/* arion app - layout-ec7e.css | arionapp.cfd | ve72- prefix | mobile-first 430px */
/* Palette: #FFDEAD | #00CED1 | #1A1A2E | #F5F5F5 | #DCDCDC | Comments in English */

:root {
  --ve72-primary: #00CED1;
  --ve72-accent: #FFDEAD;
  --ve72-bg: #1A1A2E;
  --ve72-bg-2: #20213a;
  --ve72-bg-3: #16172b;
  --ve72-text: #F5F5F5;
  --ve72-text-muted: #DCDCDC;
  --ve72-gold: #FFD24A;
  --ve72-danger: #ff5a6e;
  --ve72-radius: 1.2rem;
  --ve72-radius-sm: 0.8rem;
  --ve72-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.35);
  --ve72-header-h: 5.6rem;
  --ve72-bottomnav-h: 6.2rem;
}
html { font-size: 62.5%; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  background: var(--ve72-bg);
  color: var(--ve72-text);
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--ve72-primary); text-decoration: none; }
ul { list-style: none; }

/* Layout containers */
.ve72-container { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 1.4rem; }
.ve72-wrapper { width: 100%; max-width: 430px; margin: 0 auto; }
.ve72-section { padding: 3rem 0 2rem; }
.ve72-section-alt { background: var(--ve72-bg-2); }

/* Fixed header */
.ve72-header {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--ve72-header-h); z-index: 1000;
  background: linear-gradient(135deg, rgba(26,26,46,0.96), rgba(32,33,58,0.96));
  border-bottom: 0.2rem solid rgba(0,206,209,0.35);
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.ve72-header-scrolled { background: rgba(22,23,43,0.98); box-shadow: var(--ve72-shadow); }
.ve72-header-inner {
  max-width: 430px; margin: 0 auto; height: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1.2rem; gap: 0.8rem;
}
.ve72-logo { display: flex; align-items: center; gap: 0.6rem; min-width: 0; }
.ve72-logo img { width: 3rem; height: 3rem; border-radius: 0.6rem; }
.ve72-logo-text { font-size: 1.6rem; font-weight: 800; color: var(--ve72-accent); white-space: nowrap; letter-spacing: 0.02em; }
.ve72-logo-text span { color: var(--ve72-primary); }
.ve72-header-actions { display: flex; align-items: center; gap: 0.6rem; }
.ve72-icon-btn {
  background: transparent; border: none; color: var(--ve72-text);
  font-size: 2rem; cursor: pointer; padding: 0.4rem; border-radius: 0.6rem; line-height: 1;
}
.ve72-icon-btn:active { transform: scale(0.9); }

/* Buttons */
.ve72-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border: none; border-radius: var(--ve72-radius-sm); padding: 0.7rem 1.2rem;
  font-size: 1.3rem; font-weight: 700; cursor: pointer; min-height: 3.8rem; line-height: 1;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.ve72-btn:active { transform: scale(0.96); }
