/* 255bet - New layout: editorial, Google-friendly, distinct from original */
:root {
  --bg-page: #0f1419;
  --bg-card: #1a2332;
  --bg-elevated: #243044;
  --text-primary: #f0f4f8;
  --text-secondary: #94a3b8;
  --accent: #22d3ee;
  --accent-dim: #0891b2;
  --success: #34d399;
  --border: rgba(34, 211, 238, 0.2);
  --font-sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --space: 1.25rem;
  --radius: 12px;
  --container: min(1200px, 100% - 2rem);
  --pad-mobile: 1rem;
}
@media (max-width: 480px) {
  :root { --space: var(--pad-mobile); }
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg-page);
  padding-top: 72px;
}

/* ----- 漂浮顶：Logo + 导航 + Entrar/Cadastrar（不传递权重） ----- */
.background_3502 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.outer-0c42 {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0.5rem var(--space);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 0;
}
.progress-outer-efdd {
  display: block;
  flex-shrink: 0;
}
.progress-outer-efdd img {
  display: block;
  height: 40px;
  width: auto;
}
/* 汉堡按钮：桌面隐藏 */
.heading_da21 {
  display: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  color: var(--text-primary);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background 0.2s, border-color 0.2s;
}
.heading_da21:hover {
  background: var(--bg-elevated);
  border-color: var(--accent);
}
.heading_da21:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.secondary_lite_eb0e {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}
/* 展开时变为 X */
.heading_da21[aria-expanded="true"] .secondary_lite_eb0e:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.heading_da21[aria-expanded="true"] .secondary_lite_eb0e:nth-child(2) {
  opacity: 0;
}
.heading_da21[aria-expanded="true"] .secondary_lite_eb0e:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.accent-ad20 {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wide_aac0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.wide_aac0 a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.85rem;
  white-space: nowrap;
}
.wide_aac0 a:hover { color: var(--accent); }
@media (max-width: 767px) {
  .wide_aac0 a { white-space: normal; }
}
.layout_655c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.outline-be22 {
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}
.sort_blue_ccfb {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.sort_blue_ccfb:hover { background: rgba(34, 211, 238, 0.15); }
.detail-2d06 {
  background: var(--accent);
  color: var(--bg-page);
  border: 1px solid var(--accent);
}
.detail-2d06:hover { background: var(--accent-dim); border-color: var(--accent-dim); }

@media (max-width: 767px) {
  body { padding-top: 64px; }
  .outer-0c42 {
    padding-left: var(--pad-mobile);
    padding-right: var(--pad-mobile);
    flex-wrap: wrap;
  }
  .heading_da21 {
    display: flex;
    order: 2;
  }
  .accent-ad20 {
    order: 10;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
  }
  .background_3502.gold_3aae .accent-ad20 {
    max-height: 80vh;
    overflow-y: auto;
    opacity: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid var(--border);
    margin-top: 0.5rem;
  }
  .layout_655c { order: 3; }
  .wide_aac0 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }
  .wide_aac0 a {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
  }
  .wide_aac0 a:hover {
    background: rgba(34, 211, 238, 0.12);
  }
}

/* ----- Hero: full-width, centered, one column ----- */
.popup-21fe {
  padding: 3rem 0;
  text-align: center;
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-page) 100%);
}
.avatar_b8bd {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--space);
  min-width: 0;
}
.popup-21fe h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  color: var(--text-primary);
}
.caption_lite_208b {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin: 0 0 1.5rem;
  line-height: 1.7;
}
.caption_lite_208b strong { color: var(--accent); }
.selected_c99f {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.9rem 1.75rem;
  background: var(--accent);
  color: var(--bg-page);
  text-decoration: none;
  font-weight: 700;
  border-radius: var(--radius);
}
.border-8dcf { margin-top: 2rem; }
.border-8dcf img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--radius);
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* ----- Sections: narrow content width for readability ----- */
.active-ae68 {
  padding: 3rem 0;
  border-top: 1px solid var(--border);
}
.right-3467 {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--space);
  min-width: 0;
}
.section_hot_011a {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text-primary);
}
.active_1df5 {
  color: var(--text-secondary);
  margin: 0 0 2rem;
  font-size: 0.95rem;
}

