:root {
  --bg: #031316;
  --bg-deep: #020b0d;
  --bg-soft: #062127;
  --panel: rgba(6, 28, 33, 0.88);
  --panel-strong: rgba(6, 24, 29, 0.96);
  --border: rgba(123, 218, 211, 0.16);
  --border-strong: rgba(139, 235, 227, 0.34);
  --text: #f1fbfa;
  --text-soft: #a8c5c5;
  --text-faint: #6f9596;
  --accent: #72ddd4;
  --accent-bright: #d8fffb;
  --success: #8ee2bf;
  --shadow: 0 30px 76px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 8%, rgba(38, 167, 166, 0.18), transparent 28%),
    radial-gradient(circle at 11% 34%, rgba(39, 119, 139, 0.14), transparent 24%),
    radial-gradient(circle at 52% 78%, rgba(14, 108, 113, 0.09), transparent 32%),
    linear-gradient(180deg, #052126 0%, var(--bg) 46%, var(--bg-deep) 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 7% 12%, rgba(226, 255, 252, 0.72) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 17% 72%, rgba(126, 239, 229, 0.62) 0 0.7px, transparent 1.35px),
    radial-gradient(circle at 28% 42%, rgba(198, 241, 255, 0.56) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 43% 19%, rgba(126, 222, 224, 0.62) 0 0.7px, transparent 1.25px),
    radial-gradient(circle at 57% 64%, rgba(239, 255, 253, 0.68) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 69% 28%, rgba(91, 212, 205, 0.62) 0 0.75px, transparent 1.3px),
    radial-gradient(circle at 83% 78%, rgba(214, 249, 255, 0.62) 0 0.8px, transparent 1.35px),
    radial-gradient(circle at 94% 37%, rgba(98, 217, 213, 0.55) 0 0.7px, transparent 1.3px);
  background-size: 220px 220px, 260px 260px, 310px 310px, 280px 280px, 350px 350px, 240px 240px, 300px 300px, 270px 270px;
  animation: background-stars 36s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  z-index: -4;
  inset: 0;
  pointer-events: none;
  background: url("assets/space-background.webp") top center / cover no-repeat;
  opacity: 0.13;
  filter: saturate(0.78) contrast(0.88);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.48) 54%, transparent 92%);
}

@keyframes background-stars {
  to {
    background-position: 34px 18px, -26px 40px, 31px -28px, -22px 14px, 28px 36px, -36px -20px, 16px -34px, -18px 30px;
  }
}

::selection {
  color: #031517;
  background: #a8f0e9;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-space {
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 8% 18%, rgba(29, 184, 180, 0.09), transparent 31%),
    radial-gradient(ellipse at 88% 42%, rgba(38, 119, 151, 0.11), transparent 30%);
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
  opacity: 0.16;
}

.ambient-one {
  width: 440px;
  height: 440px;
  top: 100px;
  right: -180px;
  background: #22b9b4;
}

.ambient-two {
  width: 370px;
  height: 370px;
  top: 760px;
  left: -190px;
  background: #246f87;
}

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px;
  padding: 10px 16px 10px 13px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(3, 18, 21, 0.8);
  backdrop-filter: blur(22px) saturate(1.08);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

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

.brand-logo {
  width: 178px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 5px 14px rgba(29, 214, 200, 0.12));
}

.brand-subtitle {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding-left: 13px;
  border-left: 1px solid rgba(137, 224, 217, 0.17);
  color: var(--text-faint);
  font-size: 0.68rem;
  font-weight: 650;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: 6px;
}

