@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#000;--color-primary-light:#333;--color-surface:#ffffffb3;--color-background:#fff;--color-text:#000;--color-text-muted:#5f6368;--color-border:#0000001a;--color-bg-dark:#050505;--color-surface-dark:#19191999;--color-border-dark:#ffffff1a;--color-text-inverse:#fff;--color-text-inverse-muted:#a1a1aa;--color-success:#1e8e3e;--color-error:#d93025;--color-warning:#f29900;--font-family-base:"Inter", "Roboto", "Outfit", system-ui, sans-serif;--font-family-serif:"Playfair Display", "Georgia", serif;--motion-fast:.15s cubic-bezier(.4, 0, .2, 1);--motion-base:.3s cubic-bezier(.4, 0, .2, 1);--motion-slow:.5s cubic-bezier(.4, 0, .2, 1);--glow-horizon:radial-gradient(ellipse at bottom, #ffffff26 0%, #0000 60%);--pattern-dots-dark:radial-gradient(#ffffff1a 1px, transparent 1px);--pattern-dots-light:radial-gradient(#0000000d 1px, transparent 1px)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{background-color:var(--color-bg-dark);min-height:100%;color:var(--color-text-inverse);font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.6;display:flex}body>main{flex-direction:column;flex:1 0 auto;width:100%;display:flex}a{color:inherit;text-decoration:none}.glass-surface{-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #00000014}.glass-surface-dark{-webkit-backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14}.shimmer{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite shimmer-sweep}@keyframes shimmer-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}
