:root {
  --g261-primary: #cd853f;
  --g261-primary-dark: #a0522d;
  --g261-bg: #18232e;
  --g261-surface: #253747;
  --g261-surface-soft: #34495e;
  --g261-text: #f6f2ed;
  --g261-muted: #cbd2d8;
  --g261-line: rgba(229, 229, 229, .16);
  --g261-gold: #ffd166;
  --g261-success: #48c78e;
  --g261-shadow: 0 1rem 2.8rem rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 8.4rem; }
body { margin: 0; overflow-x: hidden; background: var(--g261-bg); color: var(--g261-text); font-family: Inter, Arial, sans-serif; font-size: 1.5rem; line-height: 1.5rem; }
body.g261-no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.g261-container { width: min(100% - 2.4rem, 112rem); margin-inline: auto; }
.g261-wrapper { padding-block: 2.8rem; }
.g261-skip { position: fixed; left: 1rem; top: -8rem; z-index: 10001; padding: 1.2rem; background: var(--g261-gold); color: #111; font-weight: 800; }
.g261-skip:focus { top: 1rem; }

.g261-header { position: fixed; inset: 0 0 auto; z-index: 1000; min-height: 6.8rem; border-bottom: .1rem solid var(--g261-line); background: rgba(24, 35, 46, .96); box-shadow: 0 .5rem 2rem rgba(0,0,0,.22); backdrop-filter: blur(1rem); }
.g261-header-row { min-height: 6.8rem; display: flex; align-items: center; gap: .7rem; }
.g261-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; margin-right: auto; text-decoration: none; }
.g261-logo { width: 3.2rem; height: 3.2rem; border-radius: .8rem; object-fit: cover; }
.g261-brand-name { overflow: hidden; color: var(--g261-gold); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 800; line-height: 2rem; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }
.g261-actions { display: flex; gap: .6rem; }
.g261-btn { min-height: 4.4rem; border: .1rem solid transparent; border-radius: .9rem; padding: .9rem 1.2rem; cursor: pointer; color: #111; font-weight: 800; transition: transform .2s, filter .2s; }
.g261-btn:hover, .g261-btn:focus-visible { filter: brightness(1.1); transform: translateY(-.1rem); }
.g261-btn-register { background: linear-gradient(135deg, var(--g261-gold), var(--g261-primary)); }
.g261-btn-login { border-color: var(--g261-primary); background: transparent; color: var(--g261-text); }
.g261-menu-toggle { display: grid; width: 4.4rem; min-width: 4.4rem; height: 4.4rem; place-items: center; border: .1rem solid var(--g261-line); border-radius: .9rem; background: var(--g261-surface); color: var(--g261-text); cursor: pointer; font-size: 2.2rem; }
.g261-desktop-nav { display: none; }
.g261-mobile-menu { position: fixed; inset: 0; z-index: 9999; visibility: hidden; display: flex; flex-direction: column; padding: 1.6rem; background: rgba(16, 24, 32, .98); opacity: 0; transform: translateY(-2rem); transition: .25s ease; }
.g261-mobile-menu.g261-menu-open { visibility: visible; opacity: 1; transform: none; }
.g261-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.4rem; border-bottom: .1rem solid var(--g261-line); }
.g261-menu-title { color: var(--g261-gold); font-size: 2rem; font-weight: 900; }
.g261-menu-close { width: 4.4rem; height: 4.4rem; border: 0; border-radius: 50%; background: var(--g261-primary-dark); color: #fff; cursor: pointer; font-size: 2.4rem; }
.g261-menu-links { display: grid; gap: .8rem; padding-top: 2rem; }
.g261-menu-link { display: flex; min-height: 4.8rem; align-items: center; gap: 1.2rem; border: .1rem solid var(--g261-line); border-radius: 1rem; padding: 1.2rem; background: var(--g261-surface); text-decoration: none; font-weight: 700; }
.g261-menu-link i, .g261-menu-link ion-icon { width: 2.4rem; color: var(--g261-gold); font-size: 2.2rem; }

.g261-main { padding-top: 6.8rem; }
.g261-hero { position: relative; overflow: hidden; background: #111b24; }
.g261-carousel { position: relative; min-height: 31rem; }
.g261-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s ease; }
.g261-slide-active { visibility: visible; opacity: 1; }
.g261-slide img { width: 100%; height: 31rem; object-fit: cover; opacity: .42; }
.g261-slide::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(18,28,37,.96), rgba(18,28,37,.42)); }
.g261-hero-copy { position: absolute; inset: 0; z-index: 2; display: flex; max-width: 68rem; flex-direction: column; justify-content: center; padding: 2.4rem clamp(1.2rem, 5vw, 5rem); }
.g261-eyebrow { margin: 0 0 .8rem; color: var(--g261-gold); font-size: 1.2rem; font-weight: 900; letter-spacing: .15rem; text-transform: uppercase; }
.g261-hero h1 { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(2.7rem, 7vw, 4.6rem); line-height: 1.08; }
.g261-hero p { margin: 0 0 1.6rem; color: var(--g261-muted); font-size: 1.5rem; line-height: 2.2rem; }
.g261-hero-cta { align-self: flex-start; }
.g261-dots { position: absolute; z-index: 4; right: 1.4rem; bottom: 1.4rem; display: flex; gap: .7rem; }
.g261-dot { width: 4.4rem; height: 4.4rem; border: 0; background: transparent; cursor: pointer; }
.g261-dot::before { display: block; width: .9rem; height: .9rem; margin: auto; border-radius: 50%; background: #fff; content: ''; opacity: .55; }
.g261-dot-active::before { width: 2.5rem; border-radius: 1rem; background: var(--g261-gold); opacity: 1; }

.g261-trust-strip { border-block: .1rem solid var(--g261-line); background: var(--g261-surface); }
.g261-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.g261-trust-item { padding: 1.5rem .7rem; text-align: center; }
.g261-trust-item + .g261-trust-item { border-left: .1rem solid var(--g261-line); }
.g261-trust-item strong { display: block; color: var(--g261-gold); font-size: 1.7rem; line-height: 2rem; }
.g261-trust-item span { color: var(--g261-muted); font-size: 1.1rem; line-height: 1.5rem; }

.g261-section { padding-block: 3.5rem; }
.g261-section-alt { background: #202e3a; }
.g261-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.g261-section-title { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 1.15; }
.g261-section-note { margin: .6rem 0 0; color: var(--g261-muted); line-height: 2.2rem; }
.g261-text-link { color: var(--g261-gold); cursor: pointer; font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; }
.g261-text-link:hover { color: #fff; }
.g261-category { margin-bottom: 3.2rem; }
.g261-category:last-child { margin-bottom: 0; }
.g261-category-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; color: var(--g261-gold); font-size: 1.9rem; line-height: 2.4rem; }
.g261-category-title i, .g261-category-title ion-icon { font-size: 2.4rem; }
.g261-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.g261-card { min-width: 0; overflow: hidden; border: .1rem solid var(--g261-line); border-radius: 1rem; background: var(--g261-surface); box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.16); cursor: pointer; transition: .2s ease; }
.g261-card:hover, .g261-card:focus-within { border-color: var(--g261-primary); transform: translateY(-.3rem); }
.g261-game-link { display: block; min-height: 4.4rem; color: var(--g261-text); text-decoration: none; }
.g261-game-link img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #111; }
.g261-game-link span { display: -webkit-box; min-height: 4.4rem; overflow: hidden; padding: .8rem .6rem; font-size: 1.2rem; font-weight: 800; line-height: 1.4rem; text-align: center; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.g261-info-grid { display: grid; gap: 1.4rem; }
.g261-info-card { border: .1rem solid var(--g261-line); border-radius: 1.4rem; padding: 1.8rem; background: var(--g261-surface); }
.g261-info-card h3 { display: flex; align-items: center; gap: .8rem; margin: 0 0 1rem; color: var(--g261-gold); font-size: 1.8rem; line-height: 2.2rem; }
.g261-info-card p { margin: 0; color: var(--g261-muted); line-height: 2.3rem; }
.g261-steps { display: grid; gap: 1rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.g261-step { display: grid; grid-template-columns: 3.8rem 1fr; gap: 1rem; align-items: start; }
.g261-step-number { display: grid; width: 3.8rem; height: 3.8rem; place-items: center; border-radius: 50%; background: var(--g261-primary); color: #111; font-weight: 900; }
.g261-step strong { display: block; margin: .2rem 0 .5rem; }
.g261-step p { margin: 0; color: var(--g261-muted); line-height: 2.1rem; }
.g261-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.g261-feature { border: .1rem solid var(--g261-line); border-radius: 1.2rem; padding: 1.5rem; background: linear-gradient(145deg, var(--g261-surface), #293f50); }
.g261-feature i, .g261-feature ion-icon { color: var(--g261-gold); font-size: 2.8rem; }
.g261-feature h3 { margin: 1rem 0 .6rem; font-size: 1.6rem; line-height: 2rem; }
.g261-feature p { margin: 0; color: var(--g261-muted); font-size: 1.3rem; line-height: 2rem; }
.g261-table-wrap { overflow-x: auto; border: .1rem solid var(--g261-line); border-radius: 1.2rem; }
.g261-table { width: 100%; min-width: 54rem; border-collapse: collapse; background: var(--g261-surface); }
.g261-table th, .g261-table td { padding: 1.2rem; border-bottom: .1rem solid var(--g261-line); text-align: left; line-height: 2rem; }
.g261-table th { color: var(--g261-gold); background: #1c2a35; }
.g261-table tr:last-child td { border: 0; }
.g261-callout { display: grid; gap: 1.5rem; align-items: center; border: .1rem solid rgba(255,209,102,.35); border-radius: 1.4rem; padding: 2rem; background: linear-gradient(135deg, #3b2b23, var(--g261-surface-soft)); }
.g261-callout h2 { margin: 0 0 .8rem; font-family: Georgia, serif; font-size: 2.4rem; line-height: 2.8rem; }
.g261-callout p { margin: 0; color: var(--g261-muted); line-height: 2.2rem; }
.g261-faq { display: grid; gap: 1rem; }
.g261-faq details { border: .1rem solid var(--g261-line); border-radius: 1rem; padding: 1.2rem 1.4rem; background: var(--g261-surface); }
.g261-faq summary { min-height: 4.4rem; cursor: pointer; color: var(--g261-gold); font-weight: 800; line-height: 4.4rem; }
.g261-faq p { margin: .5rem 0 1rem; color: var(--g261-muted); line-height: 2.2rem; }

.g261-footer { padding: 3.5rem 0 9rem; border-top: .1rem solid var(--g261-line); background: #111a22; }
.g261-footer-grid { display: grid; gap: 2rem; }
.g261-footer h2 { margin: 0 0 1rem; color: var(--g261-gold); font-family: Georgia, serif; font-size: 2.2rem; }
.g261-footer p { margin: 0; color: var(--g261-muted); line-height: 2.2rem; }
.g261-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.g261-footer-link { display: inline-flex; min-height: 4.4rem; align-items: center; border: .1rem solid var(--g261-primary); border-radius: 2.2rem; padding: .8rem 1.3rem; color: var(--g261-text); text-decoration: none; }
.g261-footer-link:hover { background: var(--g261-primary-dark); }
.g261-copyright { margin-top: 2.2rem !important; padding-top: 1.8rem; border-top: .1rem solid var(--g261-line); font-size: 1.2rem; }
.g261-responsible { color: var(--g261-gold) !important; font-weight: 800; }

.g261-bottom-nav { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: flex; height: 6.2rem; justify-content: space-around; border-top: .1rem solid rgba(255,209,102,.3); background: #1b2934; box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.3); }
.g261-bottom-item { position: relative; display: flex; min-width: 6rem; min-height: 6rem; flex: 1; align-items: center; justify-content: center; flex-direction: column; gap: .2rem; border: 0; background: transparent; color: var(--g261-muted); cursor: pointer; font-size: 1rem; font-weight: 700; text-decoration: none; transition: .18s ease; }
.g261-bottom-item i, .g261-bottom-item ion-icon, .g261-bottom-item .material-icons { font-size: 2.4rem; line-height: 2.6rem; }
.g261-bottom-item:hover, .g261-bottom-item:active { color: var(--g261-gold); transform: scale(.94); }
.g261-bottom-active { color: var(--g261-gold); }
.g261-bottom-active::before { position: absolute; top: 0; width: 3rem; height: .3rem; border-radius: 0 0 1rem 1rem; background: var(--g261-gold); content: ''; }

@media (max-width: 430px) {
  .g261-container { width: min(100% - 2rem, 43rem); }
  .g261-brand-name { max-width: 8.2rem; font-size: 1.6rem; }
  .g261-actions .g261-btn { min-height: 4.4rem; padding-inline: .8rem; font-size: 1.2rem; }
  .g261-carousel, .g261-slide img { min-height: 30rem; height: 30rem; }
  .g261-hero-copy { padding: 2rem 1.2rem; }
  .g261-hero h1 { font-size: 2.8rem; }
  .g261-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
  .g261-game-link span { padding-inline: .4rem; font-size: 1.1rem; }
  .g261-section { padding-block: 3rem; }
}

@media (max-width: 360px) {
  .g261-brand-name { display: none; }
  .g261-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .g261-features { grid-template-columns: 1fr; }
  .g261-bottom-item { min-width: 6rem; }
}

@media (max-width: 768px) {
  .g261-main { padding-bottom: 8rem; }
}

@media (min-width: 600px) {
  .g261-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .g261-info-grid { grid-template-columns: repeat(2, 1fr); }
  .g261-callout { grid-template-columns: 1fr auto; }
}

@media (min-width: 769px) {
  .g261-bottom-nav { display: none; }
  .g261-footer { padding-bottom: 3.5rem; }
  .g261-menu-toggle { display: none; }
  .g261-desktop-nav { display: flex; align-items: center; gap: .4rem; margin-right: 1rem; }
  .g261-desktop-link { min-height: 4.4rem; padding: 1.4rem .9rem; color: var(--g261-muted); font-size: 1.3rem; font-weight: 700; text-decoration: none; }
  .g261-desktop-link:hover { color: var(--g261-gold); }
  .g261-features { grid-template-columns: repeat(4, 1fr); }
  .g261-footer-grid { grid-template-columns: 1fr 1.4fr; }
}

@media (min-width: 960px) {
  .g261-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
