/* Optional installed fonts only: no font downloads or third-party requests. */
@font-face { font-family: "BC Lora"; src: local("Lora"); font-display: swap; font-weight: 400; }
@font-face { font-family: "BC Inter"; src: local("Inter"); font-display: swap; font-weight: 400; }
@font-face { font-family: "BC Devanagari"; src: local("Noto Sans Devanagari"); font-display: swap; font-weight: 400; }
:root {
  --bc-bg: #f8f6f0;
  --bc-surface: #fffdf8;
  --bc-ink: #30372d;
  --bc-muted: #666c60;
  --bc-accent: #496043;
  --bc-accent-soft: #edf0e5;
  --bc-gold: #796338;
  --bc-border: #dedfd3;
  --bc-gold-line: #d3c7a3;
  --bc-sage-wash: #f1f4e8;
  --bc-radius-lg: 28px;
  --bc-shadow-lift: 0 14px 34px rgb(45 55 34 / 9%);
  --bc-ease: cubic-bezier(.22, .61, .36, 1);
  --bc-heading: "BC Lora", Lora, Georgia, "Times New Roman", serif;
  --bc-body: "BC Inter", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --bc-hindi: "BC Devanagari", "Noto Sans Devanagari", "Nirmala UI", Mangal, sans-serif;
  --bc-radius: 20px;
  --bc-shadow: 0 1px 2px rgb(45 55 34 / 4%), 0 12px 32px rgb(45 55 34 / 5%);
  --bc-width: 1120px;
  --bc-space-1: .5rem;
  --bc-space-2: 1rem;
  --bc-space-3: 1.5rem;
  --bc-space-4: 2rem;
  --bc-space-5: 3rem;
  --bc-nav-base: 5rem;
  --bc-nav-clearance: calc(var(--bc-nav-base) + env(safe-area-inset-bottom, 0px) + 1px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-block: 2rem calc(var(--bc-nav-clearance) + 2rem); }
body.bc-app { margin: 0; padding-block-end: var(--bc-nav-clearance); background-color: var(--bc-bg); background-image: radial-gradient(120% 34rem at 50% -8rem, #fdfcf7 0, rgb(253 252 247 / 0%) 72%); background-repeat: no-repeat; color: var(--bc-ink); font-family: var(--bc-body); font-size: 1rem; line-height: 1.65; overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
.bc-app :where(h1,h2,h3,p,blockquote,ol,ul) { margin: 0; }
.bc-app :where(h1,h2,h3) { font-family: var(--bc-heading); font-weight: 400; line-height: 1.25; text-wrap: balance; }
.bc-app h1 { font-size: clamp(2rem, 4.5vw, 3rem); letter-spacing: -.035em; }
.bc-app h2 { font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.025em; }
.bc-app h3 { font-size: 1.375rem; }
.bc-app a { color: var(--bc-accent); text-underline-offset: .22em; }
.bc-app button, .bc-app input { font: inherit; }
.bc-app button { cursor: pointer; }
.bc-app button:disabled { cursor: default; opacity: 1; }
.bc-app :focus-visible { outline: 3px solid var(--bc-gold); outline-offset: 5px; }
.bc-app [hidden] { display: none !important; }
.bc-app :where(img,video,iframe) { max-width: 100%; }
.bc-app img { height: auto; }
.bc-app [lang="hi"] { font-family: var(--bc-hindi); line-height: 1.65; letter-spacing: normal; }
/* Devanagari sits smaller and tighter than Latin at the same size: give the small interface text a little more room. */
.bc-eyebrow [lang="hi"], .bc-date-link [lang="hi"], .bc-nav-items [lang="hi"], .bc-audio [lang="hi"] { font-size: 1.2em; letter-spacing: 0; }
.bc-month-mark span[lang="hi"] { font-size: .8125rem; letter-spacing: .05em; }
.bc-hero-copy h2 [lang="hi"] { line-height: 1.3; }
.bc-hero-copy h2 em [lang="hi"] { font-style: normal; }
.bc-icon { width: 1.35rem; height: 1.35rem; flex: 0 0 auto; vertical-align: middle; }
.bc-container { width: min(calc(100% - 2.5rem), var(--bc-width)); margin-inline: auto; }
.bc-header { border-block-end: 1px solid var(--bc-border); background: rgb(253 252 247 / 60%); }
.bc-header-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem 1rem; min-height: 88px; padding-block: .75rem; }
.bc-brand { display: inline-flex; gap: .7rem; align-items: center; color: var(--bc-ink) !important; text-decoration: none; font-family: var(--bc-heading); font-size: 1.375rem; line-height: 1.25; letter-spacing: -.035em; }
.bc-brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid #b3bea2; border-radius: 50%; background: var(--bc-accent-soft); color: var(--bc-accent); }
.bc-brand-mark .bc-icon { width: 1.5rem; height: 1.5rem; }
.bc-header-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: .5rem 1rem; min-width: 0; max-width: 100%; }
.bc-date-link { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-width: 44px; min-height: 44px; padding: 0 .7rem 0 .8rem; border: 1px solid var(--bc-gold-line); border-radius: 999px; background: var(--bc-surface); color: var(--bc-accent) !important; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; box-shadow: 0 1px 2px rgb(45 55 34 / 6%); }
.bc-date-link:hover { background: var(--bc-accent-soft); border-color: var(--bc-accent); }
.bc-date-link .bc-icon { width: 1.1rem; height: 1.1rem; }
.bc-date-link .bc-icon:last-child { width: .95rem; height: .95rem; opacity: .7; }
.bc-date-link [lang="hi"] { letter-spacing: 0; }
.bc-language { display: inline-flex; align-items: center; gap: .1rem; color: var(--bc-muted); }
.bc-language button { min-width: 44px; min-height: 44px; padding: .45rem; border: 0; border-radius: .4rem; background: transparent; color: var(--bc-muted); font-size: .8125rem; }
.bc-language button[aria-pressed="true"] { color: var(--bc-accent); background: var(--bc-accent-soft); font-weight: 700; }
.bc-main { padding-block: 2.75rem 1.5rem; }
.bc-eyebrow { font-family: var(--bc-body); font-size: .6875rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--bc-gold); line-height: 1.8; }
.bc-eyebrow .bc-icon { width: 1rem; height: 1rem; margin-inline-end: .4rem; }
.bc-small { font-size: .8125rem; color: var(--bc-muted); }
.bc-screen-heading { max-width: 40rem; }
.bc-screen-heading h1 { margin-block: .6rem .75rem; }
.bc-intro { color: var(--bc-muted); max-width: 42rem; }
.bc-today-heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-block-end: 2.25rem; }
.bc-greeting { display: flex; align-items: center; gap: .6rem; margin-block-end: 1.1rem !important; font-family: var(--bc-heading); font-size: clamp(1.25rem, 2.6vw, 1.625rem); font-style: italic; letter-spacing: -.01em; line-height: 1.3; color: var(--bc-accent); }
.bc-greeting::before { content: ""; flex: 0 0 auto; width: 1.75rem; height: 1px; background: var(--bc-gold-line); }
.bc-greeting [lang="hi"], .bc-greeting:lang(hi) { font-style: normal; }
.bc-today-heading h1 { margin-block-start: .65rem; font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
.bc-date-note { display: inline-block; color: var(--bc-muted); font-weight: 400; letter-spacing: 0; text-transform: none; margin-inline-start: .65rem; }
.bc-month-mark { display: none; padding-inline-start: 1.75rem; border-inline-start: 1px solid var(--bc-gold-line); font-family: var(--bc-heading); font-size: 3rem; line-height: 1; color: var(--bc-accent); text-align: center; }
.bc-month-mark span { display: block; margin-block-start: .55rem; font: 600 .5625rem var(--bc-body); letter-spacing: .28em; color: var(--bc-gold); }
.bc-hero { display: grid; grid-template-columns: minmax(0, 1fr); overflow: clip; border: 1px solid #d3dbc4; border-radius: var(--bc-radius-lg); background-color: #edf0e2; background-image: radial-gradient(70% 90% at 88% 22%, rgb(255 253 242 / 75%) 0, rgb(255 253 242 / 0%) 70%), linear-gradient(158deg, #f2f4e7 0%, #e7ecd9 100%); box-shadow: 0 1px 0 rgb(255 255 255 / 70%) inset, 0 18px 40px rgb(45 55 34 / 6%); }
.bc-hero-copy { padding: 2.25rem 1.5rem 1rem; position: relative; z-index: 1; }
.bc-hero-copy h2 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.12; margin-block: 1rem 1.25rem; letter-spacing: -.045em; }
.bc-hero-copy h2 em { color: var(--bc-accent); font-weight: 400; }
.bc-hero-copy > p:not(.bc-eyebrow) { max-width: 26rem; color: #4d5846; font-size: 1rem; line-height: 1.75; }
.bc-button { display: inline-flex; justify-content: center; align-items: center; gap: .85rem; min-height: 52px; max-width: 100%; padding: .85rem 1.5rem; background: linear-gradient(180deg, #53704b 0%, var(--bc-accent) 100%); color: #fffdf8 !important; border: 1px solid #3d5337; border-radius: 14px; box-shadow: 0 1px 0 rgb(255 255 255 / 18%) inset, 0 6px 16px rgb(52 72 46 / 22%); text-decoration: none; font-size: .9375rem; font-weight: 600; letter-spacing: .005em; line-height: 1.5; text-align: center; }
.bc-button:hover { background: linear-gradient(180deg, #4a6543 0%, #394e34 100%); box-shadow: 0 1px 0 rgb(255 255 255 / 14%) inset, 0 10px 22px rgb(52 72 46 / 26%); }
.bc-button:active { box-shadow: 0 1px 0 rgb(255 255 255 / 10%) inset, 0 2px 6px rgb(52 72 46 / 22%); }
.bc-button .bc-icon { width: 1.2rem; height: 1.2rem; }
.bc-hero-copy .bc-button { margin-block-start: 1.75rem; }
.bc-hero-meta { display: block; margin-block-start: 1rem; font-size: .75rem; letter-spacing: .02em; color: #55604d; }
.bc-section-title { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; margin-block-end: 1.1rem; }
.bc-section-title h2 { font-size: 1.3rem; }
.bc-card { position: relative; min-width: 0; padding: 1.75rem; border: 1px solid var(--bc-border); border-radius: var(--bc-radius); background: var(--bc-surface); box-shadow: var(--bc-shadow); }
.bc-today-grid { display: grid; gap: 1.5rem; margin-block-start: 2.5rem; }
.bc-scripture::before { content: ""; position: absolute; inset-block-start: -1px; inset-inline: 1.75rem; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--bc-gold-line), rgb(211 199 163 / 0%)); }
.bc-scripture { display: flex; flex-direction: column; }
.bc-scripture .bc-card-footer { margin-block-start: auto; }
.bc-scripture .bc-home-verse-preview { margin-block-end: 1.75rem; }
.bc-scripture blockquote { padding: 0; border: 0; }
.bc-scripture blockquote p { font-family: var(--bc-heading); font-size: clamp(1.4rem, 3vw, 1.875rem); line-height: 1.6; margin-block: .5rem 1.25rem; }
.bc-scripture cite { font-style: normal; color: var(--bc-gold); font-size: .75rem; }
.bc-card-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; border-block-start: 1px solid var(--bc-border); margin-block-start: 1.75rem; padding-block-start: 1rem; }
.bc-text-link, .bc-text-button { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-size: .8125rem; font-weight: 600; }
.bc-text-link { text-decoration: none; }
.bc-text-link:hover { text-decoration: underline; }
.bc-text-button { border: 0; background: none; color: var(--bc-muted); padding: 0; text-align: start; }
.bc-audio { display: inline-flex; align-items: center; gap: .4rem; border: 0; background: transparent; color: var(--bc-muted); padding: .5rem 0; font-size: .6875rem !important; min-height: 44px; }
.bc-reflection { padding: 1.75rem; border: 1px solid #dfe5d0; border-radius: var(--bc-radius); background: linear-gradient(170deg, #f4f6ea 0%, #ecf0df 100%); }
.bc-icon-disc { display: inline-grid; flex: 0 0 auto; place-items: center; width: 2.75rem; height: 2.75rem; background: var(--bc-surface); color: var(--bc-accent); border: 1px solid #cfd8be; border-radius: 50%; box-shadow: 0 4px 12px rgb(45 55 34 / 7%); }
.bc-reflection .bc-eyebrow { margin-block: 1.3rem .5rem; }
.bc-reflection h2 { font-size: 1.625rem; margin-block-end: .85rem; }
.bc-reflection p:not(.bc-eyebrow) { color: #566050; font-size: .9375rem; }
.bc-reflection p + p { margin-block-start: 1.25rem; }
.bc-reflection p.bc-small { font-size: .8125rem !important; padding-block-start: 1rem; border-block-start: 1px solid rgb(121 99 56 / 18%); }
.bc-inline-language { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-block: 1rem 1.5rem; }
.bc-reading-card { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; background: var(--bc-accent-soft); }
.bc-reading-card h2 { margin-block: .5rem; }
.bc-reading-card p:not(.bc-eyebrow) { font-size: .875rem; color: var(--bc-muted); }
.bc-reading-card .bc-button { margin-block-start: 1.25rem; }
.bc-button-light { background: var(--bc-surface); color: var(--bc-accent) !important; border-color: #a9b69b; box-shadow: 0 1px 2px rgb(45 55 34 / 6%); }
.bc-button-light:hover { background: #e9eedd; box-shadow: 0 6px 16px rgb(45 55 34 / 10%); }
.bc-reading-mark { color: #7e906e; display: none; }
.bc-reading-mark .bc-icon { width: 6rem; height: 6rem; stroke-width: .8; }
.bc-search-preview { margin-block: 2rem; }
.bc-search-preview label { display: block; font-size: .875rem; font-weight: 600; margin-block-end: .6rem; }
.bc-search-preview > div { display: flex; align-items: center; gap: .75rem; padding: .8rem 1rem; border: 1px solid var(--bc-border); border-radius: 10px; background: var(--bc-surface); color: var(--bc-muted); }
.bc-search-preview input { width: 100%; min-width: 0; border: 0; background: transparent; color: var(--bc-muted); font-size: .875rem; }
.bc-search-preview input::placeholder { color: var(--bc-muted); opacity: 1; }
.bc-search-preview p { margin-block-start: .5rem; }
.bc-two-grid, .bc-story-grid { display: grid; gap: 1rem; }
.bc-testament h3 { margin-block: .65rem; }
.bc-testament p { font-size: .875rem; color: var(--bc-muted); margin-block-end: 1rem; }
.bc-testament .bc-text-button { display: flex; margin-block-start: .5rem; }
.bc-badge { display: inline-block; padding: .2rem .6rem; border-radius: 5px; background: #f0eee5; color: #6c6655; font-size: .625rem; line-height: 1.7; letter-spacing: .015em; }
.bc-reading-excerpt { border-inline-start: 2px solid #b8c2a9; padding: .5rem 1.25rem; margin-block: 2.5rem; max-width: 46rem; }
.bc-reading-excerpt h2 { margin-block: .5rem 1rem; }
.bc-scripture-line { font-family: var(--bc-heading); font-size: 1.4rem; line-height: 1.8; }
.bc-library-grid { display: grid; gap: .75rem; }
.bc-library-item .bc-icon { color: var(--bc-gold); }
.bc-library-item h3 { font-family: var(--bc-body); font-size: .875rem; font-weight: 600; margin-block: 1rem .5rem; }
.bc-progress-card { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-block: 1.5rem; margin-block-start: 1rem; }
.bc-progress-card h3 { font-size: 1.25rem; margin-block-end: .5rem; }
.bc-stat-value { display: block; font-family: var(--bc-heading); font-size: 2rem; color: var(--bc-accent); line-height: 1.3; }
.bc-stat-value small { font-family: var(--bc-body); font-size: .75rem; color: var(--bc-muted); }
.bc-notice { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; margin-block: 1.75rem; background: var(--bc-accent-soft); border-radius: 10px; font-size: .875rem; color: var(--bc-accent); }
.bc-game { display: flex; flex-direction: column; }
.bc-game-symbol { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 14px; background: #edf0e5; color: var(--bc-accent); }
.bc-game:nth-child(2) .bc-game-symbol { background: #f2ecdf; color: var(--bc-gold); }
.bc-game:nth-child(3) .bc-game-symbol { background: #e9efef; color: #4c6668; }
.bc-game:nth-child(4) .bc-game-symbol { background: #f2eae4; color: #856251; }
.bc-xp { font-size: .6875rem; color: var(--bc-gold); }
.bc-game > .bc-eyebrow { margin-block-start: 1rem; font-size: .6rem; }
.bc-game h2 { margin-block: .5rem .75rem; font-size: 1.625rem; }
.bc-game > p { color: var(--bc-muted); font-size: .875rem; margin-block-end: 1.5rem; }
.bc-game .bc-card-footer { margin-block-start: auto; }
.bc-section-note { margin-block: 1rem 1.5rem; }
.bc-story { padding: 0; }
.bc-story-art { position: relative; height: 220px; border-radius: var(--bc-radius) var(--bc-radius) 0 0; background: #e7ebde; display: grid; place-items: center; }
.bc-story-art--sand { background: #eee7d9; }
.bc-story-art--blue { background: #e2ebea; }
.bc-story-art--clay { background: #ede2d9; }
.bc-story-orbit { width: 115px; height: 135px; border: 1px solid rgb(64 78 52 / 22%); border-radius: 55% 55% 0 0; background: rgb(255 253 244 / 32%); }
.bc-story-horizon { position: absolute; inset-inline: 18%; inset-block-end: 48px; height: 1px; background: rgb(64 78 52 / 25%); }
.bc-art-label { position: absolute; inset-block-end: 1rem; inset-inline-start: 1.5rem; font-size: .5625rem; letter-spacing: .15em; color: #646c5b; }
.bc-story-copy { padding: 1.5rem; }
.bc-story-copy h2 { margin-block: .4rem .7rem; font-size: 2rem; }
.bc-story-copy > p:not(.bc-eyebrow) { color: var(--bc-muted); font-size: .875rem; }
.bc-profile { display: flex; gap: 1.25rem; align-items: center; margin-block: 1.75rem 1rem; }
.bc-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--bc-accent-soft); color: var(--bc-accent); }
.bc-avatar .bc-icon { width: 1.75rem; height: 1.75rem; }
.bc-profile h2 { margin-block: .4rem .6rem; font-size: 1.5rem; }
.bc-profile p:not(.bc-eyebrow) { font-size: .8125rem; color: var(--bc-muted); }
.bc-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; }
.bc-stats .bc-card { padding: 1.25rem .5rem; text-align: center; font-size: .6875rem; color: var(--bc-muted); }
.bc-stats .bc-stat-value { margin-block-end: .4rem; }
.bc-personal-progress { margin-block-end: 2rem; }
.bc-personal-progress progress { appearance: none; width: 100%; height: 5px; display: block; border: 0; border-radius: 4px; background: var(--bc-accent-soft); margin-block: 1.25rem; }
.bc-personal-progress progress::-webkit-progress-bar { background: var(--bc-accent-soft); border-radius: 4px; }
.bc-personal-progress progress::-webkit-progress-value { background: var(--bc-accent); }
.bc-personal-progress progress::-moz-progress-bar { background: var(--bc-accent); }
.bc-personal-progress > p { color: var(--bc-muted); font-size: .875rem; }
.bc-personal-progress .bc-text-link { margin-block-start: .65rem; }
.bc-settings-list { padding-block: 0; }
.bc-setting-row { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; padding-block: 1.25rem; }
.bc-setting-row + .bc-setting-row { border-block-start: 1px solid var(--bc-border); }
.bc-setting-row > div { flex: 1 1 130px; }
.bc-setting-row h3 { font-family: var(--bc-body); font-size: .875rem; font-weight: 600; margin-block-end: .25rem; }
.bc-footer { padding-block: 3rem 2.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; color: var(--bc-muted); font-size: .6875rem; }
.bc-footer > span { font-family: var(--bc-heading); font-size: .875rem; }
.bc-bottom-nav { position: fixed; inset-block-end: 0; inset-inline: 0; z-index: 100; background: var(--bc-surface); border-block-start: 1px solid var(--bc-border); box-shadow: 0 -8px 24px rgb(45 55 34 / 5%); padding-block-end: env(safe-area-inset-bottom, 0px); padding-inline: max(.25rem, env(safe-area-inset-left, 0px)) max(.25rem, env(safe-area-inset-right, 0px)); }
.bc-nav-items { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); max-width: 600px; margin-inline: auto !important; list-style: none; padding: 0; }
.bc-nav-items li { display: flex; min-width: 0; }
.bc-nav-items a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; width: 100%; min-height: var(--bc-nav-base); padding: .65rem .2rem; border-block-start: 2px solid transparent; color: var(--bc-muted); text-decoration: none; text-align: center; font-size: .6875rem; line-height: 1.5; }
.bc-nav-items a[aria-current="page"] { color: var(--bc-accent); border-block-start-color: var(--bc-accent); background: #f0f3e9; font-weight: 700; }
.bc-nav-items a:hover { background: var(--bc-accent-soft); }
.bc-nav-items a:focus-visible { outline-offset: -5px; }
.bc-sr-only, .bc-skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.bc-skip:focus { position: fixed; inset-block-start: 3.5rem; inset-inline-start: 1rem; padding: .75rem 1rem; z-index: 100000; background: var(--bc-surface); }
.bc-prose { max-width: 48rem; }
.bc-prose > h1 { margin-block-end: 2rem; }
.bc-prose .bc-post { margin-block-end: 1.5rem; }
.bc-post :where(p,h1,h2,h3,ul,ol) { margin-block-end: 1rem; }
@media (max-width: 599px) {
  .bc-brand { font-size: 1.125rem; gap: .5rem; }
  .bc-header-tools { gap: .25rem; }
}
@media (max-width: 389px) {
  /* Keep the calendar control and language switch on one row; the brand mark stays, its name is still announced. */
  .bc-brand-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}
@media (max-width: 359px) {
  .bc-container { width: calc(100% - 2rem); }
  .bc-brand { font-size: 1.1rem; gap: .35rem; }
  .bc-brand-mark { width: 2rem; height: 2rem; }
  .bc-header-tools { gap: .25rem; }
  .bc-hero-copy { padding-inline: 1.25rem; }
  .bc-card { padding: 1.25rem; }
  .bc-story { padding: 0; }
  .bc-profile { flex-direction: column; align-items: start; }
}
@media (min-width: 600px) {
  .bc-two-grid, .bc-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bc-library-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bc-reading-mark { display: block; }
  .bc-month-mark { display: block; }
  .bc-hero { grid-template-columns: 1.2fr 1fr; }
  .bc-hero-copy { padding: 2.75rem 0 2.75rem 2.25rem; }
}
@media (min-width: 1024px) {
  .bc-container { width: min(calc(100% - 6rem), var(--bc-width)); }
  .bc-main { padding-block-start: 3rem; }
  .bc-header-inner { min-height: 96px; }
  .bc-hero-copy { padding: 4rem 3.5rem; padding-inline-end: 1rem; }
  .bc-today-grid { grid-template-columns: 1.65fr 1fr; gap: 2rem; }
  .bc-scripture { padding: 2rem; }
  .bc-two-grid, .bc-story-grid { gap: 1.5rem; }
  .bc-nav-items { max-width: 720px; }
  .bc-nav-items a { flex-direction: row; gap: .7rem; font-size: .8125rem; }
  .bc-main[data-bc-screen="bible"], .bc-main[data-bc-screen="me"] { max-width: 880px; }
}
/* Calm motion: a soft arrival on Today and gentle hover feedback. Nothing moves for people who prefer reduced motion. */
@keyframes bc-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .bc-button, .bc-nav-items a, .bc-language button { transition: background-color 200ms var(--bc-ease), box-shadow 200ms var(--bc-ease), transform 200ms var(--bc-ease); }
  .bc-button:hover { transform: translateY(-1px); }
  .bc-button:active { transform: none; }
  .bc-button .bc-icon, .bc-text-link .bc-icon { transition: transform 200ms var(--bc-ease); }
  .bc-button:hover .bc-icon, .bc-text-link:hover .bc-icon { transform: translateX(3px); }
  .bc-today-heading, .bc-hero, .bc-today-grid > * { animation: bc-arrive 700ms var(--bc-ease) backwards; }
  .bc-hero { animation-delay: 120ms; }
  .bc-today-grid > :first-child { animation-delay: 240ms; }
  .bc-today-grid > :last-child { animation-delay: 340ms; }
}
@media (forced-colors: active) {
  .bc-nav-items a[aria-current="page"] { border-block-start: 3px solid Highlight; }
  .bc-language button[aria-pressed="true"] { outline: 2px solid Highlight; }
}
@media print {
  body.bc-app { padding: 0; }
  .bc-bottom-nav, .bc-header-tools, .bc-skip { display: none; }
  .bc-card, .bc-hero { break-inside: avoid; }
}

.bc-home-verse-preview h2 { margin-block: .5rem 1rem; color: var(--bc-accent); font-size: clamp(1.75rem, 3.4vw, 2.25rem); letter-spacing: -.03em; }
.bc-home-verse-preview .bc-small { font-size: .9375rem; line-height: 1.8; }

/* Locked / not-yet-prepared / calendar-not-begun states (Today, journey, month). Calm, never alarming. */
.bc-state { max-width: 34rem; padding-block: 1.5rem 2rem; }
.bc-state .bc-eyebrow { margin-block-start: 1.25rem; }
.bc-state-title { margin-block: .5rem .75rem; font-size: clamp(1.75rem, 4.5vw, 2.5rem); letter-spacing: -.03em; }
.bc-state-note { color: var(--bc-muted); max-width: 28rem; }
.bc-state-links { display: flex; flex-wrap: wrap; gap: .25rem 1.75rem; margin-block-start: 1.25rem; }
.bc-state--locked .bc-icon-disc { color: var(--bc-gold); border-color: var(--bc-gold-line); }
.bc-preview-notice { margin-block: 0 1.5rem; background: #f4efd9; color: #5b4a22; }

/* Today: a visible way into the calendar, right under the date. */
.bc-calendar-link { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; margin-block-start: .5rem; padding: 0 .95rem; border: 1px solid var(--bc-gold-line); border-radius: 999px; background: var(--bc-surface); color: var(--bc-accent) !important; font-size: .8125rem; font-weight: 600; text-decoration: none; }
.bc-calendar-link:hover { background: var(--bc-accent-soft); border-color: var(--bc-accent); }
.bc-calendar-link .bc-icon { width: 1.1rem; height: 1.1rem; }

/* Completed day (Today and journey). Before scripts run, the head flag data-bc-returning avoids a flash of the sequence. */
.bc-done { margin-block-start: 1.75rem; }
.bc-done-mark { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--bc-gold-line); border-radius: 50%; background: var(--bc-surface); color: var(--bc-accent); }
.bc-done-title { margin-block: .9rem .6rem; font-size: clamp(1.75rem, 4.4vw, 2.5rem); letter-spacing: -.03em; scroll-margin-block-start: 6.5rem; }
.bc-done-tick { color: var(--bc-accent); }
.bc-done-copy { max-width: 30rem; color: #4d5846; }
.bc-done-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.bc-done-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .6rem 1.15rem; border: 1px solid #a9b69b; border-radius: 14px; background: var(--bc-surface); box-shadow: 0 1px 2px rgb(45 55 34 / 6%); color: var(--bc-accent) !important; font-size: .9375rem; font-weight: 600; text-decoration: none; }
.bc-done-action:hover { background: #e9eedd; border-color: var(--bc-accent); }
html[data-bc-returning] [data-bc-done-panel][hidden] { display: block !important; }
html[data-bc-returning] [data-bc-today-cta] { display: none !important; }
html[data-bc-returning] .bc-daily-journey > .bc-journey-section, html[data-bc-returning] .bc-daily-journey > .bc-completion, html[data-bc-returning] .bc-daily-journey > .bc-daily-challenge { display: none !important; }

/* Phase 6: account forms and the signed-in Me screen. Plain, functional styling built from the existing tokens. */
.bc-auth { display: grid; gap: 1.25rem; margin-block: 1rem 2rem; scroll-margin-block-start: 6rem; }
.bc-auth:focus { outline: none; }
.bc-auth-google { display: grid; gap: .75rem; justify-items: start; }
.bc-auth-google .bc-button { width: 100%; max-width: 26rem; }
.bc-auth-google .bc-button[disabled] { opacity: .6; }
.bc-auth-or { display: flex; align-items: center; gap: 1rem; width: 100%; max-width: 26rem; margin: 0; color: var(--bc-muted); }
.bc-auth-or::before, .bc-auth-or::after { content: ""; flex: 1; height: 1px; background: var(--bc-border); }
.bc-auth-forms { display: grid; gap: 1rem; }
.bc-auth-form { display: grid; gap: 1rem; align-content: start; max-width: 32rem; }
.bc-auth-form h2 { font-size: 1.375rem; }
.bc-field { display: grid; gap: .4rem; margin: 0; }
.bc-field label { font-size: .875rem; font-weight: 600; }
.bc-field input { width: 100%; min-height: 48px; padding: .7rem .9rem; border: 1px solid #9da891; border-radius: 12px; background: var(--bc-surface); color: var(--bc-ink); font: inherit; }
.bc-field input:focus-visible { border-color: var(--bc-accent); }
.bc-hp { position: absolute; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; }
.bc-auth-notice { margin-block: 1rem; }
.bc-recent { display: grid; gap: 0; margin: 0; padding: 0 1.25rem; list-style: none; }
.bc-recent li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .15rem 1rem; align-items: baseline; padding-block: 1rem; }
.bc-recent li + li { border-block-start: 1px solid var(--bc-border); }
.bc-recent time { font-family: var(--bc-heading); }
.bc-recent-what { grid-column: 1; font-size: .8125rem; color: var(--bc-muted); }
.bc-recent .bc-xp { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: .8125rem; font-weight: 600; }
.bc-account-actions-row { display: grid; gap: 1rem; justify-items: start; margin-block: 2rem; }
.bc-stat-value { display: block; font-family: var(--bc-heading); font-size: 1.75rem; line-height: 1.2; color: var(--bc-ink); }
@media (min-width: 900px) { .bc-auth-forms { grid-template-columns: repeat(2, minmax(0, 32rem)); align-items: start; } }

/* Language-only blocks (Phase 0.7): app.js sets html[data-bc-locale]; without it (no JavaScript) English is shown. */
.bc-only-hi { display: none; }
html[data-bc-locale="hi"] .bc-only-hi { display: revert; }
html[data-bc-locale="hi"] .bc-not-hi { display: none; }
.bc-read-in-bible { margin-block-start: 1rem; }
.bc-verse-source { margin-block-start: .75rem; }

/* My Bible entry rows (Bible home, Me): a card that is one link (Phase 0.8) */
.bc-mybible-row { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit !important; }
.bc-mybible-row > span:not(.bc-icon-disc), .bc-mybible-row > div { flex: 1 1 auto; min-width: 0; }
.bc-mybible-row .bc-icon { flex: none; }
.bc-mybible-row .bc-small { display: block; }
.bc-mybible-row:hover h3, .bc-mybible-row:hover strong { text-decoration: underline; }
