/* Dashboard UI Styles */
:root {
    --mumbai-bg: #0f1220;
    --mumbai-bg-solid: #0f1220;
    --mumbai-panel: #171d31;
    --mumbai-panel-soft: #202844;
    --mumbai-panel-softer: #252f50;
    --mumbai-border: #2d3658;
    --mumbai-muted: #94a3b8;
    --mumbai-accent: #facc15;
    --mumbai-accent-soft: #ffd84c;
    --mumbai-danger: #ff5a52;
    --mumbai-text: #f8fafc;
    --mumbai-title-text: #f8fafc;
    --mumbai-badge-border: rgba(250, 204, 21, 0.18);
    --mumbai-badge-bg: rgba(250, 204, 21, 0.08);
    --mumbai-panel-bg: rgba(23, 29, 49, 0.94);
    --mumbai-shell-bg: linear-gradient(180deg, rgba(37, 47, 80, 0.98), rgba(29, 37, 63, 0.98));
    --mumbai-disclaimer-bg: linear-gradient(180deg, rgba(37, 12, 23, 0.92), rgba(26, 18, 32, 0.98));
    --mumbai-disclaimer-border: #7f1d1d;
    --mumbai-theme-button-bg: rgba(250, 204, 21, 0.08);
    --mumbai-theme-button-bg-hover: rgba(250, 204, 21, 0.16);
    --mumbai-theme-button-text: #fff5c2;
    --mumbai-refresh-button-bg: rgba(250, 204, 21, 0.08);
    --mumbai-refresh-button-bg-hover: rgba(250, 204, 21, 0.16);
    --mumbai-refresh-button-text: #fff5c2;
    --mumbai-refresh-button-hover-text: #fff5c2;
    --mumbai-body-gradient:
        radial-gradient(circle at top, rgba(68, 90, 170, 0.22), rgba(15, 18, 32, 0) 34%),
        radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.08), rgba(15, 18, 32, 0) 28%),
        linear-gradient(180deg, #161b2d 0%, #101423 100%);
}

html[data-theme="light"] {
    --mumbai-bg: #f7f4ea;
    --mumbai-bg-solid: #f7f4ea;
    --mumbai-panel: #ffffff;
    --mumbai-panel-soft: #fff9e9;
    --mumbai-panel-softer: #f4efe1;
    --mumbai-border: #e5dcc6;
    --mumbai-muted: #6b7280;
    --mumbai-accent: #c98d00;
    --mumbai-accent-soft: #9a6a00;
    --mumbai-danger: #d94841;
    --mumbai-text: #182033;
    --mumbai-title-text: #182033;
    --mumbai-badge-border: rgba(201, 141, 0, 0.2);
    --mumbai-badge-bg: rgba(201, 141, 0, 0.08);
    --mumbai-panel-bg: rgba(255, 255, 255, 0.95);
    --mumbai-shell-bg: linear-gradient(180deg, rgba(255, 249, 233, 0.98), rgba(244, 239, 225, 0.98));
    --mumbai-disclaimer-bg: linear-gradient(180deg, rgba(255, 241, 236, 0.98), rgba(255, 248, 245, 0.98));
    --mumbai-disclaimer-border: #f1b3aa;
    --mumbai-theme-button-bg: rgba(24, 32, 51, 0.06);
    --mumbai-theme-button-bg-hover: rgba(24, 32, 51, 0.12);
    --mumbai-theme-button-text: #182033;
    --mumbai-refresh-button-bg: rgba(250, 204, 21, 0.16);
    --mumbai-refresh-button-bg-hover: rgba(250, 204, 21, 0.28);
    --mumbai-refresh-button-text: #9a6a00;
    --mumbai-refresh-button-hover-text: #182033;
    --mumbai-body-gradient:
        radial-gradient(circle at top, rgba(240, 196, 76, 0.18), rgba(247, 244, 234, 0) 34%),
        radial-gradient(circle at bottom left, rgba(115, 138, 196, 0.12), rgba(247, 244, 234, 0) 28%),
        linear-gradient(180deg, #fffdf6 0%, #f7f4ea 100%);
}

body.mumbai-body {
    min-height: 100vh;
    color: var(--mumbai-text);
    font-family: "Instrument Sans", sans-serif;
    background-color: #fc9;
    background-image: #fc9;
    overflow-x: hidden;
}

.mumbai-wrapper {
    min-height: 100vh;
    padding: 15px ;
}

.page-toolbar {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.mumbai-title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.mumbai-title-pink {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
}
.bg-yellow{
    background-color: #ff0;
}
.mumbai-title-red {
    background: #8f0000;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    font-style: italic;
    font-family: Helvetica, sans-serif;
    font-size: 1.75rem;
    text-align: center;
    justify-content: center;
}

.mumbai-heading {
    color: var(--mumbai-title-text);
}

.mumbai-accent {
    color: var(--mumbai-accent);
}

.info-panel,
.game-card,
.disclaimer-box,
.refresh-button,
.number-shell,
.swatch-shell {
    border: 1px solid var(--mumbai-border);
}

.info-panel,
.game-card {
    background: var(--mumbai-panel-bg);
}

.info-panel {
    border-radius: 1.25rem;
    color: var(--mumbai-muted);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

#ui-updated-date {
    justify-self: start;
    text-align: left;
}

#ui-live-time {
    justify-self: end;
    text-align: right;
}

.status-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    /* border: 1px solid var(--mumbai-badge-border); */
    /* background: var(--mumbai-badge-bg); */
    /* border-radius: 999px; */
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    /* letter-spacing: 0.18em; */
    font-style: italic;
    padding: 0.65rem 1rem;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid #ff182c;
    /* text-shadow: 1px 1px 2px #000; */
    width: 100%;
    text-align: center;
    font-family: Helvetica, sans-serif;
    justify-content: center;
}

.theme-switcher {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--mumbai-border);
    background: var(--mumbai-theme-button-bg);
    color: var(--mumbai-theme-button-text);
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.75rem 1.35rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.theme-switcher:hover {
    background: var(--mumbai-theme-button-bg-hover);
    transform: translateY(-1px);
}

.jodi-button {
    border: 1px solid var(--mumbai-border);
    background: rgba(68, 90, 170, 0.12);
    border-radius: 999px;
    color: var(--mumbai-title-text);
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.55rem 1.1rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jodi-button:hover {
    background: rgba(68, 90, 170, 0.2);
    transform: translateY(-1px);
}

/* .hero-badge::before,
.hero-badge::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--mumbai-accent);
    box-shadow: 0 0 0 0.25rem rgba(250, 204, 21, 0.14);
} */

.signal-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.04);
}

.live-results {
    color: var(--mumbai-accent);
    letter-spacing: 0.28em;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.welcome-message {
    color: var(--mumbai-title-text);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

.game-card {
    border-radius: 1.65rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
    overflow: hidden;
    position: relative;
}
.game-card-new{
    border: 1px solid #ff0018;
    border-radius: 10px;
    /* box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18); */
    overflow: hidden;
    position: relative;

}
.game-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, rgba(250, 204, 21, 0.8), rgba(250, 204, 21, 0.1));
}

.slot-info-panel {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--mumbai-border);
    background: var(--mumbai-shell-bg);
    border-radius: 1.25rem;
}

.slot-market-label {
    color: var(--mumbai-accent);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.slot-date-label {
    color: var(--mumbai-muted);
    font-size: 0.92rem;
    margin-top: 0.45rem;
}

.market-banner-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem 0.9rem;
    /* border: 2px solid #ffd54d; */
    border-radius: 1rem;
    /* background: linear-gradient(180deg, #ffd200, #ffc400); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38); */
}

