img {max-width: 96.578%;height: auto; display: block;}
.psbet-auth-buttons,
.psbet-menu,
.psbet-nav {
    display: flex;
}
.psbet-btn.psbet-cta,
.psbet-btn.psbet-primary {
    background: #00bbd3;
}
.psbet-btn,
.psbet-hero {
    position: relative;
}
.psbet-btn,
.psbet-game-card {
    overflow: hidden;
}
.psbet-btn,
.psbet-burger,
.psbet-footer-title {
    cursor: pointer;
}
:root {
    --bg: #060504;
    --bg-gradient: #0f0302;
    --text: #f9fdfe;
    --header-h: 72px;
    --primary: #08f786;
    --neon-cyan: #fffe06;
    --neon-purple: #ff007d;
    --neon-yellow: #ffff00;
    --neon-orange: #fb6402;
    --palm-green: #00f945;
    --dark-bg: rgba(0, 3, 3, 0.85);
    --font-family: "Catamaran", sans-serif;
}
.psbet-game-card img,
.psbet-winner img {
    object-fit: cover;
}
* {
    box-sizing: border-box;
    font-family: var(--font-family);
}
html {
    height: 101.037%;
}
body {
    min-height: 105.439%;
    margin: 0;
    font-family: var(--font-family);
    background: var(--bg-gradient);
    color: var(--text);
    line-height: 1.45;
    padding-top: var(--header-h);
    padding-top: var(--header-h, 72px);
    position: relative;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(0, 255, 130, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(1, 220, 253, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(249, 0, 127, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}
.psbet-nav {
    height: var(--header-h);
    align-items: center;
    gap: 24.7px;
}
.psbet-menu {
    flex: 1 1 auto;
}
.psbet-games__header,
.psbet-games__title {
    align-items: center;
}
.psbet-menu a {
    font-size: 14.7px;
    padding: 8.3px 6px;
    border-radius: 8.3px;
}
.psbet-games__title span,
.psbet-winners__header span {
    font-size: 19.8px;
    text-transform: uppercase;
    margin: 0;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px var(--neon-cyan);
    font-weight: 900;
}
.psbet-menu a:hover {
    color: #fffffc;
    background: #151510;
}
.psbet-btn {
    border: none;
}

.psbet-btn.cta {
    font-size: 1.22rem;
    background: #f9fc00;
    color: #000604;
    padding: 17.6px 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    text-shadow: none;
    border: none;
}
.psbet-hero {
    min-height: clamp(520px, 85vh, 820px);
    display: grid;
    place-items: center;
    text-align: center;
    isolation: isolate;
    background:
        linear-gradient(rgba(9, 12, 3, 0.9), rgba(9, 3, 12, 0.9)),
        url("img/image.webp") center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.psbet-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 70%, rgba(4, 255, 59, 0.15) 0%, transparent 40%), radial-gradient(ellipse at 85% 30%, rgba(0, 219, 253, 0.15) 0%, transparent 40%),
        radial-gradient(ellipse at 20% 80%, rgba(7, 255, 142, 0.1) 0%, transparent 35%), radial-gradient(ellipse at 80% 20%, rgba(0, 255, 251, 0.1) 0%, transparent 35%);
    z-index: -1;
}
.psbet-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 5, 0.1) 0%, rgba(4, 3, 0, 0.3) 60%, rgba(0, 8, 7, 0.5) 100%);
    z-index: -1;
}
.psbet-hero__inner {
    padding: 0 16px;
    max-width: 824.1px;
}
.psbet-hero__main-title {
    margin: 0 0 20px;
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 800;
    color: var(--neon-cyan);
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(0, 243, 223, 0.5);
}