.ve72-btn-primary { background: linear-gradient(135deg, var(--ve72-primary), #15b6c9); color: #062a2c; box-shadow: 0 0.4rem 1rem rgba(0,206,209,0.35); }
.ve72-btn-accent { background: linear-gradient(135deg, var(--ve72-accent), #ffd86b); color: #4a2c00; box-shadow: 0 0.4rem 1rem rgba(255,222,173,0.3); }
.ve72-btn-outline { background: transparent; color: var(--ve72-text); border: 0.15rem solid var(--ve72-primary); }
.ve72-btn-block { width: 100%; }
.ve72-btn-lg { padding: 1rem 1.6rem; font-size: 1.5rem; }

/* Mobile slide-down menu */
.ve72-mobile-menu {
  position: fixed; top: var(--ve72-header-h); left: 0; right: 0;
  max-width: 430px; margin: 0 auto; background: var(--ve72-bg-3);
  border-bottom: 0.2rem solid var(--ve72-primary); z-index: 9999;
  max-height: 0; overflow: hidden; transition: max-height 0.32s ease;
}
.ve72-mobile-menu.ve72-menu-open { max-height: 60rem; }
.ve72-mobile-menu ul { padding: 1rem 1.4rem 1.6rem; }
.ve72-mobile-menu li { margin: 0.3rem 0; }
.ve72-mobile-menu a {
  display: flex; align-items: center; gap: 0.8rem; padding: 1rem;
  border-radius: var(--ve72-radius-sm); color: var(--ve72-text);
  font-size: 1.35rem; font-weight: 600; background: rgba(0,206,209,0.06);
}
.ve72-mobile-menu a:active { background: rgba(0,206,209,0.18); }
.ve72-mobile-menu a i { color: var(--ve72-primary); font-size: 1.7rem; width: 2rem; text-align: center; }

/* Hero carousel */
.ve72-carousel {
  position: relative; margin-top: var(--ve72-header-h); width: 100%;
  overflow: hidden; border-radius: 0 0 1.6rem 1.6rem;
}
.ve72-carousel-track { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.ve72-carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease; cursor: pointer; }
.ve72-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.ve72-slide-active { opacity: 1; }
.ve72-carousel-dots { position: absolute; bottom: 0.8rem; left: 0; right: 0; display: flex; justify-content: center; gap: 0.6rem; z-index: 2; }
.ve72-carousel-dot { width: 0.9rem; height: 0.9rem; border-radius: 50%; background: rgba(245,245,245,0.5); border: none; cursor: pointer; }
.ve72-dot-active { background: var(--ve72-accent); width: 2.2rem; border-radius: 0.5rem; }

/* Section headings */
.ve72-section-head { margin-bottom: 1.4rem; }
.ve72-section-title { font-size: 1.7rem; font-weight: 800; color: var(--ve72-accent); display: flex; align-items: center; gap: 0.6rem; }
.ve72-section-title i { color: var(--ve72-primary); font-size: 1.8rem; }
.ve72-section-sub { font-size: 1.15rem; color: var(--ve72-text-muted); margin-top: 0.4rem; }
.ve72-h1 { font-size: 2rem; font-weight: 800; color: var(--ve72-text); line-height: 1.3; }
.ve72-h2 { font-size: 1.6rem; font-weight: 800; color: var(--ve72-accent); margin: 1.6rem 0 0.8rem; }
.ve72-h3 { font-size: 1.35rem; font-weight: 700; color: var(--ve72-primary); margin: 1.2rem 0 0.5rem; }
.ve72-p { font-size: 1.25rem; color: var(--ve72-text-muted); margin-bottom: 0.8rem; line-height: 1.6; }

/* Game grid + cards */
.ve72-cat-label {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(0,206,209,0.15); color: var(--ve72-primary);
  font-size: 1.1rem; font-weight: 700; padding: 0.3rem 0.9rem;
  border-radius: 1rem; margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em;
}
.ve72-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.ve72-grid-4 { grid-template-columns: repeat(4, 1fr); }
.ve72-game-card {
  background: var(--ve72-bg-2); border-radius: var(--ve72-radius-sm);
  overflow: hidden; cursor: pointer; border: 0.1rem solid rgba(0,206,209,0.12);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.ve72-game-card:active { transform: scale(0.95); border-color: var(--ve72-primary); }
.ve72-game-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #0d0e1c; }
.ve72-game-name { font-size: 1rem; color: var(--ve72-text); text-align: center; padding: 0.4rem 0.3rem 0.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; }

/* Info cards */
.ve72-card { background: var(--ve72-bg-2); border-radius: var(--ve72-radius); padding: 1.6rem; box-shadow: var(--ve72-shadow); border: 0.1rem solid rgba(0,206,209,0.1); }
.ve72-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.ve72-feature-item { background: rgba(0,206,209,0.07); border-radius: var(--ve72-radius-sm); padding: 1.2rem; text-align: center; }
.ve72-feature-item i { font-size: 2.4rem; color: var(--ve72-primary); margin-bottom: 0.5rem; }
.ve72-feature-item h3 { font-size: 1.2rem; color: var(--ve72-text); margin-bottom: 0.3rem; }
.ve72-feature-item p { font-size: 1.05rem; color: var(--ve72-text-muted); }

.ve72-rtp-row { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 0; border-bottom: 0.1rem solid rgba(245,245,245,0.08); font-size: 1.2rem; }
.ve72-rtp-row:last-child { border-bottom: none; }
.ve72-rtp-name { color: var(--ve72-text); font-weight: 600; }
.ve72-rtp-bar { flex: 1; height: 0.7rem; margin: 0 0.8rem; background: rgba(245,245,245,0.12); border-radius: 0.4rem; overflow: hidden; }
.ve72-rtp-fill { height: 100%; background: linear-gradient(90deg, var(--ve72-primary), var(--ve72-accent)); }
.ve72-rtp-val { color: var(--ve72-accent); font-weight: 700; min-width: 4rem; text-align: right; }

.ve72-winner-list li { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 0; border-bottom: 0.1rem solid rgba(245,245,245,0.07); font-size: 1.15rem; }
.ve72-winner-avatar { width: 2.6rem; height: 2.6rem; border-radius: 50%; background: linear-gradient(135deg, var(--ve72-primary), var(--ve72-accent)); display: flex; align-items: center; justify-content: center; color: #062a2c; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.ve72-winner-name { color: var(--ve72-text); font-weight: 600; flex: 1; }
.ve72-winner-amount { color: var(--ve72-gold); font-weight: 800; }

.ve72-testimonial { background: rgba(0,206,209,0.07); border-radius: var(--ve72-radius-sm); padding: 1.2rem; margin-bottom: 0.9rem; }
.ve72-testimonial-stars { color: var(--ve72-gold); font-size: 1.2rem; margin-bottom: 0.4rem; }
.ve72-testimonial-text { font-size: 1.15rem; color: var(--ve72-text-muted); margin-bottom: 0.5rem; }
.ve72-testimonial-author { font-size: 1.05rem; color: var(--ve72-primary); font-weight: 600; }

.ve72-pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
.ve72-pay-item { background: #fff; border-radius: 0.6rem; padding: 0.8rem 0.4rem; text-align: center; font-size: 0.9rem; color: #1A1A2E; font-weight: 700; }
.ve72-pay-item i { font-size: 1.8rem; color: var(--ve72-bg); display: block; margin-bottom: 0.3rem; }

.ve72-step-list { counter-reset: step; }
.ve72-step-list li { position: relative; padding: 0.6rem 0 0.6rem 3rem; font-size: 1.2rem; color: var(--ve72-text-muted); }
.ve72-step-list li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0.4rem; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--ve72-primary); color: #062a2c; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; }

.ve72-promo-banner { background: linear-gradient(135deg, rgba(0,206,209,0.18), rgba(255,222,173,0.18)); border: 0.15rem solid var(--ve72-primary); border-radius: var(--ve72-radius); padding: 1.6rem; text-align: center; margin: 1.4rem 0; }
.ve72-promo-banner h3 { font-size: 1.5rem; color: var(--ve72-accent); margin-bottom: 0.4rem; }
.ve72-promo-banner p { font-size: 1.15rem; color: var(--ve72-text-muted); margin-bottom: 1rem; }

.ve72-faq-item { border-bottom: 0.1rem solid rgba(245,245,245,0.08); padding: 1rem 0; }
.ve72-faq-item h3 { font-size: 1.25rem; color: var(--ve72-accent); margin-bottom: 0.4rem; }
.ve72-faq-item p { font-size: 1.15rem; color: var(--ve72-text-muted); }
.ve72-cta-wrap { text-align: center; padding: 1.5rem 0; }

/* Footer */
.ve72-footer { background: var(--ve72-bg-3); border-top: 0.2rem solid var(--ve72-primary); padding: 2.5rem 0 8rem; margin-top: 2rem; }
.ve72-footer-brand { font-size: 1.3rem; color: var(--ve72-text-muted); margin-bottom: 1.2rem; line-height: 1.6; }
.ve72-footer-links { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.4rem; }
.ve72-footer-links a { font-size: 1.1rem; color: var(--ve72-text-muted); padding: 0.4rem 0.8rem; border: 0.1rem solid rgba(0,206,209,0.25); border-radius: 1rem; }
.ve72-footer-links a:active { background: rgba(0,206,209,0.15); }
.ve72-footer-copy { font-size: 1.05rem; color: rgba(245,245,245,0.5); text-align: center; border-top: 0.1rem solid rgba(245,245,245,0.08); padding-top: 1.2rem; }

/* Mobile bottom navigation (fixed) - unique design */
.ve72-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0;
  height: var(--ve72-bottomnav-h);
  background: linear-gradient(180deg, rgba(32,33,58,0.98), rgba(22,23,43,0.99));
  border-top: 0.2rem solid var(--ve72-primary);
  display: flex; justify-content: space-around; align-items: stretch;
  z-index: 1000; padding-bottom: env(safe-area-inset-bottom);
}
.ve72-bottom-nav-btn {
  flex: 1; min-width: 60px; min-height: 60px; background: transparent; border: none;
  color: var(--ve72-text-muted); display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.2rem; cursor: pointer;
  position: relative; padding: 0.3rem 0;
}
.ve72-bottom-nav-btn i, .ve72-bottom-nav-btn .material-icons-outlined { font-size: 2.4rem; transition: transform 0.18s ease, color 0.18s ease; }
.ve72-bottom-nav-btn span { font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; }
.ve72-bottom-nav-btn:active { transform: scale(0.9); }
.ve72-bottom-nav-btn:active i, .ve72-bottom-nav-btn:active .material-icons-outlined { color: var(--ve72-accent); transform: translateY(-0.2rem); }
.ve72-bottom-nav-active { color: var(--ve72-primary); }
.ve72-bottom-nav-active::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 2.4rem; height: 0.25rem; border-radius: 0 0 0.4rem 0.4rem; background: var(--ve72-accent); }
.ve72-bottom-nav-badge { position: absolute; top: 0.4rem; right: 1.2rem; min-width: 1.4rem; height: 1.4rem; padding: 0 0.3rem; border-radius: 0.7rem; background: var(--ve72-danger); color: #fff; font-size: 0.9rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }

/* Main content bottom padding for fixed nav; desktop nav toggle */
main { display: block; }
@media (max-width: 768px) { main { padding-bottom: 7.5rem; } }
.ve72-desktop-nav { display: none; }
@media (min-width: 769px) {
  .ve72-bottom-nav { display: none; }
  .ve72-desktop-nav { display: flex; gap: 1.4rem; align-items: center; }
  .ve72-desktop-nav a { color: var(--ve72-text); font-size: 1.25rem; font-weight: 600; }
}

/* Utility */
.ve72-text-center { text-align: center; }
.ve72-mt-1 { margin-top: 1rem; }
.ve72-mt-2 { margin-top: 2rem; }
.ve72-mb-2 { margin-bottom: 2rem; }
.ve72-hidden { display: none !important; }
