/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:#f6f3ec;color:#2b2b2b;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}.app-shell{--bg: #f6f3ec;--ink: #2b2b2b;--muted: #888;--accent: #8b6f47;--card-bg: #fff;--border: #eee7db;--menu-bg: #fff;--menu-ink: #333;--menu-hover: rgba(0, 0, 0, 0.05);--reading-font-size: 16px;max-width:860px;margin:0 auto;padding:16px 16px calc(92px + env(safe-area-inset-bottom, 0px));min-height:100vh;background:var(--bg);color:var(--ink)}.app-shell.theme-light{--bg: #fff;--ink: #333;--muted: #999;--accent: #e63946;--border: #f0f0f0}.app-shell.theme-dark{--bg: #121212;--ink: #eee;--muted: #999;--accent: #ff6b6b;--card-bg: #1f1f1f;--border: #2a2a2a;--menu-bg: #1f1f1f;--menu-ink: #d5c5b8;--menu-hover: rgba(255, 255, 255, 0.06)}.app-shell.theme-classic{--bg: #f8f1e8;--ink: #333;--accent: #8b4513}.reading-header{position:relative;text-align:center;margin-bottom:12px;padding:4px 0}.reading-header .header-date{font-size:26px;font-weight:700;line-height:1.3}.reading-header .header-sub{color:var(--muted);font-size:13px;margin-top:2px}.reading-header .header-login{position:absolute;right:0;top:50%;transform:translateY(-50%)}.reading-nav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0 20px}.part-block{margin-bottom:24px}.part-title{font-size:18px;font-weight:700;border-left:4px solid var(--accent);padding-left:10px;margin-bottom:10px}.part-raw{color:var(--muted);font-size:13px;margin-bottom:12px}.chapter-heading{color:var(--accent);font-size:14px;font-weight:600;margin-top:14px;padding:8px 0 6px;border-bottom:1px solid rgba(139,111,71,.2)}.verse-block{display:flex;gap:8px;padding:8px 6px;border-radius:6px;cursor:pointer}.verse-block:hover{background:rgba(139,111,71,.08)}.verse-block.highlighted{background:rgba(255,213,79,.35)}.verse-block.highlighted:hover{background:rgba(255,213,79,.45)}.verse-block.speaking{outline:2px solid var(--accent);outline-offset:2px;background:rgba(139,111,71,.12)}.verse-num{color:var(--accent);font-size:13px;min-width:22px;text-align:right;user-select:none}.verse-text{flex:1;font-size:var(--reading-font-size);line-height:1.9}.book-topic{margin:10px 0 6px;padding:8px 12px;background:rgba(139,111,71,.08);border-left:3px solid var(--accent);border-radius:6px;font-size:14px;line-height:1.7}.book-topic strong{color:var(--accent)}.outline-heading{padding:6px 10px;margin:4px 0;font-size:14px;font-weight:600;line-height:1.6;color:var(--ink);cursor:pointer;border-radius:6px}.outline-heading:hover{background:rgba(139,111,71,.08)}.outline-heading.outline-level-1{font-size:15px;padding-left:12px;border-left:3px solid var(--accent)}.outline-heading.outline-level-2{padding-left:22px}.outline-heading.outline-level-3{padding-left:32px;font-weight:500}.outline-heading.outline-level-4{padding-left:42px;font-weight:400;font-size:13px}.footnote-num{color:var(--accent);font-size:11px;font-weight:600;cursor:pointer;padding:0 1px;user-select:none}.verse-merged-note{cursor:default;padding-left:30px}.verse-merged-note .verse-merge-label{color:var(--muted);font-size:12px}.verse-prologue{font-style:italic;color:var(--muted);font-size:calc(var(--reading-font-size) - 2px)}.footnote-modal-body,.outline-modal-body{max-height:60vh;overflow:auto;font-size:14px;line-height:1.9}.outline-modal-body .outline-heading{cursor:default}.outline-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:300}.outline-modal{background:var(--card, #fdf8f3);border-radius:12px;width:min(92vw,560px);max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2);color:var(--ink, #4a3b35)}.outline-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(139,111,71,.2);flex-shrink:0}.outline-modal-header h3{margin:0;font-size:16px;color:var(--ink, #4a3b35)}.outline-modal-actions{display:flex;align-items:center;gap:4px}.outline-modal-back,.outline-modal-close{cursor:pointer;font-size:16px;color:var(--muted, #9a8a82);padding:4px 8px;border-radius:6px;transition:color .15s;line-height:1}.outline-modal-back:hover,.outline-modal-close:hover{color:var(--accent, #c0573a);background:rgba(139,111,71,.08)}.outline-modal-body{flex:1;overflow-y:auto;padding:14px 18px 24px;scrollbar-width:none;-ms-overflow-style:none}.outline-modal-body::-webkit-scrollbar{display:none}.outline-chapter-title{font-size:14px;font-weight:600;color:var(--accent, #c0573a);padding:8px 0;border-bottom:1px solid rgba(139,111,71,.2);margin-bottom:8px}.outline-modal-empty{color:var(--muted, #9a8a82);text-align:center;padding:32px 0;font-size:14px}.footnote-item{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid rgba(139,111,71,.18);line-height:1.8;align-items:flex-start}.footnote-item:last-child{border-bottom:none}.footnote-item-seq{flex-shrink:0;min-width:20px;height:20px;border-radius:50%;background:var(--accent, #e88766);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;margin-top:3px;padding:0 5px}.footnote-item-note{flex:1;font-size:14px}.ref-link{color:var(--accent, #c0573a);cursor:pointer;font-weight:500;border-bottom:1px dashed rgba(139,111,71,.5);transition:color .15s}.ref-link:hover{color:var(--accent-strong, #8b2e1a);border-bottom-color:var(--accent, #c0573a)}.verse-container{margin:8px 0;padding:6px 0;border-bottom:1px dashed rgba(139,111,71,.25);line-height:1.8}.verse-container.verse-merged{border-bottom:none;padding:3px 0;margin:3px 0}.verse-number{font-weight:bold;color:var(--accent, #8b4513);opacity:.6;margin-right:6px;font-size:13px}.verse-half{font-size:.65em;font-weight:normal;vertical-align:super;line-height:0;margin-left:1px;color:var(--accent, #8b4513);opacity:.6}.multi-version-block{border-bottom-style:solid;border-bottom-color:rgba(139,111,71,.3)}.verse-lines{display:flex;flex-direction:column;gap:2px;margin-top:2px;padding-left:30px}.verse-line{display:flex;align-items:baseline;line-height:1.7;padding:2px 0;font-size:var(--reading-font-size)}.verse-line-annotated{font-size:calc(var(--reading-font-size) - 1px)}.verse-context-menu-overlay{position:fixed;inset:0;z-index:299;background:rgba(0,0,0,0)}.verse-context-menu{position:fixed;z-index:300;min-width:160px;background:var(--menu-bg);color:var(--menu-ink);border-radius:10px;box-shadow:0 4px 24px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.06);padding:6px 0;animation:verse-context-menu-in .12s ease-out}.verse-context-menu .menu-item{display:flex;align-items:center;gap:10px;padding:10px 16px;min-height:44px;font-size:14px;line-height:1.4;cursor:pointer;user-select:none;-webkit-user-select:none;transition:background .12s}.verse-context-menu .menu-item:hover,.verse-context-menu .menu-item:active{background:var(--menu-hover)}@keyframes verse-context-menu-in{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.auth-modal .ant-modal-content{background:var(--bg);color:var(--ink);border:1px solid var(--border);border-radius:14px;padding:26px 24px 20px}.auth-modal .auth-modal-head{margin-bottom:20px}.auth-modal .auth-modal-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:var(--ink)}.auth-modal .auth-modal-title .auth-modal-icon{color:var(--accent);font-size:20px}.auth-modal .auth-modal-sub{margin-top:6px;font-size:13px;color:var(--muted)}.auth-modal .auth-modal-step{display:flex;flex-direction:column;gap:12px}.auth-modal .auth-google-btn{border-color:var(--border);color:var(--ink)}.auth-modal .auth-google-btn:hover{border-color:var(--accent) !important;color:var(--accent) !important}.auth-modal .auth-divider{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.auth-modal .auth-divider::before,.auth-modal .auth-divider::after{content:"";flex:1;height:1px;background:var(--border)}.auth-modal .auth-sent-hint{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:rgba(139,111,71,.08);border:1px solid rgba(139,111,71,.2);border-radius:8px;font-size:13px;color:var(--ink);word-break:break-all}.auth-modal .auth-link{background:none;border:none;padding:0;color:var(--accent);font-size:13px;cursor:pointer;white-space:nowrap}.auth-modal .auth-link:hover{text-decoration:underline}.auth-modal .auth-link:disabled{color:var(--muted);cursor:not-allowed}.auth-modal .auth-code-input input{letter-spacing:6px;font-size:20px;text-align:center}.auth-modal .auth-resend-row{text-align:center;font-size:13px;color:var(--muted)}.auth-modal .auth-modal-note{text-align:center;font-size:12px;color:var(--muted)}.bottom-toolbar{position:fixed;left:0;right:0;bottom:0;height:calc(56px + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom, 0px);display:flex;align-items:center;justify-content:space-around;padding:0 8px;background:var(--bg);color:var(--ink);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 8px rgba(0,0,0,.04);z-index:90}.toolbar-btn{flex:1;height:100%;background:rgba(0,0,0,0);border:none;cursor:pointer;font-size:18px;color:inherit;display:flex;align-items:center;justify-content:center;transition:background-color .15s}.toolbar-btn:hover{background:rgba(0,0,0,.05)}.toolbar-btn:disabled{opacity:.45;cursor:default}.toolbar-btn:disabled:hover{background:rgba(0,0,0,0)}.toolbar-btn-active{color:var(--accent)}.theme-dark .toolbar-btn:hover{background:hsla(0,0%,100%,.08)}.toolbar-popover-row{display:flex;gap:8px}.version-picker-popover{width:260px;max-height:420px;display:flex;flex-direction:column}.version-picker-header{font-size:13px;color:#9a8a82;padding:0 0 10px;border-bottom:1px solid rgba(139,111,71,.2);margin-bottom:8px;font-weight:500;flex-shrink:0}.version-picker-list{overflow-y:auto;flex:1;max-height:360px;scrollbar-width:thin}.version-picker-list::-webkit-scrollbar{width:4px}.version-picker-list::-webkit-scrollbar-thumb{background:rgba(139,111,71,.35);border-radius:999px}.version-group{margin-bottom:4px}.version-group-title{font-size:11px;font-weight:600;color:#b09a90;text-transform:uppercase;letter-spacing:.04em;padding:8px 4px 4px}.version-item{display:flex;align-items:center;gap:8px;padding:7px 4px;cursor:pointer;border-radius:6px;transition:background .12s;font-size:13px}.version-item:hover{background:rgba(139,111,71,.08)}.version-item.checked{background:rgba(139,111,71,.12)}.version-item.disabled{opacity:.4;cursor:not-allowed}.version-item input[type=checkbox]{flex-shrink:0;accent-color:#e88766;width:15px;height:15px;cursor:pointer}.version-item.disabled input[type=checkbox]{cursor:not-allowed}.version-item-name{flex:1;color:#4a3b35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.version-item-id{font-size:10px;color:#b09a90;flex-shrink:0}.version-count{font-size:10px;font-weight:600;margin-left:2px}.checkin-panel{margin:8px 0 20px}.my-checkins-modal .ant-modal-content{background:var(--card-bg, #fff)}.my-checkins .my-checkins-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.my-checkins .my-checkins-head .my-checkins-month{font-size:15px;font-weight:600;color:var(--ink)}.my-checkins .my-checkins-week{display:grid;grid-template-columns:repeat(7, 1fr);text-align:center;font-size:12px;color:var(--muted);margin-bottom:4px}.my-checkins .my-checkins-grid{display:grid;grid-template-columns:repeat(7, 1fr);gap:4px}.my-checkins .my-checkins-cell{position:relative;min-height:46px;border-radius:8px;border:1px solid rgba(0,0,0,0);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:2px}.my-checkins .my-checkins-cell.empty{min-height:0;border:none;padding:0}.my-checkins .my-checkins-cell.done{background:rgba(139,111,71,.1);border-color:rgba(139,111,71,.28)}.my-checkins .my-checkins-cell.today{border-color:var(--accent)}.my-checkins .my-checkins-cell.missed{background:rgba(230,57,70,.08);border-color:rgba(230,57,70,.45)}.my-checkins .my-checkins-cell .my-checkins-day{background:none;border:none;padding:2px 6px;cursor:pointer;font-size:13px;color:var(--ink);line-height:1.2}.my-checkins .my-checkins-cell .my-checkins-day:hover{color:var(--accent)}.my-checkins .my-checkins-cell .my-checkins-done-mark{color:var(--accent);font-size:12px}.my-checkins .my-checkins-cell .my-checkins-missed-dot{width:6px;height:6px;border-radius:50%;background:#e63946}.my-checkins .my-checkins-cell .my-checkins-catchup{background:rgba(139,111,71,.12);border:1px solid rgba(139,111,71,.3);color:var(--accent);font-size:10px;padding:0 5px;border-radius:4px;cursor:pointer;line-height:1.5}.my-checkins .my-checkins-cell .my-checkins-catchup:hover{background:rgba(139,111,71,.22)}.my-shares{max-height:60vh;overflow-y:auto}.my-shares .share-item{padding:10px 12px;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.my-shares .share-item .share-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--muted);margin-bottom:4px}.my-shares .share-item .share-text{font-size:14px;line-height:1.6}.my-shares .my-shares-empty{padding:32px 0;text-align:center;font-size:13px;color:var(--muted)}.my-shares .my-shares-load-more{padding:12px 0 4px;text-align:center}.my-shares .my-share-replies{margin:8px 0 0 10px;padding-left:10px;border-left:2px solid var(--border)}.my-shares .my-share-replies .my-share-reply{margin-top:6px;padding:6px 8px;background:rgba(139,111,71,.06);border-radius:6px}.my-shares .my-share-replies .my-share-reply .my-share-reply-meta{font-size:12px;color:var(--muted);margin-bottom:2px;word-break:break-all}.my-shares .my-share-replies .my-share-reply .my-share-reply-meta .my-share-reply-tag{display:inline-block;margin-right:6px;font-size:10px;color:var(--accent);border:1px solid var(--accent);border-radius:4px;padding:0 4px;vertical-align:1px}.my-shares .my-share-replies .my-share-reply .my-share-reply-text{font-size:13px;line-height:1.5}.checkin-row{display:flex;align-items:center;gap:10px}.checkin-people{font-size:13px;color:var(--muted)}.checkin-panel-login-hint{padding:14px 16px;background:var(--card-bg);border:1px dashed var(--border);border-radius:10px;font-size:13px;color:var(--muted);text-align:center}.shares-list{margin-top:8px}.shares-list .share-item{padding:10px 12px;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.shares-list .share-item .share-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--muted);margin-bottom:4px}.shares-list .share-item .share-quote{margin:6px 0 6px 10px;padding:6px 10px;border-left:3px solid var(--border);background:rgba(139,111,71,.06);border-radius:4px;font-size:12px;color:var(--muted);max-height:76px;overflow:hidden}.shares-list .share-item .share-reply-btn{background:none;border:none;padding:0;color:var(--accent);font-size:12px;cursor:pointer;flex-shrink:0}.shares-list .share-item .share-reply-btn:hover{text-decoration:underline}.shares-list .share-item .share-text{font-size:14px;line-height:1.6}.checkin-quote-bar{display:flex;align-items:center;gap:8px;padding:6px 10px;margin-bottom:8px;background:rgba(139,111,71,.08);border-left:3px solid var(--accent);border-radius:4px;font-size:12px;color:var(--muted)}.checkin-quote-bar .checkin-quote-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkin-quote-bar .checkin-quote-cancel{background:none;border:none;padding:0;color:var(--accent);font-size:12px;cursor:pointer;flex-shrink:0;white-space:nowrap}.checkin-quote-bar .checkin-quote-cancel:hover{text-decoration:underline}@media(max-width: 640px){.app-shell{padding:10px 12px calc(84px + env(safe-area-inset-bottom, 0px))}.reading-header .header-date{font-size:21px}.reading-header .header-login{right:2px}.reading-nav{gap:6px}.reading-nav .ant-btn{padding-inline:8px;font-size:13px}.toolbar-btn{font-size:16px}}@media(hover: none)and (pointer: coarse){.verse-block{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}}

/*# sourceMappingURL=main.5856fb6e8ac6.css.map*/