:root {
  --site-ink: #26180f;
  --site-ink-soft: #715845;
  --site-emerald: #237a4e;
  --site-meadow: #56c875;
  --site-mint: #a4f0a9;
  --site-gold: #ebb45c;
  --site-honey: #ffd88d;
  --site-sky: #8bd0e8;
  --site-rose: #ef9d84;
  --site-gradient-announcement: linear-gradient(90deg, #185f33 0%, #2f8f4a 30%, #e3ae55 72%, #226c3b 100%);
  --site-gradient-header: radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.24) 0%, transparent 22%), radial-gradient(circle at 84% 14%, rgba(255, 220, 126, 0.24) 0%, transparent 24%), radial-gradient(circle at 52% 120%, rgba(105, 221, 165, 0.28) 0%, transparent 40%), linear-gradient(135deg, #123826 0%, #1e5640 32%, #47a56f 68%, #e4b264 100%);
  --site-gradient-title: linear-gradient(135deg, #14593a 0%, #4cc26f 34%, #e8bc61 72%, #fff2d2 100%);
  --site-gradient-title-soft: linear-gradient(135deg, #0d4d33 0%, #69d787 42%, #ffcb76 100%);
  --site-gradient-title-light: linear-gradient(135deg, #fffef7 0%, #e9ffd7 30%, #ffe29a 68%, #ffcbb4 100%);
  --site-gradient-gold: linear-gradient(135deg, #b97a18 0%, #f6c85c 44%, #fff2c0 100%);
  --site-button-primary: linear-gradient(135deg, #228548 0%, #5cd67e 38%, #e3b35e 100%);
  --site-button-soft: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  --site-card-fill: linear-gradient(160deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 249, 240, 0.76) 56%, rgba(236, 255, 240, 0.56) 100%);
  --site-card-border: rgba(255, 255, 255, 0.56);
  --site-card-shadow: 0 24px 52px rgba(67, 45, 20, 0.11), 0 0 0 1px rgba(205, 175, 111, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  --site-card-shadow-hover: 0 32px 66px rgba(67, 45, 20, 0.16), 0 0 0 1px rgba(101, 204, 126, 0.18), 0 0 30px rgba(255, 208, 115, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  --site-accent-gold: #d0a04e;
  --site-accent-clay: #d4846b;
  --site-accent-sage: #76a96d;
}

html {
  background: #f8efdc;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--site-ink) !important;
  background: radial-gradient(circle at 8% 0%, rgba(118, 225, 144, 0.16) 0%, transparent 22%), radial-gradient(circle at 92% 10%, rgba(255, 214, 126, 0.18) 0%, transparent 20%), linear-gradient(180deg, #fffaf3 0%, #f7edd7 38%, #fff7ee 100%) !important;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -2;
  filter: blur(18px);
  opacity: 0.78;
}

body::before {
  top: -7rem;
  left: -9rem;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(115, 223, 145, 0.32) 0%, rgba(115, 223, 145, 0.18) 24%, rgba(115, 223, 145, 0) 70%);
  animation: site-aurora-left 24s ease-in-out infinite alternate;
}

body::after {
  right: -8rem;
  top: 18rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(255, 212, 126, 0.26) 0%, rgba(139, 208, 232, 0.16) 28%, rgba(255, 212, 126, 0) 72%);
  animation: site-aurora-right 28s ease-in-out infinite alternate;
}

.announcement {
  background: var(--site-gradient-announcement) !important;
  color: #fff8e9 !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 12px 26px rgba(17, 49, 23, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.announcement a {
  color: #fff6be !important;
  font-weight: 800 !important;
}

.announcement::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent) !important;
  animation: site-sweep 7s ease-in-out infinite !important;
}

.nav {
  position: sticky;
  background: linear-gradient(180deg, rgba(10, 28, 18, 0.94) 0%, rgba(13, 34, 22, 0.96) 48%, rgba(9, 21, 15, 0.94) 100%) !important;
  border-top-color: rgba(255, 255, 255, 0.14) !important;
  border-bottom-color: rgba(255, 227, 165, 0.12) !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -1px 0 rgba(255, 221, 144, 0.08) !important;
}

.nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 151, 0.42), transparent);
  pointer-events: none;
}

