/* okada play app mobile-first design */
:root {
  font-size: 62.5%;
  --wc5f7-primary: #A0522D;
  --wc5f7-accent: #FFDEAD;
  --wc5f7-soft: #E6E6FA;
  --wc5f7-bg: #141414;
  --wc5f7-text: #FDF5E6;
  --wc5f7-panel: #211713;
  --wc5f7-line: rgba(255, 222, 173, .22);
  --wc5f7-green: #6fd08c;
  --wc5f7-shadow: 0 1.8rem 4rem rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { background: radial-gradient(circle at top, #3b2118 0, var(--wc5f7-bg) 36rem); color: var(--wc5f7-text); font-family: Inter, Arial, sans-serif; font-size: 1.6rem; line-height: 1.5rem; }
a { color: var(--wc5f7-accent); text-decoration: none; }
a:hover { color: var(--wc5f7-soft); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.wc5f7-page { min-height: 100vh; }
.wc5f7-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.wc5f7-wrapper { width: 100%; }
.wc5f7-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(20,20,20,.94); border-bottom: .1rem solid var(--wc5f7-line); backdrop-filter: blur(1.4rem); transition: .25s ease; }
.wc5f7-header-compact { box-shadow: var(--wc5f7-shadow); }
.wc5f7-headerbar { width: min(100%, 43rem); margin: 0 auto; min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.wc5f7-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; flex: 1; color: var(--wc5f7-text); font-weight: 900; letter-spacing: -.02em; }
.wc5f7-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 0 .2rem rgba(255,222,173,.28); }
.wc5f7-brand-text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1.45rem; }
.wc5f7-actions { display: flex; align-items: center; gap: .6rem; }
.wc5f7-btn { min-height: 4.4rem; border: 0; border-radius: 999rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 0 1.3rem; font-weight: 900; cursor: pointer; transition: transform .18s ease, filter .18s ease, background .18s ease; }
.wc5f7-btn:active { transform: scale(.96); }
.wc5f7-btn-primary { background: linear-gradient(135deg, var(--wc5f7-accent), #f2a957); color: #241208; box-shadow: 0 .8rem 2rem rgba(255,222,173,.22); }
.wc5f7-btn-ghost { background: rgba(230,230,250,.12); color: var(--wc5f7-text); border: .1rem solid rgba(230,230,250,.22); }
.wc5f7-menu-toggle { width: 4.4rem; min-width: 4.4rem; height: 4.4rem; padding: 0; border-radius: 1.4rem; background: rgba(160,82,45,.44); color: var(--wc5f7-accent); border: .1rem solid rgba(255,222,173,.24); }
.wc5f7-menu-panel { position: fixed; top: 6.8rem; right: 1rem; width: min(34rem, calc(100vw - 2rem)); max-height: calc(100vh - 8rem); overflow-y: auto; z-index: 9999; padding: 1.2rem; background: linear-gradient(180deg, #241712, #141414); border: .1rem solid var(--wc5f7-line); border-radius: 2rem; box-shadow: var(--wc5f7-shadow); opacity: 0; visibility: hidden; transform: translateY(-1rem) scale(.98); transition: .22s ease; }
.wc5f7-menu-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.wc5f7-menu-grid { display: grid; gap: .8rem; }
.wc5f7-nav-link { min-height: 4.4rem; display: flex; align-items: center; gap: .9rem; padding: .9rem 1rem; border-radius: 1.3rem; color: var(--wc5f7-text); background: rgba(255,255,255,.045); border: .1rem solid rgba(255,255,255,.06); font-weight: 800; }
.wc5f7-nav-link i, .wc5f7-nav-link ion-icon, .wc5f7-nav-link .material-icons { font-size: 2.2rem; color: var(--wc5f7-accent); }
.wc5f7-overlay { display: none; position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.45); }
.wc5f7-menu-open + .wc5f7-overlay { display: block; }
.wc5f7-main { padding-top: 7.8rem; }
.wc5f7-hero { padding: 1.4rem 0 1.8rem; }
.wc5f7-carousel { position: relative; overflow: hidden; border-radius: 2.4rem; border: .1rem solid var(--wc5f7-line); box-shadow: var(--wc5f7-shadow); background: var(--wc5f7-panel); min-height: 18rem; }
.wc5f7-slide { display: none; position: relative; cursor: pointer; }
.wc5f7-slide-active { display: block; animation: wc5f7Fade .45s ease; }
.wc5f7-slide img { width: 100%; min-height: 18rem; object-fit: cover; }
.wc5f7-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1rem; border-radius: 1.6rem; background: rgba(20,20,20,.76); border: .1rem solid rgba(255,222,173,.22); }
.wc5f7-dots { display: flex; gap: .6rem; justify-content: center; margin-top: 1rem; }
.wc5f7-dot { width: .9rem; height: .9rem; border-radius: 50%; border: 0; background: rgba(230,230,250,.35); }
.wc5f7-dot-active { width: 2.4rem; border-radius: 999rem; background: var(--wc5f7-accent); }
.wc5f7-section { margin: 1.5rem 0; padding: 1.5rem; background: linear-gradient(180deg, rgba(255,245,230,.075), rgba(160,82,45,.08)); border: .1rem solid var(--wc5f7-line); border-radius: 2.2rem; box-shadow: 0 .8rem 2.6rem rgba(0,0,0,.18); }
.wc5f7-section-alt { background: linear-gradient(135deg, rgba(160,82,45,.3), rgba(20,20,20,.86)); }
.wc5f7-eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--wc5f7-accent); font-size: 1.15rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wc5f7-title { margin: .8rem 0 1rem; font-size: clamp(2.4rem, 8vw, 3.8rem); line-height: 1.08; letter-spacing: -.05em; }
.wc5f7-h2 { margin: 0 0 1rem; font-size: 2.2rem; line-height: 1.18; color: var(--wc5f7-soft); }
.wc5f7-h3 { margin: 1rem 0 .6rem; font-size: 1.75rem; color: var(--wc5f7-accent); }
.wc5f7-text { color: rgba(253,245,230,.88); line-height: 1.65; }
.wc5f7-lead { font-size: 1.72rem; line-height: 1.65; color: rgba(253,245,230,.93); }
.wc5f7-promo-link { color: var(--wc5f7-accent); font-weight: 950; text-decoration: underline; text-decoration-thickness: .2rem; text-underline-offset: .25rem; cursor: pointer; }
.wc5f7-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.1rem; }
.wc5f7-grid { display: grid; gap: 1rem; }
.wc5f7-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wc5f7-card { padding: 1.2rem; border-radius: 1.8rem; background: rgba(255,255,255,.06); border: .1rem solid rgba(255,255,255,.08); }
.wc5f7-mini { font-size: 1.25rem; color: rgba(253,245,230,.72); }
.wc5f7-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.wc5f7-stat { text-align: center; padding: 1rem .6rem; border-radius: 1.5rem; background: rgba(255,222,173,.12); }
.wc5f7-stat strong { display: block; font-size: 1.8rem; color: var(--wc5f7-accent); }
.wc5f7-game-category { margin-top: 1.2rem; }
.wc5f7-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.wc5f7-game { min-height: 11.2rem; padding: .7rem; border-radius: 1.4rem; background: rgba(20,20,20,.5); border: .1rem solid rgba(255,222,173,.14); text-align: center; color: var(--wc5f7-text); }
.wc5f7-game img { width: 5.2rem; height: 5.2rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto .6rem; }
.wc5f7-game span { display: block; font-size: 1.13rem; line-height: 1.25; font-weight: 800; }
.wc5f7-list { padding-left: 1.7rem; line-height: 1.7; color: rgba(253,245,230,.88); }
.wc5f7-step { display: flex; gap: 1rem; align-items: flex-start; }
.wc5f7-step-num { min-width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--wc5f7-accent); color: #241208; font-weight: 950; }
.wc5f7-review { border-left: .35rem solid var(--wc5f7-accent); padding-left: 1rem; }
.wc5f7-footer { margin-top: 2rem; padding: 2rem 0 8.6rem; background: linear-gradient(180deg, transparent, #0f0f0f); border-top: .1rem solid var(--wc5f7-line); }
.wc5f7-footer-logo-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.wc5f7-footer-links { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.wc5f7-footer-link { padding: .8rem 1rem; border-radius: 999rem; background: rgba(255,255,255,.06); color: var(--wc5f7-text); font-weight: 800; border: .1rem solid rgba(255,255,255,.08); }
.wc5f7-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.wc5f7-partner { padding: .7rem .9rem; border-radius: 1rem; background: rgba(160,82,45,.28); color: var(--wc5f7-accent); font-size: 1.2rem; font-weight: 900; }
.wc5f7-bottom-nav { position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 1000; width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: center; background: #A0522D; border-top: .1rem solid rgba(255,222,173,.48); box-shadow: 0 -1rem 3rem rgba(0,0,0,.32); }
.wc5f7-bottom-item { min-width: 6rem; min-height: 6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; border: 0; background: transparent; color: rgba(253,245,230,.82); font-size: 1.05rem; font-weight: 850; cursor: pointer; transition: transform .18s ease, color .18s ease, background .18s ease; position: relative; }
.wc5f7-bottom-item i, .wc5f7-bottom-item ion-icon, .wc5f7-bottom-item .material-icons { font-size: 2.4rem; line-height: 1; }
.wc5f7-bottom-item:active { transform: scale(.92); }
.wc5f7-bottom-item.wc5f7-active { color: #141414; background: var(--wc5f7-accent); border-radius: 1.6rem; margin: .4rem .2rem; min-height: 5.2rem; }
.wc5f7-badge { position: absolute; top: .35rem; right: 1.2rem; min-width: 1.6rem; height: 1.6rem; display: grid; place-items: center; border-radius: 999rem; background: #E6E6FA; color: #141414; font-size: .9rem; font-weight: 950; }
.wc5f7-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; font-size: 1.35rem; }
.wc5f7-table th, .wc5f7-table td { padding: .9rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.wc5f7-table th { color: var(--wc5f7-accent); background: rgba(0,0,0,.24); }
.wc5f7-pill { display: inline-flex; padding: .45rem .75rem; border-radius: 999rem; background: rgba(230,230,250,.12); color: var(--wc5f7-soft); font-weight: 850; }
@keyframes wc5f7Fade { from { opacity: .35; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@media (min-width: 769px) {
  body { background: linear-gradient(135deg, #141414, #2b1710); }
  .wc5f7-container, .wc5f7-headerbar { width: min(108rem, calc(100% - 4rem)); max-width: 108rem; }
  .wc5f7-bottom-nav { display: none; }
  .wc5f7-main { padding-top: 8.6rem; }
  .wc5f7-menu-panel { right: calc((100vw - min(108rem, calc(100% - 4rem))) / 2); }
  .wc5f7-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .wc5f7-grid-desktop { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .wc5f7-actions .wc5f7-btn { padding: 0 .9rem; font-size: 1.25rem; }
  .wc5f7-grid-two { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .wc5f7-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wc5f7-brand-text { max-width: 10rem; }
}
