:root {
    --color-chrome-silver: #E2E8F0;
    --color-liquid-platinum: #F8FAFC;
    --color-dark-titanium: #0F172A;
    --color-gunmetal: #1E293B;
    --color-steel-slate: #334155;
    --color-deep-obsidian: #0B0F17;
    --color-cyber-cyan: #00F0FF;
    --color-mercury-violet: #A855F7;
    --color-esports-gold: #F59E0B;
    --color-hyper-blue: #38BDF8;
    --bg-main: #080B11;
    --bg-subtle: #0D131F;
    --bg-card: rgba(20, 28, 45, 0.75);
    --bg-card-hover: rgba(30, 41, 59, 0.85);
    --border-subtle: rgba(255, 255, 255, 0.08);
    --border-chrome: rgba(226, 232, 240, 0.25);
    --border-highlight: rgba(0, 240, 255, 0.4);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--bg-main);
    color: var(--color-liquid-platinum);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Prevent horizontal scroll on mobile from any overflowing element */
img, video, canvas, svg, iframe {
    max-width: 100%;
    height: auto;
}

/* Decorative glow/background circles must not force horizontal scroll */
[class*="glow-bg"], [class*="-glow"], .target-audience-glow-bg {
    overflow: hidden;
}

.font-display {
    font-family: 'Rajdhani', sans-serif;
}

.font-heading {
    font-family: 'Syne', sans-serif;
}

.font-body {
    font-family: 'Inter', sans-serif;
}

.text-muted {
    color: #94A3B8 !important;
}