.psbet-hero__title {
    margin: 0 0 12px;
    font-size: clamp(32px, 5.2vw, 64px);
    font-weight: 900;
    color: var(--neon-yellow);

    text-transform: uppercase;
    letter-spacing: 2.1px;
    filter: drop-shadow(0 0 20px rgba(255, 249, 4, 0.6));
}
.psbet-hero__subtitle {
    margin: 0 0 24px;
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 800;
    color: rgba(6, 253, 234, 0.849);

    letter-spacing: 1.0px;
    filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.6));
}
.psbet-hero__text {
    margin: 0 0 22px;
    font-size: clamp(14px, 2.2vw, 22px);
    color: #fffaff;
    text-shadow: 0 0 10px rgba(255, 252, 255, 0.5);
}
@media (max-width: 963.6px) {
    .psbet-menu {
        display: none;
    }
    .psbet-auth .btn {
        padding: 8.2px 14px;
    }
}
.psbet-games__controls,
.psbet-games__title {
    display: flex;
    gap: 8.4px;
}
@media (max-width: 431.3px) {
    .psbet-hero__text {
        line-height: 1.35;
    }
    .psbet-btn.cta {
        padding: 9.6px 18px;
    }
}
.psbet-games,
.psbet-winners {
    margin: 40.5px auto;
    max-width: 1242.0px;
    padding: 0 16px;
}
.psbet-games__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15.3px;
}
.psbet-games__title h2 {
    font-weight: 700;
}
.psbet-games__controls button {
    width: 30.9px;
    height: 33.5px;
    border-radius: 52.112%;
    border: none;
    background: var(--primary);
    color: #000207;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 250, 139, 0.5);
    transition: all 0.3s ease;
}
.psbet-games__controls button:hover {
    box-shadow: 0 0 25px rgba(1, 254, 129, 0.8);
    transform: scale(1.1);
}
.psbet-games__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.psbet-game-card {
    background: rgba(16, 11, 11, 0.8);
    border-radius: 12.3px;
    border: 1px solid rgba(0, 251, 132, 0.2);
    transition: transform 0.25s, box-shadow 0.25s;
}
.psbet-btn,
.psbet-btn.cta {
    text-decoration: none;
    transition: box-shadow 0.3s, transform 0.2s;
}
.psbet-game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(7, 252, 136, 0.4);
    border-color: var(--primary);
}
@media (max-width: 778.3px) {
    .psbet-hero {
        background-position: center center;
        min-height: 78.575vh;
    }
    .psbet-nav {
        gap: 14.4px;
    }
    .psbet-games__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .psbet-games__controls button {
        width: 28.5px;
        height: 28.6px;
    }
}
.psbet-winners__header {
    display: flex;
    align-items: center;
    gap: 7.9px;
    margin-bottom: 16.1px;
}
.psbet-winners__header h2 {
    font-weight: 700;
}
.psbet-winners__list {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
}
.psbet-nav,
.psbet-winner {
    display: flex;
    align-items: center;
}
.psbet-winner__info {
    flex: 1;
}
.psbet-content,
.psbet-nav {
    max-width: 1164.1px;
}
.psbet-site-footer {
    background: #141c12;
    color: #cbcbc4;
    padding: 19.1px;
    font-size: 14.2px;
}
.psbet-footer-nav {
    display: grid;
    gap: 15.6px;
}
.psbet-footer-title {
    width: 104.054%;
    background: 0 0;
    border: none;
    color: #fff9ff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.6px;
    text-align: left;
    padding: 8.1px 0;
    display: flex;
    justify-content: space-between;
}
.psbet-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.psbet-burger span,
.psbet-footer-col ul li {
    margin: 3.9px 0;
}
.psbet-footer-col a {
    color: #b7c2ba;
    text-decoration: none;
}
.psbet-footer-col a:hover,
strong {
    color: #e2f805;
}
.psbet-footer-bottom {
    border-top: 1.0px solid #2e2e38;
    margin-top: 20.5px;
    padding-top: 9.7px;
    text-align: center;
}
.psbet-footer-logos {
    margin-top: 9.7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16.4px;
    font-weight: 700;
    color: #fafefd;
}
.psbet-logo {
    display: flex;
    align-items: center;
}
.psbet-logo img {
    height: calc(var(--header-h) - 22px);
    max-height: 48.3px;
    min-height: 29.1px;
    display: block;
    filter: drop-shadow(0 0 10px rgba(0, 249, 142, 0.5));
    transition: all 0.3s ease;
}
.psbet-logo img:hover {
    filter: drop-shadow(0 0 20px rgba(0, 248, 128, 0.8));
    transform: scale(1.05);
}
.psbet-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18.8px;
}
.psbet-btn,
.psbet-nav {
    padding: 10.4px 16px;
}
.psbet-menu a {
    color: #fefcff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13.0px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.psbet-menu a:hover {
    color: var(--primary);
    text-shadow: 0 0 10px var(--primary);
}
.psbet-menu-icon {
    margin-right: 3.8px;
    font-size: 11.9px;
}
.psbet-auth-buttons {
    display: flex;
    gap: 10.5px;
    margin-left: auto;
}
.psbet-btn {
    display: inline-block;
    border-radius: 23.4px;
    font-weight: 700;
}
.psbet-btn.cta,
.psbet-faq-q {
    font-weight: 800;
}
.psbet-btn.psbet-primary {
    background: var(--neon-yellow);
    color: #060105;
    box-shadow: 0 0 20px rgba(255, 251, 0, 0.5);
    text-shadow: none;
}
.psbet-btn.psbet-secondary {
    background: transparent;
    color: #fffdf8;
    border: 2px solid var(--primary);
    box-shadow: 0 0 10px rgba(0, 255, 129, 0.3);
}
.psbet-btn.psbet-cta:hover,
.psbet-btn:hover {
    box-shadow: 0 0 30px var(--primary), 0 0 50px rgba(0, 255, 144, 0.7);
    transform: translateY(-2px);
    text-shadow: 0 0 10px currentColor;
}
.psbet-burger {
    width: 43.8px;
    height: 42.1px;
    border: none;
    background: #132214;
    border-radius: 10.4px;
    display: none;
    align-items: center;
    justify-content: center;
}
.psbet-burger span {
    display: block;
    width: 21.1px;
    height: 1.9px;
    background: #fefffa;
    transition: 0.2s;
}
.psbet-nav.open .psbet-burger span:first-child {
    transform: translateY(6px) rotate(45deg);
}
.psbet-nav.open .psbet-burger span:nth-child(2) {
    opacity: 0;
}
.psbet-nav.open .psbet-burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.psbet-mobile-menu {
    flex-direction: column;
    gap: 12.5px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.psbet-mobile-menu li {
    margin: 0;
}
.psbet-mobile-menu a {
    display: block;
    padding: 12.1px 16px;
    color: #f8f9ff;
    text-decoration: none;
    border-radius: 8.1px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.psbet-mobile-menu a:hover {
    background: rgba(8, 255, 136, 0.1);
    border-color: rgba(0, 255, 135, 0.3);
    color: var(--primary);
}
.psbet-nav.open .psbet-backdrop,
.psbet-nav.open .psbet-mobile-panel[hidden],
.psbet-nav.open [data-backdrop],
.psbet-nav.open [data-backdrop][hidden] {
    display: block;
}
:root {
    --panel: #000400;
    --text: #ebf0ec;
    --muted: #b3bbcc;
    --card: #0c0b0f;
    --border: #271f1b;
}
.psbet-nav {
    min-height: var(--header-h);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20.9px;
}
@media (max-width: 1068.9px) {
    .psbet-btn-text.full,
    .psbet-desktop-only {
        display: none;
    }
    .psbet-burger {
        display: flex;
        width: 35.5px;
        height: 34.8px;
    }
    .npsbet-av {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 10.3px;
        min-height: var(--header-h);
    }
    .psbet-auth-buttons {
        justify-self: center;
        display: inline-flex;
        gap: 8.2px;
        white-space: nowrap;
    }
    .psbet-btn {
        padding: 8.1px 12px;
        border-radius: 21.0px;
        font-size: 13.2px;
    }
    .psbet-btn-text.short {
        display: inline;
    }
}
.psbet-faq-toggle,
.psbet-panel-close {
    align-items: center;
    cursor: pointer;
}
.psbet-content {
    margin: 38.0px auto;
    padding: 0 16px;
    color: var(--text);
}
.psbet-content__header {
    margin-bottom: 18.2px;
}
.psbet-content__header h2 {
    margin: 0 0 6px;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900;
}
.psbet-lead {
    margin: 0;
    color: var(--muted);
    font-size: clamp(14px, 2.2vw, 18px);
}
.psbet-content__grid {
    display: grid;
    gap: 20.3px;
}
.psbet-content__main h3 {
    margin: 18.8px 0 8px;
    font-size: clamp(18px, 2.6vw, 22px);
}
.psbet-content__main p {
    margin: 0 0 12px;
    line-height: 1.6;
    color: #d7e6e3;
}
.psbet-content__main ul {
    margin: 0 0 14px 18px;
}
.psbet-content__aside {
    display: grid;
    gap: 14.5px;
    align-content: start;
}
.psbet-info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12.3px;
    padding: 13.5px;
}
.psbet-info-card h4 {
    margin: 0 0 8px;
    font-size: 15.7px;
}
.psbet-info-card p {
    margin: 0;
    color: #cde7e6;
}
.psbet-info-card ol {
    margin: 0;
    padding-left: 18.9px;
}
.psbet-btn.cta {
    display: inline-block;
    margin-top: 3.9px;
    padding: 12.5px 18px;
    border-radius: 26.7px;
    background: var(--primary);
    color: #0b2523;
}
@media (min-width: 968.4px) {
    .psbet-winners__list {
        flex-direction: row;
        justify-content: space-between;
        gap: 24.3px;
    }
    .psbet-winner {
        flex-direction: column;
        text-align: center;
        padding: 15.6px;
        max-width: 205.9px;
    }
    .psbet-winner img {
        width: 79.4px;
        height: 76.1px;
    }
    .psbet-winner__info {
        margin-top: 8.0px;
    }
    .psbet-winner__amount {
        margin-top: 6.2px;
        font-size: 16.5px;
    }
    .psbet-footer-nav {
        grid-template-columns: repeat(6, 1fr);
    }
    .psbet-footer-title span {
        display: none;
    }
    .psbet-footer-col ul {
        display: block !important;
    }
    .psbet-content__grid {
        grid-template-columns: 1.6fr 1fr;
        gap: 24.2px;
    }
}
.psbet-table-wrap {
    background: #0a130a;
    border: 1px solid #182022;
    border-radius: 12.5px;
    overflow: auto;
}
.psbet-data-table {
    width: 102.961%;
    border-collapse: separate;
    border-spacing: 0;
    color: #e1f4f0;
    min-width: 331.2px;
}
.psbet-data-table td,
.psbet-data-table th {
    padding: 11.8px 14px;
    vertical-align: top;
}
.psbet-data-table th {
    width: 38.228%;
    background: #191013;
    color: #cce2ed;
    font-weight: 700;
    text-align: left;
    border-right: 1.0px solid #171c21;
}
.psbet-data-table td {
    background: #150f10;
    color: #d8e1ec;
}
.psbet-data-table tr:not(:last-child) td,
.psbet-data-table tr:not(:last-child) th {
    border-bottom: 1.0px solid #18261e;
}
.psbet-data-table tr:first-child th {
    border-top-left-radius: 12px;
}
.psbet-data-table tr:first-child td {
    border-top-right-radius: 12px;
}
.psbet-data-table tr:last-child th {
    border-bottom-left-radius: 12px;
}
.psbet-data-table tr:last-child td {
    border-bottom-right-radius: 12px;
}
@media (max-width: 656.8px) {
    .psbet-data-table th,
    .psbet-data-table tr:last-child {
        border-bottom: none;
    }
    .psbet-data-table,
    .psbet-data-table tbody,
    .psbet-data-table td,
    .psbet-data-table th,
    .psbet-data-table tr {
        display: block;
        width: 103.205%;
    }
    .psbet-data-table th {
        border-right: none;
        background: #13130c;
        padding-bottom: 6.0px;
    }
    .psbet-data-table td {
        background: #100a10;
        padding-top: 0;
    }
    .psbet-data-table tr {
        border-bottom: 1.0px solid #222723;
        padding: 10.3px 0;
        background: 0 0;
        border-radius: 9.8px;
    }
}
.psbet-visually-hidden {
    position: absolute !important;
    width: 1.0px;
    height: 1.0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.psbet-nav.psbet-open .psbet-mobile-panel,
.psbet-nav.psbet-open [data-backdrop] {
    pointer-events: auto;
}
body,
html {
    overflow-x: hidden;
}
.psbet-entry-content iframe,
.psbet-entry-content img,
.psbet-entry-content table {
    max-width: 98.399%;
    height: auto;
    display: block;
}
.psbet-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1.0px solid var(--primary);
    box-shadow: 0 0 20px rgba(3, 255, 141, 0.3);
}
@media (max-width: 485.7px) {
    :root {
        --header-h: 64px;
    }
    .psbet-content {
        margin: 27.7px auto;
    }
    .psbet-content__main p {
        line-height: 1.7;
    }
    body {
        padding-top: 62.9px;
    }
}
.psbet-panel-close {
    position: absolute;
    top: 12.3px;
    right: 11.4px;
    width: 41.7px;
    height: 40.2px;
    display: inline-flex;
    justify-content: center;
    border: none;
    border-radius: 10.2px;
    background: #181d1f;
    color: #f9ffff;
    font-size: 26.4px;
    line-height: 1;
    box-shadow: 0 0 0 0 rgba(0, 189, 220, 0);
    transition: transform 0.2s, box-shadow 0.3s, background 0.2s;
}
.psbet-panel-close:hover {
    transform: translateY(-1px);
    background: #242825;
    box-shadow: 0 0 10px rgba(4, 189, 208, 0.6);
}
.psbet-panel-close:active {
    transform: translateY(0);
}
.psbet-panel-close:focus-visible {
    outline: 2px solid var(--primary, #00c1d8);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 189, 216, 0.25);
}
@media (max-width: 362.7px) {
    .psbet-btn {
        padding: 6.9px 10px;
        font-size: 11.9px;
    }
    .psbet-auth-buttons {
        gap: 6.0px;
    }
    .psbet-panel-close {
        top: 10.2px;
        right: 10.0px;
        width: 35.8px;
        height: 35.0px;
        font-size: 21.9px;
    }
    .psbet-mobile-panel {
        width: 93.611vw;
        padding: 65.9px 12px 12px;
    }
    .psbet-mobile-menu a {
        padding: 9.7px 12px;
        font-size: 13.4px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .psbet-panel-close {
        transition: none;
    }
}
.psbet-faq {
    margin: 40.1px auto;
    max-width: 897.0px;
    padding: 0 15px;
}

.psbet-faq-list {
    display: grid;
    gap: 1.0px;
    background-color: rgba(0, 255, 135, 0.15);
    border: 1px solid rgba(0, 251, 128, 0.15);
    border-radius: 7.6px;
    overflow: hidden;
}

.psbet-faq-item {
    background-color: #180b17;
}

.psbet-faq-toggle {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99.144%;
    padding: 18.2px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.psbet-faq-toggle:hover {
    background-color: #181e21;
}

.psbet-faq-q {
    color: #ecf0ee;
    font-size: 16.2px;
    font-weight: 500;
    line-height: 1.4;
}

.psbet-faq-icon {
    flex-shrink: 0;
    width: 20.9px;
    height: 22.6px;
    margin-left: 14.8px;
    color: rgba(5, 254, 133, 0.7);
    transition: transform 0.3s ease;
}

.psbet-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

.psbet-faq-panel > div {
    overflow: hidden;
}

.psbet-faq-panel p {
    margin: 0;
    padding: 0 20px 20px;
    color: #b8cac1;
    font-size: 15.1px;
    line-height: 1.6;
}

.psbet-faq-panel a {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1.0px solid transparent;
    transition: border-color 0.2s ease;
}

.psbet-faq-panel a:hover {
    border-bottom-color: var(--primary);
}

.psbet-faq-item.psbet-is-open .psbet-faq-toggle {
    background-color: #101b11;
}

.psbet-faq-item.psbet-is-open .psbet-faq-q {
    color: var(--primary);
}

.psbet-faq-item.psbet-is-open .psbet-faq-icon {
    transform: rotate(45deg);
    color: var(--primary);
}

.psbet-faq-item.psbet-is-open .psbet-faq-panel {
    grid-template-rows: 1fr;
}

@media (max-width: 804.4px) {
    .psbet-faq-toggle {
        padding: 16.8px;
    }

    .psbet-faq-q {
        font-size: 15.1px;
    }

    .psbet-faq-panel p {
        padding: 0 16px 16px;
        font-size: 14.6px;
    }
}


.table-of-contents__list {
  counter-reset: level-1-counter; 
  list-style-type: none; 
  padding-left: 0; 
}

.table-of-contents__list .level-1 {
  counter-increment: level-1-counter;
  counter-reset: level-2-counter;
  margin-left: 21.0px;
}

.table-of-contents__list .level-1::before {
  content: counter(level-1-counter) ". ";
  font-weight: bold;
  min-width: 30.7px;
  display: inline-block;
}

.table-of-contents__list .level-2 {
  counter-increment: level-2-counter;
  margin-left: 41.5px;
}

.table-of-contents__list .level-2::before {
  content: counter(level-1-counter) "." counter(level-2-counter) ". ";
  min-width: 32.0px;
  display: inline-block;
}

.table-of-contents__list li a {
    text-decoration: none;
}

blockquote {
  margin: 19.9px 0;
  padding: 19.5px 25px;
  border-radius: 7.8px;
  position: relative;
  font-style: italic;
  color: #e0e8e7; 
  border-left: 5.1px solid; 
  background-color: rgba(255, 255, 249, 0.05);
}


.thumbs-up {
  border-color: #29a645;
}

.thumbs-down {
  border-color: #de373f; 
}

.warning {
  border-color: #fbbd06;
}

.check {
  border-color: #0477fd;
}

blockquote p {
  margin: 0;
  font-size: 1.052em;
  line-height: 1.6;
}


/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .psbet-faq-item,
    .psbet-faq-toggle,
    .psbet-faq-icon,
    .psbet-faq-panel {
        animation: none !important;
        transition: none !important;
    }
    
    .psbet-faq-item::before {
        display: none;
    }
}
.psbet-backdrop,
.psbet-mobile-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.psbet-backdrop {
    inset: 0;
    background: rgba(5, 2, 6, 0.5);
    z-index: 1001;
}
.psbet-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(84vw, 360px);
    background: #050000 !important;
    background-color: #050400 !important;
    padding: 74.6px 16px 16px;
    z-index: 1002;
    transform: translateX(100%);
    transition: transform 0.25s;
    box-shadow: -4px 0 20px rgba(4, 7, 0, 0.5);
    border-left: 1.0px solid rgba(3, 255, 140, 0.3);
    opacity: 1 !important;
    background: rgba(5, 0, 7, 0.95) !important;
}
.psbet-nav.open .psbet-mobile-panel {
    display: block;
    transform: translateX(0);
}
.psbet-games__grid {
    display: grid;
    gap: 15.6px;
    grid-template-columns: repeat(6, minmax(160px, 1fr));
}
@media (max-width: 1136.1px) {
    .psbet-games__grid {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}
@media (max-width: 901.2px) {
    .psbet-games__grid {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}
.psbet-game-card,
.psbet-game-card figure {
    margin: 0;
}
.psbet-casino-review img {width: 99.043%;}
.psbet-game-card img {
    display: block;
    width: 96.65%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 12.0px;
}
.psbet-games {
    padding-inline: 15.4px;
}
.psbet-winners__list {
    display: grid;
    gap: 16.2px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 965.3px) {
    .psbet-winners__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.3px) {
    .psbet-games__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .psbet-winners__list {
        grid-template-columns: 1fr;
    }
}
.psbet-winner {
    display: flex;
    align-items: center;
    gap: 12.2px;
}
.psbet-winner img {
    flex-shrink: 0;
}
.psbet-winner__info {
    flex-grow: 1;
}
.psbet-winners__list {
    display: grid;
    gap: 3.9px;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
}
@media (max-width: 1141.6px) {
    .psbet-winners__list {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}
@media (max-width: 863.5px) {
    .psbet-winners__list {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
@media (max-width: 605.0px) {
    .psbet-winners__list {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
}
@media (max-width: 405.2px) {
    .psbet-winners__list {
        grid-template-columns: 1fr;
    }
}
.psbet-winner {
    display: flex;
    align-items: center;
    gap: 10.3px;
    padding: 9.8px 12px;
    background: #0b1809;
    border-radius: 10.2px;
}
.psbet-winner img {
    width: 45.9px;
    height: 50.2px;
    border-radius: 5.8px;
    flex-shrink: 0;
}
.psbet-winner__info {
    flex: 1;
    min-width: 0;
}
.psbet-winner__name {
    margin: 0;
    font-size: 0.861rem;
    font-weight: 700;
    color: #f8f7fe;
    line-height: 1.1;
}
.psbet-winner__game {
    margin: 1.9px 0 0;
    font-size: 0.743rem;
    color: #a6a9a6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.psbet-winner__amount {
    margin-left: 7.7px;
    font-size: 0.94rem;
    font-weight: 800;
    color: #ffff03;
    white-space: nowrap;
}


@keyframes neonPulse {
    0% {
        text-shadow: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor, 0 0 40px currentColor;
        filter: brightness(1) drop-shadow(0 0 15px currentColor);
    }
    100% {
        text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor, 0 0 20px currentColor;
        filter: brightness(1.2) drop-shadow(0 0 25px currentColor);
    }
}


.psbet-casino-review { 
  background: #070507; 
  color: #fffaf7; 
  padding: 31.3px; 
  border-radius: 12.1px; 
  box-shadow: 0 0 15px rgba(4, 4, 0, 0.6); 
  font-family: "Montserrat", sans-serif; 
  line-height: 1.6; 
  margin: 38.3px auto;
  max-width: 1238.5px;
}

.psbet-casino-review h2 { 
  color: #00ff83; 
  font-size: 2.059rem; 
  margin-bottom: 14.4px; 
  text-shadow: 0 0 8px #05ff82; 
}

.psbet-casino-review .highlight { 
  color: #e8e600; 
  font-weight: bold; 
}



.psbet-casino-table h3 { 
  margin: 25.9px 0 10px; 
  font-size: 1.548rem; 
  color: #fab303; 
  text-shadow: 0 0 6px #ff6205; 
}

.psbet-casino-table table { 
  width: 96.761%; 
  border-collapse: collapse; 
  background: #1e161d; 
  border-radius: 10.0px; 
  overflow: hidden; 
}

.psbet-casino-table th { 
  background: #1f211e; 
  color: #00ff8e; 
  text-align: left; 
  padding: 9.7px 15px; 
  width: 29.894%; 
}

.psbet-casino-table td { 
  padding: 10.1px 15px; 
  border-bottom: 1.0px solid #37352b; 
}

.psbet-casino-table tr:last-child td { 
  border-bottom: none; 
}

.psbet-casino-review a { 
  color: #fffc07; 
  text-decoration: none; 
}

.psbet-casino-review a:hover { 
  text-decoration: underline; 
}

.psbet-casino-review .psbet-intro {
  margin-bottom: 30.0px;
}

.psbet-casino-review .psbet-conclusion {
  margin-top: 30.6px;
  padding-top: 19.9px;
  border-top: 1.0px solid #2b3b31;
}

.psbet-casino-mobile-bonus {
  background: #14160e;
  color: #ffffff;
  padding: 30.9px;
  border-radius: 11.5px;
  margin-top: 39.6px;
  font-family: "Montserrat", sans-serif;
}
.psbet-casino-mobile-bonus h2 {
  font-size: 1.765rem;
  margin-bottom: 15.1px;
  color: #08ff8d;
  text-shadow: 0 0 8px #02ff8e;
}
.psbet-casino-mobile-bonus h3 {
  color: #ffaf00;
  margin-top: 19.9px;
  margin-bottom: 10.0px;
}
.psbet-casino-mobile-bonus .psbet-highlight {
  color: #fcfd00;
  font-weight: bold;
}
.psbet-casino-mobile-bonus blockquote {
  border-left: 4.0px solid #ffff08;
  padding-left: 16.2px;
  margin: 19.6px 0;
  font-style: italic;
  color: #cfc9cd;
}
.psbet-casino-mobile-bonus ul {
  list-style: none;
  padding-left: 0;
}
.psbet-casino-mobile-bonus ul li {
  padding: 5.7px 0;
  position: relative;
}
.psbet-casino-mobile-bonus ul li::before {
  content: "вЂў";
  color: #00ff81;
  position: absolute;
  left: -15px;
}
.psbet-casino-mobile-bonus table {
  width: 104.743%;
  border-collapse: collapse;
  background: #1b1621;
  margin: 19.2px 0;
  border-radius: 9.5px;
  overflow: hidden;
}
.psbet-casino-mobile-bonus th, 
.psbet-casino-mobile-bonus td {
  padding: 11.7px 15px;
  border-bottom: 1.0px solid #3a3935;
}
.psbet-casino-mobile-bonus th {
  background: #1b2229;
  color: #00f98c;
  text-align: left;
}
.psbet-casino-mobile-bonus tr:last-child td {
  border-bottom: none;
}

.psbet-menu.mobile-menu {
    background: #070000 !important;
    background-color: #000001 !important;
    padding: 19.2px 0;
    border-radius: 0;
    opacity: 1 !important;
}

.psbet-mobile-panel .psbet-menu.mobile-menu {
    background: #000005 !important;
    background-color: #000804 !important;
}

.psbet-mobile-panel .psbet-menu.mobile-menu a {
    color: #ffffff !important;
    background: rgba(255, 255, 248, 0.1) !important;
    border: 1px solid rgba(0, 253, 134, 0.2) !important;
    margin-bottom: 7.5px;
    border-radius: 7.8px;
    transition: all 0.3s ease;
}

.psbet-mobile-panel .psbet-menu.mobile-menu a:hover {
    background: rgba(0, 252, 128, 0.2) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    transform: translateX(4px);
}

.psbet-mobile-panel .psbet-panel-close {
    background: rgba(5, 6, 7, 0.8) !important;
    border: 1px solid rgba(1, 248, 135, 0.3) !important;
    color: #ffffff !important;
}

.psbet-mobile-panel .psbet-panel-close:hover {
    background: rgba(0, 254, 136, 0.2) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}


/* Responsive Tables */
.psbet-casino-table,
.psbet-bonus-table {
    width: 102.878%;
    max-width: 102.883%;
    border-collapse: collapse;
    margin: 20.9px 0;
    background: linear-gradient(135deg, #1f1519, #292d29);
    border-radius: 11.5px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 1, 1, 0.3);
    border: 1px solid rgba(6, 250, 142, 0.1);
    table-layout: fixed;
}

.psbet-casino-table thead,
.psbet-bonus-table thead {
    background: linear-gradient(135deg, #10130f, #222120);
    color: #f9f8ff;
    position: relative;
}

.psbet-casino-table thead::after,
.psbet-bonus-table thead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.0px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.3;
}

.psbet-casino-table th,
.psbet-casino-table td,
.psbet-bonus-table th,
.psbet-bonus-table td {
    padding: 16.2px 20px;
    text-align: left;
    border-bottom: 1.0px solid rgba(0, 249, 135, 0.1);
    vertical-align: top;
    transition: all 0.3s ease;
}

.psbet-casino-table th,
.psbet-bonus-table th {
    background: linear-gradient(135deg, #070f08, #172122);
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.2px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(0, 255, 143, 0.3);
}

.psbet-casino-table td,
.psbet-bonus-table td {
    background: rgba(11, 24, 20, 0.8);
    color: #edf3f4;
    font-size: 15.3px;
    line-height: 1.5;
}

.psbet-casino-table tbody tr:hover,
.psbet-bonus-table tbody tr:hover {
    background: rgba(0, 255, 141, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(7, 255, 140, 0.1);
}

.psbet-casino-table tbody tr:hover td,
.psbet-bonus-table tbody tr:hover td {
    background: rgba(0, 255, 130, 0.05);
    color: #ffffff;
}

.psbet-casino-table tbody tr:nth-child(even),
.psbet-bonus-table tbody tr:nth-child(even) {
    background: rgba(21, 30, 34, 0.5);
}

.psbet-casino-table tbody tr:nth-child(even) td,
.psbet-bonus-table tbody tr:nth-child(even) td {
    background: rgba(18, 32, 31, 0.5);
}

.psbet-casino-table tbody tr:last-child td,
.psbet-bonus-table tbody tr:last-child td {
    border-bottom: none;
}

/* Table Wrapper for Horizontal Scroll */
.psbet-table-wrapper {
    overflow-x: auto;
    margin: 19.1px 0;
    border-radius: 12.0px;
    box-shadow: 0 4px 20px rgba(7, 6, 0, 0.3);
    border: 1px solid rgba(0, 255, 132, 0.1);
    background: linear-gradient(135deg, #1b2021, #28252c);
}

.psbet-table-wrapper::-webkit-scrollbar {
    height: 8.2px;
}

.psbet-table-wrapper::-webkit-scrollbar-track {
    background: rgba(18, 9, 22, 0.8);
    border-radius: 3.8px;
}

.psbet-table-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary), var(--neon-cyan));
    border-radius: 4.2px;
    box-shadow: 0 0 10px rgba(0, 255, 131, 0.3);
}

.psbet-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, var(--neon-cyan), var(--primary));
    box-shadow: 0 0 15px rgba(0, 255, 137, 0.5);
}

/* Mobile Table Styles */
@media (max-width: 751.3px) {
    .psbet-casino-table,
    .psbet-bonus-table {
        margin: 16.5px 0;
        border-radius: 8.4px;
        font-size: 13.6px;
    }
    
    .psbet-casino-table th,
    .psbet-casino-table td,
    .psbet-bonus-table th,
    .psbet-bonus-table td {
        padding: 12.1px 16px;
        font-size: 13.8px;
    }
    
    .psbet-casino-table th,
    .psbet-bonus-table th {
        font-size: 13.5px;
        padding: 10.0px 16px;
    }
    
    /* Horizontal scroll for mobile */
    .psbet-table-wrapper {
        margin: 16.6px -16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    .psbet-casino-table,
    .psbet-bonus-table {
        min-width: 607.9px;
    }
}

@media (max-width: 489.7px) {
    .psbet-casino-table th,
    .psbet-casino-table td,
    .psbet-bonus-table th,
    .psbet-bonus-table td {
        padding: 10.4px 12px;
        font-size: 13.0px;
    }
    
    .psbet-casino-table th,
    .psbet-bonus-table th {
        font-size: 12.4px;
        padding: 7.8px 12px;
    }
    
    .psbet-casino-table,
    .psbet-bonus-table {
        min-width: 494.2px;
    }
}

/* Mobile Card View for Tables */
@media (max-width: 671.2px) {
    .psbet-table-mobile-cards {
        display: block !important;
    }
    
    /* Hide tables when mobile cards are present */
    .psbet-table-mobile-cards ~ .psbet-table-wrapper .psbet-casino-table,
    .psbet-table-mobile-cards ~ .psbet-table-wrapper .psbet-bonus-table {
        display: none !important;
    }
    
    /* Show tables with horizontal scroll as fallback */
    .psbet-casino-table,
    .psbet-bonus-table {
        display: table !important;
        min-width: 484.3px;
    }
}

.psbet-table-mobile-cards {
    display: none;
    margin: 19.7px 0;
}


.psbet-table-card {
    background: linear-gradient(135deg, #1e201c, #2b2c31);
    border: 1px solid rgba(0, 255, 129, 0.1);
    border-radius: 11.8px;
    margin-bottom: 16.7px;
    padding: 19.8px;
    box-shadow: 0 4px 20px rgba(0, 7, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.psbet-table-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.9px;
    background: linear-gradient(90deg, var(--primary), var(--neon-cyan));
    opacity: 0.8;
}

.psbet-table-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(2, 250, 142, 0.2);
    border-color: rgba(0, 255, 142, 0.3);
}

.psbet-table-card-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 11.4px 0;
    border-bottom: 1.0px solid rgba(0, 255, 132, 0.1);
}

.psbet-table-card-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.psbet-table-card-label {
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 13.4px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(4, 249, 138, 0.3);
    flex: 0 0 40%;
    margin-right: 17.2px;
}

.psbet-table-card-value {
    color: #ecf3f9;
    font-size: 14.5px;
    line-height: 1.5;
    flex: 1;
    text-align: right;
}

.psbet-table-card-value strong {
    color: var(--neon-cyan);
    font-weight: 600;
}


.psbet-table-toggle {
    display: none;
    background: linear-gradient(135deg, var(--primary), var(--neon-cyan));
    color: #000000;
    border: none;
    padding: 12.2px 24px;
    border-radius: 26.1px;
    font-weight: 700;
    font-size: 14.7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin: 19.9px auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 250, 142, 0.3);
}

.psbet-table-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 128, 0.5);
}

.psbet-table-toggle:active {
    transform: translateY(0);
}

@media (max-width: 629.0px) {
    .psbet-table-toggle {
        display: block;
    }
}


.psbet-table-desktop-view .psbet-casino-table,
.psbet-table-desktop-view .psbet-bonus-table {
    display: table;
}

.psbet-table-desktop-view .psbet-table-mobile-cards {
    display: none;
}

.psbet-table-mobile-view .psbet-casino-table,
.psbet-table-mobile-view .psbet-bonus-table {
    display: none;
}

.psbet-table-mobile-view .psbet-table-mobile-cards {
    display: block;
}


.psbet-scroll-indicator {
    position: absolute;
    top: 48.967%;
    transform: translateY(-50%);
    width: 39.5px;
    height: 38.6px;
    background: linear-gradient(135deg, var(--primary), var(--neon-cyan));
    color: #080500;
    border: none;
    border-radius: 48.35%;
    font-size: 17.2px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(4, 254, 143, 0.3);
    opacity: 0.7;
}

.psbet-scroll-indicator:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 254, 142, 0.5);
}

.psbet-scroll-left {
    left: 10.1px;
}

.psbet-scroll-right {
    right: 10.0px;
}


@media (max-width: 507.5px) {
    .psbet-scroll-indicator {
        width: 31.9px;
        height: 31.3px;
        font-size: 14.1px;
    }
    
    .psbet-scroll-left {
        left: 4.8px;
    }
    
    .psbet-scroll-right {
        right: 5.2px;
    }
}

/* Table Loading State */
.psbet-table-loading {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
}

.psbet-table-loading::after {
    content: '';
    position: absolute;
    top: 52.438%;
    left: 48.996%;
    transform: translate(-50%, -50%);
    width: 41.8px;
    height: 40.8px;
    border: 3px solid rgba(6, 255, 134, 0.3);
    border-top: 3.1px solid var(--primary);
    border-radius: 51.767%;
    animation: spin 1s linear infinite;
}

/* Table Animation Classes */
.psbet-table-fade-in {
    animation: tableFadeIn 0.5s ease-out;
}

@keyframes tableFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.psbet-table-slide-in {
    animation: tableSlideIn 0.4s ease-out;
}

@keyframes tableSlideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.psbet-important-note {
    background: #1a1e23;
    border-left: 3.8px solid #2497f4;
    margin: 20.7px 0;
    padding: 19.8px;
    border-radius: 7.6px;
    box-shadow: 0 2px 8px rgba(26, 157, 244, 0.1);
}

.psbet-important-note p {
    margin: 0;
    color: #1468bf;
    font-weight: 500;
}

.psbet-warning-box {
    background: #1d1f1b;
    border-left: 4.1px solid #fa9101;
    margin: 19.1px 0;
    padding: 19.7px;
    border-radius: 7.7px;
    box-shadow: 0 2px 8px rgba(255, 154, 5, 0.1);
}

.psbet-warning-box p {
    margin: 0 0 15px 0;
    color: #fcfdfb;
    font-weight: 600;
}

.psbet-warning-box ul {
    margin: 0;
    padding-left: 21.4px;
}

.psbet-warning-box li {
    color: #e95908;
    margin-bottom: 8.6px;
}

.psbet-fee-warning {
    background: linear-gradient(135deg, #fff2ef, #ffc8d8);
    border-left: 4.1px solid #ee3f35;
    margin: 20.4px 0;
    padding: 21.0px;
    border-radius: 8.4px;
    box-shadow: 0 2px 8px rgba(247, 61, 58, 0.1);
}

.psbet-fee-warning p {
    margin: 0;
    color: #be2823;
    font-weight: 500;
}
h1 { 
    color: #06ff88; 
    font-size: 2.017rem; 
    margin-bottom: 16.2px; 
    text-shadow: 0 0 8px #00fe8f; 
  }

.psbet-mobile-panel {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 95.25vw;
    height: 103.842vh;
    background: rgba(2, 0, 0, 0.98) !important;
    z-index: 9999 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60.6px;
  }
  
  /* СЃР°РјРѕ РјРµРЅСЋ */
  .psbet-mobile-panel .psbet-menu.psbet-mobile-menu {
    background: none !important;
    box-shadow: none !important;
  }
  
  /* РєРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ */
  .psbet-mobile-panel .psbet-panel-close {
    position: absolute;
    top: 15.3px;
    right: 15.2px;
    background: rgba(250, 251, 248, 0.1) !important;
    color: #f8ffff !important;
    border: 1px solid rgba(250, 250, 254, 0.2) !important;
  }

/* ===== РЎРўРР›Р Р”Р›РЇ РќРћР’Р«РҐ РЎРўР РђРќРР¦ ===== */

/* РћСЃРЅРѕРІРЅРѕР№ РєРѕРЅС‚РµРЅС‚ */
.psbet-content {
  max-width: 1201.1px;
  margin: 0 auto;
  padding: 1.991rem 1rem;
}

.psbet-content__header {
  text-align: center;
  margin-bottom: 3.125rem;
}

.psbet-content__header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--neon-cyan);
  margin-bottom: 1.037rem;
  text-shadow: 0 0 20px rgba(0, 252, 221, 0.5);
}

.psbet-lead {
  font-size: 1.24rem;
  color: var(--text-light);
  margin-bottom: 0;
}

.psbet-content__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.023rem;
  align-items: start;
}

