:root{--hymn-brand: #14765a;--hymn-brand: var(--theme-primary-color, #14765a);--hymn-brand-dark: #0e5944;--hymn-brand-dark: color-mix(in srgb, var(--hymn-brand) 78%, #000);--hymn-on-brand: #fff;--hymn-on-brand: var(--theme-text-on-primary, #fff);--hymn-ink: #17362f;--hymn-ink: var(--theme-text-main, #17362f);--hymn-muted: #60756f;--hymn-muted: color-mix(in srgb, var(--hymn-ink) 72%, transparent);--hymn-surface: #fff;--hymn-surface: var(--theme-bg-main, #fff);--hymn-bg: #f4f8f6;--hymn-bg: var(--theme-bg-body, #f4f8f6);--hymn-accent-soft: #e7f4ef;--hymn-accent-soft: color-mix(in srgb, var(--hymn-brand) 14%, var(--hymn-surface));--hymn-line: #dce8e3;--hymn-line: color-mix(in srgb, var(--hymn-ink) 18%, var(--hymn-surface));--hymn-shadow: 0 14px 38px rgba(24, 66, 54, .09)}:root[data-hymn-theme-mode=dark],:root[data-hymn-theme-mode=black]{--hymn-on-brand: #1e1e1e}:root[data-hymn-theme-mode=blue]{--hymn-on-brand: #fffd37}body.hymn-home-page{max-width:none;color:var(--hymn-ink);background-color:var(--hymn-bg);background-image:radial-gradient(circle at 8% 6%,color-mix(in srgb,var(--hymn-brand) 14%,transparent),transparent 25rem),linear-gradient(180deg,color-mix(in srgb,var(--hymn-bg) 88%,var(--hymn-accent-soft)) 0,var(--hymn-bg) 22rem)}.hymn-home,.hymn-home *{box-sizing:border-box}.hymn-home{width:min(1080px,calc(100% - 28px));margin:0 auto;padding:28px 0 56px;font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hymn-home :is(a,button,input,summary):focus-visible{outline:3px solid #f2c879;outline-offset:3px}.hymn-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(28px,6vw,64px);border:1px solid color-mix(in srgb,var(--hymn-on-brand) 40%,transparent);border-radius:28px;color:var(--hymn-on-brand);background-color:var(--hymn-brand);background-image:linear-gradient(135deg,color-mix(in srgb,var(--hymn-brand) 82%,#000) 0%,var(--hymn-brand) 58%,color-mix(in srgb,var(--hymn-brand) 86%,var(--hymn-on-brand)) 100%);box-shadow:0 22px 55px #0000002e}.hymn-hero:before,.hymn-hero:after{position:absolute;z-index:-1;content:"";border:1px solid color-mix(in srgb,var(--hymn-on-brand) 18%,transparent);border-radius:50%}.hymn-hero:before{width:320px;height:320px;right:-90px;top:-180px}.hymn-hero:after{width:190px;height:190px;right:110px;bottom:-130px}.hymn-eyebrow{margin:0 0 10px;color:color-mix(in srgb,var(--hymn-on-brand) 78%,transparent);font-size:12px;font-weight:800;letter-spacing:.18em}.hymn-hero h1{margin:0;color:var(--hymn-on-brand);font-family:"Noto Serif SC",STSong,serif;font-size:clamp(32px,7vw,58px);font-weight:800;letter-spacing:.04em;line-height:1.12}.hymn-hero-copy{max-width:620px;margin:14px 0 24px;color:color-mix(in srgb,var(--hymn-on-brand) 82%,transparent);font-size:clamp(15px,2.4vw,18px);line-height:1.7}.hymn-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;max-width:640px;padding:5px;border-radius:13px;background:#fffffffa;box-shadow:0 9px 22px #00231a29}.hymn-search input,.hymn-search button{min-height:42px;border:0;border-radius:9px;font:inherit;font-size:14px}.hymn-search input{min-width:0;padding:0 13px;color:#17362f;background:transparent;outline:0}.hymn-search input::placeholder{color:#5f736d}.hymn-search button{padding:0 22px;color:var(--hymn-on-brand);font-weight:700;background:var(--hymn-brand);cursor:pointer;transition:background .2s ease,transform .2s ease}.hymn-search button:hover{color:var(--hymn-on-brand);background:var(--hymn-brand-dark);transform:translateY(-1px)}.hymn-search :focus-visible{outline:3px solid #f2c879;outline-offset:2px}.hymn-hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;color:color-mix(in srgb,var(--hymn-on-brand) 72%,transparent);font-size:13px}.hymn-hero-meta strong{margin-right:4px;color:var(--hymn-on-brand);font-size:17px}.hymn-section{margin-top:clamp(34px,6vw,58px)}.hymn-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.hymn-section-heading h2{margin:0;color:var(--hymn-ink);font-size:clamp(22px,4vw,30px);letter-spacing:.02em}.hymn-section-heading p{margin:6px 0 0;color:var(--hymn-muted);font-size:14px}.hymn-text-link{flex:0 0 auto;color:var(--hymn-brand-dark);font-weight:700}.hymn-text-link:hover{color:var(--hymn-brand);text-decoration:underline}.hymn-book-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hymn-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:112px;padding:11px 8px 10px;border:1px solid var(--hymn-line);border-radius:14px;color:var(--hymn-ink);text-align:center;background:var(--hymn-surface);box-shadow:0 4px 14px #1842360d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hymn-card:hover{color:var(--hymn-ink);border-color:color-mix(in srgb,var(--hymn-brand) 55%,var(--hymn-line));transform:translateY(-2px);box-shadow:var(--hymn-shadow)}.hymn-card-icon{display:block;width:clamp(48px,6vw,68px);height:auto;aspect-ratio:1;object-fit:contain}.hymn-card-type{overflow:hidden;max-width:100%;font-size:14px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.hymn-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hymn-type-link{display:flex;align-items:center;justify-content:center;min-height:74px;padding:13px 10px;border:1px solid var(--hymn-line);border-radius:16px;color:var(--hymn-ink);text-align:center;background:var(--hymn-surface);transition:border-color .2s ease,background .2s ease,transform .2s ease}.hymn-type-link:hover{color:var(--hymn-ink);border-color:var(--hymn-brand);background:var(--hymn-surface);transform:translateY(-2px)}.hymn-type-link strong,.hymn-type-link small{display:block}.hymn-type-link strong{font-size:15px}.hymn-type-link small{margin-top:3px;color:var(--hymn-muted);font-size:12px}.hymn-jump-panel{border:1px solid var(--hymn-line);border-radius:18px;background:var(--hymn-surface)}.hymn-jump-panel>summary{padding:17px 20px;color:var(--hymn-brand-dark);font-weight:800;cursor:pointer;list-style-position:inside}.hymn-jump-panel[open]>summary{border-bottom:1px solid var(--hymn-line)}.hymn-click{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:min(100%,520px);margin:0 auto;padding:18px;-webkit-text-size-adjust:100%}.hymn-click a,#data-display{display:flex;align-items:center;justify-content:center;min-height:54px;border:1px solid var(--hymn-line);border-radius:10px;color:var(--hymn-ink);font-size:17px;font-weight:800;text-decoration:none;background:var(--hymn-bg);transition:border-color .16s ease,background .16s ease,transform .16s ease}.hymn-click a:hover{color:var(--hymn-brand-dark);border-color:var(--hymn-brand);background:var(--hymn-accent-soft);transform:translateY(-1px)}.hymn-click a[data-number]{font-size:24px}.hymn-click a[data-correct]{grid-column:span 2}.hymn-click a[data-submit]{color:var(--hymn-muted);border-color:var(--hymn-line);background:var(--hymn-soft);opacity:.55}.hymn-click a[data-submit].is-ready{color:var(--hymn-on-brand);border-color:var(--hymn-brand);background:var(--hymn-brand);opacity:1;box-shadow:0 0 0 2px var(--hymn-surface),0 0 0 4px var(--hymn-brand)}.hymn-click a[data-submit].is-ready:hover{color:var(--hymn-on-brand);background:var(--hymn-brand-dark)}:root[data-hymn-theme-mode=dark] .hymn-click a[data-submit].is-ready{color:#1e1e1e;border-color:#e8e8e8;background:#e8e8e8;box-shadow:0 0 0 2px #2b2b2b,0 0 0 4px #e8e8e8}:root[data-hymn-theme-mode=black] .hymn-click a[data-submit].is-ready{color:#212121;border-color:#fff;background:#fff;box-shadow:0 0 0 2px #212121,0 0 0 4px #fff}:root[data-hymn-theme-mode=blue] .hymn-click a[data-submit].is-ready{color:#00f;border-color:#fffd37;background:#fffd37;box-shadow:0 0 0 2px #00f,0 0 0 4px #fffd37}#data-display{grid-column:span 2;justify-content:flex-start;gap:5px;padding:0 14px;color:#17362f;background:#fff}#chosen-book{display:none}#chosen-number{font-size:23px}#chosen-type{color:#5f736d;font-size:15px}.hymn-click a[data-book].activate{color:#111!important;border-color:#aaa;background:#fff!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--hymn-brand) 35%,transparent)}.hymn-click a.disabled{opacity:.45;pointer-events:none}.hymn-help{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr);gap:28px;padding:clamp(24px,5vw,42px);border:1px solid var(--hymn-line);border-radius:24px;background:var(--hymn-surface);box-shadow:0 10px 34px #1842360f}.hymn-help-intro h2{margin:0 0 9px;color:var(--hymn-ink);font-size:25px}.hymn-help-intro p{margin:0;color:var(--hymn-muted);line-height:1.7}.hymn-help-intro .hymn-eyebrow--dark{color:var(--hymn-brand)}.hymn-help-list details{border-bottom:1px solid var(--hymn-line)}.hymn-help-list details:first-child{border-top:1px solid var(--hymn-line)}.hymn-help-list summary{padding:16px 6px;color:var(--hymn-ink);font-weight:800;cursor:pointer}.hymn-help-list div{padding:0 6px 17px;color:var(--hymn-muted);line-height:1.75}.hymn-help-list p{margin:7px 0}a.hidden{display:none}@media (max-width: 560px){.hymn-home{width:min(100% - 20px,1080px);padding-top:14px}.hymn-hero{padding:21px 16px 17px;border-radius:18px}.hymn-hero>.hymn-eyebrow{display:none}.hymn-hero h1{font-size:29px}.hymn-hero-copy{margin:8px 0 14px;font-size:14px;line-height:1.55}.hymn-search{grid-template-columns:minmax(0,1fr) 58px;gap:4px;width:100%;padding:4px;border-radius:11px}.hymn-search input,.hymn-search button{min-height:44px;border-radius:8px;font-size:13px}.hymn-search input{padding:0 10px}.hymn-search button{padding:0 9px}.hymn-hero-meta{display:none}.hymn-section-heading{align-items:start}.hymn-book-grid{gap:6px}.hymn-card{min-height:84px;gap:5px;padding:8px 4px 7px;border-radius:10px}.hymn-card-icon{width:clamp(42px,14vw,52px)}.hymn-card-type{font-size:clamp(11px,3.2vw,13px)}.hymn-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.hymn-type-link{min-height:56px;padding:8px 3px;border-radius:11px}.hymn-type-link strong{font-size:clamp(11px,3.4vw,13px);line-height:1.3;white-space:nowrap}.hymn-type-link small{display:none}.hymn-click{gap:4px;padding:10px}.hymn-click a,#data-display{min-height:48px;border-radius:8px;font-size:14px}.hymn-click a[data-number],#chosen-number{font-size:21px}#data-display{gap:3px;padding:0 8px}#chosen-type{font-size:13px}.hymn-help{grid-template-columns:1fr;gap:18px;border-radius:20px}}@media (max-width: 365px){.hymn-click a,#data-display{min-height:43px;font-size:13px}.hymn-click a[data-number],#chosen-number{font-size:19px}}@media (prefers-reduced-motion: reduce){.hymn-home *,.hymn-home *:before,.hymn-home *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-book].activate{color:#111!important;-webkit-text-fill-color:#111!important;border-color:#aaa!important;background:#fff!important;background-color:#fff!important;background-image:none!important;opacity:1!important;filter:none!important;text-shadow:none!important;box-shadow:inset 0 0 0 100vmax #fff,0 0 0 1px #aaa!important}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>:is(a[data-submit].disabled,a[data-correct].disabled,a[data-clear].disabled){color:#777!important;-webkit-text-fill-color:#777!important;border-color:#444!important;background:#202020!important;background-image:none!important;opacity:1!important;filter:none!important;box-shadow:none!important}html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a{color:#fffd37!important;-webkit-text-fill-color:#fffd37!important;border-color:#fffd37!important;background:#00f!important;background-image:none!important;opacity:1!important;filter:none!important;text-shadow:none!important;box-shadow:none!important}html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>#data-display,html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-book].activate,html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-submit].is-ready{color:#00f!important;-webkit-text-fill-color:#0000ff!important;border-color:#fffd37!important;background:#fffd37!important;background-color:#fffd37!important;background-image:none!important;opacity:1!important;box-shadow:inset 0 0 0 100vmax #fffd37,0 0 0 1px #fffd37!important}html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>:is(a[data-submit].disabled,a[data-correct].disabled,a[data-clear].disabled){color:#aaa923!important;-webkit-text-fill-color:#aaa923!important;border-color:#77771a!important;background:#00c!important;opacity:1!important;box-shadow:none!important}html[data-hymn-theme=sepia] body.hymn-home-page .hymn-click>a[data-book].activate{color:#433422!important;-webkit-text-fill-color:#433422!important;border-color:#8c755a!important;background:#fff!important;box-shadow:inset 0 0 0 100vmax #fff,0 0 0 1px #8c755a!important}html[data-hymn-theme=sepia] body.hymn-home-page .hymn-click>:is(a[data-submit].disabled,a[data-correct].disabled,a[data-clear].disabled){color:#8c755a!important;-webkit-text-fill-color:#8c755a!important;border-color:#cbbda6!important;background:#efe4ce!important;opacity:1!important}html[data-hymn-theme-mode=dark] body.hymn-home-page .hymn-click>#data-display,html[data-hymn-theme-mode=dark] body.hymn-home-page .hymn-click>a[data-book].activate,html[data-hymn-theme-mode=dark] body.hymn-home-page .hymn-click>a[data-submit].is-ready{color:#2b2b2b!important;-webkit-text-fill-color:#2b2b2b!important;border-color:#e8e8e8!important;background:#e8e8e8!important;box-shadow:inset 0 0 0 100vmax #e8e8e8,0 0 0 1px #e8e8e8!important}html[data-hymn-theme-mode=dark] body.hymn-home-page .hymn-click>:is(a[data-submit].disabled,a[data-correct].disabled,a[data-clear].disabled){color:#888!important;-webkit-text-fill-color:#888!important;border-color:#444!important;background:#242424!important;opacity:1!important}html[data-hymn-theme-mode=dark] body.hymn-home-page>.header,html[data-hymn-theme-mode=dark] body.hymn-home-page>.header :is(a,button){color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-color:#555!important;background:#2b2b2b!important;background-color:#2b2b2b!important;background-image:none!important;text-shadow:none!important;box-shadow:none!important}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>:is(a[data-correct],a[data-clear]){color:var(--hymn-ink)!important;-webkit-text-fill-color:var(--hymn-ink)!important;border-color:var(--hymn-line)!important;background:var(--hymn-bg)!important;background-image:none!important;box-shadow:none!important;filter:none!important}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-submit]{color:var(--hymn-on-brand)!important;-webkit-text-fill-color:var(--hymn-on-brand)!important;border-color:var(--hymn-brand)!important;background:var(--hymn-brand)!important;background-image:none!important;box-shadow:none!important;filter:none!important}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>:is(a[data-correct],a[data-clear],a[data-submit]).disabled{opacity:.45!important}html body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>:is(a[data-correct],a[data-clear],a[data-submit]):not(.disabled){opacity:1!important}html[data-hymn-theme-mode=black] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-submit]:not(.disabled){color:#212121!important;-webkit-text-fill-color:#212121!important;border-color:#fff!important;background:#fff!important;background-color:#fff!important}html[data-hymn-theme-mode=black] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-submit].disabled{color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#777!important;background:#202020!important;background-color:#202020!important}html[data-hymn-theme-mode=black] body.hymn-home-page main.hymn-home .hymn-search>button{color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid #777!important;background:#202020!important;background-color:#202020!important;background-image:none!important;text-shadow:none!important}html[data-hymn-theme-mode=black] body.hymn-home-page main.hymn-home .hymn-search>button:hover{color:#fff!important;-webkit-text-fill-color:#fff!important;background:#333!important;background-color:#333!important}html[data-hymn-theme-mode=black] body.hymn-home-page main.hymn-home .hymn-search .hymn-search-label{color:#fff!important;-webkit-text-fill-color:#fff!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-search .hymn-search-label{color:#1e1e1e!important;-webkit-text-fill-color:#1e1e1e!important}html[data-hymn-theme-mode=blue] body.hymn-home-page main.hymn-home .hymn-search .hymn-search-label{color:#fffd37!important;-webkit-text-fill-color:#fffd37!important}html[data-hymn-theme-mode=dark] body.hymn-home-page{--hymn-bg: #1b1d20;--hymn-surface: #24272b;--hymn-soft: #30343a;--hymn-line: #59616a;--hymn-ink: #e8e8e8;--hymn-muted: #aeb5bd}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>#data-display,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-book].activate,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-submit]{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-color:#59616a!important;background:#24272b!important;background-color:#24272b!important;background-image:none!important;box-shadow:inset 0 1px #ffffff0d,0 2px 7px #00000047!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-correct],html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel .hymn-click>a[data-clear]{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-color:#4b525a!important;background:#1b1d20!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-search{border:1px solid #59616a;background:#24272b}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-search input,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-search .hymn-search-label{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important}html[data-hymn-theme-mode=dark] body.hymn-home-page,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home{background:#1b1d20!important;background-image:none!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-hero,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-section,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-card,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-type-link,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-jump-panel,html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-help{color:#e8e8e8!important;border-color:#4b525a!important;background:#24272b!important;background-color:#24272b!important;background-image:none!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-click>a{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;border-color:#4b525a!important;background:#1b1d20!important;background-color:#1b1d20!important;background-image:none!important}html[data-hymn-theme-mode=dark] body.hymn-home-page main.hymn-home .hymn-search button{color:#e8e8e8!important;border:1px solid #59616a!important;background:#30343a!important;background-image:none!important}
