*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.65; color: #2c3e50; background: #fff; }
img {  }
a { color: #ff2453; text-decoration: none; transition: all 0.3s ease; }
a:hover { text-decoration: underline; }

/* ===== LAYOUT ===== */
.container {  }
.content-wrap { }


/* ===== HERO ===== */
.article-hero { padding: 40px 0 30px; border-bottom: 1px solid #f1f3f4; }
.article-hero h1 { font-family: 'Roboto Slab', serif; font-size: 2.1em; font-weight: 700; line-height: 1.2; color: #111; margin-bottom: 15px; }
.article-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.article-meta-item { font-size: 13px; color: #7f8c8d; }
.article-meta-item i { margin-right: 5px; color: #ff2453; }
.author-box {  align-items: center; gap: 12px; padding: 15px 20px; background: #f1f3f4; border-radius: 5px; margin-bottom: 20px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: #dfe6e9; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-avatar i { font-size: 22px; color: #7f8c8d; }
.author-name { font-weight: 700; font-size: 14px; color: #111; }
.author-title { font-size: 12px; color: #7f8c8d; }
.article-intro { font-size: 1.05em; color: #2c3e50; line-height: 1.7; }

/* ===== ARTICLE BODY ===== */
.article-body { padding: 35px 0; }
.article-body h2 { font-family: 'Roboto Slab', serif; font-size: 1.55em; font-weight: 700; color: #111; margin: 40px 0 18px; padding-bottom: 10px; border-bottom: 2px solid #f1f3f4; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.15em; font-weight: 700; color: #2e3246; margin: 28px 0 12px; }
.article-body p { margin-bottom: 16px; color: #2c3e50; }
.article-body strong { color: #111; }
.article-body ul { padding-left: 0; list-style: none; margin-bottom: 16px; }
.article-body ul li { padding: 4px 0 4px 22px; position: relative; }
.article-body ul li::before { content: '\f111'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #ff2453; font-size: 7px; position: absolute; left: 2px; top: 9px; }
.article-body em { color: #7f8c8d; font-style: italic; font-size: 0.9em; }

/* ===== TOC ===== */
.toc-box { background: #f1f3f4; border-radius: 5px; padding: 20px 25px; margin: 25px 0; }
.toc-box h4 { font-size: 0.9em; font-weight: 700; color: #2e3246; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.toc-list { list-style: none; padding: 0; columns: 2; column-gap: 20px; }
.toc-list li { break-inside: avoid; padding: 3px 0; }
.toc-list a { font-size: 0.88em; color: #2e3246; }
.toc-list a:hover { color: #ff2453; text-decoration: none; }
.toc-list a::before { content: '→ '; color: #ff2453; }

/* ===== ORG3 CARDS ===== */
.topliste-wrap { margin: 20px 0 30px; }
.org3-list { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; }
.org3-item { position: relative; }
.org3-card {
  border-radius: 5px; background: #fff;
  box-shadow: 0 10px 40px rgba(109,141,173,0.25);
  transition: box-shadow 0.4s ease;
  display: grid;
  grid-template-columns: 180px 1fr auto auto;
  align-items: center;
  overflow: visible;
  padding: 12px 0;
}
.org3-card:hover { box-shadow: 0 15px 40px rgba(109,141,173,0.5); }
.org3-rank { position: absolute; top: -14px; left: 30px; width: 30px; height: 42px; background: #be2edd; border-radius: 5px; z-index: 2; display: flex; align-items: center; justify-content: center; }
.org3-rank::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 12px; background: rgba(0,0,0,0.1); border-radius: 5px 5px 0 0; }
.org3-item:first-child .org3-rank { background: #ff2453; }
.org3-rank span { color: #fff; font-weight: 700; font-size: 1em; position: relative; z-index: 1; }
.org3-logo { display: flex; align-items: center; justify-content: center; padding: 10px 20px 10px 30px; border-right: 1px solid #d6d7db; height: 80px; }
.org3-logo img { width: 120px; height: 55px; object-fit: contain; border-radius: 5px; background: #f8f9fa; }
.org3-terms { padding: 10px 20px; border-right: 1px solid #d6d7db; }
.org3-terms-label { font-size: 12px; color: #7f8c8d; margin-bottom: 3px; }
.org3-terms-value { font-size: 24px; font-weight: 700; color: #111; line-height: 1.1; margin-bottom: 4px; }
.org3-terms-meta { font-size: 12px; color: #7f8c8d; }
.org3-terms-meta strong { color: #2e3246; font-size: 13px; }
.org3-rating { padding: 10px 20px; border-right: 1px solid #d6d7db; text-align: center; min-width: 140px; }
.org3-rating-label { font-size: 11px; color: #7f8c8d; margin-bottom: 5px; }
.org3-stars { display: flex; justify-content: center; gap: 2px; margin-bottom: 4px; }
.org3-stars i { color: #ff2453; font-size: 14px; }
.org3-rating-num { display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid #d6d7db; border-radius: 20px; padding: 4px 12px; font-weight: 700; font-size: 0.95em; color: #111; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.org3-rating-num i { color: #ff2453; font-size: 12px; }
.org3-buttons { padding: 10px 20px; display: flex; flex-direction: column; gap: 6px; min-width: 180px; }
.btn-green { display: block; text-align: center; padding: 10px 20px; background: #2ecc71; color: #fff; border-radius: 23px; font-weight: 700; font-size: 0.9em; box-shadow: 0 0 15px rgba(45,221,108,0.4); transition: box-shadow 0.4s; }
.btn-green:hover { box-shadow: 0 0 15px rgba(45,221,108,0.7); text-decoration: none; color: #fff; }
.btn-grey { display: block; text-align: center; padding: 9px 20px; background: #7f8c8d; color: #fff; border-radius: 23px; font-weight: 400; font-size: 0.85em; transition: box-shadow 0.4s; }
.btn-grey:hover { box-shadow: 0 0 12px rgba(127,140,141,0.5); text-decoration: none; color: #fff; }
.org3-tc { grid-column: 1 / -1; font-size: 11px; color: #b2bec3; padding: 6px 30px 4px; border-top: 1px solid #f1f3f4; }
.badge { display: inline-block; padding: 2px 9px; border-radius: 10px; font-size: 11px; font-weight: 700; margin-left: 4px; vertical-align: middle; }
.badge-new { background: #eafaf1; color: #27ae60; }
.badge-hot { background: #fdedee; color: #e74c3c; }
.badge-fs  { background: #e8f4fd; color: #2980b9; }

/* ===== TABLES ===== */
.table-wrap { overflow-x: auto; margin: 20px 0; }
table { width: 100%; border-collapse: collapse; font-size: 0.9em; }
thead th { background: #2e3246; color: #fff; padding: 12px 14px; text-align: left; font-weight: 700; white-space: nowrap; }
tbody tr:nth-child(even) { background: #f8f9fa; }
tbody tr:hover { background: #f1f3f4; }
tbody td { padding: 10px 14px; border-bottom: 1px solid #ecf0f1; color: #2c3e50; vertical-align: middle; }
.dot-green { color: #27ae60; font-weight: 700; }
.dot-yellow { color: #f39c12; font-weight: 700; }
.dot-red { color: #e74c3c; font-weight: 700; }
.highlight-row { background: #fef9e7 !important; }
.highlight-row td:first-child { font-weight: 700; }

/* ===== INFO BOXES ===== */
.info-box  { background: #eaf6fb; border-left: 4px solid #3498db; border-radius: 5px; padding: 16px 20px; margin: 18px 0; font-size: 0.95em; }
.info-box i { color: #3498db; margin-right: 8px; }
.warn-box  { background: #fef9e7; border-left: 4px solid #f39c12; border-radius: 5px; padding: 16px 20px; margin: 18px 0; font-size: 0.95em; }
.warn-box i { color: #f39c12; margin-right: 8px; }
.ok-box    { background: #eafaf1; border-left: 4px solid #2ecc71; border-radius: 5px; padding: 16px 20px; margin: 18px 0; font-size: 0.95em; }
.ok-box i  { color: #2ecc71; margin-right: 8px; }
.danger-box { background: #fdedee; border-left: 4px solid #e74c3c; border-radius: 5px; padding: 16px 20px; margin: 18px 0; font-size: 0.95em; }
.danger-box i { color: #e74c3c; margin-right: 8px; }

/* ===== BONUS TYPE ICONS ===== */
.bonus-type-icons { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.btype-icon { text-align: center; width: 90px; }
.btype-icon-circle { width: 56px; height: 56px; border-radius: 50%; background: #2e3246; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; font-size: 22px; }
.btype-icon span { font-size: 0.78em; color: #7f8c8d; line-height: 1.3; display: block; }

/* ===== STEP CHAIN ===== */
.step-chain { display: flex; flex-direction: column; margin: 18px 0; }
.step-chain-item { display: flex; gap: 16px; }
.step-chain-left { display: flex; flex-direction: column; align-items: center; }
.step-chain-circle { width: 40px; height: 40px; border-radius: 50%; background: #ff2453; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1em; flex-shrink: 0; }
.step-chain-line { width: 2px; flex: 1; background: #f1f3f4; min-height: 20px; }
.step-chain-item:last-child .step-chain-line { display: none; }
.step-chain-content { padding: 6px 0 22px; }
.step-chain-content h4 { font-size: 1em; font-weight: 700; color: #111; margin-bottom: 5px; }
.step-chain-content p { font-size: 0.9em; color: #7f8c8d; margin: 0; }

/* ===== PROS / CONS ===== */
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 18px 0; }
.pros-box, .cons-box { border-radius: 5px; padding: 20px; }
.pros-box { background: #eafaf1; border-top: 3px solid #2ecc71; }
.cons-box { background: #fdedee; border-top: 3px solid #e74c3c; }
.pros-box h4 { color: #27ae60; margin-bottom: 12px; font-size: 1em; }
.cons-box h4 { color: #e74c3c; margin-bottom: 12px; font-size: 1em; }
.pros-box ul li, .cons-box ul li { font-size: 0.92em; }
.pros-box ul li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #2ecc71; position: absolute; left: 0; top: 6px; font-size: 12px; }
.cons-box ul li::before { content: '\f00d'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #e74c3c; position: absolute; left: 0; top: 6px; font-size: 12px; }

/* ===== CRITERIA CARDS ===== */
.criteria-cards { display: flex; flex-direction: column; gap: 10px; margin: 18px 0; }
.criteria-card { display: flex; gap: 14px; align-items: flex-start; background: #f1f3f4; border-radius: 5px; padding: 16px 18px; }
.criteria-icon { width: 36px; height: 36px; border-radius: 50%; background: #2e3246; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.criteria-card p { font-size: 0.93em; color: #2c3e50; margin: 0; }
.criteria-card strong { color: #111; }

/* ===== PAYMENT TABLE BADGES ===== */
.pay-yes { color: #27ae60; font-weight: 700; }
.pay-no  { color: #e74c3c; font-weight: 700; }
.pay-mid { color: #f39c12; font-weight: 700; }

/* ===== WAGERING AMPEL ===== */
.ampel-bar { display: flex; border-radius: 5px; overflow: hidden; margin: 18px 0; height: 52px; }
.ampel-seg { display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.82em; color: #fff; flex: 1; text-align: center; line-height: 1.3; }
.ampel-green  { background: #27ae60; }
.ampel-lime   { background: #2ecc71; }
.ampel-yellow { background: #f39c12; }
.ampel-orange { background: #e67e22; }
.ampel-red    { background: #e74c3c; }


/* ===== RESPONSIBLE GAMING ===== */
.responsible-box { background: #fef9e7; border-radius: 5px; padding: 22px 25px; margin: 25px 0; }
.responsible-box h3 { color: #e67e22; margin-bottom: 12px; font-size: 1.05em; }
.responsible-box ul li { font-size: 0.93em; color: #2c3e50; }
.responsible-box ul li::before { color: #e67e22; }

/* ===== FLOAT BAR ===== */
.float-bar { position: fixed; bottom: -80px; left: 0; right: 0; background: #2e3246; padding: 12px 20px; z-index: 999; transition: bottom 0.4s ease; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); }
.float-bar.visible { bottom: 0; }
.float-bar-text { color: #fff; font-size: 0.9em; }
.float-bar-text span { color: #2ecc71; font-weight: 700; }
.float-bar-btn { display: inline-block; padding: 10px 28px; background: #2ecc71; color: #fff; border-radius: 23px; font-weight: 700; font-size: 0.9em; box-shadow: 0 0 15px rgba(45,221,108,0.5); transition: all 0.3s; }
.float-bar-btn:hover { box-shadow: none; text-decoration: none; color: #fff; }

/* ===== DISCLAIMER ===== */
.disclaimer { background: #f1f3f4; border-radius: 5px; padding: 12px 18px; font-size: 0.78em; color: #7f8c8d; margin: 20px 0; text-align: center; }
.disclaimer a { color: #ff2453; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .org3-card { grid-template-columns: 160px 1fr; grid-template-rows: auto auto auto; }
  .org3-rating { grid-column: 1; grid-row: 2; border-right: none; border-top: 1px solid #f1f3f4; }
  .org3-buttons { grid-column: 2; grid-row: 2; border-top: 1px solid #f1f3f4; }
  .org3-tc { grid-row: 3; }
}
@media (max-width: 640px) {
  .article-hero h1 { font-size: 1.5em; }
  .org3-card { grid-template-columns: 1fr; }
  .org3-logo { border-right: none; border-bottom: 1px solid #f1f3f4; height: auto; padding: 16px 20px; }
  .org3-terms { border-right: none; border-bottom: 1px solid #f1f3f4; }
  .org3-rating { grid-column: 1; grid-row: auto; border-right: none; border-bottom: 1px solid #f1f3f4; }
  .org3-buttons { grid-column: 1; grid-row: auto; }
  .toc-list { columns: 1; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .float-bar { flex-direction: column; text-align: center; }
  .bonus-type-icons { gap: 8px; }
}
