@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--primary-glow:#6366f140;--secondary:#10b981;--secondary-dark:#059669;--accent:#f59e0b;--danger:#ef4444;--danger-dark:#dc2626;--warning:#f59e0b;--info:#3b82f6;--bg-base:#0a0b14;--bg-surface:#111827;--bg-elevated:#1a2234;--bg-card:#1e293b;--bg-hover:#263347;--bg-glass:#1e293bb3;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--text-inverse:#0a0b14;--border:#94a3b81f;--border-hover:#6366f166;--border-focus:#6366f1;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:.2s ease;--font-base:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-base);background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root,.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:72px}.container,.navbar-inner{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%}button{font:inherit;cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:var(--radius-full)}.navbar{z-index:100;border-bottom:1px solid var(--border);background:#0a0b14e6;align-items:center;height:72px;display:flex;position:fixed;inset:0 0 auto}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-logo,.auth-logo{align-items:center;gap:.6rem;font-weight:800;display:flex}.nav-logo{font-size:1.25rem}.nav-logo-icon,.nav-avatar,.profile-avatar{border-radius:var(--radius-full);background:var(--primary);color:#fff;place-items:center;display:grid}.nav-logo-icon{border-radius:var(--radius-sm);width:34px;height:34px}.nav-links,.nav-actions,.filters-bar,.hero-actions,.hero-stats,.profile-meta,.stars{align-items:center;gap:.75rem;display:flex}.hero-actions{justify-content:center}.nav-link,.sidebar-link{border-radius:var(--radius-md);color:var(--text-secondary);transition:var(--transition);align-items:center;gap:.6rem;padding:.5rem .9rem;display:inline-flex}.nav-link:hover,.sidebar-link:hover,.nav-link.active,.sidebar-link.active{background:var(--bg-elevated);color:var(--text-primary)}.nav-user-chip{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-elevated);align-items:center;gap:.5rem;padding:.4rem .8rem;display:inline-flex}.nav-avatar{width:28px;height:28px;font-size:.75rem;font-weight:700}.role-badge,.gig-status-badge,.app-status,.skill-tag,.gig-category-badge{border-radius:var(--radius-full);border:1px solid #0000;align-items:center;padding:.2rem .6rem;font-size:.72rem;display:inline-flex}.role-badge.worker,.status-open,.app-status.accepted{color:#34d399;background:#10b98126;border-color:#10b9814d}.role-badge.client,.status-completed,.gig-category-badge{color:var(--primary-light);background:#6366f126;border-color:#6366f14d}.role-badge.admin,.status-in-progress,.app-status.pending,.alert.warning{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b4d}.status-cancelled,.app-status.rejected,.alert.error,.toast.error{color:#f87171;background:#ef444426;border-color:#ef44444d}.btn{border-radius:var(--radius-md);transition:var(--transition);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-success{background:var(--secondary);color:#fff}.btn-success:hover:not(:disabled){background:var(--secondary-dark)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-dark)}.btn-secondary,.btn-ghost{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover:not(:disabled),.btn-ghost:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-hover)}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.btn-lg{padding:.8rem 1.5rem;font-size:1rem}.btn-icon{width:36px;height:36px;padding:0}.form-group,.modal-form,.auth-form,.gig-detail-sidebar{flex-direction:column;gap:.9rem;display:flex}label{color:var(--text-secondary);font-size:.85rem}input,select,textarea{width:100%;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;padding:.7rem .9rem}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus,.search-bar:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-glow)}select{cursor:pointer}textarea{resize:vertical;min-height:100px}.form-error{color:var(--danger);font-size:.8rem}.card,.card-glass,.gig-card,.stat-card,.gig-detail-card,.sidebar-action-card,.auth-card,.review-card,.profile-header,.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.card-glass{background:var(--bg-glass)}.gig-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.gig-card{flex-direction:column;gap:.8rem;display:flex}.gig-card:hover,.card:hover,.stat-card:hover{border-color:var(--border-hover)}.gig-title{font-size:1.05rem}.gig-description{color:var(--text-secondary);font-size:.88rem}.gig-description.blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none}.gig-meta,.gig-footer,.section-header,.modal-header,.review-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.gig-budget{color:var(--secondary);font-size:1.2rem;font-weight:800}.gig-skills{flex-wrap:wrap;gap:.35rem;display:flex}.skill-tag{background:var(--bg-elevated);color:var(--text-secondary);border-color:var(--border)}.gig-client-name,.stat-label,.page-subtitle,.hero-subtitle,.auth-subtitle,.empty-state,.alert,td,th{color:var(--text-secondary)}.auth-overlay{position:relative}.auth-overlay-cta{text-align:center;background:#0a0b14e0;place-items:center;padding:1rem;display:grid;position:absolute;inset:0}.hero,.auth-page{align-items:center;min-height:calc(78vh - 72px);display:flex}.hero{justify-content:center;padding:1rem 0 1.5rem}.hero .container{justify-content:center;align-items:center;display:flex}.hero-content{text-align:center;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 1rem}.hero-tag{border-radius:var(--radius-full);color:var(--primary-light);border:1px solid #6366f14d;margin-bottom:1.2rem;padding:.35rem .8rem;display:inline-flex}.hero-title{margin-bottom:1rem;font-size:clamp(2.1rem,5vw,4rem)}.hero-title .gradient-text,.hero-stat-value{color:var(--primary-light)}.hero-stats{flex-wrap:wrap;justify-content:center;margin-top:1.2rem}.hero-stat{text-align:center}.hero-stat-value,.stat-value{font-size:1.8rem;font-weight:800}.hero-stat-label{color:var(--text-muted)}.page-header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding:2rem 0 1.5rem}.page-title,.auth-title,.profile-name{font-size:1.5rem;font-weight:800}.search-bar{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);align-items:center;gap:.75rem;padding:0 1rem;display:flex}.search-bar input{box-shadow:none;background:0 0;border:0;padding:.75rem 0}.filter-select{width:auto;color:var(--text-secondary)}.dashboard-layout{grid-template-columns:260px 1fr;min-height:calc(100vh - 72px);display:grid}.sidebar{background:var(--bg-surface);border-right:1px solid var(--border);height:calc(100vh - 72px);padding:1.5rem 0;position:sticky;top:72px;overflow-y:auto}.sidebar-section{margin-bottom:1.25rem;padding:0 1rem}.sidebar-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem;padding:0 .75rem;font-size:.72rem}.sidebar-link{text-align:left;background:0 0;border:0;width:100%}.sidebar-link .icon{text-align:center;width:20px}.dashboard-main{padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{align-items:center;gap:.75rem;display:flex}.stat-icon{border-radius:var(--radius-md);place-items:center;width:46px;height:46px;display:grid}.stat-icon.indigo{background:#6366f126}.stat-icon.green{background:#10b98126}.stat-icon.amber{background:#f59e0b26}.stat-icon.red{background:#ef444426}.stat-icon.blue{background:#3b82f626}.section-title{font-size:1.05rem}.table-container{border:1px solid var(--border);border-radius:var(--radius-lg);overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:var(--bg-elevated)}th,td{border-bottom:1px solid var(--border);text-align:left;padding:.85rem 1rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:var(--bg-elevated);color:var(--text-primary)}.modal-backdrop,.toast-container{z-index:1000;position:fixed}.modal-backdrop{background:#000000b3;place-items:center;padding:1rem;display:grid;inset:0}.modal{width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal-lg{max-width:720px}.modal-close{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-elevated);width:32px;height:32px;color:var(--text-secondary)}.modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}.toast-container{flex-direction:column;gap:.6rem;display:flex;bottom:1rem;right:1rem}.toast,.alert{border-radius:var(--radius-md);border:1px solid;padding:.75rem 1rem;font-size:.875rem}.toast.success,.alert.success{color:#34d399;background:#10b98126;border-color:#10b9814d}.toast.info,.alert.info{color:var(--primary-light);background:#6366f126;border-color:#6366f14d}.empty-state{text-align:center;padding:3rem 1rem}.empty-state-icon{opacity:.6;margin-bottom:.75rem;font-size:2.5rem}.auth-page{justify-content:center;padding:1.5rem}.auth-card{border-radius:var(--radius-xl);width:100%;max-width:460px;padding:2rem}.auth-divider{color:var(--text-muted);align-items:center;gap:.8rem;margin:.8rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-switch{text-align:center;color:var(--text-secondary);margin-top:1rem}.auth-switch button{color:var(--primary-light);background:0 0;border:0}.gig-detail-grid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.stars{gap:.2rem}.star{color:var(--accent)}.star.empty{color:var(--border)}.star-input{font-size:1.4rem}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}.spinner-sm{border-width:2px;width:18px;height:18px}.loading-center{place-items:center;padding:3rem;display:grid}.profile-header{align-items:flex-start;gap:1rem;display:flex}.profile-avatar{width:80px;height:80px;font-size:2rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.dashboard-layout,.gig-detail-grid{grid-template-columns:1fr}.sidebar{display:none}.gig-detail-sidebar{position:static}}@media (width<=768px){.nav-links{display:none}.gig-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-card{padding:1.5rem}.hero-title{font-size:2.2rem}}
