:root{--primary:#059669;--primary-hover:#047857;--primary-light:#d1fae5;--primary-dark:#047857;--primary-foreground:#fff;--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--input:#e2e8f0;--ring:#059669;--destructive:#dc2626;--destructive-foreground:#fff;--bg-surface:#fff;--bg-surface-glass:#ffffff4d;--bg-glass-hover:#ffffff1a;--bg-glass-active:#ffffff40;--bg-hover:#f8fafc;--border-subtle:#f1f5f9;--text-heading:#0f172a;--text-body:#334155;--text-muted:#64748b;--radius:.5rem;--avatar-lightness:80%;--avatar-saturation:75%}.dark{--primary:#10b981;--primary-hover:#059669;--primary-light:#064e3b;--primary-dark:#064e3b;--primary-foreground:#fff;--background:#0b1120;--foreground:#f1f5f9;--card:#1e293b;--card-foreground:#f1f5f9;--muted:#162031;--muted-foreground:#94a3b8;--border:#334155;--input:#334155;--ring:#10b981;--destructive:#ef4444;--destructive-foreground:#fff;--bg-surface:#0f172a;--bg-surface-glass:#0f172a73;--bg-glass-hover:#ffffff14;--bg-glass-active:#ffffff1f;--bg-hover:#1e293b;--border-subtle:#1e293b;--text-heading:#f1f5f9;--text-body:#cbd5e1;--text-muted:#94a3b8;--avatar-lightness:40%}*{box-sizing:border-box;border-color:var(--border);margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}html{overflow-x:hidden}a{color:var(--foreground);text-decoration:none;transition:color .2s}a:hover{color:var(--muted-foreground)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.error{background-color:var(--destructive);color:var(--destructive-foreground);border-radius:var(--radius);border:1px solid var(--destructive);margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem}.loading{justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:50vh;display:flex}.loading-spinner{border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{margin-bottom:1rem;font-size:1.5rem}.not-found a{color:var(--primary);text-underline-offset:4px;text-decoration:underline}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-content{flex-direction:column;flex-grow:1;width:100%;display:flex}.app-header{z-index:50;flex:none;position:sticky;top:0}.app-footer{flex:none}.nav-theme-wrapper{justify-content:center;width:100%;display:flex}.app-layout.with-sidebar{flex-direction:row}.app-main{flex-direction:column;flex:1;min-width:0;min-height:100vh;transition:margin-left .3s;display:flex}.with-sidebar .app-main{margin-left:260px}.app-layout.collapsed .app-main{margin-left:68px}.app-main .app-content{padding-top:0}@media (max-width:768px){.app-main{margin-left:0!important}}.skeleton{background:linear-gradient(90deg,var(--muted)25%,var(--card)50%,var(--muted)75%);border-radius:var(--radius);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}