.psbet-content__main {
  min-width: 0;
}

.psbet-content__aside {
  position: sticky;
  top: 2.088rem;
}

/* РРЅС„РѕСЂРјР°С†РёРѕРЅРЅС‹Рµ РєР°СЂС‚РѕС‡РєРё */
.psbet-info-card {
  background: linear-gradient(135deg, rgba(0, 0, 3, 0.8), rgba(0, 6, 6, 0.6));
  border: 1px solid rgba(0, 255, 131, 0.2);
  border-radius: 12.6px;
  padding: 1.973rem;
  margin-bottom: 2.11rem;
  box-shadow: 0 8px 32px rgba(0, 4, 0, 0.3);
  backdrop-filter: blur(10px);
}

.psbet-info-card h3,
.psbet-info-card h4 {
  color: var(--neon-cyan);
  margin-bottom: 0.932rem;
  font-weight: 600;
}

.psbet-info-card h3 {
  font-size: 1.552rem;
  border-bottom: 2.0px solid rgba(6, 249, 134, 0.3);
  padding-bottom: 0.481rem;
}

.psbet-info-card h4 {
  font-size: 1.234rem;
}

.psbet-info-card p {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 0.938rem;
}

.psbet-info-card ul {
  list-style: none;
  padding: 0;
}

