*{box-sizing:border-box}#root,body,html{height:100%;overflow:hidden;width:100%}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;background-color:var(--background-default,#121212);color:#ffffffde;color:var(--text-primary,#ffffffde);font-family:var(--font-family-sans);margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{color:#ffffffde;color:var(--text-primary,#ffffffde);height:100vh;overflow:hidden;width:100vw}.app-layout{display:flex;height:100%;width:100%}.editor-container{border-right:1px solid #ffffff1a;border-right:var(--border-hairline,1px solid #ffffff1a);flex:0.8 1}.chat-container,.editor-container{background-color:#1e1e1e;background-color:var(--background-paper,#1e1e1e);height:100%}.chat-container{flex:0.2 1;min-width:300px}.dark-mode{background-color:#121212;background-color:var(--background-default,#121212);color:#ffffffde;color:var(--text-primary,#ffffffde)}.dark-mode .chat-container,.dark-mode .editor-container{background-color:#1e1e1e;background-color:var(--background-paper,#1e1e1e);border-color:#ffffff1f;border-color:var(--surface-border,#ffffff1f)}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #1976d2;outline:2px solid var(--focus-ring,var(--primary-color,#1976d2))}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000;border:none;margin:0;padding:0}::-webkit-scrollbar-thumb{background:#00000026;background:var(--scrollbar-thumb,#00000026);border:none;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00000040;background:var(--scrollbar-thumb-hover,#00000040)}*{scrollbar-color:#00000026 #0000;scrollbar-color:var(--scrollbar-thumb,#00000026) #0000;scrollbar-width:thin}a,button{transition:background-color .2s ease,color .2s ease,transform .1s ease}button{border:none;border-radius:12px;border-radius:var(--surface-radius-sm,12px);cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}input,select,textarea{font-family:var(--font-family-sans);transition:border-color .2s ease,box-shadow .2s ease}input,textarea{background-color:#ffffff0a;background-color:var(--surface-overlay,#ffffff0a);border:1px solid #ffffff1f;border:var(--border-hairline,1px solid #ffffff1f);border-radius:8px;border-radius:var(--surface-radius-xs,8px);color:#ffffffde;color:var(--text-primary,#ffffffde);font-size:14px;outline:none;padding:8px 12px;transition:border-color .2s ease}input:focus,textarea:focus{border-color:#1a73e8;border-color:var(--focus-ring,var(--primary-color,#1a73e8))}a{color:#1a73e8;color:var(--primary-color,#1a73e8);text-decoration:none}a:hover{text-decoration:underline}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@media (max-width:1200px){.app-layout{flex-direction:column}.editor-container{border-bottom:1px solid #ffffff1a;border-bottom:var(--border-subtle,1px solid #ffffff1a);border-right:none;flex:0.7 1}.chat-container{flex:0.3 1}}.App-header{align-items:center;background-color:#1e1e1e;background-color:var(--background-default,#1e1e1e);color:#fff;color:var(--text-primary,#fff);display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#bb86fc;color:var(--primary-color,#bb86fc)}[data-slide-node].rs-editor-draggable{cursor:grab;transition:box-shadow .15s ease,transform .15s ease}[data-slide-node].rs-editor-draggable:active{cursor:grabbing}[data-slide-node].rs-editor-editing{box-shadow:0 0 0 3px #6366f140;cursor:text;outline:2px solid #6366f1;outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}[data-slide-node].rs-editor-selected{box-shadow:none;outline:none}[data-slide-node].rs-editor-moving{cursor:grabbing;opacity:.92}canvas[data-chart-config]{box-sizing:border-box;display:block!important;position:relative}.chart-container{height:100%;position:relative;width:100%}.MuiBox-root canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.chartjs-render-monitor{animation:none!important}.home-screen{--surface-radius:20px;--surface-shadow:0 6px 18px #0f172a14;--surface-shadow-strong:0 12px 28px #0f172a1f;--surface-border:#94a3b838;--border-subtle:#94a3b838;--border-subtle-strong:#94a3b852;--surface-overlay:#ffffffeb;--surface-overlay-strong:#fffffff5;--background-paper:#fff;background:#fff;background:var(--background-default,#fff);color:#111827;color:var(--text-primary,#111827);display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.home-screen[data-theme=dark]{--surface-shadow:0 8px 24px #0000005c;--surface-shadow-strong:0 14px 32px #00000080;--surface-border:#ffffff1f;--border-subtle:#ffffff24;--border-subtle-strong:#ffffff42;--surface-overlay:#1a1a1adb;--surface-overlay-strong:#1a1a1aeb;--background-paper:#1a1a1a;background:#111;color:#f3f4f6;color:var(--text-primary,#f3f4f6)}.user-section{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.main-content{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:calc(64px + 2.5rem) 0 4.5rem;padding:calc(var(--rs-layout-appbar-height, 64px) + 2.5rem) 0 4.5rem;scroll-behavior:smooth;width:100%}.main-content-inner{box-sizing:border-box;display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1220px;padding:0 clamp(1.5rem,6vw,3.25rem);width:100%}.content-section{display:flex;flex-direction:column;gap:1.75rem}.home-workspace-section{gap:1.25rem}.home-content-header{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:1.5rem;text-align:center}.home-tab-strip{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.75rem;justify-content:center;margin-bottom:1rem}.home-tab-item{background:#0000;border:none;color:inherit;cursor:pointer;font-size:.9rem;font-weight:500;letter-spacing:-.012em;padding:.2rem .1rem;position:relative;transition:color .2s ease}.home-tab-item:after{background:#0000;bottom:-.35rem;content:"";height:1.5px;left:0;position:absolute;right:0;transition:background-color .2s ease}.home-tab-item:focus-visible,.home-tab-item:hover{outline:none}.home-tab-item.is-active{font-weight:600}.home-tab-item.is-active:after{background:currentColor}.home-content-subtitle{letter-spacing:-.01em;margin-bottom:.6rem;text-align:center}.home-hero{background:#0000;border:none;border-radius:22px;box-shadow:none;gap:1.4rem;margin:0 auto;max-width:clamp(600px,68vw,840px);overflow:visible;padding:clamp(1.75rem,3.5vw,2.75rem);position:relative;width:100%}.home-hero,.home-hero__header{align-items:center;display:flex;flex-direction:column;text-align:center}.home-hero__header{gap:.75rem}.home-hero__composer{--hero-composer-padding-y:clamp(1.1rem,2vw,1.35rem);--hero-composer-padding-x:clamp(1.3rem,3vw,1.8rem);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000!important;border:none!important;border-radius:30px!important;box-shadow:none!important;width:100%}.home-hero__composer textarea{border-radius:28px!important;color:inherit;font-size:1.05rem!important;letter-spacing:-.012em;line-height:1.65!important;min-height:112px!important;padding:var(--hero-composer-padding-y) var(--hero-composer-padding-x)!important}.home-hero__composer-wrapper{display:flex;justify-content:center;padding:clamp(.4rem,.8vw,.72rem);width:100%}.home-hero__placeholder-overlay{align-items:flex-start;border-radius:inherit;box-sizing:border-box;color:#64748b9e;display:flex;font-size:inherit;font-weight:400;inset:0;justify-content:flex-start;letter-spacing:-.015em;padding:clamp(1.1rem,2vw,1.35rem) clamp(1.3rem,3vw,1.8rem);padding:var(--hero-composer-padding-y,clamp(1.1rem,2vw,1.35rem)) var(--hero-composer-padding-x,clamp(1.3rem,3vw,1.8rem));pointer-events:none;position:absolute;text-align:left;z-index:1}.home-hero__placeholder-content{animation:homeHeroPlaceholderSlide .32s ease forwards;display:inline-block;max-width:100%;opacity:0;text-align:left;transform:translateY(10px)}.home-hero__placeholder-text{white-space:normal}.home-hero__placeholder-cursor{display:inline-block;font-family:inherit;font-size:1.05em;line-height:1;margin-left:.28rem;opacity:0;transition:opacity .18s ease}.home-hero__placeholder-cursor.is-visible{opacity:1}.home-screen[data-theme=dark] .home-hero__placeholder-overlay{color:#e2e8f08c}@keyframes homeHeroPlaceholderSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-hero__composer textarea::placeholder{color:#64748b94;font-family:inherit;font-size:.95rem;font-weight:400;letter-spacing:-.015em;transition:color .25s ease}.home-screen[data-theme=dark] .home-hero__composer textarea::placeholder{color:#e2e8f073}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.home-hero__progress{align-self:center;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.75rem;max-width:360px;width:100%}.home-search-inline{align-items:center;align-self:center;display:flex;justify-content:flex-start;margin-bottom:1rem;margin-left:auto;margin-right:auto;width:clamp(240px,21%,360px)}.home-search-inline__field{border-radius:999px;max-width:100%;width:100%}@media (max-width:900px){.home-search-inline{margin-left:0;width:100%}}.home-search-inline .MuiSvgIcon-root{transition:color .2s ease}.guest-preview-panel{border-radius:16px;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.guest-preview-panel__loading{align-items:center;display:flex;gap:.75rem}@media (min-width:900px){.home-hero__actions{justify-content:flex-start}}.guest-demo-section{display:flex;flex-direction:column;gap:1.2rem;margin-top:3.5rem}.guest-demo-section__header{display:flex;flex-direction:column;gap:.45rem}.guest-demo-section__player{aspect-ratio:16/9;border-radius:16px;display:flex;overflow:hidden;position:relative}.guest-demo-section__fallback{align-items:center;border:2px dashed #94a3b866;border-radius:16px;display:none;flex-direction:column;gap:.75rem;justify-content:center;padding:2.5rem}.guest-demo-section__player>.guest-demo-section__fallback{flex:1 1}.guest-community-card{border-radius:16px;display:flex;flex-direction:column;gap:1.1rem;padding:1.35rem 1.5rem}.guest-community-card__body{display:flex;flex-direction:column;gap:.65rem}.guest-community-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.guest-community-chip{align-items:center;background:#94a3b81f;border:1px solid #94a3b852;border-radius:999px;color:#64748beb;display:inline-flex;font-size:.72rem;letter-spacing:.04em;padding:.28rem .65rem;text-transform:uppercase}.home-screen[data-theme=dark] .guest-community-chip{background:#94a3b82e;border-color:#94a3b847;color:#e2e8f0e0}@media (max-width:768px){.guest-landing{border-radius:24px}.guest-prompt__chips{gap:.45rem}.guest-prompt-chip{font-size:.78rem;padding:.5rem .8rem}.guest-demo-section{margin-top:3rem}.guest-community-section{margin-top:3.25rem}}.guest-visual__card{background:var(--visual-secondary);border:1px solid #d6dce638;border-radius:20px;color:#e2e8f0e6;display:flex;flex-direction:column;gap:.8rem;overflow:hidden;padding:1.5rem;position:relative}.guest-visual__card-line{background:#d6dce673;border-radius:999px;height:6px;width:70%}.guest-visual__card-line--short{opacity:.65;width:48%}.guest-visual__card-footer{background:#d6dce61f;border:1px solid #d6dce638;border-radius:12px;height:32px;margin-top:auto}.guest-visual__chip{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d6dce62e;border:1px solid #d6dce647;border-radius:999px;color:#f8fafcf0;display:inline-flex;font-family:inherit;font-size:.65rem;font-weight:400;justify-content:center;letter-spacing:.12em;padding:.35rem .8rem;position:absolute;text-transform:uppercase;z-index:2}.guest-visual__chip--0{bottom:14%;left:8%}.guest-visual__chip--1{right:10%;top:12%}.home-screen[data-theme=light] .guest-hero-visual .guest-visual__card{background:#e5e7ebe6;color:#1e293be6}.home-screen[data-theme=light] .guest-hero-visual .guest-visual__card-line,.home-screen[data-theme=light] .guest-hero-visual .guest-visual__card-line--short{background:#33415542}.home-screen[data-theme=light] .guest-visual__chip{background:#e2e8f0b3;border-color:#94a3b847;color:#1e293bb8}.guest-hero-card__actions{display:flex;justify-content:flex-start;margin-top:clamp(.25rem,1vw,.5rem);position:relative;z-index:1}.guest-hero-card__actions .MuiButton-root{font-family:inherit;font-weight:400;letter-spacing:.02em}.guest-hero-card__footer{display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:1}.guest-hero-card__prompt{color:#d6dce6c7;font-size:.85rem}.guest-hero-progress{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.guest-hero-pill{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17202c61;border:1px solid #94a3b852;border-radius:999px;color:#e2e8f0d1;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.7rem;font-weight:400;gap:.35rem;letter-spacing:.06em;padding:.4rem .85rem;position:relative;text-transform:uppercase;transition:all .2s ease}.guest-hero-pill__dot{background:currentColor;border-radius:999px;height:5px;opacity:.65;transition:all .2s ease;width:5px}.guest-hero-pill__label{display:inline-block;transform:translateY(.5px)}.guest-hero-pill.active{background:#25303e8c;border-color:#f8fafc52;color:#f8fafcf2;transform:translateY(-1px)}.guest-hero-pill.active .guest-hero-pill__dot{opacity:1;width:7px}.guest-hero-pill:hover{border-color:#f8fafc66;color:#f8fafcf2}.section-title{color:var(--text-primary);font-size:1.5rem;letter-spacing:-.02em;margin-bottom:2rem;padding-bottom:.5rem}.section-title:after{background:#94a3b829;background:var(--border-subtle,#94a3b829);border-radius:2px;bottom:0;height:3px;width:60px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.template-gallery{--home-card-min-width:clamp(220px,20vw,260px);align-content:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem}.home-surface-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--background-paper);border:1px solid #94a3b82e;border:1px solid var(--border-subtle,#94a3b82e);border-radius:var(--surface-radius);box-shadow:var(--surface-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-surface-card:hover{border-color:#94a3b838;border-color:var(--border-subtle-strong,var(--border-subtle,#94a3b838));box-shadow:0 12px 28px #0f172a1f;box-shadow:var(--surface-shadow-strong,0 12px 28px #0f172a1f);transform:translateY(-4px)}[data-theme=light] .home-surface-card:hover{border-color:#0f172a2e;border-color:var(--border-subtle-strong,#0f172a2e)}.template-card{background-color:var(--background-paper);border:1px solid #94a3b82e;border:1px solid var(--border-subtle,#94a3b82e);border-radius:var(--surface-radius);cursor:pointer;display:flex;flex:1 1 var(--home-card-min-width);flex-direction:column;height:100%;max-width:var(--home-card-min-width);min-width:clamp(200px,20vw,260px);overflow:hidden;padding:0;transition:transform .24s ease;width:min(100%,var(--home-card-min-width))}.template-card.presentation-card{gap:0}.add-icon-container{align-items:center;background:#ffffff0d;background:var(--surface-overlay,#ffffff0d);border:1px solid #94a3b82e;border:var(--border-hairline,1px solid var(--surface-border,#94a3b82e));border-radius:12px;border-radius:var(--surface-radius-sm,12px);display:flex;height:clamp(48px,5vw,56px);justify-content:center;margin-bottom:0;position:relative;transition:all .2s ease;width:clamp(48px,5vw,56px);z-index:1}.template-card:hover .add-icon-container{background:#ffffff1f;background:var(--surface-overlay-strong,#ffffff1f);border-color:#94a3b838;border-color:var(--surface-border,#94a3b838);box-shadow:0 10px 22px #0f172a1a;box-shadow:var(--surface-shadow-strong,0 10px 22px #0f172a1a);transform:scale(1.05) translateY(-2px)}.add-icon{color:var(--text-secondary);font-size:26px;transition:all .2s ease}.template-card:hover .add-icon{color:var(--text-primary);transform:scale(1.05)}.profile-dropdown .MuiMenuItem-root{border-radius:8px!important;color:var(--text-primary)!important;margin:4px 8px!important;padding:12px 16px!important;transition:all .2s ease!important}.profile-dropdown .sign-out-menu-item{color:#ef4444!important;color:var(--error-color,#ef4444)!important}.profile-dropdown .MuiMenuItem-root:hover{transform:translateX(2px)}[data-theme=dark] .profile-dropdown .MuiMenuItem-root:hover,[data-theme=light] .profile-dropdown .MuiMenuItem-root:hover{background-color:var(--action-hover)!important}.profile-dropdown .MuiDivider-root{border-color:var(--divider)!important;margin:8px 0!important}.profile-info-section{background-color:var(--background-card)!important;background-color:var(--surface-overlay,var(--background-card))!important;border:var(--border-hairline,1px solid var(--surface-border))!important;border-radius:12px!important;margin:8px!important;padding:16px!important}.notification-snackbar .MuiAlert-root{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid var(--card-border)!important;border-radius:12px!important}.modern-dialog .MuiDialog-paper{background-color:var(--background-paper)!important;border:1px solid var(--card-border)!important;box-shadow:0 12px 28px var(--shadow-color)!important}.sign-in-dialog{z-index:1300!important}.sign-in-dialog .MuiDialog-paper{background-color:var(--background-paper)!important;border:1px solid var(--border-subtle,var(--card-border))!important;box-shadow:0 12px 28px #0000003d!important;box-shadow:var(--surface-shadow-strong,0 12px 28px #0000003d)!important;color:var(--text-primary)!important}.sign-in-dialog .MuiBackdrop-root{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:initial!important}.sign-in-dialog .MuiDialogActions-root,.sign-in-dialog .MuiDialogContent-root,.sign-in-dialog .MuiDialogTitle-root{color:var(--text-primary)!important}@media (max-width:1024px){.main-content{padding:calc(64px + 2rem) 0 3.5rem;padding:calc(var(--rs-layout-appbar-height, 64px) + 2rem) 0 3.5rem}.main-content-inner{padding:0 clamp(1.25rem,5vw,2.5rem)}.template-gallery{--home-card-min-width:clamp(200px,32vw,260px)}}@media (max-width:768px){.main-content{padding:calc(64px + 1.75rem) 0 3rem;padding:calc(var(--rs-layout-appbar-height, 64px) + 1.75rem) 0 3rem}.main-content-inner{gap:2.5rem;padding:0 1.5rem}.hero-section{margin-bottom:1.5rem!important;padding:2rem 0 1.25rem!important}.template-gallery{--home-card-min-width:clamp(200px,45vw,260px);gap:1.25rem}.template-card{max-width:min(100%,260px);min-width:min(100%,220px)}.add-icon-container{height:52px;margin-bottom:0;width:52px}.add-icon{font-size:22px}.section-title{font-size:1.25rem}.section-title:after{height:2px;width:40px}}@media (max-width:480px){.main-content{padding:calc(56px + 1.5rem) 0 2.5rem;padding:calc(var(--rs-layout-appbar-height, 56px) + 1.5rem) 0 2.5rem}.main-content-inner{padding:0 1.1rem}.template-gallery{flex-direction:column;gap:1rem}.template-card{max-width:100%;min-width:100%}}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:#0000}.main-content::-webkit-scrollbar-thumb{background:#ffffff1f;background:var(--scrollbar-thumb,#ffffff1f);border-radius:999px}.main-content::-webkit-scrollbar-thumb:hover{background:#fff3;background:var(--scrollbar-thumb-hover,#fff3)}.main-content{scrollbar-color:#ffffff1f #0000;scrollbar-color:var(--scrollbar-thumb,#ffffff1f) #0000;scrollbar-width:thin}.loading-spinner{color:var(--primary-color)!important}.template-card{transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.template-card:active{transform:translateY(-4px) scale(1.01)}.template-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}@media (prefers-contrast:high){.template-card{border-width:2px}.add-icon-container{border-width:3px}}@media (prefers-reduced-motion:reduce){.add-icon,.add-icon-container,.hero-section,.template-card{animation:none;transition:none}.template-card:hover{transform:none}}.welcome-carousel-card{-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:#121216f2;background:var(--background-elevated,#121216f2);border-radius:28px;box-shadow:0 16px 36px #00000052;box-shadow:var(--surface-shadow-strong,0 16px 36px #00000052);color:var(--text-primary);display:flex;flex-direction:column;max-width:calc(100vw - 32px);overflow:hidden;position:relative;width:440px}[data-theme=light] .welcome-carousel-card{background:#fffffff2;background:var(--background-paper,#fffffff2);box-shadow:0 16px 32px #12161c29;box-shadow:var(--surface-shadow-strong,0 16px 32px #12161c29)}.welcome-carousel-close{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000040!important;background:var(--surface-overlay-strong,#00000040)!important;color:#fff!important;color:var(--text-primary,#fff)!important;height:36px;position:absolute!important;right:18px;top:18px;width:36px}[data-theme=light] .welcome-carousel-close{background:#0000000f!important;background:var(--surface-overlay,#0000000f)!important;color:var(--text-primary)!important}.welcome-carousel-close.Mui-disabled{opacity:.5!important}.welcome-carousel-slide{display:flex;flex-direction:column;height:100%}.welcome-carousel-visual{align-items:center;display:flex;height:180px;justify-content:center;position:relative}.welcome-carousel-emoji{filter:drop-shadow(0 12px 26px rgba(0,0,0,.35));filter:drop-shadow(0 12px 26px var(--shadow-color,rgba(0,0,0,.35)));font-size:4.2rem}.welcome-carousel-content{align-items:center;display:flex;flex-direction:column;gap:12px;padding:32px 32px 24px;text-align:center}.welcome-carousel-title{font-weight:600;letter-spacing:-.01em}.welcome-carousel-description{color:var(--text-secondary);font-size:.95rem;line-height:1.5;max-width:320px}.welcome-carousel-prompt{align-items:center;background:#ffffff14;background:var(--surface-overlay,#ffffff14);border-radius:999px;color:inherit;cursor:pointer;display:inline-flex;gap:12px;margin-top:12px;padding:12px 18px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;-webkit-user-select:none;user-select:none}[data-theme=light] .welcome-carousel-prompt{background:#00000014;background:var(--surface-overlay,#00000014)}.welcome-carousel-prompt:focus-visible,.welcome-carousel-prompt:hover{box-shadow:0 6px 16px #00000024;box-shadow:var(--surface-shadow-strong,0 6px 16px #00000024);transform:translateY(-1px)}[data-theme=light] .welcome-carousel-prompt:focus-visible,[data-theme=light] .welcome-carousel-prompt:hover{box-shadow:0 6px 16px #0d1b351a;box-shadow:var(--surface-shadow-strong,0 6px 16px #0d1b351a)}.welcome-carousel-prompt .MuiTypography-root{font-weight:500}.welcome-carousel-progress{display:flex;gap:8px;justify-content:center;margin:0 32px 24px}.welcome-carousel-dot{background:var(--divider);border-radius:999px;height:8px;opacity:.45;transition:width .2s ease,opacity .2s ease,background .2s ease;width:8px}.welcome-carousel-dot.active{background:#fff;background:var(--text-primary,#fff);opacity:1;width:28px}.welcome-carousel-actions{display:flex;gap:12px;padding:0 32px 32px}.welcome-carousel-action{border-radius:999px!important;flex:1 1;font-weight:500!important;padding:12px 0!important}.welcome-carousel-action.Mui-disabled{opacity:.6!important}.welcome-carousel-actions .MuiButton-contained{box-shadow:none}.welcome-carousel-actions .MuiButton-outlined{border-color:var(--surface-border);color:var(--text-primary)}.welcome-carousel-actions .MuiButton-outlined:hover{border-color:var(--primary-color)}.card-media{aspect-ratio:16/9;border-top-left-radius:0;border-top-right-radius:0;overflow:hidden}.card-media,.card-media-inner{display:flex;position:relative;width:100%}.card-media-inner{align-items:center;height:100%;justify-content:center;padding:0}@supports not (aspect-ratio:16/9){.card-media{display:block}.card-media:before{content:"";display:block;padding-top:56.25%}.card-media-inner{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}}.card-body{background:var(--background-paper);border-bottom-left-radius:var(--surface-radius);border-bottom-right-radius:var(--surface-radius);display:flex;flex:1 1;flex-direction:column;gap:.65rem;min-height:auto;padding:.85rem}.card-body__meta{gap:.75rem;justify-content:space-between;margin-top:auto}.card-actions,.card-body__meta{align-items:center;display:flex}.card-actions{gap:.5rem;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.template-card:hover .card-actions{opacity:1;transform:translateY(0)}@media (hover:none){.card-actions{opacity:1;transform:none}}.guest-use-case-gallery .home-surface-card{display:flex;flex-direction:column;width:100%}.guest-use-case-gallery .template-card{min-height:280px}.guest-use-case-gallery .card-body{display:flex;flex-direction:column;min-height:180px;padding:1rem 1.1rem}.no-presentations-card .card-body{gap:.75rem;justify-content:flex-start}.no-presentations-card .card-body__meta{justify-content:flex-start;margin-top:auto}.guest-use-case-gallery .card-body__meta{align-items:center;justify-content:center;margin-top:auto}.guest-use-case-gallery .card-actions{opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}.guest-use-case-gallery .card-actions button{width:auto}.guest-use-case-gallery .template-card:hover .card-actions,.home-showcase-section .template-card:hover .card-actions{opacity:1;transform:translateY(0)}.home-showcase-section .guest-use-case-gallery{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));justify-items:stretch;width:100%}.home-showcase-section .card-body__meta{align-items:flex-start;justify-content:flex-start;text-align:left;width:100%}.home-showcase-card__cta{opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}.home-showcase-card__cta .MuiButton-root{min-width:0;min-width:auto}.home-showcase-section .template-card:hover .home-showcase-card__cta{opacity:1;transform:translateY(0)}.home-showcase-section{gap:1.6rem;margin-top:2.25rem}.home-showcase-header,.home-showcase-section{align-items:center;display:flex;flex-direction:column}.home-showcase-header{gap:.5rem;max-width:560px}.home-showcase-toggle{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.home-showcase-toggle__button{border-color:var(--border-subtle);color:inherit;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.home-screen[data-theme=dark] .home-showcase-toggle__button.is-active,.home-showcase-toggle__button.is-active{box-shadow:none}.home-showcase-loader{align-items:center;display:flex;justify-content:center;min-height:140px;width:100%}.home-showcase-thumbnail{border-radius:inherit;height:100%;object-fit:cover;width:100%}.home-showcase-section .card-body{text-align:left}.home-slide-thumbnail{--slide-thumbnail-scale:0.18;aspect-ratio:16/9;border-radius:inherit;position:relative}.home-slide-thumbnail,.home-slide-thumbnail__canvas{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.home-slide-thumbnail__canvas{height:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.home-slide-thumbnail__content{display:block;height:720px;pointer-events:none;transform:scale(var(--slide-thumbnail-scale));transform-origin:center center;width:1280px}.home-slide-thumbnail__content>*{pointer-events:none}.home-footer{background:#0000;border-top:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;gap:1rem;margin-top:clamp(3rem,8vw,5rem);padding:2rem 0 1.75rem}.home-footer,.home-footer__inner{align-items:center;display:flex;width:100%}.home-footer__inner{box-sizing:border-box;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1220px;padding:0 clamp(1.5rem,6vw,3rem)}.home-footer__brand{align-items:center;display:flex;gap:.75rem;min-width:0}.home-footer__brand-text{color:inherit;font-weight:400;letter-spacing:-.012em;text-align:left}.home-footer__links{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem}.home-footer__link{color:inherit;font-size:.82rem;font-weight:400;letter-spacing:-.01em;opacity:.75;text-decoration:none;transition:opacity .2s ease,color .2s ease}.home-footer__link:focus-visible,.home-footer__link:hover{color:inherit;opacity:1}.home-footer__link:focus-visible{outline:2px solid #94a3b866;outline-offset:2px}.home-footer__legal{color:#64748bb3;text-align:center}.home-screen[data-theme=dark] .home-footer__legal{color:#e2e8f08c}@media (max-width:600px){.home-footer{padding:1.5rem 0 2rem}.home-footer__inner{align-items:flex-start;flex-direction:column;padding:0 1.5rem}.home-footer__links{width:100%}}.settings-screen{background-color:#1e1e1e;background-color:var(--background-default,#1e1e1e);color:#fff;color:var(--text-primary,#fff);display:flex;flex-direction:column;min-height:100vh}.settings-appbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #94a3b82e;border-bottom:var(--border-subtle,1px solid #94a3b82e)}.back-button{margin-right:16px}.logo-section{align-items:center;display:flex;gap:10px}.logo-icon{font-size:24px}.page-title{font-size:18px;font-weight:500}.settings-content{background:var(--background-default);flex:1 1;height:calc(100vh - 64px);height:calc(100vh - var(--rs-layout-appbar-height, 64px));max-height:calc(100vh - 64px);max-height:calc(100vh - var(--rs-layout-appbar-height, 64px));overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.settings-container{display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:800px;min-height:100%;padding:48px 28px 64px}@media (max-width:768px){.settings-container{gap:24px;padding:32px 18px 44px}}.settings-section{display:flex;flex-direction:column;gap:16px}.settings-section,.settings-section:first-of-type{margin-bottom:0!important;padding-top:0!important}.settings-section:last-of-type{margin-bottom:0!important}.section-title{font-size:18px;font-weight:600;letter-spacing:-.025em;line-height:1.3;margin-bottom:24px!important;margin-top:0!important;padding-bottom:8px;position:relative}.section-title:after{background:#94a3b838;background:var(--border-subtle,#94a3b838);border-radius:1px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:40px}.section-divider{margin:24px 0!important;opacity:.5}.settings-section>.MuiBox-root:first-child{margin-bottom:0!important}.settings-section>.MuiBox-root:first-child .section-title{margin-bottom:32px!important}.settings-section .current-plan-section+.premium-management-section,.settings-section .current-plan-section+.upgrade-section,.settings-section .loading-section+.premium-management-section{margin-top:20px!important}.settings-surface-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--background-paper);border:1px solid #94a3b82e;border:var(--border-subtle,1px solid #94a3b82e);border-radius:var(--surface-radius);box-shadow:none;transition:border-color .2s ease}.settings-surface-card:hover{border-color:#ffffff29;border-color:var(--border-subtle,#ffffff29);box-shadow:none;transform:none}[data-theme=light] .settings-surface-card:hover{border-color:#0f172a24;border-color:var(--border-subtle,#0f172a24)}.profile-section{align-items:center;display:flex;gap:24px;padding:26px;transition:all .25s ease}.profile-avatar{height:72px;transition:transform .2s ease;width:72px}.profile-avatar:hover{transform:scale(1.05)}.profile-info{flex:1 1}.profile-name{font-weight:600;margin-bottom:4px}.profile-email{opacity:.7}.current-plan-section{margin-bottom:0;padding:24px}.loading-section{margin-bottom:0;padding:28px}.subscription-alert{margin-top:20px!important}.plan-info{display:flex;flex-direction:column;gap:8px}.plan-label{font-size:14px;opacity:.7}.plan-details{align-items:center;display:flex;gap:12px}.plan-name{font-size:18px;font-weight:500}.active-chip{background-color:#ffffff1a!important;background-color:var(--surface-overlay,#ffffff1a)!important;border:1px solid var(--text-secondary)!important;color:var(--text-secondary)!important;font-size:12px}.billing-info{font-size:13px;opacity:.7}.upgrade-section{padding:26px;position:relative}.premium-header{align-items:center;display:flex;gap:12px;margin-bottom:24px}.premium-icon{font-size:24px}.premium-title{font-size:18px;font-weight:500}.billing-cycle-control{margin-bottom:24px;width:100%}.billing-options{justify-content:center}.price-display{margin-bottom:24px;text-align:center}.price{font-size:34px;font-weight:600;line-height:1}.period{font-size:14px;opacity:.7}.features-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.feature-item{align-items:center;display:flex;gap:12px}.feature-icon{color:var(--text-secondary);font-size:20px}.upgrade-button{font-size:16px;font-weight:600;padding:12px 24px;text-transform:none}.guarantee-text{font-size:13px;margin-top:12px;opacity:.7;text-align:center}.premium-management-section{margin-top:24px!important}.premium-benefits{margin-bottom:24px!important;padding:24px!important}.management-actions{align-items:center;display:flex;flex-direction:column;gap:16px;margin-bottom:16px!important;padding:0!important}.manage-subscription-button{border-radius:999px!important;display:block;font-size:15px;font-weight:500;margin:0 auto;max-width:320px;padding:14px 32px;text-transform:none;width:100%}.preference-item{align-items:center;background:var(--background-paper);border:1px solid var(--surface-border);border-radius:var(--surface-radius);display:flex;justify-content:space-between;margin-bottom:12px;padding:20px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.preference-item.clickable{cursor:pointer}.preference-item:hover{border-color:#ffffff29;border-color:var(--border-subtle,#ffffff29);box-shadow:0 18px 32px #0f172a29;box-shadow:var(--surface-shadow-strong,0 18px 32px #0f172a29);transform:translateY(-4px)}[data-theme=light] .preference-item:hover{border-color:#0f172a29;border-color:var(--border-subtle,#0f172a29)}.preference-info{align-items:center;display:flex;flex:1 1;gap:16px}.preference-icon{font-size:24px}.preference-description{font-size:13px;margin-top:2px;opacity:.7}.danger-zone{margin-top:24px}.danger-title{color:var(--error-color)!important}.danger-item{background:var(--error-surface);border:var(--error-border)!important;border-radius:var(--surface-radius);transition:transform .2s ease,box-shadow .2s ease}.danger-item:hover{background-color:var(--error-surface-strong)!important;border:var(--error-border-strong)!important;box-shadow:0 18px 28px #ef535033;box-shadow:var(--surface-shadow-strong,0 18px 28px #ef535033);transform:translateY(-3px)}.danger-icon,.danger-text{color:var(--error-color)!important}.settings-dialog .MuiDialog-paper{border-radius:12px!important;max-width:480px}.delete-confirm-button{color:var(--error-color)!important}.delete-confirm-button:disabled{color:var(--error-color-faint)!important}.payment-summary{border-radius:8px;margin-bottom:16px;padding:16px}.summary-item{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.proceed-payment-button{font-weight:600;text-transform:none}.auth-required{padding:48px 24px;text-align:center}.home-button{font-weight:600;margin-top:16px;text-transform:none}@media (max-width:768px){.section-title{font-size:18px;margin-bottom:24px;padding-bottom:8px}.section-title:after{width:32px}.profile-section{flex-direction:column;padding:22px;text-align:center}.preference-item{margin-bottom:12px;padding:18px 20px}.preference-info{gap:12px}.preference-icon{font-size:20px}.price{font-size:28px}.upgrade-section{padding:22px}.settings-section{margin-bottom:0;padding-top:0}.section-divider{margin:28px 0}.manage-subscription-button{max-width:none;width:100%}.premium-benefits{margin-bottom:20px!important;padding:16px!important}.management-actions{margin-bottom:12px!important}}.settings-content::-webkit-scrollbar{width:8px}.settings-content::-webkit-scrollbar-track{background:#0000}.settings-content::-webkit-scrollbar-thumb{background:#94a3b84d;background:var(--scrollbar-thumb,#94a3b84d);border-radius:999px}[data-theme=light] .settings-content::-webkit-scrollbar-thumb{background:#94a3b866;background:var(--scrollbar-thumb,#94a3b866)}.settings-content::-webkit-scrollbar-thumb:hover{background:#94a3b873;background:var(--scrollbar-thumb-hover,#94a3b873)}.settings-content{scrollbar-color:#94a3b859 #0000;scrollbar-color:var(--scrollbar-thumb,#94a3b859) #0000;scrollbar-width:thin}
/*# sourceMappingURL=main.5da61171.css.map*/