@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap";:root{font-family:DM Sans,sans-serif;color:#20231f;background:#f7f5f0;font-synthesis:none;--ink: #20231f;--muted: #7d827a;--line: #dcdcd4;--paper: #f7f5f0;--green: #174d3d;--green-dark: #103a2e;--lime: #cbec77;--soft: #ecece5}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--paper)}button,textarea{font:inherit}button{border:0;cursor:pointer}.app-shell{min-height:100vh;display:flex}.mobile-nav{display:none}.sidebar{width:234px;border-right:1px solid var(--line);padding:30px 18px 22px;display:flex;flex-direction:column;flex-shrink:0}.brand,.mobile-brand{display:flex;align-items:center;gap:10px;color:var(--green);font-size:13px;font-weight:600;letter-spacing:-.01em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--green-dark);background:var(--lime);font-weight:700;letter-spacing:-.08em}.sidebar-rule{height:1px;background:var(--line);margin:29px 6px 21px}.side-nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:13px;width:100%;padding:11px 12px;color:#7d827b;background:transparent;border-radius:8px;text-align:left;font-size:14px;transition:.2s ease}.nav-item:hover,.nav-item.active{color:var(--green);background:#e7e9df}.nav-item.active{font-weight:600}.sidebar-bottom{margin-top:auto}.profile{margin-top:20px;border-top:1px solid var(--line);padding:20px 8px 0;display:flex;align-items:center;gap:9px}.profile .avatar,.top-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:#fff;background:var(--green);font-size:10px;font-weight:600}.profile div:nth-child(2){display:grid;gap:2px;flex:1}.profile strong{font-size:12px;font-weight:600}.profile span{color:var(--muted);font-size:10px}.main-content{flex:1;min-width:0}.topbar{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;position:relative}.mobile-brand{display:none}.date-label{color:#9a9d96;font:500 10px DM Mono,monospace;letter-spacing:.1em}.top-avatar{position:absolute;right:38px;width:30px;height:30px}.content-wrap{width:min(1050px,calc(100% - 76px));margin:0 auto;padding:46px 0 64px}.greeting{display:flex;justify-content:space-between;align-items:end;margin-bottom:37px}.eyebrow,.section-kicker,.block-heading{margin:0;color:#989c94;font:500 10px DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.greeting h1{margin:9px 0 0;color:var(--green-dark);font:500 clamp(35px,4vw,48px)/1 "Newsreader",serif;letter-spacing:-.04em}.greeting h1 span{color:#9bb652}.streak{display:grid;grid-template-columns:auto auto;gap:0 9px;align-items:center;padding-bottom:3px;color:var(--muted);font-size:11px;line-height:1.35}.streak-number{color:var(--green);font:500 32px Newsreader,serif;line-height:1}.streak-dots{grid-column:1 / -1;display:flex;gap:5px;margin-top:10px}.streak-dots i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.streak-dots i.muted{background:#d9dbd0}.daily-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.85fr);gap:17px}.study-feature{min-height:376px;padding:29px 32px 25px;display:flex;flex-direction:column;justify-content:space-between;color:#f6f5ed;background:var(--green);position:relative;overflow:hidden}.study-feature:after{content:"";width:280px;height:280px;border:1px solid rgba(203,236,119,.22);border-radius:50%;position:absolute;right:-77px;top:-87px;box-shadow:0 0 0 34px #cbec7708,0 0 0 70px #cbec7706}.feature-top,.feature-footer{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.tag{color:var(--lime);font:500 10px DM Mono,monospace;letter-spacing:.08em}.tag-dot{display:inline-block;width:6px;height:6px;margin:0 6px 1px 0;border-radius:50%;background:var(--lime)}.duration{color:#f6f5ed9e;font-size:11px}.feature-copy{position:relative;z-index:1;margin-top:20px}.feature-copy .section-kicker{color:#f6f5ed8c}.feature-copy h2{margin:10px 0 13px;font:500 clamp(43px,5vw,66px)/.91 "Newsreader",serif;letter-spacing:-.055em}.feature-description{max-width:300px;margin:0;color:#f6f5edb5;font-size:13px;line-height:1.5}.primary-button{display:inline-flex;align-items:center;gap:15px;margin-top:25px;padding:12px 16px;color:var(--green-dark);background:var(--lime);font-size:12px;font-weight:600;transition:transform .2s ease,background .2s ease}.primary-button:hover{transform:translate(3px);background:#dcf791}.feature-footer{color:#f6f5ed94;font:12px/1.4 Newsreader,serif}.serif-mark{color:var(--lime);font:100px/0 Newsreader,serif;opacity:.8;align-self:end;transform:translateY(15px)}.right-rail{display:grid;gap:17px}.verse-block,.quick-block{border-top:1px solid var(--green);padding:22px 22px 21px}.block-heading{display:flex;justify-content:space-between;color:var(--green)}.block-heading button{color:var(--green);background:transparent;padding:0}.verse-text{margin:26px 0 18px;color:var(--green-dark);font:500 24px/1.05 Newsreader,serif;letter-spacing:-.025em}.verse-reference{display:inline-flex;align-items:center;gap:10px;padding:0;color:#819a42;background:none;font:500 11px DM Mono,monospace;transition:gap .2s ease}.verse-reference:hover{gap:14px}.quick-block{display:flex;justify-content:space-between;align-items:center;border-top-color:var(--line)}.block-heading.plain{display:block}.quick-block p{margin:14px 0 0;color:var(--green-dark);font:500 20px/1.1 Newsreader,serif}.progress-ring{display:grid;place-items:center;width:74px;height:74px;border:6px solid #e0e3d9;border-right-color:var(--lime);border-radius:50%;color:var(--green);font:500 18px Newsreader,serif}.record-section,.recent-section{margin-top:53px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:19px}.section-title h3{margin:6px 0 0;color:var(--green-dark);font:500 28px Newsreader,serif;letter-spacing:-.035em}.small-muted{color:#a2a59e;font:10px DM Mono,monospace}.journal-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:17px}.note-editor{background:#efeee8;padding:20px 22px 14px}.note-editor textarea{width:100%;height:85px;resize:none;border:0;outline:0;color:var(--green-dark);background:transparent;font:500 17px/1.25 Newsreader,serif}.note-editor textarea::placeholder{color:#adafa8}.editor-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #daddd4;padding-top:12px;color:#9b9f96;font:10px DM Mono,monospace}.save-link,.text-button{display:inline-flex;align-items:center;gap:8px;color:var(--green);background:transparent;font-size:11px;font-weight:600}.audio-box{display:flex;align-items:center;gap:13px;padding:18px;color:var(--green-dark);background:#e5e9d9;text-align:left;transition:background .2s ease}.audio-box:hover,.audio-box.recording{background:#d5e7a7}.audio-icon{display:grid;place-items:center;width:43px;height:43px;flex-shrink:0;color:var(--green);background:var(--lime);border-radius:50%}.audio-box strong,.audio-box small{display:block}.audio-box strong{font:500 20px Newsreader,serif}.audio-box small{max-width:180px;margin-top:4px;color:#6d7868;font-size:11px;line-height:1.3}.audio-box>svg{margin-left:auto}.recent-list{border-top:1px solid var(--line)}.recent-item{display:flex;align-items:center;gap:13px;padding:15px 5px;border-bottom:1px solid var(--line)}.done-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:var(--green);background:var(--lime)}.recent-item div:nth-child(2){display:grid;gap:3px;flex:1}.recent-item strong{color:var(--green-dark);font:500 17px Newsreader,serif}.recent-item span{color:var(--muted);font-size:11px}.recent-time{font:10px DM Mono,monospace}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#132d2466;z-index:5;animation:fade .2s ease}.bible-modal{width:min(500px,100%);padding:25px 27px 20px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.modal-header{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:19px}.modal-header h3{margin:7px 0 0;color:var(--green-dark);font:500 31px Newsreader,serif}.close-button{color:var(--green);background:transparent;padding:2px}.bible-copy{padding:25px 0 17px;display:grid;grid-template-columns:20px 1fr;gap:8px 10px}.bible-copy p{margin:0;color:var(--green-dark);font:500 20px/1.25 Newsreader,serif}.verse-number{color:#95ac50;font:500 12px DM Mono,monospace;padding-top:4px}.modal-footer{display:flex;gap:10px;border-top:1px solid var(--line);padding-top:17px}.secondary-button{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;color:var(--green);background:#e7e9df;font-size:11px;font-weight:600}.license-note{margin:18px 0 0;color:#969a91;font:10px/1.4 DM Mono,monospace}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.app-shell{display:block;padding-bottom:74px}.sidebar{display:none}.topbar{height:65px;justify-content:space-between;padding:0 20px}.mobile-brand{display:flex}.date-label{display:none}.top-avatar{position:static}.content-wrap{width:auto;padding:32px 20px 44px}.greeting{align-items:start;margin-bottom:29px}.greeting h1{font-size:42px}.streak{transform:scale(.9);transform-origin:right top}.daily-layout,.journal-grid{grid-template-columns:1fr}.study-feature{min-height:390px;padding:24px 22px 20px}.feature-copy h2{font-size:53px}.right-rail{gap:30px;margin-top:31px}.verse-block,.quick-block{padding-left:0;padding-right:0}.record-section,.recent-section{margin-top:42px}.section-title h3{font-size:26px}.audio-box{min-height:95px}.recent-item{padding-left:0;padding-right:0}}@media(max-width:760px){.suggestion-section{grid-template-columns:1fr;gap:18px;margin-top:45px}.lecture-row{gap:9px}.lecture-status{font-size:0}.lecture-status svg{width:15px}.lecture-modal-body{grid-template-columns:1fr}.lecture-source-image{max-height:500px}.ocr-copy{grid-column:auto}.group-row{display:grid;gap:12px}.invite-row{width:100%}}@media(max-width:420px){.greeting{display:block}.streak{margin-top:22px;transform-origin:left top}.feature-copy h2{font-size:48px}.feature-footer{font-size:11px}.serif-mark{font-size:80px}.section-title{align-items:start}.small-muted{padding-top:7px}}.recording-error{margin:8px 0 0;color:#a3544d;font-size:11px;line-height:1.35}.audio-preview{display:block;width:100%;height:34px;margin-top:9px}.transcript-status{margin:10px 0 0;color:#819a42;font:10px DM Mono,monospace}.transcript-box{margin-top:10px;padding:13px 14px;background:#efeee8}.transcript-box p{margin:7px 0 0;color:var(--green-dark);font:500 16px/1.25 Newsreader,serif}.bible-verse{display:grid;grid-template-columns:20px 1fr;gap:10px}.bible-loading{color:var(--muted);font:500 16px Newsreader,serif}.bible-error{grid-column:1 / -1;margin:12px 0 0;color:#a3544d;font:10px/1.4 DM Mono,monospace}.bible-empty{grid-column:1 / -1;margin:0;color:var(--muted);font:500 17px Newsreader,serif}.bible-library-modal{width:min(500px,100%);padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.bible-library-body{display:grid;gap:20px;padding-top:25px}.bible-library-body .setting-field{margin:0}.reference-search-field{display:grid;gap:9px;color:var(--green-dark);font-size:13px;font-weight:600}.reference-search-field input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--green);outline:0;color:var(--green-dark);background:#fffdf8;font:500 17px Newsreader,serif}.reference-search-field input::placeholder{color:#a8aaa1}.search-hint{margin:-7px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.reference-suggestions{display:grid;max-height:min(430px,48vh);overflow:auto;border-top:1px solid var(--line)}.reference-suggestion{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:58px;padding:11px 3px;border-bottom:1px solid var(--line);color:var(--green-dark);background:transparent;text-align:left}.reference-suggestion:hover{background:#efeee8}.reference-suggestion>span{display:grid;gap:4px;min-width:0}.reference-suggestion strong{font:500 18px Newsreader,serif}.reference-suggestion small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.saved-modal{width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.empty-saved{margin:28px 0 10px;color:var(--muted);font:500 18px Newsreader,serif}.saved-list{display:grid;gap:15px;padding-top:20px}.saved-passage{padding:15px;background:#e7e9df}.saved-passage strong{color:var(--green-dark);font:500 20px Newsreader,serif}.saved-passage p{display:grid;grid-template-columns:20px 1fr;gap:9px;margin:12px 0 0;color:var(--green-dark);font:500 16px/1.25 Newsreader,serif}.saved-passage p span{color:#95ac50;font:10px DM Mono,monospace;padding-top:3px}.study-modal{width:min(590px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.study-modal .modal-header h3{max-width:390px;font-size:40px}.study-modal-body{padding:22px 0 8px}.study-draft-note{margin:0 0 16px;color:#819a42;font:10px DM Mono,monospace}.study-introduction{max-width:480px;margin:0 0 25px;color:var(--green-dark);font:500 20px/1.25 Newsreader,serif}.study-full-text{display:grid;gap:11px;margin:0 0 24px;padding:17px 0 19px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.study-full-text>.eyebrow{margin-bottom:2px}.study-full-text p{margin:0;color:var(--green-dark);font:500 16px/1.35 Newsreader,serif}.study-reference-list,.prompt-list{display:grid;gap:10px;border-top:1px solid var(--line);padding-top:17px}.study-reference{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 0;color:var(--green);background:transparent;border-bottom:1px solid var(--line);font:500 17px Newsreader,serif;text-align:left}.prompt-list{margin-top:23px}.prompt-row{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;border-bottom:1px solid var(--line);padding:8px 0}.prompt-row span{color:#95ac50;font:10px DM Mono,monospace;padding-top:4px}.prompt-row p{margin:0;color:var(--green-dark);font:500 17px/1.2 Newsreader,serif}.study-finish{margin-top:17px}.inline-reference{padding:0;border-bottom:1px solid currentColor;color:var(--green);background:transparent;font:inherit;cursor:pointer}.suggestion-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;margin-top:63px;border-top:1px solid var(--line);padding-top:26px}.suggestion-section h3{margin:7px 0 0;color:var(--green-dark);font:500 28px Newsreader,serif;letter-spacing:-.035em}.suggestion-copy{margin:9px 0 0;color:var(--muted);font-size:12px}.suggestion-form textarea{display:block;width:100%;height:64px;padding:12px 0;resize:vertical;border:0;border-bottom:1px solid var(--green);outline:0;color:var(--green-dark);background:transparent;font:500 16px Newsreader,serif}.suggestion-form textarea::placeholder{color:#adafa8}.suggestion-form .secondary-button{margin-top:12px}.suggestion-thanks{display:block;margin:12px 0 0;color:#819a42;font:10px DM Mono,monospace}.settings-modal{width:min(500px,100%);padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.settings-modal .modal-header h3{font-size:36px}.settings-body{display:grid;gap:22px;padding:26px 0 10px}.setting-toggle,.setting-field{display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--green-dark);font-size:13px}.setting-toggle span,.setting-field{flex:1}.setting-toggle strong,.setting-toggle small{display:block}.setting-toggle small{margin-top:4px;color:var(--muted);font-size:11px}.setting-toggle input{width:18px;height:18px;accent-color:var(--green)}.setting-field{padding-bottom:12px;border-bottom:1px solid var(--line);font-weight:600}.setting-field input,.setting-field select{padding:8px 9px;border:1px solid var(--line);color:var(--green-dark);background:transparent;font-size:12px}.sync-message{display:block;margin-top:10px;color:var(--muted);font:10px DM Mono,monospace}.spotify-input{width:100%;padding:9px 0;border:0;border-bottom:1px solid var(--green);outline:0;color:var(--green-dark);background:transparent;font-size:11px}.ocr-copy textarea{width:100%;min-height:250px;margin-top:12px;padding:13px;resize:vertical;border:1px solid var(--line);outline:0;color:var(--green-dark);background:#efeee8;font:14px/1.45 DM Sans,sans-serif}.save-review{margin-top:12px}.saved-label{display:inline-block;margin:10px 0 0;color:#819a42;font:10px DM Mono,monospace}.lecture-library{margin-top:63px}.lecture-grid{border-top:1px solid var(--line)}.lecture-row{display:flex;align-items:center;gap:16px;width:100%;padding:14px 4px;border-bottom:1px solid var(--line);color:var(--green-dark);background:transparent;text-align:left;transition:background .2s ease}.lecture-row:hover{background:#efeee8}.lecture-row.missing{opacity:.55}.lecture-number{width:30px;color:#95ac50;font:500 13px DM Mono,monospace}.lecture-info{display:grid;flex:1;gap:3px}.lecture-info strong{font:500 18px Newsreader,serif}.lecture-info small,.lecture-status{color:var(--muted);font-size:10px}.lecture-status{display:inline-flex;align-items:center;gap:8px}.lecture-modal{width:min(900px,100%);max-height:min(900px,calc(100vh - 30px));overflow:auto;padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.lecture-modal .modal-header h3{font-size:38px}.lecture-modal-body{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:22px;padding-top:20px}.lecture-source-image{width:100%;max-height:600px;object-fit:contain;object-position:top;background:#e7e4db}.lecture-tools{display:grid;align-content:start;gap:9px}.lecture-tools .study-reference{padding:8px 0}.muted-note{color:var(--muted);font:500 16px Newsreader,serif}.spotify-slot{display:flex;align-items:center;gap:10px;margin-top:17px;padding:13px;color:#38633b;background:#e3ebdc}.spotify-slot span{display:grid;gap:3px}.spotify-slot strong{font-size:12px}.spotify-slot small{color:#6c7a68;font-size:10px}.ocr-copy{grid-column:1 / -1;border-top:1px solid var(--line);padding-top:18px}.ocr-copy pre{max-height:260px;overflow:auto;margin:12px 0 0;white-space:pre-wrap;color:var(--green-dark);font:14px/1.45 DM Sans,sans-serif}.missing-lecture{padding:55px 12px 60px;text-align:center}.missing-number{display:grid;place-items:center;width:78px;height:78px;margin:0 auto 20px;border-radius:50%;color:var(--green-dark);background:var(--lime);font:500 34px Newsreader,serif}.missing-lecture h4{margin:0;color:var(--green-dark);font:500 28px Newsreader,serif}.missing-lecture p{max-width:390px;margin:10px auto 0;color:var(--muted);font-size:12px;line-height:1.5}.preview-button{justify-content:center;width:100%}.bot-preview{display:grid;gap:7px;padding:15px;background:#e7e9df}.bot-preview strong{color:var(--green-dark);font:500 22px Newsreader,serif}.bot-preview p{margin:0;color:var(--green-dark);font:500 16px/1.2 Newsreader,serif}.bot-preview small{color:#6d7868;font-size:11px}.groups-modal{width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:25px 27px 24px;background:var(--paper);box-shadow:0 20px 70px #0003;animation:rise .25s ease}.groups-modal .modal-header h3{font-size:40px}.groups-intro{margin:22px 0;color:var(--green-dark);font:500 19px/1.25 Newsreader,serif}.invite-code{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:11px 0;border-bottom:1px solid var(--line)}.invite-code div{display:grid;gap:5px;min-width:0}.invite-code code{overflow:hidden;color:var(--muted);font:10px DM Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.group-create{display:flex;gap:10px;border-bottom:1px solid var(--green);padding-bottom:13px}.group-create input,.invite-row input{min-width:0;flex:1;border:0;outline:0;color:var(--green-dark);background:transparent;font-size:12px}.empty-groups{color:var(--muted);font:500 17px Newsreader,serif}.group-list{margin-top:20px;border-top:1px solid var(--line)}.group-row{display:flex;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.group-row>div:first-child{display:grid;flex:1;gap:4px}.group-row strong{color:var(--green-dark);font:500 19px Newsreader,serif}.group-row span{color:var(--muted);font-size:10px}.invite-row{display:flex;align-items:center;gap:8px;width:220px;padding-bottom:5px;border-bottom:1px solid var(--green)}.invite-row .text-button{flex-shrink:0}.recent-item div:nth-child(2){min-width:0}.recent-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-recent{margin:0;padding:19px 5px;color:var(--muted);font:500 17px Newsreader,serif}.notification-note{margin:-7px 0 0;color:var(--muted);font:10px/1.4 DM Mono,monospace}.group-actions{display:grid;gap:10px;justify-items:end}.group-bot-toggle{display:flex;align-items:center;gap:7px;color:var(--muted);font:10px DM Mono,monospace}.group-bot-toggle input{accent-color:var(--green)}.group-settings{display:flex;gap:6px}.group-settings input,.group-settings select{padding:5px;border:1px solid var(--line);color:var(--green-dark);background:transparent;font:10px DM Mono,monospace}.spotify-open-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin:10px 0 0 auto;padding:10px 13px;color:#fff;background:#1f7a42;font-size:11px;font-weight:600}.integration-note{margin:-7px 0 0;color:#a3544d;font:10px/1.4 DM Mono,monospace}.integration-note.ready{color:#5f863a}.history-list{display:grid;gap:15px;padding-top:20px}.history-entry{padding:15px;background:#e7e9df}.history-entry>div{display:grid;gap:4px}.history-entry strong{color:var(--green-dark);font:500 20px Newsreader,serif}.history-entry small{color:var(--muted);font:10px DM Mono,monospace}.history-entry audio{width:100%;margin-top:12px}.history-entry p{margin:12px 0 0;color:var(--green-dark);font:500 16px/1.3 Newsreader,serif}.group-preview{margin-top:20px}.progress-ring.complete{background:conic-gradient(var(--green) 100%,#dfe4d5 0)}.destination-page{min-height:calc(100vh - 160px);padding:22px 0 70px;animation:page-in .28s ease both}.page-intro{max-width:650px;padding:18px 0 42px;border-bottom:1px solid var(--line)}.page-intro h1{margin:10px 0 12px;color:var(--green-dark);font:500 clamp(42px,6vw,70px)/.95 "Newsreader",serif;letter-spacing:-.055em}.page-intro>p:last-child{max-width:460px;margin:0;color:var(--muted);font-size:15px;line-height:1.55}.page-actions{display:flex;flex-wrap:wrap;gap:14px;padding:24px 0 38px}.page-actions .primary-button,.page-actions .secondary-button{margin-top:0;min-height:44px}.destination-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.7fr);gap:28px;padding:30px 0;border-bottom:1px solid var(--line)}.destination-grid h2{margin:12px 0;color:var(--green-dark);font:500 34px/1.05 Newsreader,serif}.reading-lead{max-width:620px;margin:0;color:var(--green-dark);font:500 20px/1.45 Newsreader,serif}.saved-preview{display:grid;align-content:start;gap:12px;padding-left:22px;border-left:1px solid var(--line)}.saved-preview strong{color:var(--green-dark);font:500 24px Newsreader,serif}.journey-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:34px 0 56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.journey-summary>div{display:grid;gap:5px;padding:22px 20px 22px 0;border-right:1px solid var(--line)}.journey-summary>div+div{padding-left:20px}.journey-summary>div:last-child{border-right:0}.journey-summary strong{color:var(--green);font:500 40px Newsreader,serif}.journey-summary small,.profile-sheet small{color:var(--muted);font-size:12px}.destination-list{max-width:720px}.destination-list .section-title{margin-bottom:8px}.destination-list h2{margin:6px 0 0;color:var(--green-dark);font:500 30px Newsreader,serif}.path-entry{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid var(--line)}.path-dot{width:10px;height:10px;margin-top:6px;flex:0 0 auto;border-radius:50%;background:var(--lime)}.path-entry div{display:grid;gap:4px}.path-entry strong{color:var(--green-dark);font:500 19px Newsreader,serif}.path-entry small{color:var(--muted);font-size:12px}.profile-sheet{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:720px;padding:28px 0;border-bottom:1px solid var(--line)}.profile-sheet>div{display:grid;gap:7px}.profile-sheet strong{color:var(--green-dark);font:500 30px Newsreader,serif}.profile-sheet .primary-button{margin-top:0}.profile-links{display:grid;max-width:720px;padding-top:12px}.profile-links .text-button{justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);text-align:left}@keyframes page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.destination-page{min-height:calc(100vh - 130px);padding-top:4px}.page-intro{padding-top:10px;padding-bottom:28px}.page-intro h1{font-size:50px}.page-actions{display:grid;padding:20px 0 28px}.page-actions button{width:100%;justify-content:space-between}.destination-grid{grid-template-columns:1fr;gap:25px;padding:24px 0}.saved-preview{padding:22px 0 0;border-top:1px solid var(--line);border-left:0}.journey-summary{margin:25px 0 40px}.journey-summary>div{padding:15px 9px 15px 0}.journey-summary>div+div{padding-left:9px}.journey-summary strong{font-size:31px}.journey-summary small{font-size:10px}.profile-sheet{align-items:start;flex-direction:column}.profile-sheet .primary-button{width:100%;justify-content:space-between}}.lecture-modal-body{grid-template-columns:minmax(0,1fr)}.youtube-slot{display:grid;gap:9px;margin-top:17px;padding-top:16px;border-top:1px solid var(--line)}.youtube-embed{width:100%;aspect-ratio:16 / 9;border:0;background:#17241f}.bible-reading-page{max-width:760px;margin-top:12px;padding:26px 0 64px;border-top:1px solid var(--line);animation:page-in .28s ease both}.reader-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.reader-heading h2,.curation-suggestion h2{margin:9px 0 0;color:var(--green-dark);font:500 34px/1.05 Newsreader,serif}.page-bible-copy{display:grid;gap:18px;padding:8px 0 26px}.page-bible-copy p{display:grid;grid-template-columns:28px 1fr;gap:14px;margin:0;color:var(--green-dark);font:500 20px/1.55 Newsreader,serif}.page-bible-copy p span{color:#95ac50;font:500 12px DM Mono,monospace;padding-top:5px}.curation-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0 12px}.curation-toolbar .secondary-button{flex-shrink:0}.curation-list{border-top:1px solid var(--line)}.curation-list .lecture-row{padding:18px 4px}.curation-suggestion{max-width:600px;margin-top:50px;padding-top:24px;border-top:1px solid var(--line)}.curation-suggestion .text-button{margin-top:15px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #b8d75e;outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:760px){.reader-heading{align-items:start;flex-direction:column}.reader-heading h2{font-size:30px}.page-bible-copy p{font-size:19px}.curation-toolbar{align-items:start;flex-direction:column}.curation-toolbar .secondary-button{width:100%;justify-content:space-between}}.bible-version-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.bible-version-card>div{display:grid;gap:5px}.bible-version-card strong{color:var(--green-dark);font:600 22px Newsreader,serif}.bible-version-card small{color:var(--muted)}.bible-settings-modal{max-width:520px}.settings-intro{margin:0 0 18px;color:var(--muted);line-height:1.55}.bible-version-options{display:grid;gap:10px}.bible-version-option{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding:15px 16px;border:1px solid var(--line);background:var(--paper);color:var(--ink);text-align:left;cursor:pointer}.bible-version-option.selected{border-color:var(--green);background:#f4f5ec}.bible-version-option>span:first-child{display:grid;gap:3px}.bible-version-option strong{color:var(--green-dark)}.bible-version-option small{color:var(--muted)}.version-check{color:var(--green);font-size:20px;font-weight:700}@media(max-width:600px){.bible-version-card{align-items:flex-start;flex-direction:column;gap:12px}}.lecture-reading-copy{display:grid;gap:13px;margin-top:24px;padding:26px 24px 28px;border-top:2px solid #122e55;background:#f7f5ed}.lecture-reading-copy h4{margin:0 0 7px;color:#122e55;font:600 27px/1.08 Newsreader,serif}.lecture-reading-copy h5{margin:13px 0 0;color:#122e55;font:600 16px/1.2 DM Sans,sans-serif}.lecture-reading-copy p{margin:0;color:#334638;font:400 17px/1.58 Newsreader,serif}.lecture-reading-copy .lecture-reading-list{padding-left:20px;position:relative}.lecture-reading-copy .lecture-reading-list:before{content:"•";position:absolute;left:3px;color:#d49f3f;font:700 18px DM Sans,sans-serif}.lecture-edit{margin-top:24px;border-top:1px solid var(--line);padding-top:15px}.lecture-edit summary{color:var(--green);cursor:pointer;font-size:12px;font-weight:600}.lecture-edit textarea{width:100%;min-height:210px;margin-top:14px;padding:14px;resize:vertical;border:1px solid var(--line);color:var(--green-dark);background:#fff;font:14px/1.5 DM Sans,sans-serif}.study-response{margin-top:28px;padding-top:24px;border-top:2px solid #d8dbd1}.study-response h4{margin:8px 0 15px;color:var(--green-dark);font:600 26px Newsreader,serif}.study-response>textarea{width:100%;min-height:112px;padding:15px;resize:vertical;border:1px solid var(--line);outline:0;color:var(--green-dark);background:#fffdf8;font:500 18px/1.35 Newsreader,serif}.study-response-actions{display:grid;gap:8px;margin-top:11px}.compact-audio{width:100%;min-height:72px;padding:12px 14px}.compact-audio strong{font-size:17px}.compact-audio small{max-width:none}@media(max-width:600px){.study-response{margin-top:23px;padding-top:20px}.study-response>textarea{min-height:105px;font-size:17px}}.auth-screen{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);background:#122e55}.auth-panel{display:flex;flex-direction:column;justify-content:center;width:min(510px,calc(100% - 48px));margin:0 auto;padding:50px 0;background:#fbfaf6}.auth-brand{display:flex;align-items:center;gap:10px;color:#122e55;font-weight:700}.auth-panel>.eyebrow{margin-top:90px;color:#9b7a39}.auth-panel h1{margin:12px 0 18px;color:#122e55;font:500 clamp(48px,6vw,76px)/.9 "Newsreader",serif;letter-spacing:-.06em}.auth-copy{max-width:360px;margin:0;color:#687267;font-size:14px;line-height:1.6}.auth-form{display:grid;gap:16px;max-width:370px;margin-top:34px}.auth-form label,.password-section .setting-field{display:grid;gap:7px}.auth-form label span,.password-section .setting-field span{color:#52604f;font-size:12px;font-weight:600}.auth-form input{width:100%;min-height:48px;padding:0 14px;border:1px solid #cdd3c7;background:#fff;color:#122e55;outline:0}.auth-error{margin:0;color:#a3544d;font-size:12px}.auth-form .primary-button{justify-content:center;margin-top:7px;min-height:48px}.auth-secondary{display:flex;flex-wrap:wrap;gap:17px;max-width:370px;margin-top:20px}.auth-secondary button{padding:0;color:#9a9f95;background:transparent;font-size:11px;text-decoration:underline}.auth-secondary small{flex-basis:100%;color:#9a9f95;font-size:10px}.auth-quote{display:flex;flex-direction:column;justify-content:end;padding:70px 12%;color:#f6f4e9;background:#122e55}.auth-quote>span{color:#e7b557;font:150px/.5 Newsreader,serif}.auth-quote p{max-width:360px;margin:0 0 25px;font:500 clamp(32px,4vw,56px)/.98 "Newsreader",serif;letter-spacing:-.05em}.auth-quote small{color:#ffffff8c;font:10px DM Mono,monospace;letter-spacing:.12em}.auth-loading{min-height:100vh;display:grid;place-items:center;color:#122e55;background:#fbfaf6;font:500 20px Newsreader,serif}.password-section{display:grid;gap:12px;margin:24px 0;padding-top:22px;border-top:1px solid var(--line)}@media(max-width:760px){.auth-screen{display:block}.auth-panel{width:calc(100% - 44px);min-height:100vh;padding:32px 0 44px}.auth-panel>.eyebrow{margin-top:76px}.auth-quote{display:none}}@media(max-width:600px){.lecture-reading-copy{margin-top:18px;padding:20px 16px 22px}.lecture-reading-copy h4{font-size:24px}.lecture-reading-copy p{font-size:17px}}.bible-copy{display:grid;grid-template-columns:1fr;gap:18px;min-width:0}.bible-verse{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:12px;min-width:0}.bible-verse p{min-width:0;overflow-wrap:anywhere}.bible-modal,.bible-library-modal{max-height:calc(100dvh - 28px);overflow-y:auto}@media(max-width:600px){.modal-backdrop{align-items:start;padding:14px 10px;overflow-y:auto}.bible-modal{padding:22px 18px 18px}.bible-modal .modal-header h3{font-size:28px}.bible-copy{gap:20px}.bible-verse{grid-template-columns:27px minmax(0,1fr);gap:11px}.bible-copy p{font-size:19px;line-height:1.3}}.menu-trigger{position:absolute;left:28px;display:grid;gap:4px;width:38px;height:34px;padding:8px 9px;color:var(--green);background:transparent}.menu-trigger span{display:block;width:19px;height:2px;background:currentColor;transition:transform .2s ease}.topbar{height:76px;background:#fbfaf6}.sidebar{width:264px;padding:32px 22px 24px;background:#f1f0e9}.sidebar .brand{font-size:14px}.sidebar-rule{margin:34px 8px 25px;background:#d2d6c9}.side-nav{gap:7px}.nav-item{padding:14px;border-radius:4px;font-size:13px}.nav-item:hover,.nav-item.active{color:#122e55;background:#dfe6d6}.main-content{background:#fbfaf6}.content-wrap{width:min(1160px,calc(100% - 96px));padding:58px 0 90px}.greeting{margin-bottom:46px}.greeting h1{color:#122e55;font-size:clamp(43px,5vw,66px);letter-spacing:-.06em}.eyebrow,.section-kicker,.block-heading{color:#8c9187}.study-feature{min-height:430px;padding:38px 40px 31px;background:#122e55;border-left:8px solid #e1ad4b}.study-feature:after{border-color:#e1ad4b59}.feature-copy h2{font-size:clamp(50px,6vw,78px)}.primary-button{border-radius:2px;background:#e7b557}.primary-button:hover{background:#f0c975}.verse-block,.quick-block{padding:28px 26px;background:#f2f1ea;border-top-color:#122e55}.verse-text{font-size:28px;line-height:1.08}.quick-block{background:#e9eee4}.record-section,.recent-section{margin-top:70px}.section-title h3{color:#122e55;font-size:34px}.note-editor{background:#efeee7;border-top:3px solid #e1ad4b}.audio-box{background:#e0e9dc;border-left:3px solid #122e55}.recent-list{border-top:2px solid #122e55}.recent-item{padding:18px 7px}.mobile-nav{background:#122e55;border-top:0}.mobile-nav-item{color:#ffffffb3}.mobile-nav-item.active{color:#f0c975}.area-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#0b1c3475;animation:fade .18s ease}.area-menu{position:absolute;top:0;right:0;width:min(420px,92vw);height:100%;padding:32px 30px;background:#fbfaf6;box-shadow:-18px 0 50px #0b1c3429;animation:menu-in .25s ease}.area-menu-header{display:flex;justify-content:space-between;align-items:start;padding-bottom:25px;border-bottom:1px solid #d8dbd1}.area-menu-header h2{margin:8px 0 0;color:#122e55;font:500 38px Newsreader,serif;letter-spacing:-.04em}.area-menu-copy{margin:20px 0 23px;color:#7d827a;font-size:13px;line-height:1.5}.area-menu-list{display:grid;gap:3px}.area-menu-list button{display:grid;grid-template-columns:23px 1fr 16px;align-items:center;gap:13px;width:100%;padding:16px 4px;color:#52604f;background:transparent;border-bottom:1px solid #e4e4dc;text-align:left}.area-menu-list button:hover,.area-menu-list button.active{color:#122e55}.area-menu-list button>span{display:grid;gap:4px}.area-menu-list strong{font-size:14px}.area-menu-list small{color:#92978e;font-size:11px}@keyframes menu-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media(max-width:760px){.menu-trigger{left:14px}.topbar{padding-left:61px}.content-wrap{width:auto;padding:35px 22px 100px}.study-feature{min-height:420px;padding:29px 25px 25px}.area-menu{width:min(390px,94vw);padding:25px 22px}}
