:root {
  color-scheme: dark;
  --rzw-bg: #020612;
  --rzw-panel: rgba(5, 14, 32, 0.88);
  --rzw-panel-strong: rgba(8, 18, 42, 0.96);
  --rzw-line: rgba(98, 174, 255, 0.36);
  --rzw-line-soft: rgba(128, 198, 255, 0.18);
  --rzw-text: #f4fbff;
  --rzw-muted: rgba(224, 238, 255, 0.72);
  --rzw-dim: rgba(204, 221, 244, 0.56);
  --rzw-cyan: #58eaff;
  --rzw-blue: #3c7dff;
  --rzw-purple: #8b5cf6;
  --rzw-violet: #b05cff;
  --rzw-green: #71f7ad;
  --rzw-orange: #ff9f3d;
  --rzw-radius-lg: 26px;
  --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:
    linear-gradient(115deg, rgba(60, 125, 255, 0.09) 0 1px, transparent 1px 34%),
    linear-gradient(246deg, rgba(176, 92, 255, 0.08) 0 1px, transparent 1px 42%),
    radial-gradient(ellipse at 12% 18%, rgba(40, 92, 255, 0.18), transparent 34%),
    radial-gradient(ellipse at 92% 40%, rgba(50, 126, 255, 0.3), transparent 34%),
    radial-gradient(circle at 50% 2%, rgba(110, 84, 255, 0.18), transparent 28%),
    #02040b !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

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 > .rzw-seo-growth-hub {
  display: none !important;
}

.rzw-home-page {
  position: relative;
  min-height: 100vh;
  padding: 18px 0 30px;
  overflow: hidden;
  isolation: isolate;
}

.rzw-home-page::before,
.rzw-home-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.rzw-home-page::before {
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 38%, rgba(111, 172, 255, 0.5) 39%, transparent 45%),
    radial-gradient(ellipse at 50% 112%, transparent 0 47%, rgba(74, 198, 255, 0.34) 48%, transparent 55%),
    linear-gradient(104deg, transparent 0 13%, rgba(96, 174, 255, 0.24) 15%, rgba(176, 92, 255, 0.11) 17%, transparent 22% 100%),
    linear-gradient(252deg, transparent 0 11%, rgba(88, 234, 255, 0.16) 14%, transparent 20% 100%),
    radial-gradient(ellipse at 50% 118%, transparent 0 41%, rgba(85, 150, 255, 0.42) 42%, transparent 47%),
    radial-gradient(ellipse at 48% 116%, transparent 0 50%, rgba(45, 115, 255, 0.3) 51%, transparent 57%),
    linear-gradient(112deg, transparent 0 16%, rgba(55, 132, 255, 0.18) 19%, transparent 24% 100%),
    linear-gradient(145deg, transparent 0 66%, rgba(80, 126, 255, 0.25) 69%, transparent 75% 100%),
    radial-gradient(circle at 52% 7%, rgba(96, 174, 255, 0.18), transparent 25%);
  filter: blur(0.1px);
}

.rzw-home-page::after {
  z-index: -1;
  background:
    repeating-linear-gradient(112deg, transparent 0 32px, rgba(88, 234, 255, 0.06) 33px 34px, transparent 35px 86px),
    repeating-linear-gradient(68deg, transparent 0 46px, rgba(132, 100, 255, 0.045) 47px 48px, transparent 49px 120px),
    linear-gradient(90deg, rgba(102, 197, 255, 0.045) 1px, transparent 1px) center top / 58px 58px,
    linear-gradient(180deg, rgba(102, 197, 255, 0.035) 1px, transparent 1px) center top / 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 92%);
  animation: rzw-stage-flow 14s linear infinite;
}

.rzw-phone-shell {
  position: relative;
  width: min(100% - 28px, 440px);
  margin: 0 auto;
  padding: 18px 14px 14px;
  border: 1px solid rgba(174, 219, 255, 0.86);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% -2%, rgba(84, 161, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(3, 8, 22, 0.94), rgba(4, 8, 20, 0.98));
  box-shadow:
    0 0 0 1px rgba(138, 92, 246, 0.34),
    0 0 34px rgba(108, 188, 255, 0.94),
    0 0 82px rgba(69, 130, 255, 0.58),
    0 0 126px rgba(126, 86, 255, 0.22),
    0 34px 105px rgba(0, 0, 0, 0.8),
    inset 0 0 46px rgba(59, 130, 246, 0.18),
    inset 0 0 0 1px rgba(88, 234, 255, 0.08);
}