.market-side-pill {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    /* min-width: 64px; */
    /* min-height: 32px; */
    /* padding: 0.35rem 0.7rem; */
    /* border-radius: 0.55rem; */
    /* background: linear-gradient(180deg, #ff3e3e, #cf1010); */
    color: #ffffff;
    /* font-size: 1rem; */
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    text-decoration: none;
    /* box-shadow: 0 3px 0 rgba(122, 0, 0, 0.25); */
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18); */

    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 0 0 0;
    display: block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: -6px;
    border: 1px solid #e6e6e6;
    background: #522f92;
}

.market-banner-center {
    text-align: center;
    color: #001bb7;
}

.market-banner-title {
    /* font-family: "Space Grotesk", sans-serif; */
    /* font-size: clamp(1.5rem, 3vw, 2.1rem); */
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45); */
    font-size: 22px;
    color: #00094d;
    text-shadow: 2px 2px 3px #fff;
}

.market-banner-result {
    /* margin-top: 0.25rem; */
    color: #520079;
    /* font-size: clamp(1.9rem, 3.6vw, 2.5rem); */
    font-weight: 900;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); */
    margin: 0;
    font-size: 22px;
    line-height: 1;
    background: -webkit-linear-gradient(#4500bf, #670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 5px;
/*     text-shadow: 2px 2px 3px #fff; */
}

.market-banner-time {
    /* margin-top: 0.3rem; */
    /* color: #ff1f48; */
    /* font-size: 1rem; */
    font-weight: 800;
    font-style: italic;
    line-height: 1.1;

    font-size: 15px;
    padding: 2px 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
}

.market-banner-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 0.8rem;
    margin-top: 0.55rem;
    color: #6f1d1b;
    font-size: 0.82rem;
    font-weight: 700;
}

.result-summary {
    border: 1px solid var(--mumbai-border);
    background: var(--mumbai-panel-bg);
    border-radius: 1.75rem;
    padding: 1.5rem;
}

.result-block {
    flex: 1 1 0;
    min-width: 8rem;
    padding: 1.25rem 1rem;
    border-radius: 1.25rem;
    border: 1px solid var(--mumbai-border);
    background: rgba(255, 255, 255, 0.04);
}

.result-block--jodi {
    background: rgba(250, 204, 21, 0.12);
    border-color: rgba(250, 204, 21, 0.4);
}

