:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-light: #dbeafe;--color-green: #3eab48;--color-green-hover: #2d8f35;--color-red: #b42318;--color-red-light: #fef2f2;--color-yellow: #f59e0b;--color-orange: #ea580c;--color-bg: #f5f5f5;--color-surface: #ffffff;--color-text: #1e293b;--color-text-secondary: #475569;--color-muted: #94a3b8;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-sidebar: #202936;--color-sidebar-hover: rgba(255, 255, 255, .12);--color-sidebar-text: #dce3ea;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Be Vietnam Pro", "Inter", sans-serif;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.75rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.625;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--sidebar-width: 232px;--header-height: 56px;--max-width: 1200px;--transition-fast: .15s ease;--transition-normal: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal)}img{display:block;max-width:100%;height:auto}a{color:var(--color-green);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-green-hover);text-decoration:underline}ul{list-style:none}:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app-loading-overlay{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;background:#03081575}.app-loading-overlay__spinner{width:40px;height:40px;border:3px solid rgb(126 190 255 / 14%);border-top-color:#25dbff;border-right-color:#8b6dff;border-radius:50%;box-shadow:0 0 22px #25dbff3d,inset 0 0 12px #8b6dff1a;animation:app-loading-spin .75s linear infinite}.app-loading-overlay--background{inset:50% auto auto 50%;transform:translate(-50%,-50%);display:inline-flex;gap:.55rem;padding:.6rem .8rem;border:1px solid rgb(126 190 255 / 24%);border-radius:999px;background:#061121eb;color:#f8fbff;box-shadow:0 10px 32px #00000059;font-size:var(--text-sm);font-weight:700}.app-loading-overlay--background .app-loading-overlay__spinner{width:20px;height:20px;border-width:2px;box-shadow:0 0 14px #25dbff33}@keyframes app-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.app-loading-overlay__spinner{animation-duration:1.5s}}
