:root {
    --black: #080808;
    --charcoal: #242424;
    --panel: #303030;
    --purple: #5751ad;
    --purple-dark: #453e94;
    --gold: #ffc94a;
    --green: #41b56b;
    --white: #fff;
    --muted: #bcbcbc;
    --max: 1364px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #000;
    color: var(--white);
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(var(--max), calc(100% - 48px)); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: #111; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header { background: var(--black); border-bottom: 1px solid #191919; }
.header-inner {
    width: min(1414px, calc(100% - 100px));
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.brand img { width: 300px; height: auto; max-height: 80px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #eee; font-size: 15px; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--gold); }
.menu-button { display: none; width: 48px; padding: 8px 3px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 3px; margin: 7px 0; background: #fff; border-radius: 2px; }

main {
    flex: 1 0 auto;
    background-color: rgba(0,0,0,.88);
    background-image: url("/assets/img/casino-bg.webp");
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
}
.hero { position: relative; padding: 30px 0 0; }
.hero .container { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.18; }
h1 { margin: 0 40px 20px 0; font-size: 50px; font-weight: 600; letter-spacing: -1px; }
h2 { margin: 40px 0 20px; font-size: 34px; font-weight: 600; letter-spacing: -.7px; }
h3 { margin: 20px 0; font-size: 28px; font-weight: 600; letter-spacing: -.5px; }
.author {
    width: 100%;
    max-width: 1364px;
    min-height: 106px;
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0 auto 26px;
    padding: 0 24px 0 0;
    overflow: hidden;
    background: rgba(25,25,25,.88);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.author img { width: 118px; height: 106px; align-self: stretch; flex: 0 0 118px; border: 0; border-radius: 999px 0 0 999px; box-shadow: 8px 0 20px rgba(255,255,255,.12); object-fit: cover; }
.author span { color: #ddd; }
.author strong { text-decoration: underline; }
.author-main { display: flex; min-width: 0; flex: 1 1 auto; flex-wrap: wrap; align-items: center; gap: 5px 18px; }
.author-line { display: flex; align-items: center; gap: 8px; font-size: 17px; }
.author-main > small { width: 100%; display: block; color: #aaa; font-size: 12px; line-height: 1.35; }
.author .verified { display: grid; place-items: center; width: 23px; height: 23px; color: #171717; background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.author-socials { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 800; }
.author-socials span:nth-child(1) { color: #9ad8f9; }
.author-socials span:nth-child(2) { color: #ac47ef; }
.author-socials span:nth-child(4) { color: #1dd689; }
.author-facts { display: grid; flex: 0 1 410px; gap: 7px; }
.author-facts p { margin: 0; padding: 6px 14px; background: rgba(255,255,255,.06); border-radius: 20px; font-size: 12px; line-height: 1.3; }
.intro { margin: 0 0 1em; color: #fff; font-size: 19px; line-height: 1.6; }

.section { padding: 20px 0 40px; }
.ranking { background: transparent; }
.ranking h2 { max-width: none; }
.comparison { margin-top: 36px; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 55px rgba(0,0,0,.24); }
.comparison-head, .casino-row {
    display: grid;
    grid-template-columns: 1.2fr .6fr .35fr 1fr .38fr;
    align-items: center;
    gap: 18px;
}
.comparison-head {
    padding: 16px 24px;
    color: #fff;
    background: var(--purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.casino-row {
    position: relative;
    min-height: 118px;
    padding: 18px 24px;
    color: #282828;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.casino-row:last-child { border-bottom: 0; }
.casino-row.featured { background: #fff9e8; box-shadow: inset 5px 0 0 var(--gold); }
.ribbon { position: absolute; top: 0; left: 0; padding: 3px 12px 3px 16px; color: #111; background: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.casino-name { display: grid; grid-template-columns: 28px 76px 1fr; align-items: center; gap: 11px; line-height: 1.2; }
.casino-name img { width: 76px; max-height: 50px; object-fit: contain; }
.position { color: #8a8a8a; font-size: 14px; font-weight: 800; }
.license, .rollover { font-size: 14px; font-weight: 700; }
.rating b { color: var(--purple-dark); font-size: 24px; }
.bonus { font-size: 14px; line-height: 1.35; }
.cta {
    grid-column: 4 / 6;
    justify-self: end;
    margin-top: -1px;
    padding: 10px 22px;
    color: #fff;
    background: var(--green);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}
.cta:hover { background: #2c9953; }
.notice { margin: 16px 4px 0; color: #bbb; font-size: 12px; }

.casino-table-container {
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: rgb(24 24 24 / 88%);
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(15,23,42,.05);
}
.casino-table-scroll { width: 100%; overflow-x: auto; }
.casino-card-table {
    width: 100%;
    min-width: 1080px;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    color: #fff;
    background: transparent;
}
.casino-card-table th {
    padding: 18px 12px;
    color: #fff;
    background: linear-gradient(180deg,#4f4aa4 0%,#5450ab 100%);
    border: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.casino-card-table th:nth-child(2), .casino-card-table td:nth-child(2) { text-align: left; }
.casino-card-table th:nth-child(1), .casino-card-table td:nth-child(1) { width: 5%; }
.casino-card-table th:nth-child(2), .casino-card-table td:nth-child(2) { width: 22%; }
.casino-card-table th:nth-child(3), .casino-card-table td:nth-child(3) { width: 15%; }
.casino-card-table th:nth-child(4), .casino-card-table td:nth-child(4) { width: 9%; }
.casino-card-table th:nth-child(5), .casino-card-table td:nth-child(5) { width: 6%; }
.casino-card-table th:nth-child(6), .casino-card-table td:nth-child(6) { width: 19%; }
.casino-card-table th:nth-child(7), .casino-card-table td:nth-child(7) { width: 9%; }
.casino-card-table th:nth-child(8), .casino-card-table td:nth-child(8) { width: 15%; }
.casino-card-table td {
    padding: 12px;
    color: #fff;
    background: rgb(255 255 255 / 8%);
    border: 0;
    border-bottom: 1px solid #e7ebf2;
    text-align: center;
    vertical-align: middle;
}
.casino-card-table tbody tr { transition: background .48s ease; }
.casino-card-table tbody tr:hover { background: #000; }
.casino-card-table .casino-rank {
    display: inline-flex;
    min-width: 30px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #1e293b;
    background: #eef2f7;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
}
.casino-card-table .rank-1 { color: #7a5600; background: #facc15; }
.casino-card-table .rank-2 { color: #334155; background: #cbd5e1; }
.casino-card-table .rank-3 { color: #7c2d12; background: #fdba74; }
.casino-card-table .casino-name { display: flex; align-items: center; gap: 16px; }
.casino-logo {
    display: flex;
    width: 58px;
    min-width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 18px;
}
.casino-logo img { width: 100%; height: 100%; border-radius: 12px; object-fit: contain; }
.casino-brand { display: flex; min-width: 0; flex-direction: column; line-height: 1.15; }
.casino-brand strong { color: #fff; font-size: 15px; font-weight: 700; }
.casino-brand small { margin-top: 4px; color: #aaa; font-size: 12px; }
.casino-card-table .bonus { color: #fff; font-size: 15px; line-height: 1.25; }
.casino-card-table .rollover {
    display: inline-flex;
    min-width: 32px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    color: #334155;
    background: #f2f5f9;
    border: 1px solid #d9e1ec;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.games { color: #cbd5e1; font-size: 16px; white-space: nowrap; }
.payments { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.payments small {
    display: inline-flex;
    min-height: 19px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #fff;
    background: #3e3e3e;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.score { display: flex; flex-direction: column; line-height: 1.05; }
.score strong { margin-bottom: 6px; color: #fff; font-size: 18px; font-weight: 900; }
.score small { color: #f5c518; font-size: 12px; letter-spacing: 1px; white-space: nowrap; }
.casino-card-table .cta {
    display: inline-flex;
    min-width: 72px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #fff;
    background: linear-gradient(315deg,#262626 0%,#e9c956 100%);
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(243,146,0,.12);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 24px 0 38px; }
.mini-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, rgba(61,55,34,.94), rgba(11,28,24,.94));
    border: 1px solid rgba(253,186,116,.36);
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.04);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mini-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at top left, rgba(253,186,116,.2), transparent 42%); }
.mini-card:hover { transform: translateY(-4px); border-color: rgba(253,186,116,.62); box-shadow: 0 18px 42px rgba(0,0,0,.24), 0 0 0 1px rgba(253,186,116,.16); }
.mini-card.featured { border-color: rgba(253,186,116,.58); background: linear-gradient(145deg, rgba(72,62,34,.96), rgba(11,28,24,.94)); }
.mini-top { position: relative; z-index: 1; display: grid; grid-template-columns: 52px 116px minmax(0, 1fr); align-items: center; gap: 14px; }
.mini-rank { display: grid; width: 52px; height: 52px; place-items: center; color: #07170d; background: linear-gradient(135deg,#fdba74,#bd8148); border-radius: 16px; box-shadow: 0 8px 20px rgba(253,186,116,.22), inset 0 1px 0 rgba(255,255,255,.35); font-size: 20px; font-weight: 900; }
.mini-logo { display: flex; width: 116px; height: 88px; align-items: center; justify-content: center; padding: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
.mini-logo img { width: 100%; height: 100%; object-fit: contain; }
.mini-top strong { color: #fff; font-size: 25px; font-weight: 900; line-height: 1.08; overflow-wrap: anywhere; }
.mini-bonus { position: relative; z-index: 1; display: flex; min-height: 0; align-items: center; margin: 10px 0; color: #fff; font-size: 16px; font-weight: 850; line-height: 1.35; }
.mini-details { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
.mini-details span { min-width: 0; padding: 10px 12px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.075); border-radius: 14px; }
.mini-details small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.52); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.mini-details b { display: block; color: #fff; font-size: 15px; font-weight: 850; line-height: 1.2; }
.mini-payments { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.mini-payments span { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 7px 11px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.095); border: 1px solid rgba(255,255,255,.06); border-radius: 999px; font-size: 13px; font-weight: 800; line-height: 1; }
.mini-payments span:last-child { color: #fdba74; background: rgba(253,186,116,.12); border-color: rgba(253,186,116,.2); }
.mini-bottom { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(140px, 1fr); align-items: center; gap: 14px; margin-top: 0; }
.mini-rating { display: flex; flex-direction: column; }
.mini-rating b { color: #fff; font-size: 31px; font-weight: 950; line-height: 1; }
.mini-rating small { margin-top: 3px; color: #ffd21f; font-size: 16px; letter-spacing: 1px; line-height: 1; white-space: nowrap; }
.mini-button { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; padding: 14px 20px; color: #fff; background: #ea580c; border-radius: 16px; box-shadow: 0 10px 22px rgba(234,88,12,.24), inset 0 1px 0 rgba(255,255,255,.3); font-size: 18px; font-weight: 900; line-height: 1; }
.mini-grid.generous-bonus .mini-card { background: linear-gradient(145deg,rgba(14,65,47,.96),rgba(6,28,24,.96)); border-color: rgba(52,211,153,.4); }
.mini-grid.generous-bonus .mini-rank { color: #042f2e; background: linear-gradient(135deg,#a7f3d0,#34d399); }
.mini-grid.generous-bonus .mini-button { background: #059669; }
.mini-grid.fast-payment .mini-card { background: linear-gradient(145deg,rgba(11,34,70,.97),rgba(2,6,23,.97)); border-color: rgba(34,211,238,.42); }
.mini-grid.fast-payment .mini-rank { color: #082f49; background: linear-gradient(135deg,#a5f3fc,#22d3ee); }
.mini-grid.fast-payment .mini-button { background: #0891b2; }

.content { color: #fff; background: transparent; }
.content section { padding: 32px 0 44px; border-bottom: 1px solid rgba(255,255,255,.15); }
.content section:last-child { border-bottom: 0; }
.content h2, .content h3 { color: #fff; }
.content p { margin: 0 0 20px; }
.article-body p, .article-body li { color: #fff; font-size: 19px; font-weight: 300; line-height: 1.6; }
.article-body > p:first-child { font-size: 19px; line-height: 1.6; }
.article-body .data-table-wrap td, .article-body .data-table-wrap td p { font-size: 15px; line-height: 1.5; }
.article-body .faq-item p { font-size: 19px; line-height: 1.6; }
.article-image { width: 100%; max-width: 750px; margin: 25px auto 30px; border-radius: 12px; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0 34px; padding: 18px; background: rgba(20,20,20,.9); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.pros-cons ul { display: grid; align-content: start; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pros-cons li { position: relative; margin: 0; padding: 13px 14px 13px 48px; border-radius: 12px; font-weight: 500; }
.pros-cons li::before { position: absolute; top: 12px; left: 14px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; font-size: 16px; font-weight: 900; line-height: 1; }
.pros-cons .pros li { color: #d9ffe6; background: rgba(65,181,107,.14); border: 1px solid rgba(65,181,107,.3); }
.pros-cons .pros li::before { content: "+"; color: #092f17; background: #58ce80; }
.pros-cons .cons li { color: #ffe0e0; background: rgba(217,76,76,.13); border: 1px solid rgba(217,76,76,.3); }
.pros-cons .cons li::before { content: "−"; color: #3a0909; background: #ed7373; }
.brief-reviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0 18px; counter-reset: review; }
.brief-reviews article { position: relative; min-height: 100%; padding: 21px 22px 20px 72px; overflow: hidden; background: linear-gradient(145deg,rgba(48,48,48,.96),rgba(23,23,23,.96)); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); counter-increment: review; }
.brief-reviews article::before { content: counter(review, decimal-leading-zero); position: absolute; top: 20px; left: 20px; color: #191919; background: linear-gradient(135deg,#f3d56c,#cda44d); border-radius: 11px; font-size: 11px; font-weight: 900; line-height: 32px; text-align: center; width: 32px; height: 32px; }
.brief-reviews h4 { margin: 0 0 8px; color: #f5d36a; font-size: 19px; font-weight: 800; line-height: 1.2; }
.article-body .brief-reviews p { margin: 0; color: #e8e8e8; font-size: 15px; line-height: 1.55; }
.brief-reviews article:hover { border-color: rgba(243,213,108,.45); background: linear-gradient(145deg,rgba(58,57,48,.98),rgba(23,23,23,.98)); }
.brief-reviews-note { margin: 0 0 36px; padding: 16px 20px 16px 48px; color: #d6d6d6; background: rgba(87,81,173,.16); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; font-size: 15px; line-height: 1.55; }
.toc { margin: 28px 0 35px; color: #fff; background: rgba(69,62,148,.93); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.toc summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; color: var(--gold); cursor: pointer; font-size: 20px; font-weight: 800; list-style: none; }
.toc summary::-webkit-details-marker { display: none; }
.toc summary::after { content: "+"; display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: rgba(255,255,255,.13); border-radius: 50%; font-size: 25px; font-weight: 400; line-height: 1; }
.toc[open] summary { border-bottom: 1px solid rgba(255,255,255,.15); }
.toc[open] summary::after { content: "−"; }
.toc nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; padding: 22px 24px 26px; }
.toc a { color: #fff; font-size: 15px; line-height: 1.45; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 3px; }
.toc a:hover { color: var(--gold); }
.wide-image { width: 100%; margin: 25px 0 30px; border-radius: 12px; aspect-ratio: 2.33 / 1; object-fit: cover; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.tip { margin-top: 26px; padding: 22px 24px; background: rgba(255,255,255,.08); border-left: 5px solid var(--gold); border-radius: 8px; }
.criteria-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 28px; }
.criteria-grid div { padding: 22px 12px; text-align: center; background: rgba(32,32,32,.92); border-radius: 10px; }
.criteria-grid b { display: block; color: var(--gold); font-size: 25px; }
.criteria-grid span { font-size: 12px; font-weight: 800; line-height: 1.25; }
.license-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.license-cards div { padding: 22px; background: rgba(32,32,32,.92); border-top: 4px solid var(--purple); border-radius: 8px; }
.license-cards h3 { margin: 0 0 12px; font-size: 19px; }
.license-cards p { margin: 0; font-size: 14px; }
.data-table-wrap { margin: 26px 0 36px; overflow-x: auto; background: rgba(24,24,24,.92); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; box-shadow: 0 14px 36px rgba(0,0,0,.22); }
table { width: 100%; margin-top: 24px; border-collapse: collapse; font-size: 15px; }
th { color: #fff; background: var(--purple); text-align: left; }
th, td { padding: 14px 16px; border: 1px solid #ddd; }
tbody tr:nth-child(even) { background: rgba(255,255,255,.04); }
.data-table-wrap table { min-width: 640px; margin: 0; border-collapse: separate; border-spacing: 0; }
.data-table-wrap td { padding: 15px 17px; color: #eee; background: rgba(255,255,255,.045); border: 0; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.data-table-wrap td:last-child { border-right: 0; }
.data-table-wrap tr:last-child td { border-bottom: 0; }
.data-table-wrap tr:nth-child(even) td { background: rgba(255,255,255,.075); }
.data-table-wrap tr:hover td { background: rgba(87,81,173,.2); }
.data-table-wrap td p { margin: 0; }
.data-table-wrap tr:first-child td { color: #fff; background: linear-gradient(180deg,#4f4aa4 0%,#5450ab 100%); border-color: rgba(255,255,255,.16); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.responsible-box { display: flex; flex-wrap: wrap; gap: 10px; padding: 24px; color: #fff; background: #202020; border-radius: 10px; }
.responsible-box strong { width: 100%; color: var(--gold); }
.responsible-box span { padding: 7px 11px; background: #353535; border-radius: 5px; font-size: 13px; }
.faq-item { margin-bottom: 20px; padding: 22px 25px; background: #202020; border-radius: 20px; }
.faq-item h3 { margin: 0 0 16px; font-size: 22px; }
.faq-item > div { display: flex; align-items: flex-start; gap: 16px; }
.faq-item p { margin: 0; }
.faq-icon { display: grid; width: 38px; min-width: 38px; height: 38px; place-items: center; color: #202020; background: #eebb6f; border-radius: 12px; font-size: 23px; font-weight: 900; }

.page-hero { padding: 54px 0 30px; }
.page-hero h1 { margin-bottom: 14px; }
.page-lead { max-width: 860px; margin: 0; color: #ddd; font-size: 20px; line-height: 1.55; }
.static-page { min-height: 60vh; }
.static-page .narrow { max-width: none; }
.static-page h2 { margin-top: 42px; font-size: 29px; }
.static-page p, .static-page li { font-size: 17px; line-height: 1.75; }
.static-page a { color: #f3cf61; text-underline-offset: 3px; }
.author-profile { display: grid; grid-template-columns: 280px minmax(0, 1fr); align-items: center; gap: 42px; padding: 34px; background: rgba(25,25,25,.9); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; }
.author-profile img { width: 280px; aspect-ratio: 1; border-radius: 20px; object-fit: cover; }
.author-profile h2 { margin-top: 0; }
.profile-note, .contact-card { margin-top: 38px; padding: 28px; background: rgba(87,81,173,.22); border: 1px solid rgba(130,123,224,.35); border-radius: 18px; }
.profile-note h2, .contact-card h2 { margin-top: 0; }
.contact-layout { display: grid; max-width: 1120px !important; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: start; gap: 54px; }
.contact-copy h2:first-child, .contact-form h2 { margin-top: 0; }
.contact-form { display: grid; gap: 9px; padding: 30px; background: rgba(25,25,25,.94); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.contact-form label { margin-top: 8px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: #fff; background: #303030; border: 1px solid #555; border-radius: 9px; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #938ce7; outline: 2px solid rgba(147,140,231,.25); }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 400 !important; }
.contact-consent input { width: 18px; margin-top: 3px; }
.contact-form button { margin-top: 10px; padding: 14px 20px; color: #fff; background: var(--purple); border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }
.contact-form button:hover { background: var(--purple-dark); }
.contact-status { margin: 8px 0 0 !important; padding: 13px 15px; color: #d6ffe3; background: rgba(65,181,107,.18); border: 1px solid rgba(65,181,107,.45); border-radius: 9px; font-size: 14px !important; }

.site-footer { padding: 55px 0 20px; color: #cfcfcf; background: #090909; }
.footer-grid { display: grid; grid-template-columns: 300px minmax(280px, 1fr) auto; gap: 48px; align-items: center; }
.footer-grid p { max-width: 620px; margin: 0; }
.footer-logo { color: var(--gold); font-size: 25px; }
.footer-grid nav { display: grid; gap: 8px; }
.footer-grid a { color: #ddd; }
.footer-brand { width: 300px; height: auto; max-height: 90px; object-fit: contain; }
.footer-badges {
    width: min(var(--max), calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    align-items: center;
    gap: 18px;
    margin: 36px auto 0;
    padding: 30px 0;
    border-top: 1px solid #242424;
}
.footer-badges a { display: flex; align-items: center; justify-content: center; }
.footer-badges img { width: 100%; max-width: 190px; max-height: 64px; object-fit: contain; }
.copyright { width: min(var(--max), calc(100% - 48px)); margin: 30px auto 0; padding-top: 18px; color: #777; border-top: 1px solid #242424; font-size: 12px; }
.site-footer { flex: 0 0 auto; }

.not-found { display: grid; min-height: 100vh; place-items: center; padding: 48px 24px; background: radial-gradient(circle at 50% 15%, rgba(87,81,173,.34), transparent 38%), rgba(0,0,0,.92); }
.not-found-card { position: relative; width: min(690px, 100%); padding: 48px; overflow: hidden; text-align: center; background: rgba(25,25,25,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 28px 80px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06); }
.not-found-card::before { content: ""; position: absolute; top: -160px; left: 50%; width: 390px; height: 390px; background: rgba(87,81,173,.22); border-radius: 50%; filter: blur(15px); transform: translateX(-50%); }
.not-found-card > * { position: relative; }
.not-found-brand { display: inline-block; margin-bottom: 16px; }
.not-found-brand img { width: min(300px, 100%); height: auto; }
.not-found-code { margin: 0; color: rgba(255,255,255,.11); font-size: clamp(100px, 20vw, 190px); font-weight: 900; letter-spacing: -.1em; line-height: .75; }
.not-found-card .eyebrow { margin: 28px 0 12px; }
.not-found-card h1 { margin: 0; font-size: clamp(32px, 5vw, 50px); }
.not-found-card > p:not(.eyebrow):not(.not-found-code) { max-width: 430px; margin: 18px auto 28px; color: #d4d4d4; font-size: 18px; line-height: 1.55; }
.not-found-card .cta { display: inline-flex; justify-content: center; margin: 0; }

@media (max-width: 880px) {
    .header-inner { width: calc(100% - 40px); min-height: 115px; }
    .site-nav {
        display: none;
        position: absolute;
        z-index: 20;
        top: 115px;
        left: 0;
        right: 0;
        padding: 22px 24px;
        background: #0d0d0d;
    }
    .site-nav.open { display: grid; }
    .menu-button { display: block; }
    .comparison-head { display: none; }
    .casino-row { grid-template-columns: 1fr auto; gap: 12px 18px; padding: 27px 20px 20px; }
    .casino-name { grid-column: 1 / -1; }
    .license::before { content: "Licencia: "; color: #888; }
    .rollover::before { content: "Rollover: "; color: #888; }
    .bonus { grid-column: 1 / 2; }
    .cta { grid-column: 2; grid-row: 3 / 5; align-self: center; }
    .criteria-grid { grid-template-columns: repeat(3, 1fr); }
    .mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 240px minmax(0, 1fr); gap: 30px; }
    .footer-grid nav { grid-column: 1 / -1; grid-template-columns: repeat(3, auto); justify-content: start; gap: 12px 26px; }
    .footer-badges { grid-template-columns: repeat(3, 1fr); }
    .author-profile { grid-template-columns: 210px minmax(0, 1fr); gap: 26px; }
    .author-profile img { width: 210px; }
    .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    main {
        position: relative;
        z-index: 0;
        background-image: none;
        background-color: rgba(0,0,0,.88);
    }
    main::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background: url("/assets/img/casino-bg.webp") center top / cover no-repeat;
        opacity: .12;
    }
    .casino-table-container { background: transparent; border-radius: 18px; }
    .casino-table-scroll { overflow: hidden; }
    .casino-card-table { min-width: 0; table-layout: fixed; }
    .casino-card-table thead { display: none; }
    .casino-card-table tbody { display: block; }
    .casino-card-table tbody tr {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        margin-bottom: 12px;
        background: rgba(49,49,49,.88) !important;
        border-radius: 15px;
        overflow: hidden;
        transform: none !important;
    }
    .casino-card-table td {
        display: block;
        width: auto !important;
        padding: 8px 6px;
        background: transparent;
        border: 0;
        text-align: left !important;
    }
    .casino-card-table td:nth-child(1) { grid-column: 1; grid-row: 1; align-self: center; }
    .casino-card-table td:nth-child(2) { grid-column: 2; grid-row: 1; }
    .casino-card-table td:nth-child(7) { grid-column: 3; grid-row: 1; align-self: center; padding-right: 12px; }
    .casino-card-table td:nth-child(3) { grid-column: 1 / 3; grid-row: 2; padding: 5px 10px; }
    .casino-card-table td:nth-child(4) { grid-column: 3; grid-row: 2; padding: 5px 10px; text-align: right !important; }
    .casino-card-table td:nth-child(5) { display: none; }
    .casino-card-table td:nth-child(6) { grid-column: 1 / -1; grid-row: 3; padding: 9px 10px; }
    .casino-card-table td:nth-child(8) { grid-column: 1 / -1; grid-row: 4; padding: 8px 10px; background: #fff; text-align: center !important; }
    .casino-card-table .casino-rank { min-width: 15px; height: 15px; padding: 5px; font-size: 9px; }
    .casino-card-table .casino-name { gap: 8px; }
    .casino-logo { width: 85px; min-width: 85px; height: 40px; padding: 4px; border-radius: 8px; }
    .casino-logo img { border-radius: 6px; }
    .casino-brand strong { font-size: 13px; }
    .casino-brand small { margin-top: 2px; font-size: 10px; }
    .casino-card-table .bonus { font-size: 13px; line-height: 1.15; }
    .casino-card-table .rollover { min-width: 0; padding: 5px 8px; border-radius: 9px; font-size: 10px; }
    .payments { gap: 4px; }
    .payments small { min-height: 22px; padding: 0 6px; border-radius: 7px; font-size: 9px; }
    .score strong { margin-bottom: 1px; font-size: 13px; }
    .score small { font-size: 7px; letter-spacing: .2px; }
    .casino-card-table .cta { width: 100%; max-width: 210px; height: 32px; padding: 0 10px; border-radius: 11px; font-size: 11px; }
}

@media (max-width: 720px) {
    .mini-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .mini-card { min-height: auto; padding: 16px; border-radius: 18px; }
    .mini-top { grid-template-columns: 44px 98px minmax(0, 1fr); gap: 11px; }
    .mini-rank { width: 44px; height: 44px; border-radius: 13px; font-size: 18px; }
    .mini-logo { width: 98px; height: 76px; border-radius: 16px; }
    .mini-top strong { font-size: 21px; }
    .mini-bonus { font-size: 17px; }
    .mini-details { gap: 8px; }
    .mini-details span { padding: 10px; }
    .mini-bottom { grid-template-columns: 84px minmax(0, 1fr); gap: 10px; }
    .mini-rating b { font-size: 27px; }
    .mini-rating small { font-size: 13px; letter-spacing: 0; }
    .mini-button { min-height: 50px; border-radius: 14px; font-size: 17px; }
}

@media (max-width: 620px) {
    body { font-size: 16px; }
    .container, .narrow, .header-inner { width: min(100% - 30px, var(--max)); }
    .header-inner { min-height: 102px; }
    .brand img { width: 230px; }
    .site-nav { top: 102px; }
    .hero { padding: 20px 0 0; }
    h1 { margin-right: 0; font-size: 28px; letter-spacing: -.7px; }
    h2 { font-size: 26px; letter-spacing: -.5px; }
    h3 { font-size: 24px; letter-spacing: -.3px; }
    .author { margin-left: 12px; padding-right: 14px; gap: 11px; }
    .author { width: calc(100% - 12px); min-height: 0; margin-bottom: 20px; padding: 0 14px 0 0; }
    .author img { width: 76px; height: 76px; flex-basis: 76px; }
    .author-main > small { display: block; }
    .author-socials { display: none; }
    .author-facts { display: none; }
    .page-hero { padding: 34px 0 18px; }
    .page-lead { font-size: 17px; }
    .static-page h2 { font-size: 24px; }
    .static-page p, .static-page li { font-size: 16px; }
    .toc summary { padding: 17px 18px; font-size: 18px; }
    .toc nav { grid-template-columns: 1fr; padding: 18px; }
    .author-profile { grid-template-columns: 1fr; padding: 20px; }
    .author-profile img { width: 100%; max-width: 350px; }
    .contact-form { padding: 20px; }
    .pros-cons { grid-template-columns: 1fr; padding: 12px; }
    .brief-reviews { grid-template-columns: 1fr; }
    .brief-reviews article { padding: 18px 18px 18px 62px; }
    .brief-reviews article::before { top: 17px; left: 17px; }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .footer-grid nav { grid-column: auto; grid-template-columns: 1fr; }
    .footer-brand { width: 230px; }
    .not-found { padding: 24px 15px; }
    .not-found-card { padding: 34px 22px; border-radius: 22px; }
    .not-found-card > p:not(.eyebrow):not(.not-found-code) { font-size: 16px; }
    .intro { font-size: 15px; }
    .section { padding: 20px 0; }
    .comparison { margin-right: -3px; margin-left: -3px; border-radius: 16px; }
    .casino-row { grid-template-columns: 1fr auto; min-height: 0; }
    .casino-name { grid-template-columns: 20px 62px 1fr; }
    .casino-name img { width: 62px; max-height: 42px; }
    .rating b { font-size: 20px; }
    .bonus { font-size: 13px; }
    .cta { padding: 10px 13px; }
    .toc { grid-template-columns: 1fr; padding: 22px; }
    .toc strong { grid-column: 1; }
    .criteria-grid, .license-cards { grid-template-columns: 1fr; }
    .criteria-grid { gap: 8px; }
    .criteria-grid div { display: flex; align-items: center; gap: 14px; padding: 14px 18px; text-align: left; }
    .footer-grid { grid-template-columns: 1fr; gap: 25px; }
    .footer-badges { width: calc(100% - 30px); grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
