* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

:root {
    --color-primary: #2d6e9a;
    --color-secondary: #ffaf08;
    --color-bg: #1f668d;
    --color-light: #f5f5f5;
    --color-success: #22c55e;
    --color-danger: #ef4444;
    --color-warning: #eab308;
    --font-main: 'IBM Plex Sans', sans-serif;
}

body {
    font-family: var(--font-main);
    background: var(--color-bg);
    color: var(--color-light);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.x9k2m-wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.b3r7n-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    overflow-x: hidden;
}

.d9k3m-header {
    background: var(--color-primary);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width: 100%;
    overflow-x: hidden;
}

.p6x2w-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 20px;
}

.f6p9k-burger {
    z-index: 1001;
    position: relative;
}

.m4k8n-logo-section {
    display: flex;
    align-items: center;
}

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

.v5n8k-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

.h3m7x-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-light);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.h3m7x-nav-link:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.w9p4k-icon {
    width: 20px;
    height: 20px;
}

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

.n7m2x-review-count {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.g9m4k-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-family: var(--font-main);
    font-size: 15px;
}

.g9m4k-btn-primary {
    background: var(--color-secondary);
    color: #1a1a1a;
}

.g9m4k-btn-primary:hover {
    background: #e6a007;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,175,8,0.4);
}

.g9m4k-btn-light {
    background: var(--color-light);
    color: var(--color-primary);
}

.g9m4k-btn-light:hover {
    background: #e5e5e5;
    transform: translateY(-2px);
}

.g9m4k-btn-secondary {
    background: var(--color-secondary);
    color: var(--color-light);
    border: 2px solid var(--color-light);
}

.g9m4k-btn-secondary:hover {
    background: #e5e5e5;
}

.g9m4k-btn-bonus {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #ff8800 100%);
    color: #1a1a1a;
    font-weight: 700;
}

.g9m4k-btn-full {
    width: 100%;
}

.g9m4k-btn-sm {
    padding: 8px 16px;
    font-size: 14px;
}

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

.f6p9k-burger span {
    width: 28px;
    height: 3px;
    background: var(--color-light);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.k2m7w-mobile-menu {
    display: none;
    background: var(--color-primary);
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.y4l9n-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.x8p3m-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.t5w9l-mobile-link {
    padding: 14px;
    color: var(--color-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s ease;
}

.t5w9l-mobile-link:hover {
    background: rgba(255,255,255,0.1);
}

.p7f3q-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
}

.h4n8w-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.j2v5x-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.w9m1k-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s6t4y-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(31,102,141,0.9) 0%, rgba(45,110,154,0.85) 100%);
}

.m5p9c-hero-content {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
    padding: 60px 0;
}

