:root {
  --bg: #050806;
  --bg-2: #09100c;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f8fbf7;
  --muted: #b8c4bb;
  --green: #35f27b;
  --green-2: #10b95b;
  --gold: #f4c56f;
  --gold-2: #a87527;
  --danger: #ff5964;
  --reserved: #75a7ff;
  --sold: #7a828a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 4%, rgba(53, 242, 123, 0.18), transparent 18rem),
    radial-gradient(circle at 82% 2%, rgba(244, 197, 111, 0.14), transparent 20rem),
    linear-gradient(180deg, #030604 0%, var(--bg) 46%, #070907 100%);
  font-family: Inter, ui-rounded, "Segoe UI", system-ui, -apple-system, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem clamp(0.85rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 7, 5, 0.82);
  backdrop-filter: blur(22px) saturate(1.25);
}

.brand,
.metric-row,
.hero-actions,
.section-title,
.status-line,
.number-legend,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 0.7rem;
}

.brand-logo {
  position: relative;
  display: grid;
  width: 2.45rem;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(53, 242, 123, 0.25);
  border-radius: 0.72rem;
  background: #020402;
  box-shadow: 0 0 34px rgba(53, 242, 123, 0.2);
}

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

.brand strong,
.brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.desktop-nav {
  display: none;
}

.header-cta,
.primary-cta,
.secondary-cta,
.ghost-cta,
.whatsapp-cta,
.pix-cta,
.package-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.header-cta,
.primary-cta,
.pix-cta,
.package-button.is-selected {
  color: #041006;
  background: linear-gradient(135deg, var(--green), #b9ff55);
  box-shadow: 0 16px 40px rgba(53, 242, 123, 0.24);
}

.header-cta {
  min-height: 2.45rem;
  padding: 0 0.78rem;
  font-size: 0.8rem;
}

.secondary-cta,
.whatsapp-cta {
  border-color: rgba(53, 242, 123, 0.34);
  color: #eaffef;
  background: rgba(53, 242, 123, 0.1);
}

.ghost-cta,
.package-button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.hero {
  position: relative;
  display: grid;
  min-height: 76vh;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 6.5rem clamp(0.95rem, 5vw, 4rem) 1.25rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 6, 4, 0.96), rgba(3, 6, 4, 0.68) 48%, rgba(3, 6, 4, 0.18)),
    linear-gradient(0deg, rgba(3, 6, 4, 0.94), transparent 58%),
    url("../assets/sorteios-mural-banner-20260617.png") center right 24% / cover no-repeat;
  filter: saturate(1.08) contrast(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 26%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-grid {
  display: grid;
  width: min(1180px, 100%);
  gap: 1.2rem;
  margin: 0 auto;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.plan-kicker,
.tiny-label {
  width: fit-content;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 0.85rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(244, 197, 111, 0.34);
  border-radius: 0.5rem;
  background: rgba(244, 197, 111, 0.08);
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 0.95rem;
  font-size: clamp(2.55rem, 11vw, 6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 56ch;
  color: #dce6dd;
  font-size: clamp(1rem, 2.2vw, 1.24rem);
  line-height: 1.5;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.hero-actions a,
.campaign-actions a {
  min-width: 10.5rem;
  padding: 0 1rem;
}

.hero-panel,
.create-panel,
.section-panel,
.campaign-sidebar,
.number-board,
.regulation,
.organizer-card {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(7, 12, 9, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-panel {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.metric-row {
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
}

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

.metric-row span {
  color: var(--muted);
  font-size: 0.82rem;
}

.section {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4.25rem) clamp(0.95rem, 4vw, 2rem) 0;
}

.section-title {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2.45rem);
}

.section-title p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.feature-card,
.plan-card,
.campaign-card,
.rank-card,
.faq-item,
.stat-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--panel);
}

.feature-card,
.plan-card,
.rank-card,
.faq-item,
.stat-card {
  padding: 1rem;
}

.feature-card span,
.stat-card span {
  display: grid;
  width: 2.45rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.65rem;
  color: #061006;
  background: linear-gradient(135deg, var(--green), var(--gold));
  font-weight: 950;
}

.feature-card h3,
.plan-card h3,
.faq-item h3 {
  margin: 0.8rem 0 0.4rem;
}

.feature-card p,
.plan-card p,
.campaign-card p,
.rank-card p,
.faq-item p,
.stat-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.plan-card {
  display: grid;
  gap: 0.75rem;
}

.plan-card.is-featured {
  border-color: rgba(53, 242, 123, 0.45);
  background:
    radial-gradient(circle at 92% 8%, rgba(53, 242, 123, 0.14), transparent 12rem),
    var(--panel-strong);
}

.price {
  color: white;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 950;
  overflow-wrap: anywhere;
}

.plan-card ul {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding-left: 1.05rem;
  color: #e6eee7;
}

.campaign-card {
  overflow: hidden;
}

.campaign-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #111;
}

.campaign-body {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.campaign-card h3 {
  margin: 0;
}

.progress-track {
  height: 0.65rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-fill {
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.status-line {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.status-pill {
  width: fit-content;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  color: #051006;
  background: var(--green);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.status-pill.is-warning {
  color: #1f1400;
  background: var(--gold);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.rank-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.rank-position {
  display: grid;
  width: 2.25rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  color: #120d03;
  background: var(--gold);
  font-weight: 950;
}

.rank-card strong {
  display: block;
  overflow-wrap: anywhere;
}

.rank-card p {
  font-size: 0.85rem;
}

.create-panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.35rem);
}

.create-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 0.85rem;
  min-width: 0;
  width: 100%;
}

.field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
}

.field label {
  color: #e9f2ea;
  font-size: 0.84rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.7rem;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
  outline: 0;
  padding: 0.7rem 0.78rem;
  overflow-wrap: anywhere;
}

.field textarea {
  min-height: 6rem;
  resize: vertical;
}

.upload-box {
  position: relative;
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  min-height: 8rem;
  align-content: center;
  padding: 1rem;
  overflow: hidden;
  border: 1px dashed rgba(53, 242, 123, 0.38);
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 242, 123, 0.12), transparent 12rem),
    rgba(255, 255, 255, 0.045);
}

.upload-box input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.upload-box span {
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.upload-box small {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.media-preview {
  display: none;
  gap: 0.85rem;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.05);
}

.media-preview:not(:empty) {
  display: grid;
}

.media-preview img,
.media-preview video {
  width: 100%;
  max-height: 16rem;
  border-radius: 0.7rem;
  object-fit: cover;
  background: #060806;
}

.media-preview strong {
  display: block;
  margin-bottom: 0.25rem;
  overflow-wrap: anywhere;
}

.media-preview p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.campaign-page {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 2rem) clamp(0.85rem, 4vw, 2rem) 2rem;
}

.campaign-hero {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

.campaign-media {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid rgba(244, 197, 111, 0.22);
  border-radius: 1rem;
  background: #090b09;
  box-shadow: var(--shadow);
}

.campaign-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.campaign-prize {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(244, 197, 111, 0.44);
  border-radius: 0.58rem;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.58);
  font-weight: 950;
}

.campaign-copy h1 {
  max-width: 13ch;
  font-size: clamp(2.25rem, 8vw, 4.9rem);
}

.campaign-copy p {
  color: var(--muted);
  line-height: 1.55;
}

.campaign-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 1rem;
}

.campaign-layout {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.campaign-sidebar,
.number-board,
.regulation,
.organizer-card {
  padding: 1rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.5rem), 1fr));
  gap: 0.7rem;
}