.rzw-phone-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 56%;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(163, 218, 255, 0.98), rgba(111, 172, 255, 0.9), transparent);
  box-shadow: 0 0 22px rgba(118, 193, 255, 0.95), 0 0 42px rgba(83, 142, 255, 0.44);
}

.rzw-phone-shell::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(80, 210, 255, 0.78), rgba(130, 96, 255, 0.72), transparent);
  box-shadow: 0 0 22px rgba(74, 198, 255, 0.62), 0 0 46px rgba(111, 82, 255, 0.34);
}

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

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

.rzw-brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(88, 234, 255, 0.5);
}

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

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

.rzw-icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(141, 196, 255, 0.36);
  border-radius: 50%;
  color: #eaf8ff;
  background: rgba(4, 12, 28, 0.7);
  box-shadow: inset 0 0 20px rgba(88, 234, 255, 0.08);
}

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

.rzw-ai-orb {
  position: relative;
  border-color: rgba(88, 234, 255, 0.58);
  box-shadow:
    inset 0 0 18px rgba(88, 234, 255, 0.14),
    0 0 20px rgba(88, 234, 255, 0.26);
}

.rzw-ai-orb::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(4, 8, 20, 0.96);
  border-radius: 50%;
  background: var(--rzw-purple);
  box-shadow: 0 0 14px rgba(139, 92, 246, 0.95);
  animation: rzw-breathe-dot 1.6s ease-in-out infinite;
}

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

.rzw-search-form {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 40px;
  align-items: center;
  min-height: 48px;
  padding: 0 6px 0 14px;
  border: 1px solid rgba(107, 177, 255, 0.36);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(14, 27, 58, 0.86), rgba(5, 13, 30, 0.92)),
    rgba(4, 11, 26, 0.92);
  box-shadow:
    inset 0 0 22px rgba(88, 234, 255, 0.08),
    0 0 24px rgba(59, 130, 246, 0.12);
}

.rzw-search-form > i {
  color: #dbefff;
  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: 700;
}

.rzw-search-form input::placeholder {
  color: rgba(226, 238, 255, 0.54);
}

.rzw-search-form button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(88, 234, 255, 0.24);
  border-radius: 50%;
  color: #dff8ff;
  background: rgba(20, 44, 88, 0.62);
}

.rzw-channel-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 12px -2px 0;
  padding: 0 2px 9px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(119, 183, 255, 0.13);
  scrollbar-width: none;
}

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

.rzw-channel,
.rzw-channel-menu {
  position: relative;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0;
  border: 0;
  color: rgba(239, 246, 255, 0.56);
  background: transparent;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
}

.rzw-channel.is-active {
  color: #72eaff;
  font-size: 24px;
  text-shadow: 0 0 16px rgba(88, 234, 255, 0.7);
}

.rzw-channel.is-active::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -6px;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--rzw-cyan);
  box-shadow: 0 0 14px rgba(88, 234, 255, 0.86);
}

.rzw-channel-menu {
  color: #eaf8ff;
  font-size: 21px;
}

.rzw-hero {
  position: relative;
  min-height: 198px;
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid rgba(128, 202, 255, 0.56);
  border-radius: 24px;
  background: #050d21 url("./rzw-hero-cockpit.png") center / cover no-repeat;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.54),
    0 0 42px rgba(88, 234, 255, 0.34),
    0 0 76px rgba(139, 92, 246, 0.18),
    inset 0 0 46px rgba(88, 234, 255, 0.2);
}

