html:has(.lp),html:has(.lp) body,html:has(.lp) #root{height:auto;overflow:visible}.lp{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;min-height:100%;--lp-btn-bg: #8B5E3C;--muted: #726658}@media(prefers-color-scheme:dark){html:has(.lp){--bg: #0F1115;--panel: #161A22;--panel2: #1C2130;--border: #2A3140;--text: #E6E1D6;--acc: #C8915F;--font-heading: "Playfair Display", "Playfair Display fallback", Georgia, serif}.lp{--lp-btn-bg: #9B6A3E;--muted: #9A9486}}.lp a{color:var(--acc)}.lp-skip{position:absolute;left:-9999px;top:0;background:var(--panel);color:var(--text);padding:8px 14px;z-index:100}.lp-skip:focus{left:8px}.lp-container{width:min(1100px,92vw);margin-inline:auto}.lp section{padding-block:clamp(2.5rem,6vw,5rem)}.lp-section-title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:1.5rem}.lp-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}.lp-header .lp-container{display:flex;align-items:center;justify-content:space-between;width:100%}.lp-brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-weight:600;color:var(--text);text-decoration:none}.lp-brand img{width:28px;height:28px}.lp-btn,.lp-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-ui);font-weight:600;border-radius:var(--radius, 7px);padding:.6rem 1.1rem;text-decoration:none;border:1px solid var(--acc);cursor:pointer}.lp .lp-cta--primary,.lp .lp-btn{background:var(--lp-btn-bg);color:#fff}.lp .lp-cta--secondary{background:transparent;color:var(--acc)}.lp-hero{text-align:center}.lp-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,6vw,3.4rem);line-height:1.1;margin-bottom:1rem}.lp-hero p.lp-sub{font-size:clamp(1.05rem,2.4vw,1.3rem);color:var(--muted);max-width:42ch;margin:0 auto 1.8rem}.lp-hero-ctas{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.lp-header-actions{display:inline-flex;align-items:center;gap:.6rem}.lp-hero-tertiary{margin:0 0 2.5rem}.lp .lp-textlink{color:var(--acc);font-weight:600;text-decoration:underline;background:none;border:none}.lp-hero-picture{display:block}.lp-hero-shot{width:100%;height:auto;aspect-ratio:1280 / 800;border-radius:12px;border:1px solid var(--border);box-shadow:0 24px 60px -30px #0006}@media(max-width:640px){.lp-hero-shot{aspect-ratio:750 / 1334}}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.lp-feature{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1.4rem}.lp-feature h3{font-family:var(--font-ui);font-size:1.05rem;margin-bottom:.4rem}.lp-feature p{color:var(--muted);font-size:.95rem}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:step}.lp-step{counter-increment:step}.lp-step h3:before{content:counter(step);display:inline-grid;place-items:center;width:1.8rem;height:1.8rem;margin-right:.5rem;border-radius:50%;background:var(--lp-btn-bg);color:#fff;font-family:var(--font-ui)}.lp-coming-list{list-style:none;display:grid;gap:.8rem;margin-bottom:2rem}.lp-coming-list li{padding:.8rem 1rem;background:var(--panel);border:1px solid var(--border);border-radius:8px}.lp-coming-list strong{font-family:var(--font-ui)}.lp-coming-soon{display:grid;align-content:center;justify-items:center;gap:1.1rem;min-height:clamp(28rem,62vh,40rem);text-align:center;padding-block:clamp(3rem,10vw,6rem)}.lp-coming-soon .wl-form{margin-inline:auto;text-align:left}.wl-form{max-width:32rem}.wl-label{display:block;font-family:var(--font-ui);font-size:.85rem;margin-bottom:.3rem}.wl-row{display:flex;gap:.5rem;flex-wrap:wrap}.wl-input{flex:1 1 14rem;padding:.6rem .8rem;border:1px solid var(--border2, var(--border));border-radius:var(--radius, 7px);background:var(--panel);color:var(--text);font:inherit}.wl-consent{margin-top:.8rem;font-size:.82rem;color:var(--muted);max-width:42ch}.wl-status{display:block;margin-top:.6rem;font-weight:600}.wl-config-missing{color:var(--muted)}.wl-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.lp-faq-list{display:grid;gap:.6rem}.lp-faq-item{border:1px solid var(--border);border-radius:8px;background:var(--panel);padding:.4rem 1rem}.lp-faq-q{cursor:pointer;font-family:var(--font-ui);font-weight:600;padding:.6rem 0}.lp-faq-a{color:var(--muted);padding-bottom:.8rem}.lp-footer{border-top:1px solid var(--border);padding-block:2.5rem;font-size:.9rem}.lp-footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem}.lp-footer-col-label{font-family:var(--font-ui);font-weight:600;margin-bottom:.5rem}.lp-footer ul{list-style:none;display:grid;gap:.3rem}.lp-footer .lp-muted{color:var(--muted)}.lp-copyright{margin-top:2rem;color:var(--muted)}@media(max-width:860px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}.lp-steps{grid-template-columns:1fr}.lp-footer-cols{grid-template-columns:1fr 1fr}}@media(max-width:560px){.lp-features-grid{grid-template-columns:1fr}.lp-header-actions{gap:.4rem}.lp-header-actions .lp-cta{padding:.45rem .7rem;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.lp *{scroll-behavior:auto}}.lp-legal{padding-block:clamp(2rem,6vw,4rem)}.lp-prose{max-width:70ch}.lp-prose h2{font-family:var(--font-heading);font-size:clamp(1.2rem,2.6vw,1.6rem);margin:1.8rem 0 .6rem}.lp-prose p,.lp-prose li{color:var(--text)}.lp-prose ul{padding-left:1.2rem;display:grid;gap:.4rem;margin:.6rem 0}
