/* ============= CENTILE APP CSS ============= */
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }
html, body { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif; background: #f4f1ec; color: #1a1d1f; min-height: 100vh; min-height: 100dvh; overscroll-behavior: none; }
body { padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left); }
#app { min-height: 100vh; min-height: 100dvh; max-width: 520px; margin: 0 auto; padding-bottom: 100px; position: relative; }

/* ============= COMMON ============= */
.heading { font-size: 24px; font-weight: 400; color: #2d5f4e; letter-spacing: -0.4px; line-height: 1.15; margin-bottom: 6px; }
.sub-heading { font-size: 13px; color: #6b6258; line-height: 1.55; margin-bottom: 22px; }
.section-title { font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px; color: #8a8178; font-weight: 600; margin-bottom: 10px; }
.label { font-size: 12px; color: #6b6258; margin-bottom: 6px; display: block; font-weight: 500; }

.btn { background: #2d5f4e; color: #fff; padding: 14px; border-radius: 12px; text-align: center; font-size: 15px; font-weight: 500; border: none; width: 100%; cursor: pointer; font-family: inherit; transition: opacity .15s; }
.btn:active { opacity: 0.85; }
.btn:disabled { background: #b5ada0; }
.btn-secondary { background: transparent; color: #2d5f4e; border: 1px solid #d4cec2; }
.btn-warm { background: #c4834d; }

.input { width: 100%; padding: 13px 14px; border: 1px solid #d4cec2; border-radius: 10px; font-size: 16px; background: #fff; font-family: inherit; outline: none; margin-bottom: 12px; color: #1a1d1f; }
.input:focus { border-color: #2d5f4e; }
textarea.input { min-height: 110px; resize: none; line-height: 1.5; }

.top-bar { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px 10px; }

/* ============= WELCOME ============= */
.welcome { background: linear-gradient(180deg, #e8ddc9 0%, #f4f1ec 60%); padding: 80px 30px 30px; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.w-hero h2 { font-size: 36px; font-weight: 300; line-height: 1.1; color: #2d5f4e; margin-bottom: 14px; letter-spacing: -1px; }
.w-hero p { font-size: 14px; color: #6b6258; line-height: 1.55; padding: 0 6px; }
.w-illustration { font-size: 80px; margin: 36px 0; }
.footer-note { font-size: 13px; color: #8a8178; margin-top: 14px; cursor: pointer; }

/* ============= AUTH ============= */
.auth-screen { padding: 56px 22px 30px; min-height: 100vh; min-height: 100dvh; }
.social-btn { width: 100%; padding: 13px; border: 1px solid #d4cec2; background: #fff; border-radius: 10px; font-size: 14px; margin-bottom: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; font-family: inherit; }
.divider { display: flex; align-items: center; gap: 10px; color: #8a8178; font-size: 11px; margin: 16px 0; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: #d4cec2; }

/* ============= ONBOARDING ============= */
.step-screen { padding: 56px 22px 30px; min-height: 100vh; min-height: 100dvh; }
.top-bar-step { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.back-link { font-size: 13px; color: #2d5f4e; font-weight: 500; cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; }
.step-progress { font-size: 11px; color: #8a8178; letter-spacing: 1px; text-transform: uppercase; }
.progress-bar { display: flex; gap: 4px; margin-bottom: 22px; }
.progress-bar .seg { flex: 1; height: 3px; background: #e0dbd1; border-radius: 2px; }
.progress-bar .seg.on { background: #2d5f4e; }
.step-heading { font-size: 24px; font-weight: 400; color: #2d5f4e; letter-spacing: -0.4px; margin-bottom: 6px; line-height: 1.2; }
.step-sub { font-size: 13px; color: #6b6258; line-height: 1.5; margin-bottom: 22px; }

.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.radio-tile { padding: 14px; border: 1.5px solid #d4cec2; border-radius: 12px; background: #fff; cursor: pointer; text-align: center; font-size: 13px; }
.radio-tile.on { border-color: #2d5f4e; background: #edf2ee; color: #2d5f4e; font-weight: 500; }
.radio-tile .ic { font-size: 26px; display: block; margin-bottom: 4px; }
.radio-tile.row { display: flex; gap: 12px; align-items: center; text-align: left; }
.radio-tile.row .ic { font-size: 22px; margin: 0; }
.radio-tile.row .body { flex: 1; }
.radio-tile.row .body small { font-size: 11px; opacity: 0.7; display: block; margin-top: 2px; }

.chip-grid { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.chip { padding: 9px 14px; border: 1px solid #d4cec2; border-radius: 100px; font-size: 13px; color: #1a1d1f; background: #faf8f4; cursor: pointer; user-select: none; }
.chip.on { background: #2d5f4e; color: #fff; border-color: #2d5f4e; }

.upload-box { border: 1.5px dashed #c4834d; border-radius: 14px; padding: 24px 16px; text-align: center; background: #faf4ec; margin-bottom: 14px; cursor: pointer; }
.upload-box .ic { font-size: 32px; margin-bottom: 6px; }
.upload-box p { font-size: 13px; color: #6b6258; margin-bottom: 4px; }
.upload-box .small { font-size: 11px; color: #8a8178; }
.file-chip { display: flex; align-items: center; gap: 8px; background: #edf2ee; padding: 10px 14px; border-radius: 10px; font-size: 12px; color: #2d5f4e; margin-bottom: 6px; }

.consent-list { background: #fff; border: 1px solid #e8e3d8; border-radius: 12px; }
.consent-row { display: flex; gap: 12px; padding: 14px; border-bottom: 1px solid #f0ece3; cursor: pointer; align-items: flex-start; }
.consent-row:last-child { border-bottom: none; }
.consent-check { width: 20px; height: 20px; border: 2px solid #d4cec2; border-radius: 5px; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; background: #fff; }
.consent-row.on .consent-check { background: #2d5f4e; border-color: #2d5f4e; }
.consent-text { font-size: 13px; color: #1a1d1f; }
.consent-sub { font-size: 11px; color: #8a8178; margin-top: 3px; line-height: 1.4; }

.loader-ring { width: 56px; height: 56px; border: 3px solid #e8ddc9; border-top-color: #2d5f4e; border-radius: 50%; animation: spin 1s linear infinite; margin: 30px auto 18px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============= HOME ============= */
.home { padding: 18px 18px 100px; }
.home-top { display: flex; justify-content: space-between; align-items: center; padding: 0 4px; margin-bottom: 14px; }
.baby-pill { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #c4834d, #d99c66); color:#fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; }
.avatar.lg { width: 50px; height: 50px; font-size: 18px; }
.avatar.blue { background: linear-gradient(135deg, #4a6b8a, #6b8eac); }
.baby-info .n { font-size: 15px; color: #2d5f4e; font-weight: 500; letter-spacing: -0.2px; }
.baby-info .s { font-size: 11px; color: #8a8178; }
.bell { padding: 10px; font-size: 17px; color: #6b6258; cursor: pointer; background: none; border: none; }

.week-progress { padding: 10px 14px; background: #fff; border: 1px solid #e8e3d8; border-radius: 12px; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wp-left { font-size: 11px; color: #6b6258; line-height: 1.3; }
.wp-left b { color: #1a1d1f; font-weight: 600; }
.wp-right { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #8a8178; letter-spacing: 0.5px; font-weight: 500; }
.pbar { width: 80px; height: 5px; background: #e8e3d8; border-radius: 3px; overflow: hidden; }
.pbar .fill { height: 100%; background: #c4834d; border-radius: 3px; }

.hero { background: linear-gradient(135deg, #2d5f4e 0%, #3d7563 100%); color: #fff; border-radius: 18px; padding: 24px; margin-bottom: 14px; position: relative; overflow: hidden; cursor: pointer; }
.hero::after { content:''; position:absolute; top:-50px; right:-50px; width:160px; height:160px; background:rgba(217,156,102,0.15); border-radius:50%; }
.hero-eyebrow { font-size: 11px; color: #d99c66; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 4px; position: relative; z-index: 1; }
.hero-week-num { font-size: 56px; font-weight: 200; line-height: 1; letter-spacing: -2px; margin-bottom: 14px; position: relative; z-index: 1; font-family: Georgia, serif; }
.hero-headline { font-size: 22px; line-height: 1.25; font-weight: 400; letter-spacing: -0.4px; margin-bottom: 12px; position: relative; z-index: 1; }
.hero-summary { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.9); margin-bottom: 18px; position: relative; z-index: 1; }
.hero-cta-row { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.15); position: relative; z-index: 1; }
.hero-cta { font-size: 14px; font-weight: 500; }
.hero-cta-meta { font-size: 11px; opacity: 0.7; }

.caia-strip { background: #fff; border: 1px solid #e8e3d8; border-left: 3px solid #c4834d; border-radius: 0 12px 12px 0; padding: 12px 14px; margin-bottom: 10px; cursor: pointer; }
.caia-strip .tag { font-size: 9px; color: #c4834d; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.caia-strip .head { font-size: 13px; color: #1a1d1f; font-weight: 500; line-height: 1.3; margin-bottom: 2px; }
.caia-strip .sub { font-size: 11.5px; color: #6b6258; line-height: 1.4; }

.parents-card { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 16px; margin-bottom: 14px; cursor: pointer; }
.parents-card .label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.parents-card .l { font-size: 10px; color: #2d5f4e; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; }
.parents-card .arrow { color: #2d5f4e; font-size: 14px; }
.parents-card .head { font-size: 14px; color: #1a1d1f; font-weight: 500; line-height: 1.3; margin-bottom: 4px; letter-spacing: -0.2px; }
.parents-card .sub { font-size: 12px; color: #6b6258; line-height: 1.45; margin-bottom: 10px; }
.parents-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.parents-tab { padding: 6px 11px; font-size: 11px; color: #6b6258; border: 1px solid #d4cec2; border-radius: 100px; background: #faf8f4; }
.parents-tab.viewer { background: #2d5f4e; color: #fff; border-color: #2d5f4e; font-weight: 600; }

.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.proof-tile { background: #fff; border: 1px solid #e8e3d8; border-radius: 12px; padding: 12px 10px; text-align: center; cursor: pointer; }
.proof-tile .ic { font-size: 18px; margin-bottom: 4px; }
.proof-tile .v { font-size: 15px; font-weight: 500; color: #2d5f4e; letter-spacing: -0.3px; line-height: 1.1; }
.proof-tile .v small { font-size: 10px; font-weight: 400; }
.proof-tile .l { font-size: 10px; color: #8a8178; margin-top: 3px; }

.up-next { background: #faf6ee; border-left: 3px solid #c4834d; border-radius: 0 12px 12px 0; padding: 12px 14px; margin-bottom: 14px; }
.up-next .tag { font-size: 9px; color: #c4834d; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; margin-bottom: 4px; }
.up-next .ms { font-size: 13px; line-height: 1.5; color: #3a3530; }
.up-next .ms b { color: #1a1d1f; font-weight: 500; }

/* MIC */
.mic-dock { position: fixed; left: 18px; right: 18px; bottom: 84px; max-width: 484px; margin: 0 auto; background: #1a1d1f; border-radius: 100px; padding: 8px 8px 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; box-shadow: 0 8px 30px rgba(26,29,31,0.25); z-index: 50; transition: transform .25s, opacity .2s; }
.mic-dock.hidden { transform: translateY(140%); opacity: 0; pointer-events: none; }
.mic-dock span { font-size: 13px; color: rgba(232,221,201,0.7); flex: 1; cursor: pointer; }
.mic-dock .x-close { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.08); color: rgba(232,221,201,0.6); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; cursor: pointer; }
.mic-btn { width: 36px; height: 36px; border-radius: 50%; background: #d99c66; color: #1a1d1f; display:flex; align-items:center; justify-content:center; font-size: 15px; flex-shrink: 0; cursor: pointer; border: none; }
.mic-fab { position: fixed; right: 18px; bottom: 86px; width: 50px; height: 50px; border-radius: 50%; background: #d99c66; color: #1a1d1f; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 6px 20px rgba(217,156,102,0.35); cursor: pointer; opacity: 0; transition: opacity .25s; pointer-events: none; z-index: 49; border: none; }
.mic-fab.visible { opacity: 1; pointer-events: auto; }
.mic-btn.recording { background: #b24d2d; color: #fff; animation: pulse 1.2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }

/* TABS */
.tabs { position: fixed; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(20px); border-top: 1px solid #f0ece3; display: flex; padding: 8px 0 calc(8px + env(safe-area-inset-bottom)); z-index: 100; }
.tab { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 10px; color: #8a8178; cursor: pointer; border: none; background: none; font-family: inherit; padding: 6px; }
.tab .ic { font-size: 20px; }
.tab.active { color: #2d5f4e; font-weight: 600; }

/* CAPTURE */
.capture-intro { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 16px; margin-bottom: 14px; }
.capture-intro h3 { font-size: 14px; color: #1a1d1f; font-weight: 600; margin-bottom: 6px; }
.capture-intro p { font-size: 12.5px; color: #6b6258; line-height: 1.55; margin-bottom: 10px; }
.capture-intro .examples { font-size: 11px; color: #8a8178; line-height: 1.5; padding-top: 10px; border-top: 1px solid #f0ece3; }
.capture-intro .examples b { color: #c4834d; font-weight: 600; }

.log-input-card { background: #fff; border: 1px solid #e8e3d8; border-radius: 16px; padding: 16px; margin-bottom: 14px; }
.log-mode-row { display: flex; gap: 6px; margin-bottom: 12px; }
.mode-btn { flex: 1; padding: 9px; border: 1px solid #d4cec2; border-radius: 8px; background: #faf8f4; font-size: 12px; cursor: pointer; font-family: inherit; color: #1a1d1f; }
.mode-btn.on { background: #2d5f4e; color: #fff; border-color: #2d5f4e; }
.log-textarea { width: 100%; min-height: 90px; padding: 12px; border: 1px solid #d4cec2; border-radius: 10px; resize: none; font-size: 14px; line-height: 1.5; font-family: inherit; outline: none; background: #faf8f4; margin-bottom: 10px; }
.quick-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 14px; }
.qt { background: #fff; border: 1px solid #e8e3d8; border-radius: 10px; padding: 12px 4px; text-align: center; cursor: pointer; }
.qt .ic { font-size: 22px; }
.qt .l { font-size: 10px; color: #1a1d1f; margin-top: 4px; font-weight: 600; }

.timeline-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e8e3d8; font-size: 13px; }
.timeline-item:last-child { border-bottom: none; }
.timeline-time { color: #8a8178; font-size: 11px; min-width: 60px; padding-top: 2px; }
.timeline-text { color: #1a1d1f; line-height: 1.4; flex: 1; font-weight: 500; }
.timeline-text .meta { font-size: 11px; color: #8a8178; margin-top: 2px; font-weight: 400; }

/* Review-and-save card after classify */
.review-card { background: #fff; border: 2px solid #c4834d; border-radius: 14px; padding: 14px; margin-bottom: 10px; animation: slidein .25s ease-out; }
@keyframes slidein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.review-card .tag { font-size: 9px; color: #c4834d; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.review-card .summary { font-size: 13.5px; color: #1a1d1f; line-height: 1.45; margin-bottom: 10px; font-weight: 500; }
.review-card .data { font-size: 11px; color: #8a8178; font-family: ui-monospace, 'SF Mono', monospace; margin-bottom: 12px; padding: 8px; background: #faf8f4; border-radius: 6px; }
.review-actions { display: flex; gap: 6px; }
.review-actions button { flex: 1; padding: 10px; font-size: 12px; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 600; border: none; }
.review-actions .save { background: #2d5f4e; color: #fff; }
.review-actions .skip { background: transparent; color: #6b6258; border: 1px solid #d4cec2; }

/* CHAT */
.chat-disclaimer { background: #faf8f4; border: 1px solid #e8e3d8; border-radius: 10px; padding: 11px 14px; margin-bottom: 14px; font-size: 11px; color: #6b6258; line-height: 1.45; }
.chat-disclaimer b { color: #1a1d1f; font-weight: 600; }
.chat-sources-line { font-size: 11px; color: #8a8178; margin-bottom: 14px; padding: 0 4px; }
.chat-sources-line b { color: #1a1d1f; font-weight: 600; }
.suggested-row { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 14px; scrollbar-width: none; }
.suggested-row::-webkit-scrollbar { display: none; }
.suggestion { flex-shrink: 0; padding: 8px 12px; background: #fff; border: 1px solid #e8e3d8; border-radius: 18px; font-size: 12px; color: #1a1d1f; white-space: nowrap; cursor: pointer; }
.msg { padding: 12px 14px; border-radius: 14px; margin-bottom: 8px; font-size: 13.5px; line-height: 1.55; max-width: 86%; }
.msg.user { background: #2d5f4e; color: #fff; margin-left: auto; border-bottom-right-radius: 4px; }
.msg.bot { background: #fff; border: 1px solid #e8e3d8; color: #1a1d1f; border-bottom-left-radius: 4px; }
.msg.bot small { display: block; margin-top: 8px; font-size: 10px; color: #8a8178; }
.chat-input-row { position: fixed; left: 18px; right: 18px; bottom: 84px; max-width: 484px; margin: 0 auto; display: flex; gap: 8px; z-index: 50; }
.chat-input-row input { flex: 1; padding: 12px 14px; border: 1px solid #d4cec2; border-radius: 100px; font-size: 14px; background: #fff; font-family: inherit; outline: none; }
.chat-send { width: 44px; height: 44px; border-radius: 50%; background: #2d5f4e; color: #fff; border: none; cursor: pointer; font-size: 16px; }

/* PROGRESS */
.progress-tabs { display: flex; gap: 4px; background: #fff; border: 1px solid #e8e3d8; border-radius: 12px; padding: 4px; margin-bottom: 16px; }
.ptab { flex: 1; padding: 10px; text-align: center; font-size: 12px; color: #6b6258; border-radius: 8px; cursor: pointer; font-weight: 500; border: none; background: none; font-family: inherit; }
.ptab.on { background: #2d5f4e; color: #fff; }
.arc-now { background: linear-gradient(135deg, #2d5f4e 0%, #3d7563 100%); color: #fff; border-radius: 14px; padding: 16px; margin-bottom: 14px; position: relative; overflow: hidden; }
.arc-now::after { content:''; position:absolute; top:-30px; right:-30px; width:120px; height:120px; background:rgba(217,156,102,0.15); border-radius:50%; }
.arc-now-lab { font-size: 10px; color: #d99c66; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; position: relative; z-index: 1; }
.arc-now-name { font-size: 22px; font-weight: 400; letter-spacing: -0.4px; margin-bottom: 6px; position: relative; z-index: 1; }
.arc-now-desc { font-size: 12.5px; line-height: 1.55; opacity: 0.92; position: relative; z-index: 1; }
.arc-rail { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 16px; margin-bottom: 14px; }
.arc-rail svg { width: 100%; height: auto; display: block; }
.phase { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 14px; margin-bottom: 8px; cursor: pointer; }
.phase.current { border-color: #2d5f4e; background: #edf2ee; }
.phase-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.phase-name { font-size: 14px; font-weight: 500; color: #1a1d1f; letter-spacing: -0.2px; }
.phase-weeks { font-size: 11px; color: #8a8178; }
.phase-desc { font-size: 12px; color: #6b6258; line-height: 1.45; }

/* PROFILE */
.me-header { display: flex; align-items: center; gap: 14px; padding: 16px; background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; margin-bottom: 14px; }
.me-info .n { font-size: 15px; font-weight: 500; color: #1a1d1f; }
.me-info .s { font-size: 12px; color: #6b6258; margin-top: 2px; }
.setting-group { background: #fff; border-radius: 12px; border: 1px solid #e8e3d8; margin-bottom: 14px; overflow: hidden; }
.setting-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-bottom: 1px solid #f0ece3; cursor: pointer; }
.setting-row:last-child { border-bottom: none; }
.s-left { display: flex; align-items: center; gap: 12px; }
.s-ic { font-size: 18px; width: 28px; text-align: center; }
.s-label { font-size: 14px; color: #1a1d1f; }
.s-sub { font-size: 11px; color: #8a8178; margin-top: 1px; }
.s-right { color: #8a8178; font-size: 13px; }
.toggle { width: 42px; height: 24px; background: #d4cec2; border-radius: 12px; position: relative; cursor: pointer; }
.toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: left .2s; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.toggle.on { background: #2d5f4e; }
.toggle.on::after { left: 20px; }

/* PARENTS view */
.parents-page { padding: 18px 20px 100px; }
.parents-intro { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 18px; margin-bottom: 14px; }
.parents-intro h3 { font-size: 11px; color: #c4834d; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
.parents-intro h2 { font-size: 22px; font-weight: 400; color: #2d5f4e; letter-spacing: -0.4px; line-height: 1.2; margin-bottom: 10px; }
.parents-intro p { font-size: 14px; line-height: 1.6; color: #3a3530; }
.audience-tabs { display: flex; gap: 4px; background: #fff; border: 1px solid #e8e3d8; border-radius: 12px; padding: 4px; margin-bottom: 14px; }
.audience-tab { flex: 1; padding: 10px; text-align: center; font-size: 12px; color: #6b6258; border-radius: 8px; cursor: pointer; font-weight: 500; border: none; background: none; font-family: inherit; }
.audience-tab.on { background: #2d5f4e; color: #fff; }
.audience-content { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 18px; }
.audience-content h4 { font-size: 16px; font-weight: 500; color: #1a1d1f; letter-spacing: -0.2px; margin-bottom: 8px; }
.audience-content p { font-size: 13.5px; line-height: 1.6; color: #3a3530; margin-bottom: 12px; }
.audience-content ul { padding-left: 20px; font-size: 13.5px; line-height: 1.7; color: #3a3530; margin-bottom: 12px; }

/* WEEKLY full read */
.weekly-page { padding: 18px 20px 100px; }
.weekly-back { font-size: 13px; color: #2d5f4e; font-weight: 500; cursor: pointer; background: none; border: none; padding: 6px 0; margin-bottom: 14px; font-family: inherit; }
.weekly-eyebrow { font-size: 11px; color: #c4834d; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.weekly-h1 { font-size: 28px; font-weight: 400; color: #2d5f4e; letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 12px; font-family: Georgia, serif; }
.depth-pills { display: inline-flex; gap: 4px; background: #fff; border: 1px solid #e8e3d8; padding: 3px; border-radius: 10px; margin-bottom: 18px; }
.depth-pill { padding: 6px 12px; font-size: 12px; border-radius: 7px; cursor: pointer; color: #6b6258; }
.depth-pill.on { background: #2d5f4e; color: #fff; font-weight: 600; }
.weekly-section { background: #fff; border: 1px solid #e8e3d8; border-radius: 14px; padding: 18px; margin-bottom: 12px; }
.weekly-section h4 { font-size: 15px; font-weight: 500; color: #2d5f4e; margin-bottom: 8px; }
.weekly-section p { font-size: 14px; line-height: 1.65; color: #3a3530; margin-bottom: 10px; }
.weekly-section ul { padding-left: 20px; font-size: 14px; line-height: 1.7; color: #3a3530; }
.weekly-source { font-size: 10px; color: #8a8178; margin-top: 10px; font-style: italic; }

/* TOAST */
.toast { position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(20px); background: #1a1d1f; color: #fff; padding: 11px 18px; border-radius: 22px; font-size: 12px; opacity: 0; transition: all .3s; z-index: 500; pointer-events: none; max-width: 90%; text-align: center; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* utility */
.center { text-align: center; }
.muted { color: #8a8178; font-size: 12px; }
.error { color: #b24d2d; font-size: 13px; padding: 10px 14px; background: #fce4dc; border-radius: 8px; margin-bottom: 12px; }
