:root{--sam-bg:#edf0e8;--sam-bg-deep:#e4e8de;--sam-surface:#f8f6ef;--sam-surface-soft:#eaeee4;--sam-header:#f5f4ec;--sam-ink:#2f322e;--sam-ink-soft:#666e64;--sam-accent:#c9b99f;--sam-accent-hover:#bbab91;--sam-border:#ced2c4;--sam-focus:#848d7b;--sam-white:#fff;--sam-danger-bg:#fff3f1;--sam-danger-text:#8e3f36;--sam-success-bg:#e8f5e6;--sam-success-text:#2f6431;--sam-orb-rose:#d5b0a2;--sam-orb-sand:#e0c8aa;--sam-orb-sage:#93a49a;--sam-orb-dusk:#7d8d95;--sam-orb-glow:#d6bea457}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{background:linear-gradient(180deg,var(--sam-bg)0%,var(--sam-bg-deep)100%);color:var(--sam-ink);font-family:Avenir Next,Segoe UI,Trebuchet MS,Arial,sans-serif;line-height:1.45}a{color:inherit}.sam-page{flex-direction:column;min-height:100vh;display:flex}.sam-main{flex:1;width:100%;padding:32px 16px 60px}.sam-main-centered{justify-content:center;align-items:center;display:flex}.sam-section{width:100%;max-width:66rem;margin:0 auto}.sam-section-home,.sam-section-gate,.sam-section-auth,.sam-section-chat,.sam-section-chaplain,.sam-section-listen,.sam-section-thanks{background:var(--sam-surface);border:1px solid var(--sam-border);border-radius:28px;padding:24px;box-shadow:0 2px 4px #4635250a,0 16px 28px #46352512}.sam-section-home,.sam-section-gate{max-width:48rem}.sam-section-auth{max-width:35rem}.sam-section-chat,.sam-section-listen,.sam-section-chaplain,.sam-section-thanks{max-width:56rem}.sam-section-home{padding-top:32px}.sam-page-home .sam-main{padding-top:78px}.sam-page-home .sam-section-home{border-radius:30px;max-width:45rem;padding:42px 34px}.sam-page-home .sam-home-subtitle{margin-bottom:34px}.sam-page-home .sam-home-actions{border-radius:24px;gap:20px;padding:18px}.sam-section-listen{flex-direction:column;gap:14px;display:flex}.sam-text-center{text-align:center}.sam-title{letter-spacing:-.012em;margin:0;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(2.2rem,4.9vw,3.15rem);font-weight:500;line-height:1.2}.sam-title-section{font-size:clamp(1.9rem,3.8vw,2.35rem)}.sam-title-thanks{font-size:clamp(2.05rem,4.3vw,2.72rem)}.sam-section-thanks-page{flex-direction:column;justify-content:center;align-items:center;gap:22px;max-width:40rem;padding:44px 40px;display:flex}.sam-section-thanks-page .sam-title-thanks{max-width:28rem;line-height:1.16}.sam-thanks-actions{margin-top:2px}.sam-subtitle{color:var(--sam-ink-soft);margin:14px 0 0;font-size:clamp(1.16rem,2.85vw,1.47rem);line-height:1.55}.sam-home-subtitle,.sam-gate-subtitle,.sam-auth-subtitle,.sam-chaplain-subtitle,.sam-thanks-subtitle{max-width:34rem;margin:14px auto 28px}.sam-muted{color:var(--sam-ink-soft);font-size:1.08rem;line-height:1.52}.sam-stack{flex-direction:column;gap:12px;display:flex}.sam-home-actions,.sam-gate-actions,.sam-chaplain-actions,.sam-success-actions{background:var(--sam-surface-soft);border:1px solid var(--sam-border);border-radius:22px;max-width:25rem;margin:0 auto;padding:14px}.sam-button-primary,.sam-button-secondary,.sam-button-danger{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:62px;padding:14px 24px;font-size:clamp(1.12rem,2.8vw,1.3rem);font-weight:500;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,opacity .2s;display:inline-flex}.sam-button-primary{background:var(--sam-accent);color:var(--sam-ink);border-color:#c8ae8d}.sam-button-primary:hover{background:var(--sam-accent-hover)}.sam-button-secondary{background:var(--sam-white);color:var(--sam-ink);border-color:var(--sam-border)}.sam-button-secondary:hover{background:#fffcf8}.sam-button-danger{background:var(--sam-danger-bg);color:var(--sam-danger-text);border-color:#e9c4bc}.sam-button-danger:hover{background:#ffe9e5}.sam-button-primary:disabled,.sam-button-secondary:disabled,.sam-button-danger:disabled{opacity:.62;cursor:not-allowed}.sam-button-full{width:100%}.sam-card{background:var(--sam-surface-soft);border:1px solid var(--sam-border);border-radius:20px;padding:18px;box-shadow:0 6px 12px #4b37260f}.sam-card-title{margin:0 0 10px;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.45rem;font-weight:500}.sam-card-text{margin:0 0 14px}.sam-input-label{margin-bottom:14px;display:block}.sam-input-label-last{margin-bottom:20px}.sam-input-label span{color:var(--sam-ink-soft);margin:0 0 6px 12px;font-size:1rem;display:block}.sam-input{border:1px solid var(--sam-border);background:var(--sam-white);width:100%;min-height:58px;color:var(--sam-ink);border-radius:999px;padding:12px 18px;font-size:1.15rem}.sam-input:focus,.sam-button-primary:focus-visible,.sam-button-secondary:focus-visible,.sam-button-danger:focus-visible,.sam-nav-link:focus-visible,.sam-menu-button:focus-visible,.sam-help-link:focus-visible,.sam-mobile-link:focus-visible{outline:2px solid var(--sam-focus);outline-offset:2px}.sam-help-link{color:var(--sam-ink);text-underline-offset:2px;text-decoration:underline}.sam-inline-feedback{text-align:center;min-height:1.35rem;margin-top:10px}.sam-text-error{color:#a12424}.sam-text-success{color:var(--sam-success-text)}.sam-auth-form{text-align:left;background:var(--sam-surface-soft);border:1px solid var(--sam-border);border-radius:20px;padding:16px}.sam-auth-form-left{margin-top:30px}.sam-auth-forgot-row{text-align:right;margin:2px 0 22px}.sam-auth-footnote{margin-top:16px}.sam-success-wrap{margin-top:30px}.sam-success-badge{background:var(--sam-success-bg);width:50px;height:50px;color:var(--sam-success-text);border-radius:50%;place-items:center;margin:0 auto;font-size:24px;display:grid}.sam-success-title{margin:14px 0 8px;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.72rem;font-weight:500}.sam-success-text{max-width:30rem;margin:0 auto}.sam-header{z-index:30;background:0 0;border-bottom:0;padding:18px 12px 0;position:sticky;top:0}.sam-header-inner{background:var(--sam-header);border:1px solid var(--sam-border);border-radius:22px;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:72rem;margin:0 auto;padding:13px 18px;display:flex;box-shadow:0 10px 18px #4231200e}.sam-brand-wrap{flex-direction:column;gap:4px;display:flex}.sam-brand-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;padding:0;display:flex}.sam-brand-title{letter-spacing:.028em;text-transform:lowercase;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(2.5rem,4.1vw,2.9rem);font-weight:400;line-height:.92;display:block}.sam-brand-subtitle{color:var(--sam-ink-soft);letter-spacing:.015em;max-width:18rem;margin-top:6px;font-size:.92rem;line-height:1.24;display:block}.sam-brand-link{color:var(--sam-ink-soft);text-underline-offset:2px;font-size:.95rem;text-decoration:underline}.sam-nav-desktop{display:none}.sam-nav-link{color:var(--sam-ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:1.03rem;text-decoration:none}.sam-nav-link:hover{border-color:var(--sam-border);background:#f4eadc}.sam-nav-divider{background:#b8ab98;width:1px;height:18px;margin:0 7px;display:inline-block}.sam-nav-mobile{position:relative}.sam-menu-button{color:var(--sam-ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:7px}.sam-menu-button:hover{border-color:var(--sam-border);background:#f4eadc}.sam-mobile-menu{background:var(--sam-surface);border:1px solid var(--sam-border);border-radius:13px;flex-direction:column;min-width:204px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 20px #2e28211a}.sam-mobile-link{color:var(--sam-ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:12px;font-size:1.03rem;text-decoration:none}.sam-mobile-link:hover{background:#f5ede2}.sam-listen-block{margin-top:30px}.sam-listen-block:first-child{margin-top:0}.sam-listen-hero{max-width:33rem;margin:0 auto 4px}.sam-listen-subtitle{max-width:30rem;margin-top:0;margin-left:auto;margin-right:auto}.sam-listen-section-head{max-width:33rem;margin:0 auto 12px}.sam-listen-section-title{margin:0;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:500;line-height:1.2}.sam-listen-feature{border-radius:24px;max-width:39rem;margin:0 auto;padding:20px}.sam-listen-feature-video{max-width:32rem;padding:14px}.sam-listen-placeholder-frame{background:radial-gradient(circle at top,#fffaf2eb,#0000 42%),linear-gradient(155deg,#e3d8c6d6,#d6e2d9e6);border:1px solid #c9b99fcc;border-radius:22px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff38}.sam-listen-placeholder-video{aspect-ratio:16/9;min-height:12.5rem}.sam-listen-placeholder-badge{color:var(--sam-ink-soft);background:#f9f3e8eb;border:1px solid #c2b299b8;border-radius:999px;padding:7px 12px;font-size:.9rem;position:absolute;top:16px;left:16px}.sam-listen-placeholder-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:22px;display:flex}.sam-listen-placeholder-icon{color:#8d6d55;background:#fff7edeb;border:1px solid #c9b99fcc;border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:12px;font-size:1.2rem;display:grid}.sam-listen-placeholder-title{margin:0;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(1.35rem,2.7vw,1.68rem);font-weight:500}.sam-listen-feature-title{margin-bottom:16px;font-size:clamp(1.5rem,3vw,1.8rem)}.sam-listen-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.sam-listen-library-card{text-align:left;border-radius:22px;flex-direction:column;height:100%;min-height:11.5rem;padding:18px;display:flex}.sam-listen-library-title{margin-bottom:14px;font-size:1.32rem}.sam-listen-audio-player{border-radius:16px;width:100%;margin-top:auto}.sam-listen-audio-player-featured{max-width:100%}.sam-chat-shell{max-width:34rem;margin:0 auto}.sam-chat-header{max-width:27rem;margin:0 auto 14px}.sam-chat-subtitle{max-width:26rem;margin:10px auto 0}.sam-chat-minimal{padding:6px 0 2px}.sam-chat-presence-wrap{justify-content:center;margin-bottom:14px;display:flex}.sam-chat-presence{isolation:isolate;border-radius:50%;place-items:center;width:min(8.6rem,36vw);height:min(8.6rem,36vw);display:grid;position:relative}.sam-chat-presence-core{background:radial-gradient(circle at 34% 30%,#fff9f2d9,transparent 26%),radial-gradient(circle at 36% 35%,var(--sam-orb-sand),var(--sam-orb-rose)44%,var(--sam-orb-sage)74%,var(--sam-orb-dusk)100%);border-radius:50%;position:absolute;inset:1rem;box-shadow:inset 0 0 0 1px #ffffff3d,0 18px 30px #5c585124}.sam-chat-presence-glow{background:radial-gradient(circle,var(--sam-orb-glow),transparent 68%);filter:blur(10px);border-radius:50%;position:absolute;inset:0}.sam-chat-presence-aura,.sam-chat-presence-ring{pointer-events:none;border-radius:50%;position:absolute}.sam-chat-presence-aura-outer{filter:blur(10px);background:radial-gradient(circle,#ddd2bb4d,#ddd2bb0a 64%,#0000 75%);inset:-.55rem}.sam-chat-presence-aura-inner{background:radial-gradient(circle,#fff3,#0000 72%);inset:.4rem}.sam-chat-presence-ring{opacity:.58;border:1px solid #ffffff3d;inset:.4rem}.sam-chat-presence-ring-one{animation:9s ease-in-out infinite samOrbRing}.sam-chat-presence-ring-two{opacity:.46;border-color:#7c8e902e;animation:7.6s ease-in-out infinite reverse samOrbRing;inset:1rem}.sam-chat-status-panel{flex-direction:column;justify-content:center;align-items:center;gap:.36rem;width:min(100%,28rem);min-height:4.4rem;margin:0 auto;padding:.1rem 0;display:flex}.sam-chat-status-state{text-align:center;background:#e3dccc9e;border:1px solid #bcb19bb3;border-radius:999px;justify-content:center;align-items:center;min-width:8.5rem;min-height:2.05rem;padding:.28rem 1rem;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.14rem;font-weight:500;line-height:1;display:inline-flex}.sam-chat-status-copy{text-align:center;width:100%;max-width:24rem;min-height:2.15rem;margin-top:.45rem;font-size:1.04rem;line-height:1.45;transition:opacity .18s;display:block}.sam-chat-actions{align-items:center;margin-top:14px}.sam-chat-action-button{min-width:18rem}.sam-chat-fallback{text-align:left;margin-top:20px}.sam-chat-fallback-note{margin-top:0}.sam-chat-fallback-input{margin-bottom:8px}.sam-chat-idle{animation:9.4s ease-in-out infinite samOrbIdle}.sam-chat-listening{animation:7.2s ease-in-out infinite samOrbListening}.sam-chat-thinking{animation:8.4s ease-in-out infinite samOrbIdle,5.6s ease-in-out infinite samOrbThinking}.sam-chat-speaking{animation:4.2s ease-in-out infinite samOrbResponding}.sam-disclaimer{max-width:50rem;color:var(--sam-ink-soft);margin:24px auto 0;font-size:.86rem;line-height:1.58}.sam-grid-2,.sam-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sam-chaplain-card{border-radius:24px;max-width:29rem;margin:0 auto;padding:22px}.sam-chaplain-date-label{margin-bottom:10px}.sam-chaplain-note{max-width:24rem;margin:8px auto 18px;font-size:1rem}.sam-chaplain-back-wrap{text-align:left;max-width:38rem;margin:0 auto 12px}.sam-chaplain-back{cursor:pointer;background:0 0;border:0;padding:0}.sam-chaplain-time-title{margin-bottom:6px}.sam-chaplain-slots{max-width:42rem;margin:18px auto 22px}.sam-slot-button{width:100%;min-height:3.4rem;font-size:1.1rem}.sam-chaplain-hero{max-width:30rem;margin:0 auto 18px}.sam-chaplain-card-title{margin-bottom:12px}.sam-chaplain-card-time{max-width:42rem}.sam-chaplain-note-time{margin-bottom:0}.sam-chaplain-state-card{border-radius:22px;max-width:34rem;margin:0 auto;padding:24px 22px}.sam-chaplain-state-requested{background:#f6f2e9}.sam-chaplain-state-subtitle{margin-bottom:6px}.sam-chaplain-state-copy{max-width:23rem;margin:0 auto 20px}.sam-chaplain-state-actions{max-width:20rem;margin:0 auto}.sam-call-wrap{background:#0f0d0b;position:fixed;inset:0}.sam-call-fallback{justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.sam-call-frame{border:0;width:100%;height:100%}.sam-call-overlay{pointer-events:none;justify-content:center;width:min(92vw,30rem);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.sam-call-end-button{pointer-events:auto;min-width:15rem}.sam-welcome-page{background:#c08a6e;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.sam-welcome-card{text-align:center;color:#fff8ef;background:#fffaf22e;border:1px solid #fffaf261;border-radius:28px;width:100%;max-width:42rem;padding:34px 24px;box-shadow:0 16px 32px #542e1e2e}.sam-welcome-title{letter-spacing:.01em;text-transform:uppercase;margin:0;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(3rem,10vw,5rem);font-weight:500;line-height:1.05}.sam-welcome-subtitle{margin:14px 0 32px;font-size:clamp(1.25rem,3.6vw,1.8rem)}.sam-welcome-cta{color:#8a5a44;border:0;min-height:62px;padding-inline:54px;font-weight:600}@keyframes samOrbIdle{0%,to{filter:brightness(.98);transform:translateY(0)scale(1)}50%{filter:brightness(1.03);transform:translateY(-2px)scale(1.03)}}@keyframes samOrbListening{0%,to{filter:brightness(1.04)saturate(1.02);transform:scale(1.02)}50%{filter:brightness(1.1)saturate(1.08);transform:scale(1.065)}}@keyframes samOrbResponding{0%,to{filter:brightness(1.08)saturate(1.08);transform:scale(1.04)}50%{filter:brightness(1.16)saturate(1.16);transform:scale(1.1)}}@keyframes samOrbThinking{0%,to{filter:hue-rotate()brightness(1.02)}50%{filter:hue-rotate(-6deg)brightness(1.08)}}@keyframes samOrbRing{0%{opacity:.3;transform:scale(.96)}50%{opacity:.54;transform:scale(1.05)}to{opacity:.32;transform:scale(.98)}}@keyframes samChatBars{0%,to{opacity:.75;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1.18)}}@media (min-width:640px){.sam-main{padding:42px 24px 70px}.sam-page-home .sam-main{padding-top:96px}.sam-chat-header,.sam-chat-presence-wrap{margin-bottom:16px}.sam-chat-actions{margin-top:16px}.sam-disclaimer{margin-top:26px}.sam-section-home,.sam-section-gate,.sam-section-auth,.sam-section-chat,.sam-section-chaplain,.sam-section-listen,.sam-section-thanks{padding:34px}.sam-header{padding:20px 16px 0}.sam-nav-desktop{align-items:center;display:inline-flex}.sam-nav-mobile{display:none}.sam-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:520px){.sam-chaplain-card{overflow:hidden}.sam-chaplain-date-label,.sam-chaplain-date-label .sam-input{width:100%;min-width:0;max-width:100%}.sam-chaplain-date-label .sam-input[type=date]{appearance:none;font-size:16px;display:block}.sam-section-thanks-page{gap:18px;padding:34px 26px}.sam-chat-status-panel{min-height:5.2rem}.sam-listen-library-grid{grid-template-columns:1fr}.sam-listen-block{margin-top:24px}.sam-listen-feature{padding:16px}.sam-listen-feature-video{max-width:100%;padding:12px}.sam-listen-placeholder-video{min-height:9rem}.sam-listen-placeholder-badge{padding:6px 10px;font-size:.82rem;top:12px;left:12px}.sam-listen-placeholder-center{padding:18px}.sam-listen-placeholder-icon{width:52px;height:52px;margin-bottom:10px;font-size:1rem}.sam-listen-feature-title,.sam-listen-library-title{font-size:1.2rem}.sam-listen-library-card{min-height:0;padding:16px}}
