* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    background: #13083c;
    color: #e8e6f0;
    line-height: 1.6;
    overflow-x: hidden;
}

.qz8w4-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.col-lg-6 {
    flex: 1;
    min-width: 300px;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.pk7w3-header {
    background: #22125b;
    padding: 16px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nm5k8-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.tz9v4-logo-block {
    flex-shrink: 0;
}

.wl3m7-logo-img {
    height: 50px;
    width: auto;
    display: block;
}

.bh4r9-nav {
    flex: 1;
}

.vk2p6-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
}

.xs8n4-menu-item {
    position: relative;
}

.jm7w5-menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e8e6f0;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.jm7w5-menu-link:hover {
    color: #ffd571;
}

.fp3k9-icon {
    width: 18px;
    height: 18px;
}

.lr8w2-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hv5k3-reviews-count {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e8e6f0;
    font-size: 14px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.wt5n9-btn-login {
    background: #8476b5;
    color: #fff;
}

.wt5n9-btn-login:hover {
    background: #9687c6;
    transform: translateY(-2px);
}

.kz8m4-btn-register {
    background: #ffd571;
    color: #22125b;
}

.kz8m4-btn-register:hover {
    background: #ffe08a;
    transform: translateY(-2px);
}

.px3v7-btn-review {
    background: transparent;
    color: #e8e6f0;
    border: 2px solid #8476b5;
    padding: 10px 24px;
}

.px3v7-btn-review:hover {
    background: #8476b5;
    border-color: #8476b5;
}

.dm6k2-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.jh9n5-burger-line {
    width: 28px;
    height: 3px;
    background: #e8e6f0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hk9x2-hero-section {
    position: relative;
    padding: 60px 0;
    margin-bottom: 50px;
}

.vr7p5-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.mf3d8-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.gx4y7-hero-content {
    position: relative;
    z-index: 1;
}

.jn2t9-casino-card {
    background: linear-gradient(135deg, rgba(34, 18, 91, 0.95), rgba(19, 8, 60, 0.95));
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.pk5w1-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.zc6m3-logo {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.rl4h8-rating-main {
    flex: 1;
}

.wp7k2-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.xs9n5-star {
    font-size: 24px;
    color: #444;
}

.xs9n5-star.filled {
    color: #ffd571;
}

.bt3j6-rating-num {
    font-size: 20px;
    font-weight: 700;
    color: #ffd571;
}

.ym8q4-bonus-block {
    background: rgba(255, 213, 113, 0.15);
    border-left: 4px solid #ffd571;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.nf2l7-bonus-text {
    font-size: 14px;
    color: #e8e6f0;
    margin-bottom: 6px;
}

.kd9r5-bonus-amount {
    font-size: 26px;
    font-weight: 900;
    color: #ffd571;
}

.tg6v3-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hj4w8-btn-primary {
    background: #ffd571;
    color: #22125b;
    flex: 1;
    min-width: 150px;
}

.hj4w8-btn-primary:hover {
    background: #ffe08a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 213, 113, 0.4);
}

.qm5z1-btn-secondary {
    background: transparent;
    color: #e8e6f0;
    border: 2px solid #8476b5;
    flex: 1;
    min-width: 150px;
}

.qm5z1-btn-secondary:hover {
    background: #8476b5;
    transform: translateY(-2px);
}

.lr8x4-reviews-breakdown {
    background: rgba(34, 18, 91, 0.6);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.vb2n9-breakdown-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #ffd571;
}

.km7p6-rating-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.wt3c5-label {
    min-width: 90px;
    font-size: 14px;
}

.fp9h2-bar-wrap {
    flex: 1;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.dj6s8-bar {
    height: 100%;
    background: linear-gradient(90deg, #8476b5, #ffd571);
    border-radius: 5px;
    transition: width 0.5s ease;
}

.xr4k1-count {
    min-width: 30px;
    text-align: right;
    font-weight: 700;
    color: #ffd571;
}

.nh5t2-detailed-ratings {
    background: rgba(34, 18, 91, 0.6);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.pw9k7-detail-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffd571;
}

.qs3m8-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lb6v4-param {
    min-width: 150px;
    font-size: 14px;
}

.yn7r1-progress {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.cv8p2-fill {
    height: 100%;
    background: linear-gradient(90deg, #4ade80, #22c55e);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.xm4j9-score {
    min-width: 50px;
    text-align: right;
    font-weight: 700;
    color: #4ade80;
}

.gs7w4-bonus-tiles {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tr2k8-bonus-tile {
    flex: 1;
    min-width: 200px;
    background: rgba(34, 18, 91, 0.6);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(132, 118, 181, 0.3);
    backdrop-filter: blur(10px);
}

.mc5p9-tile-text {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
}

.vz8j3-tile-btn {
    background: #ffd571;
    color: #22125b;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.vz8j3-tile-btn:hover {
    background: #ffe08a;
    transform: translateY(-2px);
}

.yh9m3-toc-section {
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.wk4l6-toc-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd571;
}

.pn8v2-toc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.xl5r7-tab {
    padding: 12px 24px;
    background: rgba(132, 118, 181, 0.3);
    color: #e8e6f0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.xl5r7-tab:hover {
    background: #8476b5;
    transform: translateY(-2px);
}

.fk3w9-leave-review {
    margin-bottom: 50px;
}

.dm7h5-bonus-banner {
    background: linear-gradient(135deg, #8476b5, #22125b);
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 213, 113, 0.3);
}

.jq2n8-banner-content {
    text-align: center;
}

.st6k4-banner-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #ffd571;
}

.bv9l3-banner-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #e8e6f0;
}

.wr4p7-banner-btn {
    background: #ffd571;
    color: #22125b;
    padding: 14px 32px;
    font-size: 16px;
}

.wr4p7-banner-btn:hover {
    background: #ffe08a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 213, 113, 0.4);
}

.zn8m2-review-form-wrap {
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 35px;
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.gc5v9-form-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffd571;
}

.tw7k3-review-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rp4j8-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hx2n6-label {
    font-size: 15px;
    font-weight: 600;
    color: #e8e6f0;
}

.qk9v5-input,
.qk9v5-textarea {
    padding: 14px;
    border: 2px solid rgba(132, 118, 181, 0.4);
    border-radius: 8px;
    background: rgba(19, 8, 60, 0.8);
    color: #e8e6f0;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    transition: border-color 0.3s ease;
}

.qk9v5-input:focus,
.qk9v5-textarea:focus {
    outline: none;
    border-color: #8476b5;
}

.mb7x4-ratings-section {
    background: rgba(19, 8, 60, 0.6);
    border-radius: 12px;
    padding: 20px;
}

.ws3p8-ratings-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffd571;
}

.ln6k2-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.vt9h5-param-name {
    font-size: 14px;
    min-width: 150px;
}

.jm4r8-stars-input {
    display: flex;
    gap: 6px;
}

.kp2l7-star-btn {
    font-size: 28px;
    color: #444;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kp2l7-star-btn:hover,
.kp2l7-star-btn.active {
    color: #ffd571;
    transform: scale(1.15);
}

.ym5k9-submit-btn {
    background: #ffd571;
    color: #22125b;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
}

.ym5k9-submit-btn:hover {
    background: #ffe08a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 213, 113, 0.4);
}

.xh7w2-success-msg {
    background: rgba(74, 222, 128, 0.2);
    border-left: 4px solid #4ade80;
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
}

.xh7w2-success-msg p {
    color: #4ade80;
    font-weight: 600;
}

.pt6n9-reviews-section {
    margin-bottom: 50px;
}

.qv4m7-section-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #ffd571;
    text-align: center;
}

.xw7k4-reviews-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.nh6m2-review-card {
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(132, 118, 181, 0.3);
    transition: all 0.3s ease;
}

.nh6m2-review-card:hover {
    border-color: #8476b5;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.qp9v5-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.km3w8-author-info {
    display: flex;
    gap: 15px;
}

.vl7n4-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #8476b5;
}

.bt5k9-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wp8h3-author {
    font-size: 17px;
    font-weight: 700;
    color: #ffd571;
}

.jr2m7-country {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e8e6f0;
}

.xq4n6-flag {
    width: 20px;
    height: auto;
}

.zn9k5-date {
    font-size: 13px;
    color: #a8a5b8;
}

.lm6h8-rating-display {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.tk3w7-stars {
    display: flex;
    gap: 4px;
}

.vh9p2-star {
    font-size: 20px;
    color: #444;
}

.vh9p2-star.filled {
    color: #ffd571;
}

.qm5k8-expand-rating {
    background: transparent;
    border: 1px solid #8476b5;
    color: #8476b5;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qm5k8-expand-rating:hover {
    background: #8476b5;
    color: #fff;
}

.pw7n3-detailed-ratings {
    background: rgba(19, 8, 60, 0.6);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.xr6m4-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bn8k5-param {
    font-size: 14px;
    min-width: 140px;
}

.lh3w9-stars-small {
    display: flex;
    gap: 3px;
}

.vm2p7-star-sm {
    font-size: 16px;
    color: #444;
}

.vm2p7-star-sm.filled {
    color: #ffd571;
}

.kh9v2-review-body {
    margin-bottom: 20px;
}

.nt7w4-review-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #e8e6f0;
}

.jw5m8-review-text {
    font-size: 15px;
    line-height: 1.7;
    color: #d8d6e5;
}

.qx7m2-expand-btn {
    background: transparent;
    border: none;
    color: #8476b5;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
}

.qx7m2-expand-btn:hover {
    color: #ffd571;
}

.bk4n7-pros-cons {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.zm6w3-pros,
.rk7w4-cons {
    flex: 1;
    min-width: 250px;
    padding: 14px;
    border-radius: 8px;
}

.zm6w3-pros {
    background: rgba(74, 222, 128, 0.1);
    border-left: 4px solid #4ade80;
}

.rk7w4-cons {
    background: rgba(239, 68, 68, 0.1);
    border-left: 4px solid #ef4444;
}

.lp9k5-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.zm6w3-pros .lp9k5-label {
    color: #4ade80;
}

.rk7w4-cons .lp9k5-label {
    color: #ef4444;
}

.vh2m8-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.xq5n9-item {
    font-size: 14px;
    color: #d8d6e5;
}

.tn9k6-source {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(132, 118, 181, 0.3);
    font-size: 13px;
}

.wm4h8-source-label {
    color: #a8a5b8;
    margin-right: 6px;
}

.qv7n3-source-link {
    color: #8476b5;
    text-decoration: none;
    font-weight: 600;
}

.qv7n3-source-link:hover {
    color: #ffd571;
    text-decoration: underline;
}

.jh8w5-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 16px;
    border-top: 1px solid rgba(132, 118, 181, 0.3);
}

.pk3m7-votes {
    display: flex;
    gap: 12px;
}

.bn6k9-vote-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(132, 118, 181, 0.2);
    border: 1px solid rgba(132, 118, 181, 0.4);
    border-radius: 8px;
    color: #e8e6f0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.bn6k9-vote-btn:hover {
    background: rgba(132, 118, 181, 0.4);
    border-color: #8476b5;
}

.bn6k9-vote-btn.like:hover {
    background: rgba(74, 222, 128, 0.2);
    border-color: #4ade80;
    color: #4ade80;
}

.bn6k9-vote-btn.dislike:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: #ef4444;
    color: #ef4444;
}

.xm9k3-reply-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #8476b5;
    border-radius: 8px;
    color: #8476b5;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.xm9k3-reply-btn:hover {
    background: #8476b5;
    color: #fff;
}

.vk5w9-reply-form {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(132, 118, 181, 0.3);
}

.th3m8-reply-input {
    width: 100%;
    padding: 12px;
    border: 2px solid rgba(132, 118, 181, 0.4);
    border-radius: 8px;
    background: rgba(19, 8, 60, 0.8);
    color: #e8e6f0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    resize: vertical;
}

.qp7k4-reply-actions {
    display: flex;
    gap: 10px;
}

.lm2n6-reply-submit {
    background: #8476b5;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}

.lm2n6-reply-submit:hover {
    background: #9687c6;
}

.wh8k5-reply-cancel {
    background: transparent;
    color: #e8e6f0;
    border: 1px solid rgba(132, 118, 181, 0.4);
    padding: 10px 20px;
    font-size: 14px;
}

.wh8k5-reply-cancel:hover {
    background: rgba(132, 118, 181, 0.2);
}

.kn3w8-bottom-banner {
    margin-top: 40px;
}

.lw5h3-comparison-section {
    margin-bottom: 50px;
}

.rb9k6-table-wrap {
    overflow-x: auto;
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.th7x2-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.mn4p8-th {
    padding: 16px;
    background: rgba(132, 118, 181, 0.3);
    color: #ffd571;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    border-bottom: 2px solid #8476b5;
}

.mn4p8-th:first-child {
    border-radius: 8px 0 0 0;
}

.mn4p8-th:last-child {
    border-radius: 0 8px 0 0;
}

.mn4p8-th.highlighted {
    background: rgba(255, 213, 113, 0.2);
    color: #ffd571;
}

.vb2k9-td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(132, 118, 181, 0.2);
    font-size: 15px;
    color: #d8d6e5;
}

.vb2k9-td.highlighted {
    background: rgba(255, 213, 113, 0.05);
    font-weight: 600;
    color: #e8e6f0;
}

.vm3j8-table-btn {
    background: #8476b5;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
}

.vm3j8-table-btn:hover {
    background: #9687c6;
    transform: translateY(-2px);
}

.highlighted .vm3j8-table-btn {
    background: #ffd571;
    color: #22125b;
}

.highlighted .vm3j8-table-btn:hover {
    background: #ffe08a;
}

.kw8n5-video-section {
    margin-bottom: 50px;
}

.tz3h7-video-wrap {
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.pl6m9-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.xr9k4-content-section {
    margin-bottom: 50px;
}

.mh5v8-content-wrap {
    background: rgba(34, 18, 91, 0.8);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid rgba(132, 118, 181, 0.3);
}

.fw7n3-main-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #ffd571;
    line-height: 1.3;
}

.bk2p9-author-info {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: rgba(19, 8, 60, 0.6);
    border-radius: 12px;
    margin-bottom: 30px;
}

.vn6h4-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8476b5, #22125b);
    flex-shrink: 0;
}

.ql3m7-author-details {
    flex: 1;
}

.wp8k5-author-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffd571;
}

.ts2j9-author-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #d8d6e5;
    margin-bottom: 10px;
}

.dr4n6-author-links {
    display: flex;
    gap: 12px;
}

.km9v3-social-link {
    padding: 6px 14px;
    background: rgba(132, 118, 181, 0.3);
    color: #8476b5;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.km9v3-social-link:hover {
    background: #8476b5;
    color: #fff;
}

.nt7w5-text-content {
    font-size: 16px;
    line-height: 1.8;
    color: #d8d6e5;
}

.nt7w5-text-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #ffd571;
}

