/* Approved edge-to-edge media content; shared runtime still owns shell geometry. */
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > .bottom-sheet-header {
    height: 0 !important; min-height: 0 !important; padding: 0 !important; border: 0 !important;
    background: transparent !important; position: relative; z-index: 5; overflow: visible; pointer-events: none;
}
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > .bottom-sheet-header > div {
    height: 0 !important; min-height: 0 !important; padding: 0 !important;
}
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .mobile-guided-filter-title { display: none !important; }
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > .bottom-sheet-header button,
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > [data-bottom-sheet-close] {
    position: absolute !important; inset: 8px 8px auto auto !important; width: 44px !important; height: 44px !important;
    padding: 12px !important; margin: 0 !important; pointer-events: auto; transform: none !important;
}
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator[data-video-creator-stage="watch"] > .bottom-sheet-header button,
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator[data-video-creator-stage="watch"] > [data-bottom-sheet-close] {
    background: rgb(0 0 0 / .28) !important; color: #fff !important; border: 0 !important;
}
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > .bottom-sheet-content {
    padding: 0 !important; margin: 0 !important; min-height: 0 !important; display: block !important;
}
.is-video-creator button { touch-action: manipulation; }
.is-video-creator button:focus-visible { outline: 3px solid #d7181c; outline-offset: 3px; }
.is-video-creator [hidden] { display: none !important; }
.is-video-creator .sc-categories { padding: 64px 16px 24px; gap: 12px; }
.is-video-creator .sc-categories .desktop-guided-card { min-width: 0; }
.is-video-creator .sc-watch {
    position: relative; width: 100%; height: var(--panel-sheet-available-height, 80dvh);
    min-height: 220px; overflow: hidden; background: #111; isolation: isolate; touch-action: pan-y; user-select: none;
}
.is-video-creator .sc-watch video { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; pointer-events: none; }
.is-video-creator .sc-top { position: absolute; z-index: 2; inset: 8px 60px auto 8px; display: flex; gap: 4px; align-items: center; }
.is-video-creator .sc-control { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgb(0 0 0 / .28); color: #fff; padding: 10px; }
.is-video-creator svg { width: 24px; height: 24px; flex: none; }
.is-video-creator .sc-playback { flex: 1; height: 3px; min-width: 12px; margin-inline: 4px; background: rgb(255 255 255 / .35); border-radius: 999px; overflow: hidden; }
.is-video-creator .sc-playback span { display: block; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }
.is-video-creator .sc-bottom { position: absolute; inset: auto 0 0; color: #fff; padding: 48px 16px max(20px, env(safe-area-inset-bottom)); text-align: center; background: linear-gradient(transparent, rgb(0 0 0 / .75)); }
/* One self-contained gesture illustration; no image request or style-name cue. */
.is-video-creator .sc-swipe-hint { display: grid; place-items: center; margin: 0 auto 12px; color: rgb(255 255 255 / .92); pointer-events: none; }
.is-video-creator .sc-swipe-hint svg { display: block; width: 136px; height: auto; max-width: 100%; overflow: visible; filter: drop-shadow(0 2px 4px rgb(0 0 0 / .65)); }
.is-video-creator .sc-swipe-hand { transform-origin: 72px 44px; animation: sc-swipe-demonstration 2400ms ease-in-out 2; }
@keyframes sc-swipe-demonstration {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(-12px) rotate(-6deg); }
    75% { transform: translateX(12px) rotate(6deg); }
}
@media (prefers-reduced-motion: reduce) {
    .is-video-creator .sc-swipe-hand { animation: none; }
}
.is-video-creator .sc-decisions { display: flex; gap: 32px; justify-content: center; }
.is-video-creator .sc-decisions > div { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 0 1 130px; min-width: 0; }
.is-video-creator .sc-decisions span { font-size: 12px; line-height: 1.25; max-width: 100%; text-align: center; }
.is-video-creator .sc-decision { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #333; border: 0; }
.is-video-creator .sc-decision--yes { background: #258568; color: #fff; }
.is-video-creator .sc-loading { padding: 64px 24px 24px; font-size: 14px; }
.is-video-creator .sc-loading button, .is-video-creator .sc-media-message button { min-height: 44px; padding: 8px 16px; border-radius: 12px; border: 0; background: #fff; color: #333; font: inherit; }
.is-video-creator .sc-media-message { position: absolute; inset: 30% 16px auto; z-index: 3; display: grid; justify-items: center; gap: 12px; padding: 16px; color: #fff; font-size: 14px; text-align: center; background: rgb(0 0 0 / .72); border-radius: 16px; }
.is-video-creator .sc-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (min-width: 931px) {
    .desktop-schedule-preview-body .is-video-creator .sc-watch { height: var(--desktop-creator-watch-height, min(720px, calc(100dvh - var(--desktop-preview-header-height, 76px) - 48px))); min-height: 0; }
}
@media (max-height: 500px) {
    .is-video-creator .sc-bottom { padding-top: 24px; padding-bottom: 8px; }
    .is-video-creator .sc-swipe-hint { margin-bottom: 6px; }
    .is-video-creator .sc-decision { width: 44px; height: 44px; }
}

/* Onboarding shares the finale's stage, light and warm type, not form chrome. */
.is-video-creator :is(.sc-question, .sc-category-step) {
    --sc-ink: #fff5e8; --sc-muted: #d4bdb4; --sc-gold: #e8bf79; --sc-dark: #100e11;
    position: relative; isolation: isolate; box-sizing: border-box; overflow: hidden;
    display: flex; flex-direction: column; justify-content: center; gap: 24px;
    min-height: 0; padding: 64px 24px 28px;
    color: var(--sc-ink); background: var(--sc-dark);
}
.is-video-creator .sc-intro-mark {
    position: relative; display: grid; place-items: center; align-self: flex-start;
    width: 64px; height: 64px; margin-bottom: 4px; border-radius: 50%;
    color: var(--sc-gold); font-size: 42px; line-height: 1; font-weight: 400;
    border: 1px solid rgb(232 191 121 / .28);
    background: radial-gradient(circle at 30% 20%,#56202b,#201219 70%);
    box-shadow: 0 0 44px rgb(215 24 28 / .18), inset 0 1px rgb(255 245 232 / .1);
}
.is-video-creator .sc-intro-mark::after { content: ''; position: absolute; inset: -7px; border: 1px solid rgb(232 191 121 / .12); border-radius: inherit; }
.is-video-creator .sc-question h2 { position: relative; margin: 0; font-size: clamp(28px, 6vw, 36px); font-weight: 800; letter-spacing: -1px; line-height: 1.12; color: var(--sc-ink); }
.is-video-creator .sc-question-back { position: absolute; z-index: 3; inset: 8px auto auto 8px; width: 44px; height: 44px; padding: 10px; border: 1px solid rgb(255 245 232 / .14); border-radius: 50%; background: rgb(255 245 232 / .08); color: var(--sc-ink); display: grid; place-items: center; }
.is-video-creator .sc-answers { position: relative; display: grid; gap: 14px; }
.is-video-creator .sc-answer { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 96px; padding: 22px; text-align: left; border: 1px solid rgb(255 166 142 / .26); border-radius: 16px; background: linear-gradient(110deg,#60202a,#251319 74%,#311a1b); color: var(--sc-ink); font: inherit; font-size: 22px; font-weight: 800; letter-spacing: -.5px; line-height: 1.18; box-shadow: inset 0 1px rgb(255 245 232 / .06),0 8px 24px rgb(0 0 0 / .18); transition: border-color 160ms ease, background-color 160ms ease; }
.is-video-creator .sc-answer::before { content: ''; position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(115deg,transparent 0 22px,rgb(255 245 232 / .035) 23px 24px); pointer-events: none; }
.is-video-creator .sc-answer:nth-child(2n) { background: linear-gradient(110deg,#341923,#211b1d 70%,#34261f); border-color: rgb(232 191 121 / .24); }
.is-video-creator .sc-answer:hover { border-color: var(--sc-gold); }
.is-video-creator .sc-answer-arrow { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border: 1px solid rgb(232 191 121 / .22); border-radius: 50%; font-size: 28px; font-weight: 400; color: var(--sc-gold); }
.is-video-creator .sc-category-help { position: relative; margin: 0; font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--sc-ink); }
.is-video-creator .sc-category-step .sc-categories { position: relative; padding: 0; gap: 12px; }
.is-video-creator .sc-category-step .sc-category-choice { position: relative; isolation: isolate; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgb(232 191 121 / .22); border-radius: 16px; background: #22151a; color: var(--sc-ink); outline-offset: 3px; box-shadow: inset 0 1px rgb(255 245 232 / .06); }
.is-video-creator .sc-category-step .sc-category-choice img { display: block; width: 100%; aspect-ratio: 3 / 4; height: auto; object-fit: cover; opacity: .82; }
.is-video-creator .sc-category-step .sc-category-choice > span { display: flex; align-items: center; justify-content: center; min-height: 60px; margin: 0; padding: 12px 8px; font-size: 14px; font-weight: 800; line-height: 1.2; color: var(--sc-ink); background: linear-gradient(115deg,#432028,#241519); }
.is-video-creator .sc-category-step .sc-category-choice[aria-pressed="true"] { border-color: var(--sc-gold) !important; box-shadow: inset 0 0 0 1px var(--sc-gold),0 0 24px rgb(215 24 28 / .16); background: #432028; }
.is-video-creator .sc-category-choice[aria-pressed="true"] img { opacity: 1; }
.is-video-creator .sc-category-check { position: absolute; z-index: 2; top: 8px; right: 8px; width: 26px; height: 26px; border-radius: 50%; background: rgb(16 14 17 / .8); color: var(--sc-dark); border: 1px solid var(--sc-gold); display: grid; place-items: center; }
.is-video-creator .sc-category-check svg { visibility: hidden; width: 18px; height: 18px; }
.is-video-creator .sc-category-choice[aria-pressed="true"] .sc-category-check { background: var(--sc-gold); border-color: var(--sc-gold); }
.is-video-creator .sc-category-choice[aria-pressed="true"] .sc-category-check svg { visibility: visible; }
.is-video-creator .sc-start { position: relative; display: block; width: 100%; min-height: 56px; margin-top: 0; padding: 14px 20px; border: 1px solid rgb(255 245 232 / .45); border-radius: 16px; font: inherit; font-size: 20px; font-weight: 800; letter-spacing: -.3px; color: #241519; background: linear-gradient(105deg,#fff5e8,#e8bf79); box-shadow: 0 10px 28px rgb(232 191 121 / .12); }
.is-video-creator .sc-start:disabled { background: rgb(255 245 232 / .06); color: #b49d94; border-color: rgb(255 245 232 / .18); box-shadow: none; cursor: default; }
.is-video-creator :is(.sc-question,.sc-category-step) button:focus-visible { outline-color: #fff5e8; }
@media (min-width: 931px) {
    .is-video-creator :is(.sc-question,.sc-category-step) { padding-inline: 40px; }
    .is-video-creator .sc-category-step .sc-category-choice img { aspect-ratio: 1 / 1; }
    .is-video-creator .sc-category-step .sc-category-choice > span { font-size: 18px; }
}
@media (max-width: 380px), (max-height: 700px) {
    .is-video-creator :is(.sc-question,.sc-category-step) { padding: 60px 16px 20px; gap: 20px; }
    .is-video-creator .sc-intro-mark { width: 48px; height: 48px; font-size: 32px; }
    .is-video-creator .sc-answer { padding: 18px 16px; min-height: 80px; font-size: 20px; }
    .is-video-creator .sc-question h2 { font-size: 28px; }
    .is-video-creator .sc-category-step .sc-categories { gap: 8px; }
    .is-video-creator .sc-category-step .sc-category-choice > span { min-height: 54px; font-size: 12px; }
}
/* On a short desktop window, the portrait frame stays inside the viewport.
   Controls get two rows rather than forcing a wide frame or shrinking hit areas. */
@media (min-width: 931px) and (max-height: 580px) {
    .is-video-creator .sc-top { display: grid; grid-template-columns: 44px 1fr; row-gap: 6px; }
    .is-video-creator .sc-top [data-sc-pause] { grid-row: 2; grid-column: 1; }
    .is-video-creator .sc-top [data-sc-sound] { grid-row: 2; grid-column: 2; }
    .is-video-creator .sc-playback { width: 100%; margin-inline: 0; }
}
@media (min-width: 931px) and (max-height: 400px) {
    .is-video-creator .sc-top { right: 8px; }
    .is-video-creator .sc-playback { visibility: hidden; }
    .is-video-creator .sc-bottom { padding-inline: 4px; }
    .is-video-creator .sc-swipe-hint svg { width: 80px; }
    .is-video-creator .sc-decisions { gap: 12px; }
    .is-video-creator .sc-decisions span { font-size: 10px; }
    .is-video-creator .sc-media-message { inset: 106px 4px 66px; padding: 4px; gap: 0; overflow: auto; }
    .is-video-creator .sc-media-message span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    .is-video-creator .sc-media-message button { padding: 4px; font-size: 11px; width: 100%; }
}

/* Shared creator stage artwork. Shell surface, overlay and lifecycle unchanged. */
.is-video-creator :is(.sc-anticipation, .sc-summary) {
    --sc-ink: #fff5e8; --sc-muted: #d4bdb4; --sc-gold: #e8bf79; --sc-dark: #100e11;
    position: relative; isolation: isolate; box-sizing: border-box;
    color: var(--sc-ink); background: var(--sc-dark); overflow: hidden;
    min-height: 0; padding: 60px 24px 24px;
}
/* Clip the content artwork to the existing shell radius, not a new geometry. */
.is-video-creator:is([data-video-creator-stage="welcome"], [data-video-creator-stage="experience"], [data-video-creator-stage="change"], [data-video-creator-stage="known"], [data-video-creator-stage="categories"], [data-video-creator-stage="anticipation"], [data-video-creator-stage="revealing"], [data-video-creator-stage="summary"]) > .bottom-sheet-content { border-radius: inherit; }
/* Artwork meets the native X; it does not replace the native control. */
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator:is([data-video-creator-stage="welcome"], [data-video-creator-stage="experience"], [data-video-creator-stage="change"], [data-video-creator-stage="known"], [data-video-creator-stage="categories"], [data-video-creator-stage="anticipation"], [data-video-creator-stage="revealing"], [data-video-creator-stage="summary"]) :is(.bottom-sheet-header button, [data-bottom-sheet-close]) {
    color: #fff5e8 !important; background: rgb(255 245 232 / .08) !important; border: 1px solid rgb(255 245 232 / .14) !important;
}
.is-video-creator .sc-stage-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.is-video-creator .sc-stage-art::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 10% 15%, rgb(215 24 28 / .22), transparent 48%), radial-gradient(ellipse at 100% 70%, rgb(149 12 15 / .24), transparent 50%);
}
.is-video-creator .sc-beam { position: absolute; top: -80px; width: 72%; height: 115%; transform-origin: center top; opacity: .58; }
.is-video-creator .sc-beam--left { left: -34%; transform: rotate(-26deg); background: linear-gradient(90deg, transparent 42%, rgb(245 52 54 / .25) 90%, rgb(255 88 74 / .07)); }
.is-video-creator .sc-beam--right { right: -34%; transform: rotate(26deg); background: linear-gradient(-90deg, transparent 42%, rgb(245 52 54 / .25) 90%, rgb(255 88 74 / .07)); }
.is-video-creator .sc-stage-halo { position: absolute; width: 440px; height: 440px; border-radius: 50%; top: 16%; left: calc(50% - 220px); background: radial-gradient(circle, rgb(215 24 28 / .15), transparent 68%); }
.is-video-creator .sc-stage-grid { position: absolute; inset: 65% -45% -50%; transform: perspective(300px) rotateX(58deg); transform-origin: center top; background-image: linear-gradient(rgb(232 191 121 / .065) 1px, transparent 1px),linear-gradient(90deg, rgb(232 191 121 / .065) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(transparent, #000 24%,transparent 90%); }
.is-video-creator .sc-stage-sign { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; color: var(--sc-ink); }
.is-video-creator .sc-stage-sign > span { width: 6px; height: 6px; flex: none; border-radius: 50%; background: #ff4e4e; box-shadow: 0 0 12px rgb(255 70 70 / .7); }
.is-video-creator .sc-stage-sign > i { font-style: normal; font-size: 10px; font-weight: 500; letter-spacing: .12em; color: var(--sc-muted); margin-left: auto; }
/* One rhythm dial changes personality with each joke, using the existing visible-time clock. */
.is-video-creator .sc-anticipation { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 24px; text-align: center; }
.is-video-creator .sc-anticipation .sc-stage-sign { align-self: stretch; margin-bottom: 4px; }
.is-video-creator .sc-rhythm-dial { position: relative; width: 224px; height: 224px; flex: none; margin: 8px 0; border-radius: 50%; background: radial-gradient(circle at 34% 24%,#442024,#150e13 68%); box-shadow: 0 0 0 1px rgb(232 191 121 / .15),0 24px 64px rgb(0 0 0 / .4),0 0 80px rgb(215 24 28 / .18); }
.is-video-creator .sc-dial-orbit { position: absolute; inset: -16px; border: 1px solid rgb(232 191 121 / .15); border-radius: 50%; }
.is-video-creator .sc-dial-orbit::after { content: ''; position: absolute; inset: -1px; border: 2px solid transparent; border-top-color: #d7181c; border-bottom-color: rgb(232 191 121 / .45); border-radius: 50%; transform: rotate(-30deg); animation: sc-orbit 2700ms cubic-bezier(.2,.6,.4,1) both; }
.is-video-creator .sc-dial-inner { position: absolute; inset: 20px; border: 1px solid rgb(255 245 232 / .07); border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 14px, rgb(255 245 232 / .025) 15px 16px); }
.is-video-creator .sc-dial-ticks { position: absolute; inset: 0; }
.is-video-creator .sc-dial-ticks i { position: absolute; top: 8px; left: calc(50% - 2px); width: 4px; height: 9px; border-radius: 999px; background: var(--sc-gold); transform-origin: 2px 104px; transform: rotate(calc(var(--sc-beat)*45deg)); opacity: .22; }
.is-video-creator[data-sc-result-phase="1"] .sc-dial-ticks i { animation: sc-beat-light 800ms linear calc(var(--sc-beat)*100ms) both; }
.is-video-creator :is(.sc-dial-shoes, .sc-dial-eight, .sc-dial-mirror) { position: absolute; inset: 32px; display: grid; place-items: center; transition: opacity 220ms ease, transform 320ms cubic-bezier(.2,.8,.2,1); }
.is-video-creator .sc-dial-eight { font-size: 136px; font-weight: 800; line-height: 1; color: var(--sc-ink); opacity: 0; transform: scale(.7) rotate(-12deg); text-shadow: 5px 6px 0 rgb(215 24 28 / .8); }
.is-video-creator .sc-dial-shoes svg { width: 110px; height: 120px; stroke: var(--sc-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.is-video-creator .sc-shoe-left { transform-origin: center; animation: sc-foot-left 600ms ease-in-out infinite; }
.is-video-creator .sc-shoe-right { transform-origin: center; animation: sc-foot-right 600ms ease-in-out infinite; stroke: var(--sc-gold); }
.is-video-creator .sc-dial-mirror { opacity: 0; transform: scale(.75) rotate(-8deg); }
.is-video-creator .sc-dial-mirror > span { width: 80px; height: 114px; border: 2px solid var(--sc-gold); border-radius: 999px 999px 12px 12px; background: linear-gradient(125deg,rgb(255 245 232 / .03) 20%,rgb(255 245 232 / .32) 22%,rgb(255 245 232 / .04) 27% 43%,rgb(255 245 232 / .22) 44% 49%,rgb(255 245 232 / .03) 50%); box-shadow: 8px 8px 0 rgb(215 24 28 / .25); }
.is-video-creator .sc-dial-mirror > i { position: absolute; top: 5px; right: 7px; color: var(--sc-ink); font-style: normal; font-size: 56px; line-height: 1; }
.is-video-creator .sc-dial-dot { position: absolute; right: -20px; top: 102px; width: 8px; height: 8px; border-radius: 50%; background: #ff5757; box-shadow: 0 0 16px #d7181c; }
.is-video-creator[data-sc-result-phase="1"] .sc-dial-shoes, .is-video-creator[data-sc-result-phase="2"] .sc-dial-shoes { opacity: 0; transform: translateY(-20px) rotate(-10deg) scale(.8); }
.is-video-creator[data-sc-result-phase="1"] .sc-dial-eight { opacity: 1; transform: scale(1) rotate(-7deg); }
.is-video-creator[data-sc-result-phase="2"] .sc-dial-eight { opacity: 0; transform: scale(1.15) rotate(8deg); }
.is-video-creator[data-sc-result-phase="2"] .sc-dial-mirror { opacity: 1; transform: scale(1) rotate(5deg); }
.is-video-creator[data-sc-result-phase="2"] .sc-dial-mirror > i { animation: sc-spark 600ms ease-out both; }
.is-video-creator .sc-anticipation-copy { min-height: 104px; max-width: 300px; }
.is-video-creator .sc-anticipation-copy p { font-size: 24px; line-height: 1.2; font-weight: 800; letter-spacing: -.6px; margin: 0 0 12px; min-height: 58px; color: var(--sc-ink); }
.is-video-creator .sc-anticipation-copy > span { color: var(--sc-muted); font-size: 12px; line-height: 1.4; }
.is-video-creator .sc-stage-pulse { display: flex; align-items: center; justify-content: center; gap: 5px; height: 24px; }
.is-video-creator .sc-stage-pulse i { width: 3px; height: 8px; border-radius: 999px; background: var(--sc-gold); animation: sc-soundbar 600ms ease-in-out infinite alternate; }
.is-video-creator .sc-stage-pulse i:nth-child(3n) { height: 22px; animation-delay: -300ms; background: #ed4141; }
.is-video-creator .sc-stage-pulse i:nth-child(3n + 1) { height: 14px; animation-delay: -150ms; }
/* Results are poster-like, never a success checklist. Reserve the slots so the sheet is stable. */
.is-video-creator .sc-summary { --sc-card-height: 96px; display: flex; flex-direction: column; gap: 24px; }
.is-video-creator .sc-summary h2 { position: relative; margin: 0; max-width: 440px; color: var(--sc-ink); font-size: clamp(32px, 7vw, 40px); font-weight: 800; letter-spacing: -1.3px; line-height: 1.08; outline: 0; }
.is-video-creator .sc-summary h2 > span { color: var(--sc-gold); }
.is-video-creator .sc-summary ul { position: relative; display: flex; flex-direction: column; gap: 12px; min-height: 0; list-style: none; padding: 0; margin: 0; }
.is-video-creator .sc-result-card { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; gap: 12px; min-height: var(--sc-card-height); padding: 20px 16px; margin: 0; border: 1px solid rgb(255 166 142 / .2); border-radius: 16px; background: linear-gradient(110deg,#60202a,#251319 68%,#311a1b); box-shadow: inset 0 1px rgb(255 245 232 / .05), 0 8px 24px rgb(0 0 0 / .18); }
.is-video-creator .sc-result-card:nth-child(2n) { background: linear-gradient(110deg,#341923,#211b1d 65%,#34261f); border-color: rgb(232 191 121 / .21); }
.is-video-creator .sc-result-card:nth-child(3n) { background: linear-gradient(110deg,#46151d,#251218 62%,#4b1c20); }
.is-video-creator .sc-result-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(115deg,transparent 0 22px,rgb(255 245 232 / .04) 23px 24px),radial-gradient(ellipse at 100% 0,rgb(242 168 99 / .13),transparent 60%); }
.is-video-creator .sc-result-card::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,#9d1c25,#d7181c 85%,#f3c4a0); transform: translateX(102%); pointer-events: none; animation: sc-curtain 400ms cubic-bezier(.2,.8,.2,1) both; }
.is-video-creator .sc-card-number { align-self: flex-start; margin-top: 2px; color: var(--sc-gold); font-size: 10px; line-height: 1; letter-spacing: .06em; font-weight: 700; }
.is-video-creator .sc-result-name { flex: 1; min-width: 0; color: var(--sc-ink); font-size: clamp(24px,6vw,30px); font-weight: 800; line-height: 1.08; letter-spacing: -.65px; overflow-wrap: anywhere; }
.is-video-creator .sc-card-spark { color: var(--sc-gold); font-size: 36px; font-weight: 400; line-height: 1; margin-left: 4px; }
.is-video-creator .sc-style-reveal { animation: sc-card-enter 400ms cubic-bezier(.2,.8,.2,1) both; }
.is-video-creator .sc-result-footer { position: relative; z-index: 3; display: grid; justify-items: center; gap: 16px; margin-top: auto; }
.is-video-creator .sc-result-caption { color: var(--sc-muted); font-size: 12px; line-height: 1.4; text-align: center; }
.is-video-creator .sc-countdown { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; min-width: 148px; border: 1px solid rgb(255 245 232 / .2); border-radius: 999px; background: rgb(255 245 232 / .035); padding: 10px 16px; color: var(--sc-ink); font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; }
.is-video-creator .sc-countdown::before { content: ''; width: 8px; height: 10px; border-inline: 2px solid var(--sc-gold); }
.is-video-creator .sc-countdown::after { content: ''; position: absolute; bottom: 0; left: 0; width: calc(var(--sc-dwell,1)*100%); height: 2px; background: var(--sc-gold); }
.is-video-creator .sc-countdown[data-sc-paused="true"]::before { border: 0; width: 12px; height: 12px; background: var(--sc-gold); clip-path: polygon(20% 0,90% 50%,20% 100%); }
.is-video-creator .sc-empty-result { margin: 16px 0 64px; color: var(--sc-muted); font-size: 16px; line-height: 1.5; max-width: 340px; }
/* One bilateral burst, above artwork/cards, below the controls. Ends before the reading dwell. */
.is-video-creator .sc-confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 2; animation: sc-confetti-fade 2000ms linear forwards; }
.is-video-creator .sc-confetti-piece { position: absolute; top: 48%; left: var(--sc-origin); width: 6px; height: 12px; border-radius: 2px; background: #ef393b; animation: sc-confetti-fan 1750ms cubic-bezier(.12,.6,.32,1) var(--sc-delay) both; }
.is-video-creator .sc-confetti-piece--1 { background: #fff5e8; height: 6px; border-radius: 50%; }
.is-video-creator .sc-confetti-piece--2 { background: #e8bf79; width: 4px; height: 16px; }
.is-video-creator.sc-effects-paused *, .is-video-creator.sc-effects-paused *::before, .is-video-creator.sc-effects-paused *::after { animation-play-state: paused !important; }
@keyframes sc-orbit { from { transform: rotate(-30deg); } to { transform: rotate(330deg); } }
@keyframes sc-beat-light { 0%,15% { opacity: 1; } 60%,100% { opacity: .22; } }
@keyframes sc-foot-left { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(3deg); } }
@keyframes sc-foot-right { 0%,100% { transform: translateY(-10px) rotate(3deg); } 50% { transform: translateY(2px) rotate(-3deg); } }
@keyframes sc-spark { from { opacity: 0; transform: scale(.4) rotate(-60deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes sc-soundbar { from { transform: scaleY(.5); opacity: .4; } to { transform: scaleY(1.15); opacity: .9; } }
@keyframes sc-card-enter { from { opacity: 0; transform: translateY(16px) rotateX(-6deg); } to { opacity: 1; transform: none; } }
@keyframes sc-curtain { 0%,12% { transform: translateX(0); } 100% { transform: translateX(102%); } }
@keyframes sc-confetti-fan { 0% { opacity: 0; transform: translate(0,0) rotate(0); } 10% { opacity: 1; } 48% { opacity: 1; transform: translate(var(--sc-drift),var(--sc-lift)) rotate(var(--sc-spin)); } 100% { opacity: 0; transform: translate(calc(var(--sc-drift)*1.1),var(--sc-land)) rotate(calc(var(--sc-spin)*1.7)); } }
@keyframes sc-confetti-fade { 0%,85% { opacity: 1; } 100% { opacity: 0; } }
@media (min-width: 931px) {
    .is-video-creator :is(.sc-anticipation,.sc-summary) { padding-inline: 40px; }
    .is-video-creator .sc-summary { --sc-card-height: 104px; }
}
@media (max-width: 360px), (max-height: 700px) {
    .is-video-creator :is(.sc-anticipation,.sc-summary) { padding: 56px 16px 20px; }
    .is-video-creator .sc-summary { --sc-card-height: 80px; gap: 20px; }
    .is-video-creator .sc-summary h2 { font-size: 30px; }
    .is-video-creator .sc-result-card { padding: 16px 12px; }
    .is-video-creator .sc-result-name { font-size: 24px; }
    .is-video-creator .sc-rhythm-dial { width: 192px; height: 192px; }
    .is-video-creator .sc-dial-ticks i { transform-origin: 2px 88px; }
    .is-video-creator .sc-dial-dot { top: 86px; }
    .is-video-creator .sc-dial-eight { font-size: 112px; }
}
@media (prefers-reduced-motion: reduce) {
    .is-video-creator :is(.sc-question,.sc-category-step,.sc-anticipation,.sc-summary) *, .is-video-creator :is(.sc-question,.sc-category-step,.sc-anticipation,.sc-summary) *::before, .is-video-creator :is(.sc-question,.sc-category-step,.sc-anticipation,.sc-summary) *::after { animation: none !important; transition: none !important; }
    .is-video-creator .sc-confetti { display: none; }
    .is-video-creator .sc-result-card::after { transform: translateX(102%); }
}

/* All creator steps fit one view. The shared shell still owns its maximum;
   this content frame consumes that budget and provides container query units.
   Reserve slots from the final count, so revealing cards never reflows the grid. */
html body :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator > .bottom-sheet-content {
    overflow: clip !important;
}
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator :is(#mobile-guided-filter-content, #desktop-guided-filter-content) {
    height: min(720px, var(--panel-sheet-available-height), 100dvh);
    container-type: size;
    container-name: creator-view;
}
@media (min-width: 931px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator #desktop-guided-filter-content {
        height: min(620px, var(--panel-sheet-available-height), calc(100dvh - var(--desktop-preview-header-height, 76px) - 48px));
    }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator[data-video-creator-stage="watch"] #desktop-guided-filter-content {
        height: var(--desktop-creator-watch-height, min(720px, calc(100dvh - var(--desktop-preview-header-height, 76px) - 48px)));
    }
}
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator :is(.sc-question, .sc-category-step, .sc-anticipation, .sc-summary, .sc-watch) {
    height: 100%; min-height: 0; max-height: 100%; box-sizing: border-box;
}
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator :is(.sc-question, .sc-category-step, .sc-anticipation, .sc-summary) {
    --sc-fit-gap: clamp(8px, 2.4cqh, 20px);
    padding: 56px clamp(16px, 5cqw, 40px) max(12px, env(safe-area-inset-bottom));
    gap: var(--sc-fit-gap);
}
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-question h2 { font-size: clamp(22px, 4.5cqh, 36px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-answers { gap: clamp(8px, 2cqh, 14px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-answer { min-height: clamp(56px, 14cqh, 96px); padding: clamp(10px, 2.6cqh, 22px) 16px; font-size: clamp(18px, 3.6cqh, 22px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step { display: grid; grid-template-rows: auto minmax(0, 1fr) 52px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step .sc-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: 100%; max-height: 320px; min-height: 0; align-self: center; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step .sc-category-choice { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) 52px; height: 100%; min-height: 0; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step .sc-category-choice img { min-width: 0; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step .sc-category-choice > span { min-width: 0; width: 100%; min-height: 0; padding: 6px; font-size: clamp(12px, 2.5cqw, 18px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-start { min-height: 44px; padding: 8px 16px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation { display: grid; grid-template-rows: auto minmax(0, 1fr) auto 24px; justify-items: center; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation .sc-stage-sign { justify-self: stretch; margin: 0; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-rhythm-dial { --sc-dial-size: min(224px, 32cqh); width: var(--sc-dial-size); height: var(--sc-dial-size); margin: 0; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-ticks i { transform-origin: 2px calc(var(--sc-dial-size) / 2 - 8px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-dot { top: calc(var(--sc-dial-size) / 2 - 10px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator :is(.sc-dial-shoes, .sc-dial-eight, .sc-dial-mirror) { inset: 14%; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-shoes svg { width: 65%; height: 75%; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-eight { font-size: calc(var(--sc-dial-size) * .6); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-mirror > span { width: 50%; height: 72%; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-dial-mirror > i { font-size: calc(var(--sc-dial-size) * .25); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation-copy { min-height: 0; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation-copy p { min-height: 0; font-size: clamp(18px, 3.6cqh, 24px); margin-bottom: 8px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { --sc-columns: 1; --sc-rows: var(--sc-result-count); display: grid; grid-template-rows: auto auto minmax(0, 1fr) 72px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 { max-width: none; font-size: clamp(24px, 5cqh, 40px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary ul { display: grid; grid-template-columns: repeat(var(--sc-columns), minmax(0, 1fr)); grid-template-rows: repeat(var(--sc-rows), minmax(0, 1fr)); gap: clamp(4px, 1.5cqh, 12px); height: 100%; min-height: 0; max-height: calc(var(--sc-rows) * 112px + (var(--sc-rows) - 1) * 12px); align-self: center; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-card { min-height: 0; min-width: 0; padding: clamp(6px, 1.8cqh, 16px) 12px; gap: 8px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-name { font-size: clamp(18px, 4cqh, 30px); overflow-wrap: normal; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-footer { margin-top: 0; gap: 8px; align-self: end; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-empty-result { margin: 0; align-self: center; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] { --sc-columns: 2; --sc-rows: var(--sc-result-rows-2); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] h2 { font-size: clamp(20px, 5.5cqw, 30px); letter-spacing: -.7px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] h2 br { display: none; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] h2 > span::before { content: ' '; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-name { font-size: clamp(14px, 3.2cqh, 24px); }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-card { padding: 4px 8px; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] :is(.sc-card-number, .sc-card-spark) { display: none; }
/* Small available height, including browser chrome: reduce decoration before text. */
@container creator-view (max-height: 480px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-intro-mark { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-question h2 { font-size: 22px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-answer { min-height: 48px; padding: 10px 12px; font-size: 18px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { grid-template-rows: auto auto minmax(0, 1fr) 44px; gap: 8px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-caption { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 { font-size: 24px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] h2 { font-size: 20px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-name { font-size: 14px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-card-spark { font-size: 24px; }
}
@container creator-view (max-height: 360px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator :is(.sc-question, .sc-category-step, .sc-summary) { padding-top: 56px; padding-bottom: 8px; gap: 8px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-question h2 { font-size: 20px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-answer { padding: 8px 12px; font-size: 16px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step { grid-template-rows: auto minmax(0, 1fr) 44px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-category-step .sc-category-choice { grid-template-rows: minmax(0, 1fr) 44px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { grid-template-rows: auto minmax(0, 1fr) 44px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-stage-sign { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 { font-size: 20px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 br { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 > span::before { content: ' '; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-card { padding-block: 4px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-name { font-size: 16px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-card :is(.sc-card-number, .sc-card-spark) { display: none; }
}
/* Landscape has room across: use it instead of shrinking a tall stack. */
@container creator-view (min-width: 520px) and (max-height: 440px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-answers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation { grid-template-columns: 1fr 1.4fr; grid-template-rows: auto minmax(0, 1fr) 24px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation .sc-stage-sign { grid-column: 1 / -1; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-rhythm-dial { grid-row: 2 / 4; --sc-dial-size: min(192px, 42cqh); }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-anticipation-copy { grid-column: 2; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-stage-pulse { grid-column: 2; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { --sc-columns: 3; --sc-rows: var(--sc-result-rows-3); grid-template-rows: auto minmax(0, 1fr) 44px; padding-top: 16px; padding-bottom: 8px; gap: 8px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-stage-sign { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 { font-size: 22px; padding-right: 40px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 br { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 > span::before { content: ' '; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] { --sc-columns: 4; --sc-rows: var(--sc-result-rows-4); }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-name { font-size: 16px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-result-card :is(.sc-card-number, .sc-card-spark) { display: none; }
}
/* Square/very short mobile views: all labels remain present, in three columns. */
@container creator-view (max-width: 519px) and (max-height: 360px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] { --sc-columns: 3; --sc-rows: var(--sc-result-rows-3); padding-top: 16px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] h2 { font-size: 16px; padding-right: 36px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-name { font-size: 12px; line-height: 1.1; overflow-wrap: anywhere; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary[data-sc-many="true"] .sc-result-card { padding: 2px 4px; border-radius: 10px; }
}

/* The existing play/pause control also retries a failed video. In the narrowest
   portrait player it replaces the duplicate error-overlay button. */
@container creator-view (max-width: 180px) and (max-height: 250px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-media-message { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-media-message button { display: none; }
}

/* Newcomer flow: first-film swipe directions, one-click exit and reversible votes. */
.is-video-creator .sc-undo:disabled { opacity: .35; cursor: default; }
.is-video-creator .sc-result-actions { display: flex; justify-content: center; gap: 8px; width: 100%; min-height: 44px; }
.is-video-creator .sc-result-actions .sc-countdown { min-width: 76px; padding-inline: 10px; }
.is-video-creator .sc-show-schedule { min-height: 44px; min-width: 156px; border: 1px solid rgb(255 245 232 / .45); border-radius: 999px; padding: 10px 14px; color: #241519; background: linear-gradient(105deg,#fff5e8,#e8bf79); font: inherit; font-size: 12px; line-height: 1.2; font-weight: 700; }
.is-video-creator .sc-undo-finale { border: 0; top: 8px; }
@media (min-width: 931px) and (max-height: 580px) {
    .is-video-creator .sc-top { right: 8px; grid-template-columns: 44px 44px; }
    .is-video-creator .sc-top .sc-undo { grid-row: 3; grid-column: 1 / -1; justify-self: center; }
    .is-video-creator .sc-top .sc-playback { visibility: hidden; }
}
@container creator-view (max-height: 360px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary h2 { padding-left: 40px; }
}
/* Outside the creator only after a successful existing schedule request. */
.sc-schedule-guide { padding: 16px; margin-bottom: 8px; border-bottom: 1px solid var(--ui-border, #ececec); color: #333; background: #fff; }
.sc-schedule-guide h2 { font: inherit; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0 0 6px; }
.sc-schedule-guide h2:only-child { margin-bottom: 0; }
/* The successful-match handoff is a centered sentence, not a banner. */
.sc-schedule-guide:has(> h2:only-child) { background: transparent; border: 0; text-align: center; }
.sc-schedule-guide p { font-size: 12px; line-height: 1.4; margin: 0; color: #636363; }
@container creator-view (max-width: 180px) and (max-height: 250px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-top { inset: 4px 4px auto; grid-template-columns: 44px 44px; gap: 2px; justify-content: space-between; pointer-events: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-top button { pointer-events: auto; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-top .sc-playback { display: none; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-bottom { padding: 0 4px 4px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-decisions { gap: 2px; justify-content: space-between; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-decisions > div > span { font-size: 10px; line-height: 1.1; }
    .is-video-creator .sc-swipe-hint { margin-bottom: 4px; }
    .is-video-creator .sc-swipe-hint svg { width: 54px; }
}

/* Name-only results keep room for the next-step sentence and actions. */
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { grid-template-rows: auto auto minmax(0,1fr) auto; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-caption { display: block; margin: 0; font-size: 12px; line-height: 1.3; }
:is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-footer { gap: 8px; min-height: 0; }
@container creator-view (min-width: 520px) and (max-height: 440px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { grid-template-rows: auto minmax(0,1fr) auto; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-footer { display: flex; align-items: center; gap: 16px; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-caption { flex: 1; text-align: left; }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-actions { width: auto; }
}
@container creator-view (max-height: 360px) {
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary { grid-template-rows: auto minmax(0,1fr) auto; --sc-columns: 3; --sc-rows: var(--sc-result-rows-3); }
    :is(#mobile-guided-filter-sheet, #desktop-guided-filter-sheet).is-video-creator .sc-summary .sc-result-name { font-size: 14px; }
}
