:root {
    --xf9k2-primary: #0066FF;
    --p8m4n-secondary: #FF3333;
    --q7v2b-bg: #f5f7fa;
    --w3h8j-text: #1a1a1a;
    --k5p9m-text-light: #666666;
    --r2n7x-border: #e0e0e0;
    --t4v8c-white: #ffffff;
    --y6q1z-success: #00CC66;
    --u9s3m-warning: #FFA500;
    --i1d5n-hover: #0052CC;
}

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

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--q7v2b-bg);
    color: var(--w3h8j-text);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

.l2q7r-header {
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.j5s8x-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.n9m4q-logo img {
    height: 40px;
    display: block;
    transition: transform 0.3s ease;
}

.n9m4q-logo:hover img {
    transform: scale(1.05);
}

.d6h3v-nav {
    display: flex;
    gap: 28px;
    align-items: center;
}

.d6h3v-nav a {
    color: var(--t4v8c-white);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.d6h3v-nav a:hover {
    opacity: 0.8;
}

.x8k2m-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

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

.z4p9q-btn {
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.c7n2k-btn-login {
    background: rgba(255, 255, 255, 0.15);
    color: var(--t4v8c-white);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.c7n2k-btn-login:hover {
    background: rgba(255, 255, 255, 0.25);
}

.m3v8x-btn-register {
    background: var(--p8m4n-secondary);
    color: var(--t4v8c-white);
}

.m3v8x-btn-register:hover {
    background: #E62E2E;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.h6q1r-reviews-count {
    color: var(--t4v8c-white);
    font-size: 13px;
    opacity: 0.9;
}

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

.f2s7m-burger span {
    width: 25px;
    height: 3px;
    background: var(--t4v8c-white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

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

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

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

.o9k4p-hero {
    position: relative;
    min-height: 500px;
    background: url('/1win-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.o9k4p-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.b8n3v-hero-content {
    position: relative;
    z-index: 1;
    color: var(--t4v8c-white);
    padding: 60px 0;
}

.y5m8q-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: s3k9m-fadeInUp 0.8s ease;
}

.t2v7n-hero-text {
    font-size: 20px;
    margin-bottom: 30px;
    animation: s3k9m-fadeInUp 1s ease;
}

.u4p8x-casino-card {
    background: var(--t4v8c-white);
    border-radius: 16px;
    padding: 32px;
    margin: -80px auto 40px;
    max-width: 900px;
    position: relative;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    animation: s3k9m-fadeInUp 1.2s ease;
}

.w9h5m-casino-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.e3n8k-casino-logo {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.r6q2v-casino-info {
    flex: 1;
}

.i7m3p-casino-name {
    font-size: 32px;
    font-weight: 700;
    color: var(--xf9k2-primary);
    margin-bottom: 8px;
}

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

.l8v2q-rating-value {
    font-size: 36px;
    font-weight: 700;
    color: var(--xf9k2-primary);
}

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

.c5h9n-stars span {
    color: #FFD700;
    font-size: 24px;
}

.g1k6m-bonus-highlight {
    background: linear-gradient(135deg, var(--p8m4n-secondary), #FF6666);
    color: var(--t4v8c-white);
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.p4v7r-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.d9n2x-btn-large {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 12px;
}

.t6q8m-ratings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.v2s7k-rating-item {
    background: var(--t4v8c-white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.j8n4p-rating-label {
    font-size: 14px;
    color: var(--k5p9m-text-light);
    margin-bottom: 8px;
}

.h3v9x-progress-bar {
    height: 8px;
    background: var(--r2n7x-border);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.l5m2q-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--p8m4n-secondary), var(--y6q1z-success));
    border-radius: 4px;
    transition: width 0.6s ease;
}

.k9p6v-rating-score {
    font-size: 18px;
    font-weight: 600;
    color: var(--xf9k2-primary);
}

.x4n7r-bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.w8s3m-bonus-card {
    background: var(--t4v8c-white);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.w8s3m-bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.q2v6n-bonus-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--w3h8j-text);
}

.m7h4x-bonus-amount {
    font-size: 28px;
    font-weight: 700;
    color: var(--p8m4n-secondary);
    margin-bottom: 16px;
}

.y3k8p-pros-cons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.r5n9v-pros-box, .t8m2q-cons-box {
    background: var(--t4v8c-white);
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.r5n9v-pros-box h3 {
    color: var(--y6q1z-success);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t8m2q-cons-box h3 {
    color: var(--p8m4n-secondary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.u6q3m-list {
    list-style: none;
}

.u6q3m-list li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
}

.u6q3m-list.v9s4n-pros li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: var(--y6q1z-success);
    font-weight: 700;
    font-size: 20px;
}

.u6q3m-list.h2p7x-cons li::before {
    content: '−';
    position: absolute;
    left: 0;
    color: var(--p8m4n-secondary);
    font-weight: 700;
    font-size: 20px;
}

.n5k8r-section {
    margin-bottom: 60px;
}

.j9v3m-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 28px;
    color: var(--w3h8j-text);
    position: relative;
    padding-bottom: 12px;
}

.j9v3m-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--xf9k2-primary), var(--p8m4n-secondary));
    border-radius: 2px;
}

.b3m7q-review-form {
    background: var(--t4v8c-white);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.x6n4p-form-group {
    margin-bottom: 20px;
}

.l8v2r-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--w3h8j-text);
}

.k3s9m-input, .p7n2v-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--r2n7x-border);
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.k3s9m-input:focus, .p7n2v-textarea:focus {
    outline: none;
    border-color: var(--xf9k2-primary);
}

.p7n2v-textarea {
    min-height: 120px;
    resize: vertical;
}

.w4h7x-rating-inputs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.m9q5k-rating-input {
    display: flex;
    flex-direction: column;
}

.m9q5k-rating-input input[type="range"] {
    width: 100%;
    margin-top: 8px;
}

.t2v8n-btn-submit {
    background: var(--y6q1z-success);
    color: var(--t4v8c-white);
    padding: 14px 48px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.t2v8n-btn-submit:hover {
    background: #00B359;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 204, 102, 0.3);
}

.y7k3p-bonus-banner {
    background: linear-gradient(135deg, var(--xf9k2-primary), var(--p8m4n-secondary));
    color: var(--t4v8c-white);
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.y7k3p-bonus-banner h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.y7k3p-bonus-banner p {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.95;
}

.mb-reviews-container {
    display: grid;
    gap: 28px;
    margin-bottom: 40px;
}

.mb-review-card {
    background: var(--t4v8c-white);
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.mb-review-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

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

.mb-review-author-info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mb-review-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.mb-review-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mb-review-author {
    font-size: 18px;
    font-weight: 600;
    color: var(--w3h8j-text);
}

.mb-review-country {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--k5p9m-text-light);
}

.mb-review-country img {
    width: 20px;
    height: 14px;
}

.mb-review-date {
    font-size: 13px;
    color: var(--k5p9m-text-light);
}

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

.mb-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mb-rating-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--xf9k2-primary);
}

.mb-stars {
    display: flex;
    gap: 2px;
}

.mb-star {
    color: #DDD;
    font-size: 18px;
}

.mb-star-filled {
    color: #FFD700;
}

.mb-rating-details-btn {
    background: none;
    border: none;
    color: var(--xf9k2-primary);
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

.mb-review-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--w3h8j-text);
}

.mb-review-source {
    font-size: 13px;
    color: var(--k5p9m-text-light);
    margin-bottom: 12px;
}

.mb-review-source a {
    color: var(--xf9k2-primary);
    text-decoration: none;
}

.mb-review-source a:hover {
    text-decoration: underline;
}

.mb-review-body {
    margin-bottom: 20px;
    line-height: 1.7;
}

.mb-review-text {
    color: var(--w3h8j-text);
    font-size: 15px;
}

.mb-review-text.truncated {
    max-height: 75px;
    overflow: hidden;
    position: relative;
}

.mb-review-expand {
    background: none;
    border: none;
    color: var(--xf9k2-primary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    padding: 0;
}

.mb-review-pros-cons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: var(--q7v2b-bg);
    border-radius: 8px;
}

.mb-review-pros h5, .mb-review-cons h5 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.mb-review-pros h5 {
    color: var(--y6q1z-success);
}

.mb-review-cons h5 {
    color: var(--p8m4n-secondary);
}

.mb-review-pros ul, .mb-review-cons ul {
    list-style: none;
}

.mb-pro-item {
    padding: 4px 0;
    font-size: 14px;
    color: var(--w3h8j-text);
}

.mb-con-item {
    padding: 4px 0;
    font-size: 14px;
    color: var(--w3h8j-text);
}

.mb-review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

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

.mb-vote-btn {
    background: var(--q7v2b-bg);
    border: 1px solid var(--r2n7x-border);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mb-vote-btn:hover {
    background: var(--r2n7x-border);
}

.mb-reply-btn {
    background: none;
    border: 1px solid var(--xf9k2-primary);
    color: var(--xf9k2-primary);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mb-reply-btn:hover {
    background: var(--xf9k2-primary);
    color: var(--t4v8c-white);
}

.mb-reply-form {
    margin-top: 16px;
    padding: 16px;
    background: var(--q7v2b-bg);
    border-radius: 8px;
}

.mb-reply-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--r2n7x-border);
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 12px;
    resize: vertical;
}

.mb-reply-actions {
    display: flex;
    gap: 12px;
}

.mb-btn {
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.mb-btn-primary {
    background: var(--xf9k2-primary);
    color: var(--t4v8c-white);
}

.mb-btn-primary:hover {
    background: var(--i1d5n-hover);
}

.mb-btn-secondary {
    background: var(--r2n7x-border);
    color: var(--w3h8j-text);
}

.mb-btn-secondary:hover {
    background: #ccc;
}

.s6n9v-comparison-table {
    overflow-x: auto;
    margin-bottom: 40px;
}

.s6n9v-comparison-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: var(--t4v8c-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.s6n9v-comparison-table th {
    background: var(--xf9k2-primary);
    color: var(--t4v8c-white);
    padding: 16px;
    text-align: left;
    font-weight: 600;
}

.s6n9v-comparison-table td {
    padding: 16px;
    border-bottom: 1px solid var(--r2n7x-border);
}

.s6n9v-comparison-table tr:last-child td {
    border-bottom: none;
}

.s6n9v-comparison-table tr:hover {
    background: var(--q7v2b-bg);
}

.d4m8x-screenshots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.q2v7n-screenshot {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.q2v7n-screenshot:hover {
    transform: scale(1.02);
}

.q2v7n-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.k7p3m-content-block {
    background: var(--t4v8c-white);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    line-height: 1.8;
}

.k7p3m-content-block h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 32px 0 16px 0;
    color: var(--w3h8j-text);
}

.k7p3m-content-block h2:first-child {
    margin-top: 0;
}

.k7p3m-content-block h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0 12px 0;
    color: var(--w3h8j-text);
}

.k7p3m-content-block p {
    margin-bottom: 16px;
    color: var(--w3h8j-text);
    font-size: 16px;
}

.k7p3m-content-block ul, .k7p3m-content-block ol {
    margin: 16px 0;
    padding-left: 28px;
}

.k7p3m-content-block li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.k7p3m-content-block table {
    width: 100%;
    margin: 24px auto;
    border-collapse: collapse;
    max-width: 800px;
}

.k7p3m-content-block th {
    background: var(--q7v2b-bg);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    border: 1px solid var(--r2n7x-border);
}

.k7p3m-content-block td {
    padding: 12px 16px;
    border: 1px solid var(--r2n7x-border);
}

.k7p3m-content-block a {
    color: var(--xf9k2-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.k7p3m-content-block a:hover {
    border-color: var(--xf9k2-primary);
}

.v8n4q-footer {
    background: #1a1a2e;
    color: var(--t4v8c-white);
    padding: 48px 0 24px;
    margin-top: auto;
}

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

.j3v7k-footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--t4v8c-white);
}

.j3v7k-footer-section ul {
    list-style: none;
}

.j3v7k-footer-section li {
    margin-bottom: 10px;
}

.j3v7k-footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.j3v7k-footer-section a:hover {
    color: var(--t4v8c-white);
}

.n2q6v-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.w7k3m-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: linear-gradient(135deg, var(--p8m4n-secondary), #FF6666);
    padding: 20px 28px;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(255, 51, 51, 0.4);
    animation: s3k9m-fadeInUp 1.5s ease, p6m9x-pulse 2s infinite;
}

.w7k3m-widget a {
    color: var(--t4v8c-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes s3k9m-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes p6m9x-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.c9s5m-author-box {
    background: var(--t4v8c-white);
    padding: 28px;
    border-radius: 12px;
    border-left: 4px solid var(--xf9k2-primary);
    margin-bottom: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.c9s5m-author-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--w3h8j-text);
}

.c9s5m-author-box p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--k5p9m-text-light);
    margin-bottom: 8px;
}

.c9s5m-author-box a {
    color: var(--xf9k2-primary);
    text-decoration: none;
}

.c9s5m-author-box a:hover {
    text-decoration: underline;
}

.fixed {
    overflow: hidden;
}

@media (max-width: 768px) {
    .d6h3v-nav {
        position: fixed;
        top: 72px;
        left: -100%;
        width: 280px;
        height: calc(100vh - 72px);
        background: var(--xf9k2-primary);
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        transition: left 0.3s ease;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    }

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

    .f2s7m-burger {
        display: flex;
    }

    .y5m8q-hero-title {
        font-size: 32px;
    }

    .t2v7n-hero-text {
        font-size: 16px;
    }

    .u4p8x-casino-card {
        margin: -40px auto 40px;
        padding: 24px;
    }

    .i7m3p-casino-name {
        font-size: 24px;
    }

    .l8v2q-rating-value {
        font-size: 28px;
    }

    .p4v7r-actions {
        flex-direction: column;
    }

    .d9n2x-btn-large {
        width: 100%;
    }

    .j9v3m-section-title {
        font-size: 24px;
    }

    .d4m8x-screenshots {
        grid-template-columns: 1fr;
    }

    .k7p3m-content-block {
        padding: 24px 20px;
    }

    .w7k3m-widget {
        bottom: 10px;
        right: 10px;
        padding: 16px 20px;
    }

    .w7k3m-widget a {
        font-size: 14px;
    }
}

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

    .y5m8q-hero-title {
        font-size: 24px;
    }

    .t2v7n-hero-text {
        font-size: 14px;
    }

    .u4p8x-casino-card {
        padding: 20px 16px;
    }

    .b3m7q-review-form {
        padding: 24px 20px;
    }

    .mb-review-card {
        padding: 20px 16px;
    }
}

.x9w7m2-unused {
    display: none;
}

.q4k8n5-legacy {
    visibility: hidden;
}

.p3v9x7-deprecated {
    opacity: 0;
}

.dgffs {
    max-width: 980px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e0e6ef;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    color: #1a1a1a;
}

.dgffs h1,
.dgffs h2,
.dgffs h3 {
    margin: 0;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a1a;
}

.dgffs h1 {
    font-size: 42px;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.dgffs h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    color: #0066ff;
}

.dgffs h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #ff3333;
}

.dgffs p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    overflow-wrap: anywhere;
}

