:root{--surface:#fbf8ff;--surface-dim:#dad9e6;--surface-container-lowest:#ffffff;--surface-container-low:#f4f2ff;--surface-container:#eeecfa;--surface-container-high:#e8e7f4;--surface-container-highest:#e2e1ee;--on-surface:#1a1b24;--on-surface-variant:#444656;--outline:#747687;--outline-variant:#c4c5d8;--primary:#103bde;--primary-container:#3858f6;--on-primary:#ffffff;--primary-fixed:#dee0ff;--secondary:#F59E0B;--secondary-container:#fea619;--on-secondary-container:#684000;--secondary-fixed:#ffddb8;--tertiary:#10B981;--tertiary-container:#007a53;--on-tertiary-container:#a3ffd0;--tertiary-fixed:#6ffbbe;--error:#ba1a1a;--error-container:#ffdad6;--on-error-container:#93000a;--surface-card:rgba(255,255,255,.82);--surface-border:rgba(226,232,240,.8);--surface-glass-dark:rgba(15,23,42,.85);--accent-ticker:#FBBF24;--slice-ruby:#EF4444;--slice-amber:#F59E0B;--slice-emerald:#10B981;--slice-cyan:#06B6D4;--slice-indigo:#4F46E5;--slice-violet:#8B5CF6;--slice-rose:#F43F5E;--slice-slate:#475569;--font-ui:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;--radius-sm:4px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;--shadow-l1:0 4px 20px -2px rgba(15,23,42,.05);--shadow-l2:0 8px 24px -4px rgba(15,23,42,.08);--shadow-l3:0 24px 48px -12px rgba(15,23,42,.22);--shadow-hub:0 2px 8px rgba(0,0,0,.15);--focus-ring:0 0 0 3px rgba(56,88,246,.2);--tracking-headline:-0.02em;--line:var(--surface-border);--ink:var(--on-surface);--muted:var(--on-surface-variant);--accent:var(--primary-container);color-scheme:light}*,:after,:before{box-sizing:border-box}html{overflow-x:clip}body{margin:0;background:var(--surface);color:var(--on-surface);font:14px/1.5 var(--font-ui);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}:focus-visible{outline:none;box-shadow:var(--focus-ring)}a{color:var(--primary);text-underline-offset:3px}code{font-family:var(--font-mono);font-size:.92em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:20px;top:-80px;z-index:1000;padding:12px 18px;background:var(--primary-container);color:var(--on-primary);border-radius:var(--radius)}.skip-link:focus{top:12px}.muted{color:var(--on-surface-variant)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.headline-xl{font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.15;letter-spacing:var(--tracking-headline);margin:0}.headline-lg{font-size:clamp(24px,3vw,32px);line-height:1.25}.headline-lg,.headline-md{font-weight:700;letter-spacing:var(--tracking-headline);margin:0}.headline-md{font-size:22px;line-height:28px}.headline-sm{font-size:18px;font-weight:600;line-height:24px;margin:0}.body-lg{font-size:16px;line-height:24px}.body-md{font-size:14px;line-height:20px}.body-sm{font-size:12px;line-height:16px}.mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.label-lg{font-family:var(--font-mono);font-size:14px;font-weight:600;line-height:18px}.label-md{font-size:12px;line-height:16px}.label-md,.label-sm{font-family:var(--font-mono);font-weight:500}.label-sm{font-size:10px;line-height:14px;letter-spacing:.04em}.eyebrow-mono{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.card{background:var(--surface-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-l1);padding:20px}.card--l2{box-shadow:var(--shadow-l2)}.card--inset{background:var(--surface-container-low);border-color:transparent;box-shadow:none;padding:14px 16px;margin:10px 0 18px}.card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.card__link{display:inline-block;margin-top:12px;font-size:12px}.button,.card__link{font-weight:600;text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 16px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);color:var(--on-surface);font-size:13px;transition:background .15s,transform .15s,box-shadow .15s}.button:hover:not(:disabled){background:var(--surface-container)}.button--primary{background:var(--primary-container);border-color:var(--primary-container);color:var(--on-primary);box-shadow:0 4px 12px rgba(56,88,246,.25)}.button--primary:hover:not(:disabled){background:var(--primary)}.button--ghost{background:transparent;border-color:transparent}.button--ghost:hover:not(:disabled){background:var(--surface-container)}.button--danger{color:var(--error);border-color:var(--error-container);background:#fff5f4}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--on-surface-variant)}.icon-button:hover:not(:disabled){background:var(--surface-container);color:var(--on-surface)}.icon-button[aria-pressed=true]{color:var(--primary);background:var(--primary-fixed)}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);background:var(--surface-container);color:var(--on-surface-variant);font-size:12px;font-weight:600;white-space:nowrap}.badge--mono,.chip--mono{font-family:var(--font-mono);font-size:11px;font-weight:500}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;background:var(--primary-fixed);color:var(--primary);white-space:nowrap}.badge--attention{background:var(--secondary-fixed);color:var(--on-secondary-container)}.badge--success{background:var(--tertiary-fixed);color:var(--tertiary-container)}.badge--danger{background:var(--error-container);color:var(--on-error-container)}.pill{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:var(--radius-full);background:var(--surface-card);border:1px solid var(--surface-border);box-shadow:var(--shadow-l1)}kbd{font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 7px;border-radius:var(--radius-sm);background:var(--surface-container-high);color:var(--on-surface)}.switch{appearance:none;-webkit-appearance:none;display:inline-block;width:40px;height:22px;border-radius:30px;background:var(--outline-variant);position:relative;margin:0;cursor:pointer;flex-shrink:0;transition:background .2s}.switch:checked{background:var(--primary-container)}.switch:before{content:"";position:absolute;top:2px;left:2px;height:18px;width:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.2);transition:transform .2s}.switch:checked:before{transform:translateX(18px)}.switch:disabled{cursor:not-allowed}.range{width:100%;accent-color:var(--primary-container);margin:8px 0 4px}.segmented{display:inline-flex;padding:4px;gap:2px;border-radius:var(--radius);background:var(--surface-container)}.segmented>a,.segmented>button{flex:1 1;min-height:34px;padding:6px 14px;border:0;border-radius:6px;background:transparent;color:var(--on-surface-variant);font-weight:600;font-size:13px;text-decoration:none;white-space:nowrap;text-align:center}.segmented>[aria-current=page],.segmented>[aria-pressed=true],.segmented>[aria-selected=true]{background:var(--primary-container);color:var(--on-primary);box-shadow:0 1px 3px rgba(56,88,246,.3)}input:not([type]),input[type=number],input[type=search],input[type=text],select,textarea{border:1px solid var(--surface-border);border-radius:var(--radius);background:var(--surface-container-lowest);padding:10px 12px;min-height:40px}input[type=number]{font-family:var(--font-mono)}textarea{resize:vertical;line-height:1.5}.field{display:flex;flex-direction:column;gap:6px;margin:10px 0}.field--inline{flex-direction:row;align-items:center;justify-content:space-between}.field--inline input{width:90px}.field-label{font-size:12px;font-weight:600;color:var(--on-surface-variant);margin:6px 0 4px}.section-label{margin:18px 0 8px;color:var(--on-surface-variant)}.section-label,.toggle-row{display:flex;align-items:center;justify-content:space-between}.toggle-row{gap:14px;padding:12px 0;border-bottom:1px solid var(--surface-border)}.toggle-row:last-child{border-bottom:0}.toggle-row>span{display:flex;flex-direction:column;gap:2px}.toggle-row strong{font-size:13px;font-weight:600}.toggle-row small{font-size:12px;color:var(--on-surface-variant)}.slider-row{display:block;padding:10px 0}.slider-row__head{font-size:13px;font-weight:600}.slider-row__ends,.slider-row__head{display:flex;justify-content:space-between}.slider-row__ends{color:var(--on-surface-variant)}.top-nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:16px;min-height:68px;padding:0 24px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--surface-border)}.brand,.top-nav{align-items:center}.brand{display:inline-flex;gap:10px;font-size:20px;font-weight:800;letter-spacing:var(--tracking-headline);color:var(--on-surface);text-decoration:none;justify-self:start}.brand-mark{flex-shrink:0}.nav-pill{display:inline-flex;padding:4px;gap:2px;background:var(--surface-container)}.nav-pill,.nav-pill a{border-radius:var(--radius-full)}.nav-pill a{padding:8px 18px;color:var(--on-surface-variant);font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap}.nav-pill a:hover{color:var(--on-surface)}.nav-pill a[aria-current=page]{background:var(--primary-container);color:var(--on-primary);box-shadow:0 1px 3px rgba(56,88,246,.3)}.header-actions{justify-content:flex-end;gap:4px}.header-actions,.loading{display:flex;align-items:center}.loading{min-height:70vh;flex-direction:column;justify-content:center;text-align:center;gap:12px;padding:24px}.status-row{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--on-surface-variant);min-height:40px;padding:12px 4px}.save-failed{color:var(--error)}.banner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0;padding:12px 16px;border-radius:var(--radius-md);background:var(--tertiary-fixed);color:var(--tertiary-container);border:1px solid rgba(0,122,83,.2);font-size:13px}.banner.error{background:var(--error-container);color:var(--on-error-container);border-color:rgba(186,26,26,.2)}.banner button{min-height:32px;padding:6px 12px;border-radius:var(--radius);border:1px solid;background:transparent;color:inherit;font-size:12px;font-weight:600}.studio{max-width:1440px;margin:0 auto;padding:24px}.studio-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 360px;gap:24px;align-items:start}.studio-grid>*{min-width:0}.studio-left,.studio-right{display:flex;flex-direction:column;gap:16px}.studio-center{display:flex;flex-direction:column;align-items:center;gap:18px}.mobile-dock{display:none}@media (max-width:1199px){.studio-grid{grid-template-columns:240px minmax(0,1fr) 320px;gap:18px}}@media (max-width:1023px){.studio-grid{grid-template-columns:minmax(0,1fr) 320px}.studio-left{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:767px){.studio{padding:12px 12px 88px}.studio-grid{grid-template-columns:1fr;gap:12px}.studio-left,.studio-right{display:none}.mobile-dock{position:sticky;bottom:0;z-index:15;display:flex;gap:8px;padding:10px 12px;margin:12px -12px -88px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--surface-border)}.mobile-dock button{flex:1 1;min-height:44px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);font-weight:600}.mobile-dock{margin-bottom:0;padding-bottom:max(10px,env(safe-area-inset-bottom))}}@media (max-width:1100px){.top-nav{grid-template-columns:auto minmax(0,1fr);gap:8px;padding:10px 12px}.header-actions{grid-column:2;grid-row:1}.nav-pill{grid-column:1/-1;grid-row:2;display:flex;width:100%;border-radius:var(--radius-md)}.nav-pill a{flex:1 1;text-align:center;min-height:44px;padding:11px 8px;font-size:12px;border-radius:var(--radius)}}@media (max-width:360px){.brand{font-size:17px;gap:6px}.header-actions{gap:0}.header-actions .icon-button{width:36px}.nav-pill{display:grid;grid-template-columns:1fr 1fr}}.status-bar{display:flex;align-items:center;gap:14px}.status-bar__live{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:var(--on-surface-variant)}.status-bar__live:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary-container);box-shadow:0 0 0 4px rgba(56,88,246,.15)}.status-bar__live strong{color:var(--primary);font-weight:600}.status-bar .icon-button{width:34px;height:34px}.wheel-stage{position:relative;width:min(100%,560px);aspect-ratio:1;margin:0 auto;isolation:isolate}.wheel-halo{position:absolute;inset:4%;border-radius:50%;background:#fff;box-shadow:0 20px 50px rgba(26,27,36,.08);transition:box-shadow .3s}.wheel-halo.halo-glow{box-shadow:0 0 0 10px rgba(56,88,246,.07),0 0 60px rgba(139,92,246,.22),0 20px 50px rgba(26,27,36,.08)}.webgl-wheel{position:absolute;inset:0;z-index:1}.webgl-wheel canvas{display:block;width:100%;height:100%}.pointer{position:absolute;z-index:4;top:1.5%;left:50%;width:30px;height:40px;transform:translateX(-50%);transform-origin:50% 8px;background:var(--accent-ticker);border-radius:6px 6px 3px 3px;box-shadow:var(--shadow-hub)}.pointer:after{bottom:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:14px solid var(--accent-ticker);filter:drop-shadow(0 2px 2px rgba(0,0,0,.15))}.pointer:after,.pointer:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.pointer:before{top:9px;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.75)}.center-spin{position:absolute;left:50%;top:50%;z-index:3;width:19%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;border:4px solid #fff;background:var(--primary-container);color:var(--on-primary);box-shadow:var(--shadow-hub),0 0 0 6px rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;padding:0;font-weight:800;font-size:clamp(14px,1.5vw,22px);letter-spacing:.06em;transition:transform .12s,box-shadow .2s}.center-spin:hover:not(:disabled){background:var(--primary)}.center-spin:active:not(:disabled){transform:translate(-50%,-50%) scale(.95)}.center-spin:disabled{opacity:1;background:var(--outline-variant);color:#fff}.center-spin .spin-circle-pulse{position:absolute;inset:12%;border-radius:50%;border:2px solid rgba(255,255,255,.35);pointer-events:none}.center-spin__label{position:relative}.center-spin.hub-pulse{animation:hub-pulse 2.4s ease-in-out infinite}@keyframes hub-pulse{0%,to{box-shadow:var(--shadow-hub),0 0 0 6px rgba(255,255,255,.7)}50%{box-shadow:var(--shadow-hub),0 0 0 6px rgba(255,255,255,.7),0 0 0 18px rgba(56,88,246,.15)}}.fallback-wheel{position:absolute;inset:14%;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px;border-radius:50%;border:2px dashed var(--outline-variant);background:var(--surface-card);font-weight:700;font-size:22px}.fallback-wheel span{font-size:12px;font-weight:400;color:var(--on-surface-variant)}.spacebar-pill{color:var(--on-surface-variant);font-size:13px}.stage-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.stop-button{background:var(--secondary-fixed);border-color:var(--secondary-container);color:var(--on-secondary-container)}.round-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:14px 18px;font-size:13px}.text-button{border:0;background:transparent;color:var(--on-surface-variant);font-size:12px;font-weight:600;padding:6px 10px;border-radius:var(--radius)}.text-button:hover:not(:disabled){background:var(--surface-container)}.template-rows{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.template-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius);background:var(--surface-container-low);color:var(--on-surface);text-decoration:none;font-weight:600;font-size:13px}.template-row:hover{background:var(--surface-container)}.template-row[aria-current=true]{background:var(--primary-fixed)}.template-row__icon{font-size:16px}.template-row__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-row .label-sm{color:var(--on-surface-variant)}.template-row__active{color:var(--primary)!important;font-weight:600}.entropy-note{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;background:var(--surface-container-low);border-color:transparent;box-shadow:none;padding:16px}.entropy-note__dot{width:10px;height:10px;margin-top:5px;border-radius:50%;background:var(--tertiary);box-shadow:0 0 0 4px rgba(16,185,129,.18)}.entropy-note strong{font-size:13px}.entropy-note p{margin:4px 0 0;color:var(--on-surface-variant)}.entries-panel{padding:18px}.entries-panel__head{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px}.entries-panel__title{display:flex;align-items:center;gap:8px;min-width:0}.entries-panel__title h2{white-space:nowrap}.entries-panel__count{font-family:var(--font-mono);font-size:11px;font-weight:600;padding:2px 8px;border-radius:var(--radius-full);background:var(--surface-container);color:var(--on-surface-variant)}.entries-panel__icons{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:8px}.entries-panel__icons .entry-action{display:inline-flex;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:44px;padding:8px 6px;font-size:13px;border-radius:10px}.entry-action svg{flex-shrink:0}.entries-panel__icons .entry-action--edit{color:var(--primary);background:var(--primary-fixed);border-color:transparent}.entries-panel__icons .entry-action--clear{color:var(--on-surface-variant)}.entries-panel__icons .entry-action--clear:hover:not(:disabled){color:#b42318;background:#fff1f0;border-color:#f4b4ae}.entries-panel__icons .entry-action:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.wheel-title-button{display:block;max-width:100%;min-height:44px;padding:4px 0;margin-bottom:12px;border:0;background:transparent;color:var(--on-surface);font-size:22px;font-weight:700;line-height:1.3;text-align:left;overflow-wrap:anywhere;white-space:normal;cursor:pointer}.wheel-title-button:hover:not(:disabled){color:var(--primary)}.sidebar-tabs{display:inline-flex;gap:2px;padding:4px;margin:12px 0 10px;border-radius:var(--radius);background:var(--surface-container)}.sidebar-tabs button{min-height:32px;padding:4px 12px;border:0;border-radius:6px;background:transparent;color:var(--on-surface-variant);font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:6px}.sidebar-tabs button[aria-selected=true]{background:var(--surface-container-lowest);color:var(--on-surface);box-shadow:var(--shadow-l1)}.sidebar-tabs button span{font-family:var(--font-mono);font-size:10px;padding:1px 6px;border-radius:var(--radius-full);background:var(--surface-container-high)}.sidebar-tabs button[aria-selected=true] span{background:var(--primary-fixed);color:var(--primary)}.entry-composer{display:flex;gap:8px;align-items:stretch;margin:6px 0 10px}.entry-composer textarea{flex:1 1;min-height:44px;max-height:140px}.entry-composer .add-button{width:44px;min-width:44px;padding:0;font-size:20px}.sidebar-entry-options{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:4px 0 8px;font-size:12px;color:var(--on-surface-variant)}.sidebar-entry-options label{display:inline-flex;align-items:center;gap:6px}.editor-tools{margin:4px 0 8px}.editor-tools,.search-label{display:flex;gap:6px;align-items:center}.search-label{flex:1 1;min-width:0;padding:0 10px;border:1px solid var(--surface-border);border-radius:var(--radius);background:var(--surface-container-lowest);color:var(--on-surface-variant)}.search-label input{flex:1 1;min-width:0;border:0;background:transparent;padding:8px 0;min-height:36px}.search-label input:focus-visible{box-shadow:none}.editor-tools>button{min-height:36px;padding:6px 10px;border:1px solid var(--surface-border);border-radius:var(--radius);background:var(--surface-container-lowest);font-size:12px;font-weight:600;white-space:nowrap}.choice-list{list-style:none;margin:0;padding:0;max-height:380px;overflow:auto;display:flex;flex-direction:column;gap:6px;scrollbar-width:thin}.choice-list li{display:flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px 4px 4px;border-radius:var(--radius);background:var(--surface-container-low);transition:background .12s,box-shadow .12s}.choice-list li:hover{background:var(--surface-container)}.entry-grip{color:var(--outline-variant);font-size:16px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;padding:0 2px;border-radius:5px}.entry-grip:hover{color:var(--outline)}.entry-grip:active{cursor:grabbing}.entry-dragging{background:var(--primary-fixed)!important;box-shadow:var(--shadow-l2);position:relative;z-index:1}.entry-dragging .entry-grip{color:var(--primary);cursor:grabbing}.entry-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.entry-label{flex:1 1;min-width:0;border:0!important;background:transparent!important;padding:6px 4px!important;min-height:44px;font-size:13px;font-weight:500}.entry-label:focus-visible{box-shadow:inset 0 -2px 0 var(--primary-container)}.disabled-entry .entry-label{text-decoration:line-through;color:var(--outline)}.weight-chip{font-family:var(--font-mono);font-size:11px;font-weight:600;padding:2px 7px;border-radius:var(--radius-sm);background:var(--surface-container-high);color:var(--on-surface-variant)}.entry-weight{width:62px;flex:0 0 auto;padding:4px 6px!important;min-height:44px}.entry-color{width:30px;height:28px;flex:0 0 auto;padding:0;border:1px solid var(--surface-border);border-radius:6px;background:none;cursor:pointer}.entry-odds{font-family:var(--font-mono);font-size:11px;color:var(--primary);min-width:46px;text-align:right;flex:0 0 auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.row-control{border:0;background:transparent;color:var(--outline);font-size:15px;min-width:28px;min-height:32px;padding:2px;border-radius:6px}.row-control:hover:not(:disabled){color:var(--error);background:var(--surface-container-lowest)}.used-badge{font-family:var(--font-mono);font-size:10px;padding:2px 6px;border-radius:var(--radius-sm);background:var(--secondary-fixed);color:var(--on-secondary-container)}.names-sidebar.show-entry-weights .weight-chip,.names-sidebar:not(.show-entry-controls) .choice-list input[type=checkbox]:not(.entry-color),.names-sidebar:not(.show-entry-controls) .row-control:not([aria-label^="Reset color"]),.names-sidebar:not(.show-entry-weights) .entry-color,.names-sidebar:not(.show-entry-weights) .entry-odds,.names-sidebar:not(.show-entry-weights) .entry-weight,.names-sidebar:not(.show-entry-weights) .row-control[aria-label^="Reset color"]{display:none}.choice-list input[type=checkbox]{accent-color:var(--primary-container);width:14px;height:14px}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:10px 0;font-size:12px}.pagination button{min-height:30px;padding:4px 10px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);font-size:12px}.editor-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;margin-top:8px;border-top:1px solid var(--surface-border);font-size:12px;color:var(--on-surface-variant)}.clear-entries-button,.editor-bottom button{border:0;background:transparent;color:var(--on-surface-variant);font-size:12px;font-weight:600;padding:4px 6px;border-radius:var(--radius)}.clear-entries-button{color:var(--error);margin-top:8px}.probability-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--surface-border);font-size:12px;color:var(--on-surface-variant)}.probability-footer strong{font-family:var(--font-mono);color:var(--primary);font-weight:600}.sidebar-panel[hidden]{display:none}.sidebar-results{display:flex;flex-direction:column;gap:10px}.sidebar-result-list{list-style:none;margin:0;padding:0;max-height:320px;overflow:auto;display:flex;flex-direction:column;gap:6px}.sidebar-result-list li{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);background:var(--surface-container-low)}.sidebar-result-list strong{display:block;font-size:13px}.sidebar-result-list time{color:var(--on-surface-variant)}.result-number,.sidebar-result-list time{font-family:var(--font-mono);font-size:11px}.result-number{font-weight:600;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary-fixed);color:var(--primary)}.sidebar-empty{text-align:center;padding:24px 12px;color:var(--on-surface-variant)}.sidebar-empty strong{display:block;color:var(--on-surface);margin-bottom:4px}.result-stats{font-size:12px}.result-stats summary{cursor:pointer;color:var(--on-surface-variant);padding:6px 0;font-weight:600}.stats-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.stats-list li{display:grid;grid-template-columns:minmax(0,1fr) 64px auto;align-items:center;gap:8px}.stats-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-bar{height:6px;border-radius:4px;background:var(--surface-container-high);overflow:hidden}.stats-bar i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--primary-container),var(--slice-violet))}.stats-count{font-family:var(--font-mono);color:var(--on-surface-variant);white-space:nowrap}.sidebar-results>button{align-self:flex-start;min-height:34px;padding:6px 12px;border:1px solid var(--surface-border);border-radius:var(--radius);font-size:12px;font-weight:600}.sidebar-results>button,dialog{background:var(--surface-container-lowest)}dialog{border:1px solid var(--surface-border);border-radius:var(--radius-lg);max-width:620px;width:calc(100% - 32px);max-height:88dvh;padding:24px;color:var(--on-surface);box-shadow:var(--shadow-l3)}dialog::backdrop{background:rgba(15,23,42,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.modal-heading h2{font-size:22px;font-weight:700;letter-spacing:var(--tracking-headline);margin:0}.modal-close{position:absolute;top:14px;right:14px;z-index:2}.modal-actions{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.library-list button,.menu-actions button,.modal-actions button,dialog form button,dialog>button.primary{min-height:40px;padding:8px 14px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);font-weight:600;font-size:13px}.modal-actions .primary,.primary,dialog .primary{background:var(--primary-container)!important;border-color:var(--primary-container)!important;color:var(--on-primary)!important}.menu-actions{display:flex;flex-direction:column;gap:8px}.menu-actions button{text-align:left}.library-list{display:flex;flex-direction:column;gap:8px;margin:16px 0}.library-list span{font-family:var(--font-mono);font-size:11px;color:var(--on-surface-variant)}dialog form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}dialog form .primary{margin-top:16px}dialog h3{font-size:16px;font-weight:700;margin:18px 0 6px}dialog p{line-height:1.6}#share-link{width:100%;font-family:var(--font-mono);font-size:12px}dialog.sheet{margin:auto 0 0;width:100%;max-width:none;max-height:88dvh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:0;padding:18px 14px 24px}dialog.sheet .card,dialog.sheet .entries-panel{padding:0;border:0;box-shadow:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}dialog.sheet .choice-list{max-height:45dvh}dialog.settings-panel-dialog{margin:0 0 0 auto;width:min(520px,100vw);height:100dvh;max-height:100dvh;border-radius:0;border:0;border-left:1px solid var(--surface-border);padding:0;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.settings-panel{display:flex;flex-direction:column;height:100%}.settings-panel__head{display:flex;align-items:flex-start;gap:12px;padding:24px 24px 12px}.settings-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);background:var(--primary-fixed);font-size:16px}.settings-panel__head p{margin:4px 0 0}.settings-tabs{margin:0 24px 8px;flex-shrink:0}.settings-tabs>button{min-width:0;min-height:44px;padding-inline:8px}.settings-panel__foot,.settings-panel__head,.settings-panel__status{flex-shrink:0}.settings-panel__body{flex:1 1;min-height:0;overflow:auto;padding:8px 24px 16px}.settings-panel__status{padding:0 24px;min-height:18px;color:var(--on-surface-variant);margin:0}.settings-panel__status[data-error=true]{color:var(--error)}.settings-panel__foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px 20px;border-top:1px solid var(--surface-border);background:var(--surface-container-lowest)}.settings-panel__reset{margin-right:auto}.settings-panel__foot .button--primary{min-width:200px}.preset-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preset-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:var(--radius-md);border:2px solid var(--surface-border);background:var(--surface-container-lowest);cursor:pointer}.preset-card--selected{border-color:var(--primary-container);box-shadow:var(--focus-ring)}.preset-card input{position:absolute;top:12px;right:12px;accent-color:var(--primary-container);margin:0}.preset-card__name{font-size:13px;font-weight:600;padding-right:22px}.color-bar{display:flex;height:12px;border-radius:6px;overflow:hidden}.color-bar i{flex:1 1}.hex-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hex-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 4px 4px 8px;border-radius:var(--radius);background:var(--surface-container-lowest);border:1px solid var(--surface-border)}.hex-chip i{width:14px;height:14px;border-radius:50%}.hex-chip input{width:86px;min-height:30px;padding:4px 6px;border:0;background:transparent;font-size:12px}.hex-chip .icon-button{width:26px;height:26px}.preset-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:6px 0 10px}.preset-tile{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);font-size:12px;font-weight:600}.preset-tile[aria-pressed=true]{background:var(--primary-container);border-color:var(--primary-container);color:var(--on-primary)}.preset-tile span{font-size:18px}dialog.winner-dialog{padding:0;overflow:hidden;max-width:560px;width:calc(100% - 32px);max-height:calc(100dvh - 32px);background:#fff;border-radius:24px}dialog.winner-dialog::backdrop{background:rgba(25,32,52,.48);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.winner-dialog .modal-close{top:16px;right:16px;border-radius:12px;background:var(--surface-container-low);z-index:3}.winner{position:relative;padding:24px;max-height:calc(100dvh - 34px);overflow-y:auto;overscroll-behavior:contain}.winner>:not(:first-child){position:relative;z-index:1}.winner__header{display:flex;align-items:center;gap:12px;padding-right:44px;margin-bottom:20px}.winner__header>div{min-width:0}.winner__header h2{margin:0;font-size:19px;line-height:1.3;font-weight:700}.winner__header p{margin:3px 0 0;font-size:13px;line-height:1.5;color:var(--on-surface-variant);overflow-wrap:anywhere}.winner__emblem{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:12px;background:var(--primary-fixed);color:var(--primary)}.autoclose-chip{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding-left:12px;border-radius:12px;background:var(--surface-container-low);color:var(--on-surface-variant);font-size:13px}.autoclose-chip .icon-button{width:44px;height:44px}.winner__spotlight{padding:28px 20px;margin-bottom:20px;border:1px solid #dfe5fc;border-radius:18px;background:linear-gradient(135deg,#f3f5ff,#fafbff);text-align:center}.winner__message{margin:0 0 10px;color:var(--on-surface-variant);font-size:14px;line-height:1.5;overflow-wrap:anywhere}.winner__name{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.2;font-weight:800;letter-spacing:-.035em;overflow-wrap:anywhere}.winner__spotlight .result-image-button{display:block;margin:16px auto 0;max-width:100%;padding:4px;border-radius:12px;background:#fff}.winner__spotlight .result-image{display:block;max-width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:8px}.winner__context{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;margin-top:12px;color:var(--on-surface-variant);font-size:13px}.winner .winner__next{width:100%;min-height:48px;font-size:15px}.winner__hint{margin:8px 0 14px;text-align:center;font-size:13px;color:var(--on-surface-variant)}.winner__edit-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.winner__edit-actions .button{min-height:44px;font-size:13px;padding:10px 8px}.winner__removed{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:10px;gap:4px;font-size:13px;color:var(--on-surface-variant)}.winner__removed .button{color:var(--primary)}.winner__links{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.winner__links .button{min-height:44px;padding:8px;font-size:13px}.winner-feedback{margin:8px 0;font-size:13px;color:var(--primary);overflow-wrap:anywhere}.winner-feedback:empty{display:none}.winner__more{margin-top:10px;border-top:1px solid var(--surface-border)}.winner__more>summary{display:flex;justify-content:space-between;align-items:center;min-height:48px;padding:12px 0;gap:12px;cursor:pointer;list-style:none;font-size:13px;font-weight:600;color:var(--on-surface-variant)}.winner__more>summary::-webkit-details-marker{display:none}.winner__more[open]>summary>.ui-icon{transform:rotate(180deg)}.winner__more-content{padding-top:8px}.winner__optional-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:16px;margin-top:16px;border-top:1px solid var(--surface-border)}.winner__optional-row h3{margin:0;font-size:14px}.winner__optional-row p{margin:4px 0 0;font-size:13px;color:var(--on-surface-variant)}.winner__optional-row .button{min-height:44px;font-size:13px}.eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}@media (max-width:480px){dialog.winner-dialog{width:calc(100% - 24px);border-radius:20px}.winner{padding:20px 16px 12px}.winner-dialog .modal-close{top:12px;right:12px}.winner__header{gap:10px;margin-bottom:16px}.winner__header h2{font-size:18px}.winner__spotlight{padding:24px 12px;margin-bottom:16px}.winner__edit-actions{gap:8px}.winner__edit-actions .button{gap:5px}.winner__optional-row{align-items:flex-start}}.winner-confetti{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.winner-confetti i{position:absolute;left:var(--x);top:-20px;width:7px;height:14px;background:var(--color);border-radius:2px;opacity:0;animation:winner-confetti-fall 2.6s ease-in var(--delay) both}.winner-confetti i:nth-child(3n){width:5px;height:23px;border-radius:5px}@keyframes winner-confetti-fall{0%{opacity:0;transform:translateY(-15px) rotate(0)}12%{opacity:.9}75%{opacity:.7}to{opacity:0;transform:translate(var(--drift),450px) rotate(var(--turn))}}@media(prefers-reduced-motion:reduce){.winner-confetti{display:none}.winner-confetti i{animation:none}}:is(.winner-dialog,.winner-surface) .winner-confetti{position:fixed;inset:0;z-index:0;pointer-events:none}:is(.winner-dialog,.winner-surface) .winner-confetti i{top:12vh;animation-name:winner-screen-burst}@keyframes winner-screen-burst{0%{opacity:0;transform:translate(0) rotate(0)}10%{opacity:.9}70%{opacity:.75}to{opacity:0;transform:translate(var(--drift),90vh) rotate(var(--turn))}}:is(.winner-dialog,.winner-surface) .celebration-burst i{left:var(--x);top:var(--y);width:var(--size);height:calc(var(--size) * .65);border:0;border-radius:2px;background:var(--color);opacity:0;animation:celebration-flight 3s cubic-bezier(.2,.55,.55,1) var(--delay) both}:is(.winner-dialog,.winner-surface) .burst-streamers i{width:5px;height:48px;border-radius:1px 8px;background:linear-gradient(var(--color),#ffffffa0,var(--color))}:is(.winner-dialog,.winner-surface) .burst-stars i{height:var(--size);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 95%,50% 72%,21% 95%,32% 57%,2% 35%,39% 35%)}:is(.winner-dialog,.winner-surface) .burst-petals i{height:calc(var(--size) * 1.5);border-radius:90% 5% 90% 5%;background:linear-gradient(135deg,#fff3ed,var(--color))}:is(.winner-dialog,.winner-surface) .burst-bubbles i{height:var(--size);border-radius:50%;border:1px solid var(--color);background:radial-gradient(circle at 30% 25%,#ffffffb0,#ffffff08 60%);box-shadow:inset 0 0 5px var(--color)}:is(.winner-dialog,.winner-surface) .burst-fireworks i{width:4px;height:4px;border-radius:50%;box-shadow:0 0 8px 2px var(--color)}:is(.winner-dialog,.winner-surface) .burst-fountains i{width:7px;height:19px;border-radius:5px 1px}:is(.winner-dialog,.winner-surface) .burst-hearts i{height:var(--size);clip-path:polygon(50% 22%,65% 5%,85% 5%,100% 22%,100% 43%,50% 95%,0 43%,0 22%,15% 5%,35% 5%)}:is(.winner-dialog,.winner-surface) .burst-ribbons i{width:16px;height:44px;background:repeating-linear-gradient(155deg,var(--color) 0 9px,#fff5 10px 13px);clip-path:polygon(0 0,100% 0,68% 35%,100% 65%,60% 100%,0 100%,40% 65%,10% 35%)}:is(.winner-dialog,.winner-surface) .burst-comets i{width:5px;height:48px;border-radius:50%;background:linear-gradient(transparent,var(--color),#fff);box-shadow:0 5px 7px -3px var(--color)}@keyframes celebration-flight{0%{opacity:0;transform:translate(0) rotate(0) scale(.6)}12%{opacity:.9}42%{opacity:.85;transform:translate(var(--mx),var(--my)) rotate(100deg) scale(1)}to{opacity:0;transform:translate(var(--dx),var(--dy)) rotate(var(--turn)) scale(var(--scale))}}@media(prefers-reduced-motion:reduce){:is(.winner-dialog,.winner-surface) .celebration-burst{display:none}:is(.winner-dialog,.winner-surface) .celebration-burst i{animation:none}}:is(.winner-dialog,.winner-surface) .celebration-burst i{filter:drop-shadow(0 1px 1px #24113980) drop-shadow(0 0 3px var(--color))}:is(.winner-dialog,.winner-surface) .burst-streamers i{width:9px;height:64px}:is(.winner-dialog,.winner-surface) .burst-bubbles i{border-width:3px;box-shadow:inset 0 0 9px var(--color),0 0 7px var(--color)}:is(.winner-dialog,.winner-surface) .burst-fireworks i{width:8px;height:8px;box-shadow:0 0 5px 1px #fff,0 0 14px 4px var(--color)}:is(.winner-dialog,.winner-surface) .burst-fountains i{width:11px;height:28px}:is(.winner-dialog,.winner-surface) .burst-ribbons i{width:23px;height:60px}:is(.winner-dialog,.winner-surface) .burst-comets i{width:9px;height:68px}:is(.winner-dialog,.winner-surface) .celebration-burst i{animation-name:celebration-cannon-flight;animation-duration:4.2s;animation-timing-function:linear;filter:drop-shadow(0 1px 1px #24113960);backface-visibility:visible}:is(.winner-dialog,.winner-surface) .burst-confetti i:nth-child(3n){border-radius:50%;height:var(--size)}:is(.winner-dialog,.winner-surface) .burst-confetti i:nth-child(5n){width:7px;height:32px;border-radius:2px}@keyframes celebration-cannon-flight{0%{opacity:0;transform:translateZ(0) rotate(0) rotateX(0) scale(.7);animation-timing-function:cubic-bezier(.12,.7,.3,1)}3%{opacity:1}35%{opacity:1;transform:translate3d(var(--mx),var(--my),0) rotate(160deg) rotateX(160deg) scale(1);animation-timing-function:cubic-bezier(.45,0,.85,.65)}85%{opacity:1}to{opacity:0;transform:translate3d(var(--dx),var(--dy),0) rotate(var(--turn)) rotateX(var(--tilt)) scale(var(--scale))}}@media(max-width:720px){:is(.winner-dialog,.winner-surface) .celebration-burst i:nth-child(n+65){display:none}}@media(prefers-reduced-motion:reduce){:is(.winner-dialog,.winner-surface) .celebration-burst i{animation:none}}.presentation .mobile-dock,.presentation .spacebar-pill,.presentation .status-bar,.presentation .status-row,.presentation .studio-left,.presentation .studio-right,.presentation .top-nav,.presentation footer.site-footer{display:none}.presentation .studio{max-width:none;padding:16px}.presentation .studio-grid{display:flex;justify-content:center}.presentation .wheel-stage{width:min(80dvh,calc(100vw - 32px),850px)}.presentation .studio-guide,.presentation .tool-intro{display:none}.presentation .exit-present{display:inline-flex}.exit-present{display:none}body:has(.presentation)>.seo-content,body:has(.presentation)>.seo-intro{display:none}.entry-composer textarea{min-width:0}.card__head,.editor-bottom,.probability-footer,.status-row{flex-wrap:wrap}.card,.settings-panel__body,.status-row>*{min-width:0}.settings-panel__head{padding-right:64px}.settings-panel__body{overscroll-behavior:contain}.settings-panel__foot{flex-wrap:wrap;padding-bottom:max(20px,env(safe-area-inset-bottom))}.settings-panel__foot .button--primary{min-width:0}.search-field:focus-within,.search-label:focus-within{outline:2px solid var(--primary);outline-offset:2px}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}html{scroll-padding-top:150px}dialog{overscroll-behavior:contain}@media (max-width:767px){.entry-label,.link-field input,input:not([type]),input[type=number],input[type=search],input[type=text],select,textarea{font-size:16px}.settings-tabs{margin-inline:12px}.settings-tabs>button{padding-inline:6px;font-size:12px;min-height:44px}.settings-panel__body{padding-inline:16px}.button,.category-chips .chip,.editor-tools>button,.pagination button,.sidebar-tabs button{min-height:44px}.row-control{min-height:40px;min-width:32px}.names-sidebar.show-entry-controls .choice-list li,.names-sidebar.show-entry-weights .choice-list li{flex-wrap:wrap}.names-sidebar.show-entry-controls .entry-label,.names-sidebar.show-entry-weights .entry-label{flex-basis:calc(100% - 80px)}.entry-weight{width:86px}.settings-panel__head{padding-left:16px}.preset-card{padding:12px 10px}dialog.sheet{padding-bottom:max(24px,env(safe-area-inset-bottom))}.spacebar-pill{display:none}.studio{padding-bottom:24px}}.names-sidebar.show-entry-controls .choice-list li,.names-sidebar.show-entry-weights .choice-list li{flex-wrap:wrap}.names-sidebar.show-entry-controls .entry-label,.names-sidebar.show-entry-weights .entry-label{flex-basis:calc(100% - 80px)}.choice-list{overscroll-behavior:contain}.choice-list input[type=checkbox],.entry-dot,.entry-grip{flex-shrink:0}.sidebar-result-list li>div{min-width:0}.library-list strong,.sidebar-result-list strong,.tile small,.winner-footer,.winner__message,dialog h3,dialog p{overflow-wrap:anywhere}.winner-card__meta{flex-wrap:wrap}.modal-heading h2,.tile,.winner-card>*{min-width:0}.modal-close,.modal-heading .icon-button{flex-shrink:0}.modal-heading h2{overflow-wrap:anywhere}body:has(dialog[open]){overflow:hidden}.settings-panel__body .segmented{display:flex;flex-wrap:wrap;max-width:100%}.settings-panel__body .segmented>button{flex:1 1 80px;white-space:normal}.settings-panel__body input:not([type]),.settings-panel__body input[type=text],.settings-panel__body textarea{max-width:100%}@media (max-width:767px){.spacebar-pill{display:inline-flex;text-align:center}.spacebar-pill kbd{display:none}.status-bar{flex-wrap:wrap;justify-content:center;gap:8px}.clear-entries-button,.sidebar-results>button,.status-bar .icon-button,.text-button,.wheel-title-button{min-height:44px}.autoclose-chip{flex-wrap:wrap}.search-field kbd{display:none}}@media (max-height:500px) and (max-width:1100px){.top-nav{position:relative}}.choice-list>li,.sidebar-result-list>li{flex-shrink:0}@media (max-width:767px){.fallback-wheel{inset:8%;padding:16px;border-radius:var(--radius-lg);font-size:18px}}.editor-notice{margin:6px 0;font-size:13px;color:var(--on-surface-variant);overflow-wrap:anywhere}.editor-notice:empty{display:none}@media (max-width:480px){.settings-panel__head{padding:20px 16px 12px}.settings-tabs{margin-inline:16px}.settings-tabs>button{padding-inline:4px;font-size:12px}.settings-panel__body{padding-inline:16px}.settings-panel__foot{padding:12px 16px max(16px,env(safe-area-inset-bottom))}.settings-panel__foot .button--primary{min-width:0;flex:1 1}.settings-panel__foot .settings-panel__reset{flex:0 0 100%}}.modal-close,.modal-heading .icon-button{min-width:44px;min-height:44px}.category-chips button,.menu-actions button,.modal-actions button,.template-toolbar .segmented button,dialog form button{min-height:44px}.search-field:focus-within{outline:2px solid var(--primary);outline-offset:2px}@media (max-width:767px){.entry-label,.search-field input,.search-label input,input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),textarea{font-size:16px}}.sp-page{max-width:1280px;margin:0 auto;padding:36px 24px 72px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:28px}.page-head__text{display:flex;flex-direction:column;gap:10px;max-width:720px}.page-head__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.subtitle{font-size:15px;line-height:1.6;margin:0}.notice,.subtitle{color:var(--on-surface-variant)}.notice{padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-container-low);font-size:13px}.skeleton{min-height:96px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--surface-container) 25%,var(--surface-container-high) 50%,var(--surface-container) 75%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width:720px){.sp-page{padding:20px 12px 56px}.page-head__actions{width:100%}.page-head__actions .button{flex:1 1}}.template-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:14px}.search-field{flex:1 1;display:flex;align-items:center;gap:10px;padding:0 14px;min-height:48px;border-radius:var(--radius-md);background:var(--surface-container-lowest);border:1px solid var(--surface-border);box-shadow:var(--shadow-l1);color:var(--on-surface-variant)}.search-field input{flex:1 1;min-width:0;border:0;background:transparent;padding:10px 0;min-height:44px}.search-field input:focus-visible{box-shadow:none}.category-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.category-chips .chip{cursor:pointer;border:1px solid var(--surface-border);background:var(--surface-container-lowest)}.category-chips .chip span{color:var(--outline)}.chip--active{background:var(--primary-container)!important;color:var(--on-primary)!important;border-color:var(--primary-container)!important}.chip--active span{color:rgba(255,255,255,.8)!important}.template-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.template-grid--list{grid-template-columns:1fr}.template-card{min-width:0;display:flex;flex-direction:column;gap:14px;padding:18px}.template-card__top{display:flex;align-items:center;gap:8px}.template-card__category{background:var(--surface-container-high)}.template-card[data-category=food] .template-card__category{background:var(--secondary-fixed);color:var(--on-secondary-container)}.template-card[data-category=education] .template-card__category{background:var(--tertiary-fixed);color:var(--tertiary-container)}.template-card[data-category=decision] .template-card__category,.template-card[data-category=numbers] .template-card__category{background:var(--primary-fixed);color:var(--primary)}.template-card[data-category=entertainment] .template-card__category,.template-card[data-category=party] .template-card__category{background:#fde2f0;color:#9d174d}.template-card__bookmark{margin-left:auto;width:34px;height:34px;font-size:16px}.template-card__body{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center}.template-grid--list .template-card__body{grid-template-columns:72px minmax(0,1fr)}.template-card__text p{margin:4px 0 0}.mini-wheel{position:relative;width:88px;height:88px;border-radius:50%;box-shadow:inset 0 0 0 4px #fff,0 4px 12px rgba(26,27,36,.12);flex-shrink:0}.mini-wheel--lg{width:200px;height:200px;box-shadow:inset 0 0 0 6px #fff,0 8px 24px rgba(26,27,36,.14)}.mini-wheel__pointer{top:-6px;width:12px;height:12px;transform:translateX(-50%);background:var(--accent-ticker);border-radius:3px 3px 6px 6px}.mini-wheel__hub,.mini-wheel__pointer{position:absolute;left:50%;box-shadow:var(--shadow-hub)}.mini-wheel__hub{top:50%;width:30%;height:30%;transform:translate(-50%,-50%);border-radius:50%;background:#fff}.mini-wheel__hub:after{content:"";position:absolute;inset:32%;border-radius:50%;background:var(--primary-container)}.tag-chips{display:flex;gap:6px;flex-wrap:wrap;padding:10px;border-radius:var(--radius);background:var(--surface-container-low)}.tag-chip{padding:3px 8px;border-radius:var(--radius-sm);background:var(--surface-container-lowest);font-size:11px;color:var(--on-surface);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.tag-chip--more{background:transparent;color:var(--outline)}.template-card__foot{display:flex;flex-direction:column;gap:10px;margin-top:auto}.template-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.template-preview__body{display:grid;grid-template-columns:200px 1fr;gap:22px;align-items:start}.template-preview__entries{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:40vh;overflow:auto}.template-preview__entries li{display:flex;align-items:center;gap:8px;font-size:13px}.template-preview__entries i{width:10px;height:10px;border-radius:50%;flex-shrink:0}.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0 20px}.info-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;background:var(--surface-container-low);border-color:transparent;box-shadow:none}.info-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--surface-container-lowest);font-size:20px;box-shadow:var(--shadow-l1)}.info-card p{margin:6px 0 0}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 26px;border-radius:var(--radius-lg);background:#0f172a;color:#fff}.cta-band>div:first-child{display:flex;align-items:center;gap:16px}.cta-band p{margin:4px 0 0;color:rgba(255,255,255,.75);font-size:13px}.cta-band__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--primary-container);font-size:22px}.cta-band__actions{display:flex;gap:10px;flex-wrap:wrap}.cta-band .button{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:#fff}.cta-band .button--primary{background:var(--primary-container);border-color:var(--primary-container)}@media (max-width:1150px){.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.info-cards,.template-grid{grid-template-columns:1fr}.template-toolbar{flex-direction:column;align-items:stretch}.template-preview__body{grid-template-columns:1fr}.mini-wheel--lg{margin:0 auto}.cta-band__actions{width:100%}.cta-band__actions .button{flex:1 1}}.text-success{color:var(--tertiary-container)!important}.text-warn{color:var(--on-secondary-container)!important}.text-primary{color:var(--primary)!important}.text-button--link{color:var(--primary)}.search-field--compact{min-height:40px;box-shadow:none;margin:8px 0 12px}.search-field--compact input{min-height:36px}.card__foot{align-items:center;flex-wrap:wrap;margin-top:12px}.card__foot,.library-list button{display:flex;justify-content:space-between;gap:10px}.library-list button{text-align:left;padding:14px;min-height:40px;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface-container-lowest);font-weight:600}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.stat-card{display:flex;flex-direction:column;gap:8px;min-height:150px}.stat-card__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--on-surface-variant)}.stat-card__label,.stat-card__value{font-family:var(--font-mono);font-weight:600}.stat-card__value{font-size:40px;line-height:1;letter-spacing:-.02em}.stat-card__value small{font-size:22px;color:var(--outline)}.stat-card__value--text{font-family:var(--font-ui);font-size:28px;font-weight:800;letter-spacing:var(--tracking-headline);overflow-wrap:anywhere}.stat-card__sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto}.stat-card__rows,.stat-card__sub{font-size:12px;color:var(--on-surface-variant)}.stat-card__rows{display:grid;grid-template-columns:1fr auto;gap:6px 12px}.stat-card__rows strong{color:var(--on-surface);font-weight:600;text-align:right}.progress{height:6px;background:var(--surface-container-high);overflow:hidden}.progress,.progress i{display:block;border-radius:4px}.progress i{height:100%;background:var(--primary-container)}.analytics-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:20px;margin-bottom:22px}.analytics-grid__right{display:flex;flex-direction:column;gap:20px;min-width:0}.analytics-grid .card__head{flex-wrap:wrap}.analytics-grid .card__head .segmented{max-width:100%}.analytics-grid .card__head .segmented>button{min-height:44px}.timeline{list-style:none;margin:0 0 12px;padding:0 0 0 6px;display:flex;flex-direction:column;gap:10px;position:relative}.timeline:before{content:"";position:absolute;left:11px;top:12px;bottom:12px;width:2px;background:var(--surface-container-high)}.timeline__row{display:grid;grid-template-columns:12px 1fr;gap:14px;align-items:start;position:relative}.timeline__dot{width:12px;height:12px;margin-top:16px;border-radius:50%;box-shadow:0 0 0 3px #fff}.timeline__body{padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-container-low);border:1px solid var(--surface-border);min-width:0}.timeline__head{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.timeline__head strong{font-size:15px;overflow-wrap:anywhere}.timeline__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.chip--eliminated{background:var(--error-container);color:var(--on-error-container)}.chip--removed{background:var(--surface-container-high);color:var(--outline)}.freq-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.freq-row__head{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:13px}.freq-row__name{display:inline-flex;align-items:center;gap:8px;min-width:0;font-weight:600}.freq-row__name i{width:10px;height:10px;border-radius:3px;flex-shrink:0}.freq-bar{position:relative;height:8px;margin-top:6px;background:var(--surface-container-high);overflow:hidden}.freq-bar,.freq-bar__fill{display:block;border-radius:4px}.freq-bar__fill{height:100%;transition:width .3s}.freq-bar__expected{position:absolute;top:-2px;bottom:-2px;width:2px;background:var(--on-surface);opacity:.5}.freq-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:14px 0 0;padding-top:12px;border-top:1px solid var(--surface-border)}.table-scroll{overflow-x:auto;margin:4px -4px 0}.matrix-table{width:100%;border-collapse:collapse;font-size:13px}.matrix-table th{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-variant);text-align:left;padding:8px 10px;background:var(--surface-container-low);position:sticky;top:0}.matrix-table td{padding:10px;border-bottom:1px solid var(--surface-border);white-space:nowrap;vertical-align:middle}.matrix-table td:first-child{white-space:normal;min-width:140px}.status-chip{display:inline-block;padding:3px 8px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:11px}.status-chip--play{background:var(--tertiary-fixed);color:var(--tertiary-container)}.status-chip--bench{background:var(--error-container);color:var(--on-error-container)}.inline-edit{width:80px;min-height:32px!important;padding:4px 8px!important}.matrix-table .icon-button{width:32px;height:32px}.ledger-badge{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:18px 22px;border-radius:var(--radius-lg);background:var(--surface-container-low)}.ledger-badge__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--tertiary-fixed);color:var(--tertiary-container);font-size:20px}.ledger-badge p{margin:4px 0 0;font-size:13px;color:var(--on-surface-variant)}@media (max-width:1150px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.analytics-grid{grid-template-columns:1fr}}@media (max-width:720px){.stat-grid{grid-template-columns:1fr}.page-head__actions .button{flex:1 1}}.page-head__actions--stack{flex-direction:column;align-items:flex-end;gap:8px}.wheel-id{border:1px solid var(--surface-border);background:var(--surface-container-lowest);cursor:pointer}.wheel-id strong{color:var(--on-surface)}.share-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:20px}.share-grid__col{display:flex;flex-direction:column;gap:20px;min-width:0}.share-mode{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px;margin:6px 0 16px;border-radius:var(--radius-md);background:var(--surface-container-low)}.share-mode__check{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--primary-container);color:#fff;font-weight:800;font-size:13px}.share-mode p{margin:4px 0 0}.link-field{display:flex;gap:8px;margin:8px 0 16px}.link-field input{flex:1 1;min-width:0;font-size:12px}.channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:8px 0 10px}.channel-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;border-radius:var(--radius-md);background:var(--surface-container-low);border:1px solid var(--surface-border);color:var(--on-surface);font-family:var(--font-mono);font-size:12px;text-decoration:none}.channel-tile:hover{background:var(--surface-container)}.channel-tile span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);background:#fff;font-size:20px;box-shadow:var(--shadow-l1)}.qr-card{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center}.qr-card__svg svg{width:100%;height:auto;display:block;border-radius:var(--radius)}.qr-card__placeholder{display:flex;align-items:center;justify-content:center;text-align:center;aspect-ratio:1;padding:12px;border-radius:var(--radius);background:var(--surface-container-low);color:var(--on-surface-variant);font-size:11px}.qr-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.payload-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 8px}.payload-list div{padding:10px 12px;border-radius:var(--radius);background:var(--surface-container-low)}.payload-list dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--on-surface-variant)}.payload-list dd{margin:4px 0 0;font-weight:600;overflow-wrap:anywhere}.overlay-preview{position:relative;aspect-ratio:16/10;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--surface-border);background:repeating-conic-gradient(var(--surface-container-high) 0 25%,#fff 0 50%) 0 0 /24px 24px}.overlay-preview--chroma{background:#00ff00}.overlay-preview iframe{width:100%;height:100%;border:0;display:block}.overlay-preview__test{position:absolute;left:12px;bottom:12px}.obs-toggles{margin:14px 0 4px}.obs-url{display:flex;justify-content:space-between;gap:10px;align-items:baseline;margin-top:12px}.fair-band{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;background:var(--surface-container-low);border-color:transparent;box-shadow:none}.fair-band__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--tertiary-fixed);color:var(--tertiary-container);font-size:20px}.fair-band p{margin:4px 0 0}.fair-band__actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.print-handout{display:none}@media (max-width:960px){.share-grid{grid-template-columns:1fr}}@media (max-width:720px){.channel-grid,.payload-list{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-card{grid-template-columns:1fr}.page-head__actions--stack{align-items:stretch}.link-field{flex-direction:column}}@media print{body *{visibility:hidden}.print-handout,.print-handout *{visibility:visible}.print-handout{display:block;position:fixed;inset:0;padding:32px;text-align:center;background:#fff}.print-handout svg{width:70vmin;height:auto;margin:16px auto}.print-handout h1{font-size:32px}.print-handout .mono{font-size:11px;overflow-wrap:anywhere}}html.overlay-root,html.overlay-root body{background:transparent!important;margin:0;overflow:hidden}html.overlay-chroma body{background:#00ff00!important}html.overlay-root .skip-link{display:none}.overlay-stage{position:relative;width:100vmin;height:100vmin;margin:0 auto;display:flex;align-items:center;justify-content:center;cursor:pointer}.overlay-stage .wheel-stage{width:92%}.overlay-stage .wheel-halo{display:none}.overlay-stage .fallback-wheel{background:rgba(255,255,255,.92)}.overlay-message{color:var(--on-surface);font-family:var(--font-ui)}.overlay-message p{padding:14px 18px;border-radius:var(--radius-md);background:rgba(255,255,255,.92);box-shadow:var(--shadow-l2)}.overlay-winner{position:absolute;left:50%;bottom:6%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 28px;border-radius:var(--radius-lg);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--surface-border);box-shadow:var(--shadow-l3);animation:rise .3s ease-out;max-width:90%;text-align:center}.overlay-winner strong{font-size:clamp(22px,5vmin,44px);font-weight:800;letter-spacing:var(--tracking-headline);overflow-wrap:anywhere}.overlay-winner .celebration-burst,.overlay-winner .winner-confetti{position:fixed;inset:0;pointer-events:none}.overlay-round{position:absolute;left:50%;bottom:6%;transform:translateX(-50%);z-index:6}@keyframes rise{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.cta-band>*,.info-card>*,.page-head__text,.qr-card>*,.search-field,.template-card__text{min-width:0}.freq-row__name,.library-list button,.template-card__text,.wheel-id{overflow-wrap:anywhere}.library-list button{flex-wrap:wrap}.wheel-id{white-space:normal;text-align:left}@media (max-width:767px){.link-field input{font-size:16px}.template-card__bookmark{width:44px;height:44px}.qr-card__svg{max-width:200px;margin-inline:auto}}.article-page h1,.article-page li,.template-preview__entries li{overflow-wrap:anywhere}.template-grid--list .mini-wheel{width:72px;height:72px}.template-card__top{flex-wrap:wrap}.template-card__bookmark{flex-shrink:0}.template-preview__body>*{min-width:0}.timeline__head{flex-wrap:wrap}.matrix-table td:first-child{overflow-wrap:anywhere;max-width:260px}.template-card__text{min-width:0;overflow-wrap:anywhere}.template-grid.template-grid--list{grid-template-columns:minmax(0,1fr)}@media (max-width:480px){.template-card__body,.template-grid--list .template-card__body{grid-template-columns:minmax(0,1fr)}.template-card__top{flex-wrap:wrap}.template-card__bookmark{min-width:44px;min-height:44px}}.wide-dialog{width:min(1100px,calc(100vw - 24px));max-width:1100px}.feature-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:12px 0}.feature-toolbar input:not([type=checkbox]):not([type=color]){max-width:240px}.editable-row button,.extra-settings button,.feature-page button,.feature-toolbar button{min-height:44px;padding:9px 14px;border-radius:9px;border:1px solid #c6cada;background:#fff;color:#22253a;cursor:pointer}.feature-page button:disabled,.feature-toolbar button:disabled{opacity:.5;cursor:not-allowed}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:16px;margin:16px 0}.editable-row label,.extra-settings>label,.feature-grid label{display:flex;flex-direction:column;gap:6px;min-width:0}.editable-row input:not([type=checkbox]):not([type=color]),.extra-settings textarea,.feature-grid input,.feature-grid select,.feature-grid textarea{width:100%;box-sizing:border-box;padding:10px;min-height:44px}.feature-page{max-width:1160px;margin:auto;padding:24px 16px 100px;overflow-wrap:anywhere}.feature-page textarea,.table-text{width:100%;box-sizing:border-box;min-height:140px;padding:12px;font:inherit}.editable-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;border:1px solid #c6cada;padding:12px;margin:10px 0;border-radius:10px}.asset-preview{width:100px;height:100px;object-fit:contain}.hub-image{width:60px;height:60px;object-fit:contain;border-radius:50%}.wheel-banner{max-height:100px;width:100%;object-fit:contain}.extra-settings{padding:16px 0;border-bottom:1px solid #c6cada;margin-bottom:20px}.result-image{max-width:100%;max-height:60vh;object-fit:contain}.feature-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.feature-tabs button[aria-pressed=true]{background:#3858f6;color:#fff}.group-card{border:1px solid #c6cada;padding:16px;border-radius:12px;background:#fff}@media(max-width:600px){.wide-dialog{padding:14px}.feature-toolbar>*{max-width:100%}.feature-page{padding:16px 12px 100px}.editable-row{grid-template-columns:1fr 1fr}.editable-row input[type=file]{max-width:150px}input,select,textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){.feature-page *{scroll-behavior:auto}}.mobile-navigation{display:none}@media(min-width:768px) and (max-width:1250px){.top-nav{grid-template-columns:auto 1fr;height:auto;min-height:68px;padding:10px 16px}.nav-pill{grid-row:2;grid-column:1/-1;justify-content:center}.header-actions{grid-column:2;grid-row:1;justify-self:end}}@media(max-width:767px){.top-nav{height:auto;min-height:60px;gap:8px;padding:8px 12px}.mobile-navigation{display:block;grid-row:2;grid-column:1/-1}.mobile-navigation select{width:100%;padding:10px;min-height:44px}}.language-picker select{min-height:36px;max-width:95px;padding:4px;border:1px solid #c6cada;border-radius:6px}@media(max-width:400px){.top-nav .brand{font-size:16px;gap:4px}.top-nav .brand svg{width:24px}.header-actions{gap:2px}.top-nav{padding:8px;column-gap:2px}.top-nav .icon-button{width:30px;padding:4px}.language-picker select{max-width:65px;font-size:12px}}.result-image-button{max-width:100%;border:0;background:transparent;cursor:zoom-in;padding:0}.result-image-button[aria-expanded=true]{cursor:zoom-out}.editable-row[data-selected=true]{border:2px solid #3858f6;background:#f2f4ff}.center-spin__label{overflow-wrap:anywhere;max-width:70px;line-height:1.1}@media print{.feature-page>button,.feature-page>label,.feature-tabs,.feature-toolbar,.top-nav{display:none!important}.feature-page{padding:0}.group-card{page-break-inside:avoid;break-inside:avoid}}dialog.entry-editor[open]{display:flex;flex-direction:column;padding:0;width:min(1160px,calc(100vw - 32px));max-height:calc(100dvh - 40px);overflow:hidden;border:1px solid var(--surface-border);border-radius:20px}.entry-editor .modal-heading{flex:none;margin:0;padding:20px 24px;border-bottom:1px solid var(--surface-border)}.entry-editor .modal-heading h2{margin:0;font-size:24px}.editor-scroll{min-height:0;overflow-y:auto;padding:0 24px 20px;overscroll-behavior:contain}.editor-intro{margin:16px 0;color:var(--on-surface-variant);font-size:14px;line-height:1.6}.editor-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.editor-mode{display:flex;gap:4px;padding:4px;background:var(--surface-container-low);border-radius:12px}.editor-mode button{border:0;background:transparent;border-radius:9px;padding:10px 14px;min-height:44px;font:inherit;font-size:14px;color:var(--on-surface-variant);cursor:pointer}.editor-mode button[aria-pressed=true]{background:white;color:var(--primary);box-shadow:0 1px 5px #18234a15;font-weight:700}.editor-count{font-size:13px;white-space:nowrap;color:var(--on-surface-variant)}.editor-import{padding:12px 16px;background:var(--surface-container-low);border:1px solid var(--surface-border);border-radius:12px;margin-bottom:16px}.editor-help summary,.editor-import summary{cursor:pointer;font-size:13px;font-weight:600;min-height:24px;align-content:center}.editor-import-controls{display:flex;align-items:end;flex-wrap:wrap;gap:16px;margin-top:12px}.editor-import-controls>label{display:flex;flex-direction:column;gap:6px;font-size:13px}.editor-help p,.editor-import p{font-size:13px;color:var(--on-surface-variant);line-height:1.6}.entry-editor .editor-upload{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;border:1px dashed var(--primary);border-radius:9px;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;overflow:hidden}.entry-editor .editor-upload input[type=file]{position:absolute;inset:0;opacity:0;width:100%;height:100%;padding:0;cursor:pointer}.editor-upload:focus-within{outline:2px solid var(--primary);outline-offset:3px}.entry-editor .editor-search{gap:8px;margin:16px 0 8px}.entry-editor .editor-search input{flex:1 1;min-width:180px;max-width:none}.entry-editor .editor-search button{font-size:12px;padding:8px 12px}.editor-bulk{border:1px solid #cfd5ff;border-radius:12px;background:#f3f5ff;margin:16px 0;padding:8px 12px}.editor-bulk[hidden]{display:none}.editor-bulk legend{font-size:13px;font-weight:700;color:var(--primary);padding:0 6px}.editor-bulk label{display:flex;align-items:center;gap:8px;font-size:13px}.editor-bulk input[type=number]{width:86px}.editor-bulk button{font-size:12px}.entry-editor .editor-danger{color:#b42318;border-color:#f2c7c2}.editor-help{margin:8px 0 16px;color:var(--on-surface-variant)}.entry-editor .editable-row{grid-template-columns:30px minmax(150px,1.6fr) minmax(120px,1fr) 90px 54px 70px 44px;align-items:center;gap:12px;padding:12px 14px;margin:8px 0;border:1px solid var(--surface-border);background:white;border-radius:12px}.entry-editor .editable-row[data-selected=true]{border-color:var(--primary);background:#f6f7ff;box-shadow:inset 3px 0 var(--primary)}.entry-editor .editable-row label{font-size:11px;font-weight:600;color:var(--on-surface-variant)}.entry-editor .editable-row input:not([type=checkbox]):not([type=color]):not([type=file]){font-size:14px;min-height:42px;padding:9px 10px;background:#fff}.entry-editor .editor-select{align-items:center;gap:4px}.editor-row-number{font-size:10px;color:var(--on-surface-variant)}.entry-editor input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.entry-editor input[type=color]{width:44px;height:42px;padding:3px;border:1px solid var(--surface-border);border-radius:8px;background:white;cursor:pointer}.entry-editor .editor-enabled{align-items:center;justify-content:center}.entry-editor .editor-duplicate{font-size:22px;padding:0;min-height:44px;background:transparent;border-color:transparent;color:var(--on-surface-variant)}.editor-row-media{grid-column:2/-1;font-size:12px;color:var(--on-surface-variant)}.editor-row-media summary{cursor:pointer;min-height:28px;align-content:center;width:fit-content}.editor-media-content{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 0 0}.editor-media-content button{font-size:12px}.editor-media-content .asset-preview{width:64px;height:64px;border-radius:8px;border:1px solid var(--surface-border)}.editor-empty{padding:28px 16px;text-align:center;background:var(--surface-container-low);border-radius:12px}.editor-pagination{justify-content:flex-end;font-size:12px}.editor-pagination button{font-size:12px}.editor-text-mode p{font-size:13px;line-height:1.6;color:var(--on-surface-variant)}.editor-text-mode .table-text{font-family:monospace;font-feature-settings:none;font-variant-ligatures:none;font-size:14px;line-height:1.7;min-height:260px}.editor-footer{flex:none;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--surface-border);padding:16px 24px;background:white}.editor-footer-status{font-size:12px;line-height:1.5;color:var(--on-surface-variant);min-width:0}.editor-footer-status p{margin:0;color:#b42318}.editor-footer-actions{display:flex;gap:8px;flex-shrink:0}.editor-footer-actions button{min-height:44px;font-size:14px}@media(max-width:1000px){dialog.entry-editor[open]{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:16px}.entry-editor .modal-heading{padding:16px}.editor-scroll{padding:0 12px 16px}.editor-topbar{flex-wrap:wrap;gap:8px}.editor-mode{flex:1 1}.editor-mode button{flex:1 1;padding:8px;font-size:12px}.editor-count{width:100%}.entry-editor .editable-row{grid-template-columns:28px minmax(0,1fr) minmax(0,1fr) 44px;gap:10px;padding:12px}.entry-editor .editor-alias,.entry-editor .editor-name{grid-column:2/5}.entry-editor .editor-weight{grid-column:2}.entry-editor .editor-color{grid-column:3}.entry-editor .editor-enabled{grid-column:4}.entry-editor .editor-duplicate{grid-column:1;grid-row:2}.editor-row-media{grid-column:2/5}.entry-editor .editable-row input:not([type=checkbox]):not([type=color]):not([type=file]){font-size:16px}.editor-footer{padding:12px;gap:8px;flex-direction:column;align-items:stretch}.editor-footer-actions{justify-content:flex-end}.editor-footer-actions button:last-child{flex:1 1}.editor-footer-status{font-size:11px}.editor-import-controls{align-items:stretch;flex-direction:column}}.editor-text-mode .table-text{contain:strict;height:320px;min-height:180px}.top-nav .header-actions{gap:16px}.header-tool-buttons{display:flex;align-items:center;gap:8px}.top-nav .header-tool-buttons .icon-button{width:44px;height:44px;min-width:44px;padding:0;flex-shrink:0}@media(max-width:767px){.top-nav{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 12px}.top-nav .brand{grid-row:1;grid-column:1/-1;justify-self:start;max-width:100%}.top-nav .header-actions{display:contents}.top-nav .header-tool-buttons{grid-row:2;grid-column:2;padding-left:0;border-left:0;gap:8px}.top-nav .mobile-navigation{grid-row:2;grid-column:1;min-width:0}.top-nav .mobile-navigation select{min-width:0;max-width:100%;min-height:44px;padding:8px 6px;font-size:13px}.top-nav:not(:has(.header-tool-buttons)) .mobile-navigation{grid-column:1/-1}}.feature-page input[type=file]{display:block;width:100%;max-width:100%;min-width:0;margin-top:8px;font-size:14px}.feature-page input[type=file]::file-selector-button{min-height:44px;padding:8px 12px;margin-right:8px;border:1px solid var(--surface-border);border-radius:8px;background:var(--surface-container-lowest);color:var(--on-surface);cursor:pointer}.tool-intro{margin:0 0 28px;max-width:960px}.tool-intro h1{margin:0 0 8px;font-size:clamp(24px,3vw,36px);line-height:1.25;letter-spacing:var(--tracking-headline)}.tool-intro p{max-width:740px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}.tool-intro nav[aria-label="Popular wheels"]{margin-top:16px}.tool-intro nav[aria-label="Popular wheels"] a{min-height:44px;padding:9px 14px;border:1px solid var(--outline-variant);border-radius:var(--radius-full)}.tool-intro nav[aria-label="Popular wheels"] a:hover{background:var(--primary-fixed)}.breadcrumbs ol{gap:6px 10px;margin:0 0 16px;font-size:12px}.breadcrumbs li{display:inline-flex;gap:10px}.breadcrumbs li+li:before{content:"/";color:var(--outline)}.breadcrumbs a{display:inline-flex;align-items:center;min-height:32px}.breadcrumbs [aria-current]{color:var(--muted)}.studio-guide{margin-top:32px;border-top:1px solid var(--line)}.studio-guide .seo-content{padding-inline:0}.seo-link-grid{gap:14px}.seo-link-card{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-container-lowest);text-decoration:none}.seo-link-card:hover{border-color:var(--outline-variant)}.seo-link-card strong{line-height:1.5}.seo-link-card span{color:var(--muted);font-size:13px;line-height:1.7}.seo-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md)}.seo-table caption{background:var(--surface-container-low)}.seo-table td,.seo-table th{border-top:1px solid var(--line);line-height:1.7}.seo-table td{color:var(--muted)}.starter-entries{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}.seo-content .starter-entries li{margin:0;padding:6px 12px;border-radius:var(--radius);background:var(--surface-container);overflow-wrap:anywhere}.article-page .seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:960px){.seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.article-page .seo-link-grid,.seo-link-grid{grid-template-columns:1fr}.seo-table td,.seo-table th{padding:10px}.tool-intro{margin-bottom:20px}}.seo-intro{max-width:1392px;margin:0 auto;padding:40px 24px 8px}.seo-intro h1{font-size:clamp(28px,3vw,40px);font-weight:800;letter-spacing:var(--tracking-headline);margin:0 0 8px}.seo-intro p{color:var(--muted);margin:0;font-size:14px}.seo-content{max-width:1392px;margin:0 auto;padding:40px 24px 64px}.seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:56px}.seo-content h2{font-size:26px;font-weight:700;letter-spacing:var(--tracking-headline);margin:8px 0 14px}.seo-content .eyebrow{display:block;margin-top:8px}.seo-content li,.seo-content p{font-size:14px;line-height:1.85;color:var(--muted)}.seo-content ol{padding-left:22px}.seo-content li{margin-bottom:12px}.article-page a,.seo-content a{color:var(--accent);text-underline-offset:4px}.article-page .button--primary{color:var(--on-primary)}.faq{margin-top:40px;padding-top:16px;border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:600;font-size:15px;min-height:28px;color:var(--ink)}.faq p{max-width:850px}nav[aria-label="Popular wheels"],nav[aria-label="Product information"],nav[aria-label="Related wheels"]{display:flex;gap:22px;flex-wrap:wrap;margin-top:36px;font-size:13px;align-items:center}nav[aria-label="Popular wheels"]{margin-top:12px}nav[aria-label="Related wheels"] h2{width:100%;font-size:18px;margin:0 0 6px}.article-page{max-width:820px;margin:0 auto;padding:40px 24px 80px}.article-page h1{font-size:clamp(32px,4.5vw,48px);font-weight:800;margin:28px 0 20px}.article-page h1,.article-page h2{letter-spacing:var(--tracking-headline)}.article-page h2{font-size:26px;font-weight:700;margin:36px 0 12px}.article-page h3{font-size:20px;font-weight:700;margin:24px 0 8px}.article-page li,.article-page p{font-size:16px;line-height:1.85;color:var(--muted)}.article-page .lede{font-size:21px;line-height:1.55;color:var(--ink)}.article-cta{display:inline-block;margin-top:24px;padding:12px 0;font-weight:600}.article-page ul{padding-left:22px}.page-panel{max-width:1280px;margin:0 auto;padding:32px 24px 64px}@media(max-width:720px){.seo-intro{padding:24px 12px 8px}.seo-content{padding:24px 12px 48px}.seo-columns{grid-template-columns:1fr;gap:22px}.seo-intro p{font-size:13px}.seo-intro h1{font-size:26px}.article-page{padding:20px 12px 60px}.page-panel{padding:16px 12px 48px}}.article-toc{margin:28px 0;padding:20px 24px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-container-lowest)}.article-toc ol{padding-left:20px;margin:10px 0 0}.article-toc li{margin:0}.article-toc a{display:inline-block;padding:8px 0;font-size:14px}.article-page .guide-byline{font-size:13px;margin-top:-8px}.probability-example{margin:24px 0}.probability-bar{display:flex;border:1px solid;min-height:48px;border-radius:8px;overflow:hidden}.probability-bar span{display:grid;place-items:center;background:#e1e7ff;color:#152449;flex:3 1;font-weight:700}.probability-bar span+span{background:#ffe8bd;flex:1 1;border-left:2px solid #152449}.probability-example figcaption{margin-top:8px;line-height:1.6}.probability-demo label{display:block;margin:12px 0}.probability-demo input{max-width:120px;margin-left:12px;min-height:44px}.probability-demo button{min-height:44px;margin:8px 12px 8px 0}.tool-intro{margin-bottom:24px}.tool-intro h1,.tool-intro p{margin:0 0 12px}.tool-intro p{line-height:1.6}.tool-intro nav[aria-label="Popular wheels"]{display:flex;flex-wrap:wrap;gap:8px 24px}.tool-intro nav[aria-label="Popular wheels"] a{display:inline-flex;align-items:center;text-underline-offset:4px}.breadcrumbs{margin:0 0 12px;font-size:13px;line-height:1.4}.breadcrumbs ol{flex-wrap:wrap;gap:0 4px;list-style:none}.breadcrumbs li,.breadcrumbs ol{display:flex;align-items:center;margin:0;padding:0}.breadcrumbs li{gap:4px;min-width:0;max-width:100%;font-size:inherit;line-height:inherit}.breadcrumbs li+li:before{content:"";flex:0 0 5px;width:5px;height:5px;border-top:1.5px solid var(--on-surface-variant);border-right:1.5px solid var(--on-surface-variant);transform:rotate(45deg);margin:0 6px 0 2px;opacity:.65}.breadcrumbs [aria-current=page],.breadcrumbs a{display:inline-flex;align-items:center;min-height:40px;padding:6px 8px;border-radius:8px;overflow-wrap:anywhere}.breadcrumbs a{color:var(--on-surface-variant);text-decoration:none}.breadcrumbs a:hover{color:var(--primary);background:var(--surface-container-low);text-decoration:underline;text-underline-offset:3px}.breadcrumbs a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;background:var(--surface-container-low)}.breadcrumbs [aria-current=page]{font-weight:600;color:var(--on-surface)}@media(max-width:600px){.breadcrumbs{font-size:12px;margin-bottom:8px}.breadcrumbs [aria-current=page],.breadcrumbs a{min-height:44px;padding:6px}.breadcrumbs ol{gap:0 2px}}.article-page>.breadcrumbs{margin-bottom:8px}.article-page>.breadcrumbs+h1{margin-top:8px;margin-bottom:16px;font-size:clamp(30px,4vw,42px);line-height:1.15}.article-page>.breadcrumbs+h1+.lede{margin-top:0;font-size:clamp(17px,2vw,20px);line-height:1.6}@media(max-width:600px){.article-page>.breadcrumbs+h1{margin-top:4px}}.tool-intro h1{font-size:clamp(28px,3vw,36px);line-height:1.15;letter-spacing:-.025em;margin-bottom:10px}.tool-intro>p{max-width:760px;font-size:15px;line-height:1.6;margin-bottom:14px;color:var(--on-surface-variant)}.tool-intro nav[aria-label="Popular wheels"]{gap:8px}.tool-intro nav[aria-label="Popular wheels"] a{gap:8px;min-height:40px;padding:8px 14px;border:1px solid var(--surface-border);border-radius:999px;background:var(--surface-container-lowest);color:var(--on-surface);font-size:13px;font-weight:600;line-height:1.3;text-decoration:none}.tool-intro nav[aria-label="Popular wheels"] a:after{content:"";width:5px;height:5px;border-top:1.5px solid;border-right:1.5px solid;transform:rotate(45deg);opacity:.6}.tool-intro nav[aria-label="Popular wheels"] a:hover{background:var(--surface-container-low);border-color:var(--primary);color:var(--primary)}.tool-intro nav[aria-label="Popular wheels"] a:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.tool-intro nav[aria-label="Popular wheels"] a:active{background:var(--primary-fixed)}@media(max-width:600px){.tool-intro>p{font-size:14px}.tool-intro nav[aria-label="Popular wheels"]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tool-intro nav[aria-label="Popular wheels"] a{justify-content:space-between;min-height:44px;padding:10px 12px;border-radius:10px}}.seo-section{margin-top:40px;padding-top:28px;border-top:1px solid var(--surface-border)}.seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.seo-link-grid .seo-link-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:20px;border:1px solid var(--surface-border);border-radius:16px;background:var(--surface-container-lowest);text-decoration:none;color:var(--on-surface);overflow-wrap:anywhere}.seo-link-card strong{font-size:17px;line-height:1.4}.seo-link-card span{font-size:14px;line-height:1.65;color:var(--on-surface-variant)}.seo-link-card:hover{border-color:var(--primary);background:var(--surface-container-low)}.seo-link-card:hover strong{text-decoration:underline;text-underline-offset:4px;color:var(--primary)}.seo-link-card:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.seo-table-wrap{max-width:100%;overflow-x:auto;margin:20px 0;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface-container-lowest)}.seo-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.65;text-align:left}.seo-table caption{text-align:left;padding:16px;font-weight:600;color:var(--on-surface)}.seo-table td,.seo-table th{padding:14px 16px;vertical-align:top;border-top:1px solid var(--surface-border);overflow-wrap:anywhere}.seo-table thead{background:var(--surface-container-low)}.seo-table tbody th{min-width:110px;font-weight:600;color:var(--on-surface)}.seo-table td{color:var(--on-surface-variant)}.seo-content .faq summary{display:list-item;min-height:44px;line-height:1.5;padding:10px 0}@media(max-width:1000px){.seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.seo-link-grid{grid-template-columns:1fr;gap:12px}.seo-link-grid .seo-link-card{padding:16px}.seo-section{margin-top:28px;padding-top:24px}.seo-content h2{font-size:23px;line-height:1.3}.seo-table{font-size:13px}.seo-table td,.seo-table th{padding:10px 8px}.seo-table tbody th{min-width:0}.seo-table caption{padding:12px}.seo-table-wrap .seo-table{min-width:560px}.seo-table-wrap:before{content:"Scroll sideways to compare all columns →";display:block;position:sticky;left:0;padding:12px;font-size:12px;color:var(--on-surface-variant);background:var(--surface-container-low)}}.seo-table-wrap:focus-visible{outline:2px solid var(--primary);outline-offset:3px}