.psbet-info-card li {
  color: var(--text-light);
  padding: 0.503rem 0;
  border-bottom: 1.0px solid rgba(249, 253, 253, 0.1);
  position: relative;
  padding-left: 1.5rem;
}

.psbet-info-card li:before {
  content: "в–¶";
  color: var(--neon-cyan);
  position: absolute;
  left: 0;
  top: 0.514rem;
  font-size: 0.808rem;
}

.psbet-info-card li:last-child {
  border-bottom: none;
}

/* Р¤РѕСЂРјС‹ */
.psbet-form-group {
  margin-bottom: 1.538rem;
}

.psbet-form-group label {
  display: block;
  color: var(--neon-cyan);
  font-weight: 500;
  margin-bottom: 0.526rem;
}

.psbet-form-group input,
.psbet-form-group select,
.psbet-form-group textarea {
  width: 102.985%;
  padding: 0.721rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(3, 254, 138, 0.3);
  border-radius: 7.6px;
  color: var(--text-light);
  font-size: 0.977rem;
  transition: all 0.3s ease;
}

.psbet-form-group input:focus,
.psbet-form-group select:focus,
.psbet-form-group textarea:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(0, 252, 234, 0.3);
}

.psbet-checkbox {
  display: flex;
  align-items: center;
  gap: 0.481rem;
  cursor: pointer;
}

