:root{--mg-bg:#f8fafc;--mg-surface:#fff;--mg-primary:#6868ca;--mg-light:#a0a0ec;--mg-dark:#3d3d8f;--mg-tint:rgba(104,104,202,.07);--mg-muted:#64748b;--mg-text:#0f172a;--mg-success:#10b981;--mg-gradient:linear-gradient(135deg,#6868ca,#a0a0ec);--mg-shadow:0 4px 24px rgba(104,104,202,.12);--mg-radius-sm:1rem;--mg-radius-md:2rem;--mg-radius-lg:3rem;--mg-radius-xl:4rem}.landing-page{font-family:DM Sans,sans-serif;background-color:var(--mg-bg);color:var(--mg-text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box;margin:0;padding:0}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:Outfit,sans-serif;color:var(--mg-dark);letter-spacing:-.02em}.landing-page .cursive-accent{font-family:Reenie Beanie,cursive;color:var(--mg-primary);font-size:1.2em;line-height:.9}.grain-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:50;pointer-events:none;mix-blend-mode:overlay;opacity:.35}.landing-nav{position:absolute;top:24px;left:50%;transform:translateX(-50%);z-index:100;display:flex;align-items:center;gap:32px;padding:10px 18px 10px 14px;background:linear-gradient(180deg,#6868ca,#a0a0ec);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(160,160,236,.2);border-radius:9999px;box-shadow:0 4px 24px rgba(61,61,143,.25);transition:box-shadow .3s ease,border-radius .3s ease;min-width:0;max-width:calc(100vw - 32px)}.landing-nav:hover{box-shadow:0 8px 32px rgba(61,61,143,.35)}.nav-menu-open{border-radius:24px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.nav-logo-img{height:40px;width:40px;border-radius:10px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{font-size:15px;font-family:DM Sans,sans-serif;color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s;white-space:nowrap}.nav-links a:hover{color:#fff}.nav-signin{color:hsla(0,0%,100%,.9)!important;font-weight:500}.nav-cta{background:#fff;padding:10px 22px;border-radius:9999px;font-weight:600;font-size:14px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px rgba(0,0,0,.1);text-decoration:none;font-family:DM Sans,sans-serif;white-space:nowrap}.nav-cta,.nav-cta:hover{color:var(--mg-dark)!important}.nav-cta:hover{transform:scale(1.05);box-shadow:0 4px 20px rgba(0,0,0,.15)}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:hsla(0,0%,100%,.15);border:none;border-radius:50%;cursor:pointer;flex-shrink:0;padding:0;transition:background .2s}.nav-hamburger:hover{background:hsla(0,0%,100%,.25)}.hamburger-line{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.line-top-open{transform:translateY(7px) rotate(45deg)}.line-mid-open{opacity:0;transform:scaleX(0)}.line-bot-open{transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{display:none}.nav-mobile-link{font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:hsla(0,0%,100%,.85);text-decoration:none;padding:12px 16px;border-radius:12px;transition:background .15s,color .15s}.nav-mobile-link:hover{background:hsla(0,0%,100%,.12);color:#fff}.nav-mobile-cta{margin-top:8px;background:#fff;color:var(--mg-dark)!important;text-decoration:none;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;padding:13px 16px;border-radius:12px;text-align:center;transition:all .15s}.nav-mobile-cta:hover{opacity:.9}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:140px 24px 80px;text-align:center;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.hero-blob-1{width:600px;height:600px;background:#c8c8f0;opacity:.55;top:-100px;left:-100px;animation:blobFloat1 6s ease-in-out infinite}.hero-blob-2{width:500px;height:500px;background:#e8e8fa;opacity:.55;bottom:-50px;right:-80px;animation:blobFloat2 6s ease-in-out infinite}@keyframes blobFloat1{0%,to{transform:translate(0)}50%{transform:translate(10px,-10px)}}@keyframes blobFloat2{0%,to{transform:translate(0)}50%{transform:translate(-10px,10px)}}.hero-photos{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:48px}.hero-photo-pill{border-radius:9999px;overflow:hidden;position:relative;box-shadow:0 8px 32px rgba(104,104,202,.15)}.hero-photo-pill:after{content:"";position:absolute;inset:0;background:rgba(160,160,236,.08);pointer-events:none}.hero-photo-pill img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-photo-pill:first-child{width:160px;height:200px}.hero-photo-pill:nth-child(2){width:180px;height:220px}.hero-photo-pill:nth-child(3){width:160px;height:200px}.hero-content{position:relative;z-index:1}.hero-title{font-size:clamp(48px,6vw,80px);font-weight:700;line-height:1.05;margin-bottom:24px}.hero-title .cursive-accent{font-size:1.15em;display:inline}.hero-subtitle{max-width:480px;margin:0 auto 40px;color:var(--mg-muted);font-size:18px;line-height:1.65}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.btn-primary{background:var(--mg-gradient);color:#fff;padding:14px 32px;border-radius:9999px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;border:none;cursor:pointer;text-decoration:none;box-shadow:0 6px 24px rgba(104,104,202,.35);transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px rgba(104,104,202,.45)}.btn-secondary{background:#fff;color:var(--mg-primary);padding:14px 32px;border-radius:9999px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;border:1px solid rgba(104,104,202,.3);cursor:pointer;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{transform:translateY(-2px);border-color:var(--mg-primary);box-shadow:0 4px 16px rgba(104,104,202,.15)}.hero-proof{font-size:12px;color:#94a3b8;font-family:DM Sans,sans-serif}.emotion-section{padding:52px 24px;position:relative}.emotion-section-header{text-align:center;margin-bottom:56px}.emotion-eyebrow{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--mg-primary);background:rgba(104,104,202,.08);display:inline-block;padding:8px 24px;border-radius:9999px}.emotion-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.emotion-card{position:relative;background:hsla(0,0%,100%,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(104,104,202,.12);border-radius:var(--mg-radius-md);padding:40px 32px;text-align:center;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.emotion-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(104,104,202,.18)}.emotion-card-glow{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(60px);opacity:.25;z-index:0;top:-60px;right:-40px;animation:glowPulse 4s ease-in-out infinite}.emotion-card-calm .emotion-card-glow{background:#a0c4ff}.emotion-card-happy .emotion-card-glow{background:#ffd6a5;animation-delay:-1.5s}.emotion-card-free .emotion-card-glow{background:#caffbf;animation-delay:-3s}@keyframes glowPulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.15)}}.emotion-card-icon{font-size:56px;display:block;margin-bottom:20px;position:relative;z-index:1;animation:cardIconFloat 5s ease-in-out infinite}.emotion-card:nth-child(2) .emotion-card-icon{animation-delay:-1.5s}.emotion-card:nth-child(3) .emotion-card-icon{animation-delay:-3s}@keyframes cardIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.emotion-card-title{font-family:Outfit,sans-serif;font-size:24px;font-weight:700;color:var(--mg-dark);margin-bottom:12px;position:relative;z-index:1}.emotion-card-desc{font-size:15px;color:var(--mg-muted);line-height:1.65;position:relative;z-index:1}.scenario-section{padding:52px 24px;overflow:hidden}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:clamp(32px,4vw,48px);font-weight:700;margin-bottom:12px}.section-header p{font-size:18px;color:var(--mg-muted);max-width:500px;margin:0 auto}.scenario-scroll-wrapper{overflow-x:auto;padding-bottom:16px;-ms-overflow-style:none;scrollbar-width:none}.scenario-scroll-wrapper::-webkit-scrollbar{display:none}.scenario-scroll{display:flex;gap:20px;padding:8px 4px;width:-moz-max-content;width:max-content;animation:scrollLeft 30s linear infinite}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.scenario-card{width:288px;min-height:160px;background:#fff;border-radius:1.5rem;border:1px solid rgba(104,104,202,.1);padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s,color .3s,box-shadow .3s;cursor:default;flex-shrink:0}.scenario-card:hover{transform:translateY(-4px);box-shadow:var(--mg-shadow)}.scenario-card:hover .scenario-text{color:var(--mg-primary)}.scenario-time{font-size:13px;color:#94a3b8;font-family:DM Sans,sans-serif;margin-bottom:auto}.scenario-text{font-family:Outfit,sans-serif;font-size:17px;color:var(--mg-text);line-height:1.45;transition:color .3s;margin-top:20px}.benefits-section{padding:52px 24px}.benefits-row{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}.benefit-feature{display:flex;align-items:flex-start;gap:32px;padding:40px 0;border-bottom:1px solid rgba(104,104,202,.1);transition:transform .3s}.benefit-feature:last-child{border-bottom:none}.benefit-feature:hover{transform:translateX(8px)}.benefit-number{font-family:Outfit,sans-serif;font-size:64px;font-weight:800;background:var(--mg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0;min-width:80px;opacity:.6}.benefit-content{flex:1}.benefit-icon-badge{font-size:36px;margin-bottom:12px;display:inline-block;background:rgba(104,104,202,.08);width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center}.benefit-content h3{font-family:Outfit,sans-serif;font-size:24px;font-weight:700;margin-bottom:10px;color:var(--mg-dark)}.benefit-content p{font-size:16px;line-height:1.65;color:var(--mg-muted);max-width:500px}.app-preview-section{padding:52px 24px;position:relative;overflow:hidden}.app-preview-family{display:block;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:var(--mg-radius-md);box-shadow:0 8px 32px rgba(104,104,202,.15)}.app-preview-family,.app-preview-family-wrapper{margin:0 auto 40px;width:320px;position:relative}.app-preview-family-wrapper:after{content:"";position:absolute;inset:0;border-radius:var(--mg-radius-md);background:rgba(104,104,202,.15);pointer-events:none}.phones-container{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative;max-width:800px;margin:0 auto 60px;padding:0 20px}.phone-mockup{background:#fff;border-radius:32px;box-shadow:0 12px 48px rgba(104,104,202,.18);overflow:hidden;position:relative;flex-shrink:0}.phone-mockup-center{width:280px;height:560px;z-index:3}.phone-mockup-left{width:250px;height:520px;opacity:.8;margin-top:48px;margin-right:-30px;z-index:2}.phone-mockup-right{width:250px;height:520px;opacity:.8;margin-top:96px;margin-left:-30px;z-index:1}.phone-screen{height:100%;display:flex;flex-direction:column}.phone-status-bar{padding:12px 20px;display:flex;justify-content:space-between;font-size:11px;color:var(--mg-muted);font-weight:500}.phone-screen-center{background:rgba(104,104,202,.04)}.phone-screen-left{background:rgba(104,104,202,.06)}.phone-screen-right{background:rgba(160,160,236,.1)}.chat-container{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.chat-msg{max-width:85%;padding:12px 16px;border-radius:18px;font-size:13px;line-height:1.4}.chat-msg-user{align-self:flex-end;background:var(--mg-gradient);color:#fff;border-bottom-right-radius:6px}.chat-msg-ai{align-self:flex-start;background:#fff;color:var(--mg-text);border-bottom-left-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.chat-input-bar{padding:12px 16px;border-top:1px solid rgba(104,104,202,.08)}.chat-input-btn{width:100%;padding:12px;background:var(--mg-gradient);color:#fff;border:none;border-radius:9999px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;animation:pulseGlow 3s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 rgba(104,104,202,0)}50%{box-shadow:0 0 20px 6px rgba(104,104,202,.3)}}.home-screen{flex:1;padding:16px}.home-greeting{font-family:Outfit,sans-serif;font-size:18px;font-weight:600;color:var(--mg-dark);margin-bottom:20px}.home-mood{background:#fff;border-radius:16px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;align-items:center;gap:12px}.home-mood-emoji{font-size:28px}.home-mood-text{font-size:13px;color:var(--mg-muted)}.home-mood-text strong{color:var(--mg-text);display:block;font-size:14px}.home-stat{background:#fff;border-radius:16px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.home-stat-label{font-size:12px;color:var(--mg-muted);margin-bottom:4px}.home-stat-value{font-family:Outfit,sans-serif;font-size:24px;font-weight:700;color:var(--mg-dark)}.home-stat-sub{font-size:12px;color:var(--mg-success);margin-top:2px}.employer-screen{flex:1;padding:16px}.employer-title{font-family:Outfit,sans-serif;font-size:16px;font-weight:600;color:var(--mg-dark);margin-bottom:20px}.employer-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.employer-stat-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.employer-stat-card .stat-num{font-family:Outfit,sans-serif;font-size:22px;font-weight:700;color:var(--mg-dark)}.employer-stat-card .stat-label{font-size:11px;color:var(--mg-muted)}.employer-invite-btn{width:100%;padding:12px;background:var(--mg-gradient);color:#fff;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;margin-top:12px}.stories-section{padding:52px 24px;background:rgba(104,104,202,.03)}.stories-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:900px;margin:0 auto}.story-card{background:#fff;border-radius:var(--mg-radius-sm);padding:32px 28px;box-shadow:var(--mg-shadow);position:relative;transition:transform .3s}.story-card:nth-child(odd){transform:rotate(-.8deg)}.story-card:nth-child(2n){transform:rotate(.8deg)}.story-card:hover{transform:rotate(0) translateY(-4px)!important}.story-card.employer-story{background:rgba(104,104,202,.06)}.story-quote{font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:1.55;color:var(--mg-text);margin-bottom:24px;font-style:italic}.story-signature{display:flex;align-items:center;gap:12px}.story-line{width:32px;height:2px;background:var(--mg-light);border-radius:1px}.story-name{font-family:Reenie Beanie,cursive;font-size:22px;color:var(--mg-muted)}.employer-cta-section{padding:52px 24px;position:relative;overflow:hidden}.employer-cta-blob-1{width:500px;height:500px;background:#c8c8f0;opacity:.3;top:-150px;left:-100px;animation:blobFloat1 8s ease-in-out infinite}.employer-cta-blob-1,.employer-cta-blob-2{position:absolute;border-radius:50%;filter:blur(100px)}.employer-cta-blob-2{width:400px;height:400px;background:#e8e8fa;opacity:.4;bottom:-100px;right:-80px;animation:blobFloat2 7s ease-in-out infinite}.employer-cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto;text-align:center}.employer-cta-icon{width:64px;height:64px;background:var(--mg-gradient);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;font-size:28px;color:#fff;box-shadow:0 8px 24px rgba(104,104,202,.3)}.employer-cta-inner h2{font-size:clamp(32px,4vw,48px);font-weight:700;margin-bottom:16px}.employer-cta-inner>p{font-size:18px;color:var(--mg-muted);margin-bottom:32px;line-height:1.6}.trust-icons{display:flex;justify-content:center;gap:32px;margin-bottom:40px;flex-wrap:wrap}.trust-item{font-size:14px;color:var(--mg-muted);display:flex;align-items:center;gap:8px}.trust-item span{font-size:18px}.employer-form{display:flex;gap:12px;max-width:480px;margin:0 auto 16px;flex-wrap:wrap}.employer-form input{flex:1;min-width:220px;padding:14px 24px;border-radius:9999px;border:1px solid rgba(104,104,202,.2);background:var(--mg-bg);font-family:DM Sans,sans-serif;font-size:15px;color:var(--mg-text);outline:none;transition:border-color .2s,box-shadow .2s}.employer-form input::-moz-placeholder{color:#94a3b8}.employer-form input::placeholder{color:#94a3b8}.employer-form input:focus{border-color:var(--mg-primary);box-shadow:0 0 0 3px rgba(104,104,202,.1)}.employer-form button{background:var(--mg-gradient);color:#fff;padding:14px 28px;border-radius:9999px;border:none;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 24px rgba(104,104,202,.3);white-space:nowrap}.employer-form button:hover{transform:scale(1.05);box-shadow:0 8px 28px rgba(104,104,202,.4)}.employer-disclaimer{font-size:12px;color:#94a3b8}.faq-section{padding:52px 24px}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:#fff;border-radius:var(--mg-radius-sm);border:1px solid rgba(104,104,202,.12);overflow:hidden;transition:box-shadow .3s}.faq-item:hover{box-shadow:0 4px 16px rgba(104,104,202,.1)}.faq-question{padding:20px 24px;justify-content:space-between;cursor:pointer;gap:16px;background:none;border:none;width:100%;text-align:left;font-family:Outfit,sans-serif;font-size:16px;font-weight:500;color:var(--mg-text)}.faq-icon,.faq-question{display:flex;align-items:center}.faq-icon{width:28px;height:28px;border-radius:50%;background:rgba(104,104,202,.08);justify-content:center;font-size:18px;color:var(--mg-primary);transition:transform .3s;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:200px;padding:0 24px 20px}.faq-answer p{font-size:15px;color:var(--mg-muted);line-height:1.65}.landing-footer{padding:48px 24px;text-align:center;background:linear-gradient(180deg,#6868ca,#a0a0ec);border-top:none}.footer-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.footer-logo-img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain}.footer-logo-text{display:none}.landing-footer p{font-size:13px;color:hsla(0,0%,100%,.7)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing-nav{width:calc(100vw - 32px);justify-content:space-between;flex-wrap:wrap;row-gap:0;transition:box-shadow .3s ease,border-radius .3s ease}.nav-cta-desktop,.nav-links{display:none}.nav-hamburger{display:flex;margin-left:auto}.nav-menu-open{border-radius:24px}.nav-mobile-menu{display:flex;flex-direction:column;gap:2px;width:100%;max-height:0;opacity:0;overflow:hidden;pointer-events:none;border-top:1px solid transparent;padding-top:0;transition:all .35s ease-in-out}.nav-mobile-menu--open{max-height:300px;opacity:1;pointer-events:auto;padding-top:10px;border-top-color:hsla(0,0%,100%,.18)}.nav-mobile-cta{white-space:nowrap}.hero-photos{gap:12px}.hero-photo-pill:first-child{width:100px;height:130px}.hero-photo-pill:nth-child(2){width:120px;height:150px}.hero-photo-pill:nth-child(3){width:100px;height:130px}.hero-section{padding:120px 20px 60px}.emotion-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.benefit-feature{flex-direction:column;gap:16px}.benefit-number{font-size:48px;min-width:auto}.phones-container{flex-direction:column;align-items:center}.phone-mockup-left,.phone-mockup-right{display:none}.phone-mockup-center{width:260px;height:520px}.stories-grid{grid-template-columns:1fr;max-width:500px}.story-card:nth-child(2n),.story-card:nth-child(odd){transform:none}.trust-icons{gap:16px}.employer-form{flex-direction:column}.employer-form input{min-width:unset}}@media (max-width:480px){.hero-title{font-size:40px}.section-header h2{font-size:28px}.emotion-card{padding:28px 24px}}.cms_page__sjEms{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#f8f9fb}.cms_header__ypsj9{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:1rem;flex-wrap:wrap}.cms_title__DG88n{font-size:1.25rem;font-weight:700;color:#111;margin:0}.cms_subtitle__oqlNM{font-size:.8rem;color:#6b7280;margin:.25rem 0 0}.cms_headerActions__BArV7{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cms_unsavedBadge__1IDG5{font-size:.75rem;background:#fef3c7;color:#92400e;padding:.25rem .6rem;border-radius:99px;font-weight:500}.cms_btnPrimary__WXK1z{background:#4f46e5;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.cms_btnPrimary__WXK1z:hover:not(:disabled){background:#4338ca}.cms_btnPrimary__WXK1z:disabled{opacity:.6;cursor:not-allowed}.cms_btnSecondary__5g5zg{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.cms_btnSecondary__5g5zg:hover{background:#f9fafb}.cms_btnGhost__0u8Yq{background:none;color:#4f46e5;border:1px solid #e0e7ff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:background .15s}.cms_btnGhost__0u8Yq:hover{background:#eef2ff}.cms_btnGhostIcon__MA5i5{font-size:1rem}.cms_body__JK018{display:flex;flex:1;overflow:hidden}.cms_editor__SKgBq{width:40%;min-width:320px;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;overflow:hidden}.cms_sectionTabs__lX371{display:flex;flex-wrap:wrap;gap:4px;padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.cms_sectionTab__vtblZ{font-size:.75rem;font-weight:500;padding:.3rem .65rem;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .15s}.cms_sectionTab__vtblZ.cms_active__1d3Hb{background:#4f46e5;color:#fff;border-color:#4f46e5}.cms_sectionTab__vtblZ:hover:not(.cms_active__1d3Hb){background:#f3f4f6}.cms_formPanel__iehR2{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cms_field__okj_3{margin-bottom:1rem}.cms_fieldLabel__8PERa{display:block;font-size:.75rem;font-weight:600;color:#374151;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.03em}.cms_cursiveTip__j6av1{font-size:.72rem;color:#6b7280;background:#f0f4ff;border:1px solid #c7d2fe;border-radius:5px;padding:.35rem .6rem;margin-bottom:.4rem;line-height:1.4}.cms_cursiveTip__j6av1 code{font-family:monospace;background:#e0e7ff;padding:0 3px;border-radius:3px;font-size:.7rem}.cms_input__VML4W,.cms_select__edoQJ,.cms_textarea__IIT3v{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.cms_input__VML4W:focus,.cms_select__edoQJ:focus,.cms_textarea__IIT3v:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.cms_textarea__IIT3v{resize:vertical;line-height:1.5}.cms_cardGroup__xmJ09{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem}.cms_cardGroupHeader__zKoo7{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cms_cardGroupTitle__VwiFQ{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.cms_removeBtn__iWorH{font-size:.7rem;color:#ef4444;background:none;border:1px solid #fca5a5;border-radius:4px;padding:.15rem .5rem;cursor:pointer}.cms_removeBtn__iWorH:hover{background:#fef2f2}.cms_addBtn__ogIFj{width:100%;padding:.5rem;border:1px dashed #d1d5db;border-radius:6px;background:#f9fafb;color:#4f46e5;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s;margin-bottom:1rem}.cms_addBtn__ogIFj:hover{background:#f0f0ff}.cms_sectionDivider__TpumY{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:1rem;margin:1rem 0 .25rem}.cms_sectionNote__JaFUl{font-size:.75rem;color:#6b7280;margin:0 0 .75rem}.cms_preview__KI8JS{flex:1;display:flex;flex-direction:column;background:#f1f3f6;overflow:hidden}.cms_previewLabel__JoaKR{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:.6rem 1rem;background:#e5e7eb;border-bottom:1px solid #d1d5db;flex-shrink:0}.cms_previewScroll__02Gcl{flex:1;overflow-y:auto}.cms_previewRoot__ENdpR{font-size:14px}.cms_loading__sPAUg{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:1rem;color:#6b7280}.cms_loadingSpinner__j25FF{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:cms_spin__8j6uA .7s linear infinite}@keyframes cms_spin__8j6uA{to{transform:rotate(1turn)}}.cms_vdBackdrop__4IupJ{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:200;animation:cms_fadeIn__M2mNN .15s ease}@keyframes cms_fadeIn__M2mNN{0%{opacity:0}to{opacity:1}}.cms_vdDrawer__pcCbW{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:95vw;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.12);z-index:201;display:flex;flex-direction:column;animation:cms_slideIn__5VH7V .2s ease}@keyframes cms_slideIn__5VH7V{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cms_vdHeader__cWuFP{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:1rem}.cms_vdTitle__bcSz3{font-size:1rem;font-weight:700;color:#111}.cms_vdSubtitle__4CUlD{font-size:.75rem;color:#6b7280;margin-top:.2rem;line-height:1.4}.cms_vdClose__k9bxe{background:none;border:none;color:#9ca3af;font-size:1.1rem;cursor:pointer;line-height:1;padding:.1rem .3rem;border-radius:4px;flex-shrink:0}.cms_vdClose__k9bxe:hover{background:#f3f4f6;color:#374151}.cms_vdList__S2niu{flex:1;overflow-y:auto;padding:.5rem 0}.cms_vdEmpty__BKkjl{display:flex;align-items:center;gap:.5rem;justify-content:center;color:#9ca3af;font-size:.8rem;padding:3rem 1.5rem;text-align:center;line-height:1.5}.cms_vdItem__bxaWy{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid #f3f4f6;gap:1rem;transition:background .1s}.cms_vdItem__bxaWy:hover{background:#fafafa}.cms_vdItemLatest__vG31e{background:#f0fdf4;border-left:3px solid #22c55e}.cms_vdItemMeta__7FkDK{flex:1;min-width:0}.cms_vdItemDate__QnCdd{font-size:.85rem;font-weight:600;color:#111}.cms_vdItemAuthor__Jg0FR{font-size:.72rem;color:#6b7280;margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cms_vdLatestBadge___0YNh{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#dcfce7;color:#16a34a;padding:.1rem .4rem;border-radius:99px;margin-top:.25rem}.cms_vdRestoreBtn__T9Cx3{font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:6px;border:1px solid #c7d2fe;background:#eef2ff;color:#4f46e5;cursor:pointer;white-space:nowrap;transition:background .12s;flex-shrink:0}.cms_vdRestoreBtn__T9Cx3:hover:not(:disabled){background:#e0e7ff}.cms_vdRestoreBtn__T9Cx3:disabled{opacity:.45;cursor:default;border-color:#e5e7eb;background:#f9fafb;color:#9ca3af}