.nt7w5-text-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 14px;
    color: #e8e6f0;
}

.nt7w5-text-content p {
    margin-bottom: 16px;
}

.nt7w5-text-content ul,
.nt7w5-text-content ol {
    margin-bottom: 16px;
    padding-left: 30px;
}

.nt7w5-text-content li {
    margin-bottom: 8px;
}

.nt7w5-text-content strong {
    color: #ffd571;
    font-weight: 700;
}

.nt7w5-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(19, 8, 60, 0.6);
    border-radius: 8px;
    overflow: hidden;
}

.nt7w5-text-content table th {
    padding: 14px;
    background: rgba(132, 118, 181, 0.3);
    color: #ffd571;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #8476b5;
}

.nt7w5-text-content table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(132, 118, 181, 0.2);
}

.xt9k5-footer {
    background: #22125b;
    padding: 50px 0 30px;
    margin-top: auto;
    border-top: 2px solid #8476b5;
}

.wm4h7-footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.bn2k8-footer-col {
    flex: 1;
    min-width: 220px;
}

.vp7m3-footer-logo {
    margin-bottom: 16px;
}

.qh5n9-logo-img {
    height: 50px;
    width: auto;
}

.kw8v4-footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #d8d6e5;
}

.tr6m2-footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffd571;
}

