:root{--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-serif:var(--font-sans);--bg:#fff;--surface:#fbfbf9;--surface-2:#f6f6f3;--surface-3:#f6f6f3;--border:#dadad3;--border-strong:#c8c8c1;--primary:#e60023;--primary-hover:#cc001f;--primary-soft:#ffe5ea;--gold:#9a6f38;--danger:#9e0a0a;--ink:#000;--text:#33332e;--muted:#62625b;--ash:#91918c;--soft:rgba(0,0,0,.04);--soft-strong:rgba(0,0,0,.07);--r-md:16px;--r-lg:32px}*{box-sizing:border-box}#__nuxt,body,html{min-height:100dvh}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text)}body,h1,h2,h3,h4{font-family:var(--font-sans);margin:0}h1,h2,h3,h4{color:var(--ink)}h1{letter-spacing:-.008em;line-height:1.15}h1,h2{font-weight:700}h2{letter-spacing:.01em;line-height:1.22}h3{letter-spacing:0;line-height:1.3}h3,h4{font-weight:600}h4{letter-spacing:-.01em;line-height:1.35}button,input,select,textarea{font:inherit;font-family:var(--font-sans)}button{align-items:center;background:var(--primary);border:1px solid transparent;border-radius:var(--r-md);color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:6px;justify-content:center;min-height:42px;padding:10px 18px;transition:background .18s ease,border-color .18s ease,opacity .18s ease}button:hover{background:var(--primary-hover)}button:disabled{cursor:not-allowed;opacity:.55}input,select,textarea{background:var(--bg);border:1px solid var(--ash);border-radius:var(--r-md);color:var(--ink);min-height:42px;padding:11px 14px}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--ash)}input::placeholder,select::placeholder,textarea::placeholder{color:var(--ash)}input:focus,select:focus,textarea:focus{border-color:var(--ink);outline:none}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid #435ee5;outline-offset:3px}.ghost-button{background:var(--surface-2);border-color:transparent;color:var(--ink)}.ghost-button:hover{background:#ebebe6}.quiet-button{background:transparent;border-color:var(--border);border-radius:var(--r-md);color:var(--muted);font-size:13px;min-height:34px;padding:7px 12px}.quiet-button:hover{background:var(--soft);color:var(--ink)}.danger-button{background:#9e0a0a14;border-color:#9e0a0a47;color:var(--danger)}.danger-button:hover{background:#9e0a0a24}
