:root {
  color-scheme: dark;
  --rzw-bg: #050914;
  --rzw-bg-2: #07111f;
  --rzw-card: rgba(8, 18, 36, 0.86);
  --rzw-card-strong: rgba(12, 26, 48, 0.94);
  --rzw-border: rgba(64, 160, 255, 0.35);
  --rzw-border-soft: rgba(122, 188, 255, 0.18);
  --rzw-text: #f6fbff;
  --rzw-muted: rgba(224, 238, 255, 0.72);
  --rzw-dim: rgba(202, 220, 242, 0.56);
  --rzw-cyan: #18a8ff;
  --rzw-blue: #2f7bff;
  --rzw-violet: #7b4dff;
  --rzw-purple: #a855f7;
  --rzw-green: #70f6aa;
  --rzw-amber: #ffd166;
  --rzw-shadow: 0 20px 70px rgba(0, 0, 0, 0.46);
  --rzw-font: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  overflow-x: hidden;
}

body.rzw-mobile-home-body {
  margin: 0 !important;
  min-height: 100vh;
  color: var(--rzw-text) !important;
  font-family: var(--rzw-font);
  background:
    radial-gradient(circle at 16% 0%, rgba(24, 168, 255, 0.2), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(168, 85, 247, 0.18), transparent 30%),
    linear-gradient(180deg, #02050c 0%, var(--rzw-bg) 42%, #030712 100%) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.rzw-mobile-home-body a {
  color: inherit;
  text-decoration: none;
}

body.rzw-mobile-home-body .rzw-home-page,
body.rzw-mobile-home-body .rzw-home-page h1,
body.rzw-mobile-home-body .rzw-home-page h2,
body.rzw-mobile-home-body .rzw-home-page h3,
body.rzw-mobile-home-body .rzw-home-page p,
body.rzw-mobile-home-body .rzw-home-page span,
body.rzw-mobile-home-body .rzw-home-page small,
body.rzw-mobile-home-body .rzw-home-page strong,
body.rzw-mobile-home-body .rzw-home-page button,
body.rzw-mobile-home-body .rzw-home-page input {
  letter-spacing: 0 !important;
}

body.rzw-mobile-home-body button,
body.rzw-mobile-home-body input {
  font: inherit;
}

body.rzw-mobile-home-body button {
  cursor: pointer;
}

.rzw-home-page {
  position: relative;
  min-height: 100vh;
  padding: clamp(8px, 2vw, 20px) 0 18px;
  overflow-x: hidden;
  isolation: isolate;
}

.rzw-home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24, 168, 255, 0.055) 1px, transparent 1px) 50% 0 / 54px 54px,
    linear-gradient(180deg, rgba(24, 168, 255, 0.04) 1px, transparent 1px) 50% 0 / 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.3));
}

.rzw-home-page::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 9%;
  z-index: -1;
  width: min(720px, 120vw);
  height: 360px;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(24, 168, 255, 0.16), transparent 60%),
    repeating-linear-gradient(7deg, transparent 0 28px, rgba(24, 168, 255, 0.18) 29px 30px, transparent 31px 66px);
  filter: blur(0.2px);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  animation: rzw-space-flow 12s linear infinite;
}

@keyframes rzw-space-flow {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 0, 280px 0; }
}

.rzw-home-shell {
  width: min(100%, 480px);
  min-height: calc(100vh - 18px);
  margin: 0 auto;
  padding: 14px 14px 92px;
  border: 1px solid rgba(88, 170, 255, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(4, 10, 24, 0.88), rgba(5, 11, 24, 0.96)),
    radial-gradient(circle at 50% 4%, rgba(24, 168, 255, 0.18), transparent 28%);
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, 0.12),
    0 28px 80px rgba(0, 0, 0, 0.56),
    inset 0 0 42px rgba(24, 168, 255, 0.08);
}

body.rzw-mobile-home-body .rzw-home-page .rzw-home-shell {
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.rzw-mobile-home-body > .rzw-seo-growth-hub {
  display: none !important;
}

.rzw-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
}

.rzw-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--rzw-text);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.rzw-brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(24, 168, 255, 0.42);
}

.rzw-brand span {
  white-space: nowrap;
}

.rzw-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.rzw-icon-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(88, 170, 255, 0.26);
  border-radius: 14px;
  color: #e7f5ff;
  background: rgba(8, 18, 36, 0.68);
  box-shadow: inset 0 0 20px rgba(24, 168, 255, 0.08);
}