.lp9k7-footer-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zn4h8-footer-link {
    color: #d8d6e5;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.zn4h8-footer-link:hover {
    color: #ffd571;
}

.jv3w8-trust-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.km7p5-trust-item {
    padding: 10px 16px;
    background: rgba(132, 118, 181, 0.2);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #4ade80;
}

.xm9k4-footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(132, 118, 181, 0.3);
    text-align: center;
}

.pv6h2-copyright {
    margin-bottom: 12px;
}

.pv6h2-copyright p {
    font-size: 14px;
    color: #a8a5b8;
}

.nw7k5-legal {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bh3m8-legal-text {
    font-size: 12px;
    color: #8a8799;
}

.yl4k8-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    animation: slideInUp 0.5s ease;
}

.jx3p6-widget-content {
    background: linear-gradient(135deg, #8476b5, #22125b);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 2px solid #ffd571;
}

.zq8m2-widget-bonus {
    font-size: 16px;
    font-weight: 700;
    color: #ffd571;
}

.hv5n9-widget-btn {
    background: #ffd571;
    color: #22125b;
    padding: 10px 24px;
    font-size: 14px;
    text-decoration: none;
}

.hv5n9-widget-btn:hover {
    background: #ffe08a;
    transform: translateY(-2px);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .bh4r9-nav {
        position: fixed;
        top: 82px;
        left: -100%;
        width: 280px;
        height: calc(100vh - 82px);
        background: #22125b;
        transition: left 0.3s ease;
        z-index: 999;
        padding: 30px 20px;
        overflow-y: auto;
    }

    .bh4r9-nav.active {
        left: 0;
    }

    .vk2p6-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .dm6k2-burger {
        display: flex;
    }

    .dm6k2-burger.active .jh9n5-burger-line:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .dm6k2-burger.active .jh9n5-burger-line:nth-child(2) {
        opacity: 0;
    }

    .dm6k2-burger.active .jh9n5-burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .lr8w2-header-actions .px3v7-btn-review,
    .lr8w2-header-actions .hv5k3-reviews-count {
        display: none;
    }

    .col-lg-6 {
        min-width: 100%;
    }

    .qv4m7-section-title {
        font-size: 26px;
    }

    .fw7n3-main-title {
        font-size: 28px;
    }

    .qp9v5-review-header {
        flex-direction: column;
    }

    .lm6h8-rating-display {
        align-items: flex-start;
    }

    .bk2p9-author-info {
        flex-direction: column;
    }

    .wm4h7-footer-content {
        flex-direction: column;
    }

    .yl4k8-widget {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .jx3p6-widget-content {
        justify-content: space-between;
        padding: 12px 16px;
    }

    .zq8m2-widget-bonus {
        font-size: 14px;
    }

    .hv5n9-widget-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
}

.ygh {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px 56px;
    color: #e8e6f0;
}

.ygh p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.85;
    color: #d8d6e5;
}

.ygh h2 {
    margin: 28px 0 14px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    color: #ffd571;
}

.ygh h3 {
    margin: 22px 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #e8e6f0;
}

.ygh ul,
.ygh ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.ygh li {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.75;
    color: #d8d6e5;
}

.ygh a {
    color: #8476b5;
    text-decoration: none;
    font-weight: 700;
}

.ygh a:hover {
    color: #ffd571;
    text-decoration: underline;
}

.ygh > p:first-of-type {
    background: rgba(34, 18, 91, 0.75);
    border: 1px solid rgba(132, 118, 181, 0.35);
    border-radius: 16px;
    padding: 18px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.ygh > h2:first-of-type + ul {
    background: rgba(19, 8, 60, 0.55);
    border: 1px solid rgba(132, 118, 181, 0.28);
    border-radius: 16px;
    padding: 18px 18px 12px;
}

.ygh > h2:first-of-type + ul li {
    margin-bottom: 12px;
}

.ygh > h3 + ul,
.ygh > h3 + p + ul {
    background: rgba(34, 18, 91, 0.55);
    border: 1px solid rgba(132, 118, 181, 0.25);
    border-radius: 14px;
    padding: 16px 16px 10px;
}

.ygh > h2 + ol {
    background: rgba(34, 18, 91, 0.55);
    border: 1px solid rgba(255, 213, 113, 0.22);
    border-radius: 16px;
    padding: 16px 18px 12px;
}

.ygh > h2 + ol li {
    margin-bottom: 12px;
}

.ygh table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: rgba(19, 8, 60, 0.6);
    border: 1px solid rgba(132, 118, 181, 0.25);
    border-radius: 14px;
    overflow: hidden;
}

.ygh th {
    background: rgba(132, 118, 181, 0.28);
    color: #ffd571;
    font-weight: 800;
    padding: 14px;
    text-align: left;
    border-bottom: 2px solid rgba(132, 118, 181, 0.6);
}

.ygh td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(132, 118, 181, 0.18);
    color: #d8d6e5;
}

