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

:root {
    --primary-color: #00d4aa;
    --secondary-color: #1a1f36;
    --accent-color: #ff6b6b;
    --bg-color: #0f1419;
    --card-bg: #1a1f36;
    --text-color: #e8eaed;
    --text-muted: #9aa0a6;
    --border-color: #2d3748;
    --success-color: #4caf50;
    --warning-color: #ff9800;
    --error-color: #f44336;
}

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

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

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

.b9mx7k-header {
    background: var(--secondary-color);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

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

.d8vq9t-header-left {
    display: flex;
    align-items: center;
}

.e3kx7m-logo img {
    display: block;
    max-height: 60px;
    width: auto;
}

.f9np4k-nav {
    display: flex;
    justify-content: center;
}

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

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

.i4kp9n-menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.i4kp9n-menu-link:hover {
    color: var(--primary-color);
}

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

.k5nx8m-header-buttons {
    display: flex;
    gap: 12px;
}

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

.l2vq7k-btn-login {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.l2vq7k-btn-login:hover {
    background: var(--primary-color);
    color: #fff;
}

.m9kp4t-btn-register {
    background: var(--primary-color);
    color: #fff;
}

.m9kp4t-btn-register:hover {
    background: #00c099;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 212, 170, 0.4);
}

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

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

.p7jq2r-main {
    flex: 1;
}

.n8kl3s-hero {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
}

.v5nm9t-hero-banner {
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.15) 0%, rgba(26, 31, 54, 0.95) 100%), url('/hero-coinpoker.png') center/cover;
    padding: 120px 0 80px;
    position: relative;
}

.v5nm9t-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 20, 25, 0.6);
    z-index: 1;
}

.q4jx8f-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.r6ty3m-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #00d4aa 0%, #00ffc8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s9vb2k-hero-subtitle {
    font-size: 20px;
    color: #c7ccd1;
    margin-bottom: 40px;
    line-height: 1.5;
}

.t3mq7n-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.h8xp4r-btn-primary {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
}

.h8xp4r-btn-primary:hover {
    background: #00c099;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 170, 0.4);
}

.j2lk9s-btn-secondary {
    background: transparent;
    color: var(--text-color);
    border: 2px solid var(--text-color);
    padding: 12px 32px;
    font-size: 16px;
}

.j2lk9s-btn-secondary:hover {
    background: var(--text-color);
    color: var(--bg-color);
}

.u6wy5k-ratings-section {
    padding: 60px 0;
}

.a3bp8n-ratings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.b7mq4t-rating-card,
.n2pk7v-distribution-card,
.u5jx8m-proscons-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.u5jx8m-proscons-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.c5nx9r-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--primary-color);
}

.d8kp2m-overall-rating {
    text-align: center;
    margin-bottom: 32px;
}

.e4vt7x-rating-number {
    font-size: 72px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 12px;
}

.f9js3k-stars {
    font-size: 32px;
    color: #ffd700;
    margin-bottom: 12px;
}

.star-filled {
    color: #ffd700;
}

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

.g2lm8v-rating-text {
    color: var(--text-muted);
    font-size: 14px;
}

.h6wq3n-rating-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.i9xk7p-rating-item {
    display: grid;
    grid-template-columns: 150px 1fr 60px;
    align-items: center;
    gap: 16px;
}

.j4mt2r-param-name {
    font-size: 14px;
    color: var(--text-color);
}

.k7np5s-progress-bar {
    height: 8px;
    background: #2d3748;
    border-radius: 4px;
    overflow: hidden;
}

.l3bq8t-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #00ffc8);
    border-radius: 4px;
    transition: width 0.6s ease;
}

.m9vx4k-param-value {
    font-weight: 600;
    color: var(--primary-color);
    text-align: right;
}

.o8lq4m-rating-bars {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.p3nx7k-rating-bar-item {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    gap: 12px;
}

.q9vt2m-stars-label {
    color: #ffd700;
    font-size: 14px;
}

.r4kp8n-bar-container {
    height: 24px;
    background: #2d3748;
    border-radius: 12px;
    overflow: hidden;
}

.s7mq3t-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #00ffc8);
    border-radius: 12px;
    transition: width 0.6s ease;
}