.q8l2d-game-card {
    background: rgba(255,255,255,0.98);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.f4h6j-game-logo {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.v1k9m-rating-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.z7x3p-stars {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.n2w8q-star-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.t5g1h-stars-display {
    color: var(--color-secondary);
    font-size: 28px;
    letter-spacing: 4px;
}

.y4m7k-rating-num {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.c9p3w-progress-container {
    width: 100%;
    height: 12px;
    background: #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}

.l6n2x-progress-bar {
    height: 100%;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.r8t4m-bonus-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border-radius: 10px;
    border: 2px dashed var(--color-secondary);
}

.d3f7n-bonus-icon {
    font-size: 28px;
}

.k1w9p-bonus-text {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.a5h2j-card-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.u7x3n-rating-breakdown {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.i2p8m-breakdown-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.o6l4w-rating-row {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.e9k2p-stars-label {
    color: var(--color-secondary);
    font-size: 18px;
    letter-spacing: 2px;
}

.q1v7n-progress-mini {
    height: 8px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.w4m8x-fill {
    height: 100%;
    background: var(--color-secondary);
    border-radius: 10px;
    transition: width 0.5s ease;
}

.t3h6l-count {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.p2k7n-game-info {
    padding: 40px 0;
}

.x5m9w-info-card {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.y7p3k-info-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.t6w2m-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--color-primary);
}

.h9f4p-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.j3k7n-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.r8p2x-provider-img {
    height: 24px;
    width: auto;
    vertical-align: middle;
}

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

.f7k3p-pros, .f7k3p-cons {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.c2n8m-pc-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.v4h9l-pc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.v4h9l-pc-list li {
    padding-left: 28px;
    position: relative;
    color: #333;
    line-height: 1.6;
}

.f7k3p-pros .v4h9l-pc-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-success);
    font-weight: 700;
    font-size: 18px;
}

.f7k3p-cons .v4h9l-pc-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: var(--color-danger);
    font-weight: 700;
    font-size: 18px;
}

.z3p6m-toc {
    padding: 30px 0;
}

.l9k4w-toc-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.t2x7n-toc-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.h5m3p-toc-link {
    padding: 12px 24px;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    color: var(--color-light);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.h5m3p-toc-link:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.w8n2k-leave-review {
    padding: 40px 0;
}

.p4m7x-bonus-banner {
    background: linear-gradient(135deg, var(--color-secondary) 0%, #ff8800 100%);
    border-radius: 16px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    box-shadow: 0 6px 25px rgba(255,175,8,0.4);
}

.q9l3n-banner-icon {
    font-size: 40px;
}

.r6k2w-banner-text {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.v3x8m-review-form-card {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.f7n4p-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

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

.m7k2w-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.t4h8n-input {
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--font-main);
    transition: all 0.3s ease;
    background: #fff;
}

.t4h8n-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(45,110,154,0.1);
}

.y6l9m-rating-input {
    display: flex;
    gap: 8px;
}

.p3x7k-star {
    font-size: 36px;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.p3x7k-star:hover, .p3x7k-star.active {
    color: var(--color-secondary);
    transform: scale(1.1);
}

.w2n7k-detailed-ratings {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.l4p9x-rating-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #333;
    border-radius: 6px;
}

.h6m3k-select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: var(--font-main);
    cursor: pointer;
}

.r9x4l-textarea {
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--font-main);
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
    background: #fff;
}

.r9x4l-textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(45,110,154,0.1);
}

.c5n9p-reviews {
    padding: 40px 0;
}

.x4w7m-reviews-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

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

.p7k3x-review-card {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.p7k3x-review-card:hover {
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.m2l9p-review-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

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

.t3w8m-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--color-primary);
}

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

.h4p7x-review-author {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.q2m8k-flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.y7k4p-review-date {
    font-size: 13px;
    color: #999;
}

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

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

.f6m2x-star {
    font-size: 24px;
    color: #ddd;
}

.f6m2x-star.active {
    color: var(--color-secondary);
}

.c9l4w-rating-num {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.k7n3p-expand-ratings {
    padding: 6px 14px;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.k7n3p-expand-ratings:hover {
    background: #245a7e;
}

.z2m9k-detailed-ratings-popup {
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.p4x7n-ratings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.w8k3l-rating-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    font-size: 14px;
}

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

.m9k4w-review-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.l3x7n-review-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.l3x7n-review-text.expandable {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.l3x7n-review-text.expandable::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, rgba(255,255,255,0.95));
}

.l3x7n-review-text.expanded {
    max-height: none;
}

.l3x7n-review-text.expanded::after {
    display: none;
}

.v6p2k-expand-btn {
    padding: 8px 16px;
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.v6p2k-expand-btn:hover {
    background: var(--color-primary);
    color: white;
}

.h7m3x-pros-cons-review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.w2k9p-pros-section, .w2k9p-cons-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.y4n7l-pc-label {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.q8m3k-pc-list-inline {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.q8m3k-pc-list-inline li {
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    color: #555;
}

.w2k9p-pros-section .q8m3k-pc-list-inline li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-success);
    font-weight: 700;
}

.w2k9p-cons-section .q8m3k-pc-list-inline li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: var(--color-danger);
    font-weight: 700;
}

.n4p9x-review-source {
    margin-top: 15px;
    padding: 12px;
    background: #fff9e6;
    border-left: 4px solid var(--color-warning);
    border-radius: 6px;
    font-size: 14px;
}

.r7k2m-source-link {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}

.r7k2m-source-link:hover {
    text-decoration: underline;
}

.x3m8k-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.p9l4w-review-actions {
    display: flex;
    gap: 15px;
}

.c6n2x-like-btn, .c6n2x-dislike-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.c6n2x-like-btn:hover {
    background: #e8f5e9;
    border-color: var(--color-success);
    color: var(--color-success);
}

.c6n2x-dislike-btn:hover {
    background: #ffebee;
    border-color: var(--color-danger);
    color: var(--color-danger);
}

.f4m7k-reply-toggle {
    padding: 10px 20px;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.f4m7k-reply-toggle:hover {
    background: #245a7e;
}

.l8p3x-reply-form {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.j7m3w-screenshots {
    padding: 40px 0;
}

.k2p8n-screenshots-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.v9l4x-screenshots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.h3n7m-screenshot {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.h3n7m-screenshot:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.p6k2w-slider-mobile {
    display: none;
}

.t8n3p-detailed-review {
    padding: 40px 0;
}

.w5m2k-review-content {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.w5m2k-review-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.3;
}

.w5m2k-review-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.w5m2k-review-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.w5m2k-review-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

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

.w5m2k-review-content li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #444;
}

.w5m2k-review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border: 2px solid #ddd;
}

.w5m2k-review-content th {
    background: var(--color-primary);
    color: white;
    padding: 14px;
    text-align: left;
    font-weight: 600;
}

.w5m2k-review-content td {
    padding: 12px 14px;
    border: 1px solid #ddd;
    color: #333;
}

.w5m2k-review-content tr:nth-child(even) {
    background: #f8f9fa;
}

.l9p4x-author {
    padding: 40px 0;
}

.n6k3w-author-card {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
    align-items: start;
}

.m2v8p-author-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--color-primary);
}

.q7l4n-author-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.r3p9m-author-name {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.t6w2x-author-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.y4m8k-author-links {
    display: flex;
    gap: 15px;
}

.h7n3p-social-link {
    padding: 10px 20px;
    background: var(--color-primary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.h7n3p-social-link:hover {
    background: #245a7e;
    transform: translateY(-2px);
}

.w7n4p-footer {
    background: var(--color-primary);
    padding: 50px 0 30px;
    margin-top: 60px;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.m3k9x-footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.p6l2w-footer-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.h9m4k-footer-logo {
    height: 50px;
    width: auto;
}

.v2x8n-footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
}

.k3m7p-footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.l9w4x-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.n2p8k-footer-link {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.n2p8k-footer-link:hover {
    color: white;
    padding-left: 5px;
}

.r4x9m-provider-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.t6k3p-provider-badge {
    width: 120px;
    height: auto;
}

.w8l2n-provider-text {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.y3n7k-trust-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.m5p2x-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

.q7m3k-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}

.x4n9p-copyright {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.z2l8w-legal {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    max-width: 800px;
}

.f2k8n-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #ff8800 100%);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.v7m3x-widget-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 18px 20px;
    text-decoration: none;
}

.p4l9k-widget-bonus {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.w6n2m-widget-cta {
    font-size: 16px;
    font-weight: 700;
    color: white;
    background: rgba(0,0,0,0.2);
    padding: 10px 24px;
    border-radius: 25px;
}

@media (max-width: 1024px) {
    .b3r7n-container {
        padding: 0 15px;
    }

    .m5p9c-hero-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 0;
    }

    .q8l2d-game-card {
        padding: 20px;
    }

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

    .v9l4x-screenshots-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .m3k9x-footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .n6k3w-author-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .m2v8p-author-photo {
        width: 120px;
        height: 120px;
    }

    .y4m8k-author-links {
        justify-content: center;
    }

    .h7m3x-pros-cons-review {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .p7f3q-main {
        gap: 25px;
        padding-bottom: 80px;
    }

    .v5n8k-nav {
        display: none;
    }

    .r8k4p-header-actions {
        gap: 8px;
    }

    .n7m2x-review-count {
        display: none;
    }

    .f6p9k-burger {
        display: flex;
    }

    .k2m7w-mobile-menu {
        display: none;
        width: 100%;
    }

    .k2m7w-mobile-menu.active {
        display: flex !important;
        flex-direction: column;
    }

    .h4n8w-hero {
        min-height: 350px;
    }

    .m5p9c-hero-content {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    .q8l2d-game-card {
        padding: 20px;
    }

    .u7x3n-rating-breakdown {
        order: -1;
    }

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

    .x5m9w-info-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .y7p3k-info-title {
        font-size: 22px;
    }

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

    .f7k3p-pros, .f7k3p-cons {
        padding: 20px;
    }

    .c2n8m-pc-title {
        font-size: 18px;
    }

    .v4h9l-pc-list li {
        padding-left: 24px;
    }

    .l9k4w-toc-title {
        font-size: 20px;
    }

    .t2x7n-toc-nav {
        gap: 10px;
    }

    .h5m3p-toc-link {
        padding: 10px 16px;
        font-size: 14px;
    }

    .p4m7x-bonus-banner {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }

    .q9l3n-banner-icon {
        font-size: 32px;
    }

    .r6k2w-banner-text {
        font-size: 16px;
    }

    .v3x8m-review-form-card {
        padding: 20px;
    }

    .f7n4p-form-title {
        font-size: 22px;
    }

    .y6l9m-rating-input {
        justify-content: center;
    }

    .p3x7k-star {
        font-size: 28px;
    }

    .w2n7k-detailed-ratings {
        grid-template-columns: 1fr;
    }

    .l4p9x-rating-detail {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .x4w7m-reviews-title {
        font-size: 24px;
    }

    .p7k3x-review-card {
        padding: 20px;
    }

    .m2l9p-review-header {
        flex-direction: column;
        gap: 12px;
    }

    .x6k4n-author-info {
        gap: 12px;
    }

    .t3w8m-review-avatar {
        width: 50px;
        height: 50px;
    }

    .h4p7x-review-author {
        font-size: 16px;
    }

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

    .r3p8k-stars-main {
        gap: 3px;
    }

    .f6m2x-star {
        font-size: 20px;
    }

    .h7m3x-pros-cons-review {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 15px;
    }

    .m9k4w-review-title {
        font-size: 18px;
    }

    .l3x7n-review-text {
        font-size: 14px;
    }

    .x3m8k-review-footer {
        flex-direction: column;
        gap: 15px;
    }

    .p9l4w-review-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .c6n2x-like-btn, .c6n2x-dislike-btn {
        justify-content: center;
    }

    .f4m7k-reply-toggle {
        width: 100%;
    }

    .k2p8n-screenshots-title {
        font-size: 24px;
    }

    .v9l4x-screenshots-grid {
        display: none;
    }

    .p6k2w-slider-mobile {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .m4x9l-slider-track {
        display: flex;
        gap: 15px;
        padding-bottom: 10px;
    }

    .m4x9l-slider-track img {
        min-width: 85%;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .w5m2k-review-content {
        padding: 20px;
    }

    .w5m2k-review-content h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .w5m2k-review-content h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .w5m2k-review-content h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .w5m2k-review-content p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .w5m2k-review-content table {
        font-size: 13px;
        margin: 20px 0;
    }

    .w5m2k-review-content th {
        padding: 10px;
    }

    .w5m2k-review-content td {
        padding: 8px 10px;
    }

    .n6k3w-author-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 20px;
    }

    .m2v8p-author-photo {
        width: 100px;
        height: 100px;
    }

    .r3p9m-author-name {
        font-size: 20px;
    }

    .t6w2x-author-bio {
        font-size: 14px;
    }

    .y4m8k-author-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .h7n3p-social-link {
        padding: 8px 16px;
        font-size: 13px;
    }

    .m3k9x-footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }

    .p6l2w-footer-section {
        gap: 12px;
    }

    .k3m7p-footer-title {
        font-size: 16px;
    }

    .v2x8n-footer-desc {
        font-size: 13px;
    }

    .n2p8k-footer-link {
        font-size: 13px;
    }

    .y3n7k-trust-logos {
        flex-wrap: wrap;
        gap: 15px;
        padding: 20px 0;
    }

    .m5p2x-trust-item {
        gap: 6px;
        font-size: 12px;
    }

    .t6k3p-provider-badge {
        width: 100px;
    }

    .v7m3x-widget-link {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .p4l9k-widget-bonus {
        font-size: 16px;
    }

    .w6n2m-widget-cta {
        font-size: 14px;
        padding: 8px 20px;
    }
}

@media (max-width: 480px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }

    html {
        width: 100%;
        overflow-x: hidden;
    }
    .b3r7n-container {
        padding: 0 12px;
        box-sizing: border-box;
        width: 100%;
        overflow-x: hidden;
    }

    .p6x2w-header-inner {
        gap: 10px;
        padding: 12px 0;
    }

    .q2w9m-logo-img {
        height: 40px;
    }

    .g9m4k-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .g9m4k-btn-sm {
        padding: 6px 12px;
        font-size: 12px;
    }

    .h4n8w-hero {
        min-height: 250px;
    }

    .m5p9c-hero-content {
        padding: 20px 0;
    }

    .q8l2d-game-card {
        padding: 15px;
        gap: 15px;
    }

    .f4h6j-game-logo {
        border-radius: 10px;
    }

    .i2p8m-breakdown-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .o6l4w-rating-row {
        grid-template-columns: 60px 1fr 80px;
        gap: 8px;
    }

    .t5g1h-stars-display {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .y4m7k-rating-num {
        font-size: 18px;
    }

    .r8t4m-bonus-info {
        padding: 12px;
        gap: 8px;
    }

    .d3f7n-bonus-icon {
        font-size: 24px;
        flex-shrink: 0;
    }

    .k1w9p-bonus-text {
        font-size: 14px;
    }

    .p2k7n-game-info {
        padding: 25px 0;
    }

    .x5m9w-info-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .y7p3k-info-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .t6w2m-info-item {
        padding: 12px;
        gap: 5px;
    }

    .h9f4p-label {
        font-size: 12px;
    }

    .j3k7n-value {
        font-size: 14px;
    }

    .r8p2x-provider-img {
        height: 20px;
    }

    .z3p6m-toc {
        padding: 20px 0;
    }

    .l9k4w-toc-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .t2x7n-toc-nav {
        gap: 8px;
    }

    .h5m3p-toc-link {
        padding: 8px 12px;
        font-size: 12px;
    }

    .w8n2k-leave-review {
        padding: 25px 0;
    }

    .p4m7x-bonus-banner {
        padding: 15px;
        gap: 10px;
    }

    .q9l3n-banner-icon {
        font-size: 28px;
    }

    .r6k2w-banner-text {
        font-size: 14px;
    }

    .v3x8m-review-form-card {
        padding: 15px;
    }

    .f7n4p-form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .m7k2w-label {
        font-size: 14px;
    }

    .t4h8n-input {
        padding: 12px 14px;
        font-size: 14px;
    }

    .r9x4l-textarea {
        padding: 12px 14px;
        font-size: 14px;
        min-height: 100px;
    }

    .p3x7k-star {
        font-size: 24px;
    }

    .w2n7k-detailed-ratings {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .h6m3k-select {
        padding: 6px 8px;
        font-size: 13px;
    }

    .c5n9p-reviews {
        padding: 25px 0;
    }

    .x4w7m-reviews-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w4n8m-reviews-container {
        gap: 15px;
    }

    .p7k3x-review-card {
        padding: 15px;
    }

    .m2l9p-review-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .x6k4n-author-info {
        gap: 10px;
    }

    .t3w8m-review-avatar {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .h4p7x-review-author {
        font-size: 15px;
    }

    .l6n3w-review-country {
        font-size: 12px;
    }

    .y7k4p-review-date {
        font-size: 12px;
    }

    .f6m2x-star {
        font-size: 18px;
    }

    .c9l4w-rating-num {
        font-size: 14px;
    }

    .k7n3p-expand-ratings {
        padding: 5px 12px;
        font-size: 12px;
    }

    .z2m9k-detailed-ratings-popup {
        margin-bottom: 15px;
        padding: 15px;
    }

    .p4x7n-ratings-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .w8k3l-rating-item {
        padding: 6px 10px;
        font-size: 12px;
    }

    .m9k4w-review-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .l3x7n-review-text {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .l3x7n-review-text.expandable {
        max-height: 80px;
    }

    .v6p2k-expand-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .h7m3x-pros-cons-review {
        padding: 12px;
        gap: 12px;
        margin-top: 15px;
    }

    .y4n7l-pc-label {
        font-size: 14px;
    }

    .q8m3k-pc-list-inline li {
        padding-left: 20px;
        font-size: 13px;
    }

    .n4p9x-review-source {
        margin-top: 12px;
        padding: 10px;
        font-size: 12px;
    }

    .x3m8k-review-footer {
        padding-top: 15px;
    }

    .c6n2x-like-btn, .c6n2x-dislike-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .f4m7k-reply-toggle {
        padding: 8px 16px;
        font-size: 13px;
    }

    .l8p3x-reply-form {
        margin-top: 15px;
        padding: 15px;
        gap: 12px;
    }

    .j7m3w-screenshots {
        padding: 25px 0;
    }

    .k2p8n-screenshots-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .m4x9l-slider-track img {
        min-width: 90%;
    }

    .t8n3p-detailed-review {
        padding: 25px 0;
    }

    .w5m2k-review-content {
        padding: 15px;
    }

    .w5m2k-review-content h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .w5m2k-review-content h2 {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .w5m2k-review-content h3 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .w5m2k-review-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .w5m2k-review-content ul, .w5m2k-review-content ol {
        margin: 15px 0;
        padding-left: 20px;
    }

    .w5m2k-review-content li {
        margin-bottom: 8px;
    }

    .w5m2k-review-content table {
        font-size: 12px;
        margin: 15px 0;
        width: 100%;
        overflow-x: auto;
        display: block;
    }

    .w5m2k-review-content th {
        padding: 8px;
    }

    .w5m2k-review-content td {
        padding: 6px 8px;
    }

    .l9p4x-author {
        padding: 25px 0;
    }

    .n6k3w-author-card {
        padding: 15px;
    }

    .m2v8p-author-photo {
        width: 80px;
        height: 80px;
    }

    .r3p9m-author-name {
        font-size: 18px;
    }

    .t6w2x-author-bio {
        font-size: 13px;
    }

    .y4m8k-author-links {
        gap: 10px;
    }

    .h7n3p-social-link {
        padding: 6px 12px;
        font-size: 12px;
    }

    .w7n4p-footer {
        padding: 35px 0 20px;
        margin-top: 40px;
    }

    .m3k9x-footer-content {
        gap: 20px;
        margin-bottom: 25px;
    }

    .h9m4k-footer-logo {
        height: 40px;
    }

    .v2x8n-footer-desc {
        font-size: 12px;
    }

    .k3m7p-footer-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .l9w4x-footer-nav {
        gap: 8px;
    }

    .n2p8k-footer-link {
        font-size: 12px;
    }

    .y3n7k-trust-logos {
        gap: 10px;
        padding: 15px 0;
    }

    .m5p2x-trust-item {
        gap: 5px;
        font-size: 11px;
    }

    .t6k3p-provider-badge {
        width: 80px;
    }

    .w8l2n-provider-text {
        font-size: 12px;
    }

    .q7m3k-footer-bottom {
        gap: 8px;
        padding-top: 20px;
    }

    .x4n9p-copyright {
        font-size: 12px;
    }

    .z2l8w-legal {
        font-size: 11px;
    }

    .f2k8n-widget {
        bottom: 0;
    }

    .v7m3x-widget-link {
        padding: 12px 15px;
        gap: 8px;
    }

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

    .w6n2m-widget-cta {
        font-size: 12px;
        padding: 6px 16px;
    }
}

.v9z3k-unused {
    display: none;
}

.h2m8p-extra {
    visibility: hidden;
}

.t6l4w-buffer {
    opacity: 0;
}

.m5p9c-hero-content {
    grid-template-areas:
    "card rating"
    "card proscons";
}


.q8l2d-game-card {
    grid-area: card;
}


.u7x3n-rating-breakdown {
    grid-area: rating;
}

.m1w5x-pros-cons {
    grid-area: proscons;

    margin-top: 20px;
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.f7k3p-pros, .f7k3p-cons {
    height: 100%;
}


@media (max-width: 1024px) {
    .m5p9c-hero-content {
        grid-template-areas:
      "card"
      "rating"
      "proscons";
        grid-template-columns: 1fr;
    }

    .m1w5x-pros-cons {
        grid-template-columns: 1fr;
        margin-top: 15px;
    }
}