.main-nav a {
  position: relative;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 680;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
  background: rgba(118, 229, 220, 0.07);
  box-shadow: inset 0 0 0 1px rgba(119, 231, 222, 0.08);
  outline: none;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 58px;
  min-height: 430px;
  margin-top: 28px;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(128, 224, 217, 0.17);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(118deg, rgba(7, 42, 48, 0.93), rgba(3, 21, 25, 0.94)),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    url("assets/space-background.webp") center / cover no-repeat;
  background-size: 54px 54px, 54px 54px, cover;
  opacity: 0.15;
  mask-image: linear-gradient(95deg, black 5%, rgba(0, 0, 0, 0.66) 60%, transparent 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -100px;
  top: -140px;
  border-radius: 50%;
  background: rgba(39, 198, 190, 0.12);
  filter: blur(12px);
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  color: var(--accent);
  font-size: 0.71rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.eyebrow > span {
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.24);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  letter-spacing: -0.045em;
}

.hero-text {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.hero-action {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 30px;
  padding: 12px 16px;
  border: 1px solid rgba(222, 255, 252, 0.42);
  border-radius: 13px;
  color: #031718;
  background: linear-gradient(145deg, #ddfffc, #78ded5);
  box-shadow: 0 12px 28px rgba(29, 153, 147, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 830;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.hero-action:hover,
.hero-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(31, 166, 158, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  filter: brightness(1.04);
  outline: none;
}

.hero-action svg {
  width: 17px;
  height: 17px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 310px;
  height: 310px;
  justify-self: center;
  user-select: none;
}

.visual-ring,
.visual-core,
.orbit-planet {
  position: absolute;
  border-radius: 50%;
}

.visual-ring {
  inset: 0;
  border: 1px solid rgba(157, 234, 228, 0.18);
  box-shadow: inset 0 0 34px rgba(35, 192, 184, 0.035);
  transition: opacity 420ms ease, filter 420ms ease;
  will-change: transform;
}

.ring-one {
  animation: slow-spin 20s linear infinite;
}

.ring-two {
  inset: 43px;
  border-color: rgba(143, 224, 218, 0.15);
  border-style: dashed;
  animation: reverse-spin 15s linear infinite;
}

.orbit-planet {
  width: 11px;
  height: 11px;
  transition: opacity 420ms ease, filter 420ms ease, box-shadow 420ms ease;
}

.planet-yellow {
  top: -6px;
  left: calc(50% - 6px);
  background: #ffd76d;
  box-shadow: 0 0 8px rgba(255, 215, 109, 0.95), 0 0 20px rgba(255, 193, 58, 0.44);
}

.planet-purple {
  right: 7px;
  bottom: 57px;
  width: 9px;
  height: 9px;
  background: #c191ff;
  box-shadow: 0 0 8px rgba(193, 145, 255, 0.92), 0 0 18px rgba(138, 80, 227, 0.42);
}

.planet-orange {
  top: 19px;
  right: 27px;
  width: 10px;
  height: 10px;
  background: #ff9d5d;
  box-shadow: 0 0 8px rgba(255, 157, 93, 0.95), 0 0 18px rgba(255, 112, 42, 0.42);
}

.planet-blue {
  left: 13px;
  bottom: 31px;
  width: 8px;
  height: 8px;
  background: #65d7ff;
  box-shadow: 0 0 8px rgba(101, 215, 255, 0.96), 0 0 18px rgba(44, 164, 218, 0.46);
}

.visual-core {
  inset: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgba(171, 243, 237, 0.26);
  background:
    radial-gradient(circle at 35% 22%, rgba(111, 239, 229, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(8, 43, 48, 0.98), rgba(2, 20, 24, 0.98));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.44),
    0 0 38px rgba(42, 201, 192, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.visual-emblem {
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 5px 18px rgba(70, 227, 215, 0.22));
}

.orbit-toggle {
  position: absolute;
  bottom: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 4px 6px 4px 9px;
  border: 1px solid rgba(55, 175, 116, 0.22);
  border-radius: 999px;
  color: #78ecc0;
  background: rgba(1, 22, 23, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 5px 15px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, background 260ms ease, color 260ms ease, border-color 260ms ease;
}

.orbit-toggle:hover,
.orbit-toggle:focus-visible {
  transform: translateY(-1px);
  background: rgba(6, 40, 38, 0.88);
  outline: none;
}

.orbit-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(73, 216, 207, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.toggle-state {
  min-width: 23px;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}

.toggle-track {
  position: relative;
  width: 34px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #49d492, #20aa70);
  box-shadow: inset 0 2px 4px rgba(16, 83, 52, 0.25), 0 0 12px rgba(51, 173, 105, 0.19);
  transition: background 300ms ease, box-shadow 300ms ease;
}

.toggle-knob {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  background: #f9fffb;
  box-shadow: 0 2px 6px rgba(6, 44, 28, 0.28);
  transition: transform 300ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

.hero-visual.is-off .visual-ring {
  animation-play-state: paused;
  opacity: 0.24;
  filter: saturate(0.2) brightness(0.62);
}

.hero-visual.is-off .orbit-planet {
  opacity: 0.28;
  filter: saturate(0.08);
  box-shadow: none;
}

.hero-visual.is-off .visual-emblem {
  filter: saturate(0.15) brightness(0.58);
  opacity: 0.55;
}

.hero-visual.is-off .orbit-toggle {
  color: #6f8787;
  border-color: rgba(100, 126, 126, 0.16);
}

.hero-visual.is-off .toggle-track {
  background: linear-gradient(180deg, #8e9c9c, #667777);
  box-shadow: inset 0 2px 4px rgba(34, 46, 54, 0.22);
}

.hero-visual.is-off .toggle-knob {
  transform: translateX(-16px);
}

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

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

.directory {
  padding: 96px 0 20px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}

.section-note {
  max-width: 520px;
  margin-bottom: 4px;
  color: var(--text-soft);
  text-align: right;
}

.site-grid {
  display: grid;
  gap: 19px;
}

.site-card {
  --nebula-primary: 54 216 205;
  --nebula-secondary: 102 180 255;
  --nebula-highlight: 233 255 252;
  --nebula-shadow: 3 45 50;
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(8, 34, 39, 0.96), rgba(3, 20, 24, 0.98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 0%, rgb(var(--nebula-secondary) / 0.1), transparent 42%),
    linear-gradient(90deg, rgb(var(--nebula-shadow) / 0.08), transparent 34%);
  transition: opacity 300ms ease;
  pointer-events: none;
}

.site-card:hover,
.site-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgb(var(--nebula-secondary) / 0.34);
  background: linear-gradient(145deg, rgba(8, 37, 42, 0.97), rgba(3, 21, 25, 0.99));
  box-shadow:
    0 30px 68px rgba(0, 0, 0, 0.34),
    0 0 38px rgb(var(--nebula-primary) / 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  outline: none;
}

.site-card:hover::before,
.site-card:focus-visible::before {
  opacity: 1;
}

.card-nebula {
  position: absolute;
  z-index: 1;
  top: -15%;
  bottom: -15%;
  left: -4%;
  width: 34%;
  opacity: 0;
  transform: translateX(-18%) scale(0.88);
  transform-origin: left center;
  pointer-events: none;
  filter: saturate(1.12) contrast(1.04);
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, rgba(0, 0, 0, 0.72) 76%, transparent 100%);
  transition: opacity 460ms ease, transform 720ms cubic-bezier(0.18, 0.72, 0.2, 1), filter 460ms ease;
}

.card-nebula::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 8% 52%, rgb(var(--nebula-highlight) / 0.34) 0%, transparent 13%),
    radial-gradient(ellipse at 12% 45%, rgb(var(--nebula-primary) / 0.68) 0%, rgb(var(--nebula-primary) / 0.24) 24%, transparent 51%),
    radial-gradient(ellipse at 36% 58%, rgb(var(--nebula-secondary) / 0.5) 0%, rgb(var(--nebula-secondary) / 0.13) 29%, transparent 58%),
    radial-gradient(ellipse at 18% 20%, rgb(var(--nebula-highlight) / 0.24) 0%, transparent 34%),
    radial-gradient(ellipse at 48% 78%, rgb(var(--nebula-primary) / 0.26) 0%, transparent 46%),
    linear-gradient(90deg, rgb(var(--nebula-shadow) / 0.44), transparent 88%);
  filter: blur(5px);
  animation: nebula-breathe 5.2s ease-in-out infinite alternate;
}

.card-nebula::after {
  content: "";
  position: absolute;
  inset: 6% 4% 4% 0;
  background-image:
    radial-gradient(circle at 8% 16%, rgb(var(--nebula-highlight) / 0.96) 0 1px, transparent 1.8px),
    radial-gradient(circle at 14% 72%, rgb(var(--nebula-highlight) / 0.82) 0 0.9px, transparent 1.6px),
    radial-gradient(circle at 19% 39%, rgb(var(--nebula-highlight) / 0.92) 0 1.25px, transparent 2px),
    radial-gradient(circle at 25% 84%, rgb(var(--nebula-secondary) / 0.88) 0 1px, transparent 1.8px),
    radial-gradient(circle at 31% 24%, rgb(var(--nebula-highlight) / 0.74) 0 0.8px, transparent 1.5px),
    radial-gradient(circle at 38% 64%, rgb(var(--nebula-highlight) / 0.92) 0 1.2px, transparent 2px),
    radial-gradient(circle at 44% 43%, rgb(var(--nebula-primary) / 0.88) 0 1px, transparent 1.8px),
    radial-gradient(circle at 52% 17%, rgb(var(--nebula-highlight) / 0.78) 0 0.9px, transparent 1.6px),
    radial-gradient(circle at 57% 79%, rgb(var(--nebula-secondary) / 0.86) 0 1.05px, transparent 1.8px),
    radial-gradient(circle at 65% 50%, rgb(var(--nebula-highlight) / 0.78) 0 0.8px, transparent 1.5px),
    radial-gradient(circle at 73% 28%, rgb(var(--nebula-highlight) / 0.86) 0 0.95px, transparent 1.7px),
    radial-gradient(circle at 80% 70%, rgb(var(--nebula-primary) / 0.76) 0 0.9px, transparent 1.6px),
    radial-gradient(circle at 88% 44%, rgb(var(--nebula-highlight) / 0.7) 0 0.75px, transparent 1.4px);
  filter: drop-shadow(0 0 4px rgb(var(--nebula-highlight) / 0.38));
  animation: star-drift 4.8s ease-in-out infinite alternate;
}

.site-card:hover .card-nebula,
.site-card:focus-visible .card-nebula {
  opacity: 0.88;
  transform: translateX(0) scale(1.04);
  filter: saturate(1.18) contrast(1.06);
}

@keyframes nebula-breathe {
  from {
    transform: translate3d(-2%, 1%, 0) scale(0.98);
    opacity: 0.82;
  }
  to {
    transform: translate3d(4%, -2%, 0) scale(1.05);
    opacity: 1;
  }
}

@keyframes star-drift {
  from { transform: translate3d(-4px, 3px, 0); }
  to { transform: translate3d(12px, -5px, 0); }
}

.card-border-animation {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transition: opacity 120ms ease;
}

.border-beam {
  fill: none;
  stroke: #c5fbf6;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-dasharray: 150 1400;
  stroke-dashoffset: 0;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(175, 255, 248, 0.94)) drop-shadow(0 0 11px rgba(75, 216, 205, 0.5));
}

.beam-meeting-glow {
  fill: #defffc;
  opacity: 0;
  transform-origin: 500px 239px;
  filter: drop-shadow(0 0 5px rgba(188, 255, 250, 0.95)) drop-shadow(0 0 12px rgba(64, 204, 194, 0.55));
}

.site-card:hover .card-border-animation,
.site-card:focus-visible .card-border-animation {
  opacity: 0.96;
}

.site-card:hover .border-beam,
.site-card:focus-visible .border-beam {
  animation: border-beam-travel 2.25s cubic-bezier(0.2, 0.68, 0.25, 1) forwards;
}

.site-card:hover .beam-meeting-glow,
.site-card:focus-visible .beam-meeting-glow {
  animation: beam-meet 2.25s ease forwards;
}

@keyframes border-beam-travel {
  0% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: var(--beam-end, -1050);
    opacity: 0.96;
  }
}

@keyframes beam-meet {
  0%,
  90% {
    opacity: 0;
    transform: scale(0.65);
  }
  100% {
    opacity: 0.94;
    transform: scale(1);
  }
}

.site-card-main,
.site-card-info {
  position: relative;
  z-index: 3;
}

.site-card-main {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 29px;
}

.site-identity {
  display: flex;
  align-items: center;
  gap: 17px;
}

.site-logo-wrap {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(183, 235, 230, 0.23);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 12px 28px rgba(0, 0, 0, 0.19);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-card:hover .site-logo-wrap,
.site-card:focus-visible .site-logo-wrap {
  transform: translateY(-1px);
  border-color: rgb(var(--nebula-secondary) / 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 12px 32px rgba(0, 0, 0, 0.22),
    0 0 22px rgb(var(--nebula-primary) / 0.12);
}

.site-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-name {
  margin: 0 0 4px;
  font-size: 1.48rem;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 13px rgba(0, 0, 0, 0.38);
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(142, 226, 191, 0.23);
  border-radius: 999px;
  color: var(--success);
  background: rgba(44, 117, 91, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  font-size: 0.75rem;
  font-weight: 760;
}

.visit-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid rgba(221, 255, 252, 0.38);
  border-radius: 12px;
  color: #031819;
  background: linear-gradient(145deg, #dcfffb, #76d9d1);
  box-shadow: 0 10px 24px rgba(32, 141, 135, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  text-decoration: none;
  pointer-events: none;
  font-size: 0.87rem;
  font-weight: 830;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.visit-link::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -45%;
  width: 28%;
  height: 260%;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(22deg);
  transition: left 520ms ease;
}

.site-card:hover .visit-link,
.site-card:focus-visible .visit-link {
  transform: translateY(-2px);
  filter: brightness(1.045);
  box-shadow: 0 14px 30px rgba(31, 151, 144, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.site-card:hover .visit-link::before,
.site-card:focus-visible .visit-link::before {
  left: 122%;
}

.visit-link svg {
  width: 16px;
  height: 16px;
}

.site-card-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border-left: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.016);
}

.info-box {
  min-height: 184px;
  padding: 22px;
  border: 1px solid rgba(148, 205, 204, 0.13);
  border-radius: 16px;
  background: rgba(2, 16, 19, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.site-card:hover .info-box,
.site-card:focus-visible .info-box {
  transform: translateY(-1px);
  border-color: rgba(144, 225, 218, 0.2);
  background: rgba(2, 18, 21, 0.54);
}

.info-box-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.info-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(121, 224, 215, 0.24);
  border-radius: 6px;
  background: rgba(61, 185, 175, 0.08);
}

.info-icon-payment::before {
  content: "";
  position: absolute;
  inset: 5px 3px;
  border: 1px solid #76ddd4;
  border-radius: 2px;
}

.info-icon-payment::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  right: 5px;
  bottom: 6px;
  border-radius: 2px;
  background: #76ddd4;
}

.info-icon-star::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background: #76ddd4;
  clip-path: polygon(50% 0%, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 77%, 20% 100%, 30% 60%, 0% 38%, 38% 35%);
}

.info-box-label {
  color: var(--accent);
  font-size: 0.69rem;
  font-weight: 820;
  letter-spacing: 0.11em;
}

.info-box p {
  margin-bottom: 0;
  color: #dcebea;
  font-size: 0.94rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 31px 2px 40px;
  color: var(--text-faint);
  font-size: 0.81rem;
}

.site-footer p {
  margin: 0;
}

.empty-state {
  padding: 34px;
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-lg);
  color: var(--text-soft);
  text-align: center;
}

@media (max-width: 940px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    display: none;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .section-note {
    max-width: none;
    text-align: left;
  }

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

  .site-card-info {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .card-nebula {
    width: 42%;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--container));
  }

  .site-header {
    top: 8px;
    padding: 9px 10px;
  }

  .brand-logo {
    width: 142px;
    height: 38px;
  }

  .brand-subtitle {
    display: none;
  }

  .main-nav a {
    padding-inline: 8px;
    font-size: 0.8rem;
  }

  .hero {
    margin-top: 18px;
    padding: 36px 24px;
    border-radius: 23px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .directory {
    padding-top: 72px;
  }

  .site-card-main {
    min-height: 0;
    padding: 23px;
  }

  .site-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-badge,
  .visit-link {
    justify-content: center;
  }

  .site-card-info {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .info-box {
    min-height: 0;
    padding: 19px;
  }

  .card-nebula {
    width: 64%;
    opacity: 0.26;
    transform: translateX(-8%) scale(1);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 58%, transparent 100%);
  }

  .site-card:hover .card-nebula,
  .site-card:focus-visible .card-nebula {
    opacity: 0.62;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 29px;
  }
}

@media (hover: none) {
  .site-card:active {
    transform: translateY(-2px);
    border-color: rgb(var(--nebula-secondary) / 0.28);
  }
}

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

/* V5 — banner, başlık, site isimleri, ödeme cüzdanı ve SSS güncellemeleri */
.site-header {
  transform-origin: top center;
  will-change: opacity, transform, filter;
  transition:
    opacity 360ms ease,
    transform 440ms cubic-bezier(0.2, 0.76, 0.24, 1),
    filter 360ms ease,
    visibility 360ms ease;
}

.site-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-28px) scale(0.975);
  filter: blur(7px);
  pointer-events: none;
}

#page-title {
  color: transparent;
  background:
    linear-gradient(102deg, #ffffff 0%, #e7fffc 34%, #a9f2eb 61%, #61d4cb 82%, #e9fffd 100%);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 840;
  letter-spacing: -0.047em;
  text-shadow: 0 16px 46px rgba(9, 181, 171, 0.12);
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.24));
}

.site-title-wrap {
  position: relative;
  min-width: 0;
  padding-bottom: 9px;
}

.site-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(var(--nebula-secondary) / 0.92), rgb(var(--nebula-primary) / 0.24), transparent);
  box-shadow: 0 0 12px rgb(var(--nebula-primary) / 0.24);
  transform-origin: left center;
  transition: width 360ms ease, opacity 260ms ease, box-shadow 260ms ease;
}

.site-name {
  display: inline-block;
  margin: 0 0 5px;
  color: transparent;
  background:
    linear-gradient(
      102deg,
      #f9fffe 0%,
      #e7f8f7 34%,
      rgb(var(--nebula-highlight) / 0.96) 58%,
      rgb(var(--nebula-secondary) / 0.92) 100%
    );
  background-size: 190% auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Segoe UI Variable Display", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.52rem, 2.25vw, 1.78rem);
  font-weight: 790;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 260ms ease, background-position 520ms ease, filter 260ms ease;
}

.site-card:hover .site-name,
.site-card:focus-visible .site-name {
  background-position: 100% center;
  transform: translateY(-1px);
  filter: drop-shadow(0 0 9px rgb(var(--nebula-secondary) / 0.18));
}

.site-card:hover .site-title-wrap::after,
.site-card:focus-visible .site-title-wrap::after {
  width: 86px;
  box-shadow: 0 0 15px rgb(var(--nebula-primary) / 0.36);
}

.info-box {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.info-box-heading,
.info-box > p {
  position: relative;
  z-index: 2;
}

.info-box-payment {
  transition:
    border-color 240ms ease,
    background 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.directory,
.faq-section {
  scroll-margin-top: 108px;
}

.faq-section {
  position: relative;
  margin: 32px 0 0;
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 4%, rgba(46, 183, 176, 0.09), transparent 26%),
    linear-gradient(145deg, rgba(4, 28, 32, 0.9), rgba(2, 17, 20, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028), 0 26px 62px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 8% 24%, rgba(221, 255, 252, 0.8) 0 0.7px, transparent 1.35px),
    radial-gradient(circle at 24% 78%, rgba(116, 226, 218, 0.72) 0 0.75px, transparent 1.35px),
    radial-gradient(circle at 58% 18%, rgba(224, 255, 252, 0.78) 0 0.7px, transparent 1.3px),
    radial-gradient(circle at 84% 68%, rgba(99, 216, 208, 0.7) 0 0.75px, transparent 1.4px);
  background-size: 190px 190px, 260px 260px, 230px 230px, 280px 280px;
}

.faq-heading,
.faq-list {
  position: relative;
  z-index: 1;
}

.faq-heading {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 28px;
}

.faq-heading > p {
  max-width: 620px;
  margin: 0 0 5px;
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(137, 215, 210, 0.14);
  border-radius: 16px;
  background: rgba(2, 16, 19, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition: border-color 240ms ease, background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, #74ddd4 24%, #a4f1ea 70%, transparent);
  opacity: 0;
  transform: scaleY(0.35);
  transition: opacity 260ms ease, transform 360ms ease;
}

.faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(135, 225, 218, 0.22);
  background: rgba(3, 20, 23, 0.68);
}

.faq-item.is-open {
  border-color: rgba(126, 229, 220, 0.3);
  background: rgba(3, 23, 27, 0.79);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.026), 0 14px 34px rgba(0, 0, 0, 0.17);
}

.faq-item.is-open::before {
  opacity: 1;
  transform: scaleY(1);
}

.faq-question {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 22px 19px 24px;
  border: 0;
  color: #ecf8f7;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: -0.012em;
  text-align: left;
  cursor: pointer;
}

.faq-question:focus-visible {
  outline: 2px solid rgba(126, 229, 220, 0.65);
  outline-offset: -3px;
}

.faq-toggle {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(130, 225, 217, 0.2);
  border-radius: 11px;
  background: rgba(94, 211, 202, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: transform 300ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #8ce6de;
  box-shadow: 0 0 8px rgba(91, 218, 208, 0.22);
  transition: transform 300ms ease, opacity 240ms ease;
}

.faq-toggle::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-toggle {
  transform: rotate(180deg);
  border-color: rgba(135, 232, 224, 0.38);
  background: rgba(94, 211, 202, 0.1);
  box-shadow: 0 0 18px rgba(77, 198, 189, 0.08);
}

.faq-item.is-open .faq-toggle::after {
  opacity: 0;
  transform: rotate(90deg) scaleX(0.2);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    grid-template-rows 410ms cubic-bezier(0.2, 0.72, 0.22, 1),
    opacity 250ms ease,
    transform 360ms ease;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-answer-inner p {
  margin: 0;
  padding: 18px 68px 23px 24px;
  border-top: 1px solid rgba(128, 213, 207, 0.11);
  color: #acc8c7;
  background:
    linear-gradient(90deg, rgba(74, 195, 186, 0.035), transparent 58%);
  font-size: 0.94rem;
  line-height: 1.72;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .faq-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .faq-heading > p {
    max-width: none;
  }
}

@media (max-width: 640px) {
  #page-title {
    letter-spacing: -0.038em;
  }

  .site-name {
    font-size: 1.52rem;
  }


  .faq-section {
    margin-top: 18px;
    padding: 26px 16px;
    border-radius: 20px;
  }

  .faq-heading {
    margin-bottom: 21px;
  }

  .faq-question {
    min-height: 64px;
    padding: 17px 15px 17px 17px;
    gap: 14px;
    font-size: 0.94rem;
  }

  .faq-toggle {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .faq-answer-inner p {
    padding: 16px 17px 20px;
    font-size: 0.9rem;
  }
}

/* V6 — puan sistemi, özellik listeleri ve sadeleştirilmiş kart kimliği */
.site-title-wrap {
  padding-bottom: 12px;
}

.site-name {
  margin-bottom: 0;
}

.info-box-star {
  display: flex;
  min-height: 206px;
  flex-direction: column;
}

.site-rating {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 208, 92, 0.18);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(83, 61, 13, 0.18), rgba(38, 28, 7, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 248, 206, 0.025);
}

.rating-stars {
  --rating-width: 0%;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.rating-stars-empty {
  color: rgba(255, 211, 102, 0.18);
}

.rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating-width);
  overflow: hidden;
  color: #ffd86f;
  text-shadow:
    0 0 7px rgba(255, 205, 78, 0.28),
    0 2px 5px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}

.rating-number {
  color: #ffe7a0;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.feature-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dcebea;
  font-size: 0.91rem;
  line-height: 1.5;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(145deg, #f7d36f, #db9f34);
  box-shadow: 0 0 8px rgba(238, 188, 70, 0.2);
  transform: rotate(45deg);
}

.site-card:hover .site-rating,
.site-card:focus-visible .site-rating {
  border-color: rgba(255, 216, 114, 0.25);
  background: linear-gradient(145deg, rgba(89, 65, 14, 0.22), rgba(41, 30, 7, 0.1));
}

@media (max-width: 640px) {
  .info-box-star {
    min-height: 0;
  }

  .site-rating {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

/* V7 — okunabilir kart başlıkları, ödeme listeleri, para işareti ve kusursuz yörünge hizası */
#page-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 22px);
  max-width: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.page-title-text {
  display: inline-block;
}

.title-money-mark {
  position: relative;
  display: inline-grid;
  width: clamp(52px, 6vw, 72px);
  height: clamp(52px, 6vw, 72px);
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(166, 244, 231, 0.28);
  border-radius: 50%;
  color: #9cebdd;
  background:
    radial-gradient(circle at 34% 28%, rgba(235, 255, 250, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(20, 94, 87, 0.78), rgba(4, 35, 39, 0.94));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(79, 218, 199, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: drop-shadow(0 7px 20px rgba(21, 132, 119, 0.16));
}

.title-money-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(173, 244, 234, 0.11);
  border-radius: inherit;
}

.title-money-mark svg {
  width: 68%;
  height: 68%;
  overflow: visible;
}

.title-money-mark circle,
.title-money-mark path {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-heading {
  justify-content: flex-start;
}

.site-name {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
  text-shadow:
    0 7px 26px rgba(0, 0, 0, 0.38),
    0 0 18px rgb(var(--nebula-primary) / 0.08);
}

.site-title-wrap::after {
  width: 78px;
  height: 3px;
}

.site-card:hover .site-title-wrap::after,
.site-card:focus-visible .site-title-wrap::after {
  width: 116px;
}

.info-box-heading {
  gap: 11px;
  margin-bottom: 17px;
}

.info-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  border-radius: 7px;
}

.info-icon-payment::before {
  inset: 6px 4px;
}

.info-icon-payment::after {
  right: 6px;
  bottom: 7px;
}

.info-icon-star::before {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

.info-box-label {
  color: #91ece2;
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.085em;
  line-height: 1.2;
  text-shadow: 0 0 14px rgba(100, 225, 214, 0.1);
}

.payment-list,
.feature-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e0efee;
  font-size: 0.95rem;
  line-height: 1.5;
}

.payment-list li,
.feature-list li {
  position: relative;
  padding-left: 20px;
}

.payment-list li::before {
  content: "";
  position: absolute;
  top: 0.54em;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #8cf0b8, #37bd78);
  box-shadow:
    0 0 8px rgba(78, 221, 139, 0.3),
    0 0 16px rgba(48, 172, 105, 0.12);
}

/* Her renkli nokta, merkez noktası tam yörünge çizgisinde kalacak şekilde bir kol üzerinde konumlanır. */
.orbit-planet {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: rotate(var(--planet-angle, 0deg));
}

.orbit-planet::before {
  content: "";
  position: absolute;
  top: calc(var(--planet-size, 10px) / -2);
  left: calc(50% - (var(--planet-size, 10px) / 2));
  width: var(--planet-size, 10px);
  height: var(--planet-size, 10px);
  border-radius: 50%;
  background: var(--planet-color);
  box-shadow: var(--planet-glow);
  transition: opacity 420ms ease, filter 420ms ease, box-shadow 420ms ease;
}

.planet-yellow {
  --planet-angle: 246deg;
  --planet-size: 11px;
  --planet-color: #ffd76d;
  --planet-glow: 0 0 8px rgba(255, 215, 109, 0.95), 0 0 20px rgba(255, 193, 58, 0.44);
}

.planet-purple {
  --planet-angle: 16deg;
  --planet-size: 9px;
  --planet-color: #c191ff;
  --planet-glow: 0 0 8px rgba(193, 145, 255, 0.92), 0 0 18px rgba(138, 80, 227, 0.42);
}

.planet-orange {
  --planet-angle: 308deg;
  --planet-size: 10px;
  --planet-color: #ff9d5d;
  --planet-glow: 0 0 8px rgba(255, 157, 93, 0.95), 0 0 18px rgba(255, 112, 42, 0.42);
}

.planet-blue {
  --planet-angle: 141deg;
  --planet-size: 8px;
  --planet-color: #65d7ff;
  --planet-glow: 0 0 8px rgba(101, 215, 255, 0.96), 0 0 18px rgba(44, 164, 218, 0.46);
}

.hero-visual.is-off .orbit-planet::before {
  opacity: 0.24;
  filter: grayscale(0.8) saturate(0.25);
  box-shadow: none;
}

@media (max-width: 640px) {
  #page-title {
    gap: 12px;
    letter-spacing: -0.018em;
  }

  .title-money-mark {
    width: 48px;
    height: 48px;
  }

  .site-name {
    font-size: clamp(1.78rem, 9vw, 2.1rem);
  }

  .info-box-label {
    font-size: 0.82rem;
  }

  .payment-list,
  .feature-list {
    font-size: 0.92rem;
  }
}

/* V8 — tek satır başlık, dekoratif dolar banknotları ve güncellenmiş SSS */
.hero-banknotes {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-banknote {
  position: absolute;
  display: block;
  width: clamp(155px, 18vw, 245px);
  height: auto;
  opacity: 0.075;
  filter: saturate(0.7) hue-rotate(10deg) blur(0.2px) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
  mix-blend-mode: screen;
  user-select: none;
}

.hero-banknote.note-one {
  left: 8%;
  top: 15%;
  transform: rotate(-15deg);
}

.hero-banknote.note-two {
  left: 35%;
  bottom: 4%;
  width: clamp(135px, 15vw, 210px);
  transform: rotate(11deg);
  opacity: 0.055;
}

.hero-banknote.note-three {
  right: 25%;
  top: 1%;
  width: clamp(130px, 14vw, 200px);
  transform: rotate(19deg);
  opacity: 0.052;
}

.hero-banknote.note-four {
  right: 2%;
  bottom: 2%;
  width: clamp(145px, 16vw, 220px);
  transform: rotate(-9deg);
  opacity: 0.046;
}

#page-title {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(1.72rem, 7.1vw, 5.15rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.page-title-text {
  display: block;
  white-space: nowrap;
}

.title-money-mark {
  display: none !important;
}

@media (max-width: 940px) {
  .hero-banknote.note-three {
    right: 5%;
  }

  #page-title {
    font-size: clamp(2.15rem, 9vw, 4.75rem);
  }
}

@media (max-width: 640px) {
  #page-title {
    width: 100%;
    font-size: clamp(1.72rem, 8.5vw, 3.05rem);
    letter-spacing: -0.045em;
  }

  .hero-banknote {
    width: 160px;
    opacity: 0.055;
  }

  .hero-banknote.note-one {
    left: -26px;
    top: 17%;
  }

  .hero-banknote.note-two {
    left: 42%;
    bottom: 27%;
    width: 135px;
  }

  .hero-banknote.note-three {
    right: -42px;
    top: 2%;
    width: 145px;
  }

  .hero-banknote.note-four {
    right: -26px;
    bottom: 1%;
    width: 140px;
  }
}


/* V9 — başlık ölçüsü, gerçekçi dolar banknotları ve EarnBitMoon sarı uzay teması */
#page-title {
  width: min(100%, 720px);
  max-width: 720px;
  font-size: clamp(2.85rem, 5.35vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.038em;
}

.page-title-text {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.hero-banknote {
  opacity: 0.115;
  filter: saturate(0.72) brightness(0.78) contrast(0.95) drop-shadow(0 13px 25px rgba(0, 0, 0, 0.22));
  mix-blend-mode: normal;
}

.hero-banknote.note-one {
  left: 4.5%;
  top: 10%;
  width: clamp(150px, 17vw, 230px);
  transform: rotate(-13deg);
  opacity: 0.105;
}

.hero-banknote.note-two {
  left: 34%;
  bottom: -7%;
  width: clamp(145px, 16vw, 220px);
  transform: rotate(10deg);
  opacity: 0.085;
}

.hero-banknote.note-three {
  right: 23%;
  top: -8%;
  width: clamp(135px, 14vw, 195px);
  transform: rotate(18deg);
  opacity: 0.075;
}

.hero-banknote.note-four {
  right: -1%;
  bottom: -9%;
  width: clamp(150px, 17vw, 235px);
  transform: rotate(-8deg);
  opacity: 0.085;
}

@media (max-width: 940px) {
  #page-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.3rem, 8.2vw, 4.1rem);
  }
}

@media (max-width: 640px) {
  #page-title {
    font-size: clamp(1.9rem, 8.1vw, 2.85rem);
    letter-spacing: -0.035em;
  }

  .hero-banknote {
    opacity: 0.07;
  }

  .hero-banknote.note-one {
    left: -38px;
    top: 13%;
    width: 155px;
  }

  .hero-banknote.note-two {
    left: 42%;
    bottom: 24%;
    width: 130px;
  }

  .hero-banknote.note-three {
    right: -46px;
    top: 0;
    width: 140px;
  }

  .hero-banknote.note-four {
    right: -35px;
    bottom: -2%;
    width: 145px;
  }
}


/* V11 — yeni platformlar ve başlık taşma düzeltmesi */
.site-identity {
  min-width: 0;
}

.site-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.site-logo {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
}

.site-name {
  overflow: visible;
  white-space: nowrap;
  font-family: "Segoe UI", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.78rem, 2.45vw, 2.08rem);
  line-height: 1.14;
  letter-spacing: -0.028em;
  padding-right: 4px;
  padding-bottom: 3px;
}

