html{height:100%;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;min-height:100vh;color:#111;flex-direction:column}.ty-nav,body{background:#fff;display:flex}.ty-nav{align-items:center;justify-content:space-between;padding:0 2.5rem;height:58px;border-bottom:1px solid #ebebeb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ty-nav-left{display:flex;align-items:center;gap:1rem}.ty-nav-logo{font-size:1.8rem;font-weight:900;letter-spacing:-.05em;color:#111;line-height:1;text-decoration:none}.ty-nav-logo span{color:#aaff00}.ty-nav-menu{display:flex;align-items:center;gap:.1rem}.ty-nav-link{font-size:.92rem;font-weight:500;color:#999;background:none;border:none;cursor:pointer;padding:.3rem .75rem;border-radius:6px;font-family:inherit;transition:color .12s,background .12s;text-decoration:none;line-height:1}.ty-nav-link:hover{color:#111;background:#f5f5f5}.ty-nav-link.active{color:#111;font-weight:700;background:#f0f0f0}.ty-nav-right{display:flex;align-items:center;gap:.5rem}.ty-nav-login{font-size:.88rem;font-weight:500;color:#111;background:#fff;border:1.5px solid #ddd;cursor:pointer;padding:.38rem 1rem;border-radius:100px;font-family:inherit;transition:border-color .15s;line-height:1}.ty-nav-login:hover{border-color:#aaa}.ty-nav-register{font-size:.88rem;font-weight:700;color:#111;background:#aaff00;border:1.5px solid #aaff00;cursor:pointer;padding:.38rem 1rem;border-radius:100px;font-family:inherit;transition:background .12s;line-height:1}.ty-nav-register:hover{background:#99ee00;border-color:#99ee00}.back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;color:#999;text-decoration:none;position:fixed;left:2.5rem;top:84px;transform:translateY(-50%);z-index:50}.back-link:hover{color:#555}.info-wrap{max-width:1360px;margin:0 auto;padding:1.75rem 3rem 5rem;flex:1 1;width:100%}.info-hero{margin-bottom:3.5rem}.info-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:700;color:#7a9900;background:#f4ffd6;border:1px solid #e2f7a8;padding:.35rem .85rem;border-radius:100px;letter-spacing:.02em;margin-bottom:1.1rem}.info-title{font-size:2.5rem;font-weight:900;letter-spacing:-.03em;margin-bottom:.7rem;max-width:760px}.info-title span{color:#aaff00}.info-lede{font-size:1.02rem;color:#666;font-weight:500;line-height:1.65;max-width:760px;text-wrap:pretty}.info-section{margin-bottom:3.5rem}.info-section-title{font-size:1.4rem;font-weight:700;color:#111;margin-bottom:1.4rem;display:flex;align-items:center;gap:.9rem}.info-section-title:after{content:"";flex:1 1;height:1px;background:#eee}.info-body{font-size:.95rem;line-height:1.75;color:#333;max-width:680px}.info-body p+p{margin-top:.9rem}.mode-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.1rem;gap:1.1rem}@media (max-width:1100px){.mode-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.mode-grid{grid-template-columns:1fr}}.mode-card{border:1px solid #ececec;border-radius:16px;padding:1.4rem 1.3rem;background:linear-gradient(180deg,#fff,#fbfbfb)}.mode-card-top{justify-content:space-between;margin-bottom:1rem}.mode-card-top,.mode-icon{display:flex;align-items:center}.mode-icon{font-size:1.6rem;width:58px;height:58px;border-radius:14px;justify-content:center;border:1px solid rgba(0,0,0,.06)}.mode-icon.bible,.mode-icon.challenge,.mode-icon.practice,.mode-icon.rain{background:#fbfbfb}.mode-tag{font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:800;letter-spacing:.06em;color:#888;background:#f2f2f2;padding:.25rem .55rem;border-radius:100px;text-transform:uppercase}.mode-name{font-size:1.05rem;font-weight:800;margin-bottom:.4rem}.mode-desc{font-size:.84rem;color:#888;line-height:1.55}.info-card{border:1px solid #ececec;border-radius:16px;padding:1.6rem 1.8rem;background:linear-gradient(180deg,#fff,#fbfbfb);max-width:560px}.contact-lede{font-size:1rem;line-height:1.75;color:#333;max-width:900px;margin-bottom:.9rem;text-wrap:pretty}.contact-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.contact-btn-wrap{display:inline-flex;align-items:center;gap:.7rem}.contact-email{font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:700;color:#111}.contact-btn{font-family:inherit;font-size:.85rem;font-weight:700;color:#111;background:#aaff00;border:none;padding:.65rem 1.4rem;border-radius:100px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:background .12s}.contact-btn:hover{background:#99ee00}.contact-copied{font-size:.8rem;font-weight:600;color:#7a9900;opacity:0;transition:opacity .15s;pointer-events:none}.contact-copied.show{opacity:1}.faq-item{border-bottom:1px solid #f0f0f0;padding:1.1rem 0}.faq-item:first-child{padding-top:0}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-q{font-size:1.02rem;font-weight:700;color:#111;margin-bottom:.5rem;display:flex;gap:.5rem}.faq-q span{color:#aaff00;-webkit-text-stroke:.6px #111}.faq-a{font-size:1rem;color:#777;line-height:1.7;padding-left:1.35rem;max-width:920px;text-wrap:pretty}.ty-login-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(17,17,17,.45);align-items:center;justify-content:center}.ty-login-overlay.active{display:flex}.ty-login-card{width:100%;max-width:360px;background:#fff;border-radius:20px;padding:2rem 1.8rem 1.8rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.18);font-family:Inter,sans-serif}.ty-login-close{position:absolute;top:.9rem;right:.9rem;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;color:#777;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.ty-login-close:hover{background:#ececec}.ty-login-logo{font-size:1.5rem;font-weight:900;letter-spacing:-.05em;color:#111;text-align:center;margin-bottom:.3rem}.ty-login-logo span{color:#aaff00}.ty-login-title{font-size:.95rem;color:#777;text-align:center;margin-bottom:1.6rem;font-weight:500}.ty-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1rem;border-radius:100px;border:1.5px solid #ddd;background:#fff;font-family:inherit;font-size:.92rem;font-weight:600;color:#111;cursor:pointer;transition:border-color .15s,background .12s}.ty-google-btn:hover{border-color:#aaa;background:#fafafa}