/* overflow-guard */
:root {
    --brand-primary: #6b3a6b;
    --brand-primary-hover: #7d4a7d;
    --brand-secondary: #a89ba8;
    --brand-secondary-hover: #bdb2bd;
    --brand-accent: #4fffb0;
    --background-main: #1a0b1a;
    --background-surface: #241224;
    --background-elevated: #2e1a2e;
    --background-overlay: rgba(26, 11, 26, 0.75);
    --text-primary: #fdfdfd;
    --text-secondary: #e0e0e0;
    --text-muted: #bdbdbd;
    --text-brand-contrast: #ffffff;
    --text-link: #cffff0;
    --text-link-hover: #effffb;
    --button-bg: #4fffb0;
    --button-text: #0b1a14;
    --button-hover-bg: #3ed89b;
    --button-hover-text: #0b1a14;
    --semantic-success: #4caf50;
    --success: #4caf50;
    --semantic-error: #f44336;
    --error: #f44336;
    --semantic-warning: #ffc107;
    --warning: #ffc107;
    --semantic-info: #2196f3;
    --info: #2196f3;
    --border-default: #351d35;
    --border-strong: #4a2b4a;
    --border-brand: #6b3a6b;
    --font-family-headings: Hind Siliguri, Space Grotesk, sans-serif;
    --font-family-body: Noto Sans Bengali, Source Sans 3, 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: 600;
    --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.55;
    --letter-spacing-heading: 0;
    --letter-spacing-body: 0;
    --spacing-section-desktop: 2.5rem;
    --section-desktop: 2.5rem;
    --spacing-item-desktop: 1rem;
    --item-desktop: 1rem;
    --spacing-section-mobile: 1.5rem;
    --section-mobile: 1.5rem;
    --spacing-item-mobile: 0.75rem;
    --item-mobile: 0.75rem;
    --spacing-container-pad-desktop: 1.5rem;
    --container-pad-desktop: 1.5rem;
    --spacing-container-pad-mobile: 1rem;
    --container-pad-mobile: 1rem;
    --spacing-card-pad-desktop: 1rem;
    --card-pad-desktop: 1rem;
    --spacing-card-pad-mobile: 1rem;
    --card-pad-mobile: 1rem;
    --spacing-content-max-width: 76rem;
    --content-max-width: 76rem;
    --spacing-reading-max-width: 70ch;
    --reading-max-width: 70ch;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-pill: 9999px;
    --shadow-card: 4px 4px 0 #0d060d;
    --shadow-elevated: 6px 6px 0 #0d060d;
    --shadow-glow: 0 0 0 1px rgba(79, 255, 176, 0.35), 0 6px 18px rgba(79, 255, 176, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05);
    --gradient-brand: linear-gradient(135deg, #6b3a6b 0%, #7d4a7d 100%);
    --gradient-hero: linear-gradient(180deg, #341b34 0%, #1a0b1a 100%);
    --gradient-surface: linear-gradient(#2e1a2e, #2e1a2e);
    --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: #1a0b1a;
    color: #e0e0e0;
    font-family: Noto Sans Bengali, Source Sans 3, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    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, Space Grotesk, 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: 600;
}
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: #cffff0;
    text-decoration: none;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
a:hover {
    color: #effffb;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #4fffb0;
    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: 2.5rem;
}
main > section > * + *, main > article > * + *, .dsWrap > * + *, .dsReading > * + *, .dsPile > * + *, .dsPileCenter > * + * {
    margin-block-start: 1rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 1.5rem;
    }
    main > section > * + *, main > article > * + *, .dsWrap > * + *, .dsReading > * + *, .dsPile > * + *, .dsPileCenter > * + * {
        margin-block-start: 0.75rem;
    }
}

.dsFactsWrap {
    background: #2e1a2e;
    border: 1px solid #351d35;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
    overflow-x: auto;
    max-width: 100%;
}
.dsFacts {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.dsFacts th, .dsFacts td {
    padding: 0.75rem;
    text-align: start;
    border-bottom: 1px solid #351d35;
    vertical-align: top;
}
.dsFacts thead th {
    background: #2e1a2e;
    color: #fdfdfd;
    font-weight: 600;
}
.dsFacts tbody tr:last-child td {
    border-bottom: 0;
}
.dsFacts td:first-child {
    color: #bdbdbd;
    font-weight: 600;
}

.dsWrap {
    width: 100%;
    max-width: 76rem;
    margin-inline: auto;
}
.dsReading {
    max-width: 70ch;
    margin-inline: auto;
}
.dsPile, .dsPileCenter {
    display: block;
}
.dsPileCenter {
    text-align: center;
}
.dsCluster, .dsClusterCenter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}
.dsClusterCenter {
    justify-content: center;
}
.dsLattice {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1rem;
}
.dsGames {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.dsCats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
@media (min-width: 48rem) {
    .dsGames {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
    .dsCats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}
.dsItems {
    list-style: none;
    padding: 0;
}
.dsItems > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.dsItems > li + li {
    margin-block-start: .75rem;
}
.dsItems > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #4fffb0;
}

.dsSlab {
    background: #2e1a2e;
    border: 1px solid #351d35;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.dsSlab:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
}
@media (max-width: 48rem) {
    .dsSlab {
        padding: 1rem;
    }
}
.dsSlab > img {
    width: 100%;
    height: auto;
    display: block;
}

main > section.dsBelt {
    background: #241224;
    padding-block: 2.5rem;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    main > section.dsBelt {
        padding-block: 1.5rem;
    }
}
.dsHero {
    background: linear-gradient(180deg, #341b34 0%, #1a0b1a 100%);
    padding-block: 2.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .dsHero {
        padding-block: 1.5rem;
    }
}

.dsBase {
    background: #1a0b1a;
    border-top: 1px solid #351d35;
    padding: 3rem 3% 2rem;
    color: #bdbdbd;
}
.dsBaseGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.dsBaseCol > p, .dsBaseCol > h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fdfdfd;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.dsBaseCol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dsBaseCol li + li {
    margin-block-start: .5rem;
}
.dsBaseCol a {
    color: #bdbdbd;
    font-size: 0.875rem;
}
.dsBaseCol a:hover {
    color: #effffb;
}
.dsBaseMeta {
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid #351d35;
    text-align: center;
    font-size: 0.875rem;
}
.dsBaseMeta > * + * {
    margin-block-start: .5rem;
}

.dsScroller {
    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;
}
.dsScroller::-webkit-scrollbar {
    display: none;
}
.dsScrollerLink {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #241224;
    border: 1px solid #351d35;
    color: #e0e0e0;
    font-size: 0.875rem;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.dsScrollerLink:hover {
    border-color: #6b3a6b;
    color: #fdfdfd;
}

.dsReveal {
    background: #2e1a2e;
    border: 1px solid #351d35;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.dsReveal + .dsReveal {
    margin-block-start: 0.75rem;
}
.dsReveal[open] {
    border-color: #6b3a6b;
}
.dsRevealQ {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}
.dsRevealQ::-webkit-details-marker {
    display: none;
}
.dsRevealQ h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.dsRevealQ::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #4fffb0;
    transition: transform 200ms;
}
.dsReveal[open] .dsRevealQ::after {
    transform: rotate(180deg);
}
.dsRevealA {
    margin: 0;
    padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
    .dsRevealQ {
        padding: 1rem;
    }
    .dsRevealA {
        padding: 0 1rem 1rem;
    }
}

.dsPill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #2e1a2e;
    border: 1px solid #4a2b4a;
    color: #fdfdfd;
    font-size: 0.875rem;
}
.dsPill > i {
    color: #4fffb0;
}

.dsDisc, .dsDiscSuccess, .dsDiscWarning, .dsDiscError, .dsDiscInfo {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6b3a6b 0%, #7d4a7d 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.dsDiscSuccess {
    background: #4caf50;
    color: #fff;
}
.dsDiscWarning {
    background: #ffc107;
    color: #fff;
}
.dsDiscError {
    background: #f44336;
    color: #fff;
}
.dsDiscInfo {
    background: #2196f3;
    color: #fff;
}

.dsMinor {
    font-size: 0.875rem;
}
.dsFaint {
    color: #bdbdbd;
}
.dsCenter {
    text-align: center;
}
.dsShadeAccent {
    color: #4fffb0;
}
.dsShadeSuccess {
    color: #4caf50;
}
.dsShadeWarning {
    color: #ffc107;
}
.dsShadeError {
    color: #f44336;
}
.dsShadeInfo {
    color: #2196f3;
}

.dsTrail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #e0e0e0;
}
.dsTrail a {
    color: #cffff0;
}
.dsTrail span {
    color: #fdfdfd;
}

.dsHeadline {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.dsAction, .dsActionSm, .dsActionFull, .dsActionOutline {
    background: #4fffb0;
    color: #0b1a14;
    border-radius: 12px;
    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(12, 5, 12, 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;
}
.dsAction:hover, .dsActionSm:hover, .dsActionFull:hover, .dsActionOutline:hover {
    background: #3ed89b;
    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(12, 5, 12, 0.45);
}
.dsActionSm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.dsActionFull {
    display: flex;
    width: 100%;
}
.dsActionOutline {
    background: transparent;
    background-image: none;
    color: #fdfdfd;
    border: 1px solid #4a2b4a;
    box-shadow: none;
}
.dsActionOutline:hover {
    background: transparent;
    border-color: #6b3a6b;
    color: #fdfdfd;
    box-shadow: none;
}

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

.dsPlay {
    background: #2e1a2e;
    border: 1px solid #351d35;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
    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;
}
.dsPlay:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #0d060d, inset 0 1px 0 rgba(255,255,255,.05);
}
.dsPlayMedia {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.dsPlayMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.dsPlay:hover .dsPlayMedia img {
    transform: scale(1.04);
}
.dsPlayPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #4fffb0;
    color: #0b1a14;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.dsPlay:hover .dsPlayPlay, .dsPlay:focus-visible .dsPlayPlay {
    opacity: 1;
}
@media (hover: none) {
    .dsPlayPlay {
        opacity: 1;
    }
}
.dsPlay {
    position: relative;
}
.dsPlayName {
    position: absolute;
    inset: auto 0 0 0;
    padding: .6rem .75rem;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 11, 26, 0.75) 100%);
}
.dsPlayName h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #fdfdfd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .dsPlayName h3 {
        white-space: normal;
    }
}