@media (max-width: 900px) {
  .site-name {
    font-size: clamp(1.48rem, 5.2vw, 1.84rem);
    line-height: 1.12;
  }
}


/* V12 — logo çerçeveleri, footer sadeleştirme, kart sıkılaştırma, ödeme yöntemi ikonları */
.brand-subtitle {
  font-size: 0.9rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  opacity: 0.92;
}

.site-footer {
  justify-content: center;
  text-align: center;
  padding: 31px 2px 40px;
}

.site-footer p:last-child:empty {
  display: none;
}

.site-card-main {
  min-height: 188px;
  gap: 22px;
  padding: 24px 29px;
}

.site-card-info {
  gap: 12px;
  padding: 14px 18px;
}

.site-logo-wrap {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 18px;
}

.site-logo {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px;
  object-fit: cover;
}

.info-box {
  min-height: 156px;
  padding: 18px 20px;
}

.info-box-star {
  position: relative;
  min-height: 156px;
}

.info-box-star .info-box-heading {
  margin-bottom: 10px;
  padding-right: 124px;
}

.site-rating {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 11px;
}

.rating-stars {
  font-size: 0.88rem;
}

.rating-number {
  font-size: 0.73rem;
}

.feature-list {
  gap: 8px;
  font-size: 0.89rem;
  line-height: 1.42;
}

.payment-list {
  gap: 9px;
}

.payment-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-right: 2px;
}

.payment-method-text {
  min-width: 0;
}

.payment-method-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: rgba(205, 237, 233, 0.84);
  opacity: 0.88;
}

.payment-method-icon svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}

@media (max-width: 640px) {
  .brand-subtitle {
    display: none;
  }

  .site-card-main {
    min-height: 0;
    padding: 22px 23px;
    gap: 18px;
  }

  .site-card-info {
    padding: 12px 14px;
  }

  .info-box,
  .info-box-star {
    min-height: 0;
    padding: 17px 17px;
  }

  .info-box-star .info-box-heading {
    padding-right: 112px;
  }

  .site-rating {
    top: 14px;
    right: 14px;
    padding: 6px 8px;
  }

  .rating-stars {
    font-size: 0.82rem;
  }

  .rating-number {
    font-size: 0.69rem;
  }
}


/* V13 — 10 üzerinden puan, sade hover çerçevesi ve eşit logo yerleşimi */
.card-border-animation {
  display: none !important;
}

.site-card:hover,
.site-card:focus-visible {
  border-color: rgb(var(--nebula-primary) / 0.62);
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgb(var(--nebula-secondary) / 0.18),
    0 0 30px rgb(var(--nebula-primary) / 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.site-logo-wrap {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  padding: 3px;
  border-radius: 18px;
}

.site-logo {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  transform: scale(1.035);
  transform-origin: center;
}

.site-rating {
  min-width: 72px;
  min-height: 32px;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 216, 114, 0.2);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(89, 65, 14, 0.18), rgba(41, 30, 7, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 248, 206, 0.03);
}

.rating-stars,
.rating-stars-empty,
.rating-stars-fill {
  display: none !important;
}

.rating-number {
  color: #ffe7a0;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .site-logo-wrap {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .site-rating {
    min-width: 66px;
    min-height: 30px;
    padding: 5px 8px;
  }

  .rating-number {
    font-size: 0.76rem;
  }
}


/* V14 — başlık bilgi ipuçları */
.title-help-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
}

.hero-title-help-row {
  align-items: center;
}

.title-help-row #page-title,
.title-help-row #directory-title {
  margin-bottom: 0;
}

.info-tooltip {
  position: relative;
  z-index: 12;
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  outline: none;
}

.hero-title-help-row .info-tooltip {
  margin-top: 0;
}

