:root{--wp--style--global--wide-size-d25ca059:1128px}.wp-block-cover.alignfull.is-layout-flow,.wp-block-cover.alignfull.alignwide.is-layout-constrained{padding:clamp(42px,7vw,88px) 20px;text-align:center}.wp-block-cover.alignfull.is-layout-flow,.wp-block-cover.alignfull.alignwide.is-layout-constrained h1{font-size:clamp(2rem,38px,4rem);line-height:1.08}.wp-block-group.is-style-toc.is-layout-flow,.wp-block-group.is-style-toc.alignwide.is-layout-constrained{max-width:var(--wp--style--global--content-size);margin:24px auto;padding:18px;border:var(--wp--custom--border-width) solid var(--wp--preset--color--contrast-3);border-radius:var(--wp--custom--radius)}.wp-block-group.is-layout-constrained.is-layout-flow,.wp-block-group.is-layout-constrained.alignwide.is-layout-constrained{max-width:var(--wp--style--global--wide-size);margin:0 auto var(--wp--preset--spacing--50);padding:20px}.wp-block-columns.alignwide.is-layout-flow,.wp-block-columns.alignwide.alignwide.is-layout-constrained{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:var(--wp--style--global--wide-size);margin-inline:auto}:where(.wp-block-group.is-style-offer.is-layout-flow,.wp-block-group.is-style-offer.alignwide.is-layout-constrained){max-width:var(--wp--style--global--content-size);margin:var(--wp--preset--spacing--50) auto;padding:24px;background:#fdfdfd;border-radius:var(--wp--custom--radius);box-shadow:var(--wp--custom--shadow)}.wp-block-table.is-style-stripes.is-layout-flow,.wp-block-table.is-style-stripes.alignwide.is-layout-constrained{max-width:100%;overflow-x:auto}.wp-block-details.is-style-faq.is-layout-flow,.wp-block-details.is-style-faq.alignwide.is-layout-constrained{max-width:var(--wp--style--global--content-size);margin:var(--wp--preset--spacing--50) auto}.wp-block-buttons.is-content-justification-center.is-layout-flow,.wp-block-buttons.is-content-justification-center.alignwide.is-layout-constrained{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border:0;border-radius:var(--wp--custom--radius);background:var(--wp--preset--color--accent);color:#fdfdfd;text-decoration:none}.wp-block-template-part.site-footer.is-layout-flow,.wp-block-template-part.site-footer.alignwide.is-layout-constrained{margin-top:var(--wp--preset--spacing--50);padding:36px 20px;color:#5b6470;border-top:1px solid var(--wp--preset--color--contrast-3)}@media(max-width:700px){.wp-block-columns.alignwide.is-layout-flow,.wp-block-columns.alignwide.alignwide.is-layout-constrained{grid-template-columns:1fr}}

:root {
  --bg-dark: #ffffff;
  --bg-dark-2: #f7f7f8;
  --bg-card-dark: #ffffff;
  --border-dark: #e5e7eb;
  --accent: #d97706;
  --accent-hover: #b45309;
  --accent-light: #fef3c7;
  --accent-text: #78350f;
  --on-accent: #0d1117;
  --text-white: #1a1a1a;
  --text-muted: #6b7280;
  --text-dark: #0d1117;
  --text-body: #374151;
  --bg-light: #ffffff;
  --bg-section: #f6f8fa;
  --bg-card: #f8fafc;
  --border: #d0d7de;
  --border-light: #d0d7de;
  --shadow: 0 1px 3px rgba(0,0,0,0.13), 0 8px 22px rgba(0,0,0,0.09);
  --shadow-card: 0 2px 7px rgba(0,0,0,0.09);
  --radius-btn: 22px;
  --radius-card: 16px;
  --radius-badge: 20px;
  --radius-toc: 12px;
  --size-hero-pad: 52px 0 42px;
  --size-card-pad: 18px;
  --size-section-gap: 26px;
  --size-h2-size: 25px;
  --size-body: 15.5px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Manrope', system-ui, sans-serif; background: var(--bg-light); color: var(--text-body); line-height: 1.8; }
a { color: inherit; text-decoration: none; }


header { position: sticky; top: 0; z-index: 100; background: var(--bg-dark); padding: 0 20px; }
header .e80b-header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 99px; } 
header.e80b-scrolled { backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--border-dark); }
.e80b-logo { font-size: 20px; font-weight: 700; color: var(--text-white); display: inline-flex; align-items: center; }

.e80b-logo-img { height: 86px; width: auto; max-width: 390px; object-fit: contain; display: block; }

