.landing{--ink:#0D0F0C;--ink2:#3A3D38;--ink3:#63665F;--bone:#F5F2EC;--white:#FFFFFF;--sage:#1B4332;--sage-m:#2D6A4F;--sage-xl:#F0FBF2;--amber:#92400E;--amb-l:#FFFBEB;--border:rgba(0,0,0,0.07);--border2:rgba(0,0,0,0.12);--r:14px;--rs:8px;--rl:20px;--sh:0 1px 3px rgba(0,0,0,0.06),0 2px 8px rgba(0,0,0,0.04);--sh-md:0 4px 24px rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.04);--sh-lg:0 12px 48px rgba(0,0,0,0.1),0 4px 12px rgba(0,0,0,0.05)}.landing *,.landing :after,.landing :before{box-sizing:border-box;margin:0;padding:0}html:has(.landing){scroll-padding-top:80px}@media (prefers-reduced-motion:no-preference){html:has(.landing){scroll-behavior:smooth}}.landing{font-family:var(--font-sans),sans-serif;background:var(--bone);color:var(--ink);overflow-x:clip;line-height:1.55;min-height:100vh}.landing img{max-width:100%;display:block}.landing a{text-decoration:none;color:inherit}.landing ::-webkit-scrollbar{width:6px}.landing ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}.landing nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 60px;background:rgba(245,242,236,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:all .3s}.landing nav.scrolled{background:rgba(245,242,236,.98);box-shadow:var(--sh)}.landing .nav-logo{display:flex;align-items:center}.landing .nav-logo img{height:34px;width:auto;display:block}.landing .nav-links{display:flex;align-items:center;gap:36px}.landing .nav-links a{font-size:14px;font-weight:500;color:var(--ink3);transition:color .15s}.landing .nav-links a:hover,.landing .nav-links a[aria-current=page]{color:var(--ink)}.landing .nav-login{font-size:14px;font-weight:500;color:var(--ink3);transition:color .15s;white-space:nowrap}.landing .nav-login:hover{color:var(--ink)}.landing .btn-primary{padding:9px 20px;border-radius:var(--rs);background:var(--ink);color:var(--bone);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .15s;font-family:var(--font-sans),sans-serif;display:flex;align-items:center;gap:6px}.landing .btn-primary:hover{background:#1A1D18;transform:translateY(-1px)}.landing .btn-primary svg{width:13px;height:13px}.landing .hero-dot-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.07) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);pointer-events:none}.landing .hero-glow{position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(27,67,50,.06) 0,transparent 70%);right:-100px;top:50%;transform:translateY(-50%);pointer-events:none}.landing .section{padding:100px 80px}.landing .section-inner{max-width:1100px;margin:0 auto}.landing .sec-tag{font-family:var(--font-mono),monospace;font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--sage-m);text-transform:uppercase;margin-bottom:12px}.landing .sec-h{font-family:var(--font-serif),serif;font-size:46px;line-height:1.1;letter-spacing:-.025em;color:var(--ink);margin-bottom:12px}.landing .sec-h em{font-style:italic;color:var(--sage-m)}.landing .sec-lead{font-size:16px;color:var(--ink2);line-height:1.65;max-width:560px;font-weight:300}.landing #contact{background:var(--ink);padding:60px 80px 70px;border-top:1px solid rgba(255,255,255,.06)}.landing .contact-inner{max-width:640px;margin:0 auto;text-align:center}.landing .contact-title{font-family:var(--font-serif),serif;font-size:32px;color:var(--bone);letter-spacing:-.02em;margin-bottom:8px}.landing .contact-sub{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:28px;line-height:1.6}.landing .contact-form{display:flex;flex-direction:column;gap:10px;text-align:left}.landing .contact-row{display:flex;gap:10px}.landing .contact-field{flex:1 1;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:12px 16px;color:var(--bone);font-family:var(--font-sans),sans-serif;font-size:16px;outline:none}.landing .contact-field::placeholder{color:rgba(255,255,255,.55)}.landing textarea.contact-field{resize:vertical;min-height:90px;font-family:var(--font-sans),sans-serif}.landing .contact-submit{padding:13px;border-radius:var(--r);background:var(--bone);color:var(--ink);border:none;cursor:pointer;font-size:14.5px;font-weight:700;font-family:var(--font-sans),sans-serif;transition:background .15s}.landing .contact-submit:hover{background:#EBE8E1}.landing .contact-note{font-size:12px;color:rgba(255,255,255,.55);margin-top:12px;text-align:center}.landing #contact-thanks{display:none;padding:16px;background:rgba(255,255,255,.07);border-radius:var(--r);border:1px solid rgba(255,255,255,.12);font-size:13.5px;color:rgba(255,255,255,.7);text-align:center;line-height:1.6}@media(max-width:700px){.landing .contact-row{flex-direction:column}.landing #contact{padding:48px 24px 56px}}.landing footer{background:var(--ink);border-top:1px solid rgba(255,255,255,.06);padding:36px 80px;display:flex;align-items:center;justify-content:space-between}.landing .footer-logo img{height:26px;width:auto;display:block;opacity:.6}.landing .footer-links{display:flex;gap:22px}.landing .footer-links a{font-size:12.5px;color:rgba(255,255,255,.6)}.landing .footer-copy{font-size:11.5px;color:rgba(255,255,255,.55)}.landing .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.landing .reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.landing nav{padding:0 24px}.landing .nav-links{display:none}.landing .section{padding:70px 24px}.landing .sec-h{font-size:32px}.landing footer{flex-direction:column;gap:16px;text-align:center;padding:32px 24px}.landing .footer-links{flex-wrap:wrap;justify-content:center;gap:10px 22px}.landing .footer-links a{white-space:nowrap}}.landing :focus-visible{outline:2px solid var(--sage-m);outline-offset:2px}.landing #contact :focus-visible,.landing .dark :focus-visible{outline-color:var(--bone)}.landing .gate-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 24px;position:relative}.landing .gate-card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:36px 32px;box-shadow:var(--sh-lg);text-align:center}.landing .gate-logo{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.landing .gate-tag{font-family:var(--font-mono),monospace;font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--sage-m);text-transform:uppercase;margin-bottom:10px}.landing .gate-title{font-family:var(--font-serif),serif;font-size:30px;line-height:1.1;letter-spacing:-.02em;margin-bottom:10px}.landing .gate-sub{font-size:14px;color:var(--ink3);line-height:1.6;margin-bottom:22px}.landing .gate-input{width:100%;padding:14px 16px;border-radius:var(--r);border:1.5px solid var(--border2);background:var(--bone);font-family:var(--font-mono),monospace;font-size:16px;letter-spacing:.08em;text-align:center;color:var(--ink);outline:none;text-transform:uppercase}.landing .gate-input::placeholder{letter-spacing:.04em;color:var(--ink3);text-transform:none}.landing .gate-input:focus-visible{border-color:var(--sage-m);box-shadow:0 0 0 3px rgba(45,106,79,.18)}.landing .gate-btn{width:100%;margin-top:10px;padding:14px;border-radius:var(--r);background:var(--ink);color:var(--bone);border:none;cursor:pointer;font-family:var(--font-sans),sans-serif;font-size:15px;font-weight:600;transition:background .15s}.landing .gate-btn:hover:not(:disabled){background:#1A1D18}.landing .gate-btn:disabled{opacity:.45;cursor:default}.landing .gate-error{margin-top:12px;font-size:13px;color:#B4342F}.landing .gate-note{margin-top:20px;padding-top:18px;border-top:1px solid var(--border);font-size:12px;color:var(--ink3);line-height:1.6}.landing .gate-link{display:block;text-align:center;text-decoration:none}.landing .gate-note a{color:var(--sage-m);font-weight:600;text-decoration:underline;text-underline-offset:2px}.landing .footer-links span{font-size:12.5px;color:rgba(255,255,255,.55)}.landing .chapter{padding:clamp(68px,8vw,104px) 80px;position:relative}.landing .chapter-light{background:var(--bone)}.landing .chapter-dark{background:var(--ink);color:var(--bone)}.landing .chapter-inner{max-width:1100px;margin:0 auto;width:100%}.landing .ch-eyebrow{font-family:var(--font-mono),monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:22px}.landing .chapter-light .ch-eyebrow{color:var(--sage-m)}.landing .chapter-dark .ch-eyebrow{color:rgba(245,242,236,.58)}.landing .ch-big{font-family:var(--font-serif),serif;font-weight:400;font-size:clamp(38px,4.4vw,58px);line-height:1.14;letter-spacing:-.02em;max-width:16em}.landing .ch-big em{font-style:italic;color:var(--sage-m)}.landing .chapter-dark .ch-big{color:var(--bone)}.landing .ch-body{font-size:21px;line-height:1.7;margin-top:28px;max-width:760px;font-weight:300}.landing .chapter-light .ch-body{color:var(--ink2)}.landing .chapter-dark .ch-body{color:rgba(245,242,236,.72)}.landing .ch-body strong{font-weight:600}.landing .chapter-dark .ch-body strong{color:var(--bone)}.landing .ch-foot{margin-top:28px;font-size:15px;color:var(--ink3)}.landing .chapter-split{display:grid;grid-template-columns:1.06fr .94fr;grid-gap:clamp(32px,5vw,72px);gap:clamp(32px,5vw,72px);align-items:end}.landing .chapter-split .ch-big{margin:0;max-width:11em}.landing .chapter-split .ch-body{margin-top:0}.landing .chapter-hook{padding-top:clamp(132px,13vw,176px)}.landing .chapter-photo+.chapter-dark{padding-top:clamp(36px,4vw,56px)}.landing .chapter-light+.chapter-light{padding-top:clamp(36px,4.5vw,60px)}.landing .ch-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.06) 1.5px,transparent 0);background-size:30px 30px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,black 35%,transparent 100%);mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,black 35%,transparent 100%);pointer-events:none}.landing .chapter-photo{padding:0;min-height:0;display:block;background:var(--ink)}.landing .photo-wrap{max-width:1100px;margin:0 auto;padding:clamp(56px,7vw,88px) 80px;display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(32px,5vw,64px);gap:clamp(32px,5vw,64px);align-items:center}.landing .chapter-photo img{width:100%;height:auto;display:block;border-radius:var(--rl);box-shadow:var(--sh-lg)}.landing .photo-caption{background:none;color:var(--bone);padding:0}.landing .photo-caption-inner{max-width:none;margin:0}.landing .photo-quote{font-family:var(--font-serif),serif;font-style:italic;font-size:clamp(24px,2.6vw,33px);line-height:1.38;letter-spacing:-.01em;color:var(--bone)}.landing .photo-attrib{margin-top:20px;font-size:14px;color:rgba(245,242,236,.62)}.landing .things-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:40px}.landing .thing{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:26px 24px 24px}.landing .thing-icon{width:30px;height:30px;margin-bottom:14px}.landing .thing-icon svg{width:100%;height:100%;stroke:var(--sage-m);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.landing .thing-name{font-family:var(--font-serif),serif;font-size:22px;color:var(--ink);letter-spacing:-.01em;margin-bottom:10px}.landing .thing-example{font-size:12.5px;font-weight:500;color:var(--ink2);background:var(--bone);border:1px solid var(--border);border-radius:var(--rs);padding:9px 11px;line-height:1.45}.landing .thing-example:before{content:'"';margin-right:1px}.landing .thing-example:after{content:'"';margin-left:1px}.landing .product-layout{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:60px;gap:60px;align-items:center}.landing .product-photo img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:var(--rl);display:block;box-shadow:var(--sh-md)}@media(max-width:900px){.landing .product-layout{grid-template-columns:1fr;gap:30px}.landing .product-photo{order:-1}.landing .chapter{padding:64px 24px}.landing .chapter-hook{padding-top:120px}.landing .chapter-split{grid-template-columns:1fr;gap:20px;align-items:start}.landing .chapter-split .ch-big{max-width:none}.landing .photo-wrap{padding:48px 24px;gap:28px}.landing .photo-wrap,.landing .things-grid{grid-template-columns:1fr}.landing .story-cta .ch-big{max-width:none}}.landing .story-cta{text-align:center}.landing .story-cta-inner{max-width:720px;margin:0 auto}.landing .story-live{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:100px;padding:7px 16px 7px 13px;margin-bottom:26px;font-size:12.5px;font-weight:600;letter-spacing:.02em;color:rgba(245,242,236,.82)}.landing .story-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--sage-m);animation:pulse 2s ease-in-out infinite}.landing .story-cta .ch-big{margin:0 auto;max-width:9em;color:var(--bone)}.landing .story-cta .ch-big em{color:rgba(245,242,236,.5)}.landing .story-cta .ch-body{margin:20px auto 32px;max-width:32em}.landing .story-cta-actions,.landing .story-social{display:flex;justify-content:center}.landing .story-social{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);align-items:center;gap:9px;font-size:14px;color:rgba(245,242,236,.5);transition:color .15s}.landing .story-social:hover{color:rgba(245,242,236,.8)}.landing .ch-sign{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.landing .chapter-light .ch-sign{border-top-color:var(--border)}.landing .ch-sign-name{font-size:16px;font-weight:700}.landing .ch-sign-role{font-size:14px;opacity:.6;margin-top:2px}@media(max-width:900px){.landing .chapter{padding:80px 24px;min-height:auto}.landing .ch-big{font-size:36px}.landing .ch-body{font-size:17px}.landing .photo-caption{padding:44px 24px}.landing .photo-quote{font-size:25px}.landing .things-grid{grid-template-columns:1fr}}.landing #privacy-hero,.landing #terms-hero{padding:150px 80px 70px;position:relative;overflow:hidden;background:var(--bone)}.landing .privacy-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.landing .privacy-hero h1{font-family:var(--font-serif),serif;font-size:60px;line-height:1.04;letter-spacing:-.03em;margin-bottom:18px;max-width:14em}.landing .privacy-hero h1 em{font-style:italic;color:var(--sage-m)}.landing .privacy-lead{font-size:19px;line-height:1.65;color:var(--ink2);font-weight:300;max-width:620px}.landing .privacy-lead strong{color:var(--ink);font-weight:600}.landing .privacy-meta{margin-top:26px;font-family:var(--font-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink3);display:flex;gap:10px;flex-wrap:wrap}.landing .privacy-meta span{background:var(--white);border:1px solid var(--border);border-radius:100px;padding:6px 14px}.landing .pledges{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;margin-top:44px;background:var(--border);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden}.landing .pledge{background:var(--white);padding:24px 22px}.landing .pledge-icon{width:26px;height:26px;margin-bottom:14px}.landing .pledge-icon svg{width:100%;height:100%;stroke:var(--sage-m);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.landing .pledge-title{font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:5px}.landing .pledge-body{font-size:13px;color:var(--ink3);line-height:1.6}.landing .privacy-toc{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);padding:18px 80px}.landing .privacy-toc-inner{max-width:1100px;margin:0 auto;display:flex;gap:26px;flex-wrap:wrap;align-items:center}.landing .privacy-toc a{font-size:13px;color:var(--ink3);transition:color .15s;white-space:nowrap}.landing .privacy-toc a:hover{color:var(--sage-m)}.landing .privacy-toc-label{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-m)}.landing .prose{max-width:720px}.landing .prose p{font-size:15.5px;line-height:1.75;color:var(--ink2);margin-bottom:16px;font-weight:300}.landing .prose p:last-child{margin-bottom:0}.landing .prose strong{font-weight:600;color:var(--ink)}.landing .prose h3{font-family:var(--font-serif),serif;font-size:26px;letter-spacing:-.015em;color:var(--ink);margin:36px 0 10px}.landing .prose a{color:var(--sage-m);text-decoration:underline;text-underline-offset:2px}.landing .never-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:40px}.landing .never-col{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:28px}.landing .never-col.dark{background:var(--ink);border-color:var(--ink)}.landing .never-h{font-family:var(--font-mono),monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-m);margin-bottom:18px}.landing .never-col.dark .never-h{color:rgba(255,255,255,.58)}.landing .never-col ul{list-style:none}.landing .never-col li{font-size:14.5px;line-height:1.6;color:var(--ink2);padding:11px 0 11px 26px;border-bottom:1px solid var(--border);position:relative}.landing .never-col li:last-child{border-bottom:none;padding-bottom:0}.landing .never-col li:before{content:"";position:absolute;left:4px;top:19px;width:9px;height:9px;border-radius:50%;background:var(--sage-m)}.landing .never-col.dark li{color:rgba(245,242,236,.72);border-bottom-color:rgba(255,255,255,.08)}.landing .never-col.dark li:before{background:rgba(255,255,255,.28)}.landing .ptable-wrap{margin-top:40px;border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;background:var(--white)}.landing table.ptable{width:100%;border-collapse:collapse;font-size:13.5px}.landing table.ptable th{text-align:left;font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink3);font-weight:500;padding:14px 18px;background:#EDE9E1;border-bottom:1px solid var(--border2)}.landing table.ptable td{padding:16px 18px;border-bottom:1px solid var(--border);color:var(--ink2);line-height:1.55;vertical-align:top}.landing table.ptable tr:last-child td{border-bottom:none}.landing table.ptable td:first-child{color:var(--ink);font-weight:600;white-space:nowrap}.landing .ptable-card{display:none}.landing .sub-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:40px}.landing .sub{background:var(--bone);border:1px solid var(--border);border-radius:var(--rl);padding:22px 24px}.landing .sub-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px}.landing .sub-name{font-size:15px;font-weight:700;color:var(--ink)}.landing .sub-flag{font-family:var(--font-mono),monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:100px;white-space:nowrap;flex-shrink:0}.landing .sub-flag.eu{background:var(--sage-xl);color:var(--sage)}.landing .sub-flag.out{background:var(--amb-l);color:var(--amber)}.landing .sub-role{font-size:13.5px;color:var(--ink2);line-height:1.55;margin-bottom:10px}.landing .sub-data{font-size:12.5px;color:var(--ink3);line-height:1.6;padding-top:10px;border-top:1px solid var(--border)}.landing .sub-note{font-size:12px;color:var(--ink3);margin-top:8px;font-style:italic}.landing .sub.off{opacity:.62}.landing .rights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:40px}.landing .right{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:24px}.landing .right-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:6px}.landing .right-body{font-size:13.5px;color:var(--ink3);line-height:1.6}.landing .right-how{font-family:var(--font-mono),monospace;font-size:11px;color:var(--sage-m);margin-top:12px;letter-spacing:.04em}.landing .callout{background:var(--sage-xl);border:1px solid rgba(27,67,50,.16);border-radius:var(--rl);padding:26px 28px;margin-top:36px}.landing .callout-title{font-family:var(--font-serif),serif;font-size:23px;color:var(--sage);letter-spacing:-.01em;margin-bottom:8px}.landing .callout p{font-size:14.5px;color:var(--sage);line-height:1.65;opacity:.88}.landing #privacy-contact,.landing #terms-contact{background:var(--ink);padding:80px}.landing .pc-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.landing .pc-h{font-family:var(--font-serif),serif;font-size:40px;color:var(--bone);letter-spacing:-.025em;line-height:1.12}.landing .pc-body{font-size:15px;color:rgba(255,255,255,.5);line-height:1.7;font-weight:300}.landing .pc-body a{color:var(--bone);text-decoration:underline;text-underline-offset:3px}.landing .pc-rows{display:grid;grid-gap:1px;gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:var(--r);overflow:hidden}.landing .pc-row{background:rgba(255,255,255,.03);padding:16px 20px;display:flex;justify-content:space-between;gap:16px;font-size:13.5px}.landing .pc-row span:first-child{color:rgba(255,255,255,.58)}.landing .pc-row span:last-child{color:var(--bone);text-align:right}@media(max-width:900px){.landing #privacy-hero,.landing #terms-hero{padding:120px 24px 50px}.landing .privacy-hero h1{font-size:38px}.landing .privacy-lead{font-size:16.5px}.landing .pledges{grid-template-columns:1fr}.landing .privacy-toc{padding:14px 24px;overflow-x:auto}.landing .privacy-toc-inner{flex-wrap:nowrap}.landing .never-grid,.landing .pc-inner,.landing .rights-grid,.landing .sub-grid{grid-template-columns:1fr}.landing #privacy-contact,.landing #terms-contact{padding:60px 24px}.landing .pc-h{font-size:30px}.landing .ptable-wrap{display:none}.landing .ptable-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:20px;margin-top:14px}.landing .ptable-card h4{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:10px}.landing .ptable-card dl{display:grid;grid-template-columns:auto 1fr;grid-gap:8px 14px;gap:8px 14px}.landing .ptable-card dt{font-family:var(--font-mono),monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink3);padding-top:3px}.landing .ptable-card dd{font-size:13.5px;color:var(--ink2);line-height:1.5}}.landing .wl{position:relative;display:inline-flex;flex:none}.landing .wl-trigger{display:flex;align-items:center;gap:6px;padding:9px 20px;border:none;border-radius:var(--rs);cursor:pointer;background:var(--ink);color:var(--bone);font-family:var(--font-sans),sans-serif;font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s,transform .15s,opacity .18s ease}.landing .wl-trigger:hover{background:#1A1D18;transform:translateY(-1px)}.landing .wl-trigger:active{transform:translateY(0)}.landing .wl-trigger svg{width:13px;height:13px}.landing .wl-open .wl-trigger{opacity:0;pointer-events:none;transform:none}.landing .wl-hero .wl-trigger{padding:15px 30px;border-radius:var(--r);font-size:16px;gap:8px}.landing .wl-hero .wl-trigger svg{width:15px;height:15px}.landing .wl-hero .wl-trigger:hover{transform:translateY(-2px);box-shadow:var(--sh-md)}.landing .wl{--wl-r:8px;--wl-w:380px}.landing .wl-hero{--wl-r:14px;--wl-w:420px}.landing .wl-panel{position:absolute;top:0;width:var(--wl-w);height:var(--wl-trigger-h,38px);border-radius:var(--wl-r);background:var(--ink);box-shadow:var(--sh-lg);overflow:hidden;opacity:0;pointer-events:none;transition:height .42s cubic-bezier(.16,1,.3,1),opacity .14s ease,-webkit-clip-path .56s cubic-bezier(.16,1,.3,1);transition:clip-path .56s cubic-bezier(.16,1,.3,1),height .42s cubic-bezier(.16,1,.3,1),opacity .14s ease;transition:clip-path .56s cubic-bezier(.16,1,.3,1),height .42s cubic-bezier(.16,1,.3,1),opacity .14s ease,-webkit-clip-path .56s cubic-bezier(.16,1,.3,1)}.landing .wl-open .wl-panel{opacity:1;pointer-events:auto}.landing .wl-end .wl-panel{right:0;-webkit-clip-path:inset(0 0 0 calc(100% - var(--wl-trigger-w, 172px)) round var(--wl-r));clip-path:inset(0 0 0 calc(100% - var(--wl-trigger-w, 172px)) round var(--wl-r))}.landing .wl-start .wl-panel{left:0;-webkit-clip-path:inset(0 calc(100% - var(--wl-trigger-w, 172px)) 0 0 round var(--wl-r));clip-path:inset(0 calc(100% - var(--wl-trigger-w, 172px)) 0 0 round var(--wl-r))}.landing .wl-center .wl-panel{left:50%;transform:translateX(-50%);-webkit-clip-path:inset(0 calc(50% - var(--wl-trigger-w, 172px) / 2) round var(--wl-r));clip-path:inset(0 calc(50% - var(--wl-trigger-w, 172px) / 2) round var(--wl-r))}.landing .wl-center.wl-open .wl-panel,.landing .wl-end.wl-open .wl-panel,.landing .wl-start.wl-open .wl-panel{-webkit-clip-path:inset(0 0 0 0 round var(--wl-r));clip-path:inset(0 0 0 0 round var(--wl-r))}.landing .wl-stage{display:grid}.landing .wl-state{grid-area:1/1;align-self:start;display:flex;align-items:center;width:100%;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .38s cubic-bezier(.16,1,.3,1)}.landing .wl-state[data-active]{opacity:1;pointer-events:auto;transform:none}.landing .wl-input:focus,.landing .wl-input:focus-visible{outline:none;box-shadow:none}.landing .wl-panel:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(245,242,236,.1);transition:box-shadow .2s ease}.landing .wl-panel:has(.wl-input:focus-visible):after{box-shadow:inset 0 0 0 1px var(--sage-m),inset 0 0 0 4px rgba(45,106,79,.22)}.landing nav:has(.wl-open) .nav-login{opacity:0;pointer-events:none}.landing .nav-login{transition:color .15s,opacity .22s ease}.landing .wl-form{gap:6px;padding:0 5px 0 16px;min-height:var(--wl-trigger-h,38px);transform:translateX(-10px)}.landing .wl-input{flex:1 1;min-width:0;background:transparent;border:none;outline:none;color:var(--bone);font-family:var(--font-sans),sans-serif;font-size:14px;padding:9px 0}.landing .wl-input::placeholder{color:rgba(245,242,236,.55)}.landing .wl-send{flex:none;width:28px;height:28px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--sage-m);color:#fff;transition:background .15s,transform .15s}.landing .wl-send:hover:not(:disabled){background:#35805e;transform:scale(1.06)}.landing .wl-send:disabled{opacity:.55;cursor:default}.landing .wl-send svg{width:14px;height:14px}.landing .wl-hero .wl-form{padding:0 7px 0 20px}.landing .wl-hero .wl-input{font-size:16px;padding:14px 0}.landing .wl-hero .wl-send{width:38px;height:38px}.landing .wl-spinner{width:13px;height:13px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:wl-spin .6s linear infinite}@keyframes wl-spin{to{transform:rotate(1turn)}}.landing .wl-success{gap:11px;padding:13px 18px 14px;align-items:flex-start;transform:translateY(6px)}.landing .wl-check{flex:none;width:20px;height:20px;border-radius:50%;margin-top:1px;display:flex;align-items:center;justify-content:center;background:var(--sage-m);color:#fff;transform:scale(0)}.landing .wl-check svg{width:12px;height:12px}.landing .wl-check path{stroke-dasharray:30;stroke-dashoffset:30}.landing .wl-success[data-active] .wl-check{animation:wl-pop .42s cubic-bezier(.16,1,.3,1) .06s forwards}.landing .wl-success[data-active] .wl-check path{animation:wl-draw .4s cubic-bezier(.65,0,.35,1) .26s forwards}@keyframes wl-pop{0%{transform:scale(0)}60%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes wl-draw{to{stroke-dashoffset:0}}.landing .wl-success-text{font-size:13px;line-height:1.5;color:rgba(245,242,236,.62);display:block}.landing .wl-success-text b{display:block;font-weight:600;font-size:14.5px;color:var(--bone);margin-bottom:2px;opacity:0;transform:translateY(4px)}.landing .wl-success[data-active] .wl-success-text b{animation:wl-rise .46s cubic-bezier(.16,1,.3,1) .2s forwards}@keyframes wl-rise{to{opacity:1;transform:none}}.landing .wl-hero .wl-success{padding:16px 22px 18px}.landing .wl-hero .wl-success-text{font-size:14px}.landing .wl-hero .wl-success-text b{font-size:16px}.landing .wl-error{position:absolute;top:calc(100% + 8px);right:0;white-space:nowrap;font-size:12.5px;color:#D98A84}.landing .wl-invert .wl-trigger{background:var(--bone);color:var(--ink)}.landing .wl-invert .wl-trigger:hover{background:#EBE8E1}.landing .wl-invert .wl-panel{background:var(--bone)}.landing .wl-invert .wl-input{color:var(--ink)}.landing .wl-invert .wl-input::placeholder{color:var(--ink3)}.landing .wl-invert .wl-panel:after{box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.landing .wl-invert .wl-panel:has(.wl-input:focus-visible):after{box-shadow:inset 0 0 0 1px var(--sage-m),inset 0 0 0 4px rgba(45,106,79,.16)}.landing .wl-invert .wl-success-text{color:var(--ink3)}.landing .wl-invert .wl-success-text b{color:var(--ink)}.landing .wl-invert .wl-error{color:#B4342F}@media(max-width:760px){.landing .wl-nav .wl-panel{position:fixed;top:72px;left:16px;right:16px;width:auto;transform:none;-webkit-clip-path:inset(0 0 0 calc(100% - var(--wl-trigger-w, 150px)) round var(--wl-r));clip-path:inset(0 0 0 calc(100% - var(--wl-trigger-w, 150px)) round var(--wl-r))}.landing .wl-nav.wl-open .wl-panel{-webkit-clip-path:inset(0 0 0 0 round var(--wl-r));clip-path:inset(0 0 0 0 round var(--wl-r))}.landing .wl-nav .wl-error{position:fixed;top:calc(72px + var(--wl-trigger-h, 38px) + 8px);right:16px}.landing .wl-nav.wl-open .wl-trigger{opacity:1}}@media(prefers-reduced-motion:reduce){.landing .wl-panel,.landing .wl-send,.landing .wl-state,.landing .wl-trigger{transition:none}.landing .wl-form,.landing .wl-success{transform:none}.landing .wl-check{transform:scale(1);animation:none}.landing .wl-check path{stroke-dashoffset:0;animation:none}.landing .wl-success-text b{opacity:1;transform:none;animation:none}.landing .wl-spinner{animation-duration:1.4s}}.landing :where(.h-hero,.h-sec,.h-final,.hw-hero) :where(p){color:inherit}.landing .h-in{max-width:1160px;margin:0 auto;padding:0 56px}.landing .h-tag{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--sage-m)}.landing .h-h2{font-family:var(--font-serif),serif;font-weight:400;font-size:clamp(38px,4.6vw,60px);line-height:1.02;letter-spacing:-.02em;margin-top:14px;max-width:16em}.landing .h-eyebrow em,.landing .h-h2 em,.landing .h-title em{font-style:italic;color:var(--sage-m)}.landing .h-lead{font-size:18px;line-height:1.6;color:var(--ink2);margin-top:18px;max-width:36em}.landing .h-sec{padding:110px 0;position:relative}.landing .h-sec.white{background:var(--white)}.landing .h-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 26px;border-radius:12px;font-size:15.5px;font-weight:600;white-space:nowrap;transition:transform .15s,background .15s}.landing .h-btn.ghost{color:var(--ink);box-shadow:inset 0 0 0 1.5px rgba(0,0,0,.14)}.landing .h-btn.ghost:hover{background:rgba(0,0,0,.04);transform:translateY(-1px)}.landing .h-btn.light{color:var(--bone);box-shadow:inset 0 0 0 1.5px rgba(245,242,236,.3)}.landing .h-btn.light:hover{background:rgba(245,242,236,.06)}.landing .h-reveal{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.landing .h-reveal.visible{opacity:1;transform:none}.landing .h-hero{position:relative;padding:134px 0 90px}.landing .h-hero:before{inset:0;background-image:radial-gradient(rgba(0,0,0,.09) 1px,transparent 0);background-size:22px 22px;-webkit-mask-image:radial-gradient(ellipse at 70% 40%,#000 20%,transparent 70%);mask-image:radial-gradient(ellipse at 70% 40%,#000 20%,transparent 70%)}.landing .h-hero:after,.landing .h-hero:before{content:"";position:absolute;pointer-events:none}.landing .h-hero:after{width:680px;height:680px;right:-120px;top:-40px;border-radius:50%;background:radial-gradient(circle,rgba(45,106,79,.16),transparent 62%);animation:h-glow 14s ease-in-out infinite alternate}@keyframes h-glow{to{transform:translate(-60px,50px) scale(1.08)}}.landing .h-hero-in{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:center;position:relative;z-index:1}.landing .h-eyebrow{font-family:var(--font-serif),serif;font-style:italic;font-size:24px;color:var(--ink2)}.landing .h-title{font-family:var(--font-serif),serif;font-weight:400;font-size:clamp(46px,6vw,84px);line-height:.98;letter-spacing:-.025em;margin-top:14px}.landing .h-title .w{display:inline-block;opacity:0;transform:translateY(18px);filter:blur(6px);animation:h-word .9s cubic-bezier(.2,.8,.2,1) forwards}@keyframes h-word{to{opacity:1;transform:none;filter:none}}.landing .h-sub{font-size:18.5px;line-height:1.6;color:var(--ink2);margin-top:22px;max-width:34em}.landing .h-acts{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}.landing .h-trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:26px;font-size:13.5px;color:var(--ink3)}.landing .h-trust span{display:inline-flex;align-items:center;gap:7px}.landing .h-trust span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--sage-m)}.landing .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing .wc{margin-top:32px;max-width:540px}.landing .wc-card{position:relative;display:grid;grid-template-columns:84px 1fr;grid-gap:4px 18px;gap:4px 18px;align-items:start;padding:20px 20px 18px 16px;border-radius:24px;background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 50px -24px rgba(27,67,50,.35),0 0 0 1px rgba(0,0,0,.06)}.landing .wc-gigi{width:84px;height:78px;margin-top:-2px}.landing .wc-gigi .masc{width:100%;height:100%}.landing .wc-gigi .masc .mb{transition:transform .45s cubic-bezier(.3,1.4,.5,1)}.landing .wc-gigi .masc.look .mb{transform:rotate(7deg) translateX(3px)}.landing .wc-body{min-width:0}.landing .wc-ask{display:flex;flex-direction:column;gap:1px;margin-bottom:12px}.landing .wc-ask b{font-family:var(--font-serif),serif;font-weight:400;font-size:23px;line-height:1.15;letter-spacing:-.015em;color:var(--ink)}.landing .wc-ask span{font-size:14px;color:var(--ink3)}.landing .wc-form{position:relative;display:flex;align-items:center;gap:6px;padding:5px;border-radius:16px;background:var(--bone);box-shadow:inset 0 0 0 1px rgba(0,0,0,.09);transition:box-shadow .2s}.landing .wc-form:focus-within{box-shadow:inset 0 0 0 1.5px var(--sage-m),0 0 0 4px rgba(45,106,79,.12)}.landing .wc-form:has(input[aria-invalid=true]){box-shadow:inset 0 0 0 1.5px #B4342F,0 0 0 4px rgba(180,52,47,.1)}.landing .wc-field{flex:1 1;min-width:0;display:block}.landing .wc-field input{width:100%;border:0;background:transparent;font:500 16px var(--font-sans),sans-serif;color:var(--ink);padding:11px 10px 11px 12px;outline:none}.landing .wc-field input::placeholder{color:var(--ink3);opacity:.8}.landing .wc-go{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;min-width:172px;padding:0 18px;border:0;border-radius:12px;cursor:pointer;background:var(--ink);color:var(--bone);font:600 15px var(--font-sans),sans-serif;transition:background .15s,transform .15s}.landing .wc-go:hover:not(:disabled){background:var(--sage);transform:translateY(-1px)}.landing .wc-go:focus-visible{outline:2px solid var(--sage-m);outline-offset:2px}.landing .wc-go:disabled{cursor:default;opacity:.85}.landing .wc-go svg{width:14px;height:14px}.landing .wc-spin{width:16px;height:16px;border-radius:50%;border:2px solid rgba(245,242,236,.35);border-top:2px solid var(--bone);animation:wc-spin .7s linear infinite}@keyframes wc-spin{to{transform:rotate(1turn)}}.landing .wc-err{margin-top:8px;font-size:13.5px;color:#B4342F}.landing .wc-trust{list-style:none;display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:12px;font-size:12.5px;color:var(--ink3)}.landing .wc-trust li{display:inline-flex;align-items:center;gap:6px}.landing .wc-trust li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--sage-m)}.landing .wc-said{display:flex;flex-direction:column;gap:3px;min-height:92px;justify-content:center;animation:wc-in .45s cubic-bezier(.16,1,.3,1) both}.landing .wc-said b{font-family:var(--font-serif),serif;font-weight:400;font-size:25px;line-height:1.15;color:var(--sage)}.landing .wc-said span{font-size:14.5px;color:var(--ink2);line-height:1.45}@keyframes wc-in{0%{opacity:0;transform:translateY(6px)}}.landing .wc-how{display:inline-flex;align-items:center;gap:6px;margin-top:14px;margin-left:4px;font-size:14.5px;font-weight:600;color:var(--sage-m);border-bottom:1px solid rgba(45,106,79,.3);padding-bottom:1px;transition:gap .15s,border-color .15s}.landing .wc-how:hover{gap:9px;border-color:var(--sage-m)}.landing .wc-how svg{width:12px;height:12px}.landing .wc-final{margin:96px auto 0;text-align:left;display:flex;flex-direction:column;align-items:center;max-width:520px}.landing .wc-final .wc-card{grid-template-columns:1fr;padding:62px 26px 22px;text-align:center;width:100%}.landing .wc-final .wc-gigi{position:absolute;left:50%;top:-58px;width:118px;height:108px;transform:translateX(-50%);margin:0}.landing .wc-final .wc-ask{align-items:center}.landing .wc-final .wc-trust{justify-content:center}.landing .wc-final .wc-said{align-items:center;min-height:0;padding:6px 0 4px}.landing .wc-final .wc-how{margin-left:0}@media (max-width:560px){.landing .wc-card{grid-template-columns:56px 1fr;gap:4px 12px;padding:16px 14px 14px 12px;border-radius:20px}.landing .wc-gigi{width:56px;height:52px}.landing .wc-ask b{font-size:20px}.landing .wc-form{flex-direction:column;align-items:stretch;padding:5px}.landing .wc-go{width:100%;min-width:0}.landing .wc-body{display:contents}.landing .wc-ask{align-self:center;margin-bottom:6px}.landing .wc-body>.wc-err,.landing .wc-body>.wc-form,.landing .wc-body>.wc-trust{grid-column:1/-1}.landing .wc-trust{margin-top:8px}.landing .wc-final .wc-card{padding:54px 16px 18px}.landing .wc-final .wc-gigi{width:100px;height:92px;top:-50px}}@media (prefers-reduced-motion:reduce){.landing .wc-gigi .masc .mb,.landing .wc-go,.landing .wc-said{transition:none;animation:none}}.landing .lp{position:relative;display:flex;flex-direction:column;align-items:center}.landing .lp-orbit{position:absolute;z-index:0;left:50%;top:45%;width:520px;height:520px;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(45,106,79,.25);animation:lp-spin 90s linear infinite;pointer-events:none}.landing .lp-orbit:before{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:var(--sage-m);box-shadow:0 0 0 6px rgba(45,106,79,.15)}@keyframes lp-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.landing .lp-dev{position:relative;z-index:2;width:min(356px,100%);height:740px;border-radius:52px;padding:9px;background:linear-gradient(145deg,#2b2b28,#121211);box-shadow:0 40px 80px -30px rgba(30,25,15,.5),0 0 0 1px rgba(0,0,0,.35),inset 0 0 0 1.5px rgba(255,255,255,.08);flex:none}.landing .lp-scr{position:relative;border-radius:43px;overflow:hidden;overflow:clip;isolation:isolate;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;color:#1c1b19;-webkit-font-smoothing:antialiased}.landing .lp-frame,.landing .lp-scr{width:100%;height:100%;background:#fff}.landing .lp-frame{position:absolute;inset:0;border:0}.landing .lp-island{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:104px;height:30px;border-radius:20px;background:#000;z-index:30;pointer-events:none}.landing .lp-sbar{position:absolute;top:0;left:0;right:0;height:50px;display:flex;justify-content:space-between;align-items:center;padding:6px 30px 0 34px;font-size:14px;font-weight:600;z-index:29;pointer-events:none;color:#1c1b19;transition:color .4s}.landing .lp-sbar.dark{color:#F5F2EC}.landing .lp-sbar .r{display:flex;gap:5px;align-items:center}.landing .lp-sbar svg{display:block}.landing .lp-bat{width:23px;height:11px;border-radius:3.5px;border:1.2px solid;opacity:.9;position:relative}.landing .lp-bat:after{content:"";position:absolute;inset:1.5px 5px 1.5px 1.5px;border-radius:1.5px;background:currentColor}.landing .lp-home{position:absolute;bottom:7px;left:50%;transform:translateX(-50%);width:118px;height:4.5px;border-radius:3px;background:rgba(0,0,0,.85);z-index:30;pointer-events:none;transition:background .4s}.landing .lp-home.dark{background:rgba(255,255,255,.8)}.landing .lp-lock{position:absolute;inset:0;z-index:20;background:radial-gradient(120% 70% at 30% 0,#6a7d6c 0,#3a4a3e 38%,#1b221c 75%);color:#fff;display:flex;flex-direction:column;align-items:center;transition:opacity .45s ease,transform .6s cubic-bezier(.2,.8,.2,1)}.landing .lp-lock.gone{opacity:0;transform:scale(1.04);pointer-events:none}.landing .lp-lock .date{margin-top:74px;font-size:16px;font-weight:600;opacity:.9}.landing .lp-lock .clock{font-size:88px;font-weight:600;line-height:1;letter-spacing:-2px;margin-top:2px;font-family:-apple-system,SF Pro Rounded,Segoe UI,sans-serif}.landing .lp-notif{position:absolute;left:12px;right:12px;bottom:150px;border-radius:24px;padding:13px 14px;display:grid;grid-template-columns:38px 1fr;grid-gap:11px;gap:11px;text-align:left;color:#fff;border:0;font:inherit;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%);box-shadow:inset 0 0 0 .5px rgba(255,255,255,.35),0 8px 30px rgba(0,0,0,.18);cursor:pointer;animation:lp-notif .7s cubic-bezier(.2,.9,.25,1.1) .3s both;transition:transform .15s}.landing .lp-notif:active{transform:scale(.975)}.landing .lp-notif.still{cursor:default}.landing .lp-notif.still:active{transform:none}.landing .lp-notif.wait{animation:lp-notif .7s cubic-bezier(.2,.9,.25,1.1) .3s both,lp-breathe 1.2s ease-in-out infinite}@keyframes lp-notif{0%{opacity:0;transform:translateY(24px) scale(.96)}}@keyframes lp-breathe{50%{box-shadow:inset 0 0 0 .5px rgba(255,255,255,.55),0 8px 30px rgba(110,231,183,.25)}}.landing .lp-app{width:38px;height:38px;border-radius:10px;background:#fbf8f2;display:grid;place-items:center;overflow:hidden}.landing .lp-app .masc{width:34px;height:34px}.landing .lp-notif .top{display:flex;justify-content:space-between;font-size:12.5px}.landing .lp-notif .top b{font-weight:600}.landing .lp-notif .top span{opacity:.7}.landing .lp-notif .nt{display:block;font-weight:600;font-size:14.5px;margin-top:1px}.landing .lp-notif .nb{display:block;font-size:13.5px;opacity:.92;line-height:1.35;margin-top:1px}.landing .lp-lock .hint{bottom:34px;left:0;right:0;opacity:.75}.landing .lp-lock .calm,.landing .lp-lock .hint{position:absolute;text-align:center;font-size:13px}.landing .lp-lock .calm{bottom:206px;left:30px;right:30px;opacity:.72;line-height:1.45}.landing .lp-lock .open{position:absolute;bottom:150px;left:50%;transform:translateX(-50%);border:0;cursor:pointer;background:rgba(255,255,255,.18);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;border-radius:99px;padding:11px 20px;font:600 14px -apple-system,Segoe UI,sans-serif;box-shadow:inset 0 0 0 .5px rgba(255,255,255,.35);white-space:nowrap}.landing .lp-scn{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:18px;position:relative;z-index:3}.landing .lp-scn button{border:0;cursor:pointer;font:600 13px var(--font-sans),sans-serif;padding:7px 13px;border-radius:99px;background:rgba(255,255,255,.7);color:var(--ink2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.landing .lp-scn button[aria-pressed=true]{background:var(--ink);color:var(--bone);box-shadow:none}.landing .lp-hint{margin-top:10px;font-size:12.5px;color:var(--ink3);text-align:center;max-width:34em}.landing .lp-live{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--sage-m);margin-right:7px;vertical-align:1px;animation:lp-pulse 1.8s ease-in-out infinite}@keyframes lp-pulse{0%,to{box-shadow:0 0 0 0 rgba(45,106,79,.35)}50%{box-shadow:0 0 0 5px rgba(45,106,79,0)}}.landing .lp-hint kbd{font-family:var(--font-sans),sans-serif;font-size:11px;padding:1px 6px;border-radius:5px;background:var(--white);box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px rgba(0,0,0,.08)}.landing .h-rule{height:3px;background:var(--sage-m)}.landing .h-shell{width:356px;height:740px;border-radius:52px;padding:9px;background:linear-gradient(145deg,#2b2b28,#121211);box-shadow:0 40px 80px -30px rgba(30,25,15,.5),0 0 0 1px rgba(0,0,0,.35),inset 0 0 0 1.5px rgba(255,255,255,.08);margin:0 auto}.landing .h-glass{position:relative;width:100%;height:100%;border-radius:43px;overflow:hidden;background:#0e110c}.landing .h-glass>.h-shot,.landing .h-glass>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1)}.landing .h-glass>.on{opacity:1;transform:none}.landing .h-glass .lp-lock,.landing .h-scale{position:absolute;inset:0}.landing .h-tap{position:absolute;z-index:25;width:56px;height:56px;border-radius:50%;border:2px solid rgba(255,255,255,.9);left:50%;top:72%;transform:translate(-50%,-50%) scale(.6);opacity:0;pointer-events:none}.landing .h-tap.go{animation:h-tap 1.4s ease-out 2}@keyframes h-tap{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}30%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.landing .h-story{display:grid;grid-template-columns:1fr 380px;grid-gap:70px;gap:70px;margin-top:50px}.landing .h-steps{padding-bottom:18vh}.landing .h-step{min-height:62vh;display:flex;flex-direction:column;justify-content:center;padding-right:20px;opacity:.28;transition:opacity .5s}.landing .h-step.on{opacity:1}.landing .h-step .t{font-size:13px;font-weight:700;letter-spacing:.1em;color:var(--sage-m);text-transform:uppercase}.landing .h-step h3{font-family:var(--font-serif),serif;font-weight:400;font-size:38px;line-height:1.08;margin-top:10px}.landing .h-step p{font-size:17px;line-height:1.6;color:var(--ink2);margin-top:14px;max-width:30em}.landing .h-pts{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:8px}.landing .h-pts li{font-size:15px;color:var(--ink2);display:grid;grid-template-columns:18px 1fr;grid-gap:8px;gap:8px}.landing .h-pts li:before{content:"✓";color:var(--sage-m);font-weight:700}.landing .h-pin{position:-webkit-sticky;position:sticky;top:96px;height:max-content}.landing .h-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.landing .h-dots i{width:7px;height:7px;border-radius:99px;background:rgba(0,0,0,.14);transition:width .4s,background .4s}.landing .h-dots i.on{width:22px;background:var(--sage-m)}.landing .h-reads{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:26px;gap:26px;margin-top:46px;align-items:stretch}.landing .h-mail{background:var(--white);border-radius:22px;padding:22px 24px;box-shadow:0 20px 60px -30px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);font-size:14.5px;line-height:1.65;color:var(--ink2)}.landing .h-mail p+p{margin-top:10px}.landing .h-mail-hdr{display:grid;grid-template-columns:36px 1fr;grid-gap:10px;gap:10px;align-items:center;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:14px}.landing .h-mail-hdr i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:700;color:#fff;font-size:13px}.landing .h-mail-hdr b{display:block;font-size:14px;color:var(--ink)}.landing .h-mail-hdr small{color:var(--ink3);font-size:12.5px}.landing .h-mail mark{background:transparent;color:inherit;border-radius:5px;padding:0 2px;transition:background .5s,box-shadow .5s}.landing .h-mail mark.lit{background:rgba(110,231,183,.35);box-shadow:0 0 0 2px rgba(45,106,79,.35);color:var(--ink)}.landing .h-mail mark.skip{text-decoration:line-through;-webkit-text-decoration-color:rgba(0,0,0,.3);text-decoration-color:rgba(0,0,0,.3)}.landing .h-mail .raw{font-family:var(--font-mono),monospace;font-size:12px;color:var(--ink3)}.landing .h-readout{background:var(--ink);color:var(--bone);border-radius:22px;padding:22px 22px 18px;display:flex;flex-direction:column;position:relative;overflow:hidden}.landing .h-readout:before{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(45,106,79,.45),transparent 60%);pointer-events:none}.landing .h-readout>*{position:relative}.landing .h-readout .k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6EE7B7}.landing .h-field{margin-top:12px;padding:11px 13px;border-radius:14px;background:rgba(245,242,236,.06);box-shadow:inset 0 0 0 1px rgba(245,242,236,.1);opacity:.35;transition:opacity .5s,background .5s,box-shadow .5s}.landing .h-field.on{opacity:1;background:rgba(245,242,236,.1)}.landing .h-field.blank.on{box-shadow:inset 0 0 0 1px rgba(245,242,236,.1),inset 3px 0 0 #F5C77E}.landing .h-field span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(245,242,236,.55);font-weight:700}.landing .h-field b{display:block;font-size:18px;font-weight:600;margin-top:2px}.landing .h-field q{quotes:none;display:block;font-family:var(--font-serif),serif;font-style:italic;font-size:15px;color:rgba(245,242,236,.72);margin-top:3px}.landing .h-readout .foot{margin-top:auto;padding-top:14px;font-size:13px;color:rgba(245,242,236,.65)}.landing .h-readout .again{margin-top:14px;align-self:flex-start;border:0;cursor:pointer;background:var(--bone);color:var(--ink);font:600 14px var(--font-sans),sans-serif;padding:10px 18px;border-radius:10px}.landing .h-rowhead{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.landing .h-rowhead>div:first-child{flex:1 1}.landing .h-railnav{display:flex;gap:8px;flex:none}.landing .h-railnav button{width:42px;height:42px;border-radius:50%;border:0;cursor:pointer;background:var(--white);box-shadow:0 0 0 1px rgba(0,0,0,.08);font-size:18px;color:var(--ink)}.landing .h-rail{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:max(56px,calc((100vw - 1160px) / 2 + 56px));padding:40px max(56px,calc((100vw - 1160px) / 2 + 56px)) 30px;margin-top:20px;scrollbar-width:none}.landing .h-rail::-webkit-scrollbar{display:none}.landing .h-room{flex:none;width:260px;scroll-snap-align:start}.landing .h-room .h-shell{width:260px;height:540px;border-radius:40px;padding:7px;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.landing .h-room .h-glass{border-radius:33px}.landing .h-room .h-glass>img{opacity:1;transform:none}.landing .h-room:hover .h-shell{transform:translateY(-10px) rotate(-1deg)}.landing .h-room figcaption{margin-top:16px}.landing .h-room figcaption b{display:block;font-family:var(--font-serif),serif;font-weight:400;font-size:24px;line-height:1.1}.landing .h-room figcaption span{display:block;font-size:14px;color:var(--ink2);margin-top:6px;line-height:1.5}.landing .h-never{background:#0b0d0a;color:var(--bone);text-align:center;overflow:hidden}.landing .h-never .h-tag{color:#6EE7B7}.landing .h-never .h-h2{margin-inline:auto;color:var(--bone)}.landing .h-never .h-h2 em{color:#6EE7B7}.landing .h-never .h-lead{margin-inline:auto;color:rgba(245,242,236,.75)}.landing .h-verbs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;margin-top:46px;font-family:var(--font-serif),serif;font-size:clamp(40px,6vw,84px);line-height:1}.landing .h-verbs span{position:relative;color:rgba(245,242,236,.9)}.landing .h-verbs span:after{content:"";position:absolute;left:-4%;right:-4%;top:54%;height:4px;border-radius:4px;background:#F0A98B;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.6,0,.2,1)}.landing .h-verbs.on span:after{transform:scaleX(1)}.landing .h-verbs.on span{color:rgba(245,242,236,.45);transition:color .6s .4s}.landing .h-tapline{display:inline-flex;align-items:center;gap:12px;margin-top:36px;padding:12px 20px 12px 12px;border-radius:99px;background:rgba(245,242,236,.08);box-shadow:inset 0 0 0 1px rgba(245,242,236,.12);font-size:15px}.landing .h-tapline i{width:38px;height:38px;border-radius:50%;background:#2D6A4F;display:grid;place-items:center;font-style:normal;font-size:18px;animation:h-pulse 2.4s infinite}@keyframes h-pulse{0%{box-shadow:0 0 0 0 rgba(110,231,183,.5)}70%{box-shadow:0 0 0 16px rgba(110,231,183,0)}to{box-shadow:0 0 0 0 rgba(110,231,183,0)}}.landing .h-meet{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:46px}.landing .h-pose{border-radius:22px;padding:18px 18px 20px;background:var(--white);box-shadow:0 0 0 1px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:6px;transition:transform .4s cubic-bezier(.2,.8,.2,1),opacity .8s,translate .8s}.landing .h-pose:hover{transform:translateY(-6px)}.landing .h-art{height:150px;border-radius:16px;display:grid;place-items:center;margin-bottom:8px;position:relative;overflow:hidden}.landing .h-art.n{background:radial-gradient(circle at 50% 30%,#1d2a21,#0b0d0a)}.landing .h-art.d{background:radial-gradient(circle at 50% 30%,#ffffff,#f2eee6)}.landing .h-art.g{background:radial-gradient(circle at 50% 30%,#2d6a4f,#10231a)}.landing .h-art .masc{width:128px;height:116px}.landing .h-art .zz{position:absolute;right:22px;top:18px;font-family:var(--font-serif),serif;font-style:italic;color:rgba(245,242,236,.7);font-size:20px;animation:h-zz 3s ease-in-out infinite}@keyframes h-zz{50%{transform:translate(4px,-6px);opacity:.4}}.landing .h-pose .t{font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--sage-m)}.landing .h-pose b{font-family:var(--font-serif),serif;font-weight:400;font-size:22px;line-height:1.15}.landing .h-pose>span{font-size:14px;color:var(--ink2);line-height:1.5}.landing .h-priv{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:46px}.landing .h-card{background:var(--white);border-radius:22px;padding:22px;box-shadow:0 0 0 1px rgba(0,0,0,.05)}.landing .h-sec.white .h-card{background:var(--bone);box-shadow:none}.landing .h-card .k{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3)}.landing .h-card h3{font-family:var(--font-serif),serif;font-weight:400;font-size:28px;line-height:1.1;margin-top:8px}.landing .h-card .note{font-size:14px;color:var(--ink2);margin-top:12px;line-height:1.55}.landing .h-pc{display:flex;gap:8px;margin-top:16px}.landing .h-pc input{flex:1 1;min-width:0;font:600 18px var(--font-sans),sans-serif;letter-spacing:.04em;text-transform:uppercase;padding:13px 15px;border-radius:14px;border:0;background:var(--white);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);outline:none;color:var(--ink)}.landing .h-pc input:focus{box-shadow:inset 0 0 0 1.5px var(--sage-m),0 0 0 4px rgba(45,106,79,.12)}.landing .h-pcout{margin-top:12px;font-size:15px;color:var(--ink2);min-height:26px}.landing .h-pcout .keep{font-family:var(--font-mono),monospace;font-weight:700;background:var(--sage-xl);color:var(--sage-m);padding:2px 8px;border-radius:7px}.landing .h-pcout s{font-family:var(--font-mono),monospace;color:#a69e90}.landing .h-log{list-style:none;margin-top:14px;display:flex;flex-direction:column;gap:8px}.landing .h-log li{display:grid;grid-template-columns:10px 1fr auto;grid-gap:10px;gap:10px;align-items:baseline;font-size:14px;color:var(--ink2);padding:10px 12px;border-radius:12px;background:var(--white);animation:h-log .6s cubic-bezier(.2,.9,.3,1.1) both}.landing .h-log li i{width:8px;height:8px;border-radius:50%;background:var(--sage-m)}.landing .h-log li code{font-family:var(--font-mono),monospace;font-size:11px;color:var(--ink3)}@keyframes h-log{0%{opacity:0;transform:translateY(-10px) scale(.98)}}.landing .h-faq{margin-top:40px;border-top:1px solid rgba(0,0,0,.08)}.landing .h-faq details{border-bottom:1px solid rgba(0,0,0,.08)}.landing .h-faq summary{list-style:none;cursor:pointer;padding:22px 0;font-size:19px;font-weight:500;display:flex;justify-content:space-between;gap:20px}.landing .h-faq summary::-webkit-details-marker{display:none}.landing .h-faq summary:after{content:"+";font-size:24px;line-height:1;color:var(--ink3);transition:transform .3s}.landing .h-faq details[open] summary:after{transform:rotate(45deg)}.landing .h-faq details p{padding:0 0 22px;font-size:16px;color:var(--ink2);max-width:44em;line-height:1.6}.landing .h-final{text-align:center;padding:120px 0;background:radial-gradient(ellipse at 50% 100%,rgba(45,106,79,.18),transparent 60%)}.landing .h-final .h-h2,.landing .h-final .h-lead{margin-inline:auto}.landing .h-final .h-acts{justify-content:center}.landing .hw-hero{padding:130px 0 60px;text-align:center;position:relative}.landing .hw-hero .h-title{margin:14px auto 0;max-width:11em}.landing .hw-hero .h-lead{margin-inline:auto}.landing .hw-dial{position:relative;width:460px;height:460px;margin:50px auto 0}.landing .hw-dial svg{width:100%;height:100%;overflow:visible}.landing .hw-dial .face{fill:#fff;filter:drop-shadow(0 30px 50px rgba(0,0,0,.08))}.landing .hw-dial .night{fill:none;stroke:#1d2a21;stroke-width:26;opacity:.9}.landing .hw-dial .day{fill:none;stroke:#f2e3c4;stroke-width:26}.landing .hw-dial .tick{stroke:rgba(0,0,0,.15);stroke-width:1.5}.landing .hw-dial .hand{stroke:var(--ink);stroke-width:3;stroke-linecap:round;transform-origin:230px 230px;transition:transform 1s cubic-bezier(.3,1.3,.5,1)}.landing .hw-dial .hub{fill:var(--ink)}.landing .hw-dial .mk{cursor:pointer;outline:none}.landing .hw-dial .mk circle{fill:#fff;stroke:var(--sage-m);stroke-width:2.5;transition:fill .3s}.landing .hw-dial .mk.on circle,.landing .hw-dial .mk:focus-visible circle{fill:var(--sage-m)}.landing .hw-dial .mk text{font:700 11px var(--font-sans),sans-serif;fill:var(--ink2);letter-spacing:.04em}.landing .hw-center{position:absolute;inset:118px;background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.landing .hw-center .masc{width:90px;height:82px}.landing .hw-center b{font-family:var(--font-serif),serif;font-weight:400;font-size:26px;line-height:1;margin-top:4px}.landing .hw-center span{font-size:13.5px;color:var(--ink2);margin-top:6px;line-height:1.4;max-width:14em;min-height:3em}.landing .hw-ch{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:60px;gap:60px;align-items:center}.landing .hw-ch.flip{grid-template-columns:1.1fr .9fr}.landing .hw-ch.flip>.hw-txt{order:2}.landing .hw-num{font-family:var(--font-serif),serif;font-style:italic;font-size:64px;line-height:1;color:rgba(45,106,79,.35)}.landing .hw-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.landing .hw-chips button{border:0;cursor:pointer;font:600 13.5px var(--font-sans),sans-serif;padding:9px 15px;border-radius:99px;background:var(--white);box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);color:var(--ink2)}.landing .h-sec.white .hw-chips button{background:var(--bone)}.landing .h-sec.white .hw-chips button[aria-pressed=true],.landing .hw-chips button[aria-pressed=true]{background:var(--ink);color:var(--bone);box-shadow:none}.landing .hw-reel .h-shell{width:300px;height:624px;border-radius:46px;padding:8px}.landing .hw-reel .h-glass{border-radius:38px;background:#fff}.landing .hw-cap{text-align:center;margin-top:14px;font-size:14px;color:var(--ink2);min-height:22px}.landing .hw-cascade{display:flex;gap:8px;margin:0 0 14px;flex-wrap:wrap}.landing .hw-cascade span{font-size:12.5px;font-weight:600;padding:7px 11px;border-radius:10px;background:rgba(0,0,0,.04);color:var(--ink3);transition:background .4s,color .4s}.landing .hw-cascade span.on{background:var(--sage-m);color:#fff}.landing .hw-cascade span.done{background:var(--sage-xl);color:var(--sage-m)}.landing .hw-mailstack{display:grid;grid-gap:14px;gap:14px}.landing .hw-rank{background:var(--ink);border-radius:26px;padding:22px;color:var(--bone)}.landing .hw-rank .k{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(245,242,236,.55);margin-bottom:10px;display:flex;justify-content:space-between}.landing .hw-list{position:relative}.landing .hw-sig{position:absolute;left:0;right:0;top:0;height:46px;border-radius:12px;padding:0 12px;display:grid;grid-template-columns:8px 1fr auto;grid-gap:10px;gap:10px;align-items:center;background:rgba(245,242,236,.07);font-size:13px;transition:transform .8s cubic-bezier(.2,.8,.2,1),background .5s,opacity .5s}.landing .hw-sig i{width:8px;height:8px;border-radius:50%}.landing .hw-sig small{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(245,242,236,.5);white-space:nowrap}.landing .hw-sig.top{background:rgba(245,242,236,.14)}.landing .hw-sig.carry small{color:#F5C77E}.landing .hw-line{position:absolute;left:0;right:0;height:1px;background:repeating-linear-gradient(90deg,rgba(245,242,236,.35) 0 6px,transparent 6px 12px);transition:opacity .5s}.landing .hw-rank .foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:13px;color:rgba(245,242,236,.65)}.landing .hw-rank .foot button{white-space:nowrap;border:0;cursor:pointer;background:rgba(245,242,236,.1);color:var(--bone);font:600 13px var(--font-sans),sans-serif;padding:8px 14px;border-radius:99px}.landing .hw-mini{border-radius:30px;padding:26px 22px 22px;color:var(--bone);position:relative;overflow:hidden;min-height:470px;display:flex;flex-direction:column;background:radial-gradient(120% 90% at 50% 0,rgba(var(--c,45,106,79),.35),#0b0d0a 70%);transition:background 1s}.landing .hw-mini .k{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(245,242,236,.6);font-weight:700}.landing .hw-mini .t{font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:28px;margin-top:4px}.landing .hw-pile{position:relative;flex:1 1;margin-top:18px;min-height:250px}.landing .hw-card{position:absolute;inset:0 0 auto 0;height:250px;border-radius:22px;padding:18px;background:#171a14;box-shadow:inset 0 1px 0 rgba(245,242,236,.1),0 20px 40px rgba(0,0,0,.4);touch-action:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .4s}.landing .hw-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(160deg,rgba(var(--c),.35),transparent 60%);pointer-events:none}.landing .hw-card>*{position:relative}.landing .hw-card .ck{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.landing .hw-card b{display:block;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-weight:400;font-size:25px;line-height:1.12;margin-top:10px}.landing .hw-card p{font-size:13.5px;color:rgba(245,242,236,.75);margin-top:10px;line-height:1.5}.landing .hw-stamp{position:absolute;top:18px;right:18px;font-weight:800;letter-spacing:.1em;font-size:13px;padding:4px 9px;border-radius:8px;border:2px solid;opacity:0;transform:rotate(8deg)}.landing .hw-stamp.y{color:#6EE7B7}.landing .hw-stamp.n{color:#F5C77E;left:18px;right:auto;transform:rotate(-8deg)}.landing .hw-ctl{display:flex;justify-content:center;gap:14px;margin-top:14px}.landing .hw-ctl button{border:0;cursor:pointer;width:54px;height:54px;border-radius:50%;background:rgba(245,242,236,.1);color:var(--bone);display:grid;place-items:center}.landing .hw-ctl button.y{background:#2D6A4F}.landing .hw-ctl svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing .hw-done{position:absolute;inset:0;display:grid;place-items:center;text-align:center;opacity:0;pointer-events:none;transition:opacity .6s}.landing .hw-done.on{opacity:1;pointer-events:auto}.landing .hw-done .masc{width:110px;height:100px;margin:0 auto}.landing .hw-done b{display:block;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-weight:400;font-size:26px;margin-top:6px}.landing .hw-done button{margin-top:14px;border:0;cursor:pointer;background:rgba(245,242,236,.12);color:var(--bone);font:600 14px var(--font-sans),sans-serif;padding:9px 16px;border-radius:99px}.landing .hw-chat{background:#0e110c;border-radius:30px;padding:22px;color:var(--bone);min-height:440px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.landing .hw-peek{display:flex;align-items:center;gap:10px}.landing .hw-peek .masc{width:54px;height:50px}.landing .hw-peek b{font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-weight:400;font-size:22px}.landing .hw-log{display:flex;flex-direction:column;gap:10px}.landing .hw-bub{align-self:flex-end;max-width:80%;background:rgba(245,242,236,.12);padding:10px 14px;border-radius:18px 18px 4px 18px;font-size:14.5px;animation:h-log .5s both}.landing .hw-tool{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono),monospace;font-size:12.5px;padding:7px 11px;border-radius:10px;background:rgba(110,231,183,.1);color:#6EE7B7;box-shadow:inset 0 0 0 1px rgba(110,231,183,.25);animation:h-log .5s both}.landing .hw-tool i{width:7px;height:7px;border-radius:50%;background:#6EE7B7;animation:hw-blink 1s infinite}.landing .hw-tool.ok i{animation:none}@keyframes hw-blink{50%{opacity:.2}}.landing .hw-ans{font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:21px;line-height:1.35;animation:h-log .5s both}.landing .hw-ans small{display:block;font-family:var(--font-sans),sans-serif;font-size:12.5px;color:rgba(245,242,236,.55);margin-top:8px}.landing .hw-qs{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.landing .hw-qs button{border:0;cursor:pointer;font:600 13px var(--font-sans),sans-serif;padding:9px 13px;border-radius:99px;background:rgba(245,242,236,.1);color:var(--bone);text-align:left}.landing .hw-qs button:disabled{opacity:.4;cursor:default}.landing .hw-blk{background:var(--white);border-radius:16px;padding:12px 14px;box-shadow:0 0 0 1px rgba(0,0,0,.06);display:grid;grid-template-columns:1fr auto;grid-gap:4px 12px;gap:4px 12px;font-size:14px;transition:box-shadow .4s,background .4s}.landing .hw-blk code{font-family:var(--font-mono),monospace;font-size:11px;color:var(--ink3)}.landing .hw-blk .h{grid-column:1/-1;display:flex;gap:12px;flex-wrap:wrap}.landing .hw-blk.bad{background:#fff4f1;box-shadow:0 0 0 1.5px #d25a45}.landing .hw-blk code.broken{color:#b23b30;text-decoration:line-through}.landing .hw-link{width:2px;height:18px;margin-left:26px;background:rgba(0,0,0,.14);transition:background .4s}.landing .hw-link.bad{background:#d25a45}.landing .hw-chain-acts{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.landing .hw-chain-acts button{border:0;cursor:pointer;font:600 14px var(--font-sans),sans-serif;padding:11px 18px;border-radius:10px;background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px rgba(0,0,0,.14)}@media(max-width:900px){.landing .h-in{padding:0 22px}.landing .h-hero{padding:96px 0 60px}.landing .h-hero-in{grid-template-columns:1fr;gap:34px}.landing .h-title{font-size:46px}.landing .h-sub{font-size:17px}.landing .lp-orbit{width:400px;height:400px}.landing .h-sec{padding:76px 0}.landing .h-h2{font-size:38px}.landing .h-story{grid-template-columns:1fr;gap:0}.landing .h-pin{position:-webkit-sticky;position:sticky;top:64px;z-index:5;order:-1;background:var(--bone);padding:10px 0 14px;box-shadow:0 14px 20px -12px rgba(0,0,0,.12)}.landing .h-pin .h-shell{width:172px;height:357px;border-radius:30px;padding:5px}.landing .h-pin .h-glass{border-radius:25px}.landing .h-pin .h-scale{inset:auto;left:0;top:0;width:338px;height:722px;transform:scale(.4793);transform-origin:top left}.landing .h-steps{padding-bottom:0}.landing .h-step{min-height:56vh;padding:0}.landing .h-step h3{font-size:30px}.landing .h-reads{grid-template-columns:1fr}.landing .h-rail{padding:30px 22px 20px;scroll-padding-inline:22px}.landing .h-room,.landing .h-room .h-shell{width:230px}.landing .h-room .h-shell{height:478px}.landing .h-meet{grid-template-columns:1fr 1fr}.landing .h-priv{grid-template-columns:1fr}.landing .hw-hero{padding:100px 0 40px}.landing .hw-ch,.landing .hw-ch.flip{grid-template-columns:1fr;gap:30px}.landing .hw-ch.flip>.hw-txt{order:0}.landing .hw-dial{width:280px;height:280px}.landing .hw-center{inset:66px}.landing .hw-center .masc{width:64px;height:58px}.landing .hw-center b{font-size:21px}.landing .hw-center span{font-size:12px}}@media(max-width:480px){.landing .h-meet{grid-template-columns:1fr}.landing .h-verbs{font-size:42px}.landing .lp-dev{transform:scale(.92);transform-origin:top center;margin-bottom:-56px}.landing .h-rowhead{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.landing .h-title .w{opacity:1;transform:none;filter:none;animation:none}.landing .h-reveal{opacity:1;transform:none;transition:none}.landing .h-art .zz,.landing .h-hero:after,.landing .h-tapline i,.landing .lp-live,.landing .lp-orbit{animation:none}.landing .h-glass>.h-shot,.landing .h-glass>img,.landing .hw-card,.landing .hw-dial .hand,.landing .hw-sig{transition:none}}.landing.lgn{display:grid;grid-template-columns:minmax(380px,.9fr) 1.1fr;min-height:100vh;min-height:100dvh}.landing .lgn-side{position:-webkit-sticky;position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;background:#0E110C;color:#F5F2EC;padding:30px 34px 22px;display:flex;flex-direction:column}.landing .lgn-glow{position:absolute;top:-38%;left:50%;transform:translateX(-50%);width:150%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(45,106,79,.62),transparent 66%);filter:blur(34px);pointer-events:none}.landing .lgn-logo{position:relative;align-self:flex-start;display:block}.landing .lgn-logo img{height:34px;width:auto;display:block}.landing .lgn-beta{position:relative;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;margin-top:22px;font:700 10.5px var(--font-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#CFE9DB;background:rgba(245,242,236,.07);box-shadow:inset 0 0 0 1px rgba(245,242,236,.14);border-radius:99px;padding:6px 11px}.landing .lgn-beta:before{content:"";width:6px;height:6px;border-radius:50%;background:#6EE7B7;box-shadow:0 0 0 3px rgba(110,231,183,.18)}.landing .lgn-beta.light{margin:0 0 16px;color:var(--sage);background:var(--white);box-shadow:0 0 0 1px rgba(45,106,79,.18)}.landing .lgn-beta.light:before{background:var(--sage-m);box-shadow:0 0 0 3px rgba(45,106,79,.14)}.landing .lgn-h{position:relative;font-family:var(--font-serif),serif;font-weight:400;font-size:38px;line-height:1.04;letter-spacing:-.015em;margin-top:14px;color:#F5F2EC;text-wrap:balance}.landing .lgn-h em{color:#8FD9B4}.landing .lgn-sub{position:relative;font-size:14.5px;line-height:1.5;color:rgba(245,242,236,.66);margin-top:8px;max-width:30em}.landing .gm{position:relative;flex:1 1;min-height:0;display:flex;flex-direction:column;margin-top:18px}.landing .gm-hello{display:flex;align-items:flex-end;gap:12px}.landing .gm-gg{width:78px;height:72px;flex:none}.landing .gm-gg .masc{width:100%;height:100%}.landing .gm-gg.bob .masc{animation:gm-bob .55s cubic-bezier(.3,1.6,.5,1)}@keyframes gm-bob{40%{transform:translateY(-7px)}}.landing .gm-hello p{position:relative;background:rgba(245,242,236,.07);box-shadow:inset 0 0 0 1px rgba(245,242,236,.12);border-radius:18px 18px 18px 6px;padding:11px 14px;font-size:14px;line-height:1.5;color:rgba(245,242,236,.88);margin-bottom:8px}.landing .gm-hello b{color:#F5F2EC;font-weight:600}.landing .gm-log{flex:1 1;min-height:0;overflow-y:auto;margin-top:14px;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(245,242,236,.2) transparent}.landing .gm-qs{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.landing .gm-qs button{border:0;cursor:pointer;text-align:left;font:500 13.5px var(--font-sans),sans-serif;padding:10px 14px;border-radius:18px;background:rgba(245,242,236,.06);box-shadow:inset 0 0 0 1px rgba(245,242,236,.14);color:rgba(245,242,236,.9);transition:background .2s,transform .12s}.landing .gm-qs button:hover{background:rgba(245,242,236,.11)}.landing .gm-qs button:active{transform:scale(.97)}.landing .gm-turn{padding:4px 0 14px}.landing .gm-turn .q{font-size:12.5px;color:rgba(245,242,236,.6)}.landing .gm-turn .a{font-family:var(--font-serif),serif;font-size:21px;line-height:1.3;color:#F5F2EC;margin-top:6px}.landing .gm-turn .a.guard{color:#F5C77E}.landing .gm-turn .a .w{opacity:0;filter:blur(4px);animation:gm-word .38s ease forwards}@keyframes gm-word{to{opacity:1;filter:none}}.landing .gm-turn .links{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.landing .gm-turn .links a{font:600 12.5px var(--font-sans),sans-serif;color:#6EE7B7;background:rgba(110,231,183,.08);box-shadow:inset 0 0 0 1px rgba(110,231,183,.22);border-radius:99px;padding:5px 11px}.landing .gm-turn .links a:hover{background:rgba(110,231,183,.14)}.landing .gm-turn .src{margin-top:8px;font:500 10px var(--font-mono),monospace;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,242,236,.58)}.landing .gm-dots{display:inline-flex;gap:4px;padding:10px 0}.landing .gm-dots i{width:6px;height:6px;border-radius:50%;background:rgba(245,242,236,.7);animation:gm-dot 1s ease-in-out infinite}.landing .gm-dots i:nth-child(2){animation-delay:.15s}.landing .gm-dots i:nth-child(3){animation-delay:.3s}@keyframes gm-dot{50%{opacity:.25;transform:translateY(-2px)}}.landing .gm-check{margin-top:10px;font-size:13px;color:rgba(245,242,236,.8)}.landing .gm-check p{margin-bottom:8px}.landing .gm-foot{padding-top:14px}.landing .gm-never{text-align:center;font-size:11.5px;color:rgba(245,242,236,.55);margin-bottom:10px}.landing .gm-in{display:flex;align-items:center;height:50px;border-radius:25px;background:rgba(245,242,236,.08);box-shadow:inset 0 0 0 1px rgba(245,242,236,.16);padding:0 5px 0 16px;gap:6px;transition:box-shadow .2s}.landing .gm-in:focus-within{box-shadow:inset 0 0 0 1.5px #6EE7B7,0 0 0 4px rgba(110,231,183,.12)}.landing .gm-in input{flex:1 1;min-width:0;background:none;border:0;outline:none;color:#F5F2EC;font:500 16px var(--font-sans),sans-serif}.landing .gm-in input:focus-visible{outline:none;box-shadow:none}.landing .gm-in input::placeholder{color:rgba(245,242,236,.5)}.landing .gm-in button{width:40px;height:40px;border:0;border-radius:50%;background:var(--sage-m);color:#F5F2EC;display:grid;place-items:center;flex:none;cursor:pointer;transition:transform .15s,opacity .2s}.landing .gm-in button:disabled{opacity:.45;cursor:default}.landing .gm-in button:not(:disabled):hover{transform:scale(1.06)}.landing .gm-in button:focus-visible{outline:2px solid #6EE7B7;outline-offset:2px}.landing .gm-trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.landing .gm-meter{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2px 12px;margin-top:8px;font-size:11.5px;color:rgba(245,242,236,.58)}.landing .lgn-main{position:relative;display:flex;flex-direction:column;padding:28px 40px 36px;background:var(--bone)}.landing .lgn-top{display:flex;justify-content:flex-end;align-items:center}.landing .lgn-top .lgn-logo{display:none}.landing .lgn-home{font-size:14px;font-weight:600;color:var(--ink3)}.landing .lgn-home:hover{color:var(--ink)}.landing .lgn-form{width:100%;max-width:420px;margin:auto;padding:28px 0;display:flex;flex-direction:column;animation:lgn-in .45s cubic-bezier(.16,1,.3,1) both}@keyframes lgn-in{0%{opacity:0;transform:translateY(8px)}}.landing .lgn-title{font-family:var(--font-serif),serif;font-weight:400;font-size:clamp(44px,5vw,60px);line-height:1;letter-spacing:-.02em;color:var(--ink)}.landing .lgn-title em{color:var(--sage-m)}.landing .lgn-lead{font-size:16px;color:var(--ink2);margin-top:12px;line-height:1.5}.landing .lgn-fields{display:flex;flex-direction:column}.landing .lgn-fld{display:block;margin-top:18px}.landing .lgn-fld span{display:block;font:700 10.5px var(--font-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3);margin-bottom:7px}.landing .lgn-fld input{width:100%;font:500 16px var(--font-sans),sans-serif;padding:14px 15px;border-radius:14px;border:0;background:var(--white);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);color:var(--ink);transition:box-shadow .2s}.landing .lgn-fld input::placeholder{color:var(--ink3);opacity:.7}.landing .lgn-fld input:focus{outline:none;box-shadow:inset 0 0 0 1.5px var(--sage-m),0 0 0 4px rgba(45,106,79,.12)}.landing .lgn-fld input[aria-invalid=true]{box-shadow:inset 0 0 0 1.5px #B4342F,0 0 0 4px rgba(180,52,47,.1)}.landing .lgn-fld input.upper{text-transform:uppercase;letter-spacing:.06em;font-family:var(--font-mono),monospace;font-size:16px}.landing .lgn-link{border:0;background:none;padding:0;cursor:pointer;font:600 14px var(--font-sans),sans-serif;color:var(--sage-m);text-align:left;margin-top:14px;align-self:flex-start}.landing .lgn-link.small{font-size:13.5px;margin-top:12px}.landing .lgn-link:hover{color:var(--sage)}.landing .lgn-err{margin-top:12px;font-size:14px;color:#B4342F}.landing .lgn-go{display:flex;align-items:center;justify-content:center;margin-top:22px;height:52px;border:0;border-radius:14px;background:var(--ink);color:var(--bone);font:600 15.5px var(--font-sans),sans-serif;cursor:pointer;transition:background .15s,transform .15s}.landing .lgn-go:hover:not(:disabled){background:var(--sage);transform:translateY(-1px)}.landing .lgn-go:disabled{opacity:.45;cursor:default}.landing .lgn-go:focus-visible{outline:2px solid var(--sage-m);outline-offset:3px}.landing .lgn-alt{margin-top:22px;padding-top:18px;border-top:1px solid var(--border2);display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--ink2)}.landing .lgn-alt a{color:var(--sage-m);font-weight:600}.landing .lgn-alt .lgn-link{margin-top:0}.landing .lgn-trust{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12.5px;color:var(--ink3)}.landing .lgn-trust li{display:inline-flex;align-items:center;gap:6px}.landing .lgn-trust li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--sage-m)}.landing .lgn-skel{height:360px;border-radius:22px;background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.07),rgba(0,0,0,.04));background-size:200% 100%;animation:lgn-sk 1.4s linear infinite}@keyframes lgn-sk{to{background-position:-200% 0}}.landing .lgn-askcard,.landing .lgn-sheetwrap{display:none}@media (max-width:900px){.landing.lgn{grid-template-columns:1fr}.landing .lgn-side{display:none}.landing .lgn-main{padding:18px 20px 28px}.landing .lgn-top{justify-content:space-between}.landing .lgn-top .lgn-logo{display:block}.landing .lgn-top .lgn-logo img{height:28px}.landing .lgn-form{margin:0 auto;padding:26px 0 10px}.landing .lgn-askcard{display:flex;align-items:center;gap:12px;width:100%;max-width:420px;margin:18px auto 0;padding:12px 16px 12px 12px;border:0;border-radius:20px;background:#0E110C;color:#F5F2EC;text-align:left;cursor:pointer;box-shadow:0 18px 40px -22px rgba(0,0,0,.55);transition:transform .14s}.landing .lgn-askcard:active{transform:scale(.98)}.landing .lgn-askcard .gg{width:52px;height:48px;flex:none}.landing .lgn-askcard .gg .masc{width:100%;height:100%}.landing .lgn-askcard b{display:block;font:400 20px/1.1 var(--font-serif),serif}.landing .lgn-askcard small{display:block;font-size:12.5px;color:rgba(245,242,236,.66);margin-top:2px}.landing .lgn-sheetwrap{display:block;position:fixed;inset:0;z-index:300}.landing .lgn-scrim{position:absolute;inset:0;border:0;background:rgba(14,17,12,.45);animation:lgn-fade .3s ease both}.landing .lgn-sheet{position:absolute;left:0;right:0;bottom:0;height:88dvh;overflow:hidden;background:#0E110C;color:#F5F2EC;border-radius:26px 26px 0 0;padding:10px 18px calc(16px + var(--safe-bottom, 0px));display:flex;flex-direction:column;box-shadow:0 -20px 50px rgba(0,0,0,.45);animation:lgn-up .45s cubic-bezier(.2,.9,.25,1) both}.landing .lgn-grab{position:relative;display:block;width:40px;height:5px;border:0;border-radius:3px;background:rgba(245,242,236,.28);margin:0 auto 6px;cursor:pointer;padding:0}.landing .gm.compact{margin-top:6px}}@keyframes lgn-fade{0%{opacity:0}}@keyframes lgn-up{0%{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.landing .gm-dots i,.landing .gm-gg.bob .masc,.landing .gm-turn .a .w,.landing .lgn-form,.landing .lgn-scrim,.landing .lgn-sheet,.landing .lgn-skel{animation:none}.landing .gm-turn .a .w{opacity:1;filter:none}}.landing .nav-soon{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-m);background:var(--sage-xl);box-shadow:inset 0 0 0 1px rgba(45,106,79,.2);padding:2px 6px;border-radius:99px;margin-left:6px;vertical-align:2px}.landing .ap-hero{padding:120px 0 40px;overflow:hidden}.landing .ap-hero-in{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);align-items:center}.landing .ap-title{max-width:11ch}.landing .ap-stores{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.landing .ap-store{position:relative;display:flex;align-items:center;gap:11px;padding:11px 18px 11px 14px;border-radius:14px;background:var(--ink);color:var(--bone);min-width:190px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing .ap-store svg{width:26px;height:26px;flex:none}.landing .ap-store small{display:block;font-size:10.5px;letter-spacing:.04em;opacity:.7;line-height:1.2}.landing .ap-store b{display:block;font-weight:600;font-size:17px;line-height:1.15;letter-spacing:-.01em}.landing .ap-soon{position:absolute;top:-9px;right:-8px;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#6EE7B7;color:#0E110C;padding:4px 8px;border-radius:99px;box-shadow:0 4px 12px rgba(0,0,0,.18);transform:rotate(4deg)}.landing .ap-cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:22px}.landing .ap-join{background:var(--sage-m);color:#fff;font-weight:600;padding:14px 22px;border-radius:14px;box-shadow:0 10px 24px -12px rgba(45,106,79,.7);transition:background .15s,transform .15s}.landing .ap-join:hover{background:var(--sage);transform:translateY(-1px)}.landing .ap-quiet{font-size:14px;font-weight:600;color:var(--sage-m);border-bottom:1.5px solid rgba(45,106,79,.35)}.landing .ap-quiet:hover{border-color:var(--sage-m)}.landing .ap-stage{position:relative;height:clamp(460px,48vw,600px)}.landing .ap-glow{position:absolute;inset:8% 6%;border-radius:50%;background:radial-gradient(closest-side,rgba(45,106,79,.22),transparent 70%);filter:blur(10px)}.landing .ap-phone{position:absolute;left:50%;top:50%;width:clamp(190px,19vw,238px);aspect-ratio:9/19.3;border-radius:38px;background:#0d0f0c;padding:9px;box-shadow:0 30px 60px -20px rgba(13,15,12,.45),0 8px 18px rgba(13,15,12,.18),inset 0 0 0 1.5px #2b2f29}.landing .ap-scr{width:100%;height:100%;border-radius:30px;overflow:hidden;background:#fff;position:relative}.landing .ap-scr img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.landing .ap-ios{transform:translate(-80%,-50%) rotate(-7deg);z-index:2}.landing .ap-ios .ap-scr:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:34%;height:20px;border-radius:12px;background:#0d0f0c;z-index:2}.landing .ap-android{transform:translate(-16%,-46%) rotate(6deg);border-radius:30px;z-index:1}.landing .ap-android .ap-scr{border-radius:22px}.landing .ap-android .ap-scr:before{content:"";top:9px;width:11px;height:11px;border-radius:50%;background:#0d0f0c;z-index:2}.landing .ap-android .ap-scr:before,.landing .ap-os{position:absolute;left:50%;transform:translateX(-50%)}.landing .ap-os{bottom:-30px;font-family:var(--font-mono),monospace;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);white-space:nowrap}.landing .ap-peek{position:absolute;z-index:3;width:clamp(110px,11vw,146px);top:2%;left:50%;transform:translateX(-58%)}.landing .ap-peek .masc{width:100%;height:auto}.landing .ap-notif{display:grid;grid-template-columns:36px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:11px 13px;border-radius:18px}.landing .ap-notif .ic{width:36px;height:36px;border-radius:10px;background:var(--bone);display:grid;place-items:center;box-shadow:inset 0 0 0 1px var(--border)}.landing .ap-notif .ic .masc{width:32px;height:32px}.landing .ap-notif .t{display:flex;justify-content:space-between;font-size:12px}.landing .ap-notif .d,.landing .ap-notif .l{display:block}.landing .ap-notif .l{font-size:13.5px;font-weight:600;line-height:1.3;margin-top:1px}.landing .ap-notif .d{font-size:12.5px;line-height:1.35}.landing .ap-notif-hero{position:absolute;z-index:4;left:50%;top:40%;width:min(300px,78%);transform:translate(-62%);background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 18px 40px -16px rgba(13,15,12,.4),inset 0 0 0 1px rgba(255,255,255,.7)}.landing .ap-notif-hero .t{color:var(--ink3)}.landing .ap-notif-hero .t b{color:var(--ink);font-weight:600}.landing .ap-notif-hero .d{color:var(--ink2)}.landing .ap-beta{position:relative;overflow:hidden;background:#0E110C;color:#F5F2EC;text-align:center;padding:104px 0}.landing .ap-beta:before{content:"";position:absolute;top:-30%;right:-10%;width:70%;height:90%;background:radial-gradient(closest-side,rgba(45,106,79,.5),transparent 70%);filter:blur(30px);pointer-events:none}.landing .ap-beta .h-in{position:relative}.landing .ap-beta .h-tag{color:#8FD9B4}.landing .ap-beta .h-h2{margin-inline:auto;color:#F5F2EC}.landing .ap-beta .h-h2 em{color:#8FD9B4}.landing .ap-install{max-width:520px;margin:34px auto 0;text-align:left}.landing .ap-seg{display:flex;width:max-content;max-width:100%;margin:0 auto;padding:4px;border-radius:14px;background:rgba(245,242,236,.07);box-shadow:inset 0 0 0 1px rgba(245,242,236,.14)}.landing .ap-seg button{border:0;background:none;color:rgba(245,242,236,.75);font:600 14px var(--font-sans),sans-serif;padding:9px 16px;border-radius:10px;cursor:pointer}.landing .ap-seg button[aria-selected=true]{background:#F5F2EC;color:#0E110C}.landing .ap-seg button:focus-visible{outline:2px solid #6EE7B7;outline-offset:2px}.landing .ap-steps{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:10px;counter-reset:ap}.landing .ap-steps li{counter-increment:ap;display:grid;grid-template-columns:36px 1fr;grid-gap:14px;gap:14px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(245,242,236,.05);box-shadow:inset 0 0 0 1px rgba(245,242,236,.1);font-size:15px;color:rgba(245,242,236,.85)}.landing .ap-steps li:before{content:counter(ap);width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:rgba(110,231,183,.12);color:#6EE7B7;font:600 15px var(--font-mono),monospace}.landing .ap-steps b{font-weight:600;color:#fff}.landing .ap-k{display:inline-flex;align-items:center;gap:5px;padding:1px 8px;border-radius:7px;background:rgba(245,242,236,.1);font-weight:600;font-size:13.5px;white-space:nowrap}.landing .ap-beta-cta{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 18px;align-items:center;margin-top:24px}.landing .ap-open{background:#F5F2EC;color:#0E110C;font-weight:600;padding:13px 20px;border-radius:14px}.landing .ap-quiet.ap-on-dark{color:#8FD9B4;border-color:rgba(143,217,180,.4)}.landing .ap-adds{padding:104px 0}.landing .ap-center{text-align:center}.landing .ap-center .h-h2{margin-inline:auto}.landing .ap-tiles{list-style:none;padding:0;margin:40px 0 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.landing .ap-tiles li{background:var(--white);border-radius:22px;box-shadow:inset 0 0 0 1px var(--border),var(--sh);padding:14px 14px 18px}.landing .ap-tiles h3{font-family:var(--font-serif),serif;font-weight:400;font-size:22px;line-height:1.12;margin-top:14px}.landing .ap-tiles p{font-size:13.5px;color:var(--ink2);margin-top:4px}.landing .ap-art{height:150px;border-radius:16px;background:var(--bone);box-shadow:inset 0 0 0 1px var(--border);display:grid;place-items:center;overflow:hidden}.landing .ap-widget{width:128px;height:128px;border-radius:26px;background:#0E110C;color:#F5F2EC;padding:12px 13px;box-shadow:0 12px 24px -10px rgba(0,0,0,.4);display:flex;flex-direction:column}.landing .ap-widget .h{display:flex;align-items:center;gap:6px;font:600 10px var(--font-mono),monospace;letter-spacing:.1em;text-transform:uppercase;color:#8FD9B4}.landing .ap-widget .h .masc{width:16px;height:16px}.landing .ap-widget .n{font:400 30px/1 var(--font-serif),serif;margin-top:auto}.landing .ap-widget .x{font-size:10.5px;color:rgba(245,242,236,.7);line-height:1.25;margin-top:3px}.landing .ap-share{width:170px;border-radius:18px;background:#fff;box-shadow:0 12px 24px -12px rgba(0,0,0,.3),inset 0 0 0 1px var(--border);padding:10px}.landing .ap-share .row{display:flex;gap:10px;justify-content:space-between}.landing .ap-share .app{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9.5px;color:var(--ink3)}.landing .ap-share .app>span{width:34px;height:34px;border-radius:9px;background:#e9e4da}.landing .ap-share .app.gg>span{background:var(--bone);display:grid;place-items:center;box-shadow:0 0 0 2px var(--sage-m)}.landing .ap-share .app.gg .masc{width:30px;height:30px}.landing .ap-share .app.gg{color:var(--sage-m);font-weight:700}.landing .ap-share i{display:block;height:8px;border-radius:4px;background:#efebe3;margin-top:8px}.landing .ap-share i+i{width:70%}.landing .ap-face{display:grid;place-items:center;width:84px;height:84px;border-radius:26px;background:var(--white);box-shadow:0 12px 24px -12px rgba(0,0,0,.3),inset 0 0 0 1px var(--border);color:var(--sage-m)}.landing .ap-face svg{width:44px;height:44px}.landing .ap-bell{display:flex;flex-direction:column;gap:6px;width:170px}.landing .ap-bell div{border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px var(--border);padding:7px 9px;font-size:10.5px;line-height:1.25;opacity:.5}.landing .ap-bell div b{display:block;font-size:11px}.landing .ap-bell div.loud{opacity:1;box-shadow:inset 0 0 0 1.5px var(--sage-m)}.landing .ap-morning{background:var(--white);border-block:1px solid var(--border);padding:104px 0}.landing .ap-morning-in{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(24px,5vw,70px);gap:clamp(24px,5vw,70px);align-items:center}.landing .ap-lock{justify-self:center;width:min(320px,86vw);aspect-ratio:9/19.3;border-radius:46px;padding:10px;background:#0d0f0c;box-shadow:var(--sh-lg),inset 0 0 0 1.5px #2b2f29}.landing .ap-lock-scr{height:100%;border-radius:37px;overflow:hidden;position:relative;background:linear-gradient(170deg,#1f3b2e,#0e110c 55%,#0b0d0a);color:#F5F2EC;padding:48px 16px 16px;display:flex;flex-direction:column;align-items:center}.landing .ap-lock-scr:after{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:32%;height:24px;border-radius:14px;background:#000}.landing .ap-lock-date{font-size:15px;font-weight:600;opacity:.8}.landing .ap-lock-clock{font-weight:500;font-size:78px;line-height:1;letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:2px}.landing .ap-lock-wd{display:flex;gap:8px;margin-top:12px;width:100%}.landing .ap-lock-wd div{flex:1 1;border-radius:16px;background:rgba(245,242,236,.1);padding:8px 10px;font-size:11px;line-height:1.3}.landing .ap-lock-wd b{display:block;font:600 10px var(--font-mono),monospace;letter-spacing:.08em;text-transform:uppercase;color:#8FD9B4}.landing .ap-lock-stack{margin-top:auto;width:100%;display:flex;flex-direction:column}.landing .ap-notif-lock{background:rgba(245,242,236,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#F5F2EC}.landing .ap-notif-lock .t{opacity:.75}.landing .ap-notif-lock .d{opacity:.85}.landing .ap-lock-ghost{height:14px;margin:0 14px;border-radius:0 0 14px 14px;background:rgba(245,242,236,.08)}.landing .ap-quote{font-family:var(--font-serif),serif;font-size:clamp(28px,3.4vw,42px);line-height:1.12;letter-spacing:-.012em;text-wrap:balance}.landing .ap-quote em{color:var(--sage-m)}.landing .ap-promise{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.landing .ap-promise li{font-size:13.5px;font-weight:600;color:var(--sage);background:var(--sage-xl);box-shadow:inset 0 0 0 1px rgba(45,106,79,.18);padding:7px 12px;border-radius:99px}.landing .ap-faq{padding:88px 0 0}.landing .ap-faq .h-in{max-width:780px}.landing .ap-faq details{border-bottom:1px solid var(--border2)}.landing .ap-faq details:first-child{border-top:1px solid var(--border2)}.landing .ap-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 2px;font-family:var(--font-serif),serif;font-size:21px}.landing .ap-faq summary::-webkit-details-marker{display:none}.landing .ap-faq summary:after{content:"+";font:400 26px var(--font-sans),sans-serif;color:var(--sage-m);transition:transform .25s}.landing .ap-faq details[open] summary:after{transform:rotate(45deg)}.landing .ap-faq details p{padding:0 2px 18px;color:var(--ink2)}.landing .ap-final{padding:96px 0 120px}.landing .wc-phone{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.landing .wc-phone label{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;padding:7px 12px;border-radius:99px;background:var(--bone);cursor:pointer;box-shadow:inset 0 0 0 1px var(--border2)}.landing .wc-phone label:has(input:checked){background:var(--sage-xl);box-shadow:inset 0 0 0 1.5px var(--sage-m);color:var(--sage)}.landing .wc-phone input{accent-color:var(--sage-m);margin:0}@media (prefers-reduced-motion:no-preference){.landing .ap-notif-hero{animation:ap-drop 1s cubic-bezier(.2,.9,.3,1.15) 1.1s both}.landing .ap-ios{animation:ap-floatA 7s ease-in-out infinite}.landing .ap-android{animation:ap-floatB 8s ease-in-out infinite}.landing .ap-notif-lock{animation:ap-rise .9s cubic-bezier(.2,.9,.3,1.1) both}}@keyframes ap-drop{0%{opacity:0;transform:translate(-62%,-26px) scale(.96)}}@keyframes ap-floatA{50%{transform:translate(-80%,-52%) rotate(-7.6deg)}}@keyframes ap-floatB{50%{transform:translate(-16%,-44%) rotate(5.4deg)}}@keyframes ap-rise{0%{opacity:0;transform:translateY(18px)}}@media (max-width:900px){.landing .ap-hero{padding-top:96px}.landing .ap-hero-in,.landing .ap-morning-in{grid-template-columns:1fr}.landing .ap-stage{height:480px}.landing .ap-tiles{grid-template-columns:1fr 1fr}.landing .ap-adds,.landing .ap-beta,.landing .ap-morning{padding:72px 0}.landing .ap-lock{order:-1}}@media (max-width:560px){.landing .ap-tiles{grid-template-columns:1fr}.landing .ap-store{flex:1 1 100%}.landing .ap-ios{transform:translate(-76%,-50%) rotate(-7deg)}.landing .ap-android{transform:translate(-22%,-46%) rotate(6deg)}.landing .ap-notif-hero{transform:translate(-50%);width:84%}}@media (prefers-reduced-motion:reduce){.landing .ap-android,.landing .ap-ios,.landing .ap-notif-hero,.landing .ap-notif-lock{animation:none}}