@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/asset-004.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/asset-005.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/asset-007.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/asset-008.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/asset-010.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/asset-011.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/asset-013.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/asset-014.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --background: 262.5 66.67% 11.76%;
  --foreground: 0 0% 98%;
  --card: 266.97 55.1% 17%;
  --card-foreground: 0 0% 98%;
  --muted: 266.97 55.1% 29.26%;
  --muted-foreground: 240 3.8% 46.1%;
  --border: 266.58 62.86% 33.06%;
  --primary: 38.5 72.29% 67.45%;
  --primary-foreground: 262.5 66.67% 11.76%;
  --secondary: 334.49 89.17% 47.06%;
  --secondary-foreground: 0 0% 98%;
  --accent: 266.58 62.86% 33.06%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 84.2% 60.2%;
  --ring: 38.5 72.29% 67.45%;
  --radius: 0.5rem;
  --header-height: 3.75rem;
  --sidebar-width: 4rem;
  --sidebar-open-width: 15rem;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: Mada, ui-sans-serif, system-ui, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: Mada, ui-sans-serif, system-ui, sans-serif;
}

hr { height: 0; color: inherit; border-top-width: 1px; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p { margin: 0 0 1rem; }
ol, ul { margin: 0 0 1rem; padding-left: 1.5rem; }
li { margin-bottom: 0.25rem; }
table { border-collapse: collapse; width: 100%; }

::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background-color: hsl(var(--muted)); }
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: hsl(var(--muted-foreground)); }

h1, .h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  h1, .h1 { font-size: 3rem; line-height: 1; }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.875rem;
  margin-top: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.app-layout {
  display: flex;
  flex-direction: row;
  height: 100dvh;
  overflow: hidden;
}

.app-layout__side {
  width: 0;
  position: relative;
  z-index: 40;
  flex-shrink: 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .app-layout__side { width: var(--sidebar-width); }
}

.main-nav-open .app-layout__side {
  width: auto;
}

@media (min-width: 1024px) {
  .main-nav-open .app-layout__side { width: var(--sidebar-open-width); }
}

.app-layout__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}

.app-layout__header {
  height: var(--header-height);
  flex-shrink: 0;
}

.app-layout__main-content {
  flex: 1;
  overflow-y: auto;
}

.app-header {
  height: 100%;
  border-bottom: 1px solid hsl(var(--border));
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.app-main-navigation {
  background-color: hsl(var(--background));
  border-right: 1px solid hsl(var(--border));
  height: 100dvh;
  display: flex;
  flex-direction: column;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  width: var(--sidebar-width);
  position: sticky;
  top: 0;
}

.main-nav-open .app-main-navigation {
  width: var(--sidebar-open-width);
}

.nav-item a,
.nav-item button {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  width: 100%;
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  border-radius: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 0.2s, color 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: Mada, sans-serif;
  font-weight: 400;
}

.nav-item a:hover,
.nav-item button:hover {
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.nav-item svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.nav-label {
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-size: 0.875rem;
  overflow: hidden;
}

.main-nav-open .nav-label { opacity: 1; }

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  max-width: 1400px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  border: none;
  font-family: Mada, sans-serif;
  line-height: 1;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-primary {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.btn-primary:hover { background-color: hsl(38.5 72.29% 60%); }

.btn-ghost {
  background: transparent;
  color: hsl(var(--foreground));
}
.btn-ghost:hover { background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); }

.btn-outline {
  background: transparent;
  border: 1px solid hsl(var(--border));
  color: hsl(var(--foreground));
}
.btn-outline:hover { background-color: hsl(var(--accent)); }

.game-thumbnail {
  aspect-ratio: 3 / 4;
  background-color: hsl(var(--muted));
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.game-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
  display: block;
}

.game-item:hover .game-thumbnail img {
  transform: scale(1.05);
}

.slider-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.25rem;
}

.slider-track::-webkit-scrollbar { display: none; }

.promo-img {
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.seo-text-section h1,
.seo-text-section h2,
.seo-text-section h3 {
  color: hsl(var(--primary));
}

.seo-text-section h1 { margin-top: 0; }
.seo-text-section h2 { margin-top: 2rem; }
.seo-text-section h3 { margin-top: 1.5rem; }

.seo-text-section p,
.seo-text-section li {
  color: hsl(240 3.8% 80%);
  line-height: 1.75;
}

.seo-text-section a {
  color: hsl(var(--secondary) / 1);
  text-decoration: underline;
}

.seo-text-section a:hover {
  color: hsl(334.49 89.17% 67%);
}

.seo-text-section ol,
.seo-text-section ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.tab-btn {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.tab-btn.active {
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground)) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: hsl(var(--primary));
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

th {
  background-color: hsl(var(--muted));
  color: hsl(var(--primary));
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border: 1px solid hsl(var(--border));
  font-size: 0.875rem;
}

td {
  color: hsl(240 3.8% 80%);
  padding: 0.625rem 1rem;
  border: 1px solid hsl(var(--border));
  font-size: 0.875rem;
}

tr:nth-child(even) td { background-color: hsl(var(--card)); }

:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .game-item { min-width: 0 !important; }
}

@media (max-width: 640px) {
  h1, .h1 { font-size: 1.5rem; line-height: 1.875rem; }
  h2, .h2 { font-size: 1.25rem; }
  .seo-text-section { padding: 1rem !important; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.app-layout__main-content > * {
  animation: fadeIn 0.2s ease both;
}

@media print {
  .app-layout__side,
  .app-layout__header,
  .btn { display: none !important; }
  body { background: #fff; color: #000; }
  .seo-text-section p,
  .seo-text-section li { color: #000; }
}