.craft-share-qr-panel{--color-surface-base:var(--color-share-qr-surface-base);--color-surface-elevated:var(--color-share-qr-surface-elevated);--color-bg-hover:var(--color-share-qr-bg-hover);--color-text-primary:var(--color-share-qr-text-primary);--color-text-secondary:var(--color-share-qr-text-secondary);--border-color:var(--color-share-qr-border);--shadow-focus-ring:var(--shadow-share-qr-focus-ring);--shadow-lg:var(--shadow-share-qr-panel);align-items:center;gap:var(--space-2);pointer-events:auto;padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-surface-elevated);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);color:var(--color-text-primary);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;display:flex}.craft-share-qr-panel--last-slide{left:var(--space-4);right:auto;bottom:calc(var(--space-4) + 52px);z-index:calc(var(--z-modal) + 5);max-width:min(calc(30vh + 2 * var(--space-3)), calc(100vw - 2rem));position:fixed}.prezi-view-page--newscaster-surface .craft-share-qr-panel--last-slide{z-index:calc(var(--z-tooltip) + 5)}.prezi-page:not(.prezi-page--phone-mobile) .craft-share-qr-panel--last-slide,.prezi-view-page:not(.prezi-view-page--phone-mobile) .craft-share-qr-panel--last-slide,.html-slideshow-shell:not(.html-slideshow-shell--mobile-present) .craft-share-qr-panel--last-slide{bottom:16px}.prezi-view-page--newscaster-surface:not(.prezi-view-page--phone-mobile) .prezi-newscaster-present-shell:not(.prezi-newscaster-present-shell--inline)>.craft-share-qr-panel--last-slide{bottom:calc(var(--space-4) + 52px);z-index:calc(var(--z-tooltip) + 5);transform:none}.prezi-page--tablet .craft-share-qr-panel--last-slide,.prezi-view-page--tablet .craft-share-qr-panel--last-slide,.html-slideshow-shell--hide-tablet-header-in-browser-fullscreen .craft-share-qr-panel--last-slide{bottom:14px}.prezi-page--phone-mobile .craft-share-qr-panel--last-slide,.prezi-view-page--phone-mobile .craft-share-qr-panel--last-slide,.html-slideshow-shell--mobile-present .craft-share-qr-panel--last-slide{bottom:calc(var(--space-4) + 60px)}.craft-share-qr-panel--last-slide .craft-share-qr-panel__qr-wrap{width:30vh;max-width:calc(100vw - 4rem);height:30vh;max-height:calc(100vw - 4rem)}@media (max-width:720px){.craft-share-qr-panel--last-slide{max-width:min(calc(15vh + 2 * var(--space-3)), calc(100vw - 2rem))}.craft-share-qr-panel--last-slide .craft-share-qr-panel__qr-wrap{width:15vh;height:15vh}}.craft-share-qr-panel--last-slide .craft-share-qr-panel__svg{width:100%;height:100%}.craft-share-qr-panel__qr-wrap{border-radius:var(--radius-sm);background:var(--color-surface-base);padding:var(--space-1);flex-shrink:0;line-height:0}.craft-share-qr-panel__svg{display:block}.craft-share-qr-panel__caption-row{align-items:center;gap:var(--space-2);flex-direction:row;width:100%;display:flex}.craft-share-qr-panel__caption{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);flex:1;margin:0;line-height:1.35}.craft-share-qr-panel__dismiss{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.craft-share-qr-panel__dismiss:hover{color:var(--color-text-primary);background:var(--color-bg-hover)}.craft-share-qr-panel__dismiss:focus-visible{box-shadow:var(--shadow-focus-ring)}.craft-share-qr-panel--interactive{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:24px}.craft-share-qr-panel--interactive.is-dragging{cursor:grabbing}.craft-share-qr-panel--interactive.is-dragging,.craft-share-qr-panel--interactive.is-resizing{transition:none}.craft-share-qr-panel--interactive.is-opening{transition:transform .32s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.craft-share-qr-panel--interactive.is-opening{transition:none}}.craft-share-qr-panel--interactive .craft-share-qr-panel__qr-wrap{max-width:none;max-height:none}.craft-share-qr-panel__header{--craft-share-qr-header-height:24px;--craft-share-qr-grip-size:16px;width:100%;height:var(--craft-share-qr-header-height);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.craft-share-qr-panel__grip{color:color-mix(in srgb, var(--color-text-secondary) 55%, transparent);flex-shrink:0}.craft-share-qr-panel__title.is-clipped{visibility:hidden}.craft-share-qr-panel__title{top:0;bottom:0;left:calc(var(--craft-share-qr-grip-size) + var(--space-3));right:calc(var(--craft-share-qr-header-height) + var(--space-2));text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:var(--font-weight-medium);color:var(--color-text-secondary);align-items:center;line-height:1;display:flex;position:absolute;overflow:hidden}.craft-share-qr-panel__header-close.prezi-modal-close{width:var(--craft-share-qr-header-height);height:var(--craft-share-qr-header-height);background:0 0;border-color:#0000;flex-shrink:0;position:static}.craft-share-qr-panel__header-close.prezi-modal-close:hover{background:var(--color-bg-hover);border-color:var(--border-color);color:var(--color-text-primary)}.craft-share-qr-panel--interactive .craft-share-qr-panel__header{height:0;margin-bottom:calc(-1 * var(--space-2));opacity:0;transition:height var(--transition-fast) ease-out, margin-bottom var(--transition-fast) ease-out, opacity var(--transition-fast) ease-out}.craft-share-qr-panel--interactive.is-touch-revealed .craft-share-qr-panel__header,.craft-share-qr-panel--interactive:focus-within .craft-share-qr-panel__header{height:var(--craft-share-qr-header-height);opacity:1;margin-bottom:0}@media (hover:hover) and (pointer:fine){.craft-share-qr-panel--interactive:hover .craft-share-qr-panel__header{height:var(--craft-share-qr-header-height);opacity:1;margin-bottom:0}}@media (prefers-reduced-motion:reduce){.craft-share-qr-panel--interactive .craft-share-qr-panel__header{transition:none}}.craft-share-qr-panel__resize-hint{width:12px;height:12px;color:color-mix(in srgb, var(--color-text-secondary) 55%, transparent);pointer-events:none;z-index:1;line-height:0;position:absolute;bottom:7px;right:7px}.craft-share-qr-panel__resize-hint svg{width:100%;height:100%;display:block;transform:scaleY(-1)}.craft-share-qr-panel__resize{--craft-share-qr-resize-hit:10px;touch-action:none;z-index:1;position:absolute}.craft-share-qr-panel__resize--n,.craft-share-qr-panel__resize--s{left:var(--craft-share-qr-resize-hit);right:var(--craft-share-qr-resize-hit);height:var(--craft-share-qr-resize-hit);cursor:ns-resize}.craft-share-qr-panel__resize--e,.craft-share-qr-panel__resize--w{top:var(--craft-share-qr-resize-hit);bottom:var(--craft-share-qr-resize-hit);width:var(--craft-share-qr-resize-hit);cursor:ew-resize}.craft-share-qr-panel__resize--n{top:calc(-1 * var(--craft-share-qr-resize-hit) / 2)}.craft-share-qr-panel__resize--s{bottom:calc(-1 * var(--craft-share-qr-resize-hit) / 2)}.craft-share-qr-panel__resize--e{right:calc(-1 * var(--craft-share-qr-resize-hit) / 2)}.craft-share-qr-panel__resize--w{left:calc(-1 * var(--craft-share-qr-resize-hit) / 2)}.craft-share-qr-panel__resize--ne,.craft-share-qr-panel__resize--nw,.craft-share-qr-panel__resize--se,.craft-share-qr-panel__resize--sw{width:calc(var(--craft-share-qr-resize-hit) * 1.6);height:calc(var(--craft-share-qr-resize-hit) * 1.6);z-index:2}.craft-share-qr-panel__resize--ne{top:calc(-1 * var(--craft-share-qr-resize-hit) / 2);right:calc(-1 * var(--craft-share-qr-resize-hit) / 2);cursor:nesw-resize}.craft-share-qr-panel__resize--sw{bottom:calc(-1 * var(--craft-share-qr-resize-hit) / 2);left:calc(-1 * var(--craft-share-qr-resize-hit) / 2);cursor:nesw-resize}.craft-share-qr-panel__resize--nw{top:calc(-1 * var(--craft-share-qr-resize-hit) / 2);left:calc(-1 * var(--craft-share-qr-resize-hit) / 2);cursor:nwse-resize}.craft-share-qr-panel__resize--se{bottom:calc(-1 * var(--craft-share-qr-resize-hit) / 2);right:calc(-1 * var(--craft-share-qr-resize-hit) / 2);cursor:nwse-resize}.craft-share-qr-panel__header{z-index:3;position:relative}
.craft-watermark{z-index:80;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);height:var(--craft-watermark-height);margin-bottom:var(--craft-watermark-center-nudge);border-radius:var(--radius-md);border:1px solid var(--border-color-light);font-family:var(--font-family);--craft-watermark-lockup-height:22px;color:var(--color-text-primary);white-space:nowrap;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex;position:absolute;bottom:16px}.craft-watermark:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.craft-watermark--bottom-center{left:50%;transform:translate(-50%)}.craft-watermark--bottom-left{left:calc(16px + env(safe-area-inset-left,0px))}.craft-watermark__text{font-weight:500}.craft-watermark__lockup{height:var(--craft-watermark-lockup-height);width:calc(var(--craft-watermark-lockup-height) * 66 / 24);align-items:center;line-height:0;display:inline-flex}[data-theme=dark] .craft-watermark,.html-slideshow-shell .craft-watermark,.html-slideshow-root .craft-watermark,.prezi-view-page .craft-watermark,:fullscreen .craft-watermark{background:var(--color-scrim-60);border-color:var(--color-overlay-light);color:var(--color-text-on-color)}:-webkit-full-screen .craft-watermark{background:var(--color-scrim-60);border-color:var(--color-overlay-light);color:var(--color-text-on-color)}.present-mode .craft-watermark{color:#e8eaed;background:#14161abf;border-color:#ffffff1f}.present-mode .craft-watermark,:fullscreen .craft-watermark{transition:none}:-webkit-full-screen .craft-watermark{transition:none}@media (hover:hover){.craft-watermark:hover{background:#ffffffe6}[data-theme=dark] .craft-watermark:hover,.html-slideshow-shell .craft-watermark:hover,.html-slideshow-root .craft-watermark:hover,.prezi-view-page .craft-watermark:hover,:fullscreen .craft-watermark:hover{background:var(--color-scrim-80)}:-webkit-full-screen .craft-watermark:hover{background:var(--color-scrim-80)}.present-mode .craft-watermark:hover{background:#14161ae6}}@media (hover:none) and (pointer:coarse){.craft-watermark{bottom:calc(13px + env(safe-area-inset-bottom,0px));height:var(--craft-watermark-compact-height);padding:var(--space-1) var(--space-2);--craft-watermark-lockup-height:14px;gap:var(--space-1);font-size:10px}.craft-watermark--bottom-left{left:calc(20px + env(safe-area-inset-left,0px))}}.prezi-page--phone-landscape .craft-watermark--bottom-left{bottom:var(--prezi-landscape-watermark-bottom,env(safe-area-inset-bottom,0px));left:calc(var(--prezi-landscape-slides-left) + 8px);position:fixed}.prezi-page--phone-landscape:has(.present-mode) .craft-watermark--bottom-left{left:var(--craft-present-chrome-inset,var(--space-3))}.prezi-page--tablet .craft-watermark,.prezi-view-page--tablet .craft-watermark{bottom:14px}:-webkit-any(.craft-room-page,[data-theme-styled]) .craft-watermark:not(:where(.present-mode,.prezi-view-page,.html-slideshow-shell,.html-slideshow-root,:fullscreen,:-webkit-full-screen) *){background:color-mix(in srgb, var(--room-surface-base,var(--color-surface-base)) 75%, transparent);border-color:color-mix(in srgb, var(--room-divider,var(--border-color)) 70%, transparent);color:var(--room-on-surface,var(--color-text-primary))}:is(.craft-room-page,[data-theme-styled]) .craft-watermark:not(:where(.present-mode,.prezi-view-page,.html-slideshow-shell,.html-slideshow-root,:fullscreen,:fullscreen) *){background:color-mix(in srgb, var(--room-surface-base,var(--color-surface-base)) 75%, transparent);border-color:color-mix(in srgb, var(--room-divider,var(--border-color)) 70%, transparent);color:var(--room-on-surface,var(--color-text-primary))}@media (hover:hover){:-webkit-any(.craft-room-page,[data-theme-styled]) .craft-watermark:not(:where(.present-mode,.prezi-view-page,.html-slideshow-shell,.html-slideshow-root,:fullscreen,:-webkit-full-screen) *):hover{background:color-mix(in srgb, var(--room-surface-base,var(--color-surface-base)) 90%, transparent)}:is(.craft-room-page,[data-theme-styled]) .craft-watermark:not(:where(.present-mode,.prezi-view-page,.html-slideshow-shell,.html-slideshow-root,:fullscreen,:fullscreen) *):hover{background:color-mix(in srgb, var(--room-surface-base,var(--color-surface-base)) 90%, transparent)}}
.craft-watermark-paywall-host{margin-bottom:var(--craft-watermark-center-nudge);z-index:80;position:absolute;bottom:16px}.craft-watermark-paywall-host--bottom-left{left:calc(16px + env(safe-area-inset-left,0px))}.craft-watermark-paywall-host--bottom-center{left:50%;transform:translate(-50%)}.craft-watermark-paywall-host>.craft-watermark{margin-bottom:0;position:static;bottom:auto;left:auto;transform:none}.craft-watermark-hover-paywall-anchor{padding-bottom:var(--paywall-source-gap,2px);z-index:calc(var(--z-dropdown) + 1);position:absolute;bottom:100%;left:0}@media (hover:none) and (pointer:coarse){.craft-watermark-paywall-host{bottom:calc(11px + env(safe-area-inset-bottom,0px))}.craft-watermark-paywall-host--bottom-left{left:calc(20px + env(safe-area-inset-left,0px))}.craft-watermark-hover-paywall-anchor{display:none}}.prezi-page--tablet .craft-watermark-paywall-host,.html-slideshow-shell--hide-tablet-header-in-browser-fullscreen .craft-watermark-paywall-host{bottom:14px}.prezi-page--tablet .craft-watermark-paywall-host--bottom-left{left:calc(12px + env(safe-area-inset-left,0px))}.prezi-page--phone-landscape .craft-watermark-paywall-host--bottom-left{bottom:calc(var(--prezi-landscape-watermark-bottom,env(safe-area-inset-bottom,0px)) + 10px);left:calc(var(--prezi-landscape-slides-left) + 8px);position:fixed}.prezi-page--phone-landscape .prezi-viewer-panel-inline--mobile-canvas>.craft-watermark-paywall-host--bottom-left{bottom:calc(var(--prezi-landscape-watermark-bottom,env(safe-area-inset-bottom,0px)) + 10px)}.prezi-page--phone-mobile .present-mode .craft-watermark-paywall-host--bottom-left,.html-slideshow-shell--mobile-present .craft-watermark-paywall-host--bottom-left,.prezi-view-page--phone-mobile .craft-watermark-paywall-host--bottom-left{bottom:calc(var(--craft-present-nav-bottom,24px) + (var(--craft-nav-pill-height) - var(--craft-watermark-compact-height)) / 2);margin-bottom:0;position:absolute;left:8px}@media (orientation:landscape){.prezi-page--phone-mobile .present-mode .craft-watermark-paywall-host--bottom-left,.html-slideshow-shell--mobile-present .craft-watermark-paywall-host--bottom-left,.prezi-view-page--phone-mobile .craft-watermark-paywall-host--bottom-left{left:var(--craft-present-chrome-inset,var(--space-3))}}@media not all and (hover:none) and (pointer:coarse){.craft-watermark-paywall-host:has(>.craft-watermark[data-surface=editor]){bottom:12px}.craft-watermark-paywall-host--bottom-left:has(>.craft-watermark[data-surface=editor]){left:calc(12px + env(safe-area-inset-left,0px))}.prezi-preview-panel:has(>.prezi-preview-slides)>.craft-watermark-paywall-host--bottom-left{left:calc(24px + env(safe-area-inset-left,0px))}}.prezi-page--phone-mobile .craft-watermark-paywall-host--bottom-left:not(:where(.present-mode,.html-slideshow-shell,.prezi-view-page) *),.prezi-page--phone-mobile .prezi-viewer-panel-inline--mobile-canvas>.craft-watermark-paywall-host--bottom-left:not(:where(.present-mode,.html-slideshow-shell,.prezi-view-page) *){bottom:8px}
.prezi-hover-paywall-card{width:min(300px, calc(100vw - var(--space-6)));border-radius:var(--radius-md);border:1px solid var(--border-color-light);background:var(--color-surface-base);box-shadow:var(--shadow-surface-craft);padding:var(--space-4);flex-direction:column;gap:7px;display:flex}.prezi-hover-paywall-card__title{font-size:var(--font-size-xs);line-height:1.5;font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.01em;margin:0}.prezi-hover-paywall-card__body{font-size:var(--font-size-sm);line-height:1.4;font-weight:var(--font-weight-medium);color:var(--color-text-secondary);margin:0}.prezi-hover-paywall-card__cta{border-radius:var(--radius-sm);width:100%;margin-top:var(--space-2);padding:var(--space-1-5) var(--space-2);background:var(--color-primary);color:var(--color-text-on-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;border:none;line-height:1.4;transition:background .15s}.prezi-hover-paywall-card__cta:hover{background:var(--color-primary-hover)}.prezi-hover-paywall-card__cta:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
.html-slideshow-shell{z-index:var(--z-modal);background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.prezi-page--phone-mobile .html-slideshow-shell--mobile-present{width:var(--craft-viewport-width,100vw);height:var(--craft-viewport-height,100dvh);max-width:var(--craft-viewport-width,100vw);max-height:var(--craft-viewport-height,100dvh)}.html-slideshow-content{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.html-slideshow-content--pinch-zoom{touch-action:none;overscroll-behavior:contain;overflow:hidden}.html-slideshow-content--pinch-zoom.is-zoomed{cursor:grab}.html-slideshow-content--pinch-zoom.is-panning{cursor:grabbing}.html-slideshow-shell--hide-header-in-browser-fullscreen:fullscreen .presenter-header-root,.html-slideshow-shell--hide-tablet-header-in-browser-fullscreen:fullscreen .presenter-header-root{display:none}.html-slideshow-root{z-index:var(--z-modal);background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.prezi-page--tablet-desktop .html-slideshow-shell,.prezi-page--tablet-desktop .html-slideshow-root{width:var(--craft-viewport-width,100vw);height:var(--craft-viewport-height,100dvh)}.html-slideshow-root--inline{z-index:auto;width:100%;height:100%;position:relative}.html-slideshow-iframe-wrapper{transform-origin:50%;width:960px;height:540px}.html-slideshow-iframe{pointer-events:none;border:none;width:960px;height:540px}.html-slideshow-floating-nav{pointer-events:none;z-index:var(--z-sticky);position:absolute;inset:0}.html-slideshow-floating-nav .html-slideshow-nav{pointer-events:auto}.html-slideshow-overlay{pointer-events:none;position:absolute;inset:0}.html-slideshow-exit-btn{pointer-events:auto;color:#fff;cursor:pointer;background:#000c;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:12px;right:12px}.html-slideshow-nav{bottom:max(24px, calc(env(safe-area-inset-bottom,0px) + 16px));align-items:center;gap:var(--space-1);z-index:25;padding:var(--space-1);border-radius:var(--radius-full);background:var(--color-scrim-60);border:1px solid var(--color-pill-stroke-on-dark);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;transition:opacity .3s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.html-slideshow-nav.hidden{opacity:0;pointer-events:none}.prezi-page:not(.prezi-page--phone-mobile) .html-slideshow-nav,.prezi-view-page:not(.prezi-view-page--phone-mobile) .html-slideshow-nav,.html-slideshow-shell:not(.html-slideshow-shell--mobile-present) .html-slideshow-nav{bottom:16px}.html-slideshow-nav .prezi-nav-pill-btn{color:var(--color-text-on-color);pointer-events:auto}.html-slideshow-nav .prezi-nav-pill-btn:hover:not(:disabled){background:var(--color-overlay-light)}.html-slideshow-nav .prezi-nav-pill-btn:disabled{opacity:.45}.html-slideshow-nav .prezi-tooltip-text{display:none}@media (orientation:portrait){.html-slideshow-shell--mobile-present{--craft-present-nav-bottom:max(24px, calc(env(safe-area-inset-bottom,0px) + 16px))}}.html-slideshow-shell--mobile-present .html-slideshow-nav{bottom:var(--craft-present-nav-bottom)}.html-slideshow-shell--mobile-present .presenter-header-right{gap:var(--space-1)}.html-slideshow-shell--mobile-present .prezi-mobile-sheet:not(.prezi-mobile-sheet--landscape-drawer) .prezi-mobile-sheet__panel--share-tall{padding-bottom:0}.html-slideshow-shell--mobile-present .prezi-mobile-sheet:not(.prezi-mobile-sheet--landscape-drawer) .prezi-mobile-sheet__panel--share.prezi-mobile-sheet__panel--tabbed-drawer.prezi-mobile-sheet__panel--title{gap:2px}.html-slideshow-shell--mobile-present .prezi-mobile-sheet:not(.prezi-mobile-sheet--landscape-drawer) .prezi-mobile-drawer__tab-scroll-shell .prezi-mobile-sheet__share-embed{margin-bottom:0}.html-slideshow-shell--mobile-present .prezi-mobile-sheet:not(.prezi-mobile-sheet--landscape-drawer) .prezi-mobile-sheet__panel--share .share-dialog-mobile-privacy-options{margin-top:calc(var(--space-2) - 2px)}@media (orientation:landscape){.html-slideshow-shell--mobile-present{--craft-present-nav-bottom:max(14px, calc(env(safe-area-inset-bottom,0px) + 6px))}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer{justify-content:flex-start;align-items:stretch}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel{width:min(calc(72vw + var(--prezi-landscape-safe-left,env(safe-area-inset-left,0px))), 620px);height:100%;max-height:none;padding:var(--space-3) var(--space-4) max(var(--space-3), env(safe-area-inset-bottom,0px)) calc(var(--space-4) + var(--prezi-landscape-safe-left,env(safe-area-inset-left,0px)));border:1px solid var(--border-color);border-radius:0 var(--radius-3xl) var(--radius-3xl) 0;border-left:none;overflow:hidden}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--animated .prezi-mobile-sheet__panel{transform:translate(-100%)}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--open .prezi-mobile-sheet__panel{transform:translate(0,0)}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--closing .prezi-mobile-sheet__panel{transform:translate(-100%)!important}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel>.prezi-mobile-sheet__handle{z-index:1;border:none;border-radius:0;align-self:stretch;width:28px;height:auto;min-height:0;margin:0;position:absolute;inset:0 0 0 auto}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel>.prezi-mobile-sheet__handle:before{content:none}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--sheet{z-index:40;background:var(--color-bg-elevated);pointer-events:auto;justify-content:flex-end;margin-right:0;position:sticky;top:0}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--tabs{justify-content:center;align-items:flex-start;height:38px;min-height:38px;max-height:38px;margin-bottom:0}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tabs{z-index:41;pointer-events:auto;flex:auto;justify-content:center;min-width:0;display:flex;position:relative}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tabs .prezi-style-brand-tabs{box-sizing:border-box;grid-gap:3px;pointer-events:auto;touch-action:manipulation;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:3px;width:min(100%,280px);height:38px;margin:0 auto;padding:3px;display:grid}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tabs .prezi-style-brand-tab{z-index:42;box-sizing:border-box;min-width:0;height:30px;padding:0 var(--space-2);text-align:center;white-space:nowrap;touch-action:manipulation;justify-content:center;align-items:center;font-size:12px;line-height:1.1;display:inline-flex;position:relative}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--sheet .prezi-mobile-drawer__close{top:var(--prezi-landscape-drawer-close-top,2px);right:var(--prezi-landscape-drawer-close-right,-4px);z-index:50;pointer-events:auto;touch-action:manipulation;position:absolute;transform:none}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--tabbed-drawer{flex-direction:column;gap:0;padding-bottom:0;display:flex;overflow:hidden}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--tabbed-drawer .prezi-mobile-drawer__row--tabs{flex:none}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--share .prezi-mobile-drawer__tab-scroll-shell{margin-top:0}.html-slideshow-shell--mobile-present .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--share .share-dialog-mobile-privacy-options{margin-top:var(--space-2)}}.html-slideshow-shell.present-cursor-hidden{cursor:none}.html-slideshow-locked-overlay{background:var(--color-scrim-60,#0009);-webkit-backdrop-filter:blur(12px);z-index:10;pointer-events:auto;cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.html-slideshow-locked-card{background:var(--color-overlay-white-95,#fffffff2);box-shadow:var(--shadow-dialog,0 8px 32px #0000004d);color:var(--color-text-primary,#1a1a1a);text-align:center;pointer-events:auto;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:32px 40px;display:flex}.html-slideshow-locked-title{font-size:18px;font-weight:600;line-height:1.3}.html-slideshow-locked-body{color:var(--color-text-secondary,#666);margin:0;font-size:14px;line-height:1.4}.html-slideshow-locked-cta{color:var(--color-text-on-color,#fff);background:var(--color-primary,#4a6cf7);cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:10px 28px;font-size:14px;font-weight:600;transition:background .15s}.html-slideshow-locked-cta:hover{background:var(--color-primary-hover,#3b5de6)}
.craft-pointer-pill-group{--craft-pointer-pill-btn-size:28px;border-radius:var(--radius-full,9999px);align-items:center;transition:background .18s;display:inline-flex;overflow:visible}.presenter-header-right .craft-pointer-pill-group{--craft-pointer-pill-btn-size:var(--presenter-header-icon-button-size)}.craft-pointer-pill-group .craft-pointer-pill-group__toggle{box-sizing:border-box;width:var(--craft-pointer-pill-btn-size);height:var(--craft-pointer-pill-btn-size);min-width:var(--craft-pointer-pill-btn-size);min-height:var(--craft-pointer-pill-btn-size);aspect-ratio:1;border-radius:var(--radius-full,9999px);justify-content:center;align-items:center;gap:0;padding:0;display:inline-flex}.craft-pointer-pill-group.is-active .craft-pointer-pill-group__toggle,.craft-pointer-pill-group.is-active .craft-pointer-pill-group__toggle.active,.craft-pointer-pill-group.is-active .craft-pointer-pill-group__toggle:hover:not(:disabled){background:var(--color-overlay-pressed);color:var(--color-text-on-color);opacity:1}@media (prefers-reduced-motion:reduce){.craft-pointer-pill-group{transition:none}}
.presenter-header-mode-trigger{align-items:center;gap:var(--space-1-5);box-sizing:border-box;height:var(--presenter-header-icon-button-size);min-height:var(--presenter-header-icon-button-size);padding-block:0;padding-inline:var(--space-2-5);border-radius:var(--radius-full,9999px);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);white-space:nowrap;display:inline-flex}.presenter-header-mode-trigger.is-open{background:var(--presenter-header-active-bg,var(--color-overlay-pressed));color:var(--color-text-primary)}.presenter-header-mode-trigger-label{text-overflow:ellipsis;min-width:0;overflow:hidden}.presenter-header-mode-menu{z-index:var(--z-dropdown);pointer-events:auto;min-width:200px;max-height:calc(100dvh - 96px);padding:var(--space-1);grid-gap:2px;border-radius:var(--radius-lg,12px);background:var(--color-surface-base);border:1px solid color-mix(in srgb, var(--color-text-on-color) 14%, transparent);box-shadow:var(--shadow-lg);gap:2px;animation:.16s cubic-bezier(.22,1,.36,1) presenter-header-mode-menu-in;display:grid;position:absolute;overflow-y:auto}@keyframes presenter-header-mode-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.presenter-header-mode-menu{animation:none}}.presenter-header-mode-menu-item{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-2-5);border-radius:var(--radius-md);color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-sm);text-align:left;cursor:pointer;transition:background var(--transition-fast,.15s);background:0 0;border:none;line-height:1;display:flex}.presenter-header-mode-menu-item-label{flex:1;min-width:0}.presenter-header-mode-menu-item:hover:not(:disabled),.presenter-header-mode-menu-item:focus-visible:not(:disabled){background:var(--color-overlay-light);color:var(--color-text-primary)}.presenter-header-mode-menu-item.is-active{color:var(--color-text-primary)}.presenter-header-mode-menu-item.is-active svg:last-child{color:var(--color-primary)}.presenter-header-mode-icon--prezi{transform-origin:50%;flex:none;overflow:visible;transform:scale(1.25)}
.presenter-progress-overlay{pointer-events:none;position:absolute;inset:0}.presenter-progress-root{bottom:var(--presenter-progress-bottom,0);pointer-events:none;z-index:26;transition:opacity .4s ease-in-out;position:absolute;left:0;right:0}:is(.presenter-progress-root:has(.presenter-progress-segment:hover),.presenter-progress-root:has(.presenter-progress-segment:focus-visible)){z-index:calc(var(--z-tooltip) + 1)}.presenter-progress-root--hidden{opacity:0;pointer-events:none!important}.presenter-progress-root--hidden .presenter-progress-hover-zone,.presenter-progress-root--hidden .presenter-progress-bar{pointer-events:none!important}.presenter-progress-hover-zone{height:18px;padding-top:var(--space-2);pointer-events:auto;flex-direction:column;justify-content:flex-end;display:flex}.presenter-progress-bar{pointer-events:auto;background:0 0;align-items:stretch;gap:4px;height:8px;display:flex}.presenter-progress-segment{cursor:pointer;background:0 0;border:none;border-radius:0;flex:1;height:calc(100% + 12px);margin-top:-12px;padding:0;position:relative}.presenter-progress-segment:after{content:"";background:color-mix(in srgb, var(--color-gray-300) 50%, transparent);height:6px;transition:background-color .25s ease-in-out;position:absolute;bottom:0;left:0;right:0}.presenter-progress-segment--active:after{background:var(--presenter-progress-active-color,var(--color-primary))}.presenter-progress-segment--active:hover:after{background:var(--presenter-progress-active-hover-color,var(--color-primary-hover))}.presenter-progress-segment:hover:not(.presenter-progress-segment--active):after{background:var(--color-gray-500)}.presenter-progress-segment--locked:after{background:repeating-linear-gradient(45deg, var(--color-overlay-light,#ffffff26), var(--color-overlay-light,#ffffff26) 4px, var(--color-overlay-white-80,#ffffff4d) 4px, var(--color-overlay-white-80,#ffffff4d) 8px)}.presenter-progress-segment--locked.presenter-progress-segment--active:after{background:repeating-linear-gradient(45deg, var(--color-overlay-light,#ffffff26), var(--color-overlay-light,#ffffff26) 4px, var(--color-overlay-white-80,#ffffff4d) 4px, var(--color-overlay-white-80,#ffffff4d) 8px), var(--presenter-progress-active-color,var(--color-primary))}.presenter-progress-segment .prezi-tooltip-text{bottom:calc(100% + var(--presenter-progress-tooltip-lift,7px));z-index:calc(var(--z-tooltip) + 2)}
.prezi-style-brand-tabs{border:1px solid var(--border-color);background:var(--color-bg-subtle);box-shadow:var(--shadow-pill);isolation:isolate;border-radius:999px;gap:3px;width:fit-content;margin:0 auto;padding:3px;display:inline-flex;position:relative}.prezi-style-brand-tabs.prezi-segmented-tabs--equal-width{grid-auto-columns:1fr;grid-auto-flow:column;align-items:center;display:inline-grid}.prezi-style-brand-tabs.prezi-segmented-tabs--equal-width .prezi-style-brand-tab-host{width:100%;min-width:0;display:flex}.prezi-style-brand-tabs.prezi-segmented-tabs--equal-width .prezi-style-brand-tab{box-sizing:border-box;width:100%;min-width:74px;padding:7px var(--space-2-5);justify-content:center}.prezi-style-brand-tab-indicator{background:var(--color-surface-base);height:calc(100% - 6px);box-shadow:var(--shadow-xs);pointer-events:none;z-index:0;will-change:transform, width;border-radius:999px;position:absolute;top:3px;left:0;transform:translate(0,0)}.prezi-style-brand-tab-indicator.is-animating{transition:transform .22s cubic-bezier(.4,0,.2,1),width .22s cubic-bezier(.4,0,.2,1)}.prezi-style-brand-tab-indicator.is-keyframe-animating{animation:.22s cubic-bezier(.4,0,.2,1) prezi-tab-indicator-slide}@keyframes prezi-tab-indicator-slide{0%{width:var(--prezi-tab-indicator-from-width);transform:translate3d(var(--prezi-tab-indicator-from-left), 0, 0)}to{width:var(--prezi-tab-indicator-to-width);transform:translate3d(var(--prezi-tab-indicator-to-left), 0, 0)}}@media (prefers-reduced-motion:reduce){.prezi-style-brand-tab-indicator.is-animating,.prezi-style-brand-tab-indicator.is-keyframe-animating{transition:none;animation:none}}.prezi-designer-modal:not(.prezi-designer-modal--mobile-sheet) .prezi-designer-modal-header .prezi-style-brand-tabs,.prezi-branding-modal:not(.prezi-branding-modal--mobile-sheet) .prezi-branding-modal-header .prezi-style-brand-tabs{z-index:1;margin-top:calc(var(--space-1) * -1 - 2px);box-sizing:border-box;min-height:var(--space-10);align-items:center;position:relative}.prezi-style-brand-tab{z-index:1;color:var(--color-text-secondary);font-size:13px;font-weight:var(--font-weight-medium);padding:7px var(--space-2-5) 7px var(--space-3);cursor:pointer;transition:color var(--transition-normal);background:0 0;border:none;border-radius:999px;position:relative}.prezi-style-brand-tab:disabled{cursor:not-allowed}.prezi-designer-modal:not(.prezi-designer-modal--mobile-sheet) .prezi-designer-modal-header .prezi-style-brand-tab,.prezi-branding-modal:not(.prezi-branding-modal--mobile-sheet) .prezi-branding-modal-header .prezi-style-brand-tab{padding-right:var(--space-3)}.prezi-designer-modal:not(.prezi-designer-modal--mobile-sheet) .prezi-designer-modal-header .prezi-download-plus-badge,.prezi-branding-modal:not(.prezi-branding-modal--mobile-sheet) .prezi-branding-modal-header .prezi-download-plus-badge{margin-right:calc(var(--space-1) * -1)}.prezi-style-brand-tab.is-active{color:var(--color-text-primary)}.prezi-style-brand-tab .prezi-download-plus-badge{font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);white-space:nowrap;background:var(--color-plus-badge-bg);color:var(--color-primary);border:1px solid var(--color-primary);vertical-align:middle;border-radius:999px;margin-left:6px;padding:2px 8px;line-height:1.2;display:inline-block}.prezi-style-brand-tab-host{z-index:1;align-items:stretch;min-width:0;display:inline-flex;position:relative}.prezi-style-brand-tab-host>.prezi-style-brand-tab{align-items:center;width:100%;display:flex}.prezi-style-brand-tab-hover-paywall-anchor{padding-top:var(--paywall-source-gap,2px);z-index:calc(var(--z-modal) + 2);pointer-events:auto}.prezi-style-brand-tab-hover-paywall-anchor.is-above{padding-top:0;padding-bottom:var(--paywall-source-gap,2px)}:is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal-header,.prezi-designer-modal--mobile-sheet .prezi-designer-modal-header){z-index:5;background:var(--color-bg-elevated);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:sticky;min-height:38px!important;margin-bottom:0!important;top:24px!important}:is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tabs{box-sizing:border-box;grid-gap:3px;flex:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:3px;min-height:38px;padding:3px;display:grid;width:100%!important}:is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab-host{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;min-height:0;display:flex}.prezi-mobile-sheet__tabs--share{box-sizing:border-box;grid-gap:3px;flex:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:3px;width:100%;min-height:38px;margin:0;padding:3px;display:grid}.prezi-mobile-sheet__tabs--share .prezi-style-brand-tab-host{width:100%;min-width:0}.prezi-mobile-sheet__tabs--share .prezi-style-brand-tab{text-align:center;justify-content:center}:is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab{box-sizing:border-box;width:100%;min-width:0;min-height:30px;padding:0 var(--space-1);text-align:center;white-space:normal;justify-content:center;align-items:center;line-height:1.1;display:inline-flex}:is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab.is-active,.prezi-mobile-sheet__tabs--share .prezi-style-brand-tab.is-active{padding:0 var(--space-1);gap:var(--space-1)}:is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab.is-active .prezi-download-plus-badge{margin-left:0}:is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal__mobile-handle,.prezi-designer-modal--mobile-sheet .prezi-designer-modal__mobile-handle){z-index:6;box-sizing:border-box;background:var(--color-bg-elevated);flex-shrink:0;height:24px;max-height:24px;padding-top:0;position:sticky;top:0;min-height:24px!important;margin-bottom:0!important}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) .prezi-mobile-sheet__panel--tabbed-drawer.prezi-mobile-sheet__panel--title .prezi-mobile-sheet__handle,.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) :is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal__mobile-handle,.prezi-designer-modal--mobile-sheet .prezi-designer-modal__mobile-handle){height:20px;max-height:20px;min-height:20px!important}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) :is(.prezi-branding-modal--mobile-sheet.prezi-mobile-sheet__panel,.prezi-designer-modal--mobile-sheet.prezi-mobile-sheet__panel){gap:2px}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) .prezi-load-modal--mobile .prezi-mobile-sheet__handle{height:20px;max-height:20px;min-height:20px!important}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) :is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal-header,.prezi-designer-modal--mobile-sheet .prezi-designer-modal-header){top:20px!important}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) .prezi-mobile-sheet__panel--tabbed-drawer.prezi-mobile-sheet__panel--title{gap:var(--space-1)}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal-header,.prezi-designer-modal--mobile-sheet .prezi-designer-modal-header){z-index:40;background:var(--color-bg-elevated);pointer-events:auto;flex-shrink:0;justify-content:center;align-items:flex-start;max-height:38px;display:flex;height:38px!important;min-height:38px!important;margin-top:0!important;margin-bottom:0!important;position:sticky!important;top:0!important}.prezi-page--phone-landscape .prezi-mobile-sheet--landscape-drawer :is(.prezi-branding-modal--mobile-sheet.prezi-mobile-sheet__panel,.prezi-designer-modal--mobile-sheet.prezi-mobile-sheet__panel){padding-top:var(--space-3)}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tabs{z-index:41;pointer-events:auto;touch-action:manipulation;grid-template-columns:none;align-items:stretch;gap:3px;max-width:100%;padding:3px;display:inline-flex;position:relative;width:fit-content!important;height:38px!important}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab-host{box-sizing:border-box;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;flex:none!important;width:auto!important}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet .prezi-branding-modal-header,.prezi-designer-modal--mobile-sheet .prezi-designer-modal-header) .prezi-mobile-drawer__close{top:var(--prezi-landscape-drawer-close-top,2px);right:var(--prezi-landscape-drawer-close-right,-4px);z-index:50;pointer-events:auto;touch-action:manipulation;position:absolute;transform:none}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab{z-index:42;text-align:center;touch-action:manipulation;white-space:nowrap;flex:none;min-width:0;font-size:12px;line-height:1.1;position:relative;width:max-content!important;height:30px!important;padding:0 var(--space-1)!important}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab.is-active{gap:var(--space-1);padding:0 var(--space-1)!important}.prezi-page--phone-landscape :is(.prezi-branding-modal--mobile-sheet,.prezi-designer-modal--mobile-sheet) .prezi-style-brand-tab.is-active .prezi-download-plus-badge{margin-left:0}
.prezi-mobile-sheet{z-index:var(--z-modal);align-items:flex-end;display:flex;position:fixed;inset:0}.prezi-mobile-sheet__backdrop{background:var(--color-modal-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;position:absolute;inset:0}.prezi-mobile-sheet--animated{pointer-events:none}.prezi-mobile-sheet--animated .prezi-mobile-sheet__backdrop{opacity:0;transition:opacity .22s ease-in-out}.prezi-mobile-sheet--open{pointer-events:auto}.prezi-mobile-sheet--open .prezi-mobile-sheet__backdrop{opacity:1}.prezi-mobile-sheet--closing{pointer-events:auto;background:0 0!important}.prezi-mobile-sheet__panel{z-index:1;background:var(--color-bg-elevated);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);width:100%;padding:var(--space-4);box-shadow:var(--shadow-dialog);gap:var(--space-2);flex-direction:column;transition:transform .2s;display:flex;position:relative}.prezi-mobile-sheet--animated .prezi-mobile-sheet__panel{will-change:transform;backface-visibility:hidden;transition:transform .22s ease-in-out;transform:translateY(100%)}.prezi-mobile-sheet--open .prezi-mobile-sheet__panel{transform:translate(0,0)}.prezi-mobile-sheet--tab-switching .prezi-mobile-sheet__backdrop,.prezi-mobile-sheet--tab-switching .prezi-mobile-sheet__panel{transition:none!important}.prezi-mobile-sheet--tab-switching .prezi-mobile-sheet__backdrop{opacity:1}.prezi-mobile-sheet--tab-switching .prezi-mobile-sheet__panel{transform:translate(0,0)!important}.prezi-mobile-sheet--closing .prezi-mobile-sheet__backdrop{visibility:hidden;opacity:0;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;background:0 0;display:none;transition:none!important}.prezi-mobile-sheet--closing .prezi-mobile-sheet__panel{transform:translateY(100%)!important}.prezi-mobile-sheet__panel.is-dragging{transition:none}@media (prefers-reduced-motion:reduce){.prezi-mobile-sheet--animated .prezi-mobile-sheet__backdrop,.prezi-mobile-sheet--animated .prezi-mobile-sheet__panel{transition-duration:1ms}}.prezi-mobile-sheet__panel--share{background:var(--color-bg-elevated);border:1px solid var(--border-color);border-bottom:none}.prezi-mobile-sheet__panel--share .prezi-mobile-sheet__handle{margin-bottom:0}.prezi-mobile-sheet__share-header-row{justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;min-height:36px;display:flex}.prezi-mobile-sheet__share-header-row .prezi-mobile-drawer__tabs{flex:auto;min-width:0;display:flex}.prezi-mobile-sheet__share-header-row .prezi-mobile-drawer__close{z-index:50;flex:0 0 var(--space-8);width:var(--space-8);height:var(--space-8);border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--color-bg-subtle);color:var(--color-text-secondary);cursor:pointer;touch-action:manipulation;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex;position:relative}.prezi-mobile-sheet__share-header-row .prezi-mobile-drawer__close:is(:hover,:focus-visible){border-color:var(--color-text-secondary);background:var(--color-bg-hover);color:var(--color-text-primary)}.prezi-mobile-sheet:not(.prezi-mobile-sheet--landscape-drawer) .prezi-mobile-sheet__panel--share .prezi-mobile-drawer__close{display:none}.prezi-mobile-sheet__tabs--share.prezi-mobile-sheet__tabs--single{grid-template-columns:minmax(0,1fr)}.prezi-mobile-sheet__panel--share-tall{height:min(64dvh,520px);min-height:0;max-height:min(88vh,720px);padding-bottom:max(var(--space-4), env(safe-area-inset-bottom));gap:var(--space-3);overflow-y:auto}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) .prezi-mobile-sheet__panel--share-tall{padding-bottom:0}.prezi-mobile-sheet__panel--share-tall.prezi-mobile-sheet__panel--share-share-export{height:auto}.prezi-mobile-sheet__panel--share-tall.prezi-mobile-sheet__panel--share-collaborate{height:calc(100dvh - 52px);max-height:calc(100dvh - 52px)}.prezi-mobile-sheet__panel--share-collaborate .prezi-mobile-drawer__tab-scroll-content,.prezi-mobile-sheet__panel--share-collaborate .prezi-mobile-sheet__share-embed{overflow:hidden}.prezi-mobile-sheet__panel--share-collaborate .prezi-mobile-sheet__share-embed{flex-direction:column;display:flex}.prezi-mobile-sheet__panel--share-collaborate .share-dialog.share-dialog--embedded{flex:1;min-height:0;overflow:hidden}.prezi-mobile-sheet__panel--share-collaborate .share-dialog.share-dialog--embedded>*{flex-shrink:0}.prezi-mobile-sheet__panel--share-collaborate .share-dialog.share-dialog--embedded>.share-dialog-collab-list-wrap{flex:1;min-height:0;max-height:none}html[data-craft-keyboard-active] .prezi-mobile-sheet__panel--share-collaborate .share-dialog-collab-list{padding-bottom:max(env(safe-area-inset-bottom), calc(100dvh - var(--craft-viewport-height,100dvh)))}.prezi-mobile-sheet__panel--share-no-tabs{gap:var(--space-2)}.prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--share-no-tabs .prezi-mobile-drawer__tab-scroll-shell{margin-top:4px}.prezi-mobile-sheet__panel--tabbed-drawer{overflow:hidden}.prezi-mobile-sheet__section-row--flush{margin-top:0}.prezi-mobile-sheet__section-desc{margin:calc(var(--space-1) * -1) 0 var(--space-1);font-size:var(--font-size-xs);color:var(--color-text-muted);line-height:1.35}.prezi-mobile-sheet__section-badge{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-muted);border-radius:var(--radius-full);background:var(--color-bg-subtle);border:1px solid var(--border-color);padding:2px 8px}.prezi-mobile-sheet__item--share-primary{border-color:color-mix(in srgb, var(--color-primary) 45%, var(--border-color));background:color-mix(in srgb, var(--color-primary) 12%, var(--color-bg-subtle))}[data-theme=dark] .prezi-mobile-sheet__item--share-primary{border-color:color-mix(in srgb, var(--color-primary) 55%, var(--border-color));background:color-mix(in srgb, var(--color-primary) 18%, var(--color-bg-subtle))}.prezi-mobile-sheet__item--with-icon{align-items:flex-start;gap:var(--space-3);text-align:left;display:flex}.prezi-mobile-sheet__item-icon{color:var(--color-text-muted);flex-shrink:0;margin-top:2px}.prezi-mobile-sheet__item-text-stack{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.prezi-mobile-sheet__item-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.prezi-mobile-sheet__item-kicker{font-size:var(--font-size-xs);font-weight:var(--font-weight-regular);color:var(--color-text-muted);line-height:1.3}.prezi-mobile-sheet__panel--title{background:var(--color-bg-elevated);border:1px solid var(--border-color);border-top-left-radius:var(--radius-3xl);border-top-right-radius:var(--radius-3xl);gap:var(--space-4);border-bottom:none;width:100%;padding-top:0}.prezi-upload-modal--mobile-sheet.prezi-mobile-sheet__panel{border-radius:var(--radius-3xl) var(--radius-3xl) 0 0;padding-top:0}.prezi-mobile-sheet__handle{width:100%;min-height:44px;margin-bottom:var(--space-1);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-self:center;align-items:center;display:flex}.prezi-mobile-sheet__handle:before{content:"";border-radius:var(--radius-full);background:var(--color-gray-300);width:56px;height:5px}.prezi-mobile-sheet__handle:active{cursor:grabbing}.prezi-mobile-sheet__handle:focus-visible{border-radius:var(--radius-full);box-shadow:var(--shadow-focus-ring);outline:none}.prezi-mobile-sheet__panel--title .prezi-mobile-sheet__handle{box-sizing:border-box;align-items:center;min-height:24px;margin-bottom:0;padding-top:0}@media (orientation:landscape){.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer{justify-content:flex-start;align-items:stretch}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel{width:min(calc(72vw + var(--prezi-landscape-safe-left,env(safe-area-inset-left,0px))), 620px);height:100%;max-height:none;padding:var(--space-3) var(--space-4) max(var(--space-3), env(safe-area-inset-bottom,0px)) calc(var(--space-4) + var(--prezi-landscape-safe-left,env(safe-area-inset-left,0px)));border:1px solid var(--border-color);border-radius:0 var(--radius-3xl) var(--radius-3xl) 0;border-left:none;overflow:hidden}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--animated .prezi-mobile-sheet__panel{transform:translate(-100%)}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--open .prezi-mobile-sheet__panel{transform:translate(0,0)}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer.prezi-mobile-sheet--closing .prezi-mobile-sheet__panel{transform:translate(-100%)!important}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel>.prezi-mobile-sheet__handle{z-index:1;border:none;border-radius:0;align-self:stretch;width:28px;height:auto;min-height:0;margin:0;position:absolute;inset:0 0 0 auto}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel>.prezi-mobile-sheet__handle:before{content:none}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--sheet{z-index:40;background:var(--color-bg-elevated);pointer-events:auto;justify-content:flex-end;margin-right:0;position:sticky;top:0}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--tabs{justify-content:center;align-items:flex-start;height:38px;min-height:38px;max-height:38px;margin-bottom:0}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__row--sheet .prezi-mobile-drawer__close{top:var(--prezi-landscape-drawer-close-top,2px);right:var(--prezi-landscape-drawer-close-right,-4px);z-index:50;pointer-events:auto;touch-action:manipulation;position:absolute;transform:none}.prezi-page--phone-mobile .prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__panel--tabbed-drawer{flex-direction:column;gap:0;padding-bottom:0;display:flex;overflow:hidden}}.prezi-mobile-sheet__tabs{border-bottom:1px solid var(--border-color);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.prezi-mobile-sheet__tab{min-width:0;min-height:42px;padding:0 var(--space-2);color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;border-radius:0;position:relative}.prezi-mobile-sheet__tab:after{content:"";border-radius:var(--radius-full);background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.prezi-mobile-sheet__tab:is(:hover,:focus-visible){color:var(--color-text-primary)}.prezi-mobile-sheet__tab.is-active{color:var(--color-primary)}.prezi-mobile-sheet__tab.is-active:after{background:var(--color-primary)}.prezi-mobile-sheet__item{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-bg-subtle);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-align:left;cursor:pointer;padding:10px 12px}.prezi-mobile-sheet__item--row{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.prezi-mobile-sheet__privacy-options{flex-direction:column;gap:2px;display:flex}.prezi-mobile-sheet__privacy-options.share-dialog-mobile-privacy-options{gap:var(--space-1);margin-bottom:var(--space-2);flex-direction:column;display:flex}.prezi-mobile-sheet__privacy-options.share-dialog-mobile-privacy-options--2{grid-template-columns:none}.prezi-mobile-sheet__privacy-option{align-items:center;gap:var(--space-3);display:flex}.share-dialog-mobile-privacy-options .prezi-mobile-sheet__privacy-option{justify-content:flex-start;gap:var(--space-2)}[data-theme=dark] .share-dialog-mobile-privacy-options .prezi-mobile-sheet__privacy-option,.prezi-view-page .share-dialog-mobile-privacy-options .prezi-mobile-sheet__privacy-option{padding-inline:6px}.prezi-mobile-sheet__privacy-option.is-active{border-color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 12%, var(--color-bg-subtle));color:var(--color-primary)}.prezi-mobile-sheet__privacy-option:not(.is-active):is(:hover,:focus-visible){background:var(--color-bg-hover)}.prezi-mobile-sheet__privacy-option-icon{color:currentColor;flex-shrink:0}.prezi-mobile-sheet__privacy-option-text{flex-direction:column;gap:2px;min-width:0;display:flex}.share-dialog-mobile-privacy-options .prezi-mobile-sheet__privacy-option-text{flex-direction:row;justify-content:center;align-items:center}.prezi-mobile-sheet__privacy-option-label{font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.prezi-mobile-sheet__privacy-options:not(.share-dialog-mobile-privacy-options) .prezi-mobile-sheet__privacy-option-label{font-size:var(--font-size-caption)}.prezi-mobile-sheet__privacy-option.is-active .prezi-mobile-sheet__privacy-option-label{color:currentColor}.prezi-mobile-sheet__privacy-option-description{font-size:var(--font-size-xs);color:var(--color-text-muted);line-height:1.3}.prezi-mobile-sheet__privacy-option .prezi-download-plus-badge{border:1px solid var(--color-primary);background:var(--color-plus-badge-bg);color:var(--color-primary);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);white-space:nowrap;border-radius:999px;flex-shrink:0;margin-left:auto;padding:2px 8px;line-height:1.2}[data-theme=light] .prezi-mobile-sheet__privacy-option .prezi-download-plus-badge{background:var(--color-primary-light)}[data-theme=dark] .prezi-mobile-sheet__privacy-option .prezi-download-plus-badge,.prezi-view-page:not(.prezi-view-page--room) .prezi-mobile-sheet__privacy-option .prezi-download-plus-badge{border-color:var(--color-primary);background:var(--color-plus-badge-bg);color:var(--color-primary)}.prezi-mobile-sheet__credits-item{align-items:center;gap:var(--space-3);display:inline-flex}.prezi-mobile-sheet__credits-item-icon{color:var(--color-primary);stroke:var(--color-primary);flex-shrink:0}.prezi-mobile-sheet__section-row{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-top:var(--space-1);justify-content:space-between;align-items:center;display:flex}.prezi-mobile-sheet__section-row--title{font-size:var(--font-size-xl)}.prezi-mobile-sheet__section-value{font-weight:var(--font-weight-medium);color:var(--color-text-muted)}.prezi-mobile-sheet__option-row{grid-gap:var(--space-2);gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.prezi-mobile-sheet__option{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--color-bg-subtle);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;padding:10px 8px}.prezi-mobile-sheet__option.is-active{border-color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 12%, var(--color-bg-subtle));color:var(--color-primary)}.prezi-mobile-sheet__item:disabled{opacity:.5;cursor:not-allowed}.prezi-mobile-sheet__divider{background:var(--border-color);height:1px;margin:var(--space-1) 0}.prezi-mobile-sheet__share-embed{min-height:0;margin-bottom:var(--space-1);-webkit-overflow-scrolling:touch;flex:auto;overflow:hidden auto}.prezi-mobile-drawer__tab-scroll-shell{flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.prezi-mobile-drawer__tab-scroll-content{gap:var(--space-3);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden auto}.prezi-mobile-drawer__tab-scroll-shell.has-overflow:before,.prezi-mobile-drawer__tab-scroll-shell.has-overflow:after{content:"";z-index:4;pointer-events:none;opacity:0;height:22px;transition:opacity var(--transition-fast);position:absolute;left:0;right:0}.prezi-mobile-drawer__tab-scroll-shell.has-overflow:before{background:linear-gradient(to bottom, var(--prezi-mobile-drawer-overflow-fade-surface,var(--color-bg-elevated)), transparent);top:0}.prezi-mobile-drawer__tab-scroll-shell.has-overflow:after{background:linear-gradient(to top, var(--prezi-mobile-drawer-overflow-fade-surface,var(--color-bg-elevated)), transparent);bottom:0}.prezi-mobile-drawer__tab-scroll-shell.has-overflow.overflow-top:before,.prezi-mobile-drawer__tab-scroll-shell.has-overflow.overflow-bottom:after{opacity:1}.prezi-mobile-drawer__tab-scroll-shell .prezi-mobile-sheet__share-embed{overflow:visible}.prezi-page--phone-mobile:not(.prezi-page--phone-landscape) .prezi-mobile-drawer__tab-scroll-shell .prezi-mobile-sheet__share-embed{margin-bottom:0}.prezi-mobile-sheet__share-embed:has(+.prezi-mobile-sheet__download-actions){flex:none;margin-bottom:0;overflow:visible}.prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tab-scroll-shell{--prezi-mobile-drawer-overflow-fade-surface:var(--color-bg-elevated)}.prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tab-scroll-content{flex:1;padding-bottom:4px}.prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tab-scroll-content>.prezi-mobile-sheet__share-embed,.prezi-mobile-sheet--landscape-drawer .prezi-mobile-drawer__tab-scroll-content>.prezi-mobile-sheet__download-actions{flex-shrink:0}.prezi-mobile-sheet__divider--spaced{margin:var(--space-2) 0}.prezi-mobile-sheet__title{padding:0 var(--space-1);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0;line-height:1.25}.prezi-mobile-sheet__subtitle{margin:var(--space-1) 0 0;padding:0 var(--space-1);font-size:var(--font-size-xs);color:var(--color-text-muted);line-height:1.4}.prezi-mobile-sheet__text-link{margin:var(--space-2) var(--space-1) 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-primary);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.prezi-mobile-sheet__text-link:hover{color:var(--color-primary-hover)}.prezi-mobile-sheet__btn-copy{justify-content:center;align-items:center;gap:var(--space-2);width:100%;margin-top:var(--space-3);min-height:52px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:var(--color-primary);color:var(--color-white);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);text-align:center;cursor:pointer;border:none;transition:background .15s;display:inline-flex}.prezi-mobile-sheet__btn-copy:hover:not(:disabled){background:var(--color-primary-hover)}.prezi-mobile-sheet__btn-copy:disabled{opacity:.45;cursor:not-allowed}.prezi-mobile-sheet__download-actions{gap:var(--space-1);flex-direction:column;display:flex}.prezi-mobile-sheet--landscape-drawer .prezi-mobile-sheet__download-actions{padding-bottom:var(--space-2)}.prezi-mobile-sheet__export-toggles{gap:var(--space-2);margin-bottom:var(--space-3);flex-direction:column;display:flex}.prezi-mobile-sheet__export-toggles .share-dialog-tracking-row--nested{padding-left:var(--space-8)}.prezi-mobile-sheet__btn-download{justify-content:center;align-items:center;gap:var(--space-2);width:100%;min-height:52px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border-color);background:var(--color-surface-base);color:var(--color-text-secondary);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);text-align:center;cursor:pointer;transition:all var(--transition-fast);line-height:1.4;display:inline-flex;position:relative}[data-theme=dark] .prezi-mobile-sheet__btn-download{background:var(--color-surface-elevated)}.prezi-mobile-sheet__btn-download:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-border-strong,var(--border-color));color:var(--color-text-primary)}.prezi-mobile-sheet__btn-download:disabled{opacity:.5;cursor:not-allowed}.prezi-mobile-sheet__btn-download-loader{flex-shrink:0}.prezi-mobile-sheet__btn-download-main{justify-content:center;align-items:center;gap:var(--space-2);min-width:0;display:inline-flex}.prezi-mobile-sheet__btn-download-icon{flex-shrink:0;width:18px;height:18px}.prezi-mobile-sheet__download-plus-badge{right:var(--space-3);border:1px solid var(--color-primary);background:var(--color-plus-badge-bg);color:var(--color-primary);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 8px;line-height:1.2;position:absolute;top:50%;transform:translateY(-50%)}.craft-room-mobile-sheet-badge{background:var(--color-primary);color:var(--color-white);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:99px;margin-left:auto;padding:2px 8px}
.room-gen-container{--room-gen-visible-width:min(460px, calc(100vw - 32px));--room-gen-hover-padding:16px;width:var(--room-gen-visible-width);box-sizing:content-box;z-index:calc(var(--z-tooltip) + 10);gap:var(--space-2);flex-direction:column;display:flex;position:fixed;bottom:16px;left:50vw;transform:translate(-50%)}.room-gen-container--craft{bottom:calc(16px + env(safe-area-inset-bottom,0px));--room-surface-base:var(--color-bg-elevated);--room-surface-hover:var(--color-bg-hover);--room-on-surface:var(--color-text-primary);--room-on-surface-muted:var(--color-text-secondary);--room-accent:var(--color-primary);--room-accent-contrast:var(--color-text-on-color);--room-divider:var(--border-color);--room-chrome-hover-bg:var(--color-bg-hover)}.room-gen-container--hiding{pointer-events:none;animation:.18s ease-in both room-gen-container-hide}@keyframes room-gen-container-hide{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(10px)}}.room-gen-container__close{border-radius:var(--radius-full);border:1px solid var(--room-divider);background:var(--room-surface-base);min-width:16px;height:16px;color:var(--room-on-surface-muted);box-shadow:var(--shadow-md);white-space:nowrap;cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-self:flex-end;align-items:center;padding:2px 6px;font-size:11px;line-height:1;display:flex}.room-gen-container__close:hover{color:var(--room-on-surface);background:var(--room-surface-hover)}.room-gen-container__stack{gap:var(--space-2);flex-direction:column;width:100%;display:flex}@media (hover:hover) and (pointer:fine){.room-gen-container{padding:var(--room-gen-hover-padding) 0 0;margin:calc(var(--room-gen-hover-padding) * -1) 0 0}.room-gen-container__close{opacity:0;pointer-events:none}.room-gen-container:hover .room-gen-container__close,.room-gen-container:focus-within .room-gen-container__close{opacity:1;pointer-events:auto}}@media (max-width:720px){.room-gen-container__close{opacity:1;pointer-events:auto}}.room-gen-card{border-radius:var(--radius-full);background:var(--room-surface-base);border:1px solid var(--room-divider);width:100%;box-shadow:var(--shadow-md);height:46px;animation:.18s ease-out both room-gen-card-enter;position:relative;overflow:hidden}.room-gen-card--exiting{pointer-events:none;animation:.18s ease-in both room-gen-card-exit}@keyframes room-gen-card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes room-gen-card-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.room-gen-card__fill{background:color-mix(in srgb, var(--room-accent) 22%, transparent);pointer-events:none;width:0;transition-property:width;transition-timing-function:ease-out;position:absolute;inset:0 auto 0 0;overflow:hidden}.room-gen-card--ready .room-gen-card__fill{background:color-mix(in srgb, var(--room-accent) 32%, transparent)}.room-gen-card__shimmer{background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--room-on-surface) 10%, transparent) 50%, transparent 100%);background-size:200% 100%;animation:1.7s cubic-bezier(.4,0,.2,1) infinite room-gen-shimmer;position:absolute;inset:0}@keyframes room-gen-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.room-gen-container--hiding,.room-gen-card,.room-gen-card--exiting,.room-gen-card__shimmer{animation:none}}.room-gen-card__body{z-index:1;align-items:center;gap:var(--space-3);box-sizing:border-box;height:100%;padding:6px 8px 6px 7px;display:flex;position:relative}.room-gen-card__icon{border-radius:var(--radius-full);background:var(--room-accent);width:32px;height:32px;color:var(--room-accent-contrast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.room-gen-card__spinner{animation:.9s linear infinite room-gen-spin}@keyframes room-gen-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.room-gen-card__spinner{animation:none}}.room-gen-card__text{flex-direction:column;flex:1;min-width:0;display:flex}.room-gen-card__title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--room-on-surface);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.room-gen-card__eta{color:var(--room-on-surface-muted);margin-top:0;font-size:11px}.room-gen-card__open{padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:var(--room-accent);color:var(--room-accent-contrast);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast);border:none;flex-shrink:0}.room-gen-card__open:hover{filter:brightness(1.05)}.room-gen-card__secondary{padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);border:1px solid color-mix(in srgb, var(--room-divider) 80%, transparent);color:var(--room-on-surface);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast);background:0 0;flex-shrink:0}.room-gen-card__secondary:hover{background:var(--room-chrome-hover-bg);border-color:var(--room-on-surface-muted)}.room-gen-card__secondary+.room-gen-card__open{padding-right:calc(var(--space-4) + 2px);margin-left:-4px}.room-gen-card__dismiss{border-radius:var(--radius-full);width:26px;height:26px;color:var(--room-on-surface-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.room-gen-card__dismiss:hover{background:var(--room-chrome-hover-bg);color:var(--room-on-surface)}
.craft-viewer-consent{z-index:var(--z-toast,1200);background:var(--color-surface-elevated,#fff);border:1px solid var(--border-color-light,#00000014);box-shadow:var(--shadow-md,0 10px 32px #0000002e);color:var(--color-text-primary,#111);font-family:var(--font-family);border-radius:24px;align-items:center;gap:24px;width:min(760px,100vw - 32px);padding:20px 24px;line-height:1.45;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.craft-viewer-consent__text{flex:auto;min-width:0}.craft-viewer-consent__title{color:var(--color-text-primary,#111);margin-bottom:6px;font-size:16px;font-weight:600}.craft-viewer-consent__body{color:var(--color-text-secondary,#555);margin:0;font-size:13px}.craft-viewer-consent__link{color:var(--color-primary,#1e88e5);font-weight:500;text-decoration:underline}.craft-viewer-consent__link:hover{color:var(--color-primary-hover,#1976d2)}.craft-viewer-consent__actions{align-items:center;gap:var(--space-2,8px);flex:none;display:inline-flex}.craft-viewer-consent__btn{border-radius:var(--radius-md,8px);cursor:pointer;white-space:nowrap;border:1px solid #0000;height:36px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s}.craft-viewer-consent__btn--ghost{border-color:var(--border-color-light,#0000002e);color:var(--color-text-secondary,#555);background:0 0}.craft-viewer-consent__btn--ghost:hover{background:var(--color-surface-hover,#0000000a);color:var(--color-text-primary,#111)}.craft-viewer-consent__btn--primary{background:var(--color-primary,#1e88e5);color:var(--color-text-on-color,#fff)}.craft-viewer-consent__btn--primary:hover{background:var(--color-primary-hover,#1976d2)}@media (max-width:640px){.craft-viewer-consent{flex-direction:column;align-items:stretch;gap:14px;width:auto;padding:16px;bottom:16px;left:12px;right:12px;transform:none}.craft-viewer-consent__actions{justify-content:flex-end}}[data-theme=dark] .craft-viewer-consent{background:var(--color-surface-elevated,#2a2a2a);color:var(--color-text-primary,#fff);border-color:#ffffff14}[data-theme=dark] .craft-viewer-consent__title{color:var(--color-text-primary,#fff)}[data-theme=dark] .craft-viewer-consent__body{color:var(--color-text-secondary,silver)}[data-theme=dark] .craft-viewer-consent__btn--ghost{color:var(--color-text-secondary,silver);border-color:#ffffff2e}[data-theme=dark] .craft-viewer-consent__btn--ghost:hover{color:#fff;background:#ffffff0f}
