img {max-width: 100%;height: auto; display: block;}
.ps-auth-buttons,
.ps-menu,
.ps-nav {
    display: flex;
}
.ps-btn.ps-cta,
.ps-btn.ps-primary {
    background: #00bcd4;
}
.ps-btn,
.ps-hero {
    position: relative;
}
.ps-btn,
.ps-game-card {
    overflow: hidden;
}
.ps-btn,
.ps-burger,
.ps-footer-title {
    cursor: pointer;
}
:root {
    --bg: #0a0a0a;
    --bg-gradient: #0a0a0a;
    --text: #fff;
    --header-h: 72px;
    --primary: #00ff88;
    --neon-cyan: #ffff00;
    --neon-purple: #ff0080;
    --neon-yellow: #ffff00;
    --neon-orange: #ff6600;
    --palm-green: #00ff41;
    --dark-bg: rgba(0, 0, 0, 0.85);
    --font-family: "Catamaran", sans-serif;
}
.ps-game-card img,
.ps-winner img {
    object-fit: cover;
}
* {
    box-sizing: border-box;
    font-family: var(--font-family);
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    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, 136, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(0, 217, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 0, 128, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}
.ps-nav {
    height: var(--header-h);
    align-items: center;
    gap: 24px;
}
.ps-menu {
    flex: 1 1 auto;
}
.ps-games__header,
.ps-games__title {
    align-items: center;
}
.ps-menu a {
    font-size: 14px;
    padding: 8px 6px;
    border-radius: 8px;
}
.ps-games__title span,
.ps-winners__header span {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px var(--neon-cyan);
    font-weight: 900;
}
.ps-menu a:hover {
    color: #fff;
    background: #121212;
}
.ps-btn {
    border: none;
}

.ps-btn.cta {
    font-size: 1.2rem;
    background: #ffff00;
    color: #000;
    padding: 18px 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: none;
    border: none;
}
.ps-hero {
    min-height: clamp(520px, 85vh, 820px);
    display: grid;
    place-items: center;
    text-align: center;
    isolation: isolate;
    background: rgba(10, 10, 10, 0.9), url("img/image.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.ps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 70%, rgba(0, 255, 65, 0.15) 0%, transparent 40%), radial-gradient(ellipse at 85% 30%, rgba(0, 217, 255, 0.15) 0%, transparent 40%),
        radial-gradient(ellipse at 20% 80%, rgba(0, 255, 136, 0.1) 0%, transparent 35%), radial-gradient(ellipse at 80% 20%, rgba(0, 255, 255, 0.1) 0%, transparent 35%);
    z-index: -1;
}
.ps-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}
.ps-hero__inner {
    padding: 0 16px;
    max-width: 900px;
}
.ps-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(2, 247, 226, 0.5);
}

