:root {
  --navy: #071a2d;
  --navy-2: #0d2941;
  --navy-3: #123b58;
  --yellow: #ffc62f;
  --teal: #23b5ad;
  --purple: #7a4ce0;
  --red: #dc4d5f;
  --blue: #2f78d0;
  --green: #2aa876;
  --paper: #f7f5ef;
  --ink: #eef6fb;
  --muted: #a7bac8;
  --line: rgba(255,255,255,.13);
  --shadow: 0 12px 40px rgba(0,0,0,.25);
  --radius: 22px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:linear-gradient(180deg,#061827 0%,#0a2136 52%,#071a2d 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
body{min-height:100dvh}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.app-shell{max-width:520px;margin:0 auto;min-height:100dvh;position:relative;padding-bottom:92px;background:radial-gradient(circle at 50% -10%,rgba(255,198,47,.13),transparent 32%)}
.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:8px;padding:14px 18px 12px;background:rgba(7,26,45,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;justify-content:center;gap:8px;text-align:left}.pineapple{font-size:32px}.brand h1{margin:0;font-size:26px;letter-spacing:.08em}.brand p{margin:0;font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}
.icon-btn{border:0;background:transparent;color:white;font-size:22px;padding:10px;border-radius:12px}.icon-btn:active{background:rgba(255,255,255,.07)}
.view{padding:18px}.eyebrow{color:var(--yellow);text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800}.hero-copy{margin:8px 0 16px}.hero-copy h2{font-size:27px;margin:0 0 4px}.hero-copy p{margin:0;color:var(--muted)}
.card{background:linear-gradient(180deg,rgba(18,59,88,.96),rgba(9,37,58,.96));border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);margin-bottom:14px}.card h3{margin:0 0 6px}.card p{color:var(--muted);margin:5px 0}.session{position:relative;overflow:hidden}.session::after{content:"";position:absolute;right:-45px;top:-60px;width:150px;height:150px;border-radius:50%;background:rgba(255,198,47,.11)}
.session-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.date-badge{background:#fff;color:#0a2136;border-radius:15px;padding:10px 12px;text-align:center;min-width:72px;font-weight:900}.date-badge span{display:block;font-size:12px}.time{font-size:40px;line-height:1;font-weight:900;margin-top:8px}.timezone{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.countdown{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0}.countdown div{background:rgba(0,0,0,.16);padding:10px;border-radius:14px;text-align:center}.countdown strong{display:block;font-size:24px}.countdown small{font-size:9px;text-transform:uppercase;color:var(--muted)}
.topic{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.topic h3{font-size:25px;margin:3px 0}.primary,.secondary,.chip{border:0;border-radius:999px;font-weight:800}.primary{width:100%;background:var(--yellow);color:#092238;padding:15px 18px;font-size:16px}.secondary{background:transparent;color:white;border:1px solid rgba(255,255,255,.25);padding:11px 15px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.actions .primary{width:auto;flex:1}.actions .secondary{flex:1}
.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:12px 0 18px}.quick{border:1px solid var(--line);border-radius:18px;padding:16px;text-align:left;color:white;min-height:105px;display:flex;flex-direction:column;justify-content:space-between}.quick strong{font-size:16px}.quick small{color:rgba(255,255,255,.78)}.quick:nth-child(1){background:linear-gradient(135deg,#5c38a8,#7a4ce0)}.quick:nth-child(2){background:linear-gradient(135deg,#a63250,#dc4d5f)}.quick:nth-child(3){background:linear-gradient(135deg,#1d579c,#2f78d0)}.quick:nth-child(4){background:linear-gradient(135deg,#16827d,#23b5ad)}.quick:nth-child(5){background:linear-gradient(135deg,#ae5a21,#e47d32)}.quick:nth-child(6){background:linear-gradient(135deg,#b08011,#ffc62f);color:#10243a}.quick:nth-child(6) small{color:#29405a}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:20px 2px 10px}.section-head h3{margin:0;font-size:18px}.link-btn{background:none;border:0;color:var(--yellow);font-weight:800}.mini-card{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:18px;padding:15px;margin-bottom:10px}.mini-card h4{margin:0 0 5px}.mini-card p{margin:0;color:var(--muted);font-size:14px}.progress{height:8px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden;margin:12px 0}.progress span{display:block;height:100%;background:var(--teal);border-radius:999px}
.list{display:grid;gap:10px}.list-btn{width:100%;text-align:left;background:rgba(255,255,255,.055);border:1px solid var(--line);color:white;border-radius:17px;padding:15px}.list-btn strong{display:block;margin-bottom:4px}.list-btn small{color:var(--muted)}
.form-field{display:grid;gap:7px;margin:13px 0}.form-field label{font-size:13px;font-weight:800}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.07);color:white;border-radius:14px;padding:13px;outline:none}.form-field textarea{min-height:130px;resize:vertical}.form-field select option{color:#071a2d}.notice{border-left:3px solid var(--yellow);padding:10px 12px;background:rgba(255,198,47,.08);border-radius:9px;color:#d8e4eb;font-size:13px}.success{border-left-color:var(--green);background:rgba(42,168,118,.12)}
.article h2{margin:5px 0 10px}.article h3{margin:22px 0 7px;color:var(--yellow)}.article p,.article li{line-height:1.6;color:#d9e5ec}.verse{font-size:17px;font-weight:700;border-left:3px solid var(--teal);padding:10px 12px;margin:12px 0;background:rgba(35,181,173,.08);border-radius:10px}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:30;width:min(520px,100%);display:grid;grid-template-columns:repeat(6,1fr);padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:rgba(6,24,39,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line)}.nav-item{border:0;background:transparent;color:var(--muted);display:grid;gap:2px;place-items:center;padding:5px 2px}.nav-item span{font-size:19px}.nav-item small{font-size:9px}.nav-item.active{color:var(--yellow)}
.modal{border:0;padding:0;background:transparent;width:min(470px,calc(100% - 26px))}.modal::backdrop{background:rgba(0,0,0,.65);backdrop-filter:blur(4px)}.modal-card{background:#0d2941;color:white;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow)}.modal-card h3{margin-top:0}.modal-actions{display:flex;gap:10px;margin-top:16px}.modal-actions button{flex:1}
.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:rgba(255,198,47,.14);color:var(--yellow);font-size:11px;font-weight:800}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.chip{padding:9px 12px;background:rgba(255,255,255,.08);border:1px solid var(--line);color:white}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat{background:rgba(255,255,255,.05);padding:13px;border-radius:15px;text-align:center}.stat strong{font-size:22px;display:block}.stat small{color:var(--muted)}
@media (min-width:521px){body{padding:20px 0}.app-shell{border:1px solid rgba(255,255,255,.11);box-shadow:0 30px 90px rgba(0,0,0,.4);border-radius:30px;overflow:hidden;min-height:calc(100dvh - 40px)}.bottom-nav{bottom:20px;border-radius:0 0 30px 30px}}

/* Parent Hub */
.parent-preview{background:linear-gradient(180deg,rgba(24,75,88,.96),rgba(9,37,58,.96))}
.parent-search-card{background:linear-gradient(145deg,rgba(255,198,47,.10),rgba(18,59,88,.96))}
.risk-badge{display:inline-flex;width:max-content;align-items:center;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;margin-bottom:7px}
.risk-badge.yellow{background:rgba(255,198,47,.18);color:#ffd96a;border:1px solid rgba(255,198,47,.32)}
.risk-badge.teal{background:rgba(35,181,173,.16);color:#6ce1da;border:1px solid rgba(35,181,173,.28)}
.risk-badge.red{background:rgba(220,77,95,.16);color:#ff9eaa;border:1px solid rgba(220,77,95,.28)}
.parent-trend{position:relative;overflow:hidden}
.parent-article h2{font-size:30px;margin-bottom:10px}
.parent-article .risk-badge{margin:0 0 10px}
.bottom-nav{grid-template-columns:repeat(7,1fr)}
.bottom-nav .nav-item small{font-size:8px}
@media (max-width:390px){.bottom-nav .nav-item span{font-size:17px}.bottom-nav .nav-item small{font-size:7px}.bottom-nav{padding-left:2px;padding-right:2px}}
.admin-item{display:block;margin:12px 0;padding:16px}
.admin-item .section-head{align-items:flex-start;gap:12px}
.admin-item .section-head>div{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.admin-item textarea{min-height:96px}
.nav-item[hidden]{display:none!important}


/* Notifications */
.icon-btn.has-alerts{background:rgba(255,198,47,.14);color:var(--yellow);font-size:15px;font-weight:900;white-space:nowrap}
.setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid var(--line)}
.setting-row span{display:grid;gap:3px}.setting-row small{color:var(--muted);font-size:12px}.setting-row input{width:20px;height:20px;accent-color:var(--yellow)}
.notification-list{display:grid;gap:9px;max-height:55vh;overflow:auto;margin:10px 0}
.notification-item{width:100%;text-align:left;color:white;background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:16px;padding:13px}
.notification-item.unread{background:rgba(255,198,47,.08);border-color:rgba(255,198,47,.3)}
.notification-item .section-head{margin:0 0 5px}.notification-item p{margin:4px 0;color:var(--muted)}.notification-item small{color:var(--muted)}


/* TOBS v1 Home Design Pass — header + next-session hero */
:root{
  --v1-deep:#031522;
  --v1-panel:#08243a;
  --v1-panel2:#0b2e49;
  --v1-yellow:#ffc325;
  --v1-cyan:#46d8d0;
}
body{background:radial-gradient(circle at 70% -5%,rgba(255,179,39,.12),transparent 23%),linear-gradient(180deg,#031522 0%,#061b2b 42%,#031522 100%)}
.app-shell{background:linear-gradient(180deg,rgba(3,21,34,.97),rgba(4,24,39,.99));}
.topbar-v1{padding:15px 18px 14px;background:linear-gradient(180deg,rgba(3,21,34,.98),rgba(3,21,34,.90));border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(0,0,0,.24)}
.brand-v1{gap:12px}.mascot-mark{filter:drop-shadow(0 4px 8px rgba(0,0,0,.35));font-size:35px;transform:rotate(-5deg)}
.brand-lockup h1{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:30px;letter-spacing:-.03em;transform:skew(-5deg);text-shadow:0 3px 0 rgba(0,0,0,.22)}
.brand-lockup p{font-size:8px;letter-spacing:.24em;color:#c8d4dc;margin-top:1px}
.notify-v1{color:var(--v1-yellow);font-size:21px}
.view{padding:16px 16px 22px}
.home-v1{position:relative}
.home-v1:before{content:"";position:absolute;left:-16px;right:-16px;top:-16px;height:185px;z-index:-1;background:radial-gradient(circle at 78% 34%,rgba(255,163,33,.22),transparent 33%),linear-gradient(135deg,rgba(3,21,34,.2),rgba(3,21,34,.92));mask-image:linear-gradient(to bottom,#000 65%,transparent)}
.home-welcome{padding:5px 2px 14px}.welcome-kicker{text-align:center;font-size:10px;letter-spacing:.16em;color:#d4dee6;margin:1px 0 14px}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.welcome-row h2{margin:0;font-size:20px;line-height:1.2;font-style:italic}.welcome-row h2 span{color:var(--v1-yellow)}
.built-different{display:none;align-items:center;gap:6px;border:1px solid rgba(255,195,37,.7);border-radius:12px;padding:7px 10px;color:white;background:rgba(5,27,43,.7);font-size:9px;line-height:1}.built-different span{color:var(--v1-yellow);font-size:18px}.built-different strong{font-size:8px;letter-spacing:.05em}
.session-hero{position:relative;overflow:hidden;border:1px solid rgba(120,173,203,.35);border-radius:25px;padding:18px;background:radial-gradient(circle at 78% 12%,rgba(255,185,42,.12),transparent 25%),linear-gradient(145deg,rgba(8,40,63,.98),rgba(3,23,37,.98));box-shadow:0 20px 45px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.04);margin-bottom:16px}
.session-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 50%,rgba(255,255,255,.025) 50% 51%,transparent 51%);pointer-events:none}.session-hero.is-live{border-color:rgba(70,216,208,.55);box-shadow:0 0 0 1px rgba(70,216,208,.15),0 20px 45px rgba(0,0,0,.3)}.session-hero.is-canceled{border-color:rgba(220,77,95,.48)}
.session-hero-head{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}.brush-title{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;transform:skew(-5deg);font-size:23px;letter-spacing:-.03em;color:var(--v1-yellow);text-shadow:0 2px 0 rgba(0,0,0,.25)}.brush-underline{width:112px;height:4px;border-radius:10px;background:var(--v1-yellow);margin-top:5px;box-shadow:36px 3px 0 -1px rgba(255,255,255,.85)}
.calendar-pill{border:1px solid rgba(255,255,255,.45);background:rgba(3,21,34,.35);color:white;border-radius:999px;padding:9px 12px;font-weight:800;font-size:10px;letter-spacing:.03em;white-space:nowrap}.calendar-pill span{display:none}
.session-hero-main{display:grid;grid-template-columns:1fr;gap:14px;align-items:center;margin:15px 0 12px;position:relative;z-index:1}.session-time-block{display:flex;align-items:center;gap:15px}.v1-date-badge{width:76px;min-width:76px;height:70px;border-radius:15px;background:#f4f2eb;color:#0a2136;display:grid;place-content:center;text-align:center;box-shadow:0 7px 18px rgba(0,0,0,.18)}.v1-date-badge small{font-weight:900;font-size:11px}.v1-date-badge strong{font-size:15px;line-height:1.05}.v1-time-wrap{flex:1}.v1-time{font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:38px;line-height:.95;letter-spacing:-.03em;color:#fff}.v1-time-wrap .timezone{text-align:left;margin-top:7px;letter-spacing:.18em}
.v1-countdown{display:flex;align-items:flex-start;justify-content:space-between;background:rgba(1,14,24,.32);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:12px 14px}.v1-countdown>div{text-align:center;min-width:54px}.v1-countdown strong{display:block;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:27px;line-height:1}.v1-countdown small{display:block;margin-top:6px;font-size:8px;color:#b9cad5;letter-spacing:.08em}.v1-countdown>span{font-size:26px;line-height:1;color:#dbe7ee;opacity:.8}
.session-detail-grid{display:grid;grid-template-columns:55px 1fr;gap:12px;align-items:center;padding-top:13px;border-top:1px solid rgba(255,255,255,.10);position:relative;z-index:1}.speaker-tile{width:55px;height:62px;border-radius:13px;background:linear-gradient(150deg,#164465,#071e31);border:1px solid rgba(255,255,255,.11);display:grid;place-content:center;text-align:center;box-shadow:0 7px 18px rgba(0,0,0,.22)}.speaker-tile span{font-size:29px}.speaker-tile small{font-size:7px;letter-spacing:.12em;color:#a8c0d0}
.session-topic-v1{min-width:0}.topic-label{font-size:10px;font-weight:900;color:var(--v1-yellow);font-style:italic}.session-topic-v1 h3{margin:3px 0 5px;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:20px;line-height:1.05;font-style:italic;letter-spacing:-.02em}.session-topic-v1 p{margin:2px 0;color:#eef5f8;font-size:11px;line-height:1.25}
.session-cta-v1{grid-column:1/-1;display:grid;justify-items:center;gap:7px;margin-top:3px}.join-v1{width:100%;border:0;border-radius:999px;background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;padding:13px 16px;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:17px;box-shadow:0 8px 20px rgba(255,195,37,.18)}.join-v1 span{float:right;font-size:25px;line-height:.7}.join-v1:disabled{background:#6d7379;color:#d8d8d8;box-shadow:none}.session-picker-v1{display:flex;align-items:center;justify-content:center;gap:7px}.session-picker-v1 i{height:13px;width:1px;background:rgba(255,255,255,.35)}.session-mini{border:0;background:transparent;color:#d8e4eb;padding:2px;font-weight:800;font-size:11px}.session-mini.active{color:var(--v1-yellow)}.session-cta-v1>small{font-size:8px;letter-spacing:.14em;color:#9fb4c2}.session-announcement{margin-top:12px;padding:10px 12px;border-left:3px solid var(--v1-yellow);border-radius:10px;background:rgba(255,195,37,.08);font-size:11px;color:#e8f0f4}
.v1-section-head{margin-top:18px}.v1-section-head h3{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;letter-spacing:-.03em;text-transform:uppercase;font-size:17px}
@media (min-width:430px){.built-different{display:flex}.calendar-pill span{display:inline}.session-hero-main{grid-template-columns:1fr 1.1fr}.session-detail-grid{grid-template-columns:68px 1fr 1fr}.speaker-tile{width:68px;height:78px}.session-cta-v1{grid-column:auto;margin-top:0}.v1-time{font-size:44px}.v1-countdown strong{font-size:31px}.session-topic-v1 h3{font-size:23px}}
@media (max-width:360px){.v1-time{font-size:33px}.calendar-pill{padding:8px 10px}.brush-title{font-size:20px}.session-hero{padding:15px}.view{padding-left:12px;padding-right:12px}.v1-countdown strong{font-size:24px}}

/* Speaker photo support */
.speaker-tile.has-photo{padding:0;overflow:hidden;background:#0a1c2d;border:1px solid rgba(255,255,255,.18)}
.speaker-tile.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.speaker-photo-preview{width:96px;height:96px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.16);margin:.5rem 0 1rem}
.speaker-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}

/* TOBS v1.0.2.1 — visual refinement to match original concept */
.home-help-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:0 0 18px}
.survival-feature,.dealing-panel{position:relative;overflow:hidden;border:1px solid rgba(91,164,198,.40);border-radius:24px;box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)}
.survival-feature{min-height:360px;background:radial-gradient(circle at 78% 24%,rgba(77,214,211,.22),transparent 24%),radial-gradient(circle at 96% 70%,rgba(11,61,72,.45),transparent 34%),linear-gradient(160deg,#087682 0%,#0a5262 38%,#082b3f 63%,#061b2d 100%)}
.survival-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(116deg,rgba(255,255,255,.03) 0 1px,transparent 1px 100%);opacity:.25;pointer-events:none}
.survival-feature:after{content:"";position:absolute;right:-20px;bottom:-15px;width:230px;height:310px;background:radial-gradient(circle at 48% 19%,rgba(255,255,255,.15) 0 5%,transparent 6%),linear-gradient(155deg,transparent 0 27%,rgba(2,16,28,.78) 28% 67%,transparent 68%);filter:drop-shadow(-10px 10px 22px rgba(0,0,0,.34));transform:rotate(-5deg);opacity:.78}
.survival-feature-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,18,30,.08) 0%,rgba(2,18,30,.14) 50%,rgba(2,18,30,.58) 100%),linear-gradient(0deg,rgba(2,13,24,.78) 0%,transparent 48%);z-index:1}
.survival-feature-content{position:relative;z-index:2;padding:20px;min-height:360px;display:flex;flex-direction:column;align-items:flex-start}
.survival-overline{font-size:11px;font-weight:900;letter-spacing:.045em;color:#f1f7fb;margin-bottom:12px;line-height:1.15;text-transform:uppercase}
.survival-feature h3{font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:34px;line-height:.99;letter-spacing:-.045em;text-transform:uppercase;font-style:italic;margin:0;max-width:86%;text-shadow:0 3px 12px rgba(0,0,0,.35)}
.survival-feature h3 .survival-accent{display:block;color:#ffc325}
.survival-feature p{color:#edf5f8;line-height:1.45;font-size:13px;max-width:74%;margin:14px 0 auto;text-shadow:0 2px 8px rgba(0,0,0,.28)}
.survival-progress-row{width:100%;display:flex;align-items:center;gap:10px;margin-top:22px}.survival-progress{height:10px;flex:1;max-width:265px;border-radius:99px;background:rgba(0,0,0,.42);overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.35)}.survival-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#11b56f,#35d2a3);box-shadow:0 0 10px rgba(44,210,158,.25)}.survival-progress-row strong{font-size:14px;color:#fff}
.survival-continue{margin-top:15px;border-radius:999px;border:1px solid rgba(255,255,255,.50);background:rgba(3,22,36,.60);color:#fff;padding:11px 19px;font-weight:900;text-transform:uppercase;letter-spacing:.025em;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.survival-continue span{font-size:21px;vertical-align:-1px;margin-left:9px}
.dealing-panel{min-height:360px;background:linear-gradient(160deg,rgba(7,34,54,.99),rgba(3,21,35,.99));padding:15px}
.dealing-title{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:20px;line-height:1.03;letter-spacing:-.035em;margin:1px 0 15px;color:#fff;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.dealing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dealing-btn{min-width:0;min-height:92px;border-radius:18px;border:1px solid rgba(255,255,255,.30);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:12px 8px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 18px rgba(0,0,0,.18);transition:transform .12s ease,filter .12s ease}
.dealing-btn strong{display:block;width:100%;font-size:11.5px;line-height:1.08;overflow-wrap:normal;word-break:normal;hyphens:none}.dealing-btn b{display:none}.deal-icon{width:34px;height:34px;border:2px solid rgba(255,255,255,.92);display:grid;place-items:center;border-radius:50%;font-size:17px;font-weight:900;background:rgba(255,255,255,.04);flex:0 0 auto}
.dealing-btn.pressure{background:linear-gradient(145deg,#6b2aa1,#8e3bc5)}.dealing-btn.relationships{background:linear-gradient(145deg,#b01f4e,#d53259)}.dealing-btn.school{background:linear-gradient(145deg,#135b9e,#1f7bc0)}.dealing-btn.doubts{background:linear-gradient(145deg,#167c79,#1da69f)}.dealing-btn.messed{background:linear-gradient(145deg,#b64b17,#df6c20)}.dealing-btn.prayer{background:linear-gradient(145deg,#a97900,#d8a600);color:#fff}
.dealing-btn:active{transform:translateY(1px) scale(.99);filter:brightness(.95)}
@media(min-width:410px){.home-help-grid{grid-template-columns:1.03fr .97fr}.survival-feature,.survival-feature-content,.dealing-panel{min-height:390px}.survival-feature h3{font-size:35px}.dealing-panel{padding:14px}.dealing-grid{gap:9px}.dealing-btn{min-height:96px;padding:12px 8px}.deal-icon{width:34px;height:34px}.dealing-btn strong{font-size:11px}.dealing-title{font-size:19px}}
@media(min-width:480px){.survival-feature h3{font-size:39px}.dealing-btn{padding:13px 10px}.deal-icon{width:36px;height:36px}.dealing-btn strong{font-size:11.5px}.dealing-title{font-size:20px}}
@media(max-width:409px){.home-help-grid{grid-template-columns:1fr}.survival-feature,.survival-feature-content,.dealing-panel{min-height:auto}.survival-feature-content{min-height:345px}.dealing-btn{min-height:82px}.dealing-title{font-size:20px}}
@media(max-width:360px){.survival-feature h3{font-size:30px}.dealing-btn{min-height:76px;padding:10px 7px;gap:6px}.deal-icon{width:30px;height:30px;font-size:15px}.dealing-btn strong{font-size:10.5px}}


/* v1.0.2.3 — Survival Guide card visual refinement */
.survival-feature{
  min-height:390px;
  background-image:url('./assets/survival-backpack.jpg');
  background-size:cover;
  background-position:58% center;
  border-color:rgba(90,190,205,.46);
  box-shadow:0 20px 44px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
}
.survival-feature:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(1,22,34,.98) 0%,rgba(2,35,48,.94) 38%,rgba(3,40,52,.62) 58%,rgba(1,17,29,.12) 78%,rgba(1,17,29,.18) 100%),
    linear-gradient(0deg,rgba(1,14,25,.72) 0%,rgba(1,14,25,.14) 48%,rgba(1,14,25,.12) 100%);
  pointer-events:none;
}
.survival-feature:after{display:none}
.survival-feature-overlay{
  z-index:1;
  background:
    radial-gradient(circle at 78% 21%,rgba(255,255,255,.08),transparent 25%),
    linear-gradient(0deg,rgba(0,11,21,.42),transparent 44%);
}
.survival-feature-content{
  min-height:390px;
  padding:20px 18px 18px;
  justify-content:flex-start;
}
.survival-overline{
  max-width:64%;
  margin:0 0 15px;
  font-size:10.5px;
  line-height:1.18;
  letter-spacing:.055em;
  text-shadow:0 2px 8px rgba(0,0,0,.5);
}
.survival-feature h3{
  width:62%;
  max-width:62%;
  margin:0;
  font-size:30px;
  line-height:1.02;
  letter-spacing:-.035em;
  text-shadow:0 4px 14px rgba(0,0,0,.58);
  overflow-wrap:normal;
  word-break:normal;
}
.survival-feature h3 .survival-accent{
  display:block;
  color:#ffc325;
  margin:2px 0;
}
.survival-feature p{
  width:57%;
  max-width:57%;
  margin:18px 0 0;
  font-size:12.5px;
  line-height:1.42;
  color:#f7fbfc;
  text-shadow:0 2px 9px rgba(0,0,0,.72);
}
.survival-progress-row{
  width:58%;
  margin-top:auto;
  gap:8px;
}
.survival-progress{
  max-width:none;
  height:9px;
  background:rgba(1,13,22,.78);
  box-shadow:inset 0 1px 4px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.04);
}
.survival-progress-row strong{
  min-width:30px;
  font-size:12px;
  text-shadow:0 2px 5px rgba(0,0,0,.65);
}
.survival-continue{
  margin-top:15px;
  padding:10px 16px;
  font-size:12px;
  background:rgba(2,21,34,.78);
  border-color:rgba(255,255,255,.64);
  backdrop-filter:blur(3px);
}
.survival-continue span{font-size:18px;margin-left:7px}
@media(min-width:410px){
  .survival-feature,.survival-feature-content{min-height:390px}
  .survival-feature h3{font-size:31px}
}
@media(min-width:480px){
  .survival-feature h3{font-size:32px}
  .survival-feature p{font-size:13px}
}
@media(max-width:409px){
  .survival-feature{min-height:365px;background-position:62% center}
  .survival-feature-content{min-height:365px}
  .survival-overline{max-width:68%}
  .survival-feature h3{width:66%;max-width:66%;font-size:29px}
  .survival-feature p,.survival-progress-row{width:62%;max-width:62%}
}

/* v1.0.2.4 — Survival Guide full-background image refinement */
.survival-feature{
  min-height:390px;
  background-color:#061b2d;
  background-image:url('./assets/survival-backpack-full.png');
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:72% bottom;
  border-color:rgba(90,190,205,.46);
}
.survival-feature:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(2,19,31,.99) 0%,rgba(3,27,41,.96) 34%,rgba(3,31,44,.78) 52%,rgba(2,22,34,.36) 68%,rgba(2,16,28,.12) 100%),
    linear-gradient(0deg,rgba(1,13,23,.72) 0%,rgba(1,13,23,.16) 48%,rgba(1,13,23,.12) 100%);
  pointer-events:none;
}
.survival-feature-overlay{
  z-index:1;
  background:linear-gradient(0deg,rgba(0,12,22,.38),transparent 45%);
}
.survival-feature-content{
  min-height:390px;
  padding:20px 18px 18px;
}
.survival-overline{max-width:58%;margin-bottom:16px}
.survival-feature h3{
  width:54%;
  max-width:54%;
  font-size:29px;
  line-height:1.03;
}
.survival-feature p{
  width:50%;
  max-width:50%;
  margin-top:17px;
}
.survival-progress-row{width:52%}
.survival-continue{max-width:54%}
@media(min-width:410px){
  .survival-feature{background-position:74% bottom}
  .survival-feature h3{font-size:30px}
}
@media(min-width:480px){
  .survival-feature{background-position:76% bottom}
  .survival-feature h3{font-size:31px}
}
@media(max-width:409px){
  .survival-feature{min-height:365px;background-size:auto 100%;background-position:70% bottom}
  .survival-feature-content{min-height:365px}
  .survival-overline{max-width:61%}
  .survival-feature h3{width:58%;max-width:58%;font-size:27px}
  .survival-feature p{width:54%;max-width:54%}
  .survival-progress-row{width:56%}
}


/* v1.0.2.5 — Survival Guide label + bottom control refinement */
.survival-feature-content{
  padding-bottom:16px;
}
.survival-overline{
  max-width:62%;
  white-space:nowrap;
  letter-spacing:.055em;
}
.survival-feature p{
  margin-bottom:auto;
}
.survival-progress-row{
  width:58%;
  max-width:none;
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
}
.survival-progress{
  width:100%;
  max-width:none;
  height:8px;
}
.survival-progress-row strong{
  min-width:30px;
  text-align:right;
  font-size:12px;
  line-height:1;
}
.survival-continue{
  width:58%;
  max-width:none;
  min-height:38px;
  margin-top:9px;
  padding:7px 13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-width:1px;
  font-size:11px;
  line-height:1;
  white-space:nowrap;
}
.survival-continue span{
  margin-left:0;
  font-size:16px;
  line-height:1;
}
@media(min-width:410px){
  .survival-progress-row,.survival-continue{width:60%}
}
@media(min-width:480px){
  .survival-progress-row,.survival-continue{width:61%}
}
@media(max-width:409px){
  .survival-overline{max-width:66%}
  .survival-progress-row,.survival-continue{width:62%}
  .survival-continue{min-height:36px;font-size:10.5px;padding:6px 11px}
}

/* v1.0.2.6 — 60-Second Devotional + Ask TOBS Home cards */
.home-feature-row{display:grid;grid-template-columns:1fr;gap:14px;margin:0 0 18px}
.devotional-feature,.ask-feature{position:relative;overflow:hidden;min-height:300px;border-radius:24px;border:1px solid rgba(91,164,198,.38);box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)}
.devotional-feature{background:#09263b}
.devotional-art{position:absolute;inset:0;overflow:hidden;background-image:url("assets/devotional-beach-user.png");background-size:cover;background-position:60% center;background-repeat:no-repeat}
.devotional-sun{display:none}
.devotional-hill{display:none}
.devotional-hill.hill-two{display:none}
.devotional-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,29,.97) 0%,rgba(3,25,39,.88) 42%,rgba(3,25,39,.46) 67%,rgba(3,25,39,.12) 100%),linear-gradient(0deg,rgba(1,12,23,.72) 0%,rgba(1,12,23,.14) 64%,rgba(1,12,23,.08) 100%)}
.devotional-content,.ask-content{position:relative;z-index:2;min-height:300px;padding:18px;display:flex;flex-direction:column;align-items:flex-start}
.devotional-topline{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}
.feature-brush{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;text-transform:uppercase;letter-spacing:-.035em;color:#fff;font-size:19px;line-height:1;text-shadow:0 3px 11px rgba(0,0,0,.34)}
.sixty-badge{flex:0 0 auto;border:1px solid rgba(255,255,255,.42);background:rgba(3,21,34,.46);border-radius:999px;padding:5px 8px;color:#d9e7ed;font-size:8px;font-weight:900;letter-spacing:.1em}
.devotional-feature h3{margin:26px 0 5px;max-width:78%;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:26px;line-height:1.03;text-transform:uppercase;color:#fff;letter-spacing:-.035em;text-shadow:0 4px 15px rgba(0,0,0,.46)}
.devotional-verse{display:inline-block;color:#ffc425;font-size:12px;font-weight:900;letter-spacing:.035em;margin-top:3px;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.devotional-feature p{max-width:72%;margin:12px 0 auto;color:#edf5f8;font-size:12px;line-height:1.43;text-shadow:0 2px 8px rgba(0,0,0,.62)}
.feature-outline-btn{width:72%;min-height:38px;margin-top:15px;border:0;border-radius:999px;background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;font-size:10.5px;font-weight:950;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 18px rgba(255,195,37,.18)}
.feature-outline-btn span,.ask-feature-btn span{font-size:16px;line-height:1}
.ask-feature{background:radial-gradient(circle at 88% 22%,rgba(255,197,37,.14),transparent 26%),radial-gradient(circle at 72% 88%,rgba(34,192,177,.12),transparent 31%),linear-gradient(155deg,#071d31 0%,#0a2d43 55%,#061a2d 100%)}
.ask-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 100%);opacity:.22}
.ask-glow{position:absolute;width:170px;height:170px;border-radius:50%;right:-54px;top:-48px;background:radial-gradient(circle,rgba(255,199,47,.19),transparent 66%)}
.ask-mascot{position:absolute;right:6px;bottom:4px;width:50%;max-width:164px;aspect-ratio:1/1;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end;filter:drop-shadow(-10px 14px 18px rgba(0,0,0,.34))}
.ask-mascot img{display:block;width:100%;height:100%;object-fit:contain;object-position:right bottom;opacity:.99}
.ask-content{padding:18px;max-width:58%}
.ask-feature h3{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:27px;line-height:.98;letter-spacing:-.05em;margin:26px 0 10px;color:#fff;text-shadow:0 4px 14px rgba(0,0,0,.42)}
.ask-feature h3 span{color:#ffc425}
.ask-feature p{margin:0 0 9px;color:#dce9ef;font-size:11.5px;line-height:1.43;max-width:92%}
.ask-anon-note{margin-top:auto;color:#ffc425;font-size:9.5px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
.ask-feature-btn{width:92%;min-height:40px;margin-top:10px;border:0;border-radius:999px;background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;font-size:10.5px;font-weight:950;letter-spacing:.035em;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 18px rgba(255,195,37,.16)}
@media(min-width:410px){.home-feature-row{grid-template-columns:1fr 1fr}.devotional-feature,.ask-feature,.devotional-content,.ask-content{min-height:318px}.devotional-feature h3{font-size:24px;max-width:85%}.devotional-feature p{max-width:84%}.feature-outline-btn{width:82%}.ask-content{max-width:59%}.ask-feature h3{font-size:24px}.ask-mascot{width:48%;max-width:155px;right:8px;bottom:6px}}
@media(min-width:480px){.devotional-feature h3{font-size:27px}.ask-feature h3{font-size:27px}.feature-brush{font-size:20px}.ask-mascot{width:50%;max-width:168px;right:10px;bottom:6px}}
@media(max-width:409px){.devotional-feature,.ask-feature,.devotional-content,.ask-content{min-height:285px}.devotional-feature h3{margin-top:21px}.ask-feature h3{margin-top:22px}.ask-mascot{width:50%;max-width:150px;right:2px;bottom:2px}}


/* v1.0.3.1 — Prayer Check-In home card */
.prayer-checkin-card{position:relative;overflow:hidden;margin:0 0 18px;padding:18px;border-radius:24px;border:1px solid rgba(91,164,198,.38);background:radial-gradient(circle at 88% 8%,rgba(40,193,183,.14),transparent 30%),linear-gradient(155deg,#071d31 0%,#0b3149 58%,#071c30 100%);box-shadow:0 18px 38px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.04)}
.prayer-checkin-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.prayer-checkin-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);font-size:20px}.prayer-checkin-head p{margin:5px 0 0;color:#d7e5ec;font-size:12px}.prayer-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prayer-quick{position:relative;overflow:hidden;min-height:88px;border:1px solid rgba(255,255,255,.18);border-radius:18px;color:#fff;display:flex;align-items:flex-start;gap:10px;padding:12px 13px;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 22px rgba(0,0,0,.18)}.prayer-quick::after{position:absolute;right:8px;bottom:-6px;font-size:48px;line-height:1;opacity:.12;filter:saturate(0) brightness(3);pointer-events:none}.prayer-quick span{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.10);border:1.5px solid rgba(255,255,255,.84);font-size:18px;line-height:1;flex:0 0 auto;box-shadow:0 4px 10px rgba(0,0,0,.12)}.prayer-quick-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px;padding-top:2px;max-width:calc(100% - 44px)}.prayer-quick strong{font-size:13px;line-height:1.1}.prayer-quick em{font-style:normal;font-size:10px;line-height:1.2;color:rgba(255,255,255,.82)}.prayer-quick.school{background:linear-gradient(145deg,#2270c2,#0f4b93)}.prayer-quick.school::after{content:"🎒"}.prayer-quick.family{background:linear-gradient(145deg,#1a9b99,#0f7976)}.prayer-quick.family::after{content:"🏠"}.prayer-quick.faith{background:linear-gradient(145deg,#8236b7,#5b2688)}.prayer-quick.faith::after{content:"🙏"}.prayer-quick.encouragement{background:linear-gradient(145deg,#db2f70,#ab1c50)}.prayer-quick.encouragement::after{content:"❤️"}.prayer-full-btn{width:100%;min-height:42px;margin-top:12px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(4,23,37,.58);color:#fff;font-size:10px;font-weight:900;letter-spacing:.045em;display:flex;align-items:center;justify-content:center;gap:8px}.prayer-full-btn span{font-size:16px}.prayer-quick:active,.prayer-full-btn:active{transform:translateY(1px)}
@media(min-width:410px){.prayer-checkin-card{padding:20px}.prayer-quick{min-height:92px}.prayer-quick strong{font-size:13px}.prayer-quick em{font-size:10.5px}.prayer-quick::after{font-size:56px;right:10px;bottom:-8px}}


/* v1.0.3.4 — Weekly Challenge progress card */
.weekly-challenge-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;align-items:center;margin:0 0 18px;padding:20px;border-radius:24px;border:1px solid rgba(91,164,198,.38);background:radial-gradient(circle at 89% 22%,rgba(255,196,37,.15),transparent 28%),radial-gradient(circle at 75% 88%,rgba(35,195,179,.14),transparent 34%),linear-gradient(155deg,#071d31 0%,#0a3047 56%,#071b2f 100%);box-shadow:0 18px 38px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.05)}
.weekly-challenge-card:after{content:"⚡";position:absolute;right:-15px;top:-20px;font-size:120px;opacity:.035;transform:rotate(8deg);pointer-events:none}
.weekly-challenge-copy{position:relative;z-index:2;min-width:0}.weekly-kicker{display:flex;align-items:center;gap:7px;color:#fff;font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:17px;line-height:1;letter-spacing:-.025em}.weekly-kicker span{color:#ffc425;font-style:normal}.weekly-category{display:inline-block;margin-top:13px;padding:4px 8px;border-radius:999px;background:rgba(255,196,37,.12);border:1px solid rgba(255,196,37,.22);color:#ffc425;font-size:8px;font-weight:900;letter-spacing:.11em}.weekly-challenge-card h3{margin:9px 0 7px;color:#fff;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:24px;line-height:1.02;letter-spacing:-.035em;text-transform:uppercase}.weekly-challenge-card p{margin:0;color:#d9e6ed;font-size:11.5px;line-height:1.42;max-width:96%}.weekly-micro{margin-top:10px;color:#8fd8d1;font-size:9.5px;font-weight:800}.weekly-action{width:100%;min-height:40px;margin-top:13px;border:0;border-radius:999px;background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;font-size:10px;font-weight:950;letter-spacing:.035em;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 18px rgba(255,195,37,.17)}.weekly-action.complete{background:linear-gradient(180deg,#35d2a3,#17a979);color:#04261f}.weekly-action:disabled{opacity:1}.weekly-action span{font-size:16px;line-height:1}.weekly-view{margin-top:8px;border:0;background:transparent;color:#a9bfcb;padding:3px 0;font-size:8px;font-weight:900;letter-spacing:.07em;text-decoration:underline;text-underline-offset:3px}.weekly-progress-wrap{position:relative;z-index:2;width:110px;height:110px;display:grid;place-items:center}.weekly-ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);overflow:visible}.weekly-ring-track,.weekly-ring-fill{fill:none;stroke-width:8}.weekly-ring-track{stroke:rgba(255,255,255,.09)}.weekly-ring-fill{stroke:#ffc425;stroke-linecap:round;filter:drop-shadow(0 0 5px rgba(255,196,37,.25));transition:stroke-dasharray .35s ease}.weekly-ring-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.weekly-ring-center strong{font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:25px;line-height:.9}.weekly-ring-center strong span{font-size:13px;color:#b7cad4}.weekly-ring-center small{margin-top:5px;color:#ffc425;font-size:8px;font-weight:900;letter-spacing:.12em}
@media(max-width:409px){.weekly-challenge-card{grid-template-columns:minmax(0,1fr) 94px;padding:17px}.weekly-progress-wrap{width:92px;height:92px}.weekly-kicker{font-size:15px}.weekly-challenge-card h3{font-size:21px}.weekly-challenge-card p{font-size:10.5px}.weekly-ring-center strong{font-size:22px}.weekly-action{font-size:9px}}


/* v1.0.3.5 — Invite a Friend mascot card */
.invite-card{position:relative;overflow:hidden;min-height:164px;margin:0 0 18px;padding:20px;border-radius:24px;border:1px solid rgba(91,164,198,.38);background:radial-gradient(circle at 88% 18%,rgba(255,196,37,.18),transparent 31%),radial-gradient(circle at 72% 90%,rgba(35,195,179,.11),transparent 34%),linear-gradient(145deg,#071d31 0%,#0b3149 58%,#071b2d 100%);box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)}
.invite-card:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 100%);opacity:.2;pointer-events:none}
.invite-content{position:relative;z-index:2;width:64%;display:flex;flex-direction:column;align-items:flex-start}
.invite-title{color:#ffc425;font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:-.035em;text-shadow:0 3px 11px rgba(0,0,0,.34)}
.invite-content h3{margin:12px 0 6px;color:#fff;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:20px;line-height:1.05;letter-spacing:-.025em}
.invite-content p{margin:0 0 14px;color:#dbe8ef;font-size:12px;line-height:1.4;max-width:95%}
.invite-share-btn{border:0;border-radius:999px;min-height:42px;padding:0 20px;background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;font-size:11px;font-weight:950;letter-spacing:.035em;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 18px rgba(255,195,37,.18);white-space:nowrap}
.invite-share-btn span{font-size:18px;line-height:1}
.invite-mascot{position:absolute;z-index:1;right:4px;bottom:-7px;width:39%;max-width:170px;object-fit:contain;filter:drop-shadow(-8px 12px 16px rgba(0,0,0,.32))}
@media(max-width:409px){.invite-card{min-height:154px;padding:17px}.invite-content{width:65%}.invite-title{font-size:17px}.invite-content h3{font-size:17px}.invite-content p{font-size:10.5px}.invite-share-btn{min-height:38px;padding:0 16px;font-size:9.5px}.invite-mascot{width:40%;max-width:148px;right:1px;bottom:-5px}}
@media(min-width:480px){.invite-card{min-height:170px}.invite-content{width:62%}.invite-mascot{width:38%;max-width:180px;right:8px}}


/* v1.0.3.7 — What's Happening home section */
.happening-card{position:relative;overflow:hidden;margin:0 0 18px;padding:18px;border-radius:24px;border:1px solid rgba(91,164,198,.36);background:radial-gradient(circle at 92% 8%,rgba(255,196,37,.13),transparent 28%),linear-gradient(150deg,#071d31 0%,#0a2f47 58%,#071c30 100%);box-shadow:0 18px 38px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04)}
.happening-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.happening-head p{margin:5px 0 0;color:#cbdce5;font-size:11.5px}.happening-spark{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(255,196,37,.11);border:1px solid rgba(255,196,37,.28);color:#ffc425;font-size:18px}
.happening-list{display:grid;gap:9px}.happening-event{width:100%;display:grid;grid-template-columns:52px 1fr 18px;align-items:center;gap:11px;padding:8px 10px 8px 8px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.045);color:#fff;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.happening-event:active{transform:translateY(1px)}
.happening-date{display:grid;place-items:center;align-content:center;min-height:58px;border-radius:13px;background:linear-gradient(180deg,#ffd23d,#ffb919);color:#071a2d;box-shadow:0 7px 15px rgba(255,191,30,.14)}.happening-date small{font-size:8px;font-weight:950;letter-spacing:.09em;line-height:1}.happening-date strong{font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:22px;line-height:1;margin:2px 0}.happening-date em{font-style:normal;font-size:7px;font-weight:900;letter-spacing:.08em;line-height:1}
.happening-copy{min-width:0;display:grid;gap:4px}.happening-copy strong{font-size:12.5px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.happening-copy small{color:#b9ced9;font-size:10px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.happening-arrow{color:#ffc425;font-size:21px;font-weight:900;text-align:right}
.happening-all-btn{width:100%;min-height:39px;margin-top:11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(3,22,35,.54);color:#fff;font-size:9.5px;font-weight:950;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;gap:7px}.happening-all-btn span{font-size:16px;line-height:1}.happening-modal-list{display:grid;gap:9px;margin-top:12px}
@media(min-width:410px){.happening-card{padding:20px}.happening-event{grid-template-columns:56px 1fr 20px}.happening-date{min-height:62px}.happening-copy strong{font-size:13px}.happening-copy small{font-size:10.5px}}

/* v1.0.3.9 — Home hero fix: larger mascot + visible cross background */
.app-shell.home-mode{
  background:linear-gradient(180deg,#031522 0%,#061b2b 36%,#031522 100%);
}
.app-shell.home-mode::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:350px;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(1,13,23,.42) 0%,rgba(1,13,23,.18) 42%,rgba(1,13,23,.04) 70%,rgba(1,13,23,.16) 100%),
    linear-gradient(180deg,rgba(1,13,23,.10) 0%,rgba(1,13,23,.08) 52%,rgba(3,21,34,.78) 100%),
    url('./assets/tobs-cross-hero.png') right top / cover no-repeat;
}
.app-shell.home-mode .topbar-v1{
  position:sticky;
  z-index:20;
  background:linear-gradient(180deg,rgba(2,15,26,.44),rgba(2,15,26,.10));
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:none;
  backdrop-filter:blur(5px);
}
.app-shell.home-mode .view{position:relative;z-index:1;padding-top:0}
.app-shell.home-mode .home-v1:before{display:none}
.app-shell.home-mode .home-welcome{
  min-height:170px;
  padding:18px 2px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.app-shell.home-mode .welcome-kicker{
  margin:0;
  color:#fff;
  font-size:9.7px;
  font-weight:800;
  letter-spacing:.145em;
  text-shadow:0 2px 9px rgba(0,0,0,.88);
}
.app-shell.home-mode .welcome-row h2{
  text-shadow:0 3px 12px rgba(0,0,0,.82);
}
.app-shell.home-mode .session-hero{
  margin-top:0;
  box-shadow:0 22px 46px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.04);
}
.mascot-mark{
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 58px;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));
  transform:rotate(-4deg);
}
@media (max-width:390px){
  .app-shell.home-mode::before{height:330px;background-position:74% top}
  .app-shell.home-mode .home-welcome{min-height:152px}
  .app-shell.home-mode .welcome-kicker{font-size:8.7px;letter-spacing:.12em}
  .mascot-mark{width:48px;height:48px;flex-basis:48px}
}
@media (min-width:521px){
  .app-shell.home-mode::before{border-radius:30px 30px 0 0;background-position:right top}
}


/* v1.0.4.0 — consistent bottom navigation icons */
.bottom-nav{padding-top:7px;gap:0}
.nav-item{min-width:0;gap:3px;padding:6px 1px 5px;border-radius:13px;transition:color .18s ease,background .18s ease,transform .18s ease}
.nav-item .nav-icon{width:22px;height:22px;display:grid;place-items:center;position:relative}
.nav-item .nav-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.nav-item.prayer-image-item .nav-icon img{width:23px;height:23px;display:block;object-fit:contain;opacity:.92;filter:brightness(0) invert(1) opacity(.82);transition:opacity .18s ease,transform .18s ease,filter .18s ease}
.nav-item.prayer-image-item.active .nav-icon img{opacity:1;transform:translateY(-1px);filter:drop-shadow(0 2px 6px rgba(255,198,47,.25))}
@media(max-width:390px){.nav-item.prayer-image-item .nav-icon img{width:20px;height:20px}}

.nav-item.active{color:var(--yellow);background:rgba(255,196,37,.075)}
.nav-item.active .nav-icon{filter:drop-shadow(0 0 7px rgba(255,196,37,.26))}
.nav-item.active .nav-icon:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--yellow);bottom:-5px;left:50%;transform:translateX(-50%)}
.nav-item small{margin-top:2px;font-weight:750;letter-spacing:.01em;white-space:nowrap}
@media(max-width:390px){.nav-item .nav-icon,.nav-item .nav-icon svg{width:20px;height:20px}.bottom-nav .nav-item small{font-size:7.2px}}


/* v1.0.4.1 — bottom nav icons matched to approved preview */
.bottom-nav{grid-template-columns:repeat(7,minmax(0,1fr));}
.bottom-nav:has(#adminNav:not([hidden])){grid-template-columns:repeat(8,minmax(0,1fr));}
.nav-item .nav-icon,.nav-item .nav-icon svg{width:24px;height:24px;}
.nav-item .nav-icon svg{stroke-width:1.85;}
.nav-item.active{color:var(--yellow);background:transparent;}
.nav-item.active .nav-icon{filter:drop-shadow(0 0 8px rgba(255,196,37,.55));}
.nav-item.active:after{content:"";width:26px;height:3px;border-radius:999px;background:var(--yellow);box-shadow:0 0 8px rgba(255,196,37,.65);margin-top:1px;}
.nav-item.active .nav-icon:after{display:none;}
@media(max-width:390px){.nav-item .nav-icon,.nav-item .nav-icon svg{width:21px;height:21px}.nav-item.active:after{width:21px}}

/* v1.0.4.5 — Live TOBS redesign */
.app-shell.live-mode{
  background:linear-gradient(180deg,#031522 0%,#061b2b 34%,#031522 100%);
}
.app-shell.live-mode::before{
  content:"";position:absolute;inset:0 0 auto;height:315px;z-index:0;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(1,13,23,.46),rgba(1,13,23,.13) 55%,rgba(1,13,23,.08)),
    linear-gradient(180deg,rgba(1,13,23,.05),rgba(3,21,34,.86) 100%),
    url('./assets/tobs-cross-hero.png') right top/cover no-repeat;
}
.app-shell.live-mode .topbar-v1{position:sticky;z-index:20;background:linear-gradient(180deg,rgba(2,15,26,.5),rgba(2,15,26,.12));border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(5px);box-shadow:none}
.app-shell.live-mode .view{position:relative;z-index:1;padding-top:0}
.live-v1{padding-top:118px}
.live-heading{padding:0 5px 13px}
.live-brush-title{font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:31px;line-height:1;color:#fff;letter-spacing:-.035em;text-shadow:0 3px 12px rgba(0,0,0,.65)}
.live-brush-title b{color:var(--yellow)}
.live-brush-line{margin-top:11px;width:142px;height:4px;border-radius:999px;background:var(--yellow);box-shadow:44px 2px 0 -1px rgba(255,255,255,.76)}
.live-session-card,.live-study-card,.live-before-card{border:1px solid rgba(111,165,196,.39);border-radius:24px;background:linear-gradient(150deg,rgba(8,38,59,.96),rgba(5,25,40,.98));box-shadow:0 18px 38px rgba(0,0,0,.27),inset 0 1px rgba(255,255,255,.04)}
.live-session-card{padding:20px;margin-bottom:17px}.live-session-card.is-live{border-color:rgba(255,198,47,.54);box-shadow:0 0 25px rgba(255,198,47,.08),0 18px 38px rgba(0,0,0,.3)}.live-session-card.is-canceled{border-color:rgba(220,77,95,.52)}
.live-session-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.live-kicker{font-size:12px;font-weight:950;letter-spacing:.08em;color:var(--yellow)}
.live-time-line{display:flex;align-items:flex-end;gap:8px;margin-top:5px}.live-time-line strong{font-family:"Arial Black",Impact,sans-serif;font-size:45px;line-height:.93;color:#fff;letter-spacing:-.035em}.live-time-line span{font-weight:800;color:#e4edf2;font-size:15px;padding-bottom:4px}.live-date-line{font-size:10px;color:#9fb2bf;margin-top:7px;text-transform:uppercase;letter-spacing:.08em}
.live-join-btn{border:0;border-radius:15px;min-height:55px;padding:0 20px;background:linear-gradient(180deg,#ffd546,#ffbd18);color:#071a2d;font-weight:950;font-size:13px;letter-spacing:.025em;box-shadow:0 0 25px rgba(255,198,47,.31);white-space:nowrap}.live-join-btn:disabled{opacity:.5;box-shadow:none}.broadcast-mini{margin-right:8px}
.live-countdown-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 18px;padding:15px 17px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(2,17,28,.38)}.live-starts{display:flex;align-items:center;gap:9px;color:#c8d4dd}.live-starts span{font-size:21px}.live-starts strong{font-size:10px;letter-spacing:.12em}.live-countdown{display:flex;align-items:center;gap:9px}.live-countdown div{text-align:center;min-width:38px}.live-countdown strong{display:block;font-family:"Arial Black",Impact,sans-serif;font-size:26px;color:var(--yellow);line-height:.95}.live-countdown small{display:block;margin-top:5px;font-size:7px;color:#c7d1d8;letter-spacing:.08em}.live-countdown i{font-style:normal;color:#8da2b2;font-weight:900;font-size:17px}
.live-session-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 19px}.live-session-choice{border:1px solid rgba(148,175,192,.38);border-radius:999px;background:linear-gradient(180deg,rgba(18,49,71,.92),rgba(8,29,45,.92));color:#eef5f8;min-height:46px;font-weight:900;font-size:14px;box-shadow:0 6px 14px rgba(0,0,0,.18)}.live-session-choice.active{color:var(--yellow);border-color:var(--yellow);box-shadow:0 0 17px rgba(255,198,47,.28);font-size:17px}
.live-detail-area{display:grid;grid-template-columns:minmax(0,1fr) 125px;gap:14px;align-items:stretch;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.live-details-list{display:grid}.live-detail-row{display:flex;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.06)}.live-detail-row:last-child{border-bottom:0}.live-detail-icon{width:39px;height:39px;flex:0 0 39px;border:1.5px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:11px;font-weight:900}.live-detail-row div{min-width:0;display:flex;flex-direction:column;gap:2px}.live-detail-row small{font-size:8px;color:#aebbc4;letter-spacing:.09em}.live-detail-row strong{font-size:13px;color:#fff;line-height:1.15;overflow-wrap:anywhere}
.live-speaker-card{padding:10px;border:1px solid rgba(128,169,194,.3);border-radius:18px;background:rgba(3,20,33,.42);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.live-speaker-photo{width:78px;height:78px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.14);background:#102d43}.live-speaker-photo img{width:100%;height:100%;object-fit:cover}.live-speaker-card>strong{margin-top:8px;font-size:11px;color:#fff;line-height:1.12}.live-speaker-card>small{margin-top:5px;color:var(--yellow);font-size:7px;font-weight:900;letter-spacing:.07em}.live-announcement{margin-top:14px;padding:10px 12px;border-radius:12px;background:rgba(255,198,47,.08);border:1px solid rgba(255,198,47,.18);font-size:11px;color:#edf3f6}
.live-study-card,.live-before-card{padding:17px;margin-bottom:17px}.live-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.live-section-head>div{display:flex;align-items:center;gap:8px}.live-section-head span,.live-section-head strong{color:var(--yellow)}.live-section-head strong{font-size:12px;letter-spacing:.04em}.live-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.live-study-tool{min-height:89px;padding:11px 8px;border:1px solid rgba(122,163,190,.28);border-radius:14px;background:linear-gradient(145deg,rgba(12,42,63,.94),rgba(8,28,43,.94));color:#fff;text-align:left;display:flex;gap:8px;align-items:flex-start}.live-study-tool>span{color:var(--yellow);font-size:21px;font-weight:900;line-height:1}.live-study-tool div{display:flex;flex-direction:column;gap:4px}.live-study-tool strong{font-size:10px}.live-study-tool small{font-size:8px;color:#afbec7;line-height:1.25}
.live-before-title{display:flex;align-items:center;gap:12px;margin-bottom:15px}.live-before-title>span{width:42px;height:42px;border:2px solid var(--yellow);border-radius:14px;display:grid;place-items:center;color:var(--yellow);font-size:22px}.live-before-title div{display:flex;flex-direction:column;gap:3px}.live-before-title strong{color:var(--yellow);font-size:13px}.live-before-title small{font-size:8px;color:#b8c4cc;letter-spacing:.11em}.live-guideline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.live-guideline-grid>div{display:grid;grid-template-columns:32px 1fr;column-gap:7px;align-items:start;border-right:1px solid rgba(255,255,255,.10);padding-right:8px}.live-guideline-grid>div:last-child{border-right:0}.live-guideline-grid span{grid-row:1/3;color:var(--yellow);font-size:20px}.live-guideline-grid strong{font-size:9px;color:#fff}.live-guideline-grid small{font-size:7px;color:#aebbc4;line-height:1.2;margin-top:2px}
@media(max-width:390px){.live-v1{padding-top:104px}.live-brush-title{font-size:27px}.live-session-card{padding:16px}.live-time-line strong{font-size:38px}.live-join-btn{padding:0 14px;font-size:11px;min-height:50px}.live-countdown-wrap{padding:13px 12px}.live-starts strong{display:none}.live-countdown{gap:6px}.live-countdown strong{font-size:23px}.live-session-picker{gap:8px}.live-session-choice{font-size:12px}.live-detail-area{grid-template-columns:minmax(0,1fr) 108px}.live-speaker-photo{width:67px;height:67px}.live-study-grid{grid-template-columns:1fr}.live-study-tool{min-height:66px;align-items:center}.live-guideline-grid{grid-template-columns:1fr;gap:11px}.live-guideline-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:9px}.live-guideline-grid>div:last-child{border-bottom:0}.live-before-title>span{width:38px;height:38px}}


/* v1.0.4.6 — Next Live Session fine-tune */
.live-heading{padding:0 6px 11px}
.live-brush-title{font-size:30px;letter-spacing:-.04em}.live-brush-title span{color:#fff}.live-brush-title b{color:var(--yellow)}
.live-brush-line{margin-top:10px;width:130px;height:4px;box-shadow:38px 2px 0 -1px rgba(255,255,255,.78)}
.live-session-card{padding:18px 20px 19px}
.live-session-top{align-items:center;gap:16px}
.live-session-top>div:first-child{min-width:0;flex:1}
.live-kicker{font-size:11px;letter-spacing:.075em;margin-bottom:4px}
.live-time-line{align-items:flex-end;gap:9px;margin-top:0}
.live-time-line strong{font-size:52px;line-height:.88;letter-spacing:-.045em}
.live-time-line span{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:0 0 1px;color:#fff;line-height:1}
.live-time-line span b{font-size:18px;line-height:1;font-weight:900}
.live-time-line span em{font-style:normal;font-size:12px;line-height:1.05;font-weight:700;color:#d8e2e8}
.live-date-line{margin-top:8px;font-size:8.5px;letter-spacing:.11em;color:#91a7b5}
.live-join-btn{min-height:54px;border-radius:16px;padding:0 20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 0 18px rgba(255,198,47,.24)}
.broadcast-mini{display:grid;place-items:center;margin:0;width:19px;height:19px}.broadcast-mini svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.live-countdown-wrap{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:14px;margin:18px 0 17px;padding:13px 16px;border-radius:13px}
.live-starts{gap:10px}.live-starts span{display:grid;place-items:center;width:22px;height:22px}.live-starts span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.live-starts strong{font-size:9px;letter-spacing:.13em;white-space:nowrap}
.live-countdown{justify-content:center;gap:10px}.live-countdown div{min-width:48px}.live-countdown strong{font-size:29px;line-height:.9}.live-countdown small{margin-top:5px;font-size:6.3px;letter-spacing:.09em}.live-countdown i{font-size:18px;color:#8ea2b1;transform:translateY(-5px)}
.live-session-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:390px;margin:0 auto 17px;padding:0 4px}
.live-session-choice{min-height:38px;font-size:11px}.live-session-choice.active{font-size:14px;box-shadow:0 0 13px rgba(255,198,47,.22)}
.live-detail-area{grid-template-columns:minmax(0,1fr) 118px;gap:13px;padding-top:15px}
.live-details-list{align-content:center}.live-detail-row{gap:10px;padding:8px 0;min-height:51px}.live-detail-icon{width:34px;height:34px;flex:0 0 34px;font-size:0}.live-detail-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.live-detail-row small{font-size:7px;letter-spacing:.085em}.live-detail-row strong{font-size:12px;line-height:1.1}
.live-speaker-card{padding:9px 8px 10px;border-radius:16px;justify-content:flex-start}.live-speaker-photo{width:73px;height:73px;border:2px solid rgba(255,255,255,.16);box-shadow:0 7px 15px rgba(0,0,0,.18)}.live-speaker-card>strong{margin-top:7px;font-size:10.5px;line-height:1.05}.live-speaker-card>small{margin-top:4px;font-size:6.5px;letter-spacing:.065em}
@media(max-width:390px){
  .live-session-card{padding:15px 14px 16px}.live-session-top{gap:10px}.live-kicker{font-size:9.5px}.live-time-line strong{font-size:43px}.live-time-line span b{font-size:14px}.live-time-line span em{font-size:10px}.live-join-btn{min-height:48px;padding:0 13px;font-size:10px;border-radius:14px}.broadcast-mini{width:16px;height:16px}.broadcast-mini svg{width:15px;height:15px}
  .live-countdown-wrap{grid-template-columns:82px minmax(0,1fr);gap:8px;padding:12px 10px}.live-starts{gap:6px}.live-starts strong{display:block;font-size:7px}.live-starts span,.live-starts span svg{width:17px;height:17px}.live-countdown{gap:5px}.live-countdown div{min-width:36px}.live-countdown strong{font-size:23px}.live-countdown small{font-size:5.5px}.live-countdown i{font-size:14px;transform:translateY(-4px)}
  .live-session-picker{gap:8px;padding:0}.live-session-choice{min-height:36px;font-size:10px}.live-session-choice.active{font-size:12px}
  .live-detail-area{grid-template-columns:minmax(0,1fr) 104px;gap:10px}.live-detail-row{min-height:47px;padding:7px 0}.live-detail-icon{width:31px;height:31px;flex-basis:31px}.live-detail-icon svg{width:16px;height:16px}.live-detail-row strong{font-size:11px}.live-speaker-photo{width:64px;height:64px}.live-speaker-card>strong{font-size:9px}.live-speaker-card>small{font-size:5.8px}
}


/* v1.0.4.7 — Before You Join refinement */
.live-study-card{display:none!important}
.live-before-card.refined{padding:16px 18px 17px;border-radius:20px;background:linear-gradient(145deg,rgba(8,38,59,.98),rgba(5,25,40,.98));}
.live-before-title.refined{gap:13px;margin-bottom:13px;align-items:center}
.live-before-title.refined>div{gap:2px}
.live-before-title.refined strong{font-size:12px;letter-spacing:.035em}
.live-before-title.refined small{font-size:7.5px;letter-spacing:.105em;font-weight:700}
.live-before-shield{width:40px;height:46px;flex:0 0 40px;display:grid;place-items:center;color:var(--yellow)!important;border:0!important;border-radius:0!important;background:transparent!important}
.live-before-shield svg{width:40px;height:46px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.live-guideline-grid.refined{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-left:51px}
.live-guideline-grid.refined .live-guideline-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;padding:1px 14px 1px 0;margin-right:14px;border-right:1px solid rgba(255,255,255,.12)}
.live-guideline-grid.refined .live-guideline-item:last-child{margin-right:0;padding-right:0;border-right:0}
.live-guideline-grid.refined .live-guideline-icon{width:29px;height:29px;display:grid;place-items:center;color:var(--yellow);grid-row:auto!important;font-size:0!important}
.live-guideline-grid.refined .live-guideline-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.live-guideline-grid.refined .live-guideline-item>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.live-guideline-grid.refined strong{font-size:8.8px;line-height:1.1;color:#fff;white-space:nowrap}
.live-guideline-grid.refined small{font-size:6.8px;line-height:1.15;color:#aebbc4;white-space:nowrap;margin:0}
@media(max-width:390px){
  .live-before-card.refined{padding:14px 15px 15px}
  .live-before-shield{width:36px;height:41px;flex-basis:36px}
  .live-before-shield svg{width:36px;height:41px}
  .live-guideline-grid.refined{margin-left:47px;grid-template-columns:repeat(3,minmax(0,1fr))}
  .live-guideline-grid.refined .live-guideline-item{grid-template-columns:24px minmax(0,1fr);gap:6px;padding-right:8px;margin-right:8px;border-bottom:0}
  .live-guideline-grid.refined .live-guideline-icon{width:23px;height:23px}
  .live-guideline-grid.refined .live-guideline-icon svg{width:21px;height:21px}
  .live-guideline-grid.refined strong{font-size:7.5px}
  .live-guideline-grid.refined small{font-size:5.8px}
  .live-before-title.refined strong{font-size:11px}
  .live-before-title.refined small{font-size:7px}
}


/* v1.0.4.8 — Ask TOBS redesigned screen */
.ask-hero{position:relative;overflow:hidden;display:flex;align-items:stretch;gap:10px;padding:22px 18px 18px;border-radius:26px;border:1px solid rgba(91,164,198,.38);background:radial-gradient(circle at 86% 16%,rgba(255,196,37,.16),transparent 30%),linear-gradient(145deg,#071d31 0%,#0b3149 58%,#071b2d 100%);box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)}
.ask-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.02) 0 1px,transparent 1px 100%);opacity:.18;pointer-events:none}
.ask-hero-copy{position:relative;z-index:2;max-width:64%}
.ask-overline{color:#ffc425;font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:19px;line-height:1;letter-spacing:-.03em;text-transform:uppercase;text-shadow:0 3px 11px rgba(0,0,0,.34)}
.ask-hero h2{margin:14px 0 10px;color:#fff;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:32px;line-height:.95;letter-spacing:-.04em;text-transform:uppercase}
.ask-hero h2 span{color:#ffc425}
.ask-hero p{margin:0;color:#dce8ef;font-size:12px;line-height:1.45;max-width:95%}
.ask-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ask-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#dbe9ef;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.ask-badge.privacy{background:rgba(255,196,37,.12);border-color:rgba(255,196,37,.26);color:#ffc425}
.ask-hero-mascot{position:absolute;right:8px;bottom:-5px;width:36%;max-width:156px;object-fit:contain;z-index:1;filter:drop-shadow(-8px 12px 16px rgba(0,0,0,.32))}
.ask-compose,.ask-queue{padding:18px;border-radius:24px;border:1px solid rgba(91,164,198,.36);background:linear-gradient(155deg,#071d31 0%,#0a3047 58%,#071b2f 100%);box-shadow:0 18px 38px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)}
.ask-head h3{margin:4px 0 0;color:#fff}
.ask-label{display:block;margin-bottom:9px;color:#d7e4eb;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.ask-topic-wrap{margin-top:6px;margin-bottom:14px}
.ask-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.ask-topic-chip{min-height:42px;padding:0 10px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);color:#e6eff4;font-size:11px;font-weight:900;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.ask-topic-chip.active{background:linear-gradient(180deg,#ffd23d,#ffbd19);border-color:rgba(255,196,37,.75);color:#071a2d;box-shadow:0 8px 18px rgba(255,195,37,.18)}
.ask-text-field textarea{min-height:164px;border-radius:18px;background:rgba(4,24,39,.68)}
.ask-options{display:flex;flex-direction:column;gap:8px;margin-top:4px;margin-bottom:10px}
.ask-check{display:flex;align-items:center;gap:9px;color:#f4f8fb;font-size:12px;font-weight:700}
.ask-check input{accent-color:#ffc425;width:16px;height:16px}
.ask-helper,.ask-signin-note{margin:0;color:#b7cad4;font-size:11px;line-height:1.45}
.ask-submit{width:100%;min-height:48px;margin-top:8px;font-size:11px;letter-spacing:.06em;font-weight:950;border-radius:999px;box-shadow:0 10px 22px rgba(255,195,37,.18)}
.ask-my-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.ask-my-card .answer-box{margin-top:10px}
@media(max-width:409px){.ask-hero{padding:18px 16px 16px}.ask-overline{font-size:17px}.ask-hero h2{font-size:27px}.ask-hero-copy{max-width:67%}.ask-hero-mascot{width:38%;max-width:138px;right:5px}.ask-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ask-topic-chip{min-height:40px;font-size:10.5px}.ask-text-field textarea{min-height:150px}}
@media(min-width:470px){.ask-hero-mascot{width:34%;max-width:164px}.ask-hero-copy{max-width:66%}}


/* v1.0.4.9 — TOBS Community Prayer */
.prayer-page{display:flex;flex-direction:column;gap:14px}
.prayer-hero{position:relative;overflow:hidden;min-height:190px;padding:22px;border-radius:26px;border:1px solid rgba(91,164,198,.38);background:radial-gradient(circle at 88% 20%,rgba(255,196,37,.14),transparent 28%),linear-gradient(145deg,#071d31 0%,#0b3149 58%,#071b2d 100%);box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)}
.prayer-hero-copy{position:relative;z-index:2;max-width:70%}
.prayer-overline{color:#ffc425;font-family:"Arial Black",Impact,system-ui,sans-serif;font-style:italic;font-size:20px;letter-spacing:-.03em;text-transform:uppercase}
.prayer-hero h2{margin:13px 0 10px;color:#fff;font-family:"Arial Black",Impact,system-ui,sans-serif;font-size:31px;line-height:.97;letter-spacing:-.04em;text-transform:uppercase}
.prayer-hero h2 span{color:#ffc425}
.prayer-hero p{margin:0;color:#dce8ef;font-size:12px;line-height:1.48}
.prayer-hero-icon{position:absolute;right:12px;bottom:-18px;width:28%;max-width:120px;object-fit:contain;filter:drop-shadow(-7px 12px 16px rgba(0,0,0,.3))}
.prayer-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:6px;border-radius:18px;background:rgba(5,27,43,.82);border:1px solid rgba(255,255,255,.08)}
.prayer-tabs button{min-height:42px;border:0;border-radius:13px;background:transparent;color:#aebfca;font-size:10px;font-weight:900;letter-spacing:.025em}
.prayer-tabs button.active{background:linear-gradient(180deg,#ffd23d,#ffbd19);color:#071a2d;box-shadow:0 7px 16px rgba(255,195,37,.15)}
.prayer-board-card,.prayer-submit-card,.my-prayers-card{padding:18px;border-radius:24px;border:1px solid rgba(91,164,198,.35);background:linear-gradient(155deg,#071d31 0%,#0a3047 58%,#071b2f 100%);box-shadow:0 18px 38px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.04)}
.prayer-community-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prayer-community-head h3{margin:4px 0;color:#fff}.prayer-community-head p{margin:0;color:#bdced7;font-size:11px}.prayer-community-mark{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(255,196,37,.1);border:1px solid rgba(255,196,37,.25);font-size:20px}
.prayer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.prayer-stats div{padding:10px 7px;border-radius:15px;text-align:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.prayer-stats strong{display:block;color:#fff;font-family:"Arial Black",Impact,sans-serif;font-size:21px;line-height:1}.prayer-stats span{display:block;margin-top:4px;color:#9fb4c0;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.prayer-filters{display:flex;gap:7px;overflow-x:auto;padding:2px 0 10px;scrollbar-width:none}.prayer-filters::-webkit-scrollbar{display:none}.prayer-filter{flex:0 0 auto;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:#cbd9e0;font-size:9px;font-weight:900}.prayer-filter.active{background:rgba(255,196,37,.13);border-color:rgba(255,196,37,.34);color:#ffc425}
.community-prayer-list{display:flex;flex-direction:column;gap:11px}.community-prayer-card{padding:15px;border-radius:19px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.095);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.community-prayer-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.prayer-category-badge,.answered-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.prayer-category-badge{background:rgba(61,191,182,.12);border:1px solid rgba(61,191,182,.25);color:#82ded6}.answered-badge{background:rgba(255,196,37,.12);border:1px solid rgba(255,196,37,.28);color:#ffc425}.community-prayer-card h3{margin:10px 0 7px;color:#fff;font-size:17px}.prayer-request-text{margin:0;color:#d7e3e9;font-size:11.5px;line-height:1.48}.prayer-meta{display:flex;align-items:center;gap:6px;margin-top:11px;color:#8fa6b3;font-size:9px}.prayed-btn{width:100%;min-height:42px;margin-top:12px;border:1px solid rgba(255,196,37,.34);border-radius:999px;background:rgba(255,196,37,.08);color:#ffc425;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 14px}.prayed-btn strong{font-size:10px;letter-spacing:.05em}.prayed-btn em{font-style:normal;min-width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(255,196,37,.12);font-size:9px;font-weight:900}.prayed-btn.prayed{background:rgba(61,191,182,.1);border-color:rgba(61,191,182,.26);color:#82ded6}
.answered-update{margin-top:11px;padding:11px;border-radius:13px;background:rgba(255,196,37,.075);border:1px solid rgba(255,196,37,.17)}.answered-update strong{color:#ffc425;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.answered-update p{margin:5px 0 0;color:#e6edf1;font-size:11px;line-height:1.4}
.prayer-empty{padding:22px 14px;text-align:center;border-radius:17px;background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.12);color:#b9cbd5}.prayer-empty strong{display:block;color:#fff;margin-bottom:5px}.prayer-empty p{font-size:11px}.prayer-empty button{margin-top:8px}
.prayer-submit-card h3{margin:5px 0 8px;color:#fff}.prayer-form-intro{margin:0 0 16px;color:#bdced8;font-size:11.5px;line-height:1.48}.prayer-label{display:block;margin-bottom:8px;color:#dce7ed;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.prayer-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.prayer-category-btn{min-height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#d9e5eb;font-size:10px;font-weight:900}.prayer-category-btn.active{background:linear-gradient(180deg,#ffd23d,#ffbd19);border-color:#ffc425;color:#071a2d}.prayer-text-field textarea{min-height:150px;border-radius:17px}.prayer-privacy-options{display:flex;flex-direction:column;gap:9px;margin:13px 0}.privacy-choice{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:flex-start;padding:12px;border-radius:15px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09)}.privacy-choice input{margin-top:2px;accent-color:#ffc425}.privacy-choice strong{display:block;color:#fff;font-size:11px}.privacy-choice small{display:block;margin-top:3px;color:#99afbb;font-size:9.5px;line-height:1.35}.prayer-review-note{padding:10px 11px;border-radius:13px;background:rgba(61,191,182,.075);border:1px solid rgba(61,191,182,.16);color:#a9dcd7;font-size:9.5px;line-height:1.4}.prayer-submit-btn{width:100%;min-height:48px;margin-top:13px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.06em}
.my-prayer-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.my-prayer-card{padding:14px;border-radius:17px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.085)}.my-prayer-card h4{margin:9px 0 6px;color:#fff}.my-prayer-card p{margin:0;color:#d5e1e7;font-size:11px;line-height:1.45}.my-prayer-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.my-prayer-meta span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.055);color:#9fb4bf;font-size:8px;font-weight:800}.my-prayer-count{margin-top:10px;color:#82ded6;font-size:10px;font-weight:900}
@media(max-width:390px){.prayer-hero{min-height:178px;padding:18px}.prayer-hero h2{font-size:26px}.prayer-hero-copy{max-width:73%}.prayer-hero-icon{width:29%;right:7px}.prayer-tabs button{font-size:8.7px}.prayer-category-grid{grid-template-columns:repeat(2,1fr)}}


/* v1.0.5.0 — prayer admin moderation controls */
.prayer-admin-item .notice{margin:10px 0;padding:10px 11px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:10px;line-height:1.4}
.prayer-admin-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0;padding:9px 10px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.prayer-admin-status span{color:#91a9b6;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}.prayer-admin-status strong{color:#fff;font-size:11px}.prayer-admin-status em{font-style:normal;color:#82ded6;font-size:8px;font-weight:950;letter-spacing:.06em}
.prayer-admin-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.prayer-admin-actions button{min-height:40px;font-size:9px}.prayer-admin-actions .primary{grid-column:1/-1}
@media(max-width:390px){.prayer-admin-actions{grid-template-columns:1fr}.prayer-admin-actions .primary{grid-column:auto}}


/* Profile redesign */
.profile-dashboard{display:flex;flex-direction:column;gap:18px}
.profile-hero-card{position:relative;overflow:hidden;padding:26px 20px 84px;min-height:260px;background:linear-gradient(135deg,rgba(5,30,62,.98),rgba(7,46,83,.92));}
.profile-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,19,38,.68),rgba(3,19,38,.35)),url('assets/tobs-cross-hero.png') center/cover no-repeat;opacity:.72;pointer-events:none}
.profile-avatar-wrap,.profile-hero-copy,.profile-session-bar,.profile-mascot{position:relative;z-index:1}
.profile-avatar-wrap{display:flex;align-items:flex-end;gap:0;margin-bottom:16px}
.profile-avatar{width:104px;height:104px;border-radius:50%;border:3px solid rgba(255,255,255,.8);background:linear-gradient(135deg,#203d69,#42679a);display:grid;place-items:center;font-size:48px;font-weight:900;color:#fff;box-shadow:0 18px 34px rgba(0,0,0,.28)}
.profile-avatar-badge{margin-left:-18px;width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.75);background:rgba(4,18,33,.86);color:#fff;display:grid;place-items:center;font-size:18px}
.profile-kicker{font-size:20px;font-weight:900;letter-spacing:.04em;color:#f6c633;text-transform:uppercase;font-style:italic;margin-bottom:6px}
.profile-hero-copy h2{margin:0 0 6px;font-size:32px;line-height:1.05;color:#fff}
.profile-hero-copy h2 span{color:#f6c633}
.profile-hero-copy p{margin:0;color:rgba(255,255,255,.86);font-size:17px}
.profile-mascot{position:absolute;right:16px;top:20px;width:118px;max-width:32vw;filter:drop-shadow(0 14px 22px rgba(0,0,0,.35))}
.profile-session-bar{position:absolute;left:20px;right:20px;bottom:18px;display:flex;gap:14px;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:18px;background:rgba(2,17,34,.72);border:1px solid rgba(130,194,255,.18);backdrop-filter:blur(10px)}
.profile-session-meta{display:flex;align-items:center;gap:12px;color:#fff}
.profile-session-meta span{font-size:30px;line-height:1}
.profile-session-meta small{display:block;color:#d9e7ff;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.profile-session-meta strong{font-size:17px}
.profile-session-meta em{font-style:normal;color:#c5d2e6;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.profile-session-btn{white-space:nowrap}
.profile-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.profile-stat-card{padding:18px 16px;display:flex;flex-direction:column;gap:8px;min-height:134px;justify-content:flex-start}
.profile-stat-icon{font-size:28px;line-height:1}
.profile-stat-number{font-size:46px;font-weight:900;line-height:.95;color:#fff}
.profile-stat-label{font-size:15px;line-height:1.25;color:#d9e4f4}
.profile-stat-icon.gold{color:#f6c633}.profile-stat-icon.green{color:#72d956}.profile-stat-icon.purple{color:#bd75ff}.profile-stat-icon.blue{color:#62c7ff}
.profile-accordion-card{padding:0;overflow:hidden}
.profile-accordion-toggle{width:100%;display:flex;align-items:center;gap:14px;background:none;border:none;color:#fff;padding:18px 18px;text-align:left}
.profile-accordion-toggle.open{background:linear-gradient(90deg,rgba(11,46,84,.3),rgba(11,46,84,0))}
.profile-accordion-icon{font-size:28px;line-height:1;min-width:38px;text-align:center}
.profile-accordion-copy{display:flex;flex-direction:column;gap:4px;flex:1}
.profile-accordion-copy strong{font-size:16px;text-transform:uppercase;letter-spacing:.05em;font-style:italic}
.profile-accordion-copy small{color:#d7e3f5;font-size:14px}
.profile-accordion-arrow{font-size:20px;color:#c6d6f0}
.profile-accordion-body{padding:0 18px 18px;display:flex;flex-direction:column;gap:12px}
.profile-list-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border-radius:18px;background:rgba(4,18,36,.54);border:1px solid rgba(123,170,225,.16)}
.profile-list-main{flex:1;min-width:0}
.profile-list-title{font-size:18px;font-weight:700;line-height:1.3;color:#fff;margin-bottom:4px}
.profile-list-sub{font-size:14px;color:#c2d0e5;margin-bottom:8px}
.profile-inline-answer{margin-top:10px;padding:12px;border-radius:14px;background:rgba(10,31,59,.78);border:1px solid rgba(95,146,255,.16)}
.profile-inline-answer p{margin:.35rem 0 0;color:#eaf2ff}
.profile-status{display:inline-flex;align-items:center;justify-content:center;min-width:102px;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.profile-status.green{background:rgba(62,150,81,.18);color:#8ef7a4;border-color:rgba(142,247,164,.4)}
.profile-status.gold{background:rgba(246,198,51,.12);color:#ffd45f;border-color:rgba(246,198,51,.34)}
.profile-status.slate{background:rgba(255,255,255,.06);color:#e6eefb;border-color:rgba(255,255,255,.18)}
.profile-panel-content{padding:0 18px 18px}
.profile-preference-summary{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px}
.profile-preference-pill{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:rgba(4,18,36,.52);border:1px solid rgba(123,170,225,.14)}
.profile-preference-pill span{font-size:24px}
.profile-preference-pill small{display:block;color:#c5d2e6;text-transform:uppercase;font-size:11px;letter-spacing:.05em}
.profile-preference-pill strong{font-size:15px;color:#fff}
.profile-form-grid{display:grid;grid-template-columns:1fr;gap:14px}
.profile-toggle-grid{display:grid;grid-template-columns:1fr;gap:12px;margin:16px 0}
.profile-toggle{margin:0}
@media (min-width:700px){
  .profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .profile-preference-summary,.profile-form-grid,.profile-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .profile-hero-card{padding:22px 16px 92px}
  .profile-avatar{width:88px;height:88px;font-size:40px}
  .profile-mascot{width:94px;right:10px;top:26px}
  .profile-hero-copy h2{font-size:28px}
  .profile-session-bar{left:16px;right:16px;flex-direction:column;align-items:stretch}
  .profile-session-btn{width:100%}
  .profile-list-row{flex-direction:column}
  .profile-status{min-width:0;align-self:flex-start}
}


/* v1.0.5.2 — Simplified profile hero + changeable profile photo */
.profile-hero-card{
  min-height:245px;
  padding:26px 20px 24px;
}
.profile-hero-copy{
  position:relative;
  z-index:1;
  max-width:68%;
}
.profile-avatar-wrap{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:flex-end;
  margin-bottom:18px;
}
.profile-avatar,
.profile-avatar-img{
  width:104px;
  height:104px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.82);
  box-shadow:0 18px 34px rgba(0,0,0,.28);
}
.profile-avatar-img{
  display:block;
  object-fit:cover;
  background:#284d81;
}
.profile-avatar-badge{
  cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
.profile-avatar-badge:hover{transform:scale(1.06)}
.profile-avatar-badge:active{transform:scale(.96)}
.profile-photo-status{
  position:relative;
  z-index:2;
  margin-top:12px;
}
.profile-mascot,
.profile-session-bar{
  display:none!important;
}
@media(max-width:560px){
  .profile-hero-card{min-height:230px;padding:22px 16px 22px}
  .profile-avatar,.profile-avatar-img{width:88px;height:88px}
  .profile-hero-copy{max-width:100%}
}


/* v1.0.5.3 — profile hero style like approved mockup */
.profile-hero-card{
  min-height:auto;
  padding:20px 20px 18px;
  background:linear-gradient(135deg,rgba(5,30,62,.98),rgba(7,46,83,.94));
}
.profile-hero-top{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
}
.profile-hero-bg{
  opacity:.86;
  background:linear-gradient(90deg,rgba(3,19,38,.70),rgba(3,19,38,.30)),url('assets/tobs-cross-hero.png') center/cover no-repeat;
}
.profile-avatar-wrap{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:flex-end;
  margin:0;
}
.profile-avatar,
.profile-avatar-img{
  width:92px;
  height:92px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.82);
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.profile-avatar{
  background:linear-gradient(135deg,#203d69,#42679a);
  display:grid;
  place-items:center;
  font-size:42px;
  font-weight:900;
  color:#fff;
}
.profile-avatar-img{display:block;object-fit:cover;background:#284d81}
.profile-avatar-badge{
  position:absolute;
  right:-6px;
  bottom:4px;
  margin-left:0;
  width:34px;
  height:34px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.85);
  background:rgba(4,18,33,.92);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:15px;
  cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
.profile-avatar-badge:hover{transform:scale(1.06)}
.profile-avatar-badge:active{transform:scale(.96)}
.profile-hero-copy{
  position:relative;
  z-index:2;
  max-width:none;
}
.profile-kicker{
  font-size:18px;
  font-weight:900;
  letter-spacing:.04em;
  color:#f6c633;
  text-transform:uppercase;
  font-style:italic;
  margin-bottom:6px;
}
.profile-hero-copy h2{
  margin:0 0 4px;
  font-size:24px;
  line-height:1.08;
  color:#fff;
}
.profile-hero-copy h2 span{color:#f6c633}
.profile-hero-copy p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:13px;
  line-height:1.3;
}
.profile-mascot{
  position:relative;
  right:auto;
  top:auto;
  width:96px;
  max-width:none;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.34));
  display:block!important;
}
.profile-session-bar{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:2;
  display:flex!important;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  margin-top:16px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(2,17,34,.72);
  border:1px solid rgba(130,194,255,.18);
  backdrop-filter:blur(10px);
}
.profile-session-meta{display:flex;align-items:center;gap:12px;color:#fff}
.profile-session-meta span{font-size:26px;line-height:1}
.profile-session-meta small{display:block;color:#d9e7ff;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.profile-session-meta strong{font-size:17px;line-height:1.1}
.profile-session-meta em{font-style:normal;color:#c5d2e6;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.profile-session-btn{white-space:nowrap;min-width:178px}
.profile-photo-status{position:relative;z-index:2;margin-top:10px}
@media (max-width:680px){
  .profile-hero-card{padding:16px 16px 14px}
  .profile-hero-top{grid-template-columns:auto 1fr auto;gap:12px}
  .profile-avatar,.profile-avatar-img{width:74px;height:74px}
  .profile-avatar{font-size:32px}
  .profile-avatar-badge{width:30px;height:30px;font-size:13px;right:-4px}
  .profile-kicker{font-size:15px}
  .profile-hero-copy h2{font-size:18px}
  .profile-hero-copy p{font-size:11px}
  .profile-mascot{width:74px}
  .profile-session-bar{padding:10px 12px;gap:10px}
  .profile-session-meta span{font-size:22px}
  .profile-session-meta strong{font-size:15px}
  .profile-session-btn{min-width:0;padding:10px 14px;font-size:12px}
}
@media (max-width:520px){
  .profile-hero-top{grid-template-columns:72px 1fr 64px;align-items:start}
  .profile-session-bar{flex-direction:row;align-items:center}
  .profile-session-meta{gap:10px}
  .profile-session-meta small{font-size:10px}
  .profile-session-meta strong{font-size:14px}
}


/* v1.0.5.4 — tighter profile hero sizing/placement to match approved mockup */
.profile-hero-card{
  padding:14px 14px 12px !important;
  border-radius:22px;
  overflow:hidden;
}
.profile-hero-bg{
  opacity:.92 !important;
  background:
    linear-gradient(90deg, rgba(4,16,30,.74) 0%, rgba(4,16,30,.58) 38%, rgba(4,16,30,.18) 100%),
    url('assets/tobs-cross-hero.png') center/cover no-repeat !important;
}
.profile-hero-top{
  grid-template-columns:84px 1fr 92px !important;
  gap:14px !important;
  align-items:center !important;
}
.profile-avatar-wrap{
  width:84px;
  min-width:84px;
  align-self:center;
}
.profile-avatar,
.profile-avatar-img{
  width:84px !important;
  height:84px !important;
  border-width:2.5px !important;
  box-shadow:0 8px 18px rgba(0,0,0,.24) !important;
}
.profile-avatar{font-size:38px !important}
.profile-avatar-badge{
  width:28px !important;
  height:28px !important;
  font-size:12px !important;
  right:-2px !important;
  bottom:2px !important;
  border-width:2px !important;
  box-shadow:0 8px 16px rgba(0,0,0,.22);
}
.profile-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.profile-kicker{
  margin-bottom:4px !important;
  font-size:15px !important;
  line-height:1 !important;
}
.profile-hero-copy h2{
  margin:0 0 4px !important;
  font-size:17px !important;
  line-height:1.05 !important;
  white-space:nowrap;
}
.profile-hero-copy p{
  font-size:11px !important;
  line-height:1.18 !important;
  max-width:210px;
}
.profile-mascot{
  width:88px !important;
  align-self:center;
  justify-self:end;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.26)) !important;
}
.profile-session-bar{
  margin-top:12px !important;
  padding:9px 12px !important;
  border-radius:18px !important;
  gap:10px !important;
}
.profile-session-meta{
  gap:10px !important;
  min-width:0;
}
.profile-session-meta span{
  width:30px;
  height:30px;
  min-width:30px;
  display:grid;
  place-items:center;
  font-size:18px !important;
  background:rgba(255,255,255,.92);
  color:#122643;
  border-radius:50%;
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}
.profile-session-meta small{
  font-size:9px !important;
  margin-bottom:1px;
}
.profile-session-meta strong{
  font-size:12px !important;
  line-height:1.05 !important;
  letter-spacing:.01em;
}
.profile-session-meta em{
  font-size:9px !important;
  margin-left:4px;
}
.profile-session-btn{
  min-width:144px !important;
  padding:10px 16px !important;
  font-size:11px !important;
  line-height:1 !important;
  border-radius:999px !important;
}
.profile-photo-status{
  margin-top:8px !important;
}
@media (max-width:600px){
  .profile-hero-top{
    grid-template-columns:76px 1fr 78px !important;
    gap:10px !important;
  }
  .profile-avatar-wrap{width:76px;min-width:76px}
  .profile-avatar,
  .profile-avatar-img{width:76px !important;height:76px !important}
  .profile-avatar{font-size:34px !important}
  .profile-avatar-badge{width:26px !important;height:26px !important;font-size:11px !important}
  .profile-kicker{font-size:14px !important}
  .profile-hero-copy h2{font-size:16px !important}
  .profile-hero-copy p{font-size:10px !important;max-width:none}
  .profile-mascot{width:76px !important}
  .profile-session-bar{padding:8px 10px !important}
  .profile-session-meta span{width:28px;height:28px;min-width:28px;font-size:16px !important}
  .profile-session-meta strong{font-size:11px !important}
  .profile-session-btn{min-width:126px !important;padding:9px 14px !important;font-size:10px !important}
}


/* v1.0.5.5 — final profile hero micro-tune */
.profile-hero-card{
  padding:12px 13px 11px !important;
  border-radius:20px !important;
}
.profile-hero-top{
  grid-template-columns:80px 1fr 86px !important;
  gap:12px !important;
  align-items:center !important;
}
.profile-avatar-wrap{
  width:80px !important;
  min-width:80px !important;
}
.profile-avatar,
.profile-avatar-img{
  width:80px !important;
  height:80px !important;
  border-width:2px !important;
}
.profile-avatar{font-size:36px !important}
.profile-avatar-badge{
  width:27px !important;
  height:27px !important;
  right:-3px !important;
  bottom:1px !important;
  font-size:11px !important;
}
.profile-hero-copy{
  transform:translateY(-1px);
}
.profile-kicker{
  font-size:14px !important;
  margin-bottom:3px !important;
  letter-spacing:.035em !important;
}
.profile-hero-copy h2{
  font-size:16px !important;
  margin-bottom:3px !important;
}
.profile-hero-copy p{
  font-size:9.5px !important;
  line-height:1.15 !important;
  max-width:185px !important;
}
.profile-mascot{
  width:82px !important;
  transform:translate(1px,1px);
}
.profile-session-bar{
  margin-top:10px !important;
  min-height:46px !important;
  padding:7px 10px !important;
  border-radius:16px !important;
}
.profile-session-meta{
  gap:8px !important;
}
.profile-session-meta span{
  width:27px !important;
  height:27px !important;
  min-width:27px !important;
  font-size:15px !important;
}
.profile-session-meta small{
  font-size:8px !important;
  letter-spacing:.045em !important;
}
.profile-session-meta strong{
  font-size:11px !important;
  line-height:1 !important;
}
.profile-session-meta em{
  font-size:8px !important;
  margin-left:3px !important;
}
.profile-session-btn{
  min-width:126px !important;
  min-height:31px !important;
  padding:7px 13px !important;
  font-size:9px !important;
  letter-spacing:.02em !important;
}
@media (max-width:520px){
  .profile-hero-card{padding:11px 11px 10px !important}
  .profile-hero-top{grid-template-columns:70px 1fr 70px !important;gap:9px !important}
  .profile-avatar-wrap{width:70px !important;min-width:70px !important}
  .profile-avatar,.profile-avatar-img{width:70px !important;height:70px !important}
  .profile-avatar{font-size:31px !important}
  .profile-avatar-badge{width:24px !important;height:24px !important;font-size:10px !important;right:-2px !important}
  .profile-kicker{font-size:13px !important}
  .profile-hero-copy h2{font-size:15px !important}
  .profile-hero-copy p{font-size:9px !important;max-width:155px !important}
  .profile-mascot{width:70px !important}
  .profile-session-bar{min-height:43px !important;padding:6px 9px !important}
  .profile-session-meta strong{font-size:10px !important}
  .profile-session-btn{min-width:112px !important;font-size:8.5px !important;padding:7px 11px !important}
}


/* v1.0.5.6 — remove mascot, use yellow session icon */
.profile-hero-top{
  grid-template-columns:84px 1fr !important;
}
.profile-hero-copy{
  padding-right:0 !important;
}
.profile-mascot{
  display:none !important;
}
.profile-session-meta .session-clock-icon{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:#f4c433 !important;
  color:#122643 !important;
  box-shadow:0 4px 10px rgba(0,0,0,.18) !important;
  font-size:16px !important;
  line-height:1 !important;
}
@media (max-width:600px){
  .profile-hero-top{
    grid-template-columns:76px 1fr !important;
  }
  .profile-session-meta .session-clock-icon{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    font-size:15px !important;
  }
}


/* v1.0.5.7 — compact profile stat cards matching approved mockup */
.profile-stats-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
.profile-stat-card{
  min-height:82px !important;
  height:82px !important;
  padding:10px 9px 8px !important;
  border-radius:10px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  gap:6px !important;
  background:linear-gradient(180deg,rgba(6,31,55,.98),rgba(6,25,45,.98)) !important;
  border:1px solid rgba(91,164,198,.28) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025) !important;
}
.profile-stat-top{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:30px;
}
.profile-stat-icon{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  display:grid !important;
  place-items:center !important;
  font-size:0 !important;
  line-height:1 !important;
}
.profile-stat-icon svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.profile-stat-icon.gold{color:#ffc425 !important}
.profile-stat-icon.gold svg path:first-child{fill:#ffc425;stroke:#ffc425}
.profile-stat-icon.green{color:#27c75f !important}
.profile-stat-icon.green svg path{fill:#27c75f;stroke:#27c75f}
.profile-stat-icon.purple{color:#b954e8 !important}
.profile-stat-icon.blue{color:#43aaf1 !important}
.profile-stat-number{
  font-family:Arial Black,Impact,system-ui,sans-serif !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:900 !important;
  color:#fff !important;
  letter-spacing:-.025em;
}
.profile-stat-label{
  margin-top:0 !important;
  font-size:8.5px !important;
  line-height:1.08 !important;
  color:#fff !important;
  text-align:center !important;
  align-self:stretch !important;
}
@media(max-width:520px){
  .profile-stats-grid{gap:6px !important}
  .profile-stat-card{height:78px !important;min-height:78px !important;padding:9px 7px 7px !important;border-radius:9px !important}
  .profile-stat-top{gap:6px;min-height:27px}
  .profile-stat-icon,.profile-stat-icon svg{width:21px !important;height:21px !important;min-width:21px !important}
  .profile-stat-number{font-size:21px !important}
  .profile-stat-label{font-size:7.6px !important}
}


/* v1.0.5.8 — clearer question and prayer stat icons */
.profile-stat-icon.purple svg path:first-child{
  fill:none !important;
  stroke:#b954e8 !important;
}
.profile-stat-icon.purple svg path:nth-child(2),
.profile-stat-icon.purple svg path:nth-child(3){
  fill:none !important;
  stroke:#b954e8 !important;
}
.profile-stat-icon.blue svg path{
  fill:none !important;
  stroke:#43aaf1 !important;
}
.profile-stat-icon.purple svg,
.profile-stat-icon.blue svg{
  overflow:visible;
}

/* v1.0.5.9 — Preferences cleanup */
.profile-preference-summary{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
@media(max-width:520px){
  .profile-preference-summary{
    grid-template-columns:1fr !important;
  }
}


/* v1.0.6.2 — streamlined Admin dashboard */
.admin-hero{margin-bottom:14px}
.admin-tabs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 0 12px;
  scrollbar-width:none;
}
.admin-tabs::-webkit-scrollbar{display:none}
.admin-tab-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 14px;
  border:1px solid rgba(116,185,218,.24);
  border-radius:999px;
  background:rgba(6,30,53,.88);
  color:#dcecff;
  font-weight:800;
  font-size:12px;
  cursor:pointer;
}
.admin-tab-btn span{font-size:16px}
.admin-tab-btn.active{
  background:#f4c433;
  color:#10223c;
  border-color:#f4c433;
}
.admin-tab-panel{display:grid;gap:14px}
.admin-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.admin-overview-card{
  appearance:none;
  text-align:left;
  color:#fff;
  padding:15px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px 12px;
  cursor:pointer;
  border:1px solid rgba(100,178,216,.25);
}
.admin-overview-card div{display:flex;flex-direction:column}
.admin-overview-card strong{font-size:28px;line-height:1}
.admin-overview-card small{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#b7c9df;margin-top:5px}
.admin-overview-card em{grid-column:1/-1;font-style:normal;font-size:10px;color:#8fbee5}
.admin-overview-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;font-weight:900;font-size:19px;background:rgba(255,255,255,.05)}
.admin-overview-icon.yellow{color:#f4c433}
.admin-overview-icon.purple{color:#b954e8}
.admin-overview-icon.blue{color:#43aaf1}
.admin-overview-icon.green{color:#27c75f}
.admin-focus-card,.admin-section-card{padding:18px}
.compact-btn{padding:9px 13px!important;min-width:0!important;font-size:10px!important}
.admin-notification-grid,.admin-two-col{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.admin-next-session{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(124,187,219,.15);
}
.admin-next-session img,.admin-next-placeholder{
  width:62px;height:62px;border-radius:14px;object-fit:cover;flex:0 0 auto
}
.admin-next-placeholder{display:grid;place-items:center;background:#173653;font-size:28px}
.admin-next-session h4{margin:6px 0 3px;font-size:17px}
.admin-next-session p{margin:0;color:#bcd0e5;font-size:12px}
.admin-session-legend{
  margin:12px 0 14px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(244,196,51,.08);
  border:1px solid rgba(244,196,51,.2);
  color:#d9e5f4;
  font-size:11px;
}
.admin-session-legend span{color:#f4c433;font-weight:900}
.admin-session-list,.admin-stack{display:grid;gap:10px}
.admin-session-card{
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(107,184,217,.22)!important;
  background:linear-gradient(180deg,rgba(7,34,58,.98),rgba(5,27,48,.98))!important;
}
.admin-session-card>summary{list-style:none}
.admin-session-card>summary::-webkit-details-marker{display:none}
.admin-session-summary{
  display:grid;
  grid-template-columns:58px 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px;
  cursor:pointer;
}
.admin-session-photo{
  width:58px;height:58px;border-radius:12px;object-fit:cover;background:#173653
}
.admin-session-photo.placeholder{display:grid;place-items:center;font-size:24px}
.admin-session-main{min-width:0;display:flex;flex-direction:column;gap:3px}
.admin-session-main>strong{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-session-main>small{font-size:10px;color:#b8cce0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-session-title-row{display:flex;align-items:center;gap:7px;margin-bottom:2px}
.admin-time-badge{color:#f4c433;font-weight:900;font-size:11px}
.admin-status-dot{font-size:8px;text-transform:uppercase;font-weight:900;padding:4px 7px;border-radius:999px;background:#173653;color:#c7d8e9}
.admin-status-dot.live{background:rgba(39,199,95,.15);color:#5be383}
.admin-status-dot.canceled{background:rgba(239,91,91,.14);color:#ff8989}
.admin-status-dot.completed{color:#9ab0c4}
.admin-edit-label{font-size:9px;font-weight:900;color:#89bce3}
.admin-session-editor{
  padding:14px;
  border-top:1px solid rgba(107,184,217,.16);
  background:rgba(2,18,33,.45);
}
.admin-speaker-upload-row{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:12px;
  align-items:center;
}
.admin-session-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.admin-session-actions button{min-width:0}
.admin-check{display:flex;align-items:center;gap:8px;margin-top:6px;color:#dce9f8;font-size:12px}
.admin-create-panel{padding:0!important;overflow:hidden}
.admin-create-panel>summary{
  list-style:none;cursor:pointer;padding:15px 18px;
  display:flex;justify-content:space-between;align-items:center
}
.admin-create-panel>summary::-webkit-details-marker{display:none}
.admin-create-panel>summary span{display:flex;flex-direction:column;gap:3px}
.admin-create-panel>summary small{font-weight:400;color:#9eb4ca}
.admin-create-body{padding:0 18px 18px;border-top:1px solid rgba(112,181,216,.14)}
.prayer-admin-actions{gap:7px}
.admin-item{border-radius:14px!important}
@media(max-width:760px){
  .admin-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .admin-tabs{margin-left:-2px;margin-right:-2px}
  .admin-tab-btn{padding:9px 12px;font-size:11px}
  .admin-overview-grid{gap:7px}
  .admin-overview-card{padding:11px;gap:7px}
  .admin-overview-card strong{font-size:23px}
  .admin-overview-icon{width:28px;height:28px;font-size:16px}
  .admin-two-col,.admin-notification-grid{grid-template-columns:1fr}
  .admin-section-card,.admin-focus-card{padding:14px}
  .admin-session-summary{grid-template-columns:50px 1fr auto;padding:10px;gap:9px}
  .admin-session-photo,.admin-next-session img,.admin-next-placeholder{width:50px;height:50px;border-radius:10px}
  .admin-session-main>strong{font-size:12px}
  .admin-session-main>small{font-size:9px}
  .admin-edit-label{font-size:8px}
}


/* v1.0.6.3 — Admin sections as accordions */
.admin-tabs{display:none!important}
.admin-accordion-card{
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(100,178,216,.22)!important;
  background:linear-gradient(180deg,rgba(7,34,58,.98),rgba(5,27,48,.98))!important;
}
.admin-accordion-head{
  width:100%;
  display:grid;
  grid-template-columns:38px 1fr auto;
  gap:11px;
  align-items:center;
  padding:14px 16px;
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
}
.admin-accordion-head.open{
  background:rgba(244,196,51,.04);
}
.admin-accordion-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.05);
  color:#f4c433;
  font-size:18px;
  font-weight:900;
}
.admin-accordion-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.admin-accordion-copy strong{
  font-size:14px;
  line-height:1.1;
}
.admin-accordion-copy small{
  font-size:10px;
  color:#9fb8ce;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.admin-accordion-chevron{
  color:#8dbde0;
  font-size:16px;
  font-weight:900;
}
.admin-accordion-body{
  padding:14px 16px 16px;
  border-top:1px solid rgba(100,178,216,.14);
}
.admin-divider{
  border:0;
  border-top:1px solid rgba(100,178,216,.15);
  margin:20px 0;
}
.admin-overview-card{
  cursor:default!important;
}
@media(max-width:520px){
  .admin-accordion-head{
    grid-template-columns:34px 1fr auto;
    gap:9px;
    padding:12px 13px;
  }
  .admin-accordion-icon{
    width:30px;height:30px;font-size:16px;
  }
  .admin-accordion-copy strong{font-size:13px}
  .admin-accordion-copy small{font-size:9px}
  .admin-accordion-body{padding:12px 13px 14px}
}


/* v1.0.6.4 — useful info on every Admin section */
.admin-accordion-title-row{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.admin-section-info{
  font-style:normal;
  font-size:9px;
  line-height:1;
  font-weight:800;
  color:#f4c433;
  background:rgba(244,196,51,.09);
  border:1px solid rgba(244,196,51,.18);
  border-radius:999px;
  padding:4px 7px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:240px;
}
.admin-section-desc{
  margin:4px 0 0;
  color:#9fb8ce;
  font-size:11px;
  line-height:1.35;
  max-width:680px;
}
.admin-overview-intro{margin:0 0 12px}
@media(max-width:600px){
  .admin-accordion-title-row{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
  .admin-section-info{
    max-width:100%;
    font-size:8px;
    padding:3px 6px;
  }
  .admin-section-desc{font-size:10px}
}

/* v1.0.6.8 — header layout fix after hamburger removal */
.topbar,
.topbar-v1{
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
}
.brand,
.brand-v1{
  justify-content:flex-start !important;
  min-width:0;
  overflow:visible;
}
.notify-v1{
  justify-self:end;
  margin-left:8px;
}
.brand-lockup{
  min-width:0;
}
@media(max-width:390px){
  .topbar,
  .topbar-v1{
    padding-left:14px !important;
    padding-right:14px !important;
  }
}


/* v1.0.6.9 — account approval, users, and staff management */
.hidden{display:none!important}
.muted{color:#8fa8bf;font-weight:400}
.auth-card small,.form-field small{color:#8fa8bf}
.pending-account-wrap{max-width:560px;margin:28px auto}
.pending-account-card{text-align:center;padding:28px 22px}
.pending-status-icon{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:rgba(244,196,51,.1);border:1px solid rgba(244,196,51,.25);font-size:28px}
.pending-account-card h2{margin:7px 0}
.pending-account-card p{color:#b7c9dc;line-height:1.5}
.pending-profile-summary{margin:18px 0;padding:14px;border-radius:14px;background:rgba(255,255,255,.035);display:flex;flex-direction:column;gap:3px}
.pending-profile-summary span{color:#9fb6cc;font-size:11px}
.account-status-row{display:flex;justify-content:space-between;align-items:center;padding:11px 13px;margin:8px 0 14px;border-radius:12px;background:rgba(255,255,255,.035);font-size:12px}
.approval-chip{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:#173653;color:#c8d9e9}
.approval-chip.approved{background:rgba(39,199,95,.13);color:#61e389}
.approval-chip.pending{background:rgba(244,196,51,.12);color:#f4c433}
.approval-chip.denied,.approval-chip.suspended{background:rgba(239,91,91,.13);color:#ff8989}
.admin-user-filters{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}
.admin-user-filters .active{background:#f4c433!important;color:#10223c!important;border-color:#f4c433!important}
.admin-user-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.admin-user-main{display:flex;align-items:center;gap:11px;min-width:0}
.admin-user-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;display:grid;place-items:center;background:#21466d;border:1px solid rgba(255,255,255,.18);font-weight:900;color:#fff}
.admin-user-name-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.admin-user-card p{margin:4px 0 2px;color:#b5c9dc;font-size:11px}
.admin-user-card small{color:#7996b0;font-size:9px}
.admin-user-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.admin-user-actions button{min-width:0;padding:9px 12px;font-size:9px}
.staff-add-card{margin-bottom:12px}
.staff-directory-card{display:flex;justify-content:space-between;gap:12px;align-items:center}
.staff-directory-card p{margin:4px 0 0;color:#9fb6cb;font-size:10px}
.staff-role-control{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.staff-role-control select{min-width:150px}
@media(max-width:620px){
  .admin-user-card{grid-template-columns:1fr}
  .admin-user-actions{justify-content:flex-start;padding-left:53px}
  .staff-directory-card{align-items:flex-start;flex-direction:column}
  .staff-role-control{justify-content:flex-start;width:100%}
  .staff-role-control select{width:100%}
}


/* v1.0.7.1 — separate Sign In and Create Account flows */
.auth-mode-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-bottom:16px;
  padding:5px;
  border-radius:14px;
  background:rgba(3,18,33,.72);
  border:1px solid rgba(110,180,216,.16);
}
.auth-mode-btn{
  border:0;
  border-radius:10px;
  padding:11px 10px;
  background:transparent;
  color:#9fb8ce;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
}
.auth-mode-btn.active{
  background:#f4c433;
  color:#10223c;
  box-shadow:0 5px 14px rgba(0,0,0,.16);
}
.auth-main-actions .primary{
  width:100%;
}
@media(max-width:520px){
  .auth-mode-btn{
    padding:10px 7px;
    font-size:10px;
  }
}


/* v1.0.7.5 — Survival Guide hub */
.survival-hero{
  position:relative;
  min-height:255px;
  overflow:hidden;
  padding:26px 24px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(110deg,rgba(3,18,33,.98) 0%,rgba(5,32,54,.94) 52%,rgba(4,26,45,.72) 100%),
    url('assets/tobs-cross-hero.png') center/cover no-repeat;
}
.survival-hero-shade{
  position:absolute;inset:0;
  background:radial-gradient(circle at 78% 45%,rgba(244,196,51,.10),transparent 35%);
  pointer-events:none;
}
.survival-hero-copy{position:relative;z-index:2;max-width:60%}
.survival-kicker{color:#f4c433;font-size:12px;font-weight:950;font-style:italic;letter-spacing:.06em;margin-bottom:8px}
.survival-hero h2{font-size:34px;line-height:.96;margin:0;text-transform:uppercase;font-style:italic}
.survival-hero h2 span{color:#f4c433}
.survival-hero p{max-width:430px;color:#bdd0e2;font-size:13px;line-height:1.45;margin:14px 0 0}
.survival-hero-art{
  position:absolute;
  right:-8px;
  bottom:-10px;
  width:205px;
  max-height:240px;
  object-fit:contain;
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.35));
  z-index:1;
}
.survival-search-card{padding:16px 18px}
.survival-search-card label{display:flex;flex-direction:column;gap:2px;margin-bottom:9px}
.survival-search-card label strong{font-size:14px}
.survival-search-card label small{color:#8da8c0;font-size:10px}
.survival-search-wrap{
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  background:#061a2c;
  border:1px solid rgba(101,177,216,.24);
  border-radius:14px;
  overflow:hidden;
}
.survival-search-wrap span{display:grid;place-items:center;color:#f4c433;font-size:20px}
.survival-search-wrap input{
  border:0!important;background:transparent!important;
  padding:13px 12px 13px 0!important;
  color:#fff!important;
  box-shadow:none!important;
}
.survival-section-block,.survival-topic-block{margin-top:16px}
.survival-all-btn{
  border:1px solid rgba(113,183,217,.22);
  background:#071f35;color:#9cb9d2;
  font-size:9px;font-weight:900;
  border-radius:999px;padding:7px 11px;cursor:pointer;
}
.survival-all-btn.active{background:#f4c433;color:#10223c;border-color:#f4c433}
.survival-section-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.survival-section-card{
  display:grid;
  grid-template-columns:40px 1fr auto;
  align-items:center;
  gap:9px;
  min-height:78px;
  padding:11px 12px;
  border-radius:16px;
  border:1px solid rgba(105,181,217,.20);
  background:linear-gradient(150deg,#08253e,#061b30);
  color:#fff;
  text-align:left;
  cursor:pointer;
}
.survival-section-card.active{
  border-color:rgba(244,196,51,.65);
  box-shadow:inset 0 0 0 1px rgba(244,196,51,.18);
}
.survival-section-icon{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.05);
  font-size:20px;
}
.survival-section-copy{display:flex;flex-direction:column;min-width:0}
.survival-section-copy strong{font-size:12px;line-height:1.1}
.survival-section-copy small{font-size:8.5px;line-height:1.25;color:#94aec5;margin-top:4px}
.survival-section-count{
  min-width:24px;height:24px;padding:0 6px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(244,196,51,.10);
  color:#f4c433;font-size:9px;font-weight:900;
}
.survival-topic-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.survival-topic-card{
  position:relative;
  display:flex;flex-direction:column;align-items:flex-start;
  min-height:112px;
  padding:13px 32px 13px 13px;
  border:1px solid rgba(105,181,217,.18);
  border-radius:15px;
  background:linear-gradient(150deg,rgba(8,36,61,.98),rgba(4,24,43,.98));
  color:#fff;text-align:left;cursor:pointer;
}
.survival-topic-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}
.survival-topic-section{font-size:8px;color:#84b8df;font-weight:800}
.survival-full-badge,.survival-quick-badge{
  font-size:6.5px;font-weight:950;letter-spacing:.04em;
  border-radius:999px;padding:3px 5px;
}
.survival-full-badge{color:#56dc82;background:rgba(39,199,95,.12)}
.survival-quick-badge{color:#f4c433;background:rgba(244,196,51,.10)}
.survival-topic-card>strong{font-size:13px;line-height:1.15}
.survival-scripture-preview{font-size:8.5px;color:#a9bdd0;line-height:1.35;margin-top:7px}
.survival-topic-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:21px;color:#f4c433}
.survival-empty{grid-column:1/-1;text-align:center;padding:20px}
.survival-empty p{color:#9cb3c8}
.survival-help-card{
  margin-top:17px;
  padding:18px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:center;
  border-color:rgba(244,196,51,.20)!important;
  background:linear-gradient(135deg,rgba(244,196,51,.06),rgba(6,28,48,.98))!important;
}
.survival-help-card h3{margin:4px 0 6px;font-size:16px}
.survival-help-card p{margin:0;color:#9eb6cb;font-size:10px;line-height:1.4}
.survival-modal-section{font-size:10px;font-weight:900;color:#f4c433;margin-bottom:5px}
.survival-modal h3{font-size:23px;margin:0 0 16px}
.survival-modal-scriptures,.survival-modal-direction{
  padding:13px;
  border-radius:13px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(115,184,217,.13);
  margin-bottom:10px;
}
.survival-modal-scriptures span{
  display:inline-flex;
  margin:5px 5px 0 0;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(244,196,51,.09);
  color:#f4c433;
  font-size:9px;
  font-weight:800;
}
.survival-modal-direction p{margin:6px 0 0;line-height:1.5;color:#d2dfeb}
.survival-read-full{width:100%;margin:4px 0 10px}
.survival-modal-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
@media(max-width:620px){
  .survival-hero{min-height:230px;padding:22px 18px}
  .survival-hero-copy{max-width:67%}
  .survival-hero h2{font-size:28px}
  .survival-hero p{font-size:11px}
  .survival-hero-art{width:165px;right:-16px}
  .survival-section-grid{grid-template-columns:1fr}
  .survival-topic-list{grid-template-columns:1fr}
  .survival-topic-card{min-height:96px}
  .survival-help-card{grid-template-columns:1fr}
  .survival-help-card .primary{width:100%}
}
@media(max-width:390px){
  .survival-hero-copy{max-width:72%}
  .survival-hero h2{font-size:25px}
  .survival-hero-art{width:145px;right:-24px}
}


/* v1.0.7.6 — Survival Guide Section 1 full articles */
.article{
  max-width:780px;
  margin:0 auto;
}
.article>h2{
  font-size:32px;
  line-height:1;
  margin:8px 0 10px;
}
.article>p{
  color:#abc0d3;
  line-height:1.5;
}
.article>h3{
  margin:22px 0 7px;
  color:#f4c433;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.article>h3+p{
  margin-top:0;
  padding:13px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(106,180,217,.13);
  color:#d7e3ee;
  line-height:1.62;
}
.article .verse{
  margin:15px 0 6px;
  padding:11px 13px;
  border-left:3px solid #f4c433;
  border-radius:0 11px 11px 0;
  background:rgba(244,196,51,.07);
  color:#f4c433;
  font-weight:800;
}
.article>.actions{
  margin-top:24px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
@media(max-width:520px){
  .article>h2{font-size:27px}
  .article>h3{font-size:13px}
  .article>h3+p{font-size:12px}
  .article>.actions button{width:100%}
}


/* v1.0.8.3 — Home Survival Guide library progress */
.survival-progress-label{
  margin:10px 0 5px;
  color:#a9bed0;
  font-size:9px;
  font-weight:750;
  letter-spacing:.01em;
}


/* v1.0.8.4 — Smaller Home Survival Guide button text */
.survival-continue{
  font-size:8px !important;
  letter-spacing:.01em !important;
  white-space:nowrap;
}
.survival-continue span{
  font-size:12px;
}

/* v1.0.8.5 — Survival Guide live search */
.survival-search-wrap{grid-template-columns:34px 1fr auto !important}
.survival-search-clear{
  width:34px;height:34px;margin-right:6px;border:0;border-radius:50%;
  background:rgba(255,255,255,.06);color:#9db5c9;font-size:20px;line-height:1;cursor:pointer
}
.survival-search-clear:hover,.survival-search-clear:focus{
  color:#f4c433;background:rgba(244,196,51,.10)
}
.survival-section-block[hidden]{display:none !important}

.survival-ask-fallback{
  grid-column:1/-1;
  padding:18px;
  border-color:rgba(244,196,51,.32)!important;
  background:linear-gradient(135deg,rgba(244,196,51,.08),rgba(7,31,53,.98))!important;
}
.survival-ask-fallback strong{display:block;margin:5px 0 6px;font-size:14px}
.survival-ask-fallback p{margin:0 0 12px;color:#9fb6ca;font-size:10px;line-height:1.45}


/* v1.0.8.6 — Parent Hub redesign */
.parent-hub-hero{
  position:relative;overflow:hidden;min-height:235px;padding:26px 24px;
  display:flex;align-items:center;
  background:
    radial-gradient(circle at 82% 20%,rgba(244,196,51,.16),transparent 30%),
    linear-gradient(135deg,#08273f 0%,#061c31 65%,#041522 100%);
}
.parent-hub-copy{position:relative;z-index:2;max-width:68%}
.parent-kicker{color:#f4c433;font-size:10px;font-weight:950;letter-spacing:.08em;margin-bottom:9px}
.parent-hub-hero h2{margin:0;font-size:31px;line-height:1.02;text-transform:uppercase;font-style:italic}
.parent-hub-hero h2 span{color:#f4c433}
.parent-hub-hero p{margin:13px 0 0;color:#acc1d4;font-size:11px;line-height:1.5}
.parent-hub-mark{
  position:absolute;right:18px;bottom:24px;width:108px;height:108px;border-radius:50%;
  display:grid;place-items:center;text-align:center;
  border:2px solid rgba(244,196,51,.55);
  background:rgba(3,20,34,.72);
  color:#fff;font-size:12px;font-weight:850;letter-spacing:.06em;
  transform:rotate(-5deg);
}
.parent-hub-mark strong{display:block;color:#f4c433;font-size:25px;line-height:.9}
.parent-search-card{margin-top:14px;padding:17px}
.parent-search-card h3{margin:5px 0 11px;font-size:16px}
.parent-search-wrap{
  display:grid;grid-template-columns:34px 1fr auto;align-items:center;
  background:#061a2c;border:1px solid rgba(105,181,217,.24);border-radius:14px;overflow:hidden
}
.parent-search-wrap>span{display:grid;place-items:center;color:#f4c433;font-size:19px}
.parent-search-wrap input{border:0!important;background:transparent!important;padding:13px 8px!important;color:#fff!important;box-shadow:none!important}
.parent-search-wrap button{width:34px;height:34px;margin-right:6px;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#9fb7ca;font-size:20px;cursor:pointer}
.parent-browse{margin-top:16px}
.parent-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.parent-category-card{
  min-height:76px;padding:11px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;
  text-align:left;color:#fff;border-radius:15px;border:1px solid rgba(105,181,217,.18);
  background:linear-gradient(145deg,#08243d,#061a2e);cursor:pointer
}
.parent-category-card.active{border-color:rgba(244,196,51,.7);box-shadow:inset 0 0 0 1px rgba(244,196,51,.16)}
.parent-category-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.05);color:#f4c433;font-size:18px;font-weight:900}
.parent-category-card strong{display:block;font-size:11px;line-height:1.1}
.parent-category-card small{display:block;margin-top:4px;color:#92adc4;font-size:8px;line-height:1.3}
.parent-briefing-card{
  margin-top:16px;padding:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;
  border-color:rgba(244,196,51,.2)!important;
  background:linear-gradient(135deg,rgba(244,196,51,.06),rgba(6,29,49,.98))!important
}
.parent-briefing-card h3{margin:4px 0 6px;font-size:16px}
.parent-briefing-card p{margin:0;color:#9db5c9;font-size:9.5px;line-height:1.45}
.parent-results-section{margin-top:17px}
.parent-result-group{margin-bottom:16px}
.parent-mini-head{display:flex;justify-content:space-between;align-items:center;margin:0 2px 8px;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}
.parent-mini-head small{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:rgba(244,196,51,.1);color:#f4c433}
.parent-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.parent-resource-card{
  min-height:126px;padding:13px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;
  color:#fff;border:1px solid rgba(105,181,217,.17);border-radius:15px;
  background:linear-gradient(150deg,#08243d,#061a2d);cursor:pointer
}
.parent-resource-top{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}
.parent-resource-arrow{color:#f4c433;font-size:19px}
.parent-resource-card>strong{font-size:13px;line-height:1.15}
.parent-resource-card>small{margin-top:7px;color:#9eb6ca;font-size:8.5px;line-height:1.4}
.parent-question-card{margin-top:18px;padding:18px}
.parent-question-card h3{margin:5px 0 7px;font-size:17px}
.parent-question-card>p{color:#9db5c9;font-size:10px;line-height:1.5}
.parent-empty{text-align:center;padding:20px}
.parent-empty p{color:#9db5c9}
@media(max-width:620px){
  .parent-hub-hero{min-height:220px;padding:22px 18px}
  .parent-hub-copy{max-width:72%}
  .parent-hub-hero h2{font-size:26px}
  .parent-hub-mark{width:88px;height:88px;right:12px;bottom:22px;font-size:9px}
  .parent-hub-mark strong{font-size:20px}
  .parent-category-grid,.parent-resource-grid{grid-template-columns:1fr}
  .parent-briefing-card{grid-template-columns:1fr}
  .parent-briefing-card button{width:100%}
}


/* v1.0.8.7 — Parent Hub hero artwork */
.parent-hub-hero-art{
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden;
  background:none !important;
  border-radius:22px;
}
.parent-hub-hero-art img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/1;
  object-fit:cover;
}
@media(max-width:620px){
  .parent-hub-hero-art{
    border-radius:18px;
  }
  .parent-hub-hero-art img{
    aspect-ratio:3/1;
    object-fit:cover;
  }
}


/* v1.0.8.8 — Parent Hub Essentials */
.parent-resource-card .badge{
  max-width:100%;
}
.modal-card h4{
  margin:18px 0 5px;
  color:#f4c433;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.modal-card h4+p{
  margin-top:0;
  color:#d5e1eb;
  line-height:1.55;
}

/* v1.0.8.9 — Current Trends & Platforms depth */
.parent-trend-modal-top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.parent-updated{font-size:8px;font-weight:850;color:#8da8be;background:rgba(255,255,255,.05);padding:5px 7px;border-radius:999px}
.parent-trend-summary{color:#bad0e1;line-height:1.55;margin-bottom:14px}
.parent-modal-section{margin:10px 0;padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(105,181,217,.13)}
.parent-modal-section.current{border-color:rgba(244,196,51,.25);background:rgba(244,196,51,.055)}
.parent-modal-section.warn{border-color:rgba(242,138,95,.22)}
.parent-modal-section p{margin:6px 0 0;color:#d6e2ec;line-height:1.58}
.parent-faith-box{margin-top:12px!important}
.parent-source-note{font-size:8.5px;color:#7994aa;line-height:1.4;margin:12px 0 0}

/* v1.0.9.0 — Parent Conversation Starters */
.parent-resource-card .badge{white-space:nowrap}
.parent-resource-card[data-parent-guide] strong{line-height:1.2}

/* v1.0.9.1 — Parent Online Safety */
.parent-guide-body h3{
  margin:18px 0 6px;
  color:#f4c433;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.parent-guide-body p{
  color:#d6e2ec;
  line-height:1.6;
}

/* v1.0.9.4 — Working Parent Hub search */
#parentBrowseSections[hidden],
#parentBriefingCard[hidden]{display:none!important}
.parent-search-fallback{
  margin-top:10px;
  padding:18px;
  text-align:left;
  border-color:rgba(244,196,51,.35)!important;
  background:linear-gradient(135deg,rgba(244,196,51,.07),rgba(6,29,49,.98))!important;
}
.parent-search-fallback strong{
  display:block;
  margin:6px 0 6px;
  font-size:14px;
}
.parent-search-fallback p{
  margin:0 0 12px;
  color:#9db5c9;
  font-size:10px;
  line-height:1.5;
}

/* v1.0.9.5 — Monthly Parent Briefing */
.parent-briefing-preview{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.parent-briefing-preview>div:last-child{min-width:0}
.parent-briefing-date{
  flex:0 0 auto;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(244,196,51,.12);
  color:#f4c433;
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.parent-briefing-modal-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}
.parent-briefing-modal-head h3{
  margin:4px 0 0;
}
.parent-briefing-lead{
  color:#b8cddd;
  line-height:1.55;
  margin:0 0 16px;
}
.parent-briefing-list{
  display:grid;
  gap:10px;
}
.parent-briefing-item{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:11px;
  padding:13px;
  border:1px solid rgba(105,181,217,.14);
  border-radius:14px;
  background:rgba(255,255,255,.03);
}
.parent-briefing-number{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(244,196,51,.1);
  color:#f4c433;
  font-weight:950;
  font-size:10px;
}
.parent-briefing-item h4{
  margin:1px 0 6px;
  color:#fff;
  font-size:12px;
}
.parent-briefing-item p{
  margin:0;
  color:#d0deea;
  line-height:1.55;
  font-size:10px;
}
.parent-briefing-action{
  margin-top:9px;
  padding:9px 10px;
  border-left:2px solid #f4c433;
  background:rgba(244,196,51,.05);
  color:#dbe6ef;
  font-size:9.5px;
  line-height:1.45;
}
.parent-briefing-link{
  margin-top:8px;
  padding:0;
  border:0;
  background:transparent;
  color:#f4c433;
  font-size:8.5px;
  font-weight:900;
  cursor:pointer;
}
.parent-briefing-callout{
  margin-top:13px;
  padding:13px;
  border-radius:14px;
  background:rgba(62,189,180,.07);
  border:1px solid rgba(62,189,180,.18);
}
.parent-briefing-callout.family{
  background:rgba(244,196,51,.055);
  border-color:rgba(244,196,51,.18);
}
.parent-briefing-callout p{
  margin:6px 0 0;
  color:#d7e4ee;
  line-height:1.55;
}
.parent-briefing-closing{
  color:#97afc2;
  line-height:1.5;
  font-size:9.5px;
  margin:14px 0 0;
}
@media(max-width:620px){
  .parent-briefing-card{
    grid-template-columns:1fr!important;
  }
  .parent-briefing-card button{
    width:100%;
  }
  .parent-briefing-preview{
    display:block;
  }
  .parent-briefing-preview .parent-briefing-date{
    display:inline-block;
    margin-bottom:9px;
  }
}

/* v1.0.9.6 — Parent Briefing card layout fix */
.parent-briefing-card{
  display:block !important;
  padding:18px !important;
}
.parent-briefing-preview{
  display:block !important;
  width:100%;
}
.parent-briefing-preview-top{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  flex-wrap:wrap;
}
.parent-briefing-label{
  color:#f4c433;
  font-size:10px;
  font-weight:950;
  letter-spacing:.05em;
}
.parent-briefing-preview h3{
  margin:0 0 8px;
  max-width:none;
  font-size:18px;
  line-height:1.15;
}
.parent-briefing-preview p{
  margin:0;
  max-width:520px;
  color:#9db5c9;
  font-size:10px;
  line-height:1.5;
}
.parent-briefing-card #parentBriefingBtn{
  display:block;
  width:100%;
  margin-top:14px;
  min-height:46px;
  font-size:11px;
  font-weight:950;
}
@media(max-width:620px){
  .parent-briefing-card{
    padding:16px !important;
  }
  .parent-briefing-preview h3{
    font-size:17px;
  }
  .parent-briefing-preview p{
    font-size:10px;
  }
}

/* v1.0.9.7 — Admin editable article library */
.admin-short-textarea{min-height:74px!important}
.admin-content-filters{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 12px}
.admin-content-filters .secondary{padding:8px 10px;font-size:8px}
.admin-content-filters .active{border-color:#f4c433;color:#f4c433;background:rgba(244,196,51,.08)}
.admin-builtin-chip{display:inline-block;margin-left:5px;padding:3px 5px;border-radius:999px;background:rgba(137,107,255,.12);color:#b9a9ff;font-size:7px;font-weight:900}
.admin-content-meta{display:flex;gap:6px;flex-wrap:wrap;margin:7px 0}
.admin-content-meta span{padding:4px 6px;border-radius:999px;background:rgba(255,255,255,.04);color:#8fa9bd;font-size:7px;font-weight:800}
#articlePlacementFields[hidden],#contentSummaryField[hidden]{display:none!important}

/* v1.1.0.2 — QA Pass 5: mobile, touch and accessibility polish */
:root{--focus-ring:#ffe36f}
html{-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
button,input,textarea,select{max-width:100%}
button:disabled{cursor:not-allowed;opacity:.62}
button,.nav-item,.icon-btn,.secondary,.primary{touch-action:manipulation}
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible{
  outline:3px solid var(--focus-ring);
  outline-offset:2px;
}
#view:focus{outline:none}
.form-field input,
.form-field textarea,
.form-field select{
  width:100%;
  min-height:44px;
  box-sizing:border-box;
}
.form-field textarea{min-height:110px;resize:vertical}
.primary,.secondary,.danger,
.join-v1,.invite-share-btn,.calendar-pill{
  min-height:44px;
}
.icon-btn{min-width:44px;min-height:44px}
.modal{
  width:min(470px,calc(100% - 22px));
  max-height:calc(100dvh - 24px);
}
.modal-card{
  max-height:calc(100dvh - 24px);
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  box-sizing:border-box;
}
.modal-actions{
  position:sticky;
  bottom:-20px;
  z-index:2;
  padding:10px 0 2px;
  background:linear-gradient(180deg,rgba(13,41,65,0),#0d2941 26%);
  flex-wrap:wrap;
}
.modal-actions button{min-width:120px}
.bottom-nav{
  grid-template-columns:repeat(7,minmax(0,1fr));
  max-width:520px;
}
.bottom-nav .nav-item{
  min-width:0;
  min-height:54px;
  padding:6px 1px;
}
.bottom-nav .nav-item small{
  line-height:1.08;
  text-align:center;
}
.bottom-nav.has-admin{
  grid-template-columns:repeat(8,minmax(56px,1fr));
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
}
.bottom-nav.has-admin::-webkit-scrollbar{display:none}
.admin-two-col>*{min-width:0}
.admin-item,.card,.mini-card{min-width:0}
.admin-item strong,.parent-resource-card strong,.survival-topic-card strong{
  overflow-wrap:anywhere;
}
@media(max-width:520px){
  .view{padding-left:14px;padding-right:14px}
  .modal-card{padding:17px}
  .modal-actions{bottom:-17px}
  .admin-two-col{grid-template-columns:1fr}
  .section-head{align-items:flex-start}
}
@media(max-width:390px){
  .bottom-nav .nav-item small{font-size:7.5px}
  .bottom-nav .nav-item span{font-size:17px}
  .topbar{padding-left:12px;padding-right:12px}
  .brand h1{font-size:23px}
  .parent-resource-card,.survival-topic-card{min-height:104px}
}
@media(max-width:360px){
  .view{padding-left:11px;padding-right:11px}
  .modal{width:calc(100% - 14px)}
  .modal-card{padding:14px}
  .modal-actions{bottom:-14px}
}
@media(pointer:coarse) and (max-width:620px){
  input,textarea,select{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* v1.1.0.3 — Admin Overview stat alignment */
.admin-overview-grid{
  align-items:stretch;
}
.admin-overview-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:8px !important;
  min-width:0;
  padding:14px 10px !important;
}
.admin-overview-card .admin-overview-icon{
  margin:0 auto !important;
  flex:0 0 auto;
}
.admin-overview-card>div{
  width:100%;
  min-width:0;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.admin-overview-card strong{
  display:block;
  width:100%;
  margin:0;
  text-align:center !important;
  line-height:1;
}
.admin-overview-card small{
  display:block;
  width:100%;
  max-width:92px;
  margin:0 auto;
  text-align:center !important;
  line-height:1.25;
  overflow-wrap:normal;
  word-break:normal;
}
@media(max-width:390px){
  .admin-overview-card{
    padding:12px 8px !important;
  }
  .admin-overview-card small{
    max-width:82px;
    font-size:8px;
  }
}

/* v1.1.1.0 — Release Candidate 1 polish */
.admin-overview-card{cursor:default!important}
.prayer-tabs [role="tab"]{min-height:44px}
.prayer-tabs [role="tab"][aria-selected="true"]{font-weight:900}
.ask-topic-chip[aria-pressed="true"]{border-color:rgba(244,196,51,.72)}
.parent-question-card button:disabled{
  width:100%;
  opacity:.7;
}
.parent-question-card>.notice{
  margin-top:9px;
  text-align:center;
}
@media(max-width:390px){
  .ask-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .prayer-tabs{gap:5px}
  .prayer-tabs button{padding-left:7px;padding-right:7px;font-size:9px}
}

/* v1.1.1.2 — Auth autofill */
.auth-remember-row{display:flex;align-items:center;gap:10px;margin:2px 0 4px;color:#d6e4f2;font-size:13px;cursor:pointer}
.auth-remember-row input{width:20px;height:20px;flex:0 0 auto}
.auth-password-helper{margin:0 0 10px;color:#9fb5c9;font-size:12px;line-height:1.45}

/* v1.2.0.0 — Daily Challenges */
.challenge-page{display:grid;gap:12px;padding-bottom:8px}
.challenge-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 2px}
.challenge-page-head h2{margin:2px 0 0;font-size:25px}
.challenge-streak-chip{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:5px;align-items:center;min-width:86px;padding:8px 11px;border:1px solid rgba(244,190,38,.45);border-radius:14px;background:rgba(244,190,38,.08);text-align:center}
.challenge-streak-chip>strong{font-size:20px;color:#fff}.challenge-streak-chip>small{grid-column:1/-1;font-size:8px;color:#b7c9df;letter-spacing:.08em}
.daily-challenge-card{text-align:center;padding:18px 14px;border-color:rgba(59,166,220,.42);background:linear-gradient(180deg,#07304a,#06273d)}
.challenge-date{color:#ffc328;font-size:11px;font-weight:900;letter-spacing:.04em}
.challenge-main-icon{width:55px;height:55px;margin:10px auto 8px;border:3px solid #ffc328;border-radius:50%;display:grid;place-items:center;font-size:29px}
.daily-challenge-card h3{font-size:25px;line-height:1.05;margin:6px auto;max-width:330px}.daily-challenge-card>p{max-width:350px;margin:8px auto;color:#d1dfeb;line-height:1.45}
.challenge-scripture{display:inline-flex;padding:6px 17px;border:1px solid rgba(87,174,221,.38);border-radius:999px;color:#dcebf7;font-size:12px;margin:3px 0 14px}
.challenge-primary{width:100%;min-height:52px;border:0;border-radius:999px;background:#ffc328;color:#09233a;font-weight:1000;font-size:15px;letter-spacing:.02em;box-shadow:0 9px 22px rgba(255,190,30,.18)}
.challenge-primary:disabled{opacity:.55}
.challenge-in{margin:0 0 10px;padding:10px;border-radius:14px;background:rgba(29,196,142,.12);color:#dbece7}.challenge-in strong{display:block;color:#38dca7;font-size:17px}.challenge-in span{display:block;font-size:11px;margin-top:3px}
.challenge-signin-note{font-size:11px!important;color:#9fb5c9!important}
.challenge-participants{padding:13px}
.challenge-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.challenge-section-head>strong{font-size:13px}.challenge-section-head button{border:0;background:none;color:#c8d8e6;font-size:11px}
.challenge-participant-row{display:flex;align-items:flex-start;gap:10px;overflow:hidden}
.challenge-person{width:54px;text-align:center;flex:0 0 auto}.challenge-person small{display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;color:#d4e0eb}
.challenge-avatar{width:46px;height:46px;border-radius:50%;border:2px solid rgba(72,177,225,.8);overflow:hidden;display:grid;place-items:center;background:#163b55}.challenge-avatar img{width:100%;height:100%;object-fit:cover}.challenge-avatar-fallback{font-weight:900;font-size:17px}
.challenge-more{width:46px;height:46px;border-radius:50%;border:1px solid rgba(72,177,225,.65);background:#0b2b43;color:#fff;flex:0 0 auto}
.challenge-no-participants{color:#9db2c6;font-size:11px;padding:4px 0}
.challenge-week{padding:12px 14px}.challenge-week-head{display:flex;justify-content:space-between;align-items:center}.challenge-week-head strong{font-size:15px}.challenge-week-head b{color:#ffc328;font-size:18px}
.challenge-week-days{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:9px}.challenge-week-days>div{text-align:center}.challenge-week-days small{display:block;font-size:9px;color:#ffc328;font-weight:900;margin-bottom:4px}.challenge-week-days span{width:29px;height:29px;border-radius:50%;border:1px solid #66849c;display:grid;place-items:center;margin:auto;font-weight:900}.challenge-week-days .done span{background:#ffc328;color:#09233a;border-color:#ffc328}.challenge-week-days .today span{box-shadow:0 0 0 2px rgba(255,195,40,.18)}
.challenge-celebration{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px;background:linear-gradient(135deg,#062a40,#0a3651)}.challenge-celebration-art img{width:105px;max-height:120px;object-fit:contain}.challenge-brush{font-size:29px;font-weight:1000;font-style:italic;color:#ffc328;line-height:.95;transform:rotate(-2deg)}.challenge-celebration p{margin:10px 0 0;color:#dbe8f2;text-align:center}
.challenge-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 6px}.challenge-stats>div{text-align:center;border-right:1px solid rgba(115,171,203,.18)}.challenge-stats>div:last-child{border-right:0}.challenge-stats strong{display:block;font-size:20px}.challenge-stats small{display:block;margin-top:4px;font-size:8px;color:#b5c8d9}
.challenge-encourage{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:10px 14px;border-radius:18px;border:2px solid #ffc328;background:transparent;color:#fff}.challenge-encourage>span{display:grid;text-align:left}.challenge-encourage strong{color:#ffc328;font-size:12px}.challenge-encourage small{font-size:9px;color:#c4d4e2}
.challenge-modal-people{display:grid;gap:9px;margin:15px 0}.challenge-modal-person{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:rgba(255,255,255,.04)}.challenge-modal-person>div{display:grid}.challenge-modal-person small{color:#aebfd0}
.daily-home-challenge{align-items:center}.daily-home-mascot{width:110px;align-self:stretch;display:grid;place-items:center}.daily-home-mascot img{max-width:100%;max-height:145px;object-fit:contain}
@media(max-width:430px){
 .challenge-page-head h2{font-size:23px}
 .daily-challenge-card h3{font-size:23px}
 .challenge-week-days{gap:5px}
 .challenge-week-days span{width:27px;height:27px}
 .daily-home-mascot{width:82px}
}



/* v1.2.0.2 — Burning Bush Challenges icon */
.challenge-burning-bush{
  display:grid;
  place-items:center;
}
.challenge-burning-bush img{
  width:27px;
  height:27px;
  object-fit:contain;
  opacity:.88;
  filter:grayscale(1) brightness(1.28);
}
.nav-item.active .challenge-burning-bush img{
  opacity:1;
  filter:brightness(0) saturate(100%) invert(79%) sepia(89%) saturate(1186%) hue-rotate(337deg) brightness(103%) contrast(102%)
         drop-shadow(0 0 8px rgba(255,195,40,.28));
}

/* v1.2.0.3 — Sleek Challenge Complete redesign */
.challenge-complete-premium{
  gap:14px;
}
.challenge-complete-head{
  padding:8px 2px 2px;
}
.challenge-complete-head h2{
  font-size:28px;
  letter-spacing:-.03em;
}
.challenge-streak-badge{
  min-width:96px;
  min-height:74px;
  display:grid;
  grid-template-columns:auto auto;
  grid-template-rows:auto auto;
  align-items:center;
  justify-content:center;
  column-gap:8px;
  padding:10px 14px 9px;
  border:1px solid rgba(255,195,40,.6);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,29,47,.96),rgba(9,22,38,.98));
  box-shadow:0 10px 26px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.02);
}
.challenge-streak-flame{
  font-size:24px;
  line-height:1;
  filter:drop-shadow(0 0 8px rgba(255,177,25,.18));
}
.challenge-streak-badge strong{
  color:#fff;
  font-size:28px;
  line-height:1;
}
.challenge-streak-badge small{
  grid-column:1/-1;
  color:#ffd05c;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  margin-top:4px;
}

.challenge-complete-hero{
  position:relative;
  overflow:hidden;
  min-height:270px;
  display:grid;
  grid-template-columns:minmax(135px,42%) 1fr;
  align-items:center;
  gap:12px;
  padding:24px 20px 22px;
  border:1px solid rgba(79,154,255,.5);
  border-radius:24px;
  background:
    radial-gradient(circle at 18% 42%,rgba(37,83,145,.2),transparent 28%),
    linear-gradient(135deg,#061a2d 0%,#082847 50%,#06192b 100%);
  box-shadow:0 18px 40px rgba(0,0,0,.26);
}
.challenge-complete-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 18%,rgba(255,255,255,.025) 19%,transparent 20%),
    linear-gradient(300deg,transparent 74%,rgba(255,195,40,.07) 75%,transparent 76%);
}
.challenge-complete-shine{
  position:absolute;
  width:280px;
  height:280px;
  left:-95px;
  bottom:-125px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,190,43,.18),transparent 68%);
  filter:blur(5px);
}
.challenge-complete-mascot-wrap{
  position:relative;
  z-index:1;
  min-height:220px;
  display:grid;
  place-items:end center;
}
.challenge-complete-mascot-wrap img{
  position:relative;
  z-index:2;
  width:min(100%,190px);
  max-height:220px;
  object-fit:contain;
  filter:drop-shadow(0 18px 20px rgba(0,0,0,.42));
}
.challenge-complete-halo{
  position:absolute;
  z-index:0;
  width:160px;
  height:34px;
  bottom:5px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,190,43,.46),rgba(255,190,43,.14) 42%,transparent 72%);
  filter:blur(2px);
}

.challenge-complete-copy{
  position:relative;
  z-index:1;
  text-align:center;
  align-self:center;
}
.challenge-complete-title{
  color:#f8fbff;
  font-weight:1000;
  font-style:italic;
  font-size:clamp(31px,7vw,46px);
  line-height:.9;
  letter-spacing:-.04em;
  text-shadow:0 4px 0 rgba(0,0,0,.22);
}
.challenge-complete-title span{
  color:#ffc738;
}
.challenge-complete-rule{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:9px;
  align-items:center;
  max-width:210px;
  margin:16px auto 12px;
  color:#ffc738;
}
.challenge-complete-rule i{
  display:block;
  height:1px;
  background:linear-gradient(90deg,transparent,#d9a429);
}
.challenge-complete-rule i:last-child{
  transform:scaleX(-1);
}
.challenge-complete-rule b{
  font-size:15px;
}
.challenge-complete-copy p{
  margin:0;
  color:#f4f7fb;
  font-size:17px;
  line-height:1.25;
}
.challenge-complete-copy>strong{
  display:block;
  margin-top:5px;
  color:#ffc738;
  font-size:21px;
  font-style:italic;
  letter-spacing:-.02em;
}

.challenge-complete-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:14px 8px;
  border:1px solid rgba(65,135,218,.42);
  border-radius:22px;
  background:linear-gradient(180deg,#071a2d,#061523);
}
.challenge-complete-stat{
  position:relative;
  display:grid;
  justify-items:center;
  text-align:center;
  padding:4px 10px 2px;
}
.challenge-complete-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  top:6px;
  right:0;
  width:1px;
  height:78px;
  background:linear-gradient(180deg,transparent,rgba(96,149,211,.45),transparent);
}
.challenge-stat-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  margin-bottom:8px;
  font-size:25px;
  background:#071829;
}
.challenge-stat-icon.gold{
  border:1px solid rgba(255,195,40,.72);
  box-shadow:0 0 0 5px rgba(255,195,40,.05);
}
.challenge-stat-icon.blue{
  border:1px solid rgba(51,145,255,.75);
  box-shadow:0 0 0 5px rgba(51,145,255,.05);
}
.challenge-complete-stat strong{
  color:#fff;
  font-size:28px;
  line-height:1;
}
.challenge-complete-stat small{
  margin-top:7px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  color:#ffc738;
}
.challenge-complete-stat:nth-child(2) small{
  color:#65a8ff;
}

.challenge-encourage-premium{
  min-height:60px;
  border:1px solid rgba(255,195,40,.68);
  background:linear-gradient(180deg,rgba(12,31,49,.95),rgba(7,23,38,.95));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.challenge-encourage-premium .challenge-encourage-icon{
  font-size:24px;
}
.challenge-encourage-premium strong{
  font-size:12px;
  letter-spacing:.03em;
}
.challenge-encourage-premium small{
  margin-top:2px;
  color:#a9bfd3;
}

@media(max-width:430px){
  .challenge-complete-hero{
    grid-template-columns:38% 1fr;
    min-height:235px;
    padding:18px 14px;
  }
  .challenge-complete-mascot-wrap{
    min-height:185px;
  }
  .challenge-complete-mascot-wrap img{
    max-height:185px;
  }
  .challenge-complete-title{
    font-size:33px;
  }
  .challenge-complete-copy p{
    font-size:15px;
  }
  .challenge-complete-copy>strong{
    font-size:19px;
  }
  .challenge-stat-icon{
    width:40px;
    height:40px;
    font-size:22px;
  }
  .challenge-complete-stat strong{
    font-size:25px;
  }
  .challenge-complete-stat small{
    font-size:8px;
  }
}

/* v1.2.0.4 — Exact approved Challenge Complete mascot */
.challenge-complete-mascot-wrap{
  min-height:238px;
}
.challenge-complete-mascot-wrap img{
  width:min(100%,205px);
  max-height:238px;
  object-fit:contain;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.46));
}
@media(max-width:430px){
  .challenge-complete-mascot-wrap{
    min-height:195px;
  }
  .challenge-complete-mascot-wrap img{
    width:min(100%,170px);
    max-height:195px;
  }
}

/* v1.2.0.5 — Match approved Challenge Complete mockup */
.challenge-complete-premium{
  gap:16px;
}
.challenge-complete-head{
  padding:8px 3px 5px;
}
.challenge-complete-head .eyebrow{
  color:#ffc739;
  font-size:12px;
  letter-spacing:.09em;
}
.challenge-complete-head h2{
  margin-top:4px;
  font-size:30px;
  font-weight:900;
  color:#f7f9fc;
  letter-spacing:-.035em;
}
.challenge-streak-badge{
  min-width:108px;
  min-height:84px;
  padding:12px 16px 10px;
  border:1.4px solid rgba(255,199,57,.9);
  border-radius:22px;
  background:
    radial-gradient(circle at 45% 30%,rgba(255,176,28,.08),transparent 48%),
    linear-gradient(180deg,#09182a,#06111f);
  box-shadow:0 0 22px rgba(255,190,35,.08),inset 0 0 0 1px rgba(255,255,255,.025);
}
.challenge-streak-badge strong{
  font-size:31px;
  font-weight:950;
}
.challenge-streak-badge small{
  color:#ffc739;
  font-size:10px;
  letter-spacing:.05em;
}
.challenge-streak-flame{
  font-size:28px;
}

.challenge-complete-hero{
  min-height:325px;
  grid-template-columns:minmax(155px,41%) 1fr;
  gap:10px;
  padding:26px 24px 24px;
  border:1.3px solid rgba(89,163,255,.68);
  border-radius:26px;
  background:
    radial-gradient(circle at 10% 84%,rgba(255,179,28,.12),transparent 24%),
    linear-gradient(135deg,#071a31 0%,#0b2a51 48%,#06182b 100%);
  box-shadow:0 20px 44px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.015);
}
.challenge-complete-hero::after{
  background:
    linear-gradient(132deg,transparent 25%,rgba(73,126,205,.09) 25.5%,transparent 26%),
    linear-gradient(315deg,transparent 82%,rgba(255,190,42,.07) 82.5%,transparent 83%);
}
.challenge-complete-mascot-wrap{
  min-height:282px;
  align-items:end;
}
.challenge-complete-mascot-wrap img{
  width:min(100%,225px);
  max-height:285px;
  object-fit:contain;
  filter:drop-shadow(0 20px 24px rgba(0,0,0,.46));
}
.challenge-complete-halo{
  width:205px;
  height:44px;
  bottom:4px;
  background:radial-gradient(ellipse,rgba(255,184,30,.5),rgba(255,184,30,.15) 45%,transparent 72%);
}

.challenge-complete-copy{
  padding-right:2px;
}
.challenge-complete-title{
  font-size:clamp(37px,8vw,54px);
  line-height:.9;
  color:#ffc739;
  text-shadow:0 5px 0 rgba(0,0,0,.24),0 0 14px rgba(255,190,35,.10);
}
.challenge-complete-title span{
  color:#ffc739;
}
.challenge-complete-rule{
  max-width:240px;
  margin:17px auto 13px;
}
.challenge-complete-rule i{
  background:linear-gradient(90deg,transparent,#e5b62f 38%,#e5b62f);
}
.challenge-complete-copy p{
  font-size:18px;
  font-weight:700;
}
.challenge-complete-copy>strong{
  margin-top:4px;
  color:#ffc739;
  font-size:23px;
  font-weight:900;
}

.challenge-complete-stats{
  padding:18px 10px 16px;
  border:1.2px solid rgba(73,139,221,.52);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% -20%,rgba(35,78,135,.13),transparent 55%),
    linear-gradient(180deg,#071a2c,#061321);
}
.challenge-complete-stat{
  padding:2px 10px 4px;
}
.challenge-complete-stat:not(:last-child)::after{
  top:2px;
  height:115px;
  background:linear-gradient(180deg,transparent,rgba(135,164,194,.5),transparent);
}
.challenge-stat-icon-image{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin:0 auto 7px;
}
.challenge-stat-icon-image img{
  width:64px;
  height:64px;
  object-fit:contain;
  filter:drop-shadow(0 0 9px rgba(255,196,47,.11));
}
.challenge-complete-stat:nth-child(2) .challenge-stat-icon-image img{
  filter:drop-shadow(0 0 10px rgba(49,142,255,.16));
}
.challenge-complete-stat strong{
  font-size:31px;
  font-weight:950;
}
.challenge-complete-stat small{
  margin-top:7px;
  font-size:10px;
  letter-spacing:.035em;
  color:#ffc739;
}
.challenge-complete-stat:nth-child(2) small{
  color:#5fa1ff;
}

@media(max-width:430px){
  .challenge-complete-head h2{
    font-size:27px;
  }
  .challenge-streak-badge{
    min-width:94px;
    min-height:75px;
    padding:10px 12px;
  }
  .challenge-complete-hero{
    min-height:275px;
    grid-template-columns:39% 1fr;
    padding:20px 15px 18px;
  }
  .challenge-complete-mascot-wrap{
    min-height:230px;
  }
  .challenge-complete-mascot-wrap img{
    width:min(100%,185px);
    max-height:235px;
  }
  .challenge-complete-halo{
    width:165px;
  }
  .challenge-complete-title{
    font-size:37px;
  }
  .challenge-complete-copy p{
    font-size:15px;
  }
  .challenge-complete-copy>strong{
    font-size:20px;
  }
  .challenge-stat-icon-image,
  .challenge-stat-icon-image img{
    width:52px;
    height:52px;
  }
  .challenge-complete-stat strong{
    font-size:27px;
  }
  .challenge-complete-stat small{
    font-size:8px;
  }
  .challenge-complete-stat:not(:last-child)::after{
    height:98px;
  }
}

/* v1.2.0.6 — Mobile correction pass for Challenge Complete */
.challenge-complete-premium{
  overflow-x:hidden;
}
.challenge-complete-hero{
  min-width:0;
}
.challenge-complete-mascot-wrap,
.challenge-complete-copy{
  min-width:0;
}
.challenge-complete-title{
  max-width:100%;
  font-size:clamp(30px,8.7vw,50px);
  line-height:.88;
  letter-spacing:-.045em;
  white-space:normal;
  overflow-wrap:normal;
}
.challenge-complete-title span{
  display:inline-block;
  max-width:100%;
}
.challenge-complete-copy p,
.challenge-complete-copy>strong{
  max-width:100%;
}

.challenge-stat-icon-svg{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto 9px;
  border-radius:50%;
  background:linear-gradient(180deg,#09182b,#071321);
}
.challenge-stat-icon-svg svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:3.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.challenge-stat-icon-svg.gold{
  color:#ffc739;
  border:1px solid rgba(255,199,57,.92);
  box-shadow:0 0 0 5px rgba(255,199,57,.04),0 0 14px rgba(255,199,57,.08);
}
.challenge-stat-icon-svg.blue{
  color:#5ea7ff;
  border:1px solid rgba(76,157,255,.92);
  box-shadow:0 0 0 5px rgba(76,157,255,.04),0 0 14px rgba(76,157,255,.09);
}

@media(max-width:520px){
  .challenge-complete-head{
    align-items:flex-start;
  }
  .challenge-complete-head h2{
    font-size:26px;
  }
  .challenge-streak-badge{
    min-width:86px;
    min-height:68px;
    padding:8px 10px 7px;
    border-radius:17px;
  }
  .challenge-streak-badge strong{
    font-size:25px;
  }
  .challenge-streak-flame{
    font-size:22px;
  }
  .challenge-streak-badge small{
    font-size:8px;
  }

  .challenge-complete-hero{
    grid-template-columns:42% 58%;
    gap:4px;
    min-height:250px;
    padding:17px 12px 16px;
    border-radius:22px;
  }
  .challenge-complete-mascot-wrap{
    min-height:215px;
    align-self:end;
  }
  .challenge-complete-mascot-wrap img{
    width:100%;
    max-width:190px;
    max-height:220px;
    object-fit:contain;
    transform:scale(1.13);
    transform-origin:center bottom;
  }
  .challenge-complete-halo{
    width:150px;
    height:34px;
  }
  .challenge-complete-copy{
    padding:0 2px 0 0;
  }
  .challenge-complete-title{
    font-size:clamp(29px,9.2vw,39px);
    line-height:.88;
  }
  .challenge-complete-rule{
    max-width:170px;
    gap:6px;
    margin:12px auto 10px;
  }
  .challenge-complete-rule b{
    font-size:12px;
  }
  .challenge-complete-copy p{
    font-size:14px;
    line-height:1.2;
  }
  .challenge-complete-copy>strong{
    font-size:18px;
    line-height:1.15;
  }

  .challenge-complete-stats{
    padding:15px 5px 13px;
    border-radius:21px;
  }
  .challenge-complete-stat{
    padding:0 4px;
  }
  .challenge-stat-icon-svg{
    width:50px;
    height:50px;
    margin-bottom:8px;
  }
  .challenge-stat-icon-svg svg{
    width:31px;
    height:31px;
  }
  .challenge-complete-stat strong{
    font-size:25px;
  }
  .challenge-complete-stat small{
    font-size:7px;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  .challenge-complete-stat:not(:last-child)::after{
    height:94px;
  }
}

@media(max-width:390px){
  .challenge-complete-hero{
    grid-template-columns:44% 56%;
    min-height:235px;
    padding:15px 10px 14px;
  }
  .challenge-complete-mascot-wrap{
    min-height:200px;
  }
  .challenge-complete-mascot-wrap img{
    max-width:175px;
    max-height:205px;
    transform:scale(1.16);
  }
  .challenge-complete-title{
    font-size:clamp(27px,9.5vw,35px);
  }
  .challenge-complete-copy p{
    font-size:13px;
  }
  .challenge-complete-copy>strong{
    font-size:17px;
  }
  .challenge-stat-icon-svg{
    width:45px;
    height:45px;
  }
  .challenge-stat-icon-svg svg{
    width:28px;
    height:28px;
  }
  .challenge-complete-stat strong{
    font-size:23px;
  }
  .challenge-complete-stat small{
    font-size:6.5px;
  }
}

/* v1.2.0.7 — Exact supplied mascot + final wording fix */
.challenge-complete-hero{
  grid-template-columns:40% 60%;
  gap:8px;
  min-height:270px;
  padding:18px 14px 17px;
}
.challenge-complete-mascot-wrap{
  min-height:230px;
  overflow:visible;
}
.challenge-complete-mascot-wrap img{
  width:100%;
  max-width:210px;
  max-height:240px;
  object-fit:contain;
  opacity:1 !important;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.42));
  transform:none !important;
}
.challenge-complete-title{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  width:100%;
  max-width:100%;
  margin:0 auto;
  font-size:clamp(28px,8.1vw,42px);
  line-height:.9;
  letter-spacing:-.045em;
  text-align:center;
  white-space:normal;
  overflow:visible;
}
.challenge-complete-title span{
  display:block;
  width:100%;
  max-width:100%;
  color:#ffc739;
  white-space:nowrap;
}
.challenge-complete-copy{
  min-width:0;
  overflow:visible;
}
.challenge-complete-copy p{
  margin-top:0;
}
.challenge-complete-copy>strong{
  color:#ffc739;
}

@media(max-width:430px){
  .challenge-complete-hero{
    grid-template-columns:41% 59%;
    min-height:250px;
    padding:16px 11px 15px;
  }
  .challenge-complete-mascot-wrap{
    min-height:215px;
  }
  .challenge-complete-mascot-wrap img{
    max-width:190px;
    max-height:220px;
  }
  .challenge-complete-title{
    font-size:clamp(27px,8.6vw,36px);
  }
}

@media(max-width:390px){
  .challenge-complete-hero{
    grid-template-columns:42% 58%;
  }
  .challenge-complete-mascot-wrap img{
    max-width:175px;
    max-height:205px;
  }
  .challenge-complete-title{
    font-size:clamp(25px,8.5vw,33px);
  }
}


/* v1.2.0.8 — Undo accidental Daily Challenge completion */
.challenge-undo-completion{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(135,169,200,.34);
  border-radius:14px;
  background:rgba(255,255,255,.025);
  color:#aebfd0;
  font-size:12px;
  font-weight:800;
}
.challenge-undo-completion:hover,
.challenge-undo-completion:focus-visible{
  border-color:rgba(255,199,57,.55);
  color:#f3f7fb;
}
.challenge-undo-completion span{
  font-size:17px;
  line-height:1;
}

.challenge-week-days .challenge-week-day{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  padding:0;
  margin:0;
  min-width:0;
  font:inherit;
  text-align:center;
}
.challenge-week-days button.challenge-week-day{
  cursor:pointer;
}
.challenge-week-days button.challenge-week-day.can-undo span{
  box-shadow:0 0 0 2px rgba(255,195,40,.18),0 0 12px rgba(255,195,40,.08);
}
.challenge-week-days button.challenge-week-day.can-undo:focus-visible{
  outline:2px solid #ffc328;
  outline-offset:3px;
  border-radius:10px;
}
.challenge-week-undo-hint{
  display:block;
  margin-top:10px;
  color:#8fa7bc;
  font-size:9px;
  line-height:1.35;
  text-align:center;
}


/* v1.2.0.9 — Encourage the Squad */
.challenge-encourage-premium.sent{
  border-color:rgba(56,220,167,.65);
  background:linear-gradient(180deg,rgba(10,47,48,.95),rgba(7,33,39,.95));
}
.challenge-encourage-premium.sent strong{
  color:#39dca7;
}
.challenge-encouragements{
  padding:14px;
}
.challenge-encouragements .challenge-section-head>span{
  color:#91a8bc;
  font-size:10px;
}
.challenge-encouragement-list{
  display:grid;
  gap:9px;
}
.challenge-encouragement-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border:1px solid rgba(100,154,195,.18);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}
.challenge-encouragement-row .challenge-avatar{
  width:38px;
  height:38px;
}
.challenge-encouragement-row>div{
  min-width:0;
}
.challenge-encouragement-row strong{
  display:block;
  color:#f4f8fb;
  font-size:11px;
}
.challenge-encouragement-row p{
  margin:2px 0 0;
  color:#b9ccdc;
  font-size:11px;
  line-height:1.3;
}
.challenge-mine-badge{
  padding:4px 7px;
  border-radius:999px;
  background:rgba(255,195,40,.1);
  color:#ffc328;
  font-size:8px;
  font-weight:900;
}
.challenge-encouragement-empty{
  margin:0;
  color:#91a8bc;
  font-size:11px;
}
.challenge-encouragement-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:16px 0;
}
.challenge-encouragement-option{
  min-height:52px;
  padding:10px 12px;
  border:1px solid rgba(99,153,194,.35);
  border-radius:14px;
  background:#0a2337;
  color:#e8f0f6;
  font-weight:800;
  line-height:1.2;
}
.challenge-encouragement-option.selected{
  border-color:#ffc328;
  background:rgba(255,195,40,.09);
  box-shadow:0 0 0 2px rgba(255,195,40,.09);
}
.challenge-encouragement-actions{
  display:grid;
  gap:8px;
}
.challenge-encouragement-actions button{
  width:100%;
}
.modal-intro{
  color:#9fb4c7;
}
@media(max-width:390px){
  .challenge-encouragement-options{
    grid-template-columns:1fr;
  }
}

/* v1.2.1.3 — Invite a Friend bus sizing fix */
.invite-card{
  min-height:190px;
  padding:20px 22px;
}
.invite-content{
  width:57%;
}
.invite-mascot{
  width:48%;
  max-width:235px;
  height:auto;
  right:-4px;
  bottom:-10px;
  object-fit:contain;
  object-position:right bottom;
  filter:drop-shadow(-9px 13px 17px rgba(0,0,0,.30));
}
@media(max-width:409px){
  .invite-card{
    min-height:180px;
    padding:18px;
  }
  .invite-content{
    width:58%;
  }
  .invite-mascot{
    width:49%;
    max-width:205px;
    right:-7px;
    bottom:-7px;
  }
}
@media(min-width:480px){
  .invite-card{
    min-height:200px;
  }
  .invite-content{
    width:56%;
  }
  .invite-mascot{
    width:48%;
    max-width:250px;
    right:0;
    bottom:-12px;
  }
}

/* v1.2.1.5 — Parent Hub moved into Survival */
.bottom-nav{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.bottom-nav.has-admin{
  grid-template-columns:repeat(7,minmax(0,1fr));
}

.survival-parent-entry{
  position:relative;
  overflow:hidden;
  min-height:158px;
  display:flex;
  align-items:center;
  margin:14px 0 16px;
  padding:18px 18px 18px 44%;
  border:1px solid rgba(244,196,51,.34);
  border-radius:22px;
  background:
    radial-gradient(circle at 14% 38%,rgba(244,196,51,.12),transparent 34%),
    linear-gradient(135deg,#071c30 0%,#0a2b43 55%,#071a2c 100%);
  box-shadow:0 15px 34px rgba(0,0,0,.22);
}
.survival-parent-entry-art{
  position:absolute;
  inset:0 auto 0 0;
  width:43%;
  overflow:hidden;
}
.survival-parent-entry-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 48%,#08233a 96%);
}
.survival-parent-entry-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.survival-parent-entry-copy{
  position:relative;
  z-index:2;
  min-width:0;
}
.survival-parent-kicker{
  color:#f4c433;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
.survival-parent-entry h3{
  margin:5px 0 7px;
  color:#fff;
  font-size:19px;
  line-height:1.08;
  letter-spacing:-.02em;
}
.survival-parent-entry p{
  margin:0 0 12px;
  color:#c8d8e5;
  font-size:10.5px;
  line-height:1.42;
}
.survival-parent-btn{
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(244,196,51,.72);
  border-radius:999px;
  background:rgba(244,196,51,.08);
  color:#f4c433;
  font-size:10px;
  font-weight:950;
  letter-spacing:.035em;
}
.survival-parent-btn span{
  margin-left:5px;
  font-size:17px;
  vertical-align:-1px;
}

@media(max-width:390px){
  .survival-parent-entry{
    min-height:150px;
    padding:16px 14px 16px 42%;
  }
  .survival-parent-entry-art{
    width:41%;
  }
  .survival-parent-entry h3{
    font-size:17px;
  }
  .survival-parent-entry p{
    font-size:9.5px;
  }
  .survival-parent-btn{
    min-height:38px;
    padding:0 12px;
    font-size:9px;
  }
}


/* v1.2.1.7 — Ask TOBS + Prayer combined into Connect */
.bottom-nav{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.bottom-nav.has-admin{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.connect-hero{
  position:relative;
  overflow:hidden;
  padding:24px 22px 22px;
  margin-bottom:15px;
  border:1px solid rgba(45,177,215,.32);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 12%,rgba(244,196,51,.12),transparent 31%),
    linear-gradient(145deg,#071b2e 0%,#0b2d46 62%,#071a2b 100%);
}
.connect-hero::after{
  content:"?";
  position:absolute;
  right:18px;
  top:-22px;
  color:rgba(255,255,255,.035);
  font-size:150px;
  font-weight:1000;
  line-height:1;
}
.connect-overline{
  position:relative;
  z-index:1;
  color:#f4c433;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
}
.connect-hero h2{
  position:relative;
  z-index:1;
  margin:6px 0 9px;
  color:#fff;
  font-size:30px;
  line-height:.98;
  letter-spacing:-.035em;
}
.connect-hero h2 span{
  color:#f4c433;
}
.connect-hero p{
  position:relative;
  z-index:1;
  max-width:360px;
  margin:0;
  color:#c7d8e6;
  font-size:12px;
  line-height:1.5;
}

.connect-choice-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.connect-choice-card{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:176px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:19px;
  border-radius:23px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(0,0,0,.2);
}
.connect-ask-card{
  border:1px solid rgba(244,196,51,.42);
  background:
    radial-gradient(circle at 8% 18%,rgba(244,196,51,.13),transparent 31%),
    linear-gradient(135deg,#0b2740 0%,#082036 100%);
}
.connect-prayer-card{
  border:1px solid rgba(55,183,216,.45);
  background:
    radial-gradient(circle at 7% 20%,rgba(55,183,216,.14),transparent 33%),
    linear-gradient(135deg,#08263d 0%,#071d31 100%);
}
.connect-choice-card::after{
  content:"";
  position:absolute;
  inset:auto -45px -65px auto;
  width:165px;
  height:165px;
  border:1px solid rgba(255,255,255,.035);
  border-radius:50%;
}
.connect-choice-icon{
  position:relative;
  z-index:1;
  flex:0 0 72px;
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:21px;
  background:rgba(244,196,51,.10);
  border:1px solid rgba(244,196,51,.32);
}
.connect-choice-icon svg{
  width:39px;
  height:39px;
  fill:none;
  stroke:#f4c433;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.connect-prayer-icon{
  background:rgba(55,183,216,.1);
  border-color:rgba(55,183,216,.35);
}
.connect-prayer-icon img{
  width:58px;
  height:58px;
  object-fit:contain;
}
.connect-choice-copy{
  position:relative;
  z-index:1;
  min-width:0;
  flex:1;
}
.connect-choice-kicker{
  color:#f4c433;
  font-size:9.5px;
  font-weight:950;
  letter-spacing:.1em;
}
.connect-prayer-card .connect-choice-kicker{
  color:#77d9ef;
}
.connect-choice-card h3{
  margin:4px 0 7px;
  color:#fff;
  font-size:20px;
  line-height:1.05;
  letter-spacing:-.02em;
}
.connect-choice-card p{
  margin:0 0 11px;
  color:#c7d7e3;
  font-size:10.5px;
  line-height:1.43;
}
.connect-choice-action{
  display:inline-flex;
  align-items:center;
  color:#f4c433;
  font-size:10px;
  font-weight:950;
  letter-spacing:.045em;
}
.connect-prayer-card .connect-choice-action{
  color:#77d9ef;
}
.connect-choice-action b{
  margin-left:6px;
  font-size:18px;
  line-height:1;
}
.connect-note{
  margin-top:14px;
  padding:15px 17px;
  border-radius:18px;
}
.connect-note strong{
  color:#fff;
  font-size:13px;
}
.connect-note p{
  margin:4px 0 0;
  color:#aebfcb;
  font-size:10.5px;
  line-height:1.42;
}

@media(max-width:390px){
  .connect-hero{
    padding:21px 18px;
  }
  .connect-hero h2{
    font-size:27px;
  }
  .connect-choice-card{
    min-height:164px;
    gap:13px;
    padding:16px;
  }
  .connect-choice-icon{
    flex-basis:62px;
    width:62px;
    height:62px;
    border-radius:18px;
  }
  .connect-choice-icon svg{
    width:34px;
    height:34px;
  }
  .connect-prayer-icon img{
    width:50px;
    height:50px;
  }
  .connect-choice-card h3{
    font-size:18px;
  }
  .connect-choice-card p{
    font-size:9.7px;
  }
}


/* v1.2.1.8 — Bottom nav spacing cleanup */
.bottom-nav{
  width:min(520px,calc(100% - 16px));
  display:flex;
  justify-content:space-evenly;
  align-items:stretch;
  gap:4px;
  padding:8px 8px calc(8px + env(safe-area-inset-bottom));
}
.bottom-nav .nav-item{
  flex:1 1 0;
  min-width:0;
  max-width:none;
  display:grid;
  place-items:center;
  gap:3px;
  padding:6px 2px;
}
.bottom-nav .nav-item small{
  width:100%;
  text-align:center;
}
.bottom-nav.has-admin{
  display:flex;
  justify-content:space-evenly;
  gap:3px;
  overflow:visible;
}
@media (max-width:390px){
  .bottom-nav{
    width:min(520px,calc(100% - 10px));
    gap:2px;
    padding-left:6px;
    padding-right:6px;
  }
  .bottom-nav .nav-item{
    padding:6px 1px;
  }
}


/* v1.2.1.9 — Prayer "I Prayed" notifications */
.notification-item.prayer-notification{
  border-color:rgba(244,196,51,.32);
  background:
    radial-gradient(circle at 100% 0%,rgba(244,196,51,.08),transparent 34%),
    rgba(255,255,255,.025);
}
.notification-item.prayer-notification.unread{
  box-shadow:inset 3px 0 0 #f4c433;
}
.notification-prayer-mark{
  display:inline-block;
  margin-right:2px;
}


/* =========================================================
   v1.2.2.0 — Responsive Website + Mobile PWA
   Mobile keeps the existing app experience.
   Desktop becomes a full-width TOBS ministry website.
   ========================================================= */

@media (min-width: 900px){
  html,body{
    min-height:100%;
    background:
      radial-gradient(circle at 82% 2%,rgba(255,195,37,.11),transparent 25%),
      radial-gradient(circle at 10% 30%,rgba(52,185,211,.07),transparent 27%),
      linear-gradient(180deg,#02111d 0%,#041a2a 48%,#031522 100%);
  }
  body{
    padding:0;
    min-width:900px;
  }

  .app-shell{
    max-width:none;
    width:100%;
    margin:0;
    padding-bottom:0;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    overflow:visible;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }

  /* Website header */
  .topbar,
  .topbar-v1{
    order:1;
    position:sticky;
    top:0;
    z-index:60;
    min-height:82px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px max(28px,calc((100vw - 1180px)/2));
    border:0;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:rgba(3,21,34,.96);
    backdrop-filter:blur(20px);
    box-shadow:0 12px 32px rgba(0,0,0,.20);
  }
  .brand,
  .brand-v1{
    justify-content:flex-start;
    gap:13px;
  }
  .mascot-mark{
    width:50px;
    height:50px;
    object-fit:contain;
    font-size:0;
  }
  .brand-lockup h1{
    font-size:34px;
  }
  .brand-lockup p{
    font-size:9px;
    letter-spacing:.25em;
  }
  .notify-v1{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,195,37,.20);
    background:rgba(255,195,37,.06);
  }

  /* Existing mobile nav becomes a website navigation bar */
  .bottom-nav{
    order:2;
    position:sticky;
    top:82px;
    left:auto;
    bottom:auto;
    z-index:55;
    transform:none;
    width:100%;
    max-width:none;
    min-height:58px;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:6px;
    padding:0 max(28px,calc((100vw - 1180px)/2));
    border:0;
    border-bottom:1px solid rgba(255,255,255,.08);
    border-radius:0;
    background:rgba(4,25,40,.94);
    backdrop-filter:blur(18px);
    overflow:visible;
  }
  .bottom-nav.has-admin{
    display:flex;
    justify-content:center;
    overflow:visible;
  }
  .bottom-nav .nav-item{
    flex:0 0 132px;
    width:132px;
    min-height:58px;
    max-width:132px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap:8px;
    padding:0 12px;
    border-radius:0;
    color:#a9bdca;
    transition:background .18s ease,color .18s ease;
  }
  .bottom-nav .nav-item:hover{
    color:#fff;
    background:rgba(255,255,255,.045);
  }
  .bottom-nav .nav-item.active{
    color:var(--v1-yellow);
    background:linear-gradient(180deg,rgba(255,195,37,.08),rgba(255,195,37,.015));
    box-shadow:inset 0 -3px 0 var(--v1-yellow);
  }
  .bottom-nav .nav-item .nav-icon,
  .bottom-nav .nav-item .nav-icon svg{
    width:21px;
    height:21px;
  }
  .bottom-nav .nav-item small{
    width:auto;
    font-size:11px;
    font-weight:850;
    letter-spacing:.01em;
  }
  .bottom-nav .challenge-burning-bush img{
    width:25px;
    height:25px;
    object-fit:contain;
  }

  /* Main website canvas */
  .view{
    order:3;
    width:min(1180px,calc(100% - 56px));
    max-width:1180px;
    margin:0 auto;
    padding:34px 0 72px;
  }

  .home-v1:before{
    left:calc((1180px - 100vw)/2);
    right:calc((1180px - 100vw)/2);
    top:-34px;
    height:340px;
  }
  .home-welcome{
    padding:10px 4px 24px;
  }
  .welcome-kicker{
    text-align:left;
    margin-bottom:9px;
    font-size:11px;
  }
  .welcome-row{
    align-items:center;
  }
  .welcome-row h2{
    font-size:31px;
  }
  .built-different{
    display:flex;
  }

  /* Next session becomes the website hero */
  .session-hero{
    min-height:390px;
    padding:28px 30px;
    border-radius:28px;
    box-shadow:0 28px 70px rgba(0,0,0,.30);
  }
  .session-hero-head{
    margin-bottom:24px;
  }
  .brush-title{
    font-size:26px;
  }
  .calendar-pill{
    min-height:44px;
    padding:0 18px;
  }
  .session-hero-main{
    align-items:center;
    gap:28px;
  }
  .session-time-block{
    gap:18px;
  }
  .v1-date-badge{
    min-width:94px;
    min-height:92px;
    padding:14px;
  }
  .v1-date-badge strong{
    font-size:21px;
  }
  .v1-time{
    font-size:58px;
  }
  .v1-countdown{
    min-width:315px;
  }
  .v1-countdown div strong{
    font-size:31px;
  }
  .session-detail-grid{
    grid-template-columns:112px minmax(0,1fr) 270px;
    gap:22px;
    align-items:center;
    margin-top:28px;
    padding-top:25px;
  }
  .speaker-tile{
    width:112px;
    height:112px;
  }
  .session-topic-v1 h3{
    max-width:620px;
    font-size:34px;
  }
  .session-topic-v1 p{
    font-size:13px;
  }
  .join-v1{
    min-height:56px;
    font-size:16px;
  }

  /* Website-like section rhythm */
  .happening-card,
  .weekly-challenge-card,
  .prayer-checkin-card,
  .invite-card{
    border-radius:27px;
    margin-top:22px;
  }
  .happening-card{
    padding:25px;
  }
  .happening-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
  .happening-event{
    min-height:104px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
  }

  .home-help-grid{
    grid-template-columns:1.15fr .85fr;
    gap:18px;
    margin-top:22px;
  }
  .survival-feature,
  .dealing-panel{
    min-height:360px;
    border-radius:27px;
  }
  .survival-feature-content{
    padding:28px;
  }
  .survival-feature h3{
    font-size:38px;
    max-width:500px;
  }
  .dealing-panel{
    padding:24px;
  }

  .home-feature-row{
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:22px;
  }
  .devotional-feature,
  .ask-feature{
    min-height:360px;
    border-radius:27px;
  }
  .devotional-content,
  .ask-content{
    padding:28px;
  }

  .prayer-checkin-card{
    padding:26px;
  }
  .prayer-quick-grid{
    grid-template-columns:repeat(4,1fr);
    gap:12px;
  }
  .prayer-quick{
    min-height:100px;
  }

  .daily-home-challenge{
    min-height:300px;
    padding:30px;
  }
  .daily-home-challenge .weekly-challenge-copy{
    max-width:650px;
  }
  .daily-home-challenge h3{
    font-size:34px;
  }
  .daily-home-mascot{
    width:270px;
    right:45px;
  }

  .invite-card{
    min-height:270px;
    padding:34px;
  }
  .invite-content{
    width:58%;
    max-width:630px;
  }
  .invite-title{
    font-size:18px;
  }
  .invite-card h3{
    font-size:34px;
  }
  .invite-card p{
    font-size:14px;
  }
  .invite-mascot{
    width:38%;
    max-width:390px;
    right:25px;
    bottom:-25px;
  }

  /* Inner app sections use desktop widths instead of phone-card widths */
  .connect-hero,
  .survival-hero,
  .parent-hero,
  .prayer-hero,
  .profile-hero{
    border-radius:28px;
  }
  .connect-choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .connect-choice-card{
    min-height:230px;
    padding:28px;
  }
  .connect-choice-card h3{
    font-size:27px;
  }

  .survival-topic-list,
  .parent-resource-grid,
  .admin-two-col{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .modal{
    width:min(720px,calc(100% - 48px));
  }
  .modal-card{
    max-height:min(82vh,820px);
    border-radius:26px;
    padding:26px;
  }

  /* Desktop footer space without adding another system */
  .view::after{
    content:"Teen Online Bible Study • Real Teens. Real Questions. Bible Answers.";
    display:block;
    margin:54px 0 8px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#728b9b;
    text-align:center;
    font-size:11px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
}

/* Large desktop */
@media (min-width: 1280px){
  .view{
    width:1180px;
  }
  .session-hero{
    min-height:410px;
  }
}

/* Tablet: still app-like but use available room better */
@media (min-width: 600px) and (max-width: 899px){
  body{
    padding:0;
  }
  .app-shell{
    max-width:760px;
    border-radius:0;
  }
  .view{
    padding-left:22px;
    padding-right:22px;
  }
  .home-feature-row,
  .home-help-grid{
    gap:14px;
  }
  .bottom-nav{
    width:min(760px,100%);
  }
}


/* =========================================================
   v1.2.2.2 — About TOBS website section
   ========================================================= */

.desktop-about-nav{
  display:none !important;
}

.about-tobs-section{
  position:relative;
  overflow:hidden;
  margin-top:18px;
  padding:24px 20px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:25px;
  background:
    radial-gradient(circle at 88% 10%,rgba(244,196,51,.13),transparent 29%),
    radial-gradient(circle at 5% 86%,rgba(62,189,217,.10),transparent 30%),
    linear-gradient(145deg,#08243a 0%,#071c30 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.about-tobs-section::before{
  content:"TOBS";
  position:absolute;
  right:-12px;
  top:-23px;
  color:rgba(255,255,255,.025);
  font-size:108px;
  font-weight:1000;
  letter-spacing:-.08em;
  pointer-events:none;
}
.about-tobs-intro{
  position:relative;
  z-index:1;
}
.about-tobs-eyebrow,
.about-join-kicker{
  color:#f4c433;
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
}
.about-tobs-intro h2{
  margin:7px 0 13px;
  color:#fff;
  font-size:28px;
  line-height:1;
  letter-spacing:-.035em;
}
.about-tobs-intro h2 span{
  color:#f4c433;
}
.about-tobs-intro > p{
  max-width:760px;
  margin:0 0 10px;
  color:#c7d8e5;
  font-size:11.5px;
  line-height:1.55;
}
.about-tobs-intro > p strong{
  color:#fff;
}
.about-tobs-highlights{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin-top:18px;
}
.about-highlight{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:16px;
  background:rgba(3,19,31,.38);
}
.about-highlight-icon{
  flex:0 0 37px;
  width:37px;
  height:37px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(244,196,51,.08);
  font-size:19px;
}
.about-highlight strong{
  display:block;
  margin:1px 0 3px;
  color:#fff;
  font-size:12px;
}
.about-highlight p{
  margin:0;
  color:#9fb4c3;
  font-size:9.5px;
  line-height:1.4;
}
.about-tobs-join{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:15px;
  margin-top:18px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.09);
}
.about-tobs-join h3{
  margin:4px 0 2px;
  color:#fff;
  font-size:18px;
}
.about-tobs-join h3 span{
  color:#f4c433;
  padding:0 2px;
}
.about-tobs-join p{
  margin:0;
  color:#91a9b9;
  font-size:10px;
}
.about-join-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.about-join-primary,
.about-parent-link{
  min-height:43px;
  border-radius:999px;
  padding:0 16px;
  font-size:9.5px;
  font-weight:950;
  letter-spacing:.035em;
}
.about-join-primary{
  border:0;
  background:#f4c433;
  color:#061827;
}
.about-parent-link{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.035);
  color:#d7e4ed;
}
.about-join-primary span,
.about-parent-link span{
  margin-left:5px;
  font-size:16px;
}

/* Desktop website presentation */
@media (min-width:900px){
  .desktop-about-nav{
    display:flex !important;
  }

  .bottom-nav .nav-item{
    flex-basis:124px;
    width:124px;
    max-width:124px;
  }

  #aboutTobs{
    scroll-margin-top:158px;
  }

  .about-tobs-section{
    margin-top:28px;
    padding:42px 44px 34px;
    border-radius:30px;
  }
  .about-tobs-section::before{
    right:10px;
    top:-60px;
    font-size:220px;
  }
  .about-tobs-intro{
    max-width:850px;
  }
  .about-tobs-eyebrow{
    font-size:11px;
  }
  .about-tobs-intro h2{
    margin-top:9px;
    font-size:48px;
    line-height:.96;
  }
  .about-tobs-intro > p{
    max-width:820px;
    font-size:14px;
    line-height:1.65;
  }
  .about-tobs-highlights{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:13px;
    margin-top:27px;
  }
  .about-highlight{
    min-height:126px;
    padding:18px;
    flex-direction:column;
    gap:11px;
    border-radius:20px;
  }
  .about-highlight-icon{
    width:44px;
    height:44px;
    flex-basis:44px;
    font-size:22px;
  }
  .about-highlight strong{
    font-size:14px;
  }
  .about-highlight p{
    font-size:11px;
    line-height:1.48;
  }
  .about-tobs-join{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    margin-top:28px;
    padding-top:25px;
  }
  .about-join-kicker{
    font-size:10px;
  }
  .about-tobs-join h3{
    font-size:25px;
  }
  .about-tobs-join p{
    font-size:11px;
  }
  .about-join-actions{
    flex:0 0 auto;
    align-items:flex-end;
  }
  .about-join-primary{
    min-width:210px;
    min-height:49px;
    font-size:11px;
  }
  .about-parent-link{
    min-height:36px;
    border:0;
    background:transparent;
    padding:0 5px;
    font-size:9px;
    color:#a9bdca;
  }
  .about-parent-link:hover{
    color:#fff;
  }
}

@media(max-width:390px){
  .about-tobs-section{
    padding:21px 17px 18px;
  }
  .about-tobs-intro h2{
    font-size:25px;
  }
  .about-tobs-intro > p{
    font-size:10.5px;
  }
}

/* v1.2.2.3 — About TOBS Dustin graphic */
.about-tobs-feature-image{
  position:relative;
  z-index:1;
  margin:20px 0 4px;
  overflow:hidden;
  border:1px solid rgba(244,196,51,.32);
  border-radius:20px;
  background:#061a2a;
  box-shadow:0 16px 35px rgba(0,0,0,.28);
}
.about-tobs-feature-image img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
@media(min-width:900px){
  .about-tobs-feature-image{
    margin:28px 0 8px;
    border-radius:24px;
  }
}


/* v1.2.2.4 — About TOBS moved to dedicated website page */
.about-page{
  width:100%;
}
@media(min-width:900px){
  .about-page{
    padding-top:6px;
  }
  .about-page .about-tobs-section{
    margin-top:0;
  }
}


/* =========================================================
   v1.2.2.5 — TOBS Room lightweight mascot animation
   ========================================================= */

.tobs-room-card{
  position:relative;
  overflow:hidden;
  margin-top:15px;
  padding:18px;
  border:1px solid rgba(244,196,51,.40);
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 4%,rgba(244,196,51,.11),transparent 26%),
    linear-gradient(145deg,#082540 0%,#071a2f 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.tobs-room-card-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:13px;
}
.tobs-room-kicker{
  color:#f4c433;
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
}
.tobs-room-card h3{
  margin:4px 0 4px;
  color:#fff;
  font-size:25px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.035em;
}
.tobs-room-card h3 span{
  color:#f4c433;
}
.tobs-room-card-head p{
  margin:0;
  max-width:275px;
  color:#aebfcb;
  font-size:10px;
  line-height:1.35;
}
.tobs-room-week-chip{
  flex:0 0 auto;
  min-width:58px;
  padding:8px 7px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  text-align:center;
  background:rgba(0,0,0,.13);
}
.tobs-room-week-chip strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1;
}
.tobs-room-week-chip small{
  color:#8ea6b6;
  font-size:6.8px;
  font-weight:850;
}
.tobs-room-week-chip.complete{
  border-color:rgba(244,196,51,.55);
  background:rgba(244,196,51,.08);
}
.tobs-room-week-chip.complete strong{
  color:#f4c433;
}

/* Room */
.tobs-room-scene{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:360px;
  border:1px solid rgba(79,153,204,.30);
  border-radius:22px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025),transparent 18%,transparent 82%,rgba(0,0,0,.06)),
    linear-gradient(180deg,#18334f 0%,#102a43 68%,#132335 68%,#0a1520 100%);
  box-shadow:inset 0 0 45px rgba(0,0,0,.28);
}
.tobs-room-scene.compact{
  min-height:310px;
}
.tobs-room-wall-line{
  position:absolute;
  left:0;
  right:0;
  bottom:31%;
  height:8px;
  background:linear-gradient(180deg,#3c5062,#182635);
  box-shadow:0 -2px 6px rgba(0,0,0,.22);
}
.tobs-room-floor{
  position:absolute;
  left:-12%;
  right:-12%;
  bottom:-8%;
  height:40%;
  background:
    repeating-linear-gradient(88deg,rgba(255,255,255,.035) 0 1px,transparent 1px 44px),
    repeating-linear-gradient(0deg,rgba(0,0,0,.18) 0 1px,transparent 1px 29px),
    linear-gradient(180deg,#745037 0%,#3c281d 100%);
  transform:perspective(340px) rotateX(14deg);
  transform-origin:bottom;
}
.tobs-room-window{
  position:absolute;
  top:19%;
  left:8%;
  width:18%;
  height:33%;
  border:5px solid #50667a;
  border-radius:4px;
  background:linear-gradient(155deg,#6eb7e9,#1d5791 57%,#0e3461);
  box-shadow:0 0 24px rgba(53,154,231,.30),inset 0 0 17px rgba(255,255,255,.14);
}
.tobs-room-window::before,
.tobs-room-window::after{
  content:"";
  position:absolute;
  background:#4f6579;
}
.tobs-room-window::before{
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  transform:translateX(-50%);
}
.tobs-room-window::after{
  top:50%;
  left:0;
  right:0;
  height:4px;
  transform:translateY(-50%);
}
.tobs-room-window i:first-child{
  position:absolute;
  width:58%;
  height:2px;
  top:22%;
  left:14%;
  background:rgba(255,255,255,.45);
  transform:rotate(-18deg);
}
.tobs-room-rug{
  position:absolute;
  z-index:2;
  left:19%;
  right:19%;
  bottom:3%;
  height:13%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,#17375d 0%,#102848 70%,#0b1e36 100%);
  box-shadow:0 8px 20px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.06);
}

/* Mascot animation */
.tobs-room-mascot-stage{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:14%;
  width:48%;
  max-width:220px;
  transform:translateX(-50%);
}
.tobs-room-scene.compact .tobs-room-mascot-stage{
  width:46%;
  max-width:190px;
}
.tobs-room-mascot-idle{
  position:relative;
  width:100%;
  transform-origin:50% 100%;
  animation:tobs-room-hop 3.6s ease-in-out infinite;
}
.tobs-room-mascot-idle img{
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 12px 8px rgba(0,0,0,.28));
  user-select:none;
  pointer-events:none;
}
.tobs-room-shadow{
  position:absolute;
  z-index:-1;
  left:23%;
  right:23%;
  bottom:-4%;
  height:8%;
  min-height:9px;
  border-radius:50%;
  background:rgba(0,0,0,.30);
  filter:blur(4px);
  animation:tobs-room-shadow 3.6s ease-in-out infinite;
}

/* Brief eyelids over the sunglass lenses */
.tobs-room-blink{
  position:absolute;
  z-index:8;
  top:44%;
  width:24%;
  height:8.5%;
  border-radius:50%;
  background:#321c17;
  opacity:0;
  transform:scaleY(.12);
  transform-origin:center;
  pointer-events:none;
  animation:tobs-room-blink 5.2s linear infinite;
}
.tobs-room-blink-left{
  left:21%;
  transform:rotate(7deg) scaleY(.12);
}
.tobs-room-blink-right{
  right:20%;
  transform:rotate(-7deg) scaleY(.12);
}

@keyframes tobs-room-hop{
  0%,12%,38%,50%,76%,100%{
    transform:translate3d(-7px,0,0) rotate(-1.2deg) scale(1);
  }
  18%{
    transform:translate3d(4px,-15px,0) rotate(1.4deg) scale(.985,1.015);
  }
  24%{
    transform:translate3d(8px,0,0) rotate(1deg) scale(1.025,.975);
  }
  56%{
    transform:translate3d(-1px,-10px,0) rotate(-.6deg) scale(.99,1.01);
  }
  62%{
    transform:translate3d(-5px,0,0) rotate(-1deg) scale(1.02,.98);
  }
  84%{
    transform:translate3d(5px,-6px,0) rotate(.8deg);
  }
}
@keyframes tobs-room-shadow{
  0%,12%,38%,50%,76%,100%{transform:scaleX(1);opacity:.38}
  18%,56%{transform:scaleX(.76);opacity:.22}
  24%,62%{transform:scaleX(1.07);opacity:.42}
}
@keyframes tobs-room-blink{
  0%,41%,44%,100%{opacity:0}
  42%,43%{opacity:.94}
}

.tobs-room-empty-copy{
  margin:13px 0 11px;
  padding:11px 14px;
  border-radius:15px;
  text-align:center;
  background:rgba(2,16,29,.58);
  border:1px solid rgba(255,255,255,.07);
}
.tobs-room-empty-copy strong{
  display:block;
  color:#fff;
  font-size:12px;
}
.tobs-room-empty-copy p{
  margin:4px auto 0;
  max-width:310px;
  color:#b9c8d3;
  font-size:9.5px;
  line-height:1.4;
}
.tobs-room-empty-copy p::first-line{
  color:#fff;
}
.tobs-room-empty-copy.ready{
  border-color:rgba(244,196,51,.32);
  background:rgba(244,196,51,.07);
}
.tobs-room-empty-copy.ready strong{
  color:#f4c433;
}
.tobs-room-enter{
  width:100%;
  min-height:45px;
  border:0;
  border-radius:999px;
  background:#f4c433;
  color:#061827;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.03em;
  box-shadow:0 8px 21px rgba(244,196,51,.18);
}
.tobs-room-enter span{
  float:right;
  margin-right:4px;
  font-size:18px;
}

/* Room modal */
.tobs-room-modal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.tobs-room-modal-head h3{
  margin-top:3px;
}
.tobs-room-modal-progress{
  display:grid;
  place-items:center;
  min-width:56px;
  min-height:40px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:13px;
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.tobs-room-modal-progress.complete{
  color:#f4c433;
  border-color:rgba(244,196,51,.45);
  background:rgba(244,196,51,.06);
}
.tobs-room-modal-message{
  margin:13px 0;
  padding:12px 14px;
  border-radius:15px;
  text-align:center;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
}
.tobs-room-modal-message strong{
  color:#fff;
  font-size:13px;
}
.tobs-room-modal-message p{
  margin:4px 0 0;
  color:#9fb3c2;
  font-size:10px;
  line-height:1.4;
}
.tobs-room-modal-message.ready{
  border-color:rgba(244,196,51,.34);
  background:rgba(244,196,51,.055);
}
.tobs-room-modal-message.ready strong{
  color:#f4c433;
}
.tobs-room-reward-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:11px 0;
}
.tobs-room-reward-preview>div{
  display:grid;
  place-items:center;
  min-height:70px;
  padding:8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}
.tobs-room-reward-preview span{
  font-size:23px;
}
.tobs-room-reward-preview small{
  margin-top:3px;
  color:#a9bdca;
  font-size:8px;
  font-weight:800;
}

@media(min-width:900px){
  .tobs-room-card{
    max-width:740px;
    margin-left:auto;
    margin-right:auto;
    padding:24px;
  }
  .tobs-room-card h3{
    font-size:34px;
  }
  .tobs-room-scene.compact{
    min-height:390px;
  }
  .tobs-room-scene.compact .tobs-room-mascot-stage{
    max-width:235px;
  }
}

@media(prefers-reduced-motion:reduce){
  .tobs-room-mascot-idle,
  .tobs-room-shadow,
  .tobs-room-blink{
    animation:none !important;
  }
}


/* =========================================================
   v1.2.2.6 — Cozy isometric TOBS Room redesign
   ========================================================= */

.tobs-room-scene.isometric{
  min-height:390px;
  overflow:hidden;
  border:1px solid rgba(244,196,51,.34);
  background:
    radial-gradient(circle at 50% 18%,rgba(83,174,220,.12),transparent 33%),
    linear-gradient(180deg,#08223b 0%,#06172a 100%);
  perspective:900px;
}
.tobs-room-scene.isometric.compact{
  min-height:365px;
}

.tobs-iso-shell{
  position:absolute;
  left:50%;
  top:48%;
  width:78%;
  height:72%;
  transform:translate(-50%,-47%);
  filter:drop-shadow(0 20px 20px rgba(0,0,0,.30));
}
.tobs-iso-wall{
  position:absolute;
  top:4%;
  width:50.5%;
  height:56%;
  overflow:hidden;
  border-top:5px solid #dcc79b;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,255,255,.05),transparent 32%),
    linear-gradient(180deg,#8d9868 0%,#707b52 100%);
  box-shadow:inset 0 -10px 22px rgba(0,0,0,.11);
}
.tobs-iso-wall-left{
  left:0;
  transform:skewY(-28deg);
  transform-origin:right top;
  border-left:5px solid #d5c095;
}
.tobs-iso-wall-right{
  right:0;
  transform:skewY(28deg);
  transform-origin:left top;
  border-right:5px solid #d5c095;
}
.tobs-iso-wall::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:8px;
  background:#e1d1ac;
  box-shadow:0 3px 0 rgba(73,46,29,.34);
}

.tobs-iso-floor{
  position:absolute;
  left:8.5%;
  right:8.5%;
  bottom:0;
  height:48%;
  transform:rotate(0deg) skewY(0deg);
  clip-path:polygon(50% 0,100% 30%,50% 100%,0 30%);
  background:
    repeating-linear-gradient(90deg,rgba(95,58,35,.18) 0 1px,transparent 1px 38px),
    repeating-linear-gradient(0deg,rgba(95,58,35,.16) 0 1px,transparent 1px 30px),
    linear-gradient(135deg,#d8aa77 0%,#bb8658 100%);
  border:4px solid #65462f;
  box-shadow:inset 0 12px 18px rgba(255,255,255,.09);
}

.tobs-iso-rug{
  position:absolute;
  left:30%;
  top:30%;
  width:40%;
  height:34%;
  transform:rotate(30deg) skewY(-1deg);
  border:6px solid #f3e7d3;
  border-radius:8px;
  background:
    repeating-linear-gradient(0deg,transparent 0 24px,rgba(104,151,109,.23) 24px 32px),
    repeating-linear-gradient(90deg,#efe5cd 0 25px,#d7b9b9 25px 38px,#efe5cd 38px 56px,#a7c879 56px 70px);
  box-shadow:0 7px 12px rgba(70,44,27,.22);
}

.tobs-iso-window{
  position:absolute;
  left:13%;
  top:26%;
  width:29%;
  height:43%;
  border:6px solid #75482e;
  border-radius:4px;
  background:linear-gradient(145deg,#8bd7f3,#67b7df 52%,#326f9f);
  box-shadow:inset 0 0 0 3px #d4a56d,0 6px 10px rgba(0,0,0,.22);
}
.tobs-iso-window::before,
.tobs-iso-window::after{
  content:"";
  position:absolute;
  background:#805238;
}
.tobs-iso-window::before{left:48%;top:0;bottom:0;width:4px}
.tobs-iso-window::after{left:0;right:0;top:49%;height:4px}
.tobs-iso-window i:first-child{
  position:absolute;
  left:9%;
  top:12%;
  width:70%;
  height:4px;
  background:rgba(255,255,255,.48);
  transform:rotate(-12deg);
}
.tobs-iso-window i:last-child{
  position:absolute;
  left:17%;
  top:19%;
  width:45%;
  height:3px;
  background:rgba(255,255,255,.35);
  transform:rotate(-12deg);
}

.tobs-iso-shelf{
  position:absolute;
  right:6%;
  top:54%;
  width:37%;
  height:10px;
  border-radius:4px;
  background:#885631;
  box-shadow:0 5px 0 #5d3925,0 8px 10px rgba(0,0,0,.18);
}
.tobs-iso-shelf span{
  position:absolute;
  right:12%;
  bottom:4px;
  font-size:28px;
  transform:skewY(28deg);
}

.tobs-iso-pennant{
  position:absolute;
  left:12%;
  top:23%;
  width:27%;
  padding:8px 6px;
  color:#fff;
  background:#242029;
  clip-path:polygon(0 0,100% 17%,72% 50%,100% 83%,0 100%);
  font-size:8px;
  line-height:1.04;
  font-weight:1000;
  letter-spacing:.02em;
  text-align:center;
  transform:skewY(-28deg);
  box-shadow:0 4px 9px rgba(0,0,0,.2);
}
.tobs-iso-poster{
  position:absolute;
  right:12%;
  top:26%;
  width:27%;
  min-height:42%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:5px solid #70452e;
  background:linear-gradient(180deg,#f6a83b,#f5c149 65%,#e8922f);
  transform:skewY(-28deg);
  box-shadow:0 5px 10px rgba(0,0,0,.22);
}
.tobs-iso-poster span{
  font-size:30px;
}
.tobs-iso-poster b{
  margin-top:3px;
  color:#142438;
  font-size:11px;
  letter-spacing:.05em;
}

.tobs-iso-desk{
  position:absolute;
  left:4%;
  bottom:21%;
  width:27%;
  height:18%;
  border-radius:4px;
  background:linear-gradient(180deg,#8e5936,#71422b);
  box-shadow:0 7px 0 #4c2d1f,0 12px 12px rgba(0,0,0,.24);
  transform:rotate(30deg);
}
.tobs-iso-desk::before,
.tobs-iso-desk::after{
  content:"";
  position:absolute;
  bottom:-31px;
  width:7px;
  height:31px;
  background:#593522;
}
.tobs-iso-desk::before{left:8px}
.tobs-iso-desk::after{right:8px}
.tobs-iso-desk span{
  position:absolute;
  top:-16px;
  font-size:19px;
}
.desk-lamp{left:10px}
.desk-bible{right:8px}
.tobs-iso-crate{
  position:absolute;
  right:6%;
  bottom:18%;
  width:18%;
  height:16%;
  display:grid;
  place-items:center;
  border:2px solid #6c462c;
  background:#a66c3f;
  color:#4d2f1d;
  font-size:8px;
  font-weight:1000;
  letter-spacing:.05em;
  transform:rotate(-30deg);
  box-shadow:0 6px 8px rgba(0,0,0,.19);
}

.tobs-room-slot{
  position:absolute;
  display:grid;
  place-items:center;
  border:2px dashed rgba(255,255,255,.76);
  border-radius:8px;
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.74);
  box-shadow:0 0 0 1px rgba(0,0,0,.07);
}
.tobs-room-slot b{
  font-size:19px;
  font-weight:600;
}
.slot-wall-left{
  right:8%;
  top:17%;
  width:24%;
  height:27%;
}
.slot-wall-right{
  right:7%;
  top:58%;
  width:23%;
  height:26%;
}
.slot-floor-one{
  left:37%;
  bottom:14%;
  width:24%;
  height:21%;
  transform:rotate(29deg);
}
.slot-floor-two{
  right:14%;
  top:29%;
  width:23%;
  height:20%;
  transform:rotate(-29deg);
}

/* Mascot now sits inside the isometric floor rather than on a flat stage */
.tobs-room-scene.isometric .tobs-room-mascot-stage{
  left:50%;
  bottom:15%;
  width:31%;
  max-width:145px;
  z-index:8;
}
.tobs-room-scene.isometric.compact .tobs-room-mascot-stage{
  width:29%;
  max-width:132px;
}
.tobs-room-scene.isometric .tobs-room-shadow{
  bottom:-3%;
  height:7%;
}

.tobs-room-speech{
  position:absolute;
  z-index:10;
  left:59%;
  top:43%;
  min-width:96px;
  padding:8px 10px;
  border-radius:18px;
  border:2px solid rgba(5,16,25,.75);
  background:#fff7e8;
  color:#1d2430;
  font-size:9px;
  font-weight:900;
  line-height:1.25;
  text-align:center;
  box-shadow:0 6px 13px rgba(0,0,0,.20);
}
.tobs-room-speech::after{
  content:"";
  position:absolute;
  left:17px;
  bottom:-11px;
  width:17px;
  height:17px;
  background:#fff7e8;
  border-right:2px solid rgba(5,16,25,.75);
  border-bottom:2px solid rgba(5,16,25,.75);
  transform:rotate(45deg);
}
.tobs-room-speech span{
  display:inline-block;
  margin-left:3px;
}

/* Game-like reward row */
.tobs-room-reward-preview>div{
  min-height:82px;
  border-color:rgba(244,196,51,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
}
.tobs-room-reward-preview>div:first-child::after{
  content:"Weekly unlock";
  display:block;
  margin-top:2px;
  color:#f4c433;
  font-size:6.8px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

@media(max-width:390px){
  .tobs-room-scene.isometric,
  .tobs-room-scene.isometric.compact{
    min-height:340px;
  }
  .tobs-iso-shell{
    width:84%;
    top:49%;
  }
  .tobs-room-scene.isometric .tobs-room-mascot-stage{
    max-width:120px;
  }
  .tobs-room-speech{
    left:57%;
    top:44%;
    min-width:86px;
    font-size:8px;
  }
}

@media(min-width:900px){
  .tobs-room-scene.isometric.compact{
    min-height:470px;
  }
  .tobs-room-scene.isometric .tobs-room-mascot-stage{
    max-width:180px;
  }
  .tobs-room-speech{
    min-width:125px;
    padding:11px 14px;
    font-size:11px;
  }
}

@media(prefers-reduced-motion:reduce){
  .tobs-room-mascot-idle,
  .tobs-room-shadow,
  .tobs-room-blink{
    animation:none !important;
  }
}


/* =========================================================
   v1.2.2.7 — Exact approved TOBS Room mockup
   ========================================================= */
.tobs-room-approved-card{
  margin-top:16px;
}
.tobs-room-approved-visual{
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:24px;
  overflow:hidden;
  background:#071a2d;
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  cursor:pointer;
}
.tobs-room-approved-visual img{
  display:block;
  width:100%;
  height:auto;
}
.tobs-room-approved-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:#0d2941;
}
.tobs-room-approved-status strong{
  color:#fff;
  font-size:11px;
}
.tobs-room-approved-status p{
  margin:3px 0 0;
  color:#9fb4c3;
  font-size:9px;
  line-height:1.35;
}
.tobs-room-approved-status>span{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  min-width:50px;
  min-height:38px;
  padding:0 10px;
  border:1px solid rgba(244,196,51,.35);
  border-radius:12px;
  color:#f4c433;
  font-size:12px;
  font-weight:950;
}
.tobs-room-approved-status.complete{
  border-color:rgba(244,196,51,.34);
  background:rgba(244,196,51,.055);
}
.tobs-room-approved-modal-image{
  display:block;
  width:100%;
  height:auto;
  margin:10px 0 12px;
  border:1px solid rgba(244,196,51,.28);
  border-radius:20px;
  background:#071a2d;
}
@media(min-width:900px){
  .tobs-room-approved-card{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
  }
}
