@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap";:root{font-family:"Source Sans 3",Segoe UI,Arial,sans-serif;--font-heading: "Montserrat", "Segoe UI", Arial, sans-serif;--font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;--ink: #111;--navy: #1f2430;--brand-900: #01415B;--brand-500: #0AC2CC;--brand-400: #16A1D9;--brand-100: #ACE3E6;--brand-300: #607E80;--teal-900: var(--brand-900);--teal-800: var(--brand-300);--teal-700: var(--brand-500);--teal-600: var(--brand-400);--bg: #f5f5f5;--white: #ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink)}a{color:var(--teal-700);text-decoration:none}a:hover{text-decoration:underline}:root[data-theme=dark] body{background:#0f1114}@media (prefers-color-scheme: dark){body{background:#0f1114}}.homePage{min-height:100vh;background:var(--bg)}.cookieBanner{position:fixed;left:16px;right:16px;bottom:calc(72px + env(safe-area-inset-bottom));background:#f3f6f8;color:#1b232b;border:1px solid rgba(1,65,91,.2);border-radius:12px;padding:14px 16px;box-shadow:0 18px 40px #00000059;z-index:1200}.cookieBanner[data-hidden=true]{display:none}.cookieBannerContent{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-right:36px;text-align:center}.cookieBannerText{font-size:14px;line-height:1.5;max-width:560px}.cookieBannerActions{display:flex;gap:10px;flex-wrap:wrap}.cookieBtn{font:inherit;font-weight:700;padding:8px 14px;border-radius:999px;border:1px solid var(--teal-700);background:var(--teal-700);color:#fff;cursor:pointer}.cookieBtn:hover{filter:brightness(1.05)}.cookieBtnGhost{background:transparent;color:#1b232b;border-color:#01415b66}.hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(40px,7vh,80px) 24px clamp(36px,6vh,68px);padding-left:clamp(24px,7vw,96px);position:relative;padding-top:calc(clamp(40px,7vh,80px) + 100px)}@media (max-width: 1024px){.hero{min-height:100svh}}.maintenancePage{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:48px 24px}.maintenanceCard{width:min(520px,92vw);background:#fff;color:#111;border-radius:18px;padding:36px 32px;text-align:center;box-shadow:0 24px 60px #0000002e}.maintenanceLogo{width:72px;height:72px;margin-bottom:18px}.maintenanceTitle{margin:0 0 10px;font-size:clamp(28px,4vw,40px);font-weight:900;letter-spacing:-.02em;font-family:var(--font-heading)}.maintenanceText{margin:0 0 24px;font-size:16px;line-height:1.5;color:#3a3a3a}.maintenanceBtn{display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:16px;font-weight:900;padding:12px 22px;border-radius:8px;border:2px solid var(--teal-700);color:var(--teal-700);background:transparent;text-decoration:none}.maintenanceBtn:hover{background:var(--teal-700);color:#fff}.heroActions{position:absolute;top:20px;right:24px;left:24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.heroBrandLogo{margin-right:auto;width:40px;height:40px;object-fit:contain}.heroToggle{display:flex;align-items:center;gap:10px;background:var(--bg);border:none;border-radius:6px;padding:6px 10px 6px 0}.heroFilterRow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:26px 0 2px}.heroFilterRow .heroNotice{margin:0}@media (max-width: 600px){.heroFilterRow{flex-direction:column;align-items:flex-start;gap:8px}.heroFilterRow .heroNotice{width:100%}}.hero .heroToggle{width:fit-content;margin:0}.heroToggleLabel{font-weight:800;color:var(--ink)}.title{margin:14px 0;font-size:clamp(44px,6vw,72px);line-height:1.05;font-weight:800;letter-spacing:-.02em;white-space:nowrap;font-family:var(--font-heading)}.titleGradient{background:linear-gradient(90deg,var(--brand-900) 0%,var(--brand-500) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.subtitle{margin:8px 0;font-size:clamp(22px,2.6vw,32px);font-weight:800;letter-spacing:-.01em;color:#000;font-family:var(--font-heading)}@media (max-width: 720px){.title{white-space:normal;overflow-wrap:anywhere}}.heroSteps{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:8px;font-size:clamp(16px,2vw,18px);font-weight:400;color:#1b232b}.hero .heroSteps{margin-bottom:12px}.heroCustomTimes{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:6px 0 8px;position:relative}.customTimesToggle{font:inherit;font-weight:400;padding:0;border-radius:0;border:none;outline:none;background:transparent;color:var(--teal-700);cursor:pointer;width:fit-content;display:inline-flex;align-items:center;gap:8px}.customTimesToggle:hover{background:transparent}.customTimesToggleArrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--teal-700);display:inline-block;transform:translateY(2px) rotate(180deg);transition:transform .18s ease}.customTimesToggleArrow.isOpen{transform:translateY(4px) rotate(0)}.customTimesPanel{width:min(380px,100%);background:#fff;border:1px solid rgba(1,65,91,.15);border-radius:14px;padding:12px 16px 24px;--customTimesLabelWidth: 140px;--customTimesLabelGap: 10px;position:absolute;top:calc(100% + 8px);left:0;z-index:10;clip-path:inset(0 0 100% 0);transform:translateY(-6px);transform-origin:top;transition:clip-path .22s ease,transform .22s ease;pointer-events:none;will-change:clip-path,transform}.customTimesPanel.isOpen{clip-path:inset(0 0 0 0);transform:translateY(0);pointer-events:auto}@media (max-width: 1024px),(hover: none) and (pointer: coarse){.heroCustomOpen .customTimesPanel{position:static;width:min(520px,100%);margin-left:0;margin-right:0;margin-top:12px;clip-path:none;transform:none;pointer-events:auto}.heroCustomOpen .customTimesPanel.isClosed{display:none}}.customTimesPanel.isLocked .customTimesLayout,.customTimesPanel.isLocked .customTimesFooter{opacity:.4;pointer-events:none}.customTimesGate{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:14px;font-size:15px;color:#1b232b}.customTimesGateIntro{font-weight:700}.customTimesGateLine{display:flex;align-items:center;gap:8px}.customTimesGateLink{border:0;padding:0;background:transparent;font:inherit;font-weight:700;color:var(--teal-700);cursor:pointer}.customTimesGateLink:hover{text-decoration:underline}.customTimesClose{position:absolute;top:10px;right:12px;border:0;background:transparent;font:inherit;font-size:16px;line-height:1;color:#0ac2cc;cursor:pointer;padding:4px}.customTimesIntro{margin:0 0 20px;font-size:14px;font-weight:700;color:#2c3a3f}.customTimesLayout{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.customTimesGrid{display:grid;gap:10px;margin-left:0}.customTimesRow{display:flex;align-items:center;gap:10px;font-size:14px;color:#1b232b}.customTimesGrid .customTimesRow{display:grid;grid-template-columns:52px 60px minmax(140px,var(--customTimesLabelWidth));align-items:center;column-gap:var(--customTimesLabelGap);padding-left:0}.customTimesGrid .customTimesRow>*{justify-self:start}.customTimesGrid .customTimesRow .customTimesInput,.customTimesGrid .customTimesRow .customTimesSuffix{margin-left:0}.customTimesRowSplit{justify-content:space-between}.customTimesRowStack{flex-direction:column;align-items:flex-start}.customTimesLabel{min-width:110px;font-weight:400}.customTimesLabelEmpty{visibility:hidden}.customTimesInput{width:52px;height:32px;padding:6px 8px;border-radius:8px;border:1px solid rgba(1,65,91,.25);font:inherit;font-size:14px;line-height:1.2;text-align:center}.customTimesInput.isError{border-color:#b42318;box-shadow:0 0 0 2px #b423182e}.customTimesInput.isError[class*=shake-]{animation:customTimesShake .16s ease-in-out 0s 1}.customTimesInput.isSet{border-color:#0ac2cc;border-width:2px;font-weight:700}.customTimesSplit{display:flex;align-items:center;gap:6px}.customTimesUnit{font-size:12px;color:#4b5b5f}.customTimesSelect{height:32px;padding:4px 8px;border-radius:8px;border:1px solid rgba(1,65,91,.25);background:#fff;font:inherit}.customTimesSuffix{font-size:12px;color:#4b5b5f}.customTimesCustomRow{display:flex;flex-direction:column;gap:6px;margin-top:12px;padding-left:0;margin-left:0}.customTimesCustomLabel{font-size:14px;color:#1b232b;margin-left:0}.customTimesCustomHeader{display:flex;align-items:center;gap:8px}.customTimesAddRow{width:22px;height:22px;border-radius:6px;border:1px solid rgba(1,65,91,.35);background:transparent;color:#0ac2cc;font-weight:700;font-size:16px;line-height:1;font-family:var(--font-heading);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transform:translateY(-.5px)}.customTimesAddRow:disabled{opacity:.4;cursor:not-allowed}.customTimesCustomRows{display:flex;flex-direction:column;gap:8px;margin-top:6px}.customTimesCustomRowFields{display:grid;grid-template-columns:52px 52px 52px 40px 52px 40px 16px;column-gap:6px;row-gap:8px;align-items:center;margin-top:0;padding-left:0}.customTimesRemoveRow{width:20px;height:20px;border-radius:4px;border:none;background:transparent;color:#0ac2cc;font-weight:700;font-size:16px;line-height:1;font-family:var(--font-heading);display:flex;align-items:center;justify-content:center;padding:0;transform:translate(-21px,-.5px);cursor:pointer}@keyframes customTimesShake{0%{transform:translate(0)}30%{transform:translate(-1px)}60%{transform:translate(1px)}to{transform:translate(0)}}.customTimesInput.isZero{color:#11111180}.customTimesTotalsInline{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#1b232b;margin-left:12px;margin-top:12px}.customTimesTotalRow{display:grid;grid-template-columns:60px auto;align-items:baseline;column-gap:6px;padding-top:6px;border-top:1px solid rgba(1,65,91,.12)}.customTimesTotalRow:first-child{padding-top:0;border-top:0}.customTimesTotalLabel{color:#4b5b5f;font-size:11px;letter-spacing:.02em;text-transform:none}.customTimesTotalValue{font-weight:700;color:#01415b}.customTimesReady{font-size:12px;color:#4b5b5f;margin-bottom:8px}.customTimesTotalsHint{color:#4b5b5f;font-size:11px;line-height:1.4;margin-top:4px}.customTimesFooter{margin-top:16px;display:flex;justify-content:flex-start;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:0}.customTimesNote{font-size:12px;color:#4b5b5f}.customTimesActions{display:flex;flex-direction:column;gap:4px;align-items:flex-start;flex-wrap:wrap}.customTimesActions .ghostBtn{color:#01415b;background:rgba(1,65,91,.08);border:1px solid rgba(1,65,91,.2);border-radius:6px;width:auto;height:auto;padding:6px 12px;line-height:1.2;white-space:nowrap}.customTimesActions .ghostBtn:hover{background:rgba(1,65,91,.16)}.customTimesPlayRow{display:flex;align-items:flex-start;gap:12px;margin-top:16px;margin-bottom:0;flex-wrap:wrap}.customTimesPlayStack{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.customTimesPlayButtons{display:flex;align-items:center;gap:12px}.customTimesResetLink{background:transparent;border:0;padding:0;font:inherit;font-size:13px;color:var(--teal-700);cursor:pointer}.customTimesResetLink:hover{text-decoration:underline}.customTimesPlayBtn{font:inherit;font-weight:800;font-size:18px;padding:12px 22px;border-radius:4px;border:2px solid var(--teal-700);background:transparent;color:var(--teal-700);cursor:pointer}.customTimesPlayBtn:hover{background:var(--teal-700);color:#fff}.customTimesError{font-size:12px;color:#b42318}.customTimesPlayBtn:disabled{opacity:.5;cursor:not-allowed}.primaryBtn{font:inherit;width:fit-content;font-size:22px;font-weight:800;padding:16px 30px;background:transparent;color:var(--teal-700);border:2px solid var(--teal-700);border-radius:4px;cursor:pointer}.hero .primaryBtn{margin:10px 0}.primaryBtn:hover{background:var(--teal-700);color:#fff}.primaryBtn:active{transform:translateY(1px)}.section{position:relative;color:#fff;background:linear-gradient(90deg,var(--brand-900) 0%,var(--brand-500) 100%);padding:80px 24px 96px;overflow:visible}.sectionInner{width:min(1100px,92vw);margin:0 auto;position:relative;z-index:1}.sectionTitle{margin:0 0 38px;text-align:center;font-size:clamp(32px,4vw,44px);font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-heading)}.sectionTitleLight{font-size:clamp(28px,3.4vw,38px);font-weight:800;letter-spacing:.02em}.poseList{list-style:none;padding:0;margin:0 auto 26px;width:min(520px,92vw);display:grid;gap:12px}.poseList li{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.08);color:#111;font-size:20px;font-weight:650}.poseLines{list-style:none;padding:0;margin:0;display:grid;gap:6px;text-align:center}.poseIntro{font-size:18px;font-weight:500;color:#00000080;margin-bottom:12px;text-align:center}.poseOutro{margin-top:12px;text-align:center;display:grid;gap:4px}.poseOutroLine{font-size:18px;font-weight:500;color:#00000080}.poseLines li{padding:0;border:0;background:transparent;font-size:inherit;font-weight:inherit}.poseList strong{font-weight:900}.sectionText{width:min(740px,92vw);margin:18px auto 0;text-align:center;font-size:18px;line-height:1.6;opacity:.95}.sectionTextLead{margin-bottom:28px}.donateBand{background:var(--bg);color:var(--ink);padding:88px 24px 96px;position:relative}.donateInner{width:min(900px,92vw);margin:0 auto;text-align:center;position:relative;z-index:1}.donateTitle{margin:0 0 18px;font-size:clamp(28px,3.2vw,40px);font-weight:900;letter-spacing:-.02em;font-family:var(--font-heading)}.donateText{margin:0 auto 28px;max-width:720px;font-size:18px;line-height:1.6;color:#222}.donateNote{margin:-12px auto 28px;max-width:720px;font-size:14px;line-height:1.5;color:#555}.donateBtn{font:inherit;font-size:20px;font-weight:900;padding:14px 28px;background:transparent;color:var(--teal-700);text-decoration:none;border:2px solid var(--teal-700);border-radius:6px;cursor:pointer}.donateBtn:hover{background:var(--teal-700);color:#fff;text-decoration:none}.donateBtn:active{transform:translateY(1px)}.donateOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(9,9,9,.5);display:grid;place-items:center;padding:24px;z-index:1050}.donateCard{width:min(480px,92vw);background:#fff;border-radius:16px;padding:22px;box-shadow:0 24px 60px #00000040;display:grid;gap:14px;text-align:center}.donateTitle{font-size:20px;font-weight:900}.donateTextSmall{margin:0;font-size:14px;color:#3a3a3a}.donateOptions{display:grid;gap:10px}.donateOptionBtn{font:inherit;font-weight:800;padding:12px 16px;border-radius:8px;border:2px solid var(--teal-700);color:var(--teal-700);background:#fff;text-decoration:none}.donateOptionBtn:hover{background:var(--teal-700);color:#fff}.donateOptionClose{font:inherit;font-weight:700;padding:8px 12px;border-radius:8px;border:1px solid #c7c7c7;background:#fff;cursor:pointer}.playerPage{height:100dvh;overflow:hidden;display:flex;flex-direction:column;padding:14px;gap:12px;background:#0b0b0b;color:#fff;position:relative;cursor:default;user-select:none;-webkit-user-select:none}.heroNotice{margin:10px 0 0;padding:6px 0 9px;font-size:16px;font-weight:400;color:var(--ink)}.heroNoticeLink{background:none;border:0;padding:0;color:var(--teal-700);font:inherit;font-weight:600;cursor:pointer}.heroNoticeLink:hover{text-decoration:underline}.playerPage.playerChromeHidden{cursor:none}.playerSwipeOverlay{position:absolute;top:0;bottom:0;width:22%;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:2}.playerSwipeOverlay.isActive{opacity:1}.playerSwipeOverlayLeft{left:0;background:linear-gradient(90deg,rgba(0,0,0,.3),rgba(0,0,0,0))}.playerSwipeOverlayRight{right:0;background:linear-gradient(270deg,rgba(0,0,0,.3),rgba(0,0,0,0))}.playerTopBar{display:flex;align-items:center;justify-content:space-between;gap:12px;transition:opacity .22s ease;position:relative;z-index:7}.playerMeta{display:flex;gap:10px;opacity:.9;font-weight:400;color:#ffffffbf}.playerMetaFixed{position:absolute;right:20px;bottom:18px;z-index:5;pointer-events:none;flex-direction:row;align-items:center;gap:10px}.ghostBtn{border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:999px;width:36px;height:36px;padding:0;display:grid;place-items:center;cursor:pointer;font-weight:500}.stage{flex:1;min-height:0;width:100%;display:grid;place-items:center;position:relative;background:#0b0b0b;overflow:visible;border-radius:0;box-shadow:none}.stageDimmed{background:#0b0b0b}.stageDimmed .slideImg{filter:brightness(.8)}.stageBlur .slideImg{filter:blur(5px) brightness(.8)}.stage>img.slideImg{display:block;border-radius:0;position:relative;z-index:1;width:auto!important;height:auto!important;max-width:100%!important;max-height:calc(100dvh - 160px)!important;object-fit:contain!important;object-position:center}.emptyState{text-align:center;display:grid;gap:10px;max-width:360px}.emptyTitle{font-size:20px;font-weight:600}.emptyText{font-size:14px;opacity:.7}.emptyStateBtn{font:inherit;font-weight:600;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.emptyStateBtn:hover{background:rgba(255,255,255,.16)}.playerDurationNotice{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px 18px;border-radius:999px;background:rgba(8,8,8,.6);color:#ffffffd9;font-size:20px;letter-spacing:.08em;text-transform:uppercase;z-index:6;animation:durationNoticeInOut 3s ease-in-out}@keyframes durationNoticeInOut{0%{opacity:1;transform:translate(-50%,-50%) scale(.98)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.98)}}.playerControls{flex:0 0 auto;display:flex;justify-content:center;gap:12px;padding-bottom:6px;transition:opacity .22s ease}.secondaryBtn.isPulsePlay{animation:playerControlPulse .42s ease-out}.secondaryBtn.isPulsePrev{animation:playerControlNudgeLeft .42s ease-out}.secondaryBtn.isPulseNext{animation:playerControlNudgeRight .42s ease-out}.secondaryBtn:active{animation-duration:.42s;animation-timing-function:ease-out}.secondaryBtn[data-role=prev]:active{animation-name:playerControlNudgeLeft}.secondaryBtn[data-role=next]:active{animation-name:playerControlNudgeRight}.secondaryBtn[data-role=play]:active{animation-name:playerControlPulse}@keyframes playerControlPulse{0%{transform:scale(1)}60%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes playerControlNudgeLeft{0%{transform:translate(0)}60%{transform:translate(-4px)}to{transform:translate(0)}}@keyframes playerControlNudgeRight{0%{transform:translate(0)}60%{transform:translate(4px)}to{transform:translate(0)}}.playerChromeHidden .playerTopBar,.playerChromeHidden .playerControls{opacity:0;pointer-events:none}.playerIntroOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:6;background:rgba(6,6,6,.6);animation:playerOverlayFadeIn .24s ease-out}.playerIntroCount{width:24vmin;height:24vmin;display:grid;place-items:center;border-radius:16px;font-size:16vmin;font-weight:400;line-height:1;color:#ffffffeb;background:rgba(1,65,91,.7);border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 40px #00000059;text-shadow:0 8px 20px rgba(0,0,0,.45);animation:playerIntroCountIn .22s ease-in}.playerEndOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:rgba(6,6,6,.6);z-index:6;animation:playerOverlayFadeIn .28s ease-out}.playerEndCard{width:min(520px,86vw);background:rgba(10,10,10,.92);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:22px 24px;text-align:center;box-shadow:0 20px 50px #00000073;animation:playerEndCardIn .32s ease-out}.playerEndTitle{font-size:22px;font-weight:700;margin-bottom:8px}.playerEndText{font-size:15px;opacity:.75;line-height:1.5;margin-bottom:18px}.playerEndStats{display:grid;gap:12px;margin-bottom:16px}.playerFeedback{display:grid;gap:8px;margin:10px 0 16px;text-align:left;padding-top:22px}.playerFeedbackTitle{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#fffc;font-weight:800}.playerFeedbackLabel{font-size:12px;color:#ffffffb3;font-weight:600}.playerFeedbackInput{width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff;padding:8px 10px;font:inherit;resize:vertical;min-height:72px}.playerFeedbackInput:focus{outline:none;border-color:#1fb6c8b3;box-shadow:0 0 0 2px #1fb6c833}.playerFeedbackActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.playerFeedbackStatus{font-size:12px;color:#ffffffb3}.playerFeedbackStatusError{color:#ffb4ab}.playerStatSectionTitle{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#fff;font-weight:800;text-align:left}.playerEndStatsGridSession{margin-bottom:12px}.playerEndStatsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.playerStatCard{border-radius:12px;padding:12px;background:rgba(5,8,18,.75);border:1px solid rgba(31,182,200,.25);box-shadow:0 14px 30px #00000059;text-align:center}.playerStatCardWide{grid-column:1 / -1}.playerStatCardTotal{margin:0 auto;max-width:100%}@media (min-width: 640px){.playerStatCardTotal{max-width:calc((100% - 12px)/2)}}.playerStatValue{font-size:24px;font-weight:800;color:#fff}.playerStatLabel{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.statUnit{font-weight:400}.playerStatMessage{font-size:14px;font-weight:600;color:#ffffffd9}.playerStatCta{width:100%;border:0;border-radius:10px;padding:12px 14px;background:rgba(31,182,200,.16);color:#fffffff2;font:inherit;font-weight:700;cursor:pointer}.playerStatCta:hover{background:rgba(31,182,200,.28)}.playerEndActions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.playerEndFooter{margin-top:14px;font-size:14px;opacity:.75}.playerEndBtn{font:inherit;font-weight:700;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.playerEndBtn:hover{background:rgba(255,255,255,.16)}.playerEndPrimary{border-color:#1fb6c899;background:rgba(31,182,200,.16)}@keyframes playerOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes playerEndCardIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes playerIntroCountIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.secondaryBtn{border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:14px;width:56px;height:44px;padding:0;display:grid;place-items:center;cursor:pointer;font-weight:900;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.secondaryBtn svg{width:22px;height:22px;fill:currentColor}.playerTimer{font-weight:900}.playerDuration{opacity:.9}.playerDurationDot{margin:0 8px;opacity:.75}.playerDuration.isHidden{opacity:0}.playerTimerGroup{display:flex;align-items:center;gap:10px;pointer-events:none}.playerTimerRing{width:44px;height:44px;flex:0 0 auto;aspect-ratio:1 / 1}.playerTimerRing svg{width:100%;height:100%;display:block;aspect-ratio:1 / 1;transform:rotate(-90deg) scaleY(-1)}.playerTimerRingTrack{fill:none;stroke:#fff6;stroke-width:5}.playerTimerRingFill{fill:none;stroke:#1fb6c8cc;stroke-width:5;stroke-linecap:round}@media (max-width: 600px){.playerEndOverlay{position:fixed;overflow-y:auto;align-items:flex-start;padding:calc(24px + env(safe-area-inset-top)) 16px 16px;place-items:stretch}.playerEndCard{margin:36px auto 0}.playerTopBar{min-height:60px;padding-top:env(safe-area-inset-top)}.stage{padding-bottom:calc(52px + env(safe-area-inset-bottom))}.stage>img.slideImg{max-height:calc(100dvh - 170px)!important}.playerControls{padding-bottom:calc(12px + env(safe-area-inset-bottom));gap:14px}.playerControls .secondaryBtn{height:48px}.playerTopBar .ghostBtn{width:44px;height:44px}.playerTimerGroup{left:16px;top:calc(10px + env(safe-area-inset-top));bottom:auto;transform:none}.playerMetaFixed{left:16px;right:auto;top:calc(10px + env(safe-area-inset-top));bottom:auto;align-items:flex-start}.playerTimerRing{width:38px;height:38px}.playerDurationNotice{text-align:center;padding:8px 12px}}.mailingBand{position:relative;background:linear-gradient(90deg,var(--brand-900) 0%,var(--brand-500) 100%);color:#fff;padding:96px 24px 160px;overflow:visible}.mailingInner{width:min(720px,92vw);margin:0 auto;text-align:center;position:relative;z-index:1}.mailingTitle{margin:0 0 12px;font-size:clamp(28px,3.5vw,40px);font-weight:900;letter-spacing:.01em;font-family:var(--font-heading)}.mailingText{margin:0 0 28px;font-size:18px;opacity:.95}.mailingBtn{font:inherit;font-size:18px;font-weight:900;padding:14px 28px;background:transparent;color:#fff;text-decoration:none;border:2px solid rgba(255,255,255,.9);border-radius:6px;cursor:pointer}.mailingBtn:hover{background:var(--teal-700);border-color:var(--teal-700);color:#fff;text-decoration:none}.siteFooter{background:#2f2f2f;padding:48px 24px 56px;display:flex;flex-direction:column;align-items:center;gap:18px}.footerRow{width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.footerSpacer{height:1px}.backToTop{font:inherit;font-size:22px;font-weight:900;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer}.backToTop:hover{background:rgba(255,255,255,.1)}.socials{display:flex;gap:18px;justify-content:flex-end}.socialBtn{width:40px;height:40px;border-radius:50%;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7);display:grid;place-items:center;text-decoration:none;cursor:pointer}.socialBtn svg{width:18px;height:18px;fill:currentColor}.socialBtnYoutube svg{width:40px;height:40px}.socialBtn:hover{background:var(--teal-700);color:#081419}.footerMeta{display:flex;gap:16px;font-size:14px;opacity:.7;flex-wrap:wrap;justify-content:center}.footerMetaStack{flex-direction:column;gap:6px;align-items:center}.footerMetaRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}@media (max-width: 600px){.footerRow{grid-template-columns:1fr;justify-items:center;gap:16px}.footerSpacer{display:none}.footerMeta{order:1;text-align:center}.socials{order:2;justify-content:center}}.footerLink{color:#fff;text-decoration:none}.footerLink:hover{text-decoration:underline}.footerLinkButton{background:transparent;border:0;padding:0;font:inherit;cursor:pointer}.authBar{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:28px;width:100%}.authPanel{display:flex;flex-direction:column;gap:14px;margin-bottom:32px;width:min(520px,100%)}.authHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.authTitle{font-size:20px;font-weight:900}:root[data-theme=dark]{--ink: #e6e9ee;--bg: #0e1115;--white: #0f1216}:root[data-theme=dark] body{background:var(--bg);color:var(--ink)}:root[data-theme=dark] .subtitle{color:#f5f7fa}:root[data-theme=dark] .heroBrand{color:#f5f7fa}:root[data-theme=dark] .heroSteps{color:#f5f7fae6}:root[data-theme=dark] .customTimesToggle{color:#e4e7ea;border-color:#e4e7ea59}:root[data-theme=dark] .customTimesPanel{background:#141a1f;border-color:#ffffff14}:root[data-theme=dark] .customTimesIntro,:root[data-theme=dark] .customTimesRow,:root[data-theme=dark] .customTimesLabel,:root[data-theme=dark] .customTimesCustomLabel{color:#e4e7ea}:root[data-theme=dark] .customTimesSuffix,:root[data-theme=dark] .customTimesNote{color:#e4e7eab3}:root[data-theme=dark] .customTimesUnit{color:#e4e7eab3}:root[data-theme=dark] .customTimesInput{background:#0f1418;color:#e4e7ea;border-color:#fff3}:root[data-theme=dark] .customTimesInput.isSet{border-color:#0ac2cc;border-width:2px;font-weight:700}:root[data-theme=dark] .customTimesInput::-webkit-inner-spin-button,:root[data-theme=dark] .customTimesInput::-webkit-outer-spin-button{opacity:0;filter:brightness(.8);background:transparent}:root[data-theme=dark] .customTimesInput:focus::-webkit-inner-spin-button,:root[data-theme=dark] .customTimesInput:focus::-webkit-outer-spin-button,:root[data-theme=dark] .customTimesInput:hover::-webkit-inner-spin-button,:root[data-theme=dark] .customTimesInput:hover::-webkit-outer-spin-button{opacity:.6}:root[data-theme=dark] .customTimesInput.isZero{color:#e4e7ea80}:root[data-theme=dark] .customTimesAddRow{color:#0ac2cc;border-color:#e4e7ea59}:root[data-theme=dark] .customTimesRemoveRow{color:#0ac2cc;border-color:#e4e7ea59}:root[data-theme=dark] .customTimesActions .ghostBtn{color:#e4e7ea;background:rgba(255,255,255,.08);border-color:#ffffff2e}:root[data-theme=dark] .customTimesTotalsInline{color:#e4e7eacc}:root[data-theme=dark] .customTimesTotalRow{border-top-color:#e4e7ea33}:root[data-theme=dark] .customTimesTotalLabel{color:#e4e7eab3}:root[data-theme=dark] .customTimesTotalValue{color:#8ee6ea}:root[data-theme=dark] .customTimesResetLink{color:#8ee6ea}:root[data-theme=dark] .customTimesSelect{background:#0f1418;color:#e4e7ea;border-color:#fff3}:root[data-theme=dark] .poseList li{background:#12161b;border-color:#ffffff14;color:#f0f4f8}:root[data-theme=dark] .poseIntro{color:#fff9}:root[data-theme=dark] .poseOutroLine{color:#fff9}:root[data-theme=dark] .donateText{color:#fffc}:root[data-theme=dark] .donateCard{background:#12161b;color:#e6e9ee}:root[data-theme=dark] .termsPage{background:#0e1115;color:#e6e9ee}:root[data-theme=dark] .termsContainer{background:#12161b;color:#e6e9ee;box-shadow:0 18px 40px #00000073}:root[data-theme=dark] .termsContainer p{color:#e6e9eee6}.authSubtle{font-size:14px;color:#4a4a4a}.authCompliance{font-size:12px}.authSignupNoticeStandalone{font-size:15px;font-weight:600;color:#3a3a3a;line-height:1.4}.authSignupHeading{margin-top:12px;font-size:18px}.authSignupBody{margin-top:10px;font-size:14px;font-weight:400}.authSignupEmphasis{font-weight:700}.authRow{display:flex;gap:12px;flex-wrap:wrap}.authPanelAnimating{animation:authPanelResize .18s ease}@keyframes authPanelResize{0%{transform:scale(.98);opacity:.98}to{transform:scale(1);opacity:1}}.authRowStack{flex-direction:column;align-items:flex-start}.authLabel{font-weight:700}.authPrompt{margin-top:6px;font-size:13px;font-weight:700;color:#b00020}.authBtn{font:inherit;font-weight:700;padding:10px 16px;border-radius:6px;border:2px solid var(--teal-700);color:var(--teal-700);background:#fff;cursor:pointer}@media (max-width: 600px){.authBtn,.authProviderBtn,.authClose{min-height:44px}.authBtn{padding:12px 16px}.authProviderBtn{padding:10px 14px}}.authBtnDanger{border-color:#b02a2a;color:#b02a2a}.authProviderBtn{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;align-self:flex-start;font-weight:400}.authProviderGoogle{border-color:#4285f4;color:#111;background:#fff}.authProviderGoogle:hover{background:#2b6fe3;border-color:#2b6fe3;color:#111}.authProviderDiscord{border-color:#5865f2;color:#111;background:#fff}.authProviderDiscord .authIcon{color:#5865f2}.authProviderDiscord:hover{background:#4752c4;border-color:#4752c4;color:#111}.authProviderDisconnect{background:#fff;color:#2f2f2f;border-color:#c7c7c7}.authProviderDisconnect:hover{background:#f5f5f5}.authIcon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.authIcon svg{width:20px;height:20px;fill:currentColor}.authBtn:hover{background:var(--teal-700);color:#fff}.authBtnDanger:hover{background:#b02a2a;color:#fff}.authBtn:disabled{opacity:.6;cursor:not-allowed}.authClose{font:inherit;font-weight:700;padding:6px 10px;border-radius:999px;color:#c7c7c7;border:1px solid currentColor;background:#fff;cursor:pointer}.authDivider{font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#3a3a3a;margin:12px 0}.accountDivider{height:1px;background:#e3e3e3;width:100%;margin:16px 0 8px}.authForm{display:flex;flex-direction:column;gap:10px}.authFormSpaced .authField,.authFormSpaced .authPasswordField{margin-bottom:6px}.authLineBreak{margin-bottom:8px}.authSpacer{height:8px}.authSection{display:flex;flex-direction:column;gap:10px}.authSectionCentered{align-items:flex-start;justify-content:center;min-height:220px}.authSectionLabel{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5a5a5a}.authFieldLabel{font-size:12px;font-weight:700;color:#3a3a3a}.authFieldLabelPlain{font-weight:400;letter-spacing:.02em;text-transform:none}.authOAuthGroup{gap:14px}.authFormError{margin-top:-2px;font-size:12px;font-weight:400}.authForgotLink{align-self:flex-end;font-size:8px;text-align:right;color:#c024b7;margin-bottom:6px}.authForgotUsername{align-self:flex-end;font-size:8px;text-align:right;color:#c024b7;margin-top:6px;margin-bottom:6px}.authUsernameLookup{margin-top:6px}.reportForm{display:flex;flex-direction:column;gap:12px;margin-top:18px}.reportLabel{font-size:14px;font-weight:700;color:#333}.reportTextarea{font:inherit;padding:12px 14px;border-radius:8px;border:1px solid #c7c7c7;resize:vertical;min-height:140px}.authCheck{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#3a3a3a}.authCheckText{flex:1}.authCheckError .authCheckText{color:#b3261e}.authCheckRequired{font-weight:400}.authCompliance a{color:inherit;font-weight:700}.authCompliance a:hover{color:inherit}.authCheck input{margin-top:2px}.toggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.toggleLabel{font-size:13px;font-weight:700;color:#3a3a3a}.toggleSwitch{position:relative;display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.toggleSwitch input{position:absolute;top:0;right:0;bottom:0;left:0;width:44px;height:24px;opacity:0;cursor:pointer}.toggleTrack,.toggleThumb{pointer-events:none}.toggleTrack{width:44px;height:24px;border-radius:999px;background:#d0d0d0;border:1px solid #c7c7c7;display:inline-flex;align-items:center;padding:2px;position:relative;transition:background .16s ease,border-color .16s ease}.toggleThumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026;transform:translate(0);transition:transform .16s ease;z-index:1}.toggleSwitch input:checked+.toggleTrack{background:rgba(10,142,160,.25);border-color:#0a8ea080}.toggleSwitch input:checked+.toggleTrack .toggleThumb{transform:translate(20px)}.toggleSwitch input:disabled+.toggleTrack{opacity:.6;cursor:not-allowed}.toggleSwitchSquare input{width:54px;height:22px}.toggleSwitchSquare .toggleTrack{width:54px;height:22px;border-radius:6px;background:rgba(22,163,74,.25);border-color:#16a34ab3}.toggleSwitchSquare .toggleThumb{width:16px;height:16px;border-radius:4px}.toggleSwitchSquare input:checked+.toggleTrack .toggleThumb{transform:translate(32px)}.toggleSwitchSquare input:checked+.toggleTrack{background:rgba(191,38,38,.2);border-color:#bf262699}.toggleSwitchSquare .toggleText{position:absolute;top:0;right:0;bottom:0;left:0;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#166534;z-index:0;display:flex;align-items:center}.toggleSwitchSquare input:checked+.toggleTrack .toggleText{color:#7f1d1d}.toggleSwitchSquare .toggleText.isOff{justify-content:flex-end;padding-right:6px;padding-left:30px}.toggleSwitchSquare .toggleText.isOn{justify-content:flex-start;padding-left:6px;padding-right:30px}.heroToggle.isPortuguese .toggleSwitchSquare input,.heroToggle.isPortuguese .toggleSwitchSquare .toggleTrack{width:92px}.heroToggle.isPortuguese .toggleSwitchSquare input:checked+.toggleTrack .toggleThumb{transform:translate(70px)}.heroToggle.isPortuguese .toggleSwitchSquare .toggleText.isOff{padding-left:64px}.heroToggle.isPortuguese .toggleSwitchSquare .toggleText.isOn{padding-right:64px}.heroToggle.isJapanese .toggleSwitchSquare input,.heroToggle.isJapanese .toggleSwitchSquare .toggleTrack{height:30px}.heroToggle.isJapanese .toggleSwitchSquare .toggleThumb{height:22px;width:22px;border-radius:5px}.authCheck a{color:var(--teal-700);text-decoration:none}.authCheck a:hover{text-decoration:underline}.complianceOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(9,9,9,.55);display:grid;place-items:center;padding:24px;z-index:1100}.complianceCard{width:min(520px,92vw);background:#fff;border-radius:16px;padding:20px;box-shadow:0 24px 60px #00000040;display:grid;gap:10px}.complianceTitle{font-size:18px;font-weight:900}.complianceText{margin:0;font-size:14px;color:#333}.termsPage{min-height:auto;background:#f5f5f5;color:#111;padding:64px 24px 32px}:root[data-theme=dark] .termsPage{background:#0f1114}@media (prefers-color-scheme: dark){.termsPage{background:#0f1114}}.termsContainer{width:min(820px,92vw);margin:0 auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 18px 40px #0000001a}.termsContainer h1{margin:0 0 16px;font-size:clamp(26px,3vw,36px);font-weight:900;font-family:var(--font-heading)}.termsContainer h2{margin:24px 0 10px;font-size:18px;font-weight:800;letter-spacing:-.01em}.termsHome{display:inline-block;margin-bottom:0}.termsNav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:16px;margin-bottom:16px}.termsLinks{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0;justify-self:center}.termsNav a{color:#111;font-size:14px;font-weight:600;text-decoration:none;opacity:.7}.termsNav a:hover{text-decoration:underline;opacity:1}.termsNav a.isActive{font-weight:900;opacity:1;text-decoration:none}.termsContainer p{margin:0 0 14px;font-size:15px;line-height:1.6;color:#333}.alertText{color:#b00020;font-weight:700}.authField{font:inherit;padding:12px 14px;border-radius:8px;border:1px solid #c7c7c7}.authTextarea{min-height:80px;resize:vertical}.authPasswordField{position:relative;width:100%}.authPasswordField .authField{width:100%;padding-right:52px}.authPasswordToggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--teal-700);background:transparent;border:0;padding:0;cursor:pointer}.authPasswordToggle svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.authPasswordToggle:disabled{opacity:.6;cursor:not-allowed}.authDangerLabel{color:#7b1f1f}.authError{font-weight:700;color:#b00020}.authErrorSoft{font-weight:400}.authSwitch{font-size:13px;font-weight:400;color:#3a3a3a}.authSwitchLabel{font-weight:400}.authLink{font:inherit;font-weight:800;color:var(--teal-700);background:transparent;border:0;padding:0;cursor:pointer}.authLink.authForgotLink,.authLink.authForgotUsername{font-size:13px;font-weight:400}.authLinkPlain{font-weight:400}.authLink:hover{text-decoration:underline}.authOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(9,9,9,.5);display:grid;place-items:center;padding:24px;z-index:1000;overscroll-behavior:contain}.accountDropdownOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:1000;overflow-y:auto;overscroll-behavior:contain}.accountDropdownCard{position:absolute;top:64px;right:24px;width:min(560px,92vw);background:#fff;border-radius:14px;padding:18px;box-shadow:0 18px 40px #0003;color:#111;max-height:calc(100dvh - 96px);overflow-y:auto}.accountLayout{display:flex;gap:16px;align-items:flex-start}.accountMenu{display:flex;flex-direction:column;gap:6px;min-width:150px;background:#f2f2f2;border-radius:10px;padding:8px}.accountTabSelect{display:none}.accountTabSelectField{width:100%}.accountMobileHeader{display:none}.accountCloseInline{margin-left:auto}.accountTab{text-align:left;font:inherit;font-weight:700;color:#2f2f2f;background:transparent;border:0;padding:8px 10px;border-radius:8px;cursor:pointer}.accountTab.isActive{background:#f0f0f0;color:var(--teal-700);font-weight:800}.accountTabDanger{color:#a02828}.accountLogoutBtn{width:100%;justify-content:center}.accountContent{flex:1;display:flex;flex-direction:column;gap:14px}@media (max-width: 600px){.accountLayout{flex-direction:column}.accountMenu{display:none}.accountMobileHeader{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08);width:100%}.accountTabSelect{display:block;flex:1 1 auto;max-width:220px}.accountTabSelectField{border:2px solid var(--teal-700);border-radius:10px;font-weight:700;background:#fff;padding:10px 12px}.accountMobileLogout{padding:8px 12px;white-space:nowrap}}.accountRow{display:grid;grid-template-columns:90px 1fr;gap:10px;align-items:center}.accountRowSingle{grid-template-columns:1fr}.accountRowLabel{font-weight:700;font-size:13px;color:#3a3a3a}.accountRowField{width:100%}.accountStats{margin-top:12px;display:grid;gap:8px}.accountStatsTitle{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#5a5a5a}.accountStatsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.accountStatCard{border-radius:10px;padding:10px 12px;background:#f7f7f7;border:1px solid rgba(1,65,91,.12);text-align:center}.accountStatValue{font-size:20px;font-weight:800;color:#111}.accountStatLabel{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#0000008c}.accountProfileBtn{margin:18px auto 0}:root[data-theme=dark] .accountDropdownCard{color:#111}:root[data-theme=dark] .accountDropdownCard .authSubtle{color:#5a5a5a}:root[data-theme=dark] .accountDropdownCard .authLabel,:root[data-theme=dark] .accountDropdownCard .toggleLabel,:root[data-theme=dark] .accountDropdownCard .authCheck{color:#111}.authCard{width:min(560px,92vw);min-height:min(420px,92vh);background:#fff;border-radius:16px;padding:22px;box-shadow:0 24px 60px #00000040;color:#111;--brand-500: #16A1D9;--teal-700: var(--brand-500)}.heroActionBtn{font:inherit;font-weight:800;padding:10px 16px;border-radius:6px;border:2px solid var(--teal-700);color:var(--teal-700);background:#fff;cursor:pointer}.heroActionBtn:hover{background:var(--teal-700);color:#fff}
