.party-predictions-module_page{background:var(--paper);min-height:100svh;color:var(--ink)}.party-predictions-module_topbar{z-index:40;border-bottom:1px solid var(--line);background:var(--surface-raised);grid-template-columns:1fr auto 1fr;align-items:center;min-height:68px;padding:0 clamp(18px,4vw,52px);display:grid;position:sticky;top:0}.party-predictions-module_topbar>span{font-size:16px;font-weight:600}.party-predictions-module_topbarActions{justify-self:end;align-items:center;gap:10px;display:flex}.party-predictions-module_publishToggle{width:190px;min-height:42px;color:var(--ink);font-size:15px;font-weight:var(--font-weight-button);white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:10px;padding:0;display:inline-flex;position:relative}.party-predictions-module_publishToggle input{opacity:0;pointer-events:none;position:absolute}.party-predictions-module_publishToggle>i{background:var(--toggle-off-bg);width:38px;height:22px;transition:background var(--control-transition);border-radius:99px;flex:none;position:relative}.party-predictions-module_publishToggle>i:after{content:"";background:var(--white);width:16px;height:16px;box-shadow:0 1px 4px rgb(var(--rgb-black) / .18);border-radius:50%;transition:transform .18s;position:absolute;top:3px;left:3px}.party-predictions-module_publishToggle input:checked+i{background:var(--toggle-on-bg)}.party-predictions-module_publishToggle input:checked+i:after{transform:translate(16px)}.party-predictions-module_publishToggle:has(input:checked){color:var(--ink)}.party-predictions-module_publishToggle input:focus-visible+i{outline:3px solid rgb(var(--rgb-mint) / .42);outline-offset:2px}.party-predictions-module_publishToggle:has(input:disabled){color:var(--state-disabled-ink);cursor:not-allowed;opacity:var(--control-disabled-opacity)}.party-predictions-module_shell{grid-template-columns:minmax(0,1fr) 470px;align-items:start;width:min(1440px,100%);margin:0 auto;display:grid}.party-predictions-module_editor{border-right:1px solid var(--line);background:var(--paper);min-width:0;padding:34px clamp(28px,4.5vw,64px) 100px}.party-predictions-module_heading{grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:26px;display:grid}.party-predictions-module_heading>.party-predictions-module_sectionActions{align-self:start;align-items:center;gap:8px;padding-top:12px;display:flex}.party-predictions-module_headingArt{width:180px;height:138px;display:block;position:relative}.party-predictions-module_headingArt i,.party-predictions-module_headingArt b,.party-predictions-module_headingArt em{border:2px solid var(--ink);width:78px;height:78px;font:400 38px/1 var(--font-serif);box-shadow:5px 5px 0 var(--ink);border-radius:50%;place-items:center;display:grid;position:absolute}.party-predictions-module_headingArt i{background:var(--pale-gold);top:17px;left:4px;transform:rotate(-8deg)}.party-predictions-module_headingArt b{background:var(--pale-lime);top:2px;left:72px;transform:rotate(8deg)}.party-predictions-module_headingArt em{background:var(--pale-coral);font-style:normal;top:59px;left:95px;transform:rotate(-3deg)}.party-predictions-module_heading h1{font:400 clamp(42px, 4.2vw, 60px)/.98 var(--font-serif);letter-spacing:-.045em;margin:0}.party-predictions-module_heading p{max-width:660px;color:var(--text-body);margin:12px 0 0;font-size:17px;line-height:1.45}.party-predictions-module_settings{border:1px solid var(--line);background:var(--surface-raised);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px;display:grid;overflow:hidden}.party-predictions-module_switchRow{border-right:1px solid var(--line);cursor:pointer;grid-template-columns:46px minmax(0,1fr) 48px;align-items:start;gap:14px;min-height:94px;padding:14px 18px;display:grid;position:relative}.party-predictions-module_settings>:last-child{border-right:0}.party-predictions-module_settingIcon{border:1px solid rgb(var(--rgb-ink) / .12);width:46px;height:46px;color:var(--ink);border-radius:50%;place-items:center;display:grid}.party-predictions-module_settingIconLock{background:var(--pale-coral)}.party-predictions-module_settingIconProgress{background:var(--pale-lime)}.party-predictions-module_switchCopy{min-width:0;padding-top:2px}.party-predictions-module_switchRow strong{font-size:15px;font-weight:600;line-height:1.35;display:block}.party-predictions-module_switchRow small{color:var(--muted);font-size:var(--font-size-caption);margin-top:6px;font-weight:400;line-height:1.45;display:block}.party-predictions-module_switchRow input{opacity:0;position:absolute}.party-predictions-module_switchRow>i{background:var(--surface-warm-strong);border-radius:99px;width:48px;height:28px;margin-top:4px;position:relative}.party-predictions-module_switchRow>i:after{content:"";background:var(--white);width:22px;height:22px;box-shadow:0 1px 4px rgb(var(--rgb-shadow) / .18);border-radius:50%;transition:transform .18s;position:absolute;top:3px;left:3px}.party-predictions-module_switchRow input:checked+i{background:var(--ink)}.party-predictions-module_switchRow input:checked+i:after{transform:translate(20px)}.party-predictions-module_predictions{margin-top:34px}.party-predictions-module_sectionHeading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:13px;display:flex}.party-predictions-module_sectionHeading>div{align-items:baseline;gap:12px;display:flex}.party-predictions-module_sectionHeading h2{margin:0;font-size:25px}.party-predictions-module_sectionHeading>.party-predictions-module_sectionActions{align-items:center;gap:8px;display:flex}.party-predictions-module_addNewButton{border:1px solid var(--ink);background:var(--ink);min-height:40px;color:var(--white);font:600 var(--font-size-caption) inherit;cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 14px;transition:background .16s,color .16s,transform .16s;display:inline-flex}.party-predictions-module_addNewButton:hover{background:var(--white);color:var(--ink);transform:translateY(-1px)}.party-predictions-module_leaderboardButton{border:1px solid var(--line);background:var(--white);min-height:40px;color:var(--ink);font:600 var(--font-size-caption) inherit;cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 13px;transition:border-color .16s,background .16s,transform .16s;display:inline-flex}.party-predictions-module_leaderboardButton:hover{border-color:var(--ink);background:var(--pale-lime);transform:translateY(-1px)}.party-predictions-module_predictionList{border:1px solid var(--line);background:var(--surface-raised);border-radius:12px;overflow:hidden}.party-predictions-module_predictionList article{border-top:1px solid var(--line);grid-template-columns:40px minmax(0,1fr) minmax(150px,190px) auto;align-items:center;gap:16px;min-height:104px;padding:16px 18px;display:grid}.party-predictions-module_predictionList article:first-child{border-top:0}.party-predictions-module_number{background:var(--paper-deep);width:38px;height:38px;color:var(--muted);border-radius:9px;place-items:center;font-size:15px;display:grid}.party-predictions-module_questionButton{min-width:0;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;margin:-8px;padding:8px;transition:background .16s;display:flex}.party-predictions-module_questionButton:hover{background:var(--surface-warm)}.party-predictions-module_questionButton>span{min-width:0}.party-predictions-module_questionButton svg{opacity:0;color:var(--muted);flex:none;transition:opacity .16s}.party-predictions-module_questionButton:hover svg,.party-predictions-module_questionButton:focus-visible svg{opacity:1}.party-predictions-module_predictionList strong{font-size:18px;line-height:1.3;display:block}.party-predictions-module_predictionList small{color:var(--muted);font-size:var(--font-size-caption);margin-top:6px;display:block}.party-predictions-module_revealButton{border:1px solid var(--ink);background:var(--ink);min-width:0;min-height:44px;color:var(--white);font:600 var(--font-size-caption) inherit;text-align:center;cursor:pointer;border-radius:8px;padding:8px 13px;transition:background .16s,color .16s;overflow:hidden}.party-predictions-module_revealButton:hover{background:#2b2a27}.party-predictions-module_revealButton[data-revealed=true]{border-color:var(--line);background:var(--pale-lime);color:var(--ink);text-align:left;align-content:center;gap:2px;display:grid}.party-predictions-module_predictionList .party-predictions-module_revealButton small{color:var(--lime-ink);font-size:var(--font-size-caption);margin:0;font-weight:650}.party-predictions-module_predictionList .party-predictions-module_revealButton strong{font-size:var(--font-size-caption);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.party-predictions-module_rowActions{gap:5px;display:flex}.party-predictions-module_rowActions button{border:1px solid var(--line);background:var(--paper);width:34px;height:34px;color:var(--text-body);cursor:pointer;border-radius:7px;font-size:16px}.party-predictions-module_rowActions button:last-child{color:var(--danger-strong)}.party-predictions-module_rowActions button:disabled{opacity:.28;cursor:default}.party-predictions-module_leaderboard{border:1px solid var(--line);background:var(--pale-lime);border-radius:12px;margin-top:12px;overflow:hidden}.party-predictions-module_leaderboard header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;display:flex}.party-predictions-module_leaderboard header span{color:var(--muted);font-size:var(--font-size-caption)}.party-predictions-module_leaderboard ol{margin:0;padding:0;list-style:none}.party-predictions-module_leaderboard li{border-top:1px solid var(--line);grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:48px;padding:8px 15px;display:grid}.party-predictions-module_leaderboard li:first-child{border-top:0}.party-predictions-module_leaderboard li i{color:var(--muted);font-style:normal}.party-predictions-module_leaderboard li span,.party-predictions-module_leaderboard li b{font-size:var(--font-size-caption)}.party-predictions-module_leaderboard>p{color:var(--muted);font-size:var(--font-size-caption);margin:0;padding:20px 16px}.party-predictions-module_preview{background:var(--pale-gold);justify-content:center;align-items:center;height:calc(100svh - 68px);min-height:0;padding:clamp(16px,3vh,34px) 30px;display:flex;position:sticky;top:68px}.party-predictions-module_phone{border:7px solid var(--ink);background-color:var(--surface-cream);background-image:linear-gradient(rgb(var(--rgb-white) / .18), rgb(var(--rgb-white) / .18)), url(/patterns/predictions-doodles.svg);width:min(100%,310px);height:100%;min-height:0;max-height:650px;box-shadow:0 24px 60px rgb(var(--rgb-shadow-card) / .18);background-position:0 0,50%;background-size:auto,150px 150px;border-radius:42px;flex-direction:column;margin:0 auto;padding:clamp(38px,7vh,50px) 15px clamp(14px,3vh,22px);display:flex;position:relative;overflow:hidden}.party-predictions-module_devicePill{background:var(--ink);border-radius:99px;width:72px;height:20px;position:absolute;top:11px;left:50%;transform:translate(-50%)}.party-predictions-module_previewTop{color:var(--muted);font-size:var(--font-size-caption);justify-content:space-between;align-items:center;gap:8px;padding:clamp(4px,1.5vh,10px) 4px clamp(8px,2vh,16px);display:flex}.party-predictions-module_previewTop button{border:1px solid rgb(var(--rgb-ink) / .2);background:rgb(var(--rgb-white) / .78);min-height:28px;color:var(--ink);font:650 var(--font-size-caption) inherit;cursor:pointer;border-radius:7px;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.party-predictions-module_previewTop button:hover{border-color:var(--ink);background:var(--pale-lime)}.party-predictions-module_previewCard{border:1px solid var(--line);background:var(--white);border-radius:14px;padding:clamp(12px,2.5vh,19px)}.party-predictions-module_previewCard>small{color:var(--muted);font-size:var(--font-size-caption);font-weight:600}.party-predictions-module_previewCard h2{font:400 clamp(20px, 3.2vh, 25px)/1.13 var(--font-serif);letter-spacing:-.03em;margin:clamp(5px,1vh,8px) 0 clamp(10px,2vh,20px)}.party-predictions-module_previewCard>div{gap:clamp(4px,1vh,7px);display:grid}.party-predictions-module_previewCard button{border:1px solid var(--line);background:var(--paper);min-height:clamp(32px,5.2vh,44px);font:inherit;font-size:var(--font-size-caption);text-align:left;cursor:pointer;border-radius:8px;padding:6px 10px;transition:border-color .16s,background .16s,color .16s}.party-predictions-module_previewCard>div button{justify-content:space-between;align-items:center;gap:8px;display:flex}.party-predictions-module_previewCard>div button[data-selected=true]{border-color:var(--ink);background:var(--pale-lime);color:var(--ink)}.party-predictions-module_previewCard label span{color:var(--muted);font-size:var(--font-size-caption);margin-bottom:7px;display:block}.party-predictions-module_previewCard input{border:1px solid var(--line);background:var(--paper);width:100%;min-height:clamp(36px,5.2vh,44px);font:inherit;border-radius:8px;padding:0 10px}.party-predictions-module_previewCard .party-predictions-module_previewSubmit{border-color:var(--ink);background:var(--ink);width:100%;color:var(--white);text-align:center;margin-top:clamp(9px,1.6vh,14px);font-weight:600}.party-predictions-module_previewCard .party-predictions-module_previewSubmit:disabled{border-color:var(--line);background:var(--surface-warm-strong);color:var(--muted);cursor:default}.party-predictions-module_previewConfirmation{text-align:left}.party-predictions-module_previewResultsCard{flex-direction:column;flex:1;min-height:0;padding:12px;display:flex}.party-predictions-module_previewCard>.party-predictions-module_previewResultsHeading{border-bottom:1px solid var(--line);flex:none;margin-bottom:10px;padding:3px 3px 10px;display:block}.party-predictions-module_previewResultsHeading h2{margin:0;font-size:clamp(21px,3vh,24px)}.party-predictions-module_previewResults{border:1px solid var(--line);background:var(--white);text-align:left;scrollbar-width:thin;border-radius:9px;flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.party-predictions-module_previewResults li{border-top:1px solid var(--line);grid-template-columns:24px minmax(0,1fr);align-items:start;gap:8px;padding:9px;display:grid}.party-predictions-module_previewResults li:first-child{border-top:0}.party-predictions-module_previewResults li>span{min-width:0}.party-predictions-module_previewResultNumber{background:var(--pale-coral);width:24px;height:24px;color:var(--danger);font-size:var(--font-size-caption);border-radius:6px;place-items:center;font-weight:700;display:grid}.party-predictions-module_previewResults li:nth-child(4n+2) .party-predictions-module_previewResultNumber{background:var(--pale-blue);color:#31577e}.party-predictions-module_previewResults li:nth-child(4n+3) .party-predictions-module_previewResultNumber{background:var(--pale-gold);color:#79581e}.party-predictions-module_previewResults li:nth-child(4n) .party-predictions-module_previewResultNumber{background:var(--pale-lime);color:var(--lime-ink)}.party-predictions-module_previewResults b,.party-predictions-module_previewResults strong,.party-predictions-module_previewResults small{display:block}.party-predictions-module_previewResults small{color:var(--muted);font-size:var(--font-size-caption);margin-top:4px;line-height:1.3}.party-predictions-module_previewResults strong{color:var(--ink);font-size:var(--font-size-caption);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-weight:600;line-height:1.3;overflow:hidden}.party-predictions-module_previewResultQuestion{width:100%;color:var(--ink);text-align:left;justify-content:space-between;align-items:flex-start;gap:6px;font-weight:400;line-height:1.3;display:flex;min-height:0!important;font-size:var(--font-size-caption)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.party-predictions-module_previewResultQuestion svg{color:var(--muted);flex:none;margin-top:1px;transition:transform .16s}.party-predictions-module_previewResultQuestion[aria-expanded=true] svg{transform:rotate(180deg)}.party-predictions-module_previewResults .party-predictions-module_previewCorrectAnswer{background:var(--pale-lime);width:fit-content;max-width:100%;color:var(--lime-ink);text-overflow:ellipsis;border-radius:99px;margin-top:4px;padding:4px 7px}.party-predictions-module_previewResults .party-predictions-module_previewIncorrectAnswer{background:var(--pale-coral);width:fit-content;max-width:100%;color:var(--danger);text-overflow:ellipsis;border-radius:99px;margin-top:4px;padding:4px 7px}.party-predictions-module_previewDistribution{border-top:1px solid var(--line);gap:7px;margin-top:8px;padding-top:8px;display:grid}.party-predictions-module_previewDistribution>div{grid-template-columns:minmax(0,1fr) 54px 28px;align-items:center;gap:6px;display:grid}.party-predictions-module_previewDistribution>div>span{min-width:0}.party-predictions-module_previewDistribution>div>span b{font-size:var(--font-size-caption);text-overflow:ellipsis;white-space:nowrap;font-weight:500;line-height:1.2;overflow:hidden}.party-predictions-module_previewDistribution>div>span small{font-size:var(--font-size-caption);margin:1px 0 0}.party-predictions-module_previewDistribution>div>i{border:1px solid rgb(var(--rgb-ink) / .1);background:var(--white);border-radius:99px;height:8px;overflow:hidden}.party-predictions-module_previewDistribution>div>i b{border-radius:inherit;background:var(--answer-a-bg);min-width:0;height:100%;display:block}.party-predictions-module_previewDistribution>div:nth-child(4n+2)>i b{background:var(--answer-b-bg)}.party-predictions-module_previewDistribution>div:nth-child(4n+3)>i b{background:var(--answer-c-bg)}.party-predictions-module_previewDistribution>div:nth-child(4n)>i b{background:var(--answer-d-bg)}.party-predictions-module_previewDistribution>div>em{color:var(--muted);font-size:var(--font-size-caption);text-align:right;font-style:normal}.party-predictions-module_previewDistribution[data-resolved=true]>div>i b{background:var(--paper-deep)}.party-predictions-module_previewDistribution>div[data-correct=true]>span b{color:var(--lime-ink);font-weight:700}.party-predictions-module_previewDistribution>div[data-correct=true]>span b:after{content:" ✓"}.party-predictions-module_previewDistribution>div[data-correct=true]>i{background:var(--pale-lime);border-color:#79922f6b}.party-predictions-module_previewDistribution[data-resolved=true]>div[data-correct=true]>i b{background:var(--mint)}.party-predictions-module_previewDistribution>div[data-correct=true]>em{color:var(--lime-ink);font-weight:700}.party-predictions-module_previewDistribution>p{color:var(--muted);font-size:var(--font-size-caption);margin:0}.party-predictions-module_previewGuessDistribution{border:1px solid rgb(var(--rgb-lilac) / .2);background:linear-gradient(155deg, rgb(var(--rgb-white) / .96), rgb(var(--rgb-lilac) / .07));border-radius:8px;margin-top:8px;padding:9px}.party-predictions-module_previewGuessDistribution>p{color:var(--muted);font-size:var(--font-size-caption);margin:0}.party-predictions-module_previewGuessSummary{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.party-predictions-module_previewGuessSummary span b{font-size:var(--font-size-caption);font-weight:650}.party-predictions-module_previewGuessSummary>strong{background:var(--pale-coral);color:var(--danger);font-size:var(--font-size-caption);white-space:nowrap;border-radius:99px;margin:0;padding:4px 6px}.party-predictions-module_previewGuessDistribution svg{width:100%;height:auto;margin-top:4px;display:block;overflow:visible}.party-predictions-module_previewGuessWave{fill:rgb(var(--rgb-lilac) / .23);stroke:rgb(var(--rgb-lilac) / .44);stroke-width:1px}.party-predictions-module_previewGuessAxis{stroke:rgb(var(--rgb-lilac) / .28);stroke-width:4px;stroke-linecap:round}.party-predictions-module_previewScaleDot{fill:var(--white);stroke:var(--lilac);stroke-width:2px}.party-predictions-module_previewGuestGuessDot{fill:var(--coral);stroke:var(--white);stroke-width:2px}.party-predictions-module_previewGuessLabel{fill:var(--text-body);font:600 var(--font-size-caption) var(--font-sans)}.party-predictions-module_previewGuestGuessLabel{fill:var(--danger);font:700 var(--font-size-caption) var(--font-sans)}.party-predictions-module_phone>p{color:var(--muted);font-size:var(--font-size-caption);text-align:center;padding:12px 5px 0;line-height:1.45}.party-predictions-module_modalOverlay{z-index:80;background:rgb(var(--rgb-black) / .38);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.party-predictions-module_modalDialog{border:1px solid var(--line);background:var(--white);width:min(560px,100%);max-height:calc(100dvh - 48px);box-shadow:0 28px 80px rgb(var(--rgb-shadow-card) / .3);border-radius:16px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.party-predictions-module_modalDialog>header{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:16px 18px;display:grid}.party-predictions-module_modalTitleIcon{border:1px solid rgb(var(--rgb-ink) / .12);background:var(--pale-blue);width:42px;height:42px;color:var(--ink);border-radius:50%;place-items:center;display:grid}.party-predictions-module_revealTitleIcon{background:var(--pale-lime)}.party-predictions-module_modalDialog>header h2{letter-spacing:-.025em;margin:0;font-size:21px}.party-predictions-module_modalDialog>header p{color:var(--muted);font-size:var(--font-size-caption);margin:5px 0 0;line-height:1.4}.party-predictions-module_modalDialog>header>button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;transition:background .16s,color .16s;display:grid}.party-predictions-module_modalDialog>header>button:hover{background:var(--surface-warm);color:var(--ink)}.party-predictions-module_modalDialog>form{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.party-predictions-module_modalBody{min-height:0;padding:18px;overflow-y:auto}.party-predictions-module_newPredictionMode{background:var(--surface-warm);border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:18px;padding:3px;display:grid}.party-predictions-module_newPredictionMode button{min-height:40px;color:var(--muted);font:600 var(--font-size-caption) inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.party-predictions-module_newPredictionMode button[aria-selected=true]{background:var(--white);color:var(--ink);box-shadow:0 1px 4px rgb(var(--rgb-black) / .1)}.party-predictions-module_libraryList{gap:8px;display:grid}.party-predictions-module_libraryList article{border:1px solid var(--line);background:var(--white);border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px;display:grid}.party-predictions-module_libraryList article>span{background:var(--pale-blue);color:#31577e;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.party-predictions-module_libraryList article>span.party-predictions-module_libraryNumberIcon{background:var(--pale-gold);color:#79581e}.party-predictions-module_libraryList article>div{min-width:0}.party-predictions-module_libraryList article strong{font-size:var(--font-size-caption);line-height:1.35;display:block}.party-predictions-module_libraryList article small{color:var(--muted);font-size:var(--font-size-caption);margin-top:4px;display:block}.party-predictions-module_libraryList article>button{border:1px solid var(--ink);background:var(--ink);min-height:36px;color:var(--white);font:600 var(--font-size-caption) inherit;cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:0 11px;display:inline-flex}.party-predictions-module_libraryList article>button:hover{background:var(--lime-ink);border-color:var(--lime-ink)}.party-predictions-module_libraryList>p{border:1px dashed var(--line);color:var(--muted);font-size:var(--font-size-caption);text-align:center;border-radius:10px;margin:0;padding:28px 18px}.party-predictions-module_modalField{gap:7px;display:grid}.party-predictions-module_modalField>span,.party-predictions-module_editKind>span,.party-predictions-module_editOptions>span{color:var(--ink);font-size:var(--font-size-caption);font-weight:650}.party-predictions-module_modalField textarea,.party-predictions-module_modalField input,.party-predictions-module_modalField select,.party-predictions-module_editOptions input{border:1px solid var(--line);background-color:var(--white);width:100%;color:var(--ink);border-radius:8px;outline:0;font:14px inherit}.party-predictions-module_modalField textarea{resize:vertical;min-height:76px;padding:11px 12px}.party-predictions-module_modalField input,.party-predictions-module_modalField select{min-height:46px;padding:0 42px 0 12px}.party-predictions-module_modalField select{appearance:none;background-image:url(/icons/chevron-down.svg);background-position:right 14px center;background-repeat:no-repeat;background-size:16px 16px}.party-predictions-module_modalField textarea:focus,.party-predictions-module_modalField input:focus,.party-predictions-module_modalField select:focus,.party-predictions-module_editOptions input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgb(var(--rgb-lilac) / .28)}.party-predictions-module_editKind{margin-top:16px}.party-predictions-module_editKind>div{margin-top:7px;display:flex}.party-predictions-module_editKind button{border:1px solid var(--line);background:var(--white);min-height:40px;color:var(--ink);font:500 var(--font-size-caption) inherit;cursor:pointer;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.party-predictions-module_editKind button:first-child{border-radius:8px 0 0 8px}.party-predictions-module_editKind button:last-child{border-radius:0 8px 8px 0;margin-left:-1px}.party-predictions-module_editKind button.party-predictions-module_active{border-color:var(--ink);background:var(--ink);color:var(--white);position:relative}.party-predictions-module_editOptions{gap:7px;margin-top:16px;display:grid}.party-predictions-module_editOptions>label{grid-template-columns:minmax(0,1fr) 40px;gap:7px;display:grid}.party-predictions-module_editOptions input{min-height:42px;padding:0 10px}.party-predictions-module_editOptions>label button{border:1px solid var(--line);background:var(--white);color:var(--muted);cursor:pointer;border-radius:8px;place-items:center;transition:border-color .16s,background .16s,color .16s;display:grid}.party-predictions-module_editOptions>label button:hover:not(:disabled){border-color:rgb(var(--rgb-coral) / .45);background:var(--pale-coral);color:var(--danger-strong)}.party-predictions-module_editOptions>label button:disabled{opacity:.35;cursor:default}.party-predictions-module_addOptionButton{border:1px dashed var(--line);width:max-content;min-height:38px;color:var(--ink);font:550 var(--font-size-caption) inherit;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.party-predictions-module_addOptionButton:hover{border-style:solid;border-color:var(--ink);background:var(--surface-warm)}.party-predictions-module_modalDialog>form>footer{box-sizing:border-box;background:var(--white);width:100%;color:inherit;font-size:inherit;border:0;grid-template-columns:none;justify-content:flex-end;align-items:center;gap:8px;margin:0;padding:10px 18px 18px;display:flex}.party-predictions-module_modalDialog>form>footer button{white-space:nowrap;border:1px solid var(--line);background:var(--white);min-height:38px;color:var(--ink);font:600 var(--font-size-caption) inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.party-predictions-module_modalDialog>form>footer button:last-child{border-color:var(--ink);background:var(--ink);color:var(--white)}.party-predictions-module_modalDialog>form>footer[data-secondary-only=true] button:last-child{border-color:var(--line);background:var(--white);color:var(--ink)}.party-predictions-module_modalDialog>form>footer button:disabled{opacity:.38;cursor:default}.party-predictions-module_revealDialog{width:min(520px,100%)}.party-predictions-module_revealNotice{background:var(--pale-lime);color:var(--text-body);font-size:var(--font-size-caption);border-radius:8px;margin:14px 0 0;padding:12px 13px;line-height:1.45}.party-predictions-module_leaderboardDialog{width:min(520px,100%)}.party-predictions-module_leaderboardTitleIcon{background:var(--pale-gold)}.party-predictions-module_leaderboardDialog .party-predictions-module_modalBody{padding:18px}.party-predictions-module_leaderboardDialog .party-predictions-module_leaderboard{margin:0}button:focus-visible,.party-predictions-module_switchRow input:focus-visible+i{outline:3px solid rgb(var(--rgb-lilac) / .35);outline-offset:2px}@media (width<=1000px){.party-predictions-module_shell{grid-template-columns:minmax(0,1fr) 390px}.party-predictions-module_editor{padding-inline:30px}}@media (width<=1280px){.party-predictions-module_heading{grid-template-columns:160px minmax(0,1fr)}.party-predictions-module_heading>.party-predictions-module_sectionActions{grid-column:2;padding-top:0}.party-predictions-module_predictionList article{grid-template-columns:40px minmax(0,1fr) auto}.party-predictions-module_revealButton{grid-column:2;width:min(100%,240px)}.party-predictions-module_rowActions{grid-area:1/3/span 2}}@media (width<=800px){.party-predictions-module_topbar{grid-template-columns:1fr auto}.party-predictions-module_topbar>span{display:none}.party-predictions-module_publishToggle{width:38px}.party-predictions-module_publishToggle>span{display:none}.party-predictions-module_shell{flex-direction:column;display:flex}.party-predictions-module_editor{border-right:0;width:100%}.party-predictions-module_settings{grid-template-columns:1fr}.party-predictions-module_switchRow{border-right:0;border-bottom:1px solid var(--line)}.party-predictions-module_settings>:last-child{border-bottom:0}.party-predictions-module_preview{width:100%;height:auto;min-height:auto;position:static}.party-predictions-module_phone{height:auto;min-height:560px}}@media (width<=600px){.party-predictions-module_editor{padding:24px 14px 52px}.party-predictions-module_heading{grid-template-columns:1fr;gap:4px}.party-predictions-module_headingArt{transform-origin:0;transform:scale(.82)}.party-predictions-module_heading>.party-predictions-module_sectionActions{grid-column:1;width:100%;margin-top:10px}.party-predictions-module_switchRow{grid-template-columns:40px minmax(0,1fr) 48px;gap:12px;min-height:94px;padding:14px}.party-predictions-module_settingIcon{width:40px;height:40px}.party-predictions-module_sectionHeading{flex-direction:column;align-items:flex-start}.party-predictions-module_sectionHeading>.party-predictions-module_sectionActions{width:100%}.party-predictions-module_sectionActions button{flex:1;justify-content:center}.party-predictions-module_predictionList article{grid-template-columns:40px 1fr}.party-predictions-module_revealButton{grid-column:2;width:100%}.party-predictions-module_rowActions{grid-area:auto/2}.party-predictions-module_leaderboard header{flex-direction:column;align-items:flex-start}.party-predictions-module_modalOverlay{padding:8px}.party-predictions-module_modalDialog{max-height:calc(100dvh - 16px)}.party-predictions-module_modalDialog>header,.party-predictions-module_modalBody,.party-predictions-module_modalDialog>form>footer{padding-inline:14px}}@media (prefers-reduced-motion:reduce){.party-predictions-module_switchRow>i:after{transition:none}}