.ps-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: 2px;
    filter: drop-shadow(0 0 20px rgba(255, 255, 0, 0.6));
}
.ps-hero__subtitle {
    margin: 0 0 24px;
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 800;
    color: rgba(2, 247, 226, 0.849);

    letter-spacing: 1px;
    filter: drop-shadow(0 0 15px rgba(0, 217, 255, 0.6));
}
.ps-hero__text {
    margin: 0 0 22px;
    font-size: clamp(14px, 2.2vw, 22px);
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
    .ps-menu {
        display: none;
    }
    .ps-auth .btn {
        padding: 8px 14px;
    }
}
.ps-games__controls,
.ps-games__title {
    display: flex;
    gap: 8px;
}
@media (max-width: 420px) {
    .ps-hero__text {
        line-height: 1.35;
    }
    .ps-btn.cta {
        padding: 10px 18px;
    }
}
.ps-games,
.ps-winners {
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 16px;
}
.ps-games__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.ps-games__title h2 {
    font-weight: 700;
}
.ps-games__controls button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: #000;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.5);
    transition: all 0.3s ease;
}
.ps-games__controls button:hover {
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.8);
    transform: scale(1.1);
}
.ps-games__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.ps-game-card {
    background: rgba(17, 17, 17, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    transition: transform 0.25s, box-shadow 0.25s;
}
.ps-btn,
.ps-btn.cta {
    text-decoration: none;
    transition: box-shadow 0.3s, transform 0.2s;
}
.ps-game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
    border-color: var(--primary);
}
@media (max-width: 768px) {
    .ps-hero {
        background-position: center center;
        min-height: 72vh;
    }
    .ps-nav {
        gap: 14px;
    }
    .ps-games__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-games__controls button {
        width: 28px;
        height: 28px;
    }
}
.ps-winners__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.ps-winners__header h2 {
    font-weight: 700;
}
.ps-winners__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ps-nav,
.ps-winner {
    display: flex;
    align-items: center;
}
.ps-winner__info {
    flex: 1;
}
.ps-content,
.ps-nav {
    max-width: 1200px;
}
.ps-site-footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 20px;
    font-size: 14px;
}
.ps-footer-nav {
    display: grid;
    gap: 16px;
}
.ps-footer-title {
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}
.ps-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.ps-burger span,
.ps-footer-col ul li {
    margin: 4px 0;
}
.ps-footer-col a {
    color: #bbb;
    text-decoration: none;
}
.ps-footer-col a:hover,
strong {
    color: #dbf307;
}
.ps-footer-bottom {
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}
.ps-footer-logos {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    font-weight: 700;
    color: #fff;
}
.ps-logo {
    display: flex;
    align-items: center;
}
.ps-logo img {
    height: calc(var(--header-h) - 22px);
    max-height: 50px;
    min-height: 30px;
    display: block;
    filter: drop-shadow(0 0 10px rgba(0, 255, 136, 0.5));
    transition: all 0.3s ease;
}
.ps-logo img:hover {
    filter: drop-shadow(0 0 20px rgba(0, 255, 136, 0.8));
    transform: scale(1.05);
}
.ps-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}
.ps-btn,
.ps-nav {
    padding: 10px 16px;
}
.ps-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.ps-menu a:hover {
    color: var(--primary);
    text-shadow: 0 0 10px var(--primary);
}
.ps-menu-icon {
    margin-right: 4px;
    font-size: 12px;
}
.ps-auth-buttons {
    display: flex;
    gap: 10px;
    margin-left: auto;
}
.ps-btn {
    display: inline-block;
    border-radius: 24px;
    font-weight: 700;
}
.ps-btn.cta,
.ps-faq-q {
    font-weight: 800;
}
.ps-btn.ps-primary {
    background: var(--neon-yellow);
    color: #000;
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.5);
    text-shadow: none;
}
.ps-btn.ps-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid var(--primary);
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.ps-btn.ps-cta:hover,
.ps-btn:hover {
    box-shadow: 0 0 30px var(--primary), 0 0 50px rgba(0, 255, 136, 0.7);
    transform: translateY(-2px);
    text-shadow: 0 0 10px currentColor;
}
.ps-burger {
    width: 42px;
    height: 42px;
    border: none;
    background: #1a1a1a;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}
.ps-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: 0.2s;
}
.ps-nav.open .ps-burger span:first-child {
    transform: translateY(6px) rotate(45deg);
}
.ps-nav.open .ps-burger span:nth-child(2) {
    opacity: 0;
}
.ps-nav.open .ps-burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.ps-mobile-menu {
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ps-mobile-menu li {
    margin: 0;
}
.ps-mobile-menu a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.ps-mobile-menu a:hover {
    background: rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.3);
    color: var(--primary);
}
.ps-nav.open .ps-backdrop,
.ps-nav.open .ps-mobile-panel[hidden],
.ps-nav.open [data-backdrop],
.ps-nav.open [data-backdrop][hidden] {
    display: block;
}
:root {
    --panel: #000;
    --text: #eaeaea;
    --muted: #b9c3c6;
    --card: #111;
    --border: #1f1f1f;
}
.ps-nav {
    min-height: var(--header-h);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 992px) {
    .ps-btn-text.full,
    .ps-desktop-only {
        display: none;
    }
    .ps-burger {
        display: flex;
        width: 36px;
        height: 36px;
    }
    .nps-av {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 10px;
        min-height: var(--header-h);
    }
    .ps-auth-buttons {
        justify-self: center;
        display: inline-flex;
        gap: 8px;
        white-space: nowrap;
    }
    .ps-btn {
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 13px;
    }
    .ps-btn-text.short {
        display: inline;
    }
}
.ps-faq-toggle,
.ps-panel-close {
    align-items: center;
    cursor: pointer;
}
.ps-content {
    margin: 40px auto;
    padding: 0 16px;
    color: var(--text);
}
.ps-content__header {
    margin-bottom: 18px;
}
.ps-content__header h2 {
    margin: 0 0 6px;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900;
}
.ps-lead {
    margin: 0;
    color: var(--muted);
    font-size: clamp(14px, 2.2vw, 18px);
}
.ps-content__grid {
    display: grid;
    gap: 20px;
}
.ps-content__main h3 {
    margin: 18px 0 8px;
    font-size: clamp(18px, 2.6vw, 22px);
}
.ps-content__main p {
    margin: 0 0 12px;
    line-height: 1.6;
    color: #dbe6e8;
}
.ps-content__main ul {
    margin: 0 0 14px 18px;
}
.ps-content__aside {
    display: grid;
    gap: 14px;
    align-content: start;
}
.ps-info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px;
}
.ps-info-card h4 {
    margin: 0 0 8px;
    font-size: 16px;
}
.ps-info-card p {
    margin: 0;
    color: #cfe5e8;
}
.ps-info-card ol {
    margin: 0;
    padding-left: 18px;
}
.ps-btn.cta {
    display: inline-block;
    margin-top: 4px;
    padding: 12px 18px;
    border-radius: 28px;
    background: var(--primary);
    color: #06252a;
}
@media (min-width: 992px) {
    .ps-winners__list {
        flex-direction: row;
        justify-content: space-between;
        gap: 24px;
    }
    .ps-winner {
        flex-direction: column;
        text-align: center;
        padding: 16px;
        max-width: 200px;
    }
    .ps-winner img {
        width: 80px;
        height: 80px;
    }
    .ps-winner__info {
        margin-top: 8px;
    }
    .ps-winner__amount {
        margin-top: 6px;
        font-size: 16px;
    }
    .ps-footer-nav {
        grid-template-columns: repeat(6, 1fr);
    }
    .ps-footer-title span {
        display: none;
    }
    .ps-footer-col ul {
        display: block !important;
    }
    .ps-content__grid {
        grid-template-columns: 1.6fr 1fr;
        gap: 24px;
    }
}
.ps-table-wrap {
    background: #0e0e0e;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    overflow: auto;
}
.ps-data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #e8f1f2;
    min-width: 320px;
}
.ps-data-table td,
.ps-data-table th {
    padding: 12px 14px;
    vertical-align: top;
}
.ps-data-table th {
    width: 38%;
    background: #141414;
    color: #cfe5e8;
    font-weight: 700;
    text-align: left;
    border-right: 1px solid #1f1f1f;
}
.ps-data-table td {
    background: #101010;
    color: #dbe6e8;
}
.ps-data-table tr:not(:last-child) td,
.ps-data-table tr:not(:last-child) th {
    border-bottom: 1px solid #1f1f1f;
}
.ps-data-table tr:first-child th {
    border-top-left-radius: 12px;
}
.ps-data-table tr:first-child td {
    border-top-right-radius: 12px;
}
.ps-data-table tr:last-child th {
    border-bottom-left-radius: 12px;
}
.ps-data-table tr:last-child td {
    border-bottom-right-radius: 12px;
}
@media (max-width: 640px) {
    .ps-data-table th,
    .ps-data-table tr:last-child {
        border-bottom: none;
    }
    .ps-data-table,
    .ps-data-table tbody,
    .ps-data-table td,
    .ps-data-table th,
    .ps-data-table tr {
        display: block;
        width: 100%;
    }
    .ps-data-table th {
        border-right: none;
        background: #141414;
        padding-bottom: 6px;
    }
    .ps-data-table td {
        background: #101010;
        padding-top: 0;
    }
    .ps-data-table tr {
        border-bottom: 1px solid #1f1f1f;
        padding: 10px 0;
        background: 0 0;
        border-radius: 10px;
    }
}
.ps-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ps-nav.ps-open .ps-mobile-panel,
.ps-nav.ps-open [data-backdrop] {
    pointer-events: auto;
}
body,
html {
    overflow-x: hidden;
}
.ps-entry-content iframe,
.ps-entry-content img,
.ps-entry-content table {
    max-width: 100%;
    height: auto;
    display: block;
}
.ps-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: 1px solid var(--primary);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
}
@media (max-width: 480px) {
    :root {
        --header-h: 64px;
    }
    .ps-content {
        margin: 28px auto;
    }
    .ps-content__main p {
        line-height: 1.7;
    }
    body {
        padding-top: 64px;
    }
}
.ps-panel-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    border: none;
    border-radius: 10px;
    background: #1a1a1a;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    box-shadow: 0 0 0 0 rgba(0, 188, 212, 0);
    transition: transform 0.2s, box-shadow 0.3s, background 0.2s;
}
.ps-panel-close:hover {
    transform: translateY(-1px);
    background: #232323;
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.6);
}
.ps-panel-close:active {
    transform: translateY(0);
}
.ps-panel-close:focus-visible {
    outline: 2px solid var(--primary, #00bcd4);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 188, 212, 0.25);
}
@media (max-width: 380px) {
    .ps-btn {
        padding: 7px 10px;
        font-size: 12px;
    }
    .ps-auth-buttons {
        gap: 6px;
    }
    .ps-panel-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    .ps-mobile-panel {
        width: 90vw;
        padding: 64px 12px 12px;
    }
    .ps-mobile-menu a {
        padding: 10px 12px;
        font-size: 14px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-panel-close {
        transition: none;
    }
}
/* FAQ Section Styles */
.ps-faq {
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 16px;
}

.ps-faq-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.ps-faq-item {
    background: linear-gradient(135deg, #0e0e0e 0%, #1a1a1a 100%);
    border: 1px solid rgba(0, 255, 136, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.ps-faq-item:hover {
    border-color: rgba(0, 255, 136, 0.3);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.15);
    transform: translateY(-2px);
}

.ps-faq-toggle {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    background: linear-gradient(135deg, #111 0%, #0f0f0f 50%, #111 100%);
    border-bottom: 1px solid rgba(0, 255, 136, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.ps-faq-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 136, 0.05) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ps-faq-toggle:hover::before {
    opacity: 1;
}

.ps-faq-toggle:hover {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
    border-bottom-color: rgba(0, 255, 136, 0.3);
}

.ps-faq-q {
    color: #e8f1f2;
    font-size: clamp(16px, 2.4vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ps-faq-icon {
    font-size: 18px;
    color: var(--primary);
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.ps-faq-toggle:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    border-radius: 16px;
}

.ps-faq-panel {
    padding: 24px;
    background: linear-gradient(135deg, #0a0a0a 0%, #111 100%);
    color: #cfe5e8;
    line-height: 1.7;
    border-top: 1px solid rgba(0, 255, 136, 0.1);
    animation: faq-reveal 0.4s ease-out;
    position: relative;
}

.ps-faq-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--primary) 50%, transparent 100%);
    opacity: 0.3;
}

.ps-faq-panel p {
    margin: 0;
    font-size: 15px;
    color: #dbe6e8;
}

.ps-faq-panel a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.ps-faq-panel a:hover {
    color: var(--neon-cyan);
    border-bottom-color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(0, 217, 255, 0.5);
}

/* FAQ Animation */
@keyframes faq-reveal {
    from {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
    }
}

/* Open state styles */
.ps-faq-item.ps-is-open {
    border-color: rgba(0, 255, 136, 0.4);
    box-shadow: 0 8px 30px rgba(0, 255, 136, 0.2);
}

.ps-faq-item.ps-is-open .ps-faq-toggle {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
    border-bottom-color: rgba(0, 255, 136, 0.4);
}

.ps-faq-item.ps-is-open .ps-faq-icon {
    transform: rotate(180deg);
    background: rgba(0, 255, 136, 0.2);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}

.ps-faq-item.ps-is-open .ps-faq-q {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

/* Mobile FAQ Styles */
@media (max-width: 768px) {
    .ps-faq {
        margin: 40px auto;
        padding: 0 12px;
    }
    
    .ps-faq-list {
        gap: 12px;
        margin-top: 20px;
    }
    
    .ps-faq-item {
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    
    .ps-faq-toggle {
        padding: 16px 18px;
        gap: 12px;
    }
    
    .ps-faq-q {
        font-size: clamp(15px, 4vw, 17px);
        line-height: 1.3;
    }
    
    .ps-faq-icon {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    
    .ps-faq-panel {
        padding: 18px;
    }
    
    .ps-faq-panel p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .ps-faq {
        margin: 30px auto;
        padding: 0 8px;
    }
    
    .ps-faq-list {
        gap: 10px;
    }
    
    .ps-faq-toggle {
        padding: 14px 16px;
        gap: 10px;
    }
    
    .ps-faq-q {
        font-size: 15px;
    }
    
    .ps-faq-panel {
        padding: 16px;
    }
    
    .ps-faq-panel p {
        font-size: 13px;
    }
}

/* FAQ Search and Filter Styles (Optional Enhancement) */
.ps-faq-search {
    margin-bottom: 24px;
    position: relative;
}

.ps-faq-search input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.ps-faq-search input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
}

.ps-faq-search::before {
    content: '🔍';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--primary);
}

/* FAQ Categories (Optional Enhancement) */
.ps-faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.ps-faq-category {
    padding: 8px 16px;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ps-faq-category:hover,
.ps-faq-category.active {
    background: var(--primary);
    color: #000;
    border-color: var(--primary);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}

/* Advanced FAQ Animations and Effects */

.ps-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.ps-faq-item:hover::before {
    left: 100%;
}

.ps-faq-toggle {
    position: relative;
    z-index: 2;
}

/* Pulse animation for FAQ items */
@keyframes faq-pulse {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 8px 25px rgba(0, 255, 136, 0.2);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
}

.ps-faq-item.ps-is-open {
    animation: faq-pulse 2s ease-in-out infinite;
}

/* Smooth height transition for FAQ panels */
.ps-faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.ps-faq-item.ps-is-open .ps-faq-panel {
    max-height: 1000px;
    padding: 24px;
}

/* Icon rotation animation */
.ps-faq-icon {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ps-faq-item.ps-is-open .ps-faq-icon {
    transform: rotate(180deg) scale(1.1);
}

/* Text glow effect */
.ps-faq-q {
    transition: all 0.3s ease;
}

.ps-faq-item.ps-is-open .ps-faq-q {
    animation: text-glow 2s ease-in-out infinite alternate;
}

@keyframes text-glow {
    from {
        text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
    }
    to {
        text-shadow: 0 0 20px rgba(0, 255, 136, 0.6), 0 0 30px rgba(0, 255, 136, 0.3);
    }
}

/* Loading state for FAQ */
.ps-faq-item.loading .ps-faq-toggle {
    opacity: 0.7;
    pointer-events: none;
}

.ps-faq-item.loading .ps-faq-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Staggered animation for FAQ list */
.ps-faq-item.animate-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in-up 0.6s ease-out forwards;
}

.ps-faq-item:nth-child(1) { animation-delay: 0.1s; }
.ps-faq-item:nth-child(2) { animation-delay: 0.2s; }
.ps-faq-item:nth-child(3) { animation-delay: 0.3s; }
.ps-faq-item:nth-child(4) { animation-delay: 0.4s; }
.ps-faq-item:nth-child(5) { animation-delay: 0.5s; }
.ps-faq-item:nth-child(6) { animation-delay: 0.6s; }
.ps-faq-item:nth-child(7) { animation-delay: 0.7s; }
.ps-faq-item:nth-child(8) { animation-delay: 0.8s; }
.ps-faq-item:nth-child(9) { animation-delay: 0.9s; }
.ps-faq-item:nth-child(10) { animation-delay: 1.0s; }

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects for better interactivity */
.ps-faq-toggle:hover .ps-faq-q {
    transform: translateX(4px);
}

.ps-faq-toggle:hover .ps-faq-icon {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

/* Focus styles for accessibility */
.ps-faq-toggle:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    border-radius: 16px;
    box-shadow: 0 0 0 4px rgba(0, 255, 136, 0.2);
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .ps-faq-item,
    .ps-faq-toggle,
    .ps-faq-icon,
    .ps-faq-panel {
        animation: none !important;
        transition: none !important;
    }
    
    .ps-faq-item::before {
        display: none;
    }
}
.ps-backdrop,
.ps-mobile-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.ps-backdrop {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.ps-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(84vw, 360px);
    background: #000 !important;
    background-color: #000 !important;
    padding: 72px 16px 16px;
    z-index: 1002;
    transform: translateX(100%);
    transition: transform 0.25s;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 255, 136, 0.3);
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.95) !important;
}
.ps-nav.open .ps-mobile-panel {
    display: block;
    transform: translateX(0);
}
.ps-games__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(160px, 1fr));
}
@media (max-width: 1200px) {
    .ps-games__grid {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}
@media (max-width: 900px) {
    .ps-games__grid {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}
.ps-game-card,
.ps-game-card figure {
    margin: 0;
}
.ps-casino-review img {width:100%;}
.ps-game-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 12px;
}
.ps-games {
    padding-inline: 16px;
}
.ps-winners__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
    .ps-winners__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .ps-games__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ps-winners__list {
        grid-template-columns: 1fr;
    }
}
.ps-winner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ps-winner img {
    flex-shrink: 0;
}
.ps-winner__info {
    flex-grow: 1;
}
.ps-winners__list {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
}
@media (max-width: 1200px) {
    .ps-winners__list {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}
@media (max-width: 900px) {
    .ps-winners__list {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
@media (max-width: 600px) {
    .ps-winners__list {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
}
@media (max-width: 400px) {
    .ps-winners__list {
        grid-template-columns: 1fr;
    }
}
.ps-winner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #111;
    border-radius: 10px;
}
.ps-winner img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    flex-shrink: 0;
}
.ps-winner__info {
    flex: 1;
    min-width: 0;
}
.ps-winner__name {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.ps-winner__game {
    margin: 2px 0 0;
    font-size: 0.78rem;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ps-winner__amount {
    margin-left: 8px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffff00;
    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);
    }
}


.ps-casino-review { 
  background: #0a0a0a; 
  color: #fff; 
  padding: 30px; 
  border-radius: 12px; 
  box-shadow: 0 0 15px rgba(0,0,0,0.6); 
  font-family: "Montserrat", sans-serif; 
  line-height: 1.6; 
  margin: 40px auto;
  max-width: 1200px;
}

.ps-casino-review h2 { 
  color: #00ff88; 
  font-size: 2rem; 
  margin-bottom: 15px; 
  text-shadow: 0 0 8px #00ff88; 
}

.ps-casino-review .highlight { 
  color: #e0e405; 
  font-weight: bold; 
}

.ps-casino-review blockquote { 
  border-left: 4px solid #ffff00; 
  padding-left: 15px; 
  font-style: italic; 
  color: #ccc; 
  margin: 20px 0; 
}

.ps-casino-table h3 { 
  margin: 25px 0 10px; 
  font-size: 1.5rem; 
  color: #ffae00; 
  text-shadow: 0 0 6px #ff6600; 
}

.ps-casino-table table { 
  width: 100%; 
  border-collapse: collapse; 
  background: #161616; 
  border-radius: 10px; 
  overflow: hidden; 
}

.ps-casino-table th { 
  background: #1f1f1f; 
  color: #00ff88; 
  text-align: left; 
  padding: 10px 15px; 
  width: 30%; 
}

.ps-casino-table td { 
  padding: 10px 15px; 
  border-bottom: 1px solid #333; 
}

.ps-casino-table tr:last-child td { 
  border-bottom: none; 
}

.ps-casino-review a { 
  color: #ffff00; 
  text-decoration: none; 
}

.ps-casino-review a:hover { 
  text-decoration: underline; 
}

.ps-casino-review .ps-intro {
  margin-bottom: 30px;
}

.ps-casino-review .ps-conclusion {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.ps-casino-mobile-bonus {
  background: #0f0f0f;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
}
.ps-casino-mobile-bonus h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #00ff88;
  text-shadow: 0 0 8px #00ff88;
}
.ps-casino-mobile-bonus h3 {
  color: #ffae00;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ps-casino-mobile-bonus .ps-highlight {
  color: #ffff00;
  font-weight: bold;
}
.ps-casino-mobile-bonus blockquote {
  border-left: 4px solid #ffff00;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic;
  color: #ccc;
}
.ps-casino-mobile-bonus ul {
  list-style: none;
  padding-left: 0;
}
.ps-casino-mobile-bonus ul li {
  padding: 6px 0;
  position: relative;
}
.ps-casino-mobile-bonus ul li::before {
  content: "•";
  color: #00ff88;
  position: absolute;
  left: -15px;
}
.ps-casino-mobile-bonus table {
  width: 100%;
  border-collapse: collapse;
  background: #1a1a1a;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
}
.ps-casino-mobile-bonus th, 
.ps-casino-mobile-bonus td {
  padding: 12px 15px;
  border-bottom: 1px solid #333;
}
.ps-casino-mobile-bonus th {
  background: #222;
  color: #00ff88;
  text-align: left;
}
.ps-casino-mobile-bonus tr:last-child td {
  border-bottom: none;
}

.ps-menu.mobile-menu {
    background: #000 !important;
    background-color: #000 !important;
    padding: 20px 0;
    border-radius: 0;
    opacity: 1 !important;
}

.ps-mobile-panel .ps-menu.mobile-menu {
    background: #000 !important;
    background-color: #000 !important;
}

.ps-mobile-panel .ps-menu.mobile-menu a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(0, 255, 136, 0.2) !important;
    margin-bottom: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.ps-mobile-panel .ps-menu.mobile-menu a:hover {
    background: rgba(0, 255, 136, 0.2) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    transform: translateX(4px);
}

.ps-mobile-panel .ps-panel-close {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 255, 136, 0.3) !important;
    color: #fff !important;
}

.ps-mobile-panel .ps-panel-close:hover {
    background: rgba(0, 255, 136, 0.2) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}


/* Responsive Tables */
.ps-casino-table,
.ps-bonus-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 255, 136, 0.1);
    table-layout: fixed;
}

.ps-casino-table thead,
.ps-bonus-table thead {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: #fff;
    position: relative;
}

.ps-casino-table thead::after,
.ps-bonus-table thead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.3;
}

.ps-casino-table th,
.ps-casino-table td,
.ps-bonus-table th,
.ps-bonus-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 255, 136, 0.1);
    vertical-align: top;
    transition: all 0.3s ease;
}