.rzw-icon-button i {
  font-size: 21px;
  line-height: 1;
}

.rzw-ai-dot {
  position: relative;
  border-color: rgba(168, 85, 247, 0.48);
}

.rzw-ai-dot::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rzw-green);
  box-shadow: 0 0 14px rgba(112, 246, 170, 0.9);
  animation: rzw-dot-breathe 1.8s ease-in-out infinite;
}

.rzw-search-zone {
  margin-top: 12px;
}

.rzw-search-form {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 0 10px 0 14px;
  border: 1px solid var(--rzw-border-soft);
  border-radius: 16px;
  background: rgba(7, 15, 31, 0.9);
  box-shadow: inset 0 0 24px rgba(24, 168, 255, 0.06), 0 0 18px rgba(24, 168, 255, 0.08);
}

.rzw-search-form:focus-within {
  border-color: rgba(24, 168, 255, 0.72);
  box-shadow: inset 0 0 24px rgba(24, 168, 255, 0.1), 0 0 22px rgba(24, 168, 255, 0.24);
}

.rzw-search-form i {
  color: #9adfff;
  font-size: 22px;
}

.rzw-search-form input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  color: var(--rzw-text);
  background: transparent;
  font-size: 15px;
  font-weight: 650;
}

.rzw-search-form input::placeholder {
  color: rgba(218, 233, 255, 0.48);
}

.rzw-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  border: 0;
  border-radius: 11px;
  color: #06111e;
  background: linear-gradient(135deg, #73f6e5, #65b8ff);
  font-weight: 900;
}

.rzw-channel-strip {
  display: flex;
  gap: 10px;
  margin: 13px -14px 0;
  padding: 0 14px 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rzw-channel-strip::-webkit-scrollbar,
.rzw-card-rail::-webkit-scrollbar,
.rzw-ranking-rail::-webkit-scrollbar {
  display: none;
}

.rzw-channel {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(117, 187, 255, 0.16);
  border-radius: 999px;
  color: rgba(237, 246, 255, 0.72);
  background: rgba(8, 18, 36, 0.54);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.rzw-channel.is-active {
  color: #04111a;
  border-color: rgba(115, 246, 229, 0.9);
  background: linear-gradient(135deg, #73f6e5, #8aa7ff);
  box-shadow: 0 0 18px rgba(24, 168, 255, 0.36);
}

.rzw-hero {
  position: relative;
  min-height: 286px;
  margin-top: 14px;
  padding: 24px 18px;
  overflow: hidden;
  border: 1px solid rgba(88, 170, 255, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 72%, rgba(24, 168, 255, 0.24), transparent 36%),
    radial-gradient(circle at 78% 20%, rgba(168, 85, 247, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(12, 28, 55, 0.9), rgba(4, 10, 24, 0.96));
  box-shadow: var(--rzw-shadow), inset 0 0 42px rgba(24, 168, 255, 0.12);
}

.rzw-hero::before,
.rzw-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.rzw-hero::before {
  left: 50%;
  bottom: 36px;
  width: 420px;
  height: 190px;
  transform: translateX(-50%) perspective(520px) rotateX(62deg);
  border: 1px solid rgba(99, 220, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(99, 220, 255, 0.12) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(180deg, rgba(99, 220, 255, 0.12) 1px, transparent 1px) 0 0 / 38px 38px;
  opacity: 0.75;
}

.rzw-hero::after {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(115, 246, 229, 0.14) 47%, transparent 56% 100%),
    radial-gradient(circle at 48% 54%, rgba(24, 168, 255, 0.2), transparent 22%);
  animation: rzw-hero-scan 4.6s ease-in-out infinite;
}

.rzw-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.52) 1px, transparent 1.8px),
    radial-gradient(circle at 76% 30%, rgba(255, 255, 255, 0.46) 1px, transparent 1.8px),
    radial-gradient(circle at 40% 16%, rgba(255, 255, 255, 0.32) 1px, transparent 1.8px);
  background-size: 110px 120px, 150px 130px, 180px 160px;
  opacity: 0.32;
}

.rzw-kicker,
.rzw-mini-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(115, 246, 229, 0.28);
  border-radius: 999px;
  color: #96fff0;
  background: rgba(44, 255, 220, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.rzw-hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rzw-hero h2 {
  position: relative;
  z-index: 1;
  margin: 16px 0 14px;
  color: var(--rzw-text);
  font-size: clamp(46px, 13vw, 66px);
  line-height: 0.96;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.5), 0 0 26px rgba(24, 168, 255, 0.2);
}

.rzw-hero-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(115, 246, 229, 0.5);
  border-radius: 14px;
  color: #07111f;
  background: linear-gradient(135deg, #73f6e5, #6cb8ff 56%, #a855f7);
  box-shadow: 0 0 24px rgba(24, 168, 255, 0.28);
  font-weight: 950;
}

@keyframes rzw-hero-scan {
  0%, 100% { opacity: 0.42; transform: translateX(-16px); }
  50% { opacity: 0.92; transform: translateX(16px); }
}

.rzw-engine,
.rzw-feed,
.rzw-ranking {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--rzw-border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 26, 48, 0.86), rgba(5, 12, 25, 0.92));
  box-shadow: var(--rzw-shadow), inset 0 0 38px rgba(24, 168, 255, 0.08);
}