.t2nx9v-count {
    text-align: right;
    font-weight: 600;
    color: var(--text-muted);
}

.w4lp7t-section-title,
.z3kt8n-section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.w4lp7t-section-title {
    color: var(--success-color);
}

.z3kt8n-section-title {
    color: var(--accent-color);
}

.x2nv9k-list,
.a6px2m-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x2nv9k-list li {
    padding-left: 24px;
    position: relative;
    color: var(--text-color);
    line-height: 1.5;
}

.x2nv9k-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: 700;
}

.a6px2m-list li {
    padding-left: 24px;
    position: relative;
    color: var(--text-color);
    line-height: 1.5;
}

.a6px2m-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: 700;
}

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

.c4mx7n-bonus-tile {
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, rgba(26, 31, 54, 0.8) 100%);
    border: 2px solid var(--border-color);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.c4mx7n-bonus-tile:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color);
    box-shadow: 0 8px 24px rgba(0, 212, 170, 0.3);
}

.d9kp3t-bonus-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

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

.f2nq7k-bonus-desc {
    color: var(--text-muted);
    margin-bottom: 20px;
    font-size: 14px;
}

.g8vt4m-btn-bonus {
    background: var(--accent-color);
    color: #fff;
    width: 100%;
}

.g8vt4m-btn-bonus:hover {
    background: #ff5252;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.h3jq9n-review-form-section {
    padding: 60px 0;
    background: rgba(26, 31, 54, 0.5);
}

.i7kx4m-review-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, #00ffc8 100%);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.j2lp8t-banner-content {
    max-width: 700px;
    margin: 0 auto;
}

.k9vq3n-banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

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

.m8nq2t-btn-claim {
    background: #fff;
    color: var(--primary-color);
    padding: 14px 32px;
    font-size: 16px;
}

.m8nq2t-btn-claim:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.n5kp9m-form-container {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.o2lx7t-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
    color: var(--primary-color);
}

.p8vq4n-review-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.q3mx9k-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.r7np2t-form-group,
.u6vt7k-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s4kx8m-label {
    font-weight: 600;
    color: var(--text-color);
    font-size: 14px;
}

.t9lq3n-input,
.b3mq7n-textarea {
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid var(--border-color);
    background: #0f1419;
    color: var(--text-color);
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.t9lq3n-input:focus,
.b3mq7n-textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

.v2mx9n-ratings-section {
    background: rgba(0, 212, 170, 0.05);
    border-radius: 12px;
    padding: 24px;
}

.w8kq4t-ratings-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-color);
}

.x5lp7m-ratings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.y9nx3k-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.z4vq8t-param {
    font-size: 14px;
    color: var(--text-color);
    white-space: nowrap;
}

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

.star-input {
    font-size: 24px;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.2s ease;
}

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

.c8vx4k-btn-submit {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    margin-top: 16px;
}

.c8vx4k-btn-submit:hover {
    background: #00c099;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 170, 0.4);
}

.d5kp9m-success-message {
    text-align: center;
    padding: 40px;
}

.e2lx7t-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--success-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 24px;
}

.f9nq4k-success-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--success-color);
}

.g4mx8t-success-text {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.6;
}

.h7vq3n-reviews-section {
    padding: 60px 0;
}

.i4kx9m-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--text-color);
}

.c5vq9k-reviews-container {
    display: grid;
    gap: 24px;
}

.d2mx7t-review-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.d2mx7t-review-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.e9kp4n-review-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    margin-bottom: 20px;
    align-items: start;
}

.f6lx8m-author-info {
    display: flex;
    gap: 16px;
}

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

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

.i6kx9n-author-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.j3lp8t-country {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--text-muted);
}

.j3lp8t-country img {
    width: 20px;
    height: auto;
}

.k9mx4n-date {
    font-size: 13px;
    color: var(--text-muted);
}

.l6vq7k-rating-container {
    text-align: right;
}

.m3kp9t-rating {
    margin-bottom: 8px;
}

.n9lx4m-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.o6nx8k-rating-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.p3vq7t-stars {
    font-size: 20px;
    color: #ffd700;
}

.q9kx4m-star {
    color: #4a5568;
}

