@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&family=DM+Mono&display=swap");:root{--orange:#f47b20;--orange-light:#ff9340;--orange-dim:#c4621a;--orange-pale:#fff7ed;--orange-border:rgba(244,123,32,.25);--bg:#f5f5f5;--surface:#fff;--surface-2:#f5f5f5;--surface-3:#eee;--border:#e5e5e5;--border-strong:#d4d4d4;--grey-50:#fafafa;--grey-100:#f5f5f5;--grey-200:#e5e5e5;--grey-300:#d4d4d4;--grey-400:#a3a3a3;--grey-500:#737373;--grey-600:#525252;--grey-700:#404040;--grey-800:#262626;--grey-900:#171717;--text:#1a1a1a;--text-muted:#737373;--text-dim:#a3a3a3;--success:#16a34a;--error:#dc2626;--warning:#d97706;--info:#2563eb;--font-display:"Bebas Neue",sans-serif;--font-body:"DM Sans",sans-serif;--font-mono:"DM Mono",monospace;--black:#f5f5f5;--gold:#f47b20;--gold-light:#ff9340;--gold-dim:rgba(244,123,32,.25);--gold-pale:#fff7ed;--primary:#f47b20;--primary-light:#ff9340;--primary-dim:#c4621a}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}body,html,p{font-weight:450}p{font-size:1rem;line-height:1.7;color:var(--grey-700)}h1{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.01em}h1,h2{font-weight:700}h2{font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.2}h3{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.3}h3,h4{font-weight:600}h4{font-size:1rem}label{font-weight:600;letter-spacing:.06em;color:var(--grey-700)}label,small{font-size:.8rem}small{color:var(--grey-500)}.g-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px}.g-section-label{font-size:.7rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--grey-400)}.g-price{font-family:var(--font-display);font-size:1.5rem;color:var(--orange);letter-spacing:.03em}.g-badge{display:inline-flex;align-items:center;padding:.25rem .7rem;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.06em}a{color:inherit;text-decoration:none}button{font-family:var(--font-body)}::selection{background:var(--orange);color:#fff}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--orange)}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px var(--grey-100) inset!important;-webkit-text-fill-color:var(--text)!important}@media (max-width:768px){html{font-size:15.5px}}@media (max-width:480px){html{font-size:15px}}