.mini-podcast-player{position:fixed;bottom:var(--space-6);right:var(--space-6);width:320px;background:var(--color-white);border-radius:var(--radius-3xl);box-shadow:var(--shadow-xl);border:var(--border);overflow:hidden;z-index:var(--z-overlay);animation:mini-player-slide-in .3s ease}@keyframes mini-player-slide-in{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.mini-podcast-player{animation:none}}.mini-podcast-progress{height:3px;background:var(--color-gray-200);width:100%;overflow:hidden;border-radius:0 0 var(--radius-3xl) var(--radius-3xl)}.mini-podcast-progress-fill{height:100%;background:var(--color-text-primary);transition:width .1s linear}.mini-podcast-content{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3)}.mini-podcast-thumbnail{width:56px;height:56px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-subtle);flex-shrink:0;position:relative}.mini-podcast-thumbnail--loading:before{content:"";position:absolute;inset:0;z-index:2;border-radius:inherit;background:var(--prezi-thumbnail-shimmer-gradient);background-size:var(--prezi-thumbnail-shimmer-size);animation:mini-podcast-thumb-shimmer 1.7s cubic-bezier(.4,0,.2,1) infinite}@media (prefers-reduced-motion:reduce){.mini-podcast-thumbnail--loading:before{animation:none}}@keyframes mini-podcast-thumb-shimmer{0%{background-position:-100% 0;opacity:.1}50%{opacity:1}to{background-position:0 0;opacity:.1}}.mini-podcast-thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mini-podcast-thumbnail-img--deferred{opacity:0}.mini-podcast-thumbnail-img--loaded{opacity:1;transition:opacity var(--transition-fast)}.mini-podcast-thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-attention-start) 0,var(--color-attention-end) 100%);color:var(--color-white)}.mini-podcast-thumbnail-placeholder svg{width:24px;height:24px;opacity:.9}.mini-podcast-info{flex:1 1;min-width:0}.mini-podcast-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.mini-podcast-time{font-size:var(--font-size-caption);color:var(--color-text-muted);margin-top:2px}.mini-podcast-controls{display:flex;align-items:center;gap:var(--space-1);flex-shrink:0}.mini-podcast-play{width:36px;height:36px;border-radius:var(--radius-full);border:none;background:var(--color-text-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.mini-podcast-play:hover{transform:scale(1.05)}.mini-podcast-play svg{margin-left:1px}.mini-podcast-btn{width:36px;height:36px;border-radius:var(--radius-full);border:none;background:transparent;color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.mini-podcast-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}@media (max-width:480px){.mini-podcast-player{left:var(--space-4);right:var(--space-4);bottom:var(--space-4);width:auto}}@media (max-width:1023.98px){html[data-craft-room-mobile-shell],html[data-craft-room-mobile-shell] body{background-color:var(--craft-room-document-bg,var(--color-bg-page))}@media (prefers-color-scheme:dark){html[data-craft-room-mobile-shell],html[data-craft-room-mobile-shell] body{background-color:var(--craft-room-document-bg,var(--color-absolute-black))}}}.craft-room-page{--room-page-bg:#fbfcfd;--room-surface-base:#ffffff;--room-surface-elevated:#ffffff;--room-surface-hover:#f3f5f7;--room-on-surface:#3f4753;--room-on-surface-muted:#94a0ad;--room-tooltip-on-surface:var(--room-on-surface);--room-tooltip-border:color-mix(in srgb,var(--room-divider) 80%,transparent);--room-accent:var(--color-surface-base);--room-accent-contrast:var(--color-text-primary);--room-active-accent:var(--room-accent);--room-active-accent-contrast:var(--room-accent-contrast);--room-divider:#eef1f4;--room-deck-shadow:rgba(15,23,42,0.18);--room-deck-surface:#ffffff;--room-font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--room-font-heading:var(--room-font-body);--room-deck-radius:var(--radius-lg);--room-control-radius:8px;--room-chrome-shadow:var(--shadow-room-chrome);--room-header-shadow:0 10px 15px rgba(0,0,0,0.08);--room-menu-shadow:0 10px 15px rgba(0,0,0,0.016);--room-chrome-hover-bg:color-mix(in srgb,var(--room-on-surface) 8%,transparent);--room-gutter-inline:var(--space-6);--room-gutter-block:var(--space-4);--room-main-gap:var(--space-4);--room-deck-padding:var(--space-6);--room-actions-width:288px;--room-actions-bleed:6px;--room-actions-bleed-inline-end:var(--room-actions-bleed);--room-chat-width:360px;--room-header-bar-height:calc(36px + var(--space-2) * 2);--room-sticky-header-clearance:calc(var(--space-2) + var(--room-header-bar-height));--room-embedded-chrome-above-main:calc(var(--space-2) + var(--room-header-bar-height));--room-footer-height:36px;--room-footer-inset:8px;--room-footer-gap:0px;--room-footer-clearance:calc(var(--room-footer-height) + var(--room-footer-inset) + var(--room-footer-gap));display:flex;flex-direction:column;min-height:100vh;width:100%;background:var(--room-page-bg);color:var(--room-on-surface);font-family:var(--room-font-body)}@media (prefers-color-scheme:dark){.craft-room-page--loading{--room-page-bg:var(--color-absolute-black);--room-surface-base:#24282e;--room-surface-elevated:#2a2e35;--room-surface-hover:#30343b;--room-on-surface:#e6e8eb;--room-on-surface-muted:#8b929c;--room-divider:#383c44;--room-deck-surface:#24282e}}.craft-room-page:not(.craft-room-page--phone){--room-deck-radius:24px!important}.craft-room-main{display:flex;flex:1 1;min-height:0;width:100%;margin:0 auto;padding:var(--room-gutter-block) var(--room-gutter-inline);gap:0}.craft-room-main--actions-hiding{animation:craft-room-main-gap-collapse .22s cubic-bezier(.4,0,1,1) forwards}.craft-room-main--actions-showing{animation:craft-room-main-gap-expand .22s cubic-bezier(.22,1,.36,1) both}@keyframes craft-room-main-gap-collapse{0%{gap:var(--room-main-gap)}to{gap:0}}@keyframes craft-room-main-gap-expand{0%{gap:0}to{gap:var(--room-main-gap)}}@media (prefers-reduced-motion:reduce){.craft-room-main--actions-hiding,.craft-room-main--actions-showing{animation:none}.craft-room-main--actions-hiding{gap:0}}.craft-room-page--desktop{--room-actions-bleed-inline-end:22px}.craft-room-page--desktop.craft-room-page--desktop-canvas{height:var(--craft-viewport-height,100dvh);min-height:0;overflow:clip}.craft-room-page--desktop.craft-room-page--desktop-canvas .craft-room-main{flex:1 1 auto;min-height:0}.craft-room-page--desktop .craft-room-main{flex-direction:row;align-items:stretch;gap:var(--room-main-gap);overflow-x:clip}.prezi-room-overlay-shell .craft-room-page--embedded-canvas{--room-embedded-viewport-h:var(--craft-viewport-height,100dvh);--room-embedded-main-vertical-pad:calc(var(--room-gutter-block) * 2);--room-embedded-main-content-h:calc(var(--room-embedded-viewport-h) - var(--room-embedded-chrome-above-main) - var(--room-embedded-main-vertical-pad));box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;overflow:hidden;overscroll-behavior:none}.prezi-room-overlay-shell .craft-room-page--embedded-canvas>.craft-room-header{flex-shrink:0}.prezi-room-overlay-shell .craft-room-page--embedded-canvas .craft-room-main{flex:1 1;min-height:0;box-sizing:border-box;overflow:clip}.prezi-room-overlay-shell .craft-room-page--embedded-canvas.craft-room-page--desktop .craft-room-main{overflow-x:clip;overflow-y:clip}.prezi-room-overlay-shell .craft-room-page--embedded-canvas.craft-room-page--desktop .craft-room-deck:not(.craft-room-deck--stack){container-type:size;flex:1 1;min-height:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box;padding-top:0;padding-bottom:0}.prezi-room-overlay-shell .craft-room-page--embedded-canvas.craft-room-page--desktop .craft-room-deck:not(.craft-room-deck--stack) .craft-room-deck-frame{width:min(100cqi,calc(100cqh * 16 / 9));height:min(100cqh,calc(100cqi * 9 / 16));max-width:100%;max-height:100%;aspect-ratio:16/9}.prezi-room-overlay-shell .craft-room-page--embedded-canvas.craft-room-page--desktop .craft-room-actions-slot{flex:0 0 var(--room-actions-width);min-height:0;display:flex;flex-direction:column;align-self:stretch;margin-right:0}.prezi-room-overlay-shell .craft-room-page--embedded-canvas.craft-room-page--desktop .craft-room-actions:not(.craft-room-actions--horizontal){position:sticky;top:var(--room-gutter-block);flex:0 1 auto;min-height:calc(var(--craft-viewport-height, 100dvh) - var(--room-sticky-header-clearance) - var(--room-gutter-block) - var(--room-footer-clearance));max-height:calc(var(--craft-viewport-height, 100dvh) - var(--room-sticky-header-clearance) - var(--room-gutter-block) - var(--room-footer-clearance));align-self:flex-start;width:100%;min-width:0;max-width:100%;padding-right:0;padding-bottom:0;box-sizing:border-box}.prezi-room-overlay-shell .craft-room-page--embedded:not(.craft-room-page--desktop) .craft-room-main{overflow:hidden}.prezi-room-overlay-shell .craft-room-page--embedded:not(.craft-room-page--desktop) .craft-room-actions-slot{flex:1 1 auto;min-height:0;overflow:hidden}.prezi-room-overlay-shell .craft-room-page--embedded:not(.craft-room-page--desktop) .craft-room-actions{height:100%;max-height:100%;min-height:0;overflow:hidden}.prezi-room-overlay-shell .craft-room-page--embedded:not(.craft-room-page--desktop) .craft-room-deck:not(.craft-room-deck--stack) .craft-room-deck-frame{width:100%;max-height:none}.prezi-room-overlay-shell .craft-room-page--embedded.craft-room-page--narrow{height:auto;max-height:none;min-height:100%;overflow:visible;overscroll-behavior:auto}.prezi-room-overlay-shell .craft-room-page--embedded.craft-room-page--narrow .craft-room-actions,.prezi-room-overlay-shell .craft-room-page--embedded.craft-room-page--narrow .craft-room-actions-slot,.prezi-room-overlay-shell .craft-room-page--embedded.craft-room-page--narrow .craft-room-main{overflow:visible}.craft-room-page--desktop.craft-room-page--deck-scroll{--room-slides-content-top:calc(var(--room-embedded-chrome-above-main) + var(--room-gutter-block));height:100dvh;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.craft-room-page--desktop .craft-room-main--deck-scroll{flex:1 0 auto;min-height:0;overflow:visible;align-items:flex-start;padding-top:var(--room-gutter-block)}.craft-room-page--phone .craft-room-main,.craft-room-page--tablet .craft-room-main{flex-direction:column}.craft-room-page .craft-share-qr-panel--last-slide{transform:translate(var(--space-2),var(--space-2));z-index:calc(var(--z-modal) + 6)}.craft-room-page .prezi-newscaster-present-shell--inline:has(.craft-share-qr-panel--last-slide){z-index:calc(var(--z-modal) + 7)}@media (max-width:720px){.craft-room-page .craft-share-qr-panel--last-slide{max-width:min(calc(30vh + 2 * var(--space-3)),calc(100vw - 2rem))}.craft-room-page .craft-share-qr-panel--last-slide .craft-share-qr-panel__qr-wrap{width:30vh;height:30vh}}.craft-room-page--chat-sheet>:not(.craft-room-chat){display:none!important}.craft-room-page--presenting{height:var(--craft-viewport-height,100dvh);min-height:0;max-height:var(--craft-viewport-height,100dvh);overflow:hidden}.craft-room-main--presenting{flex:1 1;padding:0;max-width:none}.craft-room-page--presenting .craft-room-deck{padding:0;flex:1 1;align-items:stretch}.craft-room-page--presenting .craft-room-deck-frame{border:none;border-radius:0;box-shadow:none;background:var(--color-present-bg);aspect-ratio:auto;height:100%}.craft-room-page--presenting .craft-room-deck-frame>.prezi-view-page{background:var(--color-present-bg)}.craft-room-page--presenting .prezi-view-page--phone-mobile .prezi-nav-pill{bottom:max(24px,calc(env(safe-area-inset-bottom, 0px) + 16px))}.craft-room-page:not(.craft-room-page--presenting) .prezi-tooltip-text{background:var(--room-surface-elevated)!important;border-color:var(--room-tooltip-border)!important;color:var(--room-tooltip-on-surface)!important;box-shadow:var(--room-header-shadow)!important;font-family:var(--room-font-body)!important}.craft-room-page:not(.craft-room-page--presenting) .prezi-view-progress-overlay{--presenter-progress-active-color:var(--room-active-accent);--presenter-progress-active-hover-color:color-mix(in srgb,var(--room-active-accent) 82%,var(--room-on-surface))}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present.hidden{opacity:0;pointer-events:none}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present{display:flex;align-items:center;gap:var(--space-2);border:0;padding:0;overflow:visible;background:transparent;border-radius:0;box-shadow:none;backdrop-filter:none}.craft-room-page .craft-room-deck .prezi-nav-pill--room-present{left:auto;right:12px;transform:none}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present .prezi-nav-pill--room-present-segment{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:none;flex-shrink:0}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present .prezi-nav-pill--room-present-segment:has([data-lookup=craft-room-deck-pointer][aria-pressed=false]){padding-right:calc(var(--space-1) - 2px)}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present .prezi-nav-pill-btn.prezi-tooltip,.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host{overflow:visible}.craft-room-page .craft-room-deck .prezi-view-page--phone-mobile .prezi-nav-pill-group--room-present-fullscreen-only:not(.prezi-nav-pill-group--room-present-in-slides),.craft-room-page .craft-room-deck .prezi-view-page:not(.prezi-view-page--phone-mobile) .prezi-nav-pill-group--room-present:not(.prezi-nav-pill-group--room-present-in-slides){position:absolute;top:calc(var(--space-4) - var(--space-2));right:calc(var(--space-4) - var(--space-2));bottom:auto;left:auto;transform:none}.craft-room-page--is-phone .craft-room-deck [data-lookup=craft-room-deck-present-fullscreen-pill]{display:none}.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host{--room-slides-present-hover-expand:100px;position:absolute;top:calc(var(--space-4) - 2px);right:calc(var(--space-4) - var(--space-1) - 2px);bottom:auto;left:auto;z-index:calc(var(--z-sticky, 200) + 2);width:-moz-max-content;width:max-content;pointer-events:none}.craft-room-page .craft-room-deck .prezi-view-slides-present-hover-zone{position:absolute;top:0;left:calc(-1 * var(--room-slides-present-hover-expand));width:calc(100% + var(--room-slides-present-hover-expand));height:calc(100% + var(--room-slides-present-hover-expand));pointer-events:auto;z-index:0}.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host:not(:has(.prezi-nav-pill-group--room-present.hidden)) .prezi-view-slides-present-hover-zone{pointer-events:none}.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host .prezi-nav-pill-group--room-present-in-slides{position:relative;z-index:1}.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host--viewport-fixed{position:fixed;top:calc(var(--room-slides-content-top, var(--room-sticky-header-clearance)) + var(--space-4) - 4px);right:calc(var(--room-slides-present-pill-right-px) - var(--space-1) - 4px)}.craft-room-page .craft-room-deck .prezi-view-slides-camera-surface{position:absolute;top:0;left:0;right:0;height:calc(100dvh - var(--room-slides-content-top, var(--room-sticky-header-clearance)) - var(--room-gutter-block) - var(--room-footer-clearance, 0px));overflow:hidden;pointer-events:none;z-index:calc(var(--z-sticky, 200) + 1)}.craft-room-page .craft-room-deck .prezi-view-slides-camera-surface--viewport-fixed{position:fixed;top:var(--room-slides-content-top,var(--room-sticky-header-clearance));right:auto;height:calc(100dvh - var(--room-slides-content-top, var(--room-sticky-header-clearance)))}.craft-room-page .craft-room-deck .prezi-view-slides-camera-surface .presenter-camera-overlay{pointer-events:auto}.craft-room-page .craft-room-deck .prezi-view-slides-container--stacked .prezi-nav-pill-group--room-present-in-slides{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:none;display:flex;align-items:center;flex-shrink:0;width:-moz-max-content;width:max-content;pointer-events:auto;transition:opacity .3s ease}@media (prefers-reduced-motion:reduce){.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present-in-slides{transition:none}}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present .prezi-tooltip--down .prezi-tooltip-text{z-index:var(--craft-pointer-settings-tooltip-z)}.craft-room-page .craft-room-deck [data-lookup=craft-room-deck-present].prezi-tooltip--down .prezi-tooltip-text{left:auto;right:-4px;transform:translateX(0) translateY(-4px)}.craft-room-page .craft-room-deck [data-lookup=craft-room-deck-present].prezi-tooltip--down:focus-visible .prezi-tooltip-text,.craft-room-page .craft-room-deck [data-lookup=craft-room-deck-present].prezi-tooltip--down:hover .prezi-tooltip-text{transform:translateX(0) translateY(0)}.craft-room-page .craft-room-deck .prezi-nav-pill-group--room-present:has(.prezi-tooltip:is(:hover,:focus-visible)),.craft-room-page .craft-room-deck .prezi-view-slides-present-fixed-host:has(.prezi-tooltip:is(:hover,:focus-visible)){z-index:var(--craft-pointer-settings-tooltip-z)}.craft-room-present-panel{position:fixed;left:8px;bottom:8px;z-index:var(--z-popover,1100);display:flex;align-items:stretch;width:min(760px,calc(100vw - 16px));min-height:148px;overflow:visible;border:1px solid color-mix(in srgb,var(--room-divider) 78%,transparent);border-radius:var(--radius-3xl);background:color-mix(in srgb,var(--room-surface-elevated) 94%,transparent);box-shadow:var(--room-chrome-shadow);color:var(--room-on-surface);backdrop-filter:blur(18px)}.craft-room-present-panel__image{display:grid;align-self:stretch;flex:0 0 148px;width:148px;min-height:148px;place-items:center;border-right:1px solid color-mix(in srgb,var(--room-divider) 70%,transparent);border-radius:var(--radius-xl) 0 0 var(--radius-xl);color:var(--room-accent);background:linear-gradient(135deg,color-mix(in srgb,var(--room-accent) 18%,transparent),transparent 58%),color-mix(in srgb,var(--room-on-surface) 7%,var(--room-surface-base))}.craft-room-present-panel__icon{width:104px;height:104px}.craft-room-present-panel__star{fill:currentcolor;opacity:0;animation:craft-room-present-star-fade 5s ease-in-out infinite}.craft-room-present-panel__star--2{animation-delay:1s}.craft-room-present-panel__star--3{animation-delay:2s}.craft-room-present-panel__star--4{animation-delay:3s}.craft-room-present-panel__star--5{animation-delay:4s}@keyframes craft-room-present-star-fade{0%,32%,8%,to{opacity:0}14%,24%{opacity:.95}}@media (prefers-reduced-motion:reduce){.craft-room-present-panel__star{animation:none}.craft-room-present-panel__star--1{opacity:.95}}.craft-room-present-panel__content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-width:0;gap:var(--space-3);padding:var(--space-4) calc(var(--space-4) + 32px) var(--space-4) var(--space-4)}.craft-room-present-panel__dismiss{position:absolute;top:var(--space-3);right:var(--space-3);display:inline-flex;align-items:center;justify-content:center;width:var(--space-8);height:var(--space-8);border:1px solid transparent;border-radius:var(--radius-full);background:transparent;color:var(--room-on-surface-muted);cursor:pointer}.craft-room-present-panel__dismiss:hover{border-color:color-mix(in srgb,var(--room-divider) 80%,transparent);background:var(--room-chrome-hover-bg);color:var(--room-on-surface)}.craft-room-present-panel__copy{display:grid;grid-gap:var(--space-1);gap:var(--space-1)}.craft-room-present-panel__copy h2{margin:0;color:var(--room-on-surface);font-family:var(--room-font-heading);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:1.2}.craft-room-present-panel__copy p{margin:0;color:var(--room-on-surface-muted);font-family:var(--room-font-body);font-size:var(--font-size-sm);line-height:1.45}.craft-room-present-panel__controls{display:flex;align-items:flex-start;justify-content:flex-start;gap:var(--space-3)}.craft-room-present-panel__controls .prezi-privacy-dropdown{flex:0 0 auto}.craft-room-present-panel .prezi-privacy-dropdown,.craft-room-privacy-pill .prezi-privacy-dropdown{margin-left:0;font-family:var(--room-font-body);color:var(--room-on-surface)}.craft-room-present-panel .prezi-privacy-dropdown-trigger{border-color:color-mix(in srgb,var(--room-divider) 90%,transparent);background:color-mix(in srgb,var(--room-on-surface) 3%,transparent);color:var(--room-on-surface)}.craft-room-present-panel .prezi-privacy-dropdown-trigger:hover:not(:disabled),.craft-room-present-panel .prezi-privacy-dropdown-trigger[aria-expanded=true]{border-color:color-mix(in srgb,var(--room-on-surface-muted) 70%,var(--room-divider));background:var(--room-chrome-hover-bg)}.craft-room-present-panel .prezi-privacy-dropdown-trigger:focus-visible,.craft-room-privacy-pill .prezi-privacy-dropdown-trigger:focus-visible{outline-color:var(--room-accent)}.craft-room-privacy-pill{position:fixed;left:8px;bottom:8px;z-index:80;display:inline-flex;align-items:center;height:36px;padding:var(--space-1);border:1px solid color-mix(in srgb,var(--room-divider) 65%,transparent);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--room-surface-elevated) 75%,transparent);box-shadow:var(--room-menu-shadow);color:var(--room-on-surface);backdrop-filter:blur(10px)}@media (hover:hover){.craft-room-privacy-pill:hover{background:color-mix(in srgb,var(--room-surface-elevated) 90%,transparent)}}.craft-room-privacy-pill .prezi-privacy-dropdown-trigger{height:28px;border-color:transparent;background:transparent;color:var(--room-on-surface)}.craft-room-privacy-pill .prezi-privacy-dropdown-trigger:hover:not(:disabled),.craft-room-privacy-pill .prezi-privacy-dropdown-trigger[aria-expanded=true]{border-color:color-mix(in srgb,var(--room-on-surface-muted) 70%,var(--room-divider));background:var(--room-chrome-hover-bg)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu){position:fixed;border-color:color-mix(in srgb,var(--room-divider) 88%,transparent);background:var(--room-surface-base);box-shadow:var(--room-menu-shadow);color:var(--room-on-surface);z-index:calc(var(--z-popover, 1100) + 2)}.craft-room-page .prezi-privacy-dropdown-menu.craft-room-privacy-menu{min-width:260px;max-width:360px}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option{color:var(--room-on-surface)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option:focus-visible,.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option:hover{background:var(--room-chrome-hover-bg)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option.is-selected{background:color-mix(in srgb,var(--room-accent) 14%,transparent)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option-icon{color:var(--room-on-surface-muted)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option.is-selected .prezi-privacy-dropdown-option-icon{color:var(--room-accent)}.craft-room-page .prezi-privacy-dropdown-menu.craft-room-privacy-menu .prezi-privacy-dropdown-option-check{color:var(--room-accent)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) .prezi-privacy-dropdown-option-label{color:var(--room-on-surface)}.craft-room-page .prezi-privacy-dropdown-menu:is(.craft-room-apps-preset-menu,.craft-room-privacy-menu) :is(.prezi-privacy-dropdown-option-suffix,.prezi-privacy-dropdown-option-description){color:var(--room-on-surface-muted)}:is(.craft-room-present-panel,.craft-room-privacy-pill,.craft-room-header-privacy) .prezi-privacy-hover-paywall-anchor{top:auto;bottom:100%;padding-top:0;padding-bottom:var(--paywall-source-gap,2px);z-index:calc(var(--z-popover, 1100) + 3)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-menu{top:auto;bottom:calc(100% + 2px);max-width:360px;border-color:color-mix(in srgb,var(--room-divider) 88%,transparent);background:var(--room-surface-elevated);box-shadow:var(--room-menu-shadow);color:var(--room-on-surface);z-index:calc(var(--z-popover, 1100) + 2)}.craft-room-header-privacy .prezi-privacy-hover-paywall-anchor{top:100%;bottom:auto;padding-top:var(--paywall-source-gap,2px);padding-bottom:0}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option{color:var(--room-on-surface)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option:hover{background:var(--room-chrome-hover-bg)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option.is-selected{background:color-mix(in srgb,var(--room-accent) 14%,transparent)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option-icon{color:var(--room-on-surface-muted)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option.is-selected .prezi-privacy-dropdown-option-icon{color:var(--room-accent)}:is(.craft-room-present-panel,.craft-room-privacy-pill) .prezi-privacy-dropdown-option-label{color:var(--room-on-surface)}:is(.craft-room-present-panel,.craft-room-privacy-pill) :is(.prezi-privacy-dropdown-option-suffix,.prezi-privacy-dropdown-option-description){color:var(--room-on-surface-muted)}.craft-room-present-panel__skip{display:flex;justify-content:flex-start;align-items:flex-start;flex:1 1 auto;min-width:0;gap:var(--space-2);color:var(--room-on-surface-muted);cursor:pointer;font-family:var(--room-font-body);position:relative}.craft-room-present-panel__skip-text{flex:1 1 auto;min-width:0}.craft-room-present-panel__skip input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;flex:0 0 auto;width:16px;height:16px;margin:2px 0 0;border:1px solid color-mix(in srgb,var(--room-on-surface-muted) 72%,var(--room-divider));border-radius:calc(var(--room-control-radius) / 2);background:var(--room-page-bg);place-items:center;cursor:pointer}.craft-room-present-panel__skip input:checked{border-color:var(--room-accent);background:var(--room-accent)}.craft-room-present-panel__skip input:checked:before{content:"";width:8px;height:4px;border:solid var(--room-accent-contrast);border-width:0 0 2px 2px;transform:translateY(-1px) rotate(-45deg)}.craft-room-present-panel__skip input:focus-visible{outline:2px solid var(--room-accent);outline-offset:2px}.craft-room-present-panel__skip-help,.craft-room-present-panel__skip-label{display:block}.craft-room-present-panel__skip-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:1.25}.craft-room-present-panel__skip-help{width:100%;margin-top:2px;color:var(--room-on-surface-muted);font-size:var(--font-size-xs);line-height:1.3}.craft-room-page--tablet .craft-room-present-panel{width:min(720px,calc(100vw - 16px))}.craft-room-page--narrow:not(.craft-room-page--presenting):not(.craft-room-page--deck-scroll):not(.craft-room-page--embedded-canvas),.craft-room-page--phone:not(.craft-room-page--presenting):not(.craft-room-page--deck-scroll):not(.craft-room-page--embedded-canvas){min-height:100dvh;height:auto}.craft-room-page--narrow .craft-room-main{flex-direction:column;align-items:stretch;gap:var(--room-main-gap);max-width:none;padding:var(--room-gutter-block) var(--room-gutter-inline)}.craft-room-page--narrow:not(.craft-room-page--presenting) .craft-room-main{flex:1 0 auto;min-height:0;overflow:visible}.craft-room-page--narrow .craft-room-deck{flex:0 0 auto;align-self:stretch;padding:0;min-width:0}.craft-room-page--narrow .craft-room-deck--stack:has(.craft-room-slides-stack--carousel){margin-inline:calc(-1 * var(--room-gutter-inline));width:calc(100% + 2 * var(--room-gutter-inline));max-width:none}.craft-room-page--narrow .craft-room-deck--stack:has(.craft-room-slides-stack--carousel) .prezi-view-slides-present-fixed-host{position:fixed;top:calc(var(--room-slides-content-top, var(--room-sticky-header-clearance)) + var(--space-4) - var(--space-2) + 21px);right:33px}.craft-room-page--narrow .craft-room-deck--stack:has(.craft-room-slides-stack--carousel) .prezi-view-slides-present-fixed-host--viewport-fixed{top:calc(var(--room-slides-content-top, var(--room-sticky-header-clearance)) + var(--space-4) - var(--space-2) + 21px);right:33px}.craft-room-page--narrow .craft-room-actions-slot{position:relative;flex:0 0 auto;width:100%;min-width:0;transform:none}.craft-room-page--narrow .craft-room-actions{position:static;width:100%;min-width:0;max-height:none;flex-basis:auto;align-self:stretch;padding:0;overflow:visible}.craft-room-page--narrow .craft-room-actions-grid{grid-template-columns:repeat(auto-fit,minmax(126px,1fr))}.craft-room-page--narrow .craft-room-actions:not(.craft-room-actions--horizontal)>.craft-room-action--host{width:100%;margin-inline:0}[data-theme=dark] .craft-room-page .prezi-privacy-dropdown-menu{background:var(--room-surface-base);color:var(--room-on-surface)}.prezi-signup-overlay{position:fixed;inset:0;z-index:calc(var(--z-modal) + 1);background:var(--color-modal-scrim);display:flex;align-items:center;justify-content:center;padding:var(--space-5)}.prezi-signup-frame{position:relative;width:480px;height:640px;max-width:100%;max-height:100%;overflow:hidden}.prezi-signup-iframe{border:0;background:transparent;width:100%;height:100%;border-radius:var(--radius-lg)}.craft-room-leave-confirm-overlay{position:fixed;inset:0;z-index:var(--z-modal,1000);display:flex;align-items:center;justify-content:center;padding:var(--space-4);background:color-mix(in srgb,var(--room-page-bg) 45%,transparent);backdrop-filter:blur(6px)}.craft-room-leave-confirm{width:min(420px,100%);padding:var(--space-5);border-radius:var(--radius-xl,16px);background:var(--room-surface-base,var(--color-surface-base));color:var(--room-on-surface,var(--color-text-primary));border:1px solid color-mix(in srgb,var(--room-divider,var(--border-color)) 70%,transparent);box-shadow:var(--room-chrome-shadow,var(--shadow-lg));font-family:var(--room-font-body,inherit)}.craft-room-leave-confirm-title{margin:0 0 var(--space-2);font-family:var(--room-font-heading,inherit);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.craft-room-leave-confirm-body{margin:0 0 var(--space-4);color:var(--room-on-surface-muted,var(--color-text-secondary));line-height:1.5}.craft-room-leave-confirm-actions{display:flex;justify-content:flex-end;gap:var(--space-2)}.craft-room-leave-confirm-btn{padding:9px 16px;border-radius:var(--radius-md,10px);border:1px solid color-mix(in srgb,var(--room-divider,var(--border-color)) 70%,transparent);background:transparent;color:var(--room-on-surface,var(--color-text-primary));font-family:var(--room-font-body,inherit);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer}.craft-room-leave-confirm-btn--primary{background:var(--room-accent,var(--color-accent));border-color:transparent;color:var(--room-accent-contrast,var(--room-on-surface))}.craft-room-leave-confirm-btn--danger{color:var(--color-recording);border-color:color-mix(in srgb,var(--color-recording) 50%,transparent)}.craft-room-leave-confirm-btn--danger:hover{background:color-mix(in srgb,var(--color-recording) 12%,transparent)}.craft-room-podcast{--prezi-thumbnail-shimmer-gradient:linear-gradient(90deg,var(--room-page-bg) 0%,color-mix(in srgb,var(--room-surface-elevated) 60%,var(--room-page-bg)) 25%,color-mix(in srgb,var(--room-surface-elevated) 60%,var(--room-page-bg)) 50%,color-mix(in srgb,var(--room-surface-elevated) 60%,var(--room-page-bg)) 75%,var(--room-page-bg) 100%)}.craft-room-podcast .mini-podcast-thumbnail--loading:before,.craft-room-podcast .podcast-player .podcast-player-thumbnail--loading:before{animation-name:craft-room-action-shimmer;opacity:.5}@media (prefers-reduced-motion:reduce){.craft-room-podcast .mini-podcast-thumbnail--loading:before,.craft-room-podcast .podcast-player .podcast-player-thumbnail--loading:before{animation:none}}.craft-room-podcast .mini-podcast-thumbnail{background:var(--room-surface-base)}.craft-room-podcast-floating{position:fixed;left:16px;bottom:16px;z-index:calc(var(--z-tooltip) + 10);touch-action:none;cursor:grab}.craft-room-podcast-floating.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.craft-room-podcast-floating .mini-podcast-player,.craft-room-podcast-floating .podcast-player{position:static;top:auto;right:auto;bottom:auto;left:auto;margin:0}@media (max-width:720px){.craft-room-podcast-floating{left:var(--space-2);right:var(--space-2);bottom:calc(var(--space-3) + env(safe-area-inset-bottom, 0px))}.craft-room-podcast-floating .mini-podcast-player{width:100%;max-width:100%}.craft-room-podcast-floating .podcast-player{width:auto;max-width:min(360px,100%);margin-inline:auto}}.craft-room-podcast .mini-podcast-player,.craft-room-podcast .podcast-player{background-color:color-mix(in srgb,var(--room-surface-base) 92%,transparent);color:var(--room-on-surface);border:1px solid color-mix(in srgb,var(--room-divider,var(--border-color)) 70%,transparent);box-shadow:var(--shadow-heavy);backdrop-filter:blur(22px) saturate(1.2)}.craft-room-podcast .mini-podcast-player{animation:none}.craft-room-podcast .mini-podcast-play{width:42px;height:42px}.craft-room-podcast .mini-podcast-btn{width:32px;height:32px}.craft-room-podcast .podcast-player{position:relative;padding:var(--space-4);border-radius:var(--radius-3xl);background:linear-gradient(to bottom,var(--room-surface-base) 0,var(--room-surface-base) calc(100% - 96px),color-mix(in srgb,var(--room-surface-base) 65%,transparent) 100%);overflow:hidden}.craft-room-podcast .podcast-player .podcast-player-header{position:absolute;top:var(--space-3);right:var(--space-3);z-index:2;width:auto;gap:4px;margin-bottom:0}.craft-room-podcast .podcast-player .podcast-player-header .podcast-player-btn{position:relative;width:32px;height:32px;border:1px solid var(--room-divider)}.craft-room-podcast .podcast-player .podcast-player-header .podcast-player-btn:first-of-type svg{width:16px;height:16px}.craft-room-podcast .podcast-player .podcast-player-header .podcast-player-btn:last-of-type svg{width:18px;height:18px}.craft-room-podcast .podcast-player .podcast-player-thumbnail{width:calc(100% + (var(--space-4) * 2) + 2px);height:auto;aspect-ratio:1/1;margin:calc((var(--space-4) * -1) - 1px) calc((var(--space-4) * -1) - 1px) calc((var(--space-4) * -1) - 8px);border:none;outline:none;border-radius:var(--radius-3xl) var(--radius-3xl) 0 0;background:var(--room-surface-base);box-shadow:none;clip-path:inset(0 round var(--radius-3xl) var(--radius-3xl) 0 0);isolation:isolate}.craft-room-podcast .podcast-player .podcast-player-thumbnail img,.craft-room-podcast .podcast-player .podcast-player-thumbnail-art,.craft-room-podcast .podcast-player .podcast-player-thumbnail-blur{position:absolute;inset:-1px;border:none;outline:none;box-shadow:none;background:transparent;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.craft-room-podcast .podcast-player .podcast-player-thumbnail-art{z-index:1;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 42%,transparent 82%);mask-image:linear-gradient(180deg,#000 0,#000 42%,transparent 82%)}.craft-room-podcast .podcast-player .podcast-player-thumbnail-blur{transform:scale(1.08);filter:blur(18px) saturate(1.08);opacity:.95;-webkit-mask-image:linear-gradient(180deg,transparent 26%,#000 72%,#000);mask-image:linear-gradient(180deg,transparent 26%,#000 72%,#000)}.craft-room-podcast .podcast-player .podcast-player-thumbnail:after{content:"";position:absolute;right:0;bottom:-72px;left:0;z-index:1;height:240px;background:linear-gradient(to bottom,transparent 0,color-mix(in srgb,var(--room-surface-base) 82%,transparent) 38%,var(--room-surface-base) 64%,var(--room-surface-base) 100%);pointer-events:none}.craft-room-podcast .podcast-player .podcast-player-controls{position:relative;z-index:2;padding-top:calc(var(--space-4) + 8px)}.craft-room-podcast .mini-podcast-thumbnail img{border:none;outline:none;box-shadow:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.craft-room-podcast .mini-podcast-title,.craft-room-podcast .podcast-player-title{color:var(--room-on-surface)}.craft-room-podcast .mini-podcast-time,.craft-room-podcast .podcast-player-time{color:var(--room-on-surface-muted)}.craft-room-podcast .podcast-player-time{font-size:11px;font-weight:var(--font-weight-medium);margin-bottom:var(--space-1)}.craft-room-podcast .podcast-player-speed-btn{width:42px;padding:5px var(--space-2);font-size:var(--font-size-xs);line-height:1.2}.craft-room-podcast .podcast-player-speed-options{gap:4px}.craft-room-podcast .podcast-player-progress{margin-bottom:var(--space-1)}.craft-room-podcast .podcast-player-volume{margin-bottom:var(--space-2)}.craft-room-podcast .podcast-player-volume .podcast-player-btn{width:24px;height:24px}.craft-room-podcast .podcast-player-skip{width:32px;height:32px}.craft-room-podcast .podcast-player-volume .podcast-player-btn svg{width:14px;height:14px}.craft-room-podcast .podcast-player-skip svg{width:20px;height:20px}.craft-room-podcast .podcast-player-divider{display:none}.craft-room-podcast .podcast-player-share-row{align-items:stretch;gap:var(--space-2);margin-top:0}.craft-room-podcast .podcast-player-share-input{flex-direction:column}.craft-room-podcast .podcast-player-copy-btn,.craft-room-podcast .podcast-player-download{width:100%;height:34px}.craft-room-podcast .podcast-player-share{margin-top:var(--space-2);margin-bottom:0}.craft-room-podcast .podcast-player-share-qr{display:flex;align-items:center;justify-content:center;width:76px;height:76px;box-sizing:border-box}.craft-room-podcast .podcast-player-share-qr svg{width:64px;height:64px}.craft-room-podcast .mini-podcast-play,.craft-room-podcast .podcast-player-play,.craft-room-podcast .podcast-player-speed-btn.active{background:var(--room-accent);color:var(--room-accent-contrast);border-color:var(--room-accent)}.craft-room-podcast .podcast-player-play,.craft-room-podcast .podcast-player-play:hover{box-shadow:none}.craft-room-podcast .mini-podcast-progress-fill,.craft-room-podcast .podcast-player-progress-fill,.craft-room-podcast .podcast-player-progress-handle{background:var(--room-accent)}.craft-room-podcast .mini-podcast-progress,.craft-room-podcast .podcast-player-progress-bg{background:var(--room-divider)}.craft-room-podcast .podcast-player-volume-slider{background:transparent;accent-color:var(--room-accent)}.craft-room-podcast .podcast-player-volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--room-accent) 0,var(--room-accent) var(--podcast-volume-percent,100%),var(--room-divider) var(--podcast-volume-percent,100%),var(--room-divider) 100%)}.craft-room-podcast .podcast-player-volume-slider::-moz-range-track{background:var(--room-divider)}.craft-room-podcast .podcast-player-volume-slider::-moz-range-progress{background:var(--room-accent)}.craft-room-podcast .podcast-player-volume-slider::-webkit-slider-thumb{background:var(--room-accent)}.craft-room-podcast .podcast-player-volume-slider::-moz-range-thumb{background:var(--room-accent)}.craft-room-podcast .mini-podcast-btn,.craft-room-podcast .podcast-player-btn,.craft-room-podcast .podcast-player-copy-btn,.craft-room-podcast .podcast-player-download,.craft-room-podcast .podcast-player-skip,.craft-room-podcast .podcast-player-speed-btn{background:var(--room-surface-elevated);color:var(--room-on-surface);border-color:var(--room-divider)}.craft-room-podcast .mini-podcast-btn{border:1px solid var(--room-divider);border-radius:var(--radius-full)}.craft-room-podcast .mini-podcast-btn:hover,.craft-room-podcast .podcast-player-btn:hover,.craft-room-podcast .podcast-player-copy-btn:hover,.craft-room-podcast .podcast-player-download:hover,.craft-room-podcast .podcast-player-skip:hover,.craft-room-podcast .podcast-player-speed-btn:hover{background:var(--room-surface-hover);color:var(--room-on-surface)}.craft-room-podcast .podcast-player-share-input input{background:color-mix(in srgb,var(--room-surface-base) 90%,var(--room-on-surface) 10%);color:var(--room-accent);border-color:color-mix(in srgb,var(--room-divider) 88%,transparent)}.craft-room-podcast .podcast-player-share-input input:focus{border-color:var(--room-accent)}.craft-room-podcast .podcast-player-share-input input::-moz-selection{background:color-mix(in srgb,var(--room-accent) 22%,transparent)}.craft-room-podcast .podcast-player-share-input input::selection{background:color-mix(in srgb,var(--room-accent) 22%,transparent)}.craft-room-apps-preset-dropdown{position:relative;flex:0 0 auto;min-width:126px}.craft-room-apps-preset-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-2);box-sizing:border-box;width:100%;height:25px;min-height:25px;max-height:25px;margin:0;padding:0 8px 0 10px;border:1px solid var(--room-divider);border-radius:var(--radius-full,999px);background:var(--room-surface-base);color:var(--room-on-surface);font-family:var(--room-font-body);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium,500);line-height:1;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.craft-room-apps-preset-trigger:hover:not(:disabled),.craft-room-apps-preset-trigger[aria-expanded=true]{background:var(--room-chrome-hover-bg)}.craft-room-apps-preset-trigger:disabled{opacity:.6;cursor:not-allowed}.craft-room-apps-preset-trigger:focus-visible{outline:2px solid var(--room-accent);outline-offset:2px}.craft-room-apps-preset-trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto;text-align:left}.craft-room-apps-preset-trigger .prezi-chevron-icon{flex-shrink:0;color:var(--room-on-surface-muted);transition:transform var(--transition-fast)}.craft-room-apps-preset-trigger[aria-expanded=true] .prezi-chevron-icon{transform:rotate(180deg)}.craft-room-page .prezi-privacy-dropdown-menu.craft-room-apps-preset-menu{min-width:126px}.craft-room-page .craft-room-apps-preset-menu .prezi-privacy-dropdown-option{font-weight:var(--font-weight-normal)}.craft-room-page .craft-room-apps-preset-menu .prezi-privacy-dropdown-option-text{flex:1 1 auto;min-width:0}.craft-room-page .craft-room-apps-preset-menu .prezi-privacy-dropdown-option-label{color:var(--room-on-surface);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.craft-room-page .craft-room-apps-preset-menu .craft-room-apps-preset-option-check{width:var(--space-4);margin-left:auto;display:inline-flex;align-items:center;justify-content:center;color:var(--room-accent);flex-shrink:0}.craft-room-page .craft-room-apps-preset-menu-divider{background:color-mix(in srgb,var(--room-divider) 88%,transparent)}.craft-room-deck{display:flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0;padding-left:var(--space-4);padding-right:0;min-width:0;flex:1 1}.craft-room-page--apps-hidden .craft-room-deck{margin-right:var(--space-2)}.craft-room-deck-frame{box-sizing:border-box;width:100%;max-width:none;aspect-ratio:16/9;border:1px solid color-mix(in srgb,var(--room-divider) 65%,transparent);border-radius:var(--room-deck-radius,var(--radius-lg));overflow:hidden;background:var(--room-deck-surface);box-shadow:var(--room-chrome-shadow);position:relative}.craft-room-page--desktop .craft-room-deck:not(.craft-room-deck--stack){align-self:stretch;margin-left:var(--space-2);min-height:0;padding-left:0}.craft-room-page--desktop .craft-room-deck:not(.craft-room-deck--stack) .craft-room-deck-frame{--room-deck-frame-max-h:calc(100dvh - var(--room-embedded-chrome-above-main) - var(--room-gutter-block) * 2 - var(--room-deck-padding));width:min(100%,calc(var(--room-deck-frame-max-h) * 16 / 9));max-height:var(--room-deck-frame-max-h)}.craft-room-page--desktop .craft-room-deck--document .craft-room-deck-frame--document{--room-deck-frame-max-h:calc(100dvh - var(--room-embedded-chrome-above-main) - var(--room-gutter-block) * 2 - var(--room-deck-padding));aspect-ratio:auto;width:100%;height:var(--room-deck-frame-max-h);max-height:var(--room-deck-frame-max-h)}.craft-room-page--desktop .craft-room-deck--document{align-self:stretch;margin-left:var(--space-2);min-height:0;padding-left:0}.craft-room-deck--stack{align-items:flex-start;padding-top:0;padding-block-start:0}.craft-room-deck--stack .craft-room-slides-stack,.craft-room-deck--stack .prezi-view-slides-container--stacked{padding-top:0;margin-top:0}.craft-room-page--desktop .craft-room-main--deck-scroll .craft-room-deck--stack{flex:1 1 auto;min-width:0;align-self:stretch;min-height:auto;overflow:visible;padding-top:0;margin-left:var(--space-2);padding-left:0;padding-right:0}.craft-room-deck-frame--stack{aspect-ratio:auto;height:auto;overflow:visible;background:transparent;border:none;box-shadow:none;border-radius:0}.prezi-room-overlay-shell .craft-room-page--embedded.craft-room-page--narrow .craft-room-deck-frame--stack{aspect-ratio:16/9;height:auto;overflow-y:auto}.craft-room-deck-frame>.prezi-view-page{position:absolute;inset:0;width:100%;height:100%;background:transparent}.craft-room-deck-frame :is(.prezi-view-page,.prezi-view-canvas-container,.prezi-view-canvas,.prezi-view-slides-container,.prezi-view-slides-container--stacked,.craft-room-slides-stack,.craft-room-slides-stack-frame,.prezi-view-loading--in-canvas){border-radius:0}.craft-room-deck-frame--stack>.prezi-view-page{position:relative;inset:auto;flex:none;width:100%;height:auto;min-height:0;overflow:visible}.craft-room-deck-frame--stack .prezi-view-slides-container--stacked{position:relative;inset:auto;flex:none;min-height:auto;width:100%;height:auto;overflow:visible}.craft-room-page--phone .craft-room-deck-frame{border-radius:calc(var(--room-deck-radius, var(--radius-lg)) * .75);box-shadow:var(--room-chrome-shadow)}.craft-room-header{--room-header-inset:var(--space-2);position:sticky;top:var(--room-header-inset);z-index:220;box-sizing:border-box;width:calc(100% - 2 * var(--room-header-inset));margin:var(--room-header-inset) auto 0;height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:var(--space-3);gap:var(--space-3);padding-block:var(--space-2);padding-inline:var(--space-2);background:color-mix(in srgb,var(--room-surface-elevated) 82%,transparent);border:1px solid color-mix(in srgb,var(--room-divider) 65%,transparent);border-radius:var(--radius-xl);backdrop-filter:blur(20px);box-shadow:var(--room-header-shadow);font-family:var(--room-font-heading);color:var(--room-on-surface);container-type:inline-size}.craft-room-page--is-phone .craft-room-header{z-index:220}.prezi-room-overlay-shell.is-visible .craft-room-header{animation:craft-room-header-slide-in .4s cubic-bezier(.22,1,.36,1) both}@keyframes craft-room-header-slide-in{0%{transform:translateY(calc(-100% - var(--room-header-inset)))}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.prezi-room-overlay-shell.is-visible .craft-room-header{animation:none}}.craft-room-header-left{position:relative;min-width:0;display:flex;align-items:center;gap:var(--space-2)}.craft-room-title{display:flex;align-items:baseline;width:100%;margin:0;padding-inline-start:10px;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:1.3;font-family:var(--room-font-heading);color:var(--room-on-surface);white-space:nowrap}.craft-room-title,.craft-room-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.craft-room-title-byline{flex:0 0 auto;margin-inline-start:var(--space-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular,400);font-family:var(--room-font-body);color:var(--room-on-surface-muted);transform:translateY(-1px)}@container (max-width: 480px){.craft-room-title-byline{display:none}}.craft-room-header-center{display:flex;align-items:center;justify-content:center;padding-inline:var(--space-2);box-sizing:border-box;pointer-events:auto}.craft-room-header-right{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);min-width:0;position:relative}.craft-room-header-qr.prezi-tooltip{overflow:visible}.craft-room-header .craft-room-header-qr .prezi-tooltip-text,.craft-room-header-button--edit .prezi-tooltip-text,.craft-room-header-button--poll .prezi-tooltip-text,.craft-room-share-surface .prezi-tooltip-text{display:none}.craft-room-header-button--poll-ready{position:relative;animation:craft-room-action-pulse 1.6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.craft-room-header-button--poll-ready{animation:none}}.craft-room-header-button[data-lookup=craft-room-experience-start]:disabled:focus-visible .prezi-tooltip-text,.craft-room-header-button[data-lookup=craft-room-experience-start]:disabled:hover .prezi-tooltip-text{display:block;opacity:1!important;background:linear-gradient(var(--room-surface-elevated),var(--room-surface-elevated)) var(--room-surface-base)!important;border-color:var(--room-tooltip-border)!important;color:var(--room-tooltip-on-surface)!important;box-shadow:var(--room-header-shadow)!important}.craft-room-header .craft-room-header-qr:focus-visible .prezi-tooltip-text,.craft-room-header .craft-room-header-qr:hover .prezi-tooltip-text{display:block}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs{box-shadow:none;background:color-mix(in srgb,var(--room-page-bg) 50%,transparent);border-color:color-mix(in srgb,var(--room-divider) 80%,transparent)}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab{justify-content:center;color:var(--room-on-surface-muted);font-family:var(--room-font-body)}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab.is-active{color:var(--room-accent)}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab-indicator{background:color-mix(in srgb,var(--room-accent) 12%,transparent);box-shadow:inset 0 0 0 1px var(--room-accent)}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab:not(.is-active,:disabled):hover{color:var(--room-on-surface)}.craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab:focus-visible{outline:2px solid var(--room-accent);outline-offset:2px}.craft-room-page--narrow .craft-room-header{gap:var(--space-2)}.craft-room-header--tabs-constrained{grid-template-columns:auto minmax(0,1fr) auto}.craft-room-page--narrow .craft-room-header-center{min-width:0;padding-inline:0}.craft-room-page--narrow .craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs{width:-moz-max-content;width:max-content;max-width:none}.craft-room-page--is-phone .craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs{max-width:none}.craft-room-page--narrow .craft-room-header .prezi-style-brand-tabs.craft-room-panel-mode-tabs .prezi-style-brand-tab{min-width:74px;padding-inline:var(--space-2-5)}.craft-room-header-button{display:inline-flex;align-items:center;gap:var(--space-1-5);height:36px;padding:var(--space-2) var(--space-4);border-radius:var(--room-control-radius);font-family:var(--room-font-body);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);border:1px solid transparent;cursor:pointer;flex-shrink:0;transition:background .12s ease,border-color .12s ease,color .12s ease;white-space:nowrap}.craft-room-header-button-group .craft-room-header-button{height:36px;border-radius:0;border:0;overflow:hidden}.craft-room-header-button-group .craft-room-header-button--ghost{border-color:transparent}.craft-room-header-button-group .craft-room-header-button.craft-room-header-button-group__btn--end{border-radius:0 calc(var(--room-control-radius) - 1px) calc(var(--room-control-radius) - 1px) 0;overflow:hidden}.craft-room-header-button-group .craft-room-header-button.craft-room-header-button-group__btn--end.prezi-tooltip,.craft-room-header-button-group .craft-room-header-button.prezi-tooltip{overflow:visible}.craft-room-header-button-group .craft-room-header-button:only-child{border-radius:calc(var(--room-control-radius) - 1px)}.craft-room-header-button:focus-visible{outline:2px solid var(--room-accent);outline-offset:2px}.craft-room-header-button--ghost{background:transparent;color:var(--room-on-surface);border-color:color-mix(in srgb,var(--room-divider) 80%,transparent)}.craft-room-header-button--ghost:hover:not(:disabled),.craft-room-header-button--ghost[aria-expanded=true]:not(:disabled){background:var(--room-chrome-hover-bg);border-color:var(--room-on-surface-muted)}.craft-room-header-button--primary{background:var(--room-accent);color:var(--room-accent-contrast);border-color:var(--room-accent);font-weight:var(--font-weight-medium)}.craft-room-header-button--primary:hover:not(:disabled){filter:brightness(.95)}.craft-room-header-button--edit{margin-right:0}.craft-room-header-button--icon-only{padding:var(--space-2);width:36px;height:36px;justify-content:center}.craft-room-header-button:disabled{opacity:.55;cursor:not-allowed}.craft-room-header-button--poll:disabled,.craft-room-header-button:disabled.prezi-tooltip{opacity:1!important}.craft-room-header-button--poll:disabled>span:not(.prezi-tooltip-text),.craft-room-header-button--poll:disabled>svg,.craft-room-header-button:disabled.prezi-tooltip>span:not(.prezi-tooltip-text),.craft-room-header-button:disabled.prezi-tooltip>svg{opacity:.55}.craft-room-header-spinner{animation:craft-room-header-spin .8s linear infinite}@keyframes craft-room-header-spin{to{transform:rotate(1turn)}}@container (max-width: 1080px){.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--edit,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--poll,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-present,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-share-surface .craft-room-header-button{width:36px;min-width:36px;height:36px;padding:0;justify-content:center}.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--edit{margin-right:0}.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--edit span,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--poll span:not(.prezi-tooltip-text),.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-present span:not(.prezi-tooltip-text),.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-share-surface .craft-room-header-button span:not(.prezi-tooltip-text){display:none}.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--edit:is(:hover,:focus-visible) .prezi-tooltip-text,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-header-button--poll .prezi-tooltip-text,.craft-room-header:has([data-lookup=craft-room-view-toggle-newscaster]) .craft-room-share-surface .prezi-tooltip-text{display:block}}@container (max-width: 860px){.craft-room-header-button--edit,.craft-room-header-button--poll,.craft-room-header-present,.craft-room-share-surface .craft-room-header-button{width:36px;min-width:36px;height:36px;padding:0;justify-content:center}.craft-room-header-button--edit{margin-right:0}.craft-room-header-button--edit span,.craft-room-header-button--poll span:not(.prezi-tooltip-text),.craft-room-header-present span:not(.prezi-tooltip-text),.craft-room-share-surface .craft-room-header-button span:not(.prezi-tooltip-text){display:none}.craft-room-header-button--edit:is(:hover,:focus-visible) .prezi-tooltip-text,.craft-room-header-button--poll .prezi-tooltip-text,.craft-room-share-surface .prezi-tooltip-text{display:block}}.craft-room-header .craft-room-header-button--edit.prezi-tooltip--down .prezi-tooltip-text{left:0;transform:translateY(-4px)}.craft-room-header .craft-room-header-button--edit.prezi-tooltip--down:focus-visible .prezi-tooltip-text,.craft-room-header .craft-room-header-button--edit.prezi-tooltip--down:hover .prezi-tooltip-text{transform:translateY(0)}.craft-room-page--narrow .craft-room-header .craft-room-header-button--edit.prezi-tooltip--down .prezi-tooltip-text{left:calc((36px + var(--space-2)) * -1)}.craft-room-page--narrow .craft-room-title{display:none}.craft-room-owner-menu{position:relative;flex-shrink:0}.craft-room-page .craft-room-owner-menu__menu{left:0;right:auto}@container (max-width: 520px){.craft-room-header-qr,.craft-room-header-right>.craft-room-header-button--poll{display:none}.craft-room-header-present{display:inline-flex}.craft-room-header-present span:not(.prezi-tooltip-text){display:none}.craft-room-header-right--mobile>.craft-room-header-present{display:inline-flex}}.craft-room-page .craft-room-header-overflow-menu{position:absolute;top:calc(100% + 2px);right:0;min-width:200px;padding:var(--space-1);display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--room-divider) 88%,transparent);border-radius:var(--radius-md);background:var(--room-surface-base);box-shadow:var(--room-menu-shadow);color:var(--room-on-surface);z-index:calc(var(--craft-pointer-settings-tooltip-z, calc(var(--z-tooltip, 3000) + 25)) + 1)}.craft-room-page .craft-room-header-overflow-item{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--room-on-surface);font-family:var(--room-font-body);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left;cursor:pointer;transition:background var(--transition-fast)}.craft-room-page .craft-room-header-overflow-item svg{flex-shrink:0;color:var(--room-on-surface-muted)}.craft-room-page .craft-room-header-overflow-item:focus-visible,.craft-room-page .craft-room-header-overflow-item:hover:not(:disabled){background:var(--room-chrome-hover-bg)}.craft-room-page .craft-room-header-overflow-item:disabled{opacity:.45;cursor:not-allowed}.craft-room-page .craft-room-header-overflow-item.is-selected{background:color-mix(in srgb,var(--room-accent) 14%,transparent);color:var(--room-on-surface)}.craft-room-page .craft-room-header-overflow-item.is-selected svg{color:var(--room-accent)}.craft-room-page .craft-room-header-overflow-item--back{color:var(--room-on-surface-muted)}.craft-room-page .craft-room-header-overflow-item--present svg{color:var(--room-accent)}.craft-room-page .craft-room-header-overflow-check,.craft-room-page .craft-room-header-overflow-plus{margin-left:auto;flex-shrink:0;color:var(--room-accent)}.craft-room-page .craft-room-header-overflow-plus{padding:2px 6px;border:1px solid var(--room-accent);border-radius:999px;background:color-mix(in srgb,var(--room-accent) 12%,transparent);font-size:10px;font-weight:var(--font-weight-semibold);line-height:1.2;white-space:nowrap}.craft-room-page .craft-room-header-overflow-sep{height:1px;margin:var(--space-1) var(--space-2);background:color-mix(in srgb,var(--room-divider) 88%,transparent)}.craft-room-view-tab-pending{display:inline-flex;align-items:center;gap:var(--space-1);opacity:.6}.craft-room-view-tab-spin{animation:craft-room-view-tab-rotate .9s linear infinite}@keyframes craft-room-view-tab-rotate{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.craft-room-view-tab-spin{animation:none}}.craft-room-prezi-tab-label{display:inline-flex;align-items:center;gap:var(--space-1)}.craft-room-prezi-tab-caret{display:inline-flex;align-items:center;margin-right:-2px;opacity:.65;cursor:pointer}.craft-room-prezi-tab-caret:hover{opacity:1}.craft-room-prezi-source-menu{position:fixed;transform:translateX(-50%);min-width:200px;display:flex;flex-direction:column;padding:var(--space-1);background:var(--room-surface-elevated,var(--color-surface-raised));color:var(--room-on-surface,var(--color-text-primary));border:1px solid color-mix(in srgb,var(--room-divider,var(--border-color)) 70%,transparent);border-radius:var(--radius-lg,10px);box-shadow:var(--room-chrome-shadow,var(--shadow-lg));z-index:var(--z-dropdown,200)}.craft-room-prezi-source-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-md,8px);background:transparent;color:inherit;font-size:var(--font-size-sm);font-family:inherit;text-align:left;cursor:pointer}.craft-room-prezi-source-item:hover{background:color-mix(in srgb,var(--room-on-surface,var(--color-text-primary)) 8%,transparent)}.craft-room-prezi-source-item.is-active{font-weight:var(--font-weight-medium)}.craft-room-prezi-source-item-check{display:inline-flex;width:14px;justify-content:center}.craft-room-footer{position:fixed;bottom:var(--room-footer-inset,8px);right:var(--room-footer-inset,8px);z-index:80;display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);height:var(--room-footer-height,36px);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--room-surface-elevated) 75%,transparent);border:1px solid color-mix(in srgb,var(--room-divider) 65%,transparent);backdrop-filter:blur(10px);box-shadow:var(--room-chrome-shadow);font-family:var(--room-font-body);font-weight:var(--font-weight-medium);font-size:var(--font-size-base);line-height:1.4;color:var(--room-on-surface-muted);white-space:nowrap;transition:background-color .15s ease,border-color .15s ease}@media (hover:hover){.craft-room-footer:hover{background:color-mix(in srgb,var(--room-surface-elevated) 90%,transparent)}}.craft-room-footer-attribution{display:inline-flex;align-items:center;gap:var(--space-1);color:inherit;text-decoration:none;font:inherit;white-space:nowrap}.craft-room-footer-attribution:focus-visible{outline:2px solid var(--room-accent);outline-offset:2px;border-radius:var(--radius-xs)}.craft-room-footer-text{display:inline-flex;align-items:center;font-weight:var(--font-weight-medium);line-height:1}.craft-room-footer-lockup{display:inline-flex;align-items:center;width:66px;height:24px;line-height:0;color:inherit}.craft-room-footer-host-slot{display:inline-flex;align-items:center;gap:var(--space-1-5)}.craft-room-page--narrow .craft-room-footer{right:auto;left:50%;transform:translateX(-50%)}