@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap";:root{--tg-blue: #2AABEE;--tg-blue-dark: #1a96d4;--tg-blue-deep: #0e7ab8;--tg-blue-light: #60c8f5;--tg-blue-muted: rgba(42, 171, 238, .12);--tg-blue-subtle: rgba(42, 171, 238, .06);--bg-primary: #0f1923;--bg-secondary: #151f2b;--bg-tertiary: #1a2535;--bg-card: #1c2738;--bg-input: #141e2a;--bg-hover: #223044;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #eaf4fd;--text-secondary: #90aec8;--text-muted: #4e6a84;--text-accent: var(--tg-blue);--border: rgba(42, 171, 238, .1);--border-strong: rgba(42, 171, 238, .22);--border-focus: rgba(42, 171, 238, .5);--success: #3ecf74;--danger: #e85555;--warning: #f0a732;--shadow-xs: 0 1px 3px rgba(0,0,0,.3);--shadow-sm: 0 2px 8px rgba(0,0,0,.4);--shadow-md: 0 4px 20px rgba(0,0,0,.5);--shadow-lg: 0 12px 40px rgba(0,0,0,.6);--shadow-blue: 0 0 24px rgba(42,171,238,.15);--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-2xl: 28px;--font-body: "Geist", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "Geist Mono", "Fira Code", monospace;--t-fast: .12s ease;--t-base: .2s ease;--t-slow: .35s ease;--nav-height: 58px}[data-theme=light]{--bg-primary: #f5f7fa;--bg-secondary: #ffffff;--bg-tertiary: #eef1f6;--bg-card: #ffffff;--bg-input: #f8fafc;--bg-hover: #e8f0f8;--text-primary: #0d1b2a;--text-secondary: #3d6080;--text-muted: #8aa5be;--border: rgba(42, 171, 238, .15);--border-strong: rgba(42, 171, 238, .3);--border-focus: rgba(42, 171, 238, .45);--shadow-xs: 0 1px 3px rgba(0,0,0,.08);--shadow-sm: 0 2px 8px rgba(0,0,0,.1);--shadow-md: 0 4px 20px rgba(0,0,0,.12);--shadow-lg: 0 12px 40px rgba(0,0,0,.15);--shadow-blue: 0 0 24px rgba(42,171,238,.1);--bg-overlay: rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;transition:background var(--t-base),color var(--t-base);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:99px}::selection{background:#2aabee40}:focus-visible{outline:2px solid var(--tg-blue);outline-offset:2px;border-radius:var(--r-sm)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-fade-up{animation:fadeUp .28s ease both}.animate-fade-in{animation:fadeIn .2s ease both}.animate-scale-in{animation:scaleIn .22s ease both}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-hover) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:var(--r-md)}@media (max-width: 640px){:root{--nav-height: 52px}}
