:root{--bg:#f4f7fb;--surface:#fff;--text:#14213d;--muted:#4f5d75;--primary:#005f73;--accent:#ee9b00;--border:#d6deeb;--selection-blue:#1e90ff;--selection-blue-soft:rgba(30,144,255,.14);--selection-blue-mid:rgba(30,144,255,.24)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;background:radial-gradient(circle at 20% 0,#fff 0,var(--bg) 45%,#eaf0fb 100%);color:var(--text)}a{color:inherit;text-decoration:none}main{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:0 6px 30px rgba(20,33,61,.08)}.button{border:0;border-radius:10px;background:var(--primary);color:#fff;padding:.7rem 1rem;cursor:pointer}.button:hover{filter:brightness(1.05)}.presentation-player-shell,.workspace-shell{max-width:none;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.presentation-player-shell{display:flex;align-items:center;justify-content:center;background:#05070b;cursor:pointer}.presentation-player-screen{position:relative;overflow:hidden;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.45);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity,clip-path}.presentation-player-state-screen{position:absolute;inset:0;display:grid;place-items:center;background:#05070b;color:hsla(0,0%,100%,.86);-webkit-user-select:none;-moz-user-select:none;user-select:none}.presentation-player-state-content{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding:24px;text-align:center}.presentation-player-state-content strong{color:#fff;font-size:clamp(24px,3vw,42px);font-weight:700;letter-spacing:-.025em}.presentation-player-state-content span{color:hsla(0,0%,100%,.56);font-size:clamp(14px,1.4vw,19px);font-weight:500;letter-spacing:.01em}.presentation-player-start.ready span{animation:presentation-start-pulse 2.4s ease-in-out infinite}.presentation-player-start.loading span{color:hsla(0,0%,100%,.68)}.presentation-player-start small{color:hsla(0,0%,100%,.34);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em}@keyframes presentation-start-pulse{0%,to{opacity:.58}50%{opacity:1}}.presentation-player-transition-overlay{position:fixed;inset:0;z-index:20;display:grid;place-items:center;overflow:hidden;pointer-events:none;perspective:1400px}.presentation-player-outgoing-screen{grid-area:1/1;pointer-events:none}.presentation-player-world{position:absolute;inset:0}.presentation-player-dot,.presentation-player-frame-fill,.presentation-player-image-clip,.presentation-player-pool,.presentation-player-text{position:absolute}.presentation-player-pool{z-index:6;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.presentation-player-pool-content{transform-origin:top left}.presentation-player-image-clip{overflow:hidden}.presentation-player-image{position:absolute;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.presentation-player-text{overflow:hidden}.presentation-player-text-content{position:absolute;color:#14213d;padding:0;overflow:visible;background:transparent}.presentation-timer-display{position:relative;display:block;width:100%;color:inherit}.presentation-timer-value{position:relative;z-index:2;display:block;transform-origin:center}.presentation-timer-progress-bar{position:absolute;z-index:3;left:0;right:0;bottom:0;height:max(2px,.08em);overflow:hidden;border-radius:999px;background:hsla(0,0%,50%,.24)}.presentation-timer-progress-bar>span{display:block;width:calc(var(--timer-progress, 0) * 100%);height:100%;border-radius:inherit;background:currentColor;transition:width 50ms linear}.presentation-timer-progress-ring{position:absolute;z-index:1;left:50%;top:50%;width:1.75em;height:1.75em;border-radius:50%;background:conic-gradient(currentColor calc(var(--timer-progress, 0) * 1turn),hsla(0,0%,50%,.18) 0);opacity:.28;transform:translate(-50%,-50%);-webkit-mask:radial-gradient(circle,transparent 58%,#000 60%);mask:radial-gradient(circle,transparent 58%,#000 60%)}.timer-tick-pulse{animation:presentationTimerPulse .3s ease-out}.timer-tick-fade{animation:presentationTimerFade .24s ease-out}.timer-tick-flip{animation:presentationTimerFlip .3s ease-out;-webkit-backface-visibility:hidden;backface-visibility:hidden}.timer-tick-scale{animation:presentationTimerScale .26s ease-out}.timer-warning-blink{animation:presentationTimerBlink .72s ease-in-out infinite}.timer-warning-shake{animation:presentationTimerShake .42s ease-in-out infinite}.timer-warning-active,.timer-warning-active .presentation-timer-value,.timer-warning-active .presentation-timer-value *{color:var(--timer-warning-color,#f33)!important}.timer-warning-final-flash{animation:presentationTimerFinalFlash .42s ease-out both}@keyframes presentationTimerPulse{0%,to{transform:scale(1)}45%{transform:scale(1.055)}}@keyframes presentationTimerFade{0%{opacity:.25}to{opacity:1}}@keyframes presentationTimerFlip{0%{opacity:.35;transform:perspective(400px) rotateX(-65deg)}to{opacity:1;transform:perspective(400px) rotateX(0)}}@keyframes presentationTimerScale{0%,to{transform:scale(1)}40%{transform:scale(1.12)}}@keyframes presentationTimerBlink{0%,to{opacity:1}50%{opacity:.28}}@keyframes presentationTimerShake{0%,to{transform:translateX(0)}25%{transform:translateX(-.035em)}75%{transform:translateX(.035em)}}@keyframes presentationTimerFinalFlash{0%,to{color:inherit;filter:none}42%{color:var(--timer-warning-color,#f33);filter:brightness(1.7) drop-shadow(0 0 .16em var(--timer-warning-color,#ff3333))}}.presentation-player-dot{background:#0a9396}.presentation-player-controls{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:40;min-height:32px;display:grid;grid-template-columns:32px minmax(52px,auto) 32px;align-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:rgba(5,7,11,.3);box-shadow:none;color:hsla(0,0%,100%,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:.42;transition:opacity .14s ease,background .14s ease,box-shadow .14s ease}.presentation-player-controls:focus-within,.presentation-player-controls:hover{opacity:.96;background:rgba(5,7,11,.78);box-shadow:0 8px 24px rgba(0,0,0,.24)}.presentation-player-controls button{align-self:stretch;border:0;background:transparent;color:#fff;font-size:17px;cursor:pointer}.presentation-player-controls button:focus-visible,.presentation-player-controls button:hover:not(:disabled){outline:none;background:hsla(0,0%,100%,.13)}.presentation-player-controls button:disabled{color:hsla(0,0%,100%,.25);cursor:default}.presentation-player-controls span{padding:0 6px;font-size:11px;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.presentation-pool-confirmation{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom));z-index:60;width:min(350px,calc(100vw - 28px));display:flex;align-items:center;gap:11px;border:1px solid hsla(0,0%,100%,.1);border-radius:9px;padding:9px 9px 9px 11px;background:rgba(9,12,18,.68);box-shadow:0 8px 26px rgba(0,0,0,.22);color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:default;opacity:.78;transition:opacity .14s ease,background .14s ease;animation:presentation-pool-confirmation-in .16s ease-out}.presentation-pool-confirmation:focus-within,.presentation-pool-confirmation:hover{background:rgba(9,12,18,.86);opacity:.98}.presentation-pool-confirmation-copy{min-width:0;display:grid;flex:1 1;grid-gap:4px;gap:4px}.presentation-pool-confirmation-copy strong{font-size:12px;font-weight:750}.presentation-pool-confirmation-copy span{color:hsla(0,0%,100%,.62);font-size:10px;line-height:1.35}.presentation-pool-confirmation-actions{display:flex;flex:0 0 auto;align-items:center;gap:6px}.presentation-pool-confirmation-actions button{min-height:28px;border:1px solid hsla(0,0%,100%,.14);border-radius:7px;padding:0 8px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);font:inherit;font-size:10px;font-weight:700;cursor:pointer}.presentation-pool-confirmation-actions button:focus-visible,.presentation-pool-confirmation-actions button:hover{outline:none;border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.15)}.presentation-pool-confirmation-actions button.confirm{border-color:rgba(99,91,255,.72);background:#635bff;color:#fff}.presentation-pool-confirmation-actions button.confirm:focus-visible,.presentation-pool-confirmation-actions button.confirm:hover{background:#756eff}.presentation-pool-confirmation-actions button.danger{border-color:rgba(243,75,104,.72);background:#d94662}.presentation-exit-confirmation{z-index:70}.presentation-manual-close{position:fixed;left:50%;bottom:max(58px,calc(env(safe-area-inset-bottom) + 58px));z-index:70;transform:translateX(-50%);border:1px solid hsla(0,0%,100%,.12);border-radius:8px;padding:8px 11px;background:rgba(15,15,20,.42);box-shadow:0 8px 24px rgba(0,0,0,.18);color:#fff;font-size:11px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.72}.presentation-pool-confirmation-actions kbd{margin-left:4px;border:1px solid hsla(0,0%,100%,.25);border-radius:4px;padding:1px 4px;background:rgba(0,0,0,.16);font:inherit;font-size:9px}@keyframes presentation-pool-confirmation-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:.78;transform:translateY(0) scale(1)}}@media (max-width:560px){.presentation-pool-confirmation{align-items:stretch;flex-direction:column;gap:8px}.presentation-pool-confirmation-actions{justify-content:flex-end}}.presentation-player-fullscreen{position:fixed;right:max(12px,env(safe-area-inset-right));top:max(12px,env(safe-area-inset-top));z-index:40;width:30px;height:30px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:7px;background:rgba(5,7,11,.3);color:hsla(0,0%,100%,.84);padding:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:.42;cursor:pointer;transition:opacity .14s ease,background .14s ease}.presentation-player-fullscreen:focus-visible,.presentation-player-fullscreen:hover{outline:none;background:rgba(5,7,11,.78);border-color:hsla(0,0%,100%,.22);opacity:.96}.presentation-player-fullscreen svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.presentation-player-shell:-webkit-full-screen{width:100vw;height:100vh}.presentation-player-shell:fullscreen{width:100vw;height:100vh}.presentation-viewport{position:relative;width:100%;height:100%;overflow:hidden;background:#eef3fa}.layers-pane{position:absolute;left:0;top:64px;bottom:0;width:250px;z-index:90;background:#fff;border-right:1px solid rgba(20,33,61,.14);color:#1b2f4d;padding:14px 10px;overflow:hidden}.layers-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding:0 6px}.layers-title{font-size:14px;font-weight:700;letter-spacing:.01em}.layers-mode-toggle{min-height:26px;border:1px solid rgba(20,33,61,.16);border-radius:6px;background:#fff;color:#5b6f90;padding:0 8px;font-size:12px;font-weight:800;cursor:pointer}.layers-mode-toggle.active{border-color:var(--selection-blue);color:var(--selection-blue);background:var(--selection-blue-soft)}.layers-list{width:calc(100% + 8px);box-sizing:border-box;overflow-y:scroll;height:calc(100% - 30px);padding-right:4px}.presentation-slide-list-item{width:100%;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;grid-gap:6px;gap:6px;border:0;background:transparent;color:#1b2f4d;padding:3px 0;margin-bottom:10px;cursor:-webkit-grab;cursor:grab;text-align:left}.presentation-slide-list-item:active{cursor:-webkit-grabbing;cursor:grabbing}.presentation-slide-list-number{color:#7a8497;font-size:10px;font-weight:600;line-height:1;padding-top:4px;text-align:center}.presentation-slide-thumb{position:relative;width:100%;min-height:112px;display:block;overflow:hidden;border:1px solid rgba(20,33,61,.24);border-radius:4px;box-shadow:0 1px 2px rgba(20,33,61,.18)}.presentation-slide-list-item.active .presentation-slide-thumb{border-color:#c2410c;box-shadow:0 0 0 2px #c2410c,0 1px 2px rgba(20,33,61,.18)}.presentation-slide-thumb-dot,.presentation-slide-thumb-frame,.presentation-slide-thumb-image,.presentation-slide-thumb-image-clip,.presentation-slide-thumb-text{position:absolute;display:block}.presentation-slide-thumb-frame{border:1px solid rgba(20,33,61,.16)}.presentation-slide-thumb-image,.presentation-slide-thumb-image-clip{overflow:hidden}.presentation-slide-thumb-text{overflow:hidden;color:#14213d;font-size:6px;line-height:1.1;white-space:pre-wrap;transform-origin:center}.presentation-slide-thumb-text-content{position:absolute;display:block}.presentation-slide-thumb-dot{min-width:2px;min-height:2px;background:#0a9396}.presentation-slides-empty{padding:8px 6px;color:#7c8da8;font-size:12px;font-weight:700}.layer-item{width:100%;min-width:0;display:flex;align-items:center;gap:8px;text-align:left;border:0;background:transparent;color:#1b2f4d;border-radius:0;padding:7px 8px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.layer-item:hover{background:rgba(20,33,61,.08)}.layer-item.active{background:var(--selection-blue-soft);color:var(--selection-blue)}.presentation-area-layer-item{color:#15803d;font-weight:600}.presentation-area-layer-divider{height:1px;margin:8px 6px;background:rgba(24,164,99,.36)}.layer-row{position:relative;width:100%}.layer-row.drop-after:after,.layer-row.drop-before:before{content:"";position:absolute;left:var(--drop-line-left,6px);right:6px;height:0;border-top:2px solid var(--selection-blue);pointer-events:none}.layer-row.drop-before:before{top:-1px}.layer-row.drop-after:after{bottom:-1px}.inspector-pane{position:absolute;right:0;top:64px;bottom:0;width:250px;z-index:90;background:#fff;border-left:1px solid rgba(20,33,61,.14);color:#1b2f4d;padding:14px 10px;overflow:hidden}.inspector-mode-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;margin:0 6px 12px;padding:2px;border:1px solid rgba(20,33,61,.14);border-radius:6px;background:rgba(20,33,61,.04)}.inspector-mode-button{min-width:0;height:28px;border:0;border-radius:4px;background:transparent;color:#5b6f90;font-size:12px;font-weight:700;cursor:pointer}.inspector-mode-button.active{background:#fff;color:var(--selection-blue);box-shadow:0 1px 3px rgba(20,33,61,.12)}.inspector-title{font-size:14px;font-weight:700;letter-spacing:.01em;margin-bottom:10px;padding:0 6px}.inspector-list{width:calc(100% + 8px);box-sizing:border-box;overflow-y:scroll;height:calc(100% - 74px);padding:0 6px}.presentation-pane{height:calc(100% - 44px)}.presentation-pane-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:0 4px 10px}.presentation-pane-caption{margin-top:3px;color:#8a93a6;font-size:10px;font-weight:500}.presentation-add-icon-button,.presentation-play-icon-button{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(99,91,255,.2);border-radius:9px;background:rgba(99,91,255,.1);color:#554ce8;font:inherit;font-size:20px;font-weight:400;line-height:1;cursor:pointer}.presentation-add-icon-button:hover,.presentation-play-icon-button:hover{background:rgba(99,91,255,.16)}.presentation-play-icon-button{font-size:12px;font-weight:600}.presentation-pane-actions{padding:0 6px 10px}.presentation-action-button{width:100%;min-height:32px;border:1px solid var(--selection-blue);border-radius:6px;background:var(--selection-blue);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.presentation-action-button:disabled{border-color:rgba(20,33,61,.16);background:rgba(20,33,61,.08);color:#7c8da8;cursor:default}.presentation-action-button.secondary{margin-top:8px;border-color:rgba(20,33,61,.18);background:#fff;color:#1b2f4d}.presentation-action-button.secondary:disabled{background:rgba(20,33,61,.04);color:#7c8da8}.presentation-list{height:calc(100% - 94px)}.presentation-list-summary{padding:2px 2px 8px;color:#8a93a6;font-size:10px;font-weight:500}.presentation-selector-list{display:grid;grid-gap:5px;gap:5px}.presentation-list-item{min-width:0;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;width:100%;min-height:42px;padding:7px 8px;padding-left:var(--layer-indent,8px);border:1px solid rgba(80,92,120,.1);border-radius:9px;background:#fbfcfe;color:#1b2f4d;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.layer-object-icon{width:14px;height:14px;flex:0 0 14px;color:#7c879a}.layer-collapse-spacer,.layer-collapse-toggle{width:14px;height:18px;flex:0 0 14px;display:inline-grid;place-items:center;margin-right:-5px}.layer-collapse-toggle{border-radius:4px;color:#778399;cursor:pointer}.layer-collapse-toggle:focus-visible,.layer-collapse-toggle:hover{background:rgba(99,91,255,.1);color:#5b53de;outline:none}.layer-collapse-toggle svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .12s ease}.layer-collapse-toggle.expanded svg{transform:rotate(90deg)}.layer-item[draggable=true]{cursor:-webkit-grab;cursor:grab}.layer-item[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.layer-object-icon.group,.layer-object-icon.pool{color:#8490a3}.layer-object-icon.text{color:#7f899b}.layer-item.active .layer-object-icon{color:currentColor}.layer-item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-utility-button{width:20px;height:22px;flex:0 0 20px;display:inline-grid;place-items:center;margin-left:auto;border:0;border-radius:5px;background:transparent;color:#a2aaba;cursor:pointer;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.layer-utility-button+.layer-utility-button{margin-left:-5px}.layer-item.active~.layer-utility-button,.layer-row:hover .layer-utility-button,.layer-utility-button.active{opacity:1}.layer-utility-button.active,.layer-utility-button:hover{background:rgba(99,91,255,.1);color:#5b53de}.layer-utility-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.layer-row.layer-hidden .layer-item{opacity:.42}.layer-row.layer-locked .layer-item{color:#8b94a7}.pool-chart-child.layer-hidden{visibility:hidden}.presentation-list-item.active{border-color:rgba(99,91,255,.34);background:rgba(99,91,255,.09);color:#554ce8}.presentation-list-index{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#eef1f7;color:#7d879b;font-size:10px;font-weight:600}.presentation-list-item.active .presentation-list-index{background:#6259f3;color:#fff}.presentation-list-name{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.presentation-list-ratio{color:#8791a5;font-size:10px;font-weight:500}.presentation-settings-card{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px;width:100%;min-width:0;margin:15px 0 4px;padding:12px;border:1px solid rgba(99,91,255,.16);border-radius:11px;background:linear-gradient(145deg,rgba(249,249,255,.96),rgba(245,247,255,.8))}.presentation-settings-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.presentation-settings-heading>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.presentation-settings-heading span{color:#313b54;font-size:11px;font-weight:650}.presentation-settings-heading small{color:#8992a6;font-size:9px;font-weight:500}.presentation-start-end-card{gap:8px}.presentation-start-end-button{margin-top:0}.presentation-start-end-button.active,.presentation-start-end-button.active:disabled{border-color:rgba(38,166,91,.35);background:rgba(38,166,91,.1);color:#187443}.presentation-start-end-note{color:#7b8498;font-size:10px;line-height:1.45}.timer-settings-card{border-color:rgba(30,144,255,.2);background:linear-gradient(145deg,rgba(247,251,255,.98),rgba(241,247,255,.82))}.timer-settings-heading>div{min-width:0}.timer-settings-heading small{line-height:1.35}.timer-animation-heading{margin-top:2px;padding-top:11px;border-top:1px solid rgba(30,144,255,.14);color:#56647c;font-size:10px;font-weight:700;letter-spacing:.02em}.timer-reset-toggle{min-height:32px;padding:3px 0}.timer-warning-color-field input[type=color]{width:100%;height:32px;border:1px solid rgba(80,92,120,.14);border-radius:7px;padding:3px;background:#fff;cursor:pointer}.timer-remove-button{flex:0 0 auto;border:0;padding:4px 0;background:transparent;color:#a14b4b;font:inherit;font-size:9px;font-weight:650;cursor:pointer}.presentation-field{display:grid;grid-gap:6px;gap:6px}.presentation-field>span{color:#7c879b;font-size:10px;font-weight:500}.presentation-name-input{width:100%}.presentation-ratio-segmented{display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px;padding:3px;border-radius:8px;background:#eceff6}.presentation-ratio-segmented button{min-height:28px;border:0;border-radius:6px;background:transparent;color:#748096;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.presentation-ratio-segmented button.active{background:#fff;color:#554ce8;box-shadow:0 1px 4px rgba(41,52,79,.12)}.presentation-reactor-settings{border-top:1px solid rgba(99,91,255,.13);padding-top:10px}.presentation-reactor-settings summary{display:flex;align-items:center;justify-content:space-between;color:#4b5570;cursor:pointer;font-size:10px;font-weight:600;list-style:none}.presentation-reactor-settings summary::-webkit-details-marker{display:none}.presentation-reactor-settings summary:after{content:"+";color:#776ff0;font-size:15px;font-weight:400}.presentation-reactor-settings[open] summary:after{content:"–"}.presentation-reactor-settings summary small{margin-left:auto;margin-right:7px;color:#969eb0;font-size:9px;font-weight:500}.presentation-reactor-fields{display:grid;grid-gap:9px;gap:9px;margin-top:11px}.presentation-reactor-fields p{margin:1px 0 0;color:#9099ab;font-size:9px;font-weight:500;line-height:1.35}.presentation-submit-invite-button{min-height:31px;border:0;border-radius:8px;background:#5a51eb;color:#fff;font:inherit;font-size:10px;font-weight:600;cursor:pointer;box-shadow:0 4px 10px rgba(90,81,235,.2)}.presentation-submit-invite-button:hover:not(:disabled){background:#4d43dc}.presentation-submit-invite-button:disabled{background:#d8dbea;color:#929bb0;cursor:not-allowed;box-shadow:none}.presentation-live-button{min-height:31px;display:inline-flex;align-items:center;gap:5px;margin-left:auto;border:1px solid rgba(232,77,105,.2);border-radius:8px;padding:0 9px;background:rgba(232,77,105,.08);color:#d94061;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.presentation-live-button span{font-size:9px}.presentation-live-button:hover{background:rgba(232,77,105,.14)}.reaction-remote-card{min-width:0;display:grid;grid-gap:9px;gap:9px;border-top:1px solid rgba(99,91,255,.13);padding-top:10px}.reaction-remote-card>div:first-child{display:grid;grid-gap:3px;gap:3px}.reaction-remote-card strong{color:#4b5570;font-size:10px;font-weight:600}.reaction-remote-card span{color:#9099ab;font-size:9px;font-weight:500;line-height:1.35}.reaction-remote-link-row{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:5px;gap:5px}.reaction-remote-link-row input{width:100%;min-width:0;font-size:9px}.reaction-remote-link-row button{border:1px solid rgba(99,91,255,.22);border-radius:8px;padding:0 8px;background:rgba(99,91,255,.08);color:#554ce8;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.reaction-remote-link-row button:disabled{cursor:default;opacity:.5}.reaction-remote-link-row .reaction-remote-qr-button{background:#554ce8;color:#fff}.reaction-remote-link-row .reaction-remote-qr-button:hover:not(:disabled){background:#473ed2}.reaction-remote-stop-button{min-height:29px;border:1px solid rgba(218,75,93,.2);border-radius:8px;background:rgba(218,75,93,.06);color:#ca3e55;font:inherit;font-size:10px;font-weight:600;cursor:pointer}.reaction-remote-stop-button:hover{background:rgba(218,75,93,.12)}.reaction-remote-stop-button.force{border-color:#d94662;background:#d94662;color:#fff}.reaction-remote-stop-button.force:hover{background:#c83b56}.reaction-remote-access-setting{display:grid;grid-gap:6px;gap:6px}.reaction-remote-access-setting>span{color:#7c879b;font-size:10px;font-weight:500}.reaction-remote-access-setting .presentation-ratio-segmented button{font-size:9px}.reaction-remote-access-setting small{color:#9099ab;font-size:9px;font-weight:500;line-height:1.35}.live-session-conflict-dialog{width:min(380px,calc(100vw - 32px));padding:19px;border:1px solid rgba(80,92,120,.16);border-radius:14px;background:#fff;color:#273149;box-shadow:0 20px 55px rgba(31,40,61,.24)}.live-session-conflict-icon{width:31px;height:31px;display:grid;place-items:center;margin-bottom:11px;border-radius:50%;background:rgba(243,75,104,.12);color:#e54564;font-size:12px}.live-session-conflict-dialog .presentation-dialog-title{margin-bottom:7px}.live-session-conflict-dialog p{margin:0;color:#7c879b;font-size:12px;line-height:1.45}.live-session-conflict-actions{display:grid;grid-template-columns:1fr 1.45fr;grid-gap:8px;gap:8px;margin-top:18px}.live-session-takeover-button{min-height:34px;border:0;border-radius:7px;background:#d94662;color:#fff;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.live-session-takeover-button:hover{background:#c83b56}.live-session-force-button{min-height:34px;grid-column:1/-1;border:1px solid #d94662;border-radius:7px;background:#fff;color:#c83b56;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.live-session-force-button:hover{background:rgba(217,70,98,.08)}.live-presentation-shell{background:#080a11}.live-presentation-shell .presentation-player-screen{box-shadow:none}.live-presentation-status{position:fixed;top:15px;left:17px;z-index:5;display:inline-flex;align-items:center;gap:8px;min-height:31px;border:1px solid hsla(0,0%,100%,.18);border-radius:9px;padding:0 10px;background:rgba(15,15,20,.42);color:hsla(0,0%,100%,.76);font-size:11px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:.72;transition:opacity .14s ease,background .14s ease}.live-presentation-status:hover{opacity:1;background:rgba(15,15,20,.68)}.live-presentation-status strong{color:#fff;font-weight:600}.live-audience-count{color:hsla(0,0%,100%,.62);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.live-status-dot{width:7px;height:7px;border-radius:50%;background:#f34b68;box-shadow:0 0 0 3px rgba(243,75,104,.16);animation:liveStatusPulse 1.35s ease-in-out infinite}@keyframes liveStatusPulse{50%{opacity:.4;transform:scale(.8)}}.live-reaction-burst-layer{position:fixed;inset:0;z-index:6;pointer-events:none;overflow:hidden}.live-reaction-particle{position:absolute;bottom:var(--reaction-origin-bottom);width:var(--reaction-size);height:var(--reaction-size);object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:drop-shadow(0 5px 7px rgba(0,0,0,.2));animation:liveReactionConfetti var(--reaction-duration) cubic-bezier(.16,.84,.38,1) var(--reaction-delay) both}.live-reaction-particle.side-left{left:var(--reaction-origin)}.live-reaction-particle.side-right{right:var(--reaction-origin)}.live-reaction-particle.intensity-large{filter:drop-shadow(0 7px 10px rgba(0,0,0,.24))}.live-reaction-particle.pressure-level-1{animation-timing-function:cubic-bezier(.2,.72,.42,1)}.live-reaction-particle.pressure-level-4,.live-reaction-particle.pressure-level-5{filter:drop-shadow(0 8px 12px rgba(0,0,0,.26))}.live-reaction-particle.pressure-level-5{animation-timing-function:cubic-bezier(.08,.82,.26,1)}@keyframes liveReactionConfetti{0%{opacity:0;transform:translate(0) rotate(0deg) scale(.35)}12%{opacity:1;transform:translate(0) rotate(0deg) scale(1.08)}72%{opacity:1;transform:translate(var(--reaction-x),var(--reaction-y)) rotate(var(--reaction-rotation)) scale(1)}to{opacity:0;transform:translate(var(--reaction-x),calc(var(--reaction-y) - 22px)) rotate(var(--reaction-rotation)) scale(.72)}}.live-pool-controls{position:fixed;right:18px;top:62px;z-index:7;display:grid;grid-gap:6px;gap:6px;max-width:250px}.live-pool-controls>div{display:flex;align-items:center;gap:5px;min-height:31px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;padding:0 6px 0 9px;background:rgba(15,15,20,.42);box-shadow:0 8px 24px rgba(0,0,0,.18);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.72;transition:opacity .14s ease,background .14s ease}.live-pool-controls>div:focus-within,.live-pool-controls>div:hover{opacity:1;background:rgba(15,15,20,.68)}.live-pool-controls span{min-width:0;overflow:hidden;flex:1 1;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.live-pool-controls button{min-height:22px;border:0;border-radius:5px;padding:0 6px;background:hsla(0,0%,100%,.13);color:#fff;font:inherit;font-size:9px;font-weight:600;cursor:pointer}.live-pool-controls button.close{background:rgba(243,75,104,.25)}.live-presentation-unavailable{width:100vw;height:100vh;max-width:none;display:grid;place-items:center;margin:0;padding:24px;background:#0b0d14;color:#fff;text-align:center}.live-presentation-unavailable>div{max-width:380px}.live-presentation-unavailable[lang=fa]{font-family:IRANSansX FaNum,IranSansX,sans-serif}.live-unavailable-mark{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 16px;border-radius:50%;background:rgba(242,74,103,.14);color:#f34b68;font-size:15px}.live-presentation-unavailable h1{margin:0;font-size:21px;font-weight:600}.live-presentation-unavailable p{margin:10px 0 7px;color:hsla(0,0%,100%,.72);font-size:13px}.live-presentation-unavailable p+span{color:hsla(0,0%,100%,.4);font-size:11px}.reaction-remote-shell{min-height:100vh;max-width:620px;margin:0 auto;padding:0;background:#f7f8fc;color:#212a3c}.presentation-player-shell[lang=fa],.reaction-remote-shell[lang=fa]{font-family:IRANSansX FaNum,IranSansX,sans-serif}.reaction-remote-header{min-height:67px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #e6e9f0;background:hsla(0,0%,100%,.94)}.reaction-remote-brand-mark{width:29px;height:29px;object-fit:contain}.reaction-remote-heading{min-width:0;display:grid;grid-gap:3px;gap:3px}.reaction-remote-header strong{font-size:13px;font-weight:600}.reaction-remote-heading span{overflow:hidden;color:#8992a6;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.reaction-remote-status{min-height:26px;display:inline-flex;align-items:center;gap:6px;-webkit-margin-start:auto;margin-inline-start:auto;padding:0 9px;border:1px solid #e3e6ee;border-radius:999px;background:#f8f9fc;color:#747e91;font-size:9px;font-weight:650;white-space:nowrap}.reaction-remote-status i{width:7px;height:7px;border-radius:50%;background:#aeb5c3}.reaction-remote-status.connecting i{background:#f1a83b;animation:reaction-remote-pulse 1.2s ease-in-out infinite}.reaction-remote-status.live{border-color:rgba(36,171,104,.2);background:rgba(36,171,104,.07);color:#218453}.reaction-remote-status.live i{background:#24ab68}@keyframes reaction-remote-pulse{50%{opacity:.35}}.reaction-remote-content{min-height:calc(100vh - 67px);display:grid;place-items:center;padding:24px 20px 42px}.reaction-remote-waiting{max-width:330px;text-align:center}.reaction-remote-waiting>span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 18px;border-radius:18px;background:#ebecff}.reaction-remote-waiting>span i{width:18px;height:18px;border:3px solid rgba(101,92,240,.25);border-top-color:#655cf0;border-radius:50%;animation:reaction-remote-spin 1.2s linear infinite}@keyframes reaction-remote-spin{to{transform:rotate(1turn)}}.reaction-remote-login h1,.reaction-remote-waiting h1{margin:0;font-size:22px;font-weight:600;letter-spacing:-.025em}.reaction-remote-login>p,.reaction-remote-waiting p{color:#7e889e;font-size:13px;line-height:1.5}.reaction-remote-login,.reaction-remote-pad{width:min(100%,430px)}.reaction-remote-login{display:grid;grid-gap:13px;gap:13px;padding:24px;border:1px solid #e0e4ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(44,55,79,.08)}.reaction-remote-login>p{margin:-4px 0 5px}.reaction-remote-kicker{color:#6259f3!important;font-size:11px!important;font-weight:600}.reaction-remote-login label{display:grid;grid-gap:6px;gap:6px}.reaction-remote-login label span{color:#6f7a91;font-size:11px;font-weight:500}.reaction-remote-login input{min-height:39px;border:1px solid #dce1eb;border-radius:9px;padding:0 10px;outline:none;font:inherit;font-size:13px}.reaction-remote-login input:focus{border-color:#6b62f5;box-shadow:0 0 0 3px rgba(99,91,255,.12)}.reaction-remote-login button{min-height:42px;border:0;border-radius:9px;background:#5a51eb;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.reaction-remote-login button:disabled{opacity:.6;cursor:wait}.reaction-remote-error{padding:9px;border-radius:8px;background:#fff1f2;color:#c74359;font-size:11px}.reaction-remote-pad{display:grid;grid-gap:19px;gap:19px}.reaction-remote-slide{display:flex;flex-direction:column;gap:5px;padding:18px;border-radius:15px;background:linear-gradient(135deg,#665cf3,#8c83ff);color:#fff;box-shadow:0 12px 25px rgba(90,81,235,.23)}.reaction-remote-slide span{font-size:11px;font-weight:500;opacity:.74}.reaction-remote-slide>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-width:0}.reaction-remote-slide strong{min-width:0;overflow-wrap:anywhere;font-size:23px;font-weight:600}.reaction-remote-timer{flex:0 0 auto;font-size:22px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.reaction-remote-slide.timer-paused .reaction-remote-timer{opacity:.68}.reaction-remote-pool{display:grid;grid-gap:11px;gap:11px;padding:15px;border:1px solid #e0e4ee;border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(44,55,79,.06)}.reaction-remote-pool>div:first-child{display:grid;grid-gap:3px;gap:3px}.reaction-remote-pool>div:first-child span{color:#746bf0;font-size:10px;font-weight:600}.reaction-remote-pool>div:first-child strong{color:#303a50;font-size:14px;font-weight:600}.reaction-remote-pool-options{display:grid;grid-gap:7px;gap:7px}.reaction-remote-pool-options button{min-height:39px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;border:1px solid #e3e6ef;border-radius:9px;padding:0 10px;background:#fbfcff;color:#3f4960;font:inherit;text-align:left;cursor:pointer}.reaction-remote-shell[dir=rtl] .reaction-remote-pool-options button{text-align:right}.reaction-remote-pool-options button:hover{border-color:rgba(99,91,255,.42);background:#f7f6ff}.reaction-remote-pool-options i{width:8px;height:18px;border-radius:4px}.reaction-remote-pool-options span{overflow:hidden;font-size:12px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.reaction-remote-pool-options small{color:#7a8498;font-size:10px;font-weight:600}.reaction-button-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px;gap:11px}.reaction-button-grid button{min-height:105px;display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px;border:1px solid #e0e4ee;border-radius:15px;background:#fff;color:#303a50;box-shadow:0 4px 10px rgba(44,55,79,.05);font:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.reaction-button-grid button:active:not(:disabled),.reaction-button-grid button:hover:not(:disabled){transform:translateY(-2px) scale(1.015);box-shadow:0 10px 20px rgba(44,55,79,.11)}.reaction-button-grid button:focus-visible,.reaction-remote-pool-options button:focus-visible{outline:3px solid rgba(99,91,255,.22);outline-offset:2px}.reaction-button-grid button:disabled{cursor:wait}.reaction-button-grid button img{width:42px;height:42px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reaction-button-grid button small{color:#677288;font-size:11px;font-weight:600}@media (max-width:620px){.reaction-remote-shell{max-width:none}.reaction-remote-header{padding:0 14px}.reaction-remote-content{align-items:start;padding:36px 16px 32px}.reaction-remote-login,.reaction-remote-pad{width:100%}.reaction-remote-slide>div{align-items:flex-start;flex-direction:column;gap:6px}}@media (max-width:430px){.reaction-remote-status{padding-inline:7px}}@media (prefers-reduced-motion:reduce){.reaction-remote-status.connecting i,.reaction-remote-waiting>span i{animation:none}}.presentation-flow-direction-button{width:100%;margin-top:9px}.pool-settings-card{display:grid;grid-gap:10px;gap:10px;margin-top:15px;padding:12px;border:1px solid rgba(99,91,255,.17);border-radius:11px;background:#fbfbff}.pool-settings-card.focused{width:100%;margin:0;overflow:hidden}.pool-settings-heading{display:flex;align-items:start;justify-content:space-between;gap:10px}.pool-settings-heading>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.pool-settings-heading strong{color:#343e56;font-size:11px;font-weight:650}.pool-settings-heading span{color:#929bad;font-size:9px;font-weight:500}.pool-option-row button,.pool-options-heading button,.pool-settings-heading button{border:0;border-radius:6px;background:rgba(218,75,93,.08);color:#cb4158;font:inherit;font-size:9px;font-weight:600;cursor:pointer}.pool-settings-heading button{min-height:25px;padding:0 7px}.pool-settings-actions{display:flex;flex-wrap:wrap;justify-content:end;gap:4px}.pool-settings-actions .preview{background:rgba(99,91,255,.1);color:#5a51eb}.pool-settings-card .inspector-select{width:100%;min-width:0}.pool-settings-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:9px;gap:9px}.pool-settings-card .presentation-field{min-width:0}.pool-related-heading{margin-top:4px;color:#69758c;font-size:10px;font-weight:700}.pool-related-list{display:grid;grid-gap:5px;gap:5px}.pool-related-list>button,.pool-related-option>div>button{min-height:27px;border:1px solid rgba(99,91,255,.13);border-radius:7px;background:#fff;color:#4f5a71;font:inherit;font-size:10px;font-weight:600;text-align:left;cursor:pointer}.pool-related-list>button{padding:0 8px}.pool-related-list button:hover{border-color:rgba(99,91,255,.34);background:rgba(99,91,255,.055);color:#554ce8}.pool-related-option{display:grid;grid-gap:5px;gap:5px;padding:7px;border:1px solid rgba(99,91,255,.11);border-radius:8px;background:rgba(99,91,255,.025)}.pool-related-option>span{color:#59657c;font-size:10px;font-weight:700}.pool-related-option>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:4px;gap:4px}.pool-related-option>div>button{min-width:0;padding:0 5px;text-align:center}.pool-vote-toggle{min-height:28px;padding:2px 0}.pool-options-heading{display:flex;align-items:center;justify-content:space-between;color:#727e95;font-size:10px;font-weight:600}.pool-options-heading button{min-height:24px;padding:0 7px;background:rgba(99,91,255,.09);color:#5a51eb}.pool-option-row button:disabled,.pool-options-heading button:disabled{opacity:.35;cursor:not-allowed}.pool-options-list{display:grid;grid-gap:5px;gap:5px}.pool-option-row{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr) 20px;grid-gap:5px;gap:5px;align-items:center}.pool-option-row input[type=color]{width:24px;height:28px;border:0;border-radius:6px;padding:0;background:transparent;cursor:pointer}.pool-option-row button{width:20px;height:28px;font-size:15px;font-weight:400}.inspector-list,.pool-focused-pane .presentation-list{overflow-x:hidden}.presentation-empty-note{padding:8px 0;color:#7c8da8;font-size:12px;font-weight:600}.presentation-dialog-backdrop{position:absolute;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;background:rgba(20,33,61,.28)}.presentation-dialog{width:260px;border:1px solid rgba(20,33,61,.16);border-radius:8px;background:#fff;color:#1b2f4d;padding:14px;box-shadow:0 16px 44px rgba(20,33,61,.24)}.presentation-dialog-title{font-size:14px;font-weight:800;margin-bottom:12px}.presentation-dialog-label{color:#5b6f90;font-size:12px;font-weight:700;margin-bottom:8px}.presentation-dialog-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:12px}.presentation-dialog-cancel,.presentation-ratio-button{min-height:34px;border:1px solid rgba(20,33,61,.18);border-radius:6px;background:#fff;color:#1b2f4d;font-size:12px;font-weight:800;cursor:pointer}.presentation-ratio-button:hover{border-color:var(--selection-blue);color:var(--selection-blue)}.presentation-dialog-cancel{width:100%;color:#5b6f90}.inspector-row{display:flex;justify-content:space-between;gap:8px;padding:7px 0;border-bottom:1px solid rgba(20,33,61,.08)}.inspector-select-row{align-items:center}.inspector-select{min-width:116px;border:1px solid rgba(20,33,61,.16);border-radius:6px;background:#fff;color:#1b2f4d;padding:5px 7px;font-size:12px;font-weight:700}.inspector-color-row{position:relative;align-items:center}.inspector-color-trigger{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(20,33,61,.2);background:#fff;color:#1b2f4d;border-radius:6px;padding:4px 8px;cursor:pointer}.inspector-color-swatch{width:14px;height:14px;border:1px solid rgba(20,33,61,.25);border-radius:2px;display:inline-block}.inspector-color-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.inspector-label{color:#5b6f90;font-size:12px;font-weight:600}.inspector-value{text-align:right}.inspector-section-title,.inspector-value{color:#1b2f4d;font-size:12px;font-weight:700}.inspector-section-title{margin-top:12px;margin-bottom:6px;letter-spacing:.01em}.inspector-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0}.layer-row.level-1 .layer-item,.layer-row.level-1 .layer-rename-input{padding-left:22px}.layer-rename-input{width:100%;border:1px solid var(--selection-blue);border-radius:2px;background:#fff;color:var(--selection-blue);font-size:13px;padding:6px 7px;outline:none;box-shadow:none}.layer-rename-input::selection{background:var(--selection-blue-mid);color:#123863}.presentation-viewport.dot-cursor,.presentation-viewport.frame-cursor{cursor:crosshair}.presentation-viewport.move-cursor{cursor:-webkit-grab;cursor:grab}.presentation-viewport.select-cursor{cursor:default}.presentation-viewport.move-cursor.dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.presentation-viewport.select-cursor.dragging{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.surface-stage{position:absolute;left:0;top:0;z-index:1;transform-origin:0 0;background:#fff;border:0;box-shadow:none}.alignment-guide-layer{position:absolute;inset:0;z-index:8;width:100%;height:100%;overflow:hidden;pointer-events:none}.spacing-guide-line{stroke-width:1;shape-rendering:crispEdges}.spacing-guide-label{fill:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700}.surface-major-grid,.surface-pixel-grid{position:absolute;inset:0;pointer-events:none}.surface-major-grid{background-image:linear-gradient(90deg,rgba(20,33,61,.16) 1px,transparent 0),linear-gradient(180deg,rgba(20,33,61,.16) 1px,transparent 0),linear-gradient(90deg,rgba(20,33,61,.06) 1px,transparent 0),linear-gradient(180deg,rgba(20,33,61,.06) 1px,transparent 0);background-size:500px 500px,500px 500px,100px 100px,100px 100px}.surface-pixel-grid{background-image:repeating-linear-gradient(90deg,rgba(20,33,61,.4) 0,rgba(20,33,61,.4) .045px,transparent 0,transparent 1px),repeating-linear-gradient(180deg,rgba(20,33,61,.4) 0,rgba(20,33,61,.4) .045px,transparent 0,transparent 1px)}.surface-dot{position:absolute;z-index:2;width:7px;height:7px;border-radius:0;background:#0a9396;transform:translate(-50%,-50%);box-shadow:none;cursor:inherit}.surface-dot.selected{background:#1e90ff;box-shadow:none}.surface-image-clip{position:absolute;z-index:2;overflow:hidden;box-sizing:border-box;border-radius:0;border:0;box-shadow:none;transform:translate(-50%,-50%);cursor:inherit}.surface-image,.surface-image-clip.selected{box-shadow:none}.surface-image{position:absolute;width:220px;max-width:none;height:140px;overflow:hidden;box-sizing:border-box;border-radius:0;border:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.surface-image.selected{box-shadow:none}.surface-frame{z-index:1;background:transparent}.surface-frame,.surface-frame-fill{position:absolute;transform:translate(-50%,-50%);border:0;border-radius:0;box-shadow:none}.surface-frame-fill{z-index:2;pointer-events:none;overflow:hidden}.surface-frame-fill.qr-code-vector-hit{pointer-events:auto;cursor:move}.presentation-player-frame-fill,.presentation-slide-thumb-frame{overflow:hidden}.layered-fill{position:absolute;inset:0;transform-origin:center}.layered-fill,.qr-code-vector-graphic{display:block;width:100%;height:100%;pointer-events:none}.qr-code-vector-graphic{overflow:visible}.surface-frame.qr-code-vector-layer:not(.selected):not(.drop-target){border-color:transparent}.fill-section{position:relative;margin-top:12px;padding-top:8px;border-top:1px solid rgba(80,92,120,.12)}.fill-section-heading{display:flex;align-items:center;justify-content:space-between;min-height:28px;color:var(--chrome-ink,#1b2f4d);font-size:12px;font-weight:800}.fill-icon-button,.fill-reorder-controls button,.fill-section-heading button{display:inline-grid;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.fill-section-heading button{width:26px;height:26px;border-radius:6px}.fill-icon-button svg,.fill-section-heading button svg{width:16px;height:16px}.fill-icon-button:hover,.fill-reorder-controls button:hover:not(:disabled),.fill-section-heading button:hover{background:rgba(80,92,120,.1)}.fill-row{position:relative;display:grid;grid-template-columns:14px minmax(70px,1fr) 49px 24px 24px;align-items:center;grid-gap:4px;gap:4px;min-height:34px;border-top:1px solid rgba(80,92,120,.08)}.fill-row.hidden{opacity:.55}.fill-row.text-fill-row{grid-template-columns:minmax(70px,1fr) 49px}.fill-reorder-controls{display:flex;flex-direction:column}.fill-reorder-controls button{width:14px;height:13px;padding:0}.fill-reorder-controls button svg{width:11px;height:11px}.fill-reorder-controls button:disabled{opacity:.16;cursor:default}.fill-swatch-button{min-width:0;display:flex;align-items:center;gap:7px;padding:3px;border:0;background:transparent;color:var(--chrome-ink,#1b2f4d);cursor:pointer}.fill-swatch{flex:0 0 18px;width:18px;height:18px;border:1px solid rgba(20,33,61,.24);border-radius:4px;background-clip:padding-box}.fill-value{overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:700}.fill-opacity{display:flex;align-items:center;font-size:10px;color:#5b6f90}.fill-opacity input{width:34px;padding:3px 1px;border:0;border-radius:4px;background:transparent;color:inherit;text-align:right;font-size:11px}.fill-opacity input:focus{outline:1px solid rgba(36,180,126,.55);background:#fff}.fill-icon-button{width:24px;height:24px;padding:0;border-radius:5px}.fill-mixed-state{padding:8px 4px;color:#6b7890;font-size:11px;font-style:italic}.setting-popover{position:fixed;z-index:1200;right:auto;width:304px;max-height:calc(100vh - 24px);overflow:auto;padding:0 12px 12px;border:1px solid rgba(20,33,61,.18);border-radius:13px;background:#fff;color:#1b2f4d;box-shadow:0 20px 54px rgba(20,33,61,.3)}.setting-popover-heading{position:-webkit-sticky;position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;min-height:42px;border-bottom:1px solid rgba(20,33,61,.1);background:#fff;font-size:12px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.setting-popover-heading:active{cursor:-webkit-grabbing;cursor:grabbing}.setting-popover-heading button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#5d687d;cursor:pointer}.setting-popover-heading button:hover{background:rgba(80,92,120,.1)}.setting-popover-heading svg{width:15px;height:15px}.setting-select{min-width:0;display:inline-flex}.setting-select-trigger{min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;font:inherit;text-align:left;cursor:pointer}.setting-select-trigger:disabled{opacity:.5;cursor:default}.setting-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.setting-select-chevron{flex:0 0 auto;color:#7d8799;font-size:13px;line-height:1;transform:translateY(-1px)}.setting-select-popover{z-index:1320}.setting-select-search{height:34px;display:flex;align-items:center;gap:7px;margin:10px 0;padding:0 8px;border:1px solid #1e90ff;border-radius:7px;background:#fff;color:#657087}.setting-select-search input{min-width:0;flex:1 1;border:0;background:transparent;color:#1b2f4d;font:inherit;font-size:12px;font-weight:700;outline:0}.setting-select-search button{width:20px;height:20px;border:1px solid #8e98aa;border-radius:50%;background:transparent;color:#687388;cursor:pointer}.setting-select-options{display:grid;grid-gap:2px;gap:2px;max-height:min(420px,calc(100vh - 118px));overflow:auto;padding:5px 0 0}.setting-select-options>button{min-height:34px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;border:0;border-radius:6px;padding:5px 8px 5px 2px;background:transparent;color:#263048;font:inherit;font-size:12px;text-align:left;cursor:pointer}.setting-select-options>button:hover{background:#f0f3f8}.setting-select-options>button.selected{color:#101828;font-weight:800}.setting-select-popover.searchable .setting-select-options>button{min-height:40px;font-size:17px}.setting-select-check{color:#43506a;font-size:12px;text-align:center}.setting-select-empty{padding:18px 8px;color:#8a94a6;font-size:11px;text-align:center}.fill-type-tabs{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:5px;gap:5px;margin:10px 0 12px}.add-gradient-stop,.fill-image-upload,.fill-type-tabs button{padding:5px 4px;border:1px solid rgba(20,33,61,.14);border-radius:5px;background:#f3f5f9;color:#52617a;font-size:10px;font-weight:700;cursor:pointer}.fill-type-tabs button{height:34px;display:grid;place-items:center;padding:0}.fill-type-tabs button svg{width:19px;height:19px}.fill-type-tabs button.active{border-color:#635bff;background:rgba(99,91,255,.11);color:#554ce8;box-shadow:0 0 0 1px rgba(99,91,255,.1)}.fill-color-controls,.fill-gradient-controls,.fill-image-controls{display:grid;grid-gap:8px;gap:8px}.fill-blend-row,.fill-color-controls label,.fill-image-controls label{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px;font-weight:700}.fill-blend-row .setting-select-trigger,.fill-blend-row select,.fill-color-controls input:not([type=color]):not([type=range]),.fill-image-controls .setting-select-trigger,.fill-image-controls input,.fill-image-controls select{min-width:0;width:112px;padding:5px;border:1px solid rgba(20,33,61,.15);border-radius:5px;background:#fff;color:inherit}.fill-large-color{position:relative;height:182px;border:1px solid rgba(20,33,61,.14);border-radius:8px;overflow:hidden;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,transparent);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.15)}.fill-large-color input{width:100%;height:100%;padding:0;border:0;opacity:0;cursor:crosshair}.fill-color-sliders{display:grid;grid-gap:9px;gap:9px;padding:2px 0}.fill-slider-row{display:grid!important;grid-template-columns:30px minmax(0,1fr);grid-gap:8px!important;gap:8px!important}.fill-slider-icon{width:24px;height:24px;display:grid;place-items:center;color:#68758c}.fill-slider-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.fill-slider-icon.opacity svg path{fill:currentColor;stroke:none;opacity:.72}.fill-slider-row input[type=range]{width:100%;height:16px;margin:0;padding:0;border:0;border-radius:999px;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.fill-hue-slider{background:linear-gradient(90deg,red,#ff0 16.67%,#0f0 33.33%,#0ff 50%,#00f 66.67%,#f0f 83.33%,red)}.fill-alpha-slider{background-color:#fff;background-image:linear-gradient(90deg,transparent,var(--fill-alpha-color)),repeating-conic-gradient(#d6d9df 0 25%,#fff 0 50%);background-position:0 0,0 0;background-size:100% 100%,10px 10px}.fill-slider-row input[type=range]::-webkit-slider-thumb{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:transparent;box-shadow:0 0 0 1px rgba(18,25,39,.9),0 1px 3px rgba(18,25,39,.35);appearance:none;-webkit-appearance:none}.fill-slider-row input[type=range]::-moz-range-thumb{width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:transparent;box-shadow:0 0 0 1px rgba(18,25,39,.9),0 1px 3px rgba(18,25,39,.35)}.fill-color-value-row{min-height:34px;display:grid;grid-template-columns:54px minmax(0,1fr) 62px;align-items:center;overflow:hidden;border:1px solid rgba(20,33,61,.15);border-radius:6px;background:#f8f9fb;color:#43506a}.fill-color-format{padding:0 10px;border-right:1px solid rgba(20,33,61,.1);font-size:10px;font-weight:700}.fill-hex-input{width:100%!important;height:32px;padding:0 9px!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit;outline:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:700;text-transform:uppercase}.fill-hex-input:focus{box-shadow:inset 0 0 0 1px rgba(99,91,255,.55)}.fill-alpha-value{height:32px;display:flex!important;justify-content:flex-end!important;gap:2px!important;padding:0 7px;border-left:1px solid rgba(20,33,61,.1)}.fill-alpha-value input{width:35px!important;padding:0!important;border:0!important;background:transparent!important;color:inherit;text-align:right;font-size:11px;font-weight:700;outline:0}.fill-alpha-value span{color:#778399;font-size:10px}.fill-gradient-preview,.fill-image-preview{height:48px;border:1px solid rgba(20,33,61,.14);border-radius:6px}.gradient-stop-list{display:grid;grid-gap:5px;gap:5px}.gradient-stop-row{display:grid;grid-template-columns:30px 1fr 12px 26px;align-items:center;grid-gap:5px;gap:5px}.gradient-stop-row input[type=color]{width:28px;height:24px;padding:0;border:0}.gradient-stop-row input[data-property-input=true]{min-width:0;padding:4px;border:1px solid rgba(20,33,61,.15);border-radius:5px}.gradient-stop-row button{border:0;background:transparent;font-size:16px;cursor:pointer}.add-gradient-stop{justify-self:start}.fill-image-upload{display:block!important;text-align:center}.fill-image-upload input{display:none}.fill-crop-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px}.fill-crop-grid label{display:grid;grid-gap:3px;gap:3px}.fill-crop-grid input{width:100%!important;box-sizing:border-box}.fill-blend-row{margin-top:10px;padding-top:9px;border-top:1px solid rgba(20,33,61,.1)}.surface-frame.selected{border:0}.presentation-area-surface-frame{border:2px dashed rgba(24,164,99,.78);background:transparent;box-sizing:border-box}.presentation-area-surface-frame.selected{border:2px dashed rgba(24,164,99,.9)}.surface-frame.drop-target{outline:2px solid var(--selection-blue);outline-offset:0}.surface-pool{position:absolute;z-index:2;transform:translate(-50%,-50%);border:0;background:transparent;box-shadow:none;overflow:visible;cursor:pointer}.surface-pool.selected{outline:0}.pool-chart{position:relative;width:100%;height:100%;color:#263048}.pool-chart-child{position:absolute;z-index:1;min-width:0;overflow:hidden;display:block;box-sizing:border-box}.pool-chart-child.editable{cursor:move;outline:1px dashed transparent;outline-offset:2px}.pool-chart-child.editable:hover{outline-color:rgba(30,144,255,.72);background:rgba(30,144,255,.055)}.pool-option-group-hit{position:absolute;z-index:0;display:block;box-sizing:border-box;cursor:move}.pool-option-group-hit:hover{background:rgba(30,144,255,.025);outline:1px dashed rgba(30,144,255,.42);outline-offset:2px}.pool-option-group-hit.layer-hidden{visibility:hidden}.pool-child-selection{z-index:5;display:block;border-width:var(--pool-selection-outline)}.pool-child-selection .resize-edge,.pool-child-selection .resize-handle{pointer-events:auto}.pool-child-selection .resize-handle{width:var(--pool-selection-handle-size);height:var(--pool-selection-handle-size);border-width:var(--pool-selection-handle-border)}.pool-child-selection .resize-edge.n,.pool-child-selection .resize-edge.s{left:var(--pool-selection-edge-inset);right:var(--pool-selection-edge-inset);height:var(--pool-selection-edge-size)}.pool-child-selection .resize-edge.e,.pool-child-selection .resize-edge.w{top:var(--pool-selection-edge-inset);bottom:var(--pool-selection-edge-inset);width:var(--pool-selection-edge-size)}.pool-child-selection .resize-edge.n{top:var(--pool-selection-edge-offset)}.pool-child-selection .resize-edge.e{right:var(--pool-selection-edge-offset)}.pool-child-selection .resize-edge.s{bottom:var(--pool-selection-edge-offset)}.pool-child-selection .resize-edge.w{left:var(--pool-selection-edge-offset)}.pool-chart>strong.pool-chart-child{font-weight:650;letter-spacing:-.02em;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.pool-chart>span.pool-chart-child{color:#8b94a7;font-size:10px;font-weight:500;line-height:1.45;text-align:right;text-overflow:ellipsis;white-space:nowrap}.pool-chart-option>span.pool-chart-child{font-weight:600;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.pool-chart-option>div.pool-chart-child{display:flex;align-items:end;justify-content:center;padding:0 3px}.pool-chart-option>div.pool-chart-child:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:#e8eaf1;content:""}.pool-chart-option>div.pool-chart-child i{position:relative;z-index:1;width:100%;min-height:4px;overflow:hidden;display:block;border-radius:6px 6px 2px 2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);transition:width .45s cubic-bezier(.22,1,.36,1),height .45s cubic-bezier(.22,1,.36,1)}.pool-chart-option>span.pool-chart-child:last-child{overflow:hidden;font-weight:500;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.pool-chart-option.quiz-correct>div.pool-chart-child{background:rgba(22,163,74,.1);outline:2px solid rgba(22,163,74,.28);outline-offset:1px}.pool-chart-option.quiz-wrong>div.pool-chart-child{background:rgba(220,38,38,.08);outline:2px solid rgba(220,38,38,.22);outline-offset:1px}.pool-chart-option.quiz-correct>span.pool-chart-child:last-child{text-shadow:0 0 12px rgba(22,163,74,.2)}.pool-chart-trigger{position:absolute;right:9px;top:9px;padding:4px 6px;border-radius:5px;background:rgba(99,91,255,.11);color:#5c53e9;font-size:9px;font-weight:600}.presentation-flow-layer{position:absolute;left:0;top:0;z-index:6;pointer-events:none;overflow:visible}.presentation-flow-path{fill:none;stroke:#1e90ff;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.presentation-flow-arrow{fill:#1e90ff}.presentation-flow-arrow.selected{fill:#0b5fc4}.presentation-flow-arrow.loop{fill:#dc2626}.presentation-flow-inline-arrow{fill:none;stroke:#1e90ff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;pointer-events:auto;cursor:pointer}.presentation-flow-inline-arrow.selected{stroke:#0b5fc4}.presentation-flow-inline-arrow.return-loop{stroke:#f97316}.presentation-flow-inline-arrow.direct-loop{stroke:#dc2626}.presentation-flow-hit-path{fill:none;stroke:transparent;stroke-width:18px;stroke-linecap:round;pointer-events:stroke;cursor:pointer}.presentation-flow-path.selected{stroke:#0b5fc4;stroke-width:5px}.presentation-flow-path.return-loop{stroke:#f97316}.presentation-flow-path.direct-loop{stroke:#dc2626}.presentation-flow-path.preview{stroke-dasharray:10 8;opacity:.75}.presentation-flow-handle{position:absolute;z-index:15;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:999px;background:transparent;cursor:crosshair;padding:0}.presentation-flow-handle:after{content:"";width:8.4px;height:8.4px;border:0;border-radius:999px;background:#1e90ff;box-shadow:0 1px 4px rgba(20,33,61,.28);opacity:0;transition:opacity .12s ease}.presentation-flow-handle.slide:after{background:#18a463}.presentation-flow-handle:active:after,.presentation-flow-handle:focus-visible:after,.presentation-flow-handle:hover:after{opacity:1}.presentation-flow-end-handle{position:absolute;z-index:16;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:999px;background:transparent;cursor:-webkit-grab;cursor:grab;padding:0}.presentation-flow-end-handle:after{content:"";width:11px;height:11px;border:2px solid #fff;border-radius:999px;background:#0b5fc4;box-shadow:0 1px 5px rgba(20,33,61,.32)}.presentation-flow-end-handle.source:after{width:10px;height:10px;background:#fff;border-color:#0b5fc4}.presentation-flow-end-handle.destination:after{background:#0b5fc4}.presentation-flow-end-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.presentation-slide-frame{position:absolute;z-index:13;border:2px solid rgba(24,164,99,.55);pointer-events:none;box-sizing:border-box}.presentation-slide-frame.loop-warning{border-color:rgba(249,115,22,.82)}.presentation-slide-target-frame{position:absolute;z-index:0;border:2px dashed #079455;background:repeating-linear-gradient(45deg,rgba(7,148,85,.2),rgba(7,148,85,.2) 6px,transparent 0,transparent 12px);box-shadow:0 0 0 1px rgba(7,148,85,.18);pointer-events:none;box-sizing:border-box}.presentation-slide-number{position:absolute;right:-2px;top:-22px;min-width:22px;height:19px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:rgba(24,164,99,.82);color:#fff;font-size:10px;font-weight:600;line-height:1;letter-spacing:0}.presentation-slide-frame.loop-warning .presentation-slide-number{background:rgba(249,115,22,.94)}@keyframes presentationDestinationPulse{0%{opacity:.95;box-shadow:0 0 0 0 rgba(30,144,255,.42)}70%{opacity:.3;box-shadow:0 0 0 9px rgba(30,144,255,0)}to{opacity:.95;box-shadow:0 0 0 0 rgba(30,144,255,0)}}.surface-frame.selected .frame-name{color:var(--selection-blue)}.frame-name{top:0;font-size:12px;white-space:nowrap;pointer-events:auto;cursor:default}.frame-name,.frame-name-input{position:absolute;left:0;color:var(--selection-blue);font-weight:500;line-height:1;background:transparent}.frame-name-input{border:0;border-radius:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;padding:0;margin:0;display:block;height:1em;font-family:inherit;box-shadow:none;caret-color:var(--selection-blue);vertical-align:top}.frame-name-input::selection{background:var(--selection-blue-mid);color:#123863}.frame-name-overlay-input{position:absolute;border:0;border-radius:0;outline:none;padding:0;margin:0;color:var(--selection-blue);background:transparent;line-height:1;font-weight:500;font-size:12px;font-family:inherit;box-shadow:none;caret-color:var(--selection-blue);z-index:40}.frame-name-overlay-input::selection{background:var(--selection-blue-mid);color:#123863}.surface-text{position:absolute;z-index:2;transform:translate(-50%,-50%);border:0;border-radius:0;background:transparent;color:#14213d;padding:0;font-size:16px;line-height:1.4;white-space:pre-wrap;overflow:visible;overflow-wrap:normal;word-break:normal;outline:none;cursor:text}.surface-text.selected{border-color:transparent;box-shadow:none}.surface-text:not(.editing){-webkit-user-select:none;-moz-user-select:none;user-select:none}.surface-text.editing{z-index:13;pointer-events:auto}.surface-text.selected.editing{text-decoration:none}.surface-text-editor{position:relative;z-index:1;width:100%;min-width:0;min-height:1em;flex:0 0 auto;align-self:stretch;border:0;padding:0;background:transparent;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;white-space:inherit;overflow-wrap:inherit;word-break:inherit;outline:none;cursor:text;pointer-events:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.surface-text-editor::selection{background:rgba(30,144,255,.35);color:#14213d}.surface-text-renderer{width:100%;min-width:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.surface-text::selection{background:rgba(30,144,255,.35);color:#14213d}.surface-text::-moz-selection{background:rgba(30,144,255,.35);color:#14213d}.selection-rect{position:absolute;border:1px solid rgba(30,144,255,.95);background:rgba(30,144,255,.18);pointer-events:none;z-index:12}.selection-frame{border:2px solid #1e90ff;border-radius:0;z-index:10}.selection-frame,.selection-item-frame{position:absolute;pointer-events:none;box-sizing:border-box;transform-origin:center}.selection-item-frame{border:1px solid #1e90ff;border-radius:0;z-index:9}.resize-handle{width:10px;height:10px;pointer-events:auto}.group-handle,.resize-handle{position:absolute;border:1px solid #fff;background:#1e90ff;border-radius:0}.group-handle{width:8px;height:8px;pointer-events:none}.group-handle.nw{left:0;top:0;transform:translate(-50%,-50%)}.group-handle.ne{right:0;top:0;transform:translate(50%,-50%)}.group-handle.sw{left:0;bottom:0;transform:translate(-50%,50%)}.group-handle.se{right:0;bottom:0;transform:translate(50%,50%)}.selection-size-label{position:absolute;left:50%;top:calc(100% + 22px);transform:translateX(-50%);font-size:12px;line-height:1;color:#fff;background:#1e90ff;border-radius:2px;padding:4px 6px;white-space:nowrap;pointer-events:none;z-index:11;box-shadow:0 1px 2px rgba(0,0,0,.2)}.resize-edge{position:absolute;pointer-events:auto;background:transparent}.resize-edge.n{top:-6px;left:10px;right:10px;height:12px;cursor:ns-resize}.resize-edge.e{right:-6px;top:10px;bottom:10px;width:12px;cursor:ew-resize}.resize-edge.s{bottom:-6px;left:10px;right:10px;height:12px;cursor:ns-resize}.resize-edge.w{left:-6px;top:10px;bottom:10px;width:12px;cursor:ew-resize}.resize-handle.nw{left:0;top:0;transform:translate(-50%,-50%);cursor:nwse-resize}.resize-handle.ne{right:0;top:0;transform:translate(50%,-50%);cursor:nesw-resize}.resize-handle.sw{left:0;bottom:0;transform:translate(-50%,50%);cursor:nesw-resize}.resize-handle.se{right:0;bottom:0;transform:translate(50%,50%);cursor:nwse-resize}.workspace-hud{top:18px;left:18px;display:flex;gap:.6rem;padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(20,33,61,.14);color:#1b2f4d;font-size:.85rem;font-weight:600}.floating-toolbar,.workspace-hud{position:absolute;z-index:100;background:#fff}.floating-toolbar{left:50%;transform:translateX(-50%);padding:.5rem;border:1px solid rgba(20,33,61,.16);box-shadow:0 10px 40px rgba(17,31,56,.16)}.workspace-snackbar{position:absolute;left:50%;bottom:92px;transform:translateX(-50%) translateY(8px);z-index:110;padding:10px 14px;border-radius:12px;border:1px solid rgba(20,33,61,.18);background:#fff;color:#1b2f4d;font-size:14px;font-weight:600;box-shadow:0 10px 30px rgba(17,31,56,.12);opacity:0;pointer-events:none;transition:opacity .13s ease,transform .13s ease}.workspace-snackbar.show{opacity:1;transform:translateX(-50%) translateY(0)}.workspace-snackbar.save-toast{top:18px;bottom:auto;display:flex;align-items:center;gap:9px;border-color:rgba(24,147,99,.2);background:#effcf6;color:#137551;box-shadow:0 12px 32px rgba(16,92,66,.18);transform:translateX(-50%) translateY(-8px)}.workspace-snackbar.save-toast.show{transform:translateX(-50%) translateY(0)}.workspace-snackbar-icon{width:20px;height:20px;flex:0 0 20px;fill:#24b47e;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tool-button{border:1px solid rgba(20,33,61,.16);border-radius:10px;padding:.5rem .9rem;background:#fff;color:#183152;font-weight:600;cursor:pointer}.tool-button.active{background:#005f73;border-color:#005f73;color:#fff}.typography-render-content{min-width:0;max-width:100%}.typography-line{display:block;min-height:1em}.typography-list{margin:0;-webkit-padding-start:1.45em;padding-inline-start:1.45em;list-style-position:outside}.typography-list li{-webkit-padding-start:.15em;padding-inline-start:.15em}.typography-section{margin-top:8px;padding:13px 2px 15px;border-top:1px solid rgba(80,92,120,.1);border-bottom:1px solid rgba(80,92,120,.1)}.typography-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:var(--chrome-ink);font-size:12px;font-weight:800}.typography-section-heading button{width:31px;height:26px;border:1px solid rgba(80,92,120,.13);border-radius:7px;background:#f1f3f7;color:#667188;font:inherit;letter-spacing:1px;cursor:pointer}.typography-section-heading button:hover{border-color:rgba(99,91,255,.34);background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.typography-compact-grid>.setting-select>.setting-select-trigger,.typography-font-family,.typography-metric-control,.typography-number-control{min-width:0;height:32px;border:1px solid rgba(80,92,120,.14);border-radius:8px;background:#f8f9fc;color:var(--chrome-ink);font:inherit;font-size:11px;font-weight:700;outline:none}.typography-section>.setting-select{width:100%}.typography-font-family{width:100%;padding:0 8px}.typography-compact-grid>.setting-select>.setting-select-trigger:focus,.typography-font-family:focus,.typography-metric-control:focus-within,.typography-number-control:focus-within{border-color:rgba(99,91,255,.7);background:#fff;box-shadow:0 0 0 3px rgba(99,91,255,.11)}.typography-compact-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);grid-gap:6px;gap:6px;margin-top:6px}.typography-compact-grid>.setting-select{width:100%}.typography-compact-grid>.setting-select>.setting-select-trigger{padding:0 7px}.typography-number-control{display:flex;align-items:center;padding:0 7px}.typography-number-control input{min-width:0;width:100%;border:0;background:transparent;color:inherit;font:inherit;font-size:11px;outline:0}.typography-number-control input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.typography-number-control em{flex:0 0 auto;color:#9aa2b2;font-size:9px;font-style:normal;font-weight:700}.typography-metric-labels{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin:10px 2px -2px;color:#8992a4;font-size:9px;font-weight:700}.typography-metric-control{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden}.typography-metric-control input{min-width:0;width:100%;border:0;padding:0 3px 0 7px;background:transparent;color:inherit;font:inherit;font-size:11px;outline:0}.typography-metric-control .setting-select{max-width:58px}.typography-metric-control .setting-select-trigger{height:30px;border:0;border-left:1px solid rgba(80,92,120,.1);padding:0 4px;background:transparent;color:#737e94;font:inherit;font-size:9px;font-weight:800;outline:0}.typography-alignment-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:11px}.typography-control-label{display:block;margin:0 0 5px 1px;color:#8992a4;font-size:9px;font-weight:700}.typography-segmented{display:flex;gap:2px;padding:2px;border-radius:7px;background:#eef0f5}.typography-segmented button{min-width:0;height:27px;flex:1 1;border:0;border-radius:5px;padding:0 4px;background:transparent;color:#667188;font:inherit;font-size:10px;font-weight:750;cursor:pointer}.typography-segmented button:hover{color:var(--chrome-accent-strong)}.typography-segmented button.active{background:#fff;color:var(--chrome-accent-strong);box-shadow:0 1px 4px rgba(41,52,79,.12)}.typography-popover{z-index:1250;padding:0 12px 12px;color:var(--chrome-ink,#263048)}.typography-popover-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px;margin:10px 0 0;padding:3px;border-radius:8px;background:#eef0f5}.typography-popover-tabs button{height:29px;border:0;border-radius:6px;background:transparent;color:#778197;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.typography-popover-tabs button.active{background:#fff;color:var(--chrome-accent-strong);box-shadow:0 1px 4px rgba(41,52,79,.12)}.typography-popover-body{display:grid;grid-gap:13px;gap:13px;padding:12px 0 0}.typography-preview{min-height:82px;max-height:126px;overflow:hidden;padding:12px;border:1px solid rgba(99,91,255,.14);border-radius:9px;background:linear-gradient(145deg,#f8f8ff,#f3f5f9);color:#263048}.typography-popover .typography-segmented button{min-height:29px;height:auto;padding:5px 4px}.typography-popover-field{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#737e94;font-size:10px;font-weight:700}.typography-popover-field .typography-number-control{width:108px}.typography-truncate-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.typography-truncate-row>div{display:grid;grid-gap:2px;gap:2px}.typography-truncate-row strong{font-size:10px}.typography-truncate-row span{color:#929bad;font-size:9px}.typography-toggle{min-width:48px;height:27px;border:1px solid rgba(80,92,120,.14);border-radius:999px;background:#eef0f5;color:#737e94;font:inherit;font-size:9px;font-weight:800;cursor:pointer}.typography-toggle.active{border-color:rgba(99,91,255,.35);background:rgba(99,91,255,.14);color:var(--chrome-accent-strong)}.typography-detail-card{display:grid;grid-gap:6px;gap:6px;padding:11px;border:1px solid rgba(80,92,120,.12);border-radius:9px;background:#f8f9fc}.typography-detail-card span{color:#8992a4;font-size:9px;font-weight:800;text-transform:uppercase}.typography-detail-card strong{overflow-wrap:anywhere;font-size:10px}.typography-detail-card p{margin:4px 0 0;color:#8992a4;font-size:9px;line-height:1.45}.workspace-shell{--chrome-accent:#635bff;--chrome-accent-strong:#5147e5;--chrome-ink:#172033;--chrome-muted:#778198;--chrome-border:rgba(80,92,120,.16);--chrome-panel:hsla(0,0%,100%,.94);background:#e9edf5}.presentation-viewport{background:radial-gradient(circle at 50% 42%,hsla(0,0%,100%,.72),transparent 44%),#e9edf5}.workspace-hud{top:12px;left:14px;right:14px;min-height:46px;padding:5px 7px;border:1px solid var(--chrome-border);border-radius:14px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(110px,1fr);align-items:center;grid-gap:14px;gap:14px;background:hsla(0,0%,100%,.88);color:var(--chrome-ink);box-shadow:0 10px 35px rgba(41,52,79,.11),0 1px 2px rgba(41,52,79,.08);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.workspace-brand,.workspace-hud-stats,.workspace-save-state{display:flex;align-items:center}.workspace-brand{min-width:0;gap:9px}.workspace-brand-mark{width:30px;height:30px;flex:0 0 30px;object-fit:contain}.workspace-project-name{overflow:hidden;color:var(--chrome-ink);font-size:13px;font-weight:750;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.workspace-hud-stats{justify-content:center;gap:4px}.workspace-hud-chip{padding:6px 9px;border-radius:8px;color:#657089;font-size:11px;font-weight:700;white-space:nowrap}.workspace-hud-chip:hover{background:#f1f3f8;color:var(--chrome-ink)}.workspace-hud-chip.selected{background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.workspace-save-state{justify-self:end;gap:7px;padding:0 8px;color:var(--chrome-muted);font-size:11px;font-weight:700;text-transform:capitalize}.workspace-hud{grid-template-columns:minmax(180px,1fr) auto auto auto}.workspace-debug-toggle{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(80,92,120,.14);border-radius:9px;padding:0 10px;background:#f5f6fa;color:#68738a;font-size:11px;font-weight:750;cursor:pointer;transition:.13s ease}.workspace-debug-toggle.active,.workspace-debug-toggle:hover{border-color:rgba(99,91,255,.24);background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.workspace-debug-icon{font-size:13px;line-height:1}.workspace-debug-panel{position:absolute;top:calc(100% + 9px);right:0;width:min(560px,calc(100vw - 28px));padding:14px;border:1px solid var(--chrome-border);border-radius:14px;background:rgba(250,251,254,.97);color:var(--chrome-ink);box-shadow:0 20px 55px rgba(41,52,79,.18),0 2px 6px rgba(41,52,79,.08);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}.workspace-debug-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:0 2px 11px;border-bottom:1px solid rgba(80,92,120,.1)}.workspace-debug-heading>div{display:flex;flex-direction:column;gap:3px}.workspace-debug-heading strong{font-size:12px;font-weight:800}.workspace-debug-heading span{color:var(--chrome-muted);font-size:10px;font-weight:650}.workspace-debug-live{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:rgba(36,180,126,.1);color:#16845c!important}.workspace-debug-live i{width:6px;height:6px;border-radius:50%;background:#24b47e;box-shadow:0 0 0 3px rgba(36,180,126,.12)}.workspace-debug-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:7px;gap:7px}.workspace-debug-item{min-width:0;min-height:56px;display:flex;flex-direction:column;justify-content:space-between;gap:7px;padding:9px;border:1px solid rgba(80,92,120,.09);border-radius:9px;background:#fff}.workspace-debug-item span{color:#8a93a6;font-size:9px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.workspace-debug-item span,.workspace-debug-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-debug-item strong{color:#273149;font-size:11px;font-weight:800}.workspace-save-dot{width:7px;height:7px;border-radius:50%;background:#a5afc1}.workspace-save-state.idle .workspace-save-dot,.workspace-save-state.saved .workspace-save-dot{background:#24b47e;box-shadow:0 0 0 3px rgba(36,180,126,.12)}.workspace-save-state.saving .workspace-save-dot{background:#f59e0b;animation:workspaceSavePulse 1s ease-in-out infinite}@keyframes workspaceSavePulse{50%{opacity:.35;transform:scale(.8)}}.inspector-pane,.layers-pane{top:70px;bottom:16px;width:270px;padding:15px 12px;border:1px solid var(--chrome-border);border-radius:16px;background:var(--chrome-panel);color:var(--chrome-ink);box-shadow:0 18px 45px rgba(41,52,79,.12),0 2px 5px rgba(41,52,79,.05);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.layers-pane{left:14px}.inspector-pane{right:14px}.layers-title-row{min-height:34px;margin-bottom:8px;padding:0 4px 9px;border-bottom:1px solid rgba(80,92,120,.1)}.inspector-title,.layers-title{color:var(--chrome-ink);font-size:13px;font-weight:800;letter-spacing:-.01em}.inspector-mode-switch,.layers-mode-toggle{border-color:rgba(80,92,120,.12);background:#f1f3f8}.layers-mode-toggle{min-height:27px;border-radius:8px;padding:0 9px;color:var(--chrome-muted);transition:.15s ease}.layers-mode-toggle.active,.layers-mode-toggle:hover{border-color:rgba(99,91,255,.2);background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.inspector-list,.layers-list{scrollbar-color:#c5cada transparent;scrollbar-width:thin;scrollbar-gutter:auto}.inspector-list::-webkit-scrollbar,.layers-list::-webkit-scrollbar{width:8px}.inspector-list::-webkit-scrollbar-track,.layers-list::-webkit-scrollbar-track{background:transparent}.inspector-list::-webkit-scrollbar-thumb,.layers-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#c5cada;background-clip:padding-box}.layer-row{margin:2px 0}.layer-item{min-height:31px;padding:7px 9px;padding-left:var(--layer-indent,9px);border-radius:8px;color:#4f5a71;font-size:12px;transition:color .12s ease,background .12s ease,transform .12s ease}.layer-item:hover{background:#f2f4f8;color:var(--chrome-ink);transform:translateX(1px)}.layer-item.active{background:rgba(99,91,255,.11);color:var(--chrome-accent-strong);font-weight:700}.presentation-slide-thumb{border:1px solid rgba(80,92,120,.18);border-radius:8px;box-shadow:0 4px 12px rgba(41,52,79,.09)}.presentation-slide-list-item.active .presentation-slide-thumb{border-color:var(--chrome-accent);box-shadow:0 0 0 2px rgba(99,91,255,.75),0 5px 16px rgba(99,91,255,.16)}.inspector-mode-switch{gap:3px;margin:0 2px 14px;padding:3px;border-radius:10px}.inspector-mode-button{height:30px;border-radius:7px;color:var(--chrome-muted)}.inspector-mode-button.active{color:var(--chrome-accent-strong);box-shadow:0 2px 7px rgba(41,52,79,.09)}.inspector-section-title{margin-top:17px;padding-bottom:6px;color:#8a93a6;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.inspector-row,.inspector-toggle-row{min-height:39px;align-items:center;padding:8px 2px;border-bottom-color:rgba(80,92,120,.08)}.inspector-label{color:#737e94;font-size:11px}.inspector-value{color:var(--chrome-ink);font-size:11px}.inspector-select{min-height:31px;border-color:rgba(80,92,120,.16);border-radius:8px;background:#f8f9fc;color:var(--chrome-ink);outline:none;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.inspector-select:focus{border-color:rgba(99,91,255,.7);background:#fff;box-shadow:0 0 0 3px rgba(99,91,255,.11)}.position-settings{margin:13px 0 8px;padding:13px 0 15px;border-top:1px solid rgba(80,92,120,.1);border-bottom:1px solid rgba(80,92,120,.1)}.position-settings-title{margin-bottom:13px;color:var(--chrome-ink);font-size:12px;font-weight:800}.position-settings-label{display:flex;justify-content:space-between;margin:9px 0 6px;color:#737e94;font-size:10px;font-weight:700}.position-settings-label span{color:#a0a7b6;font-size:9px;font-weight:600}.position-alignment-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:4px;gap:4px}.position-alignment-grid button{height:30px;border:1px solid rgba(80,92,120,.11);border-radius:7px;background:#f1f3f7;color:#4f5a71;font:inherit;font-size:16px;cursor:pointer}.position-alignment-grid button:hover{border-color:rgba(99,91,255,.3);background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.position-coordinate-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.position-coordinate-grid label{height:32px;display:flex;align-items:center;gap:6px;border:1px solid rgba(80,92,120,.14);border-radius:8px;padding:0 8px;background:#f8f9fc}.position-coordinate-grid span{color:#737e94;font-size:10px;font-weight:800}.position-coordinate-grid input{min-width:0;width:100%;border:0;background:transparent;color:var(--chrome-ink);font:inherit;font-size:11px;font-weight:700;outline:none}.position-coordinate-grid input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.position-constraints-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.position-constraints-grid label{height:32px;display:flex;align-items:center;gap:6px;border:1px solid rgba(80,92,120,.14);border-radius:8px;padding:0 7px;background:#f8f9fc}.position-constraints-grid label:focus-within{border-color:rgba(99,91,255,.7);background:#fff;box-shadow:0 0 0 3px rgba(99,91,255,.11)}.position-constraints-grid span{flex:0 0 auto;color:#737e94;font-size:10px;font-weight:800}.position-constraints-grid .setting-select{min-width:0;flex:1 1}.position-constraints-grid .setting-select-trigger{min-width:0;width:100%;border:0;padding:0;background:transparent;color:var(--chrome-ink);font:inherit;font-size:10px;font-weight:700;outline:none;cursor:pointer}.position-rotation-row{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px 34px;grid-gap:4px;gap:4px}.position-rotation-row label{height:32px;display:flex;align-items:center;gap:5px;border:1px solid rgba(80,92,120,.14);border-radius:8px;padding:0 8px;background:#f8f9fc}.position-rotation-row label span{color:#737e94;font-size:11px;font-weight:800}.position-rotation-row input{min-width:0;width:100%;border:0;background:transparent;color:var(--chrome-ink);font:inherit;font-size:11px;font-weight:700;outline:none}.position-rotation-row input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.position-rotation-row button{height:32px;border:1px solid rgba(80,92,120,.11);border-radius:7px;background:#f1f3f7;color:#4f5a71;font:inherit;font-size:17px;cursor:pointer}.position-rotation-row button.active,.position-rotation-row button:hover{border-color:rgba(99,91,255,.3);background:rgba(99,91,255,.1);color:var(--chrome-accent-strong)}.layout-settings{padding:13px 0 15px;border-bottom:1px solid rgba(80,92,120,.1)}.layout-dimensions-row{display:grid;grid-template-columns:minmax(0,1fr) 8px minmax(0,1fr) 34px;align-items:center;grid-gap:4px;gap:4px}.layout-dimensions-row label{height:32px;display:flex;align-items:center;gap:6px;border:1px solid rgba(80,92,120,.14);border-radius:8px;padding:0 8px;background:#f8f9fc}.layout-dimensions-row label span{color:#737e94;font-size:10px;font-weight:800}.layout-dimensions-row input{min-width:0;width:100%;border:0;background:transparent;color:var(--chrome-ink);font:inherit;font-size:11px;font-weight:700;outline:none}.layout-dimensions-row input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.layout-link-mark{color:#a0a7b6;font-size:10px;text-align:center}.layout-dimensions-row button{height:32px;border:1px solid rgba(80,92,120,.11);border-radius:7px;background:#f1f3f7;color:#667188;font:inherit;font-size:14px;cursor:pointer}.layout-dimensions-row button.active,.layout-dimensions-row button:hover{border-color:rgba(99,91,255,.32);background:rgba(99,91,255,.11);color:var(--chrome-accent-strong)}.layout-dimensions-row button:disabled{cursor:default;opacity:.72}.presentation-player-dot,.presentation-player-frame-fill,.presentation-player-image-clip,.presentation-player-pool,.presentation-player-text{transform-origin:center}.presentation-action-button{min-height:36px;border-color:var(--chrome-accent);border-radius:9px;background:linear-gradient(135deg,#7168ff,#5147e5);box-shadow:0 6px 14px rgba(99,91,255,.22);transition:transform .12s ease,box-shadow .12s ease}.presentation-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px rgba(99,91,255,.28)}.floating-toolbar{bottom:22px;display:flex;align-items:center;gap:4px;padding:6px;border:1px solid var(--chrome-border);border-radius:16px;background:hsla(0,0%,100%,.92);box-shadow:0 16px 42px rgba(41,52,79,.18),0 2px 5px rgba(41,52,79,.08);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.toolbar-tool-group{display:flex;align-items:center;gap:2px}.tool-button{min-width:54px;min-height:46px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid transparent;border-radius:11px;padding:5px 8px;background:transparent;color:#667188;font-size:10px;font-weight:750;line-height:1;transition:color .12s ease,background .12s ease,transform .12s ease,box-shadow .12s ease}.tool-button svg{width:19px;height:19px}.tool-button:hover:not(:disabled){background:#f1f3f8;color:var(--chrome-ink);transform:translateY(-1px)}.tool-button.active{border-color:rgba(99,91,255,.16);background:rgba(99,91,255,.11);color:var(--chrome-accent-strong);box-shadow:inset 0 0 0 1px rgba(99,91,255,.04)}.tool-button:disabled{color:#b5bccb;cursor:not-allowed;opacity:.62}.toolbar-divider{width:1px;height:31px;margin:0 3px;background:rgba(80,92,120,.14)}.save-tool-button{min-width:58px;background:var(--chrome-ink);color:#fff}.save-tool-button:hover:not(:disabled){background:#252f45;color:#fff;box-shadow:0 7px 16px rgba(23,32,51,.2)}.workspace-snackbar{bottom:88px;border-color:var(--chrome-border);border-radius:10px;box-shadow:0 12px 32px rgba(41,52,79,.16)}.qr-dialog-backdrop{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:24px;background:rgba(20,26,42,.46);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.qr-dialog{width:min(880px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow:hidden;border:1px solid rgba(80,92,120,.16);border-radius:20px;background:#fff;color:var(--chrome-ink,#263048);box-shadow:0 30px 80px rgba(20,26,42,.3)}.qr-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 18px;border-bottom:1px solid rgba(80,92,120,.1)}.qr-dialog-header h2{margin:3px 0 5px;font-size:23px;line-height:1.15}.qr-dialog-header p{margin:0;color:#7b8497;font-size:12px}.qr-dialog-kicker{color:var(--chrome-accent-strong,#5147e5);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.qr-dialog-header>button{width:32px;height:32px;flex:0 0 auto;border:0;border-radius:9px;background:#f1f3f7;color:#697389;font-size:22px;line-height:1;cursor:pointer}.qr-dialog-header>button:hover{background:#e9ebf2;color:#252f45}.qr-dialog-body{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);min-height:390px;max-height:calc(100vh - 220px);overflow:auto}.qr-dialog-form{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:22px 26px 26px}.qr-field{display:grid;grid-gap:6px;gap:6px;min-width:0}.qr-color-grid label>span,.qr-field>span{color:#687187;font-size:10px;font-weight:800}.qr-field em{color:#a0a7b5;font-size:9px;font-style:normal;font-weight:650}.qr-field input,.qr-field select,.qr-field textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid rgba(80,92,120,.17);border-radius:9px;padding:9px 10px;background:#f8f9fc;color:#263048;font:inherit;font-size:12px;outline:0;resize:vertical}.qr-field input,.qr-field select{height:37px}.qr-field input:focus,.qr-field select:focus,.qr-field textarea:focus{border-color:rgba(99,91,255,.65);background:#fff;box-shadow:0 0 0 3px rgba(99,91,255,.1)}.qr-field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.qr-checkbox{display:flex;align-items:center;gap:7px;color:#687187;font-size:11px;font-weight:700}.qr-checkbox input{accent-color:var(--chrome-accent-strong,#5147e5)}.qr-options-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:3px;padding-top:13px;border-top:1px solid rgba(80,92,120,.1)}.qr-options-heading span{font-size:11px;font-weight:850}.qr-options-heading small{color:#929aaa;font-size:9px}.qr-color-grid{display:grid;grid-template-columns:74px 92px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:end}.qr-color-grid>label:not(.qr-field){display:grid;grid-gap:6px;gap:6px}.qr-color-grid input[type=color]{width:100%;height:37px;box-sizing:border-box;border:1px solid rgba(80,92,120,.17);border-radius:9px;padding:4px;background:#f8f9fc;cursor:pointer}.qr-preview-panel{display:flex;flex-direction:column;justify-content:center;gap:15px;padding:28px;background:linear-gradient(145deg,#f3f4fa,#eceefa);border-left:1px solid rgba(80,92,120,.1)}.qr-preview-frame{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(80,92,120,.13);border-radius:16px;background:#fff;box-shadow:0 14px 32px rgba(51,58,91,.1)}.qr-preview-frame img{display:block;width:100%;height:100%;object-fit:contain}.qr-preview-empty{display:grid;place-items:center;grid-gap:10px;gap:10px;padding:28px;color:#a0a8b8;text-align:center;font-size:10px;font-weight:700;line-height:1.4}.qr-preview-empty svg{width:38px;height:38px}.qr-preview-note{display:grid;grid-gap:3px;gap:3px}.qr-preview-note strong{font-size:11px}.qr-preview-note span{color:#828b9e;font-size:9px}.qr-dialog-footer{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-sizing:border-box;padding:13px 26px;border-top:1px solid rgba(80,92,120,.1)}.qr-dialog-footer>div{display:flex;gap:8px;margin-left:auto}.qr-dialog-footer button{min-height:37px;border-radius:9px;padding:0 15px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.qr-dialog-footer button:disabled{cursor:default;opacity:.55}.qr-secondary-button{border:1px solid rgba(80,92,120,.17);background:#fff;color:#687187}.qr-primary-button{border:1px solid #5147e5;background:linear-gradient(135deg,#7168ff,#5147e5);color:#fff;box-shadow:0 7px 16px rgba(99,91,255,.23)}.qr-dialog-error{max-width:420px;color:#bc3d52;font-size:10px;font-weight:700;opacity:0}.qr-dialog-error.show{opacity:1}@media (max-width:720px){.qr-dialog-backdrop{padding:10px}.qr-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.qr-dialog-body{grid-template-columns:1fr}.qr-preview-panel{border-top:1px solid rgba(80,92,120,.1);border-left:0}.qr-preview-frame{width:min(260px,100%);justify-self:center}.qr-dialog-footer{align-items:flex-start;flex-direction:column}}.inspector-title,.layers-title{font-weight:650;letter-spacing:0}.layer-item{font-weight:500}.inspector-mode-button,.layer-item.active,.presentation-area-layer-item,.presentation-list-item{font-weight:600}.inspector-section-title{font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}.inspector-label{font-weight:500}.inspector-value{font-weight:600}@media (max-width:1050px){.workspace-hud{grid-template-columns:minmax(150px,1fr) auto auto}.workspace-hud-stats{display:none}.inspector-pane,.layers-pane{width:230px}.tool-button{min-width:48px}}@media (max-width:650px){.workspace-save-state{display:none}.workspace-debug-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.projects-loading{width:100vw;height:100vh;padding:0}.projects-home,.projects-loading{max-width:none;margin:0;background:#f8f9fc}.projects-home{min-height:100vh;padding:0 32px 72px;color:#20283a}.projects-home-header{height:70px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:0 auto;border-bottom:1px solid #e8ebf2}.projects-home-brand{display:inline-flex;align-items:center;gap:9px;color:#1d2638;font-size:16px;font-weight:650}.projects-home-brand-mark{width:28px;height:28px;object-fit:contain}.projects-create-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:0;border-radius:9px;padding:0 13px;background:#554ce8;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 5px 13px rgba(81,71,229,.22);transition:transform .13s ease,background .13s ease,box-shadow .13s ease}.projects-create-button span{font-size:17px;font-weight:400;line-height:1}.projects-create-button:hover:not(:disabled){background:#463dd8;transform:translateY(-1px);box-shadow:0 8px 17px rgba(81,71,229,.28)}.projects-create-button:disabled{cursor:wait;opacity:.72}.projects-home-content{max-width:1120px;margin:0 auto;padding-top:74px}.projects-home-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.projects-home-eyebrow{margin:0 0 7px;color:#766ff0;font-size:11px;font-weight:650}.projects-home h1{margin:0;color:#1e2637;font-size:32px;font-weight:650;letter-spacing:-.045em}.projects-home-subtitle{margin:9px 0 0;color:#768095;font-size:14px}.projects-home-count{padding-bottom:3px;color:#8a93a6;font-size:12px}.projects-home-title-actions{display:flex;align-items:center;gap:14px;padding-bottom:1px}.projects-account{position:relative;flex:0 0 auto}.projects-account-trigger{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe3ec;border-radius:50%;padding:0;background:#fff;color:#4c45d4;font:inherit;font-size:12px;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 2px 6px rgba(39,48,72,.06);transition:border-color .13s ease,background .13s ease,box-shadow .13s ease,transform .13s ease}.projects-account-trigger:hover,.projects-account-trigger[aria-expanded=true]{border-color:#c8c5f5;background:#f4f3ff;box-shadow:0 5px 13px rgba(66,58,190,.12);transform:translateY(-1px)}.projects-account-trigger:focus-visible{outline:3px solid rgba(85,76,232,.2);outline-offset:2px}.projects-account-menu{position:absolute;z-index:520;top:calc(100% + 9px);right:0;width:218px;box-sizing:border-box;padding:7px;border:1px solid rgba(76,87,114,.14);border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(31,40,61,.16),0 2px 5px rgba(31,40,61,.06)}.projects-account-identity{display:grid;grid-gap:3px;gap:3px;padding:9px 10px 10px}.projects-account-identity strong{overflow:hidden;color:#252e42;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.projects-account-identity span{overflow:hidden;color:#8992a5;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.projects-account-divider{height:1px;margin:0 4px 5px;background:#eceef4}.projects-account-menu>button{width:100%;min-height:35px;border:0;border-radius:8px;padding:0 10px;background:transparent;color:#c43f4f;font:inherit;font-size:12px;font-weight:550;text-align:left;cursor:pointer}.projects-account-menu>button:hover:not(:disabled){background:#fff1f2}.projects-account-menu>button:disabled{cursor:default;opacity:.55}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.project-card{min-width:0;min-height:238px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #e2e6ef;border-radius:13px;background:#fff;color:#20283a;font:inherit;text-align:left;cursor:pointer;box-shadow:0 3px 9px rgba(39,48,72,.035);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.project-card:hover:not(:disabled){transform:translateY(-3px);border-color:#d4d8e6;box-shadow:0 15px 30px rgba(39,48,72,.12)}.project-card-create{align-items:center;justify-content:center;gap:8px;border-style:dashed;border-color:#cfd4e0;background:hsla(0,0%,100%,.64);text-align:center}.project-card-create:hover:not(:disabled){border-color:#746bff;background:#fff}.project-card-create strong{font-size:14px;font-weight:600}.project-card-create>span:last-child{color:#8590a5;font-size:12px}.project-create-plus{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f0efff;color:#5b52ec;font-size:24px;font-weight:300;line-height:1}.project-card-preview{position:relative;height:172px;display:block;overflow:hidden;background:linear-gradient(135deg,#f2f4ff,#eef9ff)}.project-card-preview.has-image{background:#e8ecf4}.project-card-preview>img{width:100%;height:100%;display:block;object-fit:cover}.project-card-preview.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(34,42,62,.02),rgba(34,42,62,.32))}.project-card-tone-1 .project-card-preview{background:linear-gradient(135deg,#fff1ef,#fff8e9)}.project-card-tone-2 .project-card-preview{background:linear-gradient(135deg,#effbf7,#f0f5ff)}.project-card-tone-3 .project-card-preview{background:linear-gradient(135deg,#f7f0ff,#fff3f7)}.project-preview-card,.project-preview-line{position:absolute;display:block;border-radius:8px}.project-preview-card{z-index:1;background:hsla(0,0%,100%,.88);box-shadow:0 10px 20px rgba(66,79,115,.12)}.project-preview-card.preview-one{width:55%;height:58%;left:12%;top:22%;transform:rotate(-5deg)}.project-preview-card.preview-two{width:39%;height:43%;right:10%;bottom:13%;background:rgba(99,91,255,.92);transform:rotate(8deg)}.project-preview-line{z-index:1;left:19%;height:7px;background:rgba(84,96,126,.22)}.project-preview-line.line-one{top:40%;width:31%}.project-preview-line.line-two{top:49%;width:23%}.project-card-meta{min-width:0;display:flex;flex-direction:column;gap:5px;padding:14px 15px}.project-card-meta strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.project-card-meta span{color:#8a93a6;font-size:11px}.projects-home-error{margin:0 0 20px;padding:11px 13px;border:1px solid #f1c8c8;border-radius:9px;background:#fff7f7;color:#a14b4b;font-size:12px}.project-context-menu{position:fixed;z-index:500;width:180px;padding:5px;border:1px solid rgba(76,87,114,.16);border-radius:10px;background:hsla(0,0%,100%,.98);box-shadow:0 14px 34px rgba(31,40,61,.18),0 2px 5px rgba(31,40,61,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.project-context-menu button{width:100%;min-height:33px;border:0;border-radius:7px;padding:0 9px;background:transparent;color:#364058;font:inherit;font-size:12px;font-weight:500;text-align:left;cursor:pointer}.project-context-menu button:hover{background:#f1f3f8}.project-context-menu button:disabled{color:#aeb5c4;cursor:default}.project-context-menu button:disabled:hover{background:transparent}.project-context-menu button.danger{color:#d14848}.project-context-menu button.danger:hover{background:#fff1f1}.object-context-menu-title{padding:6px 9px 5px;font-size:10px}.object-context-menu-section-title,.object-context-menu-title{display:block;color:#8a93a8;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.object-context-menu-section-title{margin:5px 4px 2px;padding:8px 5px 3px;border-top:1px solid rgba(76,87,114,.12);font-size:9px}.project-card-skeleton{border:0;background:linear-gradient(100deg,#edf0f5 25%,#f7f8fb 38%,#edf0f5 55%);background-size:200% 100%;animation:projectSkeleton 1.3s linear infinite}@keyframes projectSkeleton{to{background-position:-200% 0}}@media (max-width:850px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.projects-home{padding:0 18px 42px}.projects-home-content{padding-top:48px}.projects-home-title-row{align-items:start}.projects-home-count{display:none}.projects-home-title-actions{align-self:flex-start}.projects-grid{grid-template-columns:1fr}}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f5f3;color:#171717}.login-card{width:min(100%,400px);display:flex;flex-direction:column;gap:16px;padding:40px;border:1px solid #e2e2df;border-radius:20px;background:#fff;box-shadow:0 18px 55px hsla(0,0%,8%,.08)}.login-card>img{width:42px;height:42px}.login-card>p{margin:-50px 0 18px 54px;font-weight:700;line-height:42px}.login-card h1{margin:0;font-size:30px;letter-spacing:-.04em}.login-card>span{margin-top:-10px;color:#717171}.login-card label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:650}.login-card input{width:100%;box-sizing:border-box;border:1px solid #d7d7d2;border-radius:10px;padding:12px 13px;background:#fff;color:inherit;font:inherit;outline:none}.login-card input:focus{border-color:#222;box-shadow:0 0 0 3px hsla(0,0%,8%,.08)}.login-card button{border:0;border-radius:10px;padding:13px;background:#171717;color:#fff;font:inherit;font-weight:700;cursor:pointer}.login-card button:disabled{opacity:.5;cursor:default}.login-error{border-radius:9px;padding:10px 12px;background:#fff0f0;color:#b42318;font-size:13px}