@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --ink:#090b12;--paper:#f7f6f2;--muted:#747986;--line:rgba(10,12,18,.09);
  --iam1:#4f46e5;--iam2:#0ea5e9;--shall1:#0f9f74;--shall2:#a3e635;
  --will1:#f04d3d;--will2:#ff9a3d;--did1:#a86f12;--did2:#f2c75c;
}
*{box-sizing:border-box}
html{background:#0b0d13}
body{margin:0;font-family:"DM Sans",system-ui,-apple-system,sans-serif;color:var(--ink);background:#0b0d13}
a{color:inherit}
button,input,textarea,select{font:inherit}
.app-shell{min-height:100dvh;max-width:640px;margin:0 auto;background:var(--paper);position:relative;padding-bottom:96px;overflow:hidden}
.content{padding:0 18px 36px}
.topbar{height:68px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;background:rgba(247,246,242,.87);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.04)}
.brand-mark{display:flex;align-items:center;gap:9px;text-decoration:none;font-family:"Manrope";font-weight:800;font-size:15px}
.brand-crown{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:#11131a;color:#fff;font-weight:900}
.top-actions{display:flex;align-items:center;gap:9px}
.profile-dot{width:32px;height:32px;border:0;border-radius:999px;background:#deddd8;font-weight:900;cursor:pointer}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:30;width:min(640px,100%);display:grid;grid-template-columns:repeat(5,1fr);padding:9px 8px calc(9px + env(safe-area-inset-bottom));background:rgba(11,13,19,.96);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.08)}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#777d89;text-decoration:none;font-size:17px}.bottom-nav a small{font-size:9px;font-weight:800}.bottom-nav a.active{color:#fff}
.flash{margin:8px 18px;background:#dff7e9;padding:12px 14px;border-radius:14px;font-weight:700}
.eyebrow{font-size:10px;font-weight:900;letter-spacing:.16em;color:#777b84}.eyebrow.light{color:rgba(255,255,255,.62)}.eyebrow.gold{color:#f3cb72}
.micro-label{font-size:9px;font-weight:900;letter-spacing:.15em;opacity:.62}
.hidden{display:none!important}

/* Persistent rescue */
.persistent-word-rescue{position:fixed;z-index:28;right:max(14px,calc((100vw - 640px)/2 + 14px));bottom:86px;display:flex;align-items:center;gap:7px;padding:10px 12px;background:#11131a;color:#fff;border-radius:999px;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.08)}
.persistent-word-rescue span{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:linear-gradient(145deg,#6a4cf1,#2fb1ea)}
.persistent-word-rescue strong{font-size:9px;letter-spacing:.09em}

/* TODAY */
.today-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:18px 0 10px}
.today-head h1{font-family:"Manrope";font-size:26px;line-height:1.04;letter-spacing:-.04em;margin:5px 0 0;max-width:390px}
.memory-badge{min-width:72px;height:72px;border-radius:24px;background:#11131a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 14px 32px rgba(17,19,26,.16)}
.memory-badge strong{font-size:24px;font-family:"Manrope"}.memory-badge span{font-size:8px;opacity:.62;text-transform:uppercase;letter-spacing:.08em}
.daily-progress-shell{background:#eceae4;border-radius:16px;padding:11px 12px;margin:6px 0 10px}
.daily-progress-head{display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.08em}.daily-progress-track{height:6px;background:#d7d3c9;border-radius:99px;margin-top:8px;overflow:hidden}.daily-progress-track i{display:block;height:100%;width:0;border-radius:99px;background:linear-gradient(90deg,#5047dd,#11a778,#ef5542,#d79e32);transition:width .45s cubic-bezier(.16,1,.3,1)}
.pulse-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 22px}.pulse-strip div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:10px 11px}.pulse-strip strong{display:block;font-family:"Manrope";font-size:17px}.pulse-strip span{display:block;font-size:9px;color:var(--muted);margin-top:2px}
.swipe-label{display:flex;justify-content:space-between;margin-bottom:9px;font-size:9px;font-weight:900;letter-spacing:.13em;color:#777b84}
.daily-deck{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 9vw 8px 0;scrollbar-width:none;overscroll-behavior-inline:contain}.daily-deck::-webkit-scrollbar{display:none}
.daily-card{--swipe-shift:0px;--swipe-tilt:0deg;position:relative;overflow:hidden;flex:0 0 86%;min-height:470px;border-radius:34px;padding:23px;color:#fff;scroll-snap-align:start;display:flex;flex-direction:column;box-shadow:0 18px 48px rgba(15,18,25,.18);transform:translateX(calc(var(--swipe-shift)*.08)) rotate(var(--swipe-tilt));transition:transform .12s linear,filter .25s ease}
.daily-card.is-done{filter:saturate(.88) brightness(.96)}
.daily-card.i-am{background:linear-gradient(145deg,#251c70 0%,var(--iam1) 48%,var(--iam2) 135%)}.daily-card.i-shall{background:linear-gradient(145deg,#063c32 0%,var(--shall1) 52%,#99c93c 140%)}.daily-card.i-will-not{background:linear-gradient(145deg,#6a1d1d 0%,var(--will1) 50%,var(--will2) 145%)}.daily-card.god-did{background:linear-gradient(145deg,#3c2a09 0%,var(--did1) 52%,var(--did2) 145%)}
.card-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(5px);top:-110px;right:-130px;transform:translateX(var(--swipe-shift));transition:transform .08s linear}
.card-sheen{position:absolute;inset:-30%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.08) 50%,transparent 65%);transform:translateX(calc(var(--swipe-shift)*-2)) rotate(8deg);pointer-events:none}
.pillar-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.pillar-kicker{font-size:12px;font-weight:900;letter-spacing:.16em}.card-index{font-size:11px;opacity:.6}
.daily-done-badge{position:absolute;right:22px;top:56px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);opacity:0;transform:scale(.6);transition:.28s}.daily-done-badge.show{opacity:1;transform:scale(1)}
.pillar-symbol{font-size:80px;line-height:1;opacity:.19;font-family:"Manrope";font-weight:800;margin-top:38px}.daily-card-copy{margin-top:auto;position:relative;z-index:2}.daily-card-copy h2{font-family:"Manrope";font-size:31px;line-height:1.04;letter-spacing:-.045em;margin:8px 0 9px}.daily-card-copy p{font-size:13px;opacity:.78;margin:0}
.card-action{margin-top:22px;border-top:1px solid rgba(255,255,255,.23);padding-top:17px;text-decoration:none;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;position:relative;z-index:2}.card-action b{font-size:21px}
.deck-dots{display:flex;justify-content:center;gap:5px;margin:10px 0 18px}.deck-dots i{width:5px;height:5px;border-radius:999px;background:#c6c4bd;transition:.2s}.deck-dots i.active{width:21px;background:#11131a}
.need-word-float{display:flex;align-items:center;gap:12px;text-decoration:none;background:#11131a;color:#fff;border-radius:22px;padding:14px 15px;margin:0 0 12px;box-shadow:0 16px 28px rgba(17,19,26,.15)}.need-bolt{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:linear-gradient(145deg,#694ef1,#31b2e9);font-size:19px}.need-word-float span:nth-child(2){display:flex;flex-direction:column;flex:1}.need-word-float small{font-size:8px;letter-spacing:.14em;color:#8f96a5}.need-word-float strong{font-family:"Manrope";font-size:14px;margin-top:2px}.need-word-float b{font-size:21px}
.quick-prayer{display:flex;align-items:center;gap:12px;background:#e9e6df;border-radius:22px;padding:16px}.quick-prayer>div{flex:1}.quick-prayer h3{font-family:"Manrope";font-size:17px;margin:3px 0}.quick-prayer p{font-size:11px;color:#686b73;margin:0}.quick-prayer>a{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#fff;text-decoration:none;font-size:24px}

/* Daily completion */
.daily-complete-overlay{position:fixed;inset:0;z-index:100;background:rgba(4,6,10,.76);backdrop-filter:blur(16px);display:grid;place-items:center;padding:20px}
.complete-burst{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(112,89,255,.28),transparent 66%);animation:pulseBurst 1.8s ease-in-out infinite}
.complete-card{position:relative;width:min(390px,100%);background:#fff;border-radius:30px;padding:28px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.complete-icon{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(145deg,#11131a,#3e465d);color:#fff;font-size:28px}.complete-card h2{font-family:"Manrope";font-size:26px;line-height:1.05;margin:8px 0 16px}.complete-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.complete-pills span{font-size:9px;font-weight:900;background:#efede7;border-radius:99px;padding:8px 9px}.complete-card p{font-size:11px;color:#777;margin:16px auto}.complete-card button{width:100%;border:0;border-radius:15px;padding:14px;background:#11131a;color:#fff;font-weight:900}
@keyframes pulseBurst{50%{transform:scale(1.12);opacity:.65}}

/* Learn */
.learn-world{position:relative;min-height:calc(100dvh - 170px);margin:0 -18px;padding:18px;overflow:hidden;display:flex;flex-direction:column;color:white}.learn-world.i-am{background:linear-gradient(155deg,#20175e,#5143dd 55%,#179ed0)}.learn-world.i-shall{background:linear-gradient(155deg,#073c32,#0c9c70 60%,#80b83c)}.learn-world.i-will-not{background:linear-gradient(155deg,#5d1b1c,#e5493d 60%,#f38a3e)}
.learn-orbit{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.orbit-a{width:440px;height:440px;right:-240px;top:-80px}.orbit-b{width:330px;height:330px;left:-210px;bottom:70px}
.learn-particles i{position:absolute;width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.35);animation:floatParticle 5s ease-in-out infinite}.learn-particles i:nth-child(1){left:12%;top:25%}.learn-particles i:nth-child(2){left:74%;top:31%;animation-delay:.7s}.learn-particles i:nth-child(3){left:83%;top:68%;animation-delay:1.4s}.learn-particles i:nth-child(4){left:24%;top:74%;animation-delay:2.1s}.learn-particles i:nth-child(5){left:58%;top:16%;animation-delay:2.8s}@keyframes floatParticle{50%{transform:translateY(-12px);opacity:.8}}
.learn-meta{display:flex;justify-content:space-between;font-size:10px;font-weight:900;letter-spacing:.13em;position:relative;z-index:2}.learn-meta small{opacity:.62}
.memory-card{position:relative;z-index:2;margin:auto 0;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);border-radius:32px;padding:26px 23px;box-shadow:0 24px 80px rgba(0,0,0,.16)}.memory-card h1{font-family:"Manrope";font-size:36px;line-height:1.02;letter-spacing:-.05em;margin:10px 0 22px}
.reveal-zone{border-top:1px solid rgba(255,255,255,.18);padding-top:18px;margin-top:18px}.reveal-zone blockquote{font-family:"Manrope";font-size:20px;line-height:1.43;margin:9px 0}.reference-line{display:flex;justify-content:space-between}.reference-line span{opacity:.65}.context-zone p{font-size:12px;line-height:1.55;opacity:.79}
.reveal-trigger{width:100%;margin-top:20px;border:0;border-radius:18px;padding:16px;background:#fff;color:#11131a;font-weight:900;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.reveal-trigger.complete{opacity:.72}
.prove-cta{display:flex;align-items:center;gap:12px;margin-top:12px;padding:13px;border-radius:18px;background:rgba(7,10,18,.28);border:1px solid rgba(255,255,255,.12)}.prove-cta>div{display:flex;flex-direction:column;flex:1}.prove-cta small{font-size:8px;letter-spacing:.13em;opacity:.6}.prove-cta strong{font-size:12px;margin-top:2px}.prove-cta a{width:43px;height:43px;border-radius:14px;background:#fff;color:#11131a;display:grid;place-items:center;text-decoration:none}
.learn-footer{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.6fr;gap:9px}.ghost-action,.test-action{border-radius:17px;padding:14px;text-decoration:none;text-align:center;font-size:11px;font-weight:900}.ghost-action{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16)}.test-action{background:#fff;color:#11131a}

/* Blank memory */
.blank-test-body{margin:0;background:#05070b;color:#fff;overflow:hidden}.blank-test{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:radial-gradient(circle at 50% 40%,#14192a 0%,#05070b 58%)}.blank-test .test-reference{font-family:"Manrope";font-size:43px;letter-spacing:-.045em;font-weight:800;margin-bottom:56px}.mic{width:124px;height:124px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#fff;color:#11131a;font-size:42px;box-shadow:0 0 0 14px rgba(255,255,255,.04),0 24px 60px rgba(0,0,0,.33);cursor:pointer;transition:.2s}.mic.listening{transform:scale(1.07);box-shadow:0 0 0 17px rgba(91,74,236,.22),0 0 50px rgba(91,74,236,.32)}.mic-status{position:fixed;bottom:28px;left:18px;right:18px;text-align:center;color:#73798b;font-size:11px}

/* Recall result */
.recall-result{position:relative;min-height:calc(100dvh - 170px);margin:0 -18px;padding:36px 22px;overflow:hidden;text-align:center}.recall-result.passed{background:linear-gradient(160deg,#edfdf6,#f8fff7 52%,#f7f6f2)}.recall-result.retry{background:linear-gradient(160deg,#fff5ef,#fffaf5 52%,#f7f6f2)}
.result-rings{position:absolute;width:360px;height:360px;border-radius:50%;left:50%;top:-190px;transform:translateX(-50%);box-shadow:0 0 0 45px rgba(20,160,114,.04),0 0 0 90px rgba(20,160,114,.025)}
.result-symbol{position:relative;width:64px;height:64px;border-radius:21px;margin:12px auto 16px;display:grid;place-items:center;background:#11131a;color:#fff;font-size:29px;box-shadow:0 16px 35px rgba(0,0,0,.14)}.recall-result h1{font-family:"Manrope";font-size:31px;letter-spacing:-.045em;margin:4px 0 9px}.score{font-family:"Manrope";font-size:78px;line-height:1;font-weight:800;letter-spacing:-.06em;margin:14px 0}.result-lead{font-size:12px;line-height:1.5;color:#666;max-width:360px;margin:0 auto 16px}.result-fact{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:13px 15px;margin:0 auto 14px;max-width:390px}.result-fact span{font-size:10px;color:#777}.result-fact strong{font-family:"Manrope";font-size:15px}.result-compare{max-width:390px;margin:0 auto 14px;text-align:left}.result-compare summary{font-size:10px;font-weight:900;cursor:pointer;padding:10px 0}.compare{display:grid;gap:8px}.compare>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px}.compare span{font-size:8px;font-weight:900;letter-spacing:.1em;color:#888}.compare p{font-size:11px;line-height:1.5}.result-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:8px;max-width:390px;margin:0 auto}.primary,.secondary{display:inline-block;border:0;border-radius:15px;padding:13px 16px;text-decoration:none;font-weight:900}.primary{background:#11131a;color:#fff}.secondary{background:#e9e7e0;color:#11131a}

/* GOD DID */
.goddid-stage{margin:0 -18px;padding:40px 23px 28px;color:#fff;background:linear-gradient(155deg,#181108 0%,#65420c 60%,#c48b25 130%);border-radius:0 0 36px 36px;position:relative;overflow:hidden}.goddid-rays{position:absolute;width:420px;height:420px;right:-270px;top:-250px;border-radius:50%;box-shadow:0 0 0 50px rgba(255,222,142,.05),0 0 0 100px rgba(255,222,142,.035),0 0 0 150px rgba(255,222,142,.025)}.goddid-stage>*{position:relative}.goddid-stage h1{font-family:"Manrope";font-size:35px;line-height:1;letter-spacing:-.055em;margin:6px 0}.goddid-stage h1 em{font-style:normal}.goddid-stage p{font-size:12px;color:#dbcaa6;max-width:330px}.testimony-count{display:flex;align-items:flex-end;gap:8px;margin-top:22px}.testimony-count strong{font-family:"Manrope";font-size:38px}.testimony-count span{font-size:10px;color:#d8c49b;margin-bottom:6px}
.section-title{margin:27px 0 10px}.section-title span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#8a8c92}.section-title h2{font-family:"Manrope";font-size:22px;margin:3px 0}
.testimony-wall{display:grid;grid-template-columns:1fr 1fr;gap:10px}.testimony-card{background:#fff;border-radius:22px;padding:16px;text-decoration:none;border:1px solid var(--line);min-height:220px;display:flex;flex-direction:column}.testimony-check{width:34px;height:34px;border-radius:12px;background:#f4d985;display:grid;place-items:center;margin-bottom:18px}.testimony-card>span{font-size:8px;letter-spacing:.1em;color:#999}.testimony-card h2{font-family:"Manrope";font-size:17px;line-height:1.08;margin:5px 0}.testimony-card p{font-size:10px;color:#777}.testimony-card b{font-size:10px;margin-top:auto}
.mini-journey{display:flex;align-items:flex-start;margin:10px 0 12px}.mini-step{display:flex;flex-direction:column;align-items:center;gap:4px}.mini-step i{width:9px;height:9px;border-radius:50%;background:#b9b8b2}.mini-step.done i{background:#11131a}.mini-step.gold-step i{background:#d1a12e}.mini-step small{font-size:6px;font-weight:900;color:#8a8a84;white-space:nowrap}.mini-line{flex:1;height:1px;background:#d7d5cf;margin:4px 4px 0}
.testament-tabs{display:grid;grid-template-columns:1fr 1fr;background:#e9e7e0;border-radius:15px;padding:4px;margin-bottom:12px}.testament-tabs button{border:0;background:transparent;border-radius:11px;padding:10px;font-size:10px;font-weight:900;color:#777;cursor:pointer}.testament-tabs button.active{background:#11131a;color:#fff}
.bible-story-feed{display:grid;gap:9px}.bible-story{display:grid;grid-template-columns:48px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px}.story-number{font-family:"Manrope";font-size:20px;color:#c4a04c}.bible-story span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#a98228}.bible-story h3{font-family:"Manrope";font-size:18px;margin:4px 0}.bible-story p{font-size:11px;line-height:1.47;color:#6f7076}.bible-story small{display:block;font-size:9px;color:#999}.bible-story a{display:inline-block;margin-top:10px;font-size:10px;font-weight:900;text-decoration:none}

/* I Need the Word */
.need-world{margin:0 -18px;padding:34px 22px;background:linear-gradient(160deg,#070a12,#201d48 65%,#3c547a);color:#fff;border-radius:0 0 36px 36px;position:relative;overflow:hidden}.need-star{position:absolute;right:15px;top:8px;font-size:145px;line-height:1;color:rgba(255,255,255,.055)}.need-world h1{font-family:"Manrope";font-size:39px;line-height:1;letter-spacing:-.055em;margin:6px 0}.need-world h1 em{font-style:normal;color:#9fd6f2}.need-world p{font-size:12px;color:#9aa5b7}
.pressure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:24px}.pressure-grid a{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:15px;text-decoration:none;font-size:11px;font-weight:800}.pressure-grid a.active{background:#fff;color:#11131a}.pressure-grid a span{font-size:17px}.pressure-note{font-size:8px;color:#8e9bb0;margin-top:8px;text-align:center}
.rescue-card{background:#fff;border-radius:28px;padding:21px;margin-top:16px;box-shadow:0 16px 36px rgba(16,18,24,.08)}.rescue-top{display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.11em}.rescue-card h2{font-family:"Manrope";font-size:25px;line-height:1.05;margin:18px 0}.rescue-card blockquote{font-family:"Manrope";font-size:17px;line-height:1.48;margin:0 0 10px;padding-left:14px;border-left:3px solid #5143dd}.rescue-card>strong{font-size:11px}.rescue-speak{display:flex;align-items:center;justify-content:center;gap:8px;background:#11131a;color:#fff;border-radius:16px;padding:14px;text-decoration:none;font-size:11px;font-weight:900;margin-top:18px}

/* Existing generic forms */
.stack{display:grid;gap:13px}.stack label{display:grid;gap:6px;font-size:11px;font-weight:800}input,textarea,select{width:100%;border:1px solid #dad8d1;background:#fff;border-radius:14px;padding:13px;outline:none}.small{padding:10px 12px}.journal-block,.god-did-testimony{background:#fff;border-radius:19px;padding:16px;border:1px solid var(--line);margin:12px 0}.journal-block>span,.god-did-testimony>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#8b8d93}.panel{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px;margin:10px 0}.panel summary{font-weight:900;cursor:pointer}.timeline{display:grid;gap:9px}.timeline article{background:#fff;border-radius:17px;padding:14px;border:1px solid var(--line)}.timeline span{font-size:8px;letter-spacing:.1em;color:#8c8e94}.empty-state{grid-column:1/-1;text-align:center;padding:36px 20px;background:#fff;border:1px dashed #d5d2ca;border-radius:23px}.empty-state>span{font-size:34px}.empty-state h2{font-family:"Manrope";font-size:21px;margin:10px 0 6px}.empty-state p{font-size:11px;color:#777;max-width:320px;margin:0 auto 16px}.empty-state a{display:inline-block;background:#11131a;color:#fff;border-radius:14px;padding:12px 15px;text-decoration:none;font-size:10px;font-weight:900}.gold-empty{background:#fff8df}

@media(max-width:380px){
  .today-head h1{font-size:23px}.daily-card{flex-basis:90%;min-height:430px}.daily-card-copy h2{font-size:27px}
  .testimony-wall{grid-template-columns:1fr}.persistent-word-rescue strong{display:none}
}
@media(min-width:641px){.app-shell{box-shadow:0 0 80px rgba(0,0,0,.25)}}
