:root {
  --amo-night: #090f18;
  --amo-navy: #111a27;
  --amo-panel: #151e2b;
  --amo-panel-2: #1b2635;
  --amo-line: rgba(238, 211, 186, .13);
  --amo-pink: #ffdbed;
  --amo-cream: #eed3ba;
  --amo-sky: #cae7f7;
  --amo-wine: #4b262f;
  --amo-red: #ff334f;
  --amo-lime: #caff3d;
  --amo-white: #fffafd;
  --amo-muted: #84899a;
  --amo-font-sans: "Inter", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --amo-font-mono: "SFMono-Regular", "Cascadia Mono", Consolas, ui-monospace, monospace;
  --amo-radius-sm: 8px;
  --amo-radius-md: 12px;
  --amo-radius-lg: 20px;
  --amo-focus: 0 0 0 3px rgba(202, 231, 247, .22);
}

.amo-wp-wrap { margin: 20px 20px 0 0; }
html:has(body.amo-wheel-page), body.amo-wheel-page { background: var(--amo-night) !important; margin: 0 !important; min-height: 100%; overflow-x: hidden !important; }
body.amo-wheel-page .l-canvas,
body.amo-wheel-page .l-main { background: var(--amo-night) !important; margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
body.amo-wheel-page .l-section { background: transparent !important; margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
body.amo-wheel-page .l-section-h { margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
body.amo-wheel-page .wp-site-blocks,
body.amo-wheel-page #page,
body.amo-wheel-page #content,
body.amo-wheel-page .site,
body.amo-wheel-page .site-content,
body.amo-wheel-page .content-area,
body.amo-wheel-page .wp-site-blocks > main,
body.amo-wheel-page main.site-main,
body.amo-wheel-page article,
body.amo-wheel-page .wp-block-post-content,
body.amo-wheel-page .wp-block-shortcode,
body.amo-wheel-page .entry-content { background: transparent !important; margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
body.amo-wheel-page .entry-header,
body.amo-wheel-page .entry-footer,
body.amo-wheel-page .post-navigation,
body.amo-wheel-page .comments-area,
body.amo-wheel-page .wp-site-blocks > header.wp-block-template-part,
body.amo-wheel-page .wp-site-blocks > footer.wp-block-template-part,
body.amo-wheel-page header.site-header,
body.amo-wheel-page footer.site-footer,
body.amo-wheel-page #masthead,
body.amo-wheel-page #colophon { display: none !important; }
.amo-wheel-app, .amo-wheel-app * { box-sizing: border-box; }
.amo-wheel-app { --amo-safe-top: env(safe-area-inset-top, 0px); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: var(--amo-white); font-family: var(--amo-font-sans); font-synthesis: none; font-weight: 500; }
.amo-wheel-app :where(h1, h2, h3, h4, h5, h6) { color: inherit; padding: 0; }
.amo-wheel-app button, .amo-wheel-app input, .amo-wheel-app select { font-family: inherit; }
.amo-wheel-app button, .amo-wheel-app a, .amo-wheel-app select { -webkit-tap-highlight-color: transparent; }
.amo-wheel-app button { cursor: pointer; }
.amo-wheel-app button:disabled { cursor: not-allowed; opacity: .52; }
.amo-wheel-app :where(button, a, input, select, summary):focus-visible { box-shadow: var(--amo-focus); outline: 1px solid var(--amo-sky); outline-offset: 2px; }
.amo-wheel-app :where(button, a) { transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease; }

.amo-settings-card {
  align-items: start;
  background: linear-gradient(135deg, #111520, #0b0e16);
  border: 1px solid var(--amo-line);
  border-radius: 18px;
  color: var(--amo-white);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(220px, .8fr) minmax(420px, 1.5fr);
  margin-bottom: 18px;
  padding: 25px;
}
.amo-settings-card h1 { color: var(--amo-pink); font-size: 28px; letter-spacing: -.04em; margin: 2px 0 8px; }
.amo-settings-card p { color: var(--amo-muted); margin: 0; max-width: 560px; }
.amo-settings-card .amo-eyebrow { color: #ff79b0; font: 800 10px/1.2 var(--amo-font-mono); letter-spacing: .18em; }
.amo-settings-form { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }
.amo-settings-form label { display: grid; gap: 6px; }
.amo-settings-form label:nth-of-type(n+3) { grid-column: 1 / -1; }
.amo-settings-form label span { color: var(--amo-cream); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.amo-settings-form input[type="text"], .amo-settings-form input[type="password"] {
  background: #070910; border: 1px solid rgba(202, 231, 247, .18); border-radius: 9px; color: var(--amo-white); min-height: 42px; padding: 8px 12px; width: 100%;
}
.amo-settings-form input[readonly] { color: var(--amo-sky); }
.amo-settings-form .button { justify-self: start; }
.amo-admin-count { margin-top: 18px !important; }
.amo-admin-count strong { color: var(--amo-pink); font-size: 25px; }
.amo-admin-health { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.amo-admin-health span { background: rgba(202,231,247,.045); border: 1px solid rgba(202,231,247,.12); border-radius: 10px; color: #a9a1b3; display: grid; font-size: 10px; gap: 2px; min-width: 86px; padding: 9px 11px; text-transform: uppercase; }
.amo-admin-health b { color: var(--amo-lime); font-size: 17px; }
.amo-admin-health .needs-attention { border-color: rgba(255,95,120,.35); color: #ffc3cd; }
.amo-admin-health .needs-attention b { color: #ff7189; }
.amo-public-shell { margin: 0; max-width: none; overflow-x: clip; position: relative; width: 100%; }
.amo-public-shell .amo-stage { border-left: 0; border-radius: 0; border-right: 0; min-height: 100svh; }
.amo-public-shell .amo-login-stage { border-left: 0; border-radius: 0; border-right: 0; min-height: 100svh; }
.amo-public-shell .amo-control-view .amo-main { min-height: max(650px, calc(100svh - 246px)); }
.amo-public-shell .amo-control-view .amo-wheel-zone { min-height: max(650px, calc(100svh - 246px)); }

.amo-login-stage {
  align-items: center;
  background: radial-gradient(circle at 65% 28%, rgba(255,121,176,.12), transparent 32%), radial-gradient(circle at 25% 72%, rgba(202,231,247,.08), transparent 28%), #070a10;
  border: 1px solid rgba(238,211,186,.13);
  border-radius: 22px;
  color: var(--amo-white);
  display: flex;
  justify-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.amo-login-stage::before { background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 44px 44px; content: ""; inset: 0; mask-image: radial-gradient(circle, #000 0, transparent 72%); position: absolute; }
.amo-login-glow { background: linear-gradient(135deg, rgba(255,95,120,.25), rgba(139,92,246,.16), rgba(57,198,237,.18)); border-radius: 50%; filter: blur(75px); height: min(620px, 70vw); position: absolute; width: min(620px, 70vw); }
.amo-login-card { background: linear-gradient(145deg, rgba(23,27,39,.94), rgba(8,11,18,.97)); border: 1px solid rgba(255,219,237,.25); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.58); max-width: 1040px; padding: clamp(32px, 4.3vw, 58px); position: relative; width: 100%; z-index: 2; }
.amo-login-brand { align-items: center; border-bottom: 1px solid rgba(202,231,247,.11); display: flex; justify-content: space-between; margin-bottom: clamp(30px, 4vw, 48px); padding-bottom: 22px; }
.amo-login-brand > span { color: #888294; font: 750 9px/1 var(--amo-font-mono); letter-spacing: .14em; }
.amo-login-logo { justify-content: flex-start; }
.amo-login-grid { align-items: center; display: grid; gap: clamp(38px, 6vw, 76px); grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr); }
.amo-login-copy { text-align: left; }
.amo-login-card .amo-eyebrow, .amo-action-label { color: #ff79b0; font: 800 10px/1 var(--amo-font-mono); letter-spacing: .18em; margin: 0; }
.amo-login-card h1 { color: var(--amo-pink); font-size: clamp(46px, 5vw, 70px); font-weight: 850; letter-spacing: -.058em; line-height: .98; margin: 18px 0 24px; }
.amo-login-summary { color: #c8c0ce; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; margin: 0; max-width: 540px; }
.amo-login-card p strong { color: var(--amo-sky); }
.amo-login-actions { background: rgba(5,8,14,.48); border: 1px solid rgba(202,231,247,.11); border-radius: 18px; padding: clamp(22px, 3vw, 30px); }
.amo-action-label { color: var(--amo-cream); }
.amo-login-steps { display: grid; gap: 9px; list-style: none; margin: 18px 0 22px; padding: 0; text-align: left; }
.amo-login-steps li { align-items: center; background: rgba(202,231,247,.045); border: 1px solid rgba(202,231,247,.1); border-radius: 10px; color: #e4dce8; display: grid; font-size: 13px; font-weight: 700; gap: 12px; grid-template-columns: 30px 1fr; min-height: 48px; padding: 8px 13px; }
.amo-login-steps b { align-items: center; background: rgba(255,219,237,.12); border: 1px solid rgba(255,219,237,.2); border-radius: 50%; color: var(--amo-pink); display: flex; font-size: 11px; height: 27px; justify-content: center; width: 27px; }
.amo-twitch-login { align-items: center; background: #9147ff; border: 1px solid rgba(255,255,255,.16); border-radius: var(--amo-radius-md); box-shadow: 0 15px 40px rgba(145,71,255,.28); color: #fff !important; display: flex; font-size: 12px; font-weight: 800; gap: 10px; justify-content: center; margin: 0 0 10px; min-height: 56px; padding: 12px 20px; text-decoration: none !important; width: 100%; }
.amo-twitch-login svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 20px; }
.amo-twitch-login:hover { background: #a970ff; transform: translateY(-1px); }
.amo-help-link { align-items: center; background: transparent; border: 0; color: var(--amo-sky); display: flex; font-size: 10px; font-weight: 800; gap: 7px; justify-content: center; letter-spacing: .08em; margin: 0 auto 10px; min-height: 44px; padding: 4px 8px; }
.amo-help-link:hover { color: var(--amo-pink); }
.amo-help-mark { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; font-size: 10px; height: 18px; justify-content: center; width: 18px; }
.amo-login-privacy { color: #8f879a; display: block; font-size: 10px; line-height: 1.55; margin: 0 auto; max-width: 360px; text-align: center; }

.amo-credit { align-items: center; color: #8e8797; display: flex; flex-wrap: wrap; font-size: 10px; font-weight: 650; gap: 5px; line-height: 1.5; }
.amo-credit a { color: inherit; text-decoration: none; }
.amo-credit a:hover { color: var(--amo-pink); }
.amo-credit-heart { color: var(--amo-red); filter: drop-shadow(0 0 6px rgba(255,51,79,.48)); font-size: 12px; }
.amo-credit-link { color: var(--amo-sky) !important; font-family: var(--amo-font-mono); }
.amo-credit-link:hover { color: var(--amo-pink) !important; }
.amo-login-credit { border-top: 1px solid rgba(202,231,247,.11); justify-content: center; margin-top: clamp(28px, 4vw, 44px); padding-top: 20px; }

.amo-stage {
  background:
    radial-gradient(circle at 40% 45%, rgba(75, 38, 47, .3), transparent 33%),
    radial-gradient(circle at 55% 26%, rgba(202, 231, 247, .075), transparent 27%),
    linear-gradient(145deg, #101824, #080d15 72%);
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.36);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.amo-stage::before {
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 42px 42px;
  content: ""; inset: 0; mask-image: radial-gradient(circle, #000, transparent 85%); pointer-events: none; position: absolute;
}
.amo-brandbar { align-items: center; background: rgba(8,13,21,.74); border-bottom: 1px solid rgba(202,231,247,.14); display: flex; height: 74px; justify-content: space-between; padding: 0 30px; position: relative; z-index: 5; }
.amo-logo { align-items: center; display: flex; gap: 9px; }
.amo-logo span { animation: amo-logo-pulse 2.4s ease-in-out infinite; background: transparent; box-shadow: none; color: var(--amo-pink); display: inline-block; font-size: 30px; font-weight: 900; letter-spacing: -.07em; paint-order: stroke fill; -webkit-text-fill-color: var(--amo-pink); -webkit-text-stroke: 1.15px var(--amo-red); text-shadow: 0 0 3px #ff334f, 0 0 9px rgba(255,51,79,.82), 0 0 22px rgba(255,51,79,.4); }
.amo-logo i { background: var(--amo-red); border: 1px solid #ff91a4; border-radius: 4px; box-shadow: 0 0 16px rgba(255,51,79,.42); color: #fff; font: normal 900 8px/1 var(--amo-font-mono); letter-spacing: .11em; padding: 5px 7px; }
@keyframes amo-logo-pulse {
  0%, 100% { text-shadow: 0 0 3px #ff334f, 0 0 8px rgba(255,51,79,.72), 0 0 20px rgba(255,51,79,.32); }
  50% { text-shadow: 0 0 4px #ff5870, 0 0 12px rgba(255,51,79,.96), 0 0 28px rgba(255,51,79,.58), 0 0 42px rgba(255,219,237,.18); }
}
.amo-top-actions { align-items: center; display: flex; gap: 9px; }
.amo-ghost { align-items: center; background: rgba(255,255,255,.028); border: 1px solid rgba(202,231,247,.12); border-radius: 999px; color: var(--amo-white); display: inline-flex; font-size: 10px; font-weight: 800; gap: 7px; justify-content: center; letter-spacing: .045em; line-height: 1; min-height: 44px; padding: 0 14px; text-decoration: none; }
.amo-ghost svg { fill: none; height: 14px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 14px; }
.amo-ghost[data-action="sound"] svg path:first-child { fill: currentColor; stroke: none; }
.amo-ghost.muted .amo-sound-wave { display: none; }
.amo-ghost:hover { border-color: rgba(255,219,237,.38); color: var(--amo-pink); }
.amo-streamer-name { color: var(--amo-pink); font: 800 10px/1 var(--amo-font-mono); padding: 11px 5px; }

.amo-statbar { background: rgba(7,12,19,.62); border-bottom: 1px solid rgba(202,231,247,.13); display: grid; grid-template-columns: repeat(4, 1fr); min-height: 76px; position: relative; z-index: 5; }
.amo-statbar > div, .amo-entry-toggle { align-content: center; background: transparent; border: 0; border-right: 1px solid var(--amo-line); color: var(--amo-white); display: grid; gap: 5px; padding: 12px 30px; text-align: left; }
.amo-statbar small, .amo-deck small, .amo-results small, .amo-round { color: #aaa2b5; font: 700 10px/1.2 var(--amo-font-mono); letter-spacing: .12em; }
.amo-statbar strong { font-size: 16px; letter-spacing: -.01em; }
.amo-statbar .amo-pink { color: var(--amo-pink); }
.amo-entry-toggle strong { background: var(--amo-lime); border-radius: 5px; color: #101508; font-size: 10px; justify-self: start; padding: 5px 8px; }
.amo-entry-toggle.closed { animation: amo-entry-callout 1.65s ease-in-out infinite; background: linear-gradient(135deg, rgba(255,51,79,.09), rgba(255,219,237,.035)); box-shadow: inset 0 0 0 1px rgba(255,51,79,.2); position: relative; }
.amo-entry-toggle.closed strong { background: linear-gradient(90deg, var(--amo-red), #ff7189); box-shadow: 0 0 18px rgba(255,51,79,.42); color: #fff; font-size: 9px; letter-spacing: .04em; }
@keyframes amo-entry-callout {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(255,51,79,.2), 0 0 0 rgba(255,51,79,0); }
  50% { box-shadow: inset 0 0 0 1px rgba(255,113,137,.5), 0 0 24px rgba(255,51,79,.2); }
}

.amo-main { display: grid; grid-template-columns: minmax(540px, 1.55fr) minmax(430px, .82fr); min-height: 710px; position: relative; z-index: 2; }
.amo-wheel-zone { align-items: center; align-self: start; background: radial-gradient(circle at 50% 44%, rgba(40,55,74,.28), transparent 52%); display: flex; justify-content: center; min-height: 710px; overflow: hidden; padding: 44px 40px 66px; position: relative; width: 100%; }
.amo-round { background: rgba(255,255,255,.025); border: 1px solid var(--amo-line); border-radius: 5px; left: 28px; padding: 9px 12px; position: absolute; top: 27px; }
.amo-round b { color: var(--amo-pink); }
.amo-wheel-stack { aspect-ratio: 1; max-width: min(690px, 78vh); position: relative; width: min(85%, 690px); }
.amo-wheel-aura { background: radial-gradient(circle, rgba(255,219,237,.17) 0%, rgba(75,38,47,.16) 36%, transparent 70%); filter: blur(24px); inset: -12%; position: absolute; }
.amo-wheel-frame { aspect-ratio: 1; background: linear-gradient(145deg, #526071, #111722 35%, #05070b 68%, #7a8998); border: 1px solid rgba(202,231,247,.42); border-radius: 50%; box-shadow: 0 20px 55px rgba(0,0,0,.68), 0 0 0 8px rgba(255,255,255,.025), 0 0 42px rgba(255,219,237,.13); inset: 0; padding: 0; position: absolute; }
.amo-wheel-frame::before { border: 2px solid rgba(255,255,255,.17); border-radius: 50%; content: ""; inset: 1.1%; pointer-events: none; position: absolute; z-index: 3; }
.amo-wheel-rotor { aspect-ratio: 1; border-radius: 50%; inset: 2.4%; overflow: hidden; position: absolute; transform: rotate(0deg); will-change: transform; }
.amo-canvas { display: block; height: 100%; image-rendering: auto; width: 100%; }
.amo-wheel-glass { background: linear-gradient(145deg, rgba(255,255,255,.17), transparent 25%, transparent 63%, rgba(6,11,18,.24)); border-radius: 50%; inset: 2.4%; pointer-events: none; position: absolute; z-index: 4; }
.amo-pointer { filter: drop-shadow(0 7px 4px rgba(0,0,0,.52)); height: 11.5%; left: 50%; position: absolute; top: -4.8%; transform: translateX(-50%); width: 10%; z-index: 12; }
.amo-pointer::before { background: radial-gradient(circle at 38% 28%, #fff, var(--amo-pink) 48%, #e8afce); border: 3px solid #17202b; border-radius: 50%; content: ""; height: 62%; left: 14%; position: absolute; top: 0; width: 72%; }
.amo-pointer span { background: linear-gradient(135deg, #fff1fa, #eeb8d4); clip-path: polygon(0 0, 100% 0, 50% 100%); height: 56%; left: 26%; position: absolute; top: 42%; width: 48%; }
.amo-hub {
  align-items: center; aspect-ratio: 1 / 1; background: radial-gradient(circle at 42% 34%, #172334, #090c13 58%, #030408); border: clamp(3px, .45vw, 6px) solid rgba(244,248,252,.88); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.66), inset 0 0 0 3px #111722, 0 0 25px rgba(202,231,247,.12); color: var(--amo-pink); display: flex; height: 25%; justify-content: center; left: 50%; padding: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 25%; z-index: 10;
}
.amo-hub > span { align-items: center; display: flex; font-size: clamp(18px, 2.2vw, 32px); font-weight: 900; justify-content: center; letter-spacing: -.04em; line-height: 1; min-height: 28px; min-width: 54px; text-shadow: 0 0 16px rgba(255,219,237,.25); }
.amo-hub > span.is-loading { gap: clamp(4px, .45vw, 7px); }
.amo-hub > span.is-loading i { animation: amo-dot-pulse .9s ease-in-out infinite; background: currentColor; border-radius: 50%; box-shadow: 0 0 9px rgba(255,219,237,.38); display: block; height: clamp(5px, .65vw, 9px); margin: 0; padding: 0; width: clamp(5px, .65vw, 9px); }
.amo-hub > span.is-loading i:nth-child(2) { animation-delay: .12s; }
.amo-hub > span.is-loading i:nth-child(3) { animation-delay: .24s; }
@keyframes amo-dot-pulse { 0%, 70%, 100% { opacity: .35; transform: scale(.84); } 35% { opacity: 1; transform: scale(1); } }
.amo-hub:not(:disabled):hover { box-shadow: 0 8px 20px rgba(0,0,0,.66), inset 0 0 0 3px #111722, 0 0 32px rgba(255,219,237,.3); }
.amo-live-readout { background: rgba(5,7,12,.94); border: 1px solid rgba(255,219,237,.22); border-radius: 999px; bottom: -48px; box-shadow: 0 10px 30px rgba(0,0,0,.32); color: var(--amo-pink); font: 800 11px/1 var(--amo-font-mono); left: 50%; letter-spacing: .08em; max-width: 78%; overflow: hidden; padding: 11px 18px; position: absolute; text-overflow: ellipsis; transform: translateX(-50%); white-space: nowrap; }
.amo-remain { background: rgba(5,7,12,.88); border: 1px solid var(--amo-line); border-radius: 999px; bottom: 19px; color: #b1a9bc; font: 800 9px/1 var(--amo-font-mono); left: 50%; letter-spacing: .1em; padding: 9px 14px; position: absolute; transform: translateX(-50%); }
.amo-remain b { color: var(--amo-white); }

.amo-deck { background: linear-gradient(165deg, rgba(21,30,43,.99), rgba(10,15,24,.995)); border-left: 1px solid rgba(202,231,247,.2); box-shadow: inset 1px 0 rgba(255,255,255,.025), -12px 0 35px rgba(0,0,0,.12); padding: 38px 32px 25px; }
.amo-deck-head { align-items: start; display: flex; justify-content: space-between; }
.amo-deck-head small { color: #ff8cae; font-size: 11px; font-weight: 900; }
.amo-deck h2 { color: var(--amo-white); font-size: clamp(28px, 2.4vw, 40px); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; margin: 8px 0 7px; }
.amo-deck-head p { color: #aaa2b4; font-size: 12px; line-height: 1.45; margin: 0 0 23px; }
.amo-status { align-items: center; background: rgba(255,255,255,.03); border: 1px solid var(--amo-line); border-radius: 999px; color: #b3aabb; display: inline-flex; font: 800 8px/1 var(--amo-font-mono); gap: 6px; justify-content: center; letter-spacing: .08em; min-height: 28px; padding: 0 10px; }
.amo-status i, .amo-notice i { background: var(--amo-lime); border-radius: 50%; box-shadow: 0 0 9px var(--amo-lime); height: 6px; width: 6px; }
.amo-status.connected { border-color: rgba(145,71,255,.45); color: #d9c7ff; }
.amo-status.connected i { background: #9147ff; box-shadow: 0 0 9px #9147ff; }
.amo-mode-switch { background: #080a10; border: 1px solid rgba(202,231,247,.16); border-radius: 11px; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 27px; padding: 5px; }
.amo-mode-switch button { background: transparent; border: 0; border-radius: 8px; color: #b8afc2; font-size: 13px; font-weight: 700; min-height: 47px; }
.amo-mode-switch button:hover { color: var(--amo-pink); }
.amo-mode-switch button.active { background: #342d40; box-shadow: inset 0 0 0 1px rgba(255,219,237,.2), 0 6px 18px rgba(0,0,0,.24); color: var(--amo-white); }
.amo-field-label { color: var(--amo-cream); display: block; font: 800 10px/1 var(--amo-font-mono); letter-spacing: .14em; margin-bottom: 11px; }
.amo-add-row { display: grid; grid-template-columns: 31px 1fr 66px; margin-bottom: 10px; }
.amo-add-row span { align-items: center; background: #090e17; border: 1px solid rgba(202,231,247,.17); border-right: 0; border-radius: 9px 0 0 9px; color: #b991ff; display: flex; font-size: 18px; font-weight: 800; justify-content: center; line-height: 1; }
.amo-add-row input { background: #070910; border: 1px solid rgba(202,231,247,.17); border-left: 0; border-right: 0; color: var(--amo-white); font-size: 14px; min-height: 47px; min-width: 0; outline: 0; padding: 11px; }
.amo-add-row input:focus { box-shadow: inset 0 -1px var(--amo-pink); }
.amo-add-row button { align-items: center; background: var(--amo-lime); border: 0; border-radius: 8px; color: #111507; display: flex; font-size: 11px; font-weight: 800; justify-content: center; line-height: 1; }
.amo-source-line { align-items: center; color: #bcb3c6; display: flex; font: 11px/1.2 var(--amo-font-mono); gap: 14px; justify-content: space-between; }
.amo-source-line label { color: var(--amo-cream); font-weight: 800; letter-spacing: .04em; }
.amo-source-line select { appearance: none; background: #090b12 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23ffdbed' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center; border: 1px solid rgba(255,219,237,.28); border-radius: 8px; color: var(--amo-pink); cursor: pointer; font: 800 12px/1 var(--amo-font-mono); max-width: 230px; min-height: 44px; padding: 8px 34px 8px 12px; }
.amo-source-line select:focus { border-color: rgba(255,219,237,.5); box-shadow: 0 0 0 2px rgba(255,219,237,.08); outline: 0; }
.amo-source-line select option { background: #0d1018; color: #fffafd; }
.amo-source-help { align-items: flex-start; color: #91899c; display: flex; font-size: 10px; gap: 7px; line-height: 1.45; margin: 9px 0 0; }
.amo-source-help svg { fill: none; flex: 0 0 auto; height: 15px; margin-top: 1px; stroke: var(--amo-sky); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 15px; }
.amo-power-controls { background: rgba(202,231,247,.025); border: 1px solid rgba(202,231,247,.12); border-radius: 11px; margin-top: 10px; }
.amo-power-controls summary { align-items: center; color: var(--amo-cream); cursor: pointer; display: flex; font: 800 10px/1 var(--amo-font-mono); justify-content: space-between; letter-spacing: .1em; min-height: 46px; padding: 0 14px; }
.amo-power-controls summary span { color: #7f7889; font-size: 8px; letter-spacing: .06em; }
.amo-power-body { border-top: 1px solid rgba(202,231,247,.1); display: grid; gap: 14px; padding: 14px; }
.amo-setting-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.amo-setting-grid label { color: #aaa2b4; display: grid; font-size: 9px; font-weight: 750; gap: 6px; letter-spacing: .035em; }
.amo-setting-grid input, .amo-setting-grid select { background: #080b12; border: 1px solid rgba(255,219,237,.18); border-radius: 8px; color: var(--amo-pink); font-size: 11px; min-height: 42px; min-width: 0; padding: 8px 10px; width: 100%; }
.amo-rule-note { color: #938b9c; font-size: 10px; line-height: 1.55; margin: 0; }
.amo-overlay-option { align-items: center; background: rgba(202,231,247,.035); border: 1px solid rgba(202,231,247,.13); border-radius: 11px; display: flex; gap: 18px; justify-content: space-between; margin-top: 17px; padding: 13px 14px; }
.amo-overlay-option > div { display: grid; gap: 5px; min-width: 0; }
.amo-overlay-option small { color: var(--amo-pink); }
.amo-overlay-option strong { color: #9f9aa8; font-size: 10px; font-weight: 600; line-height: 1.4; }
.amo-overlay-option button { align-items: center; background: #070a10; border: 1px solid rgba(255,219,237,.18); border-radius: 999px; color: #b7afbd; cursor: pointer; display: flex; flex: 0 0 auto; font: 800 9px/1 var(--amo-font-mono); gap: 8px; min-height: 44px; padding: 0 12px; }
.amo-overlay-option button i { background: #69717c; border-radius: 50%; height: 8px; transition: .2s ease; width: 8px; }
.amo-overlay-option button.active { border-color: rgba(201,255,69,.38); color: var(--amo-lime); }
.amo-overlay-option button.active i { background: var(--amo-lime); box-shadow: 0 0 11px var(--amo-lime); }
.amo-obs-controls { background: rgba(202,231,247,.025); border: 1px solid rgba(202,231,247,.12); border-radius: 11px; margin-top: 10px; }
.amo-obs-controls summary { align-items: center; color: var(--amo-cream); cursor: pointer; display: flex; font: 800 10px/1 var(--amo-font-mono); justify-content: space-between; letter-spacing: .1em; min-height: 44px; padding: 0 14px; }
.amo-obs-controls summary span { color: #7f7889; font-size: 8px; letter-spacing: .06em; }
.amo-obs-grid { border-top: 1px solid rgba(202,231,247,.1); display: grid; gap: 11px; grid-template-columns: 1fr 1fr; padding: 13px; }
.amo-obs-grid label { color: #b9b0c2; display: grid; font-size: 10px; gap: 8px; }
.amo-obs-grid label > span { align-items: center; display: flex; justify-content: space-between; }
.amo-obs-grid output { color: var(--amo-pink); }
.amo-obs-grid input[type="range"] { accent-color: #ff79b0; min-height: 28px; width: 100%; }
.amo-obs-grid select { background: #090b12; border: 1px solid rgba(255,219,237,.22); border-radius: 7px; color: var(--amo-pink); min-height: 44px; padding: 6px 9px; }
.amo-obs-grid button { align-items: center; background: #070a10; border: 1px solid rgba(255,219,237,.16); border-radius: 8px; color: #a9a1b2; display: flex; font: 800 9px/1 var(--amo-font-mono); gap: 8px; min-height: 44px; padding: 9px 10px; }
.amo-obs-grid button i { background: #69717c; border-radius: 50%; height: 8px; width: 8px; }
.amo-obs-grid button.active { color: var(--amo-lime); }
.amo-obs-grid button.active i { background: var(--amo-lime); box-shadow: 0 0 9px var(--amo-lime); }
.amo-spin-button { align-items: center; background: linear-gradient(90deg, #ff426a, #ff816e); border: 0; border-radius: 11px; box-shadow: 0 14px 38px rgba(255,66,106,.22); color: #210911; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; margin: 22px 0 13px; min-height: 62px; padding: 8px 10px 8px 20px; width: 100%; }
.amo-spin-button:not(:disabled):hover { box-shadow: 0 17px 46px rgba(255,66,106,.31); transform: translateY(-1px); }
.amo-spin-button i { align-items: center; background: rgba(255,245,238,.37); border-radius: 8px; display: flex; font-style: normal; height: 46px; justify-content: center; width: 46px; }
.amo-spin-button i svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
.amo-notice { align-items: center; color: #b0a7ba; display: flex; font-size: 11px; gap: 9px; min-height: 28px; }
.amo-twitch-card { align-items: center; background: rgba(145,71,255,.07); border: 1px solid rgba(145,71,255,.25); border-radius: 11px; display: flex; justify-content: space-between; margin: 10px 0 18px; padding: 14px; }
.amo-twitch-card > div:first-child { display: grid; gap: 5px; }
.amo-twitch-card small { color: #a990d8; }
.amo-twitch-card strong { color: #eee6f4; font-size: 11px; }
.amo-twitch-actions { display: flex; gap: 5px; }
.amo-small-button { align-items: center; background: #9147ff; border: 0; border-radius: 7px; color: #fff; display: inline-flex; font-size: 10px; font-weight: 900; justify-content: center; line-height: 1; min-height: 44px; padding: 8px 11px; }
.amo-small-button:last-child { background: transparent; border: 1px solid rgba(255,255,255,.12); color: #aaa2b3; }
.amo-live-check { background: rgba(202,231,247,.025); border: 1px solid rgba(202,231,247,.12); border-radius: 11px; margin: -8px 0 18px; }
.amo-live-check summary { align-items: center; cursor: pointer; display: flex; justify-content: space-between; min-height: 46px; padding: 0 14px; }
.amo-live-check summary > span { align-items: center; color: var(--amo-cream); display: flex; font: 800 10px/1 var(--amo-font-mono); gap: 8px; letter-spacing: .1em; }
.amo-live-check summary > span i { background: #ffb82e; border-radius: 50%; box-shadow: 0 0 8px rgba(255,184,46,.55); height: 7px; width: 7px; }
.amo-live-check summary > strong { color: #ffb82e; font: 800 9px/1 var(--amo-font-mono); letter-spacing: .06em; }
.amo-live-check summary > strong.ready { color: var(--amo-lime); }
.amo-live-check summary:has(> strong.ready) > span i { background: var(--amo-lime); box-shadow: 0 0 9px var(--amo-lime); }
.amo-live-check-body { border-top: 1px solid rgba(202,231,247,.1); padding: 13px; }
.amo-readiness-grid { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.amo-readiness-grid > div { align-items: center; background: rgba(5,8,14,.42); border: 1px solid rgba(202,231,247,.09); border-radius: 9px; display: grid; gap: 9px; grid-template-columns: 9px 1fr; min-height: 55px; padding: 9px 10px; }
.amo-readiness-grid > div > i { background: #ffb82e; border-radius: 50%; height: 7px; width: 7px; }
.amo-readiness-grid > div.ready > i { background: var(--amo-lime); box-shadow: 0 0 8px rgba(202,255,61,.6); }
.amo-readiness-grid span { display: grid; gap: 3px; min-width: 0; }
.amo-readiness-grid b { color: #e8e0ea; font-size: 10px; }
.amo-readiness-grid small { color: #91899c; font-size: 9px; font-weight: 600; letter-spacing: 0; line-height: 1.35; }
.amo-last-event { color: #8f8798; font: 700 9px/1.4 var(--amo-font-mono); margin: 11px 0; }
.amo-readiness-actions { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.amo-readiness-actions button { background: rgba(255,255,255,.025); border: 1px solid rgba(202,231,247,.14); border-radius: 8px; color: #b9b0c2; font: 800 9px/1 var(--amo-font-mono); min-height: 44px; padding: 9px 10px; }
.amo-readiness-actions button:hover { border-color: rgba(255,219,237,.35); color: var(--amo-pink); }
.amo-hidden { display: none !important; }
.amo-roster-head { align-items: center; border-bottom: 1px solid var(--amo-line); display: flex; justify-content: space-between; padding: 5px 0 10px; }
.amo-roster-head strong { font-size: 14px; }
.amo-roster-head span { color: #aaa1b4; font: 10px/1 var(--amo-font-mono); }
.amo-roster { max-height: 242px; overflow: auto; scrollbar-color: #41394c transparent; scrollbar-width: thin; }
.amo-roster-row { align-items: center; border-bottom: 1px solid rgba(255,255,255,.065); display: grid; gap: 8px; grid-template-columns: 32px 1fr 44px; min-height: 57px; }
.amo-roster-row > b { align-items: center; border-radius: 7px; color: #24101a; display: flex; font-size: 10px; height: 27px; justify-content: center; width: 27px; }
.amo-roster-row > div { display: grid; gap: 3px; min-width: 0; }
.amo-roster-row strong { font-size: 12px; overflow: hidden; text-overflow: ellipsis; }
.amo-roster-row small { color: #9b93a5; font-size: 8px; letter-spacing: .06em; }
.amo-roster-row button { align-items: center; background: none; border: 0; color: #777082; display: inline-flex; font-size: 18px; height: 44px; justify-content: center; padding: 0; width: 44px; }
.amo-roster-row button:hover { color: var(--amo-pink); }
.amo-account-tools { border-top: 1px solid var(--amo-line); display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; padding-top: 14px; }
.amo-account-tools button { background: rgba(255,255,255,.025); border: 1px solid rgba(202,231,247,.13); border-radius: 7px; color: #a9a1b3; font: 800 9px/1 var(--amo-font-mono); min-height: 44px; padding: 9px 11px; }
.amo-account-tools button:hover { border-color: rgba(255,219,237,.35); color: var(--amo-pink); }
.amo-account-tools button.danger { color: #ff8d9d; margin-left: auto; }

.amo-results { align-items: start; border-top: 1px solid var(--amo-line); display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) auto auto; min-height: 96px; padding: 20px 30px; position: relative; z-index: 4; }
.amo-history { color: #70697b; display: flex; flex-wrap: wrap; font-size: 10px; gap: 6px; margin-top: 10px; }
.amo-history span { background: rgba(255,255,255,.04); border: 1px solid var(--amo-line); border-radius: 999px; color: #bcb3c5; padding: 6px 9px; }
.amo-wheel-actions { display: flex; gap: 8px; }
.amo-wheel-actions button { align-items: center; background: transparent; border: 1px solid var(--amo-line); border-radius: 7px; color: #9f97a8; display: inline-flex; font-size: 9px; font-weight: 800; justify-content: center; line-height: 1; min-height: 44px; padding: 8px 11px; }
.amo-wheel-actions button:not(:disabled):hover { border-color: rgba(255,219,237,.35); color: var(--amo-pink); }
.amo-wheel-credit { align-self: center; justify-content: center; }

.amo-result-layer:empty { display: none; }
.amo-result-layer { align-items: center; background: rgba(4,5,9,.67); backdrop-filter: blur(9px); display: flex; inset: 0; justify-content: center; position: absolute; z-index: 50; }
.amo-result-card { background: linear-gradient(145deg, #171b27, #080b12); border: 1px solid rgba(255,219,237,.34); border-radius: 24px; box-shadow: 0 28px 90px rgba(0,0,0,.72), 0 0 60px rgba(255,121,176,.12); max-width: 520px; padding: 40px; text-align: center; width: calc(100% - 38px); }
.amo-result-card:focus { border-color: rgba(255,219,237,.62); outline: 3px solid rgba(255,219,237,.12); outline-offset: 4px; }
.amo-result-card small { color: #ff79b0; font: 800 10px/1 var(--amo-font-mono); letter-spacing: .18em; }
.amo-result-card h2 { color: var(--amo-pink); font-size: clamp(36px, 6vw, 70px); letter-spacing: -.065em; margin: 12px 0 8px; overflow-wrap: anywhere; }
.amo-result-card p { color: #9b93a6; }
.amo-result-card > div { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.amo-result-card button { background: transparent; border: 1px solid var(--amo-line); border-radius: 8px; color: var(--amo-white); font-size: 10px; font-weight: 800; min-height: 44px; padding: 11px 14px; }
.amo-result-card button.primary { background: var(--amo-pink); color: #351422; }
.amo-result-card .amo-winner-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
.amo-result-card .amo-winner-actions .primary { grid-column: 1 / -1; }
.amo-result-card .amo-winner-actions button { width: 100%; }
.amo-result-card button.danger { border-color: rgba(255,113,137,.34); color: #ff8ca1; }
.amo-verify-link { color: var(--amo-sky) !important; display: inline-block; font: 800 9px/1 var(--amo-font-mono); letter-spacing: .08em; margin-top: 8px; text-decoration: none !important; }

.amo-dashboard-dialog { background: linear-gradient(155deg,#151f2e,#080d15 78%); border: 1px solid rgba(255,219,237,.24); border-radius: 22px; box-shadow: 0 35px 110px rgba(0,0,0,.72); color: var(--amo-white); margin: auto; max-height: 92vh; max-width: 1180px; overflow: hidden; padding: 0; width: calc(100% - 30px); }
.amo-dashboard-dialog::backdrop { backdrop-filter: blur(9px); background: rgba(4,7,12,.8); }
.amo-dashboard-header { align-items: flex-start; background: rgba(5,9,15,.64); border-bottom: 1px solid rgba(202,231,247,.12); display: flex; justify-content: space-between; padding: 25px 28px; position: sticky; top: 0; z-index: 3; }
.amo-dashboard-header > div:first-child { display: grid; gap: 6px; min-width: 0; }
.amo-dashboard-header small, .amo-dashboard-section small, .amo-dashboard-metrics small { color: #ff83ad; font: 800 9px/1 var(--amo-font-mono); letter-spacing: .14em; }
.amo-dashboard-header h2 { color: var(--amo-pink); font-size: 31px; letter-spacing: -.04em; margin: 0; }
.amo-dashboard-header p { color: #938b9d; font-size: 11px; margin: 0; }
.amo-dashboard-header > div:last-child { display: flex; gap: 7px; }
.amo-dashboard-header button, .amo-dashboard-section button { background: rgba(255,255,255,.035); border: 1px solid rgba(202,231,247,.14); border-radius: 9px; color: #c8c0ce; font: 800 9px/1 var(--amo-font-mono); min-height: 44px; padding: 9px 12px; }
.amo-dashboard-header button:last-child { font-size: 20px; padding: 0; width: 44px; }
.amo-dashboard-body { display: grid; gap: 16px; grid-template-columns: minmax(0,1fr); max-height: calc(92vh - 104px); min-width: 0; overflow: auto; padding: 22px; scrollbar-color: #41394c transparent; }
.amo-dashboard-loading, .amo-dashboard-error { color: #aaa2b4; min-height: 220px; padding: 70px 20px; text-align: center; }
.amo-dashboard-metrics { display: grid; gap: 10px; grid-template-columns: repeat(5,1fr); }
.amo-dashboard-metrics article { background: linear-gradient(145deg,rgba(255,219,237,.055),rgba(202,231,247,.025)); border: 1px solid rgba(202,231,247,.11); border-radius: 13px; display: grid; gap: 8px; padding: 17px; }
.amo-dashboard-metrics strong { color: var(--amo-pink); font-size: 30px; letter-spacing: -.04em; }
.amo-dashboard-section { background: rgba(5,9,15,.42); border: 1px solid rgba(202,231,247,.1); border-radius: 14px; min-width: 0; padding: 18px; }
.amo-dashboard-section h3 { color: var(--amo-white); font-size: 18px; margin: 5px 0; }
.amo-dashboard-section p { color: #938b9d; font-size: 11px; line-height: 1.5; }
.amo-session-now, .amo-section-heading { align-items: center; display: flex; justify-content: space-between; }
.amo-session-now > div { min-width: 0; }
.amo-session-now button { border-color: rgba(255,121,176,.26); color: var(--amo-pink); }
.amo-table-wrap { margin-top: 14px; max-width: 100%; min-width: 0; overflow-x: auto; }
.amo-table-wrap table { border-collapse: collapse; font-size: 10px; min-width: 650px; width: 100%; }
.amo-table-wrap th { color: #81798a; font: 800 8px var(--amo-font-mono); letter-spacing: .08em; padding: 9px; text-align: left; }
.amo-table-wrap td { border-top: 1px solid rgba(202,231,247,.08); color: #c9c1cf; padding: 11px 9px; }
.amo-session-status { border: 1px solid rgba(202,231,247,.14); border-radius: 999px; font: 800 8px var(--amo-font-mono); padding: 5px 8px; text-transform: uppercase; }
.amo-session-status.active { color: var(--amo-lime); }
.amo-dashboard-results { display: grid; gap: 8px; margin-top: 14px; }
.amo-dashboard-results article { align-items: center; background: rgba(255,255,255,.025); border: 1px solid rgba(202,231,247,.08); border-radius: 10px; display: flex; justify-content: space-between; padding: 11px 13px; }
.amo-dashboard-results article > div { display: grid; gap: 3px; }
.amo-dashboard-results strong { color: var(--amo-pink); font-size: 13px; }
.amo-dashboard-results span { color: #81798a; font-size: 8px; }
.amo-dashboard-results a { color: var(--amo-sky); font: 800 9px var(--amo-font-mono); text-decoration: none; }
.amo-health-pill { border: 1px solid currentColor; border-radius: 999px; color: #ffb82e; font: 800 8px var(--amo-font-mono); padding: 7px 9px; text-transform: uppercase; }
.amo-health-pill.healthy { color: var(--amo-lime); }
.amo-health-grid { display: grid; gap: 8px; grid-template-columns: repeat(4,1fr); margin-top: 14px; }
.amo-health-grid > div { background: rgba(255,255,255,.025); border-radius: 9px; display: grid; gap: 6px; padding: 11px; }
.amo-health-grid strong { color: var(--amo-cream); font-size: 14px; }
.amo-cron-note { border-left: 2px solid rgba(202,231,247,.3); padding-left: 10px; }
.amo-dashboard-section .amo-retry-queue { border-color: rgba(255,121,176,.36); color: var(--amo-pink); margin-top: 12px; }
.amo-operation-log { display: grid; gap: 6px; list-style: none; margin: 14px 0 0; padding: 0; }
.amo-operation-log li { align-items: baseline; border-top: 1px solid rgba(202,231,247,.07); display: grid; gap: 8px; grid-template-columns: 130px 80px 1fr; padding: 9px 0; }
.amo-operation-log span, .amo-operation-log b { color: #7e7688; font: 700 8px var(--amo-font-mono); }
.amo-operation-log li.error b { color: #ff7189; }
.amo-operation-log li.warning b { color: #ffb82e; }
.amo-operation-log p { margin: 0; }

.amo-help-dialog { background: linear-gradient(155deg, #182333, #0b111b 78%); border: 1px solid rgba(255,219,237,.26); border-radius: 22px; box-shadow: 0 35px 110px rgba(0,0,0,.72), 0 0 55px rgba(255,51,79,.09); color: var(--amo-white); margin: auto; max-height: min(820px, 88vh); max-width: 680px; overflow: auto; padding: 0; width: calc(100% - 32px); }
.amo-help-dialog::backdrop { background: rgba(4,7,12,.76); backdrop-filter: blur(8px); }
.amo-help-header { align-items: flex-start; border-bottom: 1px solid rgba(202,231,247,.12); display: flex; justify-content: space-between; padding: 28px 30px 22px; }
.amo-help-header small { color: #ff8cae; font: 800 9px/1 var(--amo-font-mono); letter-spacing: .16em; }
.amo-help-header h2 { color: var(--amo-pink); font-size: 30px; font-weight: 800; letter-spacing: -.035em; line-height: 1.1; margin: 8px 0 0; }
.amo-help-header button { align-items: center; background: rgba(255,255,255,.035); border: 1px solid rgba(202,231,247,.14); border-radius: 50%; color: #c8c0ce; display: flex; height: 44px; justify-content: center; padding: 0; width: 44px; }
.amo-help-header button:hover { border-color: rgba(255,219,237,.4); color: var(--amo-pink); }
.amo-help-header svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; width: 18px; }
.amo-help-steps { display: grid; gap: 10px; list-style: none; margin: 0; padding: 24px 30px 18px; }
.amo-help-steps li { align-items: flex-start; background: rgba(202,231,247,.035); border: 1px solid rgba(202,231,247,.09); border-radius: var(--amo-radius-md); display: grid; gap: 13px; grid-template-columns: 30px 1fr; padding: 13px; }
.amo-help-steps li > b { align-items: center; background: rgba(255,219,237,.12); border: 1px solid rgba(255,219,237,.2); border-radius: 50%; color: var(--amo-pink); display: flex; font-size: 11px; height: 28px; justify-content: center; width: 28px; }
.amo-help-steps li > div { display: grid; gap: 4px; }
.amo-help-steps strong { color: var(--amo-white); font-size: 13px; font-weight: 700; }
.amo-help-steps span { color: #aaa2b4; font-size: 11px; line-height: 1.55; }
.amo-feature-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); padding: 0 30px 22px; }
.amo-feature-grid span { align-items: center; background: rgba(255,219,237,.055); border: 1px solid rgba(255,219,237,.11); border-radius: 999px; color: #d8d0de; display: flex; font-size: 10px; font-weight: 700; justify-content: center; min-height: 34px; padding: 6px 10px; text-align: center; }
.amo-help-note { background: rgba(145,71,255,.075); border-top: 1px solid rgba(145,71,255,.19); color: #aaa2b4; font-size: 11px; line-height: 1.55; margin: 0; padding: 18px 30px 22px; }
.amo-help-note strong { color: #d9c7ff; }
.amo-help-credit { background: rgba(4,7,12,.32); border-top: 1px solid rgba(202,231,247,.1); justify-content: center; padding: 15px 30px 17px; }

.amo-overlay-body { background: transparent; margin: 0; min-height: 100vh; overflow: hidden; }
.amo-overlay-body .amo-stage { border: 0; border-radius: 0; min-height: 100vh; }
.amo-overlay-view .amo-main { display: block; min-height: 100vh; }
.amo-overlay-view .amo-wheel-zone { min-height: 100vh; padding: clamp(55px, 5vw, 90px); }
.amo-overlay-view .amo-wheel-stack { max-width: min(78vw, 78vh); width: min(78vw, 78vh); }
.amo-overlay-view .amo-wheel-stack { transform: scale(var(--amo-overlay-scale, 1)); }
.amo-overlay-position-left .amo-overlay-view .amo-wheel-zone { justify-content: flex-start; }
.amo-overlay-position-right .amo-overlay-view .amo-wheel-zone { justify-content: flex-end; }
.amo-overlay-view .amo-remain { bottom: 24px; }
.amo-overlay-scale-large .amo-overlay-view .amo-remain { display: none; }
.amo-overlay-position-left .amo-overlay-view .amo-remain { left: calc(clamp(55px, 5vw, 90px) + min(39vw, 39vh)); }
.amo-overlay-position-right .amo-overlay-view .amo-remain { left: auto; right: calc(clamp(55px, 5vw, 90px) + min(39vw, 39vh)); transform: translateX(50%); }
.amo-transparent-overlay .amo-stage { background: transparent; box-shadow: none; }
.amo-transparent-overlay .amo-stage::before { display: none; }
.amo-transparent-overlay .amo-wheel-zone { background: transparent; }
.amo-transparent-overlay .amo-result-layer { backdrop-filter: none; background: transparent; }

@media (max-width: 1180px) {
  .amo-main { grid-template-columns: minmax(430px, 1.28fr) minmax(390px, .9fr); }
  .amo-wheel-zone { padding-left: 25px; padding-right: 25px; }
  .amo-deck { padding-left: 22px; padding-right: 22px; }
}

@media (max-width: 900px) {
  .amo-settings-card { grid-template-columns: 1fr; }
  .amo-login-card { max-width: 680px; }
  .amo-login-grid { gap: 32px; grid-template-columns: 1fr; }
  .amo-login-copy { text-align: center; }
  .amo-login-card h1 { font-size: clamp(44px, 8vw, 64px); }
  .amo-login-summary { margin-left: auto; margin-right: auto; max-width: 580px; }
  .amo-login-actions { margin: 0 auto; max-width: 480px; width: 100%; }
  .amo-main { display: block; }
  .amo-wheel-zone { min-height: 650px; }
  .amo-wheel-stack { width: min(82vw, 570px); }
  .amo-deck { border-left: 0; border-top: 1px solid var(--amo-line); }
  .amo-roster { max-height: 320px; }
  .amo-dashboard-metrics { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 600px) {
  .amo-wp-wrap { margin-right: 10px; }
  .amo-settings-card { border-radius: 13px; padding: 18px; }
  .amo-settings-form { grid-template-columns: 1fr; }
  .amo-settings-form label { grid-column: 1 !important; }
  .amo-stage { border-radius: 13px; }
  .amo-brandbar { height: 58px; padding: 0 15px; }
  .amo-logo span { font-size: 22px; }
  .amo-top-actions [data-action="sound"] { display: none; }
  .amo-top-actions a[data-overlay-link] { display: none; }
  .amo-streamer-name { display: none; }
  .amo-help-button { min-width: 44px; padding: 0; width: 44px; }
  .amo-help-button span { display: none; }
  .amo-dashboard-button { min-width: 44px; padding: 0; width: 44px; }
  .amo-dashboard-button span { display: none; }
  .amo-top-actions [data-action="copy-overlay"] { min-width: 44px; padding: 0; width: 44px; }
  .amo-top-actions [data-action="copy-overlay"] span { display: none; }
  .amo-ghost { font-size: 8px; padding: 8px 10px; }
  .amo-statbar { grid-template-columns: 1fr 1fr; }
  .amo-statbar > div, .amo-entry-toggle { min-height: 61px; padding: 10px 15px; }
  .amo-statbar > :nth-child(2) { border-right: 0; }
  .amo-statbar > :nth-child(-n+2) { border-bottom: 1px solid var(--amo-line); }
  .amo-wheel-zone { min-height: 500px; padding: 65px 9px 78px; }
  .amo-round { left: 13px; top: calc(15px + var(--amo-safe-top)); }
  .amo-wheel-stack { max-width: 92vw; width: 92vw; }
  .amo-hub { aspect-ratio: 1 / 1; border-radius: 50%; height: 25%; min-height: 0; min-width: 0; padding: 0; width: 25%; }
  .amo-hub span { font-size: clamp(17px, 7vw, 27px); }
  .amo-live-readout { bottom: -43px; font-size: 9px; }
  .amo-remain { bottom: 16px; }
  .amo-deck { padding: 28px 15px 20px; }
  .amo-deck-head { align-items: flex-start; flex-direction: column; gap: 11px; }
  .amo-deck-head p { margin-bottom: 0; }
  .amo-deck-head .amo-status { margin-bottom: 13px; }
  .amo-deck h2 { font-size: 33px; }
  .amo-power-controls summary { align-items: flex-start; flex-direction: column; gap: 5px; justify-content: center; padding: 10px 12px; }
  .amo-setting-grid { grid-template-columns: 1fr; }
  .amo-readiness-grid { grid-template-columns: 1fr; }
  .amo-results { align-items: stretch; gap: 18px; grid-template-columns: 1fr; padding: 18px 15px; }
  .amo-wheel-credit { justify-content: flex-start; }
  .amo-wheel-actions { flex-wrap: wrap; }
  .amo-overlay-view .amo-wheel-zone { min-height: 100svh; padding: 80px 4px 85px; }
  .amo-overlay-view .amo-wheel-stack { max-width: 86vw; width: 86vw; }
  .amo-overlay-view .amo-live-readout { bottom: -46px; }
  .amo-login-stage { border-radius: 13px; min-height: 100svh; padding: 14px; }
  .amo-login-card { border-radius: 20px; padding: 26px 18px 22px; }
  .amo-login-brand { margin-bottom: 28px; padding-bottom: 17px; }
  .amo-login-brand > span { display: none; }
  .amo-login-card h1 { font-size: clamp(36px, 11vw, 50px); margin-bottom: 18px; }
  .amo-login-summary { font-size: 14px; line-height: 1.55; }
  .amo-login-grid { gap: 25px; }
  .amo-login-actions { border-radius: 14px; padding: 18px; }
  .amo-login-steps li { font-size: 12px; }
  .amo-login-credit { margin-top: 24px; padding-top: 17px; }
  .amo-help-dialog { border-radius: 16px; max-height: 92vh; width: calc(100% - 20px); }
  .amo-help-header { padding: 22px 20px 18px; }
  .amo-help-header h2 { font-size: 26px; }
  .amo-help-steps { padding: 19px 20px 15px; }
  .amo-feature-grid { grid-template-columns: 1fr 1fr; padding: 0 20px 18px; }
  .amo-help-note { padding: 16px 20px 19px; }
  .amo-dashboard-dialog { border-radius: 15px; max-height: 94vh; width: calc(100% - 14px); }
  .amo-dashboard-header { gap: 12px; padding: 18px 15px; }
  .amo-dashboard-header h2 { font-size: 22px; overflow-wrap: anywhere; }
  .amo-dashboard-header p { display: none; }
  .amo-dashboard-header > div:last-child button:first-child { display: none; }
  .amo-dashboard-header > div:last-child { flex: 0 0 auto; }
  .amo-dashboard-body { max-height: calc(94vh - 82px); padding: 12px; }
  .amo-dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .amo-dashboard-metrics strong { font-size: 24px; }
  .amo-session-now, .amo-section-heading { align-items: flex-start; gap: 12px; }
  .amo-health-grid { grid-template-columns: 1fr 1fr; }
  .amo-operation-log li { grid-template-columns: 1fr; }
}

@media (max-height: 720px) and (min-width: 601px) {
  .amo-brandbar { height: 58px; }
  .amo-statbar > div, .amo-entry-toggle { min-height: 58px; }
  .amo-wheel-zone { min-height: 540px; padding-bottom: 54px; padding-top: 38px; }
  .amo-wheel-stack { max-width: min(540px, 68vh); width: min(72%, 540px); }
  .amo-deck { padding-bottom: 22px; padding-top: 28px; }
  .amo-roster { max-height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  .amo-logo span { animation: none; }
  .amo-entry-toggle.closed { animation: none; }
}
