@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-page: #ffffff;--bg-subtle: #f6f8fb;--bg-muted: #eef1f6;--text-primary: #1d2838;--text-secondary: #4b5563;--text-muted: #9ca3af;--accent: #10b981;--accent-light: #d1fae5;--accent-dark: #059669;--border: #e5e7eb;--border-light: #f3f4f6;--app-bg: #141414;--app-card: #191919;--app-border: #2e2e2e;--app-text: #f2f2f2;--app-text-secondary: #a1a1aa;--app-emerald: #10b981;--app-amber: #f59e0b;--app-blue: #3b82f6;--app-red: #f87171;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.25rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer;color:inherit}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{line-height:1.15;font-weight:700;letter-spacing:-.025em;color:var(--text-primary)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}h4{font-size:1.125rem}p{color:var(--text-secondary);line-height:1.7}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 var(--space-xl)}.section{padding:var(--space-5xl) 0}.section-subtle{background:var(--bg-subtle)}.grid{display:grid;gap:var(--space-xl)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){h1{font-size:2.75rem}h2{font-size:2rem}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.container{padding:0 var(--space-lg)}.section{padding:var(--space-4xl) 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(max-width:480px){h1{font-size:1.875rem}h2{font-size:1.5rem}}