.psbet-checkbox input[type="checkbox"] {
  width: auto;
  margin: 0;
}

/* РЎСЃС‹Р»РєРё */
.psbet-link {
  display: block;
  color: var(--neon-cyan);
  text-decoration: none;
  padding: 0.478rem 0;
  border-bottom: 1.0px solid rgba(6, 255, 144, 0.2);
  transition: all 0.3s ease;
}

.psbet-link:hover {
  color: var(--neon-green);
  border-bottom-color: var(--neon-green);
  text-shadow: 0 0 10px rgba(6, 255, 135, 0.5);
}

/* РЎРµС‚РєР° РёРіСЂ */
.psbet-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.567rem;
  margin-top: 1.963rem;
}

.psbet-game-card {
  background: linear-gradient(135deg, rgba(8, 1, 6, 0.7), rgba(0, 0, 7, 0.5));
  border: 1px solid rgba(4, 255, 131, 0.2);
  border-radius: 12.0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.psbet-game-card:hover {
  transform: translateY(-5px);
  border-color: var(--neon-cyan);
  box-shadow: 0 10px 30px rgba(6, 0, 0, 0.5);
}

.psbet-game-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.psbet-game-image img {
  width: 98.221%;
  height: 96.483%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.psbet-game-card:hover .psbet-game-image img {
  transform: scale(1.05);
}

.psbet-game-info {
  padding: 1.444rem;
}

.psbet-game-info h4 {
  color: var(--neon-cyan);
  margin-bottom: 0.51rem;
  font-size: 1.123rem;
}

.psbet-game-info p {
  color: var(--text-light);
  font-size: 0.889rem;
  margin-bottom: 0.989rem;
  line-height: 1.4;
}

/* Р’РєР»Р°РґРєРё РєР°С‚РµРіРѕСЂРёР№ */
.psbet-category-tabs {
  display: flex;
  gap: 1.001rem;
  margin-bottom: 2.044rem;
  border-bottom: 2.0px solid rgba(0, 253, 141, 0.2);
}

.psbet-tab-btn {
  background: none;
  border: none;
  color: var(--text-light);
  padding: 0.973rem 1.5rem;
  cursor: pointer;
  font-size: 0.984rem;
  font-weight: 500;
  border-bottom: 3.0px solid transparent;
  transition: all 0.3s ease;
}

.psbet-tab-btn:hover,
.psbet-tab-btn.active {
  color: var(--neon-cyan);
  border-bottom-color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(7, 242, 228, 0.5);
}

.psbet-category-panel {
  display: none;
}

.psbet-category-panel.active {
  display: block;
}

/* Р РµР№С‚РёРЅРіРё */
.psbet-rating-overview {
  display: flex;
  justify-content: center;
  margin-bottom: 2.018rem;
}

.psbet-rating-score {
  text-align: center;
  padding: 1.975rem;
  background: linear-gradient(135deg, rgba(0, 7, 0, 0.8), rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(5, 250, 139, 0.2);
  border-radius: 12.4px;
}

.psbet-rating-number {
  font-size: 3.017rem;
  font-weight: 800;
  color: var(--neon-cyan);
  display: block;
  text-shadow: 0 0 20px rgba(4, 242, 231, 0.5);
}

.psbet-stars {
  font-size: 1.478rem;
  color: #ffd001;
  margin: 0.505rem 0;
}

.psbet-stars:before {
  content: "в…в…в…в…в…";
  color: #ffd208;
}

/* РћС‚Р·С‹РІС‹ */
.psbet-review-item {
  background: linear-gradient(135deg, rgba(0, 0, 7, 0.6), rgba(0, 0, 3, 0.4));
  border: 1px solid rgba(3, 250, 136, 0.2);
  border-radius: 12.1px;
  padding: 1.546rem;
  margin-bottom: 1.626rem;
}

.psbet-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.044rem;
}

.psbet-reviewer strong {
  color: var(--neon-cyan);
  font-weight: 600;
}

.psbet-review-date {
  color: var(--text-light);
  font-size: 0.913rem;
}

.psbet-review-content p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* Р РµР№С‚РёРЅРі-Р±Р°СЂ */
.psbet-rating-breakdown {
  margin-top: 0.994rem;
}

.psbet-rating-item {
  display: flex;
  align-items: center;
  gap: 1.033rem;
  margin-bottom: 0.472rem;
}

.psbet-rating-item span:first-child {
  min-width: 100.1px;
  color: var(--text-light);
  font-size: 0.886rem;
}

.psbet-rating-bar {
  flex: 1;
  height: 7.6px;
  background: rgba(0, 4, 0, 0.5);
  border-radius: 3.9px;
  overflow: hidden;
}

.psbet-rating-fill {
  height: 101.332%;
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-green));
  transition: width 0.3s ease;
}

