/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-\[-5\%\] {
    top: -5%;
  }
  .right-\[-100px\] {
    right: -100px;
  }
  .bottom-\[-8\%\] {
    bottom: -8%;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .lg\:float-right {
    @media (width >= 64rem) {
      float: right;
    }
  }
}
@layer base {
  body {
    font-family: 'Manrope', sans-serif;
    background-color: #0a0a1c;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ticker-bar {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 50px;
  background-color: #00000099;
  border-bottom: 1px solid rgba(255 255 255 / 0.07);
  overflow: hidden;
  gap: 0;
}
@media (max-width: 1023px) {
  .ticker-bar {
    display: none;
  }
}
.ticker-bar .ticker-lines img {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  pointer-events: none;
  user-select: none;
}
.ticker-label {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding-right: 14px;
  user-select: none;
  z-index: 8;
}
.ticker-label-text {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.ticker-divider {
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255 255 255 / 0.18);
  margin-left: 8px;
  flex-shrink: 0;
}
.ticker-viewport {
  flex: 1;
  min-width: 0;
  height: 40px;
  overflow: hidden;
}
.ticker-track {
  display: flex;
  flex-direction: column;
  animation: ep-ticker-v 24s ease-in-out infinite;
  will-change: transform;
}
.ticker-item {
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
@keyframes ep-ticker-v {
  /*0% {*/
  /*  transform: translateY(0);*/
  /*}*/
  /*20% {*/
  /*  transform: translateY(0);*/
  /*}*/
  /*25% {*/
  /*  transform: translateY(-20%);*/
  /*}*/
  /*45% {*/
  /*  transform: translateY(-20%);*/
  /*}*/
  /*50% {*/
  /*  transform: translateY(-40%);*/
  /*}*/
  /*70% {*/
  /*  transform: translateY(-40%);*/
  /*}*/
  /*75% {*/
  /*  transform: translateY(-60%);*/
  /*}*/
  /*95% {*/
  /*  transform: translateY(-60%);*/
  /*}*/
  /*100% {*/
  /*  transform: translateY(-80%);*/
  /*}*/
  0%   { transform: translateY(0); }
  16%  { transform: translateY(0); }
  20%  { transform: translateY(-40px); }
  36%  { transform: translateY(-40px); }
  40%  { transform: translateY(-80px); }
  56%  { transform: translateY(-80px); }
  60%  { transform: translateY(-120px); }
  76%  { transform: translateY(-120px); }
  80%  { transform: translateY(-160px); }
  96%  { transform: translateY(-160px); }
  100% { transform: translateY(-200px); }
}
.ticker-social {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  padding-left: 20px;
  margin-left: 12px;
}
.ticker-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: white;
  transition: color 0.15s ease;
  padding: 14px;
  margin: -14px;
}
.ticker-social-link:hover {
  color: rgba(255, 255, 255, 0.72);
}
.ticker-social-link svg {
  width: 100%;
  height: 100%;
  display: block;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 62px;
  background: linear-gradient(90deg, #080c1e 0%, #0d1535 0%, #080c1e 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-container {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 40px;
}
.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 0 9px;
  height: 62px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255 255 255 / 0.72);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav-link:hover {
  color: #fff;
}
.nav-link.is-active {
  color: #fff;
  border-bottom-color: #fff;
}
.nav-chevron {
  width: 10px;
  height: 6px;
  opacity: 0.45;
  flex-shrink: 0;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.nav-search-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
  flex-shrink: 0;
}
.nav-search-btn:hover,
.nav-search-btn[aria-expanded="true"] {
  color: #fff;
}
.search-overlay {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(8, 12, 30, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.search-overlay.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 111111;
}
.search-overlay-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-form {
  flex: 1;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.search-form:focus-within {
  border-color: rgba(255, 255, 255, 0.3);
}
.search-input {
  flex: 1;
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  padding: 13px 18px;
  outline: none;
}
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.search-submit {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 16px;
  height: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.15s;
  flex-shrink: 0;
}
.search-submit:hover { color: #fff; }
.search-close-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
  flex-shrink: 0;
}
.search-close-btn:hover { color: #fff; }
.search-no-results {
  text-align: center;
  padding: 80px 20px;
}
.search-no-results strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.search-no-results span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
}
.nav-lang {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .nav-lang span {
    display: none;
  }
}

.nav-lang img {
  height: 26px;
  width: auto;
  display: block;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255 255 255 / 0.75);
  border-radius: 1px;
}
@media (max-width: 1023px) {
  .nav-hamburger {
    display: flex;
  }
  .nav-links {
    display: none;
  }
  .navbar.is-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #0d1535 0%, #080c1e 100%);
    border-bottom: 1px solid rgba(255 255 255 / 0.08);
    padding: 12px 0 20px;
    z-index: 99;
  }
  .navbar.is-open .nav-link {
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255 255 255 / 0.05);
  }
  .nav-hamburger span {
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .navbar.is-open .nav-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar.is-open .nav-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .navbar.is-open .nav-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-container {
    position: relative;
  }
  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero {
  position: relative;
  min-height: calc(100svh - 100px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0a0a1c;
}
.hero-stars {
  z-index: 0 !important;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 52% 45%, rgba(68 20 156 / 0.42) 0%, transparent 62%), radial-gradient(ellipse 45% 55% at 50% 100%, rgba(120 20 65 / 0.18) 0%, transparent 55%), radial-gradient(ellipse 35% 45% at 8% 0%, rgba(12 18 60 / 0.55) 0%, transparent 55%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px 80px;
}
.hero-content {
  position: relative;
  padding-left: 56px;
  max-width: 52%;
}
.hero-anim-stick {
  position: absolute;
  left: -10%;
  width: auto;
  pointer-events: none;
  user-select: none;
  animation: stick-move 3s ease-in-out infinite;
}
@media (min-width: 1200px) {
  .hero-anim-stick {
    left: 0;
  }
}
@media (min-width: 2200px) {
  .hero-anim-stick {
    left: 15%;
  }
}
@media (min-width: 3200px) {
  .hero-anim-stick {
    left: 35%;
  }
}
@keyframes stick-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
.hero-dots {
  position: absolute;
  left: 52px;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255 255 255 / 0.22) 4px, transparent 1px);
  background-size: 13px 13px;
}
.hero-dots--top {
  top: -75px;
  width: 116px;
  height: 52px;
}
.hero-dots--bottom {
  bottom: -75px;
  width: 102px;
  height: 27px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-headline {
  font-size: clamp(1.95rem, 2.8vw, 2.85rem);
  line-height: 1.14;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.hero-gothic {
  font-family: 'Old English Text MT', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
}
.hero-tagline {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-size: 36px;
  letter-spacing: 0%;
}
.hero-body {
  font-size: 24px;
  color: rgba(255 255 255 / 0.6);
  font-weight: 400;
  margin: 0;
  line-height: 32px;
}
.hero-media {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  max-width: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-mic {
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 28px 72px rgba(55 10 120 / 0.5));
}
@media (max-width: 1023px) {
  .hero-inner {
    padding: 56px 0 60px 20px;
  }
  .hero-content {
    max-width: 60%;
    padding: 0 !important;
  }
  .hero-dots {
    left: 0;
  }
  .hero-gothic {
    font-size: 28px;
    line-height: 36px;
  }
  .hero-tagline {
    font-size: 26px;
    line-height: 30px;
  }
  .hero-body {
    font-size: 15px;
    line-height: 26px;
  }
  .hero-media {
    width: 56%;
  }
  .hero-anim-stick {
    animation: stick-move-v 3s ease-in-out infinite;
  }
}
@media (max-width: 500px) {
  .hero {
    padding: 50px;
    min-height: unset;
  }
  .hero-inner {
    padding: 44px 0 52px 0;
  }
  .hero-content {
    max-width: 64%;
    padding: 0 !important;
  }
  .hero-gothic {
    line-height: 26px;
  }
  .hero-tagline {
    line-height: 22px;
  }
  .hero-body {
    line-height: 20px;
  }
  .hero-media {
    width: 62%;
  }
  .hero-anim-stick {
    left: -50px;
    top: -39%;
    width: auto;
    height: auto;
    animation: stick-move-mobile 3s ease-in-out infinite;
    scale: 1;
  }
}
@keyframes stick-move-mobile {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@media (max-width: 420px) {
  .hero-anim-stick {
    top: -27vw;
    scale: 1.2;
  }
}
@media (max-width: 360px) {
  .hero-anim-stick {
    top: 10vw;
    scale: 1.5;
  }
}
@keyframes stick-move-v {
  0% {
    transform: translateX(-30%);
  }
  50% {
    transform: translateX(70%);
  }
  100% {
    transform: translateX(-30%);
  }
}
.la-section {
  background-color: #07081c;
  padding: 64px 0 72px;
}
.la-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.la-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.la-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.la-accent {
  color: #22d3ee;
}
.la-see-all {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255 255 255 / 0.65);
  border: 1px solid white;
  padding: 6px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.la-see-all:hover {
  border-color: #22d3ee;
  color: #22d3ee;
}
.la-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  column-gap: 36px;
  align-items: stretch;
  row-gap: 10px;
}

@media (max-width: 765px) {
  .la-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}


.la-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.la-col--center{
  justify-content: space-between;
}

.la-col--center .la-card {
  flex: 1;
  z-index: 2;
}
.la-card {
  background: linear-gradient(107.81deg, #1F1C21 2.21%, #252128 98.19%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all 0.2s;
}
.active-card {
  position: relative;
  padding: 2px;
  z-index: 1;
  transition: all 0.2s ease;
}
.active-card::after {
  position: absolute;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
  width: 100%;
  height: 200%;
  top: 0px;
  left: 0px;
  background: linear-gradient(181deg, rgba(62, 197, 255, 1) 0%, rgba(29, 132, 254, 0) 35%, rgba(62, 197, 255, 0) 65%, transparent 100%);
  z-index: -1;
}
.active-card:has(.la-card:hover)::after {
  content: "";
  animation: glow-pulse 2s ease-in-out infinite;
}
.active-card:has(.la-card:hover) .la-card .la-btn {
  background: rgba(34, 211, 238, 0.1);
  border-color: #06b6d4;
  color: #fff;
}
.active-card:has(.wwr-card:hover)::after {
  content: "";
  animation: glow-pulse 2s ease-in-out infinite;
}
.active-card:has(.wwr-card:hover) .wwr-card .la-btn {
  background: rgba(34, 211, 238, 0.1);
  border-color: #06b6d4;
  color: #fff;
}
.wwr-card:hover {
  background-color: #070916;
  border-color: transparent;
  background-image: url("../images/Featured BG.svg");
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}
.wwr-icon{
  margin-top: 40px;
}

.wwr-icon img{
  width: 80%;
  flex-shrink: 0;
  float: left;
}
.active-card:has(.mv-card:hover)::after {
  content: "";
  animation: glow-pulse 2s ease-in-out infinite;
}
.active-card:has(.mv-card:hover) .mv-card .la-btn {
  background: rgba(34, 211, 238, 0.1);
  border-color: #06b6d4;
  color: #fff;
}
.mv-card:hover {
  background-color: #070916;
  border-color: transparent;
  background-image: url("../images/Featured BG.svg");
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}
@keyframes glow-pulse {
  0% {
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.2);
  }
  100% {
    opacity: 0.6;
    filter: brightness(1);
  }
}
.la-card:hover {
  background-color: #070916;
  border-color: transparent;
  background-image: url("../images/Featured BG.svg");
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}
.la-card-img {
  width: 100%;
  height: 200px;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  padding: 15px;
}

.mv-card--horiz .la-card-img{
  height: initial;
}

.la-card-img--side {
  width: 42%;
  aspect-ratio: auto;
  min-height: 100px;
  border-radius: 0;
}
.la-card-img--featured {
  aspect-ratio: 16/8;
  flex-shrink: 0;
}
.la-sep {
  width: 100%;
  margin: 10px 0;
  border: 1px solid rgba(255 255 255 / 0.12);
  border-radius: 5px;
}
.la-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.la-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #eef0fa;
  line-height: 28px;
}
.la-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFFB2;
  line-height: 20px;
  flex: 1;
}
.la-btn {
  display: inline-block;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(255 255 255 / 0.75);
  background: rgba(255 255 255 / 0.05);
  border: 1px solid rgba(255 255 255 / 0.12);
  padding: 7px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.la-btn:hover {
  background: rgba(255 255 255 / 0.1);
  border-color: rgba(255 255 255 / 0.25);
  color: #fff;
}
@media (max-width: 1023px) {
  .la-col:last-child {
    display: none;
  }
}
  .la-col--left {
    display: none;
  }
  .la-col:last-child {
    display: flex;
  }
  .la-card-img--side {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.wsm-section {
  margin: 0 auto;
  padding: 32px;
  max-width: 1280px;
}
.wsm-container,
.wwr-container,
.te-container,
.fgi-container{
  background: linear-gradient(110deg, #0b3a8f 0%, #0c4fb8 35%, #0b6fd6 65%, #0aa5e6 100%);
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 0 32px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media(min-width: 1200px){
  .wsm-container{
    padding: 32px 0 32px 32px;
  }

}

@media (max-width: 992px) {
  .wsm-container,
  .wwr-container,
  .te-container,
  .fgi-container{
    padding: 32px 0 0 32px;
  }
}


@media (max-width: 442px) {
  .wsm-container,
  .wwr-container,
  .te-container,
  .fgi-container{
    padding: 32px 0 0 16px;
    gap: 16px;
  }
}

.wwr-content,
.wsm-content,
.te-content,
.fgi-content{
  padding-bottom: 32px;
}



@media(max-width: 992px){
  .wwr-icon{
    margin-top: unset;
  }
}


@media (max-width: 442px){
  .te-icon img,
  .fgi-icon img {
    scale: 1.3;
  }


  .wwr-icon{
    margin-top: 110px;
  }
}


.wsm-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wsm-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.4px;
}
.wsm-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255 255 255 / 0.65);
}
@media (max-width: 600px) {
  .wsm-title {
    font-size: 16px;
  }
  .wsm-subtitle {
    font-size: 12px;
  }
}
.wsm-icon img {
  width: 80%;
  flex-shrink: 0;
  float: right;
}

@media (max-width: 992px){
  .wsm-icon{
    padding-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .wsm-icon img {
    width: 100%;
  }

  .wsm-icon{
    padding-bottom: unset;
  }
}
.top-news {
  background-color: #07081c;
  user-select: none;
}
.top-news-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.wwr-section {
  margin: 0 auto;
  padding: 32px;
  max-width: 1280px;
}

@media (max-width: 600px) {
  .wwr-banner-content {
    padding: 16px;
  }
}
.wwr-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media (max-width: 600px) {
  .wwr-banner-inner {
    gap: 0;
  }
}
.wwr-banner-sub {
  font-size: 18px;
  color: rgba(255 255 255 / 0.65);
  line-height: 28px;
  font-weight: 400;
}
.wwr-banner-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 32px 32px 0;
}
.wwr-banner-right img {
  width: 100%;
}
@media (max-width: 600px) {
  .wwr-banner-right {
    width: 180px;
    padding: 47px 22px 0 0px;
    flex-shrink: unset;
  }
}
.wwr-newspaper {
  float: right;
}
.wwr-slides-wrap {
  padding: 28px 0 24px;
  background-color: #07081c;
}
.wwr-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.wwr-card {
  background: linear-gradient(107.81deg, #1F1C21 2.21%, #252128 98.19%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all 0.2s;
  height: 100%;
}
.wwr-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.wwr-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.wwr-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #eef0fa;
  line-height: 28px;
}
.wwr-card-excerpt {
  font-size: 14px;
  color: rgba(255 255 255 / 0.48);
  line-height: 20px;
  flex: 1;
}
.wwr-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 8px;
}
.wwr-dot {
  width: 44px;
  height: 44px;
  border-radius: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
}
.wwr-dot::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255 255 255 / 0.25);
  flex-shrink: 0;
  transition: background 0.2s, width 0.2s;
}
.wwr-dot--active {
  background: transparent;
  width: 44px;
  border-radius: 0;
}
.wwr-dot--active::before {
  width: 70px;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 900px) {
  .wwr-track {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .wwr-track {
    grid-template-columns: 1fr;
  }
  .wwr-card:last-child {
    display: flex;
  }
  .wwr-newspaper {
    width: 90px;
  }
  .wwr-banner-sub {
    font-size: 12px;
    line-height: 16px;
  }
}
.mv-section {
  background-color: #07081c;
  padding: 48px 0 64px;
  border-top: 1px solid rgba(255 255 255 / 0.05);
}
.mv-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.mv-grid-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.mv-grid-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}
.mv-card {
  background: linear-gradient(107.81deg, #1F1C21 2.21%, #252128 98.19%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all 0.2s;
  height: 100%;
}
.mv-card-img {
  width: 100%;
  height: 200px;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
.mv-card-img--tall {
  aspect-ratio: 16/10;
}
.mv-card--horiz {
  flex-direction: row;
  align-items: stretch;
  background-color: #252128;
  height: 100%;
}
.feat-img-wrap--horiz {
  flex: 1;
}
.feat-img-wrap--horiz img {
  aspect-ratio: 16/13;
}
.mv-card-thumb {
  width: 110px;
  min-height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}
.mv-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
@media (max-width: 900px) {
  .mv-grid-top {
    grid-template-columns: 1fr 1fr;
  }
  .mv-card:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .mv-grid-top {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .mv-card:last-child {
    display: flex;
  }
  .mv-card--horiz {
    flex-direction: column;
  }
  .mv-card-thumb {
    width: 100%;
    min-height: unset;
    aspect-ratio: 16/9;
  }
}
.te-section {
  margin: 0 auto;
  padding: 32px;
  max-width: 1280px;
}
.te-content,
.wwr-content{
  padding-right: 32px;
}
.te-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
.te-subtitle {
  font-size: 18px;
  line-height: 28px;
  padding-top: 5px;
  color: rgba(255 255 255 / 0.65);
}
.te-icon {
  padding: 32px 0 0 0;
}
.te-icon img {
  width: 100%;
}


@media(max-width: 992px){
  .te-icon{
    padding: unset;
  }

  .te-icon img{
    width: 80%;
  }
}

@media (max-width: 600px) {
  .te-title {
    font-size: 16px;
    line-height: 24px;
  }
  .te-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .te-icon{
    padding: 32px 0 0 0;
  }


  .te-icon img{
    width: 100%;
  }
}



.en-section {
  background-color: #07081c;
  padding: 48px 0 32px;
  border-top: 1px solid rgba(255 255 255 / 0.05);
}
.en-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.en-container .wwr-track {
  margin-bottom: 20px;
}
.fgi-section {
  margin: 0 auto;
  padding: 32px;
  max-width: 1280px;
}
.te-banner-title,
.fgi-banner-title,
.wsm-banner-title,
.wwr-banner-title{
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 600px){
  .te-banner-title,
  .fgi-banner-title,
  .wsm-banner-title,
  .wwr-banner-title{
    font-size: 20px;
    line-height: unset;
  }
}


.fgi-content {
  padding: 0 32px;
}
.fgi-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
.fgi-subtitle {
  font-size: 18px;
  line-height: 28px;
  padding-top: 5px;
  color: rgba(255 255 255 / 0.65);
}
.fgi-icon {
  padding: 32px 32px 0 0;
}

@media (min-width: 1200px){
  .fgi-icon{
    padding: 32px 64px 0 0;
  }
}

.fgi-icon img {
  width: 100%;
}

@media (max-width: 992px){
  .fgi-icon{
    padding: 32px 110px 0 0;
  }

  .fgi-icon img{
    width: 80%;
  }

  .fgi-content{
    padding-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .fgi-title {
    font-size: 16px;
    line-height: 24px;
  }
  .fgi-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .fgi-icon{
    padding: 93px 32px 0 0;
  }

  .fgi-icon img{
      width: 100%;
  }
}
.in-section {
  background-color: #07081c;
  padding: 48px 0 64px;
  border-top: 1px solid rgba(255 255 255 / 0.05);
}
.nl-section {
  background: linear-gradient(74deg, #0b1d3a 0%, #13244a 30%, #2a1f4f 65%, #000 100%);
  padding: 64px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 111;
}
@media (max-width: 768px) {
  .nl-section {
    text-align: left;
  }
}
.stars-bg {
  background-image: url(../images/stars.png);
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}
.nl-container {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.nl-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
.nl-subtitle {
  font-size: 13px;
  color: rgba(255 255 255 / 0.5);
  margin-bottom: 8px;
}
.nl-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.nl-input {
  width: 80%;
  background: rgba(255 255 255 / 0.06);
  border: 1px solid rgba(255 255 255 / 0.12);
  border-radius: 7px;
  padding: 12px 18px;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
@media (max-width: 768px) {
  .nl-container {
    align-items: flex-start;
    padding: 10px;
  }
  .nl-input {
    width: 100%;
  }
  .nl-btn {
    width: 100%;
  }
}
.nl-input::placeholder {
  color: rgba(255 255 255 / 0.35);
}
.nl-input:focus {
  border-color: #22d3ee;
}
.nl-btn {
  background: #06b6d4;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 100px;
  width: 80%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.nl-btn:hover {
  background: #22d3ee;
}
@media (max-width: 768px) {
  .nl-btn {
    width: 100%;
  }
}
.site-footer {
  background-color: #04050f;
  border-top: 1px solid rgba(255 255 255 / 0.07);
}
.footer-container {
  margin-top: 20px;
  border-top: 1px solid rgba(255 255 255 / 0.06);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 13px;
  color: white;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-social-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0 0 0 / 0.35);
}
.footer-facebook {
  background-image: url("../images/facebook_footer.svg");
}
.footer-twitter {
  background-image: url("../images/twitter_footer.svg");
}
.footer-instagram {
  background-image: url("../images/instagram_footer.svg");
}
.footer-youtube {
  background-image: url("../images/youtube_footer.svg");
}
.top-news .wwr-slides-wrap {
  overflow: hidden;
}
.top-news .wwr-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  cursor: grab;
}
.top-news .wwr-track.is-dragging {
  cursor: grabbing;
  transition: none;
}
.top-news .wwr-track > * {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}
@media (max-width: 1023px) {
  .top-news .wwr-track > * {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (max-width: 639px) {
  .top-news .wwr-track > * {
    flex: 0 0 80%;
  }
  .top-news .wwr-track .active-card:last-of-type {
    flex: 0 0 100%;
  }
}
.en-slides-wrap {
  overflow: hidden;
}
.en-section .wwr-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  cursor: grab;
}
.en-section .wwr-track.is-dragging {
  cursor: grabbing;
  transition: none;
}
.en-section .wwr-track > * {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}
@media (max-width: 1023px) {
  .en-section .wwr-track > * {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (max-width: 639px) {
  .en-section .wwr-track > * {
    flex: 0 0 80%;
  }
  .en-section .wwr-track .active-card:last-of-type {
    flex: 0 0 100%;
  }
}
.category-navbar {
  background: unset;
}
.hero-category {
  min-height: calc(30svh - 100px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.back-video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  height: 47svh;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 600px) {
  .back-video {
    top: 9px;
  }
}
.hero-stars {
  z-index: 0 !important;
}
.hero-category::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 52% 45%, rgba(68 20 156 / 0.42) 0%, transparent 62%), radial-gradient(ellipse 45% 55% at 50% 100%, rgba(120 20 65 / 0.18) 0%, transparent 55%), radial-gradient(ellipse 35% 45% at 8% 0%, rgba(12 18 60 / 0.55) 0%, transparent 55%);
  pointer-events: none;
}
.hero-category-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px 80px;
}
.hero-category-content {
  position: relative;
  padding-left: 56px;
}
.hero-category-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-category-headline {
  font-size: clamp(1.95rem, 2.8vw, 2.85rem);
  line-height: 1.14;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.hero-category-gothic {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.hero-category-tagline {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .hero-category-content {
    padding: 0;
  }
  .hero-category-headline {
    font-size: 20px;
  }
  .hero-category-gothic {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .hero-category-tagline {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    margin-top: 20px;
    line-height: 28px;
  }
}
.category-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  padding: 36px;
}
.category-grid .active-card {
  flex: 0 0 calc((100% - 72px) / 3);
  width: calc((100% - 72px) / 3);
}
.active-card .category-card {
  width: 100%;
  height: 100%;
}
.active-card:has(.category-card:hover)::after {
  content: "";
  animation: glow-pulse 2s ease-in-out infinite;
}
.active-card:has(.category-card){
  max-height: 460.86px;
}
.category-card {
  width: calc((100% - 72px) / 3);
  background: linear-gradient(107.81deg, #1F1C21 2.21%, #252128 98.19%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: border-color 0.2s;
}
.category-card:hover {
  background-color: #070916;
  border-color: transparent;
  background-image: url("../images/Featured BG.svg");
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease;
}
.active-card:has(.category-card:hover) .category-btn {
  background: rgba(34, 211, 238, 0.1);
  border-color: #06b6d4;
  color: #fff;
}
.category-card.active-card {
  position: relative;
  padding: 2px;
  z-index: 1;
}
.category-card.active-card::after {
  content: "";
  position: absolute;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
  width: 100%;
  height: 200%;
  top: 0px;
  left: 0px;
  background: linear-gradient(181deg, rgba(62, 197, 255, 1) 0%, rgba(29, 132, 254, 0) 35%, rgba(62, 197, 255, 0) 65%, transparent 100%);
  z-index: -1;
}
.category-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  padding: 15px;
}
.category-card-img--side {
  width: 42%;
  aspect-ratio: auto;
  min-height: 100px;
  border-radius: 0;
}
.category-card-img--featured {
  aspect-ratio: 16/8;
  flex-shrink: 0;
}
.category-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.post-tags {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 0;
}
.post-tags span {
  font-size: 12px;
  line-height: 16px;
  padding-right: 16px;
}
.post-tags span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.category-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #eef0fa;
  line-height: 28px;
}
.category-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFFB2;
  line-height: 20px;
  flex: 1;
}
.category-btn {
  display: inline-block;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(255 255 255 / 0.75);
  background: rgba(255 255 255 / 0.05);
  border: 1px solid rgba(255 255 255 / 0.12);
  padding: 7px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.category-btn:hover {
  background: rgba(255 255 255 / 0.1);
  border-color: rgba(255 255 255 / 0.25);
  color: #fff;
}
.category-btn--primary {
  background: rgba(34, 211, 238, 0.1);
  border-color: #06b6d4;
  color: #fff;
}
.category-btn--primary:hover {
  background: #22d3ee;
  border-color: #22d3ee;
  color: #fff;
}
@media (max-width: 1023px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .category-col:last-child {
    display: none;
  }
}
@media (max-width: 600px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .category-col--left {
    display: none;
  }
  .category-col:last-child {
    display: flex;
  }
  .category-card-img--side {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.cat-carousel {
  overflow: hidden;
}
.cat-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.cat-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.cat-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px 0 40px;
}
.cat-arrow {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255 255 255 / 0.18);
  background: rgba(255 255 255 / 0.05);
  color: rgba(255 255 255 / 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.cat-arrow:hover:not(:disabled) {
  background: rgba(34 211 238 / 0.1);
  border-color: rgba(34 211 238 / 0.5);
  color: #22d3ee;
}
.cat-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.cat-dots {
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.cat-dot {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-dot::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255 255 255 / 0.25);
  flex-shrink: 0;
  transition: background 0.2s, width 0.2s;
}
.cat-dot--active::before {
  width: 70px;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 1023px) {
  .cat-slide.category-grid .active-card {
    width: calc((100% - 36px) / 2);
    flex: 0 0 calc((100% - 36px) / 2);
  }
}
@media (max-width: 600px) {
  .cat-slide.category-grid .active-card, .cat-slide.category-grid .category-card {
    width: 100%;
    flex: 0 0 100%;
  }
}
.article {
  padding: 64px;
  max-width: 1280px;
  margin: 0 auto;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.article-meta .article-author {
  font-size: 18px;
  color: rgba(255 255 255 / 0.75);
}
.article-meta .article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.article-tags span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 12px;
}
@media (max-width: 600px) {
  .article {
    padding: 32px 16px;
  }
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .article-tags span {
    border-right: none;
    padding-right: 0;
  }
}
.article-image img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
  height: 400px;
  object-fit: cover;
  border: 10px solid rgba(31, 28, 33, 1);
  border-radius: 20px;
}
.article-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.article-body-main {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 32px;
}
.article-body-main p {
  margin-bottom: 16px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
