.marketing-shell[data-theme=dark]{--color-bg: #13131a;--color-surface: #1a1a24;--color-surface-muted: #13131a;--color-surface-deep: #0e0e14;--color-border: #2a2a35;--color-text: #e2e2e9;--color-text-muted: #8f8f9f;--color-primary: #6c5dd3;--color-primary-dark: #5b4db8;--color-primary-weak: rgba(108, 93, 211, .14);--color-warning: #f59e0b;--shadow-lg: 0 30px 70px -40px rgba(0, 0, 0, .6);--shadow-md: 0 18px 40px -24px rgba(0, 0, 0, .5);--shadow-sm: 0 8px 24px -18px rgba(0, 0, 0, .4);--ws-on-accent: #ffffff;--ws-topbar-bg: rgba(26, 26, 36, .96);--ws-surface: #1a1a24;--ws-border: #2a2a35;--ws-text: #e2e2e9;--ws-text-muted: #8f8f9f;--ws-shadow-sm: 0 4px 14px rgba(0, 0, 0, .25);--ws-shadow-card: 0 18px 40px rgba(0, 0, 0, .35);--marketing-nav-link: #d4d4de;color-scheme:dark;background:#13131a;color:#e2e2e9}.marketing-shell[data-theme=light]{--color-bg: #f3f4f6;--color-surface: #ffffff;--color-surface-muted: #f5f5f4;--color-surface-deep: #0f172a;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #475569;--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-weak: rgba(37, 99, 235, .08);--color-warning: #f59e0b;--shadow-lg: 0 30px 70px -40px rgba(15, 23, 42, .45);--shadow-md: 0 18px 40px -24px rgba(15, 23, 42, .35);--shadow-sm: 0 8px 24px -18px rgba(15, 23, 42, .25);--ws-on-accent: #ffffff;--ws-topbar-bg: rgba(255, 255, 255, .92);--ws-surface: #ffffff;--ws-border: #e2e8f0;--ws-text: #0f172a;--ws-text-muted: #475569;--ws-shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);--ws-shadow-card: 0 18px 40px rgba(15, 23, 42, .08);--marketing-nav-link: #475569;color-scheme:light;background:#f5f5f4;color:#0f172a}.skip-link{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);padding:.5rem .75rem;border-radius:.5rem;z-index:1000}.marketing-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--color-surface-muted) 0%,var(--color-surface) 60%,var(--color-surface-muted) 100%);color:var(--color-text)}.marketing-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--ws-topbar-bg);border-bottom:1px solid var(--color-border)}.marketing-drawer-header{display:flex;justify-content:space-between;align-items:center}.marketing-drawer-title{font-weight:600}.home-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.legal-paragraph-gap{margin-top:1rem}.legal-bullets-gap{margin-top:1.25rem}.marketing-bar{margin:0 auto;max-width:1150px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.marketing-brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.15rem;letter-spacing:-.01em}.marketing-brand-mark{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text)}.marketing-brand-text{font:inherit;color:inherit}.marketing-nav{display:flex;align-items:center;gap:1.75rem}.marketing-nav a,.marketing-nav-link{position:relative;font-weight:500;color:var(--marketing-nav-link, var(--color-text-muted));text-decoration:none;padding:.4rem 0;transition:color .2s ease}.marketing-nav a:hover,.marketing-nav-link:hover{color:var(--color-primary)}.marketing-nav a.active,.marketing-nav-link.active{color:var(--color-primary);font-weight:600}.marketing-nav a.active:after,.marketing-nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-.4rem;height:2px;border-radius:2px;background:var(--color-primary)}.marketing-actions{display:flex;align-items:center;gap:1rem}.marketing-button-primary,.marketing-button-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.45rem;border-radius:.9rem;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.marketing-button-primary{background:var(--color-primary);color:var(--ws-on-accent);box-shadow:0 22px 44px -30px #2563ebe6}.marketing-button-primary:hover{transform:translateY(-2px);box-shadow:0 30px 64px -36px #2563ebe6}.marketing-button-outline{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.marketing-theme-switch{display:inline-flex;align-items:center;gap:.6rem;padding:.35rem .55rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;color:var(--color-text);font:inherit}.marketing-theme-label{font-size:.85rem;font-weight:600}.marketing-theme-track{width:36px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--color-text) 12%,transparent);position:relative}.marketing-theme-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);transition:transform .2s ease,background .2s ease,border-color .2s ease}.marketing-theme-knob.is-on{transform:translate(16px);background:var(--color-primary);border-color:var(--color-primary)}.marketing-drawer-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border)}.marketing-toggle{display:none;width:2.5rem;height:2.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.6);background:var(--color-surface);align-items:center;justify-content:center;cursor:pointer}.marketing-toggle span{display:block;width:1.3rem;height:2px;background:var(--color-text);position:relative}.marketing-toggle span:before,.marketing-toggle span:after{content:"";position:absolute;left:0;width:100%;height:2px;background:inherit;transition:transform .2s ease,opacity .2s ease}.marketing-toggle span:before{top:-6px}.marketing-toggle span:after{top:6px}.marketing-toggle[aria-expanded=true] span{background:transparent}.marketing-toggle[aria-expanded=true] span:before{transform:translateY(6px) rotate(45deg)}.marketing-toggle[aria-expanded=true] span:after{transform:translateY(-6px) rotate(-45deg)}.marketing-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:none;z-index:40}.marketing-drawer.is-open{display:flex;justify-content:flex-end}.marketing-drawer-panel{width:min(320px,85vw);background:var(--color-surface);border-radius:1.1rem 0 0 1.1rem;padding:1.75rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:var(--shadow-lg)}.marketing-drawer-nav{display:grid;gap:.75rem}.marketing-drawer-nav a,.marketing-drawer-nav .marketing-nav-link{padding:.75rem 0;border-bottom:1px solid var(--color-border);font-weight:600;color:var(--color-text)}.marketing-main{flex:1}.marketing-footer{background:#0f172aeb;color:#ffffffdb}.marketing-footer-inner{width:min(1100px,100%);margin:0 auto;padding:3.5rem 1.5rem 2.5rem}.marketing-footer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.75rem}.marketing-footer-col{display:grid;gap:.6rem;align-content:start}.marketing-footer-title{font-weight:700;letter-spacing:.08em;font-size:.75rem;color:#ffffffb8;margin-bottom:.25rem}.marketing-footer-col a{color:#ffffffd1;text-decoration:none;font-size:.92rem}.marketing-footer-col a:hover{text-decoration:underline}.marketing-footer-bottom{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.marketing-footer-brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;color:#ffffffeb}.marketing-footer-mark{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;color:#ffffffeb}.marketing-footer-copy{color:#ffffffb3;font-size:.9rem}.marketing-footer-social{display:inline-flex;gap:.65rem}.marketing-footer-social a{width:2rem;height:2rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center;color:#ffffffdb;text-decoration:none;font-weight:700;font-size:.8rem}@media (max-width: 920px){.marketing-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.marketing-section{padding:clamp(3.5rem,8vw,6rem) 1.5rem}.home-section-muted{background:#0f172a08}.home-section-title{margin:0 0 2.25rem;text-align:center;font-size:clamp(1.9rem,4.5vw,2.6rem)}.marketing-section>.marketing-container,.marketing-section .marketing-container{width:min(1100px,100%);margin:0 auto}.legal-container{max-width:980px}.legal-title{margin:0 0 1.25rem;font-size:clamp(2.25rem,5vw,3.1rem);letter-spacing:-.02em}.legal-date{color:var(--color-text-muted);font-size:.95rem;margin:0 0 2.25rem}.legal-list{margin:0;padding:0;list-style:none;counter-reset:legal;display:grid;gap:1.5rem}.legal-item{counter-increment:legal}.legal-heading{margin:0 0 .55rem;font-size:1rem;font-weight:700}.legal-heading:before{content:counter(legal) ". "}.legal-paragraph{margin:0;color:var(--color-text-muted);line-height:1.75}.legal-bullets{margin:.75rem 0 0;padding-left:1.25rem;color:var(--color-text-muted);line-height:1.75}.legal-bullets li{margin:.25rem 0}.marketing-section-header{text-align:center;margin-bottom:2.5rem}.marketing-section-header h2{margin:0;font-size:clamp(1.9rem,5vw,2.6rem)}.marketing-section-header p{margin:.75rem 0 0;color:var(--color-text-muted)}.hero-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,6vw,4rem);align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;background:#2563eb1a;color:var(--color-primary);font-size:.85rem;font-weight:600}.home-hero-title{margin:0 0 1.25rem;font-size:clamp(2.6rem,6.2vw,4.25rem);line-height:1.03;letter-spacing:-.02em}.home-hero-highlight{color:var(--color-warning)}.home-hero-stat{margin-top:2rem;display:grid;grid-template-columns:2.25rem 1fr;gap:.9rem;align-items:start;color:var(--color-text-muted)}.home-hero-stat strong{color:var(--color-text)}.home-hero-stat-icon{width:2.25rem;height:2.25rem;border-radius:.75rem;background:var(--color-surface);border:1px solid rgba(15,23,42,.12);box-shadow:var(--shadow-sm);position:relative}.home-hero-stat-icon:before{content:"";position:absolute;top:.55rem;right:.55rem;bottom:.55rem;left:.55rem;border-radius:.45rem;background:var(--color-primary);opacity:.18}.home-hero-mock{position:relative;width:min(520px,100%);aspect-ratio:1.06 / 1;justify-self:end}.home-hero-mock>.home-hero-image,.home-hero-mock>img.home-hero-image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover;border-radius:var(--radius-lg)}.home-hero-mock .home-hero-image .me-image-slot-img,.home-hero-mock .home-hero-image .me-image-slot-placeholder{border-radius:var(--radius-lg);width:100%;height:100%;object-fit:cover}.home-hero-mock .home-hero-image .me-image-slot-placeholder{background:var(--color-warning);border:none;opacity:.95;padding:0}.home-hero-mock-frame{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:var(--color-warning);opacity:.95}.home-hero-mock-paper{position:absolute;top:2.2rem;right:2.2rem;bottom:2.2rem;left:2.2rem;border-radius:calc(var(--radius-lg) - .25rem);background:var(--color-surface);box-shadow:var(--shadow-lg);border:1px solid rgba(15,23,42,.12);padding:1.9rem;display:grid;grid-template-columns:1fr 1.15fr;gap:1.4rem}.home-hero-mock-avatar{width:5.2rem;height:5.2rem;border-radius:999px;background:#0f172a14;border:1px solid rgba(15,23,42,.1)}.home-hero-mock-name{margin-top:1.25rem;width:8.5rem;height:.9rem;border-radius:999px;background:#0f172a2e}.home-hero-mock-sub{margin-top:.75rem;width:6.2rem;height:.65rem;border-radius:999px;background:#0f172a1f}.home-hero-mock-lines{grid-column:2;display:grid;gap:.55rem;align-content:start}.home-hero-mock-lines span{display:block;height:.6rem;border-radius:999px;background:#0f172a1a}.home-hero-mock-lines span:nth-child(1){width:70%}.home-hero-mock-lines span:nth-child(2){width:92%}.home-hero-mock-lines span:nth-child(3){width:82%}.home-hero-mock-lines span:nth-child(4){width:96%}.home-hero-mock-lines span:nth-child(5){width:76%}.home-hero-mock-lines span:nth-child(6){width:88%}.home-hero-badge{position:absolute;left:1.25rem;bottom:1.25rem;display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.15rem;border-radius:.95rem;background:#ffffffeb;border:1px solid rgba(15,23,42,.1);box-shadow:var(--shadow-md);font-weight:600;color:var(--color-text)}.home-hero-badge-icon{width:2.1rem;height:2.1rem;border-radius:.8rem;background:#22c55e29;border:1px solid rgba(34,197,94,.3);position:relative}.home-hero-badge-icon:before{content:"";position:absolute;top:.6rem;right:.6rem;bottom:.6rem;left:.6rem;border-radius:999px;background:#22c55ea6}.hero-title{margin:1rem 0 1.5rem;font-size:clamp(2.4rem,6vw,3.8rem);line-height:1.05;letter-spacing:-.02em}.hero-subtitle{margin:0 0 2rem;font-size:1.1rem;line-height:1.7;color:var(--color-text-muted)}.home-tool-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:520px;margin:0 auto 1.6rem;border:1px solid rgba(15,23,42,.14);border-radius:.75rem;overflow:hidden;background:var(--color-surface)}.home-tool-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:.95rem 1.1rem;font-weight:600;color:var(--color-text-muted);cursor:pointer}.home-tool-tab.is-active{color:var(--color-text);background:#0f172a0a}.me-tab-rail{display:flex;flex-wrap:wrap;align-items:stretch;width:100%;max-width:min(720px,100%);grid-template-columns:none}.me-tab-rail .me-tab-wrap{display:flex;align-items:stretch;position:relative;border-right:1px solid rgba(15,23,42,.08)}.me-tab-rail .me-tab-wrap:last-of-type{border-right:none}.me-tab-rail .home-tool-tab{min-width:11rem;padding-right:2.4rem;text-align:left}.me-tab-rail .me-tab-delete{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);width:1.4rem;height:1.4rem;border:1px solid rgba(15,23,42,.18);background:#ffffffe6;border-radius:999px;color:var(--color-text-muted);font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease,border-color .12s ease}.me-tab-rail .me-tab-wrap:hover .me-tab-delete,.me-tab-rail .me-tab-wrap.is-active .me-tab-delete,.me-tab-rail .me-tab-delete:focus-visible{opacity:1}.me-tab-rail .me-tab-delete:hover:not(:disabled){color:#b91c1c;border-color:#b91c1c66;background:#fee2e2d9}.me-tab-rail .me-tab-delete:disabled{opacity:0;cursor:not-allowed}.me-tab-rail .me-tab-add{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#3b82f614;color:var(--color-primary, #3b82f6);font-weight:600;padding:.6rem .95rem;cursor:pointer;border-left:1px dashed rgba(59,130,246,.4);white-space:nowrap}.me-tab-rail .me-tab-add:hover{background:#3b82f629}[data-theme=dark] .me-tab-rail{border-color:#94a3b83d}[data-theme=dark] .me-tab-rail .me-tab-wrap{border-right-color:#94a3b82e}[data-theme=dark] .me-tab-rail .me-tab-delete{background:#0f172ad9;border-color:#94a3b852;color:#e2e8f0}[data-theme=dark] .me-tab-rail .me-tab-delete:hover:not(:disabled){color:#fecaca;border-color:#f8717180;background:#b91c1c40}[data-theme=dark] .me-tab-rail .me-tab-add{background:#60a5fa24;border-left-color:#60a5fa80;color:#93c5fd}.home-tool-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(1.6rem,4vw,2.5rem);align-items:center}.home-tool-card{background:var(--color-surface);border:1px solid rgba(15,23,42,.12);border-radius:var(--radius-lg);padding:2rem}.home-tool-title{white-space:pre-line;margin:0;font-size:clamp(1.65rem,3vw,2.1rem);line-height:1.15}.home-tool-sub{margin-top:.9rem;color:var(--color-text-muted);font-style:italic;font-size:.92rem}.home-tool-steps{margin:1rem 0 1.25rem;padding-left:1.1rem;color:var(--color-text-muted)}.home-tool-steps li{margin:.35rem 0}.home-tool-cta{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:.65rem;border:1px solid rgba(37,99,235,.35);background:#2563eb0f;color:var(--color-primary);font-weight:600}.home-tool-preview{background:#22c55e29;border-radius:var(--radius-lg);padding:2.25rem;border:1px solid rgba(15,23,42,.08)}.home-tool-preview-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:1.25rem;align-items:center}.home-tool-preview-mini{height:11.5rem;border-radius:.85rem;background:var(--color-surface);border:1px solid rgba(15,23,42,.1);box-shadow:var(--shadow-sm)}.home-tool-preview-form{background:#ffffffb3;border-radius:.9rem;padding:1rem;border:1px solid rgba(15,23,42,.08)}.home-tool-preview-form-title{font-weight:700;font-size:.75rem;letter-spacing:.08em;color:#0f172aa6;margin-bottom:.75rem}.home-tool-preview-row{background:var(--color-surface);border:1px solid rgba(15,23,42,.08);border-radius:.6rem;padding:.55rem .7rem;font-size:.85rem;margin-bottom:.5rem}.home-tool-preview-button{margin-top:.75rem;background:var(--color-primary);color:var(--ws-on-accent);border-radius:.65rem;padding:.6rem .9rem;font-weight:600;text-align:center;font-size:.9rem}.home-feature-strip{margin-top:2.5rem;border:1px solid rgba(15,23,42,.1);background:#ffffffa6;border-radius:.75rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-feature-item{padding:1rem 1.1rem;text-align:center;font-weight:600;color:#0f172abf}.home-feature-item+.home-feature-item{border-left:1px solid rgba(15,23,42,.08)}.home-template-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(160px,1fr);gap:1.25rem;overflow-x:auto;padding-bottom:.5rem}.home-template-card{background:var(--color-surface);border:1px solid rgba(15,23,42,.1);border-radius:.8rem;overflow:hidden;box-shadow:var(--shadow-sm)}.home-template-thumb{height:240px;background:linear-gradient(180deg,#0f172a12,#0f172a08)}.home-template-cta{margin-top:1rem;text-align:center}.home-template-cta a{text-decoration:underline;font-weight:600}.home-benefits-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.home-benefit-icon{width:2.3rem;height:2.3rem;border-radius:.9rem;background:#0f172a0f;border:1px solid rgba(15,23,42,.08);margin-bottom:1rem}.home-benefit-title{margin:0;font-size:1.05rem}.home-benefit-desc{margin:.7rem 0 0;color:var(--color-text-muted);line-height:1.65}.home-service{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(1.8rem,4vw,3rem);align-items:center;padding:clamp(2rem,5vw,3rem) 0}.home-service+.home-service{border-top:1px solid rgba(15,23,42,.08)}.home-service.is-reverse{grid-template-columns:1fr 1.15fr}.home-service.is-reverse>div:first-child{order:2}.home-service.is-reverse>div:last-child{order:1}.home-service-title{margin:0;font-size:clamp(2rem,4.5vw,2.9rem);line-height:1.05;white-space:pre-line}.home-service-sub{margin:.9rem 0 1.25rem;color:var(--color-text-muted)}.home-service-list{margin:0 0 1.5rem;padding:0;list-style:none;display:grid;gap:.75rem}.home-service-list li{display:grid;grid-template-columns:1.1rem 1fr;gap:.65rem;align-items:start;color:#0f172ac7}.home-service-list li:before{content:"";width:.65rem;height:.65rem;margin-top:.35rem;border-radius:999px;background:var(--color-warning)}.home-service-cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:.65rem;background:var(--color-primary);color:var(--ws-on-accent);font-weight:600}.home-service-media{position:relative;border-radius:1rem;border:1px solid rgba(15,23,42,.1);overflow:hidden;min-height:320px}.home-service-media.is-orange{background:linear-gradient(135deg,#f59e0b42,#f59e0b1f)}.home-service-media.is-neutral{background:linear-gradient(135deg,#0f172a14,#0f172a08)}.home-service-media.is-photo{background:linear-gradient(135deg,#0f172a1f,#0f172a0a)}.home-media-chip-row{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.home-media-chip-row span{background:#0f172a9e;color:var(--ws-on-accent);padding:.35rem .55rem;border-radius:999px;font-size:.75rem}.home-media-icon-row{position:absolute;bottom:1.1rem;left:1.1rem;display:flex;gap:.6rem}.home-media-icon-row span{width:2.15rem;height:2.15rem;border-radius:.85rem;background:#0f172a1f;border:1px solid rgba(15,23,42,.12)}.home-media-badge{position:absolute;bottom:1rem;left:1rem;background:#ffffffeb;border:1px solid rgba(15,23,42,.1);border-radius:.85rem;padding:.65rem .85rem;display:inline-flex;gap:.6rem;align-items:center;box-shadow:var(--shadow-sm);font-weight:600;color:var(--color-text)}.home-media-badge.is-orange{left:auto;right:1rem}.home-media-badge-icon{width:1.8rem;height:1.8rem;border-radius:.7rem;background:#22c55e29;border:1px solid rgba(34,197,94,.3)}.home-media-badge-icon.is-orange{background:#f59e0b29;border-color:#f59e0b59}.home-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem}.home-testimonial-card{padding:1.4rem 1.5rem}.home-stars{color:var(--color-warning);letter-spacing:.12em;margin-bottom:.75rem}.home-testimonial-title{margin:0;font-size:1.05rem}.home-testimonial-quote{margin:.65rem 0 1.25rem;color:var(--color-text-muted);line-height:1.65}.home-testimonial-by{font-style:italic;color:#0f172aa6}.home-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-pricing-card{background:var(--color-surface);border:1px solid rgba(15,23,42,.1);border-radius:1rem;padding:1.6rem;box-shadow:var(--shadow-sm)}.home-pricing-card.is-featured{background:#0f172a09}.home-pricing-name{font-weight:700}.home-pricing-price{margin-top:.35rem;font-size:2rem;font-weight:800}.home-pricing-button-row{margin:1rem 0 1.25rem}.home-pricing-button{width:100%;display:inline-flex;justify-content:center;padding:.7rem 1rem;border-radius:.65rem;font-weight:700;border:1px solid rgba(15,23,42,.25)}.home-pricing-button.is-primary{background:var(--color-primary);color:var(--ws-on-accent);border-color:#2563eba6}.home-pricing-button.is-outline{background:transparent;color:#0f172adb}.home-pricing-included{color:#0f172a8c;font-size:.9rem;margin-bottom:.65rem}.home-pricing-list{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.home-pricing-list li{display:grid;grid-template-columns:1.1rem 1fr;gap:.65rem}.home-pricing-list li:before{content:"✓";color:#0f172ab3;font-weight:800}.home-faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(1.5rem,5vw,3rem);align-items:start}.home-faq-title{margin:0;font-size:clamp(2rem,4.8vw,3rem);line-height:1.05;white-space:pre-line}.home-faq-list{display:grid;gap:.8rem}.home-faq-item{background:var(--color-surface);border:1px solid rgba(15,23,42,.1);border-radius:.9rem;padding:.95rem 1.1rem}.home-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:600}.home-faq-item summary::-webkit-details-marker{display:none}.home-faq-caret{width:.85rem;height:.85rem;border-right:2px solid rgba(15,23,42,.55);border-bottom:2px solid rgba(15,23,42,.55);transform:rotate(45deg);transition:transform .15s ease}.home-faq-item[open] .home-faq-caret{transform:rotate(-135deg)}.home-faq-answer{margin-top:.75rem;color:var(--color-text-muted);line-height:1.65}.faqs-container{max-width:860px}.faqs-title{text-align:left;margin-bottom:1.75rem}.faqs-list{max-width:720px}.faqs-cta-grid{margin-top:.5rem}.faqs-cta{padding-bottom:2.75rem}.faqs-cta-icon{margin-top:auto;display:grid;place-items:center;color:var(--color-warning)}.faqs-cta-icon svg{display:block}.support-container{max-width:980px}.support-title{margin:0 0 2.25rem;text-align:center;font-size:clamp(2.1rem,4.6vw,3rem);letter-spacing:-.02em}.support-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.support-meta{padding-top:.25rem}.support-meta-title{font-weight:700;margin-bottom:1.25rem}.support-meta-block{margin-bottom:1rem}.support-meta-label{font-size:.85rem;font-weight:700;color:var(--color-text)}.support-meta-value{margin-top:.35rem;color:var(--color-text-muted)}.support-meta-note{margin:1.25rem 0 0;color:var(--color-text-muted);line-height:1.7;font-size:.95rem}.support-card{background:var(--color-surface);border:1px solid rgba(15,23,42,.1);border-radius:1rem;padding:1.35rem 1.35rem 1.25rem}.support-card-title{font-weight:700;margin-bottom:.25rem}.support-card-sub{color:var(--color-text-muted);font-size:.9rem;line-height:1.55;margin-bottom:1.1rem}.support-form{display:grid;gap:.9rem}.support-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.support-field{display:grid;gap:.4rem}.support-label{font-size:.85rem;font-weight:700;color:#0f172abf}.support-input{width:100%;height:2.2rem;border-radius:.35rem;border:1px solid rgba(15,23,42,.18);padding:.35rem .55rem;background:var(--color-surface);color:var(--color-text);font:inherit}.support-input::placeholder{color:#0f172a59}.support-textarea{height:auto;resize:none;padding:.55rem}.support-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.support-reset,.support-submit{border-radius:.6rem;padding:.45rem .9rem;font-weight:700;font-size:.85rem;cursor:pointer}.support-reset{background:transparent;border:1px solid rgba(37,99,235,.55);color:var(--color-primary)}.support-submit{background:var(--color-primary);border:1px solid var(--color-primary);color:var(--ws-on-accent)}@media (max-width: 920px){.support-grid,.support-form-row{grid-template-columns:1fr}}.home-bottom-cta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-bottom-cta{background:var(--color-surface);border:1px solid rgba(15,23,42,.1);border-radius:1rem;padding:1.5rem;min-height:170px;display:grid;gap:.5rem;align-content:start;position:relative}.home-bottom-cta h3{margin:0}.home-bottom-cta a{color:var(--color-primary);text-decoration:underline;font-weight:600}.home-bottom-cta-icon{position:absolute;right:1.25rem;bottom:1.25rem;width:2.4rem;height:2.4rem;border-radius:.9rem;background:#f59e0b29;border:1px solid rgba(245,158,11,.28)}@media (max-width: 920px){.home-tool-grid{grid-template-columns:1fr}.home-feature-strip{grid-template-columns:1fr 1fr}.home-feature-item:nth-child(3){border-left:none;border-top:1px solid rgba(15,23,42,.08)}.home-feature-item:nth-child(4){border-top:1px solid rgba(15,23,42,.08)}.home-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-service,.home-service.is-reverse{grid-template-columns:1fr}.home-service.is-reverse>div:first-child{order:0}.home-service.is-reverse>div:last-child{order:0}.home-testimonial-grid,.home-pricing-grid,.home-faq-layout,.home-bottom-cta-grid{grid-template-columns:1fr}}.hero-media{border-radius:var(--radius-lg);background:linear-gradient(135deg,#2563eb1f,#2563eb2e);padding:clamp(1.25rem,4vw,2.25rem);box-shadow:var(--shadow-md)}.marketing-feature-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.marketing-feature-card{padding:1.75rem;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-sm);display:grid;gap:.75rem}.marketing-feature-icon{width:3rem;height:3rem;border-radius:.9rem;background:#2563eb1f;color:var(--color-primary);display:grid;place-items:center;font-weight:700;font-size:1.1rem}.marketing-grid-two{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.marketing-card{padding:2rem;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-sm);display:grid;gap:.9rem}.marketing-card a{font-weight:600;color:var(--color-primary)}.marketing-metrics{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.marketing-metric{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-sm);padding:1.75rem;text-align:center}.marketing-metric-value{font-size:2.2rem;font-weight:800;letter-spacing:-.02em}.marketing-metric-label{margin-top:.35rem;color:var(--color-text-muted);font-weight:600}.marketing-steps{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.marketing-step-index{width:2.25rem;height:2.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-primary);background:#2563eb1f}.marketing-mini-grid{display:grid;gap:.9rem;margin-top:1rem}.marketing-mini-card{padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid rgba(148,163,184,.18);background:#0f172a05}.marketing-mini-title{font-weight:700}.marketing-mini-desc{margin-top:.35rem;color:var(--color-text-muted);line-height:1.6}.marketing-testimonials{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.marketing-testimonial-meta{margin-top:1.25rem;display:grid;gap:.15rem}.marketing-testimonial-name{font-weight:700}.marketing-testimonial-role{color:var(--color-text-muted);font-weight:600;font-size:.95rem}.marketing-faq{display:grid;gap:1rem;max-width:820px;margin:0 auto}.marketing-faq-item{border-radius:var(--radius-md);border:1px solid rgba(148,163,184,.18);background:var(--color-surface);box-shadow:var(--shadow-sm);padding:1rem 1.25rem}.marketing-faq-item summary{cursor:pointer;font-weight:700}.marketing-faq-answer{margin-top:.75rem;color:var(--color-text-muted);line-height:1.7}.marketing-pricing-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.marketing-pricing-card{padding:2rem;border-radius:var(--radius-md);background:var(--color-surface);border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-sm);display:grid;gap:.75rem;text-align:left}.marketing-pricing-card.highlight{background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));color:var(--ws-on-accent);border-color:#fff3;box-shadow:0 36px 72px -40px #6c5dd373}.marketing-pricing-card span{font-size:2.2rem;font-weight:700}.marketing-list{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:.65rem}.marketing-list li{display:flex;align-items:center;gap:.5rem;color:inherit}.marketing-list-bullet{width:1.1rem;height:1.1rem;border-radius:999px;background:#2563eb2e;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--color-primary)}.marketing-footer{margin-top:auto;padding:3rem 1.5rem 3.5rem;background:var(--color-surface-deep);color:var(--color-text-muted)}.marketing-footer-inner{width:min(1100px,100%);margin:0 auto;display:grid;gap:1.75rem;justify-items:center}.marketing-footer-brand{font-weight:600;font-size:1.2rem;color:var(--color-text)}.marketing-footer-links{display:flex;flex-wrap:wrap;gap:1.1rem;list-style:none;padding:0;margin:0;justify-content:center}.marketing-footer-links a{color:inherit;font-weight:500}.marketing-footer-social{display:flex;gap:.75rem}.marketing-footer-social a{width:2.35rem;height:2.35rem;border-radius:999px;border:1px solid rgba(226,232,240,.35);display:inline-flex;align-items:center;justify-content:center;color:inherit}@media (max-width: 1024px){.marketing-nav,.marketing-actions{display:none}.marketing-toggle{display:inline-flex}.hero-layout{text-align:center}.hero-media{order:-1}}@media (max-width: 640px){.marketing-bar{padding:.85rem 1.25rem}.marketing-section{padding:3rem 1.25rem}.marketing-feature-card,.marketing-card,.marketing-pricing-card{padding:1.5rem}.marketing-section-header{margin-bottom:2rem}}._page_15zzc_1{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:2.5rem 1.25rem;background:var(--color-bg)}._card_15zzc_9{width:min(520px,92vw);background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem 2.25rem}._title_15zzc_17{font-size:1.1rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}._form_15zzc_24{display:grid;gap:1rem}._field_15zzc_26{display:grid;gap:.45rem}._label_15zzc_28{font-weight:600;color:var(--color-text)}._inputWrap_15zzc_33{position:relative}._input_15zzc_33{width:100%;padding:.65rem .85rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:.6rem}._input_15zzc_33::placeholder{color:var(--color-text-muted)}._eye_15zzc_50{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border-radius:.55rem;border:0;background:transparent;color:var(--color-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._actionsRow_15zzc_67{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem}._forgot_15zzc_75{font-size:.85rem;color:var(--color-text-muted);text-decoration:none}._primary_15zzc_81{padding:.65rem 1.5rem;border-radius:.6rem;border:0;background:var(--color-primary);color:var(--ws-on-accent);font-weight:700;cursor:pointer}._primary_15zzc_81:disabled{opacity:.6;cursor:not-allowed}._alert_15zzc_96{color:#b91c1c;font-size:.9rem}._socialDivider_15zzc_101{display:flex;align-items:center;gap:.9rem;margin:1.35rem 0 .9rem;color:#475569cc;font-size:.72rem;letter-spacing:.06em;justify-content:center}._socialDivider_15zzc_101:before,._socialDivider_15zzc_101:after{content:"";height:1px;background:var(--color-border);flex:1}._socialDivider_15zzc_101 span{white-space:nowrap}._socialRow_15zzc_124{display:flex;justify-content:center;gap:.75rem}._iconBtn_15zzc_130{width:2.4rem;height:2.4rem;border-radius:.55rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._iconBtn_15zzc_130:disabled{opacity:1;cursor:pointer}._iconBtn_15zzc_130 svg{display:block}._iconBtnFacebook_15zzc_152,._iconBtnLinkedIn_15zzc_153{color:var(--color-primary)}._iconBtnX_15zzc_157{color:var(--color-text)}._bottom_15zzc_161{margin-top:1.3rem;display:flex;justify-content:center;gap:.5rem;color:var(--color-text-muted);font-size:.9rem}._signup_15zzc_170{color:var(--color-primary);text-decoration:none;font-weight:700}._loading_15zzc_176{padding:2rem}._page_1sy3f_1{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:2.5rem 1.25rem;background:var(--color-bg)}._card_1sy3f_9{width:min(520px,92vw);background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem 2.25rem}._title_1sy3f_17{font-size:1.1rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}._form_1sy3f_24{display:grid;gap:1rem}._field_1sy3f_29{display:grid;gap:.45rem}._gridTwo_1sy3f_34{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}._label_1sy3f_40{font-weight:600;color:var(--color-text)}._inputWrap_1sy3f_45{position:relative}._input_1sy3f_45{width:100%;padding:.65rem .85rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:.6rem}._input_1sy3f_45::placeholder{color:#475569b3}._inputError_1sy3f_62{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614}._hint_1sy3f_67,._fieldError_1sy3f_68{font-size:.8rem;line-height:1.35}._hint_1sy3f_67{color:#475569bf}._fieldError_1sy3f_68{color:#b91c1c}._eye_1sy3f_81{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border-radius:.55rem;border:0;background:transparent;color:#475569d9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._actionsRow_1sy3f_98{display:flex;justify-content:flex-end;margin-top:.25rem}._primary_1sy3f_104{padding:.65rem 1.5rem;border-radius:.6rem;border:0;background:var(--color-primary);color:var(--ws-on-accent);font-weight:700;cursor:pointer;min-width:7.5rem}._primary_1sy3f_104:disabled{opacity:.6;cursor:not-allowed}._alert_1sy3f_120{color:#b91c1c;font-size:.9rem}._success_1sy3f_125{color:#475569f2;font-size:.95rem;line-height:1.45}._bottom_1sy3f_131{margin-top:1.3rem;display:flex;justify-content:center;gap:.5rem;color:#475569e6;font-size:.9rem}._link_1sy3f_140{color:var(--color-primary);text-decoration:none;font-weight:700}@media (max-width: 640px){._gridTwo_1sy3f_34{grid-template-columns:1fr}}._root_wmaze_1{--loader-paper: var(--color-surface, #ffffff);--loader-paper-edge: var(--color-border, #cbd5e1);--loader-paper-shadow: var(--color-border, #e2e8f0);--loader-line: var(--color-primary, #6366f1);--loader-line-muted: color-mix(in srgb, var(--loader-line) 35%, transparent);--loader-pen-top: #8b7cf8;--loader-pen-bottom: #4f46e5;--loader-nib: #312e81;--loader-ink: #6366f1;display:inline-flex;flex-direction:column;align-items:center;gap:.65rem;color:var(--color-text-muted, var(--ws-text-muted, #64748b))}._sizeSm_wmaze_19{--loader-scale: .72}._sizeMd_wmaze_23{--loader-scale: 1}._sizeLg_wmaze_27{--loader-scale: 1.28}._scene_wmaze_31{width:calc(80px * var(--loader-scale));height:calc(64px * var(--loader-scale));overflow:visible}._shadow_wmaze_37{fill:var(--loader-paper-shadow);opacity:.45;transform-origin:40px 56px;animation:_shadowPulse_wmaze_1 2.4s ease-in-out infinite}._paperBack_wmaze_44{fill:var(--loader-paper-shadow);opacity:.55}._paper_wmaze_44{fill:var(--loader-paper);stroke:var(--loader-paper-edge);stroke-width:1.2}._paperAccent_wmaze_55{fill:var(--loader-line-muted);transform-origin:20px 15.5px;animation:_accentFade_wmaze_1 2.4s ease-in-out infinite}._line_wmaze_61{stroke:var(--loader-line);stroke-width:2;stroke-linecap:round;fill:none;stroke-dasharray:40;stroke-dashoffset:40;opacity:.2}._line1_wmaze_71{animation:_writeLine_wmaze_1 2.4s ease-in-out infinite}._line2_wmaze_75{animation:_writeLine_wmaze_1 2.4s ease-in-out infinite;animation-delay:.35s}._line3_wmaze_80{animation:_writeLine_wmaze_1 2.4s ease-in-out infinite;animation-delay:.7s}._line4_wmaze_85{animation:_writeLine_wmaze_1 2.4s ease-in-out infinite;animation-delay:1.05s}._inkDot_wmaze_90{fill:var(--loader-ink);opacity:0;transform-origin:54px 45px;animation:_inkBlot_wmaze_1 2.4s ease-in-out infinite;animation-delay:1.05s}._pen_wmaze_98{transform-origin:2.5px 11px;animation:_penWrite_wmaze_1 2.4s ease-in-out infinite}._penBody_wmaze_103{filter:drop-shadow(0 1px 2px rgba(15,23,42,.18))}._penNib_wmaze_107{filter:drop-shadow(0 1px 1px rgba(15,23,42,.12))}._penHighlight_wmaze_111{fill:#ffffff59}._label_wmaze_115{font-size:.875rem;letter-spacing:.01em}@keyframes _penWrite_wmaze_1{0%,8%{transform:translate(18px,20px) rotate(-42deg)}22%{transform:translate(30px,22px) rotate(-18deg)}38%{transform:translate(24px,29px) rotate(-24deg)}54%{transform:translate(34px,31px) rotate(-16deg)}70%{transform:translate(26px,38px) rotate(-22deg)}86%,to{transform:translate(36px,41px) rotate(-14deg)}}@keyframes _writeLine_wmaze_1{0%,12%{stroke-dashoffset:40;opacity:.15}28%,82%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.35}}@keyframes _inkBlot_wmaze_1{0%,68%{opacity:0;transform:scale(.4)}78%,88%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(.6)}}@keyframes _accentFade_wmaze_1{0%,10%{opacity:.35;transform:scaleX(.82)}20%,80%{opacity:1;transform:scaleX(1.1)}to{opacity:.35;transform:scaleX(.82)}}@keyframes _shadowPulse_wmaze_1{0%,to{transform:scaleX(.92);opacity:.35}50%{transform:scaleX(1);opacity:.5}}@media (prefers-reduced-motion: reduce){._pen_wmaze_98,._line_wmaze_61,._inkDot_wmaze_90,._paperAccent_wmaze_55,._shadow_wmaze_37{animation:none}._line_wmaze_61{stroke-dashoffset:0;opacity:.75}._pen_wmaze_98{transform:translate(30px,30px) rotate(-20deg)}._inkDot_wmaze_90{opacity:.6}}._overlay_1rsp5_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:var(--color-bg, #0f1117);pointer-events:none}:root{--ws-page-max: 80rem;--ws-bg: #f3f4f6;--ws-surface: #ffffff;--ws-surface-muted: #f8fafc;--ws-surface-elevated: #ffffff;--ws-header: #2563eb;--ws-border: #e2e8f0;--ws-border-soft: rgba(226, 232, 240, .9);--ws-text: #0f172a;--ws-text-muted: #64748b;--ws-text-subtle: #94a3b8;--ws-accent: #2563eb;--ws-accent-mid: #3b82f6;--ws-accent-dark: #1d4ed8;--ws-accent-hover: #1d4ed8;--ws-accent-soft: #eff6ff;--ws-accent-muted: #dbeafe;--ws-accent-weak: rgba(37, 99, 235, .08);--ws-on-accent: #ffffff;--ws-on-accent-muted: #dbeafe;--ws-hero-fg: #ffffff;--ws-hero-subtitle: #dbeafe;--ws-hero-btn-bg: rgba(255, 255, 255, .12);--ws-hero-btn-border: rgba(255, 255, 255, .45);--ws-hero-btn-text: #ffffff;--ws-hero-btn-hover-bg: rgba(255, 255, 255, .22);--ws-surface-inverse: #ffffff;--ws-hero-gradient: linear-gradient(90deg, var(--ws-accent-mid), var(--ws-accent) 55%, var(--ws-accent-dark));--ws-input-bg: #f8fafc;--ws-input-fg: #0f172a;--ws-hover-bg: #f1f5f9;--ws-warning-bg: #fffbeb;--ws-warning-text: #92400e;--ws-warning-border: #fcd34d;--ws-success: #16a34a;--ws-danger: #dc2626;--ws-danger-soft: #fef2f2;--ws-radius-lg: 1rem;--ws-radius-md: .85rem;--ws-radius-sm: .5rem;--ws-shadow-card: 0 18px 40px rgba(15, 23, 42, .08);--ws-shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);--ws-shadow-inset: inset 0 1px 2px rgba(15, 23, 42, .08);--ws-gap-page: 1.5rem;--ws-font-display: var(--studio-font-family);--ws-topbar-bg: rgba(255, 255, 255, .92);--ws-overlay: rgba(15, 23, 42, .45)}:root[data-theme=dark]{color-scheme:dark;--ws-bg: #13131a;--ws-surface: #1a1a24;--ws-surface-muted: #13131a;--ws-surface-elevated: #252532;--ws-header: #1e1e2d;--ws-border: #2a2a35;--ws-border-soft: rgba(42, 42, 53, .92);--ws-text: #e2e2e9;--ws-text-muted: #8f8f9f;--ws-text-subtle: #6b6b7a;--ws-accent: #6c5dd3;--ws-accent-mid: #7c6fe0;--ws-accent-dark: #5b4db8;--ws-accent-hover: #5b4db8;--ws-accent-soft: rgba(108, 93, 211, .14);--ws-accent-muted: rgba(108, 93, 211, .28);--ws-accent-weak: rgba(108, 93, 211, .1);--ws-on-accent: #ffffff;--ws-on-accent-muted: #d4cff9;--ws-hero-fg: #e2e2e9;--ws-hero-subtitle: #8f8f9f;--ws-hero-btn-bg: #1a1a24;--ws-hero-btn-border: #2a2a35;--ws-hero-btn-text: #e2e2e9;--ws-hero-btn-hover-bg: #252532;--ws-surface-inverse: #1a1a24;--ws-hero-gradient: linear-gradient(180deg, #1e1e2d 0%, #1a1a24 100%);--ws-input-bg: #252532;--ws-input-fg: #e2e2e9;--ws-hover-bg: #252532;--ws-warning-bg: rgba(245, 158, 11, .12);--ws-warning-text: #fbbf24;--ws-warning-border: rgba(245, 158, 11, .35);--ws-success: #4ade80;--ws-danger: #f87171;--ws-danger-soft: rgba(248, 113, 113, .12);--ws-shadow-card: 0 18px 40px rgba(0, 0, 0, .35);--ws-shadow-sm: 0 4px 14px rgba(0, 0, 0, .25);--ws-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .25);--ws-topbar-bg: rgba(26, 26, 36, .96);--ws-overlay: rgba(0, 0, 0, .62)}:root[data-theme=dark]{--ts-color-accent: var(--color-primary);--ts-color-text: var(--color-text);--ts-color-text-muted: var(--color-text-muted);--ts-color-border: var(--color-border);--ts-color-surface: var(--color-surface);--ts-color-surface-muted: var(--color-surface-muted);--editor-accent: var(--ws-accent)}:root[data-theme=dark] .me-bar{background:var(--ws-header);color:var(--ws-text);border-bottom:1px solid var(--ws-border)}:root[data-theme=dark] .me-bar-page,:root[data-theme=dark] .me-bar-status{color:var(--ws-text-muted)}:root[data-theme=dark] .me-bar-pill,:root[data-theme=dark] .me-btn--primary,:root[data-theme=dark] .me-palette-btn--primary{background:var(--ws-accent);border-color:var(--ws-accent);color:var(--ws-on-accent)}:root[data-theme=dark] .me-palette,:root[data-theme=dark] .me-format-palette,:root[data-theme=dark] .me-section-strip{background:var(--ws-surface);border-color:var(--ws-border);color:var(--ws-text)}:root[data-theme=dark] .me-panel,:root[data-theme=dark] .me-sidebar,:root[data-theme=dark] .me-inspector{background:var(--ws-surface);border-color:var(--ws-border);color:var(--ws-text)}:root[data-theme=dark] .me-input,:root[data-theme=dark] .me-select,:root[data-theme=dark] .me-textarea{background:var(--ws-input-bg);border-color:var(--ws-border);color:var(--ws-input-fg)}:root[data-theme=dark] .ts-canvas-wrap{background:linear-gradient(135deg,var(--ws-bg) 0%,var(--ws-surface-muted) 100%)}:root[data-theme=dark] .ts-toolbar-group{border-right-color:var(--ws-border)}:root[data-theme=dark] .ts-btn--secondary{border-color:var(--ws-border)}:root[data-theme=dark] .ts-btn--danger{border-color:#f8717159}:root[data-theme=dark] .ts-btn--danger:hover{background:var(--ws-danger-soft)}:root[data-theme=dark] .ts-meta-options,:root[data-theme=dark] .ts-meta-options-block{border-color:var(--ws-border)}:root[data-theme=dark] .ts-section-card{background:var(--ws-surface);border-color:var(--ws-border)}:root[data-theme=dark] .ts-section-card:hover{background:var(--ws-hover-bg)}:root[data-theme=dark] .studio-launcher-item.is-active{border-color:var(--ws-accent-muted);background:var(--ws-accent-soft);color:var(--ws-accent)}:root[data-theme=dark] .studio-launcher-item-icon{background:var(--ws-accent-soft);color:var(--ws-accent)}:root[data-theme=dark] .ts-section-card-icon--indigo{background:#6c5dd338}:root[data-theme=dark] .ts-section-card-icon--violet{background:#7c6fe038}:root[data-theme=dark] .ts-section-card-icon--sky{background:#38bdf82e}:root[data-theme=dark] .ts-section-card-icon--emerald{background:#4ade802e}:root[data-theme=dark] .ts-section-card-icon--blue{background:#6c5dd338}:root[data-theme=dark] .ts-section-card-icon--purple{background:#7c6fe038}:root[data-theme=dark] .ts-section-card-icon--amber{background:#fbbf242e}:root[data-theme=dark] .ts-section-card-icon--cyan{background:#22d3ee2e}:root[data-theme=dark] .ts-section-card-icon--pink{background:#f472b62e}:root[data-theme=dark] .ts-section-card-icon--teal{background:#2dd4bf2e}:root[data-theme=dark] .ts-section-card-icon--rose{background:#fb71852e}:root[data-theme=dark] .ts-section-card-icon--orange{background:#fb923c2e}:root[data-theme=dark] .ts-section-card-icon--lime{background:#a3e6352e}:root[data-theme=dark] .ts-section-card-icon--fuchsia{background:#d946ef2e}.marketing-shell[data-theme=dark] .home-hero-badge,.marketing-shell[data-theme=dark] .home-media-badge{background:var(--ws-surface);border-color:var(--ws-border);color:var(--ws-text)}:root{--studio-font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--color-bg: #f3f4f6;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-surface-deep: #0f172a;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #475569;--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-weak: rgba(37, 99, 235, .08);--radius-lg: 1.25rem;--radius-md: .9rem;--radius-sm: .5rem;--shadow-lg: 0 30px 70px -40px rgba(15, 23, 42, .45);--shadow-md: 0 18px 40px -24px rgba(15, 23, 42, .35);--shadow-sm: 0 8px 24px -18px rgba(15, 23, 42, .25);--focus: var(--color-primary);--color-warning: #a16207}:root[data-theme=dark]{color-scheme:dark;--color-bg: #13131a;--color-surface: #1a1a24;--color-surface-muted: #13131a;--color-surface-deep: #e2e2e9;--color-border: #2a2a35;--color-text: #e2e2e9;--color-text-muted: #8f8f9f;--color-primary: #6c5dd3;--color-primary-dark: #5b4db8;--color-primary-weak: rgba(108, 93, 211, .14);--shadow-lg: 0 30px 70px -40px rgba(0, 0, 0, .6);--shadow-md: 0 18px 40px -24px rgba(0, 0, 0, .5);--shadow-sm: 0 8px 24px -18px rgba(0, 0, 0, .4);--color-warning: #f59e0b}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--studio-font-family);background:var(--color-bg);color:var(--color-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit;text-align:start}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:root[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}:root[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a2a35;border-radius:4px}:root[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3f3f4e}:root[data-theme=dark] ::selection{background:#6c5dd373;color:#fff}
