@import"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";:root{--color-background: hsl(0, 0%, 100%);--color-foreground: hsl(0, 0%, 9%);--color-accent: hsl(221, 83%, 53%);--color-accent-hover: hsl(221, 83%, 46%);--color-accent-10: hsl(221, 83%, 95%);--color-accent-fg: hsl(0, 0%, 100%);--color-muted-text: hsl(220, 9%, 40%);--color-muted-bg: hsl(214, 32%, 95%);--color-muted-bg-hover: hsl(214, 32%, 91%);--color-border: hsl(214, 32%, 91%);--color-nav-bg: rgba(255, 255, 255, .8);--color-status-green: hsl(142, 53%, 35%);--color-status-amber: hsl(38, 73%, 42%);--color-status-red: hsl(0, 65%, 45%);--layout-sidebar-width: 220px;--layout-topbar-height: 56px;--layout-tabbar-height: 56px;--font-family: "Noto Sans", system-ui, sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-btn: .75rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 10px 10px -5px rgba(0,0,0,.03);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-family);font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-foreground);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:600;line-height:1.25;color:var(--color-foreground)}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{line-height:1.625}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}small{font-size:.75rem}code,pre{font-family:Courier New,Courier,monospace;font-size:.875em}button{font-family:var(--font-family);cursor:pointer;border:none;background:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1;border-radius:var(--radius-btn);border:none;cursor:pointer;transition:background var(--transition-fast),opacity var(--transition-fast);white-space:nowrap}.btn-primary{background:var(--color-accent);color:var(--color-accent-fg)}.btn-primary:hover{background:var(--color-accent-hover)}.btn-ghost{background:transparent;color:var(--color-muted-text)}.btn-ghost:hover{background:var(--color-muted-bg);color:var(--color-foreground)}.card{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full);transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-text)}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}button:focus-visible,[role=button]:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-btn)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px;text-decoration:none}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:0;border-radius:var(--radius-md);box-shadow:0 0 0 4px #dee8fc}@keyframes spin{to{transform:rotate(360deg)}}.spin-anim{animation:spin .8s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .2s ease both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dark-mode{background:#0f1117;color:#e5e7eb}body.dark-mode ::-webkit-scrollbar-thumb{background:#4b5563}body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#6b7280}body.dark-mode ::selection{background:#0d358c;color:#fff}@media (max-width: 768px){body{font-size:14px}.mobile-hide{display:none!important}}@media (max-width: 480px){body{font-size:13px}}