.rzw-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rzw-section-head h2 {
  margin: 8px 0 0;
  color: var(--rzw-text);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 1000;
  letter-spacing: 0;
}

.rzw-live-pill,
.rzw-more-link,
.rzw-refresh {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(168, 85, 247, 0.36);
  border-radius: 999px;
  color: #e7d5ff;
  background: rgba(82, 43, 160, 0.22);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.rzw-refresh {
  color: #07111f;
  border-color: rgba(115, 246, 229, 0.72);
  background: linear-gradient(135deg, #73f6e5, #65b8ff);
}

.rzw-engine-sub {
  margin: 8px 0 0;
  color: var(--rzw-muted) !important;
  font-size: 13px;
  font-weight: 700;
}

.rzw-engine-core {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) minmax(92px, 1.1fr) minmax(92px, 1fr);
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.rzw-engine-state {
  min-width: 0;
  min-height: 72px;
  padding: 10px 8px;
  border: 1px solid rgba(117, 187, 255, 0.22);
  border-radius: 16px;
  color: var(--rzw-text);
  background: rgba(8, 18, 36, 0.7);
  text-align: center;
}

.rzw-engine-state.is-active {
  border-color: rgba(115, 246, 229, 0.72);
  box-shadow: inset 0 0 24px rgba(112, 246, 170, 0.1), 0 0 18px rgba(112, 246, 170, 0.16);
}

.rzw-engine-state span,
.rzw-engine-state small {
  display: block;
}

.rzw-engine-state span {
  font-size: 15px;
  font-weight: 950;
}

.rzw-engine-state small {
  margin-top: 5px;
  color: var(--rzw-muted);
  font-size: 12px;
  font-weight: 720;
}

.rzw-energy-track {
  position: relative;
  min-height: 92px;
  border-radius: 999px;
}

.rzw-energy-line {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(24, 168, 255, 0.12), rgba(115, 246, 229, 0.96), rgba(168, 85, 247, 0.78), rgba(24, 168, 255, 0.12));
  background-size: 240% 100%;
  box-shadow: 0 0 26px rgba(24, 168, 255, 0.48);
  animation: rzw-energy-flow 2.4s linear infinite;
}

.rzw-energy-orb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 32%, #ffffff, #73f6e5 20%, #2f7bff 52%, #7b4dff 100%);
  box-shadow: 0 0 24px rgba(115, 246, 229, 0.66), 0 0 42px rgba(168, 85, 247, 0.42);
  animation: rzw-breathe 2.2s ease-in-out infinite;
}

.rzw-energy-orb::before,
.rzw-energy-orb::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(115, 246, 229, 0.24);
  border-radius: 50%;
  animation: rzw-pulse-ring 2.2s ease-out infinite;
}

.rzw-energy-orb::after {
  inset: -23px;
  animation-delay: 0.5s;
}

@keyframes rzw-energy-flow {
  from { background-position: 0 0; }
  to { background-position: 240% 0; }
}

@keyframes rzw-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(0.96); opacity: 0.78; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@keyframes rzw-dot-breathe {
  0%, 100% { opacity: 0.62; box-shadow: 0 0 9px rgba(112, 246, 170, 0.68); }
  50% { opacity: 1; box-shadow: 0 0 16px rgba(112, 246, 170, 1), 0 0 0 6px rgba(112, 246, 170, 0.08); }
}

