:root {
  --ink: #101521;
  --ink-soft: #252d3a;
  --muted: #667085;
  --line: #e7e9ee;
  --paper: #f7f8fa;
  --white: #fff;
  --lime: #c7f327;
  --lime-dark: #a8d20e;
  --blue: #3954ff;
  --green: #1d9b6c;
  --red: #db5566;
  --shadow: 0 18px 45px rgba(18, 26, 42, .08);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.6rem); }
h3 { font-size: 1.23rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.muted { color: var(--muted); }
.small { font-size: .82rem; color: var(--muted); }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 100; padding: 10px 14px; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--ink); color: #fff; box-shadow: 0 8px 28px rgba(8, 12, 23, .16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.2rem; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px 10px 10px 3px; background: var(--lime); color: var(--ink); transform: rotate(-7deg); font-size: 1.25rem; }
.brand-mark span { transform: rotate(7deg); }
.brand-sub { color: #aeb6c4; font-size: .72rem; font-weight: 500; display: block; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 600; }
.main-nav a { color: #d9dee8; transition: color .2s ease; }
.main-nav a:hover, .main-nav a[aria-current='page'] { color: var(--lime); }
.nav-menu { display: none; border: 0; background: transparent; color: #fff; font-size: 1.4rem; padding: 4px; cursor: pointer; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .88rem; font-weight: 700; }
.header-cta:hover, .button:hover { background: #d9ff54; transform: translateY(-1px); }

.hero { overflow: hidden; position: relative; background: var(--ink); color: #fff; padding: 68px 0 72px; }
.hero::after { content: ''; position: absolute; right: -120px; top: -190px; width: 480px; height: 480px; border: 1px solid rgba(199, 243, 39, .18); border-radius: 50%; box-shadow: 0 0 0 30px rgba(199,243,39,.03), 0 0 0 90px rgba(199,243,39,.025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero h1 { max-width: 720px; margin: 18px 0 18px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 650px; color: #bcc4d0; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 11px 17px; border: 0; border-radius: 9px; background: var(--lime); color: var(--ink); font-weight: 700; transition: .2s ease; cursor: pointer; }
.button.secondary { background: transparent; color: #fff; border: 1px solid #4a5261; }
.button.secondary:hover { border-color: var(--lime); background: rgba(199,243,39,.08); }
.hero-panel { background: #1b2331; border: 1px solid #303a4b; border-radius: 18px; padding: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.hero-panel-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid #303a4b; }
.hero-panel-title { color: #fff; font-weight: 700; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; background: rgba(199,243,39,.12); color: var(--lime); font-size: .72rem; font-weight: 700; }
.status-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.hero-stat { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #303a4b; }
.hero-stat:last-child { border: 0; padding-bottom: 0; }
.stat-rank { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #2d3848; color: var(--lime); font-family: 'Space Grotesk'; font-weight: 700; }
.hero-stat strong { display: block; font-size: 1rem; color: #fff; }
.hero-stat small { color: #a6afbe; }
.hero-stat-score { margin-left: auto; color: var(--lime); font-weight: 700; }

.breadcrumb { padding: 18px 0 0; color: var(--muted); font-size: .84rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 8px; color: #afb5bf; }
.breadcrumb a:hover { color: var(--ink); }
.page-main { padding: 0 0 76px; }
.section { padding-top: 56px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.section-head p { max-width: 540px; color: var(--muted); }
.section-link { color: var(--blue); font-size: .9rem; font-weight: 700; white-space: nowrap; }
.section-link:hover { text-decoration: underline; }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.stack { display: grid; gap: 14px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 18px rgba(30, 40, 60, .035); }
.casino-card { display: grid; grid-template-columns: 74px minmax(0, 1fr) 148px; gap: 18px; align-items: center; padding: 20px; }
.casino-card.featured { border-color: #d4e892; box-shadow: 0 10px 28px rgba(166, 208, 27, .12); }
.casino-logo { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: var(--lime); font-family: 'Space Grotesk'; font-size: 1.35rem; font-weight: 700; letter-spacing: -.08em; }
.casino-logo.lav { background: #efe7ff; color: #6b31bf; }
.casino-logo.blue { background: #e6ebff; color: #3854de; }
.casino-logo.orange { background: #fff0d7; color: #cd6b18; }
.casino-title { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.casino-title h3 { font-size: 1.22rem; }
.label { padding: 3px 7px; border-radius: 5px; background: #edf2ff; color: #3b54c9; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.label.green { background: #e4f8ef; color: var(--green); }
.casino-desc { color: var(--muted); font-size: .9rem; }
.card-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; margin-top: 10px; color: #4f5c70; font-size: .78rem; }
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.card-meta b { color: var(--green); font-size: .95rem; }
.casino-offer { text-align: right; }
.casino-offer strong { display: block; font-size: 1.16rem; font-family: 'Space Grotesk'; }
.casino-offer small { display: block; color: var(--muted); font-size: .76rem; margin: 2px 0 12px; }
.button.compact { width: 100%; min-height: 38px; padding: 7px 10px; font-size: .86rem; }
.button.dark { background: var(--ink); color: #fff; }
.button.dark:hover { background: #2b3648; }

.sidebar { display: grid; gap: 16px; position: sticky; top: 98px; }
.side-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.side-card.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.side-card h3 { margin-bottom: 12px; }
.side-card p { color: var(--muted); font-size: .88rem; }
.side-card.dark p { color: #b9c0cb; }
.side-list { display: grid; gap: 12px; margin: 14px 0 0; padding: 0; list-style: none; }
.side-list li { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.side-list li::before { content: '↗'; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 700; font-size: .74rem; }
.notice { padding: 14px 16px; background: #fffbe7; border: 1px solid #f0df89; border-radius: 12px; color: #6d5b14; font-size: .85rem; }

.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 88px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; font-weight: 700; transition: .2s ease; }
.quick-link:hover { border-color: var(--lime-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.quick-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #eff3ff; color: var(--blue); font-size: 1.05rem; }
.quick-link:nth-child(2) .quick-icon { background: #eaf8ef; color: var(--green); }
.quick-link:nth-child(3) .quick-icon { background: #fff2df; color: #c77d18; }
.quick-link:nth-child(4) .quick-icon { background: #f0e9ff; color: #7448ce; }

.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bonus-card { padding: 20px; min-height: 172px; }
.bonus-card h3 { margin: 34px 0 8px; }
.bonus-card p { color: var(--muted); font-size: .88rem; }
.bonus-card .bonus-icon { position: absolute; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--lime); font-size: .95rem; }
.bonus-card { position: relative; }

.responsible { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: stretch; background: var(--ink); color: #fff; border-radius: 18px; padding: 30px; overflow: hidden; }
.responsible p { max-width: 580px; color: #b7c0ce; }
.responsible h2 { margin: 12px 0; }
.responsible-card { display: grid; align-content: center; padding: 22px; border: 1px solid #354052; border-radius: 14px; background: #1b2331; }
.responsible-card strong { font-size: 2rem; color: var(--lime); font-family: 'Space Grotesk'; }
.responsible-card span { color: #bdc4cf; font-size: .85rem; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0 16px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 17px 24px 17px 0; position: relative; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; color: var(--blue); font-size: 1.3rem; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { padding: 0 0 17px; color: var(--muted); font-size: .9rem; }

.article-hero { padding: 50px 0 30px; background: var(--ink); color: #fff; }
.article-hero h1 { max-width: 820px; margin: 14px 0; }
.article-hero p { max-width: 720px; color: #bfc7d3; font-size: 1.04rem; }
.article-main { padding: 36px 0 80px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; }
.article-content { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 44px); }
.article-content h2 { margin: 34px 0 14px; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 25px 0 9px; }
.article-content p { color: #424c5e; margin-bottom: 14px; }
.article-content ul, .article-content ol { color: #424c5e; padding-left: 22px; }
.article-content li + li { margin-top: 7px; }
.toc { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); position: sticky; top: 98px; }
.toc h3 { margin-bottom: 12px; }
.toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .88rem; border-bottom: 1px solid #f0f1f4; }
.toc a:hover { color: var(--blue); }
.data-table { width: 100%; border-collapse: collapse; margin: 18px 0 6px; font-size: .9rem; }
.data-table th, .data-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table th { width: 38%; color: var(--muted); font-weight: 500; }
.rating-box { display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: center; padding: 22px; margin: 22px 0; border: 1px solid #dbe9a4; background: #fbfff0; border-radius: 14px; }
.rating-score { text-align: center; }
.rating-score strong { display: block; font-size: 3.3rem; font-family: 'Space Grotesk'; line-height: 1; }
.stars { color: #e5a800; letter-spacing: 2px; font-size: 1.15rem; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.pros, .cons { padding: 18px; border-radius: 12px; }
.pros { background: #ecfbf3; }
.cons { background: #fff1f2; }
.pros h3 { color: var(--green); }
.cons h3 { color: var(--red); }
.pros ul, .cons ul { margin-bottom: 0; }
.review-date { padding-top: 18px; margin-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

.footer { background: var(--ink); color: #fff; padding: 44px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 32px; padding-bottom: 34px; }
.footer h3 { font-size: .92rem; margin-bottom: 14px; }
.footer p, .footer a { color: #aeb7c5; font-size: .84rem; }
.footer a:hover { color: var(--lime); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-brand p { max-width: 270px; margin-top: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #303a4b; padding-top: 20px; color: #8f99a8; font-size: .78rem; }
.footer-bottom a { color: #c7f327; }
.age-note { margin-bottom: 24px; padding: 13px 15px; border: 1px solid #364153; border-radius: 10px; color: #bfc7d3; font-size: .8rem; }

.cookie { position: fixed; z-index: 30; left: 18px; right: 18px; bottom: 18px; display: none; align-items: center; justify-content: space-between; gap: 18px; max-width: 760px; padding: 14px 16px; background: #222b3a; color: #fff; border: 1px solid #465269; border-radius: 12px; box-shadow: var(--shadow); font-size: .82rem; }
.cookie.show { display: flex; }
.cookie button { flex: none; border: 0; background: var(--lime); color: var(--ink); border-radius: 7px; padding: 8px 13px; font-weight: 700; cursor: pointer; }
.mobile-only { display: none; }

@media (max-width: 900px) {
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 67px; padding: 16px; background: #1b2331; border: 1px solid #354052; border-radius: 12px; flex-direction: column; align-items: stretch; gap: 3px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 8px; }
  .nav-menu { display: block; }
  .header-cta { display: none; }
  .hero-grid, .layout, .article-layout { grid-template-columns: 1fr; }
  .hero-panel { max-width: 520px; }
  .sidebar, .toc { position: static; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand { font-size: 1.04rem; }
  .brand-sub { display: none; }
  .hero { padding: 48px 0 50px; }
  .hero-grid { gap: 38px; }
  .hero-copy { font-size: .98rem; }
  .section { padding-top: 42px; }
  .section-head { display: block; }
  .section-head p { margin-top: 9px; }
  .section-link { display: inline-block; margin-top: 10px; }
  .casino-card { grid-template-columns: 56px minmax(0, 1fr); gap: 13px; padding: 15px; }
  .casino-logo { width: 56px; height: 56px; border-radius: 13px; font-size: 1.05rem; }
  .casino-title h3 { font-size: 1.06rem; }
  .casino-desc { font-size: .84rem; }
  .casino-offer { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 136px; gap: 12px; align-items: center; text-align: left; padding-top: 11px; border-top: 1px solid var(--line); }
  .casino-offer small { margin: 2px 0 0; }
  .quick-links, .bonus-grid, .faq-grid, .review-grid { grid-template-columns: 1fr; }
  .responsible { grid-template-columns: 1fr; padding: 24px; }
  .article-hero { padding: 40px 0 24px; }
  .article-content { padding: 22px 18px; }
  .rating-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .cookie { left: 12px; right: 12px; bottom: 12px; align-items: flex-start; font-size: .76rem; }
}

/* Template match: compact editorial casino layout, black / white / purple. */
:root {
  --ink: #0a0a0a;
  --ink-soft: #222;
  --muted: #6e6e73;
  --line: #dedede;
  --paper: #fff;
  --white: #fff;
  --lime: #6f00ff;
  --lime-dark: #5800c9;
  --blue: #6f00ff;
  --green: #007840;
  --red: #cf2e2e;
  --shadow: 0 8px 24px rgba(10, 10, 10, .08);
  --radius: 6px;
}

body { background: #fff; color: #0a0a0a; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; letter-spacing: -.025em; }
.container { width: min(1180px, calc(100% - 40px)); }
.site-header { background: #0a0a0a; box-shadow: none; }
.header-inner { min-height: 68px; }
.brand { font-size: 1.16rem; }
.brand-mark { width: 34px; height: 34px; border-radius: 7px; background: #6f00ff; color: #fff; transform: none; }
.brand-mark span { transform: none; }
.brand-sub { color: #969696; }
.main-nav { gap: 21px; font-size: .86rem; }
.main-nav a { color: #fff; }
.main-nav a:hover, .main-nav a[aria-current='page'] { color: #b886ff; }
.header-cta { background: #6f00ff; color: #fff; border-radius: 4px; padding: 9px 14px; }
.header-cta:hover, .button:hover { background: #5800c9; transform: none; }
.nav-menu { color: #fff; }

.eyebrow { color: #6f00ff; font-size: .72rem; letter-spacing: .08em; }
.eyebrow::before { background: #6f00ff; width: 7px; height: 7px; }
.hero { background: #fff; color: #0a0a0a; padding: 44px 0 46px; border-bottom: 1px solid #ececec; }
.hero::after { display: none; }
.hero h1 { max-width: 790px; margin: 15px 0 14px; font-size: clamp(2.25rem, 5vw, 4rem); }
.hero h1 em { color: #6f00ff; }
.hero-copy { color: #4d4d52; max-width: 670px; font-size: 1rem; }
.hero-actions { margin-top: 22px; }
.button { background: #6f00ff; color: #fff; border-radius: 4px; min-height: 42px; padding: 10px 16px; }
.button.secondary { color: #0a0a0a; border: 1px solid #0a0a0a; background: #fff; }
.button.secondary:hover { color: #fff; border-color: #6f00ff; background: #6f00ff; }
.hero-panel { background: #f3f4f5; color: #0a0a0a; border: 1px solid #ddd; border-radius: 6px; box-shadow: none; padding: 18px; }
.hero-panel-head { border-color: #ddd; }
.hero-panel-title, .hero-stat strong { color: #0a0a0a; }
.status-pill { background: #e9dbff; color: #6f00ff; border-radius: 4px; }
.status-pill::before { background: #6f00ff; }
.hero-stat { border-color: #ddd; }
.stat-rank { background: #e7e7e7; color: #6f00ff; border-radius: 4px; }
.hero-stat small { color: #6e6e73; }
.hero-stat-score { color: #6f00ff; }

.breadcrumb { padding-top: 16px; color: #777; font-size: .78rem; }
.page-main, .article-main { background: #fff; }
.section { padding-top: 42px; }
.section-head { margin-bottom: 16px; }
.section-head h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.section-link { color: #6f00ff; font-size: .84rem; }
.layout { gap: 24px; }
.card { border-color: #ddd; border-radius: 6px; box-shadow: none; }
.casino-card { padding: 17px; gap: 16px; }
.casino-card.featured { border-color: #c9a5ff; box-shadow: none; }
.casino-logo { border-radius: 4px; background: #0a0a0a; color: #fff; }
.casino-logo.lav { background: #e9dbff; color: #6f00ff; }
.casino-logo.blue { background: #e7f5fe; color: #0f35e0; }
.casino-logo.orange { background: #fcf0ef; color: #e9500e; }
.label { border-radius: 3px; background: #eee1ff; color: #6f00ff; }
.label.green { background: #e9fbe5; color: #007840; }
.card-meta { color: #606066; }
.card-meta b { color: #007840; }
.button.dark { background: #0a0a0a; color: #fff; }
.button.dark:hover { background: #6f00ff; }
.sidebar { top: 88px; }
.side-card { border-radius: 6px; box-shadow: none; }
.side-card.dark { background: #0a0a0a; border-color: #0a0a0a; }
.side-list li::before { background: #6f00ff; color: #fff; border-radius: 3px; }
.notice { border-radius: 4px; background: #fafae1; border-color: #f0df89; }
.quick-link { border-radius: 6px; box-shadow: none; }
.quick-link:hover { border-color: #6f00ff; box-shadow: none; transform: none; }
.quick-icon { border-radius: 4px; background: #e9dbff; color: #6f00ff; }
.quick-link:nth-child(2) .quick-icon { background: #e9fbe5; color: #007840; }
.quick-link:nth-child(3) .quick-icon { background: #fcf0ef; color: #e9500e; }
.quick-link:nth-child(4) .quick-icon { background: #e7f5fe; color: #0f35e0; }
.bonus-card { min-height: 156px; }
.bonus-card .bonus-icon { background: #6f00ff; color: #fff; border-radius: 4px; }
.responsible { border-radius: 6px; background: #0a0a0a; }
.responsible-card { border-radius: 4px; background: #181818; border-color: #333; }
.responsible-card strong { color: #b886ff; }
.faq-item { border-radius: 4px; }
.faq-item summary::after { color: #6f00ff; }

.article-hero { background: #fff; color: #0a0a0a; padding: 38px 0 20px; border-bottom: 1px solid #eee; }
.article-hero h1 { max-width: 820px; margin: 13px 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.article-hero p { color: #5d5d62; }
.article-layout { gap: 30px; }
.article-content { border: 0; border-radius: 0; padding: 4px 0; }
.article-content h2 { font-size: 1.8rem; margin-top: 30px; }
.article-content p, .article-content ul, .article-content ol { color: #3f3f43; }
.toc { border-radius: 6px; box-shadow: none; }
.rating-box { border-radius: 4px; border-color: #d6b8ff; background: #faf7ff; }
.rating-score strong { color: #6f00ff; }
.pros, .cons { border-radius: 4px; }

.footer { background: #0a0a0a; }
.footer h3 { color: #fff; }
.footer a:hover { color: #b886ff; }
.footer-bottom a { color: #b886ff; }
.age-note { border-radius: 4px; }
.cookie { border-radius: 4px; background: #0a0a0a; border-color: #333; }
.cookie button { background: #6f00ff; color: #fff; border-radius: 4px; }

@media (max-width: 900px) {
  .main-nav { background: #0a0a0a; border-radius: 4px; border-color: #333; }
}

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0; }
.detail-item { display: grid; gap: 4px; padding: 14px 15px; background: #f6f6f7; border: 1px solid #e2e2e2; border-radius: 4px; }
.detail-item strong { font-size: .9rem; }
.detail-item span { color: #626268; font-size: .84rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 18px; }
.pill-list span { padding: 7px 10px; color: #6f00ff; background: #f1e7ff; border: 1px solid #dfc8ff; border-radius: 4px; font-size: .82rem; font-weight: 700; }
.review-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0 8px; }
.review-quotes blockquote { margin: 0; padding: 16px; background: #f6f6f7; border: 1px solid #e2e2e2; border-radius: 4px; }
.review-quotes blockquote p { margin: 8px 0 12px; font-size: .88rem; }
.review-quotes cite { color: #6e6e73; font-size: .78rem; font-style: normal; }
@media (max-width: 620px) {
  .detail-grid, .review-quotes { grid-template-columns: 1fr; }
}