.ps-casino-table th,
.ps-bonus-table th {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.ps-casino-table td,
.ps-bonus-table td {
    background: rgba(17, 17, 17, 0.8);
    color: #e8f1f2;
    font-size: 15px;
    line-height: 1.5;
}

.ps-casino-table tbody tr:hover,
.ps-bonus-table tbody tr:hover {
    background: rgba(0, 255, 136, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.1);
}

.ps-casino-table tbody tr:hover td,
.ps-bonus-table tbody tr:hover td {
    background: rgba(0, 255, 136, 0.05);
    color: #fff;
}

.ps-casino-table tbody tr:nth-child(even),
.ps-bonus-table tbody tr:nth-child(even) {
    background: rgba(26, 26, 26, 0.5);
}

.ps-casino-table tbody tr:nth-child(even) td,
.ps-bonus-table tbody tr:nth-child(even) td {
    background: rgba(26, 26, 26, 0.5);
}

.ps-casino-table tbody tr:last-child td,
.ps-bonus-table tbody tr:last-child td {
    border-bottom: none;
}

/* Table Wrapper for Horizontal Scroll */
.ps-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 255, 136, 0.1);
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
}

.ps-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.ps-table-wrapper::-webkit-scrollbar-track {
    background: rgba(17, 17, 17, 0.8);
    border-radius: 4px;
}