.ygh tr:last-child td {
    border-bottom: none;
}

.ygh blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    background: rgba(255, 213, 113, 0.10);
    border-left: 4px solid #ffd571;
    border-radius: 12px;
}

.ygh hr {
    border: none;
    height: 1px;
    background: rgba(132, 118, 181, 0.25);
    margin: 22px 0;
}

@media (max-width: 968px) {
    .ygh {
        padding: 26px 16px 44px;
    }

    .ygh h2 {
        font-size: 24px;
    }

    .ygh h3 {
        font-size: 18px;
    }

    .ygh p {
        font-size: 15px;
    }

    .ygh > p:first-of-type {
        padding: 16px;
    }

    .ygh > h2:first-of-type + ul,
    .ygh > h3 + ul,
    .ygh > h3 + p + ul,
    .ygh > h2 + ol {
        padding: 14px 14px 10px;
    }
}

@media (max-width: 640px) {
    .ygh {
        padding: 22px 12px 40px;
    }

    .ygh h2 {
        font-size: 22px;
        margin: 24px 0 12px;
    }

    .ygh h3 {
        font-size: 17px;
        margin: 18px 0 10px;
    }

    .ygh ul,
    .ygh ol {
        padding-left: 18px;
    }

    .ygh table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ygh th,
    .ygh td {
        white-space: nowrap;
    }
}