.info-tooltip-mark {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(130, 232, 223, 0.42);
  border-radius: 50%;
  color: #bff7f1;
  background: rgba(8, 47, 51, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 5px 15px rgba(0, 0, 0, 0.22);
  cursor: help;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.info-tooltip-box {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: min(390px, 42vw);
  padding: 14px 16px;
  border: 1px solid rgba(133, 226, 219, 0.23);
  border-radius: 13px;
  color: #dceeed;
  background: rgba(3, 24, 28, 0.97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  pointer-events: none;
  opacity: 0;
  transform: translate(7px, -50%) scale(0.975);
  transform-origin: left center;
  visibility: hidden;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
  white-space: normal;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.info-tooltip-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 11px;
  height: 11px;
  border-left: 1px solid rgba(133, 226, 219, 0.23);
  border-bottom: 1px solid rgba(133, 226, 219, 0.23);
  background: rgba(3, 24, 28, 0.97);
  transform: translateY(-50%) rotate(45deg);
}

.info-tooltip:hover .info-tooltip-mark,
.info-tooltip:focus .info-tooltip-mark,
.info-tooltip:focus-visible .info-tooltip-mark {
  transform: translateY(-1px);
  border-color: rgba(151, 247, 238, 0.67);
  background: rgba(12, 64, 67, 0.96);
  box-shadow: 0 0 0 3px rgba(91, 222, 211, 0.1), 0 7px 18px rgba(0, 0, 0, 0.26);
}

.info-tooltip:hover .info-tooltip-box,
.info-tooltip:focus .info-tooltip-box,
.info-tooltip:focus-within .info-tooltip-box {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  visibility: visible;
}

@media (max-width: 940px) {
  .info-tooltip-box {
    width: min(350px, 48vw);
  }
}

@media (max-width: 640px) {
  .title-help-row {
    gap: 8px;
  }

  .info-tooltip-mark {
    width: 21px;
    height: 21px;
    font-size: 0.76rem;
  }

  .info-tooltip-box {
    top: calc(100% + 10px);
    left: auto;
    right: -4px;
    width: min(310px, calc(100vw - 44px));
    transform: translateY(6px) scale(0.98);
    transform-origin: top right;
    font-size: 0.82rem;
  }

  .info-tooltip-box::before {
    top: -6px;
    left: auto;
    right: 9px;
    transform: rotate(135deg);
  }

  .info-tooltip:hover .info-tooltip-box,
  .info-tooltip:focus .info-tooltip-box,
  .info-tooltip:focus-within .info-tooltip-box {
    transform: translateY(0) scale(1);
  }
}


/* V16 — üyelik, giriş ve yasal metin panelleri */
.header-auth-actions,
.header-account {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.header-auth-actions[hidden],
.header-account[hidden] {
  display: none !important;
}

.header-auth-button,
.account-logout {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 11px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-login-button,
.account-logout {
  border: 1px solid rgba(131, 225, 217, 0.22);
  color: #c5e4e2;
  background: rgba(18, 62, 66, 0.22);
}

.header-register-button {
  border: 1px solid rgba(217, 255, 251, 0.54);
  color: #031819;
  background: linear-gradient(145deg, #e1fffc, #72ddd4);
  box-shadow: 0 10px 24px rgba(35, 174, 166, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.header-auth-button:hover,
.header-auth-button:focus-visible,
.account-logout:hover,
.account-logout:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.header-login-button:hover,
.account-logout:hover {
  border-color: rgba(151, 244, 236, 0.42);
  background: rgba(28, 87, 89, 0.34);
}

.header-register-button:hover {
  box-shadow: 0 13px 30px rgba(35, 174, 166, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.header-account {
  gap: 7px;
  padding: 5px 6px 5px 12px;
  border: 1px solid rgba(126, 225, 216, 0.18);
  border-radius: 12px;
  background: rgba(6, 39, 43, 0.54);
}

.account-user {
  color: #dff8f5;
  font-size: 0.82rem;
  font-weight: 800;
}

.account-balance {
  padding: 4px 8px;
  border-radius: 8px;
  color: #85e8bd;
  background: rgba(34, 134, 91, 0.15);
  font-size: 0.75rem;
  font-weight: 850;
}

.account-logout {
  min-height: 30px;
  padding: 6px 9px;
  font-size: 0.72rem;
}

.hero {
  padding-bottom: clamp(114px, 11vw, 132px);
}

.hero-signup-banner {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 20px;
  display: flex;
  width: min(650px, calc(100% - 54px));
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 13px 15px 13px 20px;
  border: 1px solid rgba(139, 232, 224, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 40%, rgba(64, 211, 200, 0.11), transparent 28%),
    linear-gradient(105deg, rgba(4, 33, 38, 0.94), rgba(4, 23, 28, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.hero-signup-copy {
  display: grid;
  gap: 2px;
}

.hero-signup-kicker {
  color: #70d8cf;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.hero-signup-copy strong {
  color: #f1fffd;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  letter-spacing: -0.02em;
}

.hero-signup-button {
  flex: 0 0 auto;
  min-width: 118px;
  min-height: 43px;
  padding: 10px 16px;
  border: 1px solid rgba(222, 255, 252, 0.56);
  border-radius: 12px;
  color: #031819;
  background: linear-gradient(145deg, #e0fffc, #72ddd4);
  box-shadow: 0 10px 24px rgba(32, 151, 144, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-signup-button:hover,
.hero-signup-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 31px rgba(32, 151, 144, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
}

body.modal-open {
  overflow: hidden;
}

.modal-layer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 26px 16px;
  background: rgba(0, 7, 10, 0.76);
  backdrop-filter: blur(14px) saturate(0.86);
}

.modal-layer[hidden] {
  display: none !important;
}

.auth-modal-card,
.legal-modal-card {
  position: relative;
  overflow: hidden;
  width: min(610px, 100%);
  max-height: calc(100vh - 52px);
  overflow-y: auto;
  border: 1px solid rgba(125, 226, 217, 0.25);
  border-radius: 24px;
  color: #effcfb;
  background:
    radial-gradient(circle at 13% 4%, rgba(55, 210, 198, 0.13), transparent 27%),
    radial-gradient(circle at 92% 14%, rgba(74, 142, 202, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(6, 34, 39, 0.985), rgba(2, 16, 20, 0.992));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.auth-modal-card {
  padding: 34px;
}

.modal-space-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 15% 18%, rgba(210, 255, 250, 0.72) 0 0.7px, transparent 1.3px),
    radial-gradient(circle at 87% 23%, rgba(105, 218, 255, 0.58) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 76% 78%, rgba(144, 104, 255, 0.48) 0 0.7px, transparent 1.3px),
    radial-gradient(circle at 24% 82%, rgba(255, 190, 91, 0.46) 0 0.7px, transparent 1.4px);
  background-size: 120px 120px, 170px 170px, 145px 145px, 190px 190px;
}

.modal-close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(139, 225, 218, 0.18);
  border-radius: 11px;
  color: #a8cac8;
  background: rgba(7, 42, 46, 0.7);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  color: #effffd;
  border-color: rgba(153, 241, 233, 0.42);
  background: rgba(11, 68, 70, 0.88);
  outline: none;
}

.auth-view,
.auth-modal-heading,
.auth-form {
  position: relative;
  z-index: 2;
}

.auth-view[hidden] {
  display: none !important;
}

.auth-modal-heading {
  margin-bottom: 24px;
  padding-right: 42px;
}

.auth-modal-badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(109, 227, 216, 0.21);
  border-radius: 999px;
  color: #77ddd4;
  background: rgba(38, 131, 123, 0.1);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.auth-modal-heading h2,
.legal-modal-heading h2 {
  margin: 0 0 8px;
  color: #f2fffd;
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.auth-modal-heading p,
.legal-modal-heading p {
  margin: 0;
  color: #9dbbbb;
  font-size: 0.91rem;
  line-height: 1.55;
}

.auth-form {
  display: grid;
  gap: 15px;
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field > span {
  color: #bcd8d6;
  font-size: 0.76rem;
  font-weight: 780;
}

.form-field input {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(134, 205, 202, 0.17);
  border-radius: 12px;
  color: #f0fbfa;
  background: rgba(1, 15, 18, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  font: inherit;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.form-field input::placeholder {
  color: #587879;
}

.form-field input:focus {
  border-color: rgba(112, 222, 213, 0.52);
  background: rgba(3, 24, 27, 0.78);
  box-shadow: 0 0 0 3px rgba(73, 205, 195, 0.09);
}

.password-rule {
  margin: -5px 0 0;
  color: #6f9797;
  font-size: 0.72rem;
  line-height: 1.45;
}

.policy-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 12px 13px;
  border: 1px solid rgba(128, 203, 199, 0.13);
  border-radius: 12px;
  color: #9ebcbb;
  background: rgba(6, 37, 40, 0.34);
  font-size: 0.77rem;
  line-height: 1.5;
}

.policy-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #63d5ca;
}

.policy-inline-link,
.auth-switch-text button,
.forgot-link {
  padding: 0;
  border: 0;
  color: #88e4dc;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-inline-link:hover,
.policy-inline-link:focus-visible,
.auth-switch-text button:hover,
.auth-switch-text button:focus-visible,
.forgot-link:hover,
.forgot-link:focus-visible {
  color: #d7fffb;
  outline: none;
}

.auth-submit {
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid rgba(221, 255, 252, 0.56);
  border-radius: 12px;
  color: #031819;
  background: linear-gradient(145deg, #e1fffc, #70dcd3);
  box-shadow: 0 12px 28px rgba(31, 155, 147, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 860;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.auth-submit:hover:not(:disabled),
.auth-submit:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.04);
  outline: none;
}

.auth-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.auth-switch-text,
.forgot-row {
  margin: 0;
  color: #789a9a;
  font-size: 0.77rem;
  text-align: center;
}

.forgot-row {
  margin-top: -6px;
  text-align: right;
}

.form-status {
  display: none;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.77rem;
  line-height: 1.45;
}

.form-status:not(:empty) {
  display: block;
}

.form-status.is-error {
  border: 1px solid rgba(255, 111, 111, 0.22);
  color: #ffb9b9;
  background: rgba(111, 26, 31, 0.2);
}

.form-status.is-success {
  border: 1px solid rgba(91, 221, 160, 0.22);
  color: #a8efca;
  background: rgba(20, 98, 66, 0.2);
}

.legal-modal-layer {
  z-index: 1100;
}

.legal-modal-card {
  width: min(900px, 100%);
  padding: 30px;
}

.legal-modal-heading {
  padding-right: 48px;
}

.legal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(129, 209, 204, 0.13);
}

.legal-tab {
  padding: 9px 12px;
  border: 1px solid rgba(129, 209, 204, 0.14);
  border-radius: 10px;
  color: #94b5b4;
  background: rgba(4, 26, 29, 0.58);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
}

.legal-tab.is-active {
  color: #e4fffc;
  border-color: rgba(110, 222, 213, 0.35);
  background: rgba(34, 118, 112, 0.2);
}

.legal-content {
  max-height: min(56vh, 580px);
  overflow-y: auto;
  padding: 3px 13px 3px 2px;
  scrollbar-color: #397e7a rgba(5, 28, 31, 0.42);
  scrollbar-width: thin;
}

.legal-panel[hidden] {
  display: none !important;
}

.legal-panel h3 {
  margin: 0 0 14px;
  color: #eafffc;
  font-size: 1.15rem;
}

.legal-panel h4 {
  margin: 20px 0 8px;
  color: #bce7e2;
  font-size: 0.9rem;
}

.legal-panel p,
.legal-panel li {
  color: #a7c3c1;
  font-size: 0.81rem;
  line-height: 1.68;
}

.legal-panel ol,
.legal-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 21px;
}

.legal-panel a {
  color: #7fe0d7;
}

.legal-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(129, 209, 204, 0.13);
}

.legal-modal-footer span {
  color: #668887;
  font-size: 0.7rem;
}

.legal-accept-button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(216, 255, 251, 0.45);
  border-radius: 11px;
  color: #031819;
  background: linear-gradient(145deg, #dcfffb, #75dcd3);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

@media (max-width: 930px) {
  .site-header {
    flex-wrap: wrap;
  }

  .header-auth-actions,
  .header-account {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    margin-left: 0;
    padding-top: 4px;
    border-top: 1px solid rgba(128, 210, 204, 0.08);
  }

  .main-nav {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .header-auth-actions,
  .header-account {
    justify-content: stretch;
  }

  .header-auth-button {
    flex: 1 1 0;
  }

  .header-account {
    justify-content: space-between;
  }

  .hero {
    padding-bottom: 154px;
  }

  .hero-signup-banner {
    bottom: 15px;
    width: calc(100% - 30px);
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  .hero-signup-button {
    width: 100%;
  }

  .auth-modal-card,
  .legal-modal-card {
    max-height: calc(100vh - 24px);
    border-radius: 20px;
  }

  .auth-modal-card {
    padding: 26px 18px 22px;
  }

  .legal-modal-card {
    padding: 25px 17px 20px;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
  }

  .legal-modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-accept-button {
    width: 100%;
  }
}

/* ===== Earnessa v17 updates ===== */
.hero-signup-banner {
  gap: 18px;
  min-height: 128px;
  padding: 18px 22px;
  background:
    radial-gradient(circle at 18% 28%, rgba(123, 244, 236, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(7, 34, 40, 0.98), rgba(2, 20, 24, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-signup-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-signup-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 12px;
  border: 1px solid rgba(112, 233, 223, 0.25);
  border-radius: 999px;
  background: rgba(10, 43, 47, 0.68);
  color: #8ff0e4;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.hero-signup-copy strong {
  display: block;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.hero-signup-amount {
  color: #b8fff8;
  text-shadow: 0 0 16px rgba(155, 255, 245, 0.34);
}

.hero-signup-subline {
  color: var(--text-soft);
  font-size: 0.98rem;
  font-weight: 600;
}

.hero-signup-subline span {
  color: #90f0cf;
  font-weight: 820;
}

.hero-signup-button {
  min-width: 170px;
}

.earning-methods {
  padding: 70px 0 8px;
}

.methods-heading {
  margin-bottom: 26px;
}

.methods-text {
  max-width: 760px;
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 1rem;
}

.methods-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-height: 270px;
  padding: 20px 18px 22px;
  border: 1px solid rgba(119, 225, 219, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(7, 35, 40, 0.95), rgba(3, 19, 24, 0.98));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.method-card:hover {
  transform: translateY(-4px);
  border-color: rgba(132, 235, 227, 0.32);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.3), 0 0 26px rgba(95, 227, 215, 0.08);
}

.method-card h3 {
  margin: 0;
  text-align: center;
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.method-orb {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(206, 255, 251, 0.23), transparent 22%),
    radial-gradient(circle at 68% 75%, rgba(93, 198, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(15, 57, 64, 0.98), rgba(4, 21, 26, 1));
  border: 1px solid rgba(133, 230, 223, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 44px rgba(0, 0, 0, 0.24);
}

.method-orb::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px dashed rgba(121, 227, 219, 0.14);
  border-radius: 50%;
}

.method-orb-glow {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 214, 206, 0.12), transparent 68%);
  filter: blur(10px);
}

.method-image,
.method-image-card {
  position: relative;
  z-index: 2;
}

.method-image {
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.26));
}

.method-image-card {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
}

.method-image-survey {
  width: 138px;
  height: 138px;
  transform: translate(8px, -3px) rotate(-7deg);
}

.survey-card-accent {
  transform: translateY(-8px);
}

.method-label-overlay {
  position: absolute;
  top: 20px;
  left: 26px;
  padding: 7px 14px;
  border-radius: 14px;
  background: rgba(237, 245, 255, 0.94);
  color: #6670e6;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
}

.method-card-game .method-image {
  width: 124px;
  height: 124px;
  border-radius: 26px;
}

.method-card-ads .method-image {
  width: 120px;
  height: 120px;
}

.method-card-payout .method-image {
  width: 128px;
  height: 128px;
}

.directory {
  padding-top: 64px;
}

.auth-modal-badge-bonus {
  padding: 10px 16px;
  font-size: 0.88rem;
  color: #9ff8ea;
  background: linear-gradient(145deg, rgba(28, 84, 86, 0.82), rgba(10, 38, 40, 0.92));
  border-color: rgba(122, 235, 224, 0.28);
  box-shadow: 0 0 0 1px rgba(118, 232, 222, 0.08), 0 10px 18px rgba(3, 18, 22, 0.22);
}

/* Essa assistant */
.essa-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(132, 234, 226, 0.22);
  border-radius: 999px;
  background: rgba(5, 28, 33, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  transition: transform 220ms ease, opacity 220ms ease, box-shadow 220ms ease;
}

.essa-launcher.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.essa-launcher:hover {
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.34), 0 0 24px rgba(94, 230, 220, 0.11);
}

.essa-launcher-ring {
  position: absolute;
  inset: 7px auto 7px 7px;
  width: 70px;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 28%, rgba(223, 255, 253, 0.18), transparent 24%), linear-gradient(180deg, rgba(13, 63, 70, 0.98), rgba(6, 28, 33, 0.98));
  box-shadow: inset 0 0 0 1px rgba(136, 233, 226, 0.18);
}

.essa-bot {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: block;
}

.essa-bot-head {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 44px;
  height: 34px;
  border-radius: 16px 16px 14px 14px;
  background: linear-gradient(180deg, #f1fffd, #c4f7f2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.essa-eye {
  position: absolute;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a8f8f;
  box-shadow: 0 0 10px rgba(10, 143, 143, 0.55);
}

.essa-eye-left { left: 12px; }
.essa-eye-right { right: 12px; }

.essa-antenna {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 2px;
  height: 11px;
  background: #9eece6;
  transform: translateX(-50%);
}

.essa-antenna::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #ffd978;
  box-shadow: 0 0 12px rgba(255, 217, 120, 0.4);
}

.essa-bot-body {
  position: absolute;
  left: 16px;
  top: 43px;
  width: 34px;
  height: 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #bff5ef, #77ddd3);
}

.essa-bot-body::before,
.essa-bot-body::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #8cdcd4;
  top: 17px;
}

.essa-bot-body::before { left: 3px; transform: rotate(26deg); }
.essa-bot-body::after { right: 3px; transform: rotate(-26deg); }

.essa-bot-hand {
  position: absolute;
  right: -2px;
  top: 26px;
  width: 22px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #96eae2, #dafcf8);
  transform-origin: 2px 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

.essa-bot-hand::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #effffd;
}

.essa-launcher.is-waving .essa-bot-hand {
  animation: essa-wave 0.55s ease-in-out 3;
}

@keyframes essa-wave {
  0%, 100% { transform: rotate(10deg); }
  50% { transform: rotate(-24deg); }
}

.essa-launcher-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.essa-launcher-label strong {
  font-size: 1rem;
  line-height: 1.1;
}

.essa-launcher-label small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.essa-panel {
  position: fixed;
  right: 24px;
  bottom: 122px;
  z-index: 35;
  width: min(390px, calc(100vw - 28px));
  max-height: min(72vh, 660px);
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(133, 235, 226, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(72, 204, 195, 0.12), transparent 28%),
    linear-gradient(155deg, rgba(7, 34, 40, 0.97), rgba(3, 18, 23, 0.99));
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.essa-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.essa-panel-badge {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(133, 236, 227, 0.18);
  color: #8ff0e4;
  background: rgba(8, 40, 44, 0.65);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.essa-panel-header h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.essa-panel-header p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.essa-panel-close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(127, 226, 219, 0.14);
  border-radius: 12px;
  color: var(--text);
  background: rgba(6, 31, 35, 0.95);
  font-size: 1.4rem;
  cursor: pointer;
}

.essa-suggestions h4 {
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  color: #8eece2;
}

.essa-response {
  display: flex;
  max-height: 264px;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  margin-top: 16px;
  padding: 3px 3px 5px;
  scroll-behavior: smooth;
  scrollbar-color: rgba(113, 225, 214, 0.24) transparent;
}

.essa-message {
  width: min(91%, 318px);
  padding: 14px 15px;
  border: 1px solid rgba(123, 227, 220, 0.12);
  border-radius: 16px;
  background: rgba(8, 38, 42, 0.72);
  animation: essaMessageIn 240ms cubic-bezier(.2,.75,.2,1) both;
}

.essa-message.is-user {
  align-self: flex-end;
  border-color: rgba(126, 232, 196, 0.2);
  border-bottom-right-radius: 6px;
  background: linear-gradient(145deg, rgba(31, 112, 91, 0.68), rgba(13, 69, 64, 0.76));
}

.essa-message.is-assistant {
  align-self: flex-start;
  border-bottom-left-radius: 6px;
}

.essa-message.is-typing {
  width: auto;
  padding: 12px 16px;
}

.essa-typing-dots {
  display: flex;
  gap: 5px;
}

.essa-typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8eece2;
  animation: essaTyping 900ms ease-in-out infinite;
}

.essa-typing-dots i:nth-child(2) {
  animation-delay: 120ms;
}

.essa-typing-dots i:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes essaMessageIn {
  from { opacity: 0; transform: translateY(7px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes essaTyping {
  0%, 60%, 100% { opacity: .35; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

.essa-message strong {
  display: block;
  margin-bottom: 6px;
  color: #9af6eb;
  font-size: 0.84rem;
}

.essa-message p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.52;
}

.essa-message.is-user strong,
.essa-message.is-user p {
  color: #effffb;
}

.essa-related {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 3px 4px;
  animation: essaMessageIn 260ms 80ms cubic-bezier(.2,.75,.2,1) both;
}

.essa-related-label {
  width: 100%;
  margin: 1px 0 2px;
  color: #6f9995;
  font-size: 0.72rem;
  font-weight: 750;
}

.essa-related-question {
  padding: 7px 9px;
  border: 1px solid rgba(126, 229, 221, 0.13);
  border-radius: 999px;
  color: #a9d8d3;
  background: rgba(5, 29, 33, 0.86);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  line-height: 1.25;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.essa-related-question:hover,
.essa-related-question:focus-visible {
  border-color: rgba(129, 236, 225, 0.35);
  color: #ecfffc;
  background: rgba(13, 59, 62, 0.94);
  outline: none;
}

.essa-composer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 5px 5px 5px 14px;
  border: 1px solid rgba(121, 225, 218, 0.18);
  border-radius: 16px;
  background: rgba(4, 22, 26, 0.92);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.essa-composer:focus-within {
  border-color: rgba(130, 234, 225, 0.42);
  box-shadow: 0 0 0 4px rgba(82, 219, 210, 0.11);
}

.essa-composer input {
  min-width: 0;
  min-height: 42px;
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  outline: none;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-size: 0.91rem;
}

.essa-composer input::placeholder {
  color: #5f8582;
}

.essa-send {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(157, 247, 230, 0.22);
  border-radius: 12px;
  color: #e9fffa;
  background: linear-gradient(145deg, #207e72, #145d5a);
  box-shadow: 0 8px 20px rgba(11, 103, 91, 0.22);
  cursor: pointer;
  transition: transform 170ms ease, filter 170ms ease, box-shadow 170ms ease;
}

.essa-send svg {
  width: 19px;
  height: 19px;
}

.essa-send:hover,
.essa-send:focus-visible {
  transform: translateY(-1px) scale(1.035);
  filter: brightness(1.1);
  box-shadow: 0 10px 24px rgba(11, 117, 103, 0.3);
  outline: none;
}

.essa-suggestions {
  margin-top: 18px;
}

.essa-suggestion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.essa-suggestion {
  padding: 11px 13px;
  border: 1px solid rgba(126, 229, 221, 0.14);
  border-radius: 14px;
  color: var(--text);
  background: rgba(5, 27, 32, 0.95);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.essa-suggestion:hover,
.essa-suggestion:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(133, 235, 226, 0.34);
  background: rgba(10, 42, 46, 0.95);
  outline: none;
}

.essa-empty {
  margin-top: 12px;
  color: var(--text-faint);
}

@media (max-width: 980px) {
  .methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-signup-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-signup-button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .methods-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 238px;
  }

  .essa-launcher {
    right: 14px;
    bottom: 14px;
    padding-right: 14px;
  }

  .essa-panel {
    right: 14px;
    bottom: 108px;
    width: calc(100vw - 28px);
  }
}

/* ===== Earnessa v17.1 refinement fixes ===== */
#hero-signup-banner[hidden] {
  display: none !important;
}

.hero-signup-banner {
  width: min(760px, calc(100% - 56px));
  min-height: 92px;
  gap: 18px;
  padding: 16px 18px 16px 20px;
  border-radius: 20px;
}

.hero-signup-copy {
  min-width: 0;
  max-width: 430px;
  gap: 6px;
}

.hero-signup-kicker {
  padding: 6px 12px;
  color: #9df4ea;
  background: linear-gradient(180deg, rgba(14, 58, 63, 0.82), rgba(9, 41, 46, 0.88));
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.hero-signup-copy strong {
  font-size: clamp(1.05rem, 1.85vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero-signup-amount {
  color: #c4fff8;
  font-size: inherit;
}

.hero-signup-subline {
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-signup-button {
  min-width: 154px;
  min-height: 48px;
  border-radius: 14px;
  font-size: 0.95rem;
}

.auth-modal-badge-bonus {
  padding: 9px 16px;
  color: #b4fff6;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.earning-methods {
  padding: 78px 0 12px;
}

.methods-grid {
  gap: 24px;
}

.method-card {
  min-height: 300px;
  padding: 24px 18px 24px;
}

.method-orb {
  width: 180px;
  height: 180px;
}

.method-image {
  width: 126px;
  height: 126px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(4, 18, 21, 0.22));
}

.method-image-survey {
  width: 136px;
  height: 136px;
  transform: translateY(-8px) rotate(-7deg);
}

.method-card h3 {
  font-size: 1.08rem;
}

.method-card-game .method-image,
.method-card-ads .method-image,
.method-card-payout .method-image {
  width: 126px;
  height: 126px;
}

.directory {
  padding-top: 86px;
}

@media (max-width: 980px) {
  .methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-signup-banner {
    width: calc(100% - 28px);
    padding: 14px;
  }

  .hero-signup-copy {
    max-width: none;
  }

  .hero-signup-copy strong {
    font-size: 1.15rem;
  }

  .hero-signup-subline {
    font-size: 0.82rem;
  }

  .methods-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Earnessa v17.2 updates ===== */
.hero-signup-banner {
  justify-content: space-between;
  align-items: center;
  width: min(690px, calc(100% - 56px));
  margin-left: 24px;
  margin-right: auto;
  padding: 16px 18px;
  gap: 20px;
}

.hero-signup-copy {
  align-items: flex-start;
  text-align: left;
  max-width: 410px;
}

.hero-signup-copy strong {
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.08;
}

.hero-signup-subline {
  font-size: 0.9rem;
}

.hero-signup-subline span {
  color: #82f2df;
  font-weight: 800;
}

.earning-methods {
  padding: 84px 0 4px;
}

.methods-heading {
  margin-bottom: 22px;
}

.methods-heading .eyebrow {
  margin-bottom: 0;
}

.methods-grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.method-card {
  min-height: 292px;
  padding: 24px 18px 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(7, 34, 39, 0.92), rgba(4, 23, 28, 0.96)),
    rgba(3, 20, 24, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 44px rgba(0,0,0,.18);
}

.method-orb {
  width: 202px;
  height: 202px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(231,255,252,.2), transparent 24%),
    radial-gradient(circle at 50% 68%, rgba(30,180,178,.18), transparent 34%),
    linear-gradient(180deg, rgba(13,58,65,.9), rgba(5,32,37,.94));
  border: 1px solid rgba(126,229,221,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 18px 36px rgba(0,0,0,.16);
}

.method-orb::before,
.method-orb::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px dashed rgba(130, 232, 225, 0.12);
}

.method-orb::after {
  inset: 30px;
}

.method-orb-glow {
  opacity: .9;
  background: radial-gradient(circle, rgba(135,245,236,.2) 0%, rgba(31,151,149,.14) 34%, transparent 70%);
}

.method-image {
  width: 142px;
  height: 142px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.22));
}

.method-card-game .method-image {
  width: 152px;
  height: 152px;
}

.method-card-survey .method-image {
  width: 148px;
  height: 148px;
  transform: rotate(-7deg) translateY(-4px);
}

.method-card-ads .method-image {
  width: 148px;
  height: 148px;
}

.method-card-payout .method-image {
  width: 154px;
  height: 154px;
}

.method-card h3 {
  margin-top: 8px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ecf7f7;
  text-shadow: 0 4px 14px rgba(0,0,0,.2);
}

/* refined Essa robot */
.essa-launcher {
  gap: 14px;
  min-height: 92px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(135, 237, 229, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 18%, rgba(159,247,239,.16), transparent 26%),
    linear-gradient(180deg, rgba(6, 31, 37, .96), rgba(4, 22, 27, .98));
}

.essa-launcher-ring {
  inset: 7px auto 7px 7px;
  width: 74px;
  background:
    radial-gradient(circle at 35% 25%, rgba(238,255,253,.26), transparent 24%),
    linear-gradient(180deg, rgba(15,64,72,.98), rgba(7,32,37,.98));
  box-shadow: inset 0 0 0 1px rgba(142,240,233,.22), 0 0 24px rgba(65,223,212,.08);
}

.essa-bot {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
}

.essa-bot-head {
  left: 10px;
  top: 10px;
  width: 48px;
  height: 36px;
  border-radius: 18px 18px 15px 15px;
  background: linear-gradient(180deg, #f8ffff, #ccfaf3);
  box-shadow: inset 0 -3px 0 rgba(65, 201, 196, 0.12), 0 10px 22px rgba(0,0,0,.22);
}

.essa-bot-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 18px;
  height: 5px;
  border-radius: 999px;
  background: rgba(31, 154, 150, 0.16);
  transform: translateX(-50%);
}

.essa-eye {
  top: 12px;
  width: 8px;
  height: 8px;
  background: #149c9c;
}

.essa-eye-left { left: 13px; }
.essa-eye-right { right: 13px; }

.essa-antenna {
  top: -9px;
  height: 12px;
  background: #aaefe9;
}

.essa-antenna::before {
  width: 10px;
  height: 10px;
  background: #ffd973;
}

.essa-bot-body {
  left: 19px;
  top: 45px;
  width: 34px;
  height: 20px;
  border-radius: 12px 12px 16px 16px;
  background: linear-gradient(180deg, #d5fff9, #7bded4);
  box-shadow: inset 0 -3px 0 rgba(32,152,147,.12);
}

.essa-bot-body::before,
.essa-bot-body::after {
  top: 18px;
  width: 11px;
  background: #8ddfd7;
}

.essa-bot-hand {
  right: -1px;
  top: 25px;
  width: 24px;
  height: 8px;
  background: linear-gradient(90deg, #93ebe3, #f3fffe);
}

.essa-bot-hand::after {
  width: 13px;
  height: 13px;
  background: #f6fffe;
}

.essa-launcher-label strong {
  font-size: 1.02rem;
}

.essa-launcher-label small {
  font-size: 0.83rem;
}

.essa-panel {
  width: min(420px, calc(100vw - 28px));
}

.essa-panel-header h3 {
  font-size: 1.36rem;
}

.essa-panel-header p,
.essa-message p,
.essa-suggestion {
  line-height: 1.45;
}

.essa-suggestion-list {
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
}

.essa-suggestion-list::-webkit-scrollbar {
  width: 8px;
}

.essa-suggestion-list::-webkit-scrollbar-thumb {
  background: rgba(129, 228, 220, 0.18);
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-signup-banner {
    margin-left: 0;
    width: calc(100% - 28px);
  }
}

@media (max-width: 680px) {
  .hero-signup-banner {
    padding: 14px;
  }

  .methods-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 264px;
  }

  .method-orb {
    width: 184px;
    height: 184px;
  }

  .essa-launcher {
    padding-right: 14px;
  }

  .essa-launcher-label small {
    max-width: 96px;
  }
}

/* ===== Earnessa v17.3 updates ===== */
.method-card-game .method-image {
  width: 154px;
  height: 154px;
  transform: translateY(-2px);
}

.method-card-survey .method-image {
  width: 146px;
  height: 146px;
  transform: translateY(-2px);
}

.method-card-ads .method-image {
  width: 152px;
  height: 152px;
  transform: translateY(-1px);
}

.method-card-payout .method-image {
  width: 148px;
  height: 148px;
  transform: translateY(1px);
}

.method-card h3 {
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.015em;
}

/* simple robot assistant button */
.essa-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 118px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(22px);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease, filter .25s ease;
}

.essa-launcher:hover {
  transform: translateY(0) scale(1.02);
  box-shadow: none;
  background: transparent;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.16));
}

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

.essa-launcher-prompt {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(234, 252, 250, 0.96);
  text-align: center;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 12px rgba(0,0,0,.34);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}

.essa-launcher.is-visible .essa-launcher-prompt {
  opacity: 1;
  transform: translateY(0);
}

.essa-robot-image {
  width: 102px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.22));
  transform-origin: 56% 70%;
}

@keyframes essaWave {
  0% { transform: rotate(0deg) translateY(0); }
  12% { transform: rotate(-5deg) translateY(-1px); }
  24% { transform: rotate(6deg) translateY(0); }
  36% { transform: rotate(-5deg) translateY(-1px); }
  48% { transform: rotate(5deg) translateY(0); }
  60% { transform: rotate(-3deg) translateY(-1px); }
  72% { transform: rotate(4deg) translateY(0); }
  100% { transform: rotate(0deg) translateY(0); }
}

.essa-launcher.is-waving .essa-robot-image {
  animation: essaWave 2.2s ease-in-out 1;
}

/* disable old decorative robot internals if present in cache */
.essa-launcher-ring,
.essa-bot,
.essa-launcher-label {
  display: none !important;
}

@media (max-width: 760px) {
  .essa-launcher {
    right: 10px;
    bottom: 12px;
    width: 102px;
  }

  .essa-robot-image {
    width: 88px;
  }

  .essa-launcher-prompt {
    font-size: 0.8rem;
  }
}

/* ===== Earnessa v17.4 updates ===== */
.method-card-game .method-image {
  width: 156px;
  height: 156px;
  transform: translateY(-1px);
}

.method-card-survey .method-image {
  width: 150px;
  height: 150px;
  transform: translateY(1px);
}

.method-card-ads .method-image {
  width: 154px;
  height: 154px;
  transform: translateY(0);
}

.method-card-payout .method-image {
  width: 148px;
  height: 148px;
  transform: translateY(2px);
}

.essa-launcher {
  right: 16px;
  bottom: 16px;
  width: 96px;
  gap: 6px;
  overflow: visible;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(20px);
  filter: none;
}

.essa-launcher:hover {
  transform: translateY(0) scale(1.015);
  filter: drop-shadow(0 12px 24px rgba(3, 18, 24, 0.22));
}

.essa-robot-image {
  width: 84px;
  transform-origin: 56% 72%;
  transition: width .35s ease, transform .35s ease, filter .35s ease;
  filter: drop-shadow(0 10px 20px rgba(7, 22, 30, 0.20));
}

.essa-launcher-prompt {
  order: 2;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  color: rgba(237, 251, 250, 0.97);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

.essa-launcher.is-prompt-visible .essa-launcher-prompt {
  opacity: 1;
  transform: translateY(0);
}

.essa-launcher.is-compact {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(221, 247, 248, 0.95), rgba(151, 228, 230, 0.96));
  border: 1px solid rgba(154, 236, 230, 0.72);
  box-shadow: 0 12px 28px rgba(5, 18, 26, 0.22), inset 0 1px 0 rgba(255,255,255,0.5);
  overflow: hidden;
  padding: 0;
  gap: 0;
  justify-content: center;
}

.essa-launcher.is-compact:hover {
  transform: translateY(0) scale(1.05);
}

.essa-launcher.is-compact .essa-launcher-prompt {
  opacity: 0 !important;
  transform: translateY(6px) !important;
}

.essa-launcher.is-compact .essa-robot-image {
  width: 86px;
  max-width: none;
  transform: translateY(18px) scale(1.02);
  filter: none;
}

@keyframes essaWaveV2 {
  0% { transform: rotate(0deg) translateY(0); }
  14% { transform: rotate(-5deg) translateY(-1px); }
  28% { transform: rotate(7deg) translateY(0); }
  42% { transform: rotate(-5deg) translateY(-1px); }
  56% { transform: rotate(6deg) translateY(0); }
  70% { transform: rotate(-3deg) translateY(-1px); }
  84% { transform: rotate(4deg) translateY(0); }
  100% { transform: rotate(0deg) translateY(0); }
}

.essa-launcher.is-waving:not(.is-compact) .essa-robot-image {
  animation: essaWaveV2 2.2s ease-in-out 1;
}

@media (max-width: 760px) {
  .essa-launcher {
    right: 10px;
    bottom: 12px;
    width: 86px;
  }

  .essa-robot-image {
    width: 74px;
  }

  .essa-launcher.is-compact {
    width: 52px;
    height: 52px;
  }

  .essa-launcher.is-compact .essa-robot-image {
    width: 78px;
    transform: translateY(17px) scale(1.02);
  }

  .essa-launcher-prompt {
    font-size: 0.72rem;
  }
}

/* ===== Earnessa v17.5 updates ===== */
.hero-signup-banner {
  left: clamp(42px, 6vw, 76px);
  right: auto;
  transform: none;
  margin-left: 0;
  margin-right: 0;
}

.directory-section-heading {
  align-items: center;
  gap: 20px;
}

.directory-heading-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-left: auto;
  padding: 12px 14px;
  border: 1px solid rgba(129, 226, 218, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 32, 37, 0.78), rgba(4, 22, 27, 0.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.directory-heading-cta span {
  color: #d8f6f2;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.directory-heading-button {
  border: 1px solid rgba(221, 255, 252, 0.38);
  border-radius: 12px;
  min-height: 42px;
  padding: 10px 16px;
  color: #031819;
  background: linear-gradient(145deg, #dcfffb, #76d9d1);
  box-shadow: 0 10px 24px rgba(32, 141, 135, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  font-size: 0.87rem;
  font-weight: 830;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.directory-heading-button:hover,
.directory-heading-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 30px rgba(31, 151, 144, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  outline: none;
}

.essa-launcher {
  width: 90px;
  min-height: 0;
  padding: 6px 8px 8px;
  border: none;
  background: transparent;
  box-shadow: none;
  gap: 4px;
}

.essa-launcher:hover {
  background: transparent;
}

.essa-robot-image {
  width: 72px;
  filter: drop-shadow(0 10px 18px rgba(4, 17, 23, 0.24));
}

.essa-launcher-prompt {
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.essa-launcher.is-compact {
  width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #03080c;
  box-shadow: 0 12px 28px rgba(3, 10, 15, 0.34), inset 0 0 0 1px rgba(255,255,255,0.03);
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.essa-launcher.is-compact .essa-robot-image {
  opacity: 0;
  transform: scale(0.25);
  width: 0;
  height: 0;
  pointer-events: none;
}

.essa-launcher.is-compact::before,
.essa-launcher.is-compact::after {
  content: "";
  position: absolute;
  top: 21px;
  width: 8px;
  height: 12px;
  border-radius: 999px;
  background: #6fe7ff;
  box-shadow: 0 0 12px rgba(111, 231, 255, 0.55);
}

.essa-launcher.is-compact::before {
  left: 17px;
}

.essa-launcher.is-compact::after {
  right: 17px;
}

@media (max-width: 1180px) {
  .directory-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-heading-cta {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .hero-signup-banner {
    left: 14px;
    width: calc(100% - 28px);
  }

  .directory-heading-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .directory-heading-cta span {
    white-space: normal;
  }
}

/* ===== Earnessa v17.6 updates ===== */
.hero-signup-banner {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 22px;
}

.hero-signup-copy {
  gap: 0;
}

.hero-signup-copy strong {
  font-size: clamp(1.55rem, 2.35vw, 2.2rem);
  line-height: 1.08;
}

.hero-signup-subline {
  display: none !important;
}

.directory-section-heading {
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.directory-heading-cta {
  margin-left: 18px;
  padding: 10px 12px;
  gap: 12px;
}

.directory-heading-cta span {
  font-size: 0.92rem;
}

@media (max-width: 1180px) {
  .directory-heading-cta {
    margin-left: 0;
  }
}

/* === v17.7 methods + signup redesign === */
.earning-methods {
  padding-top: 48px;
  padding-bottom: 12px;
}

.methods-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 452px);
  gap: 32px;
  align-items: stretch;
}

.methods-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.method-list-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1 1 0;
  min-height: 132px;
  padding: 20px 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(6, 34, 43, 0.96) 0%, rgba(2, 19, 24, 0.95) 100%),
    radial-gradient(circle at top right, rgba(98, 255, 224, 0.16), transparent 55%);
  border: 1px solid rgba(89, 223, 214, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.method-list-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(112, 255, 232, 0.08), transparent 38%, transparent 65%, rgba(112, 255, 232, 0.05));
  pointer-events: none;
}

.method-list-card:hover,
.method-list-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(112, 255, 232, 0.32);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(112, 255, 232, 0.08);
}

.method-list-orb {
  position: relative;
  z-index: 1;
  width: 114px;
  height: 114px;
  min-width: 114px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.2), transparent 38%),
    radial-gradient(circle at center, rgba(16, 70, 82, 0.96) 0%, rgba(5, 33, 41, 0.98) 72%, rgba(3, 20, 26, 0.98) 100%);
  border: 1px solid rgba(103, 240, 230, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 -10px 20px rgba(0, 0, 0, 0.18), 0 16px 26px rgba(0, 0, 0, 0.22);
}

.method-list-orb::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px dashed rgba(114, 234, 225, 0.16);
  pointer-events: none;
}

.method-list-image {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.method-list-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f5fcff;
  font-size: clamp(1.35rem, 1.65vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.signup-showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 30px 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(21, 24, 56, 0.98) 0%, rgba(16, 18, 43, 0.98) 100%),
    radial-gradient(circle at top, rgba(58, 105, 255, 0.12), transparent 55%);
  border: 1px solid rgba(127, 165, 255, 0.18);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.signup-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
}

.signup-showcase-card h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.9rem, 2.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.signup-email-field {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  min-height: 60px;
  border-radius: 16px;
  background: rgba(98, 103, 147, 0.32);
  border: 1px solid rgba(176, 185, 233, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.signup-email-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: rgba(232, 237, 255, 0.78);
  flex: 0 0 22px;
}

.signup-email-icon svg,
.social-signin-icon svg {
  width: 100%;
  height: 100%;
}

.signup-email-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #eef6ff;
  font: inherit;
  font-size: 1.05rem;
}

.signup-email-field input::placeholder {
  color: rgba(230, 236, 255, 0.72);
}

.showcase-primary-button,
.social-signin-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.showcase-primary-button:hover,
.showcase-primary-button:focus-visible,
.social-signin-button:hover,
.social-signin-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.showcase-primary-button {
  margin-top: 20px;
  min-height: 60px;
  border-radius: 16px;
  background: linear-gradient(180deg, #15de81 0%, #10cf73 100%);
  color: #08121d;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 7px 0 rgba(10, 109, 62, 0.58), 0 18px 34px rgba(16, 223, 124, 0.18);
}

.showcase-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 18px;
  color: rgba(226, 232, 255, 0.84);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.showcase-divider::before,
.showcase-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(173, 181, 223, 0.28), transparent);
}

.social-signin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 16px;
  font-size: 1.08rem;
  font-weight: 800;
}

.social-signin-google {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.08);
}


.social-signin-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.daily-join-copy {
  margin: auto 0 0;
  padding-top: 26px;
  text-align: center;
  color: rgba(226, 232, 255, 0.84);
  font-size: 1.04rem;
  line-height: 1.45;
}

.daily-join-copy strong {
  display: inline-block;
  margin: 0 4px;
  color: #ffffff;
  font-size: 1.34em;
  font-weight: 900;
  letter-spacing: -0.03em;
}

@media (max-width: 1120px) {
  .methods-showcase {
    grid-template-columns: 1fr;
  }

  .methods-rail {
    order: 2;
  }

  .signup-showcase-card {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .earning-methods {
    padding-top: 36px;
  }

  .method-list-card {
    min-height: 116px;
    padding: 16px 18px;
    gap: 16px;
    border-radius: 24px;
  }

  .method-list-orb {
    width: 86px;
    height: 86px;
    min-width: 86px;
    border-radius: 24px;
  }

  .method-list-orb::after {
    inset: 10px;
    border-radius: 16px;
  }

  .method-list-image {
    width: 58px;
    height: 58px;
  }

  .method-list-card h3 {
    font-size: 1.15rem;
  }

  .signup-showcase-card {
    padding: 26px 18px 22px;
    border-radius: 26px;
  }

  .signup-showcase-card h2 {
    margin-bottom: 18px;
    font-size: 1.85rem;
  }

  .signup-email-field,
  .showcase-primary-button,
  .social-signin-button {
    min-height: 54px;
  }

  .daily-join-copy {
    font-size: 0.98rem;
  }
}

/* === v17.8 OAuth + compact hero === */
.hero {
  min-height: 372px;
  padding: 34px clamp(42px, 6vw, 76px);
}

.hero-visual {
  transform: scale(0.9);
}

.signup-showcase-card h2 span {
  color: #50f0a5;
  text-shadow: 0 0 18px rgba(80, 240, 165, 0.18);
}

.modal-social-auth {
  display: grid;
  gap: 12px;
  margin: 2px 0 20px;
}


.modal-social-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 5px 0 0;
  color: var(--text-faint);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.modal-social-divider::before,
.modal-social-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(136, 219, 213, 0.14);
}

.social-auth-status {
  min-height: 0;
  color: var(--text-soft);
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
}

.social-auth-status:empty {
  display: none;
}

.social-auth-status.is-loading {
  color: #a8e8e2;
}

.social-auth-status.is-success {
  color: #78e8ad;
}

.social-auth-status.is-error {
  color: #ffaaa8;
}

.social-consent-copy {
  margin: 0;
  color: rgba(218, 229, 236, 0.54);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.social-signin-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.social-signin-button.is-loading {
  position: relative;
  color: transparent;
}

.social-signin-button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: oauth-button-spin 0.75s linear infinite;
}

.social-signin-google.is-loading::after {
  border-color: #1f2937;
  border-right-color: transparent;
}


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

@media (max-width: 720px) {
  .hero {
    min-height: 0;
    padding: 30px 22px;
  }

  .hero-visual {
    transform: scale(0.84);
  }
}

/* v19 — ana sayfada üyelik, dil seçimi ve görevler */
.language-switcher {
  position: relative;
  z-index: 24;
  flex: 0 0 auto;
}

.language-trigger {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(128, 225, 216, 0.18);
  border-radius: 11px;
  color: #d6efed;
  background: rgba(8, 43, 47, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.language-trigger:hover,
.language-trigger:focus-visible,
.language-switcher.is-open .language-trigger {
  border-color: rgba(139, 239, 230, 0.4);
  background: rgba(15, 66, 70, 0.72);
  box-shadow: 0 0 0 3px rgba(89, 224, 213, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  outline: none;
}

.language-trigger > svg:first-child {
  width: 18px;
  height: 18px;
  color: #72ddd4;
}

.language-trigger-code {
  min-width: 20px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.language-chevron {
  width: 14px;
  height: 14px;
  color: #719a97;
  transition: transform 180ms ease;
}

.language-switcher.is-open .language-chevron {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 176px;
  padding: 7px;
  border: 1px solid rgba(133, 231, 222, 0.22);
  border-radius: 14px;
  background: rgba(3, 24, 28, 0.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.language-menu[hidden] {
  display: none;
}

.language-option {
  display: grid;
  width: 100%;
  grid-template-columns: 32px 1fr 18px;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 7px 9px;
  border: 0;
  border-radius: 10px;
  color: #a9c8c5;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  text-align: left;
}

.language-option:hover,
.language-option:focus-visible {
  color: #ecfffd;
  background: rgba(87, 222, 211, 0.09);
  outline: none;
}

.language-option.is-active {
  color: #eafffd;
  background: rgba(74, 211, 199, 0.12);
}

.language-flag {
  display: inline-grid;
  width: 30px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(166, 239, 233, 0.18);
  border-radius: 7px;
  color: #8fe8df;
  background: rgba(24, 94, 96, 0.34);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.language-check {
  color: #5ee0a0;
  opacity: 0;
}

.language-option.is-active .language-check {
  opacity: 1;
}

.header-account {
  position: relative;
  gap: 10px;
  min-height: 52px;
  padding: 4px 5px 4px 4px;
  border-radius: 15px;
}

.account-avatar-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(140, 236, 227, 0.36);
  border-radius: 13px;
  color: #eafffd;
  background: linear-gradient(145deg, rgba(44, 161, 158, 0.6), rgba(17, 75, 82, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.account-avatar-button:hover,
.account-avatar-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(173, 255, 247, 0.62);
  box-shadow: 0 0 0 3px rgba(73, 221, 208, 0.08), 0 10px 22px rgba(0, 0, 0, 0.26);
  outline: none;
}

.account-avatar-image,
.account-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.account-avatar-image {
  display: block;
  object-fit: cover;
}

.account-avatar-image[hidden] {
  display: none;
}

.account-avatar-fallback {
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-avatar-edit {
  position: absolute;
  right: -4px;
  bottom: -3px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid #062126;
  border-radius: 50%;
  color: #062126;
  background: #8cf2e8;
}

.account-avatar-edit svg {
  width: 11px;
  height: 11px;
}

.account-summary {
  display: flex;
  min-width: 86px;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.account-user {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-balance {
  padding: 0;
  color: #66e8a8;
  background: transparent;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.account-logout {
  min-width: 54px;
}

.account-upload-status {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: min(320px, calc(100vw - 34px));
  padding: 10px 12px;
  border: 1px solid rgba(124, 224, 216, 0.22);
  border-radius: 11px;
  color: #dff8f5;
  background: rgba(4, 29, 33, 0.97);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

.account-upload-status.is-error {
  border-color: rgba(255, 129, 145, 0.3);
  color: #ffc0c8;
}

.account-upload-status.is-success {
  border-color: rgba(90, 235, 158, 0.3);
  color: #91f2bc;
}

.earning-methods[hidden],
.member-tasks[hidden] {
  display: none !important;
}

.member-tasks {
  padding: 54px 0 18px;
}

.member-tasks-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.member-tasks-heading h2 {
  margin: 8px 0 0;
  color: #f2fffd;
  font-size: clamp(1.28rem, 1.7vw, 1.68rem);
  font-weight: 790;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.member-tasks-heading > p {
  max-width: 500px;
  margin: 0;
  color: #7fa7a4;
  font-size: 0.94rem;
  line-height: 1.65;
}

.member-task-carousel {
  position: relative;
  padding-block: 7px 9px;
}

.member-task-viewport {
  overflow: hidden;
  padding-block: 7px 13px;
  outline: none;
  touch-action: pan-y;
  cursor: default;
}

.member-task-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.member-task-viewport:focus-visible {
  box-shadow: 0 0 0 3px rgba(91, 225, 213, 0.1);
}

.member-task-track {
  display: flex;
  gap: 20px;
  align-items: start;
  will-change: transform;
  transition: transform 620ms cubic-bezier(.22, .78, .2, 1);
}

.member-task-track.is-no-transition {
  transition: none !important;
}

.member-task-track.is-sliding .member-task-card {
  opacity: 0.82;
  transform: scale(0.988);
}

.member-task-card {
  --task-nebula: 67 223 199;
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 28px 24px 20px;
  border: 1px solid rgba(96, 218, 207, 0.17);
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(6, 35, 41, 0.96), rgba(3, 21, 26, 0.98)),
    radial-gradient(circle at 50% 110%, rgba(var(--task-nebula), 0.15), transparent 54%);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 320ms cubic-bezier(.2,.75,.2,1), opacity 280ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.member-task-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.045), transparent 28%, transparent 72%, rgba(98, 241, 224, 0.04));
  pointer-events: none;
}

.member-task-nebula {
  position: absolute;
  z-index: -2;
  left: 5%;
  right: 5%;
  bottom: -54%;
  height: 82%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 28% 60%, rgba(116, 180, 255, 0.32), transparent 36%),
    radial-gradient(ellipse at 69% 42%, rgba(91, 239, 190, 0.4), transparent 38%),
    radial-gradient(ellipse at 50% 70%, rgba(49, 194, 218, 0.45), transparent 50%);
  filter: blur(22px) saturate(1.15);
  opacity: 0;
  transform: translateY(24px) scale(0.82);
  pointer-events: none;
  transition: opacity 300ms ease, transform 420ms cubic-bezier(.2,.75,.2,1);
}

.member-task-card:hover,
.member-task-card:focus-within,
.member-task-card.is-open {
  transform: translateY(-3px);
  border-color: rgba(117, 239, 225, 0.4);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.31), 0 0 0 1px rgba(104, 235, 220, 0.07), 0 0 32px rgba(48, 187, 177, 0.08);
}

.member-task-card:hover .member-task-nebula,
.member-task-card:focus-within .member-task-nebula,
.member-task-card.is-open .member-task-nebula {
  opacity: 0.88;
  transform: translateY(0) scale(1);
}

.member-task-reward-label {
  position: relative;
  z-index: 1;
  color: #7aa39f;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.member-task-reward {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: #5cf0a2;
  font-size: clamp(2.55rem, 4vw, 3.65rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
  text-shadow: 0 0 25px rgba(75, 237, 154, 0.18);
}

.member-task-card h3 {
  position: relative;
  z-index: 1;
  min-height: 52px;
  margin: 18px 0 20px;
  color: #f0fbfa;
  font-size: 1.02rem;
  font-weight: 820;
  line-height: 1.42;
  text-align: center;
}

.member-task-details-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding: 6px 11px;
  border: 1px solid rgba(130, 224, 215, 0.15);
  border-radius: 10px;
  color: #8eb9b5;
  background: rgba(10, 54, 58, 0.34);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.member-task-details-toggle:hover,
.member-task-details-toggle:focus-visible {
  border-color: rgba(136, 240, 229, 0.34);
  color: #dffaf7;
  background: rgba(22, 88, 91, 0.45);
  outline: none;
}

.member-task-details-toggle svg {
  width: 17px;
  height: 17px;
  transition: transform 220ms ease;
}

.member-task-card.is-open .member-task-details-toggle svg {
  transform: rotate(180deg);
}

.member-task-details {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  grid-template-rows: 0fr;
  width: 100%;
  opacity: 0;
  transition: grid-template-rows 260ms ease, opacity 180ms ease, margin-top 260ms ease;
}

.member-task-card.is-open .member-task-details {
  grid-template-rows: 1fr;
  margin-top: 14px;
  opacity: 1;
}

.member-task-details-inner {
  min-height: 0;
  overflow: hidden;
}

.member-task-details p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(126, 220, 211, 0.11);
  color: #9fc0bd;
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: left;
}

.task-carousel-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-top: -22px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(5, 31, 35, 0.86);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36), 0 0 0 4px rgba(5, 28, 32, 0.48);
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}

.task-carousel-arrow svg {
  width: 22px;
  height: 22px;
}

.task-carousel-prev {
  left: -22px;
}

.task-carousel-next {
  right: -22px;
}

.task-carousel-arrow:hover:not(:disabled),
.task-carousel-arrow:focus-visible:not(:disabled) {
  transform: scale(1.06);
  border-color: #ffffff;
  background: rgba(15, 70, 72, 0.96);
  outline: none;
}

.task-carousel-arrow:disabled {
  opacity: 0.2;
  cursor: default;
}

.member-task-swipe-hint {
  display: none;
}

@media (max-width: 1100px) {
  .brand-subtitle {
    display: none;
  }

  .member-task-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 930px) {
  .language-switcher {
    margin-left: auto;
  }

  .header-auth-actions,
  .header-account {
    order: 4;
  }

  .main-nav {
    order: 3;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 10px;
  }

  .brand-logo {
    width: 142px;
  }

  .language-trigger {
    min-height: 36px;
    padding: 7px 9px;
  }

  .language-menu {
    right: 0;
    left: auto;
  }

  .main-nav {
    display: none;
  }

  .header-account {
    justify-content: flex-start;
  }

  .account-summary {
    min-width: 0;
    flex: 1 1 auto;
  }

  .account-user {
    max-width: min(44vw, 190px);
  }

  .member-tasks {
    padding-top: 38px;
  }

  .member-tasks-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 22px;
  }

  .member-tasks-heading h2 {
    font-size: 1.42rem;
  }

  .member-tasks-heading > p {
    font-size: 0.86rem;
  }

  .member-task-viewport {
    padding-block: 7px 12px;
    touch-action: pan-y;
  }

  .member-task-track {
    gap: 14px;
  }

  .member-task-card {
    flex-basis: 100%;
    min-height: 254px;
    padding: 25px 20px 18px;
    border-radius: 22px;
  }

  .member-task-card h3 {
    min-height: 46px;
    font-size: 0.96rem;
  }

  .task-carousel-arrow {
    display: none;
  }

  .member-task-swipe-hint {
    display: block;
    margin: 13px 0 0;
    color: #607f7d;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 126px;
  }

  .language-trigger-code {
    display: none;
  }

  .language-trigger {
    gap: 5px;
  }

  .header-account {
    gap: 8px;
  }

  .account-avatar-button {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .account-logout {
    min-width: 48px;
    padding-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-task-card,
  .member-task-track,
  .member-task-nebula,
  .member-task-details,
  .member-task-details-toggle svg,
  .task-carousel-arrow,
  .language-chevron {
    transition: none !important;
  }

  .member-task-viewport {
    scroll-behavior: auto;
  }
}

/* ===== Earnessa v19.2 — hero fit and Essa female AI experience ===== */
.hero-title-help-row {
  width: min(100%, 760px);
  max-width: 100%;
  overflow: visible;
  padding-right: clamp(8px, 1.25vw, 18px);
}

#page-title {
  width: auto;
  max-width: 100%;
  overflow: visible;
  padding-right: 0.16em;
  font-size: clamp(2.72rem, 5.05vw, 4.14rem);
  line-height: 1.02;
  letter-spacing: -0.034em;
}

.page-title-text {
  width: auto;
  max-width: 100%;
  overflow: visible;
  padding-right: 0.045em;
}

.essa-launcher {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 58;
  display: block;
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  color: #effff9;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(26px) scale(0.88);
  filter: none;
  transition:
    width 520ms cubic-bezier(.22,.78,.2,1),
    height 520ms cubic-bezier(.22,.78,.2,1),
    opacity 360ms ease,
    transform 520ms cubic-bezier(.22,.78,.2,1),
    filter 220ms ease;
}

.essa-launcher.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.essa-launcher.is-visible:not(.is-compact) {
  width: 154px;
  height: 176px;
  border-radius: 30px;
}

.essa-launcher:hover,
.essa-launcher:focus-visible {
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 16px 25px rgba(0, 0, 0, 0.28));
  outline: none;
}

.essa-character-stage {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 132px;
  height: 148px;
  place-items: end center;
  opacity: 0;
  transform: translateY(36px) scale(0.9);
  transform-origin: 70% 100%;
  transition: opacity 480ms ease, transform 700ms cubic-bezier(.18,.82,.2,1);
  pointer-events: none;
}

.essa-launcher.is-visible:not(.is-compact) .essa-character-stage {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.essa-character-glow {
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 112px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(62, 233, 191, 0.22), rgba(22, 149, 137, 0.07) 48%, transparent 72%);
  filter: blur(11px);
  opacity: 0.8;
}

.essa-robot-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 126px;
  max-width: none;
  height: 146px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 18px rgba(1, 12, 16, 0.36));
  transform-origin: 68% 72%;
  transition: opacity 300ms ease, transform 400ms ease;
}

.essa-speech-bubble {
  position: absolute;
  right: 22px;
  bottom: 141px;
  z-index: 4;
  width: 198px;
  padding: 11px 14px;
  border: 1px solid rgba(181, 255, 229, 0.72);
  border-radius: 17px 17px 5px 17px;
  color: #06251f;
  background: linear-gradient(145deg, rgba(246, 255, 252, 0.98), rgba(197, 255, 232, 0.96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25), inset 0 1px 0 #fff;
  font-size: 0.79rem;
  font-weight: 820;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.012em;
  opacity: 0;
  transform: translateY(9px) scale(0.94);
  transform-origin: 88% 100%;
  transition: opacity 340ms ease, transform 460ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.essa-speech-bubble::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(181, 255, 229, 0.72);
  border-bottom: 1px solid rgba(181, 255, 229, 0.72);
  background: #c9ffe9;
  transform: rotate(45deg);
}

.essa-launcher.is-prompt-visible:not(.is-compact) .essa-speech-bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes essaFemaleGreeting {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  14% { transform: rotate(-2.8deg) translateY(-2px); }
  28% { transform: rotate(3.8deg) translateY(0); }
  42% { transform: rotate(-3.2deg) translateY(-2px); }
  56% { transform: rotate(3.2deg) translateY(0); }
  70% { transform: rotate(-2deg) translateY(-1px); }
  84% { transform: rotate(1.6deg) translateY(0); }
}

.essa-launcher.is-waving:not(.is-compact) .essa-robot-image {
  animation: essaFemaleGreeting 2.9s cubic-bezier(.36,.08,.22,1) 1;
}

.essa-launcher.is-exiting:not(.is-compact) .essa-character-stage {
  opacity: 0;
  transform: translateY(148px) scale(0.82);
  transition-duration: 760ms;
}

.essa-launcher.is-exiting:not(.is-compact) .essa-speech-bubble {
  opacity: 0;
  transform: translateY(14px) scale(0.92);
}

.essa-compact-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: visible;
  border: 1px solid rgba(123, 247, 185, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 38%, rgba(21, 58, 48, 0.44), transparent 48%),
    linear-gradient(150deg, #07100f, #010403 70%);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 -10px 24px rgba(42, 235, 151, 0.035);
  opacity: 0;
  transform: scale(0.5) rotate(-10deg);
  transition: opacity 300ms ease, transform 520ms cubic-bezier(.18,.88,.25,1.15), border-color 180ms ease, box-shadow 180ms ease;
  pointer-events: none;
}

.essa-launcher.is-compact {
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.essa-launcher.is-compact::before,
.essa-launcher.is-compact::after {
  content: none;
}

.essa-launcher.is-compact .essa-character-stage,
.essa-launcher.is-compact .essa-speech-bubble,
.essa-launcher.is-compact .essa-robot-image {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.essa-launcher.is-compact .essa-compact-face {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.essa-launcher.is-compact:hover .essa-compact-face,
.essa-launcher.is-compact:focus-visible .essa-compact-face {
  border-color: rgba(126, 255, 193, 0.68);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.44), 0 0 24px rgba(73, 255, 166, 0.12), inset 0 0 0 1px rgba(255,255,255,0.045);
}

.essa-compact-antenna {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 12px;
  height: 8px;
  border: 2px solid rgba(109, 239, 174, 0.44);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  transform: translateX(-50%);
}

.essa-compact-glasses {
  position: absolute;
  top: 19px;
  left: 50%;
  display: flex;
  gap: 3px;
  transform: translateX(-50%);
}

.essa-compact-glasses::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 17px;
  width: 6px;
  height: 2px;
  border-radius: 4px;
  background: rgba(158, 255, 208, 0.7);
}

.essa-compact-lens {
  position: relative;
  display: block;
  width: 18px;
  height: 17px;
  border: 2px solid rgba(139, 255, 198, 0.78);
  border-radius: 7px;
  background: rgba(15, 44, 34, 0.72);
  box-shadow: 0 0 8px rgba(79, 255, 165, 0.13), inset 0 0 8px rgba(59, 229, 145, 0.07);
}

.essa-compact-lens::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 7px;
  border-radius: 50%;
  background: #6cffae;
  box-shadow: 0 0 7px #57ff9f, 0 0 14px rgba(80, 255, 160, 0.62);
  animation: essaCompactBlink 4.8s ease-in-out infinite;
}

@keyframes essaCompactBlink {
  0%, 45%, 49%, 100% { transform: scaleY(1); }
  47% { transform: scaleY(0.12); }
}

.essa-panel {
  right: 18px;
  bottom: 88px;
  z-index: 57;
  width: min(420px, calc(100vw - 28px));
  border-color: rgba(113, 245, 193, 0.2);
  background:
    radial-gradient(circle at 90% 4%, rgba(65, 235, 167, 0.13), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(56, 188, 208, 0.08), transparent 34%),
    linear-gradient(155deg, rgba(6, 31, 35, 0.985), rgba(2, 14, 19, 0.995));
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.essa-panel-badge {
  color: #95f5bd;
  border-color: rgba(126, 242, 182, 0.2);
  background: rgba(11, 65, 48, 0.52);
}

.essa-send {
  border-color: rgba(155, 255, 201, 0.22);
  background: linear-gradient(145deg, #27875f, #155846);
  box-shadow: 0 8px 22px rgba(31, 167, 107, 0.2);
}

@media (max-width: 940px) {
  #page-title {
    font-size: clamp(2.18rem, 7.7vw, 3.95rem);
  }
}

@media (max-width: 640px) {
  .hero-title-help-row {
    width: 100%;
    padding-right: 8px;
  }

  #page-title {
    width: 100%;
    font-size: clamp(1.82rem, 7.75vw, 2.7rem);
    letter-spacing: -0.03em;
    padding-right: 0.1em;
  }

  .essa-launcher {
    right: 10px;
    bottom: 12px;
  }

  .essa-launcher.is-visible:not(.is-compact) {
    width: 126px;
    height: 154px;
  }

  .essa-character-stage {
    width: 112px;
    height: 128px;
  }

  .essa-robot-image {
    width: 108px;
    height: 126px;
  }

  .essa-speech-bubble {
    right: 12px;
    bottom: 122px;
    width: 176px;
    padding: 9px 12px;
    font-size: 0.72rem;
  }

  .essa-launcher.is-compact {
    width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .essa-compact-glasses {
    top: 17px;
  }

  .essa-panel {
    right: 10px;
    bottom: 78px;
    width: calc(100vw - 20px);
    max-height: min(76vh, 660px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .essa-launcher,
  .essa-character-stage,
  .essa-speech-bubble,
  .essa-compact-face,
  .essa-robot-image {
    animation: none !important;
    transition-duration: 1ms !important;
  }

  .essa-compact-lens::after {
    animation: none !important;
  }
}

/* ===== Earnessa v19.3 — mobile zero-jank performance profile ===== */
html.is-page-hidden *,
html.is-page-hidden *::before,
html.is-page-hidden *::after {
  animation-play-state: paused !important;
}

@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  html {
    scroll-behavior: auto;
  }

  body {
    background: linear-gradient(180deg, #052126 0%, #031316 48%, #020b0d 100%);
  }

  body::before,
  body::after,
  .page-space {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: max(100svh, 720px);
  }

  body::before {
    animation: none;
    opacity: 0.14;
  }

  body::after {
    filter: none;
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.38) 62%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.38) 62%, transparent 100%);
  }

  .ambient {
    display: none;
  }

  .site-header {
    position: relative;
    top: auto;
    background: rgba(3, 18, 21, 0.985);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.035);
    filter: none;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .site-header.is-hidden {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    pointer-events: auto;
  }

  .hero,
  .method-list-card,
  .signup-showcase-card,
  .site-card,
  .faq-section,
  .member-task-card {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .hero::after {
    background: radial-gradient(circle, rgba(39, 198, 190, 0.12), transparent 69%);
    filter: none;
  }

  .hero-banknote,
  .method-list-image,
  .site-logo,
  .essa-robot-image {
    filter: none;
  }

  .hero-banknote.note-two,
  .hero-banknote.note-three {
    display: none;
  }

  .card-nebula,
  .card-border-animation {
    display: none !important;
  }

  .site-card,
  .site-card::before,
  .site-logo-wrap,
  .info-box,
  .visit-link,
  .visit-link::before {
    transition: none;
  }

  .site-card:hover,
  .site-card:focus-visible,
  .site-card:active {
    transform: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .site-card:hover .site-logo-wrap,
  .site-card:focus-visible .site-logo-wrap,
  .site-card:hover .info-box,
  .site-card:focus-visible .info-box,
  .site-card:hover .visit-link,
  .site-card:focus-visible .visit-link {
    transform: none;
    filter: none;
  }

  .member-task-nebula,
  .essa-character-glow {
    filter: none;
  }

  .essa-compact-lens::after {
    animation: none;
  }

  .essa-panel,
  .modal-layer,
  .auth-modal-card,
  .language-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  @supports (content-visibility: auto) {
    .site-card,
    .faq-item {
      content-visibility: auto;
    }

    .site-card {
      contain-intrinsic-size: auto 520px;
    }

    .faq-item {
      contain-intrinsic-size: auto 76px;
    }
  }
}

/* ===== Earnessa v19.4 — balance card and persistent task workflow ===== */
.header-member-area[hidden],
.header-balance-card[hidden],
.task-claim-modal[hidden],
.task-claim-success[hidden],
.task-claim-referral-error[hidden],
.member-task-status[hidden],
.member-task-view-count[hidden] {
  display: none !important;
}

.header-member-area {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-balance-card {
  display: flex;
  min-width: 116px;
  min-height: 52px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-left: 0;
  padding: 7px 13px 8px;
  border: 1px solid rgba(100, 235, 170, 0.27);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(18, 76, 61, 0.82), rgba(5, 41, 42, 0.94)),
    radial-gradient(circle at 20% 0%, rgba(86, 238, 168, 0.15), transparent 55%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 26px rgba(0, 0, 0, 0.2);
}

.header-balance-label {
  color: #83aaa1;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
}

.header-balance-card .account-balance {
  padding: 0;
  color: #74f0ad;
  background: transparent;
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-shadow: 0 0 18px rgba(83, 235, 157, 0.15);
}

.header-account {
  margin-left: 0;
}

.account-summary {
  justify-content: center;
}

.member-tasks-title-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 8px;
}

.member-tasks-title-row h2 {
  margin: 0;
}

.member-task-view-toggle {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(115, 225, 214, 0.22);
  border-radius: 11px;
  color: #a7cdca;
  background: rgba(8, 48, 53, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 820;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.member-task-view-toggle:hover,
.member-task-view-toggle:focus-visible,
.member-task-view-toggle[aria-pressed="true"] {
  border-color: rgba(116, 239, 224, 0.42);
  color: #ecfffd;
  background: rgba(19, 79, 81, 0.78);
  outline: none;
}

.member-task-view-toggle:hover,
.member-task-view-toggle:focus-visible {
  transform: translateY(-1px);
}

.member-task-view-count {
  display: inline-grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  padding-inline: 5px;
  border-radius: 999px;
  color: #05201c;
  background: #73e8ae;
  font-size: 0.66rem;
  font-weight: 950;
}

.member-task-status {
  margin: -10px 0 18px;
  padding: 11px 13px;
  border: 1px solid rgba(116, 228, 216, 0.2);
  border-radius: 12px;
  color: #b7d5d2;
  background: rgba(6, 35, 40, 0.76);
  font-size: 0.8rem;
  font-weight: 720;
}

.member-task-status.is-error {
  border-color: rgba(255, 111, 128, 0.32);
  color: #ffc1c8;
  background: rgba(91, 22, 31, 0.34);
}

.member-task-card {
  min-height: 330px;
}

.member-task-card h3 {
  margin-bottom: 15px;
}

.member-task-start-button,
.member-task-complete-button,
.member-task-restart-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 9px 13px;
  border: 1px solid rgba(143, 255, 207, 0.4);
  border-radius: 12px;
  color: #04251c;
  background: linear-gradient(145deg, #98f4c4, #56d898);
  box-shadow: 0 9px 20px rgba(38, 193, 121, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.member-task-start-button:hover,
.member-task-start-button:focus-visible,
.member-task-complete-button:hover,
.member-task-complete-button:focus-visible,
.member-task-restart-button:hover,
.member-task-restart-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(38, 193, 121, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  filter: brightness(1.035);
  outline: none;
}

.member-task-start-button:disabled,
.member-task-complete-button:disabled,
.member-task-restart-button:disabled {
  cursor: wait;
  filter: grayscale(0.3);
  opacity: 0.62;
}

.member-task-complete-button {
  margin-top: 10px;
  color: #eafffd;
  border-color: rgba(111, 230, 216, 0.34);
  background: linear-gradient(145deg, rgba(29, 128, 125, 0.96), rgba(11, 80, 84, 0.98));
  box-shadow: 0 9px 20px rgba(19, 123, 119, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.member-task-restart-button {
  color: #eafffd;
  border-color: rgba(255, 202, 115, 0.35);
  background: linear-gradient(145deg, rgba(138, 91, 25, 0.92), rgba(82, 54, 18, 0.96));
  box-shadow: none;
}

.member-task-started-at,
.member-task-submission-state {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  padding: 10px 11px;
  border: 1px solid rgba(108, 219, 208, 0.15);
  border-radius: 11px;
  color: #a8c7c4;
  background: rgba(5, 38, 43, 0.72);
  font-size: 0.69rem;
  font-weight: 720;
  line-height: 1.45;
  text-align: center;
}

.member-task-started-at strong,
.member-task-submission-state strong {
  display: block;
  margin-top: 3px;
  color: #e8faf8;
  font-size: 0.76rem;
}

.member-task-submission-state.is-submitted {
  border-color: rgba(255, 206, 113, 0.22);
  color: #ffe2a5;
}

.member-task-submission-state.is-approved {
  border-color: rgba(94, 234, 158, 0.25);
  color: #adf5cb;
}

.member-task-submission-state.is-rejected {
  border-color: rgba(255, 115, 132, 0.27);
  color: #ffc0c8;
}

.member-task-details-toggle {
  margin-top: 10px;
}

.member-task-empty {
  width: 100%;
  padding: 40px 24px;
  border: 1px dashed rgba(126, 222, 213, 0.2);
  border-radius: 20px;
  color: #8dafac;
  background: rgba(4, 27, 32, 0.62);
  text-align: center;
}

.member-task-empty strong {
  display: block;
  margin-bottom: 7px;
  color: #e8f8f6;
  font-size: 1rem;
}

.task-claim-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  background: rgba(0, 10, 13, 0.86);
}

.task-claim-card {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100svh - 48px);
  overflow-y: auto;
  padding: 30px;
  border: 1px solid rgba(113, 231, 219, 0.23);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(52, 181, 164, 0.12), transparent 35%),
    linear-gradient(160deg, #092b31, #041a1f 75%);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.task-claim-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(132, 225, 217, 0.2);
  border-radius: 11px;
  color: #dff8f5;
  background: rgba(10, 52, 58, 0.9);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
}

.task-claim-card h2 {
  margin: 8px 46px 18px 0;
  color: #f0fffd;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.15;
}

.task-claim-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(119, 225, 214, 0.16);
  border-radius: 15px;
  background: rgba(4, 31, 36, 0.78);
}

.task-claim-summary span {
  display: block;
  margin-bottom: 5px;
  color: #739c99;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.task-claim-summary strong {
  color: #ebf9f7;
  font-size: 0.9rem;
}

.task-claim-summary .task-claim-reward {
  flex: 0 0 auto;
  color: #62eaa2;
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.task-claim-warning {
  margin-bottom: 20px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 92, 112, 0.54);
  border-radius: 14px;
  color: #ffd4d9;
  background: rgba(106, 20, 33, 0.3);
}

.task-claim-warning strong {
  display: block;
  margin-bottom: 5px;
  color: #ff9eaa;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.task-claim-warning p,
.task-claim-proof-note,
.task-claim-referral-error {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.6;
}

.task-claim-form,
.task-claim-form label {
  display: grid;
  gap: 8px;
}

.task-claim-form {
  gap: 16px;
}

.task-claim-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.task-claim-form label > span,
.task-claim-referral-fieldset legend {
  color: #b8d3d0;
  font-size: 0.75rem;
  font-weight: 790;
}

.task-claim-form input {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  border: 1px solid rgba(127, 220, 211, 0.18);
  border-radius: 12px;
  color: #eefcfa;
  background: rgba(2, 21, 26, 0.88);
  outline: none;
  font: inherit;
  font-size: 0.86rem;
}

.task-claim-form input:focus {
  border-color: rgba(111, 233, 220, 0.56);
  box-shadow: 0 0 0 3px rgba(71, 208, 195, 0.08);
}

.task-claim-referral-fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(125, 221, 212, 0.17);
  border-radius: 13px;
}

.task-claim-referral-fieldset legend {
  padding: 0 6px;
}

.task-claim-referral-fieldset label {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.task-claim-referral-fieldset input {
  width: 17px;
  min-height: 0;
  height: 17px;
  accent-color: #65dda3;
}

.task-claim-referral-error {
  margin-top: -8px;
  color: #ffadb7;
}

.task-claim-proof-note {
  padding: 12px 13px;
  border-left: 3px solid rgba(101, 219, 205, 0.4);
  border-radius: 0 10px 10px 0;
  color: #8fb3b0;
  background: rgba(6, 39, 44, 0.52);
}

.task-claim-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 3px;
}

.task-claim-actions button,
.task-claim-success button {
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 11px;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
}

.task-claim-cancel {
  border: 1px solid rgba(132, 221, 213, 0.18);
  color: #accac7;
  background: rgba(8, 45, 50, 0.66);
}

.task-claim-submit,
.task-claim-success button {
  border: 1px solid rgba(160, 255, 211, 0.46);
  color: #04221a;
  background: linear-gradient(145deg, #a0f4c8, #5ad99b);
}

.task-claim-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.task-claim-success {
  padding: 34px 12px 18px;
  text-align: center;
}

.task-claim-success-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(120, 242, 178, 0.42);
  border-radius: 50%;
  color: #b7ffd5;
  background: rgba(52, 181, 112, 0.16);
  box-shadow: 0 0 34px rgba(64, 220, 139, 0.12);
  font-size: 1.7rem;
  font-weight: 900;
}

.task-claim-success h2 {
  margin: 0 0 10px;
}

.task-claim-success p {
  max-width: 520px;
  margin: 0 auto 22px;
  color: #a8c9c5;
  font-size: 0.91rem;
  line-height: 1.7;
}

body.task-claim-open {
  overflow: hidden;
}

@media (max-width: 930px) {
  body.is-authenticated .header-member-area {
    order: 4;
    width: 100%;
    margin-left: 0;
  }

  body.is-authenticated .header-member-area .header-account {
    width: 0;
    min-width: 0;
    flex: 1 1 0;
    justify-content: flex-start;
    padding-top: 4px;
    border-top: 0;
  }
}

@media (max-width: 720px) {
  .member-tasks-title-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .member-task-view-toggle {
    min-height: 34px;
  }

  .member-task-card {
    min-height: 330px;
  }

  .task-claim-modal {
    place-items: start center;
    padding: 10px;
  }

  .task-claim-card {
    max-height: none;
    padding: 24px 17px;
    border-radius: 19px;
  }

  .task-claim-form-grid {
    grid-template-columns: 1fr;
  }

  .task-claim-actions {
    flex-direction: column-reverse;
  }

  .task-claim-actions button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .header-balance-card {
    min-width: 91px;
    min-height: 48px;
    padding-inline: 10px;
  }

  .header-balance-card .account-balance {
    font-size: 1.03rem;
  }

  body.is-authenticated .header-account {
    min-width: 0;
  }

  .account-user {
    max-width: 24vw;
  }

  .task-claim-summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-task-view-toggle,
  .member-task-start-button,
  .member-task-complete-button,
  .member-task-restart-button {
    transition: none !important;
  }
}

/* v20: authenticated shortcuts, verification and mobile performance */
.member-shortcuts{display:inline-flex;align-items:center;gap:7px;margin-left:10px}.member-shortcuts[hidden]{display:none!important}.member-shortcuts a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid rgba(130,226,218,.18);border-radius:12px;background:rgba(9,42,46,.72);color:#dffffb;text-decoration:none;font-size:.82rem;font-weight:850;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.member-shortcuts a:hover{border-color:rgba(130,226,218,.38);background:rgba(22,72,75,.78);transform:translateY(-1px)}
.turnstile-field{display:grid;gap:8px;margin-top:3px}.turnstile-field>div{min-height:65px}.turnstile-field p{margin:0;color:rgba(208,236,232,.62);font-size:.76rem;line-height:1.45}
.email-verification-gate{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin:4px 0 22px;padding:18px;border:1px solid rgba(255,207,95,.24);border-radius:18px;background:linear-gradient(135deg,rgba(78,57,14,.36),rgba(9,36,39,.88));box-shadow:0 20px 48px rgba(0,0,0,.18)}.email-verification-gate[hidden]{display:none!important}.email-verification-lock{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:rgba(255,211,102,.1);color:#ffdb7f;border:1px solid rgba(255,211,102,.22)}.email-verification-lock svg{width:27px}.email-verification-copy{display:grid;gap:4px}.email-verification-copy strong{color:#fff5d6;font-size:1rem}.email-verification-copy span{color:rgba(231,239,224,.7);font-size:.85rem;line-height:1.45}.email-verification-gate>button,.email-verification-code-row button{border:0;border-radius:12px;padding:12px 15px;background:linear-gradient(135deg,#fff0b3,#eabf56);color:#2c2208;font:inherit;font-size:.84rem;font-weight:900;cursor:pointer;white-space:nowrap}.email-verification-gate button:disabled{opacity:.58;cursor:wait}.email-verification-gate form{grid-column:2/4;display:grid;gap:8px}.email-verification-gate form[hidden]{display:none!important}.email-verification-gate label{color:rgba(235,245,240,.72);font-size:.78rem;font-weight:750}.email-verification-code-row{display:flex;gap:8px}.email-verification-code-row input{width:min(100%,230px);border:1px solid rgba(140,226,218,.2);border-radius:12px;background:#051d20;color:#fff;padding:12px 14px;font:inherit;font-size:1.15rem;font-weight:900;letter-spacing:.3em;text-align:center}.email-verification-resend{justify-self:start!important;padding:0!important;background:none!important;color:#b7dfd9!important;font-size:.78rem!important;text-decoration:underline}.email-verification-status{grid-column:2/4;min-height:18px;color:#c3ded9;font-size:.8rem}.email-verification-status.is-error{color:#ff9b9b}.email-verification-status.is-success{color:#89e7aa}
.member-task-card.is-email-locked{filter:saturate(.25) brightness(.72);pointer-events:none}.member-task-card-lock{display:grid;justify-items:center;gap:8px;margin:11px 0;padding:15px;border:1px solid rgba(255,218,126,.2);border-radius:14px;background:rgba(4,20,22,.72);color:#ffe5a0;text-align:center}.member-task-card-lock svg{width:28px}.member-task-card-lock strong{font-size:.82rem}.member-task-submission-state.is-evidence-required{border-color:rgba(255,211,102,.25);background:rgba(76,56,14,.22)}
.directory,.faq-section,.site-footer,.member-tasks{content-visibility:auto;contain-intrinsic-size:700px}.site-card,.member-task-card{contain:layout paint style}
@media(max-width:760px){.site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.member-shortcuts{order:4;width:100%;margin:0;justify-content:center}.member-shortcuts a{flex:1;max-width:180px}.email-verification-gate{grid-template-columns:auto 1fr;padding:15px;gap:12px}.email-verification-gate>button{grid-column:1/3;width:100%}.email-verification-gate form,.email-verification-status{grid-column:1/3}.email-verification-code-row{display:grid;grid-template-columns:1fr auto}.email-verification-code-row input{width:100%}.ambient,.hero-banknotes,.visual-ring{animation:none!important}.ambient{filter:blur(48px)!important;opacity:.55}.site-card::before,.site-card::after{animation:none!important}.site-card,.member-task-card,.auth-modal-card,.legal-modal-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.hero-visual{contain:layout paint}.visual-emblem{filter:none!important}.directory,.faq-section,.site-footer,.member-tasks{contain-intrinsic-size:900px}body{background-attachment:scroll!important}}
@media(max-width:520px){.member-shortcuts a{font-size:.78rem;padding:8px 10px}.email-verification-copy strong{font-size:.9rem}.email-verification-code-row{grid-template-columns:1fr}.email-verification-code-row button{width:100%}}
@media(prefers-reduced-data:reduce){.ambient,.hero-banknotes{display:none!important}.site-card::before,.site-card::after{display:none!important}}

/* ===== Earnessa v20 — mobile assistant rendering budget ===== */
@media (max-width: 820px), (hover: none) and (pointer: coarse) {
  .essa-launcher,
  .essa-character-stage,
  .essa-speech-bubble,
  .essa-compact-face,
  .essa-robot-image {
    transition-duration: 120ms !important;
  }

  .essa-launcher.is-visible:not(.is-compact) .essa-character-stage,
  .essa-launcher.is-prompt-visible:not(.is-compact) .essa-speech-bubble {
    opacity: 0 !important;
  }

  .essa-launcher.is-waving:not(.is-compact) .essa-robot-image,
  .essa-compact-lens::after {
    animation: none !important;
  }

  .essa-panel {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    contain: layout paint;
  }
}


/* ===== Earnessa v20.2 — Essa head-only launcher update ===== */
.essa-launcher.is-visible:not(.is-compact) {
  width: 170px;
  height: 170px;
  border-radius: 28px;
}

.essa-character-stage {
  right: -2px;
  bottom: 2px;
  width: 138px;
  height: 126px;
  place-items: end center;
  transform: translateY(28px) scale(0.92);
}

.essa-character-glow {
  right: 11px;
  bottom: 6px;
  width: 108px;
  height: 48px;
  opacity: 0.72;
}

.essa-robot-image {
  width: 122px;
  max-width: none;
  height: 144px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 15px 20px rgba(1, 12, 16, 0.34));
  transform-origin: 50% 72%;
}

.essa-speech-bubble {
  right: 8px;
  bottom: 114px;
  width: 206px;
}

.essa-launcher.is-waving:not(.is-compact) .essa-robot-image {
  animation: none !important;
}

@media (max-width: 640px) {
  .essa-launcher.is-visible:not(.is-compact) {
    width: 138px;
    height: 142px;
  }

  .essa-character-stage {
    width: 112px;
    height: 104px;
  }

  .essa-robot-image {
    width: 100px;
    height: 118px;
  }

  .essa-speech-bubble {
    right: 8px;
    bottom: 98px;
    width: 176px;
  }
}


/* ===== Earnessa v20.4 — collision-free task controls and resilient member header ===== */
/* The task controls use dedicated grid columns instead of negative offsets. */
.member-task-carousel {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  align-items: center;
  column-gap: 10px;
  padding: 7px 0 9px;
  overflow: visible;
}

.member-task-viewport {
  grid-column: 2;
  min-width: 0;
  width: 100%;
}

.task-carousel-arrow {
  position: relative;
  z-index: 20;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  justify-self: center;
  flex: 0 0 auto;
}

.task-carousel-prev {
  grid-column: 1;
  grid-row: 1;
}

.task-carousel-next {
  grid-column: 3;
  grid-row: 1;
}

/* Keep authenticated header children shrink-safe at every desktop width. */
body.is-authenticated .site-header {
  gap: 10px;
}

body.is-authenticated .brand,
body.is-authenticated .member-shortcuts,
body.is-authenticated .language-switcher,
body.is-authenticated .header-member-area,
body.is-authenticated .header-account,
body.is-authenticated .account-summary,
body.is-authenticated .main-nav {
  min-width: 0;
}

body.is-authenticated .brand {
  flex: 0 1 auto;
}

body.is-authenticated .brand-logo {
  width: clamp(142px, 13vw, 178px);
  flex: 0 0 auto;
}

body.is-authenticated .member-shortcuts {
  flex: 0 0 auto;
  margin-left: 0;
}

body.is-authenticated .language-switcher {
  flex: 0 0 auto;
}

body.is-authenticated .header-member-area {
  flex: 1 1 360px;
  max-width: 420px;
  margin-left: 0;
  gap: 8px;
  overflow: visible;
}

body.is-authenticated .header-balance-card {
  min-width: 104px;
}

body.is-authenticated .header-account {
  width: auto;
  min-width: 0;
  max-width: 292px;
  flex: 1 1 0;
  overflow: hidden;
  white-space: nowrap;
}

body.is-authenticated .account-summary {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

body.is-authenticated .account-user {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.is-authenticated .account-avatar-button,
body.is-authenticated .account-logout {
  flex: 0 0 auto;
}

body.is-authenticated .account-logout {
  white-space: nowrap;
}

/* The Sites anchor duplicates the page content and is the first item to yield
   space after login. S.S.S. remains available on wide screens. */
body.is-authenticated .main-nav {
  flex: 0 0 auto;
  margin-left: 0;
}

body.is-authenticated .main-nav a[href="#siteler"] {
  display: none;
}

@media (max-width: 1100px) {
  body.is-authenticated .main-nav {
    display: none;
  }

  body.is-authenticated .header-member-area {
    max-width: 390px;
  }
}

@media (max-width: 930px) {
  body.is-authenticated .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px 10px;
  }

  body.is-authenticated .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.is-authenticated .language-switcher {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }

  body.is-authenticated .member-shortcuts {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 0;
    justify-content: center;
  }

  body.is-authenticated .header-member-area {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 8px;
  }

  body.is-authenticated .header-member-area .header-account {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
    padding-top: 4px;
    border-top: 0;
  }

  body.is-authenticated .main-nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .member-task-carousel {
    display: block;
    padding: 7px 0 9px;
  }

  .member-task-viewport {
    width: 100%;
  }

  body.is-authenticated .member-shortcuts a {
    min-width: 0;
  }
}

@media (max-width: 430px) {
  body.is-authenticated .site-header {
    padding-inline: 9px;
  }

  body.is-authenticated .brand-logo {
    width: min(126px, 39vw);
  }

  body.is-authenticated .header-member-area {
    grid-template-columns: minmax(84px, 92px) minmax(0, 1fr);
    gap: 7px;
  }

  body.is-authenticated .header-balance-card {
    width: 100%;
    min-width: 0;
    padding-inline: 9px;
  }

  body.is-authenticated .header-account {
    gap: 6px;
    padding-inline: 4px;
  }

  body.is-authenticated .account-avatar-button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  body.is-authenticated .account-logout {
    min-width: 45px;
    padding-inline: 6px;
  }

  body.is-authenticated .account-user {
    max-width: none;
  }
}

@media (max-width: 350px) {
  body.is-authenticated .header-member-area {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.is-authenticated .account-summary {
    max-width: 54px;
  }

  body.is-authenticated .account-logout {
    font-size: 0.66rem;
  }
}


/* ===== Earnessa v20.5 — cache-safe definitive carousel/header repair ===== */
/* Carousel buttons live fully inside the component. They cannot be clipped by
   the viewport, task cards, page shell or any overflow ancestor. */
.member-task-carousel {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 7px 58px 9px !important;
  overflow: visible !important;
}

.member-task-viewport {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.task-carousel-arrow,
.task-carousel-prev,
.task-carousel-next {
  display: grid !important;
  position: absolute !important;
  z-index: 50 !important;
  top: 50% !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  flex: none !important;
  place-self: auto !important;
  justify-self: auto !important;
  overflow: hidden !important;
}

.task-carousel-prev {
  left: 4px !important;
  right: auto !important;
}

.task-carousel-next {
  right: 4px !important;
  left: auto !important;
}

.task-carousel-arrow:hover:not(:disabled),
.task-carousel-arrow:focus-visible:not(:disabled) {
  transform: translateY(-50%) scale(1.06) !important;
}

/* Stable authenticated header: the account panel receives a bounded column,
   and only the username is allowed to shrink/ellipsis. */
body.is-authenticated .site-header {
  display: grid !important;
  grid-template-columns: minmax(250px, 1fr) auto auto minmax(270px, 320px) auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 10px !important;
}

body.is-authenticated .brand {
  grid-column: 1 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.is-authenticated .brand-subtitle {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.is-authenticated .member-shortcuts {
  grid-column: 2 !important;
  margin: 0 !important;
  min-width: max-content !important;
}

body.is-authenticated .language-switcher {
  grid-column: 3 !important;
  margin: 0 !important;
}

body.is-authenticated .header-member-area {
  grid-column: 4 !important;
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 320px !important;
  margin: 0 !important;
  gap: 7px !important;
  overflow: hidden !important;
}

body.is-authenticated .header-balance-card {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}

body.is-authenticated .header-account {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  gap: 7px !important;
  padding: 4px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

body.is-authenticated .account-avatar-button {
  grid-column: 1 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  flex: none !important;
}

body.is-authenticated .account-summary {
  grid-column: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.is-authenticated .account-user {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.is-authenticated .account-logout {
  grid-column: 3 !important;
  min-width: 54px !important;
  max-width: 66px !important;
  padding-inline: 8px !important;
  flex: none !important;
  white-space: nowrap !important;
}

body.is-authenticated .main-nav {
  grid-column: 5 !important;
  margin: 0 !important;
  min-width: max-content !important;
}

@media (max-width: 1120px) {
  body.is-authenticated .site-header {
    grid-template-columns: minmax(170px, 1fr) auto auto minmax(260px, 310px) !important;
  }

  body.is-authenticated .brand-subtitle,
  body.is-authenticated .main-nav {
    display: none !important;
  }

  body.is-authenticated .header-member-area {
    grid-column: 4 !important;
  }
}

@media (max-width: 900px) {
  body.is-authenticated .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 9px 10px !important;
  }

  body.is-authenticated .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.is-authenticated .language-switcher {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.is-authenticated .member-shortcuts {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    justify-content: center !important;
  }

  body.is-authenticated .header-member-area {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 600px) {
  .member-task-carousel {
    padding-inline: 44px !important;
  }

  .task-carousel-arrow,
  .task-carousel-prev,
  .task-carousel-next {
    width: 36px !important;
    height: 36px !important;
  }

  .task-carousel-prev {
    left: 2px !important;
  }

  .task-carousel-next {
    right: 2px !important;
  }

  body.is-authenticated .header-member-area {
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  body.is-authenticated .header-balance-card {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    padding-inline: 8px !important;
  }

  body.is-authenticated .header-account {
    grid-template-columns: 38px minmax(0, 1fr) auto !important;
    gap: 5px !important;
  }

  body.is-authenticated .account-avatar-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  body.is-authenticated .account-logout {
    min-width: 48px !important;
    max-width: 56px !important;
    padding-inline: 6px !important;
    font-size: 0.69rem !important;
  }
}

@media (max-width: 360px) {
  .member-task-carousel {
    padding-inline: 40px !important;
  }

  .task-carousel-arrow,
  .task-carousel-prev,
  .task-carousel-next {
    width: 34px !important;
    height: 34px !important;
  }

  body.is-authenticated .header-member-area {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }

  body.is-authenticated .header-balance-card {
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
  }
}
