*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}main{min-height:50vh;display:grid;place-items:center;padding:1rem}:root{--brand-orange:#fd7f28;--brand-blue:#0176ac;--ink-900:#0b1220;--ink-800:#111827;--ink-700:#1f2937;--muted-700:#52525b;--muted-600:#6b7280;--border:#e5e7eb;--panel:#fff}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;font-weight:700;font-size:.95rem;line-height:1;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:0 1px 0 rgba(0,0,0,.05),0 8px 16px rgba(0,0,0,.08)}.btn:hover{transform:translateY(-1px)}.btn--orange{background:var(--brand-orange,#fd7f28);color:#fff;border-color:rgba(0,0,0,.06)}.btn--orange:hover{background:#f27014}.btn--orange.is-active{background:#e8620d;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}:root{--fd-surface:#0b0b0b;--fd-card:hsla(0,0%,100%,.03);--fd-card-border:hsla(0,0%,100%,.1);--fd-muted:hsla(0,0%,100%,.7);--fd-text:#fff;--fd-ring:#7dd3fc;--fd-orange:#fd7f28;--fd-orange-2:#dc6b1d;--fd-orange-glow:rgba(253,127,40,.15);--fd-emerald-glow:rgba(16,185,129,.18);--fd-red-glow:hsla(0,91%,71%,.18)}