.zm5w9-unused {
    display: none;
}

.kq7h3-hidden {
    visibility: hidden;
}

.wt8n2-invisible {
    opacity: 0;
}

.px6m4-collapsed {
    height: 0;
}

.vn9k5-offscreen {
    position: absolute;
    left: -9999px;
}

@media (max-width: 968px) {
    .container {
        padding: 0 16px
    }

    .row {
        gap: 16px
    }

    .hk9x2-hero-section {
        padding: 44px 0;
        margin-bottom: 34px
    }

    .jn2t9-casino-card,
    .lr8x4-reviews-breakdown,
    .nh5t2-detailed-ratings,
    .yh9m3-toc-section,
    .dm7h5-bonus-banner,
    .zn8m2-review-form-wrap,
    .rb9k6-table-wrap,
    .tz3h7-video-wrap,
    .mh5v8-content-wrap {
        padding: 22px;
        border-radius: 16px;
    }

    .pk5w1-card-header {
        gap: 14px;
        align-items: center
    }

    .zc6m3-logo {
        width: 84px
    }

    .xs9n5-star {
        font-size: 22px
    }

    .bt3j6-rating-num {
        font-size: 18px
    }

    .tg6v3-buttons {
        gap: 10px
    }

    .hj4w8-btn-primary,
    .qm5z1-btn-secondary {
        min-width: 0;
        flex: 1
    }

    .vb2n9-breakdown-title {
        font-size: 18px
    }

    .pw9k7-detail-title {
        font-size: 16px
    }

    .km7p6-rating-item {
        gap: 10px
    }

    .wt3c5-label {
        min-width: 70px
    }

    .xr4k1-count {
        min-width: 22px
    }

    .qs3m8-detail-item {
        gap: 10px;
        align-items: center
    }

    .lb6v4-param {
        min-width: 120px;
        font-size: 13px
    }

    .xm4j9-score {
        min-width: 52px;
        font-size: 13px
    }

    .gs7w4-bonus-tiles {
        gap: 12px
    }

    .tr2k8-bonus-tile {
        min-width: 0;
        flex: 1
    }

    .wk4l6-toc-title {
        font-size: 22px
    }

    .pn8v2-toc-tabs {
        gap: 10px
    }

    .xl5r7-tab {
        padding: 10px 14px;
        font-size: 14px
    }

    .st6k4-banner-title {
        font-size: 24px
    }

    .bv9l3-banner-text {
        font-size: 15px
    }

    .wr4p7-banner-btn {
        padding: 12px 26px
    }

    .gc5v9-form-title {
        font-size: 22px
    }

    .tw7k3-review-form {
        gap: 16px
    }

    .qk9v5-input,
    .qk9v5-textarea {
        padding: 12px;
        font-size: 15px
    }

    .ln6k2-rating-row {
        gap: 10px;
        flex-wrap: wrap
    }

    .vt9h5-param-name {
        min-width: 0;
        font-size: 14px
    }

    .jm4r8-stars-input {
        width: 100%;
        justify-content: flex-start
    }

    .kp2l7-star-btn {
        font-size: 30px
    }

    .ym5k9-submit-btn {
        width: 100%;
        padding: 14px 18px
    }

    .qv4m7-section-title {
        font-size: 26px;
        margin-bottom: 22px
    }

    .rb9k6-table-wrap {
        padding: 18px
    }

    .th7x2-comparison-table {
        min-width: 720px
    }

    .mn4p8-th {
        font-size: 14px;
        padding: 12px
    }

    .vb2k9-td {
        font-size: 14px;
        padding: 12px
    }

    .vm3j8-table-btn {
        padding: 10px 18px
    }

    .pl6m9-iframe {
        border-radius: 12px
    }

    .fw7n3-main-title {
        font-size: 28px
    }

    .bk2p9-author-info {
        gap: 14px;
        padding: 16px
    }

    .vn6h4-author-avatar {
        width: 64px;
        height: 64px
    }

    .dr4n6-author-links {
        flex-wrap: wrap;
        gap: 10px
    }

    .nt7w5-text-content {
        font-size: 15px
    }

    .nt7w5-text-content h2 {
        font-size: 24px
    }

    .nt7w5-text-content h3 {
        font-size: 20px
    }

    .yl4k8-widget {
        left: 12px;
        right: 12px;
        bottom: 12px
    }

    .jx3p6-widget-content {
        padding: 12px 14px;
        gap: 12px
    }

    .zq8m2-widget-bonus {
        font-size: 14px
    }

    .hv5n9-widget-btn {
        padding: 10px 18px;
        font-size: 13px
    }

    .pk7w3-header {
        padding: 14px 0
    }

    .nm5k8-header-inner {
        gap: 14px
    }

    .wl3m7-logo-img {
        height: 44px
    }

    .lr8w2-header-actions {
        gap: 10px
    }

    .lr8w2-header-actions .hv5k3-reviews-count {
        display: none
    }

    .lr8w2-header-actions .wt5n9-btn-login,
    .lr8w2-header-actions .kz8m4-btn-register {
        display: none
    }

    .lr8w2-header-actions .px3v7-btn-review {
        display: inline-flex
    }

    .dm6k2-burger {
        display: flex
    }

    .bh4r9-nav {
        position: fixed;
        top: 76px;
        left: -110%;
        width: min(320px, 86vw);
        height: calc(100vh - 76px);
        background: #22125b;
        border-right: 1px solid rgba(132, 118, 181, 0.35);
        box-shadow: 14px 0 40px rgba(0, 0, 0, 0.55);
        padding: 18px 16px;
        overflow-y: auto;
        transition: left .25s ease;
        z-index: 999;
    }

    .bh4r9-nav.active {
        left: 0
    }

    .vk2p6-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

    .jm7w5-menu-link {
        width: 100%;
        padding: 12px 12px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.04);
    }

    .jm7w5-menu-link:hover {
        background: rgba(132, 118, 181, 0.18)
    }

    .bh4r9-nav .wt5n9-btn-login,
    .bh4r9-nav .kz8m4-btn-register {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .bh4r9-nav .wt5n9-btn-login {
        margin-top: 12px
    }

    .bh4r9-nav .kz8m4-btn-register {
        margin-top: 10px
    }
}

