:root {
    --dd-bg: #000;
    --dd-surface: #141414;
    --dd-surface-2: #1b1b1b;
    --dd-border: #353535;
    --dd-text: #f5f5f5;
    --dd-muted: #a8a8a8;
    --dd-accent: #d2d2d2;
    --dd-success: #48c78e;
    --dd-focus: #ffd66b;
}

html, body { background: #000 !important; }
body.rock-blank > form > main.container-fluid { padding-right: 0; padding-left: 0; }
.dd-app, .dd-app * { box-sizing: border-box; }
.dd-app {
    width: min(100%, 1040px);
    min-height: 100vh;
    margin: 0 auto;
    color: var(--dd-text);
    background: var(--dd-bg);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: dark;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.dd-app a { color: inherit; text-decoration: none; }
.dd-app .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.dd-app button, .dd-app a { -webkit-tap-highlight-color: transparent; }
.dd-app a:focus-visible, .dd-app button:focus-visible, .dd-app select:focus-visible { outline: 3px solid var(--dd-focus); outline-offset: 3px; }

.dd-topbar, .dd-reader-topbar {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 12px;
    padding: 20px 18px 16px;
}
.dd-topbar h1 { margin: 0; overflow: hidden; font-size: clamp(1.05rem, 4.4vw, 1.6rem); font-weight: 750; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.dd-icon-button {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    background: linear-gradient(145deg, #262626, #151515);
    font-size: 2.65rem;
    line-height: 1;
}
.dd-icon-placeholder { visibility: hidden; }

.dd-library { padding-bottom: max(2rem, env(safe-area-inset-bottom)); }
.dd-library-header { padding: clamp(2.25rem, 7vw, 4.5rem) 18px 1.5rem; }
.dd-library-header h1 { margin: 0; font-size: clamp(2.15rem, 8vw, 3.6rem); line-height: 1.05; letter-spacing: -.025em; }
.dd-library-header p { max-width: 620px; margin: .7rem 0 0; color: var(--dd-muted); font-size: 1rem; line-height: 1.5; }
.dd-library-tabs { display: flex; gap: 8px; padding: 0 18px 1.25rem; overflow-x: auto; }
.dd-library-tabs button { min-height: 44px; padding: 9px 16px; border: 1px solid var(--dd-border); border-radius: 999px; background: var(--dd-surface); color: var(--dd-text); font-weight: 800; white-space: nowrap; }
.dd-library-tabs button.is-active { border-color: var(--dd-text); background: var(--dd-text); color: #000; }
.dd-plan-library { padding: 0 18px 2rem; }
.dd-plan-list { display: flex; max-width: 900px; flex-direction: column; gap: .65rem; }
.dd-plan-card { position: relative; min-height: 150px; border: 1px solid transparent; border-radius: 16px; }
.dd-plan-card:hover { border-color: var(--dd-border); background: var(--dd-surface); }
.dd-plan-card-link { display: grid; grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) 30px; min-height: 150px; align-items: center; gap: 1.25rem; padding: .75rem 7.5rem .75rem .75rem; }
.dd-plan-cover { display: block; overflow: hidden; border: 1px solid var(--dd-border); border-radius: 12px; background: #0c0c0c; aspect-ratio: 16 / 9; }
.dd-plan-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dd-plan-card-body { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.dd-plan-card-body > strong { display: block; font-size: clamp(1.2rem, 3.8vw, 1.55rem); line-height: 1.25; }
.dd-plan-status { display: inline-block; padding: .35rem .6rem; border-radius: 999px; background: #292929; color: var(--dd-muted); font-size: .72rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.dd-plan-status.is-current { background: var(--dd-text); color: #000; }
.dd-plan-subtitle { display: -webkit-box; max-width: 560px; margin-top: .45rem; overflow: hidden; color: var(--dd-muted); line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dd-plan-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem .75rem; margin-top: .75rem; color: var(--dd-muted); font-size: .82rem; }
.dd-plan-chevron { color: var(--dd-muted); font-size: 2.4rem; line-height: 1; }
.dd-plan-save { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; min-height: 40px; padding: 8px 12px; border: 1px solid var(--dd-border); border-radius: 999px; background: #292929; color: var(--dd-text); font-size: .76rem; font-weight: 800; }
.dd-plan-save[aria-pressed="true"] { background: transparent; color: var(--dd-muted); }
.dd-explore-discovery { max-width: 900px; margin-bottom: 1.5rem; }
.dd-feature-carousel { overflow: hidden; }
.dd-feature-viewport { overflow: hidden; border: 1px solid var(--dd-border); border-radius: 18px; background: var(--dd-surface); }
.dd-feature-track { display: flex; will-change: transform; transition: transform .45s ease; }
.dd-feature-slide { flex: 0 0 100%; min-width: 0; }
.dd-feature-slide > a { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, .75fr); }
.dd-explore-feature-cover { display: block; aspect-ratio: 16 / 9; }
.dd-explore-feature-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dd-explore-feature-copy { display: flex; min-width: 0; padding: clamp(1.25rem, 3vw, 2.25rem); justify-content: center; flex-direction: column; }
.dd-explore-feature-copy > span { color: var(--dd-muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dd-explore-feature-copy strong { margin-top: .55rem; font-size: clamp(1.25rem, 3.2vw, 2rem); line-height: 1.18; }
.dd-explore-feature-copy small { display: -webkit-box; margin-top: .65rem; overflow: hidden; color: var(--dd-muted); font-size: .9rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dd-feature-controls { display: flex; min-height: 48px; align-items: center; justify-content: flex-end; gap: .55rem; padding: .55rem .15rem 0; }
.dd-feature-controls button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--dd-border); border-radius: 50%; background: var(--dd-surface); color: var(--dd-text); font-size: 1.75rem; line-height: 1; }
.dd-feature-count { min-width: 42px; color: var(--dd-muted); font-size: .75rem; text-align: center; }
.dd-feature-timer { display: block; width: 32px; height: 32px; transform: rotate(-90deg); }
.dd-feature-timer svg { display: block; width: 100%; height: 100%; }
.dd-feature-timer circle { fill: none; stroke-width: 3; }
.dd-feature-timer-track { stroke: #303030; }
.dd-feature-timer-progress { stroke: var(--dd-text); stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--dd-feature-progress)); stroke-linecap: round; }
.dd-topic-section { margin-top: 1.55rem; }
.dd-explore-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; max-width: 900px; margin-bottom: .8rem; }
.dd-explore-section-heading h2 { margin: 0; font-size: clamp(1.15rem, 3.6vw, 1.5rem); }
.dd-explore-section-heading span { color: var(--dd-muted); font-size: .8rem; }
.dd-topic-carousel { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.dd-topic-carousel::-webkit-scrollbar { display: none; }
.dd-topic-pages { display: flex; }
.dd-topic-page { display: grid; flex: 0 0 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; scroll-snap-align: start; }
.dd-topic-tile { min-height: 76px; padding: 1rem; border: 0; border-radius: 14px; color: #fff; font-size: .95rem; font-weight: 850; text-align: left; }
.dd-topic-tile.is-active { outline: 3px solid var(--dd-text); outline-offset: -3px; }
.dd-topic-tile-1 { background: #9f2858; }
.dd-topic-tile-2 { background: #d83b27; }
.dd-topic-tile-3 { background: #60456b; }
.dd-topic-tile-4 { background: #246fc5; }
.dd-topic-tile-5 { background: #087d84; }
.dd-topic-tile-6 { background: #355f8d; }
.dd-topic-pagination { display: flex; justify-content: center; gap: 6px; padding-top: .75rem; }
.dd-topic-pagination span { width: 7px; height: 7px; border-radius: 50%; background: #444; }
.dd-topic-pagination span.is-active { width: 20px; border-radius: 999px; background: var(--dd-text); }
.dd-series-section, .dd-optional-studies { max-width: 900px; margin-top: 1.65rem; }
.dd-series-grid { display: flex; gap: .85rem; overflow-x: auto; padding: 2px 2px .65rem; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.dd-series-grid::-webkit-scrollbar { display: none; }
.dd-series-card { flex: 0 0 min(420px, 74vw); padding: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--dd-border); border-radius: 16px; background: var(--dd-surface); color: var(--dd-text); text-align: left; }
.dd-series-card.is-active { outline: 3px solid var(--dd-text); outline-offset: -3px; }
.dd-series-cover { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #0c0c0c; }
.dd-series-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dd-series-copy { display: flex; padding: .9rem 1rem 1rem; flex-direction: column; }
.dd-series-copy strong { font-size: 1.08rem; line-height: 1.25; }
.dd-series-copy small { margin-top: .3rem; color: var(--dd-muted); font-size: .8rem; }
.dd-explore-results { max-width: 900px; margin-top: 1.4rem; scroll-margin-top: 1rem; }
.dd-explore-results-heading { margin-top: .25rem; }
.dd-category-clear { min-height: 34px; margin-left: .4rem; padding: 4px 9px; border: 1px solid var(--dd-border); border-radius: 999px; background: transparent; color: var(--dd-text); font-size: .75rem; font-weight: 800; }
.dd-library-empty { margin: 1rem 18px; padding: 3rem 1.5rem; border: 1px solid var(--dd-border); border-radius: 16px; background: var(--dd-surface); text-align: center; }
.dd-library-empty h2 { margin-top: 0; }
.dd-library-empty p { margin-bottom: 0; color: var(--dd-muted); line-height: 1.6; }

.dd-hero { margin: 14px 18px 20px; overflow: hidden; border: 1px solid #393939; border-radius: 16px; box-shadow: 0 24px 50px rgba(0, 0, 0, .28); aspect-ratio: 16 / 9; }
.dd-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }

.dd-day-rail { overflow: hidden; }
.dd-day-rail-track { display: flex; gap: 10px; overflow-x: auto; padding: 8px 18px 14px; scroll-snap-type: x proximity; scrollbar-width: none; }
.dd-day-rail-track::-webkit-scrollbar { display: none; }
.dd-day-chip {
    position: relative;
    display: grid;
    flex: 0 0 92px;
    min-height: 94px;
    padding: 13px 10px 10px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--dd-surface);
    color: var(--dd-muted);
    scroll-snap-align: center;
}
.dd-day-chip.is-selected { border: 2px solid var(--dd-text); background: #0c0c0c; }
.dd-day-chip.is-locked { opacity: .58; }
.dd-day-number { color: var(--dd-text); font-size: 1.3rem; font-weight: 800; }
.dd-day-date { font-size: .82rem; }
.dd-day-status { position: absolute; top: 9px; right: 10px; width: 16px; height: 9px; transform: rotate(-45deg); border-bottom: 3px solid transparent; border-left: 3px solid transparent; }
.dd-day-chip.is-complete .dd-day-status { border-color: var(--dd-success); }
.dd-day-chip.is-locked .dd-day-status { width: 13px; height: 12px; transform: none; border: 2px solid var(--dd-muted); border-radius: 3px; }
.dd-day-chip.is-locked .dd-day-status::before { content: ""; position: absolute; left: 2px; top: -8px; width: 5px; height: 7px; border: 2px solid var(--dd-muted); border-bottom: 0; border-radius: 5px 5px 0 0; }

.dd-day-outline { min-height: 270px; padding: 30px 18px 150px; }
.dd-day-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.dd-day-heading-row h2 { margin: 0; font-size: clamp(1.35rem, 5vw, 1.9rem); }
.dd-missed-count { flex: none; padding: 7px 12px; border: 1px solid var(--dd-border); border-radius: 999px; color: var(--dd-muted); font-size: .8rem; font-weight: 700; }
.is-hidden { display: none !important; }
.dd-step-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 32px; min-height: 76px; align-items: center; gap: 10px; border-radius: 10px; font-size: clamp(1.05rem, 4.5vw, 1.35rem); }
.dd-step-row:hover { background: rgba(255, 255, 255, .035); }
.dd-step-check { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid #dce8ef; border-radius: 50%; }
.dd-step-row.is-complete .dd-step-check { border-color: var(--dd-success); background: var(--dd-success); }
.dd-step-row.is-complete .dd-step-check::after { content: ""; width: 15px; height: 8px; transform: rotate(-45deg); border-bottom: 3px solid #06110b; border-left: 3px solid #06110b; }
.dd-chevron { font-size: 2.5rem; text-align: right; }
.dd-locked-message { display: flex; align-items: center; gap: 16px; padding: 22px; border: 1px solid var(--dd-border); border-radius: 14px; background: var(--dd-surface); color: var(--dd-muted); }
.dd-locked-message p { margin: 0; line-height: 1.6; }
.dd-lock { font-size: 1.7rem; }

.dd-sticky-cta { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; padding: 18px max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); background: linear-gradient(180deg, transparent, var(--dd-bg) 28%); }
.dd-primary-button, .dd-secondary-button { display: grid; width: min(100%, 1004px); min-height: 58px; margin: 0 auto; padding: 13px 24px; place-items: center; border: 0; border-radius: 999px; background: var(--dd-text); color: #000 !important; font-size: 1.05rem; font-weight: 800; text-align: center; }
.dd-primary-button.is-disabled { cursor: default; opacity: .5; }
.dd-secondary-button { min-height: 52px; border: 1px solid var(--dd-accent); background: transparent; color: var(--dd-text) !important; }

.dd-signin-prompt { margin: 0 18px 130px; padding: 18px; border: 1px solid var(--dd-border); border-radius: 14px; background: var(--dd-surface); }
.dd-signin-prompt p { margin: 0 0 14px; color: var(--dd-muted); line-height: 1.5; }
.dd-signin-prompt p strong { color: var(--dd-text); }
.dd-signin-prompt a, .dd-signin-prompt button { min-height: 44px; padding: 10px 14px; border: 0; border-radius: 8px; font-weight: 750; }
.dd-signin-prompt a { display: inline-grid; place-items: center; margin-right: 8px; background: var(--dd-accent); color: #000; }
.dd-signin-prompt button { background: transparent; color: var(--dd-muted); }

.dd-reader-topbar { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.dd-reader-topbar > div { min-width: 0; text-align: center; }
.dd-reader-topbar > div > span { display: block; color: var(--dd-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.dd-reader-topbar strong { display: block; overflow: hidden; margin-top: 2px; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.dd-scripture-toolbar { display: flex; min-width: 0; max-width: 100%; align-items: stretch; justify-self: start; overflow: hidden; border: 1px solid #353535; border-radius: 999px; background: #242424; text-align: left !important; }
.dd-reader-topbar .dd-scripture-toolbar > .dd-chapter-label { display: flex; min-width: 0; align-items: center; padding: 0 14px; overflow: hidden; color: var(--dd-text); font-size: .96rem; font-weight: 750; letter-spacing: 0; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.dd-translation-label { position: relative; display: flex; align-items: center; border-left: 1px solid #444; }
.dd-translation-label::after { content: ""; position: absolute; right: 11px; width: 7px; height: 7px; transform: rotate(45deg) translateY(-2px); border-right: 2px solid var(--dd-muted); border-bottom: 2px solid var(--dd-muted); pointer-events: none; }
.dd-translation-label select { min-width: 72px; min-height: 44px; padding: 0 30px 0 13px; border: 0; background: transparent; color: var(--dd-text); font: inherit; font-size: .92rem; font-weight: 800; appearance: none; -webkit-appearance: none; }
.dd-translation-label select option { background: #242424; color: var(--dd-text); }
.dd-reading-column { width: min(calc(100% - 36px), 760px); margin: 0 auto; padding: 52px 0 64px; }
.dd-reading-column h1 { margin: 0 0 36px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 9vw, 4rem); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; }
.dd-eyebrow { margin: 0 0 14px; color: var(--dd-accent); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dd-bible-passage + .dd-bible-passage { margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--dd-border); }
.dd-bible-passage > h2 { margin: 0 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 7vw, 2.8rem); font-weight: 500; line-height: 1.12; }
.dd-copy { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 5vw, 1.62rem); line-height: 1.78; }
.dd-copy p { margin: 0 0 1.45em; }
.dd-copy h2, .dd-copy h3 { margin: 1.6em 0 .6em; line-height: 1.2; }
.dd-copy hr { margin: 2rem 0; border: 0; border-top: 1px solid var(--dd-border); }
.dd-audio-cue-fragment { border-radius: .18em; transition: background-color .16s ease, box-shadow .16s ease; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.dd-audio-cue-fragment.is-audio-current { border-bottom: 2px solid var(--dd-focus); background: rgba(255, 214, 107, .16); box-shadow: 0 0 0 .12em rgba(255, 214, 107, .16); }
.dd-weekly-content { margin-top: 4rem; padding-top: 2.25rem; border-top: 1px solid var(--dd-border); }
.dd-weekly-heading, .dd-weekly-scripture-label { margin: 0 0 1rem; color: var(--dd-accent); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.dd-weekly-copy { font-size: clamp(1.12rem, 4.5vw, 1.42rem); line-height: 1.72; }
.dd-weekly-memory { display: grid; gap: .3rem; margin-top: 1.75rem; padding: 1rem 1.1rem; border: 1px solid var(--dd-border); border-radius: 14px; background: var(--dd-surface); }
.dd-weekly-memory strong { color: var(--dd-accent); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.dd-weekly-memory span { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.5; }
.dd-bible-passage.is-weekly-memory { border-top-color: var(--dd-accent); }
.dd-bible-copy .dd-copy sup { color: var(--dd-accent); font-family: Inter, sans-serif; font-size: .58em; font-weight: 800; }
.dd-attribution { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--dd-border); color: var(--dd-muted); font-family: Georgia, "Times New Roman", serif; font-size: .82rem; line-height: 1.55; text-align: center; }
.dd-full-chapter-button { display: grid; width: min(100%, 680px); min-height: 54px; margin: 30px auto 0; padding: 12px 22px; place-items: center; border-radius: 999px; background: #3f3f3f; color: var(--dd-text) !important; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .98rem; font-weight: 800; text-align: center; }
.dd-full-chapter-button:hover { background: #4b4b4b; }
.dd-completion-footer { display: grid; grid-template-columns: minmax(0, 1fr) 56px; align-items: center; gap: 16px; width: min(100%, 1040px); min-height: 140px; margin: 0 auto; padding: 24px 18px; border-top: 1px solid var(--dd-border); background: #0b0b0b; }
.dd-completion-footer > div { text-align: center; }
.dd-completion-footer strong, .dd-completion-footer span { display: block; }
.dd-completion-footer strong { margin-bottom: 8px; font-size: 1.05rem; }
.dd-completion-footer div span { color: var(--dd-muted); }
.dd-completion-control { display: grid; width: 56px; height: 56px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--dd-text); color: #000; font-size: 0; line-height: 1; }
.dd-completion-control > span { display: none; }
.dd-completion-control::before { content: ""; display: block; }
.dd-completion-control[data-complete-step="devotional"]::before { width: 13px; height: 13px; margin-left: -3px; transform: rotate(-45deg); border-right: 3px solid #000; border-bottom: 3px solid #000; }
.dd-completion-control[data-complete-step="scripture"]::before,
.dd-completion-control[data-complete-step="passage"][data-final-passage="true"]::before { width: 17px; height: 9px; margin-top: -3px; transform: rotate(-45deg); border-bottom: 3px solid #000; border-left: 3px solid #000; }
.dd-completion-control[data-complete-step="passage"][data-final-passage="false"]::before { width: 13px; height: 13px; margin-left: -3px; transform: rotate(-45deg); border-right: 3px solid #000; border-bottom: 3px solid #000; }
.dd-completion-control:disabled { opacity: .65; }
.dd-save-status { min-height: 28px; margin: 0; padding: 4px 18px 24px; color: var(--dd-muted); text-align: center; }
.dd-reader-settings-button { font-size: 1rem; font-weight: 850; letter-spacing: -.04em; }
.dd-reader-settings {
    position: fixed;
    z-index: 45;
    top: max(76px, calc(env(safe-area-inset-top) + 62px));
    right: max(12px, env(safe-area-inset-right));
    width: min(calc(100% - 24px), 360px);
    padding: 16px;
    border: 1px solid #414141;
    border-radius: 18px;
    background: rgba(24, 24, 24, .98);
    box-shadow: 0 20px 54px rgba(0, 0, 0, .72);
    color: var(--dd-text);
    backdrop-filter: blur(18px);
}
.dd-reader-settings header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.dd-reader-settings header strong { font-size: 1rem; }
.dd-reader-settings header button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #333; color: var(--dd-text); font-size: 1.6rem; line-height: 1; }
.dd-reader-setting-row { display: grid; gap: 8px; padding: 13px 0; border-top: 1px solid var(--dd-border); }
.dd-reader-setting-row > span { color: var(--dd-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dd-text-size-controls { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 8px; }
.dd-text-size-controls button, .dd-speed-options button { min-height: 44px; border: 1px solid #464646; border-radius: 10px; background: #292929; color: var(--dd-text); font-weight: 800; }
.dd-text-size-controls output { text-align: center; font-size: .9rem; font-weight: 750; }
.dd-speed-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.dd-speed-options button { min-width: 0; padding: 0 4px; font-size: .76rem; }
.dd-speed-options button.is-active { border-color: var(--dd-text); background: var(--dd-text); color: #000; }
.dd-follow-audio-setting > button { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 11px; border: 1px solid #464646; border-radius: 10px; background: #292929; color: var(--dd-text); text-align: left; }
.dd-follow-audio-setting > button strong { flex: none; min-width: 3.5rem; }
.dd-follow-audio-setting > button small { color: var(--dd-muted); line-height: 1.35; text-align: right; }
.dd-follow-audio-setting > button[aria-pressed="true"] { border-color: var(--dd-text); }
.dd-reading[data-reader-text-size="small"] .dd-copy { font-size: clamp(1rem, 4.2vw, 1.18rem); }
.dd-reading[data-reader-text-size="small"] .dd-reading-column h1 { font-size: clamp(1.8rem, 7.5vw, 3.4rem); }
.dd-reading[data-reader-text-size="large"] .dd-copy { font-size: clamp(1.36rem, 5.5vw, 1.8rem); }
.dd-reading[data-reader-text-size="large"] .dd-reading-column h1 { font-size: clamp(2.35rem, 10vw, 4.4rem); }
.dd-reading[data-reader-text-size="xlarge"] .dd-copy { font-size: clamp(1.52rem, 6.2vw, 2rem); }
.dd-reading[data-reader-text-size="xlarge"] .dd-reading-column h1 { font-size: clamp(2.6rem, 11vw, 4.8rem); }
.dd-reading.has-audio .dd-reader-stage { padding-bottom: 96px; }
.dd-audio-player {
    position: fixed;
    z-index: 30;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 50%;
    display: grid;
    width: 76px;
    min-height: 76px;
    padding: 0;
    place-items: center;
    transform: translateX(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .7);
    transition: opacity .16s ease, transform .16s ease;
}
.dd-audio-toggle { position: relative; display: grid; width: 72px; height: 72px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #303030; color: var(--dd-text); }
.dd-audio-toggle svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.dd-audio-ring-track, .dd-audio-ring-progress { fill: none; stroke-width: 3; }
.dd-audio-ring-track { stroke: #555; }
.dd-audio-ring-progress { transform: rotate(-90deg); transform-origin: 50% 50%; stroke: var(--dd-text); stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--dd-audio-progress)); transition: stroke-dashoffset .22s linear; }
.dd-audio-toggle > span { position: relative; z-index: 1; width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid var(--dd-text); }
.dd-audio-toggle.is-playing > span { width: 14px; height: 19px; margin: 0; border: 0; border-right: 4px solid var(--dd-text); border-left: 4px solid var(--dd-text); }
.dd-provider-card { padding: 24px; border: 1px solid var(--dd-border); border-radius: 16px; background: var(--dd-surface); }
.dd-provider-card h2 { margin-top: 0; }
.dd-provider-card p { color: var(--dd-muted); line-height: 1.6; }
.dd-provider-card .dd-small { margin-bottom: 0; font-size: .84rem; }
.dd-empty-state { display: grid; place-items: center; padding: 24px; text-align: center; }
.dd-empty-state > div { max-width: 540px; }
.dd-empty-state h1 { font-size: clamp(2rem, 8vw, 3.5rem); }
.dd-empty-state p { margin-bottom: 30px; color: var(--dd-muted); font-size: 1.1rem; line-height: 1.65; }

@media (min-width: 760px) {
    .dd-app { min-height: calc(100vh - 40px); margin-top: 20px; margin-bottom: 20px; border: 1px solid #2b2b2b; border-radius: 22px; box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
    .dd-hero { margin-right: 40px; margin-left: 40px; }
    .dd-day-rail-track, .dd-day-outline { padding-right: 40px; padding-left: 40px; }
    .dd-day-chip { flex-basis: 110px; }
    .dd-step-row { font-size: 1.22rem; }
    .dd-sticky-cta { right: auto; left: 50%; width: min(100%, 1040px); transform: translateX(-50%); }
    .dd-completion-footer { padding-right: 56px; padding-left: 56px; }
    .dd-library-header, .dd-plan-library { padding-right: 40px; padding-left: 40px; }
}

@media (max-width: 759px) {
    .dd-app { min-height: 100dvh; font-size: 100%; }
    .dd-topbar, .dd-reader-topbar { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: .65rem; padding: 1rem .875rem .875rem; }
    .dd-icon-button { width: 48px; height: 48px; font-size: 2.35rem; }
    .dd-topbar h1 { overflow: visible; font-size: clamp(1.05rem, 4.6vw, 1.18rem); line-height: 1.25; text-overflow: clip; overflow-wrap: anywhere; white-space: normal; }
    .dd-hero { margin: .45rem 1.5rem 1rem; border-radius: 12px; }
    .dd-day-rail-track { gap: .5rem; padding: .35rem .875rem .8rem; }
    .dd-day-chip { flex-basis: 82px; min-height: 76px; padding: .55rem .45rem .45rem; }
    .dd-day-number { font-size: clamp(1.08rem, 4.8vw, 1.2rem); }
    .dd-day-date { font-size: clamp(.72rem, 3.25vw, .8rem); }
    .dd-day-outline { padding: 1.35rem 1.5rem 7.25rem; }
    .dd-day-heading-row { gap: .7rem; margin-bottom: 1.05rem; }
    .dd-day-heading-row h2 { font-size: clamp(1.3rem, 5.75vw, 1.48rem); line-height: 1.2; }
    .dd-missed-count { padding: .42rem .68rem; font-size: clamp(.75rem, 3.3vw, .82rem); }
    .dd-step-row { grid-template-columns: 34px minmax(0, 1fr) 26px; min-height: 64px; gap: .7rem; font-size: clamp(.98rem, 4.35vw, 1.1rem); line-height: 1.32; }
    .dd-step-check { width: 30px; height: 30px; }
    .dd-step-row.is-complete .dd-step-check::after { width: 11px; height: 6px; border-width: 0 0 2px 2px; }
    .dd-chevron { font-size: 2rem; }
    .dd-locked-message { gap: .7rem; padding: 1rem; }
    .dd-locked-message p { overflow-wrap: anywhere; }
    .dd-sticky-cta { padding-right: max(1.5rem, env(safe-area-inset-right)); padding-left: max(1.5rem, env(safe-area-inset-left)); }
    .dd-primary-button, .dd-secondary-button { min-height: 58px; font-size: clamp(.98rem, 4.15vw, 1.04rem); }
    .dd-signin-prompt { font-size: clamp(.95rem, 4.1vw, 1rem); }
    .dd-reader-topbar > div > span { font-size: clamp(.72rem, 3.1vw, .78rem); }
    .dd-reader-topbar strong { margin-top: .2rem; font-size: clamp(1rem, 4.5vw, 1.08rem); }
    .dd-scripture-topbar { grid-template-columns: 48px minmax(0, 1fr) 1px; }
    .dd-scripture-toolbar { max-width: 100%; }
    .dd-reader-topbar .dd-scripture-toolbar > .dd-chapter-label { padding-right: .72rem; padding-left: .72rem; font-size: clamp(.84rem, 3.8vw, .95rem); }
    .dd-translation-label select { min-width: 66px; padding-right: 27px; padding-left: .65rem; font-size: clamp(.82rem, 3.6vw, .92rem); }
    .dd-reading-column { width: min(calc(100% - 2rem), 760px); padding-top: 2.3rem; padding-bottom: 3.25rem; }
    .dd-reading-column h1 { margin-bottom: 1.8rem; font-size: clamp(2rem, 9vw, 2.35rem); line-height: 1.08; }
    .dd-eyebrow { font-size: clamp(.76rem, 3.3vw, .82rem); }
    .dd-bible-passage > h2 { font-size: clamp(1.65rem, 7vw, 1.85rem); }
    .dd-copy { font-size: clamp(1.14rem, 5vw, 1.24rem); line-height: 1.72; }
    .dd-attribution { font-size: clamp(.8rem, 3.5vw, .88rem); line-height: 1.65; }
    .dd-provider-card { font-size: clamp(.95rem, 4.1vw, 1rem); }
    .dd-library-header { padding: 1.5rem 1rem 1rem; }
    .dd-library-header h1 { font-size: clamp(2rem, 9vw, 2.45rem); }
    .dd-library-header p { font-size: .92rem; }
    .dd-library-tabs { padding: 0 1rem 1rem; }
    .dd-plan-library { padding-right: .875rem; padding-left: .875rem; }
    .dd-plan-list { gap: .35rem; }
    .dd-plan-card { min-height: 112px; border-radius: 12px; }
    .dd-plan-card-link { grid-template-columns: minmax(112px, 36%) minmax(0, 1fr) 16px; min-height: 112px; gap: .7rem; padding: .55rem 3.2rem .55rem 0; }
    .dd-plan-cover { border-radius: 9px; }
    .dd-plan-card-body > strong { font-size: clamp(1rem, 4.5vw, 1.15rem); }
    .dd-plan-subtitle { margin-top: .3rem; font-size: clamp(.82rem, 3.6vw, .9rem); -webkit-line-clamp: 1; }
    .dd-plan-meta { gap: .4rem .55rem; margin-top: .55rem; font-size: clamp(.72rem, 3.2vw, .78rem); }
    .dd-plan-status { padding: .28rem .48rem; font-size: .65rem; }
    .dd-plan-chevron { font-size: 1.9rem; }
    .dd-plan-save { top: 50%; right: .2rem; bottom: auto; display: grid; width: 36px; min-height: 36px; padding: 0; place-items: center; transform: translateY(-50%); border-radius: 50%; font-size: 0; }
    .dd-plan-save::after { content: "+"; font-size: 1.3rem; line-height: 1; }
    .dd-plan-save[aria-pressed="true"]::after { content: "\2713"; font-size: 1rem; }
    .dd-plan-save:disabled { display: none; }
    .dd-feature-viewport { border: 0; border-radius: 0; background: transparent; }
    .dd-feature-slide > a { display: block; }
    .dd-explore-feature-cover { overflow: hidden; border: 1px solid var(--dd-border); border-radius: 12px; }
    .dd-explore-feature-copy { padding: .7rem 0 0; }
    .dd-explore-feature-copy > span { font-size: .66rem; }
    .dd-explore-feature-copy strong { margin-top: .3rem; font-size: clamp(1.02rem, 4.5vw, 1.14rem); }
    .dd-explore-feature-copy small { margin-top: .28rem; font-size: .82rem; -webkit-line-clamp: 1; }
    .dd-feature-controls { padding-top: .4rem; }
    .dd-feature-controls button { width: 38px; height: 38px; font-size: 1.55rem; }
    .dd-feature-timer { width: 28px; height: 28px; }
    .dd-topic-section { margin-top: 1.2rem; }
    .dd-topic-page { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
    .dd-topic-tile { min-height: 64px; padding: .85rem; border-radius: 11px; font-size: .86rem; }
    .dd-explore-section-heading { margin-bottom: .65rem; }
    .dd-explore-section-heading h2 { font-size: 1.08rem; }
    .dd-series-section, .dd-optional-studies { margin-top: 1.2rem; }
    .dd-series-card { flex-basis: min(82vw, 340px); border-radius: 12px; }
    .dd-series-copy { padding: .7rem .8rem .8rem; }
    .dd-series-copy strong { font-size: 1rem; }
    .dd-completion-footer { grid-template-columns: minmax(0, 1fr) 56px; min-height: 140px; }
    .dd-completion-footer strong { font-size: clamp(1rem, 4.3vw, 1.06rem); line-height: 1.35; }
    .dd-completion-footer div span { font-size: clamp(.9rem, 3.9vw, .96rem); }
    .dd-completion-control { width: 56px; height: 56px; }
    .dd-save-status { font-size: clamp(.8rem, 3.5vw, .88rem); }
    .dd-reading.has-audio .dd-reader-stage { padding-bottom: 88px; }
    .dd-audio-player { width: 66px; min-height: 66px; }
    .dd-audio-toggle { width: 64px; height: 64px; }
}

@media (max-width: 350px) {
    .dd-topbar, .dd-reader-topbar { grid-template-columns: 46px minmax(0, 1fr) 46px; padding-right: 12px; padding-left: 12px; }
    .dd-icon-button { width: 46px; height: 46px; }
    .dd-hero { margin-right: 16px; margin-left: 16px; border-radius: 12px; }
    .dd-day-rail-track { padding-right: 12px; padding-left: 12px; }
    .dd-day-outline { padding-right: 16px; padding-left: 16px; }
    .dd-day-chip { flex-basis: 74px; min-height: 72px; }
    .dd-day-outline { padding-top: 18px; }
    .dd-day-heading-row { align-items: center; flex-direction: row; gap: 8px; }
    .dd-missed-count { padding: 6px 9px; font-size: 13px; }
    .dd-step-row { min-height: 60px; }
}

@media (max-width: 480px) {
    .dd-topbar, .dd-reader-topbar { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: .55rem; padding: .75rem 1rem .65rem; }
    .dd-icon-button { width: 44px; height: 44px; font-size: 2rem; }
    .dd-reader-settings-button { font-size: .9rem; }
    .dd-topbar h1 { font-size: clamp(.98rem, 4.25vw, 1.1rem); }
    .dd-hero { margin: .35rem clamp(1rem, 5vw, 1.35rem) .8rem; }
    .dd-day-rail-track { gap: .42rem; padding: .3rem 1rem .65rem; }
    .dd-day-chip { flex-basis: clamp(70px, 20vw, 78px); min-height: 70px; padding: .45rem .38rem .38rem; }
    .dd-day-number { font-size: clamp(1rem, 4.4vw, 1.1rem); }
    .dd-day-date { font-size: clamp(.68rem, 3vw, .76rem); }
    .dd-day-outline { min-height: 220px; padding: 1rem clamp(1rem, 5vw, 1.35rem) 6.4rem; }
    .dd-day-heading-row { margin-bottom: .75rem; }
    .dd-day-heading-row h2 { font-size: clamp(1.18rem, 5.2vw, 1.34rem); }
    .dd-missed-count { padding: .34rem .55rem; font-size: clamp(.68rem, 3vw, .76rem); }
    .dd-step-row { grid-template-columns: 31px minmax(0, 1fr) 22px; min-height: 56px; gap: .62rem; font-size: clamp(.92rem, 4vw, 1.02rem); }
    .dd-step-check { width: 28px; height: 28px; }
    .dd-chevron { font-size: 1.75rem; }
    .dd-sticky-cta { padding: 13px max(1.2rem, env(safe-area-inset-right)) max(13px, env(safe-area-inset-bottom)) max(1.2rem, env(safe-area-inset-left)); }
    .dd-primary-button, .dd-secondary-button { min-height: 52px; padding: 11px 20px; font-size: clamp(.9rem, 3.8vw, .98rem); }
    .dd-reading-column { width: min(calc(100% - 2rem), 760px); padding-top: 1.8rem; }
    .dd-reading-column h1 { font-size: clamp(1.78rem, 8vw, 2.08rem); }
    .dd-copy { font-size: clamp(1.04rem, 4.55vw, 1.16rem); line-height: 1.68; }
    .dd-bible-passage > h2 { font-size: clamp(1.42rem, 6.4vw, 1.7rem); }
    .dd-completion-footer { min-height: 118px; padding-top: 18px; padding-bottom: 18px; }
    .dd-reader-settings { top: max(66px, calc(env(safe-area-inset-top) + 54px)); right: max(10px, env(safe-area-inset-right)); width: min(calc(100% - 20px), 350px); padding: 14px; }
}

@media (max-height: 740px) and (max-width: 759px) {
    .dd-topbar { padding-top: .55rem; }
    .dd-hero { margin-top: .2rem; margin-bottom: .55rem; }
    .dd-day-chip { min-height: 64px; }
    .dd-day-outline { padding-top: .75rem; }
    .dd-step-row { min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
    .dd-app *, .dd-app *::before, .dd-app *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
