:root{--font-family:"Inter", "Roboto", sans-serif;--bg-color:#f5f5f7;--text-color:#1d1d1f;--text-muted:#71717a;--primary-color:#2563eb;--surface-color:#fff;--border-color:#e5e5ea;--hover-color:#f3f4f6;--sidebar-w:260px}@media (prefers-color-scheme:dark){:root{--bg-color:#0d0d0e;--text-color:#f4f4f5;--text-muted:#a1a1aa;--primary-color:#3b82f6;--surface-color:#18181b;--border-color:#27272a;--hover-color:#27272a}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}.login-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{background-color:var(--surface-color);border:1px solid var(--border-color);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 25px -5px #0000000d}.login-header{margin-bottom:2rem}.login-header h1{margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.login-header p{color:#71717a;font-size:.95rem}.google-btn-wrapper{justify-content:center;width:100%;display:flex}.app-main{flex:1;max-width:1200px;padding:3rem;transition:margin-left .3s cubic-bezier(.4,0,.2,1);position:relative}.sidebar-container{width:var(--sidebar-w);background-color:var(--surface-color);border-right:1px solid var(--border-color);z-index:100;flex-direction:column;height:100vh;padding:1.5rem 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed}.sidebar-backdrop{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;width:100vw;height:100vh;animation:.2s ease-out forwards fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hover-row:hover{background-color:var(--hover-color)}@media (width<=768px){.app-main{padding:4rem 1rem 1rem;margin-left:0!important}}