.ps-table-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary), var(--neon-cyan));
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.ps-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, var(--neon-cyan), var(--primary));
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.5);
}

/* Mobile Table Styles */
@media (max-width: 768px) {
    .ps-casino-table,
    .ps-bonus-table {
        margin: 16px 0;
        border-radius: 8px;
        font-size: 14px;
    }
    
    .ps-casino-table th,
    .ps-casino-table td,
    .ps-bonus-table th,
    .ps-bonus-table td {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .ps-casino-table th,
    .ps-bonus-table th {
        font-size: 13px;
        padding: 10px 16px;
    }
    
    /* Horizontal scroll for mobile */
    .ps-table-wrapper {
        margin: 16px -16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    .ps-casino-table,
    .ps-bonus-table {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .ps-casino-table th,
    .ps-casino-table td,
    .ps-bonus-table th,
    .ps-bonus-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .ps-casino-table th,
    .ps-bonus-table th {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .ps-casino-table,
    .ps-bonus-table {
        min-width: 500px;
    }
}

/* Mobile Card View for Tables */
@media (max-width: 640px) {
    .ps-table-mobile-cards {
        display: block !important;
    }
    
    /* Hide tables when mobile cards are present */
    .ps-table-mobile-cards ~ .ps-table-wrapper .ps-casino-table,
    .ps-table-mobile-cards ~ .ps-table-wrapper .ps-bonus-table {
        display: none !important;
    }
    
    /* Show tables with horizontal scroll as fallback */
    .ps-casino-table,
    .ps-bonus-table {
        display: table !important;
        min-width: 500px;
    }
}

.ps-table-mobile-cards {
    display: none;
    margin: 20px 0;
}


.ps-table-card {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border: 1px solid rgba(0, 255, 136, 0.1);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ps-table-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--neon-cyan));
    opacity: 0.8;
}

.ps-table-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 255, 136, 0.2);
    border-color: rgba(0, 255, 136, 0.3);
}

