@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap');

:root {
  --aura-red: #e10c1a;
  --aura-red-dark: #9f0711;
  --aura-red-soft: #fff0f1;
  --aura-sale: #218739;
  --aura-sale-dark: #14642a;
  --aura-sale-soft: #eaf8ed;
}

/* Global typeface: Onest is a crisp, minimal modern UI sans. */
body,
body *:not(.fas):not(.far):not(.fab) {
  font-family: "Onest", "Segoe UI", Arial, sans-serif !important;
}
.fas,
.far { font-family: "Font Awesome 5 Pro" !important; }
.fab { font-family: "Font Awesome 5 Brands" !important; }

#goToStoreSale { text-decoration: none !important; }

/* One restrained motion language for every interactive surface. */
a, button, .button, .copyip, .social-icon a, #header_menu a {
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease, box-shadow 280ms ease, transform 280ms cubic-bezier(.22, 1, .36, 1), opacity 240ms ease;
}

a:focus-visible, button:focus-visible, .button:focus-visible, .copyip:focus-visible {
  outline: none;
  box-shadow: none;
}

#social > a { position: relative; overflow: hidden; border-radius: 14px; }
#social > a::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(8, 8, 11, .76), rgba(13, 8, 11, .32)); content: ""; pointer-events: none; }
#social > a > div { position: relative; z-index: 1; background-image: url("../images/aura-community-bg.webp") !important; background-position: center !important; }
#social > a:hover > div { transform: none; }

.aura-header-ip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  margin-left: 22px;
  padding: 0 16px 0 18px;
  border: 1px solid #f0dfe1;
  border-radius: 7px;
  background: #fff;
  color: #302a2d;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.aura-header-ip__label { color: var(--aura-red); }
.aura-header-ip i { color: var(--aura-red); font-size: 16px; }
.aura-header-ip:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(75, 8, 15, 0.10); }
.aura-header-ip.is-copied { color: var(--aura-sale-dark); }
.aura-header-ip.is-copied .aura-header-ip__label,
.aura-header-ip.is-copied .aura-header-ip__value,
.aura-header-ip.is-copied i { display: none; }
.aura-header-ip.is-copied::after { content: "\0421\043a\043e\043f\0438\0440\043e\0432\0430\043d\043e"; color: var(--aura-sale-dark); }

@media (max-width: 1140px) {
  .aura-header-ip { margin-left: 12px; }
  .aura-header-ip__label { display: none; }
}

@media (max-width: 880px) {
  .aura-header-ip { display: none; }
}

@media (max-width: 900px) {
  .wrapper {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 12px;
  }

  #app { min-width: 0; }

  #head #head_top {
    padding: 92px 26px 116px;
  }

  #head #head_top h1,
  #head #head_top h2 {
    font-size: clamp(34px, 9.5vw, 52px);
    line-height: 1.08;
  }

  #head #head_top h5 {
    font-size: clamp(17px, 4.6vw, 22px);
    line-height: 1.28;
  }

  #head .head_bottom {
    display: block;
    height: auto;
    padding: 0 12px 24px;
  }

  #head .head_bottom .s-online-wrapp {
    width: 100% !important;
    max-width: 536px;
    height: auto;
    margin: 0 auto;
  }

  #head .head_bottom .s-online-wrapp .s-online {
    position: static;
    width: 100% !important;
    min-height: 138px;
    height: auto;
    box-sizing: border-box;
  }

  #join_us {
    grid-template-columns: 1fr;
    grid-template-areas: "join_us_text" "copy_ip";
    padding: 36px 24px 28px;
  }

  #join_us .join_us_arrow { display: none !important; }
  #join_us .left, #join_us .copy_ip { grid-column: 1; justify-self: stretch; }
  #join_us .left { padding-left: 0; }
  #join_us .copy_ip { height: auto; grid-template-columns: 1fr; gap: 14px; }
  #join_us .copy_ip > * { justify-self: start !important; }
}

@media (max-width: 520px) {
  .wrapper { padding-inline: 8px; }
  header { padding-inline: 4px; }
  #head { border-radius: 16px; }
  #head #head_top { padding: 74px 20px 92px; }
  #head .head_bottom { padding-inline: 8px; }
  #head .head_bottom .s-online-wrapp { width: 100% !important; }
  #head .head_bottom .s-online-wrapp .s-online { width: 100% !important; grid-template-columns: 58px minmax(0, 1fr); gap: 13px; padding: 16px; border-radius: 14px; }
  #head .head_bottom .s-online-wrapp .s-online > i { width: 58px; height: 58px; border-radius: 12px; font-size: 23px; }
  #head .head_bottom .s-online-wrapp .s-online .server h6 { font-size: 16px; }
  #head .head_bottom .s-online-wrapp .s-online .server .copyip { min-width: 0; width: 100%; box-sizing: border-box; }
  #join_us { padding-inline: 20px; }
  #social { grid-template-columns: 1fr; }
  footer .wrapper { grid-template-columns: 1fr !important; gap: 24px; }
  footer .wrapper .nav, footer .wrapper .copyright { width: auto !important; text-align: left; }
  footer .wrapper .nav nav { justify-items: start !important; }
  .aura-cookie-banner { left: 12px; right: 12px; width: auto; box-sizing: border-box; flex-direction: column; align-items: stretch; gap: 14px; }
  .aura-cookie-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}

@media (max-width: 600px) {
  .aura-cookie-banner { left: 12px; right: 12px; width: auto; box-sizing: border-box; flex-direction: column; align-items: stretch; gap: 14px; }
  .aura-cookie-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}

/* Compact community strip and a re-composed footer. */
#social {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}
#social > .aura-social-card,
#social > .aura-social-card > div { min-height: 92px; }
#social > .aura-social-card { border-radius: 12px; }
#social > .aura-social-card > div { grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 11px; padding: 16px; }
#social > .aura-social-card i { width: 44px; height: 44px; border-radius: 11px; font-size: 20px; line-height: 44px; }
#social > .aura-social-card span { font-size: 15px; }
#social > .aura-social-card small { margin-top: 4px; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

footer { margin-top: 28px; }
footer .aura-footer-grid { grid-template-columns: minmax(255px, 1.35fr) minmax(275px, 1.2fr) minmax(145px, .72fr) 38px; gap: 36px; padding: 34px 28px; }
footer .aura-footer-brand { display: block; }
footer .aura-footer-brand .logo { margin-bottom: 20px; }
footer .aura-footer-brand .copyright { max-width: 270px; }
footer .info { padding: 0; border: 0; }
footer .info p { max-width: 400px; margin: 0 0 13px; line-height: 1.45; }
footer .info > a { display: block; width: max-content; margin: 6px 0 0; color: #4f464d; font-size: 13px; line-height: 1.35; text-decoration: none; }
footer .info > a:hover { color: var(--aura-red); }
footer .nav { padding-left: 20px; border-left: 1px solid #eee2e4; }
footer .nav nav { gap: 2px; }
footer .nav a { font-size: 13px; line-height: 21px; }
footer .social { align-self: start; text-align: left; }
footer .social > div { display: flex; flex-direction: column; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
footer .social .social-icon a { width: 36px; height: 36px; border-radius: 10px; }
footer .social .social-discord a { background: #5865f2 !important; }
footer .social .social-discord a i { font-family: "Font Awesome 5 Brands" !important; }

@media (max-width: 900px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .aura-footer-grid { grid-template-columns: 1.1fr 1fr 36px; gap: 24px; }
  footer .aura-footer-brand { grid-column: 1 / -1; }
  footer .nav { padding-left: 0; border-left: 0; }
}
@media (max-width: 600px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #social > .aura-social-card, #social > .aura-social-card > div { min-height: 88px; }
  #social > .aura-social-card > div { grid-template-columns: 40px minmax(0, 1fr); padding: 13px; }
  #social > .aura-social-card i { width: 40px; height: 40px; font-size: 18px; line-height: 40px; }
  #social > .aura-social-card span { font-size: 14px; }
  footer .aura-footer-grid { grid-template-columns: minmax(0, 1fr) 36px; gap: 22px 18px; }
  footer .aura-footer-brand, footer .info, footer .nav { grid-column: 1; }
  footer .social { grid-column: 2; grid-row: 1 / span 3; }
  footer .aura-footer-brand .logo { margin-bottom: 14px; }
}

/* Final mobile overrides live after all legacy selectors. */
@media (max-width: 900px) {
  #head .head_bottom .s-online-wrapp { width: 100% !important; max-width: 536px; height: auto; }
  #head .head_bottom .s-online-wrapp .s-online { position: static; width: 100% !important; height: auto; min-height: 138px; box-sizing: border-box; }
}

@media (max-width: 600px) {
  #head .head_bottom .s-online-wrapp .s-online { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; padding: 16px; border-radius: 14px; }
  .aura-cookie-banner { left: 12px; right: 12px; width: auto; box-sizing: border-box; flex-direction: column; align-items: stretch; gap: 14px; }
  .aura-cookie-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}

@media (max-width: 1280px) {
  header #header_menu { display: none; }
  header #header_menu.aura-menu-open { display: block; }
}

.logotype .pic {
  width: 48px;
  height: 48px;
  margin-top: -3px;
  background-image: url('../images/aura-logo.webp') !important;
}

.logotype .logo_text { color: #1b1712; }
.logotype .logo_text span { font-size: 18px; line-height: 19px; }

#head {
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(168, 5, 26, 0.82) 0%, rgba(213, 17, 39, 0.72) 52%, rgba(117, 0, 14, 0.64) 100%),
    url('../images/aura-nether-bg.webp') center 52% / cover no-repeat;
}

#head:before {
  display: none;
}

/* Blends the hero artwork into the red scene without exposing hard edges. */
#head:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to left, rgba(117, 0, 14, 0.88) 0, rgba(153, 5, 23, 0.38) 8%, transparent 20%),
    linear-gradient(to top, rgba(117, 0, 14, 0.86) 0, rgba(153, 5, 23, 0.32) 10%, transparent 25%);
}

#head #head_pics .pics_lines {
  display: none;
}

