:root {
  font-size: 62.5%;
  --v133-primary: #ADFF2F; --v133-primary-dark: #006400; --v133-muted: #A9A9A9; --v133-soft: #CED4DA;
  --v133-panel: #1A1A1A; --v133-surface: #242824; --v133-steel: #5D5D5D; --v133-text: #F5FFE8;
  --v133-bg: #090D08; --v133-line: rgba(173, 255, 47, 0.22); --v133-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.38);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; min-height: 100%; overflow-x: hidden; background: radial-gradient(circle at 20% 0%, rgba(173, 255, 47, 0.14), transparent 34%), var(--v133-bg); color: var(--v133-text); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.5rem; }
body { font-size: 1.5rem; }
a { color: var(--v133-primary); text-decoration: none; }
a:hover { color: #ffffff; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.v133-page { max-width: 43rem; margin: 0 auto; min-height: 100vh; background: linear-gradient(180deg, rgba(26, 26, 26, 0.96), rgba(9, 13, 8, 0.98)); position: relative; box-shadow: 0 0 4rem rgba(0, 0, 0, 0.5); }
.v133-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 43rem; background: rgba(9, 13, 8, 0.94); border-bottom: 0.1rem solid var(--v133-line); backdrop-filter: blur(1.4rem); }
.v133-topbar { min-height: 6.4rem; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; padding: 0.8rem 1.2rem; }
.v133-brand { display: flex; align-items: center; gap: 0.8rem; color: var(--v133-text); font-weight: 900; letter-spacing: 0.04em; min-width: 9rem; }
.v133-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; border: 0.1rem solid var(--v133-primary); background: #0f160e; }
.v133-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.v133-brand-main { font-size: 1.7rem; }
.v133-brand-sub { color: var(--v133-primary); font-size: 1rem; font-weight: 700; }
.v133-header-actions { display: flex; align-items: center; gap: 0.6rem; }
.v133-btn { border: 0; border-radius: 999rem; min-height: 4.4rem; min-width: 4.4rem; padding: 1rem 1.3rem; font-weight: 900; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.v133-btn:active { transform: scale(0.94); }
.v133-btn-primary { background: linear-gradient(135deg, var(--v133-primary), #E8FF8A); color: #101a0e; box-shadow: 0 0.8rem 2rem rgba(173, 255, 47, 0.28); }
.v133-btn-ghost { background: rgba(173, 255, 47, 0.08); color: var(--v133-text); border: 0.1rem solid var(--v133-line); }
.v133-menu-toggle { width: 4.4rem; height: 4.4rem; border-radius: 1.4rem; background: var(--v133-surface); color: var(--v133-primary); border: 0.1rem solid var(--v133-line); font-size: 2rem; cursor: pointer; }
.v133-mobile-menu { position: fixed; top: 6.4rem; left: 50%; transform: translateX(-50%) translateY(-1.5rem); z-index: 9999; width: min(100%, 43rem); padding: 1rem; background: rgba(26, 26, 26, 0.98); border-bottom: 0.1rem solid var(--v133-line); opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; }
.v133-menu-open { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.v133-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.v133-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: 0.8rem; padding: 1rem; border-radius: 1.4rem; background: rgba(173, 255, 47, 0.06); color: var(--v133-text); border: 0.1rem solid rgba(206, 212, 218, 0.14); }
.v133-main { padding: 8rem 1.2rem 2rem; }
.v133-container, .v133-wrapper { width: 100%; }
.v133-section { margin: 1.4rem 0; padding: 1.4rem; border-radius: 2.2rem; background: linear-gradient(145deg, rgba(36, 40, 36, 0.92), rgba(16, 22, 15, 0.94)); border: 0.1rem solid rgba(173, 255, 47, 0.14); box-shadow: var(--v133-shadow); }
.v133-hero { padding: 1.6rem; border-radius: 2.6rem; background: linear-gradient(150deg, rgba(0, 100, 0, 0.78), rgba(26, 26, 26, 0.95) 52%, rgba(173, 255, 47, 0.13)); border: 0.1rem solid var(--v133-line); overflow: hidden; }
.v133-kicker { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.5rem 1rem; border-radius: 999rem; color: var(--v133-primary); background: rgba(173, 255, 47, 0.09); font-size: 1.2rem; font-weight: 900; }
.v133-title { font-size: clamp(2.6rem, 8vw, 3.8rem); line-height: 1.05; margin: 1.2rem 0 1rem; }
.v133-subtitle { color: var(--v133-soft); font-size: 1.5rem; }
.v133-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.2rem; }
.v133-promo-link { display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem; min-height: 4.4rem; padding: 1rem 1.4rem; border-radius: 1.4rem; background: rgba(173, 255, 47, 0.12); border: 0.1rem solid var(--v133-line); color: var(--v133-primary); font-weight: 900; }
.v133-text-link { color: var(--v133-primary); font-weight: 900; text-decoration: underline; text-underline-offset: 0.3rem; }
.v133-carousel { position: relative; margin-top: 1.4rem; overflow: hidden; border-radius: 2rem; border: 0.1rem solid var(--v133-line); }
.v133-slide { display: none; }
.v133-slide-active { display: block; }
.v133-slide img { width: 100%; aspect-ratio: 16 / 8.8; object-fit: cover; }
.v133-carousel-controls { position: absolute; right: 1rem; bottom: 1rem; display: flex; gap: 0.5rem; }
.v133-dot { width: 0.9rem; height: 0.9rem; border-radius: 999rem; background: var(--v133-muted); border: 0; }
.v133-dot-active { width: 2rem; background: var(--v133-primary); }
.v133-grid { display: grid; gap: 1rem; }
.v133-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v133-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.v133-card { padding: 1.2rem; border-radius: 1.8rem; background: rgba(255, 255, 255, 0.045); border: 0.1rem solid rgba(206, 212, 218, 0.12); }
.v133-game-card { min-height: 12rem; text-align: center; padding: 0.9rem; border-radius: 1.6rem; background: linear-gradient(180deg, rgba(93, 93, 93, 0.22), rgba(0, 100, 0, 0.13)); border: 0.1rem solid rgba(173, 255, 47, 0.13); }
.v133-game-card img { width: 5.8rem; height: 5.8rem; object-fit: contain; margin: 0 auto 0.6rem; border-radius: 1.2rem; }
.v133-game-name { font-size: 1.15rem; line-height: 1.25; color: var(--v133-text); font-weight: 800; }
.v133-category-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 1rem; }
.v133-category-title h2, .v133-section h2 { font-size: 2.1rem; line-height: 1.15; margin: 0 0 0.9rem; }
.v133-section h3 { font-size: 1.7rem; margin: 1rem 0 0.6rem; color: var(--v133-primary); }
.v133-section p, .v133-section li { color: var(--v133-soft); }
.v133-list { padding-left: 1.8rem; }
.v133-stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; }
.v133-stat { padding: 1rem; border-radius: 1.5rem; background: rgba(173, 255, 47, 0.08); text-align: center; }
.v133-stat strong { display: block; color: var(--v133-primary); font-size: 1.8rem; }
.v133-badge { display: inline-flex; padding: 0.4rem 0.8rem; border-radius: 999rem; background: rgba(173, 255, 47, 0.12); color: var(--v133-primary); font-size: 1.1rem; font-weight: 900; }
.v133-quote { border-left: 0.3rem solid var(--v133-primary); padding-left: 1rem; color: var(--v133-soft); }
.v133-footer { padding: 2rem 1.2rem 8.4rem; background: #060806; border-top: 0.1rem solid var(--v133-line); }
.v133-footer-links, .v133-footer-buttons { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1rem 0; }
.v133-footer-link { color: var(--v133-soft); font-size: 1.25rem; padding: 0.4rem 0; }
.v133-partners { display: flex; gap: 0.8rem; flex-wrap: wrap; margin: 1rem 0; }
.v133-partner { padding: 0.7rem 1rem; border-radius: 1rem; background: rgba(206, 212, 218, 0.08); color: var(--v133-soft); font-weight: 800; }
.v133-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 43rem; height: 6.2rem; display: flex; justify-content: space-around; align-items: center; background: #10150f; border-top: 0.1rem solid var(--v133-line); box-shadow: 0 -1rem 2rem rgba(0, 0, 0, 0.35); }
.v133-bottom-item { min-width: 6rem; min-height: 6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.25rem; color: var(--v133-muted); border: 0; background: transparent; font-size: 1.1rem; cursor: pointer; transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease; }
.v133-bottom-item i, .v133-bottom-item ion-icon, .v133-bottom-item .material-icons, .v133-bottom-item .ti { font-size: 2.3rem; }
.v133-bottom-item:active { transform: scale(0.9); }
.v133-bottom-item.v133-current, .v133-bottom-item:hover { color: var(--v133-primary); background: radial-gradient(circle, rgba(173, 255, 47, 0.18), transparent 65%); }
.v133-bottom-badge { position: absolute; margin-left: 2.2rem; margin-top: -3.6rem; background: #ADFF2F; color: #10150f; border-radius: 999rem; padding: 0.1rem 0.45rem; font-size: 0.9rem; font-weight: 900; }
.v133-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; }
.v133-table th, .v133-table td { padding: 0.9rem; border-bottom: 0.1rem solid rgba(206, 212, 218, 0.12); text-align: left; }
.v133-table th { color: var(--v133-primary); }
.v133-note { font-size: 1.25rem; color: var(--v133-muted); }
@media (max-width: 768px) { main.v133-main { padding-bottom: 8rem; } }
@media (min-width: 769px) { .v133-bottom-nav { display: none; } .v133-page, .v133-header, .v133-mobile-menu { max-width: 43rem; } }