.related-reviews { max-width: 900px; margin: 40px auto; padding: 24px 20px; border-top: 1px solid var(--border-light); }
.related-title { font-size: 22px; font-weight: 800; color: var(--text-dark); margin: 0 0 16px; }
.related-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.related-item a { display: block; padding: 12px 16px; border: 1px solid var(--border-light); border-radius: var(--radius-card); color: var(--text-dark); text-decoration: none; font-weight: 600; font-size: 15px; transition: border-color .2s, background .2s; }
.related-item a:hover { border-color: var(--accent); background: var(--bg-light); }
.e80b-logo span { color: var(--accent); }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--text-muted); font-size: 14px; font-weight: 500; will-change: opacity; transition: opacity 0.2s; }
nav a:hover { color: var(--text-white); }
.e80b-burger { display: none; background: none; border: none; color: var(--text-white); font-size: 22px; cursor: pointer; }


nav .e80b-nav-menu { list-style:none; margin:0; padding:0; display:flex; gap:6px; align-items:center; }
nav .e80b-nav-menu > li { position:relative; }
nav .e80b-nav-menu > li > a, nav .e80b-nav-menu > li > .e80b-nav-label {
  display:inline-flex; align-items:center; gap:4px; padding:8px 12px; border-radius: var(--radius-card);
  color:var(--text-muted); font-size:14px; font-weight:600; cursor:pointer; white-space:nowrap;
  transition:color .15s, background .15s; }
