@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.layout-root{display:flex;flex-direction:column}.layout-body{display:flex;flex-direction:column;flex:1;min-height:0}.layout-main{min-width:0}.layout-content,.layout-main{flex:1;display:flex;flex-direction:column}.layout-content{min-height:0;overflow:auto;padding-bottom:1.5rem}.layout-footer-sticky{position:sticky;bottom:0}.landing-text{color:var(--app-text)}.landing-text-muted{color:var(--app-text-muted)}.landing-row{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.landing-row--gap-sm{gap:1rem}.landing-row--gap-lg{gap:2rem}.landing-col{min-width:0;width:100%;box-sizing:border-box}.landing-col-span-1{grid-column:span 1}.landing-col-span-2{grid-column:span 2}.landing-col-span-3{grid-column:span 3}.landing-col-span-4{grid-column:span 4}.landing-col-span-5{grid-column:span 5}.landing-col-span-6{grid-column:span 6}.landing-col-span-7{grid-column:span 7}.landing-col-span-8{grid-column:span 8}.landing-col-span-9{grid-column:span 9}.landing-col-span-10{grid-column:span 10}.landing-col-span-11{grid-column:span 11}.landing-col-span-12{grid-column:span 12}.landing-col-span-13{grid-column:span 13}.landing-col-span-14{grid-column:span 14}.landing-col-span-15{grid-column:span 15}.landing-col-span-16{grid-column:span 16}.landing-col-span-17{grid-column:span 17}.landing-col-span-18{grid-column:span 18}.landing-col-span-19{grid-column:span 19}.landing-col-span-20{grid-column:span 20}.landing-col-span-21{grid-column:span 21}.landing-col-span-22{grid-column:span 22}.landing-col-span-23{grid-column:span 23}.landing-col-span-24{grid-column:span 24}.landing-pricing-toggle-btn{border-radius:6px;padding:.6rem 1.25rem;font-weight:600;font-size:.9375rem;border:1px solid var(--app-border);background:var(--app-bg);color:var(--app-text)}.landing-pricing-toggle-btn--active{background:var(--app-primary);color:#fff;border-color:var(--app-primary)}.landing-page-layout{display:flex;flex-direction:column;height:100%;min-height:0}.landing-page-scroll{flex:1;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.landing-page-scroll::-webkit-scrollbar{width:6px;height:6px}.landing-page-scroll::-webkit-scrollbar-corner,.landing-page-scroll::-webkit-scrollbar-thumb,.landing-page-scroll::-webkit-scrollbar-track{background:transparent;border-radius:3px}.landing-page-scroll:hover{scrollbar-color:rgba(0,0,0,.2) transparent}.landing-page-scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18)}.landing-page-scroll:hover::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.28)}html.dark .landing-page-scroll:hover{scrollbar-color:rgba(255,255,255,.15) transparent}html.dark .landing-page-scroll:hover::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12)}html.dark .landing-page-scroll:hover::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.22)}.landing-footer{position:relative;flex-shrink:0;background:var(--app-bg-elevated);border-top:1px solid var(--app-border);padding:1rem 1.5rem}.dashboard-page-footer .landing-footer{padding-top:0;padding-bottom:0;height:100%;width:100%;display:flex;align-items:center}.landing-footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-right:10rem}.landing-footer-edge{position:absolute;right:1.5rem;top:0;bottom:0;display:flex;align-items:center}.landing-footer-copy{font-size:.875rem;color:var(--app-text-muted)}.landing-brand{font-family:Quicksand,Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em}.landing-footer-brand{font-size:1.125rem;color:var(--app-text)}.landing-footer .viewport-display{font-size:.75rem;color:var(--app-text-muted);font-variant-numeric:tabular-nums;padding:.25rem .5rem;border-radius:4px;background:var(--app-bg-hover,#f4f4f5)}.landing-footer-links{display:flex;gap:1.25rem}.landing-footer-link{font-size:.875rem;color:var(--app-text-muted);text-decoration:none}.landing-footer-link:hover{color:var(--app-primary)}.landing-cta-box,.landing-feature-card,.landing-header,.landing-hero-wrap,.landing-section,.landing-section-dark,.landing-stat-value,.landing-step-card{font-family:Inter,system-ui,-apple-system,sans-serif}.landing-hero-wrap{background:linear-gradient(180deg,#1e1b4b,#1e1b4b 50px,#2d2a6e 35%,#312e81 55%,#1e3a5f);min-height:min(420px,70vh);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem 4rem;position:relative}.landing-hero-wrap.landing-section-grid-bg:before{--grid-opacity:0.08;background-image:linear-gradient(to right,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px)}.landing-hero-content{padding-top:3.5rem;width:100%}.landing-header{flex-shrink:0;left:0;right:0;padding:1rem 0;z-index:10;background:#1e1b4b;position:relative;border-bottom:1px solid rgba(255,255,255,.25)}html.dark .landing-header{background:#0f0d24}.landing-header:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;--grid-opacity:0.08;background-image:linear-gradient(to right,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,black 0,transparent);-webkit-mask-image:linear-gradient(180deg,black 0,transparent);mask-size:100% 100%;-webkit-mask-size:100% 100%}.landing-header .landing-header-inner{position:relative;z-index:1}.landing-header.landing-header-bar .landing-header-inner{max-width:none;margin:0;padding:0}.landing-header-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.landing-header-logo{font-family:Quicksand,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.landing-header-logo:hover{color:rgba(255,255,255,.9)}.landing-header-actions{display:flex;align-items:center;gap:.5rem}.auth-bar--light:hover{background:rgba(255,255,255,.18)!important;border-color:rgba(255,255,255,.75)!important}html.dark .landing-hero-wrap{background:linear-gradient(180deg,#0f0d24,#0f0d24 50px,#1a1742 35%,#1e1b4b 55%,#0f172a)}.landing-curve{display:block;width:100%;height:64px;margin-top:-1px;vertical-align:middle}.landing-curve-blob,.landing-curve-wave{min-height:64px}.landing-curve-before-cta path{fill:var(--app-primary)}.landing-curve.landing-curve-overlap-above.landing-curve-before-cta{margin-top:-50px}.landing-section-cta{position:relative;z-index:0}.landing-curve-overlap-above,.landing-curve-overlap-hero{margin-top:-32px;position:relative;z-index:1}.landing-curve-after-stats{margin-top:1rem}.landing-section{width:100%;background:var(--app-bg);position:relative}.landing-section-dark{background:var(--app-bg-elevated)}.landing-section-inner{max-width:1200px;margin:0 auto;padding:3rem 1rem;position:relative;z-index:1}.landing-section-grid-bg:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;--grid-opacity:0.045;background-image:linear-gradient(to right,rgba(0,0,0,var(--grid-opacity)) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,var(--grid-opacity)) 1px,transparent 1px);background-size:28px 28px;mask-size:100% 100%;-webkit-mask-size:100% 100%}.landing-section-grid-bg--fade-bottom:before,.landing-section-grid-bg:before{mask-image:linear-gradient(180deg,black 0,transparent 75%);-webkit-mask-image:linear-gradient(180deg,black 0,transparent 75%)}.landing-section-grid-bg--fade-both:before{mask-image:linear-gradient(180deg,transparent 0,black 18%,black 82%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 18%,black 82%,transparent)}.landing-section-grid-bg--fade-top:before{mask-image:linear-gradient(180deg,transparent 0,black 75%);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 75%)}html.dark .landing-section-grid-bg:before{background-image:linear-gradient(to right,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,var(--grid-opacity)) 1px,transparent 1px)}.landing-card{position:relative;border-radius:12px;padding:1.5rem;height:100%}.landing-card h3,.landing-card p{position:relative;z-index:1}.landing-card h3{margin-top:1rem}.landing-card-decorator{position:absolute;top:.5rem;right:1rem;font-size:3.5rem;line-height:1;color:var(--app-border);pointer-events:none;mask-image:linear-gradient(to bottom left,black,transparent);-webkit-mask-image:linear-gradient(to bottom left,black,transparent);mask-size:100% 100%;-webkit-mask-size:100% 100%}.landing-step-card{background:var(--app-bg);border:1px solid var(--app-border);transition:box-shadow .2s ease,border-color .2s ease}.landing-step-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:var(--app-primary)}.landing-step-badge{font-weight:700}.landing-feature-card{background:var(--app-bg-elevated);border:1px solid var(--app-border)}.landing-feature-icon svg{width:1em;height:1em}.landing-stat-value{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--app-primary);line-height:1.2}.landing-hero-title-line{white-space:nowrap}.landing-hero-highlight{background:linear-gradient(90deg,#34d399 0,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;color:#fff;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);text-decoration:none;transition:background .2s,border-color .2s}.landing-hero-cta:hover{background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.55);color:#fff}.landing-section-cta{background:var(--app-primary);color:#fff}.landing-cta-box{background:transparent;color:#fff;padding:2.5rem 1.5rem;text-align:center}.landing-pricing-section{font-family:Inter,system-ui,-apple-system,sans-serif;padding-bottom:25px}.landing-pricing-grid{overflow:visible}@media (min-width:768px){.landing-pricing-section .landing-pricing-grid{align-items:start}}.landing-pricing-toggle{padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9375rem;border:1px solid var(--app-border);background:var(--app-bg);color:var(--app-text);cursor:pointer;transition:all .2s ease}.landing-pricing-toggle:hover{border-color:var(--app-primary);color:var(--app-primary)}.landing-pricing-toggle[aria-pressed=true]{background:var(--app-primary);border-color:var(--app-primary);color:#fff}.landing-pricing-badge{margin-left:.35rem;padding:.15rem .5rem;border-radius:6px;font-size:.7rem;font-weight:700;background:linear-gradient(135deg,#34d399,#22d3ee);color:#0f172a}.landing-pricing-card{background:linear-gradient(165deg,var(--app-bg) 0,color-mix(in srgb,var(--app-bg) 88%,white) 100%);background-clip:padding-box;background-origin:padding-box;border:1px solid var(--app-border);border-radius:12px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .2s ease}.landing-pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:var(--app-primary)}.landing-pricing-section .landing-pricing-card{border-color:rgba(255,255,255,.12)}.landing-pricing-section .landing-pricing-card:hover{border-color:rgba(255,255,255,.22)}.landing-pricing-card--featured{background:linear-gradient(160deg,var(--app-primary) 0,color-mix(in srgb,var(--app-primary) 93%,white) 50%,var(--app-primary-hover) 100%);background-clip:padding-box;background-origin:padding-box;border-color:transparent;box-shadow:0 16px 48px rgba(99,102,241,.35);position:relative}.landing-pricing-card--featured:hover{box-shadow:0 24px 56px rgba(99,102,241,.4);border-color:transparent}.landing-pricing-card--featured .landing-pricing-amount,.landing-pricing-card--featured .landing-pricing-feature span,.landing-pricing-card--featured h3{color:#fff!important}.landing-pricing-card--featured p{color:rgba(255,255,255,.85)!important}.landing-pricing-card--featured .landing-pricing-period{color:rgba(255,255,255,.95)!important;opacity:1}.landing-pricing-card--featured .landing-pricing-cta--primary{background:#fff;color:var(--app-primary);border:none}.landing-pricing-card--featured .landing-pricing-cta--primary:hover{background:rgba(255,255,255,.95)}@media (min-width:768px){.landing-pricing-section .landing-section-inner{overflow:visible}.landing-pricing-section .landing-pricing-card{position:relative;min-width:0}.landing-pricing-section .landing-pricing-card--featured{transform:translateY(-20px);z-index:2;margin-left:calc(-1.5rem - 15px);margin-right:calc(-1.5rem - 15px);padding-top:calc(1.75rem + 20px);padding-bottom:calc(1.75rem + 20px)}.landing-pricing-section .landing-pricing-card--featured:hover{transform:translateY(-24px)}.landing-pricing-section .landing-pricing-card:not(.landing-pricing-card--featured){transform:translateY(0);z-index:1}.landing-pricing-section .landing-pricing-card:not(.landing-pricing-card--featured):hover{transform:translateY(-2px)}}@media (min-width:1024px){.landing-pricing-section .landing-pricing-card--featured{margin-left:calc(-2rem - 15px);margin-right:calc(-2rem - 15px)}}.landing-pricing-amount{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;color:var(--app-primary);line-height:1.2}.landing-pricing-currency{font-size:1.25rem;font-weight:700;margin-right:.1rem}.landing-pricing-features{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.65rem}.landing-pricing-feature{display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.landing-pricing-check{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--app-success);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.landing-pricing-cta{display:flex;width:100%;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;border:2px solid var(--app-primary);color:var(--app-primary);background:transparent;text-decoration:none;transition:all .2s ease}.landing-pricing-cta:hover{background:var(--app-primary);color:#fff}.page-edit-floating{position:fixed;left:0;transform:translateY(-50%);z-index:90000;cursor:grab}.page-edit-floating--column{display:flex;flex-direction:column;gap:.25rem}.page-edit-floating__btn{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--app-border);border-left:none;border-radius:0 6px 6px 0;background:var(--app-bg);color:var(--app-text-muted);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08)}.page-edit-floating__btn .page-edit-floating__icon{font-size:1.25rem}.page-edit-floating--edit-mode .page-edit-floating__edit-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;width:3rem;min-width:3rem;padding:.5rem .5rem .5rem .35rem;border:1px solid var(--app-border);border-left:none;border-radius:0 6px 6px 0;background:var(--app-bg);box-shadow:0 2px 8px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08)}.page-edit-floating--edit-mode .page-edit-floating__edit-icon{display:flex;align-items:center;justify-content:center;width:100%;height:1.5rem;color:var(--app-text-muted)}.page-edit-floating--edit-mode .page-edit-floating__edit-toggle{display:flex;justify-content:center}.page-edit-floating--edit-mode .page-edit-floating__edit-block:hover .page-edit-floating__edit-icon{color:var(--app-text)}body.page-edit-floating-dragging,body.page-edit-floating-dragging *{cursor:grabbing!important}.page-edit-floating__btn:hover{background:var(--app-bg-hover)!important;color:var(--app-text)!important;border-color:var(--app-border)}.page-edit-floating__btn:active{background:var(--app-border)!important}