.wheel-list{display:flex;flex-direction:column;gap:1.75rem}.wheel-shell{display:flex;flex-direction:column;gap:0;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);animation:wheel-shell-in .32s ease-out}@keyframes wheel-shell-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.wheel-add-row{display:flex;justify-content:center;padding-top:1.5rem;padding-bottom:.5rem}.wheel-add-btn{padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:999px;border:1.5px dashed var(--border);background:transparent;color:var(--text-muted);transition:color .15s,border-color .15s,background .15s}.wheel-add-btn:hover{color:var(--accent);border-color:var(--accent);border-style:solid;background:var(--accent-soft)}.wheel-presets{display:flex;flex-wrap:wrap;gap:.45rem;width:100%;max-width:520px;align-self:center;justify-content:space-evenly}.wheel-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:1.5rem;align-items:stretch}@media(max-width:920px){.wheel-layout{grid-template-columns:1fr}}.wheel-stage{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding:0;background:transparent;border:none;box-shadow:none;min-width:0}.wheel-frame{position:relative;width:100%;max-width:520px;aspect-ratio:1 / 1;align-self:center}.wheel-corner-title{position:absolute;top:.75rem;left:.75rem;z-index:4;margin:0;padding:0;font-size:.82rem;font-weight:500;letter-spacing:.01em;color:var(--text-muted);background:none;border:none;border-radius:0;box-shadow:none;pointer-events:none;user-select:none}.wheel-corner-remove{position:absolute;top:.75rem;right:.75rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:color .15s,border-color .15s,background .15s}.wheel-corner-remove[hidden]{display:none!important}.wheel-corner-remove:hover{color:var(--danger);border-color:var(--danger)}.wheel-corner-remove svg{display:block}.wheel-svg{width:100%;height:100%;display:block;overflow:visible;border-radius:50%;cursor:pointer;filter:drop-shadow(0 8px 28px rgba(0,0,0,.18));transition:filter .2s ease,transform .15s ease}.wheel-svg:hover{filter:drop-shadow(0 10px 34px rgba(0,0,0,.28))}.wheel-svg:active{transform:scale(.985)}.wheel-svg:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.wheel-rotor{transform-origin:250px 250px;transform:rotate(0)}.wheel-rotor image{pointer-events:none}.wheel-idle-spin .wheel-rotor{will-change:transform}.wheel-hub{position:absolute;left:50%;top:50%;width:14%;height:14%;transform:translate(-50%,-50%);border-radius:50%;background:var(--surface);border:3px solid var(--text);box-shadow:0 4px 12px #00000040;z-index:2}.wheel-pointer{position:absolute;top:-6px;left:50%;width:38px;height:50px;z-index:3;filter:drop-shadow(0 3px 6px rgba(0,0,0,.35));transform-origin:50% 18%;animation:pointer-idle 2.6s ease-in-out infinite}.wheel-pointer.spinning{animation:pointer-tick .18s ease-out infinite}.wheel-pointer svg{width:100%;height:100%;display:block}@keyframes pointer-idle{0%,to{transform:translate(-50%) rotate(-3deg)}50%{transform:translate(-50%) rotate(3deg)}}@keyframes pointer-tick{0%{transform:translate(-50%) rotate(0)}35%{transform:translate(-50%) rotate(-14deg)}70%{transform:translate(-50%) rotate(2deg)}to{transform:translate(-50%) rotate(0)}}.wheel-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-self:center;width:100%;max-width:520px}.wheel-spin-btn{min-width:12rem;padding:.85rem 2rem;font-size:1.05rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.wheel-side{display:flex;flex-direction:column;min-height:0;height:100%}.wheel-side-col{display:flex;flex-direction:column;gap:.75rem;flex:1 1 auto;min-height:0;height:100%}.wheel-side-col>.drop-zone.compact{flex-shrink:0}.wheel-card{padding:0;background:transparent;border:none;box-shadow:none}.wheel-card-items{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.wheel-count{margin:0;font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.wheel-count strong{font-weight:700;color:var(--text)}.wheel-list-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.35rem;flex-shrink:0}.wheel-list-footer .wheel-count{padding-left:.9rem}.wheel-list-footer .wheel-toolbar{margin-left:auto}.wheel-items-tabs{display:flex;gap:.35rem;flex-shrink:0;padding:.2rem;background:var(--surface-2);border:1px solid var(--border);border-radius:999px}.wheel-items-tab{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .5rem;border:none;border-radius:999px;background:transparent;color:var(--text-muted);font-family:inherit;font-size:.76rem;font-weight:600;cursor:pointer;transition:color .15s,background .15s,box-shadow .15s}.wheel-items-tab:hover{color:var(--text)}.wheel-items-tab.is-active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #00000014}.wheel-items-tab:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.wheel-tab-badge{min-width:1.15rem;padding:.05rem .4rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.35}.wheel-tab-badge[hidden]{display:none!important}.wheel-tab-panels,.wheel-tab-panel{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.wheel-tab-panel[hidden]{display:none!important}.wheel-archive-panel{display:flex;flex-direction:column;flex:1 1 auto;min-height:14rem;max-height:28rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);overflow:hidden}.wheel-archive-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.wheel-archive-footer{flex-shrink:0;display:flex;justify-content:flex-end;padding:.4rem .45rem;border-top:1px solid var(--border);background:var(--surface)}.wheel-archive-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem;padding:.35rem}.wheel-archive-list:not(:empty)+.wheel-archive-empty{display:none}.wheel-archive-empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;margin:0;padding:2rem 1rem;text-align:center;font-size:.88rem;color:var(--text-muted);line-height:1.45}.wheel-archive-row{display:flex;align-items:center;gap:.65rem;padding:.5rem .55rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.wheel-archive-thumb{width:32px;height:32px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--border)}.wheel-archive-name{flex:1;min-width:0;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wheel-archive-restore{flex-shrink:0;padding:.3rem .65rem;font-size:.78rem}.wheel-archive-copy{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s}.wheel-archive-copy svg{width:15px;height:15px;display:block}.wheel-archive-copy:hover{color:var(--accent);border-color:var(--accent)}.wheel-archive-copy:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wheel-archive-restore:disabled{opacity:.45;cursor:not-allowed}.wheel-items-panel{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;position:relative}.wheel-items-panel--mixed{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.wheel-items-panel--mixed:focus-within{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.wheel-items-panel--mixed .wheel-items-list{position:absolute;top:0;left:0;bottom:0;width:3.25rem;padding:.7rem 0 .7rem .4rem;overflow:hidden;overflow-x:hidden;scrollbar-width:none;pointer-events:none;z-index:1}.wheel-items-panel--mixed .wheel-items-list::-webkit-scrollbar{display:none}.wheel-items-panel--mixed .wheel-item-thumb-row{pointer-events:auto}.wheel-items-panel--mixed .wheel-textarea{margin-top:0;border:none;background:transparent;padding-left:3.25rem;line-height:2.25rem}.wheel-items-panel--mixed .wheel-textarea:focus-visible{outline:none}.wheel-items-list{flex:0 0 auto;min-height:0;overflow-y:visible;border:none;background:transparent;padding:0;display:flex;flex-direction:column;gap:0}.wheel-items-list[hidden]{display:none!important}.wheel-item-thumb-row{display:flex;align-items:center;justify-content:flex-start;height:2.25rem;width:100%;flex-shrink:0}.wheel-item-thumb{width:32px;height:32px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--border);background:var(--surface);cursor:default}.wheel-item-preview-float{position:fixed;z-index:100;padding:.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 12px 40px #00000038;pointer-events:none}.wheel-item-preview-float[hidden]{display:none!important}.wheel-item-preview-float img{display:block;max-width:min(240px,72vw);max-height:240px;width:auto;height:auto;object-fit:contain;border-radius:4px}.wheel-textarea{width:100%;flex:1 1 auto;min-height:18rem;resize:vertical;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font-family:inherit;font-size:.95rem;line-height:1.5}@media(max-width:920px){.wheel-textarea,.wheel-items-list{min-height:14rem}}.wheel-textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.wheel-toolbar{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end;flex-shrink:0}.wheel-preset{padding:.4rem .75rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);font-size:.8rem;cursor:pointer;transition:border-color .15s,color .15s}.wheel-preset:hover{border-color:var(--accent);color:var(--accent)}.wheel-preset-fun{position:relative;border:none;color:#fff;font-weight:700;background:linear-gradient(135deg,#4f46e5,#7c3aed 45%,#2563eb);background-size:200% 200%;animation:yesman-shimmer 6s ease-in-out infinite;box-shadow:0 2px 10px #4f46e573,0 0 0 1px #ffffff2e inset;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.wheel-preset-fun:hover{transform:translateY(-1px) scale(1.03);filter:saturate(1.15) brightness(1.05);color:#fff;box-shadow:0 6px 22px #7c3aed8c,0 0 0 1px #ffffff40 inset}.wheel-preset-fun:active{transform:translateY(0) scale(.98)}@keyframes yesman-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.wheel-preset-fun{animation:none}}.confetti-canvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:2000}.wheel-undo-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:2100;width:min(440px,calc(100vw - 2rem));background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 14px 48px #00000038;overflow:hidden;animation:wheel-undo-in .22s ease-out}.wheel-undo-toast[hidden]{display:none!important}@keyframes wheel-undo-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.wheel-undo-toast-body{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.8rem .95rem}.wheel-undo-content{flex:1;min-width:0;display:flex;align-items:center;gap:.65rem}.wheel-undo-thumb{width:36px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--border);background:var(--surface-2)}.wheel-undo-thumb[hidden]{display:none!important}.wheel-undo-msg{flex:1;min-width:0;font-size:.9rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wheel-undo-btn{flex-shrink:0;padding:.4rem .85rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text);font-size:.82rem;font-weight:700;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.wheel-undo-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.wheel-undo-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wheel-undo-progress-track{height:3px;background:var(--surface-2)}.wheel-undo-progress{height:100%;width:100%;background:var(--accent);transform-origin:left center;transform:scaleX(1);will-change:transform}@media(prefers-reduced-motion:reduce){.wheel-undo-toast{animation:none}}.winner-modal{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1500;opacity:0;transition:opacity .2s ease}.winner-modal.open{opacity:1}.winner-modal[hidden]{display:none}.winner-card{width:min(560px,100%);padding:1.5rem 1.5rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 24px 80px #0006;transform:scale(.55);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .18s ease-out}.winner-modal.open .winner-card{transform:scale(1);opacity:1}.winner-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.winner-eyebrow{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--text-muted)}.winner-title{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:.02em;color:var(--accent)}.winner-close{width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s,background .15s}.winner-close svg{width:18px;height:18px;display:block}.winner-close:hover{color:var(--danger);border-color:var(--danger)}.winner-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.winner-result{display:flex;flex-direction:column;gap:.65rem}.winner-image-wrap{display:flex;align-items:center;justify-content:center;min-height:11rem;max-height:min(44vh,340px);padding:.65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--surface-2) 25%,transparent 25%) -12px 0 / 24px 24px,linear-gradient(225deg,var(--surface-2) 25%,transparent 25%) -12px 0 / 24px 24px,linear-gradient(315deg,var(--surface-2) 25%,transparent 25%) 0 0 / 24px 24px,linear-gradient(45deg,var(--surface-2) 25%,transparent 25%) 0 0 / 24px 24px,var(--surface);overflow:hidden}.winner-image{display:block;max-width:100%;max-height:min(40vh,300px);width:auto;height:auto;object-fit:contain;border-radius:calc(var(--radius-sm) - 2px);box-shadow:0 8px 28px #0000001f}.winner-caption{margin:0;text-align:center;font-size:.9rem;font-weight:500;color:var(--text-muted);line-height:1.4;word-break:break-word}.winner-textarea{width:100%;min-height:5rem;max-height:14rem;resize:vertical;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font-family:inherit;font-size:1.1rem;line-height:1.4;font-weight:600}.winner-textarea[hidden]{display:none!important}.winner-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;justify-content:flex-end}