.rzw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 26%),
    radial-gradient(circle at 74% 35%, rgba(255, 255, 255, 0.58) 0 1px, rgba(88, 234, 255, 0.38) 2px, transparent 8px),
    radial-gradient(circle at 83% 40%, rgba(88, 234, 255, 0.44), transparent 12%),
    linear-gradient(90deg, rgba(2, 7, 20, 0.64), transparent 48%, rgba(2, 7, 20, 0.1));
  mix-blend-mode: screen;
  opacity: 0.86;
  animation: rzw-hero-starlight 4.8s ease-in-out infinite;
}

.rzw-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 22%, rgba(90, 132, 255, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(2, 7, 20, 0.9), rgba(2, 7, 20, 0.13) 62%, rgba(2, 7, 20, 0.2)),
    linear-gradient(180deg, rgba(3, 8, 22, 0.02), transparent 42%, rgba(3, 8, 22, 0.76));
}

.rzw-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.005);
  filter: saturate(1.22) contrast(1.14) brightness(1.03);
}

.rzw-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  min-height: 198px;
  padding: 18px 18px;
}

.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 {
  margin: 0 0 14px;
  color: var(--rzw-text) !important;
  font-size: clamp(34px, 9.4vw, 46px);
  line-height: 1.05;
  font-weight: 1000;
  text-shadow: 0 9px 22px rgba(0, 0, 0, 0.6), 0 0 26px rgba(88, 234, 255, 0.28);
}

.rzw-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: max-content;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(88, 234, 255, 0.66);
  border-radius: 999px;
  color: #f2fbff;
  background: rgba(7, 22, 52, 0.64);
  box-shadow: 0 0 22px rgba(88, 234, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.rzw-engine,
.rzw-quick-grid,
.rzw-feed,
.rzw-ranking {
  margin-top: 14px;
}

.rzw-engine {
  position: relative;
  overflow: hidden;
  padding: 16px 15px 15px;
  border: 1px solid rgba(151, 117, 255, 0.62);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 44%, rgba(215, 183, 255, 0.28), transparent 16%),
    radial-gradient(circle at 78% 50%, rgba(176, 92, 255, 0.54), transparent 31%),
    radial-gradient(circle at 50% 48%, rgba(88, 234, 255, 0.18), transparent 24%),
    radial-gradient(circle at 52% 58%, rgba(68, 95, 255, 0.42), transparent 38%),
    linear-gradient(180deg, rgba(30, 18, 78, 0.94), rgba(7, 13, 36, 0.96));
  box-shadow:
    inset 0 0 64px rgba(108, 64, 255, 0.28),
    0 18px 42px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(128, 80, 255, 0.28),
    0 0 28px rgba(88, 234, 255, 0.12);
}

.rzw-engine::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(198, 154, 255, 0.32), transparent) 0 0 / 180% 1px no-repeat,
    radial-gradient(circle at 84% 50%, rgba(255, 255, 255, 0.18), transparent 18%);
  animation: rzw-engine-border-scan 3.2s ease-in-out infinite;
}

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

.rzw-section-head h2,
.rzw-feed-head h2 {
  margin: 0;
  color: var(--rzw-text) !important;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 1000;
}

.rzw-section-head p {
  margin: 8px 0 0;
  color: var(--rzw-muted) !important;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 720;
}

.rzw-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(117, 119, 255, 0.38);
  border-radius: 999px;
  color: #ddd5ff;
  background: rgba(35, 23, 92, 0.58);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.rzw-live-pill i {
  color: #5e7bff;
  font-size: 9px;
  filter: drop-shadow(0 0 8px rgba(88, 124, 255, 0.9));
}

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

.rzw-engine-state {
  min-width: 0;
  padding: 0;
  border: 0;
  color: var(--rzw-text);
  background: transparent;
  text-align: left;
}

.rzw-engine-state:last-child {
  text-align: right;
}

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

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

