@charset "UTF-8";.VideoPlayer{position:relative;width:100%;border-radius:16px;overflow:hidden;background-color:#1a1a1a}.VideoPlayer__video{display:block;width:100%;pointer-events:none}.VideoPlayer__video::-webkit-media-controls{display:none!important}.VideoPlayer__video::-webkit-media-controls-enclosure{display:none!important}.VideoPlayer--state-idle .VideoPlayer__video,.VideoPlayer--state-paused .VideoPlayer__video,.VideoPlayer--state-ended .VideoPlayer__video,.VideoPlayer--state-playing .VideoPlayer__video{pointer-events:auto;cursor:pointer}.VideoPlayer__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:77px;height:77px;border-radius:50%;background-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background-color .15s ease;-webkit-user-select:none;user-select:none}.VideoPlayer__play-button svg{margin-left:4px}.VideoPlayer__play-button:hover{transform:translate(-50%,-50%) scale(1.05);background-color:#ffffff4d}.VideoPlayer__play-button:active{transform:translate(-50%,-50%) scale(.95);background-color:#ffffff40}.VideoPlayer__replay-button{position:absolute;bottom:56px;right:16px;width:55px;height:55px;border-radius:50%;background-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background-color .15s ease;-webkit-user-select:none;user-select:none}.VideoPlayer__replay-button:hover{transform:scale(1.05);background-color:#ffffff4d}.VideoPlayer__replay-button:active{transform:scale(.95);background-color:#ffffff40}.VideoPlayer__volume-control{position:absolute;bottom:56px;left:16px;display:flex;flex-direction:column;align-items:center}.VideoPlayer__mute-button{width:44px;height:44px;border-radius:50%;background-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background-color .15s ease;-webkit-user-select:none;user-select:none;flex-shrink:0}.VideoPlayer__mute-button:hover{transform:scale(1.05);background-color:#ffffff4d}.VideoPlayer__mute-button:active{transform:scale(.95);background-color:#ffffff40}.VideoPlayer__volume-slider{width:4px;height:0;background-color:#ffffff4d;border-radius:2px;cursor:pointer;position:relative;overflow:visible;opacity:0;transition:height .2s ease,opacity .2s ease,margin-bottom .2s ease;margin-bottom:0}.VideoPlayer__volume-slider--visible{height:80px;opacity:1;margin-bottom:8px}.VideoPlayer__volume-slider:hover{width:6px}.VideoPlayer__volume-slider-fill{position:absolute;bottom:0;left:0;width:100%;background-color:#6c47ff;border-radius:2px;pointer-events:none}.VideoPlayer__volume-slider-handle{position:absolute;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50%;transform:translate(-50%) scale(0);opacity:0;pointer-events:none;box-shadow:0 2px 4px #0000004d}.VideoPlayer__scrubber{position:absolute;bottom:16px;left:16px;right:16px;height:4px;background-color:#ffffff4d;border-radius:2px;cursor:pointer;transition:height .15s ease}.VideoPlayer__scrubber:hover{height:6px}.VideoPlayer__scrubber-progress{position:absolute;top:0;left:0;height:100%;background-color:#6c47ff;border-radius:2px;pointer-events:none}.VideoPlayer__scrubber-handle{position:absolute;top:50%;width:14px;height:14px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%) scale(0);opacity:0;pointer-events:none;box-shadow:0 2px 4px #0000004d}.Modal{position:fixed;z-index:1000;background:#272529;overflow-y:auto}.Modal:focus{outline:none}.Modal--fullscreen{inset:0;border-radius:0;padding:40px 24px 24px;animation:modalSlideUpFullscreen .3s ease-out}.Modal--menu{left:0;right:0;bottom:0;max-height:90vh;border-radius:16px 16px 0 0;padding:20px 24px 24px;animation:modalSlideUpMenu .3s ease-out}.Modal__overlay{position:fixed;inset:0;background:#0009;animation:modalFadeIn .2s ease-out}.Modal__close-container{display:flex;justify-content:center;margin-bottom:16px}.Modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#ffffffb3;transition:color .15s ease}.Modal__close:hover{color:#ffffffe6}.Modal__close:focus{outline:none}.Modal__close:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.Modal__aria-title,.Modal__aria-description{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes modalSlideUpFullscreen{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes modalSlideUpMenu{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.BulletTextInput{width:100%;position:relative;padding:16px}.BulletTextInput--fill{flex:1;display:flex;flex-direction:column;min-height:0}.BulletTextInput__editor-container{position:relative;width:100%}.BulletTextInput__click-area{flex:1;min-height:100px;cursor:text}.BulletTextInput__editor{width:100%;min-height:24px;background:transparent;border:none;outline:none;color:#fff;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;line-height:1.5;caret-color:#fff;word-break:break-word}.BulletTextInput__placeholder{position:absolute;top:0;left:0;color:#ffffff4d;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;line-height:1.5;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:1;transition:opacity .2s ease-in-out}.BulletTextInput__placeholder--hidden{opacity:0}.BulletTextInput__paragraph{margin:0}.BulletTextInput__list{margin:0;padding:0;list-style-position:inside}.BulletTextInput__list li::marker{color:#ffffff80}.BulletTextInput__list-item{margin:0;padding:0;color:#fff}.BulletTextInput--size-default .BulletTextInput__editor,.BulletTextInput--size-default .BulletTextInput__placeholder{font-size:17px;line-height:1.5}.BulletTextInput--size-large .BulletTextInput__editor,.BulletTextInput--size-large .BulletTextInput__placeholder{font-size:20px;line-height:1.5}.YoutubeStep__player[data-v-8906fd81]{width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.YoutubeStep__player iframe[data-v-8906fd81]{width:100%;height:100%;border:none}.YoutubeStep__error[data-v-8906fd81]{color:#ffffff80;font-size:14px;text-align:center;padding:24px}.ThemePlayer{position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer;user-select:none;-webkit-user-select:none;font-family:-apple-system,BlinkMacSystemFont,Open Sans,sans-serif}.ThemePlayer__token{opacity:0;margin:0;padding:0}.ThemePlayer__token--h1{font-size:2em;font-weight:700;margin-bottom:.4em}.ThemePlayer__token--h2{font-size:1.5em;font-weight:700;margin-bottom:.35em}.ThemePlayer__token--h3{font-size:1.25em;font-weight:600;margin-bottom:.3em}.ThemePlayer__token--h4{font-size:1.1em;font-weight:600;margin-bottom:.25em}.ThemePlayer__token--p{margin-bottom:.75em;line-height:1.6}.ThemePlayer__token--li{padding-left:1.2em;position:relative;margin-bottom:.3em}.ThemePlayer__token--li:before{content:"•";position:absolute;left:0;opacity:.6}.ThemePlayer__token--blockquote{padding-left:1em;border-left:3px solid rgba(255,255,255,.3);font-style:italic;margin-bottom:.75em;opacity:.8}.ThemePlayer__selection--bold{font-weight:700}.ThemePlayer__selection--highlight{background:#ffeb3b59;padding:0 .1em;border-radius:2px}.ThemePlayer__continue{position:absolute;bottom:32px;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:center;gap:8px;pointer-events:none;animation:tp-pulse 2s ease-in-out infinite}.ThemePlayer__continue-text{font-size:14px;font-weight:500;color:#fff9;letter-spacing:.03em}.ThemePlayer__continue-arrow{color:#fff9}.ThemePlayer__continue-fade-enter-active,.ThemePlayer__continue-fade-leave-active{transition:opacity .2s ease}.ThemePlayer__continue-fade-enter-from,.ThemePlayer__continue-fade-leave-to{opacity:0}.ThemePlayer__progress{position:absolute;top:16px;left:16px;width:calc(100% - 32px);z-index:100;pointer-events:none}.ThemePlayer__progress-track{position:relative;height:4px;border-radius:4px;background:#fff3;overflow:visible}.ThemePlayer__progress-fill{position:absolute;left:0;top:0;height:100%;border-radius:2px;background:#fff;transition:width 80ms linear}.ThemePlayer__progress-marker{position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);pointer-events:none}.ThemePlayer__progress-marker--passed{background:#fff}@keyframes tp-pulse{0%,to{opacity:1}50%{opacity:.4}}.ActivityPreviewPlayer{position:absolute;inset:0;background:#0a0a0f;font-family:-apple-system,BlinkMacSystemFont,Open Sans,sans-serif}.ActivityPreviewPlayer__block{position:absolute;inset:0;mask-image:linear-gradient(to bottom,transparent 0,black var(--preview-top-mask, 0px));-webkit-mask-image:linear-gradient(to bottom,transparent 0,black var(--preview-top-mask, 0px))}.ActivityPreviewPlayer__block .gf-track,.ActivityPreviewPlayer__block .bs-track,.ActivityPreviewPlayer__block .tw-track,.ActivityPreviewPlayer__block .nt-track,.ActivityPreviewPlayer__block .dr-content-wrap,.ActivityPreviewPlayer__block .theme-star-wars-crawl{translate:0 var(--peek-scroll-y, 0);will-change:translate}.ActivityPreviewPlayer__block--snap-back .gf-track,.ActivityPreviewPlayer__block--snap-back .bs-track,.ActivityPreviewPlayer__block--snap-back .tw-track,.ActivityPreviewPlayer__block--snap-back .dr-content-wrap,.ActivityPreviewPlayer__block--snap-back .theme-star-wars-crawl{transition:translate 1s cubic-bezier(.34,1.56,.64,1)}.ActivityPreviewPlayer__progress{position:absolute;left:16px;width:calc(100% - 32px);bottom:calc(env(safe-area-inset-bottom) + 34px);z-index:12;pointer-events:none}.ActivityPreviewPlayer__progress-track{position:relative;height:4px;border-radius:4px;background:#fff3}.ActivityPreviewPlayer__progress-fill{position:absolute;left:0;top:0;height:100%;border-radius:2px;background:#fff;transition:width 80ms linear}.ActivityPreviewPlayer__progress-marker{position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);pointer-events:none}.ActivityPreviewPlayer__progress-marker--passed{background:#fff}.ActivityPreviewPlayer__scrubber{position:absolute;left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 16px);height:40px;z-index:11}.ActivityPreviewPlayer__content-overlay{position:absolute;top:0;left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 56px);z-index:10}.ActivityPreviewPlayer__content-overlay--pass-through{pointer-events:none}.ActivityPreviewPlayer__continue{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 72px);left:50%;font-family:-apple-system,BlinkMacSystemFont,Open Sans,sans-serif;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffffeb;font-size:14px;font-weight:500;letter-spacing:.01em;pointer-events:none;z-index:13}.ActivityPreviewPlayer__continue-arrow{opacity:.85}.ActivityPreviewPlayer__continue-fade-enter-active,.ActivityPreviewPlayer__continue-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.ActivityPreviewPlayer__continue-fade-enter-from,.ActivityPreviewPlayer__continue-fade-leave-to{opacity:0;transform:translate(-50%,6px)}.LessonActivity__read-step{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.LessonActivity__read-step-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff9;font-size:14px}.ExegesisStep[data-v-07aebf19]{position:relative;width:100%;height:100%;overflow:hidden;color:#fff;-webkit-user-select:none;user-select:none;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif}.ExegesisStep__verse-container[data-v-07aebf19]{height:100%;overflow-y:auto;padding:120px 16px 24px;line-height:1.55;white-space:pre-wrap;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(to bottom,transparent 0,transparent 32px,black 120px,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,transparent 32px,black 120px,black 100%)}.ExegesisStep__verse-list[data-v-07aebf19]{display:flex;flex-direction:column;gap:1em;white-space:normal}.ExegesisStep__verse-row[data-v-07aebf19]{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:12px;align-items:start}.ExegesisStep__verse-number[data-v-07aebf19]{display:inline-flex;align-items:center;justify-content:center;margin-top:.06em;border-radius:999px;color:#ffffffb3;font-size:.8em;font-weight:700;line-height:1.2em;font-variant-numeric:tabular-nums}.ExegesisStep__verse-text[data-v-07aebf19]{min-width:0;white-space:normal}.ExegesisStep__text[data-v-07aebf19]{display:inline;white-space:inherit}.ExegesisStep__highlight[data-v-07aebf19]{display:inline;white-space:inherit;background:#ffffff4d;padding:.2em 0;border-radius:2px;line-height:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone;cursor:pointer}.ExegesisStep__highlight--visited[data-v-07aebf19]{background:#5680ff}.ExegesisStep__highlight--active[data-v-07aebf19]{background:#fff;color:#111215}.ExegesisStep__highlight--prompted[data-v-07aebf19]{animation:exegesis-highlight-pulse-07aebf19 2.1s cubic-bezier(.2,0,0,1) infinite}@keyframes exegesis-highlight-pulse-07aebf19{0%,to{background:#ffffff4d;box-shadow:0 0 #fff0}50%{background:#ffffff94;box-shadow:0 0 0 .28em #ffffff29}}@media(prefers-reduced-motion:reduce){.ExegesisStep__highlight--prompted[data-v-07aebf19]{animation:none;background:#ffffff94}}.ExegesisStep__empty[data-v-07aebf19]{padding:16px;text-align:center;opacity:.7}.ExegesisStep__overlay[data-v-07aebf19]{position:absolute;left:0;right:0;bottom:0;max-height:45vh;height:100%;display:flex;gap:16px;flex-direction:column;background:linear-gradient(to top,#000,#0003);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);padding:16px}.ExegesisStep__overlay-nav[data-v-07aebf19]{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px}.ExegesisStep__nav-btn[data-v-07aebf19]{width:44px;height:36px;border:0;border-radius:10px;background:#ffffff1f;color:#fff;font-size:22px;line-height:1}.ExegesisStep__nav-btn[data-v-07aebf19]:disabled{opacity:.35}.ExegesisStep__done-btn[data-v-07aebf19]{justify-self:center;border:0;border-radius:10px;height:36px;padding:0 14px;background:#ffffff1f;color:#fff;font-size:14px;font-weight:700}.ExegesisStep__overlay-body[data-v-07aebf19]{flex:1 1 0;overflow-y:auto;min-height:0}.ExegesisStep__note[data-v-07aebf19]{font-size:1.2em;line-height:1.5em;color:#fff}.ExegesisStep__note[data-v-07aebf19] p{margin:0 0 .6em}.ExegesisStep__note[data-v-07aebf19] p:last-child{margin-bottom:0}.ExegesisStep__note[data-v-07aebf19] strong{font-weight:700}.ExegesisStep__note[data-v-07aebf19] em{font-style:italic}.ExegesisStep__note[data-v-07aebf19] h1,.ExegesisStep__note[data-v-07aebf19] h2,.ExegesisStep__note[data-v-07aebf19] h3{font-weight:700;margin:0 0 .4em}.ExegesisStep__note[data-v-07aebf19] h1{font-size:1.3em}.ExegesisStep__note[data-v-07aebf19] h2{font-size:1.15em}.ExegesisStep__note[data-v-07aebf19] h3{font-size:1em}.ExegesisStep__note[data-v-07aebf19] ul,.ExegesisStep__note[data-v-07aebf19] ol{margin:0 0 .6em;padding-left:1.4em}.ExegesisStep__note[data-v-07aebf19] li{margin-bottom:.25em}.ExegesisStep__note[data-v-07aebf19] blockquote{margin:0 0 .6em;padding-left:.8em;border-left:2px solid rgba(255,255,255,.3);color:#ffffffb3}.ExegesisStep__note[data-v-07aebf19] code{font-family:monospace;font-size:.9em;background:#ffffff1a;padding:.1em .3em;border-radius:3px}.ExegesisStep__note[data-v-07aebf19] a{color:#7c9dff;text-decoration:underline}.exegesis-overlay-enter-active[data-v-07aebf19],.exegesis-overlay-leave-active[data-v-07aebf19]{transition:transform .22s ease,opacity .22s ease}.exegesis-overlay-enter-from[data-v-07aebf19],.exegesis-overlay-leave-to[data-v-07aebf19]{transform:translateY(20px);opacity:0}.LessonActivity__help-row[data-v-56d23b6b]{display:flex;align-items:center;gap:10px;width:100%;padding:12px 0;background:transparent;border:none;color:#ffffffd9;font-size:14px;font-weight:500;text-align:left;cursor:pointer}.LessonActivity__help-row-icon[data-v-56d23b6b]{color:#6c47ff;flex-shrink:0}.LessonActivity__help-row-title[data-v-56d23b6b]{flex:1}.LessonActivity__help-inline[data-v-56d23b6b]{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:4px;background:#6c47ff33}.LessonActivity__help-inline-title[data-v-56d23b6b]{font-size:14px;font-weight:600;color:#ffffffd9}.LessonActivity__help-inline-description[data-v-56d23b6b]{margin:0;font-size:15px;line-height:1.5;color:#ffffffb3;white-space:pre-wrap}.LessonActivity__help-modal-body[data-v-56d23b6b]{padding:24px 8px 0;color:#fff;text-align:left}.LessonActivity__help-modal-title[data-v-56d23b6b]{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.3}.LessonActivity__help-modal-description[data-v-56d23b6b]{margin:0;font-size:15px;line-height:1.5;color:#ffffffd9;white-space:pre-wrap}.LessonActivity{position:relative;width:100%;max-width:440px;height:100vh;height:100dvh;margin:0 auto;display:flex;flex-direction:column}.LessonActivity--read-fullscreen .LessonActivity__content{position:absolute;inset:0;z-index:0;overflow:hidden}.LessonActivity--read-fullscreen .LessonActivity__header{z-index:10}.LessonActivity--loading{align-items:center;justify-content:center;color:#fff}.LessonActivity--error{align-items:center;justify-content:center;padding:24px;gap:16px}.LessonActivity__error-message{color:#ef4444;text-align:center;font-size:16px}.LessonActivity__header{position:sticky;top:0;z-index:10;padding:0;display:flex;flex-direction:column;gap:8px}.LessonActivity__title{margin:0;padding:0 16px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:600;line-height:22px;color:#fff;text-align:center}.LessonActivity__step-indicator{padding:16px 16px 0}.LessonActivity__progress-bar{width:100%;height:4px;border-radius:2px;background:#fff3;overflow:hidden}.LessonActivity__progress-fill{height:100%;border-radius:4px;background:#fff;transition:width .3s ease}.LessonActivity__page-header{padding:0 16px}.LessonActivity__content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:auto}.LessonActivity__empty{color:#fff;padding:16px;text-align:center}.LessonActivity__video-step{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:16px;gap:16px}.LessonActivity__scripture-step{flex:1;display:flex;flex-direction:column;padding:24px 0;overflow-y:auto;gap:32px}.LessonActivity__read-block{display:flex;flex-direction:column}.LessonActivity__read-block-sequential{display:flex;flex-direction:column;flex:1}.LessonActivity__block-progress{text-align:center;font-size:12px;color:#ffffff80;padding:8px 0;letter-spacing:1px;text-transform:uppercase}.LessonActivity__read-text{padding:0 16px;display:flex;flex-direction:column;gap:8px}.LessonActivity__read-text-title{font-family:SF Pro Text,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#ffffffb3}.LessonActivity__read-text-content{font-family:SF Pro Text,-apple-system,sans-serif;font-size:17px;line-height:1.6;color:#ffffffe6;white-space:pre-wrap}.LessonActivity__input-step{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.LessonActivity__complete-step{flex:1;display:flex;flex-direction:column;padding:16px}.LessonActivity__complete-content{flex:1;display:flex;align-items:center;justify-content:center}.LessonActivity__complete-action{padding-top:16px;padding-bottom:16px}