.r6lp9n-details-btn {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.r6lp9n-details-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.s3mx7k-details-panel {
    margin-top: 12px;
    padding: 16px;
    background: rgba(0, 212, 170, 0.05);
    border-radius: 8px;
    display: grid;
    gap: 8px;
}

.t9vq4t-detail-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--text-muted);
}

.u6kp8m-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-color);
}

.v3lx9n-source {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.w9nq4t-source-label {
    font-weight: 500;
}

.x6vt7k-source-link {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.x6vt7k-source-link:hover {
    color: #00ffc8;
    text-decoration: underline;
}

.y3kx9m-body {
    margin-bottom: 20px;
}

.z9lp4n-text {
    color: var(--text-color);
    line-height: 1.7;
    font-size: 15px;
}

.z9lp4n-text.text-truncated {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.z9lp4n-text.text-truncated::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--card-bg);
    padding-left: 20px;
}

.z9lp4n-text.expanded {
    max-height: none;
}

.z9lp4n-text.expanded::after {
    display: none;
}

.a6mx8t-expand-btn {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.a6mx8t-expand-btn:hover {
    color: #00ffc8;
    text-decoration: underline;
}

.b3vq7k-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.c9kp4m-pros,
.g6kp8m-cons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.d6lx9n-proscons-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.e3nq7t-list,
.h3mx7n-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.f9vx4k-pro-item {
    color: var(--success-color);
    font-size: 14px;
    line-height: 1.5;
}

.i9lq4t-con-item {
    color: var(--accent-color);
    font-size: 14px;
    line-height: 1.5;
}

.j6vt9k-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

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

.l9np4n-vote-btn {
    background: rgba(0, 212, 170, 0.1);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.l9np4n-vote-btn:hover {
    background: rgba(0, 212, 170, 0.2);
    border-color: var(--primary-color);
}

.m6lx8t-reply-btn {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.m6lx8t-reply-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.n3vq9k-reply-form {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.o9kp4m-reply-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid var(--border-color);
    background: #0f1419;
    color: var(--text-color);
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 12px;
}

.o9kp4m-reply-textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

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

.q3mx9t-btn-send {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
}

.q3mx9t-btn-send:hover {
    background: #00c099;
}

.r9nq4k-btn-cancel {
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 8px 20px;
}

.r9nq4k-btn-cancel:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.j9lp4t-screenshots-section {
    padding: 60px 0;
    background: rgba(26, 31, 54, 0.3);
}

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

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

.l3nq9k-screenshot-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

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

.m8vt4k-content-section {
    padding: 60px 0;
}

.n5kp7m-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.o2lx9t-author-info {
    display: flex;
    gap: 20px;
    background: var(--card-bg);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 40px;
}

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

.q4nx7k-author-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.r8vt3m-author-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}

.s5kx9n-author-bio {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.t2lp8k-author-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.t2lp8k-author-link:hover {
    color: #00ffc8;
    text-decoration: underline;
}

.u9mx4t-article-content {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 40px;
    line-height: 1.7;
}

.u9mx4t-article-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--primary-color);
}

.u9mx4t-article-content h2:first-child {
    margin-top: 0;
}

.u9mx4t-article-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--text-color);
}

.u9mx4t-article-content p {
    margin-bottom: 16px;
    color: var(--text-color);
    font-size: 16px;
}

.u9mx4t-article-content ul,
.u9mx4t-article-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
    color: var(--text-color);
}

.u9mx4t-article-content ul li,
.u9mx4t-article-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.u9mx4t-article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.u9mx4t-article-content thead {
    background: var(--primary-color);
}

.u9mx4t-article-content th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    border: 1px solid var(--border-color);
}

.u9mx4t-article-content td {
    padding: 16px;
    text-align: left;
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.u9mx4t-article-content tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}

.u9mx4t-article-content strong {
    font-weight: 600;
    color: var(--primary-color);
}

.p8mx4k-footer {
    background: var(--secondary-color);
    padding: 60px 0 20px;
    margin-top: 60px;
}

.q5lp9n-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.r2vq7t-footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.s9kx4m-footer-logo img {
    max-height: 40px;
    width: auto;
}

