/* ============================================
   abseminare.de — "Obsidian" Dark Theme
   Casino Bonus ohne Einzahlung Ratgeber
   ============================================ */

:root {
    --bg-base: #0b0d13;
    --bg-surface: #151821;
    --bg-elevated: #1e2230;
    --bg-hover: #262b3a;
    --accent: #6d5cff;
    --accent-light: #9b8fff;
    --accent-glow: rgba(109, 92, 255, 0.12);
    --accent-border: rgba(109, 92, 255, 0.25);
    --cta: #22d3a0;
    --cta-hover: #1ab88a;
    --warn: #f59e0b;
    --text: #e8ecf4;
    --text-sec: #8b95a8;
    --text-muted: #5d6578;
    --border: rgba(139, 149, 168, 0.08);
    --radius: 10px;
    --radius-sm: 6px;
    --shadow: 0 2px 12px rgba(0,0,0,0.3);
    --font: 'Segoe UI', system-ui, -apple-system, sans-serif;
    --content-max: 820px;
    --page-max: 1140px;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.75;
    color: var(--text);
    background: var(--bg-base);
    -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-light); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--cta); }

img, svg { max-width: 100%; height: auto; display: block; }

/* === HEADER === */
.site-header {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border);
    padding: 0.9rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.header-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
}
.site-logo .logo-dot { color: var(--accent); }
nav a {
    color: var(--text-sec);
    font-size: 0.88rem;
    margin-left: 1.6rem;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover { color: var(--text); }

/* === HERO === */
.hero {
    background: linear-gradient(165deg, var(--bg-surface) 0%, var(--bg-base) 50%, rgba(109,92,255,0.06) 100%);
    padding: 3.5rem 1.5rem 3rem;
    border-bottom: 1px solid var(--border);
}
.hero-inner {
    max-width: var(--content-max);
    margin: 0 auto;
}
.hero h1 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text);
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}
.hero h1 .highlight { color: var(--accent-light); }
.hero-sub {
    font-size: 1.05rem;
    color: var(--text-sec);
    line-height: 1.65;
    max-width: 640px;
    margin-bottom: 1.4rem;
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-sec);
}
.badge-verified {
    background: rgba(34, 211, 160, 0.08);
    border-color: rgba(34, 211, 160, 0.2);
    color: var(--cta);
}
.badge-legal {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
    color: var(--warn);
}

/* === AUTHOR BLOCK === */
.author-block {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3rem 1.4rem;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin: 2rem auto;
    max-width: var(--content-max);
}
.author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--cta));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: 0.95rem; color: var(--text); }
.author-name a { color: inherit; }
.author-name a:hover { color: var(--accent-light); }
.author-role { font-size: 0.82rem; color: var(--text-sec); margin-top: 0.15rem; }
.author-meta { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.3rem; display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.author-meta .verified { color: var(--cta); font-weight: 600; }
.reviewer-line {
    font-size: 0.82rem;
    color: var(--text-muted);
    max-width: var(--content-max);
    margin: -0.5rem auto 2rem;
    padding: 0 0.5rem;
}
.reviewer-line a { color: var(--text-sec); }

/* === MAIN CONTENT === */
.content-wrap {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

h2 {
    font-size: 1.55rem;
    font-weight: 750;
    color: var(--text);
    letter-spacing: -0.02em;
    margin: 2.8rem 0 1rem;
    padding-top: 0.5rem;
}
h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    margin: 2rem 0 0.7rem;
}
h4 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--accent-light);
    margin: 1.5rem 0 0.5rem;
}

p { margin-bottom: 1.1rem; color: var(--text-sec); }

sup a {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
}

/* === TOC === */
.toc {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.3rem 1.5rem;
    margin-bottom: 2.5rem;
}
.toc-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
}
.toc ol {
    list-style: none;
    counter-reset: toc;
    padding-left: 0;
}
.toc li {
    counter-increment: toc;
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--border);
}
.toc li:last-child { border-bottom: none; }
.toc li::before {
    content: counter(toc, decimal-leading-zero);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    margin-right: 0.6rem;
}
.toc a { color: var(--text-sec); font-size: 0.9rem; }
.toc a:hover { color: var(--accent-light); }