@media (max-width: 640px) {
    .container {
        padding: 0 12px
    }

    .hk9x2-hero-section {
        padding: 36px 0;
        margin-bottom: 28px
    }

    .jn2t9-casino-card,
    .lr8x4-reviews-breakdown,
    .nh5t2-detailed-ratings,
    .yh9m3-toc-section,
    .dm7h5-bonus-banner,
    .zn8m2-review-form-wrap,
    .rb9k6-table-wrap,
    .tz3h7-video-wrap,
    .mh5v8-content-wrap {
        padding: 18px;
        border-radius: 14px;
    }

    .pk5w1-card-header {
        flex-direction: column;
        align-items: flex-start
    }

    .zc6m3-logo {
        width: 96px
    }

    .tg6v3-buttons {
        flex-direction: column
    }

    .hj4w8-btn-primary,
    .qm5z1-btn-secondary {
        width: 100%
    }

    .km7p6-rating-item {
        align-items: center
    }

    .wt3c5-label {
        min-width: 62px;
        font-size: 13px
    }

    .qs3m8-detail-item {
        display: grid;
        grid-template-columns:1fr;
        gap: 8px;
        align-items: start;
    }

    .lb6v4-param {
        min-width: 0
    }

    .yn7r1-progress {
        width: 100%
    }

    .xm4j9-score {
        text-align: left;
        min-width: 0
    }

    .gs7w4-bonus-tiles {
        flex-direction: column
    }

    .tr2k8-bonus-tile {
        width: 100%
    }

    .wk4l6-toc-title {
        font-size: 20px
    }

    .pn8v2-toc-tabs {
        flex-direction: column
    }

    .xl5r7-tab {
        width: 100%;
        text-align: center
    }

    .st6k4-banner-title {
        font-size: 20px
    }

    .bv9l3-banner-text {
        font-size: 14px
    }

    .kp2l7-star-btn {
        font-size: 32px
    }

    .qv4m7-section-title {
        font-size: 24px
    }

    .rb9k6-table-wrap {
        padding: 14px
    }

    .th7x2-comparison-table {
        min-width: 680px
    }

    .fw7n3-main-title {
        font-size: 24px
    }

    .bk2p9-author-info {
        padding: 14px
    }

    .vn6h4-author-avatar {
        width: 56px;
        height: 56px
    }

    .wp8k5-author-name {
        font-size: 18px
    }

    .yl4k8-widget {
        left: 10px;
        right: 10px;
        bottom: 10px
    }

    .jx3p6-widget-content {
        gap: 10px
    }

    .zq8m2-widget-bonus {
        font-size: 13px
    }

    .hv5n9-widget-btn {
        padding: 9px 14px
    }
}

