@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:ital,wght@0,700;1,400;1,700&display=swap";:root{--md-sys-color-background: #f1f4f1;--md-sys-color-surface: #ffffff;--md-sys-color-surface-container: #e8ece8;--md-sys-color-surface-container-high: #dfe4df;--md-sys-color-surface-container-highest: #d5dad5;--md-sys-color-primary: #064e3b;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d1fae5;--md-sys-color-on-primary-container: #022c22;--md-sys-color-tertiary: #c5a059;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #fff8ec;--md-sys-color-on-tertiary-container: #6b5420;--md-sys-color-on-surface: #0c1f1a;--md-sys-color-on-surface-variant: #3d5349;--md-sys-color-outline: rgba(6, 78, 59, .18);--md-sys-color-outline-variant: rgba(6, 78, 59, .1);--md-sys-color-positive: #d1fae5;--md-sys-color-on-positive: #065f46;--md-sys-color-negative: #fee2e2;--md-sys-color-on-negative: #991b1b;--md-shape-corner-small: 8px;--md-shape-corner-medium: 12px;--md-shape-corner-large: 28px;--md-shape-corner-extra-large: 32px;--md-shape-corner-full: 9999px;--md-state-hover-overlay: rgba(0, 0, 0, .08);--md-state-pressed-overlay: rgba(0, 0, 0, .12);--md-state-focus-overlay: rgba(0, 0, 0, .1);--md-state-hover-light: rgba(255, 255, 255, .08);--bento-gap: 24px}.bento-grid{display:grid;gap:var(--bento-gap)}.bento-2col{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-3col{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:640px){.bento-2col,.bento-3col{grid-template-columns:1fr}}.m3-card{background:var(--md-sys-color-surface);border-radius:var(--md-shape-corner-large);border:none;padding:24px;position:relative;overflow:hidden;transition:background .2s ease}.m3-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:transparent;transition:background .2s ease;pointer-events:none}.m3-card:hover:after{background:var(--md-state-hover-overlay)}.m3-card.tonal{background:var(--md-sys-color-surface-container)}.m3-card.filled-container{background:var(--md-sys-color-primary-container)}.m3-card.primary{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.m3-display-small{font-size:36px;font-weight:400;line-height:44px}.m3-title-large{font-size:22px;font-weight:400;line-height:28px}.m3-title-medium{font-size:16px;font-weight:500;line-height:24px}.m3-body-large{font-size:16px;font-weight:400;line-height:24px}.m3-body-medium{font-size:14px;font-weight:400;line-height:20px}.m3-label-medium{font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;letter-spacing:.04em}.m3-chip{background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface-variant);border-radius:var(--md-shape-corner-full);padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer}.m3-chip.selected{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.m3-btn{font-size:14px;font-weight:500;letter-spacing:.1px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;border-radius:var(--md-shape-corner-full);position:relative;overflow:hidden;transition:background .15s ease;font-family:inherit}.m3-btn:after{content:"";position:absolute;inset:0;border-radius:inherit;background:transparent;transition:background .15s ease;pointer-events:none}.m3-btn:hover:after{background:var(--md-state-hover-overlay)}.m3-btn:active:after{background:var(--md-state-pressed-overlay)}.m3-btn:focus-visible:after{background:var(--md-state-focus-overlay)}.m3-btn-filled{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.m3-btn-filled-tonal{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.m3-btn-elevated{background:var(--md-sys-color-surface);color:var(--md-sys-color-primary);border:1px solid var(--md-sys-color-outline)}.m3-btn-outlined{background:transparent;color:var(--md-sys-color-primary);border:1.5px solid var(--md-sys-color-outline)}.m3-fab{background:var(--md-sys-color-tertiary);color:var(--md-sys-color-on-tertiary);border:none;border-radius:var(--md-shape-corner-large);width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;position:relative;overflow:hidden}.m3-fab:after{content:"";position:absolute;inset:0;border-radius:inherit;background:transparent;transition:background .15s ease;pointer-events:none}.m3-fab:hover:after{background:var(--md-state-hover-light)}.m3-fab:active:after{background:#ffffff1f}.m3-fab.m3-fab-extended{width:auto;padding:0 20px;gap:12px;font-size:14px;font-weight:500}.m3-nav-header{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);padding:20px 24px;display:flex;align-items:center;justify-content:space-between}body{margin:0;background:#0c0c0c}@keyframes zenzip-pulse{0%{opacity:.55;transform:scale(.985)}50%{opacity:1;transform:scale(1)}to{opacity:.55;transform:scale(.985)}}@keyframes spin{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,sans-serif;background:var(--zen-bg, var(--zen-cream));color:var(--zen-text-main, var(--zen-slate));transition:background .2s,color .2s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Playfair Display,serif}:root,[data-theme=light]{--zen-bg: #FCF9F1;--zen-emerald: #064E3B;--zen-gold: #C5A059;--zen-text-main: #064E3B;--zen-text-sub: #6B7280;--zen-radius: 24px;--zen-shadow: 0 25px 50px -12px rgba(0, 0, 0, .08);--clr-green: #3B6D11;--clr-green-bg: #EAF3DE;--zen-cream: #F5F5F0;--zen-creamDark: #EAEAE2;--zen-white: #FFFFFF;--zen-border: #D8D8D0;--zen-slate: #333333;--zen-slateLight: #666666;--zen-green: #2D5A27;--zen-greenLight: #3D7A35;--zen-greenMint: #E8F0E7;--zen-greenPale: #F0F5EF;--zen-slateFaint: #999999;--zen-mutedText: #7F8577;--zen-amber: #B8760A;--zen-amberLight: #FFF3DC;--zen-blue: #1A5296;--zen-blueLight: #DCE9F8;--zen-red: #8B2020;--zen-redLight: #FDEAEA;--zen-gold: #D4AF37;--color-green-eyebrow: #3B6D11;--zen-about-orb: #EAF3DE;--zen-empty-bg: #F5F0E8;--zen-empty-bg-card: rgba(255,255,255,.55);--zen-empty-bg-card-hover: rgba(255,255,255,.85);--zen-empty-bg-step: rgba(255,255,255,.5);--zen-empty-forest: #2D4A2F;--zen-empty-forest-mid: #3D6140;--zen-empty-forest-light: #5C8A60;--zen-empty-amber: #B5780A;--zen-empty-amber-light: #D4920F;--zen-empty-amber-hint: #FFF9F0;--zen-empty-bark: #6B4F2A;--zen-empty-text-dark: #1A2B1C;--zen-empty-text-mid: #4A5E4C;--zen-empty-text-muted: #7A8E7C;--zen-empty-border: rgba(45,74,47,.15);--zen-empty-border-hover: rgba(45,74,47,.3);--zen-empty-step-num: rgba(45,74,47,.18);--zen-empty-ring-color: rgba(45,74,47,.08);--zen-empty-btn-primary-bg: #2D4A2F;--zen-empty-btn-primary-fg: #E8F0E9;--zen-empty-btn-amber-bg: #F5E4C0;--zen-empty-btn-amber-fg: #6B4F2A;--zen-empty-btn-amber-border: rgba(181,120,10,.2);--zen-empty-btn-ghost-fg: #7A8E7C;--zen-empty-leaf1: #4A7A4E;--zen-empty-leaf2: #5C8F60;--zen-empty-leaf3: #3D6640;--zen-empty-leaf4: #4E7E52;--zen-empty-leaf5: #6AA06E;--zen-empty-trunk: #7A5C2E;--zen-empty-trunk2: #8A6A38;--zen-empty-berry: #B5780A;--zen-empty-berry2: #D4920F;--zen-empty-soil: #C4B99A;--zen-empty-pot: #B5A080;--zen-empty-circle1: #EEE8DC;--zen-empty-circle2: #E8E2D4;--zen-empty-sparkle1: #B5780A;--zen-empty-sparkle2: #3D6640;--zen-empty-float-bg: rgba(255,255,255,.88);--zen-landing-bg: #F6F3ED;--zen-landing-bg-surface: rgba(255,255,255,.52);--zen-landing-bg-surface-h: rgba(255,255,255,.88);--zen-landing-bg-topbar: rgba(244,239,231,.88);--zen-landing-bg-mockup: #FFFFFF;--zen-landing-bg-mockup-bar: #EDE8DF;--zen-landing-bg-mockup-row: #FAFAF8;--zen-landing-forest: #2D4A2F;--zen-landing-forest-mid: #3D6140;--zen-landing-forest-light: #5C8A60;--zen-landing-text-dark: #191E1A;--zen-landing-text-mid: #485A4A;--zen-landing-text-muted: #7A8E7C;--zen-landing-border: rgba(45,74,47,.13);--zen-landing-border-h: rgba(45,74,47,.28);--zen-landing-badge-bg: rgba(45,74,47,.08);--zen-landing-badge-fg: #3D6140;--zen-landing-tag-free-bg: #E6F1E6;--zen-landing-tag-free-fg: #2D4A2F;--zen-landing-tag-priv-bg: #E6EEF8;--zen-landing-tag-priv-fg: #1E4080;--zen-landing-pill-uw-bg: #FFF0E8;--zen-landing-pill-uw-fg: #A84010;--zen-landing-pill-ok-bg: #E8F2E8;--zen-landing-pill-ok-fg: #2D6030;--zen-landing-btn-primary-bg: #2D4A2F;--zen-landing-btn-primary-fg: #E8F0E9;--zen-landing-btn-outline-fg: #2D4A2F;--zen-landing-btn-outline-br: rgba(45,74,47,.35);--zen-landing-footer-bg: #EBE5DC;--zen-landing-divider: rgba(45,74,47,.09);--zen-landing-ring: rgba(45,74,47,.07);--zen-landing-float-bg: rgba(255,255,255,.9);--zen-landing-step-num-bg: #2D4A2F;--zen-landing-step-num-fg: #E8F0E9;--zen-landing-stone-light: #CDD2DA;--zen-landing-stone-mid: #9EA5AF;--zen-landing-stone-dark: #6E757E;--zen-water-light: rgba(185,228,255,.92);--zen-water-mid: rgba(110,185,245,.85);--zen-water-deep: rgba(65,150,225,.9);--zen-basin-rim: rgba(45,74,47,.22)}:is(:root,[data-theme=light]) [data-theme=dark] .zen-card,:is(:root,[data-theme=light]) [data-theme=dark] .card,:is(:root,[data-theme=light]) [data-theme=dark] .m3-card,:is(:root,[data-theme=light]) [data-theme=dark] [role=dialog],:is(:root,[data-theme=light]) [data-theme=dark] .modal,:is(:root,[data-theme=light]) [data-theme=dark] .zen-modal{border:1px solid var(--zen-border)}[data-theme=dark]{--zen-bg: #0c0c0c;--zen-text-main: #f0ede6;--zen-text-sub: #a7a7a7;--zen-shadow: 0 25px 50px -12px rgba(0, 0, 0, .4);--zen-cream: #0c0c0c;--zen-creamDark: #111111;--zen-white: #161616;--zen-border: #2a2a2a;--zen-slate: #f0ede6;--zen-slateLight: #b5b5b5;--zen-green: #4ade80;--zen-greenLight: #22c55e;--zen-greenMint: #0d2018;--zen-greenPale: #091410;--zen-slateFaint: #9a9a9a;--zen-mutedText: #a7a7a7;--zen-amber: #f59e0b;--zen-amberLight: #2a1f0e;--zen-blue: #60a5fa;--zen-blueLight: #0d1a2e;--zen-red: #f87171;--zen-redLight: #200d0d;--zen-gold: #D4AF37;--clr-green: #97C459;--clr-green-bg: rgba(55,109,17,.18);--color-green-eyebrow: #97C459;--zen-about-orb: rgba(20, 83, 45, .4);--zen-empty-bg: #181F19;--zen-empty-bg-card: rgba(36,48,38,.6);--zen-empty-bg-card-hover: rgba(44,58,46,.85);--zen-empty-bg-step: rgba(36,48,38,.55);--zen-empty-forest: #7ABF82;--zen-empty-forest-mid: #90CC98;--zen-empty-forest-light: #A8D8AE;--zen-empty-amber: #D4920F;--zen-empty-amber-light: #EFA820;--zen-empty-amber-hint: rgba(181,120,10,.1);--zen-empty-bark: #D4A96A;--zen-empty-text-dark: #E8F0E9;--zen-empty-text-mid: #A8BEA9;--zen-empty-text-muted: #6A886C;--zen-empty-border: rgba(120,180,120,.14);--zen-empty-border-hover: rgba(120,180,120,.3);--zen-empty-step-num: rgba(140,200,140,.16);--zen-empty-ring-color: rgba(120,180,120,.07);--zen-empty-btn-primary-bg: #7ABF82;--zen-empty-btn-primary-fg: #121A13;--zen-empty-btn-amber-bg: rgba(181,120,10,.18);--zen-empty-btn-amber-fg: #D4A96A;--zen-empty-btn-amber-border: rgba(212,146,15,.25);--zen-empty-btn-ghost-fg: #6A886C;--zen-empty-leaf1: #3D6640;--zen-empty-leaf2: #4A7A4E;--zen-empty-leaf3: #2E5030;--zen-empty-leaf4: #3D6640;--zen-empty-leaf5: #5C8F60;--zen-empty-trunk: #5C4020;--zen-empty-trunk2: #6B4F28;--zen-empty-berry: #C48A20;--zen-empty-berry2: #D4A030;--zen-empty-soil: #4A3E2C;--zen-empty-pot: #5C4E38;--zen-empty-circle1: rgba(45,70,47,.25);--zen-empty-circle2: rgba(40,60,42,.2);--zen-empty-sparkle1: #C48A20;--zen-empty-sparkle2: #4A7A4E;--zen-empty-float-bg: rgba(28,40,30,.9);--zen-landing-bg: #151C16;--zen-landing-bg-surface: rgba(28,40,30,.6);--zen-landing-bg-surface-h: rgba(36,52,38,.88);--zen-landing-bg-topbar: rgba(14,20,15,.9);--zen-landing-bg-mockup: #1C2A1E;--zen-landing-bg-mockup-bar: #22302A;--zen-landing-bg-mockup-row: #182018;--zen-landing-forest: #78BF82;--zen-landing-forest-mid: #8ECC98;--zen-landing-forest-light: #A6D8AE;--zen-landing-text-dark: #E2ECE3;--zen-landing-text-mid: #96AE98;--zen-landing-text-muted: #587A5C;--zen-landing-border: rgba(100,160,100,.12);--zen-landing-border-h: rgba(100,160,100,.28);--zen-landing-badge-bg: rgba(100,160,100,.1);--zen-landing-badge-fg: #8ECC98;--zen-landing-tag-free-bg: rgba(45,74,47,.28);--zen-landing-tag-free-fg: #8ECC98;--zen-landing-tag-priv-bg: rgba(30,64,128,.28);--zen-landing-tag-priv-fg: #7AACF0;--zen-landing-pill-uw-bg: rgba(168,64,16,.18);--zen-landing-pill-uw-fg: #EE8060;--zen-landing-pill-ok-bg: rgba(45,96,48,.2);--zen-landing-pill-ok-fg: #78BF82;--zen-landing-btn-primary-bg: #78BF82;--zen-landing-btn-primary-fg: #0E1610;--zen-landing-btn-outline-fg: #78BF82;--zen-landing-btn-outline-br: rgba(120,191,130,.35);--zen-landing-footer-bg: #101610;--zen-landing-divider: rgba(100,160,100,.08);--zen-landing-ring: rgba(100,160,100,.07);--zen-landing-float-bg: rgba(22,34,24,.92);--zen-landing-step-num-bg: #78BF82;--zen-landing-step-num-fg: #0E1610;--zen-landing-stone-light: #52585F;--zen-landing-stone-mid: #383E44;--zen-landing-stone-dark: #20252A;--zen-water-light: rgba(150,210,255,.88);--zen-water-mid: rgba(85,170,240,.82);--zen-water-deep: rgba(50,125,220,.88);--zen-basin-rim: rgba(80,140,200,.35)}.dark{--clr-green: #97C459;--clr-green-bg: rgba(55,109,17,.18)}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.zen-card{background:#fff;border-radius:var(--zen-radius);box-shadow:var(--zen-shadow);padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.zen-card:hover{transform:translateY(-4px);box-shadow:0 32px 64px -18px #0000001c}.zen-btn-primary{background:var(--zen-gold);color:var(--zen-emerald);border:1px solid transparent;border-radius:999px;transition:background-color .25s ease-in-out,transform .25s ease-in-out,box-shadow .25s ease-in-out}.zen-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px -14px #064e3b4d}.zen-btn-ghost{background:transparent;color:var(--zen-emerald);border:1px solid var(--zen-emerald);border-radius:999px;transition:background-color .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}.zen-btn-ghost:hover{background:#064e3b0f}.zen-page,[role=dialog],.modal,.zen-modal{transition:opacity .28s ease-in-out,transform .28s ease-in-out}.zen-empty-shell{position:relative;overflow:hidden;border-radius:18px;border:1px solid var(--zen-empty-border);background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.55),transparent 45%),radial-gradient(circle at 88% 88%,rgba(140,175,130,.16),transparent 42%),var(--zen-empty-bg)}.zen-empty-hero{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;padding:0 2rem;gap:2rem;align-items:center}.zen-empty-left{padding:3rem 0;animation:zen-empty-fade-slide-up .8s cubic-bezier(.22,1,.36,1) both}.zen-empty-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#2d4a2f14;border:1px solid var(--zen-empty-border);border-radius:100px;padding:.3rem .85rem;font-size:.72rem;font-weight:500;color:var(--zen-empty-forest-mid);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}.zen-empty-dot{width:5px;height:5px;border-radius:50%;background:var(--zen-empty-forest-light)}.zen-empty-title{font-family:Cormorant Garamond,serif;font-size:3.4rem;font-weight:500;line-height:1.12;color:var(--zen-empty-text-dark);letter-spacing:-.02em;margin-bottom:1.25rem}.zen-empty-title em{font-style:italic;color:var(--zen-empty-forest-mid)}.zen-empty-sub{font-size:.95rem;line-height:1.7;color:var(--zen-empty-text-mid);max-width:390px;margin-bottom:2.5rem;font-weight:300}.zen-empty-steps{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem}.zen-empty-step{background:var(--zen-empty-bg-step);border:1px solid var(--zen-empty-border);border-radius:12px;padding:1rem 1.1rem;transition:border-color .2s,background .2s;animation:zen-empty-fade-slide-up .7s ease both;opacity:0}.zen-empty-step:hover{background:var(--zen-empty-bg-card-hover);border-color:var(--zen-empty-border-hover)}.zen-empty-step:nth-child(1){animation-delay:.15s}.zen-empty-step:nth-child(2){animation-delay:.25s}.zen-empty-step:nth-child(3){animation-delay:.35s}.zen-empty-step:nth-child(4){animation-delay:.45s}.zen-empty-step-num{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--zen-empty-step-num);line-height:1;margin-bottom:.4rem}.zen-empty-step-text{font-size:.78rem;color:var(--zen-empty-text-mid);line-height:1.45}.zen-empty-cta{display:flex;flex-wrap:wrap;gap:.6rem;animation:zen-empty-fade-slide-up .7s ease both;animation-delay:.55s;opacity:0}.zen-empty-btn-primary,.zen-empty-btn-amber,.zen-empty-btn-ghost{display:inline-flex;align-items:center;gap:.45rem;border-radius:10px;padding:.7rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.84rem;letter-spacing:.01em;transition:opacity .2s,transform .15s,background .2s,color .2s,border-color .2s}.zen-empty-btn-primary{background:var(--zen-empty-btn-primary-bg);color:var(--zen-empty-btn-primary-fg);border:none;font-weight:500}.zen-empty-btn-primary:hover,.zen-empty-btn-amber:hover{opacity:.88;transform:translateY(-1px)}.zen-empty-btn-amber{background:var(--zen-empty-btn-amber-bg);color:var(--zen-empty-btn-amber-fg);border:1px solid var(--zen-empty-btn-amber-border);font-weight:500}.zen-empty-btn-ghost{background:transparent;color:var(--zen-empty-btn-ghost-fg);border:1px solid var(--zen-empty-border);font-weight:400;font-size:.82rem}.zen-empty-btn-ghost:hover{background:var(--zen-empty-bg-card);color:var(--zen-empty-text-mid);border-color:var(--zen-empty-border-hover)}.zen-empty-hints{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;animation:zen-empty-fade-slide-up .8s ease both;animation-delay:.65s;opacity:0}.zen-empty-hint{display:flex;align-items:flex-start;gap:.55rem;background:var(--zen-empty-amber-hint);border:1px solid var(--zen-empty-btn-amber-border);border-left:3px solid var(--zen-empty-amber);border-radius:0 8px 8px 0;padding:.65rem .85rem;font-size:.78rem;color:var(--zen-empty-bark);line-height:1.5}.zen-empty-hint-label{font-weight:500;color:var(--zen-empty-amber)}.zen-empty-right{display:flex;align-items:center;justify-content:center;padding:3rem 0;animation:zen-empty-fade-in 1.2s ease both;animation-delay:.3s;opacity:0}.zen-empty-illo-wrap{position:relative;width:100%;max-width:440px}.zen-empty-glow-ring{position:absolute;border-radius:50%;border:1px solid var(--zen-empty-ring-color);top:50%;left:50%;transform:translate(-50%,-50%);animation:zen-empty-breathe 6s ease-in-out infinite}.zen-empty-glow-ring:nth-child(1){width:340px;height:340px;animation-delay:0s}.zen-empty-glow-ring:nth-child(2){width:280px;height:280px;animation-delay:1s}.zen-empty-glow-ring:nth-child(3){width:220px;height:220px;animation-delay:2s}.zen-empty-illo-svg{position:relative;z-index:2;width:100%;animation:zen-empty-float-svg 7s ease-in-out infinite;filter:drop-shadow(0 8px 32px rgba(45,74,47,.12))}[data-theme=dark] .zen-empty-illo-svg{filter:drop-shadow(0 8px 40px rgba(80,160,90,.15))}.zen-empty-float-card{position:absolute;background:var(--zen-empty-float-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--zen-empty-border);border-radius:12px;padding:.7rem 1rem;z-index:10;animation:zen-empty-float-card 5s ease-in-out infinite}.zen-empty-float-card.left{left:-24px;bottom:20%;animation-delay:1s}.zen-empty-float-card.right{right:-12px;top:18%;animation-delay:.5s}.zen-empty-fc-label{font-size:.65rem;color:var(--zen-empty-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:500;margin-bottom:.2rem}.zen-empty-fc-value{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--zen-empty-text-dark);line-height:1}.zen-empty-fc-sub{font-size:.65rem;color:var(--zen-empty-forest-light);font-weight:500;margin-top:.15rem}.zen-empty-fc-empty{font-size:1rem;font-family:DM Sans,sans-serif;color:var(--zen-empty-text-muted);font-weight:300;line-height:1.2}@keyframes zen-empty-fade-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes zen-empty-fade-in{0%{opacity:0}to{opacity:1}}@keyframes zen-empty-float-svg{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes zen-empty-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes zen-empty-breathe{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.04)}}@media(max-width:768px){.zen-empty-hero{grid-template-columns:1fr;min-height:auto;padding:0 1rem}.zen-empty-right{display:none}.zen-empty-title{font-size:2.4rem}}.zen-landing{font-family:Syne,sans-serif;background:var(--zen-landing-bg);color:var(--zen-landing-text-dark);overflow-x:hidden;min-height:100vh;transition:background .3s,color .3s}.zen-landing main{display:block}.zen-landing .zen-landing-nav{position:sticky;top:0;z-index:100;background:var(--zen-landing-bg-topbar);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--zen-landing-border);padding:0 2.5rem;height:54px;display:flex;align-items:center;justify-content:space-between;transition:background .3s,border-color .3s}.zen-landing .nav-logo{font-family:Fraunces,serif;font-size:1.35rem;font-weight:600;font-variation-settings:"opsz" 144;color:var(--zen-landing-forest);letter-spacing:-.02em;text-decoration:none}.zen-landing .nav-logo sup{font-family:Syne,sans-serif;font-size:.48rem;vertical-align:super;font-weight:400;opacity:.6}.zen-landing .nav-links{display:flex;gap:2rem}.zen-landing .nav-links a{font-size:.8rem;font-weight:500;color:var(--zen-landing-text-muted);text-decoration:none;letter-spacing:.04em;transition:color .2s}.zen-landing .nav-links a:hover{color:var(--zen-landing-text-dark)}.zen-landing .nav-right{display:flex;align-items:center;gap:.6rem}.zen-landing .btn-nav-outline{font-family:Syne,sans-serif;font-size:.78rem;font-weight:500;background:transparent;color:var(--zen-landing-btn-outline-fg);border:1px solid var(--zen-landing-btn-outline-br);border-radius:8px;padding:.38rem .95rem;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-block}.zen-landing .btn-nav-outline:hover{background:var(--zen-landing-bg-surface)}.zen-landing .btn-nav-primary{font-family:Syne,sans-serif;font-size:.78rem;font-weight:600;background:var(--zen-landing-btn-primary-bg);color:var(--zen-landing-btn-primary-fg);border:none;border-radius:8px;padding:.38rem .95rem;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .2s,transform .15s}.zen-landing .btn-nav-primary:hover{opacity:.85;transform:translateY(-1px)}.zen-landing .hero-shell{max-width:1200px;width:90%;margin:0 auto;padding:0}.zen-landing .hero-section{max-width:1200px;width:100%;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;min-height:90vh;align-items:center;gap:60px}.zen-landing .hero-left{padding:4rem 0;animation:zen-landing-fade-up .9s cubic-bezier(.22,1,.36,1) both}.zen-landing .content{max-width:520px}.zen-landing .badges{display:inline-flex;gap:10px;margin-bottom:24px}.zen-landing .badge{font-family:Inter,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;padding:6px 12px;border-radius:4px;background:var(--zen-landing-tag-free-bg);color:var(--zen-landing-tag-free-fg)}.zen-landing .badge-private{background:var(--zen-landing-tag-priv-bg);color:var(--zen-landing-tag-priv-fg)}.zen-landing .hero-title{font-family:Playfair Display,serif;font-size:clamp(2.9rem,4.8vw,4rem);line-height:1.1;margin:0 0 20px;color:var(--zen-landing-text-dark)}.zen-landing .hero-title em{font-weight:400;font-style:italic;color:var(--zen-landing-forest-mid)}.zen-landing .hero-sub{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6;color:var(--zen-landing-text-mid);max-width:520px;margin-bottom:35px;font-weight:400}.zen-landing .btns{display:flex;gap:15px}.zen-landing .btn-fill,.zen-landing .btn-outline,.zen-landing .btn-main,.zen-landing .btn-sub{display:inline-flex;align-items:center;justify-content:center;line-height:1.1;padding:16px 28px;border-radius:8px;font-family:Inter,sans-serif;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .3s ease}.zen-landing .btn-main,.zen-landing .btn-fill{background:var(--zen-landing-btn-primary-bg);color:var(--zen-landing-btn-primary-fg);border:1px solid var(--zen-landing-btn-outline-br);box-shadow:0 10px 24px #1e332a2e}.zen-landing .btn-main:hover,.zen-landing .btn-fill:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 14px 30px #1e332a3d}.zen-landing .btn-main:active,.zen-landing .btn-fill:active{transform:translateY(0)}.zen-landing .btn-sub,.zen-landing .btn-outline{background:transparent;color:var(--zen-landing-btn-outline-fg);border:1px solid var(--zen-landing-btn-outline-br)}.zen-landing .btn-sub:hover,.zen-landing .btn-outline:hover{border-color:var(--zen-landing-border-h);background:var(--zen-landing-bg-surface);transform:translateY(-1px)}.zen-landing .hero-right{display:flex;align-items:center;justify-content:center;padding:3rem 0;animation:zen-landing-fade-in 1.2s ease both;animation-delay:.25s;opacity:0}.zen-landing .visual-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.zen-landing .main-art{width:100%;height:auto;max-width:580px;animation:zen-landing-fade-in 1.2s ease both;filter:drop-shadow(0 30px 60px rgba(0,0,0,.05))}.zen-landing .float-card{position:absolute;background:var(--zen-landing-float-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--zen-landing-border);border-radius:12px;padding:15px 20px;z-index:10;box-shadow:0 10px 30px #00000014;transition:background .3s,border-color .3s,box-shadow .3s}[data-theme=dark] .zen-landing .float-card,.zen-landing[data-theme=dark] .float-card{background:#1e2821c7;border-color:#fff3;box-shadow:0 12px 32px #00000073}.zen-landing .next-buy{top:10%;right:5%;width:160px}.zen-landing .sip-amount{bottom:15%;left:0%;width:180px}.zen-landing .label{font-family:Inter,sans-serif;font-size:10px;font-weight:800;color:var(--zen-landing-text-muted);text-transform:uppercase;margin-bottom:0}.zen-landing .val{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:var(--zen-landing-text-dark);margin:4px 0}.zen-landing .desc{font-family:Inter,sans-serif;font-size:11px;color:var(--zen-landing-forest-light);font-weight:600;margin-top:4px}[data-theme=dark] .zen-landing .val,.zen-landing[data-theme=dark] .val{color:#ecf2ec}[data-theme=dark] .zen-landing .label,.zen-landing[data-theme=dark] .label{color:#b2c0b3}[data-theme=dark] .zen-landing .desc,.zen-landing[data-theme=dark] .desc{color:#a8d8ae}.zen-landing .mockup-strip{padding:0 2.5rem 5rem;animation:zen-landing-fade-up .9s ease both;animation-delay:.15s;opacity:0}.zen-landing .mockup-inner{max-width:780px;margin:0 auto}.zen-landing .mockup{background:var(--zen-landing-bg-mockup);border:1px solid var(--zen-landing-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 48px #00000012,0 1px 3px #0000000a;transition:all .3s}[data-theme=dark] .zen-landing .mockup{box-shadow:0 4px 48px #00000073,0 0 0 1px #64a06412}.zen-landing .mockup-bar{background:var(--zen-landing-bg-mockup-bar);border-bottom:1px solid var(--zen-landing-border);padding:.55rem 1rem;display:flex;align-items:center;gap:.45rem}.zen-landing .dot{width:9px;height:9px;border-radius:50%}.zen-landing .dot-r{background:#ff5f57}.zen-landing .dot-y{background:#ffbd2e}.zen-landing .dot-g{background:#28c840}.zen-landing .mockup-url{margin:0 auto;background:var(--zen-landing-bg-surface);border:1px solid var(--zen-landing-border);border-radius:5px;padding:.15rem 1.2rem;font-size:.67rem;color:var(--zen-landing-text-muted);font-family:Syne,sans-serif}.zen-landing .mockup-header{padding:1.1rem 1.6rem .7rem;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--zen-landing-divider)}.zen-landing .m-header-right{text-align:right}.zen-landing .m-label{font-size:.68rem;font-weight:600;color:var(--zen-landing-text-muted);letter-spacing:.04em}.zen-landing .m-val{font-family:Fraunces,serif;font-size:1.55rem;font-weight:500;font-variation-settings:"opsz" 72;color:var(--zen-landing-text-dark)}.zen-landing .m-sub{font-size:.68rem;color:var(--zen-landing-forest-light);font-weight:600}.zen-landing .m-row{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;align-items:center;gap:1rem;padding:.9rem 1.6rem;border-bottom:1px solid var(--zen-landing-divider);transition:background .15s}.zen-landing .m-row:hover{background:var(--zen-landing-bg-mockup-row)}.zen-landing .m-row:last-of-type{border-bottom:none}.zen-landing .s-name{font-size:.82rem;font-weight:600;color:var(--zen-landing-text-dark);font-family:Syne,sans-serif}.zen-landing .s-price{font-size:.68rem;color:var(--zen-landing-text-muted);margin-top:.12rem}.zen-landing .s-shares{font-size:.78rem;color:var(--zen-landing-text-mid);text-align:center}.zen-landing .s-val{font-size:.78rem;color:var(--zen-landing-text-mid);text-align:right;font-family:Fraunces,serif;font-variation-settings:"opsz" 72}.zen-landing .pill{display:inline-flex;align-items:center;font-size:.65rem;font-weight:600;border-radius:100px;padding:.22rem .6rem;justify-self:end;letter-spacing:.01em;font-family:Syne,sans-serif}.zen-landing .pill-uw{background:var(--zen-landing-pill-uw-bg);color:var(--zen-landing-pill-uw-fg)}.zen-landing .pill-ok{background:var(--zen-landing-pill-ok-bg);color:var(--zen-landing-pill-ok-fg)}.zen-landing .m-footer{padding:.85rem 1.6rem;border-top:1px solid var(--zen-landing-divider);display:flex;justify-content:space-between;align-items:center}.zen-landing .m-footer-label{font-size:.68rem;color:var(--zen-landing-text-muted);font-weight:500}.zen-landing .m-footer-btn{background:var(--zen-landing-btn-primary-bg);color:var(--zen-landing-btn-primary-fg);border:none;border-radius:7px;padding:.38rem 1rem;font-family:Syne,sans-serif;font-size:.7rem;font-weight:600;cursor:pointer;letter-spacing:.02em}.zen-landing .section{padding:5.5rem 2.5rem}.zen-landing .section-eyebrow{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.68rem;font-weight:600;letter-spacing:.1em;color:var(--zen-landing-badge-fg);text-transform:uppercase;margin-bottom:.9rem}.zen-landing .section-eyebrow-line{width:28px;height:1px;background:var(--zen-landing-forest-light);opacity:.5}.zen-landing .section-title{font-family:Fraunces,serif;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:500;font-variation-settings:"opsz" 72;text-align:center;letter-spacing:-.02em;color:var(--zen-landing-text-dark);margin-bottom:.55rem}.zen-landing .section-title em{font-style:italic;color:var(--zen-landing-forest-mid);font-variation-settings:"opsz" 9}.zen-landing .section-sub{text-align:center;font-size:.88rem;color:var(--zen-landing-text-muted);font-weight:400;max-width:460px;margin:0 auto 3.5rem;line-height:1.75}.zen-landing .features-inner{max-width:1020px;margin:0 auto}.zen-landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.zen-landing .feature-card{background:var(--zen-landing-bg-surface);border:1px solid var(--zen-landing-border);border-radius:15px;padding:1.6rem 1.4rem;transition:background .2s,border-color .2s,transform .2s}.zen-landing .feature-card:hover{background:var(--zen-landing-bg-surface-h);border-color:var(--zen-landing-border-h);transform:translateY(-3px)}.zen-landing .feature-icon{width:42px;height:42px;border-radius:11px;background:var(--zen-landing-bg);border:1px solid var(--zen-landing-border);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1rem}.zen-landing .feature-title{font-size:.88rem;font-weight:600;color:var(--zen-landing-text-dark);margin-bottom:.45rem;letter-spacing:.01em}.zen-landing .feature-desc{font-size:.77rem;color:var(--zen-landing-text-muted);line-height:1.65;font-weight:400}.zen-landing .privacy-wrap{max-width:900px;margin:0 auto;padding:0 2.5rem 5.5rem}.zen-landing .privacy-card{background:var(--zen-landing-bg-surface);border:1px solid var(--zen-landing-border);border-radius:18px;padding:2.2rem 2.6rem;display:flex;align-items:center;gap:2.2rem;flex-wrap:wrap;transition:all .3s}.zen-landing .privacy-icon{font-size:2.2rem;flex-shrink:0}.zen-landing .privacy-text h3{font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;font-variation-settings:"opsz" 72;color:var(--zen-landing-text-dark);margin-bottom:.35rem;letter-spacing:-.01em}.zen-landing .privacy-text p{font-size:.8rem;color:var(--zen-landing-text-muted);line-height:1.65}.zen-landing .privacy-pills{display:flex;gap:.45rem;flex-wrap:wrap;margin-left:auto}.zen-landing .p-pill{background:var(--zen-landing-badge-bg);border:1px solid var(--zen-landing-border);border-radius:100px;padding:.28rem .82rem;font-size:.68rem;color:var(--zen-landing-badge-fg);font-weight:600;letter-spacing:.03em}.zen-landing .how-inner{max-width:820px;margin:0 auto}.zen-landing .steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;position:relative}.zen-landing .steps-row:before{content:"";position:absolute;top:27px;left:calc(16.6% + 1rem);right:calc(16.6% + 1rem);height:1px;background:var(--zen-landing-border)}.zen-landing .how-step{text-align:center}.zen-landing .step-num{width:54px;height:54px;border-radius:50%;background:var(--zen-landing-step-num-bg);color:var(--zen-landing-step-num-fg);display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-size:1.3rem;font-weight:600;font-variation-settings:"opsz" 72;margin:0 auto 1.25rem;position:relative;z-index:1;transition:background .3s,color .3s}.zen-landing .step-title{font-size:.87rem;font-weight:600;color:var(--zen-landing-text-dark);margin-bottom:.4rem}.zen-landing .step-desc{font-size:.76rem;color:var(--zen-landing-text-muted);line-height:1.65}.zen-landing .footer-cta{background:var(--zen-landing-footer-bg);border-top:1px solid var(--zen-landing-border);padding:5.5rem 2.5rem;text-align:center;transition:background .3s}.zen-landing .section-eyebrow-cta{margin-bottom:.9rem}.zen-landing .section-title-cta{margin-bottom:1rem}.zen-landing .hero-trust-cta{margin-top:1.1rem}.zen-landing .zen-landing-footer{background:var(--zen-landing-footer-bg);border-top:1px solid var(--zen-landing-border);padding:1.4rem 2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.zen-landing .footer-logo{font-family:Fraunces,serif;font-size:1.05rem;font-weight:500;color:var(--zen-landing-text-muted);font-variation-settings:"opsz" 144}.zen-landing .footer-links{display:flex;gap:1.5rem}.zen-landing .footer-links a{font-size:.73rem;color:var(--zen-landing-text-muted);text-decoration:none;font-weight:500;transition:color .2s}.zen-landing .footer-links a:hover{color:var(--zen-landing-text-dark)}.zen-landing .footer-copy{font-size:.7rem;color:var(--zen-landing-text-muted);opacity:.65}@keyframes zen-landing-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes zen-landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes zen-landing-float-tree{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.zen-landing .reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.zen-landing .reveal.visible{opacity:1;transform:none}.zen-landing .section-how{padding-top:1rem}@media(max-width:968px){.zen-landing .hero-section{grid-template-columns:1fr;min-height:auto;text-align:center}.zen-landing .hero-right{display:flex;padding:.8rem 0 1.6rem}.zen-landing .visual-wrapper{max-width:640px;margin:0 auto}.zen-landing .hero-left{padding:3rem 0 1rem}.zen-landing .content{margin:0 auto}.zen-landing .btns{justify-content:center}.zen-landing .sip-amount{left:10%}.zen-landing .next-buy{right:10px}.zen-landing .features-grid,.zen-landing .steps-row{grid-template-columns:1fr 1fr}.zen-landing .steps-row:before{display:none}.zen-landing .zen-landing-nav{padding:0 1.2rem}.zen-landing .nav-links{display:none}.zen-landing .section,.zen-landing .mockup-strip{padding-left:1.2rem;padding-right:1.2rem}.zen-landing .hero-shell{width:calc(100% - 2.4rem)}}@media(max-width:520px){.zen-landing .features-grid,.zen-landing .steps-row{grid-template-columns:1fr}.zen-landing .privacy-card{flex-direction:column;gap:1rem}.zen-landing .privacy-pills{margin-left:0}.zen-landing .m-row{grid-template-columns:2fr 1fr}.zen-landing .s-shares,.zen-landing .s-val{display:none}.zen-landing .nav-right{gap:.4rem}.zen-landing .btn-nav-outline{display:none}.zen-landing .btn-nav-primary{padding:.35rem .75rem;font-size:.72rem}.zen-landing .hero-title{font-size:3.2rem}.zen-landing .float-card{padding:14px 18px}.zen-landing .val{font-size:1.2rem}}@media(max-width:640px){.zen-home-grid{grid-template-columns:1fr!important}.zen-stat-3col{grid-template-columns:1fr 1fr!important}.zen-two-col{grid-template-columns:1fr!important}.zen-hide-mobile{display:none!important}}@media(prefers-reduced-motion:reduce){.zen-landing .main-art,.zen-landing .next-buy,.zen-landing .sip-amount{animation:none}}