.result-block__label {
    color: var(--mumbai-muted);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.result-block__value {
    color: var(--mumbai-danger);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 0.95;
    min-height: 3rem;
}

.result-block__sub {
    color: var(--mumbai-muted);
    font-size: 0.95rem;
    margin-top: 0.75rem;
}

.status-badge {
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.45rem 0.9rem;
}

.status-completed {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

.status-live {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.status-upcoming {
    background: rgba(107, 114, 128, 0.18);
    color: #cbd5e1;
}

.game-meta {
    color: var(--mumbai-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.slot-side-right {
    text-align: right;
    margin-left: auto;
}

.slot-side-right .game-meta {
    text-align: right;
}

.number-shell,
.swatch-shell {
    background: transparent;
    border-radius: 1.25rem;
    min-height: 11rem;
}

.swatch-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}

.colour-swatch {
    width: 6rem;
    height: 7rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(15, 18, 32, 0.18);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
}

.colour-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.colour-swatch.is-empty {
    opacity: 0;
    box-shadow: none;
}

.colour-label {
    color: var(--mumbai-muted);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.colour-name {
    color: var(--mumbai-title-text);
    font-size: 2.05rem;
    font-weight: 700;
}

.number-display {
    color: var(--mumbai-danger);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0.5rem 1.8rem rgba(255, 90, 82, 0.22);
}

.number-caption {
    color: var(--mumbai-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.number-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    width: 100%;
    max-width: 255px;
    min-height: 21rem;
    margin: 0 auto;
}

.result-board__column {
    min-width: 0;
}

.refresh-button {
    /* background: var(--mumbai-refresh-button-bg); */
    border-radius: 0;
    /* color: var(--mumbai-refresh-button-text); */
    /* cursor: pointer; */
    /* font-size: 0.8rem; */
    font-weight: 700;
    letter-spacing: 0.04em;
    /* padding: 0.55rem 1.1rem; */

    border: 1px solid #e6e6e6;
    background: #522f92;
    color: #fff;
    padding: 5px 7px;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
}

/* .refresh-button:hover {
    background: var(--mumbai-refresh-button-bg-hover);
    color: var(--mumbai-refresh-button-hover-text);
} */

.refresh-button:disabled {
    opacity: 0.75;
    cursor: wait;
}

.panel-chart-body {
    background: var(--mumbai-bg);
}

.chart-header {
    /* border: 1px solid var(--mumbai-border); */
    background: #fc9;
    /* border-radius: 1rem; */
    padding: 1rem 1.25rem;
    /* box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12); */
}

.chart-page-title {
    color: var(--mumbai-text);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.chart-page-subtitle {
    margin-top: 0.5rem;
    color: var(--mumbai-muted);
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}

.chart-back-link,
.chart-jump-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    border: 2px solid var(--mumbai-border);
    background: var(--mumbai-panel);
    color: var(--mumbai-text);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.chart-back-link:hover,
.chart-jump-button:hover {
    transform: translateY(-1px);
    background: var(--mumbai-panel-soft);
}

.panel-highlight {
    display: inline-block;
    background: var(--mumbai-panel-soft);
    border: 3px solid var(--mumbai-border);
    border-radius: 1.5rem;
    color: var(--mumbai-text);
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
}

.chart-grid-table {
    border-collapse: collapse;
    width: 100%;
    background: var(--mumbai-panel);
    color: var(--mumbai-text);
    /* border: 4px solid var(--mumbai-border); */
}

.chart-grid-table th,
.chart-grid-table td {
    border: 2px solid #000;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.chart-grid-table th {
    background: var(--mumbai-panel-soft);
    color: var(--mumbai-text);
    font-size: 0.9rem;
    font-weight: 900;
}

.date-range-cell {
    font-weight: 900;
    color: var(--mumbai-accent);
    text-align: center;
    padding: 5px;
    width: 12rem;
    font-size: 0.95rem;
    line-height: 1.05;
    white-space: nowrap;
}

.date-range-line,
.date-range-separator {
    display: block;
}

.date-range-line {
    color: var(--mumbai-text);
    font-weight: 900;
}

.date-range-separator {
    color: var(--mumbai-accent);
    font-style: italic;
    font-weight: 800;
    margin: 0.12rem 0;
}

.panel-number-cell {
    padding: 0.28rem 0.22rem !important;
    min-width: 8rem;
}

.panel-cell {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    justify-items: center;
    gap: 0.2rem;
    min-height: 5rem;
    white-space: nowrap;
}

.panel-side-column {
    display: grid;
    gap: 0.15rem;
    align-items: center;
    justify-items: center;
}

.panel-side-column--open {
    grid-row: 1 / span 3;
    grid-column: 1;
}

.panel-side-column--close {
    grid-row: 1 / span 3;
    grid-column: 3;
}

.panel-side-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mumbai-text);
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    min-width: 2rem;
    min-height: 1.3rem;
}

.panel-jodi-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: 2;
    grid-column: 2;
    min-width: 2.2rem;
    min-height: 2.6rem;
    padding: 0;
    color:#000;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.chart-week-row td,
.chart-week-meta-row td {
    background: var(--mumbai-panel);
}

.chart-month-title {
    /* margin: 1.25rem 0 0.75rem; */
    color: var(--mumbai-text);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.chart-panel__title {
    /* margin-bottom: 1rem; */
    font-size: 1.05rem;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    background: #3f51b5;
}

.chart-header,
.panel-highlight,
.chart-back-link,
.chart-jump-button {
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12); */
}

.jodi-panel {
    background: var(--mumbai-shell-bg);
    border: 1px solid var(--mumbai-border);
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.jodi-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.jodi-panel__title {
    color: var(--mumbai-title-text);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jodi-panel__subtitle,
.jodi-panel__count,
.jodi-empty {
    color: var(--mumbai-muted);
    font-size: 0.92rem;
}

.jodi-table {
    color: var(--mumbai-text);
    vertical-align: middle;
}

.jodi-table thead th {
    border-bottom: 1px solid var(--mumbai-border);
    color: var(--mumbai-accent-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.jodi-table tbody td {
    border-color: var(--mumbai-border);
    font-weight: 600;
    white-space: nowrap;
}

.jodi-empty {
    padding: 0.25rem 0;
}

.disclaimer-box {
    /* background: var(--mumbai-disclaimer-bg); */
    border: 2px solid #ff182c;
    border-radius: 10px;
    color: var(--mumbai-muted);
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    /* font-size: 12px; */
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    opacity: .9;
}

.disclaimer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.disclaimer-text {
    flex: 1;
}

.disclaimer-link {
    border: 1px solid var(--mumbai-disclaimer-border);
    background: transparent;
    color: #1a237e;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 1rem;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.disclaimer-link:hover {
    background: rgba(217, 72, 65, 0.08);
}

.disclaimer-box strong {
    color:#1a237e;
}

.disclaimer-modal {
    background: #fc9;
    border: 2px solid #ff0016;
    border-radius: 1.5rem;
    color: var(--mumbai-text);
}

.disclaimer-modal-title {
    color: var(--mumbai-title-text);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.disclaimer-close-btn {
    border: 1px solid var(--mumbai-border);
    background: var(--mumbai-theme-button-bg);
    color: var(--mumbai-theme-button-text);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.6rem 1.25rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.disclaimer-close-btn:hover {
    background: var(--mumbai-theme-button-bg-hover);
}



body {
    font-family: 'Instrument Sans', 'Space Grotesk', Arial, sans-serif;
    background: #f8fafc;
    color: #222;
}

.admin-dashboard-body {
    --admin-bg: #f8fafc;
    --admin-text: #232946;
    --admin-surface: #ffffff;
    --admin-surface-soft: #f8fafc;
    --admin-border: #e0e6ed;
    --admin-shadow: 0 10px 24px rgba(35, 41, 70, 0.06);
    --admin-sidebar-bg: #232946;
    --admin-sidebar-text: #ffffff;
    --admin-sidebar-link: #b8c1ec;
    --admin-sidebar-link-active-bg: #f4d35e;
    --admin-sidebar-link-active-text: #232946;
    --admin-muted: #8a8fa3;
    --admin-accent: #f4d35e;
    --admin-accent-text: #ffffff;
    --admin-table-head-bg: #f7f9fc;
    --admin-table-row-bg: #ffffff;
    --admin-table-row-hover: #f8fafc;
    --admin-input-bg: #ffffff;
    --admin-button-primary: #232946;
    --admin-button-primary-hover: #38406d;
    --admin-theme-btn-bg: #ffffff;
    --admin-theme-btn-text: #232946;
    --admin-theme-btn-hover-bg: #232946;
    --admin-theme-btn-hover-text: #ffffff;
    --admin-profile-gradient: linear-gradient(135deg, #232946 0%, #4c5aa8 100%);
}

html[data-admin-theme="dark"] .admin-dashboard-body {
    --admin-bg: #1a2236;
    --admin-text: #eef2ff;
    --admin-surface: #24304a;
    --admin-surface-soft: #2b3754;
    --admin-border: #364461;
    --admin-shadow: 0 18px 32px rgba(8, 15, 30, 0.18);
    --admin-sidebar-bg: #1d2740;
    --admin-sidebar-text: #f8fafc;
    --admin-sidebar-link: #c3cde4;
    --admin-sidebar-link-active-bg: #f4d35e;
    --admin-sidebar-link-active-text: #172033;
    --admin-muted: #b2bdd6;
    --admin-accent: #f4d35e;
    --admin-accent-text: #172033;
    --admin-table-head-bg: #2d3a58;
    --admin-table-row-bg: #24304a;
    --admin-table-row-hover: #2b3856;
    --admin-input-bg: #202b44;
    --admin-button-primary: #f4d35e;
    --admin-button-primary-hover: #ffd86c;
    --admin-theme-btn-bg: #24304a;
    --admin-theme-btn-text: #f8fafc;
    --admin-theme-btn-hover-bg: #f4d35e;
    --admin-theme-btn-hover-text: #172033;
    --admin-profile-gradient: linear-gradient(135deg, #1d4ed8 0%, #312e81 100%);
}

.sidebar {
    background: var(--admin-sidebar-bg);
    color: var(--admin-sidebar-text);
    min-height: 100vh;
    border-right: 1px solid var(--admin-border);
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.admin-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
    border: 1px solid var(--admin-border);
    border-radius: 12px;
    background: var(--admin-surface);
    color: var(--admin-text);
    box-shadow: var(--admin-shadow);
}

.admin-sidebar-toggle:hover {
    background: var(--admin-surface-soft);
    color: var(--admin-text);
}

.admin-sidebar-overlay {
    display: none;
}

.admin-shell-sidebar-collapsed .sidebar {
    display: none !important;
}

.admin-shell-sidebar-collapsed [data-admin-main] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.brand-badge {
    width: 48px;
    height: 48px;
    background: #f4d35e;
    color: #232946;
    border-radius: 12px;
    font-size: 2rem;
}
.brand-admin-text {
    font-weight: 700;
    letter-spacing: 1px;
}

.admin-brand-row {
    min-width: 0;
    flex-wrap: nowrap;
}

.admin-brand-title {
    min-width: 0;
    font-size: clamp(1.7rem, 2vw, 2.1rem);
    line-height: 1.05;
    white-space: nowrap;
}
.sidebar .nav-link {
    color: var(--admin-sidebar-link);
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
    background: var(--admin-sidebar-link-active-bg);
    color: var(--admin-sidebar-link-active-text);
}
.admin-title {
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-weight: 700;
}
.topbar {
    background: var(--admin-surface);
    border-bottom: 1px solid var(--admin-border);
    min-height: 64px;
    color: var(--admin-text);
}

.topbar-heading {
    min-width: 0;
}

.topbar-actions {
    min-width: 0;
}

.topbar-clock {
    white-space: nowrap;
}
.metric-card {
    background: var(--admin-surface);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(35, 41, 70, 0.04);
    border: 1px solid var(--admin-border);
    color: var(--admin-text);
}
.metric-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.metric-icon.warning { background: #f4d35e33; color: #f4d35e; }
.metric-icon.live { background: #e0e6ed; color: #232946; }
.metric-icon.completed { background: #b8c1ec33; color: #b8c1ec; }
.metric-icon.visitors { background: #eebbc3; color: #232946; }
.muted-label {
    color: var(--admin-muted);
    font-size: 0.95rem;
}
.status-pill {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f4d35e;
}
.publish-btn {
    background: #232946;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.2s;
}
.publish-btn:hover {
    background: #f4d35e;
    color: #232946;
}
.result-card {
    background: var(--admin-surface);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(35, 41, 70, 0.04);
    border: 1px solid var(--admin-border);
    color: var(--admin-text);
}
.result-badge {
    background: #f4d35e;
    color: #232946;
    border-radius: 8px;
    padding: 4px 12px;
    font-weight: 600;
}
.result-action {
    background: #b8c1ec;
    color: #232946;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    padding: 6px 16px;
    transition: background 0.2s;
}
.result-action:hover {
    background: #f4d35e;
    color: #232946;
}
.session-card {
    background: var(--admin-surface-soft);
    border-radius: 16px;
    border: 1px solid var(--admin-border);
    box-shadow: 0 1px 4px rgba(35, 41, 70, 0.03);
    color: var(--admin-text);
}
.session-icon {
    width: 40px;
    height: 40px;
    background: #b8c1ec;
    color: #232946;
    border-radius: 8px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-chip {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
}
.avatar {
    width: 40px;
    height: 40px;
    background: #b8c1ec;
    color: #232946;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
}
.theme-toggle {
    background: var(--admin-theme-btn-bg);
    color: var(--admin-theme-btn-text);
    border: 1px solid var(--admin-border);
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.theme-toggle:hover {
    background: var(--admin-theme-btn-hover-bg);
    color: var(--admin-theme-btn-hover-text);
}
.logout-button {
    background: #eebbc3;
    color: #232946;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}
.logout-button:hover {
    background: #f4d35e;
    color: #232946;
}

.admin-profile-card {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    border: 1px solid var(--admin-border);
    border-radius: 18px;
    background: var(--admin-surface);
    box-shadow: var(--admin-shadow);
}

.admin-profile-avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--admin-profile-gradient);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.admin-profile-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.admin-profile-name {
    color: var(--admin-text);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.admin-profile-role {
    color: var(--admin-muted);
    font-size: 0.85rem;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.admin-dashboard-body {
    background: var(--admin-bg);
    color: var(--admin-text);
    background-image:
        radial-gradient(circle at top right, rgba(244, 211, 94, 0.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(96, 124, 201, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.admin-dashboard-body main,
.admin-dashboard-body .text-secondary,
.admin-dashboard-body .small,
.admin-dashboard-body .form-control,
.admin-dashboard-body .form-select,
.admin-dashboard-body .table,
.admin-dashboard-body .modal-content,
.admin-dashboard-body .modal-title {
    color: var(--admin-text);
}

.admin-dashboard-body .text-warning {
    color: var(--admin-accent) !important;
}

.admin-dashboard-body .btn-primary {
    background: var(--admin-button-primary);
    border-color: var(--admin-button-primary);
    color: var(--admin-accent-text);
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(35, 41, 70, 0.12);
    min-height: 46px;
    padding: 0.75rem 1.25rem;
}

.admin-dashboard-body .btn,
.admin-dashboard-body button,
.admin-dashboard-body input[type="submit"],
.admin-dashboard-body input[type="button"] {
    font-size: 1rem;
    font-weight: 700;
    min-height: 46px;
    padding: 0.75rem 1.25rem;
    text-align: center;
}

.admin-dashboard-body .btn-primary:hover,
.admin-dashboard-body .btn-primary:focus {
    background: var(--admin-button-primary-hover);
    border-color: var(--admin-button-primary-hover);
    color: var(--admin-accent-text);
}

.admin-dashboard-body .btn-warning {
    border-radius: 10px;
    border-width: 1px;
}

.admin-dashboard-body .btn-outline-secondary,
.admin-dashboard-body .btn-success,
.admin-dashboard-body .btn-warning,
.admin-dashboard-body .result-action,
.admin-dashboard-body .publish-btn,
.admin-dashboard-body .theme-toggle,
.admin-dashboard-body .logout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.admin-dashboard-body .form-control,
.admin-dashboard-body .form-select {
    background: var(--admin-input-bg);
    border: 1px solid var(--admin-border);
    color: var(--admin-text);
    border-radius: 14px;
    min-height: 46px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    text-align: center;
}

.admin-dashboard-body .form-control:focus,
.admin-dashboard-body .form-select:focus {
    background: var(--admin-input-bg);
    color: var(--admin-text);
    border-color: var(--admin-accent);
    box-shadow: 0 0 0 0.25rem rgba(244, 211, 94, 0.15);
}

.admin-dashboard-body .form-label {
    color: var(--admin-text);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
}

.admin-filter-form > [class*="col-"] {
    min-width: 0;
}

.admin-filter-field {
    min-width: 0;
}

.admin-filter-sub-slot,
.admin-filter-date,
.admin-filter-slot-time,
.admin-filter-per-page {
    min-width: 11rem;
}

.admin-form-actions {
    align-items: center;
    justify-content: flex-start;
}

.admin-dashboard-body .alert-danger {
    border: 1px solid rgba(217, 72, 65, 0.28);
    background: rgba(217, 72, 65, 0.08);
    color: #d94841;
    border-radius: 16px;
}

.admin-dashboard-body .table-responsive {
    border: 1px solid var(--admin-border);
    border-radius: 18px;
    overflow: hidden;
    overflow-x: auto;
    background: var(--admin-surface);
}

.result-table {
    margin-bottom: 0;
    color: var(--admin-text);
    table-layout: auto;
}

.result-table thead th {
    background: var(--admin-table-head-bg);
    color: var(--admin-text);
    border-bottom: 1px solid var(--admin-border);
    border-top: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 1rem 1.1rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.result-table thead th:first-child {
    border-top-left-radius: 18px;
}

.result-table thead th:last-child {
    border-top-right-radius: 18px;
}

.result-table tbody tr {
    background: var(--admin-table-row-bg);
    transition: background-color 0.2s ease;
}

.result-table tbody tr:hover {
    background: var(--admin-table-row-hover);
}

.result-table tbody td {
    border-color: var(--admin-border);
    color: var(--admin-text);
    padding: 1rem 1.1rem;
    vertical-align: middle;
}

.result-table tbody td:last-child {
    white-space: nowrap;
}

.result-table .btn {
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.88rem;
    min-height: 38px;
    padding: 0.5rem 0.9rem;
    line-height: 1.1;
}

.result-table .text-end .btn + .btn,
.result-table td .btn + .btn {
    margin-left: 0.5rem;
}

.responsive-table-wrapper {
    border: 1px solid var(--admin-border);
    border-radius: 22px;
    overflow: hidden;
    background: var(--admin-surface);
    box-shadow: var(--admin-shadow);
    width: 100%;
}

.result-table.table > :not(caption) > * > * {
    background-color: transparent;
    box-shadow: none;
}

.result-card {
    box-shadow: var(--admin-shadow);
}

.admin-dashboard-body .toast {
    border-radius: 16px;
}

.admin-result-modal-dialog {
    max-width: 920px;
}

.admin-result-modal-content {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 25, 45, 0.18);
}

.admin-result-modal-header {
    padding: 1.5rem 1.75rem 1rem;
    border-bottom: 1px solid var(--admin-border);
    background:
        linear-gradient(180deg, rgba(244, 211, 94, 0.08), rgba(244, 211, 94, 0)),
        var(--admin-surface);
}

.admin-result-modal-kicker {
    color: var(--admin-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.admin-result-modal-body {
    padding: 1.5rem 1.75rem 1.75rem;
    background: var(--admin-surface);
}

.admin-result-modal-footer {
    border-top: 0;
    padding: 1.25rem 0 0;
    margin-top: 0.5rem;
}

.admin-result-cancel-btn {
    border-radius: 12px;
    font-weight: 700;
    padding: 0.75rem 1.2rem;
}

.admin-edit-modal-dialog {
    max-width: 760px;
}

.admin-edit-modal-content {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 25, 45, 0.18);
}

.admin-edit-modal-header {
    padding: 1.5rem 1.75rem 1rem;
    border-bottom: 1px solid var(--admin-border);
    background:
        linear-gradient(180deg, rgba(244, 211, 94, 0.08), rgba(244, 211, 94, 0)),
        var(--admin-surface);
}

.admin-edit-modal-kicker {
    color: var(--admin-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.admin-edit-modal-body {
    padding: 1.5rem 1.75rem 1.75rem;
    background: var(--admin-surface);
}

.admin-edit-modal-footer {
    border-top: 0;
    padding: 1.25rem 0 0;
    margin-top: 0.5rem;
}

.admin-edit-cancel-btn {
    border-radius: 12px;
    font-weight: 700;
    padding: 0.75rem 1.2rem;
}

html[data-admin-theme="dark"] .admin-dashboard-body .vr {
    opacity: 0.25;
}

html[data-admin-theme="dark"] .admin-dashboard-body .text-secondary,
html[data-admin-theme="dark"] .admin-dashboard-body .small,
html[data-admin-theme="dark"] .admin-dashboard-body .game-meta {
    color: var(--admin-muted) !important;
}

html[data-admin-theme="dark"] .admin-dashboard-body .form-control,
html[data-admin-theme="dark"] .admin-dashboard-body .form-select,
html[data-admin-theme="dark"] .admin-dashboard-body .modal-content {
    background: var(--admin-surface);
    border-color: var(--admin-border);
    color: var(--admin-text);
}

html[data-admin-theme="dark"] .admin-dashboard-body .table-responsive,
html[data-admin-theme="dark"] .admin-dashboard-body .metric-card,
html[data-admin-theme="dark"] .admin-dashboard-body .result-card,
html[data-admin-theme="dark"] .admin-dashboard-body .admin-profile-card,
html[data-admin-theme="dark"] .admin-dashboard-body .topbar {
    box-shadow: 0 18px 36px rgba(10, 18, 34, 0.16);
}

html[data-admin-theme="dark"] .admin-dashboard-body .btn-warning {
    color: #172033;
}

html[data-admin-theme="dark"] .admin-dashboard-body .btn-close {
    filter: invert(1);
}

html[data-admin-theme="dark"] .admin-result-modal-content {
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html[data-admin-theme="dark"] .admin-edit-modal-content {
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html[data-admin-theme="dark"] .admin-dashboard-body .modal-content .btn-close {
    filter: invert(1);
}

/* Responsive Tweaks */




.admin-login-body {
    min-height: 100vh;
    margin: 0;
    font-family: "Instrument Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(244, 211, 94, 0.24), transparent 24%),
        radial-gradient(circle at bottom right, rgba(184, 193, 236, 0.24), transparent 20%),
        linear-gradient(135deg, #f6f2e8 0%, #eef3fb 100%);
    color: #232946;
}

.admin-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.admin-login-card {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    border: 1px solid rgba(35, 41, 70, 0.08);
    border-radius: 2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 2rem 4rem rgba(35, 41, 70, 0.12);
    backdrop-filter: blur(14px);
}

.admin-login-panel {
    padding: 3rem;
}

.admin-login-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(244, 211, 94, 0.5);
    border-radius: 999px;
    background: rgba(244, 211, 94, 0.14);
    color: #9a6a00;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.7rem 1rem;
}

.admin-login-title {
    margin: 1.5rem 0 0.75rem;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1;
}

.admin-login-subtitle {
    max-width: 34rem;
    color: #5f6683;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.admin-login-alert {
    border: 1px solid rgba(217, 72, 65, 0.25);
    background: rgba(217, 72, 65, 0.08);
    color: #b42318;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
}

.admin-login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.admin-login-field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.admin-login-label {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4f5876;
}

.admin-login-input {
    min-height: 3.6rem;
    border: 1px solid rgba(35, 41, 70, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #232946;
    font-size: 1rem;
    padding: 0.9rem 1rem;
    box-shadow: none;
}

.admin-login-input:focus {
    border-color: rgba(244, 211, 94, 0.9);
    box-shadow: 0 0 0 0.25rem rgba(244, 211, 94, 0.16);
}

.admin-login-button {
    margin-top: 0.75rem;
    border: none;
    border-radius: 1rem;
    background: linear-gradient(135deg, #232946 0%, #38406d 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.95rem 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-login-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 1rem 2rem rgba(35, 41, 70, 0.18);
}

.admin-login-aside {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(160deg, #232946 0%, #1d2440 100%);
    color: #ffffff;
}

.admin-login-aside-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2.25rem;
}

.admin-login-orb {
    position: absolute;
    top: 2rem;
    right: -2rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 211, 94, 0.45) 0%, rgba(244, 211, 94, 0) 70%);
    filter: blur(6px);
}

.admin-login-aside-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.admin-login-aside-copy {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.admin-login-points {
    display: grid;
    gap: 1rem;
}

.admin-login-point {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: rgba(255, 255, 255, 0.88);
}

.admin-login-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #f4d35e;
    box-shadow: 0 0 0 0.35rem rgba(244, 211, 94, 0.12);
    flex-shrink: 0;
}



.chart-page {
    /* max-width: 1280px; */
}
.chart-result{
    margin: 6px 2px;
    line-height: 1.4;
    font-size: 14px;
    padding: 4px 10px;
    color: #00094d;
    text-shadow: 2px 2px 3px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    border: 1px solid black;
}
.chart-result-heading{
    font-size: 22px;
    color: #00094d;
    text-shadow: 2px 2px 3px #fff;
    font-weight: 700;
}
.chart-hero {
    position: relative;
    overflow: hidden;
    padding: 10px;
    /* border: 1px solid var(--mumbai-border); */
    border-radius: 10px;
    background: #fc9;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18); */
    color: var(--mumbai-title-text);
}

.chart-hero--reference {
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 222, 187, 0.98), rgba(255, 202, 145, 0.95)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 55%);
}

.chart-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 58%); */
    pointer-events: none;
}

.chart-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: var(--mumbai-theme-button-bg);
    color: var(--mumbai-theme-button-text);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid var(--mumbai-border);
}

.chart-market-name {
    margin-bottom: 0.5rem;
    color: #082785;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.chart-highlight {
    font-family: "Space Grotesk", sans-serif;
    /* font-size: clamp(2rem, 5vw, 3rem); */
    line-height: 1;
    font-weight: 700;
    /* color: var(--mumbai-accent); */
    color: #880e4f;
    text-shadow: 1px 1px 2px #ffe2c6;
    font-size: 21px;
}

.chart-hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.chart-meta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    border: 1px solid var(--mumbai-border);
    border-radius: 999px;
    background: var(--mumbai-panel);
    color: var(--mumbai-title-text);
    font-size: 0.92rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.chart-jump-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 220px; */
    /* padding: 0.95rem 1.25rem; */
    /* border: 1px solid var(--mumbai-border); */
    border-radius: 0;
    /* background: rgba(68, 90, 170, 0.18); */
    /* color: var(--mumbai-title-text); */
    /* text-decoration: none; */
    /* font-size: 1.3rem; */
    /* font-weight: 800; */
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12); */

    margin: 0 auto;
    background-color: #a0d5ff;
    color: #220c82;
    padding: 10px 30px;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    border: 2px solid #0000005c;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 1px 1px #00bcd4;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2), 0 6px 8px 0 rgba(0, 0, 0, .19);
    display: inline-block;
    transition: all .3s;
}

.chart-panel {
    overflow: hidden;
    border: 1px solid #000;
    /* border-radius: 28px; */
    background: var(--mumbai-panel-bg);
    /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14); */
}

.chart-panel--reference {
    /* border-radius: 18px; */
}

.chart-panel__title,
.chart-month-title {
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.chart-panel__title {
    padding: 10px;
    background: #3f51b5;
    color: #ffffff;
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
}

.chart-month-block + .chart-month-block {
    border-top: 1px solid var(--mumbai-border);
}

.chart-month-title {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--mumbai-border);
    background: #fc9;
    color: var(--mumbai-text);
}

.chart-grid-table {
    margin-bottom: 0;
    color: var(--mumbai-text);
    --bs-table-bg: transparent;
}

.chart-grid-table thead th {
    /* border: 1px solid var(--mumbai-border);
    background: var(--mumbai-panel-soft); */
    background-color: #ffc107;
    text-shadow: 1px 1px 2px #9a7400ab;
    color: var(--mumbai-text);
    text-align: center;
    font-size: 1.0rem;
    font-weight: 800;
    text-transform: uppercase;
}

.chart-grid-table--reference thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.chart-grid-table tbody td {
    min-width: 88px;
    /* border: 1px solid #000; */
    background: #fc9;
    color: var(--mumbai-text);
    text-align: center;
    vertical-align: middle;
    font-size: 1.15rem;
    font-weight: 800;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.text-red{
    color: red !important;
}
.text-red .panel-side-row, .text-red .panel-jodi-badge{
    color: red !important;
}

.chart-grid-table tbody tr:hover td {
    background: #fc9;
}

/* .chart-grid-table tbody td:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px rgba(68, 90, 170, 0.28);
} */

.chart-week-label {
    min-width: 150px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--mumbai-title-text);
    background: rgba(255, 255, 255, 0.06);
}

.chart-week-label small {
    display: block;
    margin-top: 0.15rem;
    color: var(--mumbai-muted);
    font-size: 0.74rem;
    font-weight: 700;
}

.chart-cell-box {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 247, 231, 0.35);
}

.chart-cell-box--empty {
    background: rgba(177, 29, 71, 0.06);
}

.chart-cell-value {
    line-height: 1.1;
    color: var(--mumbai-title-text);
}

.chart-cell-value--empty,
.chart-cell-empty {
    color: var(--mumbai-danger);
    letter-spacing: 0.08em;
}

.chart-cell-date {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #9b1239;
}

.chart-cell-empty {
    display: inline-block;
    padding: 0.2rem 0;
}

.chart-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.chart-status-badge--active {
    background: rgba(33, 152, 95, 0.12);
    color: #14724a;
}

.chart-status-badge--inactive {
    background: rgba(177, 29, 71, 0.1);
    color: #a01844;
}

/* DPBoss-style home */
body.dpboss-home {
    margin: 0;
    background: #ffcc99;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    overflow-x: hidden;
}

.dp-page {
    width: 100%;
    min-height: 100vh;
    padding: 1px 0 42px;
    background: #ffcc99;
    text-align: center;
    padding: 2px 5px;
}

.dp-box {
    margin: 0 0 6px;
    border: 2px solid #ff0018;
    border-radius: 9px;
    background: #ffcc99;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    font-style: italic;
}

.dp-logo-bar {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-logo {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
}

.dp-logo span {
    color: #ff0099;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 42px;
    font-style: italic;
    line-height: 1;
    margin-right: 2px;
    text-shadow: 1px 1px 0 #b2006a;
}

.dp-welcome {
    min-height: 84px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 4px;
}

.dp-welcome-img {
    width: 90px;
    height: 66px;
    object-fit: cover;
}

.dp-welcome-text {
    color: #000;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
    text-shadow: 2px 2px 3px #fff;
}

.dp-intro {
    padding: 2px 5px 3px;
}

.dp-intro h1 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.dp-intro p {
    margin: 4px 0 0;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 11px;
    text-shadow: none;
}

.dp-band {
    display: block;
    margin: 0;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    border-radius: 54px;
    background: #f7009b;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000000;
}

.dp-lucky {
    border-radius: 11px;
}

.dp-lucky-grid {
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    color: #001ca8;
}

/* .dp-lucky-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 10px;
    line-height: 1.05;
} */

.dp-lucky-grid > div + div {
    border-left: 1px solid #ff0018;
}

.dp-lucky-grid strong {
    font-size: 18px;
    color: #001699;
    text-shadow: 2px 2px 3px #fff;
}

.dp-lucky-grid span {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

/* .dp-lucky-grid div:last-child span {
    font-size: 15px;
} */

.dp-notice {
    padding: 8px 10px;
    color: #001ab0;
    font-size: 17px;
    line-height: 1.45;
}

.dp-notice h2,
.dp-bottom-notice h2 {
    margin: 0 0 2px;
    color: #ff00a2;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
}

.dp-notice p,
.dp-bottom-notice p,
.dp-app-panel p,
.dp-whatsapp p {
    margin: 0;
    font-weight: 600;
}

.dp-notice strong {
    color: #ff00a2;
    font-size: 20px;
}

.dp-app-panel {
    margin: 0 0 6px;
    padding: 10px 12px;
    border: 2px solid #ff0018;
    border-radius: 9px;
    background: #a40000;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.dp-pill-btn,
.dp-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    margin-top: 8px;
    padding: 8px 22px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    background: #123ed4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.dp-pill-btn-light {
    min-width: 180px;
    background: #ffffff;
    color: #0042c7;
}

.dp-live {
    border-radius: 12px;
}

.dp-live-caption {
    padding: 5px 10px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.dp-live-loading {
    min-height: 130px;
    padding: 2px 10px 8px;
    background: #ffcc99;
    color: #000000;
    text-align: center;
}

.dp-live-loading h3 {
    margin: 0;
    color: #001b86;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.05;
}

.dp-live-row {
    padding: 1px 10px 4px;
    border-top: 1px solid #ff0018;
    background: #ffcc99;
    color: #000000;
    text-align: center;
}

.dp-live-row h3 {
    margin: 0;
    color: #001b86;
    font-size: 23px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.05;
}

.dp-live-loading button {
    margin-top: 5px;
    padding: 4px 8px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background: #522f92;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.dp-live-row-loading {
    color: #8f004d;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
}

.dp-live-value {
    color: #8f004d;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.15;
}

.dp-live-news-line {
    margin-top: 6px;
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.dp-live-refresh {
    margin: 3px 0 2px;
    padding: 4px 8px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background: #522f92;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.dp-live-top {
    padding: 6px 10px 4px;
    border-bottom: 1px solid #b5a083;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
}

.dp-live-top h2 {
    margin: 0;
    color: #001b86;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
}

.dp-live-top strong {
    display: block;
    color: #8f004d;
    font-size: 20px;
    line-height: 1.2;
}

.dp-mini-ad {
    width: 250px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    padding: 8px 10px;
    border: 1px solid #111111;
    background: #ff0d0d;
    color: #ffff00;
    font-size: 20px;
    line-height: 1.08;
}

.dp-result-row {
    position: relative;
    /* min-height: 77px; */
    padding: 10px 84px;
    border-top: 1px solid #ff0018;
    background: #ffcc99;
    color: #000;
    text-align: center;
}
.dp-result-row.jodi-chart {
    position: relative;
    /* min-height: 77px; */
    padding: 10px 84px;
    border-bottom: 2px solid #00189f;
    border-top: none;
    background: #ffcc99;
    color: #000;
    text-align: center;
}
.jodi-chart-text{
    font-style: italic;
    color: #1a237e;
    text-shadow: 1px 1px 2px #fff;
}

.dp-result-row--highlight {
    background: #ffff00;
}

.dp-result-row h3 {
    margin: 0;
    color: #001b86;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
}

.dp-result-number {
    color: #8f004d;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
}

.dp-result-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 25px;
    padding: 4px 7px;
    border: 0;
    border-radius: 7px;
    background: #522f92;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.dp-result-row p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.dp-result-links {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.dp-result-links a {
    pointer-events: auto;
}

.dp-whatsapp {
    padding: 12px 10px;
    background: #ffd36b;
    color: #000;
    font-size: 15px;
    line-height: 2.6;
}

.dp-whatsapp-btn {
    background: #c0008b;
}

.dp-bottom-notice {
    margin: 8px 0px;
    padding: 8px 10px 10px;
    color: #000;
    font-size: 17px;
    line-height: 1.25;
}

.dp-bottom-notice h2 {
    margin: 0 -2px 2px;
    background: #bd0000;
    color: #ffffff;
}

.dp-bottom-notice strong {
    color: #522f92;
}

.dp-keywords {
    background: linear-gradient(187deg, #fc9 50%, #ffc387 50%);
    margin: 0 0px 6px;
    padding: 7px 12px;
    color: #00094d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    text-shadow: 2px 2px 3px #fff;
}

.dp-footer-band {
    margin: 0;
    font-size: 24px;
    border-color: #ffffff;
}

.dp-world-results {
    margin: 0 0px 6px;
}

.dp-info-wrap {
    margin: 0 0px 6px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    text-align: center;
}

.dp-info-hero {
    margin: 0 0 6px;
    padding: 2px 10px 4px 14px;
    border: 2px solid #0057ff;
    border-radius: 0 0 9px 9px;
    background: #ffcc99;
    line-height: 1.25;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

.dp-info-hero h2,
.dp-info-hero h3,
.dp-info-row h3 {
    cursor: pointer;
    text-transform: uppercase;
    color: #0013a5;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 800;
    font-size: 17px;
    padding: 4px 0 3px;
    border-top: 1.5px solid #e0557f;
    margin-top: 8px;
    font-style: italic;
    font-weight: 700;
    text-shadow: 2px 2px 3px #fff;

}

.dp-info-hero h2 {
    color: #000000;
    font-size: 14px;
    text-transform: none;
}

.dp-info-hero p,
.dp-info-row p {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    padding-bottom: 0;
    font-weight: 600;
    text-shadow: 1px 1px 2px #fff;
}

.dp-info-hero p:last-child,
.dp-info-row p:last-child {
    margin-bottom: 0;
}

.dp-chart-label {
    padding: 3px 10px;
    border: 2px solid #ff0018;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #ffcc99;
    color: #000000;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.dp-info-row {
    margin: 0;
    padding: 5px 14px 7px;
    border: 2px solid #ff0018;
    border-top-width: 1px;
    border-bottom-width: 0;
    background: #ffcc99;
    height: 118px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

.dp-info-row:last-child {
    border-bottom-width: 2px;
    border-radius: 0 0 8px 8px;
}

.dp-info-hero::-webkit-scrollbar,
.dp-info-row::-webkit-scrollbar {
    width: 12px;
}

.dp-info-hero::-webkit-scrollbar-track,
.dp-info-row::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.dp-info-hero::-webkit-scrollbar-thumb,
.dp-info-row::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid #ffcc99;
    border-radius: 999px;
}

.dp-info-hero,
.dp-info-row {
    scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.08);
    scrollbar-width: auto;
}

.dp-disclaimer-board {
    margin: 0 0px 34px;
    padding: 8px 12px 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 1.35;
}

.dp-disclaimer-board h2 {
    margin: -2px -4px 6px;
    padding: 2px 8px;
    background: transparent;
    color: #000000;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: none;
}

.dp-disclaimer-board p {
    font-size: 13px;
    color: #340d7a;
    padding: 2px 5px 5px;
    line-height: 1.2;
    text-shadow: 2px 2px 3px #fff;
}

.dp-disclaimer-warning {
    color: #001b86;
    font-size: 15px !important;
    font-style: italic;
}

.dp-matka-links,
.dp-keyword-cloud-board,
.dp-powered-by,
.dp-footer-mini {
    margin: 0 0px 6px;
    padding: 6px 12px 8px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.dp-matka-links h2,
.dp-powered-by h2 {
    margin: 0 0 4px;
    color: #000000;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
}

.dp-matka-links p {
    margin: 0;
    color: #b0005a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-shadow: 2px 2px 3px #fff;
}

.dp-keyword-cloud-board p {
    margin: 0;
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
    font-size: 14px;
    color: #bb2833;
}

.dp-powered-by {
    padding: 4px 12px;
}

.dp-powered-by h2 {
    font-size: 24px;
    font-style: normal;
}

.dp-footer-mini {
    margin-bottom: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.dp-footer-mini p {
    margin: 0;
    color: #1738b5;
    font-size: 13px;
    line-height: 1.25;
}

.dp-bottom-scroll {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: #123ed4;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.25;
    padding: 5px 0;
    text-shadow: 1px 1px 2px #000000;
}

.dp-bottom-scroll marquee {
    display: block;
}

.dp-whatsapp-float {
    position: fixed;
    bottom: 34px;
    z-index: 1040;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    text-decoration: none;
}

.dp-whatsapp-float--left {
    left: 12px;
}

.dp-whatsapp-float--right {
    right: 12px;
}

.dp-whatsapp-float svg {
    width: 27px;
    height: 27px;
    fill: #ffffff;
}
.bazar-section{
    border: 1px solid red;
    margin: 5px 0px;
}
.bombay_bazar{
    background: #ffd902;
    padding: 5px 10px;
    text-shadow: 2px 2px 3px #fff;
    display: block;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 2.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bombay_bazar h4 {
    font-size: 24px;
    font-weight: 900;
    text-shadow: 2px 2px 3px #fff;
    margin-bottom: 0;
}
.wheel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}
.wheel-container {
    position: relative;
    width: 240px;
    height: 240px;
}
.spin-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
    color: #039;
    text-shadow: 0 0 4px #fff;
    z-index: 2;
}
.wheel-image {
    width: 100%;
    height: 100%;
    animation: spin 5s linear infinite;
}
.amthltg {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 5px;
    height:50px;
}
.amthltg p {
    animation: amthltg 2s linear infinite;
    font-size: 14px;
    margin-top: 20px;
    color: #000b65;
    text-shadow: none;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .admin-shell-sidebar-collapsed .sidebar,
    .admin-shell-sidebar-expanded .sidebar {
        display: flex !important;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1045;
        width: min(320px, 86vw);
        max-width: 320px;
        min-height: 100vh;
        overflow-y: auto;
        border-right: 1px solid var(--admin-border);
        border-bottom: 0;
        box-shadow: 0 24px 50px rgba(10, 18, 34, 0.22);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .admin-sidebar-overlay {
        position: fixed;
        inset: 0;
        z-index: 1040;
        display: block;
        background: rgba(15, 23, 42, 0.42);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .admin-shell-sidebar-collapsed .sidebar {
        transform: translateX(calc(-100% - 1.5rem));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .admin-shell-sidebar-collapsed .admin-sidebar-overlay {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .admin-shell-sidebar-expanded {
        overflow: hidden;
    }

    .responsive-table-wrapper {
        border-radius: 20px;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .responsive-table {
        min-width: 920px !important;
    }

    .responsive-table thead th,
    .responsive-table tbody td {
        font-size: 0.92rem;
        padding: 0.85rem 0.9rem;
    }

    .admin-brand-title {
        font-size: 1.85rem;
    }

    .admin-login-card {
        grid-template-columns: 1fr;
    }

    .admin-login-aside {
        min-height: 280px;
    }
}
@media (max-width: 767.98px) {
    .page-toolbar {
        margin-bottom: 1rem;
    }

    .info-panel {
        gap: 0.75rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    #ui-updated-date,
    #ui-live-time {
        justify-self: center;
        text-align: center;
    }

    .game-card {
        padding: 1.5rem !important;
    }

    .market-banner-card {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 1rem 0.85rem;
    }

    .game-card > .d-flex:first-child {
        margin-bottom: 1rem !important;
    }

    .slot-side-left .h5,
    .slot-side-right .h5 {
        font-size: 1rem;
    }

    .game-meta {
        font-size: 0.82rem;
    }

    .result-board {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(120px, 0.8fr) minmax(0, 1fr);
        align-items: stretch;
    }

    .result-board > .result-board__column {
        width: 100%;
    }

    .number-shell,
    .swatch-shell {
        min-height: 8rem;
    }

    .number-shell {
        max-width: 100%;
        min-height: 100%;
        padding: 1rem 0.75rem;
    }

    .number-display {
        min-height: auto;
        font-size: clamp(2rem, 8vw, 3rem);
        white-space: nowrap;
    }

    .number-caption {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .swatch-shell {
        padding: 1rem 0.75rem;
        justify-content: space-between;
    }

    .colour-card-image {
        width: min(100%, 140px);
        height: auto;
        max-height: 200px;
    }

    .colour-name {
        font-size: 1.05rem;
    }

    .refresh-button {
        margin-top: 1rem !important;
        font-size: 0.76rem;
        padding: 0.5rem 0.95rem;
    }

    .jodi-button {
        margin-top: 0.75rem !important;
        font-size: 0.76rem;
        padding: 0.5rem 0.95rem;
    }

    .jodi-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .theme-switcher {
        min-width: 120px;
        justify-content: center;
    }

    .disclaimer-content {
        flex-direction: column;
        align-items: stretch;
    }

    .disclaimer-link {
        width: 100%;
    }

    .chart-hero,
    .chart-panel {
        /* border-radius: 22px; */
    }

    .chart-grid-table thead th,
    .chart-grid-table tbody td {
        min-width: 110px;
        font-size: 1rem;
    }

    .chart-jump-button {
        width: 100%;
        min-width: 0;
    }

    .chart-hero-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .dp-logo-bar {
        min-height: 62px;
    }
   
    .dp-logo {
        font-size: 17px;
    }

    .dp-logo span {
        font-size: 34px;
    }

    .dp-welcome {
        grid-template-columns: 74px minmax(0, 1fr);
        min-height: 70px;
        padding: 7px;
    }

    .dp-welcome-img {
        width: 90px;
        height: 68px;
    }

    .dp-band {
        padding: 5px 8px;
        font-size: 20px;
        letter-spacing: 0;
    }

    .dp-lucky-grid {
        grid-template-columns: 1fr;
    }

    .dp-lucky-grid > div + div {
        border-top: 1px solid #ff0018;
        border-left: 0;
    }

    .dp-notice,
    .dp-bottom-notice,
    .dp-info-row {
        font-size: 15px;
    }

    .dp-info-hero {
        padding: 4px 8px;
    }

    .dp-info-hero h3,
    .dp-info-row h3 {
        font-size: 16px;
    }

    .dp-info-hero p,
    .dp-info-row p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .dp-result-row {
        padding: 5px 68px;
    }

    .dp-result-row h3,
    .dp-live-top h2,
    .dp-live-loading h3,
    .dp-live-row h3 {
        font-size: 20px;
    }

    .dp-live-caption {
        font-size: 18px;
    }

    .dp-live-row-loading,
    .dp-live-value,
    .dp-live-news-line {
        font-size: 18px;
    }

    .dp-mini-ad {
        font-size: 18px;
    }

    .dp-pill-btn,
    .dp-whatsapp-btn {
        min-width: min(230px, 90vw);
    }

    .dp-whatsapp-float {
        width: 42px;
        height: 42px;
        bottom: 32px;
    }

    .dp-whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 575.98px) {
    .admin-dashboard-body .px-4,
    .admin-dashboard-body .px-xl-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .admin-dashboard-body .result-card.p-4 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .topbar {
        padding: 1rem !important;
        align-items: stretch !important;
    }

    .topbar-heading {
        width: 100%;
        justify-content: flex-start;
        gap: 0.75rem !important;
    }

    .topbar-heading .vr {
        display: none;
    }

    .topbar-heading .admin-title {
        font-size: 1.9rem;
        line-height: 1.1;
    }
    .dp-welcome-text {
        text-align: center;
    }
    .topbar-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0.5rem !important;
        width: 100%;
        overflow-x: auto;
        justify-content: space-between;
    }

    .topbar-actions .search-shell,
    .topbar-actions form,
    .topbar-actions .admin-profile-card {
        min-width: 0;
        flex-shrink: 0;
    }

    .topbar-actions .search-shell {
        min-width: auto;
        gap: 0.3rem;
        margin-right: auto;
    }

    .topbar-actions .search-shell span {
        display: inline;
        font-size: 0.85rem;
        white-space: nowrap;
    }

    .topbar-actions .theme-toggle,
    .topbar-actions .logout-button {
        min-height: 44px;
        padding: 0.5rem 0.75rem !important;
        font-size: 0.9rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .topbar-actions .theme-toggle span,
    .topbar-actions .logout-button span {
        display: inline;
    }

    .topbar-actions form {
        margin: 0;
        flex-shrink: 0;
    }

    .topbar-actions .admin-profile-card {
        min-width: auto;
        padding: 0.35rem 0.5rem;
        flex-shrink: 0;
        gap: 0;
    }

    .topbar-actions .admin-profile-avatar {
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }

    .admin-profile-meta {
        display: none;
    }

    .admin-brand-title {
        font-size: 1.65rem;
    }

    .admin-filter-sub-slot,
    .admin-filter-date,
    .admin-filter-slot-time,
    .admin-filter-per-page {
        min-width: 0;
    }

    .admin-form-actions .btn {
        width: 100%;
    }

    .responsive-table {
        min-width: 860px !important;
    }

    .admin-login-shell {
        padding: 1rem;
    }
 

    .admin-login-panel,
    .admin-login-aside-inner {
        padding: 1.5rem;
    }

    .admin-login-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 420px) {
    .market-side-pill {
        min-width: 58px;
        min-height: 30px;
        font-size: 0.92rem;
    }
    .dp-welcome-text {
        text-align: center;
        font-size: 15px;
    }
    .market-banner-title {
        font-size: 1.2rem;
    }

    .market-banner-result {
        font-size: 1.65rem;
    }

    .market-banner-time {
        font-size: 0.88rem;
    }

    .market-banner-meta {
        font-size: 0.74rem;
    }

    .result-board {
        grid-template-columns: minmax(0, 1fr) minmax(105px, 0.78fr) minmax(0, 1fr);
    }

    .colour-card-image {
        width: min(100%, 120px);
        max-height: 170px;
    }

    .number-display {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .colour-name {
        font-size: 0.95rem;
    }
}
@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes amthltg{
    0% {
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -moz-transform: translate(0,-100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
.amthltg p:hover {
    animation-play-state: paused;
}



.final-ank-table tbody td {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.final-ank-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 42px;
    padding: 0 1rem;
    border: 1px solid rgba(37, 46, 89, 0.14);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(244, 211, 94, 0.18), rgba(244, 211, 94, 0.06));
    color: var(--admin-text);
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.final-ank-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 42px;
    border: 1px dashed var(--admin-border);
    border-radius: 12px;
    color: var(--admin-muted);
    font-weight: 700;
}

.final-ank-toggle-form {
    margin: 0;
}

.final-ank-toggle{
    border:none;
    background:none;
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}



.final-ank-toggle.is-active
.final-ank-toggle-switch{

    background:black;

}


.final-ank-toggle.is-active
.final-ank-toggle-knob{

    left:25px;

}
.final-ank-toggle-label{
    background:#e8f5e9;
    color:#2e7d32;
    padding:6px 10px;
    border-radius:3px;
    font-size:15px;
    min-width:70px;
    text-align:center;
}

.final-ank-toggle-switch{
    width:48px;
    height:24px;
    background:#ddd;
    border-radius:50px;
    position:relative;
    transition:.3s;
}

.final-ank-toggle-knob{
    width:22px;
    height:22px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:1px;
    left:1px;
    transition:.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
}


.dp-final-ank {
    padding: 5px 10px;
    color: #001ca8;
    text-align: center;
    font-style: italic;
    font-weight: 900;
}

.dp-final-ank h2 {
    margin: 0 0 2px;
    font-size: 22px;
    line-height: 1.15;
}

.dp-final-ank-row {
    font-size: 18px;
    line-height: 1.25;
}