:root {
    --scp-bg: #07111f;
    --scp-bg-2: #0b1628;
    --scp-panel: #101d31;
    --scp-panel-2: #15243c;
    --scp-line: rgba(142, 177, 222, .14);
    --scp-text: #f7fbff;
    --scp-muted: #8da2bc;
    --scp-blue: #12a7ff;
    --scp-blue-2: #0570ef;
    --scp-cyan: #32d4ff;
    --scp-gold: #ffc24b;
    --scp-green: #33d17a;
    --scp-red: #ff5b6d;
    --scp-radius: 18px;
    --scp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans Bengali", Arial, sans-serif;
}

html,
body.skycrash-portal-page {
    margin: 0 !important;
    min-height: 100%;
    background: #8791a3;
}

body.skycrash-portal-page {
    overflow-x: hidden;
}

.skycrash-portal-shell {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(135deg, #8d97a8 0%, #727d90 100%);
}

.scp-portal,
.scp-portal *,
.scp-auth-shell,
.scp-auth-shell * {
    box-sizing: border-box;
}

.scp-portal button,
.scp-portal input,
.scp-auth-shell button,
.scp-auth-shell input {
    font: inherit;
}

.scp-portal button,
.scp-auth-shell button,
.scp-portal a,
.scp-auth-shell a {
    -webkit-tap-highlight-color: transparent;
}

.scp-portal {
    position: relative;
    width: min(100%, 430px);
    min-height: 100dvh;
    padding-bottom: 84px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 0%, rgba(13, 128, 255, .16), transparent 29%),
        linear-gradient(180deg, var(--scp-bg-2), var(--scp-bg));
    color: var(--scp-text);
    font-family: var(--scp-font);
    box-shadow: 0 0 55px rgba(5, 12, 24, .34);
}

.scp-home-header {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 52px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(8, 18, 32, .94);
    border-bottom: 1px solid var(--scp-line);
    backdrop-filter: blur(14px);
}

.scp-brand,
.scp-auth-logo {
    font-weight: 950;
    font-style: italic;
    letter-spacing: -1.4px;
    color: #56c5ff;
    text-shadow: 0 0 20px rgba(41, 173, 255, .35);
}

.scp-brand {
    font-size: 18px;
}

.scp-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.scp-header-balance {
    min-width: 76px;
    text-align: right;
    color: #ffcc5c;
    font-size: 12px;
    font-weight: 800;
}

.scp-round-icon {
    width: 29px;
    height: 29px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(123, 165, 219, .23);
    background: #12213a;
    color: #8ccaff;
    cursor: pointer;
}

.scp-slider {
    position: relative;
    height: 176px;
    margin: 10px 10px 8px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(119, 179, 255, .18);
    box-shadow: 0 13px 28px rgba(1, 7, 15, .32);
}

.scp-slide {
    position: absolute;
    inset: 0;
    padding: 24px 22px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    opacity: 0;
    transform: translateX(16px) scale(.985);
    pointer-events: none;
    transition: opacity .45s ease, transform .45s ease;
}