.nav-logo {
  text-shadow: 0 0 18px rgba(121, 216, 142, 0.14) !important;
}

.nav-links li a {
  color: rgba(255, 255, 255, 0.68) !important;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: #fffdf6 !important;
  text-shadow: 0 0 16px rgba(164, 240, 169, 0.18);
}

.nav-action-btn,
.mobile-toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(10px) saturate(112%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(112%) !important;
}

.nav-action-btn:hover,
.nav-action-btn.active,
.mobile-toggle:hover {
  background: linear-gradient(135deg, rgba(104, 220, 133, 0.28), rgba(255, 216, 132, 0.18)) !important;
  border-color: rgba(184, 236, 152, 0.54) !important;
  color: #fffdf6 !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(8, 19, 12, 0.56) 0%, rgba(12, 27, 18, 0.24) 30%, rgba(22, 42, 28, 0.12) 55%, rgba(244, 231, 182, 0.16) 78%, rgba(255, 249, 233, 0.58) 100%) !important;
}

.hero-content {
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(10, 22, 14, 0.22), rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-title {
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), 0 2px 0 rgba(255, 255, 255, 0.08) !important;
}

.hero-title .valley {
  background: linear-gradient(135deg, #8fe55f 0%, #d7f082 42%, #fff0b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.86) !important;
}

.hero-platforms {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-badge,
.btn-outline,
.btn-secondary,
.hero-btn.secondary,
.bridge-link.secondary {
  background: var(--site-button-soft) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  color: inherit;
}

/* Restore deliberate homepage contrast after the shared glass pass. */
.hero .hero-badge,
.hero .btn-outline,
.hero .btn-secondary,
.hero .hero-btn.secondary,
.hero .bridge-link.secondary {
  color: #fffef7 !important;
}

.hero .btn,
.cta-bottom .btn,
.hero .btn-primary,
.cta-bottom .btn-primary,
.hero .btn-outline,
.cta-bottom .btn-outline {
  border-radius: 999px !important;
}

.hero .btn,
.cta-bottom .btn {
  padding: 1rem 2.45rem !important;
}

.hero .btn-primary,
.cta-bottom .btn-primary {
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.14) 24%, rgba(255, 255, 255, 0) 52%), linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 34%), linear-gradient(135deg, #2fcb68 0%, #5be188 36%, #e4c260 100%) !important;
  box-shadow: 0 22px 42px rgba(36, 93, 54, 0.26), 0 8px 18px rgba(210, 171, 90, 0.14), inset 0 2px 0 rgba(255, 255, 255, 0.38), inset 0 -10px 16px rgba(177, 128, 40, 0.18), inset 0 -2px 4px rgba(41, 29, 10, 0.14) !important;
}

.hero .btn-primary:hover,
.cta-bottom .btn-primary:hover {
  box-shadow: 0 28px 50px rgba(36, 93, 54, 0.3), 0 10px 24px rgba(210, 171, 90, 0.18), inset 0 2px 0 rgba(255, 255, 255, 0.42), inset 0 -10px 16px rgba(177, 128, 40, 0.22), inset 0 -2px 4px rgba(41, 29, 10, 0.16) !important;
}

.hero .hero-badge {
  background: linear-gradient(180deg, rgba(14, 28, 19, 0.34), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.hero .btn-outline,
.hero .btn-secondary,
.hero .hero-btn.secondary,
.hero .bridge-link.secondary {
  background: linear-gradient(180deg, rgba(11, 24, 16, 0.44), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.hero .btn-outline:hover,
.hero .btn-secondary:hover,
.hero .hero-btn.secondary:hover,
.hero .bridge-link.secondary:hover {
  background: linear-gradient(180deg, rgba(15, 35, 23, 0.56), rgba(255, 255, 255, 0.12)) !important;
  color: #fffef7 !important;
}

.hero-badge .live-dot {
  animation: site-pulse 2.2s ease-in-out infinite !important;
}

.page-header {
  background: var(--site-gradient-header) !important;
  background-size: 120% 120% !important;
  box-shadow: inset 0 -34px 72px rgba(17, 24, 12, 0.16), 0 22px 42px rgba(67, 45, 20, 0.12) !important;
  overflow: hidden !important;
  animation: site-header-shift 18s ease-in-out infinite alternate !important;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: -16% auto auto -8%;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%) !important;
  filter: blur(12px) !important;
  animation: site-float-left 18s ease-in-out infinite alternate !important;
}

.page-header::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -11rem;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 236, 178, 0.28) 0%, rgba(255, 236, 178, 0) 68%);
  filter: blur(10px);
  animation: site-float-right 20s ease-in-out infinite alternate;
}

