:root{--color-bg: #0b1220;--color-panel: #111c2c;--color-text: #faf8f4;--color-muted: #a8b1c1;--color-peach: #ffc79a;--color-pink: #f3acc8;--color-lavender: #c8bce7;--color-cyan: #8edcda;--color-line: #263143;--color-ink: #142134;--color-screen: #faf8f4;--color-screen-muted: #707789;--color-card: #ffffff;--color-card-line: #e8e5e0;--color-verse: #efe8e1;--color-cyan-soft: #e9f2ef;--color-pink-soft: #f6e9ee;--color-shadow: #02050bc9;--color-rim: #697282;--color-metal: #242c38;--color-error: #ffb7b7;--color-overlay: #02050bc9;--color-white: #fff;--color-peach-hover: #ffd5b3;--font-display: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--ease-out: cubic-bezier(.2, .7, .2, 1);--dur-fast: .18s;--dur-enter: .9s;--radius-control: 10px}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.ttf) format("truetype");font-weight:500 800;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:500 900;font-display:swap}*{box-sizing:border-box}html,body{margin:0;overflow-x:clip;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--color-cyan);outline-offset:5px}::selection{background:var(--color-peach);color:var(--color-ink)}.landing{max-width:1600px;min-height:100svh;margin:auto;padding:0 clamp(24px,6.1vw,100px);display:flex;flex-direction:column}.site-header{height:114px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between}.brand-link{text-decoration:none}.brand{display:flex;align-items:center;gap:15px;font-family:var(--font-display);font-weight:500;font-size:25px;letter-spacing:.34em}.brand img{width:47px;height:47px;object-fit:contain}.brand-tagline{display:block;font-size:7px;letter-spacing:.24em;margin-top:5px}.launch-status{font-size:9px;letter-spacing:.18em;color:var(--color-muted);display:flex;align-items:center;gap:10px}.launch-status>span,.preview-caption>span{height:5px;width:5px;border-radius:50%;background:var(--color-cyan)}.hero{flex:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:36px;min-height:570px;padding-bottom:18px}.hero-copy{padding-bottom:10px;animation:enter var(--dur-enter) var(--ease-out) both}.eyebrow{display:flex;align-items:center;gap:12px;font-size:9px;font-weight:500;letter-spacing:.19em;color:var(--color-peach);margin-bottom:27px}.eyebrow-line{width:25px;height:1px;background:var(--color-peach)}h1{font-family:var(--font-display);font-size:clamp(44px,4.6vw,71px);font-weight:600;letter-spacing:-.055em;line-height:1.09;margin:0 0 25px;overflow-wrap:anywhere;min-width:0}h1>span{color:var(--color-peach)}.desktop-break{display:none}.lede{font-size:15px;line-height:1.85;color:var(--color-muted);max-width:440px;margin:0 0 29px}.waitlist-area{max-width:515px}.waitlist>label{display:block;font-size:11px;font-weight:500;margin-bottom:10px;color:var(--color-text)}.signup-row{display:flex;gap:8px}.signup-row input{width:100%;min-width:0;height:52px;border:1px solid var(--color-line);background:var(--color-panel);border-radius:var(--radius-control);padding:0 16px;font-size:13px;color:var(--color-text);transition:border-color var(--dur-fast)}.signup-row input::placeholder{color:var(--color-muted)}.signup-row input:hover{border-color:var(--color-muted)}.signup-row button{flex-shrink:0;border:0;background:var(--color-peach);color:var(--color-ink);height:52px;padding:0 20px;border-radius:var(--radius-control);font-size:12px;font-weight:600;display:flex;align-items:center;gap:14px;white-space:nowrap;transition:background var(--dur-fast),transform var(--dur-fast)}.signup-row button:hover{background:var(--color-peach-hover);transform:translateY(-2px)}.signup-row button:active{transform:translateY(0)}.signup-row button svg{transition:transform var(--dur-fast)}.signup-row button:hover svg{transform:translate(2px)}.signup-note{display:flex;gap:6px;align-items:center;color:var(--color-muted);font-size:10px;margin:13px 0 0}.signup-note svg{color:var(--color-cyan)}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-error{font-size:12px;line-height:1.5;color:var(--color-error)}.success-message{min-height:90px;border:1px solid var(--color-line);background:var(--color-panel);border-radius:12px;padding:18px;display:flex;gap:13px;align-items:center}.success-message>span{color:var(--color-cyan)}.success-message strong{font-size:15px}.success-message p{color:var(--color-muted);font-size:12px;line-height:1.6;margin:6px 0 0}.values{display:flex;gap:25px;margin-top:35px;padding-top:23px;border-top:1px solid var(--color-line);max-width:515px}.values>span{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:10px;white-space:nowrap}.values>span:nth-child(1) svg{color:var(--color-pink)}.values>span:nth-child(2) svg{color:var(--color-lavender)}.values>span:nth-child(3) svg{color:var(--color-cyan)}.site-footer{min-height:65px;border-top:1px solid var(--color-line);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:var(--color-muted)}.footer-soft{opacity:.7}.site-footer>div{display:flex;align-items:center;gap:25px}.site-footer a{display:flex;align-items:center;gap:5px;text-decoration:none;white-space:nowrap}.privacy-button{border:0;padding:8px 0;background:none;color:inherit;font-size:10px;white-space:nowrap}.site-footer a:hover,.privacy-button:hover{color:var(--color-peach)}.preview{position:relative;margin:0;display:flex;align-items:center;justify-content:center;height:570px;perspective:1600px;isolation:isolate;animation:enter var(--dur-enter) .12s var(--ease-out) both}.orbit{position:absolute;z-index:-1;border:1px solid var(--color-line);border-radius:50%;height:430px;width:430px;opacity:.65;transform:rotate(-25deg) scaleX(.94)}.orbit-two{height:530px;width:530px;opacity:.3}.phone-float{animation:float 8s ease-in-out infinite}.phone{width:272px;height:551px;padding:6px;background:linear-gradient(130deg,var(--color-rim),var(--color-metal) 18%,var(--color-ink) 65%,var(--color-rim));border-radius:43px;box-shadow:24px 28px 55px var(--color-shadow),inset 0 0 0 1px var(--color-rim);transform:rotate(-7deg) rotateY(-12deg) rotateX(5deg);position:relative}.phone-screen{height:100%;overflow:hidden;position:relative;border-radius:37px;background:var(--color-screen);color:var(--color-ink);border:3px solid var(--color-ink);padding:0 15px}.phone-side{position:absolute;width:3px;background:var(--color-rim);border-radius:3px}.side-left{left:-2px;top:112px;height:45px}.side-right{right:-2px;top:145px;height:56px}.status-bar{height:38px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:600;padding:0 4px}.status-icons{display:flex;gap:3px;align-items:center}.island{position:absolute;left:50%;transform:translate(-50%);top:9px;width:72px;height:20px;border-radius:20px;background:var(--color-ink)}.battery{height:6px;width:13px;background:var(--color-ink);border-radius:2px}.app-top{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.brand-small{font-size:12px;letter-spacing:.3em;gap:7px}.brand-small img{width:24px;height:24px}.avatar{border-radius:50%;width:25px;height:25px;display:grid;place-items:center;font-size:10px;background:var(--color-verse)}.app-greeting{margin:20px 0 16px}.app-eyebrow{display:flex;gap:5px;align-items:center;font-size:6px;letter-spacing:.13em;color:var(--color-screen-muted)}.app-eyebrow svg{color:var(--color-screen-muted)}.app-greeting h2{font-family:var(--font-display);font-size:18px;letter-spacing:-.05em;font-weight:600;margin:7px 0 5px}.app-greeting h2>span{color:var(--color-screen-muted)}.app-greeting p{font-size:9px;margin:0;color:var(--color-screen-muted)}.verse-card{position:relative;padding:15px 14px;background:var(--color-verse);border-radius:13px;overflow:hidden}.verse-heading{display:flex;align-items:center;gap:6px;font-size:6px;letter-spacing:.14em}.verse-dot{margin-left:auto;width:4px;height:4px;border-radius:50%;background:var(--color-screen-muted)}.verse-card p{font-family:var(--font-display);font-size:12px;line-height:1.6;position:relative;z-index:1;margin:12px 0 10px;letter-spacing:-.03em}.verse-source{font-size:6px;letter-spacing:.15em}.verse-wave{position:absolute;bottom:-25px;right:-10px;opacity:.14;color:var(--color-screen-muted)}.checkin{margin:13px 0 17px;border:1px solid var(--color-card-line);padding:12px;border-radius:13px;background:var(--color-card)}.tiny-label{font-size:5px;letter-spacing:.16em;color:var(--color-screen-muted)}.checkin h3{font-size:10px;margin:4px 0 10px;font-weight:500}.moods{display:flex;justify-content:space-between}.moods>span{width:29px;height:29px;border-radius:50%;background:var(--color-screen);display:grid;place-items:center;font-size:18px;color:var(--color-screen-muted)}.moods>span:nth-child(2){background:var(--color-pink-soft)}.moods>span:nth-child(3){background:var(--color-cyan-soft)}.app-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.app-section-title h3{font-size:11px;margin:0}.app-section-title>span{font-size:6px;color:var(--color-screen-muted);display:flex;align-items:center}.prayer-card,.rhythm-card{display:flex;gap:9px;align-items:center;border:1px solid var(--color-card-line);border-radius:11px;padding:10px;background:var(--color-card);margin-bottom:7px}.prayer-card strong,.rhythm-card strong{font-size:9px;display:block;font-weight:500}.prayer-card p,.rhythm-card p{font-size:7px;margin:4px 0 0;color:var(--color-screen-muted)}.prayer-card>svg,.rhythm-card>svg{margin-left:auto}.prayer-icon,.rhythm-card>span{border-radius:9px;width:31px;height:31px;display:grid;place-items:center;background:var(--color-pink-soft)}.rhythm-card>span{background:var(--color-cyan-soft)}.app-nav{position:absolute;bottom:15px;left:0;right:0;border-top:1px solid var(--color-card-line);display:flex;justify-content:space-around;background:var(--color-screen);padding:10px 8px 3px}.app-nav>span{font-size:6px;color:var(--color-screen-muted);display:flex;flex-direction:column;align-items:center;gap:4px}.app-nav>.selected{color:var(--color-ink)}.home-indicator{position:absolute;height:3px;width:80px;border-radius:3px;background:var(--color-ink);bottom:6px;left:50%;transform:translate(-50%)}.preview-caption{position:absolute;right:0;bottom:7px;display:flex;gap:7px;align-items:center;font-size:7px;letter-spacing:.17em;color:var(--color-muted)}.preview-caption>span{width:3px;height:3px}.privacy-dialog{border:1px solid var(--color-line);background:var(--color-panel);color:var(--color-text);border-radius:20px;max-width:520px;width:calc(100% - 32px);max-height:85svh;padding:35px}.privacy-dialog::backdrop{background:var(--color-overlay);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.privacy-dialog>svg{color:var(--color-peach)}.privacy-dialog h2{font-family:var(--font-display);font-size:25px;letter-spacing:-.04em;line-height:1.25}.privacy-dialog p{font-size:13px;color:var(--color-muted);line-height:1.8}.privacy-dialog a{color:var(--color-peach);overflow-wrap:anywhere}.privacy-dialog .privacy-version{font-size:10px}.dialog-close{position:absolute;right:12px;top:12px;width:35px;height:35px;border:0;background:none;color:var(--color-muted);display:grid;place-items:center}.skip-link{position:fixed;top:10px;left:20px;padding:10px;background:var(--color-peach);color:var(--color-ink);z-index:100;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media(min-width:1500px){.hero{gap:80px}.phone{width:300px;height:607px}.phone-screen{padding:0 19px}.app-greeting{margin-top:25px}.verse-card{padding:18px 15px}.verse-card p{font-size:14px}.checkin{padding:15px;margin-top:16px}.prayer-card,.rhythm-card{padding:12px}.preview{height:650px}.hero{min-height:650px}}@media(max-width:1150px)and (min-width:801px){.landing{padding:0 40px}.hero{gap:20px;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}h1{font-size:49px}.signup-row{flex-wrap:wrap}.signup-row input{flex:1 1 170px}.signup-row button{flex:1 1 auto;justify-content:center}.values{gap:15px}.values>span{font-size:9px}.orbit-two{width:420px;height:420px}}@media(max-width:800px){.landing{padding:0 26px}.site-header{height:95px}.brand{font-size:20px;gap:10px}.brand img{width:39px;height:39px}.brand-tagline{font-size:6px}.launch-status{font-size:7px;letter-spacing:.1em}.hero{grid-template-columns:minmax(0,1fr);gap:22px;padding-top:32px;padding-bottom:35px}.hero-copy{max-width:560px;width:100%;margin:0 auto;padding:0}.eyebrow{font-size:8px;margin-bottom:22px}h1{font-size:clamp(38px,6.9vw,58px);margin-bottom:22px}.lede{font-size:14px;margin-bottom:25px;max-width:470px}.waitlist-area{max-width:none}.values{max-width:none;justify-content:space-between;margin-top:27px;gap:9px}.values>span{font-size:9px;gap:5px}.preview{height:590px;max-width:480px;width:100%;margin:0 auto}.brand-small{font-size:12px;gap:7px}.brand-small img{width:24px;height:24px}.preview-caption{right:15px;bottom:5px}.site-footer{padding:22px 0;flex-wrap:wrap;gap:17px}.site-footer>div{gap:22px}.orbit-two{width:450px;height:450px}}@media(max-width:430px){.landing{padding:0 22px}.site-header{height:83px}.launch-status{max-width:90px;font-size:6px;line-height:1.7;gap:7px}.launch-status>span{flex-shrink:0}.hero{padding-top:25px}.eyebrow{font-size:7px;gap:9px;letter-spacing:.13em}h1{font-size:39px;letter-spacing:-.055em}.lede{font-size:13px;line-height:1.8}.signup-row{flex-direction:column}.signup-row button{justify-content:center;font-size:13px}.signup-row input{font-size:16px}.values{gap:8px}.values>span{font-size:8px;flex-direction:column;gap:7px}.values svg{height:17px}.preview{height:565px}.phone{transform:rotate(-5deg) rotateY(-10deg) rotateX(4deg)}.orbit{width:340px;height:340px}.orbit-two{width:400px;height:400px}.privacy-dialog{padding:28px}.site-footer>span{font-size:9px}}@media(max-width:350px){.landing{padding:0 19px}h1{font-size:34px}.brand{font-size:18px}.brand-small{font-size:12px}.preview{height:535px}.phone-float{scale:.92}.preview-caption{bottom:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.app-greeting{margin:14px 0 12px}.verse-card{padding:12px}.verse-card p{margin:9px 0;font-size:11.5px}.checkin{margin:10px 0 12px;padding:9px}.moods>span{width:25px;height:25px}.prayer-card{padding:8px}.app-section-title{margin-bottom:7px}@media(min-width:801px)and (max-height:850px){.landing{height:100svh}.site-header{height:90px}.site-footer{min-height:55px;flex-shrink:0}.hero{min-height:0;padding-bottom:8px}.preview{height:100%;min-height:0}.phone-float{scale:.87}h1{font-size:clamp(44px,4.6vw,62px)}}@media(min-width:801px)and (max-height:710px){.site-header{height:78px}.site-footer{min-height:45px}.phone-float{scale:.76}.orbit{width:350px;height:350px}.orbit-two{width:410px;height:410px}.eyebrow{margin-bottom:18px}h1{font-size:clamp(40px,4.3vw,58px);margin-bottom:18px}.lede{margin-bottom:20px}.values{margin-top:23px;padding-top:18px}}
