/* Honor Win mobile-first theme */
:root {
  font-size: 62.5%;
  --s9fc-primary: #9966cc;
  --s9fc-violet: #8a2be2;
  --s9fc-bg: #2f2f2f;
  --s9fc-ink: #f8f3ff;
  --s9fc-panel: #273746;
  --s9fc-muted: #cfc4df;
  --s9fc-card: #4a4a4a;
  --s9fc-gold: #ffd76d;
  --s9fc-green: #46e6b4;
  --s9fc-danger: #ff7aa8;
  --s9fc-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .36);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(153,102,204,.32), transparent 34rem), linear-gradient(180deg, #201b2a 0%, var(--s9fc-bg) 48%, #191920 100%);
  color: var(--s9fc-ink);
  font-family: Inter, Poppins, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.s9fc-lock { overflow: hidden; }
a { color: var(--s9fc-gold); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
main { width: 100%; }
.s9fc-wrapper { width: min(100%, 430px); margin: 0 auto; min-height: 100vh; background: rgba(25,25,32,.42); }
.s9fc-container { width: calc(100% - 2.4rem); margin: 0 auto; }
.s9fc-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(39,55,70,.92); border-bottom: .1rem solid rgba(255,255,255,.08); backdrop-filter: blur(1.4rem); }
.s9fc-header-inner { width: min(100%, 430px); margin: 0 auto; min-height: 6.4rem; padding: .8rem 1.2rem; display: flex; align-items: center; gap: .8rem; }
.s9fc-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; color: #fff; font-weight: 900; letter-spacing: .02em; }
.s9fc-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(255,215,109,.28); }
.s9fc-brand-text { font-size: 1.7rem; white-space: nowrap; }
.s9fc-header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.s9fc-btn { min-height: 4.4rem; border: 0; border-radius: 999rem; padding: 0 1.25rem; color: #fff; font-weight: 900; font-size: 1.2rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.s9fc-btn:hover, .s9fc-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.s9fc-btn-primary { background: linear-gradient(135deg, var(--s9fc-violet), var(--s9fc-primary)); box-shadow: 0 .8rem 2rem rgba(138,43,226,.32); }
.s9fc-btn-ghost { background: rgba(255,255,255,.12); border: .1rem solid rgba(255,255,255,.16); }
.s9fc-btn-gold { background: linear-gradient(135deg, #ffe28a, #b26bff); color: #1d1730; }
.s9fc-menu-btn { width: 4.4rem; min-width: 4.4rem; padding: 0; border-radius: 1.3rem; background: rgba(255,255,255,.1); }
.s9fc-mobile-menu { position: fixed; inset: 0 0 auto 0; z-index: 9999; padding: 7.2rem 1.2rem 1.6rem; background: rgba(20,20,27,.96); transform: translateY(-110%); transition: transform .24s ease; box-shadow: var(--s9fc-shadow); }
.s9fc-menu-open { transform: translateY(0); }
.s9fc-menu-panel { width: min(100%, 430px); margin: 0 auto; display: grid; gap: .8rem; }
.s9fc-menu-link { min-height: 4.6rem; padding: 1.2rem; border-radius: 1.4rem; background: linear-gradient(135deg, rgba(153,102,204,.18), rgba(255,255,255,.06)); border: .1rem solid rgba(255,255,255,.08); color: #fff; font-weight: 800; }
.s9fc-hero { padding-top: 7.4rem; }
.s9fc-carousel { position: relative; overflow: hidden; border-radius: 2.2rem; box-shadow: var(--s9fc-shadow); background: #18181e; }
.s9fc-slide { display: none; cursor: pointer; min-height: 15rem; }
.s9fc-slide-active { display: block; animation: s9fcFade .45s ease; }
.s9fc-slide img { width: 100%; aspect-ratio: 16 / 8.7; object-fit: cover; }
.s9fc-dots { position: absolute; bottom: 1rem; left: 0; right: 0; display: flex; justify-content: center; gap: .6rem; }
.s9fc-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.42); }
.s9fc-dot-active { width: 2.2rem; border-radius: 999rem; background: var(--s9fc-gold); }
.s9fc-hero-card { margin-top: 1.4rem; padding: 1.8rem; border-radius: 2.4rem; background: linear-gradient(155deg, rgba(153,102,204,.26), rgba(39,55,70,.94)); border: .1rem solid rgba(255,255,255,.1); box-shadow: var(--s9fc-shadow); }
.s9fc-eyebrow { color: var(--s9fc-green); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: 1.1rem; }
.s9fc-title { margin: .8rem 0; font-size: clamp(2.4rem, 8vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.s9fc-subtitle { color: var(--s9fc-muted); line-height: 1.65; margin: 0 0 1rem; }
.s9fc-cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.2rem; }
.s9fc-section { padding: 1.8rem 0; }
.s9fc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.s9fc-section-title { margin: 0; font-size: 2.2rem; line-height: 1.15; }
.s9fc-section-note { margin: .4rem 0 0; color: var(--s9fc-muted); line-height: 1.55; }
.s9fc-card { border-radius: 2rem; background: linear-gradient(160deg, rgba(74,74,74,.86), rgba(39,55,70,.88)); border: .1rem solid rgba(255,255,255,.09); padding: 1.4rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.2); }
.s9fc-grid { display: grid; gap: 1rem; }
.s9fc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.s9fc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.s9fc-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.s9fc-game { min-height: 9.4rem; padding: .7rem .45rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(255,255,255,.08); color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .55rem; transition: transform .2s ease, border-color .2s ease; }
.s9fc-game:hover { transform: translateY(-.2rem); border-color: rgba(255,215,109,.52); }
.s9fc-game img { width: 4.8rem; height: 4.8rem; border-radius: 1.1rem; object-fit: cover; margin: 0 auto; }
.s9fc-game span { font-size: 1.05rem; line-height: 1.25; font-weight: 800; }
.s9fc-pill { display: inline-flex; min-height: 3rem; align-items: center; gap: .5rem; padding: .6rem 1rem; border-radius: 999rem; background: rgba(153,102,204,.18); color: var(--s9fc-gold); font-weight: 900; }
.s9fc-text-link { color: var(--s9fc-gold); font-weight: 900; text-decoration: underline; text-underline-offset: .25rem; }
.s9fc-copy { color: var(--s9fc-muted); line-height: 1.7; }
.s9fc-list { padding-left: 1.8rem; color: var(--s9fc-muted); line-height: 1.75; }
.s9fc-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.s9fc-stat { padding: 1.1rem .7rem; border-radius: 1.6rem; background: rgba(0,0,0,.2); text-align: center; }
.s9fc-stat strong { display: block; font-size: 2rem; color: var(--s9fc-gold); line-height: 1.1; }
.s9fc-stat span { font-size: 1.1rem; color: var(--s9fc-muted); }
.s9fc-badge { display: inline-flex; align-items: center; min-height: 2.6rem; padding: .4rem .8rem; border-radius: 999rem; background: rgba(70,230,180,.14); color: var(--s9fc-green); font-weight: 900; }
.s9fc-review { display: grid; gap: .7rem; }
.s9fc-stars { color: var(--s9fc-gold); letter-spacing: .12em; }
.s9fc-payment { display: flex; flex-wrap: wrap; gap: .7rem; }
.s9fc-payment span { min-height: 3.8rem; padding: 1rem; border-radius: 1.3rem; background: rgba(255,255,255,.08); font-weight: 900; }
.s9fc-footer { padding: 2rem 0 8.6rem; background: rgba(15,15,20,.82); border-top: .1rem solid rgba(255,255,255,.08); }
.s9fc-footer-logo { display: flex; align-items: center; gap: .8rem; font-weight: 900; font-size: 1.8rem; }
.s9fc-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 1.2rem 0; }
.s9fc-footer-link { min-height: 4.4rem; border-radius: 1.3rem; background: rgba(255,255,255,.07); padding: 1.1rem; color: #fff; font-weight: 800; }
.s9fc-promo-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1rem 0; }
.s9fc-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; height: 6.2rem; z-index: 1000; background: #211b2d; border-top: .1rem solid rgba(255,255,255,.12); display: flex; justify-content: space-around; align-items: center; box-shadow: 0 -1.2rem 3rem rgba(0,0,0,.32); }
.s9fc-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--s9fc-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 900; cursor: pointer; transition: transform .18s ease, color .18s ease; position: relative; }
.s9fc-bottom-item i, .s9fc-bottom-item ion-icon, .s9fc-bottom-item .material-symbols-two-tone { font-size: 2.35rem; width: 2.6rem; height: 2.6rem; line-height: 2.6rem; }
.s9fc-bottom-item:hover, .s9fc-bottom-item:focus { color: #fff; transform: translateY(-.25rem) scale(1.03); }
.s9fc-bottom-active { color: var(--s9fc-gold); }
.s9fc-bottom-active::before { content: ''; position: absolute; top: .3rem; width: 2.8rem; height: .32rem; border-radius: 999rem; background: var(--s9fc-gold); }
.s9fc-mini-badge { position: absolute; top: .45rem; right: 1.25rem; min-width: 1.7rem; height: 1.7rem; border-radius: 999rem; background: var(--s9fc-danger); color: #fff; font-size: .9rem; display: grid; place-items: center; }
.s9fc-desktop-nav { display: none; }
.s9fc-partners { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.s9fc-partner { width: 4.8rem; height: 4.8rem; border-radius: 1.2rem; display: grid; place-items: center; background: rgba(255,255,255,.08); color: var(--s9fc-gold); font-weight: 900; }
@keyframes s9fcFade { from { opacity: .4; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@media (min-width: 769px) {
  body { background: #17171d; }
  .s9fc-wrapper, .s9fc-header-inner { max-width: 1180px; }
  .s9fc-wrapper { background: rgba(39,55,70,.28); }
  .s9fc-bottom-nav { display: none; }
  .s9fc-desktop-nav { display: flex; align-items: center; gap: 1rem; margin-left: 1rem; }
  .s9fc-desktop-nav a { color: var(--s9fc-muted); font-weight: 800; }
  .s9fc-menu-btn { display: none; }
  .s9fc-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .s9fc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s9fc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .s9fc-footer { padding-bottom: 3rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .s9fc-header-actions .s9fc-btn { padding: 0 .9rem; }
  .s9fc-header-actions .s9fc-btn-ghost { display: none; }
}
@media (max-width: 360px) {
  .s9fc-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .s9fc-brand-text { font-size: 1.5rem; }
  .s9fc-title { font-size: 2.3rem; }
}