#head #head_pics .parallax,
#join_us::before,
#join_us::after {
  display: none !important;
}

#head #head_pics .flying {
  background-image: url('../images/aura-dragon.webp');
  background-size: contain;
  background-position: center;
  width: clamp(940px, 70vw, 1280px);
  height: clamp(410px, 30vw, 555px);
  right: -3%;
  bottom: 152px;
  filter: drop-shadow(0 18px 26px rgba(15, 0, 14, 0.42));
  clip-path: inset(8% 0 0 0);
}

/* Server status panel: a compact, themed surface with stable copy feedback. */
#head .head_bottom .s-online-wrapp {
  width: 560px;
  height: 170px;
  padding: 0;
  background: none;
}

#head .head_bottom .s-online-wrapp .s-online {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  border: 1px solid rgba(225, 12, 26, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 32px rgba(72, 8, 15, 0.10);
  transition: box-shadow 320ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1);
  right: 34px;
  bottom: -22px;
}

#head .head_bottom .s-online-wrapp .s-online:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(72, 8, 15, 0.13);
}

#head .head_bottom .s-online-wrapp .s-online > i {
  float: none;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #f51d2a, var(--aura-red-dark)) !important;
  color: #fff;
  font-size: 35px;
  box-shadow: 0 12px 24px rgba(159, 7, 17, 0.24) !important;
}

#head .head_bottom .s-online-wrapp .s-online .server {
  width: auto;
  min-width: 0;
  margin: 0;
  float: none;
}

#head .head_bottom .s-online-wrapp .s-online .server h6 { font-size: 20px; line-height: 1.05; }
#head .head_bottom .s-online-wrapp .s-online .server .online { margin: 5px 0 16px; font-size: 15px; }
#head .head_bottom .s-online-wrapp .s-online .server .online span { font-size: 16px; }

#head .head_bottom .s-online-wrapp .s-online .server .copyip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 182px;
  height: 50px;
  padding: 0 16px;
  border-color: #eadbdd;
  border-radius: 11px;
  background: #fff;
  color: #1b1712;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

#head .head_bottom .s-online-wrapp .s-online .server .copyip:hover {
  border-color: rgba(225, 12, 26, 0.36);
  color: var(--aura-red-dark);
  transform: translateY(-1px);
}

#head .head_bottom .s-online-wrapp .s-online .server .copyip i { margin: 0; padding: 0; }
#head .head_bottom .s-online-wrapp .s-online .server .copyip span { font-size: 14px; line-height: 1; }
#head .head_bottom .s-online-wrapp .s-online .server .copyip i { font-size: 14px; line-height: 1; transform: translateY(-1px); }
#head .head_bottom .s-online-wrapp .s-online .server .copyip::after { content: ""; }
#head .head_bottom .s-online-wrapp .s-online .server .copyip.is-copied span,
#head .head_bottom .s-online-wrapp .s-online .server .copyip.is-copied i { display: none; }
#head .head_bottom .s-online-wrapp .s-online .server .copyip.is-copied::after { content: "\0421\043a\043e\043f\0438\0440\043e\0432\0430\043d\043e"; color: var(--aura-red-dark); }

/* Server connection: a focused IP card instead of a decorative character. */
#join_us {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px) !important;
  grid-template-rows: auto !important;
  grid-auto-rows: auto !important;
  grid-template-areas: "intro copy" !important;
  align-items: center;
  gap: clamp(32px, 5vw, 80px) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 34px clamp(32px, 6vw, 92px) !important;
  background: linear-gradient(120deg, #fff 0%, #fff 62%, #fff7f7 100%) !important;
  border: 1px solid rgba(225, 12, 26, .13);
  border-radius: 18px;
  box-shadow: 0 10px 0 #eadfe0;
}
#join_us > div { background-image: none !important; }
#join_us .join_us_arrow, #join_us > div:not(.left):not(.copy_ip):not(.clear) { display: none !important; }
#join_us > .left { grid-area: intro; padding: 0 !important; }
#join_us .left h2 { margin: 7px 0 10px; }
#join_us .left h5 { max-width: 570px; margin: 0; }
.aura-join__eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--aura-red); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.aura-join__eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #36b76b; box-shadow: 0 0 0 4px rgba(54, 183, 107, .13); }
#join_us > .copy_ip { grid-area: copy; display: grid !important; grid-template-columns: 1fr !important; gap: 12px; height: auto !important; padding: 18px !important; border: 1px solid rgba(225, 12, 26, .12); border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(80, 19, 25, .06); }
#join_us .copy_ip > .left { justify-self: stretch !important; padding-bottom: 11px; border-bottom: 1px solid #f1e7e8; color: #77727a; font-size: 13px; font-weight: 700; white-space: nowrap; }
#join_us .copy_ip > a { display: grid !important; grid-template-columns: 1fr auto; align-items: center; gap: 4px 14px; min-height: 68px; height: auto !important; padding: 12px 14px 12px 18px !important; border-radius: 12px !important; text-align: left; box-shadow: 0 12px 26px rgba(159, 7, 17, .2); }
#join_us .copy_ip > a span { font-size: 16px; font-weight: 900; text-transform: lowercase; }
#join_us .copy_ip > a small { grid-column: 1 / -1; color: rgba(255,255,255,.77); font-size: 11px; font-weight: 600; }
#join_us .copy_ip > a i { grid-column: 2; grid-row: 1; }

#head #head_top {
  transform: translateY(285px);
  max-width: 720px;
}

#head #head_pics .pic_text {
  transform: translateY(285px);
}

/* Keep the opening scene compact on desktop without distorting its artwork. */
@media (min-width: 901px) {
  #head #head_top {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (max-width: 900px) {
  #head #head_top {
    transform: translateY(136px);
    max-width: 100%;
  }

  #head #head_pics .pic_text {
    transform: translateY(136px);
  }
}

@media (max-width: 700px) {
  #join_us .join_us_arrow {
    width: 190px;
    height: 155px;
    left: -8px;
  }
}

@media (max-width: 900px) {
  #head #head_pics .flying {
    width: 700px;
    height: 304px;
    right: -17%;
    bottom: 140px;
    opacity: 0.62;
  }
}

@media (max-width: 600px) {
  #head #head_pics .flying {
    width: 510px;
    height: 221px;
    right: -42%;
    bottom: 126px;
    opacity: 0.32;
  }

  #head #head_top {
    transform: translateY(44px);
  }

  #head #head_pics .pic_text {
    transform: translateY(44px);
  }
}

#head .head_bottom .s-online-wrapp .s-online .server .progress .progress-bar,
#store_coin .select_coins .coin-bar .coin-bar-fill,
.button-orange,
#store_items .card .price,
#store_items .card .buy:hover,
.rwplusdesc i,
#lc_section .lc_skin .lc_donate {
  background: var(--aura-red) !important;
}

/* Store actions retain a white surface while the affordance turns red. */
#store_items .card .buy {
  background: #fff !important;
  border: 1px solid rgba(225, 12, 26, 0.16);
  box-shadow: 0 8px 18px rgba(126, 4, 16, 0.14);
}

#store_items .card .buy i {
  color: var(--aura-red) !important;
}

#store_items .card .buy:hover,
#store_items .card .buy:focus-visible {
  background: var(--aura-red) !important;
  border-color: var(--aura-red);
  outline: none;
}

#store_items .card .buy:hover i,
#store_items .card .buy:focus-visible i {
  color: #fff !important;
}

#store_coin .store_coin_img {
  background-color: var(--aura-red-soft);
  border-radius: 24px;
}

#store_coin .select_coins .coin-grid {
  background-image: none;
  background-color: rgba(225, 12, 26, 0.08);
}

#store_coin .select_coins .coin-bar {
  background: #f5d7da;
}

#store_coin .select_coins .coin-bar .coin-bar-slider {
  filter: drop-shadow(0 5px 20px rgba(225, 12, 26, 0.36));
}

#social a:hover > div {
  transform: translateY(-4px);
  transition: transform 160ms ease;
}

#aura-store {
  margin-top: 72px;
  color: #1b1712;
}

.aura-launch-sale {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 28px 0 30px;
  padding: 18px 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ccebd3;
  border-left: 5px solid var(--aura-sale);
  box-shadow: 0 12px 28px rgba(20, 100, 42, 0.09);
}

.aura-launch-sale__badge {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--aura-sale);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(20, 100, 42, 0.24);
}

