.landing{--bg:#121212;--surface:#1a1a1a;--border:hsla(69,13%,71%,.1);--primary:#b5dd35;--primary-dim:rgba(181,221,53,.12);--tertiary:#bbbeaa;--text:#f2f2ee;--text-dim:#8a8d7c;--text-faint:#6b6e5e;--sans:"Geist",system-ui,sans-serif;--mono:"Geist Mono",ui-monospace,monospace;--serif:"Instrument Serif",serif;background:var(--bg);color:var(--text);display:flex;flex-direction:column;font-family:var(--sans);min-height:100vh;position:relative;-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing *,.landing :after,.landing :before{box-sizing:border-box;margin:0;padding:0}.landing:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/></svg>");content:"";inset:0;opacity:.045;pointer-events:none;position:fixed;z-index:0}.landing-nav{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:hsla(0,0%,7%,.8);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;left:0;padding:20px 48px;position:fixed;right:0;top:0;z-index:100}.landing .nav-logo{align-items:center;display:flex;gap:10px;text-decoration:none}.landing .nav-logo img{display:block;height:32px;width:auto}.landing .nav-links{align-items:center;display:flex;gap:32px;list-style:none}.landing .nav-links a{color:var(--text-dim);font-size:14px;text-decoration:none;transition:color .15s}.landing .nav-links a:hover{color:var(--text)}.landing .hero{flex:1 0 auto;gap:56px;justify-content:center;overflow:hidden;padding:140px 24px 80px;position:relative;text-align:center;z-index:1}.landing .hero,.landing .hero-copy{align-items:center;display:flex;flex-direction:column}.landing .hero-copy{max-width:560px}@media (min-width:1200px){.landing .hero{align-items:center;flex-direction:row-reverse;gap:64px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:120px 72px;text-align:left}.landing .hero-copy{align-items:flex-start;flex-shrink:0;max-width:520px}}.landing .hero:after{background:radial-gradient(ellipse,rgba(181,221,53,.07) 0,transparent 65%);border-radius:50%;content:"";filter:blur(60px);height:500px;left:50%;pointer-events:none;position:absolute;top:30%;transform:translateX(-50%);width:700px;z-index:-1}.landing .hero-eyebrow{color:var(--primary);font-family:var(--mono);font-size:11px;letter-spacing:2px;margin-bottom:24px;text-transform:uppercase;white-space:nowrap}.landing .hero-headline{color:var(--text);font-family:var(--serif);font-size:clamp(42px,5.5vw,72px);font-weight:400;letter-spacing:-1px;line-height:1.22;margin:0 0 24px;max-width:720px}.landing .hero-headline em{color:var(--tertiary);font-style:italic}.landing .hero-sub{color:var(--text-dim);font-size:17px;line-height:1.6;margin:0 0 36px;max-width:420px}.landing .download-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.landing .app-store-badge{display:inline-flex;transition:opacity .18s ease}.landing .app-store-badge:hover{opacity:.85}.landing .app-store-badge img{display:block;height:58px;width:auto}.landing .text-link{color:var(--text-dim);font-family:var(--mono);font-size:13px;letter-spacing:.3px;text-decoration:none;transition:color .15s}.landing .text-link:hover{color:var(--primary)}.landing .dl-note{color:var(--text-faint);display:block;font-family:var(--mono);font-size:11px;letter-spacing:.3px;margin-top:16px}.landing .phones-row{align-items:center;display:flex;gap:28px;justify-content:center}.landing .phone{background:linear-gradient(145deg,#2a2a2a,#0a0a0a 50%,#1a1a1a);border-radius:46px;box-shadow:0 60px 120px rgba(0,0,0,.7),0 30px 50px rgba(0,0,0,.5),inset 0 0 0 1.5px hsla(0,0%,100%,.07);flex-shrink:0;padding:9px;position:relative}.landing .phone-screen{background:#000;border-radius:38px;display:block;overflow:hidden}.landing .phone-screen img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.landing .phone-1{width:286px}.landing .phone-1 .phone-screen{height:582px;width:268px}.landing .phone-2{border-radius:42px;margin-top:56px;width:250px}.landing .phone-2 .phone-screen{border-radius:34px;height:504px;width:232px}.landing .landing-section{margin:0 auto;max-width:1080px;padding:88px 48px;position:relative;text-align:center;width:100%;z-index:1}.landing .section-eyebrow{color:var(--primary);font-family:var(--mono);font-size:11px;letter-spacing:2px;margin-bottom:18px;text-transform:uppercase}.landing .section-heading{color:var(--text);font-family:var(--serif);font-size:clamp(30px,4vw,46px);font-weight:400;letter-spacing:-.5px;line-height:1.18;margin:0 auto;max-width:720px}.landing .section-lead{color:var(--text-dim);font-size:17px;line-height:1.7;margin:22px auto 0;max-width:600px}.landing .problem .section-lead{color:var(--text);font-size:18px;opacity:.85}.landing .features .section-heading{margin-bottom:48px}.landing .feature-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);text-align:left}.landing .feature-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:28px 26px;transition:border-color .18s,transform .18s}.landing .feature-card:hover{border-color:rgba(181,221,53,.3);transform:translateY(-3px)}.landing .feature-icon{align-items:center;background:var(--primary-dim);border-radius:12px;color:var(--primary);display:inline-flex;height:44px;justify-content:center;margin-bottom:20px;width:44px}.landing .feature-icon-svg{height:22px;width:22px}.landing .feature-title{color:var(--text);font-size:18px;font-weight:600;letter-spacing:-.2px;margin-bottom:10px}.landing .feature-body{color:var(--text-dim);font-size:14.5px;line-height:1.6}.landing footer{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:20px;padding:40px 48px;position:relative;z-index:1}.landing footer .footer-top{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.landing footer .footer-left{color:var(--text-faint);font-family:var(--mono);font-size:13px}.landing footer .footer-links,.landing footer .footer-social{display:flex;gap:24px;list-style:none}.landing footer .footer-links a,.landing footer .footer-social a{color:var(--text-dim);font-size:13px;text-decoration:none;transition:color .15s}.landing footer .footer-links a:hover,.landing footer .footer-social a:hover{color:var(--text)}@media (max-width:920px){.landing .feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-nav{padding:16px 24px}.landing .nav-links{display:none}.landing .hero{padding:120px 20px 60px}.landing .phones-row{align-items:center;flex-direction:column;gap:32px}.landing .phone-2{margin-top:0}.landing .landing-section{padding:64px 24px}.landing .feature-grid{grid-template-columns:1fr}.landing footer{padding:32px 24px}.landing footer .footer-top{align-items:flex-start;flex-direction:column;gap:18px}}.grav{--bg:#121212;--surface:#1a1a1a;--surface-2:hsla(0,0%,100%,.03);--border:hsla(69,13%,71%,.1);--border-strong:hsla(69,13%,71%,.25);--primary:#b5dd35;--tertiary:#bbbeaa;--text:#f2f2ee;--text-dim:#8a8d7c;--text-faint:#6b6e5e;--danger:#e5736b;--sans:"Geist",system-ui,sans-serif;--mono:"Geist Mono",ui-monospace,monospace;--serif:"Instrument Serif",serif;align-items:center;background:radial-gradient(ellipse at 30% 0,#1a1d12 0,#0a0a0a 55%,#050505 100%);color:var(--text);display:flex;flex-direction:column;font-family:var(--sans);justify-content:center;min-height:100vh;padding:48px 24px;position:relative;-webkit-font-smoothing:antialiased}.grav *,.grav :after,.grav :before{box-sizing:border-box;margin:0;padding:0}.grav-brand{align-items:center;display:flex;gap:10px;margin-bottom:28px;text-decoration:none}.grav-brand img{display:block;height:32px;width:auto}.grav-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.45);max-width:440px;padding:32px 28px;width:100%}.grav-eyebrow{color:var(--primary);font-family:var(--mono);font-size:11px;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.grav-title{color:var(--text);font-family:var(--serif);font-size:30px;font-weight:400;letter-spacing:-.3px;line-height:1.15}.grav-title em{color:var(--tertiary);font-style:italic}.grav-text{color:var(--text-dim);font-size:14.5px;line-height:1.65}.grav-text strong{color:var(--text);font-weight:600}.grav-text-faint{color:var(--text-faint);font-size:12px;line-height:1.6}.grav-error{color:var(--danger);font-size:14.5px;line-height:1.6}.grav-mt-1{margin-top:8px}.grav-mt-2{margin-top:16px}.grav-mt-3{margin-top:24px}.grav-label{color:var(--text-dim);display:block;font-family:var(--mono);font-size:11px;letter-spacing:1px;margin-bottom:7px;text-transform:uppercase}.grav-field+.grav-field{margin-top:16px}.grav-input{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:12px;color:var(--text);font-family:var(--sans);font-size:15px;height:50px;padding:0 16px;transition:border-color .15s,background .15s;width:100%}.grav-input::-moz-placeholder{color:var(--text-faint)}.grav-input::placeholder{color:var(--text-faint)}.grav-input:focus{background:rgba(181,221,53,.04);border-color:var(--primary);outline:none}.grav-btn{align-items:center;border:1px solid transparent;border-radius:100px;cursor:pointer;display:inline-flex;font-family:var(--sans);font-size:15.5px;font-weight:600;gap:8px;height:52px;justify-content:center;text-decoration:none;transition:transform .15s,box-shadow .18s,background .18s,opacity .15s;width:100%}.grav-btn-primary{background:var(--primary);border-color:var(--primary);color:var(--bg)}.grav-btn-primary:hover{background:#c6ef40;box-shadow:0 8px 30px rgba(181,221,53,.25);transform:translateY(-1px)}.grav-btn-secondary{background:transparent;border-color:var(--border-strong);color:var(--text)}.grav-btn-secondary:hover{background:hsla(0,0%,100%,.04);transform:translateY(-1px)}.grav-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.4;transform:none}.grav-btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.grav-qr{align-self:center;background:#fff;border-radius:16px;display:inline-flex;padding:16px}.grav-qr img{display:block;height:auto;width:220px}.grav-store-badge{display:inline-flex;transition:opacity .18s ease}.grav-store-badge:hover{opacity:.85}.grav-store-badge img{display:block;height:46px;width:auto}@keyframes gravPulse{0%,to{opacity:1}50%{opacity:.4}}.grav-skeleton{animation:gravPulse 1.4s ease-in-out infinite;background:var(--border-strong);border-radius:7px;height:14px}.grav-stack{display:flex;flex-direction:column}.grav-cards-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:760px;width:100%}.grav-cards-row .grav-card{flex:1 1 300px}.grav-card-heading{color:var(--text);font-size:15px;font-weight:600;margin-bottom:16px}.legal{--bg:#121212;--surface:#1a1a1a;--border:hsla(69,13%,71%,.1);--primary:#b5dd35;--tertiary:#bbbeaa;--text:#f2f2ee;--text-dim:#8a8d7c;--text-faint:#6b6e5e;--sans:"Geist",system-ui,sans-serif;--mono:"Geist Mono",ui-monospace,monospace;--serif:"Instrument Serif",serif;background:var(--bg);color:var(--text);font-family:var(--sans);min-height:100vh;position:relative;-webkit-font-smoothing:antialiased}.legal *,.legal :after,.legal :before{box-sizing:border-box;margin:0;padding:0}.legal:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");content:"";inset:0;opacity:.04;pointer-events:none;position:fixed;z-index:0}.legal .legal-nav{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:hsla(0,0%,7%,.85);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:20px 48px;position:sticky;top:0;z-index:100}.legal .nav-logo{align-items:center;display:flex;gap:10px;text-decoration:none}.legal .nav-logo img{display:block;height:32px;width:auto}.legal .nav-back{color:var(--text-dim);font-size:14px;text-decoration:none;transition:color .15s}.legal .nav-back:hover{color:var(--text)}.legal main{margin:0 auto;max-width:680px;padding:80px 24px 120px;position:relative;z-index:1}.legal .doc-eyebrow{color:var(--primary);font-family:var(--mono);font-size:11px;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.legal h1{color:var(--text);font-family:var(--serif);font-size:48px;font-weight:400;letter-spacing:-.5px;line-height:1.1;margin-bottom:12px}.legal .doc-meta{border-bottom:1px solid var(--border);color:var(--text-faint);font-family:var(--mono);font-size:13px;margin-bottom:56px;padding-bottom:32px}.legal h2{color:var(--text);font-family:var(--sans);font-size:18px;font-weight:600;letter-spacing:-.2px;margin:40px 0 12px}.legal p{color:var(--text-dim);font-size:15px;line-height:1.75;margin-bottom:16px}.legal ul{margin-bottom:16px;padding-left:20px}.legal li{color:var(--text-dim);font-size:15px;line-height:1.75;margin-bottom:6px}.legal a{color:var(--tertiary);text-underline-offset:3px}.legal a:hover{color:var(--text)}.legal .contact-block{background:var(--surface);border:1px solid var(--border);border-radius:18px;margin-top:48px;padding:24px 28px}.legal .contact-block h2{margin-top:0}.legal .contact-block p{margin:0}.legal footer{align-items:center;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:28px 48px;position:relative;z-index:1}.legal footer .footer-left{color:var(--text-faint);font-family:var(--mono);font-size:13px}.legal footer a{color:var(--text-dim);font-size:13px;text-decoration:none;transition:color .15s}.legal footer a:hover{color:var(--text)}@media (max-width:640px){.legal .legal-nav,.legal footer{padding:16px 20px}.legal main{padding:48px 20px 80px}.legal h1{font-size:36px}}