.ps-table-card-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 255, 136, 0.1);
}

.ps-table-card-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ps-table-card-label {
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
    flex: 0 0 40%;
    margin-right: 16px;
}

.ps-table-card-value {
    color: #e8f1f2;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    text-align: right;
}

.ps-table-card-value strong {
    color: var(--neon-cyan);
    font-weight: 600;
}


.ps-table-toggle {
    display: none;
    background: linear-gradient(135deg, var(--primary), var(--neon-cyan));
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin: 20px auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
}

.ps-table-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.5);
}

.ps-table-toggle:active {
    transform: translateY(0);
}

@media (max-width: 640px) {
    .ps-table-toggle {
        display: block;
    }
}


.ps-table-desktop-view .ps-casino-table,
.ps-table-desktop-view .ps-bonus-table {
    display: table;
}

.ps-table-desktop-view .ps-table-mobile-cards {
    display: none;
}

.ps-table-mobile-view .ps-casino-table,
.ps-table-mobile-view .ps-bonus-table {
    display: none;
}

.ps-table-mobile-view .ps-table-mobile-cards {
    display: block;
}


.ps-scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--neon-cyan));
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    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(0, 255, 136, 0.3);
    opacity: 0.7;
}

.ps-scroll-indicator:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.5);
}

.ps-scroll-left {
    left: 10px;
}