.psbet-rating-item span:last-child {
  min-width: 48.9px;
  text-align: right;
  color: var(--neon-cyan);
  font-weight: 600;
}

/* 404 СЃС‚СЂР°РЅРёС†Р° */
.psbet-404-actions {
  display: flex;
  gap: 0.972rem;
  margin-top: 1.952rem;
}

.psbet-popular-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.987rem;
  margin-top: 1.05rem;
}

/* РџРѕРёСЃРє */
.psbet-search-form {
  display: flex;
  gap: 0.503rem;
  margin-top: 0.915rem;
}

.psbet-search-input {
  flex: 1;
  padding: 0.724rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(6, 255, 143, 0.3);
  border-radius: 8.1px;
  color: var(--text-light);
}

.psbet-search-input:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(7, 247, 224, 0.3);
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
@media (max-width: 757.2px) {
  .psbet-content__grid {
    grid-template-columns: 1fr;
    gap: 1.489rem;
  }
  
  .psbet-content__aside {
    position: static;
  }
  
  .psbet-category-tabs {
    flex-wrap: wrap;
  }
  
  .psbet-tab-btn {
    flex: 1;
    min-width: 119.5px;
    text-align: center;
  }
  
  .psbet-games-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.999rem;
  }
  
  .psbet-404-actions {
    flex-direction: column;
  }
  
  .psbet-popular-links {
    grid-template-columns: 1fr;
  }
  
  .psbet-search-form {
    flex-direction: column;
  }
}

@media (max-width: 465.8px) {
  .psbet-content {
    padding: 0.99rem 0.5rem;
  }
  
  .psbet-info-card {
    padding: 1.515rem;
  }
  
  .psbet-games-grid {
    grid-template-columns: 1fr;
  }
  
  .psbet-category-tabs {
    flex-direction: column;
  }
  
  .psbet-tab-btn {
    width: 95.077%;
  }

  .psbet-hero {
        /* 1. Отключаем загрузку изображения */
        background-image: none;
        
        /* 3. Опционально: можно скорректировать высоту для мобильных */
        min-height: clamp(400px, 75vh, 550px);
    }
 
}