:root{--bg-1:#f72b57;--bg-2:#e78543;--bg-3:#ffd54f;--quiz-legacy-yellow:#ffd54f;--glass:rgba(255,255,255,0.3);--glass-border:rgba(255,255,255,0.28);--ink:#fff8ef;--ink-soft:rgba(255,248,239,0.76);--panel-shadow:0 24px 60px rgba(79,21,14,0.28);--dark:#3c2417;--accent:#ffd54f;--success:#4e913c;--error:#c73c34}*{box-sizing:border-box}body,html{min-height:100%;margin:0;font-family:Trebuchet MS,Avenir Next,sans-serif;text-align:justify;color:var(--ink);background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 35%),radial-gradient(circle at bottom right,rgba(255,213,79,.28),transparent 20%),linear-gradient(235deg,var(--bg-1),var(--bg-2) 55%,var(--bg-3));background-attachment:fixed}button,input,select,textarea{font:inherit}button{color:#000;border-radius:12px;cursor:pointer;border:0}.anchorButton,button{background:rgba(255,255,255,.94);padding:.8rem 1rem}.anchorButton{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#2d1a10;border-radius:12px}.quizCard{display:block;color:inherit;text-decoration:none;background:linear-gradient(180deg,rgba(255,242,224,.46),rgba(255,216,198,.34));border-color:rgba(255,246,238,.38);box-shadow:0 18px 42px rgba(79,21,14,.18),inset 0 1px 0 rgba(255,255,255,.28);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.quizCard:hover{transform:translateY(-3px);background:linear-gradient(180deg,rgba(255,246,230,.62),rgba(255,222,205,.48));box-shadow:0 22px 48px rgba(79,21,14,.22),inset 0 1px 0 rgba(255,255,255,.34)}.quizCard p{text-shadow:none}button.primary{background:var(--accent);font-weight:700;color:#000}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),select,textarea{width:100%;border:2px solid rgba(255,255,255,.22);background:rgba(54,24,10,.25);color:var(--ink);border-radius:12px;padding:.8rem 1rem;font-size:max(1rem,16px)}textarea{min-height:90px;resize:vertical}.shell{max-width:1400px;margin:0 auto;padding:24px}.shell main{display:grid;grid-gap:20px;gap:20px}.shellNoChrome{max-width:none;padding:0}.shellNoChrome main{min-height:100vh}.displayStage{min-height:100vh;display:flex;align-items:stretch;justify-content:stretch}.displaySurface{width:100%;min-height:100vh;display:flex;flex-direction:column}.displayQuestion,.displayScoreboard,.displayWaiting{width:min(100%,1200px);display:grid;grid-gap:20px;gap:20px;text-align:center;margin:auto}.displayWaiting{padding:32px}.displayQuestionMeta{display:flex;justify-content:space-between;gap:16px;color:var(--ink-soft);font-size:1rem;text-transform:uppercase}.displayQuestion h1,.displayScoreboard h1,.displayWaiting h1{margin:0;font-size:clamp(2rem,4vw,4rem)}.displayQuestionMedia{width:min(100%,960px);max-height:42vh;object-fit:cover;border-radius:22px;margin:0 auto;display:block}.displayScoreList{width:min(100%,820px);margin:0 auto}.displayPodium{width:min(100%,880px);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0 10px;gap:0 10px;align-items:end}.displayPodiumItem{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:22px 14px 0;border-radius:18px 18px 0 0;position:relative;overflow:hidden}.displayPodiumBar{width:100%;margin-top:auto;border-radius:0 0 12px 12px}.podiumGold{min-height:240px;background:linear-gradient(170deg,rgba(255,222,60,.2),rgba(255,183,0,.07) 70%);border:1px solid rgba(255,210,50,.42);border-bottom:none;box-shadow:0 -6px 60px rgba(255,210,50,.2),inset 0 1px 0 rgba(255,255,255,.22)}.podiumGold .displayPodiumBar{height:80px;background:linear-gradient(180deg,rgba(255,200,40,.55),rgba(195,130,0,.42));border-top:2px solid rgba(255,215,0,.5)}.podiumGold .displayPodiumRank{font-size:3rem}.podiumGold .displayPodiumNames strong{font-size:clamp(1.4rem,2.5vw,2.2rem)}.podiumSilver{min-height:170px;background:linear-gradient(170deg,rgba(200,200,225,.15),rgba(170,170,200,.05) 70%);border:1px solid rgba(200,200,225,.34);border-bottom:none}.podiumSilver .displayPodiumBar{height:55px;background:linear-gradient(180deg,rgba(185,185,212,.5),rgba(145,145,178,.38));border-top:2px solid rgba(210,210,235,.48)}.podiumSilver .displayPodiumRank{font-size:2.2rem}.podiumSilver .displayPodiumNames strong{font-size:clamp(1.1rem,2vw,1.7rem)}.podiumBronze{min-height:140px;background:linear-gradient(170deg,rgba(205,120,50,.15),rgba(175,95,25,.05) 70%);border:1px solid rgba(205,120,50,.32);border-bottom:none}.podiumBronze .displayPodiumBar{height:38px;background:linear-gradient(180deg,rgba(195,115,45,.5),rgba(150,85,25,.38));border-top:2px solid rgba(215,130,60,.48)}.podiumBronze .displayPodiumRank{font-size:2.2rem}.podiumBronze .displayPodiumNames strong{font-size:clamp(1.1rem,2vw,1.7rem)}.displayPodiumRank{line-height:1}.displayPodiumNames{display:flex;flex-direction:column;align-items:center;gap:4px}.displayPodiumScore{color:var(--ink-soft);font-size:1rem}.displayPodiumEmpty{color:var(--ink-soft);opacity:.4;font-size:1.1rem;font-style:italic}.displayScoreItem{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:1.2rem}@media (max-width:780px){.displayPodium{grid-template-columns:1fr;gap:10px;align-items:stretch}.podiumGold{order:1}.podiumSilver{order:2}.podiumBronze{order:3}.displayPodiumItem{border-radius:18px 18px 0 0;min-height:0!important;padding-bottom:0}.displayPodiumBar{height:28px!important}}.displayFinishedLayout{width:100%;padding:32px;display:flex;flex-direction:column;align-items:center;gap:48px}.displayQuestionHistory{width:min(100%,1200px);margin:0 auto;display:grid;grid-gap:20px;gap:20px;padding-top:12px}.displayQuestionHistoryTitle{font-size:clamp(1.4rem,2.5vw,2.2rem);margin:0;text-align:center;color:var(--ink-soft)}.displayHistoryItem{display:grid;grid-gap:12px;gap:12px;padding:20px 24px}.displayHistoryHeader{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px 16px;gap:12px 16px;align-items:start}.displayHistoryIndex{font-size:1.1rem;font-weight:800;color:var(--accent-2);padding-top:2px;min-width:1.6em;text-align:center}.displayHistoryPrompt{margin:0;font-size:clamp(1rem,1.6vw,1.3rem);font-weight:600;line-height:1.4}.displayHistoryMeta{font-size:.9rem;color:var(--ink-soft);white-space:nowrap;padding-top:3px}.displayHistoryOptions{display:grid;grid-gap:8px;gap:8px}.displayHistoryOption{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.04);overflow:hidden;font-size:clamp(.85rem,1.3vw,1.05rem)}.displayHistoryOption.correct{background:rgba(103,168,79,.15);outline:1px solid rgba(103,168,79,.4)}.displayHistoryOptionBar{position:absolute;inset:0 auto 0 0;background:rgba(255,255,255,.06);transition:width .6s ease;z-index:0}.displayHistoryOption.correct .displayHistoryOptionBar{background:rgba(103,168,79,.2)}.displayHistoryOptionLabel{position:relative;z-index:1;font-weight:500}.displayHistoryOptionPct{position:relative;z-index:1;font-weight:700;color:var(--ink-soft);min-width:3.5em;text-align:right}.displayHistoryAnswer,.displayHistoryOption.correct .displayHistoryOptionPct{color:var(--accent-1,#67a84f)}.displayHistoryAnswer{margin:0;font-size:1.1rem;font-weight:600}.narrowShell{max-width:980px}.topbar{justify-content:space-between;gap:20px;margin-bottom:24px;position:relative}.brand,.topbar{display:flex;align-items:center}.brand{gap:16px}.brandLink{color:inherit;text-decoration:none}.brand img{width:74px;height:74px}.brand h1,.card h1,.card h2,.mainPanel h2{margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;color:var(--ink-soft);margin:0 0 .35rem}.nav{display:flex;flex-wrap:nowrap;gap:10px}.headerNav{align-items:center;margin-left:auto}.menuToggle{display:none;width:52px;height:52px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:16px}.menuToggle span{display:block;width:22px;height:2px;background:#2d1a10;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.menuToggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.menuToggle.open span:nth-child(2){opacity:0}.menuToggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navButton.active{background:var(--accent)}.glass{background:var(--glass);border:1px solid var(--glass-border);box-shadow:var(--panel-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#000}.homeHeroLayout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.55fr);grid-gap:20px;gap:20px;align-items:stretch;width:100%}.homeJoinActions{justify-content:center}.homeJoinInput{padding:.65rem .95rem;line-height:1.2}.homeJoinButton{padding:.7rem 1.1rem;line-height:1.1}.quizCardMediaWrap{position:relative;margin:-24px -24px 18px;height:180px;overflow:hidden}.quizCard{display:flex;flex-direction:column}.quizAuthorLink,.quizCardLink,.quizCardTextLink,.quizCardTitleLink{text-decoration:none;color:inherit}.quizCardLink{display:block}.quizCardBody{display:grid;grid-gap:8px;gap:8px}.quizCardTitleBlock{display:grid;grid-gap:4px;gap:4px}.quizCardTitleLink h3{margin:0}.quizAuthorLine{gap:.4rem;font-size:.8rem;opacity:.75}.quizAuthorLine,.quizAuthorLink{display:inline-flex;align-items:center}.quizAuthorLink{width:-moz-fit-content;width:fit-content;padding:.35rem .7rem;border-radius:999px;font-size:.88rem;font-weight:700;color:#7a3b16;background:rgba(255,214,112,.34)}.quizAuthorLink:hover{color:#4d230d}.quizCardMediaWrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(43,16,10,.06),rgba(43,16,10,.32))}.quizCardMedia{width:100%;height:100%;object-fit:cover;display:block}.quizCardMeta{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.875rem;opacity:.75;margin-top:.25rem}.quizCardMetaSep{opacity:.5}.licenseBadge{font-size:.75em;opacity:.7;color:inherit;text-decoration:none}a.licenseBadge:hover{opacity:1;text-decoration:underline}.topbar .brand h1{text-shadow:0 2px 10px rgba(82,25,13,.24)}.menuToggle,.topbar .anchorButton,.topbar .navButton{border-color:rgba(96,44,20,.28);box-shadow:0 10px 24px rgba(79,21,14,.14),inset 0 1px 0 rgba(255,255,255,.65)}.view{display:none}.view.active{display:block}.hero{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.homeHero{grid-template-columns:1fr}.attemptsPanel,.card,.heroStats,.mainPanel,.sidePanel{border-radius:4px;padding:20px;overflow:hidden}.heroStats{display:grid;grid-gap:18px;gap:18px;align-content:center}.heroStats strong{display:block;font-size:2.4rem}.autoCards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cards,.layout{display:grid;grid-gap:20px;gap:20px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.layout{grid-template-columns:320px minmax(0,1fr)}.layout.twoColumns{grid-template-columns:minmax(0,1fr) 320px}.layout.adminGrid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);margin-bottom:20px}.presenterGrid{grid-template-columns:minmax(0,1.2fr) 360px}.presenterStage{display:grid!important;grid-template-columns:1fr 280px;grid-template-rows:1fr;height:100vh;overflow:hidden;transition:grid-template-columns .25s ease}.presenterStage.sideCollapsed{grid-template-columns:1fr 44px}.presenterStage .displaySurface{grid-column:1;grid-row:1;min-height:0;overflow-y:auto}.presenterSidePanel{grid-column:2;grid-row:1;display:flex;flex-direction:column;overflow:hidden;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.07)}.sideCollapsed .presenterPlayerList,.sideCollapsed .presenterSideActions{display:none}.sideCollapsed .presenterSidePanelTitle{flex-direction:column;justify-content:flex-start;gap:0;padding:10px 0;border-bottom:none}.sideCollapsed .presenterSidePanelTitleText{display:none}.presenterPanelToggle{background:none;border:none;color:var(--ink-soft);padding:6px;border-radius:8px;font-size:1.15rem;line-height:1;cursor:pointer;flex-shrink:0;transition:color .15s,background .15s}.presenterPanelToggle:hover{color:var(--ink);background:rgba(255,255,255,.1)}.presenterSidePanelTitle{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 14px 10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.presenterSidePanelMeta{font-weight:400;text-transform:none;letter-spacing:0;font-size:.78rem;white-space:nowrap}.presenterPlayerList{flex:1 1;overflow-y:auto;min-height:0}.presenterSideEmpty{padding:10px 14px;font-size:.85rem}.presenterPlayerList .presenterPlayerRow{padding:8px 14px;cursor:pointer;border-radius:0;gap:8px}.presenterPlayerList .presenterPlayerRow:hover{background:rgba(255,255,255,.06)}.presenterPlayerList .presenterPlayerExclude{opacity:1;font-size:.78rem;padding:3px 8px;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:var(--color-error,#cf5c4d);cursor:pointer}.presenterPlayerList .presenterPlayerExclude:hover{background:rgba(207,92,77,.15)}.presenterSideActions{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.3);flex-shrink:0}.presenterSideActions .anchorButton,.presenterSideActions button{width:100%;text-align:center;justify-content:center}.presenterSideActionsRow{display:flex;gap:6px}.presenterSideActionsRow .anchorButton,.presenterSideActionsRow button{flex:1 1;font-size:.82rem;padding-left:6px;padding-right:6px}.presenterBarMessage{color:var(--ink-soft);font-size:.82rem;font-style:italic;text-align:center}.presenterInactivity{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.07);font-size:.76rem;color:var(--ink-soft)}.presenterInactivity.warn{color:var(--color-warning,#e09000);font-weight:600}.presenterInactivity button{font-size:.72rem;padding:2px 8px;flex-shrink:0;width:auto}.stack{display:grid;grid-gap:12px;gap:12px}.compact{gap:8px}.checkboxRow{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;cursor:pointer;padding:6px 0;width:100%}.checkboxRow input[type=checkbox]{flex:0 0 auto}.exportImportOptions{display:flex;flex-direction:column;gap:4px}.actions,.inlineForm{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fieldStack{display:grid;grid-gap:8px;gap:8px}.fieldLabel{color:rgba(255,248,239,.92);font-size:.92rem;font-weight:700;line-height:1.2;display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.fieldCounter{font-size:.8rem;font-weight:400;opacity:.5;margin-left:auto}.fieldCounterOver{color:#e8622a;opacity:1;font-weight:600}.fieldError{font-size:.85rem;color:#e8622a}.inlineField{flex:1 1 220px}.adminStatGrid,.questionnaireItem{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:14px;gap:14px}.adminStatCard{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.adminStatCard strong{font-size:2.2rem;font-weight:800;line-height:1}.adminStatCard span{font-size:.8rem;opacity:.7}.siteFooter{margin-top:24px;padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.08);color:var(--ink-soft);font-size:.92rem;line-height:1.6}.siteFooter p{margin:0}.pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}.paginationButton{min-width:46px;padding:.7rem .9rem}.paginationButton.active{background:var(--accent);color:#2d1a10;font-weight:700}.manageHero{margin-bottom:20px}.manageToolbar{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.manageToolbar>:first-child{flex:1 1 320px}.manageToolbar h2,.manageToolbar h3{margin:0}.clearFilterButton{background:none;border:none;cursor:pointer;font-size:1.1rem;line-height:1;opacity:.5;padding:0 .3rem;vertical-align:middle;color:inherit;font-family:inherit;transition:opacity .15s}.clearFilterButton:hover{opacity:1}.manageCreateForm{margin-top:8px}.manageCheckbox{min-height:52px;padding:.7rem 1rem;border:2px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(54,24,10,.25)}.manageSearch{width:100%;max-width:360px;min-width:260px;flex:0 1 360px}.manageQuizList{display:grid;grid-gap:20px;gap:20px;margin-top:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.manageQuizList.cols4{grid-template-columns:repeat(4,minmax(0,1fr))}.manageQuizHeader{display:flex;gap:12px;justify-content:space-between;align-items:center}.manageBadge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .7rem;border-radius:999px;background:rgba(90,37,19,.35);color:var(--ink);font-size:.84rem;font-weight:700}.manageBadge.public{background:rgba(78,145,60,.32)}.manageDetailGrid{grid-template-columns:minmax(0,1fr) 320px;margin-bottom:20px}.manageQuestionBank{display:grid;grid-gap:10px;gap:10px;margin-top:16px;max-height:620px;overflow:auto;padding-right:6px}.manageQuestionLayout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.2fr);grid-gap:18px;gap:18px;align-items:start;margin-top:16px}.manageQuestionCard.active{outline:2px solid rgba(255,248,239,.45)}.manageQuestionRow{display:flex;justify-content:space-between;align-items:center}.manageQuestionToggle{margin:0}.manageQuestionSummary{display:grid;grid-gap:6px;gap:6px;margin-top:10px}.manageQuestionPrompt{color:#1d120d;font-size:1.05rem;line-height:1.4;font-weight:700}.manageQuestionAnswer{color:#555;font-size:.9rem;margin-top:2px}.manageQuestionTag{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:rgba(96,39,17,.12);color:#5d3524;font-size:.82rem;font-weight:700}.manageQuestionModal{text-align:left;padding:28px;color:var(--ink);background:linear-gradient(180deg,rgba(255,226,196,.98),rgba(248,173,152,.96))}.manageQuestionModal select[multiple]{min-height:140px}.manageQuestionRow{gap:12px;align-items:start}.manageQuestionRow input{width:18px;height:18px;margin-top:4px}.manageQuestionListButton{width:100%;text-align:left;display:flex;gap:12px;align-items:flex-start}.manageQuestionThumb{width:52px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0;align-self:center}.manageQuestionThumbVideo{display:flex;align-items:center;justify-content:center;background:#1a1a2e;font-size:1.4rem}.manageQuestionCardBody{flex:1 1;min-width:0}.manageQuestionHint{margin-top:14px}.manageAdventureLayout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:18px;gap:18px}.manageAdventureList{display:grid;grid-gap:10px;gap:10px}.manageAdventureItem{text-align:left}.manageAdventureItem.active{border-color:var(--accent);background:rgba(255,213,79,.18)}.itemPickerWidget{display:flex;flex-direction:column;gap:8px}.itemPickerLinked{display:flex;flex-direction:column;gap:4px}.itemPickerTag{display:flex;align-items:center;gap:6px;background:rgba(90,190,90,.15);border:1px solid rgba(90,190,90,.3);border-radius:8px;padding:5px 10px;font-size:.84em}.itemPickerTagLabel{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itemPickerTagLabel em{font-style:normal;opacity:.6;font-size:.9em}.itemPickerTagRemove{flex-shrink:0;background:transparent;border:none;color:rgba(220,80,60,.8);font-size:.78em;cursor:pointer;padding:1px 4px;border-radius:4px;min-height:unset;line-height:1}.itemPickerTagRemove:hover{background:rgba(220,80,60,.18);color:#e04040}.itemPickerSearch{font-size:.86em;padding:7px 10px;border-radius:8px}.itemPickerAvailable{max-height:200px;overflow-y:auto;border:1px solid rgba(176,112,78,.2);border-radius:8px;display:flex;flex-direction:column}.itemPickerRow{display:flex;align-items:center;gap:8px;padding:7px 10px;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(176,112,78,.1);color:inherit;font-size:.83em;cursor:pointer;min-height:unset;border-radius:0}.itemPickerRow:last-child{border-bottom:none}.itemPickerRow:hover{background:rgba(255,213,79,.1)}.itemPickerRowText{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itemPickerRowCat{opacity:.6;font-size:.9em;margin-right:3px}.itemPickerRowCat:after{content:" ·"}.itemPickerAdd{flex-shrink:0;color:rgba(100,210,100,.8);font-size:1.1em;font-weight:700;line-height:1}.itemPickerEmpty{padding:8px 10px;margin:0;font-size:.83em;opacity:.5;font-style:italic}.sectionPickerWidget{display:flex;flex-direction:column;gap:8px}.sectionPickerLinked{display:flex;flex-direction:column;gap:4px}.sectionPickerTag{display:flex;align-items:center;gap:6px;background:rgba(74,159,212,.15);border:1px solid rgba(74,159,212,.3);border-radius:8px;padding:5px 10px;font-size:.84em}.sectionPickerTagLabel{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sectionPickerTagLabel em{font-style:normal;opacity:.6;font-size:.9em}.sectionPickerTagRemove{flex-shrink:0;background:transparent;border:none;color:rgba(220,80,60,.8);font-size:.78em;cursor:pointer;padding:1px 4px;border-radius:4px;min-height:unset;line-height:1}.sectionPickerTagRemove:hover{background:rgba(220,80,60,.18);color:#e04040}.sectionPickerSearch{font-size:.86em;padding:7px 10px;border-radius:8px}.sectionPickerAvailable{max-height:180px;overflow-y:auto;border:1px solid rgba(176,112,78,.2);border-radius:8px;display:flex;flex-direction:column}.sectionPickerRow{display:flex;align-items:center;gap:8px;padding:7px 10px;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(176,112,78,.1);color:inherit;font-size:.83em;cursor:pointer;min-height:unset;border-radius:0}.sectionPickerRow:last-child{border-bottom:none}.sectionPickerRow:hover{background:rgba(255,213,79,.1)}.sectionPickerRowText{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sectionPickerCat{opacity:.6;font-size:.9em;margin-right:3px}.sectionPickerAdd{flex-shrink:0;color:rgba(100,210,100,.8);font-size:1.1em;font-weight:700;line-height:1}.manageLinksList{margin-top:16px}.manageLinkCard,.manageLinksList{display:grid;grid-gap:12px;gap:12px}.manageLinkMeta{display:grid;grid-gap:4px;gap:4px}.manageFilterRow{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.buttonCountBadge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;margin-left:8px;padding:0 7px;border-radius:999px;background:rgba(255,213,79,.92);color:#2d1a10;font-size:.82rem;font-weight:800;line-height:1}.mediaField,.mediaFieldRow{display:flex;gap:12px}.mediaField input,.mediaFieldRow input{flex:1 1 auto}.manageCoverPreview{width:100%;max-height:220px;object-fit:cover;border-radius:18px;display:block}.imagePoolGrid{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.imagePoolItem{position:relative;width:72px;height:72px;border-radius:10px;overflow:hidden;flex-shrink:0}.imagePoolItem img{width:100%;height:100%;object-fit:cover;display:block}.imagePoolRemove{position:absolute;inset:0;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;font-size:1rem;border:0;border-radius:0;opacity:0;transition:opacity .15s;cursor:pointer}.imagePoolItem:hover .imagePoolRemove{opacity:1}.imagePoolAdd{width:72px;height:72px;border-radius:10px;border:2px dashed rgba(255,255,255,.3);background:rgba(255,255,255,.06);color:var(--ink);font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;flex-shrink:0}.mediaModal{width:min(100% - 40px,980px);max-width:980px}.mediaGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;max-height:60vh;overflow:auto}.mediaCard{display:grid;grid-gap:8px;gap:8px;padding:10px;text-align:left}.mediaCard .mediaCardVideo,.mediaCard img{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:14px;display:block;background:#111}.footerLink{color:var(--ink-soft);text-decoration:none}.footerLink:hover{color:var(--ink);text-decoration:underline}.legalCard{max-width:760px;margin:0 auto}.playHero,.playMenu,.playQuizCard{margin-bottom:20px}.playMenu{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px}.playHelp{margin-top:8px;white-space:pre-line}.orderButton{justify-content:flex-start;text-align:left}.orderButton.selected{border-color:rgba(255,213,79,.6);background:rgba(255,213,79,.14)}.orderBadge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:10px;border-radius:999px;background:rgba(255,255,255,.18)}.playLegacy{color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:100vh;padding:0;background:linear-gradient(240deg,#f72b57,#e78543);background-size:250% 250%;animation:gradientBackground 120s ease infinite}.playLegacy:not(.quizMode){display:flex;flex-direction:column;justify-content:center}.playLegacyMenuHero,.playLegacyMenuPanel,.playLegacyResultPanel{text-align:center;padding-inline:10px}.playLegacyTopBar{position:fixed;top:0;left:0;z-index:4}.playLegacyTopBarLink{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1rem;border-radius:0 0 14px 0;border:0;background:rgba(0,0,0,.72);color:#fff;text-decoration:none;font-size:.95rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.playLegacyTopBarLink:hover{background:rgba(0,0,0,.82)}.playLegacySummaryTopAction{display:flex;justify-content:center;margin-bottom:8px}.playLegacyMenuHero{margin-bottom:4px}.playLegacyMenuPanel>*{transition:margin .2s,padding .2s,border-width .2s,font-size .2s,opacity .2s,min-width .2s}.playLegacyMenuPanel.folding>*{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;border-width:0;font-size:0;min-width:0;opacity:0}.playLegacyLogoWrap{position:relative;display:inline-block;padding:8px;width:180px;max-width:40%;margin:10px auto 20px}.playLegacyLogo{width:100%;position:relative;z-index:1;vertical-align:bottom}.playLegacyCircle{position:absolute;inset:0;border:5px solid #fff;border-radius:50%;opacity:1}.playLegacyLogoWrap.loading .playLegacyCircle{animation:playLegacyPulse 2.3s ease-out infinite}.playLegacyCircle:nth-of-type(2){animation-delay:0s}.playLegacyCircle:nth-of-type(3){animation-delay:.55s}.playLegacyCircle:nth-of-type(4){animation-delay:1.1s}.playLegacyCircle:nth-of-type(5){animation-delay:1.65s}.playLegacyQuestion,.playLegacyResultPanel h2,.playLegacyTitleBlock h2{margin:0;color:#fff}.playLegacyBaseline{font-size:1rem;opacity:.88;margin-bottom:8px}.playLegacyTitleBlock p{max-width:760px;margin:12px auto 0}.playLegacyMenuButton,.playLegacyMenuLink{display:block;margin:6px auto;border-radius:6px;border:3px solid #fff;padding:8px 14px;background:transparent;color:#fff;font-size:1.3em;text-decoration:none;box-shadow:none;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 40px)}.playLegacyMenuButton:hover,.playLegacyMenuLink:hover{background:rgba(255,255,255,.2)}.playLegacyButtons button:active,.playLegacyMenuButton:active,.playLegacyMenuLink:active{transform:scale(.97)}.playLegacyMenuButton.disabled,.playLegacyMenuButton:disabled{border-color:rgba(71,71,71,.55);color:rgba(71,71,71,.7);background:transparent}.playLegacyMenuButton.down{margin-top:15px;padding:7px 12px;border-width:1px;font-size:1.1em}.playLegacyMenuBackButton{margin-bottom:18px;padding:6px 14px;border-radius:999px;border-width:2px;font-size:1rem}.playLegacyCustomPanel{width:min(100%,360px);margin:12px auto 0;padding:14px;border-radius:10px;background:rgba(255,255,255,.1);text-align:left}.playLegacyCustomTitle{margin-bottom:8px;font-size:1.1rem;font-weight:700;text-align:center}.playLegacyCustomPanel label{display:block;margin:10px 0 6px}@keyframes playLegacyPulse{0%{opacity:1;transform:scale(.9)}18%{opacity:.75}to{opacity:0;transform:scale(1.18)}}.playLegacyQuiz{position:relative;min-height:100vh;padding:0}.playLegacyQuizInner{display:contents}.playLegacyQuizInner.hidden{display:none}.playLegacyVideoOverlay{position:fixed;inset:0;z-index:200;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.playLegacyVideoPlayer{max-width:100%;max-height:calc(100vh - 80px);width:100%;object-fit:contain;border-radius:8px}.playLegacyVideoWaiting{color:rgba(255,255,255,.7);font-size:.9rem;margin:0;text-align:center}.playLegacyExitButton{position:absolute;top:0;left:0;z-index:3;width:58px;height:58px;border:0;border-radius:0 0 12px 0;background:var(--quiz-legacy-yellow);color:#000;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 10px rgba(0,0,0,.18)}.playLegacyExitButton:active{transform:scale(.97)}.playLegacyMedia{position:relative;width:100%;height:min(375px,40vh);background:#000 url(/img/questions.svg) 50%/contain no-repeat;overflow:hidden;border:0;border-radius:0;box-shadow:none}.playLegacyMediaBg{position:absolute;inset:0;background-position:50%;background-size:cover;filter:blur(5px);transform:scale(1.2) translateY(-.1%)}.playLegacyMediaImg{display:block;position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:contain;border:0;border-radius:0;box-shadow:none;outline:0}.playLegacyQuestionPanel{position:relative;max-width:none;min-height:calc(100vh - min(375px, 40vh));margin:0 auto;padding:40px 10px 30px;text-align:center;display:flex;flex-direction:column;justify-content:center}.playLegacyCategory,.playLegacyDetails{margin-bottom:8px}.playLegacyQuestion{font-weight:700;font-size:1.18rem;margin-bottom:6px}.playLegacyMode{font-style:italic;font-size:.85em;text-decoration:underline;margin-bottom:10px}.playLegacyAnswers{width:min(100%,1120px);margin:0 auto}.playLegacyCheckbox input{position:absolute;left:-500%}.playLegacyCheckbox .value,.playLegacyOrderButton{position:relative;display:block;width:100%;border:1px solid #474747;margin:7px 0;padding:5px 4px;border-radius:5px;background:#e1e1e1;color:#474747;text-align:center;font-size:1.08em}.playLegacyCheckbox.booleanChoice{display:inline-block;margin:7px 6px}.playLegacyCheckbox.booleanChoice .value{width:auto;min-width:120px;padding-inline:18px}.playLegacyCheckbox input:checked+.value{padding:4px 30px;border:3px solid #000;background:#fff;color:#000;font-weight:700}.playLegacyCheckbox.correct input+.value{color:#4e913c;font-weight:700}.playLegacyCheckbox.wrong input+.value{color:#878787;text-decoration:line-through;-webkit-text-decoration-color:red;text-decoration-color:red;text-decoration-thickness:from-font}.playLegacyCheckbox.correct input:checked+.value{color:#4e913c;border-color:#4e913c;text-decoration:none}.playLegacyCheckbox.wrong input:checked+.value{color:#e53935;border-color:#e53935;text-decoration:line-through;-webkit-text-decoration-color:red;text-decoration-color:red}.playLegacyCheckbox input:checked+.value:after{content:"\2714";color:#fff;background:#4e913c;position:absolute;top:0;right:0;bottom:0;width:25px;padding:4px 0;text-align:center}.playLegacyCheckbox.wrong input:checked+.value:after{content:"\2718";background:#e53935}.playLegacyOrderButton.selected{border:3px solid #000;background:#fff;color:#000;font-weight:700}.playLegacyOrderButton.correct{color:#4e913c;border-color:#4e913c;font-weight:700}.playLegacyOrderButton.wrong{color:#878787;text-decoration:line-through;-webkit-text-decoration-color:red;text-decoration-color:red;text-decoration-thickness:from-font}.playLegacyOrderButton.wrong.selected{color:#e53935;border-color:#e53935}.playLegacyOrderButton.correct.selected{color:#4e913c;border-color:#4e913c}.playLegacyOrderList{display:grid;grid-gap:0;gap:0}.playLegacyOrderDropZone{display:none;height:14px;margin:1px 0;border-radius:999px;background:transparent;border:2px dashed rgba(255,213,79,.8);transition:background-color .15s,box-shadow .15s,border-color .15s}.playLegacyOrderList:has(.playLegacyOrderButton.dragging) .playLegacyOrderDropZone{display:block}.playLegacyOrderDropZone.active{background:rgba(255,213,79,.55);border-color:rgba(255,213,79,1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.playLegacyOrderButton.dragging{opacity:.55;cursor:-webkit-grabbing;cursor:grabbing}.playLegacyOrderButton .orderBadge{display:inline-flex;min-width:28px;justify-content:center;margin-right:8px;padding:3px 8px;border-radius:999px;background:#000;color:#fff}.playLegacyOrderButton:not(:disabled){cursor:-webkit-grab;cursor:grab}.playLegacyOrderButton.correct .orderBadge{background:#4e913c}.playLegacyOrderButton.wrong.selected .orderBadge{background:#e53935}.playLegacyButtons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}.playLegacyButtons button{border-radius:6px;border:3px solid #474747;padding:8px 14px;background:#fff;color:#000;font-size:1.1em}.playLegacyButtons button.secondary{background:#909090}.playLegacyReviewActions{margin-top:12px}.playReportSnapshot{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.playLegacyHelpBox{padding:10px;background:var(--quiz-legacy-yellow);border-radius:5px;color:#000;margin-top:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.playLegacyHelpBox.error{background:#ffd7d4}.playLegacyHelpBox b{color:#8a1d1d}.playLegacyHelpBox .markdownContent,.playLegacyHelpBox .markdownContent *,.playLegacyHelpBox .playHelp,.playLegacyHelpBox .playHelp *{color:#000}.playLegacyFillLine{display:inline;width:min(100%,1120px);margin:0 auto;line-height:2;text-align:center;color:#fff7ef;font-size:1.05rem;font-weight:600}.playLegacyFillLine input,.playLegacyFillLine select{display:inline-block;vertical-align:baseline;min-width:0;width:auto;border:2px solid rgba(255,255,255,.26);border-radius:999px;padding:5px 10px;background:rgba(255,248,240,.96);color:#3a2419;text-align:center;font-size:1rem;font-weight:700;margin:0 .22rem;box-shadow:0 8px 18px rgba(0,0,0,.16)}.playLegacyFillLine input.valid,.playLegacyFillLine select.valid,.playLegacyQuestionPanel>input.valid{border-color:#5aa043;background:#eef8e7;color:#2f6d1f;font-weight:700}.playLegacyFillLine input.error,.playLegacyFillLine select.error,.playLegacyQuestionPanel>input.error{border-color:#d94d45;background:#fff2f1;color:#aa221c;font-weight:700}.playAdventureResult{margin:0 auto 18px;width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14)}.playAdventureResult.success{background:rgba(78,145,60,.28)}.playAdventureResult.fail{background:rgba(199,60,52,.28)}.playLegacy.adventureMode{min-height:100vh;padding:0;background:radial-gradient(circle at 20% 12%,rgba(255,235,166,.14),transparent 18%),radial-gradient(circle at 80% 18%,rgba(255,214,79,.12),transparent 22%),linear-gradient(180deg,#65b7ce,#3f9dbb 36%,#2f8ea9)}.playAdventureScreen{min-height:100vh;padding:22px clamp(16px,4vw,42px) 28px}.playAdventureHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.playAdventureBackButton{background:rgba(255,255,255,.86)}.playAdventureTitleBlock h2{margin:0;color:#fff;font-size:clamp(1.6rem,3vw,2.6rem)}.playAdventureTitleBlock p{margin:4px 0 0;color:rgba(255,255,255,.86)}.playAdventureMap{position:relative;min-height:calc(100vh - 180px);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(9,53,73,.12),rgba(6,44,62,.34)),linear-gradient(180deg,rgba(255,255,255,.1),transparent 28%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);cursor:-webkit-grab;cursor:grab}.playAdventureMap.dragging{cursor:-webkit-grabbing;cursor:grabbing}.playAdventureZoomControls{position:absolute;top:16px;right:16px;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(52,31,22,.74);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.playAdventureZoomControls span{min-width:48px;text-align:center;color:#fff;font-weight:700}.playAdventureZoomControls button{min-width:38px;padding:.3rem .55rem}.playAdventureCanvas{position:absolute;inset:0;transform-origin:center center;will-change:transform}.playAdventureSvgStage{position:absolute;inset:0;pointer-events:none}.playAdventureSvgStage svg{width:100%;height:100%;display:block}.playAdventureSvgStage .mission-path{fill:none;stroke:rgba(255,255,255,.22);stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.playAdventureSvgStage .mission-path.unlocked{stroke:var(--quiz-legacy-yellow)}.playAdventureSvgStage .mission-path.tracing{stroke-dasharray:100;stroke-dashoffset:100;animation:playAdventureTrace 1.35s cubic-bezier(.22,1,.36,1) forwards}.playAdventureSvgStage .mission-path.unused{opacity:0}.playAdventureSvgStage .mission-point{fill:#ff3d10;stroke:rgba(255,255,255,.65);stroke-width:5}.playAdventureSvgStage .mission-point.unlocked{fill:var(--quiz-legacy-yellow);stroke:rgba(74,47,16,.7);transform-origin:center;transform-box:fill-box;animation:playAdventurePulse 2.8s ease-in-out infinite}.playAdventureSvgStage .mission-point.completed{fill:#d03a34;stroke:rgba(255,255,255,.78)}.playAdventureSvgStage .mission-point.selected{filter:drop-shadow(0 0 12px rgba(255,213,79,.7))}.playAdventureSvgStage .mission-point.appearing{transform-origin:center;transform-box:fill-box;animation:playAdventureNodeAppear .75s cubic-bezier(.34,1.56,.64,1) forwards!important}.playAdventureSvgStage .mission-point.unused{opacity:0}.playAdventurePointsOverlay{position:absolute;inset:0;z-index:2;pointer-events:none}.playAdventurePointHotspot{position:absolute;width:42px;height:42px;padding:0;border:0;border-radius:999px;background:transparent;transform:translate(-50%,-50%);box-shadow:none;z-index:3;pointer-events:auto}.playAdventureNodeCard{position:absolute;z-index:3;width:min(280px,calc(100% - 32px));overflow:hidden;border-radius:24px;background:rgba(52,31,22,.9);box-shadow:0 18px 40px rgba(20,30,37,.38);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translate(-50%,calc(-100% - 26px))}.playAdventureNodeCard.below{transform:translate(-50%,26px)}.playAdventureNodeCard:after{content:"";position:absolute;left:50%;bottom:-12px;width:22px;height:22px;background:rgba(52,31,22,.9);transform:translateX(-50%) rotate(45deg)}.playAdventureNodeCard.below:after{top:-12px;bottom:auto}.playAdventureNodeCardMedia{height:120px;background-position:50%;background-size:cover}.playAdventureNodeCardBody{padding:14px;color:#fff;text-align:left}.playAdventureNodeCardBody h3{margin:0 0 8px;color:#fff}.playAdventureNodeCardBody p{margin:0 0 10px;color:rgba(255,255,255,.88)}.playAdventureNodeScore{font-weight:700}.playAdventureNodeCardNav{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.playAdventureNodeCardNav button{min-width:42px;padding:.35rem .6rem}@keyframes playAdventureTrace{0%{stroke-dashoffset:100;stroke:#ffffff;stroke-width:18;filter:drop-shadow(0 0 10px rgba(255,255,255,.95)) drop-shadow(0 0 22px rgba(255,213,79,.85)) drop-shadow(0 0 40px rgba(255,180,30,.5))}25%{stroke:#fff8e1;stroke-width:14;filter:drop-shadow(0 0 8px rgba(255,255,255,.8)) drop-shadow(0 0 18px rgba(255,213,79,.7))}65%{stroke:var(--quiz-legacy-yellow);stroke-width:11;filter:drop-shadow(0 0 5px rgba(255,213,79,.7)) drop-shadow(0 0 12px rgba(255,213,79,.35))}to{stroke-dashoffset:0;stroke:var(--quiz-legacy-yellow);stroke-width:10;filter:drop-shadow(0 0 3px rgba(255,213,79,.4))}}@keyframes playAdventureNodeAppear{0%{transform:scale(.15);fill:#ffffff;filter:drop-shadow(0 0 0 rgba(255,213,79,0));opacity:.6}30%{transform:scale(1.7);fill:#ffffff;filter:drop-shadow(0 0 24px rgba(255,255,255,1)) drop-shadow(0 0 48px rgba(255,213,79,1)) drop-shadow(0 0 80px rgba(255,180,0,.7));opacity:1}55%{transform:scale(.85);fill:var(--quiz-legacy-yellow);filter:drop-shadow(0 0 16px rgba(255,213,79,.9)) drop-shadow(0 0 32px rgba(255,213,79,.5))}75%{transform:scale(1.15);fill:var(--quiz-legacy-yellow);filter:drop-shadow(0 0 10px rgba(255,213,79,.75)) drop-shadow(0 0 20px rgba(255,213,79,.35))}to{transform:scale(1);fill:var(--quiz-legacy-yellow);filter:drop-shadow(0 0 7px rgba(255,213,79,.6))}}@keyframes playAdventurePulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 4px rgba(255,213,79,.45))}50%{transform:scale(1.1);filter:drop-shadow(0 0 10px rgba(255,213,79,.85)) drop-shadow(0 0 22px rgba(255,213,79,.35))}}.playLegacyReviewList{width:min(100%,980px);margin:18px auto 0;text-align:left}.playLegacyReviewItem{margin:10px 0;padding:12px 14px;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:rgba(255,255,255,.12)}.playLegacyReviewItem.correct{border-color:rgba(103,168,79,.9)}.playLegacyProgressView{width:min(100%,980px);margin:0 auto}.playLegacyProgressChartWrap{margin:8px auto 22px}.playLegacyProgressChart{width:100%;max-width:760px;display:block;margin:0 auto;overflow:visible}.playLegacyProgressGrid{stroke:rgba(255,255,255,.28);stroke-width:1}.playLegacyProgressAxis,.playLegacyProgressGrid.axis{stroke:rgba(255,255,255,.88);stroke-width:1.4}.playLegacyProgressAxisLabel,.playLegacyProgressDate{fill:rgba(255,255,255,.94);font-size:10px}.playLegacyProgressDate{text-anchor:end;transform:rotate(-72deg);transform-origin:center}.playLegacyProgressAverage{stroke:#725fbb;stroke-width:3}.playLegacyProgressLine{fill:none;stroke:#f4ce54;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.playLegacyProgressDot{fill:#f4ce54;stroke:rgba(255,255,255,.9);stroke-width:2}.playLegacyProgressAverageLabel{margin-top:10px;color:#fff;font-weight:700}.playLegacyProgressHistory{display:grid;grid-gap:10px;gap:10px}.playLegacyReviewItem.error{border-color:rgba(207,92,77,.9)}.playLegacyReviewTop{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:.95rem}.playLegacyReviewPrompt{margin-bottom:6px;font-weight:700}.playLegacyReviewHelp,.playLegacyReviewText{margin-top:4px}.questionReportItem{display:grid;grid-gap:8px;gap:8px}.questionReportItem.resolved{opacity:.75}.playLegacyTimer{position:absolute;z-index:1;top:-24px;right:10px;width:62px;height:62px;border-radius:999px;background:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.25)}.playLegacyTimer.clockwise:before{content:"";position:absolute;inset:10px;border-radius:999px;background:radial-gradient(circle at center,transparent 58%,rgba(0,0,0,.18) 59%,rgba(0,0,0,.18) 100%),conic-gradient(from -90deg,#474747 0deg,#474747 calc(1turn - var(--timer-angle)),var(--timer-color) calc(1turn - var(--timer-angle)),var(--timer-color) 1turn)}.playLegacyTimer.counterclockwise:before{content:"";position:absolute;inset:10px;border-radius:999px;background:radial-gradient(circle at center,transparent 58%,rgba(0,0,0,.18) 59%,rgba(0,0,0,.18) 100%),conic-gradient(from -90deg,var(--timer-color) 0deg,var(--timer-color) var(--timer-angle),#474747 var(--timer-angle),#474747 1turn)}.playLegacyTimer span{position:relative;z-index:1;min-width:32px;padding:2px 4px;border-radius:999px;background:rgba(0,0,0,.18);color:#fff;font-weight:700;text-align:center}@media (max-width:767px){.playLegacy{padding-top:10px;padding-bottom:20px}.playLegacy.quizMode{padding:0 0 20px}.playLegacyButtons button{width:calc(50% - 6px)}.playLegacyQuestionPanel{min-height:calc(100vh - 34vh);padding-top:34px}.playAdventureScreen{padding:12px 12px 18px}.playAdventureHeader{align-items:flex-start;flex-direction:column}.playAdventureMap{min-height:calc(100vh - 165px)}.playAdventureNodeCard{width:min(240px,calc(100% - 24px))}}.sectionHead{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.authGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.authSingle{display:flex;justify-content:center}.authCard,.authModalCard{width:min(100%,520px)}.multiplayerModalCard{width:min(100%,640px)}.sessionModePicker{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.sessionModeCard{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.75rem .5rem;border-radius:14px;background:rgba(255,255,255,.08);cursor:pointer;text-align:center;color:#fff;transition:border-color .15s,background .15s}.sessionModeCard:hover{background:rgba(255,200,100,.1)}.sessionModeCard.selected{background:rgba(245,166,35,.2)}.sessionModeIcon{font-size:1.4rem;line-height:1}.sessionModeLabel{font-weight:700;font-size:.85rem}.sessionModeDesc{font-size:.7rem;opacity:.6;line-height:1.3}.categoryFilter{display:flex;flex-direction:column;gap:.5rem}.categoryFilterLabel{font-weight:700;font-size:.85rem;margin:0}.categoryFilterList{display:flex;flex-wrap:wrap;gap:.4rem}.categoryFilterItem{display:flex;align-items:center;gap:.3rem;padding:.3rem .65rem;border-radius:99px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);cursor:pointer;font-size:.82rem;transition:border-color .12s,background .12s}.categoryFilterItem input[type=checkbox]{display:none}.categoryFilterItem:hover{border-color:rgba(255,200,100,.5)}.categoryFilterItem.selected{border-color:var(--accent,#f5a623);background:rgba(245,166,35,.18);font-weight:600}.categoryFilterCount{opacity:.5;font-size:.75rem}.categoryFilterActions{display:flex;gap:.75rem}.categoryFilterReset{align-self:flex-start;font-size:.78rem;opacity:.6;background:none;color:inherit;border:none;padding:0;cursor:pointer;text-decoration:underline}.categoryFilterReset:disabled{opacity:.25;cursor:default;text-decoration:none}.multiplayerQuizTitle{font-size:.9rem;font-weight:600;opacity:.75;margin:0}.hostControls{padding:1rem;border-radius:18px;background:rgba(245,166,35,.08);border:1px solid rgba(245,166,35,.25)}.hostIsPlayerToggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;padding:.5rem 0}.hostIsPlayerToggle input[type=checkbox]{width:1.1rem;height:1.1rem;cursor:pointer;accent-color:var(--accent,#f5a623);flex-shrink:0}.adventureNodePicker{display:flex;flex-direction:column;gap:.6rem}.adventureNodePickerLabel{font-weight:700;font-size:.85rem;opacity:.7;margin:0}.adventureNodeGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.5rem;gap:.5rem}.adventureNodeCard{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.7rem .9rem;border-radius:14px;border:2px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.adventureNodeCard:hover{border-color:rgba(255,200,100,.5);background:rgba(255,200,100,.1)}.adventureNodeCard.selected{border-color:var(--accent,#f5a623);background:rgba(245,166,35,.18)}.adventureNodeIndex{font-size:.7rem;font-weight:700;opacity:.5;text-transform:uppercase;letter-spacing:.06em}.adventureNodeTitle{font-weight:700;font-size:.95rem;line-height:1.2}.adventureNodeMeta{font-size:.75rem;opacity:.6}.adventureNodeBadge{display:inline-block;margin-left:.6rem;padding:.15rem .55rem;border-radius:99px;background:rgba(245,166,35,.22);border:1px solid rgba(245,166,35,.4);font-size:.78rem;font-weight:600;vertical-align:middle}.adventureNextLevelBox{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.multiplayerOptions{border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(54,24,10,.08);padding:.25rem .9rem .9rem}.multiplayerOptions summary{cursor:pointer;font-weight:700;list-style:none;padding:.7rem 0}.multiplayerOptions summary::-webkit-details-marker{display:none}.multiplayerOptionsBody{padding-top:.35rem}.authFeatureCard{position:relative;overflow:hidden}.authFeatureCard:before{content:"";position:absolute;inset:auto -8% -18% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,213,79,.18),transparent 70%);pointer-events:none}.authFeatureCard>*{position:relative;z-index:1}.authSwitch{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:6px;margin-bottom:18px;border-radius:18px;background:rgba(255,255,255,.08);overflow:hidden}.authSwitchIndicator{position:absolute;top:6px;bottom:6px;left:6px;width:calc(50% - 6px);border-radius:14px;background:var(--accent);box-shadow:0 12px 24px rgba(255,213,79,.24);transition:transform .28s ease}.authSwitchIndicator.register{transform:translateX(100%)}.authSwitchButton{position:relative;z-index:1;border:0;background:transparent;color:var(--ink);font-weight:700}.authSwitchButton.active{color:#2d1a10}.authFormsViewport{overflow:hidden}.authFormsTrack{display:flex;width:200%;transition:transform .32s ease}.authFormsViewport.register .authFormsTrack{transform:translateX(-50%)}.authFormPane{width:50%;flex:0 0 50%;padding-right:4px}.authForm{margin-top:16px}.inputWithIcon{display:flex;align-items:stretch;width:100%;border-radius:16px;overflow:hidden;background:rgba(54,24,10,.25);border:2px solid rgba(255,255,255,.22)}.inputWithIcon .inputIcon{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:0 14px;background:rgba(255,248,239,.9);color:#2d1a10;font-weight:700;font-size:1.05rem}.inputWithIcon input{border:0;border-radius:0;background:transparent}.inputWithIcon input:focus{outline:none}.flashMessage{margin-top:0;padding:14px 16px;border-radius:16px;background:rgba(78,145,60,.22)}.flashMessage.error{background:rgb(224,64,55)}.inlineFlashMessage{margin-top:0;padding:10px 14px;border-radius:12px;align-self:center}.navMeta{display:inline-flex;align-items:center;padding:0 12px;color:var(--ink)}.navMetaLink{text-decoration:none;opacity:.8;transition:opacity .15s}.navMetaLink:hover{opacity:1;text-decoration:underline}.accountPageCard,.profileHeroCard{display:grid;grid-gap:12px;gap:12px}.accountForm{max-width:820px}.accountPasswordGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:720px){.accountPasswordGrid{grid-template-columns:1fr}}.inlineButton{padding:.35rem .7rem;font-size:.9rem}.qrImage{width:min(100%,240px);aspect-ratio:1;background:#fff;padding:10px;border-radius:18px}.questionnaireItem.active{outline:2px solid var(--accent)}.hidden{display:none!important}.quizHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:20px}.scorePill{padding:10px 14px;border-radius:999px;background:rgba(255,213,79,.22);border:1px solid rgba(255,213,79,.5)}.questionMediasContainer{position:relative;min-height:260px;border-radius:22px;overflow:hidden;background:rgba(0,0,0,.25) url(/img/questions.svg) 50%/180px no-repeat;margin-bottom:20px}#questionMediaBackground{position:absolute;inset:0;background-position:50%;background-size:cover;filter:blur(8px);transform:scale(1.06)}#questionMedia{position:relative;display:block;max-height:260px;margin:0 auto}.questionBody{display:grid;grid-gap:12px;gap:12px}.answerZone{display:grid;grid-gap:10px;gap:10px}.answerOption{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.08)}.answerPercent{flex:0 0 auto;margin-left:12px;color:inherit}.answerOption.correct{background:rgba(78,145,60,.26)}.answerOption.incorrect{background:rgba(199,60,52,.26)}.presenterQuestionMedia{width:100%;max-height:320px;object-fit:cover;border-radius:18px;display:block;margin-top:12px}.presenterOptions{margin-top:16px}.presenterReveal{margin-top:16px;padding:14px 16px;border-radius:16px;background:rgba(255,213,79,.18);border:1px solid rgba(255,213,79,.4)}.presenterReveal p{margin:8px 0 0}.presenterPlayerList{gap:4px}.presenterPlayerRow{display:grid;grid-template-columns:10px 1fr auto auto;align-items:center;grid-gap:8px;gap:8px;padding:6px 10px;border-radius:8px;background:rgba(255,255,255,.04);font-size:.88rem;transition:background .2s}.presenterPlayerDot{width:10px;height:10px;border-radius:50%;background:var(--ink-soft);flex-shrink:0;transition:background .3s}.presenterPlayerRow.answered .presenterPlayerDot{background:#67a84f}.presenterPlayerRow.waiting .presenterPlayerDot{background:#d8b94b}.presenterPlayerRow.offline{opacity:.45}.presenterPlayerRow.offline .presenterPlayerDot{background:var(--ink-soft)}.presenterPlayerName{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presenterPlayerScore{color:var(--ink-soft);font-size:.8rem;white-space:nowrap}.presenterPlayerExclude{background:none;border:none;color:var(--ink-soft);cursor:pointer;font-size:.75rem;padding:0 2px;opacity:0;transition:opacity .15s,color .15s;line-height:1}.presenterPlayerRow:hover .presenterPlayerExclude{opacity:1}.presenterPlayerExclude:hover{color:var(--color-error,#cf5c4d)}.helpText{color:var(--ink-soft)}.formBlock{padding:16px;border-radius:20px;background:rgba(255,255,255,.08)}.readonlyField{display:grid;grid-gap:4px;gap:4px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}.readonlyField strong{color:var(--ink)}.readonlyField span{color:var(--ink-soft);font-size:.95rem}.joinWaitingBody{display:flex;flex-direction:column;gap:20px}.joinWaitingPlayers{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 0}.joinWaitingCount{font-size:3rem;font-weight:800;line-height:1}.joinWaitingLabel{font-size:.9rem;opacity:.7}.joinWaitingInfo{display:flex;flex-direction:column;gap:8px;background:rgba(255,255,255,.07);border-radius:10px;padding:12px 16px}.joinWaitingInfoRow{display:flex;align-items:center;gap:10px;font-size:.9rem}.joinWaitingInfoRow span:first-child{font-size:1.1rem;width:1.4rem;text-align:center}.joinWaitingHint{margin:0;text-align:center;opacity:.5;font-size:.82rem}.checkboxLine{display:flex;gap:10px;align-items:center}.checkboxLine input{width:auto}.attemptsPanel{margin-top:20px}@media (max-width:960px){.authGrid,.cards,.hero,.layout,.layout.adminGrid,.layout.twoColumns,.manageDetailGrid,.presenterGrid{grid-template-columns:1fr}.manageSearch{width:100%}.homeHeroLayout{grid-template-columns:1fr}}@media (max-width:720px){.topbar{flex-direction:row;align-items:center}.brand{min-width:0;flex:1 1 auto}.brand img{width:58px;height:58px}.brand h1{font-size:1.4rem}.menuToggle{display:inline-flex;margin-left:0;flex:0 0 auto}.headerNav{display:none;position:absolute;top:calc(100% + 12px);right:0;left:0;z-index:10;flex-direction:column;align-items:stretch;padding:14px;border-radius:22px;background:rgba(96,39,17,.92);border:1px solid rgba(255,255,255,.16);box-shadow:var(--panel-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);margin-left:0}.headerNav.open{display:flex}.headerNav .anchorButton,.headerNav .navButton,.headerNav .navMeta{width:100%}.headerNav .navMeta{justify-content:center;min-height:44px;padding:.7rem 1rem;border-radius:12px;background:rgba(255,255,255,.08)}}@media (max-width:760px){.manageAdventureLayout{grid-template-columns:1fr}}.vsGraphWrapper{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--glass-bg)}.vsToolbar{display:flex;align-items:center;gap:6px;padding:8px 10px;background:rgba(0,0,0,.08);border-bottom:1px solid var(--border);flex-wrap:wrap}.vsToolbarSep{width:1px;height:20px;background:var(--border);margin:0 2px}.vsToolbarHint{font-size:.78em;opacity:.6;margin-left:auto}.vsBtn{padding:4px 10px;font-size:.82em;border:1px solid var(--border);border-radius:var(--radius-sm,4px);background:var(--glass-bg);cursor:pointer;white-space:nowrap;transition:background .15s}.vsBtn:hover:not(:disabled){background:rgba(255,255,255,.2)}.vsBtn:disabled{opacity:.4;cursor:default}.vsBtn.danger{color:#e05;border-color:#e05}.vsBtn.danger:hover:not(:disabled){background:rgba(238,0,85,.12)}.vsBtn.add{border-style:dashed}.vsBtn.correctBtn{color:#0a7;border-color:#0a7;background:rgba(0,170,85,.1)}.vsBtn.sm{padding:2px 7px;font-size:.72em}.vsBtn.active{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.65)}.vsZoomLabel{font-size:.78em;opacity:.6;min-width:36px;text-align:center}.vsGraphLayout{display:grid;grid-template-columns:1fr 280px;height:500px}.vsCanvas{overflow:hidden;cursor:-webkit-grab;cursor:grab;position:relative;background:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 0) 0 0 /24px 24px}.vsCanvas.panning{cursor:-webkit-grabbing;cursor:grabbing}.vsEdgesSvg{pointer-events:none}.vsEdgesSvg path.vsEdgeHit{stroke:transparent;stroke-width:16px;fill:none;cursor:pointer;pointer-events:stroke}.vsEdgesSvg path.vsEdge,.vsEdgesSvg path.vsEdgeDraft{fill:none;pointer-events:none}.vsEdgesSvg path.vsEdgeDraft{stroke:rgba(255,255,255,.4);stroke-width:2px;stroke-dasharray:6 4}.vsEdgesSvg circle.vsEdgeArrow{pointer-events:none}.vsNode{color:rgba(255,255,255,.92);position:absolute;border-radius:8px;border:2px solid transparent;box-shadow:0 2px 10px rgba(0,0,0,.3);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;overflow:visible;transition:border-color .12s}.vsNode.selected{border-color:var(--accent,#5b8cf7)!important;box-shadow:0 0 0 3px rgba(91,140,247,.25)}.vsNodeVideo{background:#0e1e38;border-color:#2060c0}.vsNodeVideo.isStart{background:#0b2418;border-color:#1a9050;box-shadow:0 0 0 2px rgba(0,200,100,.3)}.vsNodeQuestion{background:#261a06;border-color:#c07818}.vsNodeEnd{background:#2a0c0c;border-color:#c02020}.vsNodeHtml{background:#1a0c2e;border-color:#7030c0}.vsBtn--html{color:#b080ff;border-color:#7030c0}.vsBtn--html:hover:not(:disabled){background:rgba(112,48,192,.2)}.vsNodeHeader{display:flex;align-items:center;gap:6px;padding:6px 10px;background:rgba(255,255,255,.07);border-radius:6px 6px 0 0;cursor:-webkit-grab;cursor:grab;font-size:.82em;font-weight:600;white-space:nowrap;overflow:hidden}.vsNodeHeader:active{cursor:-webkit-grabbing;cursor:grabbing}.vsNodeIcon{font-size:1em}.vsNodeTitle{overflow:hidden;text-overflow:ellipsis;flex:1 1}.vsStartBadge{color:#2ecc80;font-size:.9em}.vsReturnBadge{margin-left:auto;font-size:.85em;opacity:.6;title:"Retour automatique"}.vsNodeBody{padding:4px 6px 6px;font-size:.76em}.vsChoiceRow,.vsClipRow{display:flex;align-items:center;gap:5px;padding:3px 4px;border-radius:4px;opacity:.85}.vsChoiceRow.empty,.vsClipRow.empty{opacity:.35;font-style:italic}.vsClipIcon{opacity:.5}.vsClipName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.vsChoiceLetter{width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:700;flex-shrink:0}.vsChoiceLetter.correct{background:rgba(0,200,100,.3);color:#0c9}.vsChoiceText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;max-width:160px}.vsPortOutputAnchor{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.3);cursor:crosshair;display:flex;align-items:center;justify-content:center;font-size:8px;color:transparent;z-index:10;transition:transform .1s,background .1s}.vsPortOutputAnchor:hover{transform:translateY(-50%) scale(1.3);background:#fff}.vsPortOutputAnchor.choicePort{position:absolute;right:-9px;top:auto;transform:none}.vsPortOutputAnchor.choicePort:hover{transform:scale(1.3)}.vsPortInputAnchor{position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.3);z-index:10;cursor:cell;transition:background .1s}.vsPortInputAnchor:hover{background:rgba(255,255,255,.35)}.vsSidePanel{border-left:1px solid var(--border);overflow-y:auto;background:rgba(0,0,0,.1)}.vsPanel{padding:14px}.vsNoSelection{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;text-align:center}.vsPanelTitle{margin:0 0 8px;font-size:.9em;font-weight:700}.vsLabel{font-size:.78em;opacity:.7;margin-bottom:3px;display:block}.vsInput{width:100%;font-size:.82em;padding:5px 8px;border-radius:4px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:var(--ink);box-sizing:border-box}.vsTextarea{resize:vertical}.vsHint{font-size:.8em;opacity:.5;margin:0}.vsCodeArea{font-family:Fira Code,Consolas,Monaco,monospace;font-size:.76em;resize:vertical;min-height:220px;line-height:1.55;-moz-tab-size:2;tab-size:2;white-space:pre;overflow-x:auto}.vsPlayerWidget{position:absolute;inset:0;z-index:3;display:flex;align-items:stretch;background:rgba(0,0,0,.88)}.vsPlayerWidgetFrame{flex:1 1;border:none;background:transparent}.vsHintReturn{opacity:.7;background:rgba(255,200,0,.08);border:1px solid rgba(255,200,0,.2);border-radius:5px;padding:6px 8px;line-height:1.4}.vsClipEdit{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--border);border-radius:6px;background:rgba(255,255,255,.03)}.vsClipPreviewRow{display:flex;align-items:center;gap:8px}.vsClipThumb{object-fit:cover;background:#000}.vsClipThumb,.vsClipThumbEmpty{width:64px;height:40px;border-radius:4px;flex-shrink:0}.vsClipThumbEmpty{background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:1.1em;opacity:.4}.vsClipLabel{font-size:.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.vsClipFitRow{display:flex;align-items:center;gap:5px}.vsClipFitLabel{font-size:.72em;opacity:.55;white-space:nowrap}.vsClipEditActions{display:flex;gap:4px}.vsChoiceEdit{display:flex;align-items:center;gap:6px;padding:4px 0}.vsChoiceEdit .vsInput{flex:1 1}.vsChoiceEdit .vsChoiceLetter{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.12);font-size:.8em;font-weight:700;flex-shrink:0}.vsChoiceEdit .vsChoiceLetter,.vsPlayer{display:flex;align-items:center;justify-content:center}.vsPlayer{position:fixed;inset:0;background:#000;z-index:1000;overflow:hidden}.vsPlayerVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.vsPlayerTransition{position:absolute;inset:0;z-index:30;background:#000;opacity:0;pointer-events:none;transition:opacity .3s ease}.vsPlayerTransition.active{opacity:1}.vsPlayerSplash{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease}.vsPlayerSplash.fading{opacity:0;pointer-events:none}.vsPlayerSplashOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.7))}.vsPlayerSplashContent{position:relative;z-index:1;text-align:center;padding:2rem;max-width:600px;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1.2rem;animation:vsFadeIn .8s ease}@keyframes vsFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vsPlayerCover{width:80px;height:80px;object-fit:cover;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.vsPlayerTitle{font-size:clamp(1.6rem,4vw,2.8rem);font-weight:800;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.6);line-height:1.15}.vsPlayerDesc{font-size:1rem;opacity:.85;margin:0;max-width:440px;text-shadow:0 1px 6px rgba(0,0,0,.5)}.vsPlayerQuestion{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8vh}.vsPlayerQuestionOverlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.2) 50%,transparent)}.vsPlayerQuestionContent{position:relative;z-index:1;width:100%;max-width:680px;padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem;animation:vsFadeIn .4s ease}.vsPlayerQuestionText{color:#fff;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:600;text-shadow:0 1px 6px rgba(0,0,0,.7);margin:0;text-align:center}.vsPlayerChoices{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.vsPlayerChoice{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.95rem;cursor:pointer;text-align:left;transition:background .15s,border-color .15s,transform .1s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vsPlayerChoice:hover:not(:disabled):not(.tried){background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.vsPlayerChoice.tried{background:rgba(220,30,60,.2);border-color:rgba(220,30,60,.5);color:rgba(255,255,255,.5);cursor:default}.vsPlayerChoice .vsChoiceLetter{width:28px;height:28px;min-width:28px;margin-top:1px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.vsPlayerChoice.tried .vsChoiceLetter{background:rgba(220,30,60,.4)}.vsPlayerChoice .vsChoiceText{flex:1 1;line-height:1.4;white-space:normal;overflow:visible;text-overflow:unset;max-width:none}.vsPlayerChoice.flash-wrong{background:rgba(220,30,60,.4);border-color:#dc1e3c;animation:vsFlashWrong .5s ease}.vsPlayerChoice.flash-correct{background:rgba(0,200,100,.4);border-color:#00c864;animation:vsFlashCorrect .5s ease}@keyframes vsFlashWrong{0%,to{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}@keyframes vsFlashCorrect{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.vsPlayerEnd{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center}.vsPlayerEndOverlay{position:absolute;inset:0;background:rgba(0,0,0,.75)}.vsPlayerEndContent{position:relative;z-index:1;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:vsFadeIn .6s ease}.vsEndIcon{font-size:3rem}.vsEndTitle{font-size:2rem;font-weight:800;margin:0}.vsEndSub{opacity:.6;margin:0}.vsPlayerProgressBar{position:absolute;top:0;left:0;right:0;height:5px;background:rgba(255,255,255,.15);z-index:25;pointer-events:none}.vsPlayerProgressFill{height:100%;background:#ffd54f;box-shadow:0 0 8px rgba(255,213,79,.7);transition:background-color .2s ease,box-shadow .2s ease}.vsPlayerProgressBar.decreasing .vsPlayerProgressFill{background:#ff4d4f;box-shadow:0 0 12px rgba(255,77,79,.85)}.vsPlayerVideoBack{position:absolute;top:16px;left:16px;z-index:5;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);border-radius:50%;width:38px;height:38px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s,background .15s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vsPlayer:hover .vsPlayerVideoBack{opacity:1}.vsPlayerVideoBack:hover{background:rgba(0,0,0,.65)}.vsPlayerMuteBtn{position:absolute;top:16px;left:62px;z-index:5;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.85);border-radius:50%;width:38px;height:38px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s,background .15s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vsPlayer:hover .vsPlayerMuteBtn{opacity:1}.vsPlayerMuteBtn:hover{background:rgba(0,0,0,.65)}.vsPlayerTopBar{position:absolute;top:0;left:0;z-index:10}.vsPlayerTopBarBtn{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border-radius:0 0 14px 0;border:0;background:rgba(0,0,0,.72);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .15s}.vsPlayerTopBarBtn:hover{background:rgba(0,0,0,.88)}@media (max-width:600px){.vsGraphLayout,.vsPlayerChoices{grid-template-columns:1fr}.vsGraphLayout{grid-template-rows:400px auto}.vsSidePanel{border-left:none;border-top:1px solid var(--border)}}