:root{--font: "Manrope", sans-serif;--font-mono: "JetBrains Mono", monospace;--bg: #ffffff;--bg-card: #ffffff;--bg-card-hover: #f5f5f5;--border: #e5e5ea;--border-hover: #c7c7cc;--text: #111111;--text-secondary: #444444;--text-muted: #666666;--text-dim: #999999;--accent: #16a34a;--accent-hover: #15803d;--accent-light: rgba(22, 163, 74, .08);--accent-border: rgba(22, 163, 74, .25);--danger: #ef4444;--warning: #d97706;--radius: 10px;--radius-lg: 14px;--text-xs: 13px;--text-sm: 16px;--text-base: 18px;--text-lg: 20px;--text-xl: 22px;--text-price: 36px;--max-w: 860px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 48px;--space-9: 64px;--space-10: 80px;--section-y: var(--space-9);--section-x: var(--space-5);--section-y-mobile: var(--space-8);--section-x-mobile: var(--space-4);--section-title-mb: var(--space-7);--card-padding: var(--space-6);--grid-gap: var(--space-3)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;font-size:18px;overflow-x:hidden}h1,h2,h3{text-wrap:balance;line-height:1.2;font-family:var(--font);color:var(--text)}p{text-wrap:pretty}a{color:var(--accent);text-decoration:none}::selection{background:var(--accent);color:#fff}img{max-width:100%;height:auto;display:block}