@keyframes rzw-pulse-ring {
  0% { opacity: 0.68; transform: scale(0.82); }
  100% { opacity: 0; transform: scale(1.28); }
}

.rzw-engine-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.rzw-engine-levels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(117, 187, 255, 0.18);
  border-radius: 999px;
  color: #dfefff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 900;
}

.rzw-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.rzw-quick-entry {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 76px;
  padding: 8px 4px;
  border: 1px solid rgba(117, 187, 255, 0.2);
  border-radius: 17px;
  color: var(--rzw-text);
  background: rgba(8, 18, 36, 0.72);
  box-shadow: inset 0 0 24px rgba(24, 168, 255, 0.05);
}

.rzw-quick-entry i {
  color: #8beeff;
  font-size: 24px;
  line-height: 1;
}

.rzw-quick-entry span {
  max-width: 100%;
  color: rgba(240, 248, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.rzw-card-rail,
.rzw-ranking-rail {
  display: flex;
  gap: 12px;
  margin: 14px -16px 0;
  padding: 0 16px 4px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.rzw-knowledge-card {
  flex: 0 0 78%;
  min-width: 0;
  max-width: 360px;
  overflow: hidden;
  border: 1px solid rgba(117, 187, 255, 0.22);
  border-radius: 22px;
  background: var(--rzw-card);
  box-shadow: inset 0 0 30px rgba(24, 168, 255, 0.07), 0 18px 42px rgba(0, 0, 0, 0.34);
  scroll-snap-align: start;
}

.rzw-card-visual {
  position: relative;
  min-height: 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 24%, rgba(115, 246, 229, 0.48), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(168, 85, 247, 0.48), transparent 30%),
    linear-gradient(135deg, rgba(24, 168, 255, 0.24), rgba(11, 22, 44, 0.88));
}

.rzw-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 28px 28px;
  opacity: 0.6;
}

.rzw-card-index,
.rzw-watermark {
  position: absolute;
  z-index: 1;
}

.rzw-card-index {
  left: 13px;
  top: 13px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #f5fbff;
  background: rgba(4, 10, 24, 0.36);
  font-size: 11px;
  font-weight: 950;
  line-height: 26px;
}

.rzw-watermark {
  right: 13px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  font-weight: 900;
}

.rzw-card-body {
  padding: 14px;
}

.rzw-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(168, 85, 247, 0.34);
  border-radius: 999px;
  color: #d8c5ff;
  background: rgba(94, 51, 180, 0.2);
  font-size: 12px;
  font-weight: 900;
}

.rzw-knowledge-card h3 {
  margin: 10px 0 8px;
  color: var(--rzw-text) !important;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 1000;
  letter-spacing: 0;
}

.rzw-knowledge-card p {
  min-height: 58px;
  margin: 0;
  color: var(--rzw-muted) !important;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 650;
}

.rzw-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--rzw-dim);
  font-size: 12px;
  font-weight: 760;
}

.rzw-card-meta strong {
  color: #80f7ff;
  font-size: 24px;
  line-height: 1;
  font-weight: 1000;
  text-shadow: 0 0 18px rgba(24, 168, 255, 0.38);
}

.rzw-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  margin-top: 12px;
}

.rzw-card-actions button,
.rzw-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 34px;
  border: 1px solid rgba(117, 187, 255, 0.2);
  border-radius: 12px;
  color: rgba(237, 246, 255, 0.88);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 900;
}