.rzw-engine-state small {
  margin-top: 6px;
  color: rgba(224, 238, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.rzw-engine-state.is-active span {
  color: #f1e9ff;
  text-shadow: 0 0 14px rgba(169, 92, 255, 0.52);
}

.rzw-energy-track {
  position: relative;
  height: 62px;
  border-radius: 999px;
  overflow: visible;
}

.rzw-energy-track::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(194, 141, 255, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle at 88% 50%, rgba(255, 255, 255, 0.28), transparent 16%),
    radial-gradient(circle at 62% 50%, rgba(88, 234, 255, 0.24), transparent 20%),
    linear-gradient(90deg, rgba(23, 12, 63, 0.98), rgba(61, 37, 122, 0.98), rgba(118, 71, 255, 0.84), rgba(88, 234, 255, 0.38));
  box-shadow:
    inset 0 0 28px rgba(179, 108, 255, 0.38),
    inset 0 0 10px rgba(255, 255, 255, 0.14),
    0 0 26px rgba(128, 80, 255, 0.56),
    0 0 38px rgba(88, 234, 255, 0.2);
}

.rzw-energy-track::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  width: 110px;
  height: 110px;
  transform: translateY(-50%);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 6%, rgba(214, 192, 255, 0.86) 11%, rgba(116, 73, 255, 0.42) 32%, rgba(88, 234, 255, 0.18) 48%, transparent 68%);
  filter: blur(0.2px);
  animation: rzw-comet-glow 1.8s ease-in-out infinite;
}

.rzw-energy-particles {
  position: absolute;
  left: 2px;
  right: 0;
  top: 50%;
  z-index: 1;
  height: 36px;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 1px, transparent 2px) 0 5px / 12px 9px,
    radial-gradient(circle, rgba(160, 123, 255, 0.9) 0 1px, transparent 2px) 6px 2px / 18px 13px,
    radial-gradient(circle, rgba(88, 234, 255, 0.86) 0 1px, transparent 2px) 3px 10px / 23px 16px,
    radial-gradient(circle, rgba(255, 255, 255, 0.84) 0 1px, transparent 2px) 10px 16px / 28px 19px,
    linear-gradient(90deg, rgba(80, 44, 174, 0.64), rgba(120, 82, 255, 0.74), rgba(88, 234, 255, 0.54));
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(103, 89, 255, 0.72),
    0 0 28px rgba(88, 234, 255, 0.3);
  animation: rzw-particle-flow 1.95s linear infinite;
}

.rzw-energy-particles::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.44) 18%, rgba(186, 145, 255, 0.6) 50%, rgba(88, 234, 255, 0.66) 70%, rgba(255, 255, 255, 0.88) 82%, transparent 100%);
  opacity: 0.92;
  transform: translateX(-68%);
  animation: rzw-comet-sweep 1.72s cubic-bezier(0.24, 0.76, 0.34, 1) infinite;
}

.rzw-energy-particles::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), rgba(169, 92, 255, 0.92), transparent);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.58),
    0 0 18px rgba(151, 88, 255, 0.74);
  animation: rzw-line-spark 1.7s ease-in-out infinite;
}

.rzw-energy-orb {
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #ffffff, #a78bfa 20%, #5b35ff 44%, #070719 64%);
  box-shadow:
    0 0 36px rgba(176, 92, 255, 1),
    0 0 68px rgba(88, 234, 255, 0.7),
    0 0 112px rgba(255, 255, 255, 0.2),
    0 0 0 9px rgba(137, 92, 246, 0.12);
  animation: rzw-orb-pulse 1.9s ease-in-out infinite;
}

.rzw-energy-orb::before,
.rzw-energy-orb::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(215, 198, 255, 0.55);
  box-shadow: 0 0 24px rgba(185, 117, 255, 0.72);
  animation: rzw-orb-ring 1.9s ease-in-out infinite;
}

.rzw-energy-orb::after {
  inset: -17px;
  opacity: 0.52;
  animation-delay: 0.32s;
}

.rzw-engine-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  color: rgba(230, 241, 255, 0.76);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.rzw-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 80px;
  overflow: hidden;
  border: 1px solid rgba(100, 176, 255, 0.28);
  border-radius: 22px;
  background: rgba(4, 13, 30, 0.86);
  box-shadow: inset 0 0 28px rgba(88, 234, 255, 0.08);
}

.rzw-quick-entry {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 9px 2px;
  border-right: 1px solid rgba(105, 181, 255, 0.12);
  color: rgba(245, 251, 255, 0.92);
}

.rzw-quick-entry:last-child {
  border-right: 0;
}