/* === CARDS / PANELS === */
.info-card {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin: 1.5rem 0;
}
.info-card.accent {
    border-left: 3px solid var(--accent);
}
.info-card.success {
    border-left: 3px solid var(--cta);
}
.info-card.warning {
    border-left: 3px solid var(--warn);
}
.info-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.6rem;
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.stat-box {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.2rem;
    text-align: center;
}
.stat-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent-light);
    line-height: 1.2;
}
.stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

/* === COMPARISON TABLE === */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
}
.comparison-table th {
    background: var(--bg-elevated);
    color: var(--text);
    font-weight: 700;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid var(--accent-border);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.comparison-table td {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--text-sec);
}
.comparison-table tr:hover td { background: var(--bg-surface); }

/* === TRANSPARENCY / DISCLOSURE === */
.transparency-box {
    background: rgba(245, 158, 11, 0.05);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: var(--radius);
    padding: 1.2rem 1.4rem;
    margin: 2rem 0;
    font-size: 0.85rem;
    color: var(--text-sec);
}
.transparency-box strong { color: var(--warn); }

/* === FAQ === */
.faq-item {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 0.8rem;
    padding: 1.2rem 1.4rem;
}
.faq-q {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.faq-a { font-size: 0.92rem; color: var(--text-sec); margin: 0; }

/* === EDITORIAL / SOURCES === */
.editorial-section {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}
.sources-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.sources-list li {
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--border);
}
.sources-list li:last-child { border-bottom: none; }
.sources-list .src-num {
    display: inline-block;
    width: 22px;
    font-weight: 700;
    color: var(--accent);
}

/* === METHODOLOGY === */
.methodology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.method-step {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.2rem;
}
.method-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.3rem;
}
.method-title {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--text);
    margin-bottom: 0.4rem;
}
.method-desc { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* === FOOTER === */
.site-footer {
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
    padding: 2.5rem 1.5rem;
    margin-top: 3rem;
}
.footer-inner {
    max-width: var(--page-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
}
.footer-brand { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.footer-brand strong { color: var(--text-sec); font-size: 0.95rem; }
.footer-col h4 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
}
.footer-col a { display: block; color: var(--text-sec); font-size: 0.85rem; padding: 0.2rem 0; }
.footer-col a:hover { color: var(--accent-light); }
.footer-bottom {
    max-width: var(--page-max);
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: center;
}
.footer-disclaimer {
    max-width: 660px;
    margin: 0.8rem auto 0;
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* === ABOUT PAGE === */
.team-card {
    display: flex;
    gap: 1.5rem;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.8rem;
    margin-bottom: 1.5rem;
}
.team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--cta));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
}
.team-name { font-size: 1.15rem; font-weight: 750; color: var(--text); }
.team-role { font-size: 0.85rem; color: var(--accent-light); margin-top: 0.1rem; }
.team-bio { font-size: 0.9rem; color: var(--text-sec); margin-top: 0.6rem; }
.team-expertise { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.5rem; }

.principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.principle-card {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.3rem;
}
.principle-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.principle-title { font-weight: 700; font-size: 0.95rem; color: var(--text); margin-bottom: 0.3rem; }
.principle-desc { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* === BREADCRUMB === */
.breadcrumb {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 1rem 1.5rem 0;
    font-size: 0.78rem;
    color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--accent-light); }
.breadcrumb .sep { margin: 0 0.4rem; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    body { font-size: 16px; }
    .hero h1 { font-size: 1.7rem; }
    h2 { font-size: 1.3rem; }
    .author-block { flex-direction: column; gap: 0.7rem; }
    .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
    .stat-row { grid-template-columns: 1fr 1fr; }
    .team-card { flex-direction: column; }
    nav { display: none; }
}
