:root{--profile-bg: #f9fafb;--profile-card-bg: #ffffff;--profile-border: #e5e7eb;--profile-text-primary: #111827;--profile-text-secondary: #6b7280;--profile-text-muted: #9ca3af;--profile-shadow: 0 1px 3px rgba(0, 0, 0, .1);--profile-shadow-lg: 0 4px 6px rgba(0, 0, 0, .1);--profile-radius: 12px;--profile-radius-sm: 8px;--profile-spacing-xs: .5rem;--profile-spacing-sm: 1rem;--profile-spacing-md: 1.5rem;--profile-spacing-lg: 2rem;--profile-spacing-xl: 3rem}.profile-public-container{min-height:100vh;background-color:var(--profile-bg);padding:var(--profile-spacing-lg) 0;font-family:system-ui,-apple-system,sans-serif}.profile-public-wrapper{max-width:1200px;margin:0 auto;padding:0 var(--profile-spacing-sm)}.profile-header{background-color:var(--profile-card-bg);border-radius:var(--profile-radius);padding:var(--profile-spacing-lg);box-shadow:var(--profile-shadow);margin-bottom:var(--profile-spacing-lg);border:1px solid var(--profile-border)}.profile-header-content{display:flex;flex-direction:column;gap:var(--profile-spacing-md)}.profile-header-main{display:flex;align-items:center;gap:var(--profile-spacing-md);flex-wrap:wrap}.profile-avatar{width:clamp(64px,12vw,96px);height:clamp(64px,12vw,96px);border-radius:50%;object-fit:cover;border:clamp(2px,.5vw,4px) solid #f3f4f6;box-shadow:var(--profile-shadow-lg);transition:all .3s ease;flex-shrink:0}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 8px 12px #00000026}.profile-user-info{flex:1;min-width:0}.profile-user-name{font-size:clamp(1.25rem,2.5vw + .5rem,2rem);font-weight:700;color:var(--profile-text-primary);margin:0 0 var(--profile-spacing-xs) 0;line-height:1.2}.profile-user-location{color:var(--profile-text-secondary);margin:0 0 var(--profile-spacing-xs) 0;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-stats-quick{display:flex;align-items:center;gap:var(--profile-spacing-sm);font-size:.875rem;color:var(--profile-text-secondary);flex-wrap:wrap}.profile-stats-item{display:flex;align-items:center;gap:.25rem}.profile-rating{color:#f59e0b;font-weight:600}.profile-badges{display:flex;flex-direction:column;align-items:flex-end;gap:var(--profile-spacing-xs)}.profile-badges-title{font-size:.875rem;font-weight:500;color:#374151;margin:0}.profile-main-layout{display:grid;grid-template-columns:1fr;gap:var(--profile-spacing-xl)}.profile-services-card{background-color:var(--profile-card-bg);border-radius:var(--profile-radius-sm);box-shadow:var(--profile-shadow);border:1px solid var(--profile-border);padding:var(--profile-spacing-xl);margin-bottom:var(--profile-spacing-xl)}.profile-services-title{font-size:1.25rem;font-weight:600;color:var(--profile-text-primary);margin:0 0 var(--profile-spacing-md) 0}.profile-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--profile-spacing-md)}.profile-services-empty{text-align:center;padding:var(--profile-spacing-xl) 0}.profile-services-empty-icon{color:var(--profile-text-muted);font-size:2.5rem;margin-bottom:var(--profile-spacing-md)}.profile-services-empty-text{color:var(--profile-text-secondary)}.profile-sidebar{display:flex;flex-direction:column;gap:var(--profile-spacing-xl)}.profile-sidebar-card{background-color:var(--profile-card-bg);border-radius:var(--profile-radius-sm);box-shadow:var(--profile-shadow);border:1px solid var(--profile-border);padding:var(--profile-spacing-xl)}.profile-sidebar-title{font-size:1.125rem;font-weight:600;color:var(--profile-text-primary);margin:0 0 var(--profile-spacing-md) 0}.profile-sidebar-content{color:var(--profile-text-primary);line-height:1.6}.profile-sidebar-text{margin:0 0 var(--profile-spacing-md) 0}.profile-sidebar-text:last-child{margin-bottom:0}.profile-stats-list{display:flex;flex-direction:column;gap:var(--profile-spacing-sm)}.profile-stats-row{display:flex;justify-content:space-between;align-items:center}.profile-stats-label{color:var(--profile-text-secondary)}.profile-stats-value{font-weight:600;color:var(--profile-text-primary)}.profile-tags{display:flex;flex-wrap:wrap;gap:var(--profile-spacing-xs)}.profile-tag{padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.profile-tag-blue{background-color:#dbeafe;color:#1e40af}.profile-tag-green{background-color:#dcfce7;color:#166534}.profile-tag-purple{background-color:#e9d5ff;color:#7c3aed}.profile-section{margin-bottom:var(--profile-spacing-md)}.profile-section:last-child{margin-bottom:0}.profile-section-title{font-size:.875rem;font-weight:500;color:#374151;margin:0 0 var(--profile-spacing-xs) 0}@media (min-width: 768px){.profile-main-layout{grid-template-columns:2fr 1fr}.profile-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width: 768px) and (max-width: 1023px){.profile-main-layout{grid-template-columns:1fr;gap:var(--profile-spacing-md)}.profile-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--profile-spacing-md)}.profile-header-main{flex-direction:row;align-items:flex-start;gap:var(--profile-spacing-md)}.profile-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--profile-spacing-md)}}@media (min-width: 1024px){.profile-main-layout{grid-template-columns:2fr 1fr;gap:var(--profile-spacing-lg)}.profile-services-grid{grid-template-columns:repeat(2,1fr);gap:var(--profile-spacing-md)}.profile-header-main{flex-direction:row;align-items:flex-start;gap:var(--profile-spacing-md)}}@media (max-width: 768px){.profile-public-container{padding:var(--profile-spacing-sm) 0}.profile-public-wrapper{padding:0 var(--profile-spacing-xs)}.profile-header{padding:var(--profile-spacing-md);margin-bottom:var(--profile-spacing-md)}.profile-header-main{flex-direction:column;text-align:center;gap:var(--profile-spacing-sm)}.profile-user-info{align-items:center}.profile-user-name{font-size:1.5rem;line-height:1.3}.profile-user-location{font-size:.9rem}.profile-avatar{width:80px;height:80px}.profile-badges{align-items:center;justify-content:center;flex-wrap:wrap}.profile-main-layout{grid-template-columns:1fr;gap:var(--profile-spacing-md)}.profile-services-grid{grid-template-columns:1fr;gap:var(--profile-spacing-sm)}.profile-sidebar{order:-1;display:flex;flex-direction:column;gap:var(--profile-spacing-sm)}.profile-actions{flex-direction:column;gap:var(--profile-spacing-sm)}.profile-action-btn{width:100%;justify-content:center;padding:var(--profile-spacing-sm) var(--profile-spacing-md);font-size:1rem}.profile-stats-quick{flex-wrap:wrap;justify-content:center;gap:var(--profile-spacing-xs);font-size:.85rem}.profile-services-card,.profile-sidebar-card{padding:var(--profile-spacing-md)}}@media (max-width: 480px){.profile-public-wrapper{padding:0 .75rem}.profile-header{padding:var(--profile-spacing-sm)}.profile-avatar{width:64px;height:64px;border-width:2px;box-shadow:0 2px 4px #0000001a}.profile-user-name{font-size:1.3rem}.profile-stats-quick{justify-content:center;font-size:.8rem;gap:.25rem}.profile-stats-quick span{margin:0 .125rem}.profile-action-btn{padding:.75rem var(--profile-spacing-sm);font-size:.9rem}.profile-services-grid{grid-template-columns:1fr}.profile-tags{justify-content:center}.profile-services-card,.profile-sidebar-card{padding:var(--profile-spacing-sm)}.profile-services-title{font-size:1.2rem;margin-bottom:var(--profile-spacing-sm)}}@media (max-width: 320px){.profile-public-wrapper{padding:0 .5rem}.profile-avatar{width:56px;height:56px;border-width:1px;box-shadow:0 1px 3px #0000001a}.profile-header{padding:.75rem}.profile-user-name{font-size:1.2rem}.profile-stats-quick{font-size:.75rem}.profile-action-btn{padding:.6rem var(--profile-spacing-xs);font-size:.85rem}.profile-services-card,.profile-sidebar-card{padding:var(--profile-spacing-sm)}}.profile-card-hover{transition:all .3s ease}.profile-card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.profile-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-skeleton-avatar{width:80px;height:80px;border-radius:50%}.profile-skeleton-text{height:1rem;border-radius:4px;margin-bottom:.5rem}.profile-skeleton-text.large{height:1.5rem;width:60%}.profile-skeleton-text.medium{height:1rem;width:40%}.profile-skeleton-text.small{height:.875rem;width:30%}.admin-document-card{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.admin-document-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.admin-document-info{flex:1;min-width:0}.admin-document-title{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.admin-document-filename{font-size:.875rem;color:#718096;margin-bottom:.5rem;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-document-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.admin-document-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.admin-document-header{flex-direction:column;align-items:flex-start}.admin-document-filename{white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset}.admin-document-actions{width:100%;justify-content:flex-start}.admin-document-actions button{flex:1;min-width:120px}}@media (max-width: 480px){.admin-document-card{padding:.75rem}.admin-document-title{font-size:.9rem}.admin-document-filename{font-size:.8rem}.admin-document-status{font-size:.7rem;padding:.2rem .6rem}}.bp-doc-row{padding:1rem;background-color:#f7fafc;border-radius:6px;border:2px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}.bp-doc-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.bp-doc-info{flex:1;min-width:0}.bp-doc-name{margin:.25rem 0 0;color:#718096;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.bp-doc-status{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;white-space:nowrap}@media (max-width: 768px){.bp-doc-header{flex-direction:column;align-items:flex-start}.bp-doc-name{white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset}}@media (max-width: 480px){.bp-doc-row{padding:.75rem}.bp-doc-name{font-size:.8rem}.bp-doc-status{font-size:.8rem;padding:.2rem .6rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;height:100%;overflow-x:hidden}html{height:100%;width:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}#root{min-height:100vh;width:100%;max-width:100%;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