.rzw-quick-entry i {
  color: #55e8ff;
  font-size: 27px;
  filter: drop-shadow(0 0 10px rgba(88, 234, 255, 0.44));
}

.rzw-quick-entry span {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}

.rzw-feed-head {
  align-items: center;
}

.rzw-feed-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.rzw-feed-head h2::before {
  content: "";
  width: 4px;
  height: 22px;
  border-radius: 999px;
  background: var(--rzw-cyan);
  box-shadow: 0 0 14px rgba(88, 234, 255, 0.9);
}

.rzw-refresh {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 6px;
  border: 0;
  color: rgba(234, 246, 255, 0.78);
  background: transparent;
  font-size: 13px;
  font-weight: 820;
  white-space: nowrap;
}

.rzw-card-rail {
  display: flex;
  gap: 10px;
  margin: 12px -2px 0;
  padding: 0 2px 2px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.rzw-knowledge-card {
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 181, 255, 0.34);
  border-radius: 14px;
  background: rgba(6, 16, 38, 0.92);
  box-shadow: inset 0 0 18px rgba(88, 234, 255, 0.08);
  scroll-snap-align: start;
}

.rzw-knowledge-card img {
  display: block;
  width: 100%;
  height: 76px;
  object-fit: cover;
}

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

.rzw-card-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(143, 121, 255, 0.46);
  border-radius: 999px;
  color: #dce9ff;
  background: rgba(33, 35, 93, 0.7);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.rzw-knowledge-card h3 {
  display: -webkit-box;
  min-height: 38px;
  margin: 7px 0 7px;
  overflow: hidden;
  color: #f7fbff !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rzw-knowledge-card p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: rgba(224, 238, 255, 0.62) !important;
  font-size: 10px !important;
  font-weight: 700;
  white-space: nowrap;
}

.rzw-knowledge-card p i {
  color: #3d91ff;
  font-size: 11px;
}

.rzw-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 7px;
  color: rgba(224, 238, 255, 0.58);
  font-size: 10px !important;
  font-weight: 750;
}

.rzw-card-meta span,
.rzw-card-meta button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  border: 0;
  color: inherit;
  background: transparent;
  white-space: nowrap;
}

body.rzw-mobile-home-body .rzw-home-page .rzw-knowledge-card h3 {
  margin: 7px 0 7px !important;
  color: #f7fbff !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
  font-weight: 900 !important;
}

body.rzw-mobile-home-body .rzw-home-page .rzw-knowledge-card p,
body.rzw-mobile-home-body .rzw-home-page .rzw-card-meta,
body.rzw-mobile-home-body .rzw-home-page .rzw-card-meta button,
body.rzw-mobile-home-body .rzw-home-page .rzw-card-meta span {
  color: rgba(224, 238, 255, 0.62) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.rzw-card-meta button.is-active {
  color: #76efff;
}

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

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

.rzw-rank-card {
  position: relative;
  min-height: 76px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(111, 181, 255, 0.28);
  border-radius: 13px;
  background: rgba(7, 17, 40, 0.88);
}

.rzw-rank-card strong,
.rzw-rank-card span {
  position: relative;
  z-index: 1;
  display: block;
}

.rzw-rank-card strong {
  color: #f7fbff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.rzw-rank-card span {
  margin-top: 8px;
  color: rgba(224, 238, 255, 0.66);
  font-size: 11px;
  font-weight: 750;
}

.rzw-rank-card i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 26px;
  opacity: 0.95;
}

.rzw-rank-card.is-orange {
  border-color: rgba(255, 159, 61, 0.38);
  background: linear-gradient(135deg, rgba(71, 31, 9, 0.82), rgba(8, 17, 39, 0.84));
}

.rzw-rank-card.is-orange i {
  color: var(--rzw-orange);
  filter: drop-shadow(0 0 13px rgba(255, 159, 61, 0.62));
}

.rzw-rank-card.is-blue i {
  color: #5ba5ff;
  filter: drop-shadow(0 0 13px rgba(91, 165, 255, 0.62));
}

.rzw-rank-card.is-green i {
  color: #62f4c7;
  filter: drop-shadow(0 0 13px rgba(98, 244, 199, 0.62));
}

