@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-background: #000000;--color-foreground: #ffffff;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .16);--color-surface: #0a0a0a;--color-surface-hover: #111111;--color-text-primary: #ffffff;--color-text-secondary: #a1a1aa;--color-text-tertiary: #71717a;--color-brand: #a8c7fa;--color-brand-hover: #93b5f1;--color-accent: #a3d5ff;--color-success: #b2dfdb;--color-warning: #ffe4b5;--color-danger: #ffcdd2;--gradient-brand: linear-gradient(135deg, #0080ff 0%, #00d4ff 100%);--gradient-surface: linear-gradient(135deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.05) 100%);--gradient-glow: radial-gradient(circle at center, rgba(0,128,255,.15) 0%, transparent 70%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px 0 rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px 0 rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px rgba(0, 128, 255, .3);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;font-family:Geist,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,sans-serif;font-feature-settings:"liga";font-size:14px;line-height:1.5;font-weight:400;font-synthesis-small-caps:auto;font-synthesis-style:auto;font-synthesis-weight:none;letter-spacing:normal;text-transform:none;color-scheme:dark;color:var(--color-text-primary);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{--color-background: #ffffff;--color-foreground: #000000;--color-border: rgba(0, 0, 0, .08);--color-border-hover: rgba(0, 0, 0, .16);--color-surface: #fafafa;--color-surface-hover: #f4f4f5;--color-text-primary: #000000;--color-text-secondary: #52525b;--color-text-tertiary: #a1a1aa;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px 0 rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px 0 rgba(0, 0, 0, .12);--shadow-glow: 0 0 40px rgba(0, 128, 255, .2);color-scheme:light}}*{box-sizing:border-box;border:0;padding:0}html{scroll-behavior:smooth;background:var(--color-background);background-attachment:fixed}body{margin:0;min-width:320px;min-height:100dvh;overflow-x:hidden;background:var(--color-background);transition:background-color .3s ease;background-attachment:fixed}#root{width:100%;min-height:100dvh;position:relative}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em;line-height:1.2;margin:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0;line-height:1.6}a{color:var(--color-brand);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-brand-hover)}::selection{background-color:#0080ff4d;color:var(--color-text-primary)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:5px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:var(--radius-sm)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glow{0%,to{box-shadow:0 0 20px #0080ff80}50%{box-shadow:0 0 40px #0080ffcc}}.fade-in{animation:fadeIn .5s ease-out}.pulse{animation:pulse 2s ease-in-out infinite}.shimmer{background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s linear infinite}.glow{animation:glow 2s ease-in-out infinite}.glass{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border)}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
