.gas-quiz-input__unsupported,.gas-quiz-live-play__open-hint,.gas-quiz-live-play__cloze-hint,.gas-quiz-live-play__categorize-hint,.gas-quiz-live-play__categorize-tray-empty{color:var(--gas-text-muted);font-size:var(--gas-text-s);margin:0}.gas-quiz-live-play__ordering,.gas-quiz-live-play__matching,.gas-quiz-live-play__fill-blank,.gas-quiz-live-play__open,.gas-quiz-live-play__cloze,.gas-quiz-live-play__categorize,.gas-quiz-live-play__slider,.gas-quiz-live-play__highlight,.gas-quiz-live-play__hotspot{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__ordering-list,.gas-quiz-live-play__matching-list{gap:var(--gas-space-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.gas-quiz-live-play__ordering-row,.gas-quiz-live-play__matching-row,.gas-quiz-live-play__categorize-bucket{background:var(--gas-surface);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);align-items:center;gap:var(--gas-space-s);padding:var(--gas-space-s);display:flex}.gas-quiz-live-play__ordering-row{justify-content:space-between}.gas-quiz-live-play__ordering-controls,.gas-quiz-live-play__slider-bounds,.gas-quiz-live-play__categorize-bucket-body,.gas-quiz-live-play__categorize-tray,.gas-quiz-live-play__cloze-bank,.gas-quiz-live-play__highlight-tokens{gap:var(--gas-space-xs);flex-wrap:wrap;display:flex}.gas-quiz-live-play__matching-left,.gas-quiz-live-play__matching-select{flex:1 1 0;min-width:0}.gas-quiz-live-play__fill-blank-template,.gas-quiz-live-play__cloze-template{margin:0;line-height:2.4}.gas-quiz-live-play__fill-blank-input,.gas-quiz-live-play__open-textarea{background:var(--gas-surface);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);color:var(--gas-text-color);font:inherit;padding:var(--gas-space-s)}.gas-quiz-live-play__fill-blank-input{margin-inline:var(--gas-space-xs);width:auto;min-width:128px}.gas-quiz-live-play__open-textarea{box-sizing:border-box;resize:vertical;width:100%}.gas-quiz-live-play__cloze-gap,.gas-quiz-live-play__cloze-word,.gas-quiz-live-play__categorize-item,.gas-quiz-live-play__categorize-bucket-head,.gas-quiz-live-play__highlight-token{background:var(--gas-surface);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);color:var(--gas-text-color);cursor:pointer;font:inherit;padding:var(--gas-space-xs) var(--gas-space-s)}.gas-quiz-live-play__cloze-gap--filled,.gas-quiz-live-play__cloze-word--picked,.gas-quiz-live-play__categorize-item--picked,.gas-quiz-live-play__highlight-token--selected{background:var(--gas-color-primary-bg);border-color:var(--gas-color-primary);color:var(--gas-primary-text);font-weight:700}.gas-quiz-live-play__categorize-tray{border:1px dashed var(--gas-border-color);border-radius:var(--gas-radius-m);min-height:48px;padding:var(--gas-space-s)}.gas-quiz-live-play__categorize-buckets{gap:var(--gas-space-s);display:grid}.gas-quiz-live-play__categorize-bucket{flex-direction:column;align-items:stretch}.gas-quiz-live-play__slider-value{color:var(--gas-primary-text);font-size:var(--gas-text-2xl);font-variant-numeric:tabular-nums;text-align:center;font-weight:800}.gas-quiz-live-play__slider-range{accent-color:var(--gas-color-primary);width:100%}.gas-quiz-live-play__slider-bounds{color:var(--gas-text-muted);justify-content:space-between}.gas-quiz-live-play__hotspot-canvas{border-radius:var(--gas-radius-m);max-width:100%;line-height:0;position:relative;overflow:hidden}.gas-quiz-live-play__hotspot-img{max-width:100%;height:auto;display:block}.gas-quiz-live-play__hotspot-zone{background:color-mix(in srgb, var(--gas-color-primary) 12%, transparent);border:2px solid color-mix(in srgb, var(--gas-color-primary) 60%, transparent);border-radius:var(--gas-radius-s);box-sizing:border-box;cursor:pointer;padding:0;position:absolute}.gas-quiz-live-play__hotspot-zone--selected{background:color-mix(in srgb, var(--gas-color-primary) 40%, transparent);border-color:var(--gas-color-primary)}.gas-quiz-live-play__hotspot-tag{background:var(--gas-color-primary);color:var(--gas-text-color-inverse);font-size:var(--gas-text-xs);max-width:100%;padding-inline:var(--gas-space-xs);pointer-events:none;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;position:absolute;top:0;left:0;overflow:hidden}.gas-quiz-input__qcm{gap:var(--gas-space-m);display:grid}.gas-quiz-input__question-image{border-radius:var(--gas-radius-l);background:var(--gas-color-surface-subtle);object-fit:contain;width:100%;max-height:min(42vh,420px);display:block}.gas-quiz-input__hint{color:var(--gas-text-muted);font-size:var(--gas-text-s);margin:0}.gas-quiz-input__qcm-choices{gap:var(--gas-space-s);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gas-quiz-input__qcm-choice{align-items:center;gap:var(--gas-space-s);min-height:68px;padding:var(--gas-space-m);border:var(--gas-border-width) solid var(--gas-color-border-default);border-radius:var(--gas-radius-l);background:var(--gas-color-surface-card);color:var(--gas-text-default);cursor:pointer;text-align:left;grid-template-columns:auto 1fr auto;display:grid}.gas-quiz-input__qcm-choice>span{border-radius:var(--gas-radius-s);background:var(--gas-color-surface-subtle);width:32px;height:32px;color:var(--gas-primary-text);place-items:center;font-weight:800;display:grid}.gas-quiz-input__qcm-choice>i{color:var(--gas-text-muted);font-style:normal}.gas-quiz-input__qcm-choice--selected{border-color:var(--gas-color-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--gas-color-primary) 18%, transparent)}@media (width<=600px){.gas-quiz-input__qcm-choices{grid-template-columns:1fr}.gas-quiz-live-play__matching-row{flex-direction:column;align-items:stretch}}.gas-quiz-live-play{gap:var(--gas-space-m);max-width:680px;padding:var(--gas-space-l);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-l);background:var(--gas-surface);box-shadow:var(--gas-shadow-l);color:var(--gas-text-color);flex-direction:column;margin:0 auto;display:flex}.gas-quiz-live-play--join{max-width:560px;padding:0;overflow:hidden}.gas-quiz-live-play__join-hero{gap:var(--gas-space-xs);padding:var(--gas-space-xl) var(--gas-space-l) var(--gas-space-l);background:radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--gas-color-primary) 20%, transparent), transparent 28%), linear-gradient(135deg, var(--gas-color-primary-bg,var(--gas-surface-muted)), var(--gas-surface));text-align:center;flex-direction:column;display:flex}.gas-quiz-live-play__join-eyebrow{color:var(--gas-color-primary);font-size:var(--gas-text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:850}.gas-quiz-live-play__join-intro{max-width:544px;color:var(--gas-text-muted);font-size:var(--gas-text-m);margin:0 auto;line-height:1.5}.gas-quiz-live-play__title{font-size:clamp(var(--gas-text-2xl), 6vw, var(--gas-text-4xl));color:var(--gas-text-color);margin:0;line-height:1.08}.gas-quiz-live-play__join{gap:var(--gas-space-m);padding:var(--gas-space-l);flex-direction:column;display:flex}.gas-quiz-live-play__field{gap:var(--gas-space-xs);flex-direction:column;display:flex}.gas-quiz-live-play__label{font-size:var(--gas-text-s);color:var(--gas-text-muted)}.gas-quiz-live-play__input{padding:var(--gas-space-m);border:2px solid var(--gas-border-color);border-radius:var(--gas-radius-l);font-size:var(--gas-text-l);background:var(--gas-surface);color:var(--gas-text-color);text-align:center;font-weight:700}.gas-quiz-live-play__input:focus{border-color:var(--gas-color-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--gas-color-primary) 14%, transparent);outline:none}.gas-quiz-live-play__submit{margin-top:var(--gas-space-xs);min-height:52px;font-size:var(--gas-text-m);justify-content:center}.gas-quiz-live-play__progress{gap:var(--gas-space-xs);flex-direction:column;display:flex}.gas-quiz-live-play__progress p{justify-content:space-between;gap:var(--gas-space-s);color:var(--gas-text-muted);font-size:var(--gas-text-s);margin:0;font-weight:600;display:flex}.gas-quiz-live-play__progress-participants{color:var(--gas-color-primary);white-space:nowrap}.gas-quiz-live-play__progress-track{appearance:none;background:var(--gas-surface-muted,var(--gas-border-color));border-radius:var(--gas-radius-l);border:0;width:100%;height:8px;overflow:hidden}.gas-quiz-live-play__progress-track::-webkit-progress-bar{background:var(--gas-surface-muted,var(--gas-border-color))}.gas-quiz-live-play__progress-track::-webkit-progress-value{background:var(--gas-color-primary);border-radius:var(--gas-radius-l)}.gas-quiz-live-play__progress-track::-moz-progress-bar{background:var(--gas-color-primary);border-radius:var(--gas-radius-l)}.gas-quiz-live-play__lobby{gap:var(--gas-space-xs);text-align:center;padding:var(--gas-space-l) 0;flex-direction:column;align-items:center;display:flex}.gas-quiz-live-play__lobby-orbit{background:var(--gas-color-primary-bg,var(--gas-surface-muted));height:96px;margin-bottom:var(--gas-space-s);border-radius:50%;justify-content:center;align-items:center;width:96px;display:flex}.gas-quiz-live-play__lobby-orbit span{background:var(--gas-color-primary);color:var(--gas-text-color-inverse);font-size:var(--gas-text-xl);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-weight:800;display:flex}.gas-quiz-live-play__lobby-text{font-size:var(--gas-text-m);color:var(--gas-text-color);margin:0}.gas-quiz-live-play__participants{font-size:var(--gas-text-s);color:var(--gas-text-muted);margin:0}.gas-quiz-live-play__question{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__question-card{gap:var(--gas-space-s);padding:var(--gas-space-l);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-l);background:linear-gradient(180deg, var(--gas-surface), color-mix(in srgb, var(--gas-surface-muted,var(--gas-border-color)) 48%, transparent));flex-direction:column;display:flex}.gas-quiz-live-play__question-kicker{color:var(--gas-color-primary);font-size:var(--gas-text-s);letter-spacing:.08em;text-transform:uppercase;margin:0;font-weight:800}.gas-quiz-live-play__prompt{font-size:clamp(var(--gas-text-l), 4vw, var(--gas-text-xl));color:var(--gas-text-color);margin:0;font-weight:750;line-height:1.3}.gas-quiz-live-play__choices{gap:var(--gas-space-s);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gas-quiz-live-play__choice{align-items:center;gap:var(--gas-space-s);min-height:76px;padding:var(--gas-space-m);text-align:left;border-width:2px;justify-content:flex-start;width:100%}.gas-quiz-live-play__choice:hover:not(:disabled){border-color:var(--gas-color-primary);transform:translateY(-2px)}.gas-quiz-live-play__choice-marker{background:var(--gas-color-primary-bg,var(--gas-surface-muted));width:36px;height:36px;color:var(--gas-color-primary);font-size:var(--gas-text-m);border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:850;display:inline-flex}@media (width<=560px){.gas-quiz-live-play{padding:var(--gas-space-m);border-radius:0}.gas-quiz-live-play--join{padding:0}.gas-quiz-live-play__choices{grid-template-columns:1fr}}.gas-quiz-live-play__unsupported{font-size:var(--gas-text-s);color:var(--gas-text-muted);margin:0}.gas-quiz-live-play__validate{margin-top:var(--gas-space-s);width:100%}.gas-quiz-live-play__ordering{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__ordering-list{gap:var(--gas-space-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.gas-quiz-live-play__ordering-row{justify-content:space-between;align-items:center;gap:var(--gas-space-s);padding:var(--gas-space-s);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);background:var(--gas-surface);display:flex}.gas-quiz-live-play__ordering-label{font-size:var(--gas-text-m);color:var(--gas-text-color)}.gas-quiz-live-play__ordering-controls{gap:var(--gas-space-xs);flex-shrink:0;display:flex}.gas-quiz-live-play__ordering-move{min-width:var(--gas-space-xl)}.gas-quiz-live-play__matching{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__matching-list{gap:var(--gas-space-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.gas-quiz-live-play__matching-row{align-items:center;gap:var(--gas-space-s);display:flex}.gas-quiz-live-play__matching-left{font-size:var(--gas-text-m);color:var(--gas-text-color);flex:auto}.gas-quiz-live-play__matching-sep{color:var(--gas-text-muted);flex-shrink:0}.gas-quiz-live-play__matching-select{flex:auto;min-width:0}.gas-quiz-live-play__fill-blank{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__fill-blank-template{line-height:2;font-size:var(--gas-text-m);color:var(--gas-text-color);margin:0}.gas-quiz-live-play__fill-blank-input{width:auto;min-width:var(--gas-space-xl);margin:0 var(--gas-space-xs);padding:var(--gas-space-xs) var(--gas-space-s);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);font-size:var(--gas-text-m);background:var(--gas-surface);color:var(--gas-text-color);display:inline-block}.gas-quiz-live-play__open{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__open-textarea{width:100%;padding:var(--gas-space-s);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);font-size:var(--gas-text-m);background:var(--gas-surface);color:var(--gas-text-color);resize:vertical;font-family:inherit}.gas-quiz-live-play__open-hint{font-size:var(--gas-text-s);color:var(--gas-text-muted);margin:0}.gas-quiz-live-play__answered{font-size:var(--gas-text-s);color:var(--gas-success);margin:0;font-weight:600}.gas-quiz-live-play__cloze{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__cloze-template{line-height:2.4;font-size:var(--gas-text-m);color:var(--gas-text-color);margin:0}.gas-quiz-live-play__cloze-gap{min-width:var(--gas-space-xl);margin:0 var(--gas-space-xs);padding:var(--gas-space-xs) var(--gas-space-s);border:1px dashed var(--gas-border-color);border-radius:var(--gas-radius-m);background:var(--gas-surface-muted,var(--gas-surface));color:var(--gas-text-color);font-size:var(--gas-text-m);cursor:pointer;white-space:pre;font-family:inherit;display:inline-block}.gas-quiz-live-play__cloze-gap:disabled{cursor:not-allowed;opacity:.6}.gas-quiz-live-play__cloze-gap--filled{border-style:solid;border-color:var(--gas-color-primary);background:var(--gas-color-primary-bg,var(--gas-surface));font-weight:600}.gas-quiz-live-play__cloze-bank{gap:var(--gas-space-s);flex-wrap:wrap;display:flex}.gas-quiz-live-play__cloze-word{padding:var(--gas-space-xs) var(--gas-space-m);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-l);background:var(--gas-surface);color:var(--gas-text-color);font-size:var(--gas-text-m);cursor:pointer;font-family:inherit}.gas-quiz-live-play__cloze-word:disabled{cursor:not-allowed;opacity:.6}.gas-quiz-live-play__cloze-word--picked{border-color:var(--gas-color-primary);background:var(--gas-color-primary);color:var(--gas-text-color-inverse,var(--gas-color-white));font-weight:600}.gas-quiz-live-play__cloze-hint{font-size:var(--gas-text-s);color:var(--gas-text-muted);margin:0}.gas-quiz-live-play__categorize{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__categorize-tray{gap:var(--gas-space-s);min-height:var(--gas-space-xl);padding:var(--gas-space-s);border:1px dashed var(--gas-border-color);border-radius:var(--gas-radius-m);flex-wrap:wrap;display:flex}.gas-quiz-live-play__categorize-tray-empty{font-size:var(--gas-text-s);color:var(--gas-text-muted)}.gas-quiz-live-play__categorize-item{padding:var(--gas-space-xs) var(--gas-space-m);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-l);background:var(--gas-surface);color:var(--gas-text-color);font-size:var(--gas-text-m);cursor:pointer;font-family:inherit}.gas-quiz-live-play__categorize-item:disabled{cursor:not-allowed;opacity:.6}.gas-quiz-live-play__categorize-item--picked{border-color:var(--gas-color-primary);background:var(--gas-color-primary);color:var(--gas-text-color-inverse,var(--gas-color-white));font-weight:600}.gas-quiz-live-play__categorize-item--placed{border-color:var(--gas-color-primary)}.gas-quiz-live-play__categorize-buckets{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__categorize-bucket{gap:var(--gas-space-s);padding:var(--gas-space-s);border:1px solid var(--gas-border-color);border-radius:var(--gas-radius-m);background:var(--gas-surface);flex-direction:column;display:flex}.gas-quiz-live-play__categorize-bucket-head{padding:var(--gas-space-s);border-radius:var(--gas-radius-m);background:var(--gas-surface-muted,var(--gas-surface));color:var(--gas-text-color);font-size:var(--gas-text-m);text-align:left;cursor:pointer;border:none;font-weight:600}.gas-quiz-live-play__categorize-bucket-head:disabled{cursor:default}.gas-quiz-live-play__categorize-bucket-body{gap:var(--gas-space-xs);min-height:var(--gas-space-l);flex-wrap:wrap;display:flex}.gas-quiz-live-play__categorize-hint{font-size:var(--gas-text-s);color:var(--gas-text-muted);margin:0}.gas-quiz-live-play__slider{gap:var(--gas-space-s);flex-direction:column;display:flex}.gas-quiz-live-play__slider-value{font-size:var(--gas-text-2xl);text-align:center;color:var(--gas-color-primary);font-variant-numeric:tabular-nums;font-weight:800}.gas-quiz-live-play__slider-range{width:100%;accent-color:var(--gas-color-primary)}.gas-quiz-live-play__slider-bounds{justify-content:space-between;display:flex}.gas-quiz-live-play__slider-bound{font-size:var(--gas-text-s);color:var(--gas-text-muted);font-variant-numeric:tabular-nums}.gas-quiz-live-play__highlight{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__highlight-tokens{gap:var(--gas-space-xs);flex-wrap:wrap;line-height:2;display:flex}.gas-quiz-live-play__highlight-token{padding:var(--gas-space-xs) var(--gas-space-s);border-radius:var(--gas-radius-m);background:var(--gas-surface);color:var(--gas-text-color);font-size:var(--gas-text-m);cursor:pointer;border:1px solid #0000;font-family:inherit}.gas-quiz-live-play__highlight-token:disabled{cursor:not-allowed;opacity:.6}.gas-quiz-live-play__highlight-token--selected{border-color:var(--gas-color-primary);background:var(--gas-color-primary);color:var(--gas-text-color-inverse,var(--gas-color-white));font-weight:600}.gas-quiz-live-play__hotspot{gap:var(--gas-space-m);flex-direction:column;display:flex}.gas-quiz-live-play__hotspot-canvas{border-radius:var(--gas-radius-m);-webkit-user-select:none;user-select:none;max-width:100%;line-height:0;display:inline-block;position:relative;overflow:hidden}.gas-quiz-live-play__hotspot-img{pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;height:auto;display:block}.gas-quiz-live-play__hotspot-zone{border:2px solid color-mix(in srgb, var(--gas-color-primary) 60%, transparent);border-radius:var(--gas-radius-s);background:color-mix(in srgb, var(--gas-color-primary) 12%, transparent);cursor:pointer;box-sizing:border-box;margin:0;padding:0;transition:background-color .12s,border-color .12s;position:absolute}.gas-quiz-live-play__hotspot-zone:hover{background:color-mix(in srgb, var(--gas-color-primary) 22%, transparent)}.gas-quiz-live-play__hotspot-zone:disabled{cursor:not-allowed}.gas-quiz-live-play__hotspot-zone--selected{border-color:var(--gas-color-primary);background:color-mix(in srgb, var(--gas-color-primary) 40%, transparent)}.gas-quiz-live-play__hotspot-tag{max-width:100%;padding:1px var(--gas-space-xs);font-size:var(--gas-text-xs,11px);color:var(--gas-text-color-inverse,var(--gas-color-white));background:var(--gas-color-primary);border-radius:0 0 var(--gas-radius-s) 0;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;line-height:1.5;position:absolute;top:0;left:0;overflow:hidden}.gas-quiz-live-play__reveal{align-items:center;gap:var(--gas-space-m);padding:var(--gas-space-m) 0;flex-direction:column;justify-content:center;display:flex}.gas-quiz-live-play__correction,.gas-quiz-live-play__winners{gap:var(--gas-space-xs);padding:var(--gas-space-m);border-radius:var(--gas-radius-l);background:var(--gas-surface-muted);color:var(--gas-text-color);flex-direction:column;margin:0;display:flex}.gas-quiz-live-play__correction span,.gas-quiz-live-play__winners span{color:var(--gas-text-muted);font-size:var(--gas-text-s);font-weight:700}.gas-quiz-live-play__correction strong,.gas-quiz-live-play__winners strong{font-size:var(--gas-text-xl)}.gas-quiz-live-play__finished{text-align:center;padding:var(--gas-space-l) 0}.gas-quiz-live-play__finished-text{font-size:var(--gas-text-l);color:var(--gas-text-color);margin:0;font-weight:600}.gas-quiz-live-play--guided{max-width:var(--gas-container-wide);background:var(--gas-play-surface);padding:0;overflow:hidden}.gas-guided-quiz{min-height:min(720px, calc(100vh - var(--gas-space-3xl)));color:var(--gas-play-text)}.gas-guided-quiz--with-rail{grid-template-columns:minmax(220px,280px) minmax(0,1fr);display:grid}.gas-guided-quiz__rail{padding:var(--gas-space-xl) var(--gas-space-l);border-right:var(--gas-border-width) solid var(--gas-play-border);background:color-mix(in srgb, var(--gas-play-primary) 3%, var(--gas-play-surface))}.gas-guided-quiz__brand-mark{width:var(--gas-space-xl);height:var(--gas-space-xl);margin-bottom:var(--gas-space-2xl);border-radius:var(--gas-radius-l);background:var(--gas-play-primary);color:var(--gas-text-color-inverse);font-size:var(--gas-text-l);font-weight:var(--gas-weight-bold);place-items:center;display:grid}.gas-guided-quiz__rail-eyebrow,.gas-guided-quiz__question-number{color:var(--gas-play-primary);font-size:var(--gas-text-xs);font-weight:var(--gas-weight-bold);letter-spacing:var(--gas-letter-spacing-wide,.08em);text-transform:uppercase;margin:0}.gas-guided-quiz__rail-title{margin:var(--gas-space-xs) 0 var(--gas-space-l);font-size:var(--gas-text-l);font-weight:var(--gas-weight-bold)}.gas-guided-quiz__steps{gap:var(--gas-space-s);max-height:430px;padding:var(--gas-space-xs);margin:0;list-style:none;display:grid;overflow-y:auto}.gas-guided-quiz__step{grid-template-columns:var(--gas-space-xl) minmax(0, 1fr);gap:var(--gas-space-s);color:var(--gas-play-text-muted);font-size:var(--gas-text-s);font-weight:var(--gas-weight-medium);align-items:center;display:grid}.gas-guided-quiz__step-marker{width:var(--gas-space-xl);height:var(--gas-space-xl);border:var(--gas-border-width) solid var(--gas-play-border);border-radius:var(--gas-radius-pill);background:var(--gas-play-surface);font-weight:var(--gas-weight-bold);place-items:center;display:grid}.gas-guided-quiz__step--done .gas-guided-quiz__step-marker{border-color:var(--gas-play-progress);background:color-mix(in srgb, var(--gas-play-progress) 12%, var(--gas-play-surface));color:var(--gas-play-progress)}.gas-guided-quiz__step--active{color:var(--gas-play-text)}.gas-guided-quiz__step--active .gas-guided-quiz__step-marker{border-color:var(--gas-play-primary);background:var(--gas-play-primary);color:var(--gas-text-color-inverse);box-shadow:0 0 0 var(--gas-space-xs) color-mix(in srgb, var(--gas-play-primary) 12%, transparent)}.gas-guided-quiz__main{min-width:0;padding:var(--gas-space-xl) clamp(var(--gas-space-l), 5vw, var(--gas-space-3xl));flex-direction:column;display:flex}.gas-guided-quiz__topbar{justify-content:space-between;gap:var(--gas-space-m);align-items:center;display:flex}.gas-guided-quiz__live-pill,.gas-speed-challenge__online{align-items:center;gap:var(--gas-space-xs);min-height:var(--gas-space-xl);padding:0 var(--gas-space-s);border-radius:var(--gas-radius-pill);background:color-mix(in srgb, var(--gas-play-primary) 10%, var(--gas-play-surface));color:var(--gas-play-primary);font-size:var(--gas-text-xs);font-weight:var(--gas-weight-bold);display:inline-flex}.gas-guided-quiz__live-dot,.gas-speed-challenge__online>span,.gas-speed-challenge__activity>span{width:var(--gas-space-xs);height:var(--gas-space-xs);border-radius:var(--gas-radius-pill);background:var(--gas-play-progress);box-shadow:0 0 0 4px color-mix(in srgb, var(--gas-play-progress) 12%, transparent)}.gas-guided-quiz__progress{align-items:center;gap:var(--gas-space-s);color:var(--gas-play-text-muted);font-size:var(--gas-text-s);font-weight:var(--gas-weight-medium);display:flex}.gas-guided-quiz__progress progress{width:min(180px,18vw);height:var(--gas-space-xs);accent-color:var(--gas-play-primary)}.gas-guided-quiz__question{width:min(860px,100%);padding-block:clamp(var(--gas-space-xl), 7vh, var(--gas-space-3xl));margin:auto}.gas-guided-quiz__prompt{margin:var(--gas-space-s) 0 var(--gas-space-xl);color:var(--gas-play-text);font-size:clamp(var(--gas-text-2xl), 4vw, var(--gas-text-4xl));line-height:var(--gas-line-height-tight)}.gas-guided-quiz__question-image{border-radius:var(--gas-radius-l);background:var(--gas-play-surface-muted);object-fit:contain;width:min(100%,760px);max-height:38vh;margin-inline:auto;display:block}.gas-guided-quiz__answers{gap:var(--gas-space-s);display:grid}.gas-guided-quiz__answer.gas-button{grid-template-columns:var(--gas-space-2xl) minmax(0, 1fr) var(--gas-space-l);gap:var(--gas-space-s);min-height:72px;padding:var(--gas-space-s) var(--gas-space-m);border-color:var(--gas-play-border);border-radius:var(--gas-radius-l);background:var(--gas-play-surface);color:var(--gas-play-text);text-align:left;box-shadow:var(--gas-shadow-s);align-items:center;display:grid}.gas-guided-quiz__answer.gas-button:hover:not(:disabled),.gas-guided-quiz__answer--selected.gas-button{border-color:var(--gas-play-primary);background:color-mix(in srgb, var(--gas-play-primary) 8%, var(--gas-play-surface))}.gas-guided-quiz__answer--selected.gas-button{box-shadow:0 0 0 3px color-mix(in srgb, var(--gas-play-primary) 12%, transparent)}.gas-guided-quiz__answer-marker{width:var(--gas-space-2xl);height:var(--gas-space-2xl);border-radius:var(--gas-radius-m);background:var(--gas-play-canvas);color:var(--gas-play-text-muted);font-weight:var(--gas-weight-bold);place-items:center;display:grid}.gas-guided-quiz__answer--selected .gas-guided-quiz__answer-marker{background:var(--gas-play-primary);color:var(--gas-text-color-inverse)}.gas-guided-quiz__answer-text{font-size:var(--gas-text-m);font-weight:var(--gas-weight-medium)}.gas-guided-quiz__answer-radio{width:var(--gas-space-m);height:var(--gas-space-m);border:2px solid var(--gas-play-border);border-radius:var(--gas-radius-pill)}.gas-guided-quiz__answer--selected .gas-guided-quiz__answer-radio{border:5px solid var(--gas-play-primary)}.gas-guided-quiz__actions{justify-content:space-between;gap:var(--gas-space-m);margin-top:var(--gas-space-l);color:var(--gas-play-text-muted);font-size:var(--gas-text-xs);align-items:center;display:flex}.gas-guided-quiz__rich-input{padding:var(--gas-space-m);border:var(--gas-border-width) solid var(--gas-play-border);border-radius:var(--gas-radius-l);background:var(--gas-play-surface)}.gas-quiz-live-play--speed{max-width:460px;min-height:min(780px, calc(100vh - var(--gas-space-2xl)));border-color:var(--gas-play-border);background:var(--gas-play-surface)}.gas-speed-challenge{min-height:700px;color:var(--gas-play-text);flex-direction:column;display:flex}.gas-speed-challenge--center{justify-content:center;align-items:center;gap:var(--gas-space-m);text-align:center}.gas-speed-challenge__topbar{gap:var(--gas-space-s);grid-template-columns:1fr auto 72px;align-items:center;display:grid}.gas-speed-challenge__position{color:var(--gas-play-text-muted);font-size:var(--gas-text-xs);font-weight:var(--gas-weight-bold);text-transform:uppercase;flex-direction:column;display:flex}.gas-speed-challenge__position strong{color:var(--gas-play-text);font-size:var(--gas-text-l)}.gas-speed-challenge__timer{width:68px;height:68px;color:var(--gas-play-timer);place-items:center;display:grid;position:relative}.gas-speed-challenge__timer svg{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.gas-speed-challenge__timer circle{fill:none;stroke-width:5px}.gas-speed-challenge__timer-track{stroke:var(--gas-play-border)}.gas-speed-challenge__timer-value{stroke:var(--gas-play-timer);stroke-linecap:round;transition:stroke-dashoffset var(--gas-transition-normal)}.gas-speed-challenge__timer--urgent,.gas-speed-challenge__timer--urgent .gas-speed-challenge__timer-value{color:var(--gas-play-incorrect);stroke:var(--gas-play-incorrect)}.gas-speed-challenge__segments{gap:var(--gas-space-xs);margin-block:var(--gas-space-l);display:flex}.gas-speed-challenge__segments span{border-radius:var(--gas-radius-pill);background:var(--gas-play-border);flex:1;height:5px}.gas-speed-challenge__segments .is-done{background:var(--gas-play-progress)}.gas-speed-challenge__segments .is-current{background:var(--gas-play-primary)}.gas-speed-challenge__eyebrow{margin:0 0 var(--gas-space-s);color:var(--gas-play-primary);font-size:var(--gas-text-xs);font-weight:var(--gas-weight-bold);letter-spacing:var(--gas-letter-spacing-wide,.08em);text-transform:uppercase}.gas-speed-challenge__prompt{min-height:110px;color:var(--gas-play-text);font-size:clamp(var(--gas-text-xl), 7vw, var(--gas-text-2xl));line-height:var(--gas-line-height-tight);margin:0}.gas-speed-challenge__answers{gap:var(--gas-space-s);margin-top:var(--gas-space-l);display:grid}.gas-speed-challenge__answer{--gas-play-choice-current:var(--gas-play-choice-1);grid-template-columns:var(--gas-space-2xl) minmax(0, 1fr);gap:var(--gas-space-m);min-height:74px;padding:var(--gas-space-s) var(--gas-space-m) var(--gas-space-s) var(--gas-space-s);border:var(--gas-border-width) solid var(--gas-play-border);border-left:7px solid var(--gas-play-choice-current);border-radius:var(--gas-radius-l);background:var(--gas-play-surface);color:var(--gas-play-text);cursor:pointer;box-shadow:var(--gas-shadow-s);transition:transform var(--gas-transition-fast), border-color var(--gas-transition-fast);align-items:center;display:grid}.gas-speed-challenge__answer:hover:not(:disabled){transform:translateY(-2px)}.gas-speed-challenge__answer:active:not(:disabled){transform:scale(.98)}.gas-speed-challenge__answer:disabled{cursor:not-allowed;opacity:.58}.gas-speed-challenge__answer--choice-2{--gas-play-choice-current:var(--gas-play-choice-2)}.gas-speed-challenge__answer--choice-3{--gas-play-choice-current:var(--gas-play-choice-3)}.gas-speed-challenge__answer--choice-4{--gas-play-choice-current:var(--gas-play-choice-4)}.gas-speed-challenge__answer--choice-5{--gas-play-choice-current:var(--gas-play-choice-5)}.gas-speed-challenge__answer--choice-6{--gas-play-choice-current:var(--gas-play-choice-6)}.gas-speed-challenge__answer--choice-7{--gas-play-choice-current:var(--gas-play-choice-7)}.gas-speed-challenge__answer--choice-8{--gas-play-choice-current:var(--gas-play-choice-8)}.gas-speed-challenge__answer-marker{width:var(--gas-space-2xl);height:var(--gas-space-2xl);border-radius:var(--gas-radius-m);background:color-mix(in srgb, var(--gas-play-choice-current) 12%, var(--gas-play-surface));color:var(--gas-play-choice-current);font-weight:var(--gas-weight-bold);place-items:center;display:grid}.gas-speed-challenge__answer-label{color:var(--gas-play-text);font-size:var(--gas-text-m);font-weight:var(--gas-weight-bold);text-align:left}.gas-speed-challenge__activity{justify-content:center;gap:var(--gas-space-s);margin-top:var(--gas-space-l);color:var(--gas-play-text-muted);font-size:var(--gas-text-xs);font-weight:var(--gas-weight-medium);align-items:center;display:flex}.gas-speed-challenge__rich,.gas-speed-challenge__correction,.gas-speed-challenge__winners{width:100%;margin-top:var(--gas-space-m);padding:var(--gas-space-m);border:var(--gas-border-width) solid var(--gas-play-border);border-radius:var(--gas-radius-l);background:var(--gas-play-surface);text-align:left}.gas-speed-challenge__correction,.gas-speed-challenge__winners{gap:var(--gas-space-xs);flex-direction:column;display:flex}.gas-speed-challenge__correction span,.gas-speed-challenge__winners span{color:var(--gas-play-text-muted);font-size:var(--gas-text-s)}.gas-speed-challenge__correction strong,.gas-speed-challenge__winners strong{font-size:var(--gas-text-xl)}.gas-speed-challenge__mine{gap:var(--gas-space-m);align-items:baseline;display:flex}.gas-speed-challenge__rank{color:var(--gas-play-primary);font-size:var(--gas-text-2xl);font-weight:var(--gas-weight-bold)}.gas-speed-challenge__score{color:var(--gas-play-text-muted);font-size:var(--gas-text-l);font-weight:var(--gas-weight-medium)}.gas-speed-challenge__points{color:var(--gas-play-correct);font-size:var(--gas-text-5xl);font-weight:var(--gas-weight-bold);margin:0}.gas-speed-challenge__final,.gas-speed-challenge__wait{font-size:var(--gas-text-2xl);font-weight:var(--gas-weight-bold);margin:0}.gas-speed-challenge__wait-hint{max-width:var(--gas-prose-max);color:var(--gas-play-text-muted);margin:0}.gas-speed-challenge__orb{background:var(--gas-play-primary);width:96px;height:96px;color:var(--gas-text-color-inverse);font-size:var(--gas-text-3xl);font-weight:var(--gas-weight-bold);border-radius:36%;place-items:center;display:grid}.gas-speed-challenge__verdict{border-radius:var(--gas-radius-pill);background:var(--gas-play-canvas);place-items:center;width:112px;height:112px;display:grid}.gas-speed-challenge__verdict--success{background:color-mix(in srgb, var(--gas-play-correct) 14%, var(--gas-play-surface))}.gas-speed-challenge__verdict--danger{background:color-mix(in srgb, var(--gas-play-incorrect) 14%, var(--gas-play-surface))}@media (width<=760px){.gas-quiz-live-play--guided,.gas-quiz-live-play--speed{min-height:calc(100vh - var(--gas-space-xl));box-shadow:none;border:0;border-radius:0}.gas-guided-quiz--with-rail{display:block}.gas-guided-quiz__rail{display:none}.gas-guided-quiz__main{padding:var(--gas-space-m)}.gas-guided-quiz__topbar{align-items:flex-start}.gas-guided-quiz__progress{flex-direction:column;align-items:flex-end}.gas-guided-quiz__progress progress{width:110px}.gas-guided-quiz__question{padding-block:var(--gas-space-xl)}.gas-guided-quiz__actions{flex-direction:column;align-items:stretch}.gas-guided-quiz__actions .gas-button{justify-content:center}.gas-quiz-live-play--speed{padding:var(--gas-space-m)}.gas-speed-challenge{min-height:calc(100vh - var(--gas-space-3xl))}}
