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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f5f7fa;
}

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

.qw7n3r8x {
    flex: 1;
}

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

.header-main-8k3m2p {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner-5k9m2x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 20px;
}

.logo-link-4k8m3p {
    display: block;
}

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

.header-nav-3k8m2p {
    display: flex;
    align-items: center;
    gap: 30px;
}

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

.nav-link-2m9k4p {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-link-2m9k4p:hover {
    color: #e53e3e;
}

.nav-icon-7k3m2x {
    color: currentColor;
}

.reviews-count-badge-4k8m2p {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.badge-icon-9k2m3x {
    color: #ffd700;
}

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

.btn-header-login-3k8m2p,
.btn-header-register-9k2m7x,
.btn-header-review-5k3m8x {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-header-login-3k8m2p {
    background: #f7fafc;
    color: #2d3748;
    border: 1px solid #e2e8f0;
}

.btn-header-login-3k8m2p:hover {
    background: #edf2f7;
}

.btn-header-register-9k2m7x {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: #fff;
}

.btn-header-register-9k2m7x:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}

.btn-header-review-5k3m8x {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: #fff;
}

.btn-header-review-5k3m8x:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
}

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

.burger-line-4k8m3p {
    width: 25px;
    height: 3px;
    background: #2d3748;
    border-radius: 2px;
    transition: all 0.3s;
}

.hero-zx4m9p2q {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url('/hero-clubnika.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
}

.hero-bg-overlay-8k2n5v {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(229, 62, 62, 0.1), rgba(197, 48, 48, 0.1));
}

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

.hero-main-card-3x7k9p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.casino-card-m4k8x2p {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.casino-logo-2p9x4k {
    margin-bottom: 20px;
}

.rating-block-8m3p2k {
    margin-bottom: 25px;
    text-align: center;
}

.stars-9k2x7p {
    font-size: 32px;
    color: #ffd700;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

.star-filled-4p8m2x {
    color: #ffd700;
}

.star-half-7k3m9p {
    background: linear-gradient(90deg, #ffd700 50%, #cbd5e0 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rating-value-2m9k3x {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 5px;
}

.total-reviews-5x2p8k {
    font-size: 14px;
    color: #718096;
}

.bonus-info-3k9m2p {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 25px;
}

.bonus-label-7x4k2m {
    font-size: 14px;
    color: #744210;
    font-weight: 600;
    margin-bottom: 5px;
}

.bonus-value-9p2k8x {
    font-size: 26px;
    font-weight: 800;
    color: #744210;
}

.card-actions-2x9k5p {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-primary-8k3m9x,
.btn-secondary-4p7k2m {
    display: block;
    text-align: center;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
}

.btn-primary-8k3m9x {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: #fff;
}

.btn-primary-8k3m9x:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(229, 62, 62, 0.4);
}

.btn-secondary-4p7k2m {
    background: #f7fafc;
    color: #2d3748;
    border: 2px solid #e2e8f0;
}

.btn-secondary-4p7k2m:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.rating-distribution-7k2m9p {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.rating-dist-title-3x8k2p {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
}

.dist-item-9k2m7x {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.dist-stars-4x9k2p {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    min-width: 35px;
}

.dist-bar-container-2m8k3x {
    flex: 1;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.dist-bar-7k9p2m {
    height: 100%;
    background: linear-gradient(90deg, #48bb78 0%, #38a169 100%);
    border-radius: 4px;
    transition: width 0.5s;
}

.dist-count-3k8m2p {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    min-width: 35px;
    text-align: right;
}

.casino-info-expandable-5k9m2x {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-title-8k3m2p {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 25px;
}

.info-grid-2m9k7x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.info-item-4k8m3p,
.info-item-full-2k9m8x {
    padding: 15px;
    background: #f7fafc;
    border-radius: 8px;
    border-left: 4px solid #e53e3e;
}

.info-item-full-2k9m8x {
    grid-column: 1 / -1;
}

.info-label-7x2k9m {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value-3m8k2p {
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
}

.info-value-logos-5k3m9p {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.info-value-logos-5k3m9p img {
    height: 30px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.info-value-logos-5k3m9p img:hover {
    opacity: 1;
}

.license-logo-9k2m3x {
    height: 40px;
    width: auto;
}

.pros-cons-section-9k2m3x {
    margin-top: 40px;
}

.pros-cons-grid-7x4k2m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.pros-block-3k8m9p,
.cons-block-4k9m2x {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pros-block-3k8m9p {
    border-top: 4px solid #48bb78;
}

.cons-block-4k9m2x {
    border-top: 4px solid #f56565;
}

.pc-title-2m9k7x {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.icon-check-5k3m2p {
    color: #48bb78;
}

.icon-cross-7k2m9p {
    color: #f56565;
}

.pc-list-8k2m9x {
    list-style: none;
}

.pc-list-8k2m9x li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #4a5568;
    line-height: 1.5;
}

.pc-list-8k2m9x li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.pros-block-3k8m9p .pc-list-8k2m9x li:before {
    background: #48bb78;
}

.cons-block-4k9m2x .pc-list-8k2m9x li:before {
    background: #f56565;
}

.leave-review-section-3k8m2p {
    padding: 60px 0;
    background: #fff;
}

.bonus-banner-9k2m7x {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.bonus-banner-9k2m7x:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.banner-content-5x3k8m {
    position: relative;
    z-index: 1;
}

.banner-title-2m9k4p {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.banner-text-7k3m2x {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
}

.btn-bonus-4k8m9x {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-bonus-4k8m9x:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.review-form-container-8k3m2p {
    max-width: 800px;
    margin: 0 auto;
    background: #f7fafc;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.form-title-5k9m2x {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    text-align: center;
}

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

.form-row-3k8m9p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-label-9k3m2p {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
}

.form-input-2m8k4x,
.form-textarea-4k8m2x {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
}

.form-input-2m8k4x:focus,
.form-textarea-4k8m2x:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea-4k8m2x {
    resize: vertical;
}

.ratings-grid-5k9m3x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 10px 0;
}

.rating-input-8k2m9p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-label-3k7m2x {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
}

.stars-input-2m9k5x {
    display: flex;
    gap: 5px;
}

.star-input-7k3m2p {
    font-size: 28px;
    color: #cbd5e0;
    cursor: pointer;
    transition: all 0.2s;
}

.star-input-7k3m2p:hover,
.star-input-7k3m2p.active-star {
    color: #ffd700;
    transform: scale(1.1);
}

.btn-submit-review-9k2m7x {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: #fff;
    padding: 16px 32px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.btn-submit-review-9k2m7x:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(72, 187, 120, 0.3);
}

.success-message-3k8m9p {
    text-align: center;
    padding: 40px;
    background: #f0fff4;
    border-radius: 12px;
    border: 2px solid #48bb78;
}

.success-icon-7k2m4x {
    color: #48bb78;
    margin-bottom: 15px;
}

.success-message-3k8m9p h3 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 12px;
}

.success-message-3k8m9p p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.reviews-section-4k9m2x {
    padding: 60px 0;
    background: #f7fafc;
}

.section-title-8k3m2p {
    font-size: 32px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 40px;
    text-align: center;
}

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

.review-card-3k8m2p {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.review-card-3k8m2p:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

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

.author-info-block-2m9k7x {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.author-avatar-img-4k8m3p {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-meta-7k2m9x {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name-text-3k8m2p {
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
}

.author-country-info-9k2m3x {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #718096;
}

.review-date-text-5k3m8x {
    font-size: 13px;
    color: #a0aec0;
}

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

.rating-display-area-2m9k7x {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-number-value-4k8m3p {
    font-size: 28px;
    font-weight: 800;
    color: #2d3748;
}

.stars-display-7k3m2x {
    font-size: 22px;
    color: #ffd700;
    letter-spacing: 2px;
}

.filled-star-3k8m2p {
    color: #ffd700;
}

.empty-star-7k2m9x {
    color: #cbd5e0;
}

.details-toggle-btn-5k9m3x {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s;
}

.details-toggle-btn-5k9m3x:hover {
    background: #edf2f7;
}

.btn-icon-chevron-2m9k7x {
    transition: transform 0.3s;
}

.details-toggle-btn-5k9m3x.active .btn-icon-chevron-2m9k7x {
    transform: rotate(180deg);
}

.detailed-ratings-panel-4k8m2p {
    background: #f7fafc;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.detail-rating-item-8k2m9x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.detail-label-3k8m2p {
    font-size: 13px;
    color: #4a5568;
    font-weight: 600;
}

.detail-stars-7k2m9x {
    font-size: 14px;
    letter-spacing: 1px;
}

.mini-star-9k2m3x {
    color: #cbd5e0;
}

.mini-star-9k2m3x.filled-2m8k5x {
    color: #ffd700;
}

.review-title-heading-9k2m7x {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.review-source-info-5k3m8x {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #718096;
    margin-bottom: 15px;
    padding: 8px 12px;
    background: #f7fafc;
    border-radius: 6px;
    width: fit-content;
}

.source-icon-link-2m9k7x {
    color: #a0aec0;
}

.source-link-anchor-7k2m9x {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.source-link-anchor-7k2m9x:hover {
    text-decoration: underline;
}

.review-body-content-8k2m9p {
    margin-bottom: 20px;
}

.review-text-wrapper-2m9k7x {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}

.review-text-wrapper-2m9k7x p {
    margin-bottom: 12px;
}

.collapsed-text-4k8m3p {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.collapsed-text-4k8m3p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}

.expand-review-btn-9k2m3x {
    background: none;
    border: none;
    color: #667eea;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.3s;
}

.expand-review-btn-9k2m3x:hover {
    color: #5a67d8;
    text-decoration: underline;
}

.pros-cons-wrapper-5k9m2x {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.pros-section-block-3k8m2p,
.cons-section-block-8k2m9p {
    padding: 15px;
    border-radius: 8px;
}

.pros-section-block-3k8m2p {
    background: #f0fff4;
    border-left: 4px solid #48bb78;
}

.cons-section-block-8k2m9p {
    background: #fff5f5;
    border-left: 4px solid #f56565;
}

.pc-section-title-7k2m9x {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pc-icon-check-2m9k7x {
    color: #48bb78;
}

.pc-icon-cross-5k3m8x {
    color: #f56565;
}

.pros-list-items-4k8m3p,
.cons-list-items-2m9k7x {
    list-style: none;
}

.pro-item-element-9k2m5x,
.con-item-element-3k8m2p {
    padding: 6px 0 6px 24px;
    position: relative;
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
}

.pro-item-element-9k2m5x:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: 700;
}

.con-item-element-3k8m2p:before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #f56565;
    font-weight: 700;
}

.review-actions-bar-7k2m9x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 15px;
}

.vote-buttons-group-5k3m8x {
    display: flex;
    gap: 12px;
}

.vote-btn-like-2m9k7x,
.vote-btn-dislike-8k2m9p {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.vote-btn-like-2m9k7x:hover {
    background: #f0fff4;
    border-color: #48bb78;
    color: #48bb78;
}

.vote-btn-dislike-8k2m9p:hover {
    background: #fff5f5;
    border-color: #f56565;
    color: #f56565;
}

.vote-icon-thumb-4k8m3p {
    color: currentColor;
}

.vote-count-text-9k2m3x {
    font-weight: 600;
}

.reply-toggle-btn-3k8m2p {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.reply-toggle-btn-3k8m2p:hover {
    background: #edf2f7;
}

.reply-icon-svg-7k2m9x {
    color: currentColor;
}

.reply-form-wrapper-5k9m2x {
    margin-top: 15px;
    padding: 15px;
    background: #f7fafc;
    border-radius: 8px;
}

.reply-textarea-input-2m9k7x {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 10px;
}

.reply-textarea-input-2m9k7x:focus {
    outline: none;
    border-color: #667eea;
}

.reply-actions-btns-4k8m3p {
    display: flex;
    gap: 10px;
}

.reply-submit-btn-9k2m7x,
.reply-cancel-btn-3k8m2p {
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.reply-submit-btn-9k2m7x {
    background: #667eea;
    color: #fff;
    border: none;
}

.reply-submit-btn-9k2m7x:hover {
    background: #5a67d8;
}

.reply-cancel-btn-3k8m2p {
    background: #fff;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.reply-cancel-btn-3k8m2p:hover {
    background: #f7fafc;
}

.faq-section-2m9k7x {
    padding: 60px 0;
    background: #fff;
}

.faq-container-5k3m8x {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item-9k2m3p {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question-7k3m2x {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    background: #f7fafc;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.faq-question-7k3m2x:hover {
    background: #edf2f7;
}

.faq-icon-4k8m9p {
    color: #718096;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item-9k2m3p.active .faq-icon-4k8m9p {
    transform: rotate(180deg);
}

.faq-answer-2m8k5x {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-item-9k2m3p.active .faq-answer-2m8k5x {
    max-height: 500px;
}

.faq-answer-2m8k5x > div {
    padding: 20px 25px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}

.faq-answer-2m8k5x p {
    margin-bottom: 12px;
}

.comparison-section-9k2m7x {
    padding: 60px 0;
    background: #f7fafc;
}

.table-wrapper-3k8m2p {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.comparison-table-5k9m3x {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-table-5k9m3x thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.comparison-table-5k9m3x th,
.comparison-table-5k9m3x td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table-5k9m3x th {
    font-weight: 700;
    font-size: 15px;
}

.comparison-table-5k9m3x td {
    font-size: 14px;
    color: #4a5568;
}

.highlight-col-7k2m9p {
    background: #fff9e6 !important;
    font-weight: 700;
    color: #2d3748 !important;
}

.btn-table-2m9k7x,
.btn-table-secondary-4k8m3x {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-table-2m9k7x {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: #fff;
}

.btn-table-2m9k7x:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}

.btn-table-secondary-4k8m3x {
    background: #f7fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.btn-table-secondary-4k8m3x:hover {
    background: #edf2f7;
}

.content-section-7k3m2x {
    padding: 60px 0;
    background: #fff;
}

.main-content-9k2m5p {
    max-width: 900px;
    margin: 0 auto 50px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gv8x2k9p h1 {
    font-size: 36px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 25px;
    line-height: 1.2;
}

.gv8x2k9p h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin: 35px 0 20px;
    line-height: 1.3;
}

.gv8x2k9p h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin: 30px 0 15px;
    line-height: 1.4;
}

.gv8x2k9p p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 18px;
}

.gv8x2k9p ul,
.gv8x2k9p ol {
    margin: 20px 0;
    padding-left: 30px;
}

.gv8x2k9p li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 10px;
}

.gv8x2k9p table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.gv8x2k9p thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.gv8x2k9p th,
.gv8x2k9p td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.gv8x2k9p th {
    font-weight: 700;
}

.gv8x2k9p td {
    color: #4a5568;
}

.gv8x2k9p a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.gv8x2k9p a:hover {
    text-decoration: underline;
}

.author-card-3k8m2p {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.author-info-5k9m7x {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.author-avatar-2m8k3x {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-details-7k2m9p {
    flex: 1;
}

.author-name-4k8m3x {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
}

.author-bio-9k2m5x {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.author-social-8k3m2p {
    display: flex;
    gap: 15px;
}

.social-link-2m9k7x {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.social-link-2m9k7x:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #667eea;
}

.footer-main-9k2m7x {
    background: #2d3748;
    color: #e2e8f0;
    padding: 50px 0 20px;
}

.footer-top-5k3m8p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo-4k8m3p {
    display: block;
    margin-bottom: 15px;
}

.footer-desc-7k2m9x {
    font-size: 14px;
    color: #cbd5e0;
    line-height: 1.6;
}

.footer-title-3k8m2p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

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

.footer-link-5k9m2x {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-link-5k9m2x:hover {
    color: #fff;
}

.trust-logos-9k2m3x {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.trust-logos-9k2m3x img {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.trust-logos-9k2m3x img:hover {
    opacity: 1;
}

.footer-bottom-2m8k5x {
    padding-top: 30px;
    border-top: 1px solid #4a5568;
}

.footer-payments-7k3m2p {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.footer-payments-7k3m2p img {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.footer-payments-7k3m2p img:hover {
    opacity: 1;
}

.footer-legal-4k8m9x {
    text-align: center;
}

.copyright-text-5k9m2x {
    font-size: 14px;
    color: #a0aec0;
    margin-bottom: 10px;
}

.disclaimer-text-3k8m2p {
    font-size: 13px;
    color: #718096;
    margin-bottom: 8px;
    font-weight: 600;
}

.legal-info-9k2m7x {
    font-size: 12px;
    color: #718096;
    line-height: 1.5;
}

.footer-extra-2m9k7x {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #4a5568;
}

.wp-footer-meta-5k3m8p {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 12px;
    color: #718096;
    flex-wrap: wrap;
}

.fixed-widget-9k2m7x {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    padding: 15px 20px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.3s;
}

.fixed-widget-9k2m7x.hidden {
    transform: translateY(100%);
}

.widget-content-5k3m8p {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.widget-text-2m9k7x {
    color: #fff;
}

.widget-bonus-label-3k8m2p {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.95;
    margin-bottom: 2px;
}

.widget-bonus-value-7k2m9x {
    font-size: 22px;
    font-weight: 800;
}

.widget-btn-4k8m3x {
    background: #fff;
    color: #e53e3e;
    padding: 12px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.widget-btn-4k8m3x:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
    .hero-main-card-3x7k9p {
        grid-template-columns: 1fr;
    }

    .pros-cons-grid-7x4k2m {
        grid-template-columns: 1fr;
    }

    .info-grid-2m9k7x {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header-nav-3k8m2p {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
        transition: transform 0.3s;
    }

    .header-nav-3k8m2p.active {
        transform: translateX(0);
    }

    .nav-menu-9k2m7x {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .nav-item-5k3m8x {
        width: 100%;
    }

    .nav-link-2m9k4p {
        padding: 10px;
    }

    .reviews-count-badge-4k8m2p {
        width: 100%;
        justify-content: center;
    }

    .burger-menu-2m9k7x {
        display: flex;
    }

    .burger-menu-2m9k7x.active .burger-line-4k8m3p:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .burger-menu-2m9k7x.active .burger-line-4k8m3p:nth-child(2) {
        opacity: 0;
    }

    .burger-menu-2m9k7x.active .burger-line-4k8m3p:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .header-actions-7k2m9x {
        gap: 8px;
    }

    .btn-header-login-3k8m2p,
    .btn-header-register-9k2m7x {
        padding: 8px 14px;
        font-size: 13px;
    }

    .btn-header-review-5k3m8x {
        display: none;
    }

    .form-row-3k8m9p {
        grid-template-columns: 1fr;
    }

    .ratings-grid-5k9m3x {
        grid-template-columns: 1fr;
    }

    .pros-cons-wrapper-5k9m2x {
        grid-template-columns: 1fr;
    }

    .detailed-ratings-panel-4k8m2p {
        grid-template-columns: 1fr;
    }

    .author-info-5k9m7x {
        flex-direction: column;
        text-align: center;
    }

    .author-social-8k3m2p {
        justify-content: center;
        flex-wrap: wrap;
    }

    .widget-content-5k3m8p {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .widget-text-2m9k7x {
        text-align: center;
    }

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

    .banner-title-2m9k4p {
        font-size: 24px;
    }
}

.wp-sidebar-placeholder {
    display: none;
}

.elementor-placeholder-widget {
    visibility: hidden;
    height: 0;
}

.yoast-breadcrumb-wrapper {
    margin: 15px 0;
}

body,
.k9mx4p2v,
.qw7n3r8x {
    background: linear-gradient(180deg, #0e0b14 0%, #15101f 100%) !important;
}

.leave-review-section-3k8m2p,
.reviews-section-4k9m2x,
.faq-section-2m9k7x,
.comparison-section-9k2m7x,
.content-section-7k3m2x {
    background: transparent !important;
}

.hero-zx4m9p2q {
    background: linear-gradient(rgba(14, 11, 20, 0.72), rgba(14, 11, 20, 0.82)),
    url('/hero-banner.jpg') center/cover no-repeat !important;
}

.main-content-9k2m5p,
.review-card-3k8m2p,
.review-form-container-8k3m2p,
.faq-item-9k2m3p,
.table-wrapper-3k8m2p,
.author-card-3k8m2p,
.casino-card-m4k8x2p,
.rating-distribution-7k2m9p,
.casino-info-expandable-5k9m2x,
.pros-block-3k8m9p,
.cons-block-4k9m2x {
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

.main-content-9k2m5p,
.review-card-3k8m2p,
.review-form-container-8k3m2p,
.faq-item-9k2m3p,
.table-wrapper-3k8m2p,
.author-card-3k8m2p,
.casino-card-m4k8x2p,
.rating-distribution-7k2m9p,
.casino-info-expandable-5k9m2x,
.pros-block-3k8m9p,
.cons-block-4k9m2x {
    border-radius: 16px !important;
}

.leave-review-section-3k8m2p .container-7r3x8m,
.reviews-section-4k9m2x .container-7r3x8m,
.faq-section-2m9k7x .container-7r3x8m,
.comparison-section-9k2m7x .container-7r3x8m,
.content-section-7k3m2x .container-7r3x8m {
    position: relative;
    z-index: 1;
}

.leave-review-section-3k8m2p,
.reviews-section-4k9m2x,
.faq-section-2m9k7x,
.comparison-section-9k2m7x,
.content-section-7k3m2x {
    position: relative;
}

.leave-review-section-3k8m2p::before,
.reviews-section-4k9m2x::before,
.faq-section-2m9k7x::before,
.comparison-section-9k2m7x::before,
.content-section-7k3m2x::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(232, 35, 74, 0.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(245, 166, 35, 0.06), transparent 35%);
    pointer-events: none;
}

.section-title-8k3m2p,
.banner-title-2m9k4p {
    color: #ffffff !important;
}

.banner-text-7k3m2x {
    color: rgba(255, 255, 255, 0.92) !important;
}

.main-content-9k2m5p {
    background: rgba(255, 255, 255, 0.98) !important;
}

.author-card-3k8m2p {
    background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%) !important;
}

.table-wrapper-3k8m2p {
    overflow: hidden;
}

.comparison-section-9k2m7x .section-title-8k3m2p,
.faq-section-2m9k7x .section-title-8k3m2p,
.reviews-section-4k9m2x .section-title-8k3m2p,
.content-section-7k3m2x .section-title-8k3m2p {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

body,
.k9mx4p2v,
.qw7n3r8x {
    background: linear-gradient(180deg, #0e0b14 0%, #15101f 100%) !important;
}

.header-main-8k3m2p {
    background: #2d3748 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

.hero-zx4m9p2q {
    background: url('/hero-clubnika.png') center/cover no-repeat !important;
    padding: 60px 0 !important;
    position: relative !important;
}

.hero-bg-overlay-8k2n5v {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(rgba(14, 11, 20, 0.45), rgba(14, 11, 20, 0.6)) !important;
}

.leave-review-section-3k8m2p,
.reviews-section-4k9m2x,
.faq-section-2m9k7x,
.comparison-section-9k2m7x,
.content-section-7k3m2x {
    background: transparent !important;
}

.casino-card-m4k8x2p,
.rating-distribution-7k2m9p,
.casino-info-expandable-5k9m2x,
.pros-block-3k8m9p,
.cons-block-4k9m2x,
.review-form-container-8k3m2p,
.review-card-3k8m2p,
.faq-item-9k2m3p,
.table-wrapper-3k8m2p,
.main-content-9k2m5p,
.author-card-3k8m2p {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12) !important;
}

.burger-menu-2m9k7x {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.burger-menu-2m9k7x:hover {
    background: rgba(229, 62, 62, 0.14);
    border-color: rgba(229, 62, 62, 0.35);
    transform: translateY(-1px);
}

.burger-line-4k8m3p {
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.burger-menu-2m9k7x:hover .burger-line-4k8m3p {
    background: #ffffff;
}

.burger-menu-2m9k7x.active {
    background: rgba(229, 62, 62, 0.18);
    border-color: rgba(229, 62, 62, 0.4);
}

.burger-menu-2m9k7x.active .burger-line-4k8m3p {
    background: #ffffff;
}

@media (max-width: 768px) {
    .burger-menu-2m9k7x {
        display: inline-flex !important;
        flex-shrink: 0;
    }

    .header-actions-7k2m9x {
        gap: 8px;
    }

    .btn-header-login-3k8m2p,
    .btn-header-register-9k2m7x {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .burger-menu-2m9k7x {
        width: 38px;
        height: 38px;
    }

    .burger-line-4k8m3p {
        width: 16px;
    }

    .btn-header-login-3k8m2p,
    .btn-header-register-9k2m7x {
        padding: 7px 10px;
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .header-nav-3k8m2p {
        background: #2d3748 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
    }

    .nav-menu-9k2m7x {
        background: transparent !important;
    }

    .nav-link-2m9k4p {
        color: #e2e8f0 !important;
        border-radius: 10px;
    }

    .nav-link-2m9k4p:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    .nav-icon-7k3m2x {
        color: #cbd5e0 !important;
    }

    .reviews-count-badge-4k8m2p {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .badge-icon-9k2m3x {
        color: #ffd700 !important;
    }
}