@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Barlow:wght@400;500;600;700&display=swap";:root{--font-sans: "Helvetica Neue", Helvetica, Arial, "Barlow", system-ui, sans-serif;--font-display: "Barlow Condensed", "Helvetica Neue", Arial, sans-serif;--font-num: "Barlow", "Helvetica Neue", Arial, sans-serif;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 24px;--radius-pill: 999px;--container-max: 520px;--tap-min: 44px;--tap-comfort: 48px;--tap-primary: 56px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--motion-instant: 90ms;--motion-fast: .16s;--motion-normal: .24s;--motion-slow: .42s;--ease-standard: cubic-bezier(.2, 0, 0, 1);--ease-enter: cubic-bezier(.16, 1, .3, 1);--ease-exit: cubic-bezier(.4, 0, 1, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--dur-fast: .12s;--dur-base: .2s;--ease-out: cubic-bezier(.2, 0, 0, 1);--focus-ring: 3px solid var(--theme-primary);--theme-primary: #009bdf;--theme-primary-hover: #0086c2;--theme-secondary: #0079ae;--theme-on-primary: #0b1f28;--theme-background: #f6f5f2;--theme-surface: #ffffff;--theme-surface-hover: #f1f0ec;--theme-border: #dfe3e7;--theme-muted: #667380;--theme-text: #16181c;--status-success: #1f9d57;--status-warning: #e8a317;--status-error: #e0244a;--status-info: #009bdf;--accent-family: #e5477e;--accent-stewardship: #b9820e;--accent-versatility: #6d4fd6;--accent-rust: #cd4827;--shadow-card: 0 2px 8px rgba(16, 24, 32, .07);--shadow-float: 0 8px 28px rgba(16, 24, 32, .14);--shadow-fab: 0 6px 18px rgba(0, 155, 223, .38);--theme-bar: rgba(255, 255, 255, .82);font-family:var(--font-sans);color:var(--theme-text);color-scheme:light}:root[data-theme=dark]{--theme-primary: #009bdf;--theme-primary-hover: #2eade5;--theme-secondary: #0079ae;--theme-on-primary: #06161d;--theme-background: #0f0f0f;--theme-surface: #1a1a1a;--theme-surface-hover: #262626;--theme-border: #3a3a3a;--theme-muted: #bdbdbd;--theme-text: #ffffff;--status-success: #10b981;--status-warning: #f59e0b;--status-error: #ef4444;--status-info: #3b82f6;--accent-family: #f472b6;--accent-stewardship: #e0a93c;--accent-versatility: #a78bfa;--accent-rust: #cd4827;--shadow-card: 0 2px 8px rgba(0, 0, 0, .45);--shadow-float: 0 8px 28px rgba(0, 0, 0, .6);--shadow-fab: 0 6px 18px rgba(0, 155, 223, .45);--theme-bar: rgba(18, 18, 18, .82);color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:var(--theme-background);min-height:100%}body{font-size:18px;line-height:1.5;color:var(--theme-text);transition:background-color .16s ease,color .16s ease}button{font-family:inherit;font-size:1rem;cursor:pointer;min-height:56px;transition:transform .12s ease}button:active{transform:scale(.97)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:var(--focus-ring);outline-offset:2px;border-radius:6px}.u-press{transition:transform var(--motion-instant) var(--ease-standard)}.u-press:active{transform:scale(.96)}@keyframes u-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes u-pop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes u-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.u-reveal{animation:u-reveal var(--motion-normal) var(--ease-enter) both}.u-pop{animation:u-pop var(--motion-fast) var(--ease-spring) both}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}button:active{transform:none}.u-reveal,.u-pop{animation:none!important}.u-press:active{transform:none}}::selection{background:#009bdf3d}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:999px;background:var(--theme-border)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--theme-primary);border:none;cursor:pointer}input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--theme-primary);border:none;cursor:pointer}h1,h2,h3{line-height:1.2}input,textarea,select{background:var(--theme-surface-hover);color:var(--theme-text);border-color:var(--theme-border)}input::placeholder,textarea::placeholder{color:var(--theme-muted)}.kicker{display:inline-flex;align-items:center;gap:.35rem}.card{border:1px solid var(--theme-border)}.g-card{background:var(--theme-surface);border-radius:18px;padding:1.3rem;box-shadow:var(--shadow-card);border:1px solid var(--theme-border);border-left:6px solid var(--g-accent, var(--theme-primary))}.g-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.g-kicker{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--g-accent, var(--theme-primary));display:inline-flex;align-items:center;gap:.35rem}.g-right{display:inline-flex;align-items:center;gap:.4rem}.g-meter{font-weight:800;color:var(--g-accent, var(--theme-primary));font-variant-numeric:tabular-nums}.g-sub{margin:.5rem 0 .9rem;font-size:.9rem;color:var(--theme-muted)}.g-progress{margin:.6rem 0 0;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-muted)}.g-prompt{margin:.3rem 0 1rem;font-size:1.12rem;font-weight:700;color:var(--theme-text);line-height:1.35}.g-options{display:flex;flex-direction:column;gap:.6rem}.g-options.cols{display:grid;grid-template-columns:1fr 1fr}.g-opt{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:.6rem;text-align:left;padding:.85rem 1rem;min-height:56px;font-size:1rem;border:2px solid var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-text);transition:border-color .12s ease,transform .1s ease}.g-opt:active:not(:disabled){transform:scale(.99)}.g-opt:disabled{opacity:1;cursor:default}.g-opt.sel{border-color:var(--theme-primary)}.g-opt.correct{border-color:var(--accent-family)}.g-opt.correct.tint{background:#10b98124}.g-opt.wrong{border-color:var(--status-error)}.g-opt.wrong.tint{background:#ef44441f}.g-opt.wrong.nudge{animation:g-nudge .22s ease}@keyframes g-nudge{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.g-fill{position:absolute;left:0;top:0;bottom:0;width:0;background:#009bdf33;z-index:0;transition:width .4s ease}.g-opt.correct .g-fill{background:#10b98133}.g-opt.wrong .g-fill{background:#ef444429}.g-lbl{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.35rem}.g-pct{position:relative;z-index:1;font-weight:800;font-variant-numeric:tabular-nums;color:var(--theme-muted)}.g-opt.sel .g-pct{color:var(--theme-primary)}.g-caption{margin:.9rem 0 .4rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-muted)}.g-result{margin-top:.9rem;background:#ef44441f;border-radius:12px;padding:.9rem 1rem;font-size:.92rem;color:var(--theme-text);line-height:1.45}.g-result.ok{background:#10b98129}.g-result strong{display:block;margin-bottom:.2rem}.g-result.summary strong{font-size:1.2rem}.g-result p{margin:.3rem 0 0;font-size:.9rem;color:var(--theme-text)}.g-btn{margin-top:.8rem;width:100%;min-height:52px;border:none;border-radius:12px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;font-size:1rem}.g-btn.ghost{background:transparent;border:1px solid var(--theme-border);color:var(--theme-muted)}.g-again{min-height:32px;padding:0 .7rem;border:1px solid var(--theme-border);border-radius:10px;background:transparent;color:var(--theme-muted);font-weight:700;font-size:.74rem}@media (prefers-reduced-motion: reduce){.g-opt{transition:none}.g-opt:active:not(:disabled){transform:none}.g-opt.wrong.nudge{animation:none}.g-fill{transition:none}}.pop-in{animation:pop-in .3s cubic-bezier(.2,.9,.3,1.2)}@keyframes pop-in{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root[data-reduce-motion=true] *,:root[data-reduce-motion=true] *:before,:root[data-reduce-motion=true] *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.pbanner.svelte-1vsbemm{display:flex;align-items:center;justify-content:space-between;gap:.6rem;text-decoration:none;background:color-mix(in srgb,var(--status-error) 12%,var(--theme-surface));border:1px solid var(--status-error);border-radius:12px;padding:.6rem .9rem;color:var(--theme-text)}.left.svelte-1vsbemm{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:var(--status-error)}.lbl.svelte-1vsbemm{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;flex:none}.ttl.svelte-1vsbemm{color:var(--theme-text);font-weight:700;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view.svelte-1vsbemm{flex:0 0 auto;display:inline-flex;align-items:center;gap:.1rem;color:var(--status-error);font-weight:700;font-size:.82rem}.card.svelte-f0whnb{background:var(--theme-surface);border-radius:18px;padding:1.3rem;box-shadow:var(--shadow-card);border-left:6px solid var(--accent-family)}.kicker.svelte-f0whnb{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-family)}.lbl.svelte-f0whnb{display:block;font-size:.82rem;color:var(--theme-muted);margin:.8rem 0 0}select.svelte-f0whnb,textarea.svelte-f0whnb{width:100%;margin-top:.4rem;padding:.8rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--theme-border);border-radius:12px;box-sizing:border-box;min-height:48px}textarea.svelte-f0whnb{resize:vertical}.vlabel.svelte-f0whnb{margin:.9rem 0 .4rem;font-size:.82rem;color:var(--theme-muted)}.values.svelte-f0whnb{display:flex;flex-wrap:wrap;gap:.5rem}.vchip.svelte-f0whnb{min-height:44px;padding:.4rem .9rem;border:2px solid var(--c);border-radius:999px;background:var(--theme-surface-hover);color:var(--c);font-weight:700}.vchip.on.svelte-f0whnb{background:var(--c);color:var(--theme-on-primary)}.send.svelte-f0whnb{width:100%;margin-top:1rem;padding:.9rem;border:none;border-radius:12px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;min-height:56px}.send.svelte-f0whnb:disabled{opacity:.5}.result.svelte-f0whnb{position:relative;display:flex;gap:.7rem;align-items:flex-start;margin-top:.6rem;background:var(--theme-surface-hover);border-radius:12px;padding:1rem}.result.ok.svelte-f0whnb{background:#10b98129}.stamp.svelte-f0whnb{position:absolute;top:.5rem;right:.6rem;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--c);border:2px solid var(--c);border-radius:8px;padding:.15rem .5rem;transform:rotate(-6deg);animation:svelte-f0whnb-stamp-in var(--motion-slow) var(--ease-spring) both}@keyframes svelte-f0whnb-stamp-in{0%{opacity:0;transform:scale(1.7) rotate(-14deg)}55%{opacity:1;transform:scale(.9) rotate(-4deg)}to{opacity:1;transform:scale(1) rotate(-6deg)}}@media (prefers-reduced-motion: reduce){.stamp.svelte-f0whnb{animation:none}}.r-icon.svelte-f0whnb{font-size:1.2rem}.result.svelte-f0whnb p:where(.svelte-f0whnb){margin:0;color:var(--theme-text)}.again.svelte-f0whnb{margin-top:.7rem;min-height:44px;padding:0 1rem;border:1px solid var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-text);font-weight:800}.card.svelte-1t1l5lv{background:var(--theme-surface);border-radius:18px;padding:1.3rem;box-shadow:var(--shadow-card);border-left:6px solid var(--accent-versatility)}.kicker.svelte-1t1l5lv{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-versatility)}textarea.svelte-1t1l5lv{width:100%;margin:.7rem 0;padding:.8rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--theme-border);border-radius:12px;box-sizing:border-box;resize:vertical}.photo.svelte-1t1l5lv{display:flex;align-items:center;justify-content:center;gap:.4rem;box-sizing:border-box;width:100%;min-height:56px;border:2px dashed var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-muted);font-weight:700;margin-bottom:.7rem;cursor:pointer}.vh.svelte-1t1l5lv{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.preview.svelte-1t1l5lv{margin-bottom:.7rem;display:flex;flex-direction:column;gap:.6rem}.preview-img.svelte-1t1l5lv{width:100%;max-height:320px;object-fit:contain;border-radius:12px;border:1px solid var(--theme-border);background:var(--theme-surface-hover)}.remove.svelte-1t1l5lv{width:100%;min-height:56px;border:2px solid var(--status-error);border-radius:12px;background:transparent;color:var(--status-error);font-weight:800}.photoerr.svelte-1t1l5lv{margin:0 0 .7rem;color:var(--status-error);font-size:.85rem}.post.svelte-1t1l5lv{width:100%;padding:.9rem;border:none;border-radius:12px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;min-height:56px}.post.svelte-1t1l5lv:disabled{opacity:.5}.post.kc.svelte-1t1l5lv{margin-top:.6rem;background:var(--theme-surface);color:var(--theme-primary);border:1.5px solid var(--theme-primary);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.post.kc.svelte-1t1l5lv .kc-ic:where(.svelte-1t1l5lv){display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fff;border:1px solid var(--theme-border);overflow:hidden}.post.kc.svelte-1t1l5lv .kc-ic:where(.svelte-1t1l5lv) img:where(.svelte-1t1l5lv){width:80%;height:auto;display:block}.result.svelte-1t1l5lv{display:flex;gap:.7rem;align-items:flex-start;margin-top:.6rem;background:var(--theme-surface-hover);border-radius:12px;padding:1rem}.result.ok.svelte-1t1l5lv{background:#10b98129}.result.svelte-1t1l5lv p:where(.svelte-1t1l5lv){margin:0;color:var(--theme-text)}.again.svelte-1t1l5lv{margin-top:.7rem;min-height:44px;padding:0 1rem;border:1px solid var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-text);font-weight:800}.card.svelte-1lcbefq{background:var(--theme-surface);border-radius:18px;padding:1.3rem;box-shadow:var(--shadow-card);border-left:6px solid var(--theme-primary)}.kicker.svelte-1lcbefq{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-primary)}.intro.svelte-1lcbefq{margin:.5rem 0 .8rem;font-size:.85rem;color:var(--theme-muted)}textarea.svelte-1lcbefq{width:100%;padding:.8rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--theme-border);border-radius:12px;box-sizing:border-box;resize:vertical}.idq.svelte-1lcbefq{margin:1rem 0 .5rem;font-weight:600;font-size:.9rem}.choice.svelte-1lcbefq{display:flex;gap:.6rem}.choice.svelte-1lcbefq button:where(.svelte-1lcbefq){flex:1;min-height:56px;border:2px solid var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-text);font-weight:700}.choice.svelte-1lcbefq button.on:where(.svelte-1lcbefq){border-color:var(--theme-primary);background:var(--theme-primary);color:var(--theme-on-primary)}.as-line.svelte-1lcbefq{margin:.8rem 0 0;font-size:.9rem;color:var(--theme-text)}.as-line.svelte-1lcbefq strong:where(.svelte-1lcbefq){color:var(--theme-text)}.row.svelte-1lcbefq{display:flex;align-items:center;gap:.5rem;margin:.8rem 0;font-size:.9rem}.row.svelte-1lcbefq input:where(.svelte-1lcbefq){width:22px;height:22px}.disclosure.svelte-1lcbefq{margin:.2rem 0 .6rem;font-size:.82rem;color:var(--status-warning);background:#f59e0b1f;border:1px solid var(--status-warning);border-radius:8px;padding:.55rem .7rem}.anon-warning.svelte-1lcbefq{margin:.6rem 0 0;font-size:.82rem;color:var(--theme-muted);background:var(--theme-surface-hover);border:1px solid var(--theme-border);border-radius:8px;padding:.6rem .75rem;line-height:1.45}.send.svelte-1lcbefq{width:100%;margin-top:1rem;padding:.9rem;border:none;border-radius:12px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;min-height:56px}.send.svelte-1lcbefq:disabled{opacity:.5}.confirm.svelte-1lcbefq{display:flex;gap:.7rem;align-items:flex-start;margin-top:.8rem;background:#10b98129;border-radius:12px;padding:1rem 1.1rem}.confirm.svelte-1lcbefq .check:where(.svelte-1lcbefq){font-size:1rem;color:var(--accent-family);line-height:1.2;font-weight:800}.confirm.svelte-1lcbefq p:where(.svelte-1lcbefq){margin:0;color:var(--theme-text);font-size:1.02rem;line-height:1.5}.card.svelte-nwef9u{background:var(--theme-surface);border-radius:18px;padding:1.3rem;box-shadow:var(--shadow-card);border-left:6px solid var(--status-info)}.kicker.svelte-nwef9u{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--status-info)}.intro.svelte-nwef9u{margin:.5rem 0 .8rem;font-size:.85rem;color:var(--theme-muted);line-height:1.5}textarea.svelte-nwef9u,input.svelte-nwef9u,select.svelte-nwef9u{width:100%;padding:.8rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--theme-border);border-radius:12px;box-sizing:border-box;background:var(--theme-surface-hover);color:var(--theme-text)}textarea.svelte-nwef9u{resize:vertical}.fieldlbl.svelte-nwef9u{display:flex;flex-direction:column;gap:.35rem;margin-top:.9rem;font-size:.85rem;color:var(--theme-muted)}.idq.svelte-nwef9u{margin:1rem 0 .5rem;font-weight:600;font-size:.9rem;color:var(--theme-text)}.choice.svelte-nwef9u{display:flex;gap:.6rem}.choice.svelte-nwef9u button:where(.svelte-nwef9u){flex:1;min-height:56px;border:2px solid var(--theme-border);border-radius:12px;background:var(--theme-surface-hover);color:var(--theme-text);font-weight:700;width:auto}.choice.svelte-nwef9u button.on:where(.svelte-nwef9u){border-color:var(--status-info);background:var(--status-info);color:#fff}.contact.svelte-nwef9u{margin-top:1rem;padding-top:.9rem;border-top:1px dashed var(--theme-border);display:flex;flex-direction:column;gap:.6rem}.c-label.svelte-nwef9u{margin:0;font-weight:700;font-size:.9rem;color:var(--theme-text)}.c-help.svelte-nwef9u{margin:0 0 .2rem;font-size:.8rem;color:var(--theme-muted);line-height:1.45}.c-help.anon.svelte-nwef9u{color:var(--status-warning);background:#f59e0b1f;border:1px solid var(--status-warning);border-radius:8px;padding:.55rem .7rem}.send.svelte-nwef9u{width:100%;margin-top:1rem;padding:.9rem;border:none;border-radius:12px;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:800;min-height:56px}.send.svelte-nwef9u:disabled{opacity:.5}.confirm.svelte-nwef9u{display:flex;gap:.7rem;align-items:flex-start;margin-top:.8rem;background:#10b98129;border-radius:12px;padding:1rem 1.1rem}.confirm.svelte-nwef9u .check:where(.svelte-nwef9u){font-size:1.3rem;color:var(--accent-family);line-height:1.2}.confirm.svelte-nwef9u p:where(.svelte-nwef9u){margin:0;color:var(--theme-text);font-size:1.02rem;line-height:1.5}.backdrop.svelte-1qrxdlp{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:40}.sheet.svelte-1qrxdlp{position:fixed;left:0;right:0;bottom:0;z-index:50;max-width:520px;margin:0 auto;max-height:88dvh;overflow-y:auto;background:var(--theme-background);border-top-left-radius:22px;border-top-right-radius:22px;border-top:1px solid var(--theme-border);padding:.6rem 1rem calc(1.2rem + env(safe-area-inset-bottom));animation:svelte-1qrxdlp-slideup .18s ease-out}@keyframes svelte-1qrxdlp-slideup{0%{transform:translateY(100%)}to{transform:translateY(0)}}.grab.svelte-1qrxdlp{width:44px;height:5px;border-radius:3px;background:var(--theme-border);margin:.3rem auto .8rem}h2.svelte-1qrxdlp{margin:0 0 1rem;font-size:1.15rem;color:var(--theme-text);text-align:center}.choices.svelte-1qrxdlp{display:flex;flex-direction:column;gap:.7rem}.choice.svelte-1qrxdlp{display:flex;align-items:center;gap:.9rem;min-height:64px;width:100%;padding:0 1.1rem;border:1px solid var(--theme-border);border-radius:16px;background:var(--theme-surface);color:var(--theme-text);font-size:1.05rem;font-weight:700;text-align:left}.choice.svelte-1qrxdlp .ic:where(.svelte-1qrxdlp){font-size:1.5rem}.choice.prayer.svelte-1qrxdlp{margin-top:1rem;align-items:flex-start;padding-top:.9rem;padding-bottom:.9rem;background:transparent;border-style:dashed;border-color:var(--accent-versatility)}.choice.concern.svelte-1qrxdlp{margin-top:.7rem;align-items:flex-start;padding-top:.9rem;padding-bottom:.9rem;background:transparent;border-style:dashed;border-color:var(--status-info)}.prayer-label.svelte-1qrxdlp{display:flex;flex-direction:column;gap:.25rem;font-weight:700}.prayer-label.svelte-1qrxdlp small:where(.svelte-1qrxdlp){font-weight:400;font-size:.8rem;color:var(--theme-muted);line-height:1.4}.close.svelte-1qrxdlp,.back.svelte-1qrxdlp{min-height:52px;width:100%;margin-top:1.1rem;border:none;border-radius:14px;background:var(--theme-surface-hover);color:var(--theme-muted);font-weight:700;font-size:.95rem}.back.svelte-1qrxdlp{width:auto;padding:0 1rem;margin:0 0 .6rem;background:transparent;color:var(--theme-primary);text-align:left}.muted.svelte-1qrxdlp{color:var(--theme-muted);text-align:center}.toasts.svelte-1cpok13{position:fixed;left:50%;transform:translate(-50%);bottom:calc(96px + env(safe-area-inset-bottom));z-index:60;display:flex;flex-direction:column;gap:8px;width:min(92%,460px);pointer-events:none}.toast.svelte-1cpok13{pointer-events:auto;display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border-radius:12px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);box-shadow:var(--shadow-card);font-weight:700;font-size:.9rem;text-align:left;animation:u-toast-in var(--motion-normal) var(--ease-enter) both}.toast.success.svelte-1cpok13{border-color:var(--accent-family);color:var(--accent-family)}.toast.error.svelte-1cpok13{border-color:var(--status-error);color:var(--status-error)}.toast.warning.svelte-1cpok13{border-color:var(--accent-stewardship);color:var(--accent-stewardship)}.toast.svelte-1cpok13 span:where(.svelte-1cpok13){color:var(--theme-text)}.shell.svelte-12qhfyh{max-width:520px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}header.svelte-12qhfyh{position:static;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:var(--theme-bar);border-bottom:1px solid var(--theme-border);color:var(--theme-text);padding-top:max(.8rem,env(safe-area-inset-top))}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem}.logo.svelte-12qhfyh{height:26px;width:auto;display:block}.brand.svelte-12qhfyh strong:where(.svelte-12qhfyh){display:block;font-size:1.05rem}.brand.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--theme-muted);font-size:.78rem}.head-actions.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}@media (max-width: 379px){.brand.svelte-12qhfyh small:where(.svelte-12qhfyh){display:none}.head-actions.svelte-12qhfyh{gap:.35rem}}.lead-shield.svelte-12qhfyh{position:relative;min-height:44px;min-width:44px;border:2px solid var(--theme-border);border-radius:12px;background:transparent;color:var(--theme-text);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.s-badge.svelte-12qhfyh{position:absolute;top:-5px;right:-5px;z-index:2;min-width:17px;height:17px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--theme-primary);color:var(--theme-on-primary);font-size:.62rem;font-weight:800;line-height:1;box-shadow:0 0 0 2px var(--theme-bar)}.lead-shield.svelte-12qhfyh:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.bell.svelte-12qhfyh{position:relative;min-height:44px;min-width:44px;border:2px solid var(--theme-border);border-radius:12px;background:transparent;color:var(--theme-text);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;font:inherit;padding:0}.bell.svelte-12qhfyh:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}main.svelte-12qhfyh{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1.1rem}.ptr.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--theme-primary)}.ptr-spin.svelte-12qhfyh{display:inline-flex;transition:transform .12s ease}.ptr-spin.go.svelte-12qhfyh{animation:svelte-12qhfyh-ptr-rot .8s linear infinite}@keyframes svelte-12qhfyh-ptr-rot{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.ptr-spin.go.svelte-12qhfyh{animation:none}}main.with-nav.svelte-12qhfyh{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.fab.svelte-12qhfyh{position:fixed;z-index:30;width:60px;height:60px;border-radius:50%;right:max(calc((100vw - var(--container-max)) / 2 + var(--space-4)),calc(var(--space-4) + env(safe-area-inset-right)));bottom:calc(84px + env(safe-area-inset-bottom));border:none;background:var(--theme-primary);color:var(--theme-on-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-fab);transition:transform .12s ease}.fab.svelte-12qhfyh:active{transform:scale(.94)}.fab.lead-fab.svelte-12qhfyh{background:var(--theme-surface);color:var(--theme-primary);border:2px solid var(--theme-primary);text-decoration:none}.fab-badge.svelte-12qhfyh{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--status-error);color:#fff;font-size:.64rem;font-weight:800;line-height:1;box-shadow:0 0 0 2px var(--theme-background)}.bottom.svelte-12qhfyh{position:fixed;left:0;right:0;bottom:0;z-index:20;max-width:520px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);background:var(--theme-bar);border-top:1px solid var(--theme-border);padding-bottom:env(safe-area-inset-bottom);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px)}.lead-nav.svelte-12qhfyh{grid-template-columns:repeat(3,1fr)}.tab.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:62px;text-decoration:none;color:var(--theme-muted);font-weight:700;transition:color var(--motion-fast) var(--ease-standard)}.tab-ic.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center;height:24px;transition:transform var(--motion-fast) var(--ease-spring)}.tab.svelte-12qhfyh:active .tab-ic:where(.svelte-12qhfyh){transform:scale(.9)}.tab.active.svelte-12qhfyh .tab-ic:where(.svelte-12qhfyh){transform:translateY(-2px) scale(1.06)}.badge.svelte-12qhfyh{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--status-error);color:#fff;font-size:.62rem;font-weight:800;line-height:1;animation:u-pop var(--motion-fast) var(--ease-spring) both}.dot.svelte-12qhfyh{position:absolute;top:-4px;right:-6px;width:9px;height:9px;border-radius:999px;background:var(--status-error);box-shadow:0 0 0 2px var(--theme-bar);animation:u-pop var(--motion-fast) var(--ease-spring) both}.dot-left.svelte-12qhfyh{left:-8px;right:auto}.sub-dot.svelte-12qhfyh{position:static;width:7px;height:7px;box-shadow:none}.tab-lbl.svelte-12qhfyh{font-size:.72rem}.tab.active.svelte-12qhfyh{color:var(--theme-primary)}.desktop-only.svelte-12qhfyh{display:none}.rail-section.svelte-12qhfyh{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-muted)}@media (min-width: 900px){.shell.svelte-12qhfyh{max-width:none}.bottom.svelte-12qhfyh{top:0;bottom:0;left:0;right:auto;margin:0;width:216px;max-width:216px;z-index:5;grid-template-columns:1fr;grid-auto-rows:min-content;align-content:start;gap:.2rem;padding-top:4.6rem;border-top:none;border-right:1px solid var(--theme-border)}.tab.svelte-12qhfyh{flex-direction:row;justify-content:flex-start;gap:.85rem;min-height:50px;padding:0 1.1rem;margin:0 .5rem;border-radius:10px}.subtab.svelte-12qhfyh{min-height:40px;padding-left:2.9rem;gap:.4rem}.subtab.svelte-12qhfyh .tab-lbl:where(.svelte-12qhfyh){font-size:.88rem}.tab-ic.svelte-12qhfyh{height:auto}.tab-lbl.svelte-12qhfyh{font-size:.95rem}.tab.active.svelte-12qhfyh{background:var(--theme-surface-hover)}.desktop-only.svelte-12qhfyh{display:flex}.rail-section.desktop-only.svelte-12qhfyh{display:block;margin:1.1rem .5rem .3rem;padding:0 .6rem}.lead-shield.svelte-12qhfyh{display:none}main.with-nav.svelte-12qhfyh{margin-left:216px;padding-bottom:2rem;padding-left:max(1.5rem,calc((100vw - 916px)/2));padding-right:max(1.5rem,calc((100vw - 916px)/2))}main.svelte-12qhfyh:not(.with-nav){padding-left:max(1rem,calc((100vw - 760px)/2));padding-right:max(1rem,calc((100vw - 760px)/2))}.fab.svelte-12qhfyh{bottom:2rem;right:2rem}}@media (min-width: 1200px){main.with-nav.wide.svelte-12qhfyh{padding-left:max(1.5rem,calc((100vw - 1256px)/2));padding-right:max(1.5rem,calc((100vw - 1256px)/2))}}
