:root{color-scheme:dark;--bg: #0e0e18;--surface: #181826;--surface-2: #222236;--raise: #2a2a44;--text: #ece7da;--muted: #97917f;--faint: #6b6656;--gold: #d4a933;--gold-dim: #8a7120;--gold-wash: rgba(212, 169, 51, .09);--strand-a: #d4a933;--strand-b: #8a7120;--strand-c: #e8d391;--border: #2c2c46;--ok: #4ade80;--err: #f87171;--shadow: 0 8px 28px rgba(0, 0, 0, .5);--shadow-sheet: 0 -12px 40px rgba(0, 0, 0, .55);--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--sans: "Segoe UI", system-ui, -apple-system, sans-serif;font-family:var(--sans)}:root[data-theme=light]{color-scheme:light;--bg: #f2ecdd;--surface: #faf6ea;--surface-2: #f4eeda;--raise: #ece2c8;--text: #241f12;--muted: #6f6753;--faint: #98907a;--gold: #9a7a1a;--gold-dim: #6e5713;--gold-wash: rgba(154, 122, 26, .08);--strand-a: #a5811c;--strand-b: #6e5713;--strand-c: #c3a548;--border: #ddd2b6;--ok: #2f9e44;--err: #c0392b;--shadow: 0 8px 28px rgba(80, 64, 20, .16);--shadow-sheet: 0 -12px 40px rgba(80, 64, 20, .18)}@media(prefers-color-scheme:light){:root:not([data-theme]){color-scheme:light;--bg: #f2ecdd;--surface: #faf6ea;--surface-2: #f4eeda;--raise: #ece2c8;--text: #241f12;--muted: #6f6753;--faint: #98907a;--gold: #9a7a1a;--gold-dim: #6e5713;--gold-wash: rgba(154, 122, 26, .08);--strand-a: #a5811c;--strand-b: #6e5713;--strand-c: #c3a548;--border: #ddd2b6;--ok: #2f9e44;--err: #c0392b;--shadow: 0 8px 28px rgba(80, 64, 20, .16);--shadow-sheet: 0 -12px 40px rgba(80, 64, 20, .18)}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text)}*{scrollbar-width:thin;scrollbar-color:var(--raise) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--raise);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--gold-dim)}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}#app{display:flex;flex-direction:column;height:100dvh;max-width:44rem;margin:0 auto}.layout{flex:1;display:flex;flex-direction:column;min-height:0}.app-bar{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.app-bar .word-mark{display:inline-flex;align-items:center;white-space:nowrap}.app-bar .word-mark svg{height:1.55rem;width:auto;display:block}.bar-nav{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:.4rem}@media(max-width:30rem){.app-bar{gap:.4rem;padding:.5rem .7rem}.app-bar .word-mark svg{height:1.3rem}.status-dot{font-size:0}.status-dot:before{margin-right:0}}.status-dots{margin-left:auto;display:flex;gap:.45rem;align-items:center;font-size:.68rem;color:var(--muted)}.status-dot:before{content:"";display:inline-block;width:.45rem;height:.45rem;border-radius:50%;margin-right:.28rem;background:var(--faint);vertical-align:1px}.status-dot.on:before{background:var(--ok)}.status-dot.err:before{background:var(--err)}.theme-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);transition:color .2s ease,border-color .2s ease}.theme-toggle:hover{color:var(--gold);border-color:var(--gold-dim)}.theme-toggle svg{width:1.05rem;height:1.05rem;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:30rem){.theme-toggle{width:1.75rem;height:1.75rem}}.panel{flex:1;overflow-y:auto;padding:1rem 1.25rem 7.5rem;-webkit-overflow-scrolling:touch}.panel h2{margin:0 0 .75rem;font-size:1rem;font-weight:600}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:44rem;display:flex;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(8px);padding-bottom:env(safe-area-inset-bottom,0);z-index:30}.bottom-nav button{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem 0 .55rem;color:var(--muted);font-size:.66rem;letter-spacing:.04em;transition:color .2s ease}.bottom-nav button:after{content:"";position:absolute;top:-1px;left:50%;width:2.4rem;height:2px;border-radius:0 0 2px 2px;background:linear-gradient(to right,var(--strand-b),var(--strand-a),var(--strand-c));transform:translate(-50%) scaleX(0);transition:transform .25s ease}.bottom-nav button svg{width:1.35rem;height:1.35rem;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s cubic-bezier(.34,1.56,.64,1),filter .25s ease}.bottom-nav button.active{color:var(--gold)}.bottom-nav button.active:after{transform:translate(-50%) scaleX(1)}.bottom-nav button.active svg{transform:translateY(-2px) scale(1.15);filter:drop-shadow(0 0 7px rgba(212,169,51,.5));animation:nav-pop .3s cubic-bezier(.34,1.56,.64,1)}.bottom-nav button.active span{font-weight:600}@keyframes nav-pop{0%{transform:translateY(0) scale(.9)}}@media(prefers-reduced-motion:reduce){.bottom-nav button,.bottom-nav button:after,.bottom-nav button svg{transition:none;animation:none}}@media(min-width:64rem){body.desktop-split #app{max-width:none}body.desktop-split .app-bar{padding-right:5.4rem}body.desktop-split.rail-left .app-bar{padding-right:1rem;padding-left:5.4rem}.panes{flex:1;display:flex;min-height:0;margin-right:4.4rem}body.rail-left .panes{margin-right:0;margin-left:4.4rem}.pane{flex:1;min-width:0;overflow-y:auto;padding:1.25rem 2rem 4rem;-webkit-overflow-scrolling:touch}.pane-divider{flex:0 0 1.15rem;width:1.15rem;position:relative;display:flex;align-items:center;justify-content:center;align-self:stretch;background:var(--surface-2);border-left:1px solid var(--border);border-right:1px solid var(--border);cursor:col-resize;touch-action:none;user-select:none;z-index:6}.pane-divider:before{content:"";position:absolute;top:.5rem;bottom:.5rem;left:50%;width:2px;transform:translate(-50%);border-radius:1px;background:var(--gold-dim);opacity:.85;pointer-events:none}.pane-divider:hover,.pane-divider:focus-visible{background-color:color-mix(in srgb,var(--gold-wash) 55%,var(--surface-2));outline:none}.pane-divider:hover:before,.pane-divider:focus-visible:before{background:var(--gold);opacity:1;width:2.5px}.pane-divider:focus-visible{box-shadow:inset 0 0 0 2px var(--gold-dim)}.pane-swap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:var(--raise);color:var(--muted);font-size:1rem;line-height:1;cursor:pointer;box-shadow:var(--shadow);z-index:7;transition:color .15s ease,border-color .15s ease,background .15s ease}.pane-swap:hover{color:var(--gold);border-color:var(--gold-dim);background:var(--surface)}body.resizing-panes{cursor:col-resize;user-select:none}body.resizing-panes .pane{pointer-events:none}.side-rail{position:fixed;top:0;right:0;bottom:0;width:4.4rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.9rem 0;border-left:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(8px);z-index:30}body.rail-left .side-rail{right:auto;left:0;border-left:none;border-right:1px solid var(--border)}.side-rail button[data-tab]{position:relative;width:3.4rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem 0;border-radius:.6rem;color:var(--muted);font-size:.6rem;letter-spacing:.04em;transition:color .2s ease,background .2s ease}.side-rail button[data-tab] svg{width:1.35rem;height:1.35rem;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.side-rail button[data-tab]:hover{color:var(--text);background:var(--surface-2)}.side-rail button[data-tab].active{color:var(--gold);background:var(--gold-wash)}.side-rail button[data-tab].active:before,.side-rail button[data-tab].secondary:before{content:"";position:absolute;left:-.55rem;top:50%;transform:translateY(-50%);width:.32rem;height:1.4rem;border-radius:999px;background:var(--gold)}.side-rail button[data-tab].secondary{color:var(--gold)}.side-rail button[data-tab].secondary:before{background:transparent;border:1px solid var(--gold)}.rail-spacer{flex:1}.rail-tool{width:2.4rem;height:2.2rem;border-radius:.5rem;color:var(--muted);font-size:1rem;border:1px solid var(--border);background:var(--surface)}.rail-tool:hover:not(:disabled){color:var(--gold);border-color:var(--gold-dim)}.rail-tool:disabled{opacity:.35;cursor:default}.pane .precepts-section{margin-top:.25rem;max-width:none}.pane .scripture{max-width:38em}body.desktop-split .pane.reader-host.has-precepts-sheet,body.desktop-split .pane.search-host.has-precepts-sheet{display:flex;flex-direction:column;overflow:hidden;padding:0}body.desktop-split .pane.reader-host.has-precepts-sheet .reader-scroll,body.desktop-split .pane.search-host.has-precepts-sheet .search-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.25rem 2rem 1.5rem}body.desktop-split .pane.reader-host:not(.has-precepts-sheet) .reader-scroll{min-height:0}body.desktop-split .pane .precepts-section.ps-sheet{position:relative;flex:none;left:auto;right:auto;bottom:auto;margin:0;max-width:none;width:100%;height:var(--ps-h, 42vh);max-height:72%;display:flex;flex-direction:column;padding:0 1.25rem .65rem;background:var(--raise);border:1px solid var(--gold-dim);border-bottom:none;border-radius:1rem 1rem 0 0;box-shadow:0 -.35rem 1rem color-mix(in srgb,#000 28%,transparent);z-index:5;transition:height .28s cubic-bezier(.22,1,.36,1)}body.desktop-split .pane .precepts-section.ps-sheet.min{height:3.35rem;box-shadow:0 -.15rem .5rem color-mix(in srgb,#000 18%,transparent)}body.desktop-split .pane .precepts-section.ps-sheet .ps-grip{display:block}body.desktop-split .pane .precepts-section.ps-sheet .ps-toggle{display:inline-flex}body.desktop-split .pane .precepts-section.ps-sheet.min .ps-scroll{display:none}body.desktop-split .pane .precepts-section.ps-sheet.min .ps-toggle{transform:rotate(180deg)}body.desktop-split .pane .precepts-section.ps-sheet .ps-head{padding-bottom:0}body.desktop-split .pane .precepts-section.ps-sheet .ps-head h3{margin:0;font-size:.72rem}body.desktop-split .pane .precepts-section.ps-sheet .ps-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:.35rem}body.desktop-split .action-bar{bottom:4rem}body.desktop-split .sheet{max-width:52rem}}.bottom-nav button:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.loc-pill{padding:.32rem .9rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:.8rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-pill:hover{border-color:var(--gold-dim)}.chap-arrow{flex-shrink:0;width:1.85rem;height:1.85rem;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.9rem;display:flex;align-items:center;justify-content:center}.chap-arrow:hover{color:var(--gold);border-color:var(--gold-dim)}.chap-arrow:disabled{opacity:.3;cursor:default}.scripture{font-family:var(--serif);font-size:1.14rem;line-height:1.85;max-width:36em;margin:0 auto;padding:.25rem 0 1rem}.scripture .v{cursor:pointer;border-radius:3px;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.scripture .v:hover{background:var(--gold-wash)}.scripture .v.sel{background:var(--gold-wash);box-shadow:0 1.5px 0 var(--gold)}.scripture .vn{font-family:var(--sans);font-size:.62em;font-weight:600;color:var(--gold);vertical-align:super;margin:0 .28em 0 .5em;user-select:none}.scripture .v:first-child .vn{margin-left:0}.action-bar{position:fixed;bottom:calc(7.1rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%) translateY(.4rem);width:calc(100% - 1.5rem);max-width:42rem;box-sizing:border-box;display:none;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.35rem;padding:.5rem .7rem;background:var(--raise);border:1px solid var(--gold-dim);border-radius:.75rem;box-shadow:var(--shadow);z-index:46;opacity:0;transition:opacity .18s ease,transform .18s ease}.action-bar.open{display:flex;opacity:1;transform:translate(-50%) translateY(0)}.action-bar .sel-ref{font-family:var(--serif);font-size:1rem;font-weight:600;color:var(--text);margin-right:auto;align-self:center;padding-left:.15rem;min-width:0;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.action-bar .act{padding:.42rem .75rem;border-radius:.5rem;font-size:.78rem;font-weight:600;background:var(--surface-2);color:var(--text);white-space:nowrap}.action-bar .act.primary{background:var(--gold);color:#1b1608}.action-bar .act:hover{filter:brightness(1.12)}@media(prefers-reduced-motion:reduce){.action-bar{transition:none}}.precepts-section{margin:1.5rem auto 0;max-width:36em}.ps-grip,.ps-toggle{display:none}.ps-head{display:flex;align-items:center;gap:.5rem}.ps-head h3{flex:1}.precepts-section h3{display:flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin:0 0 .2rem}.precepts-section h3:after{content:"";flex:1;height:1px;background:linear-gradient(to right,var(--gold-dim),transparent)}.precepts-section .isaiah{font-family:var(--serif);font-style:italic;font-size:.8rem;color:var(--faint);margin:0 0 .9rem}.ps-grip{flex:none;width:100%;height:1.4rem;margin:0;padding:0;border:none;background:none;cursor:grab;touch-action:none;position:relative}.ps-grip:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:.28rem;border-radius:999px;background:var(--gold-dim);transition:background .15s ease,width .15s ease}.ps-grip:active{cursor:grabbing}.ps-grip:active:before{background:var(--gold);width:3rem}.ps-toggle{align-items:center;justify-content:center;flex:none;width:1.5rem;height:1.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.35rem;color:var(--muted);font-size:.8rem;transition:transform .2s ease}.ps-toggle:hover{color:var(--gold);border-color:var(--gold-dim)}@media(max-width:63.99rem){.precepts-section.ps-sheet{position:fixed;left:0;right:0;bottom:0;margin:0;max-width:none;height:var(--ps-h, 54vh);max-height:86vh;display:flex;flex-direction:column;padding:0 1rem calc(3.4rem + env(safe-area-inset-bottom,0px));background:var(--raise);border:1px solid var(--gold-dim);border-bottom:none;border-radius:1rem 1rem 0 0;box-shadow:0 -.4rem 1.1rem color-mix(in srgb,#000 30%,transparent);z-index:25;transition:height .28s cubic-bezier(.2,.8,.2,1)}.precepts-section.ps-sheet.min{height:calc(6.6rem + env(safe-area-inset-bottom,0px))}.precepts-section.ps-sheet .ps-grip{display:block}.precepts-section.ps-sheet .ps-toggle{display:inline-flex}.ps-head{padding-bottom:0;min-height:0}.ps-head h3{margin:0;font-size:.72rem}.ps-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:.35rem}.precepts-section.ps-sheet.min{box-shadow:0 -.2rem .6rem color-mix(in srgb,#000 22%,transparent)}.precepts-section.ps-sheet.min .ps-scroll{display:none}.precepts-section.ps-sheet.min .ps-toggle{transform:rotate(180deg)}.search-precepts-sheet[hidden]{display:none!important}}@media(prefers-reduced-motion:reduce){.precepts-section{transition:none}}.thread{position:relative;padding-left:1.4rem}.thread:before{content:"";position:absolute;left:.42rem;top:.9rem;bottom:.9rem;width:2px;background:linear-gradient(var(--strand-c),var(--strand-a) 35%,var(--strand-b));transform-origin:top;animation:thread-draw .5s ease-out}@keyframes thread-draw{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.thread:before{animation:none}}.thread-node{position:relative;margin-bottom:.7rem}.thread-node:before{content:"";position:absolute;left:-1.22rem;top:.95rem;width:.6rem;height:.6rem;border-radius:50%;border:2px solid var(--gold);background:var(--bg)}.thread-node.anchor:before{background:var(--gold)}.thread-card{display:block;width:100%;text-align:left;padding:.7rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:.6rem}.thread-card:hover{border-color:var(--gold-dim);background:var(--surface-2)}.thread-card .t-head{display:flex;align-items:baseline;gap:.6rem}.thread-card .t-ref{color:var(--gold);font-weight:600;font-size:.85rem}.thread-card .t-sim{margin-left:auto;font-size:.68rem;color:var(--faint);letter-spacing:.04em}.thread-card .t-wit{font-size:.62rem;padding:.1rem .42rem;border-radius:999px;background:var(--gold-wash);border:1px solid var(--gold-dim);color:var(--gold);letter-spacing:.04em;white-space:nowrap}.thread-card .t-text{font-family:var(--serif);font-size:.92rem;line-height:1.55;color:var(--muted);margin:.3rem 0 0}.thread-card .t-text .hl{color:var(--text)}.root-chips{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.3rem}.root-chip{font-size:.66rem;padding:.12rem .45rem;border-radius:999px;background:var(--gold-wash);border:1px solid var(--gold-dim);color:var(--gold);letter-spacing:.03em}.root-chip:hover{background:var(--gold-dim);color:var(--bg)}.phrase-chip{font-family:var(--serif);font-style:italic;background:color-mix(in srgb,var(--gold) 16%,transparent);border-color:var(--gold)}.role-chip{border-style:dashed;color:var(--muted);background:transparent}.tg-label.tg-phrase{font-style:italic}.thread-controls{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;margin:.7rem 0 0 1.4rem}.thread-controls-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.precepts-section.ps-sheet:not(.min) .ps-scroll{display:flex;flex-direction:column;overflow:hidden;min-height:0}.precepts-section.ps-sheet:not(.min) .ps-scroll>.isaiah{flex:none}.precepts-section.ps-sheet:not(.min) .ps-scroll>#precepts-body,.precepts-section.ps-sheet:not(.min) .ps-scroll>#search-precepts-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.precepts-section.ps-sheet.ps-tall .thread-controls,.precepts-section.ps-sheet.ps-tall-exit .thread-controls{position:sticky;bottom:0;z-index:4;margin:auto 0 0;padding:.55rem .1rem .45rem;background:linear-gradient(to top,var(--raise) 0%,var(--raise) 72%,color-mix(in srgb,var(--raise) 88%,transparent) 100%);border-top:1px solid var(--border);box-shadow:0 -.4rem .9rem color-mix(in srgb,#000 18%,transparent);will-change:opacity,transform}.precepts-section.ps-sheet.ps-tall .thread-controls{animation:ps-controls-rise .52s cubic-bezier(.16,.84,.22,1) both}.precepts-section.ps-sheet.ps-tall-exit .thread-controls{animation:ps-controls-sink .46s cubic-bezier(.4,0,.2,1) both;pointer-events:none}@keyframes ps-controls-rise{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes ps-controls-sink{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1.25rem)}}@media(prefers-reduced-motion:reduce){.precepts-section.ps-sheet.ps-tall .thread-controls,.precepts-section.ps-sheet.ps-tall-exit .thread-controls{animation:none}}.thread-order,.thread-export,.thread-note{padding:.4rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:.75rem;color:var(--muted);letter-spacing:.04em;white-space:nowrap;flex:0 0 auto}.thread-order:hover,.thread-export:hover,.thread-note:hover{color:var(--gold);border-color:var(--gold-dim)}.thread-sel-hint{display:block;min-height:1.15em;line-height:1.15em;font-size:.68rem;color:var(--faint);letter-spacing:.03em}.thread-sel-hint.is-selected{color:var(--gold-dim)}.thread-sel-clear{background:none;border:none;padding:0;color:var(--gold);font-size:inherit;letter-spacing:inherit;cursor:pointer;text-decoration:underline}.thread-sel-clear:hover{color:var(--text)}.seq-meter{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin:.8rem 0 .5rem}.seq-score{margin-left:auto;font-size:.7rem;letter-spacing:.04em;padding:.15rem .55rem;border-radius:999px;border:1px solid var(--border)}.seq-score.strong{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-wash)}.seq-score.fair{color:var(--muted)}.seq-score.weak{color:var(--err);border-color:color-mix(in srgb,var(--err) 40%,transparent)}.seq-gap{display:flex;align-items:center;gap:.5rem;margin:.1rem 0 .7rem .2rem}.seq-bar{width:7rem;height:.3rem;border-radius:999px;background:var(--surface-2);overflow:hidden}.seq-fill{display:block;height:100%;border-radius:999px;background:var(--faint)}.seq-gap.strong .seq-fill{background:linear-gradient(to right,var(--strand-b),var(--strand-a),var(--strand-c))}.seq-gap.fair .seq-fill{background:var(--gold-dim)}.seq-gap.weak .seq-fill{background:color-mix(in srgb,var(--err) 65%,var(--surface-2))}.seq-pct{font-size:.64rem;color:var(--faint);letter-spacing:.04em}.seq-gap.strong .seq-pct{color:var(--gold)}.seq-gap.weak .seq-pct{color:var(--err)}.thread-study .thread-node{margin-bottom:.35rem}.topic-threads{margin-top:1.25rem}.thread-group{margin:1rem 0 0}.thread-group.is-selected .tg-head{border-radius:.45rem;background:color-mix(in srgb,var(--gold-wash) 70%,transparent);padding:.2rem .35rem .2rem .2rem;margin-left:-.2rem}.tg-head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.4rem}.tg-pick{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin:0;cursor:pointer;line-height:1}.tg-check{appearance:none;width:1rem;height:1rem;margin:0;border:1.5px solid var(--gold-dim);border-radius:.25rem;background:var(--surface);cursor:pointer;position:relative;flex-shrink:0}.tg-check:hover{border-color:var(--gold);background:var(--gold-wash)}.tg-check:checked{background:var(--gold);border-color:var(--gold)}.tg-check:checked:after{content:"";position:absolute;left:.28rem;top:.06rem;width:.28rem;height:.5rem;border:solid #1b1608;border-width:0 2px 2px 0;transform:rotate(45deg)}.tg-check:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.tg-label{font-family:var(--serif);font-size:.9rem;font-weight:600;color:var(--gold);letter-spacing:.02em;text-transform:capitalize}.tg-count{margin-left:auto;font-size:.66rem;color:var(--faint);letter-spacing:.04em;white-space:nowrap}.tg-more{display:block;margin:.15rem 0 .2rem 1.4rem;padding:.15rem 0;font-size:.72rem;letter-spacing:.04em;color:var(--muted)}.tg-more:hover{color:var(--gold);text-decoration:underline}.thread-anchor{margin-bottom:.2rem}.t-why{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;margin:0 0 .3rem;font-size:.66rem}.t-why .t-why-label{color:var(--faint);font-style:italic;letter-spacing:.04em}.thread-extend{display:block;margin:.3rem 0 0;padding:.15rem 0;background:none;border:none;font-size:.7rem;letter-spacing:.05em;color:var(--gold);cursor:pointer}.thread-extend:hover{text-decoration:underline}.thread-extend[disabled]{color:var(--faint);cursor:default;text-decoration:none}.thread-next .thread{margin-top:.55rem;padding-left:1.3rem}.precepts-empty,.precepts-loading{font-size:.82rem;color:var(--faint);padding:.4rem 0}.reveal-precepts{display:block;margin:.4rem 0 0;padding:.5rem .9rem;border-radius:.5rem;border:1px dashed var(--gold-dim);color:var(--gold);font-size:.8rem;background:transparent}.reveal-precepts:hover{background:var(--gold-wash)}.picker-overlay{position:fixed;inset:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(6px);overflow-y:auto;padding:1rem 1.25rem 3rem}.picker-overlay .picker-inner{max-width:44rem;margin:0 auto}.picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.picker-head h3{margin:0;font-size:1rem}.picker-close{width:2.1rem;height:2.1rem;border-radius:50%;background:var(--surface-2);color:var(--muted);font-size:1rem}.testament-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--faint);margin:1rem 0 .45rem}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.4rem}.book-btn{padding:.55rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:.45rem;font-size:.8rem;text-align:left;color:var(--text)}.book-btn:hover{border-color:var(--gold-dim)}.chapter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(3rem,1fr));gap:.4rem}.chapter-btn{padding:.6rem 0;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:.45rem;font-size:.85rem;color:var(--text)}.chapter-btn:hover{background:var(--gold-dim);color:var(--bg)}.search-form{display:flex;gap:.5rem;margin-bottom:.35rem}.search-form input{flex:1;padding:.65rem .85rem;border:1px solid var(--border);border-radius:.6rem;background:var(--surface);color:var(--text);font:inherit}.search-form input::placeholder{color:var(--faint)}.search-form button{padding:.65rem 1.1rem;border-radius:.6rem;background:var(--gold);color:#1b1608;font-weight:600}.search-form button:disabled{opacity:.5;cursor:default}.search-hint{font-size:.74rem;color:var(--faint);margin:0 0 1rem}.searching-pulse{animation:search-pulse 1.2s ease-in-out infinite}@keyframes search-pulse{0%,to{opacity:.55}50%{opacity:1}}.sr-deck{margin-top:.25rem}.sr-mast{position:relative;margin:0 0 1rem;padding:.85rem 1rem .95rem;border-radius:.75rem;background:linear-gradient(135deg,color-mix(in srgb,var(--gold-wash) 70%,transparent),transparent 55%),var(--surface);border:1px solid var(--border);overflow:hidden}.sr-cord{display:flex;gap:.28rem;margin-bottom:.55rem}.sr-cord span{display:block;height:.2rem;border-radius:999px;flex:1;max-width:2.4rem}.sr-cord-a{background:var(--strand-c)}.sr-cord-b{background:var(--strand-a)}.sr-cord-c{background:var(--strand-b)}.sr-eyebrow{margin:0;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dim)}.sr-title{margin:.2rem 0 0;font-family:var(--serif);font-size:1.25rem;font-weight:600;color:var(--text);line-height:1.3;letter-spacing:.01em}.sr-stats{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;list-style:none;margin:.7rem 0 0;padding:0}.sr-stats li{display:flex;align-items:baseline;gap:.35rem}.sr-stat-n{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--gold);line-height:1}.sr-stat-l{font-size:.72rem;color:var(--muted);letter-spacing:.04em;text-transform:lowercase}.sr-rail{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:repeat(auto-fit,minmax(5.5rem,1fr));gap:.35rem;margin:0 0 1rem;padding:.4rem 0 .55rem;background:linear-gradient(to bottom,var(--bg) 72%,transparent)}body.desktop-split .sr-rail{background:linear-gradient(to bottom,var(--surface) 72%,transparent)}.sr-tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem .7rem .5rem;border-radius:.55rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);text-align:left;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.sr-tab:hover{color:var(--text);border-color:var(--gold-dim)}.sr-tab.on{color:var(--text);border-color:var(--gold-dim);background:var(--gold-wash);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--gold) 25%,transparent)}.sr-tab-mark{position:absolute;left:0;top:.45rem;bottom:.45rem;width:.2rem;border-radius:0 999px 999px 0;background:transparent;transition:background .15s ease}.sr-tab.on .sr-tab-mark{background:linear-gradient(var(--strand-c),var(--strand-a) 45%,var(--strand-b))}.sr-tab-label{font-size:.78rem;font-weight:700;letter-spacing:.03em;padding-left:.25rem}.sr-tab-count{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--faint);line-height:1;padding-left:.25rem}.sr-tab.on .sr-tab-count{color:var(--gold)}.sr-panes{min-height:4rem}.sr-pane[hidden]{display:none!important}.sr-lede{margin:0 0 .85rem;font-size:.8rem;color:var(--muted);line-height:1.45;max-width:38em}.sr-empty{margin:.5rem 0;padding:1rem 1.1rem;border-radius:.6rem;border:1px dashed var(--border);color:var(--muted);font-size:.86rem;background:var(--surface)}.sr-shelf{display:flex;flex-wrap:wrap;gap:.3rem;margin:0 0 .9rem}.sr-shelf-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.03em;transition:color .15s ease,background .15s ease,border-color .15s ease}.sr-shelf-btn:hover{color:var(--text);background:var(--surface-2)}.sr-shelf-btn.on{color:var(--gold);background:var(--gold-wash);border-color:var(--gold-dim)}.sr-shelf-count{font-size:.68rem;color:var(--faint);font-weight:600}.sr-shelf-btn.on .sr-shelf-count{color:var(--gold-dim)}.sr-shelf-block{margin-bottom:1.15rem}.sr-shelf-block[hidden]{display:none!important}.sr-shelf-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .55rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.sr-shelf-n{margin-left:auto;font-size:.68rem;color:var(--faint);letter-spacing:0;text-transform:none}.sr-testament{display:inline-flex;align-items:center;gap:.35rem}.sr-testament:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--gold-dim)}.sr-testament.nt:before{background:var(--strand-a)}.sr-testament.ap:before{background:var(--strand-c)}.sr-cards{display:flex;flex-direction:column;gap:.5rem}.verse-card{display:block;width:100%;text-align:left;padding:.75rem .9rem .8rem;margin-bottom:0;border:1px solid var(--border);border-radius:.65rem;background:var(--surface);color:var(--text);transition:border-color .15s ease,background .15s ease,transform .12s ease}.verse-card:hover{border-color:var(--gold-dim);background:var(--surface-2)}.verse-card:active{transform:scale(.995)}.verse-card.is-linked{border-left:3px solid var(--strand-a);padding-left:calc(.9rem - 2px)}.vc-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.vc-meta{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem}.vc-badge{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.12rem .4rem;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:var(--surface-2)}.vc-badge.nt{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-wash)}.vc-badge.ot{color:var(--muted)}.vc-badge.ap{color:var(--strand-c);border-color:color-mix(in srgb,var(--strand-c) 40%,var(--border))}.vc-kind{font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--strand-a)}.verse-card .ref-link{color:var(--gold);font-size:.84rem;font-weight:600;font-family:var(--serif)}.verse-card .verse-text{font-family:var(--serif);margin:0;font-size:.95rem;line-height:1.55;color:var(--text)}.verse-card .relevance{margin:.4rem 0 0;font-size:.72rem;color:var(--muted);line-height:1.35}.sr-themes{display:flex;flex-direction:column;gap:.65rem}.theme-card{display:flex;gap:0;border-radius:.65rem;border:1px solid var(--border);background:var(--surface);overflow:hidden}.theme-spine{flex:0 0 .28rem;background:linear-gradient(var(--strand-c),var(--strand-a) 40%,var(--strand-b))}.theme-body{flex:1;min-width:0;padding:.7rem .85rem .75rem}.theme-title{margin:0 0 .45rem;font-size:.86rem;font-weight:600;line-height:1.4;color:var(--text)}.theme-refs{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.45rem}.theme-ref{padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--gold);font-family:var(--serif);font-size:.74rem;font-weight:600;transition:border-color .15s ease,background .15s ease}.theme-ref:hover{border-color:var(--gold-dim);background:var(--gold-wash)}.sr-threads-card{position:relative;padding:1.15rem 1.15rem 1.2rem;border-radius:.75rem;border:1px solid var(--border);background:linear-gradient(160deg,var(--gold-wash),transparent 50%),var(--surface)}.sr-threads-cord{width:2.6rem;height:.22rem;margin-bottom:.75rem;border-radius:999px;background:linear-gradient(to right,var(--strand-c),var(--strand-a),var(--strand-b))}.sr-threads-card h3{margin:0 0 .4rem;font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--gold)}.threads-status{margin:0 0 .55rem;font-size:.88rem;color:var(--text);line-height:1.45}.threads-status strong{color:var(--gold);font-family:var(--serif)}.sr-threads-hint{margin:0;font-size:.76rem;color:var(--faint);line-height:1.4}.lexicon-card{padding:.85rem 1rem;margin-bottom:1rem;border-radius:.65rem;border:1px solid var(--border);border-left:3px solid var(--gold);background:var(--surface)}.lex-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .65rem;margin-bottom:.4rem}.lex-num{font-weight:700;color:var(--gold);letter-spacing:.04em}.lex-orig{font-size:1.05rem}.lex-tr{color:var(--muted);font-size:.9rem}.lex-lang{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--faint)}.lex-def{font-size:.88rem;line-height:1.5;color:var(--text)}.search-cat-note{font-size:.76rem;color:var(--faint);margin:0 0 .65rem}.search-precepts-sheet[hidden]{display:none!important}.mode-badge{display:inline-block;margin-bottom:.75rem;padding:.18rem .55rem;border-radius:.35rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;background:var(--surface-2);color:var(--gold)}.empty{color:var(--muted);font-size:.9rem}.hint{font-size:.76rem;color:var(--muted);line-height:1.5}.sheet{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:44rem;max-height:62dvh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:1rem 1rem 0 0;padding:.9rem 1.25rem 2rem;z-index:60;box-shadow:var(--shadow-sheet)}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;position:sticky;top:-.9rem;background:var(--surface);padding:.4rem 0}.sheet-head h3{margin:0;font-size:.95rem;color:var(--gold)}.strong-row{padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.85rem;line-height:1.5}.strong-row .s-num{color:var(--gold);font-weight:600;margin-right:.4rem}.strong-row .s-word{color:var(--text);font-style:italic}.strong-row .s-pos{color:var(--muted);font-size:.72rem;border:1px solid var(--border);border-radius:999px;padding:.05rem .45rem;margin-left:.4rem;white-space:nowrap;vertical-align:middle}.strong-row .s-def{color:var(--muted);margin-top:.15rem}.lex-block{margin-bottom:.9rem}.lex-block .strong-row{border-bottom:none;padding-bottom:.35rem}.ref-row{padding:.4rem 0;border-top:1px solid var(--border);font-size:.84rem;line-height:1.5}.ref-row .ref-link{color:var(--gold);font-weight:600;margin-right:.45rem;white-space:nowrap}.ref-row .ref-text{font-family:var(--serif);color:var(--muted)}.settings-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.settings-tabs button{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.82rem;transition:color .15s,border-color .15s,background .15s}.settings-tabs button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.settings-tabs button:hover{color:var(--text);border-color:var(--gold-dim)}.settings-tabs button.active{background:var(--gold-wash);border-color:var(--gold-dim);color:var(--gold)}@media(max-width:63.99rem){.settings-tabs{flex-wrap:nowrap;gap:.3rem}.settings-tabs button{flex:1 1 0;min-width:0;justify-content:center;gap:.3rem;padding:.4rem .25rem;font-size:.78rem}.settings-tabs button svg{flex:none}.settings-tabs button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.settings-pane{animation:modal-fade .16s ease-out}.setting-card{margin-bottom:1rem;padding:.95rem 1rem;border:1px solid var(--border);border-radius:.6rem;background:var(--surface)}.setting-card h3,.settings-form h3{margin:0 0 .55rem;font-family:var(--serif);color:var(--gold);font-size:1.02rem}.setting-card .hint:last-child,.settings-form .hint:last-of-type{margin-bottom:0}.toggle-row{display:flex;align-items:flex-start;gap:.6rem;margin:0 0 .6rem;font-size:.85rem;cursor:pointer}.toggle-row input{margin-top:.2rem;flex:none}.toggle-row strong{display:block;margin-bottom:.15rem}.toggle-desc{display:block;color:var(--muted);font-size:.8rem;line-height:1.5}.settings-form button[type=submit]{margin-top:.4rem;padding:.5rem 1.1rem;border-radius:999px;background:var(--gold);color:#1b1608;border:none;font-weight:600;font-size:.85rem}.sync-device-row{display:flex;gap:.5rem;align-items:center;margin:.2rem 0 .5rem}.sync-name-input{flex:1 1 auto;min-width:0;padding:.45rem .7rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.45rem;color:var(--text);font-family:var(--sans);font-size:.9rem}.sync-name-input:focus{outline:none;border-color:var(--gold-dim)}.sync-name-save{flex:0 0 auto;padding:.45rem .95rem;border-radius:999px;background:var(--gold-wash);border:1px solid var(--gold-dim);color:var(--gold);font-size:.82rem;font-weight:600}.sync-id-line code{padding:.05rem .35rem;background:var(--surface-2);border-radius:.3rem;font-size:.8rem;letter-spacing:.04em}.sync-actions{display:flex;gap:.5rem;flex-wrap:nowrap;margin-top:.7rem}.sync-btn{flex:1 1 0;padding:.55rem .8rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.85rem;font-weight:600;white-space:nowrap}.sync-btn:hover{color:var(--text);border-color:var(--gold-dim)}.sync-btn.primary{background:var(--gold);border-color:var(--gold);color:#1b1608}.sync-btn.primary:hover{filter:brightness(1.05);color:#1b1608}.sync-btn.danger-outline{margin-top:.75rem;color:var(--err);border-color:color-mix(in srgb,var(--err) 45%,var(--border))}.sync-btn.danger-outline:hover{border-color:var(--err);background:color-mix(in srgb,var(--err) 10%,transparent)}.sync-security{margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.sync-security .hint{margin-top:.45rem}.sync-lan-only{display:flex;gap:.55rem;align-items:flex-start;margin-top:.9rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:.86rem;line-height:1.4;color:var(--muted);cursor:pointer}.sync-lan-only input{margin-top:.2rem;flex-shrink:0}.sync-lan-only strong{color:var(--text)}.sync-paired-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.sync-paired-head h3{margin:0}.sync-path-badges{display:flex;flex-wrap:wrap;gap:.35rem;flex:1 1 auto;justify-content:flex-end;min-width:0}.sync-path-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;border:1px solid var(--border);white-space:nowrap}.sync-path-badge.lan{color:var(--gold);border-color:color-mix(in srgb,var(--gold) 55%,var(--border));background:var(--gold-wash)}.sync-path-badge.net{color:var(--strand-a, var(--gold));border-color:color-mix(in srgb,var(--strand-a, var(--gold)) 40%,var(--border));background:color-mix(in srgb,var(--strand-a, var(--gold)) 12%,transparent)}.sync-path-badge.idle{color:var(--muted);background:var(--surface-2)}.sync-now{flex:0 0 auto;padding:.35rem .85rem;border-radius:999px;background:var(--gold-wash);border:1px solid var(--gold-dim);color:var(--gold);font-size:.78rem;font-weight:600}.sync-status-line{margin:.35rem 0 .5rem;min-height:1rem}.sync-peer-state{color:var(--muted)}.sync-peer-state.on{color:var(--gold)}.sync-peer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.sync-peer:last-child{border-bottom:none}.sync-peer-meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sync-peer-sub{color:var(--muted);font-size:.75rem}.sync-peer-remove{flex:0 0 auto;padding:.3rem .75rem;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--muted);font-size:.78rem}.sync-peer-remove:hover{color:var(--err);border-color:color-mix(in srgb,var(--err) 55%,var(--border))}.sync-modal{max-width:25rem}.sync-qr-wrap{display:flex;justify-content:center;margin:.2rem 0 .9rem}.sync-qr{width:224px;height:224px;border-radius:.5rem;background:#f3ead2}.sync-code-label{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.sync-code-row{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:.4rem}.sync-code{flex:1 1 auto;min-width:0;box-sizing:border-box;padding:.5rem .6rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.45rem;color:var(--text);font-family:var(--mono, monospace);font-size:.78rem;line-height:1.4;resize:none;word-break:break-all}.sync-code:focus{outline:none;border-color:var(--gold-dim)}.sync-copy{flex:0 0 auto;padding:.5rem .85rem;border-radius:999px;background:var(--gold-wash);border:1px solid var(--gold-dim);color:var(--gold);font-size:.78rem;font-weight:600}.sync-scan{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.9rem}.sync-video{width:100%;max-height:240px;border-radius:.5rem;background:#000;object-fit:cover}.sync-scan-toggle{flex:0 0 auto}.sync-join-error{margin:.2rem 0 .6rem;color:var(--err);font-size:.8rem;min-height:1rem}.maint-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin:.7rem 0}#reset-db-btn,#force-reload-pack-btn,#clear-pwa-cache-btn{padding:.5rem .95rem;border-radius:999px;background:var(--surface-2);color:var(--text);border:1px solid var(--border);font-size:.82rem}#reset-db-btn:hover,#force-reload-pack-btn:hover,#clear-pwa-cache-btn:hover{border-color:var(--gold-dim)}.pattern-row{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;border-top:1px solid var(--border)}.pattern-meta{flex:1;min-width:0;font-size:.85rem}.pattern-roles{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.3rem}.pattern-del{color:var(--faint);padding:.2rem .4rem}.pattern-del:hover{color:var(--err)}.pattern-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.6rem}.pattern-form input{flex:1;min-width:14rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:.45rem;background:var(--surface-2);color:var(--text);font:inherit;font-size:.85rem}.pattern-form input::placeholder{color:var(--faint)}.pattern-form button{padding:.5rem .9rem;border-radius:.45rem;background:var(--gold);color:#1b1608;font-weight:600;font-size:.82rem}.connection{padding:.65rem .85rem;margin-bottom:.5rem;border-left:3px solid var(--gold-dim);background:var(--surface-2);border-radius:0 .35rem .35rem 0;font-size:.83rem;line-height:1.5}.notes{padding:1rem 1.1rem 3rem;max-width:48rem;margin:0 auto}.notes-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:.2rem 0 1rem}.notes-head h2{margin:0;font-family:var(--serif);font-size:1.3rem;color:var(--gold)}.notes-new{padding:.45rem .9rem;background:var(--gold-wash);border:1px solid var(--gold-dim);border-radius:999px;color:var(--gold);font-size:.8rem;white-space:nowrap}.notes-new:hover{filter:brightness(1.08)}.notes-empty{color:var(--muted);font-size:.9rem;line-height:1.6}.notes-empty code{background:var(--surface-2);padding:.05rem .3rem;border-radius:.25rem;font-size:.85em}.notes-bc{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--muted);margin-bottom:.7rem}.bc-link{color:var(--gold-dim)}.bc-link:hover{color:var(--gold);text-decoration:underline}.bc-sep{color:var(--faint)}.bc-here{color:var(--text)}.nb-list,.note-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.nb-item{display:flex;align-items:stretch;gap:.35rem}.nb-open{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.75rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;text-align:left}.nb-open:hover{border-color:var(--gold-dim);background:var(--surface-2)}.nb-name{font-weight:600;color:var(--text)}.nb-count{font-size:.75rem;color:var(--muted);white-space:nowrap}.nb-del{padding:0 .7rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;color:var(--faint)}.nb-del:hover{color:var(--err);border-color:var(--err)}.nb-rename{background:none;border:none;padding:0;font-family:var(--serif);font-size:1.2rem;color:var(--gold);text-align:left}.nb-rename:hover{color:var(--gold-dim)}.note-open{width:100%;display:grid;gap:.2rem;padding:.7rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;text-align:left}.note-open:hover{border-color:var(--gold-dim);background:var(--surface-2)}.note-title{font-weight:600;color:var(--text)}.note-snip{font-size:.8rem;color:var(--muted)}.note-tags{font-size:.72rem;color:var(--gold-dim);letter-spacing:.03em}.tag-filter{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.8rem}.tag-chip{padding:.25rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:.72rem;color:var(--muted)}.tag-chip.on{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-wash)}.tag-chip:hover{color:var(--gold)}.note-title-input,.note-tags-input,.note-body{width:100%;box-sizing:border-box;background:var(--surface);border:1px solid var(--border);border-radius:.45rem;color:var(--text);font-family:var(--sans)}.note-title-input{padding:.55rem .7rem;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.note-tags-input{padding:.4rem .7rem;font-size:.82rem;margin-bottom:.6rem}.note-title-input:focus,.note-tags-input:focus,.note-body:focus{outline:none;border-color:var(--gold-dim)}.note-tools{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.6rem}.seg{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.seg-btn{padding:.35rem .9rem;background:var(--surface);color:var(--muted);font-size:.78rem}.seg-btn.on{background:var(--gold-wash);color:var(--gold)}.note-del{background:none;border:none;color:var(--faint);font-size:.78rem}.note-del:hover{color:var(--err)}.note-body{min-height:16rem;padding:.7rem .8rem;font-size:.95rem;line-height:1.6;resize:vertical}.note-preview{padding:.3rem .2rem;font-size:.95rem;line-height:1.65;color:var(--text)}.note-preview h1,.note-preview h2,.note-preview h3,.note-preview h4{font-family:var(--serif);color:var(--gold);margin:1.1rem 0 .5rem;line-height:1.25}.note-preview h1{font-size:1.4rem}.note-preview h2{font-size:1.2rem}.note-preview h3{font-size:1.05rem}.note-preview p{margin:.5rem 0}.note-preview ul,.note-preview ol{margin:.5rem 0;padding-left:1.4rem}.note-preview blockquote{margin:.7rem 0;padding:.3rem .9rem;border-left:3px solid var(--gold-dim);background:var(--surface-2);border-radius:0 .35rem .35rem 0;font-family:var(--serif)}.note-preview pre{background:var(--surface-2);padding:.7rem .85rem;border-radius:.4rem;overflow-x:auto}.note-preview code{background:var(--surface-2);padding:.05rem .3rem;border-radius:.25rem;font-size:.88em}.note-preview pre code{background:none;padding:0}.note-preview hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.note-preview a.wikilink,.note-preview a.scripref{color:var(--gold);text-decoration:none;border-bottom:1px dotted var(--gold-dim);cursor:pointer}.note-preview a.scripref{color:var(--strand-a);border-bottom-color:var(--strand-a)}.note-preview a.wikilink:hover,.note-preview a.scripref:hover{filter:brightness(1.15)}.backlinks{margin-top:1.6rem;border-top:1px solid var(--border);padding-top:.9rem}.backlinks h4{margin:0 0 .5rem;font-size:.85rem;color:var(--muted);letter-spacing:.04em}.backlinks ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.backlink{padding:.4rem .7rem;background:var(--surface);border:1px solid var(--border);border-radius:.4rem;color:var(--gold-dim);font-size:.85rem;text-align:left;width:100%}.backlink:hover{color:var(--gold);border-color:var(--gold-dim)}.notes-head-actions{display:inline-flex;gap:.4rem}.notes-new.ghost{background:none;color:var(--muted);border-color:var(--border)}.notes-new.ghost:hover{color:var(--gold);border-color:var(--gold-dim)}.rt-toolbar{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;padding:.4rem;margin-bottom:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.5rem;position:sticky;top:0;z-index:5}.rt-group{display:inline-flex;gap:.15rem;align-items:center;padding:0 .15rem}.rt-group+.rt-group{border-left:1px solid var(--border);padding-left:.35rem}.rt-toolbar button{min-width:2rem;height:2rem;padding:0 .45rem;background:var(--surface);border:1px solid var(--border);border-radius:.35rem;color:var(--text);font-size:.9rem;line-height:1;cursor:pointer}.rt-toolbar button:hover{border-color:var(--gold-dim);color:var(--gold)}.rt-toolbar button:active{background:var(--gold-wash)}.rt-style{height:2rem;padding:0 .4rem;background:var(--surface);border:1px solid var(--border);border-radius:.35rem;color:var(--text);font-size:.82rem}.rt-color{display:inline-flex;align-items:center;gap:.1rem;height:2rem;padding:0 .35rem;background:var(--surface);border:1px solid var(--border);border-radius:.35rem;cursor:pointer}.rt-color span{font-weight:700;font-size:.9rem;color:var(--gold)}.rt-color input[type=color]{width:1.35rem;height:1.35rem;padding:0;border:none;background:none;cursor:pointer}.rt-editor-host{min-height:12rem}.rt-editor-host .rt-editor,.rt-editor-host .ProseMirror{min-height:12rem;outline:none}.rt-editor-loading{padding:1rem;color:var(--muted);font-size:.9rem}.collaboration-carets__caret{position:relative;margin-left:-1px;margin-right:-1px;border-left:1px solid;border-right:1px solid;word-break:normal;pointer-events:none}.collaboration-carets__label{position:absolute;top:-1.4em;left:-1px;font-size:.65rem;font-weight:600;font-family:system-ui,sans-serif;line-height:1;padding:.12rem .3rem;border-radius:.2rem .2rem .2rem 0;color:#0e0e18;white-space:nowrap;user-select:none;pointer-events:none}.collab-presence{margin-left:.5rem;font-size:.8rem;color:var(--muted)}.rt-editor{min-height:18rem;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;color:var(--text);font-size:.97rem;line-height:1.65;outline:none}.rt-editor:focus{border-color:var(--gold-dim)}.rt-editor:empty:before{content:"Write your note. Use the toolbar to format, link scripture with [[Genesis 1:1]] and notes with [[title]].";color:var(--faint)}.rt-editor h1,.rt-editor h2,.rt-editor h3,.rt-editor h4{font-family:var(--serif);color:var(--gold);margin:1rem 0 .5rem;line-height:1.25}.rt-editor h1{font-size:1.4rem}.rt-editor h2{font-size:1.2rem}.rt-editor h3{font-size:1.05rem}.rt-editor p{margin:.5rem 0}.rt-editor ul,.rt-editor ol{margin:.5rem 0;padding-left:1.4rem}.rt-editor blockquote{margin:.7rem 0;padding:.3rem .9rem;border-left:3px solid var(--gold-dim);background:var(--surface-2);border-radius:0 .35rem .35rem 0;font-family:var(--serif)}.rt-editor img{max-width:100%;height:auto;border-radius:.3rem;margin:.4rem 0}.rt-editor a.wikilink,.rt-editor a.scripref{color:var(--gold);text-decoration:none;border-bottom:1px dotted var(--gold-dim);cursor:pointer}.rt-editor a.scripref{color:var(--strand-a);border-bottom-color:var(--strand-a)}.rt-editor a{color:var(--strand-a)}.rt-editor code{background:var(--surface-2);padding:.05rem .3rem;border-radius:.25rem;font-size:.88em}.rt-editor pre{background:var(--surface-2);padding:.7rem .85rem;border-radius:.4rem;overflow-x:auto}.rt-editor hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.note-table,.rt-editor table{border-collapse:collapse;margin:.6rem 0;width:auto;max-width:100%}.rt-editor th,.rt-editor td{border:1px solid var(--border);padding:.35rem .6rem;min-width:3rem;text-align:left}.rt-editor th{background:var(--surface-2);font-weight:600}.rt-io{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:.7rem 0 .2rem}.rt-io-export{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.78rem;color:var(--muted)}.rt-io-btn{padding:.3rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:.35rem;color:var(--muted);font-size:.78rem}.rt-io-btn:hover{color:var(--gold);border-color:var(--gold-dim)}.rt-io .note-del{margin-left:auto}.sort-ctl{display:flex;align-items:center;gap:.3rem;margin:-.2rem 0 .7rem;font-size:.72rem;color:var(--faint)}.sort-lbl{letter-spacing:.04em;text-transform:uppercase;font-size:.66rem}.sort-field,.sort-dir{padding:.1rem .45rem;background:none;border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:.72rem;line-height:1.4}.sort-field:hover,.sort-dir:hover{color:var(--gold)}.sort-field.on{color:var(--gold);border-color:var(--gold-dim);background:var(--gold-wash)}.sort-dir{min-width:1.3rem}.item-date{font-size:.72rem;color:var(--faint);white-space:nowrap}.nb-meta{display:inline-flex;align-items:center;gap:.6rem}.note-row-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.note-meta{margin:-.15rem 0 .7rem;font-size:.72rem;color:var(--faint)}#note-modified{color:var(--muted)}.bin-open{margin-top:1.4rem;padding:.6rem .9rem;width:100%;background:var(--surface);border:1px dashed var(--border);border-radius:.5rem;color:var(--muted);font-size:.85rem;text-align:left}.bin-open:hover{color:var(--gold);border-color:var(--gold-dim)}.bin-empty{align-self:center}.bin-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:.5rem}.bin-info{display:grid;gap:.15rem;min-width:0}.bin-info .note-title,.bin-info .note-snip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bin-acts{display:inline-flex;gap:.35rem;flex-shrink:0}.bin-restore{padding:.3rem .7rem;background:var(--gold-wash);border:1px solid var(--gold-dim);border-radius:999px;color:var(--gold);font-size:.78rem}.bin-restore:hover{filter:brightness(1.08)}.modal-overlay{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(6px);animation:modal-fade .14s ease-out}.modal{width:100%;max-width:24rem;padding:1.3rem 1.3rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--gold-dim);border-radius:.7rem;box-shadow:var(--shadow-sheet);animation:modal-rise .16s ease-out}.modal-title{margin:0 0 .5rem;font-family:var(--serif);font-size:1.1rem;color:var(--gold)}.modal-msg{margin:0 0 1rem;font-size:.9rem;line-height:1.55;color:var(--text)}.modal-input{width:100%;box-sizing:border-box;margin-bottom:1.1rem;padding:.55rem .7rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.45rem;color:var(--text);font-family:var(--sans);font-size:.95rem}.modal-input:focus{outline:none;border-color:var(--gold-dim)}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.modal-btn{padding:.45rem 1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.83rem;letter-spacing:.02em}.modal-btn:hover{color:var(--text);border-color:var(--gold-dim)}.modal-btn.primary{background:var(--gold-wash);border-color:var(--gold-dim);color:var(--gold)}.modal-btn.primary:hover{filter:brightness(1.1);color:var(--gold)}.modal-btn.danger{background:color-mix(in srgb,var(--err) 16%,var(--surface));border-color:color-mix(in srgb,var(--err) 55%,var(--border));color:var(--err)}.modal-btn.danger:hover{filter:brightness(1.08);color:var(--err)}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-rise{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal{animation:none}}#open-guide{margin-top:.2rem;padding:.5rem .95rem;background:var(--gold-wash);border:1px solid var(--gold-dim);border-radius:999px;color:var(--gold);font-size:.85rem}#open-guide:hover{filter:brightness(1.08)}.legal-note{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem;line-height:1.6}.legal-note p{margin:.3rem 0}.legal-note a{color:var(--gold-dim)}.legal-note a:hover{color:var(--gold);text-decoration:underline}.guide-overlay{position:fixed;inset:0;z-index:75;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(6px);animation:modal-fade .14s ease-out}.guide{display:flex;flex-direction:column;width:100%;max-width:46rem;max-height:90vh;background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--gold-dim);border-radius:.7rem;box-shadow:var(--shadow-sheet);overflow:hidden}.guide-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid var(--border)}.guide-head h2{margin:0;font-family:var(--serif);color:var(--gold);font-size:1.15rem}.guide-close{width:2rem;height:2rem;background:var(--surface-2);border:1px solid var(--border);border-radius:.4rem;color:var(--muted)}.guide-close:hover{color:var(--gold);border-color:var(--gold-dim)}.guide-toc{display:flex;flex-wrap:wrap;gap:.3rem;padding:.7rem 1.2rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.guide-toc a{padding:.2rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--gold-dim);font-size:.75rem;text-decoration:none}.guide-toc a:hover{color:var(--gold);border-color:var(--gold-dim)}.guide-body{padding:1.1rem 1.3rem 1.6rem;overflow-y:auto;color:var(--text);font-size:.86rem;line-height:1.6}.guide-body section{margin-bottom:1.3rem;scroll-margin-top:.5rem}.guide-body h3{font-family:var(--serif);color:var(--gold);font-size:1rem;margin:0 0 .45rem}.guide-body p{margin:.4rem 0}.guide-body ul{margin:.4rem 0;padding-left:1.3rem}.guide-body li{margin:.25rem 0}.guide-body code{background:var(--surface-2);padding:.05rem .3rem;border-radius:.25rem;font-size:.88em}.guide-foot{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}@media(prefers-reduced-motion:reduce){.guide-overlay{animation:none}}
