.app-guide-page{display:grid;gap:30px;margin-top:24px}.app-guide-hero{position:relative;min-height:430px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);align-items:center;gap:35px;padding:48px clamp(24px,5vw,66px);border-radius:30px;background:linear-gradient(135deg,var(--forest-dark),var(--forest));color:#fff;isolation:isolate}.app-guide-hero:before,.app-guide-hero:after{content:"";position:absolute;border-radius:50%;z-index:-1}.app-guide-hero:before{width:430px;height:430px;top:-260px;right:-90px;background:color-mix(in srgb,var(--lime) 22%,transparent)}.app-guide-hero:after{width:300px;height:300px;bottom:-210px;left:25%;border:1px solid #ffffff26}.app-guide-copy{max-width:680px}.guide-pill{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:8px 12px;border:1px solid #ffffff30;border-radius:99px;background:#ffffff12;font-size:11px;font-weight:900}.guide-pill svg{width:15px}.app-guide-copy h1{margin:20px 0 13px;font-size:clamp(35px,5vw,58px);line-height:1.13;letter-spacing:-1.4px}.app-guide-copy h1 strong{color:var(--lime)}.app-guide-copy p{max-width:620px;margin:0;color:#e0eee8;line-height:1.9}.guide-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.guide-hero-actions .btn{min-width:145px}.guide-phone{width:230px;height:350px;margin:auto;padding:10px;border:1px solid #ffffff35;border-radius:38px;background:#101b18;box-shadow:0 30px 70px #0005;transform:rotate(-4deg)}.guide-phone-screen{height:100%;display:grid;place-items:center;align-content:center;gap:8px;border-radius:29px;background:linear-gradient(155deg,var(--panel),color-mix(in srgb,var(--mint) 70%,var(--panel)));color:var(--ink)}.guide-logo{width:72px;height:72px;display:grid;place-items:center;border-radius:23px;background:var(--forest);color:#fff;font-size:35px;font-weight:900}.guide-phone-screen b{font-size:20px}.guide-phone-screen small{color:var(--muted)}.guide-phone-screen i{display:block;width:72%;height:11px;margin-top:8px;border-radius:99px;background:var(--mint)}.guide-phone-screen i+ i{width:57%;margin-top:0}.guide-phone-screen i+ i+ i{width:64%}.guide-video-section{display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,.62fr);align-items:center;gap:28px;padding:24px}.guide-section-title span{color:var(--forest);font-size:11px;font-weight:900}.guide-section-title h2{margin:7px 0;font-size:30px}.guide-section-title p{margin:0;color:var(--muted);line-height:1.8}.guide-video-frame{overflow:hidden;aspect-ratio:16/9;border:1px solid var(--line);border-radius:25px;background:#0d1714;box-shadow:0 20px 50px #0002}.guide-video-frame video{width:100%;height:100%;display:block;object-fit:contain}.guide-video-empty{height:100%;display:grid;place-items:center;align-content:center;gap:8px;padding:25px;text-align:center;color:#fff}.guide-video-empty>span{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:var(--forest)}.guide-video-empty svg{width:29px}.guide-video-empty p{margin:0;color:#bfc9c5}.guide-video-empty code{color:var(--lime)}.guide-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-steps article{display:flex;align-items:flex-start;gap:13px;padding:19px;border:1px solid var(--line);border-radius:20px;background:var(--panel)}.guide-steps article>span{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:12px;background:var(--mint);color:var(--forest);font-weight:900}.guide-steps b{font-size:14px}.guide-steps p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.guide-download{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,color-mix(in srgb,var(--forest) 9%,var(--panel)),var(--panel))}.guide-download .guide-pill{border-color:var(--line);background:var(--panel);color:var(--forest)}.guide-download h2{margin:10px 0 5px;font-size:30px}.guide-download p{margin:0;color:var(--muted)}.guide-download-buttons{display:flex;gap:10px;flex-wrap:wrap}.guide-store-button{min-width:175px;display:flex;align-items:center;gap:11px;padding:11px 15px;border-radius:15px;background:#111b18;color:#fff;text-decoration:none;transition:.2s}.guide-store-button:hover{transform:translateY(-3px)}.guide-store-button>span{font-size:24px}.guide-store-button div{display:grid}.guide-store-button small{color:#cbd3d0;font-size:9px}.guide-store-button b{font-size:16px}.guide-store-button.unavailable{opacity:.55}.guide-help{text-align:center;color:var(--muted)}.guide-help a{color:var(--forest);font-weight:900}
@media(max-width:760px){.app-guide-page{gap:20px;margin-top:14px}.app-guide-hero{min-height:0;grid-template-columns:1fr;padding:27px 20px;border-radius:23px}.app-guide-copy h1{font-size:34px}.app-guide-copy p{font-size:12px}.guide-phone{display:none}.guide-hero-actions .btn{flex:1}.guide-video-section{grid-template-columns:1fr;padding:5px}.guide-section-title{text-align:center;padding:10px 15px}.guide-section-title h2{font-size:24px}.guide-video-frame{border-radius:18px}.guide-steps{grid-template-columns:1fr;gap:9px}.guide-steps article{padding:14px;border-radius:16px}.guide-download{align-items:stretch;flex-direction:column;padding:21px 17px;border-radius:20px}.guide-download h2{font-size:25px}.guide-download-buttons{display:grid;grid-template-columns:1fr}.guide-store-button{width:100%;min-width:0}.guide-help{font-size:11px}}
.guide-library{display:grid;gap:16px}.guide-library-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.guide-library-head span{color:var(--forest);font-size:11px;font-weight:900}.guide-library-head h2{margin:5px 0;font-size:30px}.guide-library-head p{margin:0;color:var(--muted)}.guide-search{width:min(330px,100%);display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.guide-search svg{width:18px;color:var(--forest)}.guide-search input{width:100%;height:48px;border:0;background:transparent;color:var(--ink);font:inherit;outline:0}.guide-categories{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.guide-categories::-webkit-scrollbar{display:none}.guide-categories button{min-height:39px;padding:8px 14px;border:1px solid var(--line);border-radius:99px;background:var(--panel);color:var(--ink);font:inherit;font-size:11px;font-weight:900;white-space:nowrap}.guide-categories button.active{border-color:var(--forest);background:var(--forest);color:#fff}.guide-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.guide-video-card{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:var(--panel);box-shadow:0 10px 28px #0000000a}.guide-video-card[hidden]{display:none}.guide-video-media{aspect-ratio:16/9;background:#0c1512}.guide-video-media video,.guide-video-media iframe{display:block;width:100%;height:100%;border:0;object-fit:contain}.guide-video-copy{padding:15px}.guide-video-copy small{color:var(--forest);font-size:10px;font-weight:900}.guide-video-copy h3{margin:5px 0;font-size:18px}.guide-video-copy p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.guide-no-videos{grid-column:1/-1;min-height:280px;display:grid;place-items:center;align-content:center;gap:8px;padding:25px;border:1px dashed var(--line);border-radius:22px;text-align:center;color:var(--muted)}.guide-no-videos svg{width:44px;color:var(--forest)}.guide-no-videos h3,.guide-no-videos p{margin:0}.guide-no-results{text-align:center;color:var(--muted)}
@media(max-width:760px){.guide-library-head{align-items:stretch;flex-direction:column}.guide-library-head h2{font-size:25px}.guide-search{width:100%}.guide-video-grid{grid-template-columns:1fr}.guide-video-card{border-radius:17px}.guide-video-copy{padding:13px}.guide-video-copy h3{font-size:16px}}