/* ----- Features: vertical list, icon + text ----- */
.input-wood-676a { list-style: none; padding: 0; margin: 0; }
.input-wood-676a li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.input-wood-676a li:last-child { border-bottom: 0; }
@media (min-width: 768px) {
  .input-wood-676a li { grid-template-columns: 280px 1fr; align-items: start; }
}
.pink_46fe { border-radius: var(--radius); overflow: hidden; }
.pink_46fe img { width: 100%; height: auto; display: block; }
.input-wood-676a h3 { font-size: 1.2rem; margin: 0 0 0.5rem; color: var(--accent); }
.input-wood-676a p { margin: 0 0 0.75rem; color: var(--text-secondary); font-size: 0.95rem; }
.input-wood-676a ul { margin: 0; padding-left: 1.25rem; color: var(--text-secondary); font-size: 0.9rem; }

/* ----- RTP Table ----- */
.media-steel-6011 {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.warm-299a {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.warm-299a th, .warm-299a td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--border); }
.warm-299a th { background: var(--bg-elevated); color: var(--accent); font-weight: 600; }
.warm-299a tbody tr:hover { background: rgba(34, 211, 238, 0.05); }
.warm-299a .new-dbf3 { background: rgba(239, 68, 68, 0.2); padding: 0.2rem 0.5rem; border-radius: 6px; }
.warm-299a .frame_cool_6d30 { background: rgba(245, 158, 11, 0.2); padding: 0.2rem 0.5rem; border-radius: 6px; }
.warm-299a .modal-a8c0 { background: rgba(34, 197, 94, 0.2); padding: 0.2rem 0.5rem; border-radius: 6px; }
.top_07cb { font-size: 0.9rem; color: var(--text-secondary); margin-top: 1rem; padding: 1rem; background: var(--bg-card); border-radius: var(--radius); }

/* ----- Testimonials: masonry-style grid ----- */
.info_simple_7aa1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.25rem;
  max-width: 100%;
}
.text_action_68f0 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.gradient-pressed-4c59 { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }
.alert-action-dd89 { font-weight: 600; color: var(--accent); font-size: 0.95rem; }
.pink_e529 { font-size: 0.8rem; color: var(--text-secondary); }
.icon-c189 { background: var(--success); color: var(--bg-page); padding: 0.2rem 0.6rem; border-radius: 6px; font-size: 0.8rem; font-weight: 600; }
.large-3593 { font-size: 1.5rem; font-weight: 800; color: var(--text-primary); margin: 0.5rem 0; }
.grid_selected_1e1e { font-size: 0.9rem; color: var(--text-secondary); margin: 0.5rem 0; }
.tag-black-6230 { font-size: 0.85rem; color: var(--text-secondary); font-style: italic; margin: 0.5rem 0 0; }

/* ----- FAQ: accordion ----- */
.wood_deab { margin: 0; padding: 0; list-style: none; }
.silver-adb4 {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: var(--bg-card);
}
.silver-adb4 summary {
  padding: 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-primary);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.silver-adb4 summary::-webkit-details-marker { display: none; }
.silver-adb4 summary::after { content: '+'; font-size: 1.25rem; color: var(--accent); }
.silver-adb4[open] summary::after { content: '−'; }
.silver-adb4 .input-bottom-4517 { padding: 0 1.25rem 1.25rem; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.7; }
.silver-adb4 .input-bottom-4517 p { margin: 0.75rem 0; }
.silver-adb4 .input-bottom-4517 ul, .silver-adb4 .input-bottom-4517 ol { margin: 0.75rem 0; padding-left: 1.5rem; }

