/* overflow-guard */
:root { --brand-primary: #008A6B; --brand-primary-hover: #00A685; --brand-secondary: #C5B358; --brand-secondary-hover: #D4C46A; --brand-accent: #E6C27A; --background-main: #0C0E1C; --background-surface: #15182B; --background-elevated: #1D213D; --background-overlay: rgba(12, 14, 28, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #000000; --text-link: #E6E6FA; --text-link-hover: #FFFFFF; --button-bg: #E6C27A; --button-text: #000000; --button-hover-bg: #D4B16A; --button-hover-text: #000000; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #252942; --border-strong: #3A3F5C; --border-brand: #008A6B; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, sans-serif; --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; --font-weight-regular: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-black: 900; --role-weight-h1: 700; --role-weight-h2: 700; --role-weight-h3: 600; --role-weight-h4: 600; --role-weight-body: 400; --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1rem; --font-size-lg: 1.125rem; --font-size-xl: 1.25rem; --font-size-h4: 1rem; --font-size-h3: 1rem; --font-size-h2: 1.5rem; --font-size-h1: 1.8rem; --font-size-display: 2.5rem; --line-height-heading: 1.25; --line-height-body: 1.65; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 3.5rem; --section-desktop: 3.5rem; --spacing-item-desktop: 1.25rem; --item-desktop: 1.25rem; --spacing-section-mobile: 2rem; --section-mobile: 2rem; --spacing-item-mobile: 1rem; --item-mobile: 1rem; --spacing-container-pad-desktop: 2rem; --container-pad-desktop: 2rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1.5rem; --card-pad-desktop: 1.5rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(5, 6, 13, 0.35); --shadow-elevated: 0 8px 24px rgba(5, 6, 13, 0.45); --shadow-glow: 0 0 0 1px rgba(230, 194, 122, 0.35), 0 6px 18px rgba(230, 194, 122, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #008A6B 0%, #00A685 100%); --gradient-hero: linear-gradient(180deg, #103139 0%, #0C0E1C 100%); --gradient-surface: linear-gradient(#1D213D, #1D213D); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; margin: 0; padding: 0; }
@supports not (overflow-x: clip) {
    html, body { overflow-x: hidden; }
}
body { background: #0C0E1C; color: #E0E0E0; font-family: Noto Sans Bengali, Barlow, sans-serif; font-weight: 400; line-height: 1.65; padding-bottom: 4.75rem; -webkit-text-size-adjust: 100%; }
img, video, svg, iframe { max-width: 100%; }
img { height: auto; }
main *, header *, footer *, nav * { min-width: 0; }
p, li, td, th, h1, h2, h3, h4, dd, dt, figcaption, summary, a, span { overflow-wrap: anywhere; }
table { width: 100%; max-width: 100%; table-layout: fixed; border-collapse: collapse; }
pre { white-space: pre-wrap; overflow-x: auto; }
h1, h2, h3, h4 { margin: 0; font-family: Hind Siliguri, Barlow Condensed, sans-serif; line-height: 1.25; letter-spacing: 0; color: #FDFDFD; }
h1 { font-size: 1.8rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #E6E6FA; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #FFFFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #E6C27A; outline-offset: 2px; }
button { font: inherit; cursor: pointer; }
h1 a, h2 a, h3 a, h4 a { color: inherit; }
main [id] { scroll-margin-block-start: 5rem; }
main { width: 100%; max-width: none; margin-inline: 0; padding: 0 3%; }
main > section { padding-block: 3.5rem; }
main > section > * + *, main > article > * + *, .scInner > * + *, .scNarrow > * + *, .scStack > * + *, .scStackCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .scInner > * + *, .scNarrow > * + *, .scStack > * + *, .scStackCenter > * + * { margin-block-start: 1rem; }
}

.scAction, .scActionSm, .scActionFull, .scActionOutline { background: #E6C27A; color: #000000; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 2px 6px rgba(5, 6, 13, 0.4); display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 0 1.5rem; text-decoration: none; cursor: pointer; border: 0; line-height: 1.2; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scAction:hover, .scActionSm:hover, .scActionFull:hover, .scActionOutline:hover { background: #D4B16A; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 4px 10px rgba(5, 6, 13, 0.45); }
.scActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.scActionFull { display: flex; width: 100%; }
.scActionOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #3A3F5C; box-shadow: none; }
.scActionOutline:hover { background: transparent; border-color: #008A6B; color: #FDFDFD; box-shadow: none; }

.scPill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1D213D; border: 1px solid #3A3F5C; color: #FDFDFD; font-size: 0.875rem; }
.scPill > i { color: #E6C27A; }

.scBox { background: #1D213D; border: 1px solid #3A3F5C; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 6, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scBox:hover { border-color: #008A6B; box-shadow: 0 0 0 1px rgba(230, 194, 122, 0.35), 0 6px 18px rgba(230, 194, 122, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .scBox { padding: 1rem; }
}
.scBox > img { width: 100%; height: auto; display: block; }

.scMinor { font-size: 0.875rem; }
.scMuted { color: #BDBDBD; }
.scCentered { text-align: center; }
.scInkAccent { color: #E6C27A; }
.scInkSuccess { color: #2ECC71; }
.scInkWarning { color: #F1C40F; }
.scInkError { color: #E74C3C; }
.scInkInfo { color: #3498DB; }

.scMasthead { background: #0C0E1C; border-bottom: 1px solid #252942; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.scMastheadInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.scMastheadBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.scMastheadBrand img { border-radius: 6px; }
.scMastheadBrand strong { font-size: 16px; font-weight: 400; }
.scMastheadActions { display: flex; align-items: center; gap: .5rem; }

.scColophon { background: #0C0E1C; border-top: 1px solid #252942; padding: 3rem 3% 2rem; color: #BDBDBD; }
.scColophonGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.scColophonCol > p, .scColophonCol > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFDFD; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.scColophonCol ul { list-style: none; padding: 0; margin: 0; }
.scColophonCol li + li { margin-block-start: .5rem; }
.scColophonCol a { color: #BDBDBD; font-size: 0.875rem; }
.scColophonCol a:hover { color: #FFFFFF; }
.scColophonMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #252942; text-align: center; font-size: 0.875rem; }
.scColophonMeta > * + * { margin-block-start: .5rem; }

.scMemo, .scMemoWarning, .scMemoInfo, .scMemoSuccess, .scMemoError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #15182B; border: 1px solid #252942; border-left: 4px solid #E6C27A; }
.scMemo > i, .scMemoWarning > i, .scMemoInfo > i, .scMemoSuccess > i, .scMemoError > i { flex: 0 0 auto; margin-top: .2em; color: #E6C27A; }
.scMemoSuccess { border-left-color: #2ECC71; }
.scMemoWarning { border-left-color: #F1C40F; }
.scMemoError { border-left-color: #E74C3C; }
.scMemoInfo { border-left-color: #3498DB; }
.scMemoSuccess > i { color: #2ECC71; }
.scMemoWarning > i { color: #F1C40F; }
.scMemoError > i { color: #E74C3C; }
.scMemoInfo > i { color: #3498DB; }

.scCover { background: #1D213D; border: 1px solid #3A3F5C; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 6, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scCover:hover { border-color: #008A6B; box-shadow: 0 0 0 1px rgba(230, 194, 122, 0.35), 0 6px 18px rgba(230, 194, 122, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.scCoverMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.scCoverMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.scCover:hover .scCoverMedia img { transform: scale(1.04); }
.scCoverPlay { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #E6C27A; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.scCover:hover .scCoverPlay, .scCover:focus-visible .scCoverPlay { opacity: 1; }
@media (hover: none) {
    .scCoverPlay { opacity: 1; }
}
.scCover { position: relative; }
.scCoverName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(12, 14, 28, 0.75) 100%); }
.scCoverName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .scCoverName h3 { white-space: normal; }
}

.scReveal { background: #1D213D; border: 1px solid #3A3F5C; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 6, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scReveal + .scReveal { margin-block-start: 1rem; }
.scReveal[open] { border-color: #008A6B; }
.scRevealQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.scRevealQ::-webkit-details-marker { display: none; }
.scRevealQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.scRevealQ::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #E6C27A; transition: transform 200ms; }
.scReveal[open] .scRevealQ::after { transform: rotate(180deg); }
.scRevealA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .scRevealQ { padding: 1rem; }
    .scRevealA { padding: 0 1rem 1rem; }
}

.scLedgerWrap { background: #1D213D; border: 1px solid #3A3F5C; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 6, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.scLedger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.scLedger th, .scLedger td { padding: 1rem; text-align: start; border-bottom: 1px solid #252942; vertical-align: top; }
.scLedger thead th { background: #1D213D; color: #FDFDFD; font-weight: 600; }
.scLedger tbody tr:last-child td { border-bottom: 0; }
.scLedger td:first-child { color: #BDBDBD; font-weight: 600; }

.scInner { width: 100%; max-width: 74rem; margin-inline: auto; }
.scNarrow { max-width: 70ch; margin-inline: auto; }
.scStack, .scStackCenter { display: block; }
.scStackCenter { text-align: center; }
.scInline, .scInlineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.scInlineCenter { justify-content: center; }
.scMatrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.scDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.scTiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .scDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .scTiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.scBullets { list-style: none; padding: 0; }
.scBullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.scBullets > li + li { margin-block-start: .75rem; }
.scBullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #E6C27A; }

main > section.scBelt { background: #15182B; border-top: 1px solid #252942; border-bottom: 1px solid #252942; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.scBelt { padding-block: 2rem; }
}
.scSplash { background: linear-gradient(180deg, #103139 0%, #0C0E1C 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .scSplash { padding-block: 2rem; }
}

.scOrb, .scOrbSuccess, .scOrbWarning, .scOrbError, .scOrbInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #008A6B 0%, #00A685 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.scOrbSuccess { background: #2ECC71; color: #FFF; }
.scOrbWarning { background: #F1C40F; color: #FFF; }
.scOrbError { background: #E74C3C; color: #FFF; }
.scOrbInfo { background: #3498DB; color: #FFF; }

.scDock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #15182B; border-top: 1px solid #252942; }
.scDockItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.scDockItem i { font-size: 1.25rem; }
.scDockItem:hover { color: #E6C27A; }

.scRail { display: flex; flex-wrap: nowrap; gap: .5rem; overflow-x: auto; max-width: 100%; min-width: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-block: .25rem; }
.scRail::-webkit-scrollbar { display: none; }
.scRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #15182B; border: 1px solid #252942; color: #E0E0E0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scRailLink:hover { border-color: #008A6B; color: #FDFDFD; }

.scPair, .scBox.scPair { display: flex; flex-direction: row; align-items: flex-start; gap: 1rem; }
.scPairBody { flex: 1 1 auto; min-width: 0; }
.scPairBody > * + * { margin-block-start: .5rem; }

.scBreadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E0E0E0; }
.scBreadcrumb a { color: #E6E6FA; }
.scBreadcrumb span { color: #FDFDFD; }

.scHeadline { position: relative; }
.scHeadline::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #E6C27A 0, #E6C27A 2.5rem, #252942 2.5rem, #252942 100%); margin-bottom: .6rem; }

/* page */
.scProviderName { font-weight: 700; letter-spacing: 0.5px; color: var(--text-primary); }