.dsAlert, .dsAlertWarning, .dsAlertInfo, .dsAlertSuccess, .dsAlertError {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #241224;
    border: 1px solid #351d35;
    border-left: 4px solid #4fffb0;
}
.dsAlert > i, .dsAlertWarning > i, .dsAlertInfo > i, .dsAlertSuccess > i, .dsAlertError > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #4fffb0;
}
.dsAlertSuccess {
    border-left-color: #4caf50;
}
.dsAlertWarning {
    border-left-color: #ffc107;
}
.dsAlertError {
    border-left-color: #f44336;
}
.dsAlertInfo {
    border-left-color: #2196f3;
}
.dsAlertSuccess > i {
    color: #4caf50;
}
.dsAlertWarning > i {
    color: #ffc107;
}
.dsAlertError > i {
    color: #f44336;
}
.dsAlertInfo > i {
    color: #2196f3;
}

.dsHeader {
    background: #1a0b1a;
    border-bottom: 1px solid #351d35;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.dsHeaderInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.dsHeaderBrand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fdfdfd;
}
.dsHeaderBrand img {
    border-radius: 6px;
}
.dsHeaderBrand strong {
    font-size: 16px;
    font-weight: 400;
}
.dsHeaderActions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.dsQuicknav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.75rem;
    background: #241224;
    border-top: 1px solid #351d35;
}
.dsQuicknavItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #bdbdbd;
}
.dsQuicknavItem i {
    font-size: 1.25rem;
}
.dsQuicknavItem:hover {
    color: #4fffb0;
}

/* page */
.dsProviderName { font-weight: 700; letter-spacing: .02em; color: var(--text-primary); }