.scp-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.scp-slide-one {
    background:
        linear-gradient(122deg, rgba(6, 16, 34, .1), rgba(1, 5, 14, .76)),
        radial-gradient(circle at 78% 34%, rgba(34, 181, 255, .75), transparent 25%),
        linear-gradient(135deg, #0e4f99, #071528 62%, #040812);
}

.scp-slide-two {
    background:
        radial-gradient(circle at 82% 50%, rgba(79, 255, 191, .25), transparent 32%),
        linear-gradient(135deg, #133f58, #0b1830 65%, #070d18);
}

.scp-slide-three {
    background:
        radial-gradient(circle at 72% 38%, rgba(147, 99, 255, .32), transparent 30%),
        linear-gradient(135deg, #33225e, #10172b 64%, #080c17);
}

.scp-slide small {
    display: block;
    margin-bottom: 6px;
    color: #8bd7ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.35px;
}

.scp-slide h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.06;
    letter-spacing: -.8px;
}

.scp-slide a {
    display: inline-flex;
    margin-top: 15px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29c7ff, #0781ee);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 130, 238, .25);
}

.scp-plane-art {
    justify-self: center;
    color: #fff;
    font-size: 74px;
    transform: rotate(-15deg);
    filter: drop-shadow(0 10px 20px rgba(1, 6, 18, .58));
}

.scp-orbit-art {
    position: relative;
    width: 105px;
    height: 105px;
    justify-self: center;
    border-radius: 50%;
    border: 1px solid rgba(86, 230, 255, .32);
    box-shadow: inset 0 0 35px rgba(22, 188, 255, .13), 0 0 25px rgba(69, 248, 195, .14);
}

.scp-orbit-art::before,
.scp-orbit-art::after {
    content: '';
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(73, 226, 255, .3);
    border-radius: 50%;
    transform: rotate(35deg) scaleY(.52);
}

.scp-orbit-art::after {
    transform: rotate(-35deg) scaleY(.52);
}

.scp-orbit-art i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #57ffd2;
    box-shadow: 0 0 16px #57ffd2;
}

.scp-orbit-art i:nth-child(1) { left: 13px; top: 47px; }
.scp-orbit-art i:nth-child(2) { right: 18px; top: 19px; }
.scp-orbit-art i:nth-child(3) { right: 24px; bottom: 15px; }

.scp-card-art {
    display: grid;
    gap: 10px;
    justify-self: center;
    transform: rotate(-6deg);
}

.scp-card-art span {
    width: 88px;
    padding: 12px 8px;
    border-radius: 13px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(15, 23, 46, .78);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(0,0,0,.28);
}

.scp-card-art span:last-child {
    margin-left: 24px;
    color: #59e4ff;
}

.scp-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: 5;
    display: flex;
    gap: 5px;
    transform: translateX(-50%);
}

.scp-slider-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    cursor: pointer;
}

.scp-slider-dots button.is-active {
    width: 20px;
    border-radius: 999px;
    background: #3cc8ff;
}

.scp-quick-actions {
    margin: 0 10px 8px;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    border-radius: 15px;
    border: 1px solid var(--scp-line);
    background: rgba(16, 29, 49, .92);
}

.scp-quick-actions a,
.scp-quick-actions button {
    min-width: 0;
    padding: 7px 3px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #c9dcf4;
    text-decoration: none;
    cursor: pointer;
}

.scp-quick-actions a:hover,
.scp-quick-actions button:hover {
    background: #162945;
    color: #fff;
}

