:root{--pink:#ff2f87;--pink2:#ff72b4;--purple:#210034;--violet:#6d21b7;--cream:#fff8f2;color-scheme:dark}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:white;background:radial-gradient(circle at 50% 25%,#4b075e 0,#20002f 42%,#09000e 100%);display:grid;place-items:center;padding:24px}
main{width:min(680px,100%);text-align:center}
.logo{display:block;width:min(390px,82vw);max-height:390px;object-fit:contain;border-radius:50%;box-shadow:0 0 60px #ff2f8740;margin:0 auto 12px}
.tag{font-size:clamp(18px,4vw,24px);color:#f6dcec;margin:0 0 26px}
.card{background:#160020cc;border:1px solid #ff72b455;border-radius:24px;padding:22px;box-shadow:0 18px 55px #0008;backdrop-filter:blur(8px)}
.chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:15px}
.chip{font-size:12px;padding:6px 10px;border:1px solid #ffffff22;border-radius:999px;color:#e8cce9}
.label{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#ff8dc0}
.result{font-size:clamp(26px,6vw,40px);font-weight:800;line-height:1.25;margin:10px 0 20px;min-height:100px;display:grid;place-items:center}
.result strong{font:inherit;font-weight:800}
.result strong .verb{color:var(--pink2)}
.spice-test{border:1px dashed #ff72b466;border-radius:18px;padding:12px 14px 14px;margin:0 0 18px;background:#ffffff08}
.spice-test legend{padding:0 8px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:#d7b6dc}
.spice-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.spice-options label{cursor:pointer}
.spice-options input{position:absolute;opacity:0;pointer-events:none}
.spice-options span{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:52px;padding:9px 12px;border-radius:14px;border:1px solid #ffffff2b;background:#ffffff0b;color:#f2dff2;transition:transform .08s ease,background .15s ease,border-color .15s ease;text-align:left}
.spice-options b{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#ffffff12;font-size:14px}
.spice-options small{font-size:12px;line-height:1.25;color:#ead9ed}
.spice-options input:checked+span{background:linear-gradient(135deg,#ff2f8728,#6d21b73d);border-color:#ff9ac8;box-shadow:0 0 18px #ff2f8740}
.spice-options input:checked+span b{background:linear-gradient(135deg,var(--pink),var(--violet));color:white}
.spice-options label:active span{transform:scale(.98)}
.roll-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
button{border:0;border-radius:999px;padding:17px 28px;font-size:18px;font-weight:800;color:white;background:linear-gradient(135deg,var(--pink),var(--violet));box-shadow:0 8px 30px #ff2f8755;cursor:pointer;width:min(290px,100%);transition:transform .08s ease,filter .15s ease}
button:hover{filter:brightness(1.08)}button:active{transform:scale(.98)}button:disabled{opacity:.65;cursor:wait}.die{margin-right:5px}
.hint{font-size:13px;color:#c9a9ce;margin:14px 0 0}
@media(max-width:560px){.roll-buttons{flex-direction:column;align-items:center}button{width:min(360px,100%)}.spice-options{grid-template-columns:1fr}}
@media(max-width:420px){body{padding:16px}.card{padding:20px 16px}.logo{width:min(330px,82vw)}}