.ps-scroll-right {
    right: 10px;
}


@media (max-width: 480px) {
    .ps-scroll-indicator {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .ps-scroll-left {
        left: 5px;
    }
    
    .ps-scroll-right {
        right: 5px;
    }
}

/* Table Loading State */
.ps-table-loading {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
}

.ps-table-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 255, 136, 0.3);
    border-top: 3px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Table Animation Classes */
.ps-table-fade-in {
    animation: tableFadeIn 0.5s ease-out;
}

@keyframes tableFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ps-table-slide-in {
    animation: tableSlideIn 0.4s ease-out;
}

@keyframes tableSlideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.ps-important-note {
    background: #1f1f1f;
    border-left: 4px solid #2196f3;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1);
}

.ps-important-note p {
    margin: 0;
    color: #1565c0;
    font-weight: 500;
}

.ps-warning-box {
    background: #1f1f1f;
    border-left: 4px solid #ff9800;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.1);
}

.ps-warning-box p {
    margin: 0 0 15px 0;
    color: #ffffff;
    font-weight: 600;
}

.ps-warning-box ul {
    margin: 0;
    padding-left: 20px;
}

.ps-warning-box li {
    color: #e65100;
    margin-bottom: 8px;
}

.ps-fee-warning {
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    border-left: 4px solid #f44336;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.1);
}