.liquid-metal-card {
    background: rgba(13, 19, 31, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

.liquid-metal-card:hover {
    border-color: rgba(0, 240, 255, 0.4);
}

.titanium-panel {
    background: linear-gradient(145deg, #161F30 0%, #0B0F17 100%);
    border: 1px solid rgba(226, 232, 240, 0.15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.6);
}

/* ===== header ===== */
.plyndaraxer-header {
    font-family: 'Rajdhani', sans-serif;
    background-color: #080B11;
}

.plyndaraxer-header img {
    max-width: 44px;
    max-height: 44px;
}

/* ===== willkommen_bei_plyndaraxer ===== */
.plyndaraxer-hero {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.plyndaraxer-hero .plyndaraxer-glass-card::before {
    content: '';
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/* ===== top_spielebewertungen ===== */
.ratings-grid-section .ratings-card {
    min-height: 100%;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.ratings-grid-section .ratings-card:hover {
    transform: translateY(-4px);
}

.ratings-grid-section .js-filter-btn.active-filter {
    background-color: rgba(6, 182, 212, 0.2);
    color: #67e8f9;
    border-color: rgba(34, 211, 238, 0.5);
}

/* ===== was_wir_von_ihnen_brauchen ===== */
.requirements-block .requirements-card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.12);
}

.requirements-block .requirements-card:hover {
    border-color: rgba(0, 240, 255, 0.45);
    box-shadow: 0 8px 30px rgba(0, 240, 255, 0.12), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.requirements-block .requirements-btn-primary {
    box-shadow: 0 4px 14px rgba(0, 240, 255, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.requirements-block .requirements-btn-primary:hover {
    box-shadow: 0 6px 20px rgba(0, 240, 255, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.requirements-block .requirements-btn-primary:active {
    transform: scale(0.98);
}

/* ===== unsere_arbeitsregionen ===== */
.arbeitsregionen-section .region-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent)
}

.arbeitsregionen-section .js-region-tab.active-tab {
    background-color: #1E293B;
    color: #F8FAFC;
    border-color: rgba(0, 240, 255, 0.6);
    box-shadow: 0 0 16px rgba(0, 240, 255, 0.25)
}

/* ===== schnelle_anfrage ===== */
.quick-request-section h2,
.quick-request-section h3 {
    hyphens: auto;
}

/* ===== fur_wen_es_passt_und_fur_wen_nicht ===== */
.target-audience-section {
    position: relative;
}

.target-audience-section .audience-card-match {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.target-audience-section .audience-card-match:hover {
    border-color: rgba(0, 240, 255, 0.6);
    box-shadow: 0 10px 40px -5px rgba(0, 240, 255, 0.2);
}

.target-audience-section .audience-card-mismatch {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.target-audience-section .audience-card-mismatch:hover {
    border-color: rgba(244, 63, 94, 0.4);
    box-shadow: 0 10px 40px -5px rgba(244, 63, 94, 0.15);
}

/* ===== hauptvorteile ===== */
.key-benefits-section .benefit-card {
    min-height: 100%;
}

.key-benefits-section .benefit-card:hover {
    transform: translateY(-2px);
}

/* ===== aktuelle_tutorials_und_guides ===== */
.tutorials-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tutorials-section h2,
.tutorials-section h3 {
    font-family: 'Rajdhani', sans-serif;
}

.tutorials-section .active-filter {
    background: rgba(8, 145, 178, 0.25);
    border-color: #22d3ee;
    color: #67e8f9;
}

.tutorials-section .js-tutorial-card.is-hidden {
    display: none;
}

/* ===== bereit_fur_das_nachste_level ===== */
.block-pre-footer-cta .liquid-metal-panel {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.block-pre-footer-cta .cta-action-btn:hover {
    background-image: linear-gradient(to right, #ffffff, #67e8f9, #ffffff);
    box-shadow: 0 6px 20px rgba(0, 240, 255, 0.5);
}

.block-pre-footer-cta .cta-action-btn:active {
    transform: scale(0.98);
}

/* ===== footer ===== */
.site-footer-liquid {
    background-color: #080B11;
}

.site-footer-liquid a {
    transition: color 0.2s ease-in-out;
}

.site-footer-liquid .footer-nav-link:hover {
    color: #00F0FF;
}

.plyndaraxer-header {
    font-family: 'Rajdhani', sans-serif;
    background-color: #080B11;
}

.plyndaraxer-header img {
    max-width: 44px;
    max-height: 44px;
}

.tournaments-hero-section h1 {
    font-family: 'Syne', sans-serif;
}

.tournaments-listing-block {
    background-color: #0B0F17;
}

.tournaments-listing-block .js-tournament-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.tournaments-listing-block .js-tournament-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 240, 255, 0.15), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.site-footer-liquid {
    background-color: #080B11;
}

.site-footer-liquid a {
    transition: color 0.2s ease-in-out;
}

.site-footer-liquid .footer-nav-link:hover {
    color: #00F0FF;
}


/* ===== PAGE: unified policy styles (privacy, terms, disclaimer, cookies, impressum) ===== */
.policy-content {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
    color: #94A3B8;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
@media (min-width: 768px) {
    .policy-content { font-size: 1rem; padding: 2.5rem 2rem 4rem; }
}
/* Wrapper pass-through (disclaimer uses this, now parent handles centering) */
.policy-content .policy-content__wrapper { max-width: none; margin: 0; padding: 0; }
/* Header block (disclaimer) */
.policy-content .policy-content__header { padding-bottom: 2rem; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.policy-content .policy-content__badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0.85rem; border-radius: 9999px; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #00F0FF; background: rgba(15, 23, 42, 0.9); border: 1px solid rgba(0, 240, 255, 0.3); margin-bottom: 1rem; }
.policy-content .policy-content__title { font-family: 'Syne', sans-serif; font-size: 1.125rem; font-weight: 700; color: #F8FAFC; line-height: 1.3; margin: 0 0 0.75rem 0; hyphens: auto; }
@media (min-width: 768px) { .policy-content .policy-content__title { font-size: 2rem; } }
.policy-content .policy-content__date { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.875rem; color: #64748B; margin: 0; }
/* Section cards (disclaimer) */
.policy-content .policy-content__section { margin-bottom: 2.25rem; background: rgba(20, 28, 45, 0.4); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 0.875rem; padding: 1.5rem; }
@media (min-width: 768px) { .policy-content .policy-content__section { padding: 2rem; } }
.policy-content .policy-content__section h3 { font-family: 'Rajdhani', sans-serif; font-size: 0.875rem; font-weight: 700; color: #E2E8F0; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem 0; padding-left: 0; line-height: 1.3; }
@media (min-width: 768px) { .policy-content .policy-content__section h3 { font-size: 1.375rem; } }
.policy-content .policy-content__section p { font-size: 0.9375rem; color: #94A3B8; margin: 0 0 1rem 0; }
.policy-content .policy-content__section p:last-child { margin-bottom: 0; }
.policy-content .policy-content__section ul { list-style-type: disc; padding-left: 1.5rem; margin: 0 0 1rem 0; display: flex; flex-direction: column; gap: 0.5rem; }
.policy-content .policy-content__section ul:last-child { margin-bottom: 0; }
.policy-content .policy-content__section ul li { color: #94A3B8; }
.policy-content .policy-content__section ul li strong { color: #F8FAFC; }
.policy-content .policy-content__contact-list { list-style-type: none; padding-left: 0; margin: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.policy-content .policy-content__contact-list li { color: #94A3B8; display: flex; align-items: flex-start; gap: 0.5rem; }
.policy-content .policy-content__contact-list li i { color: #00F0FF; margin-top: 0.15rem; }
.policy-content .policy-content__contact-list li strong { color: #F8FAFC; }
/* Meta bar (privacy) */
.policy-content .policy-meta-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.875rem 1.25rem; margin-bottom: 2rem; background: rgba(15, 23, 42, 0.7); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0.75rem; }
.policy-content .policy-status-pill { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-family: 'Rajdhani', sans-serif; font-weight: 600; color: #38bdf8; text-transform: uppercase; letter-spacing: 0.05em; }
.policy-content .policy-version-tag { font-size: 0.75rem; font-weight: 600; padding: 0.25rem 0.625rem; border-radius: 9999px; background: rgba(0, 240, 255, 0.1); color: #00f0ff; border: 1px solid rgba(0, 240, 255, 0.3); }
/* Contact card (privacy) */
.policy-content .policy-contact-card { background: rgba(30, 41, 59, 0.45); border-left: 3px solid #00f0ff; border-top: 1px solid rgba(255, 255, 255, 0.06); border-right: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); border-radius: 0 0.5rem 0.5rem 0; padding: 1.25rem 1.5rem; margin: 1.25rem 0 1.75rem 0; display: flex; flex-direction: column; gap: 0.375rem; }
.policy-content .policy-list { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.policy-content .policy-list li { padding-left: 0.25rem; color: #94a3b8; }
.policy-content .policy-list li strong { color: #f1f5f9; }
.policy-content .policy-link { color: #38bdf8; text-decoration: none; border-bottom: 1px dashed rgba(56, 189, 248, 0.4); transition: color 0.2s ease, border-color 0.2s ease; }
.policy-content .policy-link:hover { color: #00f0ff; border-bottom-color: #00f0ff; }
/* Unified heading styles for all policy pages */
.policy-content h2 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.125rem; line-height: 1.3; color: #F8FAFC; margin: 2.25rem 0 1rem 0; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); letter-spacing: -0.01em; }
.policy-content h2:first-child { margin-top: 0; }
@media (min-width: 768px) { .policy-content h2 { font-size: 1.75rem; margin-top: 2.5rem; margin-bottom: 1.25rem; } }
.policy-content h3 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 0.875rem; line-height: 1.3; color: #E2E8F0; text-transform: uppercase; letter-spacing: 0.05em; margin: 1.75rem 0 0.75rem 0; padding-left: 0; }
@media (min-width: 768px) { .policy-content h3 { font-size: 1.25rem; margin-top: 2.25rem; margin-bottom: 1rem; padding-left: 1rem; } }
.policy-content h4 { font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 0.8125rem; line-height: 1.35; color: #e2e8f0; text-transform: uppercase; letter-spacing: 0.03em; margin: 1.25rem 0 0.5rem 0; }
@media (min-width: 768px) { .policy-content h4 { font-size: 1.125rem; margin-top: 1.5rem; margin-bottom: 0.75rem; } }
/* Unified text styles */
.policy-content p { color: #94A3B8; margin: 0 0 1rem 0; line-height: 1.7; }
.policy-content p:last-child { margin-bottom: 0; }
.policy-content strong { color: #F8FAFC; font-weight: 600; }
/* Unified list styles */
.policy-content ul { list-style-type: disc; padding-left: 1.5rem; margin: 0.5rem 0 1.25rem 0; color: #cbd5e1; }
.policy-content ul:last-child { margin-bottom: 0; }
.policy-content li { margin-bottom: 0.5rem; line-height: 1.6; color: #94A3B8; }
.policy-content li:last-child { margin-bottom: 0; }
.policy-content li strong { color: #F8FAFC; }
/* Unified link styles */
.policy-content a { color: #00F0FF; text-decoration: none; transition: color 0.2s ease; }
.policy-content a:hover { color: #38BDF8; text-decoration: underline; }

/* ===== PAGE: contact ===== */
.contact-page-section .contact-card { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.15); transition: border-color 0.2s ease, transform 0.2s ease; } .contact-page-section .contact-card:hover { border-color: rgba(0, 240, 255, 0.5); transform: translateY(-2px); } .contact-page-section .contact-card-sheen { position: absolute; inset: 0; pointer-events: none; } .contact-page-section .contact-card-sheen::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); }

.main-comment-card {
    background: linear-gradient(145deg, rgba(20, 28, 45, 0.9) 0%, rgba(11, 15, 23, 0.95) 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.12);
}

.comment-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 240, 255, 0.15);
}

.comment-action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
}

.comment-action-btn:hover {
    background: rgba(0, 240, 255, 0.08);
}

.reply-comment-card {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(13, 19, 31, 0.85) 100%);
    border-left: 2px solid #a855f7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), inset 0 1px 0 0 rgba(255, 255, 255, 0.08);
}

.reply-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 8px rgba(168, 85, 247, 0.2);
}

.comment-action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 4px;
}

.comment-action-btn:hover {
    background: rgba(168, 85, 247, 0.1);
}


/* ===== PAGE TEMPLATE: ratings ===== */
.detail-page-container {
    font-family: 'Inter', sans-serif;
}

.detail-page-container .font-display {
    font-family: 'Rajdhani', sans-serif;
}

.detail-page-container .font-heading {
    font-family: 'Syne', sans-serif;
}

.detail-page-container .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.detail-page-container .article-prose p {
    color: #94A3B8;
    line-height: 1.625;
}

.detail-page-container .custom-input-field::placeholder {
    color: #64748B;
    opacity: 1;
}

.site-footer-liquid {
    background-color: #080B11;
}

.site-footer-liquid a {
    transition: color 0.2s ease-in-out;
}

.site-footer-liquid .footer-nav-link:hover {
    color: #00F0FF;
}

.plyndaraxer-header {
    font-family: 'Rajdhani', sans-serif;
    background-color: #080B11;
}

.plyndaraxer-header img {
    max-width: 44px;
    max-height: 44px;
}

/* ===== PAGE TEMPLATE: tutorials ===== */
.detail-page-container {
    font-family: 'Inter', sans-serif;
}

.detail-page-container .font-display {
    font-family: 'Rajdhani', sans-serif;
}

.detail-page-container .font-heading {
    font-family: 'Syne', sans-serif;
}

.detail-page-container .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.detail-page-container .article-prose p {
    color: #94A3B8;
    line-height: 1.625;
}

.detail-page-container .custom-input-field::placeholder {
    color: #64748B;
    opacity: 1;
}

.site-footer-liquid {
    background-color: #080B11;
}

.site-footer-liquid a {
    transition: color 0.2s ease-in-out;
}

.site-footer-liquid .footer-nav-link:hover {
    color: #00F0FF;
}

.plyndaraxer-header {
    font-family: 'Rajdhani', sans-serif;
    background-color: #080B11;
}

.plyndaraxer-header img {
    max-width: 44px;
    max-height: 44px;
}

/* ===== PAGE TEMPLATE: tournaments ===== */
.detail-page-container {
    font-family: 'Inter', sans-serif;
}

.detail-page-container .font-display {
    font-family: 'Rajdhani', sans-serif;
}

.detail-page-container .font-heading {
    font-family: 'Syne', sans-serif;
}

.detail-page-container .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.detail-page-container .article-prose p {
    color: #94A3B8;
    line-height: 1.625;
}

.detail-page-container .custom-input-field::placeholder {
    color: #64748B;
    opacity: 1;
}

.site-footer-liquid {
    background-color: #080B11;
}

.site-footer-liquid a {
    transition: color 0.2s ease-in-out;
}

.site-footer-liquid .footer-nav-link:hover {
    color: #00F0FF;
}

.plyndaraxer-header {
    font-family: 'Rajdhani', sans-serif;
    background-color: #080B11;
}

.plyndaraxer-header img {
    max-width: 44px;
    max-height: 44px;
}
/* Table scroll fix for mobile */
.article-prose .overflow-x-auto,
.detail-page-container .overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.article-prose table,
.detail-page-container table {
    min-width: 500px;
    width: 100%;
}

/* Comment button overflow fix for mobile */
.gaming-comment .flex-1,
.gaming-reply .flex-1 {
    min-width: 0;
}

.comment-action-btn {
    white-space: nowrap;
}
