*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #071a26;--navy-mid: #0b2230;--page-bg: #f7f8fa;--surface: #ffffff;--bg: #f0f2f5;--border: #e5e7eb;--border-strong: #d1d5db;--text: #0f1117;--text-muted: rgba(15, 17, 23, .55);--link: #0b2230;--green: #2d6a4f;--green-light: #40916c;--green-dark: #1b4332;--red: #e63946;--blue: #2b7fff;--btn-primary-bg: #f2f5f8;--btn-primary-fg: #0f1117;--brand-bar-height: 3.35rem;--editor-pitch-chrome: 11.5rem;--view-pitch-chrome: 16rem}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;background:var(--page-bg);color:var(--text);min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700}.loading{display:flex;align-items:center;justify-content:center;flex:1;min-height:12rem;font-size:1.2rem;color:var(--text-muted)}.page-center{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:var(--page-bg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;width:100%;max-width:400px;box-shadow:0 1px 3px #0f11170f}.card h1{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.auth-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:1.5rem}.auth-brand .brand-logo{flex:none;justify-content:center}.auth-brand h1{margin:0;font-size:1.5rem}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.field label{font-size:.85rem;color:var(--text-muted);font-weight:500}.field input,.field textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;color:var(--text);padding:.6rem .8rem;font-size:1rem;outline:none;transition:border-color .15s}.field input:focus,.field textarea:focus{border-color:var(--navy-mid)}.field textarea{resize:vertical;min-height:80px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:10px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:opacity .15s,background .15s,border-color .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border:1px solid rgba(15,17,23,.12)}.btn-primary:hover:not(:disabled){opacity:.92}.btn-pitch-red{background:#dc2626;color:#fff;border:1px solid transparent}.btn-pitch-red:hover:not(:disabled){filter:brightness(1.06)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){opacity:.85}.btn-neutral-gray{background:#6b7280;color:#fff;border:1px solid transparent}.btn-neutral-gray:hover:not(:disabled){filter:brightness(1.06)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border-strong)}.btn-ghost:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.btn-full{width:100%}.text-link{color:var(--link);text-decoration:underline;text-underline-offset:2px;font-weight:500}.text-link:hover{opacity:.85}.auth-success-msg{color:var(--green-dark);font-size:.85rem;margin-top:.5rem}.error-msg{color:var(--red);font-size:.85rem;margin-top:.5rem}nav{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);padding:.65rem 1.5rem;min-height:var(--brand-bar-height);box-sizing:border-box;display:flex;align-items:center;gap:1rem}.brand-logo{flex:1;display:inline-flex;align-items:center;gap:.45rem;color:var(--text);text-decoration:none;min-width:0;font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.brand-logo:hover{opacity:.92}.brand-logo-emoji{font-size:1.2rem;line-height:1;flex-shrink:0}.brand-logo-wordmark{line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-logo--light{color:#fff}nav .nav-user{font-size:.85rem;color:#ffffffb8}nav .btn-ghost{color:#ffffffe0;border-color:#ffffff47}nav .btn-ghost:hover:not(:disabled){color:#fff;border-color:#ffffff73}.view-app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--page-bg)}.view-topbar{flex-shrink:0;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);padding:.65rem 1.25rem;min-height:var(--brand-bar-height);box-sizing:border-box;display:flex;align-items:center}.view-topbar-inner{max-width:1440px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center}.view-topbar-inner .brand-logo{flex:0 0 auto}.view-app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.home{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#0b1220}.home main{flex:1}.home-container{max-width:1440px;margin:0 auto;width:100%;padding:0 40px}.home-hero{position:relative;width:100%;min-height:670px;display:flex;align-items:flex-start;justify-content:center;padding:80px 0 64px;box-sizing:border-box;background-image:url(/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#020c14cc,#020c148c 40%,#020c14d9)}.home-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.home-hero-title{color:#fff;font-weight:700;letter-spacing:-.02em;line-height:1.12;font-size:clamp(2rem,4vw,3.1rem);margin:0 0 12px}.home-hero-lead{color:#ffffffc7;font-weight:400;font-size:.95rem;line-height:1.6;max-width:640px;margin:0 0 18px}.home-hero-cta{display:flex;gap:12px;align-items:center;justify-content:center}.home-btn-primary{background:#f2f5f8;color:#0b1220;border:1px solid rgba(255,255,255,.28);font-weight:600;padding:10px 18px;border-radius:10px}.home-btn-primary:hover:not(:disabled){opacity:.92}.home-btn-outline{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.28);font-weight:600;padding:10px 18px;border-radius:10px}.home-btn-outline:hover:not(:disabled){border-color:#ffffff8c}.home-section-title{font-weight:700;letter-spacing:-.02em;font-size:1.9rem;margin:0 0 18px;color:var(--text)}.home-how{background:#fff;padding:40px 0 56px}.home-how-grid{display:flex;gap:24px;align-items:stretch}.home-how-card{flex:1 1 0;background:#0b2230;border-radius:14px;min-height:260px;padding:22px 22px 18px;color:#ffffffdb;display:flex;flex-direction:column;justify-content:flex-end}.home-how-card h3{margin:0 0 10px;font-weight:700;font-size:1.02rem;color:#fff}.home-how-card p{margin:0;font-weight:400;font-size:.88rem;line-height:1.55;color:#ffffffc7;max-width:46ch}.home-about{background:#fff;padding:48px 0 64px}.home-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-about-media{display:flex;justify-content:center;align-items:center}.home-about-text{display:flex;flex-direction:column;justify-content:center}.home-about-text .home-section-title{margin-bottom:14px}.home-about-img{width:100%;max-width:520px;aspect-ratio:4 / 3;object-fit:cover;border-radius:14px}.home-about-text p{margin:0 0 14px;color:var(--text-muted);font-weight:400;line-height:1.65;font-size:.95rem}.home-footer{background:var(--navy);color:#ffffffc7;padding:20px 0}.home-footer-inner{display:flex;justify-content:center;align-items:center}.home-footer-copy{font-size:.85rem;font-weight:400}@media (max-width: 980px){.home-container{padding:0 20px}.home-how-grid{flex-direction:column}.home-about-inner{grid-template-columns:1fr;gap:28px}}.dashboard{max-width:900px;margin:2rem auto;padding:0 1rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.dashboard-header h2{font-size:1.3rem;color:var(--text)}.taktikk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.taktikk-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.2rem;cursor:pointer;transition:border-color .15s}.taktikk-card:hover{border-color:#071a2659}.taktikk-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;margin-bottom:.5rem}.taktikk-card-header h3{font-size:1rem;font-weight:700;flex:1;min-width:0;margin-bottom:0;color:var(--text)}.taktikk-card-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 .4rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.taktikk-card-visual{display:flex;align-items:center;gap:.5rem;min-height:2rem;color:var(--text-muted);margin-bottom:.35rem}.taktikk-card-emoji{flex-shrink:0;font-size:1.1rem;line-height:1;opacity:.9}.taktikk-card-scenes{font-size:.8rem;font-weight:500;letter-spacing:.02em;color:var(--text-muted)}.taktikk-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.badge{font-size:.75rem;padding:.2rem .6rem;border-radius:99px;background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.badge-public{background:#2d6a4f1f;color:var(--green-dark);border-color:#2d6a4f40}.editor-layout{display:flex;flex-direction:column;height:calc(100dvh - var(--brand-bar-height))}.editor-main{display:flex;flex:1;overflow:hidden}.editor-taktikk-fields{display:flex;flex-direction:column;gap:.65rem}.editor-taktikk-fields textarea{resize:vertical;min-height:4rem}.editor-text-slide-field textarea.editor-text-slide-textarea{font-size:.95rem;line-height:1.45;min-height:6rem}.editor-scene-pitch-tools{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0}.editor-sidebar{width:260px;align-self:stretch;min-height:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:.75rem;gap:.65rem;overflow:hidden}.editor-sidebar-section{display:flex;flex-direction:column;gap:.6rem;border-radius:8px;padding:.75rem}.editor-sidebar-section--taktikk{background:var(--bg);border:1px solid var(--border);flex:1 1 0;min-height:0;overflow-y:auto}.editor-sidebar-section--scene{flex:1 1 0;min-height:0;overflow-y:auto;background:#071a260a;border:1px solid rgba(7,26,38,.1)}.editor-sidebar-section-heading{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.editor-sidebar-section-heading--scene{color:var(--navy-mid)}.editor-sidebar-section--avspilling{flex-shrink:0;background:var(--bg);border:1px solid var(--border)}.editor-avspilling-controls{display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.editor-sidebar-taktikk-delete{width:100%;font-size:.8rem!important}.editor-scene-locked-msg{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.45}.editor-canvas-area{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:.35rem .5rem;background:var(--bg);overflow:hidden;min-width:0;min-height:0}.editor-slide-stack .editor-pitch-host{position:relative;flex:1;min-height:0;min-width:0;width:100%;height:100%;display:block}.editor-slide-stack .editor-pitch-host .pitch-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;aspect-ratio:unset}.editor-slide-stack .editor-pitch-host .pitch-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}@media (min-width: 769px){.editor-sidebar-section--taktikk,.editor-sidebar-section--scene{overflow:hidden}.editor-sidebar-section--taktikk>.editor-sidebar-section-heading,.editor-sidebar-section--scene>.editor-sidebar-section-heading{flex-shrink:0}.editor-sidebar-section--taktikk>.editor-taktikk-fields{flex:1 1 0;min-height:0;overflow:hidden}.editor-sidebar-section--taktikk .editor-taktikk-field--grow{flex:1 1 0;min-height:0;display:flex;flex-direction:column}.editor-sidebar-section--taktikk .editor-taktikk-field--grow textarea{flex:1 1 0;min-height:3rem;resize:none;overflow-y:auto;width:100%;box-sizing:border-box}.editor-sidebar-section--taktikk>.editor-sidebar-taktikk-delete{flex-shrink:0}.editor-sidebar-section--scene>.editor-text-slide-field{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.editor-sidebar-section--scene .editor-text-slide-field textarea.editor-text-slide-textarea{flex:1 1 0;min-height:4rem;resize:none;overflow-y:auto;width:100%;box-sizing:border-box}.editor-scene-flex-fill{flex:1 1 0;min-height:0;min-width:0}}@media (max-width: 768px){.editor-root .nav-user,.editor-root .nav-sign-out{display:none}.editor-root .editor-sidebar-section--taktikk{display:none!important}.editor-root .editor-layout{height:auto;min-height:calc(100dvh - var(--brand-bar-height))}.editor-root .editor-main{flex-direction:column;flex:none;overflow:visible;min-height:0}.editor-root .editor-canvas-area{order:-1;flex:none;min-height:0;overflow:visible;padding:.35rem .4rem;width:100%;box-sizing:border-box}.editor-root .editor-sidebar{order:0;width:100%;max-width:none;border-right:none;border-bottom:1px solid var(--border);flex-shrink:0;flex:none;max-height:none;overflow:visible;overflow-y:visible;display:flex;flex-direction:column}.editor-root .editor-sidebar-section--avspilling{order:1}.editor-root .editor-sidebar-section--scene{order:2;flex:none;min-height:auto;overflow:visible}.editor-root .editor-stage-column{flex:none;min-height:0;overflow:visible;width:100%}.editor-root .editor-canvas-center{flex:none;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box;aspect-ratio:680 / 440;position:relative;isolation:isolate;overflow:hidden;border-radius:12px;container-type:normal;min-height:0}.editor-root .editor-canvas-center .slide-canvas-stack.editor-slide-stack{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;aspect-ratio:unset;min-height:0;flex:none;border-radius:12px}.editor-root .editor-text-slide-textarea{resize:none;min-height:7.5rem}.editor-root .states-panel{overflow-x:visible;overflow-y:visible;flex-wrap:wrap}:root{--editor-pitch-chrome: 15rem;--view-pitch-chrome: 17rem}}.states-panel{background:var(--surface);border-top:1px solid var(--border);padding:.8rem 1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;overflow-x:auto}.state-thumb-shell{position:relative;flex-shrink:0;width:80px;height:52px}.state-thumb{width:100%;height:100%;box-sizing:border-box;border:2px solid var(--border);border-radius:6px;cursor:pointer;background:#2d6a4f33;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--text-muted);transition:border-color .15s}.state-thumb-delete{position:absolute;top:2px;right:2px;z-index:2;width:18px;height:18px;padding:0;margin:0;border:none;border-radius:4px;background:#0000008c;color:#fff;font-size:15px;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .12s ease,background .12s}.state-thumb-delete:hover{background:var(--red)}@media (hover: hover){.state-thumb-shell:hover .state-thumb-delete,.state-thumb-shell:focus-within .state-thumb-delete{opacity:1}}@media (hover: none){.state-thumb-delete{opacity:.85}}.state-thumb.active{border-color:var(--green-light)}.state-thumb[draggable=true]{cursor:grab}.state-thumb[draggable=true]:active{cursor:grabbing}.state-thumb--dragging{opacity:.45;cursor:grabbing!important;box-shadow:0 4px 20px #00000073;z-index:2;transform:scale(1.03)}.state-thumb--drop-target{outline:2px dashed var(--green-light);outline-offset:2px;background:#40916c33}.state-thumb-shell--add{flex-shrink:0}.state-thumb--add{border-style:dashed;border-color:#40916c73;background:#40916c0f;color:var(--green-light);font-size:1.35rem;font-weight:600;line-height:1;padding:0}.state-thumb--add:hover{border-color:var(--green-light);background:#40916c1f}.pitch-wrapper{position:relative;-webkit-user-select:none;user-select:none;width:100%}.pitch-svg{display:block}.view-app-shell .view-shell{flex:1;min-height:0;width:100%}.view-shell{background:var(--page-bg);padding:1rem clamp(.75rem,3vw,1.25rem);box-sizing:border-box}.view-page{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.view-stage{--view-slide-w: min(100%, calc((100dvh - var(--view-pitch-chrome)) * 680 / 440));width:var(--view-slide-w);max-width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.view-header{margin-bottom:.75rem;width:100%;max-width:100%}.view-header h1{font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:8px}.view-header>p:not(.view-attribution){color:var(--text-muted);font-size:.9rem;margin-top:0;margin-bottom:12px}.view-header p.view-attribution{margin-top:0}.view-attribution{margin-top:0;font-size:.9rem;color:var(--text-muted)}.view-author-name{color:var(--text);font-weight:600}.view-attribution-link{color:var(--link);text-decoration:underline;text-underline-offset:2px;font-weight:600}.view-attribution-link:hover{opacity:.85}.view-slide-slot{width:100%;touch-action:pan-y}.view-slide-frame{position:relative;box-sizing:border-box;width:100%;max-width:100%;max-height:calc(100dvh - var(--view-pitch-chrome));aspect-ratio:680 / 440;min-height:12rem;border-radius:12px;overflow:hidden}.view-slide-frame--pitch{background:#15251a;box-shadow:inset 0 0 0 1px #ffffff12}.view-slide-frame--text{background:var(--surface);border:1px solid var(--border)}.view-slide-frame--pitch .pitch-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.view-slide-frame--pitch .pitch-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.view-below-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem .75rem;align-items:center;width:100%;margin-top:1rem}.view-below-left{min-width:0;display:flex;align-items:center;justify-content:flex-start}.view-below-left-inner{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;min-width:0}.view-below-playrow{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;min-width:0}.view-below-center{min-width:0;display:flex;align-items:center;justify-content:center;text-align:center}.view-branded-footer{margin:0;font-size:.8rem;color:var(--text-muted);line-height:1.4}.view-branded-link{color:var(--link);text-decoration:underline;text-underline-offset:2px;font-weight:500}.view-branded-link:hover{opacity:.85}.view-below-right{min-width:0;display:flex;align-items:center;justify-content:flex-end}.view-below-nav-btns{display:flex;align-items:center;gap:1rem;flex-shrink:0;max-width:100%}.view-scene-counter{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.view-step-btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.view-below-grid{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem}.view-below-left{justify-content:flex-start}.view-below-center{justify-content:center;text-align:center}.view-below-right{justify-content:flex-end}.view-below-nav-btns{justify-content:flex-end;gap:.75rem}}.playback-controls{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.slide-stage{width:100%;display:flex;justify-content:center;align-items:center;min-height:0}.slide-pane{width:100%;display:flex;justify-content:center;align-items:center}.slide-pane--enter-none{animation:none}.slide-pane--enter-next{animation:slideEnterNext .45s ease-out both}.slide-pane--enter-prev{animation:slideEnterPrev .45s ease-out both}.slide-canvas-stack{display:grid;width:100%;place-items:center;align-items:center;min-height:0}.slide-canvas-stack>*{grid-area:1 / 1}.slide-canvas-stack--opacity-fade{isolation:isolate;place-items:stretch;align-items:stretch;justify-items:stretch}.slide-canvas-stack--opacity-fade>*{width:100%;height:100%;min-width:0;min-height:0;box-sizing:border-box}.text-poster-overlay-stack{position:relative;width:100%;height:100%;min-width:0;min-height:0;border-radius:inherit;overflow:hidden;container-type:size;container-name:text-poster-overlay;display:flex;align-items:center;justify-content:center;background:transparent}.view-slide-frame.text-poster-overlay-stack.view-slide-frame--text{background:transparent}.text-poster-overlay-stack__pitch{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.text-poster-overlay-stack__pitch .pitch-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.text-poster-overlay-stack__pitch .pitch-svg{display:block;width:100%;height:100%}.text-poster-overlay-stack__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#00000080}.text-poster-overlay-stack__card{position:absolute;z-index:2;width:75%;height:75%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.text-poster-overlay-stack__card .text-poster{width:100%;height:100%;max-width:100%;max-height:100%;flex:1 1 auto;min-height:0;min-width:0;box-sizing:border-box;overflow:hidden;box-shadow:0 12px 48px #0000006b;border-radius:12px;padding:40px 48px}.text-poster-overlay-stack__card .text-poster-text{max-width:none;font-size:calc(clamp(1.12rem,2.35vmin,1.52rem) + 8px);line-height:1.4;letter-spacing:-.01em}@media (max-width: 1024px){.text-poster-overlay-stack__card .text-poster-text{font-size:calc((clamp(1.12rem,2.35vmin,1.52rem) + 8px)*.8);line-height:1.4}}@media (max-width: 768px){.text-poster-overlay-stack__card .text-poster-text{font-size:clamp(8px,calc((75cqh - 5.5rem) / 13.5),13px);line-height:1.35;letter-spacing:-.012em}}.text-poster-overlay-stack-layer{grid-area:1 / 1;width:100%;height:100%;min-width:0;min-height:0;pointer-events:none}.slide-canvas-stack.view-slide-stack{width:100%;max-width:100%;max-height:calc(100dvh - var(--view-pitch-chrome));aspect-ratio:680 / 440;min-height:12rem;border-radius:12px;overflow:hidden;place-items:stretch;align-items:stretch}.slide-canvas-stack.view-slide-stack>.view-slide-frame{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;min-height:0!important;border-radius:0}.slide-canvas-stack.view-slide-stack>.view-slide-frame--text{border:none;box-shadow:none}.editor-slide-stack{flex:1;min-height:0;min-width:0;width:100%}.editor-canvas-center{flex:1 1 0;min-height:0;min-width:0;width:100%;display:flex;align-items:center;justify-content:center;container-type:size;container-name:editor-canvas}.editor-canvas-center .slide-canvas-stack.editor-slide-stack{flex:0 0 auto;box-sizing:border-box;width:min(100cqw,calc(100cqh * 680 / 440));max-width:100%;max-height:100cqh;aspect-ratio:680 / 440;height:auto;min-height:12rem;border-radius:12px;overflow:hidden;border:1px solid var(--border)}@supports not (width: 1cqw){.editor-canvas-center .slide-canvas-stack.editor-slide-stack{width:min(100%,calc((100dvh - var(--editor-pitch-chrome)) * 680 / 440));max-height:calc(100dvh - var(--editor-pitch-chrome))}}@keyframes slideEnterNext{0%{opacity:0}to{opacity:1}}@keyframes slideEnterPrev{0%{opacity:0}to{opacity:1}}.text-poster{width:100%;max-width:100%;height:100%;min-height:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:clamp(.75rem,3vmin,1.25rem) clamp(1rem,4vmin,1.75rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.text-poster--preview .text-poster-text{color:var(--text-muted)}.text-poster-text{margin:0;width:100%;max-width:36ch;font-size:clamp(1.8rem,7.2vmin,3.42rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--text);white-space:pre-wrap;word-break:break-word}.editor-text-host{flex:1;min-height:0;min-width:0;width:100%;height:100%;display:flex;align-items:stretch;justify-content:stretch}.editor-stage-column{flex:1;min-height:0;min-width:0;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.45rem}.editor-slide-arrow{flex-shrink:0;padding:.45rem .55rem;font-size:1.35rem;line-height:1;align-self:center}.view-slide-arrow{flex-shrink:0;padding:.5rem .65rem;font-size:1.5rem;line-height:1}.state-thumb--text{font-weight:700;font-size:.85rem;color:var(--green-light);background:#40916c26}@media (max-width: 768px){.editor-slide-arrow,.view-slide-arrow{padding:.35rem .4rem;font-size:1.2rem}}