.scp-quick-actions span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(145deg, #168fff, #0c5bcf);
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.scp-quick-actions b {
    font-size: 10px;
}

.scp-category-strip {
    margin: 0 10px 8px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    border-radius: 13px;
    background: #0e1a2d;
    border: 1px solid var(--scp-line);
}

.scp-category-strip button {
    height: 30px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #8298b4;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.scp-category-strip button:hover,
.scp-category-strip button.is-active {
    background: linear-gradient(180deg, #1c9bf2, #0a6dc7);
    color: #fff;
}

.scp-game-section {
    margin: 0 10px 10px;
    padding: 9px;
    border-radius: 15px;
    background: rgba(14, 27, 47, .94);
    border: 1px solid var(--scp-line);
}

.scp-section-title {
    min-height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.scp-section-title h3 {
    margin: 0;
    color: #eff7ff;
    font-size: 13px;
}

.scp-section-title button,
.scp-section-title span {
    padding: 0;
    border: 0;
    background: transparent;
    color: #3dbdff;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
}

.scp-game-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.scp-game-card {
    position: relative;
    min-width: 0;
    min-height: 112px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(145deg, #1d3150, #0e1728);
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    transition: transform .15s ease, filter .15s ease, border-color .15s ease;
}

.scp-game-card:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    border-color: rgba(90, 199, 255, .42);
}

.scp-game-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 60% 15%, rgba(255,255,255,.17), transparent 30%);
    pointer-events: none;
}

.scp-game-art {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    border-radius: 18px;
    background: rgba(4, 10, 20, .34);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: 31px;
    font-weight: 950;
    text-shadow: 0 5px 12px rgba(0,0,0,.45);
}

.scp-game-card strong {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scp-game-card small {
    position: relative;
    z-index: 1;
    margin-top: 2px;
    color: rgba(255,255,255,.58);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .7px;
}

.scp-game-card.is-enabled {
    background: linear-gradient(145deg, #e10b40, #5d092a 60%, #160e1c);
    box-shadow: 0 8px 18px rgba(191, 8, 57, .18);
}

.scp-game-card.is-gold { background: linear-gradient(145deg, #9a6610, #34210b 62%, #14131a); }
.scp-game-card.is-red { background: linear-gradient(145deg, #92243c, #36131f 62%, #10141d); }
.scp-game-card.is-blue { background: linear-gradient(145deg, #126ab3, #15304c 62%, #0d1522); }
.scp-game-card.is-purple { background: linear-gradient(145deg, #6941ac, #2a1e4a 62%, #111323); }
.scp-game-card.is-green { background: linear-gradient(145deg, #25805e, #173e32 62%, #0c1718); }
.scp-game-card.is-pink { background: linear-gradient(145deg, #ae3e82, #4a1c3a 62%, #17121c); }
.scp-game-card.is-dark { background: linear-gradient(145deg, #38465a, #18202e 62%, #0b111b); }

.scp-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 60;
    width: min(100%, 430px);
    min-height: 68px;
    padding: 7px 8px max(7px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(117, 160, 213, .18);
    background: rgba(8, 18, 32, .96);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.scp-bottom-nav a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 12px;
    color: #6f86a3;
    text-decoration: none;
}

.scp-bottom-nav a:hover,
.scp-bottom-nav a.is-active {
    color: #43bfff;
    background: rgba(24, 117, 198, .13);
}

.scp-bottom-nav span {
    font-size: 22px;
    line-height: 1;
}

.scp-bottom-nav b {
    font-size: 9px;
}

.scp-toast {
    position: fixed;
    left: 50%;
    bottom: 84px;
    z-index: 100;
    width: min(calc(100% - 38px), 382px);
    padding: 11px 15px;
    border-radius: 12px;
    background: rgba(11, 23, 40, .98);
    border: 1px solid rgba(75, 185, 255, .28);
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(0,0,0,.3);
    opacity: 0;
    transform: translate(-50%, 15px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.scp-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.scp-page-header {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 58px;
    padding: 0 13px;
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    align-items: center;
    background: rgba(12, 25, 43, .96);
    border-bottom: 1px solid var(--scp-line);
    backdrop-filter: blur(14px);
}

.scp-page-header a,
.scp-page-header span {
    color: #9bcaf1;
    text-decoration: none;
    font-size: 31px;
    line-height: 1;
}

.scp-page-header span {
    text-align: right;
    font-size: 20px;
}

.scp-page-header h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.scp-page-content {
    padding: 12px 12px 4px;
}

.scp-balance-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.scp-balance-cards article {
    min-height: 83px;
    padding: 14px;
    display: grid;
    align-content: center;
    gap: 6px;
    border-radius: 15px;
    border: 1px solid rgba(135, 177, 229, .18);
    background: linear-gradient(145deg, #233650, #15243a);
}

.scp-balance-cards small {
    color: #d5e7fb;
    font-size: 12px;
}

.scp-balance-cards strong {
    color: var(--scp-gold);
    font-size: 20px;
}

.scp-form-card,
.scp-proof-panel,
.scp-history-card,
.scp-disabled-card,
.scp-profile-card,
.scp-profile-menu {
    margin-top: 12px;
    padding: 15px;
    border-radius: var(--scp-radius);
    border: 1px solid var(--scp-line);
    background: rgba(13, 24, 41, .96);
    box-shadow: 0 15px 30px rgba(1, 7, 16, .2);
}

.scp-limit-line {
    margin-bottom: 10px;
    color: #c8d8eb;
    font-size: 10px;
}

.scp-amount-field {
    height: 51px;
    padding: 0 11px;
    display: grid;
    grid-template-columns: 28px 1fr 31px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(132, 175, 224, .24);
    background: #091321;
}

.scp-amount-field > span {
    color: #dbeeff;
    font-size: 20px;
}

.scp-amount-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffc64f;
    font-size: 16px;
    font-weight: 800;
    appearance: textfield;
}

.scp-amount-field button {
    width: 26px;
    height: 26px;
    border: 1px solid #6d7e94;
    border-radius: 50%;
    background: transparent;
    color: #aebed0;
    cursor: pointer;
}

.scp-quick-amounts {
    margin-top: 9px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.scp-quick-amounts button {
    min-height: 41px;
    padding: 5px 2px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #152238;
    color: #7f94ad;
    font-size: 11px;
    cursor: pointer;
}

.scp-quick-amounts button:hover,
.scp-quick-amounts button.is-active {
    border-color: #52bfff;
    background: linear-gradient(180deg, #35a9ef, #187cd4);
    color: #fff;
}

.scp-form-card h3 {
    margin: 15px 0 8px;
    font-size: 13px;
}

.scp-method-card {
    width: 118px;
    min-height: 48px;
    padding: 7px 9px;
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
    border: 1px solid #34a6ff;
    background: linear-gradient(180deg, #1baefa, #087ce5);
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.scp-method-logo {
    grid-row: 1 / 3;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(145deg, #ff7c1b, #ef0067);
    color: #fff;
    font-weight: 950;
}

.scp-method-card b { font-size: 12px; }
.scp-method-card small { font-size: 8px; color: rgba(255,255,255,.75); }

.scp-demo-notice {
    margin-top: 14px;
    padding: 10px 11px;
    border-radius: 11px;
    border: 1px solid rgba(255, 191, 72, .23);
    background: rgba(90, 62, 12, .23);
    color: #f4d99b;
    font-size: 10px;
    line-height: 1.6;
}

.scp-primary-button {
    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    display: grid;
    place-items: center;
    border: 1px solid #64d4ff;
    border-radius: 999px;
    background: linear-gradient(180deg, #20c9ff 0%, #0786f0 58%, #0067d9 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 22px rgba(0, 123, 232, .22);
}

.scp-primary-button:hover {
    filter: brightness(1.08);
}

.scp-proof-panel[hidden] {
    display: none;
}

.scp-proof-panel h2 {
    margin: 0;
    font-size: 18px;
}

.scp-proof-panel p {
    margin: 5px 0 13px;
    color: var(--scp-muted);
    font-size: 10px;
    line-height: 1.55;
}

.scp-proof-panel form,
.scp-auth-card form {
    display: grid;
    gap: 11px;
}

.scp-proof-panel label,
.scp-auth-card label {
    display: grid;
    gap: 6px;
    color: #dbe9f8;
    font-size: 10px;
    font-weight: 700;
}

.scp-proof-panel input,
.scp-auth-card input {
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(127, 169, 219, .23);
    border-radius: 11px;
    outline: 0;
    background: #091321;
    color: #fff;
}

.scp-proof-panel input:focus,
.scp-auth-card input:focus {
    border-color: #2eb9ff;
    box-shadow: 0 0 0 3px rgba(46, 185, 255, .1);
}

.scp-proof-panel input[type="file"] {
    min-height: 50px;
    padding: 11px;
    color: #9eb1c8;
    font-size: 9px;
}

.scp-history-card .scp-section-title {
    margin-bottom: 8px;
}

.scp-history-list {
    display: grid;
    gap: 7px;
}

.scp-history-list article {
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 11px;
    background: #0a1423;
    border: 1px solid rgba(126, 167, 214, .12);
}

.scp-history-list div {
    display: grid;
    gap: 3px;
}

.scp-history-list strong {
    font-size: 13px;
}

.scp-history-list small {
    color: #758aa5;
    font-size: 8px;
}

.scp-status {
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
}

.scp-status.is-pending { background: rgba(255, 183, 55, .14); color: #ffc75e; }
.scp-status.is-approved { background: rgba(51, 209, 122, .14); color: #5ce093; }
.scp-status.is-rejected { background: rgba(255, 91, 109, .14); color: #ff8190; }

.scp-empty-state {
    padding: 25px 10px;
    color: #758ba6;
    text-align: center;
    font-size: 10px;
}

.scp-disabled-card {
    min-height: 330px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
}

.scp-disabled-icon {
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #19395a, #0f233a);
    color: #54c9ff;
    font-size: 38px;
}

.scp-disabled-card h2 {
    margin: 17px 0 4px;
}

.scp-disabled-card p {
    max-width: 310px;
    margin: 0;
    color: var(--scp-muted);
    font-size: 11px;
    line-height: 1.7;
}

.scp-profile-card {
    text-align: center;
}

.scp-profile-avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: linear-gradient(145deg, #1cbcff, #0b5fd5);
    color: #fff;
    font-size: 37px;
    font-weight: 950;
    box-shadow: 0 13px 25px rgba(3, 101, 205, .24);
}

.scp-profile-card h2 {
    margin: 12px 0 2px;
}

.scp-profile-card > p {
    margin: 0;
    color: var(--scp-muted);
    font-size: 11px;
}

.scp-profile-balance {
    margin-top: 14px;
    padding: 12px;
    display: grid;
    gap: 4px;
    border-radius: 12px;
    background: #0a1423;
}

.scp-profile-balance small { color: var(--scp-muted); font-size: 9px; }
.scp-profile-balance strong { color: #ffc656; font-size: 20px; }

.scp-profile-menu {
    display: grid;
    gap: 5px;
}

.scp-profile-menu a {
    min-height: 58px;
    padding: 9px;
    display: grid;
    grid-template-columns: 40px 1fr 20px;
    align-items: center;
    gap: 9px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
}

.scp-profile-menu a:hover {
    background: #13243b;
}

.scp-profile-menu > a > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #16365a;
    color: #54c8ff;
    font-size: 21px;
}

.scp-profile-menu div {
    display: grid;
    gap: 3px;
}

.scp-profile-menu b { font-size: 12px; }
.scp-profile-menu small { color: var(--scp-muted); font-size: 9px; }
.scp-profile-menu i { color: #66809d; font-size: 22px; font-style: normal; }

.scp-auth-shell {
    width: min(100%, 430px);
    min-height: 100dvh;
    padding: 24px 15px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 15% 5%, rgba(28, 152, 255, .21), transparent 27%),
        radial-gradient(circle at 86% 88%, rgba(105, 74, 255, .16), transparent 31%),
        #07111f;
    color: #fff;
    font-family: var(--scp-font);
}

.scp-auth-card {
    width: 100%;
    padding: 27px 22px 22px;
    border-radius: 23px;
    border: 1px solid rgba(128, 176, 229, .17);
    background: rgba(13, 26, 45, .94);
    box-shadow: 0 24px 55px rgba(0,0,0,.28);
}

.scp-auth-logo {
    font-size: 23px;
}

.scp-auth-card > small {
    color: #6f8ba9;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.scp-auth-card h1 {
    margin: 22px 0 17px;
    font-size: 24px;
}

.scp-auth-card > p {
    margin: 15px 0 0;
    color: #8da3be;
    text-align: center;
    font-size: 10px;
}

.scp-auth-card > p a {
    color: #42bfff;
    text-decoration: none;
    font-weight: 800;
}

.scp-alert {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1.55;
}

.scp-alert.is-error {
    border: 1px solid rgba(255, 91, 109, .22);
    background: rgba(107, 23, 39, .25);
    color: #ff9baa;
}

.scp-alert.is-success {
    border: 1px solid rgba(51, 209, 122, .22);
    background: rgba(26, 93, 60, .25);
    color: #7ae7aa;
}

@media (max-width: 360px) {
    .scp-slide h2 { font-size: 21px; }
    .scp-slide { padding: 21px 17px; }
    .scp-game-grid { gap: 6px; }
    .scp-game-card { min-height: 105px; }
}

/* === BDWIN44 v2.1 refinements === */
.scp-deposit-shortcut {
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    background: linear-gradient(145deg, #1aa8ff, #0867d9);
    color: #fff;
    border-color: rgba(93, 200, 255, .45);
    box-shadow: 0 6px 16px rgba(0, 122, 230, .22);
}

.scp-deposit-shortcut:hover {
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.scp-slider-game-image {
    width: 104px;
    height: 132px;
    justify-self: end;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 16px 28px rgba(0,0,0,.35);
    transform: rotate(4deg);
}

.scp-slide-two .scp-slider-game-image {
    transform: rotate(-4deg);
}

.scp-slide-three .scp-slider-game-image {
    transform: rotate(3deg);
}

.scp-real-game-grid {
    gap: 8px;
}

.scp-image-game-card {
    min-height: 148px;
    padding: 0;
    background: #101a2b;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
}

.scp-image-game-card::before {
    display: none;
}

.scp-image-game-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scp-image-game-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(4, 7, 13, .92) 100%);
    pointer-events: none;
}

.scp-image-game-card:hover {
    transform: translateY(-2px) scale(1.01);
    border-color: rgba(86, 197, 255, .55);
    filter: brightness(1.05);
}

.scp-image-game-card:not(.is-enabled) > img {
    filter: saturate(.72) brightness(.72);
}

.scp-game-card-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    padding: 10px 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.scp-game-card-overlay strong {
    color: #fff;
    font-size: 10px;
}

.scp-game-card-overlay small {
    margin-top: 2px;
    color: rgba(255,255,255,.7);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .75px;
}

.scp-deposit-instructions {
    margin: 0 0 12px;
    padding: 13px 14px;
    border-radius: 14px;
    border: 1px solid rgba(77, 161, 255, .16);
    background: linear-gradient(180deg, #111f35, #0d1728);
    color: #cfe1f7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.scp-deposit-instructions p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

.scp-deposit-instructions p + p {
    margin-top: 7px;
}

.scp-deposit-instructions b {
    color: #4cc7ff;
}

.scp-wallet-card {
    margin: 10px 0 7px;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 14px;
    border: 1px solid rgba(64, 190, 255, .24);
    background: linear-gradient(180deg, #15283f, #101c30);
}

.scp-wallet-card small {
    display: block;
    color: #a7bdd6;
    font-size: 10px;
}

.scp-wallet-card small em {
    color: #ff6d7f;
    font-style: normal;
}

.scp-wallet-card strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 20px;
    letter-spacing: .7px;
}

.scp-wallet-card button {
    flex: 0 0 auto;
    min-width: 58px;
    height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #22b8ff, #0d79e7);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.scp-wallet-card button:hover {
    filter: brightness(1.08);
}

.scp-wallet-note {
    margin: 0 0 13px;
    color: #ffcd63;
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 360px) {
    .scp-image-game-card { min-height: 134px; }
    .scp-slider-game-image { width: 90px; height: 118px; }
}

/* === v2.2 full game catalogue === */
.scp-quick-actions-three {
    grid-template-columns: repeat(3, 1fr);
}

.scp-category-scroll {
    position: sticky;
    top: 52px;
    z-index: 18;
    display: flex;
    grid-template-columns: none;
    gap: 6px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
    background: rgba(10, 23, 40, .96);
    backdrop-filter: blur(14px);
}

.scp-category-scroll::-webkit-scrollbar {
    display: none;
}

.scp-category-scroll button {
    flex: 0 0 auto;
    min-width: 72px;
    padding: 0 12px;
}

.scp-all-games {
    padding-bottom: 4px;
}

.scp-catalog-section {
    scroll-margin-top: 98px;
    padding: 8px;
}

.scp-catalog-section .scp-section-title {
    min-height: 29px;
    margin-bottom: 5px;
}

.scp-catalog-section .scp-section-title h3 {
    font-size: 13px;
    letter-spacing: -.1px;
}

.scp-game-count {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 8px !important;
    border-radius: 999px;
    background: #0878d5 !important;
    color: #e9f7ff !important;
    font-size: 8px !important;
    white-space: nowrap;
}

.scp-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.scp-catalog-card {
    min-height: 0;
    aspect-ratio: .76;
    padding: 0;
    border-radius: 10px;
    background: #0b1423;
    border-color: rgba(135, 173, 220, .2);
    isolation: isolate;
}

.scp-catalog-card::before {
    display: none;
}

.scp-catalog-card > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #0a1423;
}

.scp-catalog-card .scp-game-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-height: 30px;
    padding: 12px 5px 5px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3px;
    background: linear-gradient(180deg, transparent, rgba(2, 7, 14, .92));
}

.scp-catalog-card .scp-game-card-overlay strong {
    min-width: 0;
    color: #fff;
    font-size: 8px;
    line-height: 1.1;
    font-weight: 800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scp-catalog-card .scp-game-card-overlay small {
    flex: 0 0 auto;
    margin: 0;
    padding: 2px 4px;
    border-radius: 999px;
    background: #ed0b42;
    color: #fff;
    font-size: 5px;
    letter-spacing: .15px;
}

.scp-catalog-card:hover {
    transform: translateY(-2px) scale(1.015);
    filter: brightness(1.08);
    border-color: rgba(58, 196, 255, .7);
}

.scp-catalog-card:active {
    transform: scale(.98);
}

.scp-catalog-card.is-enabled {
    border-color: #ffcc47;
    box-shadow: 0 0 0 1px rgba(255, 204, 71, .25), 0 8px 18px rgba(218, 14, 63, .2);
}

@media (max-width: 360px) {
    .scp-catalog-grid {
        gap: 5px;
    }

    .scp-catalog-section {
        margin-left: 7px;
        margin-right: 7px;
        padding: 7px;
    }

    .scp-catalog-card .scp-game-card-overlay strong {
        font-size: 7px;
    }
}

/* === v2.3: never reserve space for the WordPress toolbar === */
html,
html[style] {
    margin-top: 0 !important;
}

body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

/* === BDWIN44 animated action loader — v2.4 === */
html.bdw-loader-open,
html.bdw-loader-open body {
    overflow: hidden !important;
}

.bdw-action-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at 50% 44%, rgba(22, 151, 255, .20), transparent 34%),
        rgba(4, 10, 20, .82);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.bdw-action-loader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.bdw-loader-card {
    position: relative;
    width: min(82vw, 210px);
    min-height: 210px;
    padding: 25px 22px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(74, 190, 255, .34);
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(18, 40, 68, .97), rgba(7, 18, 34, .98));
    box-shadow:
        0 24px 70px rgba(0, 0, 0, .48),
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 0 40px rgba(18, 146, 255, .13);
    overflow: hidden;
    transform: translateY(8px) scale(.96);
    transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

.bdw-action-loader.is-active .bdw-loader-card {
    transform: translateY(0) scale(1);
}

.bdw-loader-card::before {
    content: '';
    position: absolute;
    inset: -80% -45%;
    background: linear-gradient(115deg, transparent 42%, rgba(72, 202, 255, .10) 50%, transparent 58%);
    animation: bdwLoaderShine 1.65s linear infinite;
}

.bdw-loader-orbit {
    position: relative;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid rgba(82, 191, 255, .20);
    box-shadow: inset 0 0 18px rgba(26, 147, 255, .13), 0 0 26px rgba(25, 154, 255, .16);
}

.bdw-loader-orbit::before,
.bdw-loader-orbit::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #20c5ff;
    border-right-color: #087cf1;
    animation: bdwLoaderSpin .85s linear infinite;
}

.bdw-loader-orbit::after {
    inset: 7px;
    border-width: 2px;
    border-top-color: #8ee8ff;
    border-right-color: transparent;
    animation-duration: 1.25s;
    animation-direction: reverse;
}

.bdw-loader-orbit-dot {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    border-radius: 50%;
    background: #72e4ff;
    box-shadow: 0 0 12px #34cfff, 0 0 24px rgba(52, 207, 255, .8);
    transform-origin: 4.5px 45px;
    animation: bdwLoaderOrbit 1.15s linear infinite;
}

.bdw-loader-core {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #22c7ff, #0768e8);
    color: #fff;
    font: 900 20px/1 Arial, sans-serif;
    letter-spacing: -.8px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 8px 22px rgba(0, 98, 226, .38);
    animation: bdwLoaderPulse 1s ease-in-out infinite alternate;
}

.bdw-loader-brand {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: #eef8ff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -.8px;
    text-shadow: 0 0 18px rgba(58, 198, 255, .26);
}

.bdw-loader-brand strong {
    margin-left: 2px;
    color: #28c8ff;
    font-weight: 950;
}

.bdw-loader-caption {
    position: relative;
    z-index: 2;
    margin-top: 9px;
    color: #a8c8df;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15px;
}

.bdw-loader-progress {
    position: relative;
    z-index: 2;
    width: 122px;
    height: 5px;
    margin-top: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    overflow: hidden;
}

.bdw-loader-progress span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0781f5, #38d8ff, #9af2ff);
    box-shadow: 0 0 12px rgba(53, 213, 255, .72);
    animation: bdwLoaderBar 1.05s ease-in-out infinite;
}

@keyframes bdwLoaderSpin {
    to { transform: rotate(360deg); }
}

@keyframes bdwLoaderOrbit {
    to { transform: rotate(360deg); }
}

@keyframes bdwLoaderPulse {
    from { transform: scale(.94); filter: brightness(.94); }
    to { transform: scale(1.04); filter: brightness(1.1); }
}

@keyframes bdwLoaderBar {
    0% { transform: translateX(-120%); }
    55% { transform: translateX(115%); }
    100% { transform: translateX(250%); }
}

@keyframes bdwLoaderShine {
    from { transform: translateX(-35%) rotate(0deg); }
    to { transform: translateX(35%) rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
    .bdw-loader-card::before,
    .bdw-loader-orbit::before,
    .bdw-loader-orbit::after,
    .bdw-loader-orbit-dot,
    .bdw-loader-core,
    .bdw-loader-progress span {
        animation-duration: 2.4s;
    }
}

/* === v2.9 withdrawal workflow === */
.scp-withdraw-page {
    padding-bottom: 92px;
}

.scp-withdraw-locked {
    margin-top: 10px;
    text-align: center;
}

.scp-withdraw-locked h3 {
    margin: 4px 0 12px;
    color: #5fc8ff;
    font-size: 16px;
    line-height: 1.35;
}

.scp-trust-note {
    margin: 18px 0;
    padding: 14px;
    border: 1px solid rgba(65, 178, 255, .22);
    border-radius: 14px;
    background: rgba(11, 35, 63, .64);
    color: #cfe7fb;
    text-align: left;
}

.scp-trust-note strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
}

.scp-trust-note ul {
    margin: 0;
    padding-left: 19px;
}

.scp-trust-note li + li {
    margin-top: 6px;
}

.scp-withdraw-balance-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 12px 0;
    padding: 17px;
    border: 1px solid rgba(53, 178, 255, .27);
    border-radius: 17px;
    background: linear-gradient(145deg, #163252, #0d2037);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.scp-withdraw-balance-card small,
.scp-withdraw-balance-card strong {
    display: block;
}

.scp-withdraw-balance-card small {
    color: #9ebad1;
    font-size: 12px;
}

.scp-withdraw-balance-card strong {
    margin-top: 3px;
    color: #ffffff;
    font-size: 26px;
}

.scp-withdraw-balance-card > span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(38, 196, 118, .15);
    color: #65e5a1;
    font-size: 11px;
    font-weight: 800;
}

.scp-withdraw-notice {
    margin: 0 0 12px;
    padding: 13px 14px;
    border-left: 3px solid #39bdf7;
    border-radius: 10px;
    background: rgba(19, 45, 73, .78);
    color: #bfd7eb;
}

.scp-withdraw-notice strong {
    color: #ffffff;
}

.scp-withdraw-notice p {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.55;
}

.scp-withdraw-form-card form > label {
    display: block;
    margin-top: 14px;
    color: #d7e7f5;
    font-weight: 700;
}

.scp-withdraw-form-card form > label > input {
    width: 100%;
    height: 48px;
    margin-top: 7px;
    padding: 0 14px;
    border: 1px solid #2d4259;
    border-radius: 12px;
    outline: 0;
    background: #101a28;
    color: #ffffff;
}

.scp-withdraw-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.scp-withdraw-method {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid #263a50;
    border-radius: 13px;
    background: #111d2c;
    color: #aebfd0;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.scp-withdraw-method:hover {
    border-color: #3baee9;
    background: #15283c;
}

.scp-withdraw-method:active {
    transform: scale(.98);
}

.scp-withdraw-method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.scp-withdraw-method .scp-method-logo {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.scp-withdraw-method.is-nagad .scp-method-logo {
    background: linear-gradient(145deg, #ff8a00, #ef3b21);
}

.scp-withdraw-method.is-bkash .scp-method-logo {
    background: linear-gradient(145deg, #ed1f64, #b70a45);
}

.scp-withdraw-method i {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 1px solid #456078;
    border-radius: 50%;
    color: transparent;
    font-style: normal;
    font-size: 11px;
}

.scp-withdraw-method:has(input:checked) {
    border-color: #28b9ff;
    background: linear-gradient(145deg, #143b5c, #102a43);
    box-shadow: 0 0 0 1px rgba(40, 185, 255, .12);
    color: #ffffff;
}

.scp-withdraw-method:has(input:checked) i {
    border-color: #28b9ff;
    background: #28b9ff;
    color: #ffffff;
}

.scp-withdraw-amount-field {
    height: 48px;
    margin-top: 7px;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    border: 1px solid #2d4259;
    border-radius: 12px;
    background: #101a28;
    overflow: hidden;
}

.scp-withdraw-amount-field b {
    display: grid;
    place-items: center;
    height: 100%;
    border-right: 1px solid #2d4259;
    color: #5ecbff;
    font-size: 18px;
}

.scp-withdraw-amount-field input {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.scp-withdraw-limits {
    margin-top: 7px;
    color: #7893aa;
    font-size: 11px;
}

.scp-withdraw-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 10px;
}

.scp-withdraw-quick button {
    height: 34px;
    border: 1px solid #294158;
    border-radius: 10px;
    background: #142438;
    color: #bcd1e4;
    font-weight: 800;
    cursor: pointer;
}

.scp-withdraw-quick button:hover,
.scp-withdraw-quick button.is-active {
    border-color: #28b9ff;
    background: #168fe4;
    color: #ffffff;
}

.scp-withdraw-submit {
    margin-top: 18px;
}

.scp-withdraw-submit:disabled {
    opacity: .48;
    cursor: not-allowed;
}

@supports not selector(:has(*)) {
    .scp-withdraw-method.is-selected {
        border-color: #28b9ff;
        background: linear-gradient(145deg, #143b5c, #102a43);
        color: #ffffff;
    }
    .scp-withdraw-method.is-selected i {
        border-color: #28b9ff;
        background: #28b9ff;
        color: #ffffff;
    }
}
