﻿
        /* Р‘Р°Р·РѕРІС‹Рµ РїРµСЂРµРјРµРЅРЅС‹Рµ РґР»СЏ Р±С‹СЃС‚СЂРѕР№ СЃРјРµРЅС‹ С†РІРµС‚РѕРІРѕР№ СЃС…РµРјС‹ Р±СЂРµРЅРґР° */
        :root {
            --bg-main: #28275d;
            --bg-secondary: #343371;
            --bg-header: #242454;
            --primary: #23d79b;
            --primary-hover: #19c18a;
            --text-main: #f6f7ff;
            --text-muted: #b2b6df;
            --border-color: #4a4d91;
            --lavender: #767bc3;
            --lavender-hover: #888dd1;
            --radius: 8px;
        }

        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Helvetica, Arial, sans-serif, "Sofia Sans";
            background: radial-gradient(circle at top right, rgba(122, 62, 196, 0.28), transparent 28%), radial-gradient(circle at top left, rgba(61, 196, 176, 0.12), transparent 22%), var(--bg-main);
            color: var(--text-main);
            line-height: 1.6;
        }

        a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }

        a:hover {
            color: var(--primary);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        
        .header-top {
            background-color: var(--bg-header);
            padding: 15px 0;
            border-bottom: 1px solid var(--border-color);
        }

        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 18px;
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            flex: 0 0 auto;
        }

        .logo img {
            display: block;
            width: auto;
            height: 56px;
            max-width: min(320px, 32vw);
        }

        .top-pills {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-right: auto;
        }

        .locale-switch {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .locale-switch a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 58px;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(118, 123, 195, 0.18);
            color: #d6dafb;
            border: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 12px;
            font-weight: 800;
        }

        .locale-switch a.is-current {
            background: rgba(35, 215, 155, 0.18);
            color: #ffffff;
            border-color: rgba(35, 215, 155, 0.45);
        }

        .top-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 92px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(126, 130, 197, 0.22);
            color: #d6dafb;
            border: 1px solid rgba(255, 255, 255, 0.08);
            font-weight: 700;
        }

        .top-pill.is-active {
            background: rgba(126, 130, 197, 0.42);
            color: #fff;
        }

        .icon-search {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            color: #cfd4fd;
            font-size: 24px;
            line-height: 1;
        }

        .icon-search:hover {
            color: #fff;
            background: rgba(118, 123, 195, 0.18);
        }

        .auth-buttons {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .btn {
            padding: 10px 20px;
            border-radius: var(--radius);
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            font-size: 14px;
            will-change: transform, box-shadow;
        }

        
        .btn:hover {
            transform: translateY(-3px);
        }

        
        .btn:active {
            transform: translateY(1px);
        }

        .btn-outline {
            background: rgba(118, 123, 195, 0.22);
            color: var(--text-main);
            border: 1px solid rgba(162, 167, 232, 0.18);
        }

        .btn-outline:hover {
            background: var(--lavender);
            color: #fff;
            box-shadow: 0 8px 24px rgba(118, 123, 195, 0.35);
        }

        .btn-primary {
            background: var(--primary);
            color: #fff;
        }

        .btn-primary:hover {
            background: var(--primary-hover);
            box-shadow: 0 8px 24px rgba(35, 215, 155, 0.35);
        }

        .main-nav {
            background-color: var(--bg-secondary);
            border-bottom: 1px solid var(--border-color);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav-list {
            display: flex;
            list-style: none;
            overflow-x: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        .nav-list::-webkit-scrollbar {
            display: none;
        }

        .nav-list li {
            white-space: nowrap;
        }

        .nav-list a {
            display: block;
            padding: 15px 20px;
            font-size: 14px;
            font-weight: 500;
            border-bottom: 2px solid transparent;
        }

        .nav-list a:hover, .nav-list a.active {
            border-bottom-color: var(--primary);
            color: #ffffff;
        }

        
        .hero {
            position: relative;
            overflow: hidden;
            background:
                linear-gradient(90deg, rgba(18, 24, 76, 0.84) 0%, rgba(24, 35, 97, 0.50) 42%, rgba(14, 22, 70, 0.84) 100%),
                url('../images/bruno-casino-hero-banner-2026.jpg') center/cover no-repeat;
            padding: 110px 20px 92px; 
            text-align: center;
            border-bottom: 1px solid var(--border-color);
        }

        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            width: auto;
            height: auto;
            border-radius: 50%;
            background:
                radial-gradient(circle at center, rgba(126, 234, 255, 0.20), rgba(126, 234, 255, 0) 34%),
                radial-gradient(circle at center, rgba(12, 18, 58, 0.58), rgba(12, 18, 58, 0) 54%);
            pointer-events: none;
        }

        .hero::after {
            content: "";
            position: absolute;
            inset: 0;
            width: auto;
            height: auto;
            border-radius: 50%;
            background: linear-gradient(180deg, rgba(19, 24, 73, 0.22), rgba(19, 24, 73, 0.42));
            pointer-events: none;
        }

        .hero .container {
            position: relative;
            z-index: 2;
        }

      .hero h1 {
    font-family: "Sofia Sans"; 
    font-size: 58px;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 900; 
    text-shadow:
        0 10px 30px rgba(5, 10, 38, 0.75),
        0 0 24px rgba(255, 255, 255, 0.12);
}

        .hero p {
            font-size: 24px;
            color: #ffe55c;
            margin-bottom: 34px;
            max-width: 600px;
            margin-inline: auto;
            font-weight: 800;
            text-shadow:
                0 6px 20px rgba(7, 11, 40, 0.7),
                0 0 12px rgba(255, 229, 92, 0.16);
        }

        .platform-preview {
            padding: 28px 0 18px;
        }

        .promo-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 34px;
        }

        .promo-card {
            position: relative;
            min-height: 240px;
            padding: 20px;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(162, 167, 232, 0.14);
            box-shadow: 0 18px 40px rgba(18, 18, 46, 0.28);
            isolation: isolate;
            display: flex;
            flex-direction: column;
        }

        .promo-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(39, 39, 92, 0.92) 0%, rgba(55, 36, 108, 0.62) 38%, rgba(55, 36, 108, 0.16) 72%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 48%);
            z-index: 1;
        }

        .promo-card-welcome {
            background: linear-gradient(135deg, #45439c 0%, #7d2fc5 50%, #c13e97 100%);
        }

        .promo-card-cashback {
            background: linear-gradient(135deg, #3e3f97 0%, #6535bf 45%, #b63fb0 100%);
        }

        .promo-card-highroller {
            background: linear-gradient(135deg, #3b468d 0%, #29587f 38%, #1b8e85 100%);
        }

        .promo-art {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .promo-badge {
            display: inline-flex;
            align-items: center;
            margin-bottom: 22px;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(242, 244, 255, 0.2);
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            position: relative;
            z-index: 2;
        }

        .promo-copy {
            flex: 1;
            max-width: 56%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            z-index: 2;
        }

         .promo-copy .promo-value {
            margin: 0 0 6px;
            font-size: 42px;
            line-height: 1;
            color: #ffe25d;
        }

        .promo-copy p {
            margin-bottom: 18px;
            color: #f4f6ff;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.2;
        }

        .promo-copy .btn {
            padding-inline: 18px;
            margin-top: auto;
        }

        .dashboard-section {
            margin-bottom: 32px;
        }

        .section-heading {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-bottom: 18px;
        }

        .section-heading h2 {
            margin: 0;
            font-size: 32px;
        }

        .section-controls {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ghost-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 11px 18px;
            border-radius: 999px;
            background: rgba(118, 123, 195, 0.34);
            color: #f6f7ff;
            font-size: 14px;
            font-weight: 700;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .wins-row {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .win-card {
            display: grid;
            grid-template-columns: 72px 1fr auto;
            gap: 14px;
            align-items: center;
            padding: 12px;
            border-radius: 20px;
            background: rgba(61, 61, 123, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.06);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .win-card .win-title {
            margin: 0 0 2px;
            font-size: 17px;
            line-height: 1.2;
        }

        .win-card p {
            margin: 0;
            font-size: 13px;
            color: var(--text-muted);
        }

        .win-card strong {
            color: #1af58c;
            font-size: 18px;
            white-space: nowrap;
        }

.game-thumb {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

        .games-showcase {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 18px;
        }

        .game-card {
            position: relative;
            min-height: 260px;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 18px 34px rgba(9, 10, 34, 0.32);
        }

        .game-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(17, 20, 54, 0.18) 48%, rgba(17, 20, 54, 0.92) 100%);
        }

        .game-card-joker {
            background:
                radial-gradient(circle at 50% 30%, rgba(255, 221, 91, 0.52), transparent 0 20%),
                linear-gradient(180deg, #6c1280 0%, #2d0c59 100%);
        }

        .game-card-rush {
            background:
                radial-gradient(circle at 50% 20%, rgba(255, 166, 73, 0.35), transparent 0 18%),
                linear-gradient(180deg, #6a2a1d 0%, #2b7f32 100%);
        }

        .game-card-king {
            background:
                radial-gradient(circle at 50% 18%, rgba(255, 215, 66, 0.35), transparent 0 18%),
                linear-gradient(180deg, #f0ab28 0%, #5b3ec8 100%);
        }

        .game-card-pots {
            background:
                radial-gradient(circle at 50% 22%, rgba(255, 211, 76, 0.35), transparent 0 18%),
                linear-gradient(180deg, #1ca367 0%, #153f7b 100%);
        }

        .game-card-book {
            background:
                radial-gradient(circle at 58% 24%, rgba(255, 195, 84, 0.35), transparent 0 18%),
                linear-gradient(180deg, #7f451d 0%, #2e103f 100%);
        }

        .game-fav {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 2;
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
            font-size: 18px;
            backdrop-filter: blur(8px);
        }

        .game-card-overlay {
            position: absolute;
            inset: auto 0 0 0;
            z-index: 1;
            padding: 18px;
        }

        .game-card-overlay h3 {
            margin: 0 0 4px;
            font-size: 22px;
        }

        .game-card-overlay p {
            margin: 0;
            color: rgba(246, 247, 255, 0.82);
        }

        
        .content-section {
            padding: 40px 0;
            border-bottom: 1px solid var(--border-color);
        }

        .content-section h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #fff;
        }

        .content-section h3 {
            font-size: 22px;
            margin: 25px 0 15px;
            color: #fff;
        }

        .content-section h4 {
            font-size: 18px;
            margin: 20px 0 10px;
            color: var(--text-main);
        }

        .content-section p {
            margin-bottom: 15px;
            color: var(--text-muted);
        }
        
        .content-section ul, .content-section ol {
            margin-bottom: 15px;
            padding-left: 20px;
            color: var(--text-muted);
        }

        .content-section li {
            margin-bottom: 8px;
        }

        
        .full-width-image {
            width: 100%;
            border-radius: var(--radius);
            overflow: hidden;
            border: 1px solid var(--border-color);
            margin: 20px 0;
            background-color: var(--bg-secondary);
        }

        .full-width-image img {
            width: 100%;
            height: auto;
            max-height: 450px;
            display: block;
            object-fit: cover;
        }

        .full-width-image-contain {
            padding: 16px;
        }

        .full-width-image-contain img {
            max-height: 520px;
            object-fit: contain;
            background: transparent;
            margin-inline: auto;
        }

       
        .table-responsive {
            overflow-x: auto;
            margin-bottom: 20px;
        }

        .review-table {
            width: 100%;
            min-width: 600px;
            border-collapse: collapse;
            background-color: var(--bg-secondary);
            border-radius: var(--radius);
            overflow: hidden;
        }

        .review-table th, .review-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid var(--border-color);
        }

        .review-table th {
            background-color: rgba(118, 123, 195, 0.18);
            font-weight: 600;
            color: #fff;
        }

        .review-table tr:last-child td {
            border-bottom: none;
        }

        
        .pros-cons {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
        }
        .pros, .cons {
            flex: 1;
            min-width: 300px;
            background-color: var(--bg-secondary);
            padding: 20px;
            border-radius: var(--radius);
            border: 1px solid var(--border-color);
        }
        .pros h3 { color: #4af0b5; margin-top: 0; }
        .cons h3 { color: #ffd45c; margin-top: 0; }

        
        footer {
            background-color: var(--bg-header);
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid var(--border-color);
            color: var(--text-muted);
            font-size: 14px;
        }

        .footer-badge {
            width: 58px;
            height: 58px;
            margin: 0 auto 16px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.28);
            background: rgba(118, 123, 195, 0.18);
            color: #ffffff;
            font-size: 20px;
            font-weight: 900;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        }

        .footer-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 18px;
            margin-bottom: 18px;
        }

        .footer-links a {
            color: #f6f7ff;
            font-size: 14px;
            font-weight: 700;
        }

        .footer-disclaimer {
            max-width: 920px;
            margin: 10px auto 0;
            color: var(--text-muted);
            font-size: 13px;
            line-height: 1.7;
        }

        
        @media (max-width: 768px) {
            .hero h1 { font-size: 38px; }
            .hero p { font-size: 21px; }
            .content-section h2 { font-size: 24px; }
            .auth-buttons .btn { padding: 8px 12px; font-size: 13px; }
            .top-pills { display: none; }
            .promo-grid,
            .wins-row { grid-template-columns: 1fr; }
            .promo-card { min-height: 220px; }
            .promo-copy { max-width: 100%; }
             .promo-copy .promo-value { font-size: 34px; }
            .promo-copy p { font-size: 18px; }
            .section-heading { flex-direction: column; align-items: flex-start; }
            .section-heading h2 { font-size: 28px; }
            .win-card { grid-template-columns: 64px 1fr; }
            .win-card strong { grid-column: 2; }
            .login-gallery { grid-template-columns: 1fr; }
            .login-gallery-item .full-width-image,
            .login-gallery-item .screenshot-placeholder,
            .screenshot-placeholder-compact { min-height: 320px; }
        }
 
.author-box {
    background-color: var(--bg-secondary);
    border-left: 4px solid var(--primary);
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: 14px;
    color: var(--text-muted);
}
.author-box strong { 
    color: var(--text-main); 
}   

.screenshot-placeholder {
    margin-top: 24px;
    min-height: 320px;
    border-radius: 24px;
    border: 2px dashed rgba(178, 182, 223, 0.35);
    background:
        linear-gradient(135deg, rgba(118, 123, 195, 0.16), rgba(35, 215, 155, 0.08)),
        rgba(52, 51, 113, 0.75);
    display: grid;
    place-items: center;
    padding: 24px;
    text-align: center;
}

.screenshot-placeholder span {
    max-width: 420px;
    color: var(--text-muted);
    font-size: 18px;
    font-weight: 700;
}

.login-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-top: 24px;
}

.login-gallery-item {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.login-gallery-item .full-width-image,
.login-gallery-item .screenshot-placeholder {
    margin: 0;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-gallery-item figcaption {
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 14px;
    text-align: center;
}

.screenshot-placeholder-compact {
    min-height: 620px;
    margin-top: 0;
}

.login-gallery-item .full-width-image-contain img {
    width: auto;
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.games-lobby-shot {
    padding: 10px;
}

.games-lobby-shot img {
    max-height: none;
    object-fit: contain;
    border-radius: 18px;
}

.mobile-warning-shot {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.register-shot {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.image-caption {
    margin-top: -6px;
    margin-bottom: 22px;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

.cta-container {
    text-align: center;
    width: 100%;
    margin: 40px 0;
}

.cta-container-compact {
    margin: 22px 0 8px;
}

.cta-pulse {
    animation: pulse-animation 2s infinite;
}

.hero .btn-primary {
    background: linear-gradient(180deg, #2fe2a8 0%, #1ec88d 100%);
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 800;
    padding: 18px 38px !important;
    box-shadow:
        0 14px 34px rgba(20, 171, 121, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.hero .btn-primary:hover {
    background: linear-gradient(180deg, #40ebb3 0%, #20cf93 100%);
    box-shadow:
        0 18px 40px rgba(20, 171, 121, 0.46),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

@keyframes pulse-animation {
    0% { box-shadow: 0 0 0 0 rgba(35, 215, 155, 0.55); } 
    70% { box-shadow: 0 0 0 15px rgba(35, 215, 155, 0); }
    100% { box-shadow: 0 0 0 0 rgba(35, 215, 155, 0); }
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu span {
    width: 100%;
    height: 3px;
    background-color: var(--text-main);
    border-radius: 3px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    body { padding-bottom: 0; }

    .logo {
        order: 1;
    }

    .logo img {
        height: 40px;
        max-width: 180px;
    }

    .top-pills {
        display: none;
    }

    .locale-switch {
        display: none;
    }

    .auth-buttons {
        order: 2;
        margin-left: auto;
        gap: 8px;
    }

    .icon-search {
        display: none;
    }

    .auth-buttons .btn-outline {
        display: none;
    }

    .auth-buttons .btn-primary {
        padding: 8px 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    .burger-menu {
        display: flex;
        order: 3;
        margin-left: 10px;
        margin-right: 0;
    }

    .main-nav {
        position: relative;
    }

    .nav-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--bg-secondary);
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        box-shadow: 0 10px 20px rgba(0,0,0,0.5);
        border-bottom: none;
    }

    .nav-list.active {
        max-height: 500px;
        border-bottom: 2px solid var(--primary);
    }

    .nav-list a {
        padding: 15px 20px;
        border-bottom: 1px solid var(--border-color);
        font-size: 16px;
    }

    .burger-menu.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .cta-container.sticky-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 10px;
        background: rgba(2, 6, 23, 0.95);
        backdrop-filter: blur(10px);
        z-index: 1000;
        border-top: 1px solid var(--border-color);
    }

    .cta-container.sticky-mobile .btn {
        width: 100%;
        display: block;
    }
}

@media (min-width: 769px) {
    .burger-menu {
        display: none !important;
    }
}