.aura-launch-sale strong, .aura-launch-sale span { display: block; }
.aura-launch-sale strong { font-size: 18px; }
.aura-launch-sale span { margin-top: 3px; color: #8b8b96; font-size: 14px; }
.aura-launch-sale a { color: var(--aura-sale-dark); font-weight: 800; white-space: nowrap; }
.aura-launch-sale a i { margin-left: 7px; }

.aura-store-head,
.aura-topup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.aura-store-head {
  padding-bottom: 24px;
  border-bottom: 1px solid #eee4e5;
}

.aura-eyebrow {
  color: var(--aura-red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.aura-store-head h2 { font-size: 36px; line-height: 1; }

.aura-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--aura-sale-soft);
  color: var(--aura-sale-dark);
  font-size: 14px;
}

.aura-banner b,
.aura-sale {
  color: #fff;
  background: var(--aura-sale);
  font-weight: 800;
}

.aura-banner b { padding: 6px 8px; border-radius: 4px; }

.aura-topup {
  margin-top: 24px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #f0e4e5;
  border-left: 4px solid var(--aura-red);
  border-radius: 8px;
}

.aura-topup h3 { font-size: 22px; margin-bottom: 4px; }
.aura-topup-heading > span,
.aura-result span { color: #8b8b96; font-size: 14px; }
.aura-result { text-align: right; }
.aura-result strong { display: block; color: var(--aura-red); font-size: 24px; line-height: 1.1; }

.aura-topup { display: flex; flex-direction: column; align-items: stretch; max-width: 780px; margin-right: auto; margin-left: auto; }
.aura-topup-heading { text-align: center; }
.aura-amount-picker { width: min(100%, 580px); margin: 18px auto 0; }
.aura-amount-input { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid #eadbdd; border-radius: 12px; background: #fffafa; }
.aura-amount-input > span { color: var(--aura-red); font-size: 22px; font-weight: 900; }
.aura-amount-input input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #1e1b1e; font: inherit; font-size: 23px; font-weight: 900; }
.aura-amount-input small { color: #8b8b96; font-size: 12px; font-weight: 700; white-space: nowrap; }
.aura-amount-input:focus-within { border-color: rgba(225, 12, 26, .55); box-shadow: 0 0 0 3px rgba(225, 12, 26, .09); }
.aura-amount-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.aura-amount-presets button { padding: 9px 6px; border: 1px solid #eadbdd; border-radius: 8px; background: #fff; color: #5c565c; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.aura-amount-presets button:hover, .aura-amount-presets button:focus-visible { border-color: rgba(225, 12, 26, .42); color: var(--aura-red); outline: none; transform: translateY(-1px); }
.aura-amount-presets button.is-selected { border-color: var(--aura-red); background: var(--aura-red); color: #fff; }
.aura-summary { display: grid; grid-template-columns: minmax(110px, 1fr) minmax(130px, 1fr) auto; align-items: center; gap: 30px; width: min(100%, 580px); margin: 18px auto 0; padding-top: 16px; border-top: 1px solid #f2e4e5; }
.aura-summary > div > span { display: block; color: #8b8b96; font-size: 13px; }
.aura-summary > div > strong { display: block; margin-top: 2px; font-size: 22px; }
.aura-buy-aura { width: auto; min-width: 188px; margin: 0; padding: 12px 16px; white-space: nowrap; }

/* Red theme for retained controls on the informational pages. */
.button-orange,
.button-orange:hover,
.button-orange:focus-visible,
.accordion.accoactive,
.accordion:hover {
  background-color: var(--aura-red) !important;
  border-color: var(--aura-red) !important;
}

.button-orange i,
.button-orange:hover i,
.button-orange:focus-visible i {
  color: #fff !important;
}

.button-orange:hover,
.button-orange:focus-visible { background-color: var(--aura-red-dark) !important; }

/* The copy control keeps its icon visible on the red join button. */
#copy_ip_button i,
#copy_ip_button:hover i,
#copy_ip_button:focus-visible i {
  color: var(--aura-red) !important;
  background-color: #fff !important;
  opacity: 1;
}

.aura-section-title { margin: 44px 0 18px; font-size: 26px; }
.aura-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.aura-grid-short { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; }
.aura-case-group { margin-top: 48px; padding-top: 25px; border-top: 1px solid #eee4e5; }
.aura-case-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.aura-case-heading .aura-eyebrow { margin: 0; }
.aura-case-heading h3 { font-size: 24px; }
.aura-grid-cases { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 960px; }

.aura-product {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 0 14px 14px;
  border: 1px solid #ebe5e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(40, 12, 15, 0.06);
  animation: aura-card-in 560ms cubic-bezier(.22, 1, .36, 1) both;
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1), box-shadow 280ms ease, border-color 280ms ease;
}

.aura-product:nth-child(2n) { animation-delay: 50ms; }
.aura-product:nth-child(3n) { animation-delay: 100ms; }
.aura-product:hover { transform: translateY(-2px); border-color: rgba(225, 12, 26, 0.34); box-shadow: 0 16px 30px rgba(107, 6, 18, 0.10); }
.aura-product__media { display: grid; place-items: center; aspect-ratio: 1 / 1; margin: 0 -14px 10px; overflow: hidden; border-radius: 7px 7px 0 0; background: #fff5f5; transition: background-color 300ms ease; }
.aura-product img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; transform: scale(1.035); transition: transform 300ms cubic-bezier(.22, 1, .36, 1); }
.aura-product:hover img { transform: scale(1.06) translateY(-1%); }
.aura-product:hover .aura-product__media { background: #ffedef; }
.aura-product h3 { min-height: 38px; font-size: 16px; line-height: 19px; }
.aura-sale { position: absolute; z-index: 1; top: 12px; right: 12px; padding: 5px 7px; border-radius: 4px; font-size: 11px; }
.aura-price { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
.aura-price strong { color: var(--aura-red); font-size: 20px; }
.aura-old { color: #9b9394; font-size: 13px; text-decoration: line-through; }
.aura-buy { width: 100%; margin-top: 12px; padding: 9px; border: 0; border-radius: 5px; background: var(--aura-red); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.aura-buy:hover, .aura-buy:focus-visible { background: var(--aura-red-dark); outline: none; box-shadow: 0 8px 18px rgba(159, 7, 17, 0.18); }
.aura-store-note { min-height: 22px; margin-top: 18px; color: #7b1118; }


@keyframes aura-card-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1000px) {
  .aura-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aura-grid-cases { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .aura-launch-sale { grid-template-columns: auto 1fr; padding: 16px; }
  .aura-launch-sale a { grid-column: 1 / -1; }
  .aura-store-head, .aura-topup { align-items: flex-start; flex-direction: column; }
  .aura-grid, .aura-grid-short { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .aura-grid-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aura-topup { display: flex; }
  .aura-topup-heading { text-align: left; }
  .aura-amount-picker, .aura-summary { width: 100%; }
  .aura-summary { grid-template-columns: 1fr 1fr; }
  .aura-buy-aura { grid-column: 1 / -1; width: 100%; }
  .aura-result { text-align: left; }
}

@media (max-width: 420px) {
  .aura-grid, .aura-grid-short { grid-template-columns: 1fr; }
  .aura-grid-cases { grid-template-columns: 1fr; }
  .aura-case-heading { display: block; }
  .aura-case-heading .aura-eyebrow { margin-bottom: 6px; }
  .aura-store-head h2 { font-size: 29px; }
  .aura-product img { max-height: 280px; }
}

.button-orange,
#lc_section .lc_skin .lc_donate {
  border-bottom-color: var(--aura-red-dark) !important;
}

.button-orange i,
#store_items .card .buy i,
.modal .modal-dialog h6 a,
.mymodal .modal-dialog h6 a,
#store_coin .to_pay_coin h6 a {
  color: var(--aura-red) !important;
}

#store_items .card {
  border: 1px solid rgba(225, 12, 26, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#store_items .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 35px rgba(159, 7, 17, 0.20);
}

.group-button .button.active,
.group-button .button:hover {
  color: var(--aura-red) !important;
  background: var(--aura-red-soft) !important;
}

#header_menu li.active a,
#header_menu li a:hover {
  color: var(--aura-red) !important;
}

/* Remove the legacy framed tab and keep the current page indicator quiet. */
header nav ul .active a::after { display: none; }
header nav ul .active a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff6f6;
  box-shadow: 0 6px 16px rgba(75, 8, 15, 0.07);
}
header nav ul .active a:hover { transform: translateY(-1px); }
header nav ul .active a i,
header nav ul .active a:hover i {
  box-shadow: 0 8px 16px rgba(159, 7, 17, 0.18) !important;
}

#header_menu li.active a i,
#header_menu li a:hover i,
#head .head_bottom .s-online-wrapp .s-online > i {
  background: var(--aura-red) !important;
  box-shadow: 0 15px 25px rgba(159, 7, 17, 0.28) !important;
}

.checkbox-input:checked + .checkbox-custom {
  background-color: var(--aura-red) !important;
  border-color: var(--aura-red) !important;
}

@media (prefers-reduced-motion: reduce) {
  #store_items .card { transition: none; }
  #store_items .card:hover { transform: none; }
  .aura-product { animation: none; transition: none; }
  .aura-product:hover, .aura-product:hover img { transform: none; }
}

/* Aura privilege catalogue. */
#aura-description { margin-top: 30px; }
#aura-description > div { max-width: none; }
.aura-description__intro { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.aura-description__eyebrow { margin: 0 0 7px; color: var(--aura-red); font-weight: 800; text-transform: uppercase; }
.aura-description__intro h1 { margin: 0; font-size: 40px; }
.aura-description__intro > p:not(.aura-description__eyebrow) { max-width: 590px; margin: 12px auto 0; color: #74727a; }
.aura-description__sale { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 10px 14px; border-radius: 8px; background: var(--aura-sale-soft); color: var(--aura-sale-dark); font-size: 14px; font-weight: 800; }
.aura-description__sale i { color: var(--aura-sale); }
.aura-ranks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.aura-rank { --rank: var(--aura-red); padding: 24px; border: 1px solid #eee5e6; border-top: 4px solid var(--rank); border-radius: 8px; background: #fff; box-shadow: 0 10px 25px rgba(56, 9, 15, .05); transition: transform 280ms cubic-bezier(.22, 1, .36, 1), box-shadow 280ms ease; }
.aura-rank:hover { transform: translateY(-2px); box-shadow: 0 17px 32px rgba(56, 9, 15, .09); }
.aura-rank--blue { --rank: #3768d8; }.aura-rank--green { --rank: #28a84c; }.aura-rank--cyan { --rank: #19afb5; }.aura-rank--pink { --rank: #c943cb; }.aura-rank--red { --rank: #df1b25; }.aura-rank--orange { --rank: #db6a24; }.aura-rank--purple { --rank: #8a35b5; }.aura-rank--gold { --rank: #2f343a; }
.aura-rank__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }.aura-rank__label { margin: 0 0 3px; color: var(--rank); font-size: 12px; font-weight: 800; text-transform: uppercase; }.aura-rank h2 { margin: 0; font-size: 27px; }.aura-rank__price { display: grid; justify-items: end; }.aura-rank__price s { color: #969095; font-size: 13px; }.aura-rank__price strong { color: var(--rank); font-size: 21px; }.aura-rank__note { margin: 16px 0 18px; color: #79757a; font-size: 14px; }
.aura-rank__content { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.aura-rank h3 { margin: 0 0 9px; font-size: 15px; }.aura-rank ul { margin: 0; padding: 0; list-style: none; }.aura-rank li { position: relative; padding: 4px 0 4px 16px; color: #555158; font-size: 14px; line-height: 1.35; }.aura-rank li::before { position: absolute; left: 0; color: var(--rank); content: '•'; font-weight: 900; }.aura-description__command { font-family: Consolas, monospace; color: #433b42 !important; }.aura-rank footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #f0e8e9; }.aura-rank__prefix { color: #777177; font-size: 13px; }.aura-rank__prefix b { color: var(--rank); }.aura-rank__buy { padding: 9px 14px; border-radius: 6px; background: var(--rank); color: #fff !important; font-size: 14px; font-weight: 800; }.aura-rank__buy:hover { opacity: .88; transform: translateY(-1px); }
@media (max-width: 760px) { #aura-description { padding: 28px 20px; }.aura-description__intro h1 { font-size: 31px; }.aura-ranks { grid-template-columns: 1fr; }.aura-rank__content { grid-template-columns: 1fr; gap: 13px; } }
@media (max-width: 440px) { .aura-rank { padding: 18px; }.aura-rank__header, .aura-rank footer { display: block; }.aura-rank__price { justify-items: start; margin-top: 11px; }.aura-rank__buy { display: inline-block; margin-top: 14px; } }

/* Legal pages, consent and cookie choices. */
.aura-legal-page { width: min(920px, calc(100% - 40px)); margin: 46px auto 70px; color: #272127; }.aura-legal-page__back { display: inline-block; margin-bottom: 28px; color: var(--aura-red); font-weight: 800; }.aura-legal-page h1 { margin: 0; font-size: 40px; }.aura-legal-page__updated { margin: 8px 0 30px; color: #858086; }.aura-legal-page section { width: 100%; margin: 14px 0; padding: 24px 28px; border: 1px solid #eee5e6; border-radius: 8px; border-bottom: 1px solid #eee5e6; box-shadow: 0 8px 22px rgba(56, 9, 15, .04); }.aura-legal-page h2 { margin: 0 0 10px; font-size: 21px; }.aura-legal-page section p { margin: 0; color: #5e5960; line-height: 1.58; }.aura-legal-page section a { color: var(--aura-red); font-weight: 800; }
.aura-cookie-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 22px; width: min(520px, calc(100% - 40px)); padding: 18px 20px; border: 1px solid #eadfe1; border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(48, 9, 14, .18); animation: aura-cookie-in 420ms cubic-bezier(.22, 1, .36, 1) both; }.aura-cookie-banner strong { display: block; font-size: 16px; }.aura-cookie-banner p { margin: 4px 0 0; color: #777177; font-size: 13px; line-height: 1.4; }.aura-cookie-banner a { color: var(--aura-red); }.aura-cookie-actions { display: grid; gap: 8px; min-width: 142px; }.aura-cookie-actions button { padding: 9px 10px; border: 1px solid #e7dfe0; border-radius: 6px; background: #fff; color: #5e5559; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }.aura-cookie-actions .aura-cookie-accept { border-color: var(--aura-red); background: var(--aura-red); color: #fff; }.aura-cookie-actions button:hover { transform: translateY(-1px); box-shadow: 0 7px 16px rgba(80, 7, 16, .12); }
.aura-consent { position: fixed !important; z-index: 2147483000; inset: 0 !important; display: grid !important; place-items: center !important; width: 100vw !important; height: 100dvh !important; margin: 0 !important; padding: 16px !important; box-sizing: border-box; overflow: auto; background: rgba(38, 17, 20, .42); backdrop-filter: blur(2px); }.aura-consent__panel { position: relative; width: min(470px, 100%); max-height: calc(100dvh - 32px); overflow: auto; background: #fff; border-radius: 10px; box-shadow: 0 24px 60px rgba(25, 5, 9, .28); }.aura-consent form { position: relative; width: min(470px, 100%); max-height: calc(100dvh - 32px); overflow: auto; padding: 30px; border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(25, 5, 9, .28); }.aura-consent h2 { margin: 2px 0 8px; font-size: 25px; }.aura-consent form > p:not(.aura-eyebrow):not(.aura-consent__hint) { color: #746e74; line-height: 1.45; }.aura-consent label { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; color: #4f484e; font-size: 14px; line-height: 1.35; }.aura-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--aura-red); }.aura-consent a { color: var(--aura-red); font-weight: 800; }.aura-consent__close { position: absolute; top: 12px; right: 14px; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: #807980; font-size: 25px; cursor: pointer; }.aura-consent__submit { width: 100%; margin-top: 8px; padding: 12px; border: 0; border-radius: 6px; background: var(--aura-red); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }.aura-consent__submit:hover { background: var(--aura-red-dark); box-shadow: 0 9px 18px rgba(159, 7, 16, .17); }.aura-consent__hint { margin: 12px 0 0; color: #8a8388; font-size: 12px; line-height: 1.4; }
@keyframes aura-cookie-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) { .aura-legal-page { width: min(100% - 28px, 920px); margin-top: 28px; }.aura-legal-page h1 { font-size: 31px; }.aura-legal-page section { padding: 20px; }.aura-cookie-banner { right: 14px; bottom: 14px; display: block; width: min(100% - 28px, 520px); }.aura-cookie-actions { grid-template-columns: 1fr 1fr; margin-top: 14px; } }

.aura-payment-page { max-width: 940px; margin: 0 auto; text-align: center; }.aura-payment-page h1 { margin: 0; font-size: 40px; }.aura-payment-page__lead { max-width: 580px; margin: 12px auto 28px; color: #777177; }.aura-payment-page__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }.aura-payment-page__grid section { min-height: 180px; padding: 24px; border: 1px solid #eee5e6; border-radius: 8px; border-bottom: 1px solid #eee5e6; box-shadow: 0 10px 25px rgba(56, 9, 15, .05); }.aura-payment-page__grid i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: #fff0f1; color: var(--aura-red); }.aura-payment-page__grid h2 { margin: 15px 0 7px; font-size: 18px; }.aura-payment-page__grid p { margin: 0; color: #716c72; font-size: 14px; line-height: 1.45; }.aura-payment-page a { color: var(--aura-red); font-weight: 800; }.aura-payment-page__docs { margin-top: 22px; color: #746e73; font-size: 14px; }@media (max-width: 700px) { .aura-payment-page__grid { grid-template-columns: 1fr; }.aura-payment-page h1 { font-size: 31px; } }

/* Keep legacy desktop dimensions from leaking back into narrow layouts. */
@media (max-width: 900px) {
  #head .head_bottom .s-online-wrapp {
    width: calc(100vw - 48px) !important;
    max-width: 536px !important;
    height: auto !important;
  }

  #head .head_bottom .s-online-wrapp .s-online {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 138px;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  #head .head_bottom .s-online-wrapp .s-online {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border-radius: 14px;
  }

  .aura-cookie-banner {
    left: 12px !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: none;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .aura-cookie-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
  footer .wrapper { display: block !important; width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
  #social { grid-template-columns: 1fr !important; width: 100%; }
  #social a { min-width: 0; }
  #toasts { left: 12px !important; right: 12px !important; max-width: calc(100vw - 24px); }

  section { padding: 28px 18px; overflow-wrap: anywhere; }
  section a { overflow-wrap: anywhere; word-break: break-word; }
}

/* Mobile layout: override the legacy absolute desktop composition. */
@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .wrapper { padding-inline: 12px !important; }

  #head { min-height: 0; }
  #head #head_top {
    min-height: 0;
    padding: 72px 24px 40px !important;
    transform: none !important;
  }
  #head #head_top h1 { font-size: clamp(34px, 10vw, 46px); line-height: 1.06; text-align: left; }
  #head #head_top h5,
  #join_us h5 { font-size: 18px; line-height: 1.34; text-align: left; }
  #head #head_pics .pic_text { left: 24px; top: auto; bottom: 130px; transform: none !important; font-size: 26vw; line-height: 1; }
  #head #head_pics .flying { display: none; }

  #head .head_bottom {
    display: block !important;
    height: auto !important;
    padding: 0 16px 20px !important;
  }
  #head .head_bottom .s-online-wrapp {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
  }
  #head .head_bottom .s-online-wrapp .s-online {
    position: static !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: 100% !important;
    min-height: 130px !important;
    height: auto !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
  #head .head_bottom .s-online-wrapp .s-online > i { width: 64px; height: 64px; font-size: 25px; border-radius: 14px; }
  #head .head_bottom .s-online-wrapp .s-online .server { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; }
  #head .head_bottom .s-online-wrapp .s-online .server h6 { margin: 0; font-size: 16px; }
  #head .head_bottom .s-online-wrapp .s-online .server .online { margin: 0 0 8px; }
  #head .head_bottom .s-online-wrapp .s-online .server .copyip {
    position: static !important;
    order: 4;
    min-width: 0;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    font-size: 11px;
  }
  #head .head_bottom .s-online-wrapp .s-online .server .progress { order: 3; }

  #join_us {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "intro" "copy" !important;
    gap: 18px !important;
    min-height: 0;
    padding: 34px 24px !important;
  }
  #join_us > div:not(.left):not(.copy_ip) { display: none !important; }
  #join_us > .left { grid-area: intro !important; grid-column: auto !important; padding: 0 !important; }
  #join_us > .copy_ip {
    grid-area: copy !important;
    grid-column: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    height: auto !important;
  }
  #join_us .copy_ip > * { justify-self: stretch !important; }
  #join_us .copy_ip > span { font-size: 17px; }
  #join_us .copy_ip > a { display: inline-flex; justify-content: center; height: 48px; }
  #join_us .copy_ip > a small { text-align: center; }

  .aura-launch-sale { margin-block: 20px 28px; }
  footer .wrapper { display: grid !important; grid-template-columns: 1fr !important; gap: 22px !important; padding: 30px 18px !important; }
  footer .wrapper > * { width: auto !important; text-align: left !important; }
  footer .social { text-align: left !important; }
  footer .social .social-icon { margin: 0 8px 0 0; }
}

@media (max-width: 390px) {
  #head #head_top { padding-inline: 20px !important; }
  #head #head_top h5 { font-size: 17px; }
  #join_us { padding-inline: 20px !important; }
}

/* Rules page. */
.aura-rules-page { width: min(1120px, calc(100% - 40px)); margin: 42px auto 76px; color: #272127; }
.aura-rules-back { display: inline-flex; margin-bottom: 30px; color: var(--aura-red); font-weight: 800; }
.aura-rules-hero { display: block !important; padding: 46px; border-radius: 12px; background: linear-gradient(135deg, rgba(94, 0, 15, .93), rgba(225, 12, 26, .84)), url('../images/aura-nether-bg.webp') center / cover; color: #fff; box-shadow: 0 20px 42px rgba(93, 4, 16, .18); }
.aura-rules-hero .aura-eyebrow { color: #ffbec4; }.aura-rules-hero h1 { margin: 0; color: #fff; font-size: clamp(36px, 5vw, 56px); line-height: 1.04; }.aura-rules-hero > p:not(.aura-eyebrow) { max-width: 690px; margin: 16px 0 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.5; }
.aura-rules-toc { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.aura-rules-toc a { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 6px; color: #fff; font-size: 14px; font-weight: 800; }.aura-rules-toc a:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }
.aura-rules-notice { display: flex; gap: 14px; align-items: flex-start; margin: 24px 0 34px; padding: 18px 22px; border: 1px solid #ccebd3; border-left: 4px solid var(--aura-sale); border-radius: 8px; background: var(--aura-sale-soft); }.aura-rules-notice i { color: var(--aura-sale-dark); font-size: 22px; }.aura-rules-notice p { margin: 0; color: #385740; line-height: 1.5; }
.aura-rules-section { margin-top: 42px; scroll-margin-top: 24px; }.aura-rules-section__heading { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }.aura-rules-section__heading > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 8px; background: var(--aura-red); color: #fff; font-size: 22px; font-weight: 800; box-shadow: 0 9px 18px rgba(159,7,17,.18); }.aura-rules-section__heading .aura-eyebrow { margin: 0 0 2px; }.aura-rules-section h2 { margin: 0; font-size: 30px; }.aura-rules-section__lead { margin: -5px 0 18px; color: #716b71; }
.aura-rule-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.aura-rule-list li { padding: 16px 18px; border: 1px solid #eee5e6; border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(56,9,15,.035); color: #5d565e; line-height: 1.52; }.aura-rule-list b { color: #292129; }.aura-rule-list em, .aura-rule-cards em, .aura-rules-accordion em { display: inline-block; margin-top: 7px; color: var(--aura-sale-dark); font-size: 13px; font-style: normal; font-weight: 800; }
.aura-rule-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.aura-rule-cards article { min-height: 146px; padding: 20px; border: 1px solid #eee5e6; border-top: 3px solid var(--aura-red); border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(56,9,15,.035); }.aura-rule-cards h3 { margin: 0; font-size: 18px; }.aura-rule-cards p { margin: 9px 0 0; color: #635d64; line-height: 1.45; }
.aura-rules-accordion { display: grid; gap: 10px; }.aura-rules-accordion details { border: 1px solid #eee5e6; border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(56,9,15,.035); }.aura-rules-accordion summary { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; color: #292129; cursor: pointer; font-weight: 800; list-style: none; }.aura-rules-accordion summary::-webkit-details-marker { display: none; }.aura-rules-accordion summary::after { color: var(--aura-red); content: '+'; font-size: 23px; line-height: 17px; }.aura-rules-accordion details[open] summary::after { content: '-'; }.aura-rules-accordion summary em { margin: 0 0 0 auto; white-space: nowrap; }.aura-rules-accordion details > p, .aura-rules-accordion details > div { margin: 0; padding: 0 20px 19px; color: #625b63; line-height: 1.55; }.aura-rules-accordion details > div p { margin: 0; }.aura-rules-accordion details > div p + p { margin-top: 10px; }
.aura-rules-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 24px; border-radius: 8px; background: #282228; color: #fff; }.aura-rules-footer p { margin: 0; }.aura-rules-footer a { padding: 11px 14px; border-radius: 6px; background: var(--aura-red); color: #fff; font-weight: 800; white-space: nowrap; }
@media (max-width: 720px) { .aura-rules-page { width: min(100% - 28px, 1120px); margin-top: 24px; }.aura-rules-hero { padding: 28px 22px; }.aura-rules-hero > p:not(.aura-eyebrow) { font-size: 16px; }.aura-rule-cards { grid-template-columns: 1fr; }.aura-rules-section h2 { font-size: 26px; }.aura-rules-accordion summary { align-items: flex-start; padding: 16px; font-size: 15px; }.aura-rules-accordion summary em { margin-top: 22px; margin-left: -100%; white-space: normal; }.aura-rules-accordion details > p, .aura-rules-accordion details > div { padding: 0 16px 16px; }.aura-rules-footer { display: grid; padding: 20px; }.aura-rules-footer a { justify-self: start; } }

/* Standalone consent overlay: avoid browser-specific dialog positioning. */
.aura-consent form { box-sizing: border-box; }

/* Keep rules navigation independent from the legacy header navigation styles. */
.aura-rules-hero .aura-rules-toc { position: static !important; float: none !important; z-index: 1; display: flex !important; align-items: center; gap: 10px; width: auto !important; height: auto !important; margin: 24px 0 0 !important; padding: 0 !important; transform: none !important; }
.aura-rules-hero .aura-rules-toc a { display: inline-flex !important; align-items: center; justify-content: center; min-height: 38px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.35) !important; border-radius: 6px; background: rgba(110, 0, 16, .72) !important; color: #fff !important; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; text-shadow: none; box-shadow: none; }
.aura-rules-hero .aura-rules-toc a:hover { background: #ef101f !important; color: #fff !important; transform: translateY(-1px); }
@media (max-width: 520px) { .aura-rules-hero .aura-rules-toc { gap: 8px; }.aura-rules-hero .aura-rules-toc a { min-height: 34px; padding: 8px 10px; font-size: 13px; } }
.aura-rules-hero { height: auto !important; min-height: 0 !important; }
.aura-rules-footer { box-sizing: border-box; width: 100%; }

/* Community links and footer: a structured closing zone for the landing page. */
#social {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}
#social > .aura-social-card { min-height: 156px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #181317; box-shadow: 0 14px 26px rgba(32, 12, 15, .12); }
#social > .aura-social-card::before { background: linear-gradient(105deg, rgba(10,8,10,.94) 8%, rgba(20,9,12,.66) 58%, rgba(20,9,12,.22) 100%); }
#social > .aura-social-card > div { display: grid; grid-template-columns: 62px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 16px; align-content: center; min-height: 156px; padding: 22px 28px; box-sizing: border-box; background-image: url("../images/aura-community-bg.webp") !important; background-size: cover !important; background-position: center !important; }
#social > .aura-social-card i { grid-row: 1 / span 2; width: 62px; height: 62px; margin: 0; border-radius: 14px; font-size: 27px; line-height: 62px; box-shadow: 0 10px 20px rgba(0,0,0,.26); }
#social > .aura-social-card span { align-self: end; font-size: 21px; line-height: 1.1; letter-spacing: 0; }
#social > .aura-social-card small { align-self: start; margin-top: 6px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 600; }
#social > .aura-social-card--vk i { background: linear-gradient(145deg, #4e8cf7, #3769cc); }
#social > .aura-social-card--bot i { background: linear-gradient(145deg, #77c2f4, #2698d8); }
#social > .aura-social-card--telegram i { background: linear-gradient(145deg, #48b9ea, #167fd1); }
#social > .aura-social-card--discord i { background: linear-gradient(145deg, #8c72f5, #5865f2); }
#social > .aura-social-card:hover { transform: translateY(-3px); border-color: rgba(225,12,26,.48); box-shadow: 0 19px 32px rgba(37, 10, 14, .22); }

footer { margin-top: 34px; border-top: 1px solid #eee2e4; background: #fff; }
footer .aura-footer-grid { display: grid !important; grid-template-columns: minmax(250px, 1.3fr) minmax(250px, 1.15fr) minmax(155px, .75fr) auto; align-items: start; gap: 28px; max-width: 1680px; padding: 38px 24px 42px; }
footer .aura-footer-brand { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: start; }
footer .aura-footer-brand .logo { padding-top: 2px; }
footer .aura-footer-brand .copyright { margin: 0; }
footer .aura-footer-brand .copyright .copy { margin-top: 0; margin-bottom: 10px; }
footer .info { margin: 0; padding-left: 28px; border-left: 1px solid #eee2e4; }
footer .info p { margin-top: 0; }
footer .nav nav { display: grid; grid-template-columns: 1fr; gap: 4px; }
footer .nav a { line-height: 22px; }
footer .social { align-self: center; text-align: right; }
footer .social > div { display: inline-flex; gap: 8px; padding: 7px; border: 1px solid #eee2e4; border-radius: 12px; background: #fffafa; }
footer .social .social-icon { margin: 0; }
footer .social .social-icon a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; }
footer .social .social-icon a i { width: auto; height: auto; margin: 0; line-height: 1; }
footer .social .social-icon a:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(61, 20, 28, .18); }

@media (max-width: 900px) {
  #social { grid-template-columns: 1fr 1fr; gap: 14px; }
  footer .aura-footer-grid { grid-template-columns: 1fr 1fr; }
  footer .aura-footer-brand { grid-column: 1 / -1; }
  footer .social { text-align: left; }
}

/* Final compact arrangement for the community strip and footer. */
#social { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
#social > .aura-social-card,
#social > .aura-social-card > div { min-height: 92px; }
#social > .aura-social-card { border-radius: 12px; }
#social > .aura-social-card > div { grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 11px; padding: 16px; }
#social > .aura-social-card i { width: 44px; height: 44px; border-radius: 11px; font-size: 20px; line-height: 44px; }
#social > .aura-social-card span { font-size: 15px; }
#social > .aura-social-card small { margin-top: 4px; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

footer { margin-top: 28px; }
footer .aura-footer-grid { grid-template-columns: minmax(255px, 1.35fr) minmax(275px, 1.2fr) minmax(145px, .72fr) 38px; gap: 36px; padding: 34px 28px; }
footer .aura-footer-brand { display: block; }
footer .aura-footer-brand .logo { margin-bottom: 20px; }
footer .aura-footer-brand .copyright { max-width: 270px; }
footer .info { padding: 0; border: 0; }
footer .info p { max-width: 400px; margin: 0 0 13px; line-height: 1.45; }
footer .info > a { display: block; width: max-content; margin: 6px 0 0; color: #4f464d; font-size: 13px; line-height: 1.35; text-decoration: none; }
footer .info > a:hover { color: var(--aura-red); }
footer .nav { padding-left: 20px; border-left: 1px solid #eee2e4; }
footer .nav nav { gap: 2px; }
footer .nav a { font-size: 13px; line-height: 21px; }
footer .social { align-self: start; text-align: left; }
footer .social > div { display: flex; flex-direction: column; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
footer .social .social-icon a { width: 36px; height: 36px; border-radius: 10px; }
footer .social .social-discord a { background: #5865f2 !important; }
footer .social .social-discord a i { font-family: "Font Awesome 5 Brands" !important; }

@media (max-width: 900px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .aura-footer-grid { grid-template-columns: 1.1fr 1fr 36px; gap: 24px; }
  footer .aura-footer-brand { grid-column: 1 / -1; }
  footer .nav { padding-left: 0; border-left: 0; }
}
@media (max-width: 600px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #social > .aura-social-card, #social > .aura-social-card > div { min-height: 88px; }
  #social > .aura-social-card > div { grid-template-columns: 40px minmax(0, 1fr); padding: 13px; }
  #social > .aura-social-card i { width: 40px; height: 40px; font-size: 18px; line-height: 40px; }
  #social > .aura-social-card span { font-size: 14px; }
  footer .aura-footer-grid { grid-template-columns: minmax(0, 1fr) 36px; gap: 22px 18px; }
  footer .aura-footer-brand, footer .info, footer .nav { grid-column: 1; }
  footer .social { grid-column: 2; grid-row: 1 / span 3; }
  footer .aura-footer-brand .logo { margin-bottom: 14px; }
}
@media (max-width: 600px) {
  #social { grid-template-columns: 1fr; margin-top: 34px; }
  #social > .aura-social-card, #social > .aura-social-card > div { min-height: 122px; }
  #social > .aura-social-card > div { padding: 20px; }
  footer .aura-footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 30px 18px; }
  footer .aura-footer-brand { grid-column: auto; grid-template-columns: 1fr; gap: 16px; }
  footer .info { padding-left: 0; border-left: 0; border-top: 1px solid #eee2e4; padding-top: 22px; }
  footer .social { text-align: left; }
}

@media (max-width: 600px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
  #social > .aura-social-card, #social > .aura-social-card > div { min-height: 88px; }
  #social > .aura-social-card > div { grid-template-columns: 40px minmax(0, 1fr); padding: 13px; }
  #social > .aura-social-card i { width: 40px; height: 40px; font-size: 18px; line-height: 40px; }
  #social > .aura-social-card span { font-size: 14px; }
  footer .aura-footer-grid { grid-template-columns: minmax(0, 1fr) 36px !important; gap: 22px 18px !important; }
  footer .aura-footer-brand, footer .info, footer .nav { grid-column: 1; }
  footer .social { grid-column: 2; grid-row: 1 / span 3; }
  footer .info { padding: 0; border: 0; }
  footer .nav { padding: 0; border: 0; }
}

/* Square community tiles and clean footer details. */
#social { grid-template-columns: repeat(4, 178px); justify-content: center; gap: 18px; }
#social > .aura-social-card,
#social > .aura-social-card > div { min-height: 0; aspect-ratio: 1 / 1; }
#social > .aura-social-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 7px; padding: 18px; }
#social > .aura-social-card i { width: 46px; height: 46px; font-size: 20px; line-height: 46px; }
#social > .aura-social-card span { font-size: 16px; }
#social > .aura-social-card small { width: 100%; margin: 0; white-space: normal; font-size: 10px; }
footer .aura-footer-brand { padding-top: 12px; }
footer .copyright a,
footer .social a,
footer .social .social-icon a { text-decoration: none !important; }
footer .social .social-icon a::after { display: none !important; content: none !important; }
footer .social .social-icon { overflow: hidden; box-shadow: none !important; }
footer .social .social-icon a:hover,
footer .social .social-icon a:focus-visible { transform: none !important; box-shadow: none !important; }
footer .social .social-discord a i {
  display: grid !important;
  place-items: center;
  width: 36px !important;
  height: 36px !important;
  line-height: 1 !important;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  #social { grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 14px; }
}
@media (max-width: 600px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #social > .aura-social-card > div { padding: 14px; }
}

footer .aura-footer-brand .logo { float: none; width: auto; }
footer .aura-footer-brand .copyright { clear: both; }

@media (max-width: 600px) {
  footer .social > div { display: flex !important; flex-direction: column !important; align-items: flex-start; gap: 8px; width: 36px; }
  footer .social .social-icon { display: block !important; width: 36px !important; height: 36px !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; }
  footer .social .social-icon a { display: grid !important; place-items: center; width: 36px !important; height: 36px !important; border-radius: 10px; }
  footer .social .social-icon a i { margin: 0 !important; }
}

/* Final footer layout: logo plus three information columns. */
#social { grid-template-columns: repeat(4, minmax(0, 1fr)); justify-content: stretch; gap: 14px; margin-top: 38px; }
#social > .aura-social-card,
#social > .aura-social-card > div { min-height: 92px; aspect-ratio: auto; }
#social > .aura-social-card > div { display: grid; grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 11px; padding: 16px; }
#social > .aura-social-card i { grid-row: 1 / span 2; width: 44px; height: 44px; font-size: 20px; line-height: 44px; }
#social > .aura-social-card span { font-size: 15px; }
#social > .aura-social-card small { width: auto; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 10px; }

footer .aura-footer-grid { grid-template-columns: 116px minmax(215px, .95fr) minmax(300px, 1.2fr) minmax(150px, .7fr) 36px; align-items: start; gap: 30px; padding: 42px 28px 34px; }
footer .aura-footer-brand { display: block; padding: 0; }
footer .aura-footer-brand .logo { margin: 0; padding: 0; }
footer .copyright { padding-top: 13px; }
footer .copyright .copy { margin: 0 0 12px; }
footer .info { margin: 0; padding: 9px 0 0; border: 0; }
footer .nav { margin: 0; padding: 9px 0 0; border: 0; }
footer .social { padding-top: 4px; }

@media (max-width: 900px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .aura-footer-grid { grid-template-columns: 116px 1fr 1fr 36px; gap: 24px; }
  footer .aura-footer-brand { grid-column: auto; }
  footer .copyright { grid-column: 2 / -1; padding-top: 0; }
}
@media (max-width: 600px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #social > .aura-social-card, #social > .aura-social-card > div { min-height: 88px; }
  #social > .aura-social-card > div { grid-template-columns: 40px minmax(0, 1fr); padding: 13px; }
  footer .aura-footer-grid { grid-template-columns: 76px minmax(0, 1fr) 36px !important; gap: 22px 14px !important; padding: 34px 18px !important; }
  footer .aura-footer-brand { grid-column: 1; }
  footer .copyright, footer .info, footer .nav { grid-column: 2; padding: 0; }
  footer .copyright { grid-row: 1; }
  footer .info { grid-row: 2; }
  footer .nav { grid-row: 3; }
  footer .social { grid-column: 3; grid-row: 1 / span 3; }
}

/* Community and footer alignment: the four entry points read as one system. */
#social {
  align-items: stretch;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 0;
}

#social > .aura-social-card,
#social > .aura-social-card > div {
  min-height: 118px;
}

#social > .aura-social-card {
  overflow: hidden;
  border-radius: 16px;
}

#social > .aura-social-card > div {
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 13px;
  padding: 20px;
}

#social > .aura-social-card i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  border-radius: 14px;
}

#social > .aura-social-card span {
  align-self: end;
  font-size: 16px;
  line-height: 1.15;
}

#social > .aura-social-card small {
  align-self: start;
  white-space: normal;
  overflow: visible;
  font-size: 12px;
  line-height: 1.35;
  opacity: .82;
}

footer .aura-footer-grid {
  grid-template-columns: 124px minmax(220px, .95fr) minmax(315px, 1.25fr) minmax(160px, .7fr) 40px;
  gap: 34px;
  padding: 40px 30px 36px;
}

footer .aura-footer-brand {
  display: grid;
  place-items: start center;
  padding-top: 2px;
}

footer .aura-footer-brand .logo,
footer .aura-footer-brand .logotype {
  width: 100%;
}

footer .aura-footer-brand .logotype {
  display: grid;
  justify-items: center;
  gap: 8px;
}

footer .aura-footer-brand .logotype .pic,
footer .aura-footer-brand .logotype .logo_text {
  float: none;
  padding: 0;
  text-align: center;
}

footer .aura-footer-brand .logotype .pic {
  width: 58px;
  height: 58px;
}

footer .aura-footer-brand .logotype .logo_text {
  line-height: 1.1;
}

footer .copyright,
footer .info,
footer .nav {
  padding-top: 8px;
}

footer .social {
  padding-top: 8px;
}

@media (max-width: 900px) {
  #social { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .aura-footer-grid { grid-template-columns: 110px 1fr 1fr 40px; gap: 24px; }
  footer .copyright { grid-column: 2 / -1; }
}

@media (max-width: 600px) {
  #social { gap: 10px; margin-top: 26px; }
  #social > .aura-social-card,
  #social > .aura-social-card > div { min-height: 108px; }
  #social > .aura-social-card > div { grid-template-columns: 42px minmax(0, 1fr); padding: 15px; gap: 3px 10px; }
  #social > .aura-social-card i { width: 42px; height: 42px; line-height: 42px; font-size: 19px; border-radius: 12px; }
  #social > .aura-social-card span { font-size: 14px; }
  #social > .aura-social-card small { font-size: 10px; }
  footer .aura-footer-grid { grid-template-columns: 82px minmax(0, 1fr) 36px !important; gap: 22px 14px !important; padding: 30px 18px !important; }
  footer .aura-footer-brand { place-items: start center; }
  footer .aura-footer-brand .logotype .pic { width: 48px; height: 48px; }
}

/* One Discord mark everywhere: the supplied logo, rendered in white. */
i.fa-discord {
  position: relative;
  display: inline-block;
  color: transparent !important;
  font-family: inherit !important;
  font-size: 0 !important;
}

i.fa-discord::before {
  content: "" !important;
  position: absolute;
  inset: 23%;
  display: block;
  background: #fff;
  -webkit-mask: url("../images/discord-icon.png") center / contain no-repeat;
  mask: url("../images/discord-icon.png") center / contain no-repeat;
}

footer .social .social-discord a {
  background: linear-gradient(180deg, #8b30ff 0%, #7a97ff 100%) !important;
  box-shadow: 0 10px 24px rgba(132, 88, 255, .24) !important;
}

footer .social .social-discord a i.fa-discord {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  margin: 0 !important;
}

footer .social .social-discord a i.fa-discord::before {
  inset: 1px;
}

/* The source Discord mark has uneven transparent padding: center its painted shape, not its file box. */
footer .social .social-discord a i.fa-discord {
  display: grid !important;
  place-items: center;
  width: 36px !important;
  height: 36px !important;
  line-height: 1 !important;
  transform: none !important;
}

footer .social .social-discord a i.fa-discord::before {
  inset: 7px !important;
  transform: translateY(-2px);
}

/* Match the visual footprint and optical centre of the VK and Telegram glyphs. */
footer .social .social-discord a i.fa-discord::before {
  inset: 8.5px !important;
  transform: translate(2px, 0);
}

/* Privilege duration picker: compact pricing choices that keep each card scannable. */
.aura-product--privilege {
  min-height: 0;
  padding-bottom: 14px;
}

.aura-product--privilege .aura-product__media {
  margin-bottom: 0;
}

.aura-product__details {
  display: grid;
  gap: 10px;
  padding-top: 13px;
}

.aura-product--privilege h3 {
  min-height: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.1;
}

.aura-product--privilege .aura-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.aura-product--privilege .aura-price > span {
  color: #938b8e;
  font-size: 13px;
  font-weight: 700;
}

.aura-product--privilege .aura-price strong {
  font-size: 21px;
}

.aura-periods {
  display: grid;
  grid-template-columns: 1fr 1fr 1.18fr;
  gap: 5px;
  padding: 4px;
  border: 1px solid #f0e4e5;
  border-radius: 8px;
  background: #fff7f7;
}

.aura-periods button {
  min-width: 0;
  min-height: 32px;
  padding: 5px 4px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #70686b;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.aura-periods button:hover,
.aura-periods button:focus-visible {
  color: var(--aura-red);
  outline: none;
}

.aura-periods button.is-selected {
  background: #fff;
  color: var(--aura-red);
  box-shadow: 0 3px 9px rgba(96, 8, 17, .12);
}

.aura-product--privilege .aura-buy {
  margin-top: 0;
}

@media (max-width: 700px) {
  .aura-product__details { gap: 9px; padding-top: 11px; }
  .aura-product--privilege h3 { font-size: 16px; }
  .aura-periods button { min-height: 34px; font-size: 10px; }
}

/* Community cards: the content, rather than the artwork, carries the emphasis. */
#social > .aura-social-card,
#social > .aura-social-card > div {
  min-height: 128px;
}

#social > .aura-social-card > div {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 4px 15px;
  padding: 22px;
}

#social > .aura-social-card i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 25px;
  border-radius: 16px;
}

#social > .aura-social-card span {
  font-size: 18px;
}

#social > .aura-social-card small {
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 600px) {
  #social > .aura-social-card,
  #social > .aura-social-card > div { min-height: 116px; }
  #social > .aura-social-card > div { grid-template-columns: 48px minmax(0, 1fr); gap: 3px 12px; padding: 17px; }
  #social > .aura-social-card i { width: 48px; height: 48px; line-height: 48px; font-size: 21px; border-radius: 14px; }
  #social > .aura-social-card span { font-size: 16px; }
  #social > .aura-social-card small { font-size: 11px; }
}

/* Rendering budget: defer below-the-fold paint without changing the visual layout. */
html { overflow-x: clip; }
img, svg { max-width: 100%; }
.aura-product,
.aura-social-card,
.aura-rank,
.aura-rule-cards article {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

/* Fluid grid tracks prevent a single long label or asset from widening the page. */
.aura-grid,
#social,
.aura-ranks,
.aura-payment-page__grid,
.aura-rule-cards,
footer .aura-footer-grid {
  min-width: 0;
}
.aura-grid > *,
#social > *,
.aura-ranks > *,
.aura-payment-page__grid > *,
.aura-rule-cards > *,
footer .aura-footer-grid > * {
  min-width: 0;
}

@media (max-width: 480px) {
  body { overflow-x: clip; }
  #social { grid-template-columns: 1fr; }
  .aura-product__details,
  .aura-product__media,
  .aura-periods,
  .aura-periods button,
  .aura-buy { max-width: 100%; }
  .aura-cookie-banner,
  .aura-consent,
  .aura-consent form,
  .aura-consent__panel { box-sizing: border-box; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Shared motion language: gentle, responsive feedback without heavy repaint work. */
:root {
  --aura-ease-out: cubic-bezier(.22, 1, .36, 1);
  --aura-ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --aura-motion-fast: 180ms;
  --aura-motion-base: 360ms;
  --aura-motion-slow: 560ms;
}

@keyframes aura-soft-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes aura-soft-pop {
  from { opacity: 0; transform: scale(.975); }
  to { opacity: 1; transform: scale(1); }
}

/* The main surfaces arrive with a restrained, consistent rhythm. */
#head,
#store,
#social,
footer,
.aura-legal-page,
.aura-description,
.aura-payment-page,
.aura-rules-page {
  animation: aura-soft-in var(--aura-motion-slow) var(--aura-ease-out) both;
}

.aura-product,
.aura-social-card,
.aura-rank,
.aura-rule-cards article,
.aura-rules-accordion details {
  animation: aura-soft-pop var(--aura-motion-base) var(--aura-ease-out) both;
}

.aura-grid > :nth-child(2),
#social > :nth-child(2),
.aura-ranks > :nth-child(2) { animation-delay: 45ms; }
.aura-grid > :nth-child(3),
#social > :nth-child(3),
.aura-ranks > :nth-child(3) { animation-delay: 90ms; }
.aura-grid > :nth-child(4),
#social > :nth-child(4),
.aura-ranks > :nth-child(4) { animation-delay: 135ms; }

a,
button,
input,
select,
textarea,
.button,
.copyip,
.aura-product,
.aura-social-card,
.aura-rank,
.aura-rule-cards article,
.aura-rules-accordion details,
.aura-header-ip {
  transition-timing-function: var(--aura-ease-out) !important;
}

a,
button,
.button,
.copyip,
.aura-header-ip,
.aura-product,
.aura-social-card,
.aura-rank,
.aura-rule-cards article {
  transition-duration: var(--aura-motion-base) !important;
}

button:active,
.button:active,
.aura-header-ip:active,
.copyip:active {
  transform: scale(.975) !important;
  transition-duration: var(--aura-motion-fast) !important;
}

#store .aura-product:hover,
#social > .aura-social-card:hover,
.aura-rank:hover,
.aura-rule-cards article:hover {
  transform: translateY(-4px);
  will-change: transform;
}

.aura-periods button {
  transition: color var(--aura-motion-base) var(--aura-ease-out),
    background-color var(--aura-motion-base) var(--aura-ease-out),
    box-shadow var(--aura-motion-base) var(--aura-ease-out),
    transform var(--aura-motion-fast) var(--aura-ease-out) !important;
}
.aura-periods button.is-selected { transform: translateY(-1px); }
.aura-product__media img,
.logotype .pic,
footer .logotype .pic {
  transition: transform var(--aura-motion-slow) var(--aura-ease-out),
    filter var(--aura-motion-base) var(--aura-ease-out);
}
.aura-product:hover .aura-product__media img { transform: scale(1.018); }

@media (prefers-reduced-motion: reduce) {
  #head,
  #store,
  #social,
  footer,
  .aura-legal-page,
  .aura-description,
  .aura-payment-page,
  .aura-rules-page,
  .aura-product,
  .aura-social-card,
  .aura-rank,
  .aura-rule-cards article,
  .aura-rules-accordion details {
    animation: none !important;
  }
}

/* Final motion pass: retain the original hover presence, with a gentle start and landing. */
:root {
  --aura-hover-duration: 640ms;
  --aura-hover-image-duration: 760ms;
  --aura-hover-ease: cubic-bezier(.4, 0, .2, 1);
}

#head .head_bottom .s-online-wrapp .s-online {
  transition: transform var(--aura-hover-duration) var(--aura-hover-ease),
    box-shadow var(--aura-hover-duration) var(--aura-hover-ease),
    border-color var(--aura-hover-duration) var(--aura-hover-ease);
}
#head .head_bottom .s-online-wrapp .s-online:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(72, 8, 15, .13);
}

.aura-product,
.aura-social-card,
.aura-rank,
.aura-rule-cards article,
.aura-rules-accordion details {
  /* Keep the entrance animation, then release transform for the hover transition. */
  animation-fill-mode: backwards;
}

#aura-store .aura-product,
#store_items .card,
#social > .aura-social-card,
.aura-rank,
.aura-rule-cards article,
.aura-rules-accordion details,
.aura-topup,
.aura-launch-sale {
  transition: transform var(--aura-hover-duration) var(--aura-hover-ease),
    box-shadow var(--aura-hover-duration) var(--aura-hover-ease),
    border-color var(--aura-hover-duration) var(--aura-hover-ease),
    background-color var(--aura-hover-duration) var(--aura-hover-ease),
    filter var(--aura-hover-duration) var(--aura-hover-ease) !important;
}

#aura-store .aura-product:hover { transform: translateY(-4px); }
#store_items .card:hover { transform: translateY(-5px); }
#social > .aura-social-card:hover { transform: translateY(-3px); }
.aura-rank:hover { transform: translateY(-2px); }
.aura-rule-cards article:hover { transform: translateY(-2px); }

#aura-store .aura-product .aura-product__media img,
#store_items .card img,
#social > .aura-social-card > div,
#social > .aura-social-card i,
.aura-header-ip,
.copyip,
footer .social .social-icon a {
  transition: transform var(--aura-hover-image-duration) var(--aura-hover-ease),
    box-shadow var(--aura-hover-duration) var(--aura-hover-ease),
    border-color var(--aura-hover-duration) var(--aura-hover-ease),
    color var(--aura-hover-duration) var(--aura-hover-ease),
    background-color var(--aura-hover-duration) var(--aura-hover-ease),
    opacity var(--aura-hover-duration) var(--aura-hover-ease);
}

#aura-store .aura-product:hover .aura-product__media img {
  transform: scale(1.018);
}
#social > .aura-social-card:hover i,
footer .social .social-icon a:hover {
  transform: translateY(-2px);
}

#header_menu li a,
#header_menu li a *,
footer .nav a,
footer .info > a,
.aura-buy,
.aura-periods button,
.aura-amount-presets button,
.aura-header-ip {
  transition-duration: var(--aura-hover-duration) !important;
  transition-timing-function: var(--aura-hover-ease) !important;
}

@media (prefers-reduced-motion: reduce) {
  #head .head_bottom .s-online-wrapp .s-online,
  #aura-store .aura-product,
  #store_items .card,
  #social > .aura-social-card,
  .aura-rank,
  .aura-rule-cards article,
  .aura-rules-accordion details,
  .aura-topup,
  .aura-launch-sale {
    transition: none !important;
  }
}

/* Interaction polish: cards glide into their hover state while duration tabs stay quick. */
:root {
  --aura-card-hover-duration: 520ms;
  --aura-card-image-duration: 620ms;
  --aura-period-duration: 220ms;
  --aura-card-ease: cubic-bezier(.16, 1, .3, 1);
  --aura-period-ease: cubic-bezier(.2, .75, .25, 1);
}

#aura-store .aura-product,
#store_items .card,
#social > .aura-social-card,
.aura-rank,
.aura-rule-cards article,
.aura-rules-accordion details,
.aura-topup,
.aura-launch-sale {
  transition: transform var(--aura-card-hover-duration) var(--aura-card-ease),
    box-shadow var(--aura-card-hover-duration) var(--aura-card-ease),
    border-color var(--aura-card-hover-duration) var(--aura-card-ease),
    background-color var(--aura-card-hover-duration) var(--aura-card-ease),
    filter var(--aura-card-hover-duration) var(--aura-card-ease) !important;
}

#aura-store .aura-product .aura-product__media {
  transition: background-color var(--aura-card-hover-duration) var(--aura-card-ease);
}

#aura-store .aura-product .aura-product__media img,
#store_items .card img {
  transform: scale(1.035);
  transition: transform var(--aura-card-image-duration) var(--aura-card-ease) !important;
  will-change: transform;
}

#aura-store .aura-product:hover .aura-product__media img,
#store_items .card:hover img {
  transform: scale(1.055) translateY(-.5%);
}

#aura-store .aura-product:hover,
#store_items .card:hover {
  transform: translateY(-3px) !important;
}

.aura-periods button {
  transition: color var(--aura-period-duration) var(--aura-period-ease),
    background-color var(--aura-period-duration) var(--aura-period-ease),
    box-shadow var(--aura-period-duration) var(--aura-period-ease),
    transform var(--aura-period-duration) var(--aura-period-ease) !important;
}

/* The server panel uses the same calm hover rhythm as the store cards. */
#head .head_bottom .s-online-wrapp .s-online {
  transition: transform 560ms var(--aura-card-ease),
    box-shadow 560ms var(--aura-card-ease),
    border-color 560ms var(--aura-card-ease),
    background-color 560ms var(--aura-card-ease) !important;
  will-change: transform;
}

#head .head_bottom .s-online-wrapp .s-online:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(72, 8, 15, .14);
}

#head .head_bottom .s-online-wrapp .s-online > i {
  transition: transform 620ms var(--aura-card-ease), box-shadow 560ms var(--aura-card-ease);
}

#head .head_bottom .s-online-wrapp .s-online:hover > i {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 16px 28px rgba(159, 7, 17, .30) !important;
}

/* Amount presets should feel immediately responsive, not float like large cards. */
.aura-amount-presets button {
  transition: color 180ms var(--aura-period-ease),
    background-color 180ms var(--aura-period-ease),
    border-color 180ms var(--aura-period-ease),
    box-shadow 180ms var(--aura-period-ease),
    transform 180ms var(--aura-period-ease) !important;
}

/* Community links move as one surface: the artwork and copy remain perfectly still. */
#social > .aura-social-card:hover > div,
#social > .aura-social-card:hover i {
  transform: none !important;
}

/* The red fire tile is part of the server panel, not a separate hovering element. */
#head .head_bottom .s-online-wrapp .s-online > i,
#head .head_bottom .s-online-wrapp .s-online:hover > i {
  transform: none !important;
  transition: none !important;
  box-shadow: 0 15px 25px rgba(159, 7, 17, .28) !important;
}

/* Preserve the original server-panel grid after hiding the online counter. */
#head .head_bottom .s-online-wrapp .s-online .server .aura-online-placeholder {
  display: block;
  height: 17px;
  margin: 5px 0 16px;
  padding: 0;
  visibility: hidden;
}

@media (min-width: 901px) {
  #head .head_bottom .s-online-wrapp .s-online .server h6 {
    transform: translateY(5px);
  }
}