html {
    width: 100%
}

body {
    width: 100%;
    min-width: 0
}

img, iframe {
    max-width: 100%
}

.container {
    width: 100%
}

@media (max-width: 768px) {
    .rb9k6-table-wrap {
        padding: 14px
    }

    .th7x2-comparison-table {
        width: 100%;
        min-width: 0;
        border-spacing: 0
    }

    .th7x2-comparison-table thead {
        display: none
    }

    .th7x2-comparison-table,
    .th7x2-comparison-table tbody,
    .th7x2-comparison-table tr,
    .th7x2-comparison-table td {
        display: block;
        width: 100%
    }

    .th7x2-comparison-table tr {
        background: rgba(34, 18, 91, 0.8);
        border: 1px solid rgba(132, 118, 181, 0.3);
        border-radius: 14px;
        padding: 12px;
        margin-bottom: 12px;
    }

    .th7x2-comparison-table td {
        padding: 10px 12px;
        border: none;
        border-bottom: 1px solid rgba(132, 118, 181, 0.18);
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .th7x2-comparison-table td:last-child {
        border-bottom: none
    }

    .th7x2-comparison-table td.vb2k9-td:first-child {
        font-weight: 700;
        color: #ffd571;
        justify-content: flex-start;
    }

    .th7x2-comparison-table td.vb2k9-td:first-child::after {
        content: ""
    }

    .th7x2-comparison-table td:not(:first-child)::before {
        content: attr(data-label);
        color: rgba(232, 230, 240, 0.75);
        font-weight: 600;
    }

    .th7x2-comparison-table td:not(:first-child) {
        justify-content: space-between;
    }

    .th7x2-comparison-table .vm3j8-table-btn {
        width: 100%;
        justify-content: center;
        display: inline-flex;
    }

    .tz3h7-video-wrap {
        padding: 14px
    }

    .pl6m9-iframe {
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px
    }

    .mh5v8-content-wrap {
        padding: 18px
    }

    .fw7n3-main-title {
        font-size: 24px
    }
}
