:root{--color-primary: #2ff0b6;--color-secondary: #66b3ff;--color-accent: #ff6bb8;--color-success: #24c98b;--color-warning: #ffb84d;--color-error: #ff4d6d;--color-info: #4dd7ff;--color-bg: #f9f7ff;--color-surface: #ffffff;--color-border: rgba(12, 15, 18, .12);--color-text-primary: #0c0f12;--color-text-secondary: #3b3f45;--color-text-muted: #6c7177;--font-sans: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display: "Space Grotesk", "Sora", system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-2xl: 36px;--radius-pill: 999px;--shadow-sm: 0 8px 20px rgba(12, 15, 18, .08);--shadow-md: 0 16px 36px rgba(12, 15, 18, .12);--shadow-lg: 0 24px 48px rgba(12, 15, 18, .16);--glow: 0 0 0 4px rgba(255, 77, 109, .3);--transition-fast: .15s;--transition-base: .2s;--transition-slow: .3s;--easing: cubic-bezier(.2, .8, .2, 1)}html[data-theme=dark]{--color-bg: #0c0f12;--color-surface: #141218;--color-border: rgba(255, 255, 255, .12);--color-text-primary: #f5f7fa;--color-text-secondary: #b9bec5;--color-text-muted: #8f959c;--shadow-sm: 0 12px 28px rgba(0, 0, 0, .45);--shadow-md: 0 18px 36px rgba(0, 0, 0, .55);--shadow-lg: 0 28px 52px rgba(0, 0, 0, .65);--glow: 0 0 0 4px rgba(255, 77, 109, .35)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text-primary);line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}#root{min-height:100vh}.text-h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.4rem);line-height:1.1;font-weight:700;margin:0}.text-h2{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.15;font-weight:700;margin:0}.text-h3{font-size:clamp(1.35rem,2vw,1.6rem);line-height:1.3;font-weight:600;margin:0}.text-body{font-size:1rem;line-height:1.7}.text-small{font-size:.875rem;line-height:1.6}.text-overline{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-secondary);font-weight:600}.text-link{color:var(--color-secondary);text-decoration:underline;text-underline-offset:3px}.text-center{text-align:center}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.reveal-up{animation:revealUp .8s ease both;animation-delay:var(--delay, 0s)}.reveal-fade{animation:revealFade .8s ease both;animation-delay:var(--delay, 0s)}.float-slow{animation:floatSlow 6s ease-in-out infinite}@keyframes revealUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFade{0%{opacity:0}to{opacity:1}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion: reduce){.reveal-up,.reveal-fade,.float-slow{animation:none}}