.stat-card strong {
  display: block;
  margin-top: 0.55rem;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  overflow-wrap: anywhere;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.package-button {
  min-width: 0;
  cursor: pointer;
}

.checkout-panel {
  align-content: start;
}

.checkout-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.checkout-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem 0.8rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(53, 242, 123, 0.18);
  border-radius: 0.75rem;
  background: rgba(53, 242, 123, 0.08);
}

.checkout-summary span {
  color: var(--muted);
  font-size: 0.78rem;
}

.checkout-summary strong {
  min-width: 0;
  color: #fff;
  text-align: right;
  overflow-wrap: anywhere;
}

.checkout-note,
#checkoutStatus {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.pix-box {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(244, 197, 111, 0.26);
  border-radius: 0.9rem;
  background:
    linear-gradient(135deg, rgba(244, 197, 111, 0.12), rgba(53, 242, 123, 0.07)),
    rgba(255, 255, 255, 0.05);
}

.pix-box[hidden] {
  display: none;
}

.pix-box h3 {
  margin: 0;
}

.pix-box textarea {
  width: 100%;
  min-height: 7rem;
  resize: vertical;
  word-break: break-word;
}

.reserved-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.reserved-list span {
  display: inline-grid;
  min-width: 3.4rem;
  min-height: 2rem;
  place-items: center;
  border: 1px solid rgba(117, 167, 255, 0.28);
  border-radius: 0.5rem;
  background: rgba(117, 167, 255, 0.15);
  color: #eaf1ff;
  font-size: 0.78rem;
  font-weight: 850;
}