.rzw-rank-card.is-purple i {
  color: #a66cff;
  filter: drop-shadow(0 0 13px rgba(166, 108, 255, 0.66));
}

.rzw-bottom-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-top: 12px;
  min-height: 68px;
  padding: 8px;
  border: 1px solid rgba(111, 181, 255, 0.28);
  border-radius: 20px;
  background: rgba(5, 13, 31, 0.9);
  box-shadow:
    0 -10px 24px rgba(0, 0, 0, 0.34),
    inset 0 0 24px rgba(88, 234, 255, 0.08);
}

.rzw-bottom-tabs a {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 50px;
  color: rgba(224, 238, 255, 0.58);
  font-size: 11px;
  font-weight: 820;
}

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

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

.rzw-bottom-tabs a.is-active {
  color: #61eaff;
  text-shadow: 0 0 12px rgba(88, 234, 255, 0.66);
}

.rzw-bottom-tabs a.is-active i {
  color: #71eaff;
  filter: drop-shadow(0 0 12px rgba(88, 234, 255, 0.86));
}

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

@keyframes rzw-breathe-dot {
  0%, 100% { opacity: 0.62; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes rzw-stage-flow {
  0% { background-position: 0 0, 0 0, center top, center top; }
  100% { background-position: 260px 0, -220px 0, center top, center top; }
}

@keyframes rzw-hero-starlight {
  0%, 100% { opacity: 0.72; filter: brightness(0.96); }
  48% { opacity: 0.98; filter: brightness(1.16); }
}

@keyframes rzw-particle-flow {
  from { background-position: 0 5px, 6px 2px, 3px 10px, 10px 16px, 0 0; }
  to { background-position: 160px 5px, -132px 2px, 118px 10px, -96px 16px, 0 0; }
}

@keyframes rzw-engine-border-scan {
  0%, 100% { background-position: -120% 0, 0 0; opacity: 0.62; }
  50% { background-position: 120% 0, 0 0; opacity: 1; }
}

@keyframes rzw-comet-sweep {
  0% { transform: translateX(-82%); opacity: 0; }
  18% { opacity: 0.95; }
  72% { opacity: 0.95; }
  100% { transform: translateX(62%); opacity: 0; }
}

@keyframes rzw-line-spark {
  0%, 100% { opacity: 0.42; transform: translateY(-50%) scaleX(0.72); }
  50% { opacity: 1; transform: translateY(-50%) scaleX(1.04); }
}

@keyframes rzw-comet-glow {
  0%, 100% { opacity: 0.62; transform: translateY(-50%) scale(0.92); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.07); }
}

@keyframes rzw-orb-pulse {
  0%, 100% { transform: translateY(-50%) scale(0.96); }
  50% { transform: translateY(-50%) scale(1.06); }
}

@keyframes rzw-orb-ring {
  0%, 100% { opacity: 0.36; transform: scale(0.92); }
  50% { opacity: 0.9; transform: scale(1.06); }
}

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

  .rzw-phone-shell {
    width: calc(100% - 16px);
    padding: 18px 12px 12px;
    border-radius: 30px;
  }

}

@media (max-width: 390px) {
  .rzw-phone-shell {
    width: calc(100% - 12px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .rzw-channel-strip {
    gap: 16px;
  }

  .rzw-channel.is-active {
    font-size: 22px;
  }

  .rzw-hero {
    min-height: 198px;
  }

  .rzw-hero-content {
    min-height: 198px;
    padding: 20px 16px;
  }

  .rzw-engine-core {
    grid-template-columns: 58px minmax(0, 1fr) 58px;
  }

  .rzw-engine-state span {
    font-size: 13px;
  }

  .rzw-engine-state small {
    font-size: 11px;
  }

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

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

  .rzw-rank-card {
    padding: 9px 7px;
  }

  .rzw-rank-card strong {
    font-size: 11px;
  }
}

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

  .rzw-knowledge-card h3 {
    font-size: 12px;
  }

  .rzw-knowledge-card img {
    height: 66px;
  }

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

@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;
  }
}