/* ----- Stats grid ----- */
.hover_4bab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 100%;
}
@media (min-width: 640px) { .hover_4bab { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .hover_4bab { grid-template-columns: repeat(8, 1fr); } }
.backdrop-green-01a0 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
}
.outer_828a { font-size: 1.75rem; font-weight: 800; color: var(--accent); margin-bottom: 0.25rem; }
.white-c2e7 { font-size: 0.8rem; color: var(--text-secondary); }

/* ----- Responsible gaming block ----- */
.dropdown-2d2c {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  margin-top: 2rem;
}
.dropdown-2d2c h3 { font-size: 1.15rem; margin: 0 0 1rem; color: var(--accent); }
.dropdown-2d2c ul { margin: 0 0 1rem; padding-left: 1.25rem; color: var(--text-secondary); }
.dropdown-2d2c .down_2847 {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-primary);
}

/* ----- Footer ----- */
.gas-6d75 {
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  text-align: center;
  background: var(--bg-card);
}
.picture_b092 {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--space);
  min-width: 0;
}
.gas-6d75 a {
  color: var(--text-secondary);
  text-decoration: none;
  margin: 0 1rem;
}
.gas-6d75 a:hover { color: var(--accent); }
.video-a9dd {
  margin-top: 2rem;
  padding: 0 var(--space);
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  text-align: left;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  box-sizing: border-box;
}
.video-a9dd h2 { font-size: 1.25rem; margin: 1rem 0 0.5rem; color: var(--text-primary); }
.video-a9dd p { font-size: 0.9rem; color: var(--text-secondary); margin: 0 0 1rem; }

/* ----- CTA bar ----- */
.red_5cde {
  padding: 1.5rem 0;
  text-align: center;
  background: var(--bg-elevated);
}
.red_5cde a {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--accent);
  color: var(--bg-page);
  text-decoration: none;
  font-weight: 700;
  border-radius: var(--radius);
}

/* ----- Utility ----- */
.tooltip-hard-8efb { text-align: center; }
.bright-5dec {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  margin: 1rem 0;
  display: block;
  object-fit: contain;
}
/* 全站图片不超出容器 */
main img,
.popup-21fe img,
.right-3467 img {
  max-width: 100%;
  height: auto;
}
img[loading="lazy"] { content-visibility: auto; }

/* ----- Mobile: prevent overflow, ensure centering ----- */
main { max-width: 100%; min-width: 0; }
.right-3467 p,
.silver-adb4 .input-bottom-4517,
.top_07cb { word-wrap: break-word; overflow-wrap: break-word; }

/* 移动端：严格限制宽度并居中 */
@media (max-width: 767px) {
  .background_3502,
  .popup-21fe,
  .active-ae68,
  .red_5cde,
  .gas-6d75 {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .outer-0c42,
  .avatar_b8bd,
  .right-3467,
  .picture_b092 {
    max-width: 100%;
    width: 100%;
    padding-left: var(--pad-mobile);
    padding-right: var(--pad-mobile);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .wide_aac0 {
    max-width: 100%;
    box-sizing: border-box;
  }
  .popup-21fe { padding-left: 0; padding-right: 0; }
  .pink_46fe img,
  .border-8dcf img { max-width: 100%; }
  .large-3593 { font-size: 1.25rem; }
  .outer_828a { font-size: 1.35rem; }
  .media-steel-6011 { max-width: 100%; width: 100%; box-sizing: border-box; }
  .info_simple_7aa1,
  .hover_4bab,
  .input-wood-676a { max-width: 100%; box-sizing: border-box; }
  .wood_deab { max-width: 100%; }
  .dropdown-2d2c { max-width: 100%; box-sizing: border-box; }
  .video-a9dd { max-width: 100%; padding-left: var(--pad-mobile); padding-right: var(--pad-mobile); box-sizing: border-box; }
  .red_5cde a { max-width: calc(100% - 2 * var(--pad-mobile)); }
}

/* css-noise: ef40 */
.phantom-card-q6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