.t6np8k-footer-desc {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.u3lx9m-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

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

.v9kp4t-footer-menu a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.v9kp4t-footer-menu a:hover {
    color: var(--primary-color);
}

.w6mx7k-footer-contact {
    color: var(--text-muted);
    font-size: 14px;
}

.x3lp9t-footer-trust {
    padding: 24px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 24px;
}

.y9vq4m-trust-logos {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.y9vq4m-trust-logos img {
    height: 40px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

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

.z6kx8n-footer-bottom {
    text-align: center;
}

.a3np4t-copyright {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
}

.b9lx7m-legal-info {
    margin-top: 8px;
    font-size: 12px;
}

.v6kq9n-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #00ffc8 100%);
    padding: 16px 0;
    z-index: 999;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

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

.x9np4t-widget-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.y4vq8k-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.z7mx3n-widget-bonus {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
}

.a5kp9m-widget-btn {
    background: #fff;
    color: var(--primary-color);
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.a5kp9m-widget-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.wp-block-button {
    display: none;
}

.elementor-widget-container {
    display: none;
}

@media (max-width: 992px) {
    .c5lp4n-header-inner {
        grid-template-columns: auto 1fr;
    }

    .f9np4k-nav {
        position: fixed;
        top: 72px;
        left: -100%;
        width: 280px;
        height: calc(100vh - 72px);
        background: var(--secondary-color);
        padding: 24px;
        transition: left 0.3s ease;
        box-shadow: 4px 0 16px rgba(0, 0, 0, 0.3);
    }

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

    .g2lx8t-menu {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .h7vq3m-menu-item {
        border-bottom: 1px solid var(--border-color);
    }

    .i4kp9n-menu-link {
        padding: 16px 0;
        display: flex;
    }

    .n6lx9m-burger {
        display: flex;
    }

    .n6lx9m-burger.active .o3vq8k-burger-line:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

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

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

    .r6ty3m-hero-title {
        font-size: 36px;
    }

    .s9vb2k-hero-subtitle {
        font-size: 18px;
    }

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

    .u5jx8m-proscons-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .q5lp9n-footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .k6mx7n-screenshots-container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        display: flex;
        gap: 16px;
        padding-bottom: 16px;
    }

    .l3nq9k-screenshot-item {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

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

    .p9mq4n-author-avatar {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .k5nx8m-header-buttons .l2vq7k-btn-login {
        display: none;
    }

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

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

    .e9kp4n-review-header {
        grid-template-columns: 1fr;
    }

    .l6vq7k-rating-container {
        text-align: left;
    }

    .n9lx4m-rating-display {
        justify-content: flex-start;
    }

    .b3vq7k-proscons {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .j6vt9k-actions {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .w3lx7m-widget-content {
        flex-direction: column;
        text-align: center;
    }

    .a5kp9m-widget-btn {
        width: 100%;
    }

    .i4kx9m-section-title {
        font-size: 28px;
    }

    .r6ty3m-hero-title {
        font-size: 28px;
    }

    .s9vb2k-hero-subtitle {
        font-size: 16px;
    }

    .q5lp9n-footer-top {
        grid-template-columns: 1fr;
    }

    .i9xk7p-rating-item {
        grid-template-columns: 120px 1fr 50px;
        gap: 12px;
    }

    .j4mt2r-param-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .v5nm9t-hero-banner {
        padding: 80px 0 60px;
    }

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

    .s9vb2k-hero-subtitle {
        font-size: 15px;
    }

    .t3mq7n-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .h8xp4r-btn-primary,
    .j2lk9s-btn-secondary {
        width: 100%;
    }

    .b8vq5k-bonuses-grid {
        grid-template-columns: 1fr;
    }

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

    .e4vt7x-rating-number {
        font-size: 56px;
    }

    .u9mx4t-article-content {
        padding: 24px 20px;
    }

    .u9mx4t-article-content h2 {
        font-size: 22px;
    }

    .u9mx4t-article-content h3 {
        font-size: 18px;
    }
}

.wsold {
    max-width: 940px;
    margin: 40px auto;
    padding: 40px;
    background: linear-gradient(180deg, rgba(26, 31, 54, 0.96) 0%, rgba(15, 20, 25, 0.96) 100%);
    border: 1px solid #2d3748;
    border-radius: 24px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
    color: #e8eaed;
}

.wsold h1,
.wsold h2,
.wsold h3 {
    color: #ffffff;
    line-height: 1.25;
    font-weight: 800;
}

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

.wsold h2 {
    margin: 38px 0 16px;
    padding-bottom: 10px;
    font-size: 28px;
    border-bottom: 1px solid #2d3748;
}

.wsold h3 {
    margin: 30px 0 14px;
    font-size: 22px;
}

.wsold p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #d7dde6;
}

.wsold a {
    color: #00d4aa;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease, opacity 0.2s ease;
    word-break: break-word;
}

.wsold a:hover {
    color: #2ef0c8;
}

.wsold h1 + p {
    padding: 18px 20px;
    margin-bottom: 22px;
    background: rgba(0, 212, 170, 0.08);
    border: 1px solid rgba(0, 212, 170, 0.22);
    border-radius: 16px;
    color: #eefcf8;
}

.wsold h2 + p,
.wsold h3 + p {
    margin-top: 0;
}

.wsold p + p {
    margin-top: -4px;
}

.wsold ul,
.wsold ol {
    margin: 18px 0 24px;
    padding-left: 0;
    display: grid;
    gap: 12px;
}

.wsold ul {
    list-style: none;
}

.wsold ol {
    list-style: none;
    counter-reset: wsold-counter;
}

.wsold ul li,
.wsold ol li {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #2d3748;
    border-radius: 14px;
    color: #d7dde6;
    line-height: 1.65;
}

.wsold ul li {
    padding: 14px 16px 14px 44px;
}

.wsold ol li {
    padding: 14px 16px 14px 56px;
    counter-increment: wsold-counter;
}

.wsold ul li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4aa 0%, #ff6b6b 100%);
    box-shadow: 0 0 0 4px rgba(0, 212, 170, 0.12);
}

.wsold ol li::before {
    content: counter(wsold-counter);
    position: absolute;
    top: 12px;
    left: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4aa 0%, #ff6b6b 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsold strong,
.wsold b {
    color: #ffffff;
    font-weight: 700;
}

.wsold em,
.wsold i {
    color: #00d4aa;
}

.wsold blockquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid #00d4aa;
    background: rgba(0, 212, 170, 0.07);
    border-radius: 0 12px 12px 0;
    color: #c6d6d3;
}

.wsold hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid #2d3748;
}

.wsold img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 16px;
}

.wsold table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    display: block;
    overflow-x: auto;
    border: 1px solid #2d3748;
    border-radius: 16px;
    background: transparent;
}

.wsold thead,
.wsold tbody,
.wsold tr {
    width: 100%;
}

.wsold th,
.wsold td {
    min-width: 160px;
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #2d3748;
    font-size: 15px;
}

.wsold th {
    background: #1a1f36;
    color: #ffffff;
    font-weight: 800;
}

.wsold td {
    background: rgba(255, 255, 255, 0.02);
    color: #d7dde6;
}

.wsold tr:last-child td {
    border-bottom: 0;
}

.wsold > :first-child {
    margin-top: 0;
}

.wsold > :last-child {
    margin-bottom: 0;
}

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

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

    .wsold h2 {
        font-size: 24px;
        margin-top: 32px;
    }

    .wsold h3 {
        font-size: 20px;
        margin-top: 26px;
    }

    .wsold p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wsold {
        margin: 20px auto;
        padding: 24px 16px;
        border-radius: 18px;
    }

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

    .wsold h2 {
        margin: 28px 0 14px;
        padding-bottom: 8px;
        font-size: 22px;
    }

    .wsold h3 {
        margin: 22px 0 12px;
        font-size: 18px;
    }

    .wsold p {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.75;
    }

    .wsold h1 + p {
        padding: 16px;
        border-radius: 14px;
    }

    .wsold ul,
    .wsold ol {
        gap: 10px;
        margin: 16px 0 20px;
    }

    .wsold ul li {
        padding: 12px 14px 12px 38px;
        font-size: 15px;
    }

    .wsold ol li {
        padding: 12px 14px 12px 48px;
        font-size: 15px;
    }

    .wsold ul li::before {
        top: 18px;
        left: 15px;
        width: 8px;
        height: 8px;
    }

    .wsold ol li::before {
        top: 11px;
        left: 12px;
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .wsold th,
    .wsold td {
        min-width: 140px;
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .wsold {
        margin: 16px auto;
        padding: 20px 14px;
        border-radius: 16px;
    }

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

    .wsold h2 {
        font-size: 20px;
    }

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

    .wsold p {
        font-size: 14px;
    }

    .wsold ul li,
    .wsold ol li {
        font-size: 14px;
    }

    .wsold ul li {
        padding: 12px 12px 12px 34px;
    }

    .wsold ol li {
        padding: 12px 12px 12px 44px;
    }
}

.b9mx7k-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(26, 31, 54, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

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

.c5lp4n-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
}

.d8vq9t-header-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.e3kx7m-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    min-height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.e3kx7m-logo:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 170, 0.28);
}

.e3kx7m-logo img {
    display: block;
    width: auto;
    height: 34px;
}

.f9np4k-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.g2lx8t-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.h7vq3m-menu-item {
    display: flex;
    align-items: center;
}

.i4kp9n-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border-radius: 12px;
    color: #e8eaed;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.i4kp9n-menu-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #00d4aa;
    transform: translateY(-1px);
}

.i4kp9n-menu-link:focus-visible {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #00d4aa;
    box-shadow: 0 0 0 2px rgba(0, 212, 170, 0.25);
}

.j9mx7t-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.k5nx8m-header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.k5nx8m-header-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.k5nx8m-header-buttons .btn:hover {
    transform: translateY(-1px);
}

.l2vq7k-btn-login {
    background: transparent;
    color: #00d4aa;
    border: 1.5px solid #00d4aa;
}

.l2vq7k-btn-login:hover {
    background: #00d4aa;
    color: #0f1419;
    box-shadow: 0 8px 20px rgba(0, 212, 170, 0.22);
}

.m9kp4t-btn-register {
    background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 8px 20px rgba(0, 212, 170, 0.22);
}

.m9kp4t-btn-register:hover {
    background: linear-gradient(135deg, #00c39c 0%, #00a884 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 212, 170, 0.28);
}

.n6lx9m-burger {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.n6lx9m-burger:hover {
    background: rgba(0, 212, 170, 0.1);
    border-color: rgba(0, 212, 170, 0.28);
    transform: translateY(-1px);
}

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

.n6lx9m-burger.active .o3vq8k-burger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

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

.n6lx9m-burger.active .o3vq8k-burger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1100px) {
    .c5lp4n-header-inner {
        gap: 16px;
    }

    .g2lx8t-menu {
        gap: 4px;
    }

    .i4kp9n-menu-link {
        padding: 10px 12px;
        font-size: 13px;
    }

    .k5nx8m-header-buttons .btn {
        padding: 0 16px;
    }
}

@media (max-width: 992px) {
    .c5lp4n-header-inner {
        min-height: 72px;
    }

    .f9np4k-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        right: 20px;
        display: none;
        justify-content: flex-start;
        flex: unset;
        min-width: unset;
        padding: 12px;
        background: #1a1f36;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    }

    .f9np4k-nav.active {
        display: flex;
    }

    .g2lx8t-menu {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .h7vq3m-menu-item {
        width: 100%;
    }

    .i4kp9n-menu-link {
        width: 100%;
        justify-content: flex-start;
        padding: 14px;
        border-radius: 12px;
    }

    .n6lx9m-burger {
        display: inline-flex;
    }
}

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

    .c5lp4n-header-inner {
        gap: 12px;
        min-height: 68px;
    }

    .e3kx7m-logo {
        padding: 6px 10px;
        min-height: 42px;
        border-radius: 12px;
    }

    .e3kx7m-logo img {
        height: 30px;
    }

    .k5nx8m-header-buttons {
        gap: 8px;
    }

    .k5nx8m-header-buttons .btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
        border-radius: 10px;
    }

    .f9np4k-nav {
        left: 16px;
        right: 16px;
    }

    .n6lx9m-burger {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
}

@media (max-width: 560px) {
  

    .k5nx8m-header-buttons .btn {
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    .e3kx7m-logo img {
        height: 28px;
    }
}

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

    .c5lp4n-header-inner {
        min-height: 64px;
        gap: 10px;
    }

    .f9np4k-nav {
        left: 12px;
        right: 12px;
    }

    .k5nx8m-header-buttons .btn {
        padding: 0 10px;
        font-size: 11px;
    }
}