.number-board {
  overflow: hidden;
}

.number-legend {
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.number-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.dot {
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--green);
}

.dot.reserved {
  background: var(--reserved);
}

.dot.sold {
  background: var(--sold);
}

.dot.paid {
  background: var(--green);
}

.dot.winner {
  background: var(--gold);
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.38rem;
  margin-top: 0.9rem;
  max-height: 30rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.number-cell {
  display: grid;
  min-height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background: rgba(53, 242, 123, 0.11);
  color: #eaffef;
  font-size: 0.78rem;
  font-weight: 850;
}

.number-cell.reserved {
  background: rgba(117, 167, 255, 0.14);
  color: #dce8ff;
}

.number-cell.sold {
  color: #c4c9cd;
  background: rgba(122, 130, 138, 0.14);
  text-decoration: line-through;
}

.number-cell.paid {
  color: #eaffef;
  background: rgba(53, 242, 123, 0.13);
}

.number-cell.winner {
  color: #160f02;
  border-color: rgba(244, 197, 111, 0.8);
  background: linear-gradient(135deg, var(--gold), #fff2a8);
  box-shadow: 0 0 22px rgba(244, 197, 111, 0.32);
}

.regulation,
.organizer-card {
  margin-top: 1rem;
}

.regulation ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #e1ebe3;
  line-height: 1.5;
}

.organizer-card {
  display: grid;
  gap: 0.55rem;
}

.organizer-card p {
  margin: 0;
  color: var(--muted);
}

.footer {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.35rem clamp(0.95rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer strong {
  color: var(--text);
}

.footer a {
  color: var(--green);
  font-weight: 850;
}

.mural-toolbar,
.dashboard-stats,
.fee-strip,
.filter-row {
  display: grid;
  gap: 0.75rem;
}

.search-field {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 800;
}

.search-field input {
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.78rem;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
  padding: 0 0.9rem;
  outline: 0;
}

.filter-row {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: none;
}

.filter-chip {
  min-height: 2.45rem;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #eef7ef;
  background: rgba(255, 255, 255, 0.055);
  padding: 0 0.82rem;
  font-weight: 850;
  white-space: nowrap;
}

.filter-chip.is-active {
  color: #061006;
  border-color: transparent;
  background: var(--green);
}

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

.fee-strip {
  margin-top: 0.85rem;
}

.fee-strip span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.78rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
}

.fee-strip strong {
  color: var(--text);
}

.rank-panel,
.affiliate-card,
.table-panel,
.ai-panel,
.form-result,
.result-hero,
.auth-card,
.trust-card,
.wallet-panel {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 10, 0.82);
  padding: 1rem;
}

.rank-panel h3,
.affiliate-card h3,
.table-panel h2 {
  margin: 0 0 0.8rem;
  overflow-wrap: anywhere;
}

.rank-panel p {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.rank-panel p strong {
  display: grid;
  width: 1.55rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  color: #071006;
  background: var(--gold);
  font-size: 0.78rem;
}

.dashboard-shell {
  display: grid;
  width: min(1260px, 100%);
  gap: 1rem;
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 2rem) clamp(0.85rem, 4vw, 2rem) 2rem;
}

.create-page-shell {
  display: block;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 2rem) clamp(0.85rem, 4vw, 2rem) 2rem;
}

.dashboard-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(9rem, max-content);
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.dashboard-menu a {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  padding: 0 0.8rem;
  font-weight: 850;
  text-transform: capitalize;
  white-space: nowrap;
}

.dashboard-menu a.is-active {
  color: #061006;
  background: var(--green);
}

.auth-card {
  display: none;
}

.dashboard-main {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.dashboard-top {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.dashboard-top h1,
.result-hero h1 {
  max-width: none;
  font-size: clamp(2rem, 7vw, 4rem);
}

.dashboard-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.responsive-table {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
}

th,
td {
  padding: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
}

th {
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
}

td {
  color: #e8f1e9;
  overflow-wrap: anywhere;
}

.affiliate-card {
  display: grid;
  gap: 0.65rem;
}

.lead-capture {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lead-capture h3 {
  margin: 0;
}

.check-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem;
  color: #eaf4ec;
  line-height: 1.35;
  font-weight: 800;
}

.check-row input {
  width: 1.05rem;
  aspect-ratio: 1;
  margin-top: 0.12rem;
  accent-color: var(--green);
}

.lead-capture > p {
  margin: 0;
  color: var(--green);
  line-height: 1.45;
}

.lead-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.affiliate-card p,
.ai-output p,
.form-result p,
.public-alert {
  color: var(--muted);
  line-height: 1.5;
}

.ai-panel,
.form-result {
  margin-top: 1rem;
}

.ai-output {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border: 1px dashed rgba(53, 242, 123, 0.26);
  border-radius: 0.78rem;
  background: rgba(53, 242, 123, 0.06);
}

.public-alert {
  display: none;
  margin: 0.85rem 0 0;
  padding: 0.8rem;
  border: 1px solid rgba(244, 197, 111, 0.32);
  border-radius: 0.75rem;
  background: rgba(244, 197, 111, 0.08);
}

.public-alert.is-visible {
  display: block;
}

.result-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 2rem) clamp(0.85rem, 4vw, 2rem) 2rem;
}

