@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700;900&family=Inter:wght@400;500;600&display=swap");:root{--bg:#0A0A0A;--fg:#FFFFFF;--muted:#8A8A8A;--line:#2A2A2A;--danger:#FF6B6B;--radius:2px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Inter Tight,sans-serif;font-weight:900;text-transform:uppercase;line-height:.95;letter-spacing:-.02em}h1{font-size:clamp(34px,6vw,72px)}h2{font-size:clamp(22px,3vw,34px)}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}.ghost-number{font-family:Inter Tight,sans-serif;font-weight:900;color:transparent;-webkit-text-stroke:1px var(--line);font-size:clamp(60px,12vw,160px);line-height:1}a{color:inherit}button,input,select,textarea{font-family:inherit;border-radius:var(--radius)}