.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Be Vietnam Pro", Inter, "Noto Sans", "Segoe UI", Roboto, Arial, sans-serif;
  overflow-wrap: break-word;
}

.font-headline {
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", "Noto Sans", "Segoe UI", sans-serif;
}

.font-label {
  font-family: "Be Vietnam Pro", "Space Grotesk", "Noto Sans", "Segoe UI", sans-serif;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #39ff14;
  border-radius: 10px;
}

.glass-panel {
  background: rgba(16, 19, 26, 0.7);
  backdrop-filter: blur(20px);
}

.neon-glow-text {
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
}

.click-bounce-effect:active {
  transform: scale(0.95);
}

.tonal-depth-shift {
  background-image: radial-gradient(circle at 20% 0%, rgba(57, 255, 20, 0.06), transparent 40%);
}

.glass-card {
  background: rgba(29, 32, 38, 0.6);
  backdrop-filter: blur(12px);
}

.neon-border {
  border: 1px solid rgba(57, 255, 20, 0.1);
  transition: border-color 0.2s ease;
}

.neon-border:hover {
  border-color: rgba(57, 255, 20, 0.4);
}

.game-frame-glow {
  box-shadow: 0 0 40px -10px rgba(57, 255, 20, 0.2);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 16px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-caption,
.gallery-caption,
.bypostauthor {
  display: block;
}

#mobile-primary-menu ul,
#mobile-primary-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu,
.primary-menu li,
.primary-mobile-menu,
.primary-mobile-menu li,
.footer-menu,
.footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
}

.footer-menu > li > a {
  display: inline-flex;
  align-items: center;
}

#mobile-primary-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  color: #b0b7c3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

#mobile-primary-menu a:hover,
#mobile-primary-menu a:focus {
  color: #39ff14;
  background: rgba(255, 255, 255, 0.04);
}

#policy-content h2,
#policy-content h3 {
  color: #efffe3;
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif;
  font-weight: 800;
}

#policy-content h2 {
  font-size: 1.5rem;
  margin-top: 1.25rem;
}

#policy-content p,
#policy-content li {
  color: #baccb0;
  line-height: 1.8;
}

#policy-content ul {
  padding-left: 1.25rem;
  list-style: disc;
}

/* Article / single post content typography */
.prose-vaochoi h2,
.prose-vaochoi h3,
.prose-vaochoi h4 {
  color: #e1e2eb;
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose-vaochoi h2 {
  font-size: 1.75rem;
}

.prose-vaochoi h3 {
  font-size: 1.375rem;
}

.prose-vaochoi p {
  color: #baccb0;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.prose-vaochoi a {
  color: #39ff14;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose-vaochoi a:hover {
  opacity: 0.8;
}

.prose-vaochoi strong {
  color: #39ff14;
  font-weight: 700;
}

.prose-vaochoi ul,
.prose-vaochoi ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  color: #baccb0;
}

.prose-vaochoi ul {
  list-style: disc;
}

.prose-vaochoi ol {
  list-style: decimal;
}

.prose-vaochoi li {
  line-height: 1.85;
  margin-bottom: 0.5rem;
}

.prose-vaochoi blockquote {
  border-left: 4px solid #39ff14;
  background: #1d2026;
  padding: 1.5rem 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif;
  color: #e1e2eb;
  margin: 1.5rem 0;
}

.prose-vaochoi img {
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.prose-vaochoi figure {
  margin: 1.5rem 0;
}

.prose-vaochoi figcaption {
  text-align: center;
  font-size: 0.75rem;
  color: #baccb0;
  margin-top: 0.5rem;
}

.prose-vaochoi pre {
  background: #0b0e14;
  border-radius: 0.5rem;
  padding: 1.25rem;
  overflow-x: auto;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(57, 255, 20, 0.1);
}

.prose-vaochoi code {
  background: rgba(57, 255, 20, 0.08);
  color: #39ff14;
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

.prose-vaochoi pre code {
  background: none;
  color: #e1e2eb;
  padding: 0;
}

@media (max-width: 767px) {
  .custom-logo-link img {
    max-height: 34px;
    width: auto;
  }
}