.result-hero {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
  text-align: left;
}

.result-prize-media {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(244, 197, 111, 0.24);
  border-radius: 0.95rem;
  background: #060806;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.result-prize-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.winner-number {
  width: fit-content;
  padding: 0.65rem 0.9rem;
  border-radius: 0.85rem;
  color: #120d03;
  background: linear-gradient(135deg, var(--gold), #fff2a8);
  box-shadow: 0 18px 44px rgba(244, 197, 111, 0.18);
  font-size: clamp(2.4rem, 12vw, 5rem);
  font-weight: 950;
}

.empty-results {
  color: var(--muted);
}

.trust-card {
  display: grid;
  gap: 0.45rem;
}

.trust-card span {
  width: fit-content;
  padding: 0.32rem 0.54rem;
  border-radius: 999px;
  color: #061006;
  background: var(--green);
  font-size: 0.74rem;
  font-weight: 950;
}

.trust-card h3,
.trust-card p {
  margin: 0;
}

.trust-card p {
  color: var(--muted);
  line-height: 1.45;
}

.trust-card strong {
  color: var(--gold);
}

.wallet-panel {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.wallet-panel h2 {
  margin-bottom: 0.4rem;
}

.wallet-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.wallet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.wallet-grid article {
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.wallet-grid strong,
.wallet-grid span {
  display: block;
}

.wallet-grid strong {
  font-size: 1.2rem;
  overflow-wrap: anywhere;
}

.wallet-grid span,
.trust-progress span {
  color: var(--muted);
  font-size: 0.82rem;
}

.trust-progress {
  display: grid;
  gap: 0.4rem;
}

.trust-progress div {
  height: 0.7rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.trust-progress i {
  display: block;
  width: var(--score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.feature-card,
.plan-card,
.rank-card,
.faq-item,
.stat-card,
.campaign-card,
.wallet-panel,
.table-panel,
.create-panel,
.affiliate-card,
.rank-panel {
  min-width: 0;
  overflow: hidden;
}

@media (max-width: 420px) {
  .header-cta {
    padding-inline: 0.62rem;
  }

  .brand small {
    display: none;
  }

  .hero-actions,
  .campaign-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions a,
  .campaign-actions a {
    width: 100%;
  }
}

@media (min-width: 620px) {
  .grid.two,
  .grid.three,
  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .field.wide {
    grid-column: 1 / -1;
  }

  .media-preview:not(:empty) {
    grid-template-columns: minmax(12rem, 0.38fr) minmax(0, 1fr);
  }

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

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

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

  .dashboard-top {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .desktop-nav {
    display: flex;
    justify-content: center;
    gap: 1.1rem;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 760;
  }

  .desktop-nav a:hover {
    color: var(--green);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.55fr);
    align-items: end;
  }

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

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

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

  .mural-toolbar {
    grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1fr);
    align-items: end;
  }

  .dashboard-shell {
    grid-template-columns: minmax(15rem, 0.24fr) minmax(0, 1fr);
    align-items: start;
  }

  .dashboard-menu {
    position: sticky;
    top: 5.4rem;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
  }

  .dashboard-menu a {
    justify-content: flex-start;
  }

  .auth-card {
    display: grid;
    gap: 0.55rem;
  }

  .auth-card .brand-logo {
    width: 3rem;
  }

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

  .wallet-panel {
    grid-template-columns: minmax(0, 0.8fr) minmax(26rem, 1fr);
    align-items: center;
  }

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

  .trust-progress {
    grid-column: 1 / -1;
  }

  .campaign-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .campaign-layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.38fr);
    align-items: start;
  }

  .campaign-sidebar {
    position: sticky;
    top: 5.6rem;
  }
}

@media (min-width: 1120px) {
  .number-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