nav .e80b-nav-menu > li > a:hover, nav .e80b-nav-menu > li:hover > .e80b-nav-label,
nav .e80b-nav-menu > li:hover > a { color:var(--text-white); background:rgba(255,255,255,.06); }
.e80b-nav-caret { font-size:11px; opacity:.6; transform:rotate(90deg); display:inline-block; }
.e80b-nav-sub .e80b-nav-caret { transform:none; margin-left:auto; padding-left:8px; }
nav .e80b-nav-sub { list-style:none; margin:0; padding:6px; position:absolute; top:100%; left:0;
  min-width:230px; background:var(--bg-dark,#16181d); border:1px solid var(--border-dark,rgba(255,255,255,.12));
  border-radius:10px; box-shadow:0 10px 28px rgba(0,0,0,.45); display:none; z-index:200; }
nav .e80b-nav-sub .e80b-nav-sub { z-index:210; }
nav .e80b-nav-has-sub:hover > .e80b-nav-sub { display:block; }
nav .e80b-nav-sub li { position:relative; }
nav .e80b-nav-sub li > a, nav .e80b-nav-sub li > .e80b-nav-label {
  display:flex; align-items:center; padding:8px 12px; border-radius: var(--radius-btn); color:var(--text-muted);
  font-size:14px; font-weight:500; white-space:nowrap; transition:color .15s, background .15s; }
nav .e80b-nav-sub li > .e80b-nav-label { font-weight:700; color:var(--text-white); opacity:.85; cursor:default; }
nav .e80b-nav-sub li > a:hover { color:var(--text-white); background:var(--accent,#6c5ce7); }

nav .e80b-nav-sub .e80b-nav-sub { top:-7px; right:calc(100% + 6px); left:auto; }
nav .e80b-nav-sub .e80b-nav-caret { transform:rotate(180deg); }
nav .e80b-nav-sub .e80b-nav-has-sub:hover > .e80b-nav-sub { display:block; }

nav .e80b-nav-menu > li:last-child > .e80b-nav-sub { left:auto; right:0; }
@media (max-width:860px) {
  nav .e80b-nav-menu { flex-direction:column; align-items:stretch; gap:2px; width:100%; }
  nav .e80b-nav-menu > li > a, nav .e80b-nav-menu > li > .e80b-nav-label { padding:12px 14px; }
  nav .e80b-nav-sub { position:static; display:block; min-width:0; box-shadow:none; border:none;
    background:transparent; padding:0 0 0 16px; }
  .e80b-nav-caret { display:none; }
  nav .e80b-nav-sub .e80b-nav-sub { left:0; }
}


.e80b-hero { background: var(--bg-dark); color: var(--text-white); padding: 40px 20px 24px; contain: layout; }
.e80b-hero-inner { max-width: 900px; margin: 0 auto; }

.e80b-byline { display: inline-flex; align-items: center; gap: 12px; margin: 18px 0 24px; padding: 10px 16px 10px 10px; background: var(--bg-card-dark); border: 1px solid var(--border-dark); border-radius: 10px; }
.e80b-byline .e80b-avatar-sm, .e80b-byline .e80b-avatar-md, .e80b-byline img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.e80b-byline-meta { display: flex; flex-direction: column; gap: 3px; }
.e80b-byline-row { font-size: 14px; line-height: 1.3; }
.e80b-byline-lbl { font-weight: 700; color: var(--text-white); }
.e80b-byline-author { color: var(--accent); font-weight: 600; text-decoration: underline; }
.e80b-byline-date { color: var(--accent); font-weight: 600; }
.e80b-hero h1 { font-size: 42px; font-weight: 900; line-height: 1.1; max-width: 700px; margin-bottom: 20px; }
.e80b-hero-sub { font-size: 18px; color: var(--text-muted); line-height: 1.7; max-width: 620px; margin: 0 auto 32px; text-align: center; }


.e80b-hero-review { color: #1a1a1a; padding: 52px 20px 44px; }
.e80b-hero-review .e80b-hero-inner { max-width: 900px; margin: 0 auto; }
.e80b-hero-review h1 { font-size: 50px; font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; color: #1a1a1a; max-width: 100%; margin: 0 0 8px; }
.e80b-hero-crumb { font-size: 13px; color: #8a8f98; font-weight: 400; }
.e80b-hero-crumb a { color: #8a8f98; text-decoration: none; }
.e80b-hero-crumb a:hover { color: #555; text-decoration: underline; }
.e80b-hero-crumb-sep { margin: 0 7px; color: #b0b4ba; }
.e80b-hero-crumb-cur { color: #555; }

.e80b-byline-wrap { max-width: 900px; margin: 0 auto; padding: 22px 20px 0; }
.e80b-byline-wrap .e80b-byline { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; padding: 0; background: none; border: none; border-radius: 0; }
.e80b-byline-wrap .e80b-byline img, .e80b-byline-wrap .e80b-byline .e80b-avatar-sm, .e80b-byline-wrap .e80b-byline .e80b-avatar-md { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.e80b-byline-wrap .e80b-byline-meta { display: flex; flex-direction: column; gap: 2px; }
.e80b-byline-facts { font-size: 11px; color: #888; font-weight: 400; line-height: 1.2; }
.e80b-byline-wrap .e80b-byline-author { color: var(--accent); font-weight: 600; font-size: 15px; text-decoration: none; line-height: 1.25; }
.e80b-byline-wrap .e80b-byline-author:hover { text-decoration: underline; }
.e80b-byline-wrap .e80b-byline-row { font-size: 14px; line-height: 1.3; color: #5a8fb0; }
.e80b-byline-wrap .e80b-byline-lbl { font-weight: 400; color: #5a8fb0; }
.e80b-byline-wrap .e80b-byline-date { color: #5a8fb0; font-weight: 400; }

.e80b-byline-wrap .e80b-hero-sub { font-size: 16px; color: #555; line-height: 1.6; max-width: 100%; margin: 0; text-align: left; }
@media (max-width: 860px) {
  .e80b-hero-review { padding: 22px 16px 18px; }
  .e80b-hero-review h1 { font-size: 30px; letter-spacing: -0.3px; }
  .e80b-byline-wrap { padding: 16px 16px 0; }
  .e80b-byline-wrap .e80b-hero-sub { font-size: 16px; }
}

.e80b-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 32px; }
.e80b-stat-card { border: 1px solid var(--border-dark); border-radius: 10px; padding: 16px 20px; background: rgba(255,255,255,0.04); }
.e80b-stat-num { font-size: 28px; font-weight: 800; color: var(--text-white); }
.e80b-stat-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }
.e80b-cta-btn { display: inline-block; background: var(--accent); will-change: transform, opacity; color: white; font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: var(--radius-btn); border: none; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 12px rgba(34,197,94,0.35); margin-bottom: 24px; }
.e80b-cta-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }

.e80b-author-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--bg-card-dark); border: 1px solid var(--border-dark); border-radius: 50px; padding: 8px 16px 8px 8px; text-decoration: none; transition: opacity .15s; }
.e80b-author-badge:hover { border-color: var(--accent); }
.e80b-avatar-sm { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: white; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.e80b-author-badge .e80b-author-name { font-weight: 600; font-size: 14px; color: var(--text-white); }
.e80b-author-badge .e80b-author-title { font-size: 12px; color: var(--text-muted); }


.e80b-content-wrap { max-width: 900px; margin: 0 auto; padding: 0 20px 80px; }
.e80b-content-section { padding-top: 56px; border-top: 1px solid var(--border-light); margin-top: 48px; }
.e80b-content-section:first-child { border-top: none; margin-top: 0; }
.e80b-content-section h2 { font-size: 28px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; }
.e80b-section-img { width: 100%; height: 340px; object-fit: cover; border-radius: 10px; margin-bottom: 24px; display: block; }
.e80b-content-section p { font-size: 17px; line-height: 1.8; color: var(--text-body); margin-bottom: 16px; }
.e80b-content-section h3 { font-size: 20px; font-weight: 600; color: var(--text-dark); margin: 28px 0 12px; }


.e80b-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--border-light); margin-bottom: 24px; }
.e80b-table-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.e80b-table-wrap thead tr { background: var(--bg-dark); color: var(--text-white); }
.e80b-table-wrap thead th { padding: 12px 16px; font-weight: 600; text-align: left; }
.e80b-table-wrap tbody tr:nth-child(even) { background: var(--bg-section); }
.e80b-table-wrap tbody tr:hover { background: #e8f4fd; }
.e80b-table-wrap tbody td { padding: 11px 16px; border-bottom: 1px solid var(--border-light); }
.e80b-table-wrap tbody td:first-child { font-weight: 600; }


.e80b-content-section ul, .e80b-content-section ol { padding-left: 0; list-style: none; margin-bottom: 20px; }
.e80b-content-section ul li, .e80b-content-section ol li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 16px; line-height: 1.6; }

.e80b-content-section ul li::before { content: ""; width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px; background-color: var(--accent); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; }

.e80b-content-section ul li.e80b-term-item { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.e80b-content-section ul li.e80b-term-item::before { display: none; }
.e80b-content-section ul li.e80b-term-item .e80b-term-label { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; color: var(--text-dark); margin-bottom: 4px; }
.e80b-content-section ul li.e80b-term-item .e80b-term-label::before { content: ""; display: inline-block; width: 14px; height: 14px; background-color: var(--accent); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; }
.e80b-content-section ul li.e80b-term-item .e80b-term-desc { font-size: 15px; color: var(--text-body); line-height: 1.6; }

.e80b-sat-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.e80b-sat-pros, .e80b-sat-cons { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; }
.e80b-sat-pros { border-left: 3px solid #22c55e; } .e80b-sat-cons { border-left: 3px solid #ef4444; }
.e80b-sat-proscons-h { font-size: 15px; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .4px; }
.e80b-sat-pros .e80b-sat-proscons-h { color: #16a34a; } .e80b-sat-cons .e80b-sat-proscons-h { color: #dc2626; }
.e80b-sat-pc-ico { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; font-size: 12px; font-weight: 900; flex-shrink: 0; }
.e80b-sat-pros .e80b-sat-pc-ico { background: #dcfce7; color: #16a34a; } .e80b-sat-cons .e80b-sat-pc-ico { background: #fee2e2; color: #dc2626; }
.e80b-sat-proscons ul { margin: 0; padding: 0; list-style: none; }
.e80b-sat-proscons li { position: relative; margin: 0 0 9px; padding-left: 22px; font-size: 14px; line-height: 1.55; color: var(--text-body); }
.e80b-sat-proscons li::before { display: none; }
.e80b-sat-proscons li::after { position: absolute; left: 0; top: 0; font-weight: 900; font-size: 13px; }
.e80b-sat-pros li::after { content: "\2714"; color: #16a34a; } .e80b-sat-cons li::after { content: "\2716"; color: #dc2626; }
@media (max-width: 680px) { .e80b-sat-proscons { grid-template-columns: 1fr; } }

.e80b-sat-paygrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; margin: 22px 0; }
.e80b-sat-paycard { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; row-gap: 2px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; transition: border-color .15s, transform .15s; }
.e80b-sat-paycard:hover { border-color: var(--accent); transform: translateY(-2px); }
.e80b-sat-paylogo { grid-row: 1 / span 2; display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 33px; border-radius: var(--radius-btn); overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.2); background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .2px; }
.e80b-sat-paycard-name { font-size: 14.5px; font-weight: 800; color: var(--text-dark); }
.e80b-sat-paycard-desc { grid-column: 2; font-size: 12.5px; color: var(--text-body); line-height: 1.5; }
@media (max-width: 520px) { .e80b-sat-paygrid { grid-template-columns: 1fr 1fr; } .e80b-sat-paylogo { width: 46px; height: 29px; } }

.e80b-sat-infocards { display: flex; flex-direction: column; gap: 10px; margin: 22px 0; }
.e80b-sat-infocard { background: var(--bg-card); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 10px; padding: 14px 16px 14px 18px; }
.e80b-sat-infocard-label { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; }
.e80b-sat-infocard-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.e80b-sat-infocard-desc { font-size: 14px; color: var(--text-body); line-height: 1.6; }
.e80b-content-section ol { counter-reset: ol-counter; }
.e80b-content-section ol li { counter-increment: ol-counter; }
.e80b-content-section ol li::before { content: counter(ol-counter); background: var(--accent); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }


.e80b-faq-item { margin-bottom: 12px; }
.e80b-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: var(--bg-section); border-radius: var(--radius-card); cursor: pointer; font-weight: 600; font-size: 16px; border-left: 3px solid var(--accent); border: 1px solid var(--border-light); border-left: 3px solid var(--accent); }
.e80b-faq-icon { color: var(--accent); transition: transform 0.2s; }
.e80b-faq-answer { padding: 0 20px 16px; border-left: 3px solid var(--accent); margin-top: -4px; background: var(--bg-section); border-radius: 0 0 8px 8px; display: none; }
.e80b-faq-item.e80b-open .e80b-faq-answer { display: block; }
.e80b-faq-item.e80b-open .e80b-faq-icon { transform: rotate(180deg); }


.e80b-author-box { background: var(--accent-light); border-left: 4px solid var(--accent); border-radius: 10px; padding: 24px; margin: 48px 0; }
.e80b-author-box-inner { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.e80b-avatar-lg { width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: white; font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.e80b-author-box .e80b-author-name { font-weight: 700; font-size: 17px; color: var(--text-dark); }
.e80b-author-box .e80b-author-role { font-size: 13px; color: var(--text-muted); }
.e80b-author-box p { font-size: 15px; color: var(--text-body); margin-bottom: 12px; }
.e80b-author-expertise { list-style: none; padding: 0; margin-bottom: 16px; }
.e80b-author-expertise li { font-size: 14px; color: var(--accent-text); padding: 3px 0; }
.e80b-author-expertise li::before { content: ""; display:inline-block; width:13px; height:13px; margin-right:6px; background-color: var(--accent); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/contain no-repeat; }
.e80b-author-box a { color: var(--accent); font-weight: 600; font-size: 14px; }


.e80b-reviewers { max-width: 900px; margin: 0 auto; padding: 48px 20px; }
.e80b-reviewers h2 { font-size: 22px; font-weight: 700; margin-bottom: 24px; color: var(--text-dark); }
.e80b-reviewers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.e80b-reviewer-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; padding: 20px; box-shadow: var(--shadow-card); }
.e80b-reviewer-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.e80b-avatar-md { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-dark); color: white; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.e80b-reviewer-name { font-weight: 700; font-size: 15px; }
.e80b-reviewer-role { font-size: 13px; color: var(--text-muted); }
.e80b-reviewer-stars { color: #f59e0b; margin-bottom: 4px; }
.e80b-reviewer-date { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.e80b-reviewer-quote { font-style: italic; font-size: 14px; color: var(--text-body); line-height: 1.6; border-left: 2px solid var(--accent-light); padding-left: 12px; }


footer { background: var(--bg-dark); color: var(--text-muted); padding: 40px 20px 24px; }
.e80b-footer-inner { max-width: 1100px; margin: 0 auto; }
.e80b-footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }

.e80b-footer-top-center { justify-content: center; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid var(--border-dark); }
.e80b-footer-logo-c { display: inline-flex; }
.e80b-footer-logo-c img { max-height: 76px; width: auto; }
.e80b-footer-links-section { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; text-align: center; margin-bottom: 28px; }
.e80b-footer-links-col { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.e80b-footer-rg-badges { justify-content: center; }
.e80b-footer-nav { display: flex; gap: 20px; flex-wrap: wrap; }
.e80b-footer-nav a { color: var(--text-muted); font-size: 13px; transition: opacity 0.2s; }
.e80b-footer-nav a:hover { color: var(--text-white); }
.e80b-footer-links-section { display: flex; gap: 40px; flex-wrap: wrap; border-top: 1px solid var(--border-dark); padding-top: 20px; margin-bottom: 20px; }
.e80b-footer-links-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #64748b; margin-bottom: 10px; }
.e80b-footer-links-col a { display: block; font-size: 12px; color: var(--text-muted); margin-bottom: 6px; transition: opacity .2s; }
.e80b-footer-links-col a:hover { color: var(--text-white); }
.e80b-footer-rg-badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.e80b-footer-rg-link { font-size: 13px; color: var(--text-muted); text-decoration: underline; text-underline-offset: 2px; transition: color .15s; }
.e80b-footer-rg-link:hover { color: var(--text-white); }
.e80b-footer-age { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #ef4444; border-radius: 50%; font-size: 10px; font-weight: 800; color: #fff; flex-shrink: 0; }
.e80b-footer-bottom { border-top: 1px solid var(--border-dark); padding-top: 16px; text-align: center; }
.e80b-footer-copy { font-size: 12px; margin-bottom: 6px; }
.e80b-footer-disclaimer { font-size: 11px; max-width: 700px; margin: 0 auto; line-height: 1.6; color: #475569; }


.e80b-author-hero { background: var(--bg-dark); color: var(--text-white); padding: 64px 20px; text-align: center; }
.e80b-avatar-xl { width: 96px; height: 96px; border-radius: 50%; background: var(--accent); color: white; font-size: 36px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.e80b-author-hero h1 { font-size: 36px; font-weight: 800; margin-bottom: 8px; }
.e80b-author-hero .e80b-role { font-size: 18px; color: var(--text-muted); margin-bottom: 16px; }
.e80b-author-hero .e80b-bio { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.e80b-author-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 600px; margin: 0 auto; }
.e80b-expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 48px auto; padding: 0 20px; }
.e80b-expertise-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; padding: 20px; }
.e80b-expertise-icon { font-size: 32px; margin-bottom: 10px; }
.e80b-expertise-title { font-weight: 700; font-size: 16px; color: var(--text-dark); margin-bottom: 6px; }
.e80b-expertise-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.e80b-methodology { background: var(--bg-section); padding: 48px 20px; }
.e80b-methodology-inner { max-width: 900px; margin: 0 auto; }
.e80b-methodology h2 { font-size: 24px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; }
.e80b-methodology p { font-size: 16px; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }
.e80b-recent-articles { max-width: 900px; margin: 0 auto; padding: 48px 20px; }
.e80b-recent-articles h2 { font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 24px; }
.e80b-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.e80b-article-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-card); }
.e80b-article-img { width: 100%; height: 140px; object-fit: cover; }
.e80b-article-body { padding: 16px; }
.e80b-article-title { font-weight: 600; font-size: 15px; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.e80b-article-date { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.e80b-article-link { color: var(--accent); font-size: 13px; font-weight: 600; }


.e80b-toc-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; max-width: 860px; margin: 0 auto 16px; overflow: hidden; contain: layout; min-height: 54px; }
.e80b-toc-toggle { width: 100%; display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: none; border: none; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text-dark); text-align: left; }
.e80b-toc-toggle:hover { background: rgba(0,0,0,.03); }
.e80b-toc-toggle-icon { font-size: 16px; color: var(--accent); }
.e80b-toc-arrow { margin-left: auto; font-size: 12px; color: var(--text-muted); transition: transform .25s; }
.e80b-toc-block.e80b-open .e80b-toc-arrow { transform: rotate(180deg); }
.e80b-toc-list { display: none; padding: 0 20px 16px; border-top: 1px solid var(--border); }
.e80b-toc-block.e80b-open .e80b-toc-list { display: block; }
.e80b-toc-link { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; font-size: 14px; color: var(--text-body); border-bottom: 1px solid var(--border); transition: opacity .2s; }
.e80b-toc-link:last-child { border-bottom: none; }
.e80b-toc-link:hover { color: var(--accent); }
.e80b-toc-num { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }


@media (max-width: 768px) {
  
  .e80b-burger, [class*="burger"] { display: block !important; margin-left: auto; font-size: 30px; }
  .e80b-logo-img, [class*="logo"] img { height: 117px !important; max-width: 468px; } 
  nav { display: none; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; left: auto; width: 78%; max-width: 320px; background: var(--bg-dark); padding: 72px 20px 24px; z-index: 999; box-shadow: -8px 0 32px rgba(0,0,0,.5); overflow-y: auto; }
  nav.e80b-open, nav[class*="open"] { display: flex; }
  nav .e80b-nav-menu, nav [class*="nav-menu"] { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
  nav .e80b-nav-menu > li > a, nav .e80b-nav-menu > li > .e80b-nav-label,
  nav [class*="nav-menu"] > li > a, nav [class*="nav-menu"] > li > [class*="nav-label"] { font-size: 16px; padding: 13px 14px; }
  .e80b-hero { padding: 24px 16px 16px; }
  .e80b-hero h1 { font-size: 26px; font-weight: 900; line-height: 1.15; max-width: 100%; margin-bottom: 12px; letter-spacing: -0.3px; contain: layout; }
  .e80b-hero-sub { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
  .e80b-hero-rating { font-size: 13px; margin-bottom: 16px; }
  .e80b-author-badge { padding: 6px 12px; }
  .e80b-cta-btn { font-size: 15px; padding: 12px 20px; }
  .e80b-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .e80b-reviewers-grid { grid-template-columns: 1fr; }
  .e80b-expertise-grid { grid-template-columns: 1fr; }
  .e80b-articles-grid { grid-template-columns: 1fr; }
  .e80b-author-stats { grid-template-columns: 1fr; }
  .e80b-footer-top { flex-direction: column; }
}
@media (max-width: 480px) {
  .e80b-hero h1 { font-size: 26px; font-weight: 900; line-height: 1.2; }
}
.ud5d-section { max-width:920px; margin:0 auto 40px; font-family:inherit }
.ud5d-heading { font-size:30px; font-weight:800; margin:0 0 22px; color:#111 }
.ud5d-grid { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:22px }
.ud5d-item-wrap { display:block }
.ud5d-item-wrap.ud5d-hidden, .ud5d-item-wrap[hidden] { display:none }
.ud5d-card { background:#fff; border:1px solid #e2e2e2; border-radius:12px;
  box-shadow:0 1px 3px rgba(0,0,0,.06); overflow:hidden; transition:box-shadow .2s; }
.ud5d-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.10) }
.ud5d-top .ud5d-card { border-color:var(--v685,#d97706); box-shadow:0 2px 10px rgba(54,169,225,.15) }
.ud5d-card-head { display:flex; justify-content:space-between; align-items:center;
  padding:16px 24px; border-bottom:1px solid #ececec; }
.ud5d-head-left { display:flex; align-items:baseline; gap:8px; min-width:0 }
.ud5d-brand-name { font-size:20px; font-weight:700; color:#111;
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
.ud5d-rating { display:flex; align-items:center; gap:4px; flex-shrink:0 }
.ud5d-star { display:inline-flex; line-height:0 }
.ud5d-rating-num { font-size:18px; font-weight:800; color:#111 }
.ud5d-rating-max { font-size:13px; color:#9aa0a6; font-weight:600 }
.ud5d-shot { display:block; margin:0 24px; border-radius:8px; overflow:hidden; border:1px solid #ececec; max-height:150px; line-height:0 }
.ud5d-shot-img { width:100%; height:auto; max-height:150px; object-fit:cover; object-position:top center; display:block }
.ud5d-card-body { display:grid; grid-template-columns:240px 1fr 220px;
  gap:20px; padding:22px 24px; align-items:stretch; }
.ud5d-logo-box { background:#1a1a1a; border-radius:8px; min-height:104px;
  display:flex; align-items:center; justify-content:center;
  text-decoration:none; padding:12px; overflow:hidden; }
.ud5d-logo-plate { background:transparent; border-radius:8px; padding:6px 10px; display:flex;
  align-items:center; justify-content:center; max-width:100%; max-height:88px }
.ud5d-logo-img { max-width:100%; max-height:64px; object-fit:contain; display:block }
.ud5d-logo-cover { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; border-radius:8px }
.ud5d-logo-box { position:relative }
.ud5d-logo-text { color:#fff; font-size:22px; font-weight:800; text-align:center;
  letter-spacing:.3px; line-height:1.2 }
.ud5d-bonus-box { background:#f5f5f5; border-radius:8px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:14px 18px; gap:4px; }
.ud5d-bonus-val { font-size:20px; font-weight:800; color:#111; line-height:1.25 }
.ud5d-bonus-lbl { color:#888; font-size:14px; font-weight:600 }
.ud5d-play-btn { display:flex; align-items:center; justify-content:center;
  background:var(--v685,#d97706); color:#fff !important; font-size:18px; font-weight:700;
  border-radius:8px; text-decoration:none; min-height:60px; padding:14px 18px;
  transition:background .2s, transform .1s; text-align:center; }
.ud5d-play-btn:hover { filter:brightness(.92); transform:translateY(-1px) }
.ud5d-toggle-row { list-style:none; grid-column:1/-1; text-align:center; padding:4px 0 }
.ud5d-toggle-btn { background:#fff; color:#111; border:1px solid #d6d6d6; font-size:15px;
  font-weight:700; padding:13px 34px; border-radius:8px; cursor:pointer;
  transition:background .2s,border-color .2s; }
.ud5d-toggle-btn:hover { background:#f5f5f5; border-color:var(--v685,#d97706) }
.ud5d-footer-dis { font-size:13px; color:#9aa0a6; text-align:center; margin-top:14px; line-height:1.5; }
.ud5d-aware-link { color:#9aa0a6; text-decoration:underline }
@media(max-width:720px) {
  .ud5d-heading { font-size:24px }
  .ud5d-card-body { grid-template-columns:1fr; gap:14px; padding:18px }
  .ud5d-card-head { padding:14px 18px }
  .ud5d-brand-name { font-size:18px }
  .ud5d-logo-box { min-height:88px }
  .ud5d-play-btn { min-height:54px; font-size:17px }
}


.w792-section { max-width:920px; margin:0 auto 40px; font-family:inherit }
.w792-h2 { font-size:26px; font-weight:800; color:#111; margin:0 0 12px }
.w792-intro { font-size:16px; color:#555; line-height:1.6; margin:0 0 18px }
.w792-table { width:100%; border-collapse:collapse; border:1px solid #e6e6e6;
  border-radius:8px; overflow:hidden; font-size:14px; }
.w792-table thead th { background:#f5f5f5; color:#333; font-weight:700;
  text-align:left; padding:12px 14px; border-bottom:1px solid #e6e6e6;
  font-size:14px; }
.w792-th-rank { width:64px; text-align:center }
.w792-th-rating { width:90px }
.w792-table tbody td { padding:12px 14px; border-bottom:1px solid #efefef; color:#333; vertical-align:middle }
.w792-table tbody td.w792-rank { text-align:center }
.w792-table tbody tr:nth-child(even) td { background:#fafafa }
.w792-table tbody tr:last-child td { border-bottom:none }
.w792-rank { color:#888; font-weight:700; text-align:center }
.w792-casino { font-weight:600; color:#1a1a1a }
.w792-rating { white-space:nowrap; color:#888 }
.w792-rating .w792-num { color:var(--v685,#d97706); font-weight:800 }
.w792-bonus { color:#333 }
.w792-licence { color:#444 }
.w792-feature { color:#444 }
.w792-list { margin:0; padding:0 0 0 22px; color:#444; font-size:16px; line-height:1.7 }
.w792-list li { margin:0 0 8px }
.w792-list li b { color:#1a1a1a }

.qcad-section { max-width:920px; margin:0 auto 44px; font-family:inherit }
.qcad-h2 { font-size:26px; font-weight:800; color:#111; margin:0 0 12px }
.qcad-intro { font-size:16px; color:#555; line-height:1.6; margin:0 0 26px }
.qcad-item { margin:0 0 38px }
.qcad-h3 { font-size:23px; font-weight:800; color:#1a1a1a; margin:0 0 16px; line-height:1.25 }
.qcad-shot { margin:0 0 16px; border-radius:10px; overflow:hidden; border:1px solid #e6e6e6; line-height:0 }
.qcad-shot-img { width:100%; height:auto; display:block }
.qcad-para { font-size:16px; color:#555; line-height:1.65; margin:0 0 16px }

.qcad-pc { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:0 0 8px }
.qcad-pros, .qcad-cons { border:1px solid #e6e6e6; border-radius:10px; padding:14px 16px; background:#fafafa }
.qcad-pros { border-left:4px solid #16a34a }
.qcad-cons { border-left:4px solid #dc2626 }
.qcad-pc-lbl { font-size:14px; font-weight:800; margin:0 0 8px; text-transform:uppercase; letter-spacing:.3px }
.qcad-pros .qcad-pc-lbl { color:#16a34a }
.qcad-cons .qcad-pc-lbl { color:#dc2626 }
.qcad-pc-list { list-style:none; margin:0; padding:0 }
.qcad-pc-list li { font-size:14px; color:#444; line-height:1.45; padding:4px 0 4px 24px; position:relative }
.qcad-pros .qcad-pc-list li::before { content:"✓"; position:absolute; left:2px; color:#16a34a; font-weight:800 }
.qcad-cons .qcad-pc-list li::before { content:"✗"; position:absolute; left:2px; color:#dc2626; font-weight:800 }
@media(max-width:720px) {
  .w792-h2 { font-size:22px }
  .w792-table { font-size:13px }
  .w792-table thead th, .w792-table tbody td { padding:9px 10px }
  .qcad-h2 { font-size:22px }
  .qcad-h3 { font-size:20px }
  .qcad-pc { grid-template-columns:1fr; gap:12px }
}
[data-jf01-nav][data-jf01-open="true"]{display:flex!important}[data-jf01-faq-item][data-jf01-open="true"]>[data-jf01-faq-answer]{display:block!important}[data-jf01-faq-item][data-jf01-open="true"] [data-jf01-faq-icon]{transform:rotate(180deg)}