.page-header h1 {
  background: var(--site-gradient-title-light) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: none !important;
}

.page-header p {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 18px rgba(13, 19, 11, 0.14);
}

.page-header .gradient-text,
.page-header .gradient-text-warm,
.page-header .gradient-text-gold,
.page-header .gradient-text-light {
  background: var(--site-gradient-title-light) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.summary-strip,
.page-bridge,
.about,
.features,
.what-awaits,
.patch-notes,
.roadmap,
.faq,
.report,
.crop-tiers,
.world,
.characters,
.credits,
.trade-hub,
.auth-section,
.tickets-section,
.account-dashboard,
.legal-section,
.content-section {
  background: radial-gradient(circle at 10% 0%, rgba(107, 223, 137, 0.08) 0%, transparent 22%), radial-gradient(circle at 92% 12%, rgba(255, 214, 126, 0.1) 0%, transparent 20%), linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(246, 237, 213, 0.88) 100%) !important;
}

.dark-section,
.community,
.gallery,
.fishing {
  background: radial-gradient(circle at 18% 0%, rgba(113, 222, 145, 0.12) 0%, transparent 24%), radial-gradient(circle at 82% 10%, rgba(255, 207, 111, 0.12) 0%, transparent 20%), linear-gradient(180deg, #17130e 0%, #1b291d 48%, #0f1c14 100%) !important;
}

.section-title,
.gradient-text {
  background: var(--site-gradient-title) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.gradient-text-warm {
  background: var(--site-gradient-title-soft) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.gradient-text-gold {
  background: var(--site-gradient-gold) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.gradient-text-light,
.dark-section .section-title,
.hero-sub,
.community .section-title {
  background: var(--site-gradient-title-light) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.section-label,
.page-eyebrow,
.eyebrow,
.sidebar-label,
.card-kicker,
.summary-card span,
.discipline-meta,
.ticket-meta,
.ticket-meta .time,
.seller p,
.profile-email,
.credit-role,
.version,
.date,
.tl-content .version {
  color: #4d985f !important;
}

.page-eyebrow,
.eyebrow {
  color: rgba(255, 245, 221, 0.9) !important;
}

.about-text h2,
.auth-box h2,
.auth-card h2,
.dash-panel h3,
.friendship-explainer h3,
.legal-card h2,
.content-card h2,
.summary-card h3,
.bridge-card h2,
.person-card h3,
.discipline-card h3,
.thanks-card h3,
.patch-card h3,
.report-card h4,
.feat-card h3,
.tier-item h4,
.fish-text h3,
.credit-card h4,
.ticket-title,
.detail-title,
.profile-name,
.char-name {
  background: var(--site-gradient-title) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.feat-card,
.patch-card,
.report-card,
.char-card,
.credit-card,
.auth-card,
.auth-box,
.profile-card,
.new-ticket-form,
.ticket-card,
.detail-card,
.reply-card,
.listing-card,
.friendship-explainer,
.letter-block,
.tablet-card,
.family-item,
.secret-card,
.tier-item,
.tl-content,
.fading-item,
.filters-card,
.board-card,
.safety-card,
.flow-card,
.content-card,
.gallery-card,
.creator-card,
.value-card,
.summary-card,
.sidebar-card,
.legal-card,
.profile-stat,
.friendship-benefits,
.char-info,
.creator-content,
.about-text,
.awaits-card,
.stat,
.dash-panel,
.tickets-header,
.gallery-note,
.hero-panel,
.bridge-card,
.person-card,
.stat-card,
.thanks-card,
.safety-item,
.auth-tabs,
.discipline-card,
.convo-item,
.my-listing-card,
.heart-level,
.faq-item,
.fish-list,
.trade-panel,
.flow-step,
.chat-header-bar,
.status-select,
.sidebar-card a,
.hero-list li {
  background-color: rgba(255, 255, 255, 0.72) !important;
  background-image: var(--site-card-fill) !important;
  border-color: var(--site-card-border) !important;
  box-shadow: var(--site-card-shadow) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
}

.hero + .about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 14% 18%, rgba(117, 213, 136, 0.16) 0%, transparent 28%), radial-gradient(circle at 88% 6%, rgba(255, 214, 126, 0.18) 0%, transparent 20%), linear-gradient(180deg, #edf4e6 0%, #f8f0dc 18%, #efe1bb 100%) !important;
}

.hero + .about::before {
  content: "";
  position: absolute;
  inset: -2rem 8% auto;
  height: 7rem;
  background: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.hero + .about::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -52%);
  width: min(76vw, 920px);
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 248, 225, 0.72) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.hero + .about .about-grid,
.hero + .about + .what-awaits .container {
  position: relative;
  z-index: 1;
}

.hero + .about .about-text {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 246, 0.96) 54%, rgba(241, 250, 236, 0.88) 100%) !important;
  border-color: rgba(227, 196, 132, 0.44) !important;
  border-radius: 44px !important;
  box-shadow: 0 32px 72px rgba(74, 52, 22, 0.15), 0 10px 24px rgba(74, 52, 22, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(12px) saturate(110%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(110%) !important;
}

.hero + .about .about-text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  opacity: 0.8;
  pointer-events: none;
}

.hero + .about .eyebrow {
  color: #5c8b4e !important;
}

.hero + .about .about-text p {
  color: #6e5946 !important;
}

.hero + .about .stat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 246, 235, 0.88)) !important;
  border-color: rgba(220, 189, 126, 0.32) !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 30px rgba(74, 52, 22, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.hero + .about .stat .label {
  color: #81684a !important;
}

.hero + .about + .what-awaits {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 16% 0%, rgba(255, 217, 141, 0.2) 0%, transparent 24%), radial-gradient(circle at 84% 12%, rgba(124, 210, 142, 0.12) 0%, transparent 20%), linear-gradient(180deg, #fff8eb 0%, #f6ead0 100%) !important;
}

.hero + .about + .what-awaits::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(72vw, 840px);
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 74%);
  filter: blur(10px);
  pointer-events: none;
}

