html{background:#111315;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;min-height:100vh}:root{--background:#f5f7fa;--surface:#fff;--surface-secondary:#eef2f6;--surface-hover:#e8eef4;--sidebar:#1a2738;--sidebar-hover:#294d7a;--sidebar-text:#fff;--sidebar-text-muted:#d4dce5;--text-primary:#1f2933;--text-secondary:#66727f;--border:#d7dde4;--accent:#2f6f9f;--selection:#dceaf5;--selection-hover:#edf3f8;--input-background:#fff}[data-theme=dark]{--background:#11161d;--surface:#18202a;--surface-secondary:#202a35;--surface-hover:#263240;--text-primary:#edf2f7;--text-secondary:#aab5c0;--border:#34404d;--accent:#6fa8d4;--selection:#29475f;--selection-hover:#22384b;--input-background:#151d26}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.app-shell{background:var(--background);min-height:100vh;color:var(--text-primary);display:flex}.mobile-header,.mobile-navigation-backdrop,.sidebar-drawer-close{display:none}.anonymous-merge-backdrop{z-index:1000;background:#0f172a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.anonymous-merge-prompt{border:1px solid var(--border);background:var(--surface);width:min(460px,100%);color:var(--text-primary);border-radius:14px;padding:28px;box-shadow:0 24px 60px #0f172a47}.anonymous-merge-prompt h2{margin:4px 0 16px;font-family:Georgia,Times New Roman,serif}.anonymous-merge-warning,.anonymous-merge-note{color:var(--text-secondary);line-height:1.5}.anonymous-merge-actions{gap:10px;margin:22px 0 12px;display:flex}.anonymous-merge-actions button{border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:9px 14px}.anonymous-merge-actions button:first-child{border-color:var(--accent);background:var(--accent);color:#fff}.anonymous-merge-actions button:disabled{cursor:wait;opacity:.65}.sidebar{background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;width:220px;padding:28px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:.18em;color:var(--sidebar-text);margin-bottom:36px;font-size:1.35rem;font-weight:700}.sidebar-header{justify-content:space-between;align-items:flex-start;display:flex}.nav{scrollbar-width:thin;flex-direction:column;flex:auto;gap:6px;min-height:0;display:flex;overflow-y:auto}.help-page{width:min(1180px,100%);margin:0 auto;padding:42px 48px 72px}.legal-page{width:min(860px,100%);margin:0 auto;padding:42px 48px 72px}.legal-page-header{margin-bottom:30px}.legal-page-header>div>p:last-child{max-width:700px}.legal-content{border-top:1px solid var(--border)}.legal-section{border-bottom:1px solid var(--border);padding:28px 0}.legal-section h2{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.legal-section p{margin:0;line-height:1.65}.legal-section p+p{margin-top:12px}.legal-section a{color:var(--accent)}.help-header{margin-bottom:30px}.help-header p:last-child{max-width:700px}.help-layout{grid-template-columns:minmax(210px,250px) minmax(0,1fr);align-items:start;gap:44px;display:grid}.help-index{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:20px 22px;position:sticky;top:28px}.help-index ol{margin:14px 0 0;padding-left:22px}.help-index li{color:var(--text-secondary);margin:7px 0}.help-index a,.help-section a{color:var(--accent);text-decoration:none}.help-index a:hover,.help-section a:hover{text-decoration:underline}.help-content{min-width:0}.help-section{border-bottom:1px solid var(--border);margin:0 0 34px;padding:0 0 34px;scroll-margin-top:24px}.help-section:last-child{border-bottom:0}.help-section h2{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:1.7rem}.help-section h3{margin:0 0 8px;font-size:1rem}.help-section p,.help-section li,.help-section dd{line-height:1.65}.help-section ul,.help-section ol{padding-left:23px}.help-section li+li{margin-top:7px}.help-tip{border-left:3px solid var(--accent);background:var(--surface-secondary);padding:12px 15px}.help-definition-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;display:grid}.help-definition-list div{border-top:1px solid var(--border);padding-top:10px}.help-definition-list dt{font-weight:700}.help-definition-list dd{color:var(--text-secondary);margin:3px 0 0}.help-resource{border-top:1px solid var(--border);padding:16px 0}.help-resource p{margin:7px 0 0}.help-back-link{margin-top:10px;font-size:.82rem;display:inline-block}@media (width<=900px){.help-page,.legal-page{padding:30px 28px 56px}.help-layout{grid-template-columns:1fr;gap:34px}.help-index{position:static}}@media (width<=600px){.help-page,.legal-page{padding-inline:20px}.help-definition-list{grid-template-columns:1fr}}.nav-item{width:100%;color:var(--sidebar-text-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:11px 12px}.nav-item:hover,.nav-item.active{background:var(--sidebar-hover);color:var(--sidebar-text)}.sidebar a.nav-item{text-decoration:none;display:block}.auth-page{background:var(--background);min-height:100vh;color:var(--text-primary)}.auth-brand-bar{background:var(--sidebar);justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:18px clamp(22px,5vw,72px);display:flex}.auth-brand,.auth-study-link{color:var(--sidebar-text);text-decoration:none}.auth-brand{letter-spacing:.18em;font-size:1.25rem;font-weight:700}.auth-study-link{color:var(--sidebar-text-muted)}.auth-main{width:min(100%,560px);margin:0 auto;padding:clamp(42px,8vh,84px) 22px 72px}.auth-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:clamp(26px,5vw,42px);box-shadow:0 18px 50px #14223117}.auth-eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;font-size:.75rem;font-weight:700}.auth-card h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,6vw,2.7rem)}.auth-card h1+.auth-form,.auth-card h1+.auth-confirmation,.auth-card h1+.auth-status{margin-top:26px}.auth-introduction{color:var(--text-secondary);margin:14px 0 26px;line-height:1.6}.auth-form,.auth-confirmation{gap:18px;display:grid}.auth-field{gap:7px;display:grid}.auth-field label{font-size:.9rem;font-weight:700}.auth-field input{border:1px solid var(--border);background:var(--input-background);width:100%;min-height:44px;color:var(--text-primary);border-radius:7px;padding:10px 12px}.auth-field input:focus{outline:2px solid color-mix(in srgb, var(--accent) 40%, transparent);border-color:var(--accent)}.auth-password-field{position:relative}.auth-password-field input{padding-right:66px}.auth-password-toggle{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:5px 7px;position:absolute;inset:50% 8px auto auto;transform:translateY(-50%)}.auth-field-hint,.auth-anonymous-note,.auth-switch,.auth-status{color:var(--text-secondary);font-size:.9rem}.auth-field-hint{margin:-11px 0 0}.auth-submit{width:100%;margin-top:4px}.auth-submit:disabled,.auth-link-button:disabled{opacity:.65;cursor:wait}.auth-error,.auth-success{border-radius:7px;margin:0;padding:11px 13px;font-size:.9rem;line-height:1.45}.auth-error{color:#8e2f2f;background:#fff1f1;border:1px solid #d7a2a2}.auth-success{color:#28643a;background:#effaf2;border:1px solid #9ac6a8}.auth-switch,.auth-anonymous-note{text-align:center;margin:20px 0 0}.auth-switch a,.auth-anonymous-note a,.auth-confirmation a,.auth-text-link{color:var(--accent)}.auth-link-button{justify-content:center;align-items:center;width:fit-content;text-decoration:none;display:inline-flex}.auth-link-button.primary-button{color:#fff}.auth-confirmation p{margin:0;line-height:1.6}.auth-confirmation h2{margin:0}@media (width<=540px){.auth-brand-bar{flex-direction:column;align-items:flex-start;gap:8px}.auth-main{padding-top:28px}}.sidebar-bottom{flex-direction:column;gap:6px;margin-top:auto;display:flex}.sidebar-auth-error{color:#efb3b3;margin:4px 12px 0;font-size:.78rem;line-height:1.35}.sidebar-bookmarks-toggle{grid-template-columns:1fr auto auto;align-items:center;gap:8px;display:grid}.sidebar-bookmark-count{text-align:center;background:#ffffff1f;border-radius:999px;min-width:21px;padding:2px 6px;font-size:.72rem}.sidebar-bookmark-list{border-left:1px solid #ffffff2e;margin:2px 0 4px 10px}.sidebar-bookmark-list>button{width:100%;color:var(--sidebar-text-muted);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 10px;display:flex}.sidebar-bookmark-list>button:hover{color:var(--sidebar-text);background:#ffffff14}.sidebar-bookmark-list p{color:var(--sidebar-text-muted);margin:0;padding:9px 10px;font-size:.8rem;line-height:1.4}.bookmark-icon{flex:none;display:block}.dashboard{width:100%;padding:36px clamp(28px,5vw,76px)}.dashboard-header{max-width:720px;margin-bottom:22px}.eyebrow,.card-label{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700}.dashboard-header h1{margin:8px 0 10px;font-size:clamp(1.85rem,3vw,2.8rem);font-weight:600}.intro,.continue-card p,.panel p{color:var(--text-secondary);line-height:1.6}.continue-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:18px;padding:20px 24px;display:flex}.continue-card h2{margin:8px 0 4px}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:12px 18px;font-weight:700}.quick-passage{margin-bottom:18px}.quick-passage label{color:var(--text-secondary);margin-bottom:9px;font-size:.9rem;display:block}.quick-passage input{border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--text-primary);border-radius:9px;outline:none;padding:14px 16px}.quick-passage input:focus{border-color:var(--accent)}.quick-passage-row{gap:10px;display:flex}.quick-passage-combobox{width:100%;position:relative}.quick-passage-suggestions{z-index:10;border:1px solid var(--border);background:var(--surface);border-radius:9px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 10px 24px #0000001f}.quick-passage-suggestions button{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;padding:9px 14px}.quick-passage-suggestions button:hover,.quick-passage-suggestions button.active{background:var(--surface-secondary)}.quick-passage-row .primary-button{flex:none}.field-error{color:#b44242;margin:8px 0 0;font-size:.86rem}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;min-height:160px;padding:19px 20px}.panel blockquote{margin:12px 0 8px;font-family:Georgia,serif;font-size:1.2rem;line-height:1.6}.today-verse{width:100%;color:var(--text-primary);text-align:left;cursor:pointer}.today-verse:hover,.today-verse:focus-visible{border-color:var(--accent);outline:none}.recent-study-list{gap:4px;margin-top:12px;display:grid}.recent-study-list button{border:0;border-bottom:1px solid var(--border);color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;gap:12px;padding:9px 0;display:flex}.recent-study-list small{color:var(--text-secondary);white-space:nowrap}.calendar-weekdays,.calendar-days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-weekdays{color:var(--text-secondary);text-align:center;margin:10px 0 4px;font-size:.7rem}.calendar-day{min-height:22px;color:var(--text-secondary);border-radius:50%;place-items:center;font-size:.75rem;display:grid}.calendar-day.active{background:var(--accent);color:#fff;font-weight:700}.main-content{width:100%;min-height:100vh;margin-left:220px}.library-page{width:100%;padding:44px clamp(28px,5vw,76px) 64px}.library-header{max-width:760px}.library-header p:last-child,.library-section-heading>span,.library-book-card>span:last-child,.library-chapter-card>span,.library-empty p{color:var(--text-secondary)}.library-book-grid,.library-chapter-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;display:grid}.library-book-card,.library-chapter-card{border:1px solid var(--border);background:var(--surface);min-height:142px;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;align-items:flex-start;gap:9px;padding:20px;display:flex}.library-book-card:hover,.library-chapter-card:hover{border-color:var(--accent);background:var(--surface-secondary)}.library-book-card strong,.library-chapter-card>strong{font-size:1.2rem}.library-back{color:var(--accent);cursor:pointer;background:0 0;border:0;margin-bottom:22px;padding:0;font-weight:700}.library-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.library-section-heading h2{margin:6px 0 0;font-size:2rem}.library-type-summary{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.library-type-summary small{background:var(--surface-secondary);color:var(--text-secondary);border-radius:999px;padding:4px 7px}.library-type-summary b{color:var(--text-primary)}.library-filters{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-bottom:22px;padding-bottom:18px;display:flex}.library-filters button{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:7px 11px}.library-filters button.active,.library-filters button:hover{border-color:var(--accent);background:var(--selection);color:var(--text-primary)}.library-filters button span{margin-left:4px;font-weight:700}.library-material-list{gap:12px;max-width:980px;display:grid}.library-material-card{border:1px solid var(--border);background:var(--surface);border-radius:11px;padding:17px 19px}.library-highlight-card{border-left:5px solid var(--highlight-color)}.library-item-heading{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.library-type{background:var(--surface-secondary);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;border-radius:5px;padding:4px 7px;font-size:.72rem;font-weight:800}.library-material-card p{color:var(--text-secondary);white-space:pre-wrap;margin:11px 0;line-height:1.55}.library-material-card button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:.86rem;font-weight:700}.library-highlight-theme{color:var(--text-secondary);align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.library-highlight-theme i{border:1px solid #00000026;border-radius:50%;width:12px;height:12px}.library-item-actions{gap:16px;display:flex}.library-error{color:#a43d3d;border:1px solid #bd5555;border-radius:8px;padding:12px 14px}.library-empty{grid-column:1/-1}.library-header{justify-content:space-between;align-items:flex-end;gap:28px;max-width:none;display:flex}.library-header>div{max-width:760px}.library-testaments{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,6vw,80px);max-width:1050px;display:grid}.library-testament h2{border-bottom:2px solid var(--text-primary);margin:0 0 12px;padding-bottom:12px;font-family:Georgia,serif;font-size:1.45rem}.library-book-list,.library-chapter-list{border-top:1px solid var(--border)}.library-book-link{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:baseline;gap:20px;padding:12px 4px;display:flex}.library-book-link span,.library-chapter-name{color:var(--accent);font-weight:700}.library-book-link:hover span,.library-chapter-name:hover,.library-reference-links button:hover{text-decoration:underline}.library-book-link small,.library-list-empty,.library-chapter-row-heading>span,.library-section-heading span{color:var(--text-secondary)}.library-list-empty{padding:12px 4px}.library-print-button{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:9px 13px;font-weight:700}.library-print-button:hover:not(:disabled){border-color:var(--accent)}.library-print-button:disabled{cursor:wait;opacity:.65}.library-chapter-list{max-width:980px}.library-chapter-row{border-bottom:1px solid var(--border)}.library-chapter-row-heading{grid-template-columns:minmax(130px,1fr) auto 42px;align-items:center;gap:16px;min-height:52px;display:grid}.library-chapter-name,.library-chapter-toggle{text-align:left;cursor:pointer;background:0 0;border:0}.library-chapter-toggle{color:var(--accent);text-align:center;font-size:1.35rem}.library-chapter-preview{border-left:2px solid var(--border);padding:4px 16px 20px 24px}.library-material-list.compact{gap:0}.library-material-list.compact .library-material-card{border-width:0 0 1px;border-radius:0;padding:13px 0}.library-material-list.compact .library-highlight-card{border-left-width:4px;padding-left:12px}.library-reference-links,.library-heading-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.library-reference-links button{font-size:inherit}.library-print-document{display:none}.library-verse-sections{border-top:1px solid var(--border);max-width:980px}.library-verse-section{border-bottom:1px solid var(--border);grid-template-columns:minmax(120px,170px) minmax(0,1fr);gap:24px;padding:18px 0;display:grid}.library-verse-section h4{margin:0;font-size:1rem}.library-verse-section h4 button,.library-linked-reference button{color:var(--accent);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.library-verse-section h4 button:hover,.library-linked-reference button:hover{text-decoration:underline}.library-section-notes{gap:15px;display:grid}.library-list-note+.library-list-note{border-top:1px solid var(--border);padding-top:15px}.library-list-note p{color:var(--text-secondary);white-space:pre-wrap;margin:7px 0 0;line-height:1.55}.library-list-note-meta{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.library-list-note-meta .library-type{color:var(--text-primary)}.library-highlight-note{border-left:4px solid var(--highlight-color);padding-left:11px}.library-linked-reference{font-size:.88rem}.library-verse-sections.compact .library-verse-section{grid-template-columns:minmax(100px,140px) minmax(0,1fr);gap:18px;padding:14px 0}@media (width<=800px){.library-testaments{grid-template-columns:1fr}.library-verse-section,.library-verse-sections.compact .library-verse-section{grid-template-columns:1fr;gap:10px}.library-header,.library-section-heading{flex-direction:column;align-items:flex-start}}@media print{@page{margin:.7in}.sidebar,.library-screen-content{display:none!important}.main-content{width:100%!important;margin:0!important;display:block!important}html,body,#root,.app-shell{background:#fff!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:block!important}.library-page{color:#111;background:#fff;padding:0}.library-print-document{width:100%;max-width:none;margin:0;padding:0;font-family:Georgia,Times New Roman,serif;display:block;position:static}.library-print-document h2{border-bottom:1px solid #777;margin:0 0 10pt;padding-bottom:5pt;font-size:20pt}.library-print-document h3{margin:18pt 0 8pt;font-size:14pt}.library-print-chapter{break-inside:auto}.library-print-document .library-verse-sections{border-top:0;max-width:none;display:block}.library-print-document .library-verse-section{border-bottom:1px solid #ccc;grid-template-columns:1.15in minmax(0,1fr);gap:14pt;padding:10pt 0;display:grid}.library-print-document .library-list-note{break-inside:avoid}.library-print-document .library-type{color:#111;background:0 0;padding:0;font-family:Inter,sans-serif;font-size:8pt}.library-print-document .library-list-note p{color:#222;margin:5pt 0 0;font-size:10.5pt;line-height:1.45}}.selector-page{padding:56px clamp(28px,5vw,76px)}.page-header{margin-bottom:32px}.page-header h1{margin:8px 0 0;font-size:2.4rem}.book-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;display:grid}.book-list{flex-direction:column;gap:8px;display:flex}.book-button{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:8px;padding:11px 14px}.book-button:hover,.book-button.selected{border-color:var(--accent);background:var(--surface-secondary);color:var(--text-primary)}.chapter-section{border-top:1px solid var(--border);margin-top:36px;padding-top:28px}.chapter-grid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:10px;max-width:700px;display:grid}.chapter-button{aspect-ratio:1;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:8px}.chapter-button:hover{border-color:var(--accent);background:var(--surface-secondary)}.reader-page{min-width:0;height:100vh;display:flex;overflow:hidden}.scripture-panes{z-index:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.scripture-pane-wrapper{min-width:0;min-height:0;position:relative;overflow:hidden}.scripture-pane-wrapper>.scripture-pane{height:100%}.scripture-pane,.workspace-pane{background:var(--surface);z-index:2;min-width:0;min-height:0;position:relative}.scripture-pane{border-right:1px solid var(--border);flex-direction:column;display:flex}.reader-header{border-bottom:1px solid var(--border);flex:none;justify-content:center;align-items:center;min-height:88px;padding:24px 16px 14px;display:flex;position:relative}.reader-header h1{margin:4px 0 0}.reader-navigation-bar{justify-content:center;align-items:center;gap:10px;display:flex;position:relative;top:10px}.secondary-button.reader-chapter-button{color:var(--accent)}.secondary-button.reader-chapter-button:hover:not(:disabled){color:var(--text-primary)}.reader-nav-button:hover:not(:disabled){color:var(--accent)}.reader-nav-button:disabled{opacity:.35;cursor:default}.scripture-scroll{flex:1;min-height:0;padding:32px;overflow-y:auto}.placeholder-scripture{max-width:760px;font-family:Georgia,serif;font-size:1.15rem;line-height:1.9}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:10px 14px}.feedback-dialog-backdrop{z-index:100;background:#0000007a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.feedback-dialog{border:1px solid var(--border);background:var(--surface);width:min(100%,620px);max-height:min(760px,100vh - 48px);color:var(--text-primary);border-radius:14px;padding:26px;overflow-y:auto;box-shadow:0 22px 52px #00000042}.feedback-dialog-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.feedback-dialog-header h2,.feedback-dialog-confirmation h2{margin:5px 0 0}.feedback-dialog-close{width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:1.65rem;line-height:1}.feedback-dialog-close:hover:not(:disabled),.feedback-dialog-close:focus-visible{background:var(--surface-secondary)}.feedback-dialog-account-note,.feedback-dialog-counter{color:var(--text-secondary);line-height:1.5}.feedback-dialog-account-note{margin:16px 0 20px}.feedback-dialog-field{color:var(--text-primary);gap:8px;margin-top:16px;font-weight:600;display:grid}.feedback-dialog-field select,.feedback-dialog-field textarea{border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--text-primary);font:inherit;border-radius:8px}.feedback-dialog-field select{padding:10px 12px}.feedback-dialog-field textarea{resize:vertical;min-height:156px;padding:12px}.feedback-dialog-field select:focus,.feedback-dialog-field textarea:focus{border-color:var(--accent);outline:none}.feedback-dialog-counter{text-align:right;margin:6px 0 0;font-size:.86rem}.feedback-dialog-error{color:#b44242;margin:14px 0 0}.feedback-dialog-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.feedback-dialog-confirmation{gap:18px;display:grid}.feedback-dialog-confirmation p{color:var(--text-secondary);margin:0}.feedback-dialog-confirmation .primary-button{width:fit-content}.help-feedback-button{margin-top:8px}.workspace-pane{background:var(--background);flex-direction:column;display:flex}.workspace-content{flex-direction:column;flex:1;min-height:0;padding:24px;display:flex;overflow:hidden}.workspace-fixed-header{flex:none}.workspace-tab-content{scrollbar-gutter:stable;flex:1;min-height:0;padding-right:8px;overflow-y:auto}.workspace-tab-content.dictionary-active{flex-direction:column;display:flex;overflow:hidden}.workspace-passage-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.workspace-passage-heading .eyebrow{margin-bottom:8px}.workspace-passage-heading h2{margin-top:0}.scripture-bookmark-button{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:8px;flex:none;place-items:center;display:grid}.scripture-bookmark-button:hover,.scripture-bookmark-button.saved{border-color:var(--accent);color:var(--accent)}.scripture-bookmark-button:disabled{cursor:wait;opacity:.6}.bookmark-status-error{color:#9b3d3d;margin:6px 0 0;font-size:.82rem}@media (width<=900px){.main-content{margin-left:180px}.book-columns{grid-template-columns:1fr}.reader-page{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.reader-page>.scripture-area{min-height:520px;flex:0 0 68vh!important}.reader-page>.workspace-resizer{display:none}.reader-page>.workspace-wrapper{border-top:1px solid var(--border);min-width:0;min-height:560px;flex:none!important}}@media (width<=650px),(width<=900px) and (height<=500px){.main-content{margin-left:0}}@media (width<=900px){.sidebar{width:180px}.dashboard-grid{grid-template-columns:1fr}}@media (width<=650px),(width<=900px) and (height<=500px){.sidebar{z-index:1000;visibility:hidden;pointer-events:none;min-height:0;padding:22px 18px 20px;transition:transform .18s,visibility .18s;display:block;position:fixed;overflow:hidden auto}.app-shell{display:block}.mobile-header{z-index:1001;background:var(--sidebar);min-height:56px;color:var(--sidebar-text);justify-content:space-between;align-items:center;padding:0 18px;display:flex;position:sticky;top:0}.mobile-brand{letter-spacing:.18em;font-size:1rem;font-weight:700}.mobile-menu-button,.sidebar-drawer-close{width:38px;height:38px;color:var(--sidebar-text);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.mobile-menu-button:hover,.mobile-menu-button:focus-visible,.sidebar-drawer-close:hover,.sidebar-drawer-close:focus-visible{background:var(--sidebar-hover);outline:none}.sidebar-drawer-close{font-size:1.7rem;line-height:1}.sidebar .brand{margin-bottom:24px}.sidebar.mobile-open{visibility:visible;pointer-events:auto}.sidebar .nav{flex:none;min-height:auto;overflow:visible}.sidebar .sidebar-bottom{margin-top:6px}.nav-item,.sidebar-bookmarks,.sidebar-bookmark-list>button,.sidebar-bottom{flex-shrink:0}.mobile-navigation-backdrop{z-index:999;cursor:pointer;background:#0f172a8c;border:0;display:block;position:fixed;inset:56px 0 0}@media (width<=650px) and (height>=501px){.sidebar{width:100%;height:calc(100dvh - 56px);inset:56px 0 auto;transform:translateY(-100%)}.sidebar.mobile-open{transform:translateY(0)}}@media (width<=900px) and (height<=500px){.sidebar{width:min(300px,86vw);height:calc(100dvh - 56px);inset:56px auto 0 0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}}.dashboard{margin-left:0;padding:28px 20px}.continue-card{flex-direction:column;align-items:flex-start}}.scripture-text{max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:var(--scripture-font-size,1.12rem);margin:0 auto;line-height:1.85}[data-scripture-font-size=small]{--scripture-font-size:1rem}[data-scripture-font-size=medium]{--scripture-font-size:1.12rem}[data-scripture-font-size=large]{--scripture-font-size:1.3rem}.scripture-heading{color:var(--text-primary);cursor:pointer;border-radius:4px;margin:2rem 0 .75rem -6px;padding:4px 6px;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700}.scripture-heading:hover{background:var(--surface-secondary)}.scripture-heading:first-child{margin-top:0}.scripture-paragraph{margin:0 0 1.15rem}.verse{display:inline}.verse-text{color:var(--text-primary)}.verse-number{color:var(--accent);margin-right:.45rem;font-family:Inter,system-ui,sans-serif;font-size:.68em;font-weight:700}.scripture-status{color:var(--text-secondary)}.verse{cursor:pointer;border-radius:3px;transition:background-color .15s;display:inline}.verse:hover{background:var(--selection-hover)}.verse.selected{background:var(--selection)}.book-entry{width:100%}.book-chapters{grid-template-columns:repeat(auto-fill,42px);gap:8px;margin:10px 0 14px;display:grid}.book-chapter-button{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text-primary);cursor:pointer;border-radius:7px;padding:0}.book-chapter-button:hover{border-color:var(--accent);background:var(--surface-secondary);color:var(--text-primary)}.workspace-modules{flex-direction:column;gap:12px;margin-top:24px;display:flex}.workspace-module{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.workspace-module-header{width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:14px 16px;font-weight:600;display:flex}.workspace-module-toggle{font-size:1.2rem;font-weight:400}.workspace-module-body{padding:0 16px 16px}.workspace-textarea{resize:vertical;border:1px solid var(--border);background:var(--input-background);width:100%;min-height:130px;color:var(--text-primary);font:inherit;box-sizing:border-box;border-radius:8px;padding:12px;line-height:1.5}.workspace-textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.save-status{min-height:18px;color:var(--text-secondary);text-align:right;margin-top:6px;font-size:.75rem}.save-status button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.cross-reference-list{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.cross-reference-item{border:1px solid var(--border);background:var(--surface-secondary);border-radius:8px;padding:10px 12px}.cross-reference-item p{color:var(--text-secondary);margin:5px 0 0;font-size:.88rem}.module-empty{color:var(--text-secondary);margin:0 0 12px;font-size:.9rem}.cross-reference-form{gap:8px;display:grid}.cross-reference-form select,.cross-reference-form input{border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--text-primary);border-radius:7px;padding:9px 10px}.cross-reference-item-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.cross-reference-delete,.cross-reference-edit{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;font-size:.8rem}.cross-reference-delete:hover,.cross-reference-edit:hover{color:var(--text-primary)}.cross-reference-note-editor{gap:8px;margin-top:9px;display:grid}.cross-reference-note-editor label{color:var(--text-secondary);gap:5px;font-size:.8rem;display:grid}.cross-reference-note-editor input{box-sizing:border-box;border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--text-primary);font:inherit;border-radius:7px;padding:8px 9px}.cross-reference-note-actions{gap:8px;display:flex}.cross-reference-note-error{margin:0}.study-marker-group{align-items:center;gap:2px;margin:0 3px 0 1px;display:inline-flex;position:relative;top:-1em}.study-marker-container{display:inline-flex;position:relative}.study-marker{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;display:inline-flex}.study-marker:hover{transform:scale(1.25)}.study-marker-note{color:#d6a600}.study-marker-reference{color:#c94a4a}.study-marker-popover{z-index:50;border:1px solid var(--border);background:var(--surface);width:max-content;min-width:200px;max-width:320px;color:var(--text-primary);text-align:left;border-radius:8px;padding:12px;font-family:Inter,system-ui,sans-serif;font-size:.8rem;line-height:1.4;display:none;position:absolute;top:calc(100% + 8px);box-shadow:0 8px 24px #00000026}.study-marker-popover:before{content:"";height:10px;position:absolute;top:-10px;left:-6px;right:-6px}.cross-reference-popover-item{border:1px solid var(--border);background:var(--background);border-radius:6px;padding:8px 10px}.popover-center .study-marker-popover{left:50%;transform:translate(-50%)}.popover-left .study-marker-popover{left:0;transform:none}.popover-right .study-marker-popover{left:auto;right:0;transform:none}.study-marker-container:hover .study-marker-popover,.study-marker-container:focus-within .study-marker-popover{flex-direction:column;gap:8px;display:flex}.study-marker-popover-item{flex-direction:column;gap:2px;display:flex}.study-marker-popover-label{color:var(--accent);text-transform:capitalize;font-size:.72rem;font-weight:700}.chapter-notes-list{flex-direction:column;gap:8px;display:flex}.chapter-note-item{border:1px solid var(--border);background:var(--surface-secondary);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:8px;padding:11px 12px}.chapter-note-item:hover{border-color:var(--accent);background:var(--surface-hover)}.chapter-note-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.chapter-note-meta span{color:var(--text-secondary);font-size:.78rem}.chapter-note-item p{color:var(--text-secondary);margin:7px 0 0;font-size:.88rem;line-height:1.4}.workspace-tabs{z-index:5;border-bottom:1px solid var(--border);flex-shrink:0;gap:4px;margin-bottom:20px;display:flex;position:relative}.workspace-tab{z-index:1;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-weight:600;position:relative}.workspace-tab.active:after{background:var(--accent);content:"";pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0}.workspace-tab:hover{color:var(--text-primary)}.workspace-tab.active{color:var(--accent)}.workspace-tab.active:after{background:var(--accent);content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0}.workspace-overview,.chapter-overview-section{margin-top:24px}.overview-section-header{margin-bottom:12px}.overview-section-header h3{color:var(--text-primary);margin:0;font-size:1rem}.saved-resource-overview-item{border:1px solid var(--border);width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border-radius:6px;flex-direction:column;align-items:flex-start;gap:5px;padding:10px 12px;display:flex}.saved-resource-overview-item:hover{background:color-mix(in srgb, var(--accent) 6%, transparent)}.saved-resource-overview-item span{-webkit-line-clamp:3;color:var(--text-secondary);-webkit-box-orient:vertical;font-size:.85rem;line-height:1.45;display:-webkit-box;overflow:hidden}.saved-resource-overview-item+.saved-resource-overview-item{margin-top:10px}.chapter-cross-reference-list{flex-direction:column;gap:8px;display:flex}.chapter-cross-reference-item{border:1px solid var(--border);background:var(--surface-secondary);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:8px;padding:11px 12px}.chapter-cross-reference-item:hover{border-color:var(--accent);background:var(--surface-hover)}.chapter-cross-reference-path{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.cross-reference-arrow{color:var(--text-secondary)}.chapter-cross-reference-item p{color:var(--text-secondary);margin:7px 0 0;font-size:.88rem;line-height:1.4}.cross-reference-link{color:var(--accent);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.cross-reference-link:hover{text-decoration:underline}.reader-header-actions{align-items:center;gap:12px;display:flex}.reader-chapter-navigation{align-items:center;gap:8px;display:flex}.reader-chapter-navigation .secondary-button:disabled{opacity:.4;cursor:default}.reader-passage-heading{min-width:0}.reader-passage-controls{align-items:center;gap:8px;margin-top:4px;display:flex}.reader-passage-select{color:var(--text-primary);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:6px 24px 6px 8px;font-size:1.35rem;font-weight:600}.reader-passage-select:hover,.reader-passage-select:focus{border-bottom-color:var(--accent);outline:none}.reader-book-select,.reader-chapter-select{field-sizing:content;width:auto}.close-secondary-reader{z-index:5;border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:50%;padding:0;font-size:1.2rem;position:absolute;top:10px;right:10px}.scripture-pane-wrapper.active-scripture-pane .reader-header{box-shadow:inset 0 -2px 0 var(--accent)}.cross-reference-open-beside{border:1px solid var(--border);color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border-radius:5px;padding:3px 7px;font-size:.75rem}.cross-reference-open-beside:hover{border-color:var(--accent);color:var(--accent)}.workspace-wrapper{flex-direction:column;min-width:320px;min-height:0;display:flex;overflow:hidden}.resource-study-notes-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.resource-study-notes-header h2{margin:0}.resource-source{color:var(--text-secondary);text-align:right;font-size:.72rem}.resource-study-notes-list{flex-direction:column;gap:14px;display:flex}.resource-study-note{border-bottom:1px solid var(--border);padding-bottom:14px;position:relative}.resource-study-note:last-child{border-bottom:0}.resource-study-note h3{color:var(--accent);margin:0 0 6px;font-size:.82rem}.resource-study-note-content{color:var(--text-primary);font-size:.86rem;line-height:1.6}.resource-note-bookmark{width:26px;height:26px;color:var(--text-secondary);cursor:pointer;opacity:.55;background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:1.15rem;line-height:1;transition:opacity .12s,color .12s,transform .12s;display:flex;position:absolute;top:8px;right:8px}.resource-note-bookmark:hover{opacity:1;color:var(--accent);transform:translateY(-1px)}.resource-note-bookmark.saved{opacity:1;color:var(--accent)}.resource-study-note-content{padding-right:28px}.workspace-wrapper>.workspace-pane{height:100%}.pane-resizer{z-index:20;cursor:col-resize;touch-action:none;background:0 0;flex:0 0 7px;width:7px;position:relative}.pane-resizer:after{background:var(--border);content:"";width:1px;transition:width .15s,left .15s,background-color .15s;position:absolute;top:0;bottom:0;left:3px}.pane-resizer:hover:after{background:var(--accent);width:3px;left:2px}.reader-open-beside{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:600;position:absolute;top:12px;right:16px}.reader-open-beside:hover{color:var(--text-primary)}.study-marker-popover-actions{align-items:center;gap:6px;margin-top:6px;display:flex}.study-marker-popover-actions button{border:1px solid var(--accent);color:var(--accent);font:inherit;cursor:pointer;background:0 0;border-radius:4px;padding:3px 7px;font-size:.7rem;font-weight:600}.study-marker-popover-actions button:hover{background:var(--accent);color:var(--surface)}.highlight-controls{flex-wrap:wrap;gap:8px;display:flex}.highlight-option,.highlight-remove{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);font:inherit;cursor:pointer;border-radius:6px;padding:7px 10px;font-size:.8rem}.highlight-option.selected{border-color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--text-primary)}.highlight-yellow{color:#1f2933;background:#f5e58a}.highlight-green{color:#1f2933;background:#bfe6b8}.highlight-blue{color:#1f2933;background:#bcdcf4}.highlight-pink{color:#1f2933;background:#f2bfd5}.highlight-remove{color:var(--text-secondary)}.highlight-remove:hover{color:var(--text-primary)}.chapter-highlights-overview{flex-direction:column;gap:10px;display:flex}.chapter-highlight-item{border:1px solid var(--border);border-left-width:4px;border-left-color:var(--highlight-color);background:var(--surface);width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;border-radius:6px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.chapter-highlight-item:hover{border-color:var(--text-secondary)}.chapter-highlight-reference{font-size:.78rem;font-weight:700}.chapter-highlight-text{font-size:.82rem;line-height:1.5}.scripture-highlighted .verse-text{color:var(--highlight-text-color)}.highlight-options{flex-wrap:wrap;gap:8px;display:flex}.chapter-highlight-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.chapter-highlight-theme{color:var(--text-secondary);align-items:center;gap:5px;font-size:.72rem;font-weight:500;display:inline-flex}.chapter-highlight-theme-swatch{border-radius:50%;flex-shrink:0;width:8px;height:8px}.settings-page{width:100%;max-width:1000px;margin:0 auto;padding:40px}.account-page{width:100%;max-width:1000px;color:var(--text-primary);margin:0 auto;padding:40px}.account-page-header{max-width:720px}.account-page-header h1{margin:8px 0 10px}.account-page-header>p:last-child,.account-section-header p,.account-field small,.account-import-panel>p{color:var(--text-secondary);line-height:1.5}.account-section{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-top:32px;padding:24px}.account-section-header{margin-bottom:24px}.account-section-header h2,.account-import-panel h3{margin:0 0 6px}.account-section-header p{margin:0}.account-profile-form,.account-password-form,.account-email-change-form,.account-delete-form,.account-field{gap:8px;display:grid}.account-profile-form{gap:18px}.account-password-form,.account-delete-form{gap:18px;max-width:560px}.account-danger-zone{border-color:#b44242}.account-danger-zone .account-section-header h2{color:#b44242}.danger-button{color:#fff;width:fit-content;font:inherit;cursor:pointer;background:#b44242;border:1px solid #9f3030;border-radius:7px;padding:10px 16px;font-weight:700}.danger-button:hover:not(:disabled){background:#9f3030}.danger-button:disabled{cursor:wait;opacity:.6}.account-other-sessions{border-top:1px solid var(--border);max-width:560px;margin-top:28px;padding-top:24px}.account-other-sessions>.account-section-header{margin-bottom:18px}.account-other-sessions>.account-section-header h3{margin:0 0 6px}.account-other-sessions>.account-message{margin-bottom:14px}.account-other-sessions>.secondary-button:disabled{cursor:wait;opacity:.6}.account-email-change{border-top:1px solid var(--border);max-width:560px;margin-top:28px;padding-top:24px}.account-email-change>.account-section-header{margin-bottom:18px}.account-email-change>.account-section-header h3{margin:0 0 6px}.account-email-change-form{gap:18px}.account-email-change-pending{border:1px solid var(--border);background:var(--input-background);border-radius:7px;gap:12px;margin-bottom:18px;padding:14px;display:grid}.account-email-change-pending p{color:var(--text-secondary);margin:0;line-height:1.5}.account-password-form .auth-field-hint{margin-top:-11px}.account-field label,.account-field-label{color:var(--text-primary);font-weight:700}.account-field input{border:1px solid var(--border);background:var(--input-background);width:100%;min-height:44px;color:var(--text-primary);border-radius:7px;padding:10px 12px}.account-field input[readonly]{color:var(--text-secondary)}.account-field p{margin:4px 0 0}.account-readonly-grid{grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:20px;display:grid}.account-profile-form>.primary-button,.account-password-form>.primary-button,.account-email-change-form>.primary-button,.account-import-panel>.secondary-button{width:fit-content}.account-profile-form>.primary-button:disabled{cursor:default;opacity:.6}.account-password-form>.primary-button:disabled,.account-email-change-form>.primary-button:disabled,.account-email-change-pending>.secondary-button:disabled{cursor:wait;opacity:.6}.account-message{color:var(--text-secondary);margin:0;font-size:.9rem}.account-message.error{color:#b44242}.account-import-panel{border-top:1px solid var(--border);padding-top:20px}@media (width<=700px){.account-page{padding:28px 20px 48px}.account-readonly-grid{grid-template-columns:1fr}}.settings-section{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-top:32px;padding:24px}.settings-section-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.settings-section-header h2{margin:0 0 6px}.settings-section-header p{color:var(--text-secondary);margin:0}.settings-choice-group{flex-wrap:wrap;gap:10px;display:flex}.settings-choice-group label{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:8px;min-width:110px;padding:10px 12px;display:flex}.settings-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settings-field-grid label{color:var(--text-primary);gap:8px;font-weight:700;display:grid}.settings-field-grid select{border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--text-primary);border-radius:8px;padding:10px 12px}.settings-field-grid small{color:var(--text-secondary);font-weight:400;line-height:1.4}.workspace-module-settings{border-top:1px solid var(--border)}.workspace-module-setting{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 4px;display:flex}.workspace-module-setting.dragging{opacity:.55}.workspace-module-setting>label{cursor:pointer;flex:1;justify-content:space-between;align-items:center;gap:20px;display:flex}.workspace-module-settings input{width:18px;height:18px;accent-color:var(--accent)}@media (width<=700px){.settings-field-grid{grid-template-columns:1fr}}.highlight-settings-list{flex-direction:column;gap:10px;display:flex}.highlight-settings-item{border:1px solid var(--border);border-radius:8px;grid-template-columns:24px 46px minmax(140px,1fr) 90px auto;align-items:center;gap:10px;padding:10px;display:grid}.highlight-color-picker{cursor:pointer;background:0 0;border:0;border-radius:6px;width:38px;height:38px;padding:0;overflow:hidden}.highlight-color-picker::-webkit-color-swatch-wrapper{padding:0}.highlight-color-picker::-webkit-color-swatch{border:0;border-radius:6px}.highlight-color-picker::-moz-color-swatch{border:0;border-radius:6px}.highlight-name-input{border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text-primary);font:inherit;border-radius:6px;padding:8px 10px}.highlight-hex-value{color:var(--text-secondary);font-size:.78rem}.highlight-settings-delete{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;padding:7px 10px}.highlight-settings-delete:hover{color:#b42318}.settings-message{color:var(--text-secondary);margin:16px 0 0;font-size:.82rem}.settings-section-actions{align-items:center;gap:8px;display:flex}.highlight-drag-handle{color:var(--text-secondary);cursor:grab;-webkit-user-select:none;user-select:none;font-size:1rem}.highlight-drag-handle:active{cursor:grabbing}.highlight-settings-item.dragging{opacity:.5}.highlight-order-button:hover:not(:disabled){color:var(--text-primary)}.highlight-order-button:disabled{opacity:.25;cursor:default}.scripture-area{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.scripture-area>.scripture-panes{flex:auto;min-height:0}.resource-drawer-resizer{cursor:row-resize;background:var(--border);flex:0 0 5px;height:5px}.resource-drawer-resizer:hover{background:var(--text-secondary)}.resource-drawer{background:var(--surface);flex-direction:column;min-height:0;display:flex;overflow:hidden}.resource-drawer-toolbar{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;min-height:38px;padding:0 10px 0 16px;display:flex}.resource-drawer-tabs{align-items:stretch;height:100%;display:flex}.resource-drawer-tab{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 10px;font-size:.82rem}.resource-drawer-tab.active{border-bottom-color:var(--accent);color:var(--text-primary)}.resource-drawer-collapse{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;font-size:1rem}.resource-drawer-collapsed{border:0;border-top:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);font:inherit;cursor:pointer;flex:0 0 38px;justify-content:space-between;align-items:center;padding:0 16px;font-size:.82rem;display:flex}.resource-study-notes{background:var(--surface);flex:auto;min-height:0;padding:18px 22px;overflow-y:auto}.resource-study-note{border-bottom:1px solid var(--border);cursor:pointer;border-radius:6px;margin:-10px -10px 14px;padding:10px;transition:background-color .18s,box-shadow .18s}.resource-study-note.focused{background:var(--surface-secondary);box-shadow:inset 3px 0 0 var(--accent)}.tyndale-content p{margin:0}.tyndale-content ul,.tyndale-content ol{margin:8px 0;padding-left:22px}.sn-ref{font-weight:700}.tyndale-scripture-link{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.tyndale-scripture-link:hover{text-decoration:underline}.tyndale-scripture-link-wrapper{display:inline;position:relative}.tyndale-scripture-popover{z-index:100;border:1px solid var(--border);background:var(--surface);border-radius:6px;width:max-content;padding:6px;display:block;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0000002e}.tyndale-scripture-popover.portal{width:max-content;display:inline-block;bottom:auto;right:auto}.tyndale-scripture-popover:after{content:"";border:5px solid #0000;border-top-color:var(--border);position:absolute;top:100%;left:50%;transform:translate(-50%)}.tyndale-scripture-popover button{color:var(--text-primary);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:6px 9px;font-size:.78rem}.tyndale-scripture-popover button:hover{background:color-mix(in srgb, var(--accent) 10%, transparent)}.reader-scripture-heading{align-items:center;gap:10px;display:flex;position:absolute;top:12px;left:16px}.reader-scripture-label{margin:0;position:static}.reader-back-button:hover{text-decoration:underline}.reader-history-trail{max-width:45%;color:var(--text-secondary);white-space:nowrap;justify-content:center;align-items:center;gap:5px;font-size:.72rem;display:flex;position:absolute;top:12px;left:50%;overflow:hidden;transform:translate(-50%)}.reader-history-item{align-items:center;gap:5px;display:inline-flex}.reader-history-separator{opacity:.5}.reader-history-link{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.reader-history-link:hover{color:var(--accent);text-decoration:underline}.reader-history-current{color:var(--text-primary);font-weight:600}.sn-text{margin:0}.sn-ref,.sn-ref-sc{font-weight:700}.sn-excerpt,.ital{font-style:italic}.ital-bold{font-style:italic;font-weight:700}.sc,.sn-ref-sc,.sn-excerpt-sc{font-variant:small-caps}.sup{vertical-align:super;font-size:.75em}.sub{vertical-align:sub;font-size:.75em}.hebrew,.sn-hebrew-chars,.greek,.latin,.aramaic{font-family:serif}.divine-name,.sn-excerpt-divine-name{font-variant:small-caps}.divine-name-ital{font-variant:small-caps;font-style:italic}.era{font-variant:small-caps}.sn-list-1,.sn-list-2,.sn-list-3{margin-left:1.25rem;display:block}.sn-excerpt-roman{font-style:normal}.dictionary-workspace{flex-direction:column;flex:1;min-height:0;display:flex}.dictionary-search{margin-bottom:12px}.dictionary-search input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);font:inherit;border-radius:6px;padding:9px 11px}.dictionary-layout{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex;overflow:hidden}.dictionary-results{flex-wrap:wrap;flex-shrink:0;gap:6px;max-height:140px;display:flex;overflow-y:auto}.dictionary-result{border:1px solid var(--border);color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border-radius:5px;padding:5px 9px;font-size:.85rem}.dictionary-result:hover,.dictionary-result.active{color:var(--text-primary);background:var(--surface)}.dictionary-entry{scrollbar-gutter:stable;flex:1;min-height:0;padding-right:12px;overflow:visible auto}.workspace-content.dictionary-active{flex-direction:column;min-height:0;display:flex;overflow:hidden}.dictionary-entry>h3{margin:0 0 10px}.dictionary-entry-content{line-height:1.65}.dictionary-entry-content p:first-child{margin-top:0}.dictionary-status{color:var(--text-secondary)}.tyndale-dictionary-link{color:var(--accent);font:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;text-decoration:underline;display:inline}.dictionary-entry-content p{margin:0 0 12px}.dictionary-entry-content p:last-child{margin-bottom:0}.dictionary-entry-content h1,.dictionary-entry-content h2,.dictionary-entry-content h3,.dictionary-entry-content h4{margin:18px 0 8px;line-height:1.3}.dictionary-entry-content h1:first-child,.dictionary-entry-content h2:first-child,.dictionary-entry-content h3:first-child,.dictionary-entry-content h4:first-child{margin-top:0}.dictionary-entry .tyndale-content p{margin:0 0 12px}.dictionary-entry .tyndale-content p:last-child{margin-bottom:0}.dictionary-entry .tyndale-content .h2{color:var(--text-primary);margin:22px 0 8px;font-size:1.08rem;font-weight:700;line-height:1.3}.dictionary-entry .tyndale-content .h3{color:var(--text-primary);margin:16px 0 6px;font-size:.95rem;font-weight:700;line-height:1.3}.dictionary-entry .tyndale-content .h2-preview{color:var(--text-primary);margin:20px 0 8px;font-size:1rem;font-weight:700;line-height:1.3}.dictionary-entry .tyndale-content .h1{display:none}.dictionary-entry-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.dictionary-entry-header h3{margin:0}.dictionary-back-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:600}.dictionary-back-button:hover{text-decoration:underline}.tyndale-textbox{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:20px 0;padding:16px 18px}.tyndale-textbox-title{margin:0 0 12px;font-size:1rem;font-weight:700}.tyndale-textbox>.tyndale-content>.h1:first-child{display:none}.tyndale-textbox>.tyndale-content>p:first-of-type{margin-top:0}.tyndale-textbox>.tyndale-content>p:last-child{margin-bottom:0}.tyndale-chart{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:20px 0;padding:16px 18px}.tyndale-chart-title{margin:0 0 12px;font-size:1rem;font-weight:700}.tyndale-chart-scroll{overflow-x:auto}.tyndale-chart table{border-collapse:collapse;width:100%;font-size:.82rem}.tyndale-chart td{border:1px solid var(--border);vertical-align:top;padding:8px 10px;line-height:1.45}.tyndale-chart .bold{font-weight:700}.tyndale-chart .td-indent{padding-left:20px}.tyndale-map{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:20px 0;padding:16px 18px}.tyndale-map-title{margin:0 0 12px;font-size:1rem;font-weight:700}.tyndale-map-image{border-radius:6px;width:auto;max-width:100%;height:auto;margin:0 auto;display:block}.tyndale-map-image-button{cursor:zoom-in;background:0 0;border:0;max-width:100%;margin:0 auto;padding:0;display:block}.tyndale-map-lightbox{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.tyndale-map-lightbox-content{max-width:95vw;max-height:95vh;display:flex;position:relative}.tyndale-map-lightbox-image{object-fit:contain;width:auto;max-width:95vw;height:auto;max-height:95vh;display:block}.tyndale-map-lightbox-close{z-index:1;color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:50%;width:36px;height:36px;padding:0;font-size:24px;line-height:1;position:absolute;top:8px;right:8px}.tyndale-map-caption{margin-top:12px}.tyndale-map-caption .caption-head{font-weight:700}.tyndale-map-caption .caption-text{margin-top:4px}
