:root{--bg:#fafaf7;--surface:#fff;--surface-muted:#f4f3ee;--surface-tint:#faf6ee;--ink:#0d0d0f;--ink-soft:#1f1f24;--ink-muted:#5a5a63;--line:#e6e6e1;--line-strong:#cfcfc8;--brand-orange:#ff8a3d;--brand-pink:#ff4ea1;--brand-violet:#8b5cf6;--brand-teal:#14d3c8;--brand-gradient:linear-gradient(135deg, #14d3c8 0%, #8b5cf6 38%, #ff4ea1 70%, #ff8a3d 100%);--brand-gradient-soft:linear-gradient(135deg, #14d3c82e 0%, #8b5cf62e 38%, #ff4ea12e 70%, #ff8a3d2e 100%);--accent:#1f1f24;--accent-strong:#0d0d0f;--danger:#b3261e;--warning:#c87d10;--success:#1f6b45;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--shadow-sm:0 1px 2px #0d0d0f0a, 0 2px 8px #0d0d0f0a;--shadow-md:0 4px 14px #0d0d0f0f, 0 12px 32px #0d0d0f0f;--shadow-lg:0 18px 60px #0d0d0f1f;--text-hero:clamp(2.75rem, 5.2vw + 1rem, 5.75rem);--text-h1:clamp(2.1rem, 2.8vw + 1rem, 3.4rem);--text-h2:clamp(1.6rem, 1.6vw + 1rem, 2.4rem);--text-h3:clamp(1.2rem, .6vw + .95rem, 1.5rem);--text-body:1.0625rem;--text-small:.875rem;--text-tiny:.75rem;--container:min(1180px, calc(100% - 32px))}*{box-sizing:border-box}html{color:var(--ink);background:var(--bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--text-body);color:var(--ink);background:var(--bg);margin:0;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}img{max-width:100%;display:block}::selection{color:#fff;background:var(--brand-violet)}h1,h2,h3,h4{letter-spacing:-.015em;color:var(--ink);margin:0}p{margin:0}.placeholderImg{background:repeating-linear-gradient(45deg, #0d0d0f0a, #0d0d0f0a 10px, #0d0d0f0f 10px, #0d0d0f0f 20px), var(--surface-muted);border-radius:var(--radius-md);border:1px dashed var(--line-strong)}