.hero + .about + .what-awaits .section-header {
  max-width: 760px;
  margin: 0 auto 2.4rem;
}

.hero + .about + .what-awaits .section-desc {
  color: #6f5843 !important;
}

.hero + .about + .what-awaits .awaits-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 250, 243, 0.9) 52%, rgba(241, 249, 236, 0.78) 100%) !important;
  border-color: rgba(224, 193, 131, 0.34) !important;
  border-radius: 44px !important;
  box-shadow: 0 0 0 1px rgba(224, 193, 131, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  filter: none;
}

.hero + .about + .what-awaits .awaits-card::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -18px;
  height: 38px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(74, 52, 22, 0.13) 0%, rgba(74, 52, 22, 0.08) 34%, rgba(74, 52, 22, 0) 74%);
  filter: blur(11px);
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
  .hero + .about + .what-awaits .awaits-card:hover {
    box-shadow: 0 0 0 1px rgba(101, 204, 126, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
    filter: none;
  }

  .hero + .about + .what-awaits .awaits-card:hover::after {
    bottom: -22px;
    height: 42px;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(74, 52, 22, 0.16) 0%, rgba(74, 52, 22, 0.1) 34%, rgba(74, 52, 22, 0) 76%);
  }
}

@media (max-width: 768px) {
  .hero + .about .about-text {
    box-shadow: 0 22px 46px rgba(74, 52, 22, 0.12), 0 8px 20px rgba(74, 52, 22, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  }

  .hero + .about + .what-awaits .section-header {
    margin-bottom: 1.75rem;
  }

  .hero + .about + .what-awaits .awaits-card {
    box-shadow: 0 0 0 1px rgba(224, 193, 131, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
    filter: none;
  }

  .hero + .about + .what-awaits .awaits-card::after {
    left: 10%;
    right: 10%;
    bottom: -14px;
    height: 28px;
    filter: blur(9px);
  }
}

.faq-list {
  display: grid;
  gap: 0.95rem;
}

.gallery-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)), var(--surface, linear-gradient(135deg, rgba(35, 108, 63, 0.88), rgba(17, 37, 26, 0.96))) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 24px 48px rgba(8, 16, 12, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.gallery-card,
.gallery-card .gallery-card-kicker,
.gallery-card .gallery-card-meta,
.gallery-card p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.gallery-card h3,
.gallery-card .gallery-card-meta strong {
  color: #fffef7 !important;
}

.gallery-note {
  background: radial-gradient(circle at 14% 16%, rgba(105, 213, 145, 0.16) 0%, transparent 24%), linear-gradient(145deg, rgba(11, 24, 17, 0.84), rgba(21, 37, 28, 0.92)) !important;
  border-color: rgba(129, 211, 147, 0.2) !important;
  box-shadow: 0 20px 38px rgba(8, 17, 12, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.gallery-note,
.gallery-note p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.gallery-note strong {
  color: #fff6d9 !important;
}

.hero-panel {
  background: linear-gradient(165deg, rgba(10, 23, 17, 0.74), rgba(24, 44, 31, 0.88)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 26px 50px rgba(8, 18, 12, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.hero-panel h2 {
  color: #fffef6 !important;
}

.hero-list li {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.hero-note {
  color: rgba(255, 246, 219, 0.82) !important;
}

.faq-item {
  padding: 0 1.25rem !important;
  margin: 0 !important;
  border: 1px solid rgba(204, 176, 112, 0.16) !important;
  border-radius: 22px !important;
}

.faq-q {
  min-height: 72px;
  color: var(--site-ink) !important;
}

.faq-q:hover {
  color: var(--site-emerald) !important;
}

.img-placeholder,
.card-img,
.listing-photo,
.char-portrait {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(135deg, rgba(104, 203, 128, 0.26), rgba(255, 214, 126, 0.2) 58%, rgba(139, 208, 232, 0.22)) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.img-placeholder::before {
  border-color: rgba(255, 255, 255, 0.3) !important;
  border-style: solid !important;
  opacity: 1 !important;
}

.btn-primary,
.new-listing-btn,
.btn-auth,
.form-actions .btn-submit,
.btn-save,
.chat-input-row button,
.reply-form .btn,
.hero-btn.primary,
.bridge-link.primary,
.small-btn.offer,
.btn-sm,
.profile-action-btn.settings,
.auth-tab.active,
.auth-tab-btn.active {
  background: var(--site-button-primary) !important;
  color: #fffef7 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 16px 34px rgba(36, 93, 54, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.small-btn.chat,
.filter-btn.active,
.chip.active,
.feat-tab.active,
.dash-tab.active,
.legal-switcher a.active,
.meta-badge,
.pill,
.profile-badge .pill,
.tier-badge,
.badge,
.msg-badge {
  background: linear-gradient(135deg, rgba(40, 140, 78, 0.96), rgba(99, 220, 130, 0.92) 42%, rgba(236, 184, 91, 0.92) 100%) !important;
  color: #fffdf7 !important;
  border-color: transparent !important;
  box-shadow: 0 12px 26px rgba(35, 97, 55, 0.18) !important;
}

.small-btn.close,
.profile-action-btn.signout,
.btn-logout,
.form-actions .btn-cancel {
  background: linear-gradient(180deg, rgba(255, 242, 239, 0.96), rgba(255, 229, 223, 0.84)) !important;
  color: #a04839 !important;
  border: 1px solid rgba(226, 144, 122, 0.28) !important;
  box-shadow: 0 10px 24px rgba(164, 73, 51, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.feat-tab,
.dash-tab,
.filter-btn,
.chip,
.auth-tab,
.auth-tab-btn,
.legal-switcher a,
.trade-tag,
.hero-btn.secondary,
.bridge-link.secondary,
.profile-action-btn.settings,
.chat-back,
.sidebar-card a,
.footer-col a {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 237, 0.66)) !important;
  border-color: rgba(204, 176, 112, 0.22) !important;
  color: var(--site-ink-soft) !important;
  box-shadow: 0 10px 22px rgba(77, 56, 24, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

.feat-tab:hover,
.dash-tab:hover,
.filter-btn:hover,
.chip:hover,
.auth-tab:hover,
.auth-tab-btn:hover,
.legal-switcher a:hover,
.chat-back:hover,
.sidebar-card a:hover,
.footer-col a:hover {
  color: var(--site-emerald) !important;
  border-color: rgba(114, 213, 136, 0.36) !important;
}

.footer {
  background: radial-gradient(circle at 16% 0%, rgba(110, 212, 132, 0.12) 0%, transparent 24%), radial-gradient(circle at 84% 0%, rgba(255, 212, 126, 0.12) 0%, transparent 22%), linear-gradient(180deg, #1a130c 0%, #15140d 34%, #0d1712 100%) !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

.footer-col {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.footer-col a {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  padding: 0.68rem 1.05rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.footer-col a::after {
  display: none !important;
}

.footer-col a:hover {
  background: linear-gradient(180deg, rgba(120, 217, 143, 0.16), rgba(255, 214, 126, 0.08)) !important;
  color: #fffef7 !important;
  border-color: rgba(158, 231, 171, 0.2) !important;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.68) !important;
}

@media (max-width: 768px) {
  .footer-col {
    gap: 0.6rem 0.65rem !important;
  }

  .footer-col h5 {
    margin-bottom: 0.3rem !important;
  }

  .footer-col a {
    min-height: 2.5rem;
    padding: 0.7rem 1.02rem !important;
    font-size: 0.79rem !important;
  }
}

.form-field input,
.form-field textarea,
.form-field select,
.form-group input,
.form-group textarea,
.form-group select,
.settings-row input,
.chat-input-row input,
.reply-form textarea,
.status-select,
.search-box,
.select-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 252, 245, 0.78)) !important;
  border-color: rgba(204, 176, 112, 0.24) !important;
  color: var(--site-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 10px 20px rgba(77, 56, 24, 0.04) !important;
}

.search-box input,
.select-box select {
  background: transparent !important;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.settings-row input:focus,
.chat-input-row input:focus,
.reply-form textarea:focus,
.status-select:focus,
.search-box:focus-within,
.select-box:focus-within {
  border-color: rgba(89, 210, 121, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(90, 210, 122, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.timeline::before {
  background: linear-gradient(180deg, rgba(92, 213, 125, 0.18), rgba(255, 209, 112, 0.84), rgba(108, 191, 230, 0.24)) !important;
  width: 4px !important;
  box-shadow: 0 0 18px rgba(255, 209, 112, 0.16);
}

.tl-dot.done {
  box-shadow: 0 0 0 8px rgba(92, 213, 125, 0.18) !important;
}

.tl-dot.current {
  box-shadow: 0 0 0 10px rgba(255, 209, 112, 0.18) !important;
}

.patch-card.v1 {
  border-left-color: var(--site-accent-gold) !important;
  border-top-color: var(--site-accent-gold) !important;
}

.patch-card.v2 {
  border-left-color: var(--site-accent-clay) !important;
  border-top-color: var(--site-accent-clay) !important;
}

.patch-card.v3 {
  border-left-color: var(--site-accent-sage) !important;
  border-top-color: var(--site-accent-sage) !important;
}

.patch-card.v1 .badge {
  background: linear-gradient(135deg, rgba(224, 174, 88, 0.92), rgba(255, 231, 164, 0.92)) !important;
  color: #6b4d1f !important;
}

.patch-card.v2 .badge {
  background: linear-gradient(135deg, rgba(219, 140, 112, 0.92), rgba(255, 214, 198, 0.92)) !important;
  color: #6d4334 !important;
}

.patch-card.v3 .badge {
  background: linear-gradient(135deg, rgba(117, 180, 109, 0.92), rgba(217, 239, 194, 0.92)) !important;
  color: #39543a !important;
}

.social-card {
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

.social-card h4 {
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
}

.section-title,
.page-header h1,
.auth-box h2,
.auth-card h2,
.profile-name,
.ticket-title,
.detail-title,
.bridge-card h2,
.summary-card h3 {
  letter-spacing: -0.03em;
}

.reveal,
.reveal-left,
.reveal-right,
.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .patch-grid,
  .patch-notes,
  .patch-notes .container {
    overflow: visible !important;
  }

  .patch-card {
    overflow: visible !important;
    position: relative;
    z-index: 0;
  }

  .feat-card:hover,
  .patch-card:hover,
  .report-card:hover,
  .char-card:hover,
  .credit-card:hover,
  .ticket-card:hover,
  .detail-card:hover,
  .listing-card:hover,
  .tablet-card:hover,
  .family-item:hover,
  .tier-item:hover,
  .sidebar-card:hover,
  .legal-card:hover,
  .summary-card:hover,
  .hero-panel:hover,
  .bridge-card:hover,
  .person-card:hover,
  .stat-card:hover,
  .thanks-card:hover,
  .discipline-card:hover,
  .convo-item:hover,
  .my-listing-card:hover,
  .heart-level:hover,
  .faq-item:hover,
  .flow-step:hover,
  .safety-item:hover {
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: var(--site-card-shadow-hover) !important;
  }

  .patch-card:hover {
    z-index: 2;
  }

  .btn-primary:hover,
  .new-listing-btn:hover,
  .btn-auth:hover,
  .form-actions .btn-submit:hover,
  .btn-save:hover,
  .chat-input-row button:hover,
  .reply-form .btn:hover,
  .hero-btn.primary:hover,
  .bridge-link.primary:hover,
  .small-btn.offer:hover,
  .btn-sm:hover,
  .small-btn.chat:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 22px 42px rgba(36, 93, 54, 0.28), 0 0 26px rgba(255, 212, 126, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  }

  .footer-col a:hover,
  .sidebar-card a:hover,
  .feat-tab:hover,
  .dash-tab:hover,
  .filter-btn:hover,
  .chip:hover,
  .auth-tab:hover,
  .auth-tab-btn:hover,
  .legal-switcher a:hover,
  .chat-back:hover,
  .bridge-link.secondary:hover,
  .hero-btn.secondary:hover {
    transform: translateY(-2px) !important;
  }
}

@media (max-width: 1024px), (pointer: coarse) {
  body::before,
  body::after {
    display: none;
  }

  .hero-content,
  .feat-card,
  .patch-card,
  .report-card,
  .char-card,
  .credit-card,
  .auth-card,
  .auth-box,
  .profile-card,
  .new-ticket-form,
  .ticket-card,
  .detail-card,
  .reply-card,
  .listing-card,
  .friendship-explainer,
  .letter-block,
  .tablet-card,
  .family-item,
  .secret-card,
  .tier-item,
  .tl-content,
  .fading-item,
  .filters-card,
  .board-card,
  .safety-card,
  .flow-card,
  .content-card,
  .gallery-card,
  .creator-card,
  .value-card,
  .summary-card,
  .sidebar-card,
  .legal-card,
  .profile-stat,
  .friendship-benefits,
  .char-info,
  .creator-content,
  .about-text,
  .awaits-card,
  .stat,
  .dash-panel,
  .tickets-header,
  .gallery-note,
  .hero-panel,
  .bridge-card,
  .person-card,
  .stat-card,
  .thanks-card,
  .safety-item,
  .auth-tabs,
  .discipline-card,
  .convo-item,
  .my-listing-card,
  .heart-level,
  .faq-item,
  .fish-list,
  .trade-panel,
  .flow-step,
  .chat-header-bar,
  .status-select,
  .sidebar-card a,
  .hero-list li {
    background-color: rgba(255, 255, 255, 0.58) !important;
    background-image: linear-gradient(165deg, rgba(255, 255, 255, 0.76) 0%, rgba(250, 245, 233, 0.44) 100%) !important;
    box-shadow: 0 0 0 1px rgba(205, 175, 111, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .page-header::before,
  .page-header::after {
    filter: none !important;
  }

  .nav,
  .nav-action-btn,
  .hero-badge,
  .btn-outline,
  .btn-secondary,
  .hero-content {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .gallery-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)), var(--surface, linear-gradient(135deg, rgba(35, 108, 63, 0.88), rgba(17, 37, 26, 0.96))) !important;
    box-shadow: 0 16px 30px rgba(8, 16, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  }

  .gallery-note {
    background: radial-gradient(circle at 14% 16%, rgba(105, 213, 145, 0.14) 0%, transparent 22%), linear-gradient(145deg, rgba(11, 24, 17, 0.82), rgba(21, 37, 28, 0.9)) !important;
    box-shadow: 0 14px 28px rgba(8, 17, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  }

  .hero-panel {
    background: linear-gradient(165deg, rgba(10, 23, 17, 0.8), rgba(24, 44, 31, 0.9)) !important;
    box-shadow: 0 16px 30px rgba(8, 18, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  }

  .hero-list li {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
  }
}

@media (max-width: 768px) {
  .nav-right {
    gap: 0.32rem !important;
  }

  .nav-right .nav-action-btn,
  .nav-right .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.42rem 0.72rem !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #fffef7 !important;
  }

  .hero-content {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .hero-platforms {
    background: rgba(12, 22, 12, 0.28);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .page-header {
    background-size: 140% 140% !important;
  }
}

@media (max-width: 480px) {
  .nav-right {
    gap: 0.26rem !important;
  }

  .nav-right .nav-action-btn,
  .nav-right .mobile-toggle {
    min-height: 2.3rem;
    padding: 0.38rem 0.62rem !important;
    font-size: 0.68rem !important;
  }

  .footer-col a {
    min-height: 2.45rem;
    padding: 0.68rem 0.94rem !important;
  }
}

@media (max-width: 360px) {
  .nav-right .nav-action-btn,
  .nav-right .mobile-toggle {
    min-height: 2.15rem;
    padding: 0.34rem 0.56rem !important;
    font-size: 0.64rem !important;
  }
}

@media (max-width: 768px) {
  :root {
    --site-carousel-edge-bleed: clamp(1rem, 5vw, 1.4rem);
  }

  .awaits-grid,
  .tablets-grid,
  .family-list,
  .season-grid,
  .char-grid,
  .social-grid,
  .report-box,
  .feat-grid,
  .tier-list,
  .patch-grid,
  .secrets-grid,
  .heart-progression,
  .team-grid,
  .values-grid {
    max-width: none !important;
    width: auto !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: var(--site-carousel-edge-bleed) !important;
    padding-right: var(--site-carousel-edge-bleed) !important;
    scroll-padding-inline: var(--site-carousel-edge-bleed) !important;
  }

  .awaits-grid > *,
  .tablets-grid > *,
  .family-list > *,
  .season-grid > *,
  .char-grid > *,
  .social-grid > *,
  .report-box > *,
  .feat-grid > *,
  .tier-list > *,
  .patch-grid > *,
  .secrets-grid > *,
  .heart-progression > *,
  .team-grid > *,
  .values-grid > * {
    transform-origin: center center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .announcement::after,
  .page-header,
  .page-header::before,
  .page-header::after,
  .hero-badge .live-dot {
    animation: none !important;
  }
}

@keyframes site-sweep {
  0% {
    left: -100%;
  }

  45% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}

@keyframes site-aurora-left {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(4rem, 8rem, 0) scale(1.12);
  }
}

@keyframes site-aurora-right {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-5rem, 6rem, 0) scale(1.1);
  }
}

@keyframes site-header-shift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes site-float-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(3rem, 2rem, 0);
  }
}

@keyframes site-float-right {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-2rem, -2rem, 0);
  }
}

@keyframes site-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(104, 220, 133, 0.46);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(104, 220, 133, 0);
    transform: scale(1.14);
  }
}