.ps-fee-warning p {
    margin: 0;
    color: #c62828;
    font-weight: 500;
}
h1 { 
    color: #00ff88; 
    font-size: 2rem; 
    margin-bottom: 15px; 
    text-shadow: 0 0 8px #00ff88; 
  }

.ps-mobile-panel {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98) !important;
    z-index: 9999 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
  }
  
  /* само меню */
  .ps-mobile-panel .ps-menu.ps-mobile-menu {
    background: none !important;
    box-shadow: none !important;
  }
  
  /* кнопка закрытия */
  .ps-mobile-panel .ps-panel-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
  }

/* ===== СТИЛИ ДЛЯ НОВЫХ СТРАНИЦ ===== */

/* Основной контент */
.ps-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.ps-content__header {
  text-align: center;
  margin-bottom: 3rem;
}

.ps-content__header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--neon-cyan);
  margin-bottom: 1rem;
  text-shadow: 0 0 20px rgba(2, 247, 226, 0.5);
}

.ps-lead {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 0;
}

.ps-content__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  align-items: start;
}

.ps-content__main {
  min-width: 0;
}

.ps-content__aside {
  position: sticky;
  top: 2rem;
}

/* Информационные карточки */
.ps-info-card {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.ps-info-card h3,
.ps-info-card h4 {
  color: var(--neon-cyan);
  margin-bottom: 1rem;
  font-weight: 600;
}

.ps-info-card h3 {
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(0, 255, 136, 0.3);
  padding-bottom: 0.5rem;
}

.ps-info-card h4 {
  font-size: 1.2rem;
}

.ps-info-card p {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.ps-info-card ul {
  list-style: none;
  padding: 0;
}

.ps-info-card li {
  color: var(--text-light);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-left: 1.5rem;
}

.ps-info-card li:before {
  content: "▶";
  color: var(--neon-cyan);
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 0.8rem;
}

.ps-info-card li:last-child {
  border-bottom: none;
}

/* Формы */
.ps-form-group {
  margin-bottom: 1.5rem;
}

.ps-form-group label {
  display: block;
  color: var(--neon-cyan);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.ps-form-group input,
.ps-form-group select,
.ps-form-group textarea {
  width: 100%;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 8px;
  color: var(--text-light);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.ps-form-group input:focus,
.ps-form-group select:focus,
.ps-form-group textarea:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(2, 247, 226, 0.3);
}

.ps-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.ps-checkbox input[type="checkbox"] {
  width: auto;
  margin: 0;
}

/* Ссылки */
.ps-link {
  display: block;
  color: var(--neon-cyan);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 255, 136, 0.2);
  transition: all 0.3s ease;
}

.ps-link:hover {
  color: var(--neon-green);
  border-bottom-color: var(--neon-green);
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

/* Сетка игр */
.ps-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.ps-game-card {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ps-game-card:hover {
  transform: translateY(-5px);
  border-color: var(--neon-cyan);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.ps-game-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.ps-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ps-game-card:hover .ps-game-image img {
  transform: scale(1.05);
}

.ps-game-info {
  padding: 1.5rem;
}

.ps-game-info h4 {
  color: var(--neon-cyan);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.ps-game-info p {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* Вкладки категорий */
.ps-category-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid rgba(0, 255, 136, 0.2);
}

.ps-tab-btn {
  background: none;
  border: none;
  color: var(--text-light);
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.ps-tab-btn:hover,
.ps-tab-btn.active {
  color: var(--neon-cyan);
  border-bottom-color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(2, 247, 226, 0.5);
}

.ps-category-panel {
  display: none;
}

.ps-category-panel.active {
  display: block;
}

/* Рейтинги */
.ps-rating-overview {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.ps-rating-score {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
}

.ps-rating-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--neon-cyan);
  display: block;
  text-shadow: 0 0 20px rgba(2, 247, 226, 0.5);
}

.ps-stars {
  font-size: 1.5rem;
  color: #ffd700;
  margin: 0.5rem 0;
}

.ps-stars:before {
  content: "★★★★★";
  color: #ffd700;
}

/* Отзывы */
.ps-review-item {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.ps-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.ps-reviewer strong {
  color: var(--neon-cyan);
  font-weight: 600;
}

.ps-review-date {
  color: var(--text-light);
  font-size: 0.9rem;
}

.ps-review-content p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* Рейтинг-бар */
.ps-rating-breakdown {
  margin-top: 1rem;
}

.ps-rating-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.ps-rating-item span:first-child {
  min-width: 100px;
  color: var(--text-light);
  font-size: 0.9rem;
}

.ps-rating-bar {
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: hidden;
}

.ps-rating-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-green));
  transition: width 0.3s ease;
}

.ps-rating-item span:last-child {
  min-width: 50px;
  text-align: right;
  color: var(--neon-cyan);
  font-weight: 600;
}

/* 404 страница */
.ps-404-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.ps-popular-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

/* Поиск */
.ps-search-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ps-search-input {
  flex: 1;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 8px;
  color: var(--text-light);
}

.ps-search-input:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(2, 247, 226, 0.3);
}

/* Адаптивность */
@media (max-width: 768px) {
  .ps-content__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .ps-content__aside {
    position: static;
  }
  
  .ps-category-tabs {
    flex-wrap: wrap;
  }
  
  .ps-tab-btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
  }
  
  .ps-games-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  
  .ps-404-actions {
    flex-direction: column;
  }
  
  .ps-popular-links {
    grid-template-columns: 1fr;
  }
  
  .ps-search-form {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .ps-content {
    padding: 1rem 0.5rem;
  }
  
  .ps-info-card {
    padding: 1.5rem;
  }
  
  .ps-games-grid {
    grid-template-columns: 1fr;
  }
  
  .ps-category-tabs {
    flex-direction: column;
  }
  
  .ps-tab-btn {
    width: 100%;
  }
}
  