.MobileBibleViewer-module__vadcLG__mobileBibleViewer{color:#fff;background-color:#000;flex-direction:column;height:100%;display:flex;overflow:hidden}.MobileBibleViewer-module__vadcLG__mobileHeader{background-color:#000;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;padding:12px 16px}.MobileBibleViewer-module__vadcLG__mainHeaderRow{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.MobileBibleViewer-module__vadcLG__bookTitle h2{color:#fff;margin:0;font-size:18px;font-weight:600;line-height:1.2}.MobileBibleViewer-module__vadcLG__verseCount{color:#4caf50;font-size:12px;font-weight:500}.MobileBibleViewer-module__vadcLG__expandToggle{color:#fff;cursor:pointer;background-color:#333;border:1px solid #555;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.MobileBibleViewer-module__vadcLG__expandToggle:hover{background-color:#444;border-color:#666}.MobileBibleViewer-module__vadcLG__expandedContent{margin-top:12px;animation:.3s ease-out MobileBibleViewer-module__vadcLG__slideDown}.MobileBibleViewer-module__vadcLG__modeRow{justify-content:center;gap:8px;margin-bottom:12px;display:flex}.MobileBibleViewer-module__vadcLG__modeButton{color:#fff;cursor:pointer;background-color:#222;border:1px solid #444;border-radius:6px;flex:1;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s}.MobileBibleViewer-module__vadcLG__modeButton:hover{background-color:#333;border-color:#666}.MobileBibleViewer-module__vadcLG__modeButton.MobileBibleViewer-module__vadcLG__active{color:#fff;background-color:#4caf50;border-color:#4caf50}.MobileBibleViewer-module__vadcLG__navigationButtons{align-items:flex-end;gap:6px;display:flex}.MobileBibleViewer-module__vadcLG__navButton{color:#fff;cursor:pointer;background-color:#222;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.MobileBibleViewer-module__vadcLG__navButton:hover:not(:disabled){background-color:#333;border-color:#666}.MobileBibleViewer-module__vadcLG__navButton:disabled{opacity:.3;cursor:not-allowed}.MobileBibleViewer-module__vadcLG__controlsRow{align-items:flex-end;gap:8px;margin-bottom:12px;display:flex}.MobileBibleViewer-module__vadcLG__chapterSelect,.MobileBibleViewer-module__vadcLG__verseSelect{flex-direction:column;flex:1;gap:4px;display:flex}.MobileBibleViewer-module__vadcLG__chapterSelect label,.MobileBibleViewer-module__vadcLG__verseSelect label{color:#ccc;font-size:11px;font-weight:500}.MobileBibleViewer-module__vadcLG__chapterSelect select,.MobileBibleViewer-module__vadcLG__verseSelect select{color:#fff;background-color:#222;border:1px solid #444;border-radius:4px;padding:6px 8px;font-size:13px}.MobileBibleViewer-module__vadcLG__searchRow{gap:8px;display:flex}.MobileBibleViewer-module__vadcLG__searchInput{color:#fff;background-color:#222;border:1px solid #444;border-radius:6px;flex:1;padding:8px 12px;font-size:14px}.MobileBibleViewer-module__vadcLG__searchInput::placeholder{color:#888}.MobileBibleViewer-module__vadcLG__searchButton{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.MobileBibleViewer-module__vadcLG__searchButton:hover{background-color:#45a049}@keyframes MobileBibleViewer-module__vadcLG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MobileBibleViewer-module__vadcLG__versesContainer{flex:1;padding:0;overflow-y:auto}.MobileBibleViewer-module__vadcLG__loading{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__loadingSpinner{border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite MobileBibleViewer-module__vadcLG__spin}@keyframes MobileBibleViewer-module__vadcLG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MobileBibleViewer-module__vadcLG__error{color:#ff6b6b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__errorIcon{font-size:48px}.MobileBibleViewer-module__vadcLG__noChapterSelected{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__noChapterIcon{opacity:.7;font-size:64px}.MobileBibleViewer-module__vadcLG__noChapterTitle{color:#fff;margin:0;font-size:24px;font-weight:600}.MobileBibleViewer-module__vadcLG__noChapterText{color:#ccc;margin:0;font-size:16px;line-height:1.5}.MobileBibleViewer-module__vadcLG__noChapterText strong{color:#fff;font-weight:600}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar{width:6px}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-track{background:#000}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width:480px){.MobileBibleViewer-module__vadcLG__modeControls,.MobileBibleViewer-module__vadcLG__chapterNavigation{padding:10px 12px}.MobileBibleViewer-module__vadcLG__loading,.MobileBibleViewer-module__vadcLG__error,.MobileBibleViewer-module__vadcLG__noChapterSelected{padding:40px 16px}.MobileBibleViewer-module__vadcLG__noChapterIcon{font-size:48px}.MobileBibleViewer-module__vadcLG__noChapterTitle{font-size:20px}.MobileBibleViewer-module__vadcLG__noChapterText{font-size:14px}.MobileBibleViewer-module__vadcLG__loadingSpinner{width:32px;height:32px}.MobileBibleViewer-module__vadcLG__errorIcon{font-size:40px}}@media (max-width:360px){.MobileBibleViewer-module__vadcLG__modeControls,.MobileBibleViewer-module__vadcLG__chapterNavigation{padding:8px 10px}.MobileBibleViewer-module__vadcLG__loading,.MobileBibleViewer-module__vadcLG__error,.MobileBibleViewer-module__vadcLG__noChapterSelected{padding:30px 12px}.MobileBibleViewer-module__vadcLG__noChapterIcon{font-size:40px}.MobileBibleViewer-module__vadcLG__noChapterTitle{font-size:18px}.MobileBibleViewer-module__vadcLG__noChapterText{font-size:13px}}
.MobileFooter-module__-z-6IG__mobileFooter{color:#fff;background:#000;border-top:1px solid #fff;margin-top:auto;padding:16px 12px}.MobileFooter-module__-z-6IG__footerContent{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.MobileFooter-module__-z-6IG__logoContainer{justify-content:center;align-items:center;display:flex}.MobileFooter-module__-z-6IG__copyright{color:#fff;font-size:12px;font-weight:500}.MobileFooter-module__-z-6IG__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.MobileFooter-module__-z-6IG__link{color:#fff;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;text-decoration:none;transition:background-color .2s}.MobileFooter-module__-z-6IG__link:hover{background-color:#333;text-decoration:none}.MobileFooter-module__-z-6IG__emailContainer{justify-content:center;align-items:center;display:flex}.MobileFooter-module__-z-6IG__email{color:#fff;word-break:break-all;border-radius:4px;padding:4px 8px;font-size:11px;text-decoration:none;transition:all .2s}.MobileFooter-module__-z-6IG__email:hover{background-color:#333;text-decoration:none}.MobileFooter-module__-z-6IG__whatsapp{color:#25d366;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s}.MobileFooter-module__-z-6IG__whatsapp:hover{color:#fff;background-color:#1a9f4a;text-decoration:none}@media (max-width:480px){.MobileFooter-module__-z-6IG__mobileFooter{padding:12px 8px}.MobileFooter-module__-z-6IG__footerContent{gap:10px}.MobileFooter-module__-z-6IG__copyright{font-size:11px}.MobileFooter-module__-z-6IG__link,.MobileFooter-module__-z-6IG__email,.MobileFooter-module__-z-6IG__whatsapp{padding:3px 6px;font-size:10px}.MobileFooter-module__-z-6IG__links{gap:12px}}
.MobileLayout-module__EdtAja__mobileLayout{color:#fff;background-color:#000;flex-direction:column;height:100vh;display:flex;overflow:hidden}.MobileLayout-module__EdtAja__mainContent{background-color:#000;flex:1;margin-top:60px;margin-bottom:0;padding:0;overflow-y:auto}.MobileLayout-module__EdtAja__overlay{z-index:999;opacity:0;background-color:rgba(0,0,0,.5);animation:.3s forwards MobileLayout-module__EdtAja__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes MobileLayout-module__EdtAja__fadeIn{0%{opacity:0}to{opacity:1}}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar{width:6px}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-track{background:#000}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width:480px){.MobileLayout-module__EdtAja__mainContent{margin-top:60px}}
.DeviceLoadingScreen-module__gniE_G__loadingContainer{z-index:10000;background:linear-gradient(135deg,#000 0%,#111 100%);justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.DeviceLoadingScreen-module__gniE_G__loadingContent{text-align:center;flex-direction:column;align-items:center;width:90%;max-width:400px;padding:40px 20px;display:flex}.DeviceLoadingScreen-module__gniE_G__logoContainer{margin-bottom:60px}.DeviceLoadingScreen-module__gniE_G__logo{color:#fff;text-shadow:0 0 20px rgba(255,255,255,.3);margin:0 0 20px;font-family:Times New Roman,serif;font-size:80px;animation:2s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__logoGlow}@keyframes DeviceLoadingScreen-module__gniE_G__logoGlow{0%{text-shadow:0 0 20px rgba(255,255,255,.3)}to{text-shadow:0 0 30px rgba(255,255,255,.6)}}.DeviceLoadingScreen-module__gniE_G__title{color:#fff;letter-spacing:-.5px;margin:0 0 10px;font-size:32px;font-weight:700}.DeviceLoadingScreen-module__gniE_G__subtitle{color:#ccc;opacity:.8;margin:0;font-size:16px}.DeviceLoadingScreen-module__gniE_G__progressContainer{width:100%;margin-bottom:40px}.DeviceLoadingScreen-module__gniE_G__progressBar{background-color:rgba(255,255,255,.2);border-radius:3px;width:100%;height:6px;margin-bottom:16px;overflow:hidden}.DeviceLoadingScreen-module__gniE_G__progressFill{background:linear-gradient(90deg,#fff 0%,#ccc 100%);border-radius:3px;height:100%;transition:width .8s;box-shadow:0 0 10px rgba(255,255,255,.3)}.DeviceLoadingScreen-module__gniE_G__progressText{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;transition:all .5s}.DeviceLoadingScreen-module__gniE_G__welcomeText{animation:1s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__welcomeGlow;color:#fff!important;text-shadow:0 0 10px rgba(255,255,255,.5)!important;font-size:16px!important;font-weight:600!important}.DeviceLoadingScreen-module__gniE_G__studyText{animation:1s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__studyFade;color:#ccc!important;font-size:15px!important;font-style:italic!important;font-weight:500!important}@keyframes DeviceLoadingScreen-module__gniE_G__welcomeGlow{0%{text-shadow:0 0 10px rgba(255,255,255,.5)}to{text-shadow:0 0 15px rgba(255,255,255,.8)}}@keyframes DeviceLoadingScreen-module__gniE_G__studyFade{0%{opacity:.8}to{opacity:1}}.DeviceLoadingScreen-module__gniE_G__progressPercent{color:#ccc;font-family:monospace;font-size:12px}.DeviceLoadingScreen-module__gniE_G__loadingAnimation{align-items:center;gap:8px;display:flex}.DeviceLoadingScreen-module__gniE_G__loadingDot{background-color:#fff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both DeviceLoadingScreen-module__gniE_G__loadingBounce}.DeviceLoadingScreen-module__gniE_G__loadingDot:first-child{animation-delay:-.32s}.DeviceLoadingScreen-module__gniE_G__loadingDot:nth-child(2){animation-delay:-.16s}.DeviceLoadingScreen-module__gniE_G__loadingDot:nth-child(3){animation-delay:0s}@keyframes DeviceLoadingScreen-module__gniE_G__loadingBounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:480px){.DeviceLoadingScreen-module__gniE_G__loadingContent{padding:30px 15px}.DeviceLoadingScreen-module__gniE_G__logo{margin-bottom:15px;font-size:60px}.DeviceLoadingScreen-module__gniE_G__title{font-size:24px}.DeviceLoadingScreen-module__gniE_G__subtitle{font-size:14px}.DeviceLoadingScreen-module__gniE_G__logoContainer{margin-bottom:40px}.DeviceLoadingScreen-module__gniE_G__progressContainer{margin-bottom:30px}}
.ResizeHandle{touch-action:none;background:#fff;justify-content:center;align-items:center;width:1px;transition:background-color .2s;display:flex}[data-theme=light] .ResizeHandle{background:#000!important}[data-theme=blue] .ResizeHandle{background:#60a5fa!important}[data-theme=green] .ResizeHandle{background:#10b981!important}[data-theme=purple] .ResizeHandle{background:#a855f7!important}.ResizeHandle:hover{width:2px}.ResizeHandle:active,.ResizeHandle:hover{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:none) and (pointer:coarse){.ResizeHandle{cursor:col-resize;background:#fff;width:8px}.ResizeHandle:hover{background:#fff;width:10px}[data-theme=light] .ResizeHandle,[data-theme=light] .ResizeHandle:hover{background:#000!important}[data-theme=blue] .ResizeHandle,[data-theme=green] .ResizeHandle,[data-theme=purple] .ResizeHandle{background:#fff!important}}