.dgffs ul,
.dgffs ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.dgffs li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.75;
    color: #333333;
    overflow-wrap: anywhere;
}

.dgffs ul li::marker,
.dgffs ol li::marker {
    color: #0066ff;
    font-weight: 700;
}

.dgffs a {
    color: #0066ff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.dgffs a:hover {
    color: #0052cc;
    border-color: currentColor;
}

.dgffs strong {
    color: #1a1a1a;
}

.dgffs > p:first-of-type {
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.08), rgba(255, 51, 51, 0.06));
    border: 1px solid rgba(0, 102, 255, 0.16);
    border-radius: 18px;
    color: #222222;
}

.dgffs h2:first-of-type {
    margin-top: 30px;
}

.dgffs h2 + p {
    margin-top: 0;
}

.dgffs h3 + p {
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.dgffs p:last-child,
.dgffs ul:last-child,
.dgffs ol:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dgffs {
        margin: 24px auto;
        padding: 32px 24px;
        border-radius: 20px;
    }

    .dgffs h1 {
        font-size: 34px;
    }

    .dgffs h2 {
        font-size: 24px;
        margin-top: 34px;
    }

    .dgffs h3 {
        font-size: 20px;
    }

    .dgffs p,
    .dgffs li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .dgffs {
        margin: 16px auto;
        padding: 24px 16px;
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    }

    .dgffs h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .dgffs h2 {
        font-size: 21px;
        margin-top: 28px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .dgffs h3 {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .dgffs p,
    .dgffs li {
        font-size: 15px;
        line-height: 1.7;
    }

    .dgffs ul,
    .dgffs ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .dgffs > p:first-of-type,
    .dgffs h3 + p {
        padding: 16px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .dgffs {
        padding: 20px 14px;
        border-radius: 16px;
    }

    .dgffs h1 {
        font-size: 24px;
    }

    .dgffs h2 {
        font-size: 19px;
    }

    .dgffs h3 {
        font-size: 17px;
    }

    .dgffs p,
    .dgffs li {
        font-size: 14px;
    }
}