@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Estedad";
  src: url("/Estedad-v5.0-Fontjo.com/woff2/Estedad-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #03080c;
  --bg-soft: #071116;
  --surface: rgba(9, 22, 29, 0.78);
  --surface-strong: rgba(10, 28, 36, 0.92);
  --line: rgba(118, 207, 226, 0.18);
  --line-strong: rgba(118, 207, 226, 0.38);
  --brand: rgb(5, 80, 100);
  --brand-2: #1188a6;
  --brand-3: #74d8e7;
  --text: #eef7fa;
  --muted: #99b5bf;
  --dim: #6f8d98;
  --green: #22d06d;
  --danger: #f23a3a;
  --danger-soft: rgba(242, 58, 58, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --radius: 18px;
}

html {
  overflow-x: hidden;
  background: var(--bg);
  direction: ltr;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  direction: ltr;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Estedad", Tahoma, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 78% 4%, rgba(25, 133, 160, 0.25), transparent 34rem),
    radial-gradient(circle at 14% 18%, rgba(5, 80, 100, 0.34), transparent 28rem),
    linear-gradient(145deg, #03080c 0%, #061217 48%, #020507 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, 0.92), transparent 24%, transparent 74%, rgba(3, 8, 12, 0.8)),
    radial-gradient(circle at 50% 0, rgba(116, 216, 231, 0.08), transparent 40rem);
  z-index: -1;
}

.navbar,
main,
.footer,
.modal {
  direction: rtl;
}

::selection {
  background: rgba(116, 216, 231, 0.3);
  color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

a {
  color: inherit;
}

button,
a,
[role="button"],
.btn,
.mini-link,
.nav-toggle,
.nav-links a,
.nav-links button,
.close-modal {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
[role="button"]:focus:not(:focus-visible) {
  outline: none;
}

.section,
.footer {
  scroll-margin-top: 96px;
}

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.navbar {
  position: sticky;
  top: 14px;
  z-index: 50;
  margin: 12px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(4, 13, 18, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  padding: 3px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(116, 216, 231, 0.75), rgba(5, 80, 100, 0.3));
  box-shadow: 0 0 0 1px rgba(116, 216, 231, 0.28), 0 0 28px rgba(116, 216, 231, 0.22), 0 0 34px rgba(224, 25, 20, 0.16);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 13px;
}

.brand-title {
  display: grid;
  gap: 1px;
  min-width: 0;
  text-align: right;
}

.brand-title strong {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand-title span {
  color: var(--muted);
  font-size: 0.68rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  order: 1;
  gap: 3px;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-short {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
  background: rgba(116, 216, 231, 0.06);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.nav-toggle-label {
  order: 1;
}

.hamburger-icon {
  position: relative;
  display: inline-block;
  order: 2;
  width: 18px;
  height: 14px;
  flex: 0 0 auto;
}

.hamburger-icon::before,
.hamburger-icon::after,
.hamburger-icon span {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(116, 216, 231, 0.18);
}

.hamburger-icon::before {
  top: 0;
}

.hamburger-icon span {
  top: 6px;
}

.hamburger-icon::after {
  bottom: 0;
}

.nav-account-mobile {
  display: inline-flex;
  flex: 0 0 auto;
  order: 2;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.nav-links a,
.nav-links button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 0.71rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 180ms ease;
}

.nav-links .nav-full,
.nav-links .nav-short {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links a:hover,
.nav-links button:hover {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(116, 216, 231, 0.08);
  transform: translateY(-1px);
}

.nav-links a:focus-visible,
.nav-links button:focus-visible,
.nav-toggle:focus-visible,
.btn:focus-visible,
.mini-link:focus-visible,
.close-modal:focus-visible,
.mood-trigger:focus-visible {
  outline: 2px solid rgba(116, 216, 231, 0.72);
  outline-offset: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: center;
  min-height: 690px;
  padding: 82px 0 54px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-3);
  background: rgba(5, 80, 100, 0.16);
  font-size: 0.78rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

h1 {
  margin-top: 22px;
  max-width: 760px;
  font-size: clamp(2.55rem, 6.5vw, 5.8rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-word {
  display: inline-block;
  direction: ltr;
  background: linear-gradient(120deg, #fff, #d6f8ff 38%, var(--brand-3) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 22px 40px rgba(4, 16, 22, 0.65));
}

.brand-chunk {
  display: inline-block;
}

.hero-tail {
  display: inline;
}

.tail-part {
  display: inline;
}

.hero-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .btn-account {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
}

.account-feedback {
  grid-column: 1 / -1;
  min-height: 1.5em;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  overflow: hidden;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(100deg, transparent, rgba(116, 216, 231, 0.28), transparent);
  transform: translateX(110%);
  transition: transform 650ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(5, 17, 23, 0.84);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 216, 231, 0.7);
  box-shadow: 0 24px 55px rgba(5, 80, 100, 0.28);
}

.btn:hover::before {
  transform: translateX(-110%);
}

.btn-primary {
  border-color: transparent;
  color: #021116;
  background: linear-gradient(135deg, var(--brand-3), var(--brand-2));
}

.btn-primary::after {
  background: linear-gradient(135deg, var(--brand-3), var(--brand-2));
}

.btn-download {
  border-color: var(--line-strong);
  color: #061217;
  background: linear-gradient(135deg, rgba(231, 239, 241, 0.92), rgba(181, 203, 209, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.btn-download::before {
  background: linear-gradient(100deg, transparent, rgba(5, 80, 100, 0.14), transparent);
}

.btn-download::after {
  background: linear-gradient(135deg, rgba(231, 239, 241, 0.92), rgba(181, 203, 209, 0.84));
}

.btn-download:hover {
  color: #061217;
  border-color: rgba(116, 216, 231, 0.7);
  box-shadow: 0 22px 48px rgba(116, 216, 231, 0.12);
}

.btn-download,
.btn-download i {
  animation: none;
  transform: none;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.btn[aria-disabled="true"],
.mini-link[aria-disabled="true"] {
  cursor: wait;
  pointer-events: none;
  opacity: 0.78;
  transform: none;
}

.btn.nav-account-mobile {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 0.8rem;
}

.btn.is-loading i,
.mini-link.is-loading i {
  animation: spin 900ms linear infinite;
}

.visual-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.signal-field {
  position: absolute;
  width: min(76vw, 480px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(116, 216, 231, 0.18), transparent 31%),
    repeating-radial-gradient(circle at 50% 50%, rgba(116, 216, 231, 0.14) 0 1px, transparent 1px 46px),
    conic-gradient(from 180deg, transparent, rgba(116, 216, 231, 0.18), transparent 34%, rgba(5, 80, 100, 0.36), transparent 70%);
  opacity: 0.62;
  animation: signalBreathe 7s ease-in-out infinite;
}

.signal-field::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(116, 216, 231, 0.18);
  border-radius: inherit;
  background:
    linear-gradient(rgba(116, 216, 231, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 216, 231, 0.045) 1px, transparent 1px),
    rgba(2, 8, 12, 0.7);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: inset 0 0 70px rgba(116, 216, 231, 0.08), 0 0 70px rgba(5, 80, 100, 0.22);
}

.logo-monument {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(66vw, 300px);
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(9, 25, 32, 0.86), rgba(4, 13, 18, 0.7));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(-3deg);
  animation: floatCard 6s ease-in-out infinite;
  cursor: pointer;
  user-select: none;
}

.logo-monument::before,
.logo-monument::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 48px;
  pointer-events: none;
  opacity: 0;
}

.logo-monument::before {
  border: 1px dashed rgba(116, 216, 231, 0.26);
  opacity: 0.45;
  transform: rotate(8deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.logo-monument::after {
  background:
    linear-gradient(90deg, transparent, rgba(242, 58, 58, 0.36), transparent),
    radial-gradient(circle, rgba(242, 58, 58, 0.2), transparent 58%);
  mix-blend-mode: screen;
}

.mood-trigger {
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

.mood-trigger:hover {
  border-color: rgba(116, 216, 231, 0.62);
}

.logo-monument:hover::before {
  opacity: 0.84;
  transform: rotate(-6deg) scale(1.03);
}

.logo-monument.is-raging {
  animation: rageShake 520ms cubic-bezier(.34,.05,.24,.98);
}

.logo-monument.is-raging::after {
  animation: rageFlash 520ms ease-out;
}

.logo-monument.is-raging img {
  animation: logoGlitch 520ms steps(2, end);
}

.logo-monument.is-spinning img {
  animation: profileSpin 620ms cubic-bezier(.34,.05,.24,.98);
}

.logo-monument img {
  width: 82%;
  aspect-ratio: 1;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 0 0 9px rgba(116, 216, 231, 0.055), 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 60px rgba(224, 25, 20, 0.12);
  transition: filter 220ms ease, transform 220ms ease;
}

.logo-monument.is-angry img {
  filter: saturate(1.08) contrast(1.08);
}

.penguin-badge {
  position: absolute;
  right: -26px;
  bottom: 42px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(116, 216, 231, 0.28);
  border-radius: 26px;
  color: #eafcff;
  background: linear-gradient(160deg, rgba(4, 13, 18, 0.95), rgba(5, 80, 100, 0.78));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
  animation: badgePulse 3.8s ease-in-out infinite;
}

.penguin-badge img {
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 21px;
  object-fit: cover;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0 22px rgba(116, 216, 231, 0.18);
}

.penguin-badge.is-raging img {
  animation: rageShake 420ms cubic-bezier(.34,.05,.24,.98);
}

.metric-panel {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 3;
  width: min(260px, 74vw);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: rgba(4, 13, 18, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.metric-panel:hover {
  border-color: var(--line-strong);
  box-shadow: 0 28px 80px rgba(5, 80, 100, 0.25);
}

.mobile-profile-action {
  display: none;
}

.metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.metric-row strong {
  color: var(--brand-3);
  font-size: 1.55rem;
  direction: ltr;
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 12px;
}

.green-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.section {
  padding: 44px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.3;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
  font-size: 0.95rem;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 16px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(180deg, rgba(10, 28, 36, 0.78), rgba(5, 13, 18, 0.74));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(116, 216, 231, 0.1), transparent 34%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.panel:hover::before {
  opacity: 1;
}

.panel h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.panel p {
  position: relative;
  color: var(--muted);
  font-size: 0.94rem;
}

.server-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.server-terminal {
  direction: ltr;
  display: grid;
  gap: 10px;
  align-content: start;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(116, 216, 231, 0.15);
  background: #02080b;
  color: #c8f8ff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.82rem;
  min-height: 118px;
  overflow-x: auto;
}

.terminal-line {
  display: flex;
  gap: 8px;
  color: #8edfec;
}

.terminal-line span {
  color: #52727d;
}

.terminal-line .terminal-text {
  color: #c8f8ff;
  min-height: 1.35em;
  white-space: pre-wrap;
}

.quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.quick-actions .btn {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  padding-inline: 20px;
}

.terminal-cursor::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1.1em;
  margin-left: 4px;
  vertical-align: -0.18em;
  background: var(--brand-3);
  animation: blink 800ms steps(1) infinite;
}

.admin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-card > .btn {
  flex: 1 1 280px;
  align-self: stretch;
  min-width: min(100%, 280px);
  padding-inline: 24px;
}

.admin-person {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.admin-title {
  margin: 0;
}

.admin-note {
  margin-top: 2px;
}

.panel-followup {
  margin-top: 16px;
}

.admin-icon,
.card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  color: var(--brand-3);
  background:
    linear-gradient(145deg, rgba(116, 216, 231, 0.2), rgba(5, 80, 100, 0.18)),
    rgba(116, 216, 231, 0.08);
  border: 1px solid rgba(116, 216, 231, 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 30px rgba(0,0,0,0.18);
  font-size: 1.06rem;
}

.admin-icon {
  position: relative;
}

.admin-icon .green-dot {
  position: absolute;
  right: -3px;
  top: -3px;
}

.news-box {
  max-height: 260px;
  overflow-y: auto;
  padding-left: 8px;
  scrollbar-gutter: stable;
}

.news-item {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(116, 216, 231, 0.08);
  font-size: 0.93rem;
}

.news-item-icon {
  color: var(--brand-3);
  margin-top: 4px;
}

.news-item:last-child {
  border-bottom: 0;
}

.channel-section-title {
  margin: 28px 0 12px;
}

.channel-section-title:first-of-type {
  margin-top: 18px;
}

.channel-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 118px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.channel-card *,
.channel-main,
.channel-text {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.channel-card .mini-link {
  flex: 0 0 auto;
  align-self: center;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 0.72rem;
}

.channel-actions {
  display: grid;
  flex: 0 0 118px;
  gap: 8px;
  align-self: center;
}

.channel-actions .mini-link {
  width: 100%;
}

.channel-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: rgba(10, 34, 43, 0.86);
}

.channel-card.is-placeholder {
  cursor: default;
  opacity: 0.76;
}

.channel-card.is-placeholder:hover {
  transform: none;
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(10, 28, 36, 0.78), rgba(5, 13, 18, 0.74));
}

.channel-main {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.channel-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(116, 216, 231, 0.34);
  border-radius: 18px;
  color: #f5fdff;
  background: linear-gradient(145deg, var(--avatar-a, #128baa), var(--avatar-b, #055064));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 34px rgba(0,0,0,0.24);
  font-weight: 950;
  letter-spacing: 0;
}

.channel-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.24), transparent 42%);
  pointer-events: none;
}

.channel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel-avatar i {
  font-size: 1.35rem;
}

.channel-main .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #f2fcff;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.22), transparent 28%),
    linear-gradient(145deg, rgba(18, 139, 170, 0.78), rgba(5, 80, 100, 0.42));
  border-color: rgba(116, 216, 231, 0.38);
}

.channel-main strong {
  display: block;
  font-size: 1rem;
}

.channel-main span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 2px;
}

.channel-text {
  min-width: 0;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(116, 216, 231, 0.22);
  border-radius: 999px;
  color: var(--brand-3);
  background: rgba(116, 216, 231, 0.06);
  font-size: 0.76rem;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 180ms ease;
}

.mini-link:disabled {
  cursor: wait;
  opacity: 0.72;
}

.mini-link:hover {
  color: #021116;
  background: var(--brand-3);
}

.channel-card .channel-status {
  cursor: pointer;
}

.channel-card .channel-status.is-active {
  color: #dfffea;
  border-color: rgba(34, 208, 109, 0.52);
  background: rgba(34, 208, 109, 0.16);
}

.channel-card .channel-status.is-inactive {
  color: #ffe5e5;
  border-color: rgba(242, 58, 58, 0.54);
  background: rgba(242, 58, 58, 0.18);
}

.channel-card .channel-status.is-active:hover {
  color: #031d11;
  background: var(--green);
}

.channel-card .channel-status.is-inactive:hover {
  color: #fff;
  background: var(--danger);
}

.channel-card:focus:not(:focus-visible),
.channel-card:active,
.mini-link:focus:not(:focus-visible),
.mini-link:active {
  outline: none;
}

.channel-card:active {
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(10, 28, 36, 0.78), rgba(5, 13, 18, 0.74));
  transform: none;
}

.mini-link:active {
  color: var(--brand-3);
  background: rgba(116, 216, 231, 0.06);
}

.donate-video {
  width: 100%;
  display: block;
  margin-top: 16px;
  border: 1px solid rgba(116, 216, 231, 0.2);
  border-radius: 16px;
  background: #02080b;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.crypto-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.crypto-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(116, 216, 231, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.crypto-item strong {
  display: block;
  font-size: 0.95rem;
}

.crypto-item span,
.crypto-item code {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.crypto-item code {
  direction: ltr;
  overflow-wrap: anywhere;
  margin-top: 4px;
  font-family: "SFMono-Regular", Consolas, monospace;
}

.donate-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.blog-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card h3 {
  margin-bottom: 12px;
}

.blog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.blog-modal-content {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  color: var(--muted);
}

.blog-modal-content p {
  color: var(--muted);
}

.modal-spaced {
  margin-top: 18px;
}

.modal-link-card {
  margin-top: 18px;
  text-decoration: none;
}

.account-error-detail {
  color: var(--muted);
  margin-top: 14px;
}

.profile-modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
}

.download-modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
}

.download-modal-actions .mini-link {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
}

.profile-modal-actions .btn,
.profile-modal-actions .mini-link {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  white-space: normal;
}

.profile-qr {
  display: grid;
  place-items: center;
  width: min(100%, 260px);
  margin: 18px auto 0;
  padding: 12px;
  border: 1px solid rgba(116, 216, 231, 0.2);
  border-radius: 16px;
  background: #fff;
}

.profile-qr[hidden] {
  display: none;
}

.profile-qr svg,
.profile-qr img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 236px;
}

.qr-error-text {
  color: #021116;
  font-weight: 900;
  text-align: center;
}

.footer {
  margin-top: 50px;
  padding: 36px 0 30px;
  border-top: 1px solid var(--line);
  background: rgba(2, 7, 10, 0.42);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer p {
  color: var(--muted);
  font-size: 0.92rem;
}

.socials {
  display: flex;
  gap: 8px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: 180ms ease;
}

.socials a:hover {
  color: var(--brand-3);
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
}

.modal.is-open {
  display: flex;
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: 86vh;
  overflow-y: auto;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(10, 28, 36, 0.98), rgba(3, 10, 14, 0.98));
  box-shadow: var(--shadow);
}

.close-modal {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 1.3rem;
}

.release-list,
.steps-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.release-item,
.step-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(116, 216, 231, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
}

.step-item span {
  min-width: 0;
}

.account-error {
  margin-top: 14px;
  border-color: rgba(242, 58, 58, 0.22);
  color: #ffd8d8;
  background: rgba(242, 58, 58, 0.08);
}

@keyframes slowRotate {
  to { transform: rotate(360deg); }
}

@keyframes signalBreathe {
  0%, 100% { transform: scale(0.98) rotate(0deg); opacity: 0.5; }
  50% { transform: scale(1.03) rotate(10deg); opacity: 0.72; }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-12px) rotate(-1deg); }
}

@keyframes badgePulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45); }
  50% { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(5, 80, 100, 0.34); }
}

@keyframes blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes rageShake {
  0% { transform: translate(0, 0) rotate(-3deg); }
  12% { transform: translate(-7px, 4px) rotate(-7deg); }
  24% { transform: translate(6px, -3px) rotate(4deg); }
  36% { transform: translate(-5px, -5px) rotate(-6deg); }
  48% { transform: translate(7px, 3px) rotate(5deg); }
  60% { transform: translate(-4px, 4px) rotate(-4deg); }
  72% { transform: translate(5px, -2px) rotate(3deg); }
  100% { transform: translate(0, 0) rotate(-3deg); }
}

@keyframes rageFlash {
  0% { opacity: 0; transform: scale(0.86) rotate(0deg); }
  34% { opacity: 1; transform: scale(1.08) rotate(7deg); }
  100% { opacity: 0; transform: scale(1.32) rotate(-12deg); }
}

@keyframes logoGlitch {
  0% { transform: translate(0, 0) scale(1); }
  22% { transform: translate(5px, -3px) scale(1.04); }
  46% { transform: translate(-4px, 4px) scale(0.99); }
  72% { transform: translate(3px, 2px) scale(1.03); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes profileSpin {
  0% { transform: rotate(0deg) scale(1); }
  45% { transform: rotate(190deg) scale(1.04); }
  100% { transform: rotate(360deg) scale(1); }
}


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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .nav-links a:hover,
  .nav-links button:hover {
    color: var(--muted);
    border-color: rgba(116, 216, 231, 0.12);
    background: rgba(255, 255, 255, 0.035);
    transform: none;
  }

  .btn:hover,
  .btn-download:hover,
  .channel-card:hover,
  .metric-panel:hover,
  .socials a:hover {
    transform: none;
  }

  .btn:hover {
    border-color: var(--line-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.25);
  }

  .btn:hover::before {
    transform: translateX(110%);
  }

  .btn-download:hover {
    color: #061217;
    border-color: var(--line-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 18px 40px rgba(0, 0, 0, 0.22);
  }

  .mini-link:hover,
  .mini-link:focus,
  .mini-link:active {
    color: var(--brand-3);
    background: rgba(116, 216, 231, 0.06);
  }

  .channel-card,
  .channel-card *,
  .panel.channel-card,
  .js-open-card {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .channel-card::selection,
  .channel-card *::selection {
    background: transparent;
    color: inherit;
  }

  .panel:hover::before,
  .logo-monument:hover::before {
    opacity: 0;
  }

  .channel-card:hover,
  .channel-card:focus,
  .channel-card:focus-visible,
  .channel-card:active {
    outline: none;
    border-color: var(--line);
    background: linear-gradient(180deg, rgba(10, 28, 36, 0.78), rgba(5, 13, 18, 0.74));
  }
}

@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(290px, 0.88fr);
    gap: clamp(22px, 2.4vw, 32px);
    min-height: clamp(560px, calc(100svh - 96px), 621px);
    padding: clamp(44px, 7.5svh, 62px) 0 clamp(32px, 5.2svh, 48px);
  }

  .eyebrow {
    padding: 6px 12px;
    font-size: 0.74rem;
  }

  h1 {
    max-width: 684px;
    font-size: clamp(2.3rem, 5.85vw, 5.22rem);
    line-height: 1.04;
  }

  .hero-tail {
    display: block;
    margin-top: 6px;
  }

  .hero-copy p {
    max-width: 648px;
    margin-top: 16px;
    font-size: clamp(0.94rem, 1.17vw, 0.98rem);
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 171px));
    gap: 11px;
    margin-top: 22px;
  }

  .hero-actions .btn,
  .hero-actions .btn-account {
    min-height: 43px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .hero-actions .btn-account {
    width: 100%;
  }

  .account-feedback {
    min-height: 1.35em;
    font-size: 0.78rem;
  }

  .visual-stage {
    min-height: 468px;
  }

  .signal-field {
    width: min(68vw, 432px);
  }

  .logo-monument {
    width: min(59vw, 270px);
    border-radius: 34px;
  }

  .logo-monument img {
    border-radius: 25px;
  }

  .penguin-badge {
    right: -18px;
    bottom: 36px;
    width: 82px;
    height: 82px;
    border-radius: 23px;
  }

  .penguin-badge img {
    border-radius: 19px;
  }

  .metric-panel {
    bottom: 10px;
    width: min(234px, 74vw);
    padding: 16px;
  }

  .metric-row {
    padding: 7px 0;
    font-size: 0.8rem;
  }

  .metric-row strong {
    font-size: 1.4rem;
  }
}

@media (min-width: 981px) and (max-height: 720px) {
  .hero {
    min-height: calc(100svh - 88px);
    padding-top: 32px;
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.1rem, 5.25vw, 4.75rem);
  }

  .hero-copy p {
    margin-top: 12px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .visual-stage {
    min-height: 410px;
  }

  .signal-field {
    width: min(60vw, 380px);
  }

  .logo-monument {
    width: min(52vw, 235px);
  }

  .penguin-badge {
    right: -10px;
    bottom: 28px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .penguin-badge img {
    border-radius: 16px;
  }

  .metric-panel {
    bottom: 4px;
    width: min(220px, 74vw);
    padding: 12px;
  }
}

@media (max-width: 980px) {
  .hero,
  .server-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .visual-stage {
    order: -1;
    min-height: 430px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1380px) {
  .nav-full {
    display: none;
  }

  .nav-short {
    display: inline;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: 100%;
    padding-inline: 11px;
  }

  main.page-shell {
    direction: rtl;
  }

  .navbar {
    top: 8px;
    width: auto;
    max-width: none;
    margin: 8px 8px 0;
    padding-inline: 0;
    border-radius: 16px;
    overflow: hidden;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 7px;
    min-width: 0;
    direction: ltr;
  }

  .brand {
    display: none;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .brand-logo img {
    border-radius: 10px;
  }

  .brand-title strong {
    font-size: 0.88rem;
  }

  .brand-title span {
    display: block;
    font-size: 0.58rem;
  }

  .btn.nav-account-mobile {
    order: 1;
    flex: 0 1 auto;
    display: inline-flex;
    width: auto;
    min-width: 0;
    max-width: calc(100% - 98px);
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 0.78rem;
    line-height: 1.35;
    direction: rtl;
    white-space: nowrap;
  }

  .nav-toggle {
    order: 2;
    flex: 0 0 auto;
    display: inline-flex;
    min-width: 82px;
    min-height: 38px;
    padding-inline: 11px;
    direction: rtl;
  }

  .nav-links {
    order: 3;
    flex: 0 0 100%;
    direction: rtl;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    will-change: max-height, opacity, transform;
    transition: max-height 95ms ease-out, opacity 95ms ease-out, transform 95ms ease-out;
  }

  .navbar.is-open .nav-links {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-links a,
  .nav-links button {
    justify-content: flex-start;
    min-height: 38px;
    padding: 8px 10px;
    gap: 9px;
    border-color: rgba(116, 216, 231, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.82rem;
    line-height: 1.4;
    text-align: right;
    overflow: hidden;
    white-space: normal;
  }

  .nav-links i {
    width: 18px;
    color: var(--brand-3);
    text-align: center;
    font-size: 0.9rem;
  }

  .nav-full {
    display: inline;
  }

  .nav-short {
    display: none;
  }

  .hero {
    direction: rtl;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 24px;
    padding: 30px 0 34px;
    width: 100%;
    max-width: 430px;
    min-width: 0;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
  }

  .hero-copy {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    width: 100%;
    max-width: 382px;
    min-width: 0;
    transform: none;
  }

  .eyebrow {
    display: none;
  }

  h1 {
    order: 1;
    width: 100%;
    max-width: 100%;
    justify-self: center;
    margin: 0 auto;
    font-size: clamp(2.05rem, 9.4vw, 3rem);
    line-height: 1.08;
    direction: rtl;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .brand-word {
    display: grid;
    justify-items: center;
    width: 100%;
    direction: ltr;
  }

  .brand-word .brand-chunk {
    display: block;
    max-width: 100%;
  }

  .hero-tail {
    display: block;
    max-width: 11em;
    margin: 10px auto 0;
    font-size: 0.62em;
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-tail .tail-part {
    display: inline;
  }

  .hero-copy p {
    order: 2;
    width: 100%;
    margin: 15px auto 0;
    color: #b4cbd2;
    font-size: clamp(0.9rem, 3.75vw, 1rem);
    line-height: 1.9;
    direction: rtl;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    order: 3;
    width: min(100%, 338px);
    max-width: 338px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px auto 0;
  }

  .hero-actions .btn,
  .hero-actions .btn-account {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 10px 9px;
    font-size: 0.78rem;
    line-height: 1.45;
    white-space: normal;
  }

  .hero-actions .btn-account {
    display: none;
  }

  .hero-actions .account-feedback {
    display: none;
  }

  .visual-stage {
    direction: rtl;
    order: 2;
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 362px);
    min-width: 0;
    padding: 6px 0 0;
    transform: none;
  }

  .signal-field {
    display: none;
  }

  .logo-monument {
    position: relative;
    top: auto;
    width: min(62vw, 220px);
    max-width: 220px;
    z-index: 2;
    border-radius: 28px;
    margin: 0 auto;
  }

  .logo-monument img {
    border-radius: 22px;
  }

  .penguin-badge {
    right: max(18px, calc(50% - 162px));
    top: 34px;
    bottom: auto;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    z-index: 5;
  }

  .penguin-badge img {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 12px;
  }

  .metric-panel {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 4;
    width: min(100%, 330px);
    max-width: 330px;
    margin: -18px auto 0;
    padding: 14px;
    transform: none;
  }

  .metric-row {
    font-size: 0.8rem;
  }

  .metric-row strong {
    min-width: 74px;
    text-align: left;
    transform: none;
    font-size: 1.28rem;
  }

  .mobile-profile-action {
    display: none;
  }

  .section {
    padding: 30px 0;
  }

  .section-head {
    display: grid;
    text-align: right;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .panel,
  .modal-card {
    border-radius: 16px;
    padding: 18px;
  }

  .panel h3 {
    font-size: 1rem;
  }

  .admin-card,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .channel-card {
    min-height: 92px;
    align-items: center;
    padding: 15px;
  }

  .channel-main {
    flex: 1 1 auto;
    gap: 10px;
  }

  .channel-avatar,
  .channel-main .card-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .channel-card .mini-link {
    width: auto;
    min-height: 32px;
    padding: 6px 10px;
    align-self: center;
    flex: 0 0 auto;
    font-size: 0.72rem;
  }

  .channel-actions {
    flex: 0 0 104px;
    gap: 6px;
  }

  .channel-actions .mini-link {
    width: 100%;
  }

  .quick-actions .btn {
    width: 100%;
  }

  .admin-card .btn {
    flex: 0 1 auto;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border-radius: 16px;
  }

  .release-item,
  .step-item,
  .crypto-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .crypto-item {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .brand-title {
    display: grid;
  }

  .nav-links a,
  .nav-links button {
    font-size: 0.78rem;
  }

  .nav-links i {
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.36rem);
  }

  .hero-tail {
    font-size: 0.64em;
    width: 100%;
    max-width: 100%;
    line-height: 1.35;
  }

  .hero-actions {
    width: min(100%, 316px);
    gap: 8px;
  }

  .hero-actions .btn,
  .hero-actions .btn-account {
    min-height: 48px;
    padding-inline: 7px;
    font-size: 0.72rem;
  }

  .visual-stage {
    width: min(100%, 326px);
  }

  .metric-panel {
    width: min(100%, 304px);
    padding: 12px;
  }

  .metric-row {
    gap: 8px;
    font-size: 0.76rem;
  }

  .metric-row strong {
    font-size: 1.14rem;
  }
}