.rzw-card-actions button.is-active {
  color: #08121d;
  border-color: rgba(115, 246, 229, 0.8);
  background: linear-gradient(135deg, #73f6e5, #85a8ff);
}

.rzw-rank-card {
  flex: 0 0 72%;
  max-width: 310px;
  min-height: 132px;
  padding: 15px;
  border: 1px solid rgba(117, 187, 255, 0.22);
  border-radius: 20px;
  background: var(--rzw-card-strong);
  scroll-snap-align: start;
}

.rzw-rank-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #07111f;
  background: linear-gradient(135deg, #73f6e5, #a855f7);
  font-size: 13px;
  font-weight: 1000;
}

.rzw-rank-card h3 {
  margin: 12px 0 8px;
  color: var(--rzw-text) !important;
  font-size: 18px;
  font-weight: 1000;
}

.rzw-rank-card p {
  margin: 0;
  color: var(--rzw-muted) !important;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}

body.rzw-mobile-home-body .rzw-home-page .rzw-knowledge-card p,
body.rzw-mobile-home-body .rzw-home-page .rzw-rank-card p,
body.rzw-mobile-home-body .rzw-home-page .rzw-engine-sub,
body.rzw-mobile-home-body .rzw-home-page .rzw-card-meta,
body.rzw-mobile-home-body .rzw-home-page .rzw-engine-state small {
  color: rgba(224, 238, 255, 0.72) !important;
}

body.rzw-mobile-home-body .rzw-home-page .rzw-knowledge-card h3,
body.rzw-mobile-home-body .rzw-home-page .rzw-rank-card h3,
body.rzw-mobile-home-body .rzw-home-page .rzw-section-head h2,
body.rzw-mobile-home-body .rzw-home-page .rzw-brand,
body.rzw-mobile-home-body .rzw-home-page .rzw-hero h2 {
  color: #f6fbff !important;
}

.rzw-bottom-tabs {
  position: fixed;
  left: 50%;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  width: min(calc(100% - 24px), 454px);
  min-height: 66px;
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid rgba(117, 187, 255, 0.24);
  border-radius: 22px;
  background: rgba(4, 10, 24, 0.86);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.5), inset 0 0 26px rgba(24, 168, 255, 0.08);
  backdrop-filter: blur(18px);
}

.rzw-bottom-tabs a {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 48px;
  border-radius: 16px;
  color: rgba(231, 242, 255, 0.68);
  font-size: 11px;
  font-weight: 850;
}

.rzw-bottom-tabs i {
  font-size: 22px;
  line-height: 1;
}

.rzw-bottom-tabs span {
  white-space: nowrap;
}

.rzw-bottom-tabs a.is-active {
  color: #07111f;
  background: linear-gradient(135deg, #73f6e5, #78adff);
  box-shadow: 0 0 18px rgba(24, 168, 255, 0.32);
}

.rzw-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 38px));
  padding: 11px 14px;
  transform: translateX(-50%);
  border: 1px solid rgba(115, 246, 229, 0.34);
  border-radius: 14px;
  color: var(--rzw-text);
  background: rgba(5, 12, 25, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.48), 0 0 22px rgba(24, 168, 255, 0.18);
  font-size: 13px;
  font-weight: 850;
}

.rzw-knowledge-card.is-hidden {
  display: none;
}

@media (max-width: 520px) {
  .rzw-home-page {
    padding: 0;
  }

  .rzw-home-shell {
    width: 100%;
    min-height: 100vh;
    border-width: 0;
    border-radius: 0;
    padding: 12px 12px 92px;
  }

  .rzw-channel-strip {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 390px) {
  .rzw-home-shell {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rzw-brand {
    font-size: 20px;
  }

  .rzw-brand img {
    width: 40px;
    height: 40px;
  }

  .rzw-icon-button {
    width: 37px;
    height: 37px;
    border-radius: 13px;
  }

  .rzw-search-form {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    padding-left: 12px;
  }

  .rzw-search-form button {
    min-width: 48px;
  }

  .rzw-hero {
    min-height: 270px;
    padding: 22px 16px;
  }

  .rzw-hero h2 {
    font-size: 48px;
  }

  .rzw-engine,
  .rzw-feed,
  .rzw-ranking {
    padding: 14px;
  }

  .rzw-section-head h2 {
    font-size: 20px;
  }

  .rzw-engine-core {
    grid-template-columns: 1fr;
  }

  .rzw-energy-track {
    min-height: 62px;
  }

  .rzw-quick-grid {
    gap: 6px;
  }

  .rzw-quick-entry {
    min-height: 70px;
    border-radius: 15px;
  }

  .rzw-quick-entry i {
    font-size: 22px;
  }

  .rzw-quick-entry span {
    font-size: 11px;
  }

  .rzw-knowledge-card {
    flex-basis: 84%;
  }

  .rzw-rank-card {
    flex-basis: 78%;
  }
}

@media (max-width: 360px) {
  .rzw-hero h2 {
    font-size: 44px;
  }

  .rzw-quick-entry span {
    font-size: 10.5px;
  }

  .rzw-card-actions {
    grid-template-columns: 1fr 1fr;
  }

  .rzw-card-actions a {
    grid-column: 1 / -1;
  }
}

@media (min-width: 980px) {
  .rzw-home-page {
    padding-top: 26px;
  }

  .rzw-home-shell {
    min-height: calc(100vh - 52px);
  }
}

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