:root {
  --navy: #020814;
  --navy-2: #061a35;
  --cyan: #24d8ff;
  --yellow: #ffe100;
  --white: #f7fbff;
  --muted: #b7c6db;
  --orange: #ff4b24;
  --line: rgba(36, 216, 255, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

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

h1,
h2,
h3 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.classic-page {
  background: #f8fafc;
  color: #0d1422;
}

.classic-page main,
.aisell-page main,
.checkout-page main {
  margin: 0 auto;
  max-width: 430px;
  min-height: 100vh;
  overflow: hidden;
}

.classic-hero {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 72, 30, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f4 0%, #ffffff 54%, #f8fafc 100%);
  padding: 26px 20px 28px;
  text-align: center;
}

.classic-pill {
  border: 1px solid rgba(255, 75, 36, 0.22);
  border-radius: 7px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
  max-width: 310px;
  padding: 10px 12px;
  text-transform: uppercase;
}

.classic-hero h1 {
  color: #05070b;
  font-size: 1.92rem;
  line-height: 0.98;
  margin: 0 auto 18px;
  max-width: 360px;
}

.classic-lead {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 auto 20px;
  max-width: 342px;
}

.classic-lead strong {
  color: var(--orange);
  font-weight: 950;
}

.classic-benefits {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 22px;
  max-width: 340px;
}

.classic-benefits span {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 0.72rem;
  font-weight: 950;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
}

.classic-benefits span::before {
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  content: "✓";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.62rem;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.offer-block {
  margin: 0 auto;
  max-width: 360px;
  text-align: center;
}

.offer-price-line {
  align-items: baseline;
  color: #d5dce7;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.98rem;
  font-weight: 950;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 0 14px;
}

.classic-page .offer-price-line {
  color: #697386;
}

.offer-price-line del {
  color: #8f98a6;
  text-decoration-color: #687181;
  text-decoration-thickness: 2px;
}

.offer-price-line strong {
  color: var(--orange);
  font-size: 1.08rem;
}

.enroll-button {
  align-items: center;
  background: linear-gradient(180deg, #ff6738, #ff3d17);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 16px 30px rgba(255, 71, 31, 0.28);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.payment-note {
  color: rgba(247, 251, 255, 0.72);
  font-size: 0.72rem;
  margin: 12px 0 14px;
}

.classic-page .payment-note {
  color: #64748b;
}

.payment-methods {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(4, 15, 32, 0.08);
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(1, 7, 18, 0.22);
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  max-width: 286px;
  min-height: 36px;
  padding: 0 12px;
}

.pay-logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 950;
  gap: 3px;
  line-height: 1;
}

.pay-logo__mark {
  display: inline-block;
  flex: 0 0 auto;
}

.pay-logo--mastercard {
  height: 16px;
  position: relative;
  width: 30px;
}

.pay-logo--mastercard .pay-logo__mark,
.pay-logo--mastercard .pay-logo__mark::after {
  border-radius: 999px;
  content: "";
  height: 16px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

.pay-logo--mastercard .pay-logo__mark {
  background: #eb001b;
}

.pay-logo--mastercard .pay-logo__mark::after {
  background: #f79e1b;
  left: 12px;
  opacity: 0.9;
}

.pay-logo--visa {
  color: #1744a5;
  font-style: italic;
}

.pay-logo--maya {
  color: #06a55f;
}

.pay-logo--maya .pay-logo__mark {
  background: #06c270;
  border-radius: 999px;
  height: 5px;
  width: 5px;
}

.pay-logo--gcash {
  color: #0b65d8;
}

.pay-logo--gcash .pay-logo__mark {
  border: 2px solid #0b65d8;
  border-radius: 999px;
  height: 14px;
  position: relative;
  width: 14px;
}

.pay-logo--gcash .pay-logo__mark::after {
  background: #0b65d8;
  border-radius: 999px;
  content: "";
  height: 3px;
  position: absolute;
  right: 2px;
  top: 4px;
  width: 6px;
}

.pay-logo--qrph {
  color: var(--orange);
}

.pay-logo--qrph .pay-logo__mark {
  background:
    linear-gradient(#ff4b24 0 0) left top / 5px 5px no-repeat,
    linear-gradient(#ffd21f 0 0) right top / 5px 5px no-repeat,
    linear-gradient(#2478ff 0 0) left bottom / 5px 5px no-repeat;
  height: 12px;
  width: 12px;
}

.scenario-section,
.lead-card {
  background: #ffffff;
  border-top: 1px solid rgba(255, 75, 36, 0.16);
  padding: 28px 20px;
}

.scenario-section h2,
.lead-card h2 {
  color: #111827;
  font-size: 1.32rem;
  line-height: 1.1;
  margin-bottom: 18px;
}

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

.scenario-card {
  border: 1px solid rgba(255, 75, 36, 0.2);
  border-radius: 8px;
  padding: 14px;
}

.scenario-card h3 {
  color: var(--orange);
  font-size: 0.98rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.scenario-card ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scenario-card li {
  color: #111827;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.3;
  padding-left: 22px;
  position: relative;
}

.scenario-card li::before {
  color: var(--orange);
  content: "✓";
  font-weight: 950;
  left: 0;
  position: absolute;
  top: 0;
}

.aisell-page {
  background: var(--navy);
  color: var(--white);
}

.poster-hero {
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.poster-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  width: 100%;
}

.poster-hero__shade {
  background:
    linear-gradient(180deg, rgba(2, 8, 20, 0.96) 0%, rgba(2, 8, 20, 0.72) 34%, rgba(2, 8, 20, 0.1) 64%, rgba(2, 8, 20, 0.9) 100%),
    radial-gradient(circle at 50% 30%, rgba(13, 148, 255, 0.18), transparent 48%);
  inset: 0;
  position: absolute;
}

.poster-hero__content {
  padding: 26px 18px 24px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 16px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #0ad4ff, #236cff);
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(10, 212, 255, 0.48);
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  transform: skew(-8deg);
  width: 54px;
}

.brand span {
  font-size: 1.85rem;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.hero-pill {
  border: 1px solid rgba(36, 216, 255, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 0 24px rgba(36, 216, 255, 0.12), 0 0 28px rgba(36, 216, 255, 0.2);
  color: #d9f4ff;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin: 0 auto 18px;
  max-width: 350px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.poster-hero h1 {
  color: var(--white);
  font-size: 2.12rem;
  line-height: 0.92;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.title-line,
.title-highlight {
  display: block;
}

.title-highlight {
  color: var(--yellow);
  font-size: 2.86rem;
  line-height: 0.9;
  text-shadow: 0 0 22px rgba(255, 225, 0, 0.32);
}

.hero-copy {
  color: rgba(247, 251, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.38;
  margin: 0 auto;
  max-width: 350px;
}

.hero-copy strong {
  color: var(--cyan);
}

.feature-section {
  background:
    linear-gradient(180deg, rgba(2, 8, 20, 0.76), var(--navy)),
    radial-gradient(circle at 50% 0%, rgba(0, 157, 255, 0.2), transparent 44%);
  margin-top: -82px;
  padding: 0 18px 40px;
  position: relative;
  z-index: 3;
}

.feature-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px auto 20px;
  max-width: 394px;
}

.feature-card {
  background: linear-gradient(180deg, rgba(0, 70, 150, 0.32), rgba(0, 25, 72, 0.74));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: inset 0 0 26px rgba(36, 216, 255, 0.08);
  min-height: 128px;
  min-width: 0;
  padding: 14px 8px;
  text-align: center;
}

.feature-icon {
  border: 2px solid rgba(36, 216, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(36, 216, 255, 0.4);
  height: 54px;
  margin: 0 auto 14px;
  position: relative;
  width: 54px;
}

.feature-icon::before {
  color: var(--white);
  content: "□";
  font-size: 1.65rem;
  font-weight: 950;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feature-icon--gear::before {
  content: "⚙";
}

.feature-icon--cap::before {
  content: "▱";
}

.feature-card h2 {
  color: var(--white);
  font-size: 0.86rem;
  line-height: 1.22;
  margin: 0;
  text-transform: uppercase;
}

.disclaimer-line {
  color: rgba(247, 251, 255, 0.68);
  font-size: 0.78rem;
  margin: 18px 0 0;
  text-align: center;
}

.dark-section,
.aisell-page .lead-card {
  background: var(--navy);
  padding: 46px 22px;
}

.section-kicker {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.classic-page .section-kicker {
  color: var(--orange);
}

.dark-section h2,
.aisell-page .lead-card h2 {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.04;
  margin-bottom: 22px;
}

.module-list {
  display: grid;
  gap: 10px;
}

.module-list div {
  align-items: start;
  background: rgba(6, 26, 53, 0.78);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  padding: 13px;
}

.module-list span {
  color: var(--cyan);
  font-weight: 950;
}

.module-list p {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.footer {
  background: #fff;
  border-top: 1px solid rgba(255, 75, 36, 0.12);
  padding: 24px 22px 32px;
}

.aisell-page .footer {
  background: var(--navy);
  border-color: rgba(36, 216, 255, 0.12);
}

.footer p {
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.5;
  margin: 0;
}

.aisell-page .footer p {
  color: rgba(247, 251, 255, 0.56);
}

.checkout-page {
  background: var(--navy);
  color: var(--white);
}

.checkout-wrap {
  display: grid;
  place-items: center;
  padding: 28px 18px;
}

.checkout-card {
  background: linear-gradient(180deg, rgba(7, 38, 78, 0.92), rgba(3, 15, 36, 0.96));
  border: 1px solid rgba(36, 216, 255, 0.28);
  border-radius: 12px;
  box-shadow: 0 0 38px rgba(0, 157, 255, 0.16);
  padding: 20px;
  width: 100%;
}

.checkout-card h1,
.checkout-card h2 {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.04;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  color: rgba(247, 251, 255, 0.84);
  display: grid;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 7px;
}

.classic-page .checkout-form label {
  color: #111827;
}

.checkout-form input,
.checkout-form select {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid transparent;
  border-radius: 8px;
  color: #071226;
  min-height: 50px;
  padding: 0 14px;
}

.check-row {
  align-items: start;
  display: grid;
  gap: 9px;
  grid-template-columns: 18px 1fr;
}

.check-row input {
  min-height: auto;
}

.summary-list {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.summary-list p {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 9px 0;
}

.notice,
.error {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  line-height: 1.45;
  padding: 12px;
}

.error {
  background: rgba(255, 75, 36, 0.18);
  color: #ffd5c9;
}

.admin-page,
.member-page {
  background: #071226;
  color: var(--white);
  min-height: 100vh;
}

.admin-sidebar {
  background: #020814;
  border-bottom: 1px solid rgba(36, 216, 255, 0.18);
  padding: 18px;
}

.admin-sidebar h2 {
  font-size: 1.05rem;
  margin: 0 0 12px;
}

.admin-sidebar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-sidebar a {
  background: rgba(36, 216, 255, 0.1);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 7px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 850;
  padding: 9px 10px;
}

.admin-main {
  margin: 0 auto;
  max-width: 1100px;
  padding: 22px;
}

.admin-main h1 {
  font-size: 2rem;
  line-height: 1;
}

.admin-user {
  color: var(--muted);
  font-size: 0.84rem;
}

.metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.metric-grid div,
.admin-card {
  background: rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 10px;
  padding: 16px;
}

.metric-grid span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 7px;
}

.metric-grid strong {
  font-size: 1.5rem;
}

.admin-cards {
  display: grid;
  gap: 14px;
}

.admin-card h2 {
  font-size: 1.2rem;
}

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

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-actions a,
.admin-actions button,
.settings-form button,
td button {
  background: #0b65d8;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 10px 12px;
}

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

table {
  border-collapse: collapse;
  min-width: 780px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid rgba(36, 216, 255, 0.12);
  font-size: 0.84rem;
  padding: 10px;
  text-align: left;
}

th {
  color: var(--cyan);
}

.settings-form {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.settings-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.82rem;
  gap: 6px;
}

.settings-form input {
  border: 0;
  border-radius: 8px;
  min-height: 46px;
  padding: 0 12px;
}

.preview-member-page {
  background:
    radial-gradient(circle at 75% 0%, rgba(36, 216, 255, 0.18), transparent 32%),
    #071226;
}

.preview-sidebar .preview-badge {
  background: rgba(255, 75, 36, 0.16);
  border: 1px solid rgba(255, 75, 36, 0.32);
  border-radius: 999px;
  color: #ffb39f;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.user-preview-main {
  display: grid;
  gap: 18px;
}

.member-hero {
  background:
    linear-gradient(135deg, rgba(0, 120, 255, 0.2), rgba(255, 75, 36, 0.12)),
    rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.2);
  border-radius: 14px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  padding: 22px;
}

.member-hero h1 {
  font-size: 2.15rem;
  line-height: 1.02;
  margin-bottom: 10px;
}

.member-hero p {
  color: var(--muted);
  line-height: 1.45;
  max-width: 680px;
}

.member-status-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 12px;
}

.member-status-row span {
  color: #9feaff;
  font-size: 0.84rem;
  font-weight: 900;
}

.member-status-row strong {
  color: #fff;
}

.preview-metrics {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.member-section {
  background: rgba(3, 15, 36, 0.72);
  border: 1px solid rgba(36, 216, 255, 0.13);
  border-radius: 14px;
  padding: 18px;
}

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

.section-head h2 {
  font-size: 1.55rem;
  line-height: 1.08;
  margin: 0;
}

.section-head .section-kicker {
  flex: 0 0 100%;
  margin: 0;
}

.product-preview-grid,
.settings-preview-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.product-preview-card {
  background: rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 10px;
  padding: 14px;
}

.product-thumb {
  align-items: center;
  background: linear-gradient(135deg, #22d8ff, #087cff);
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 48px;
}

.product-preview-card h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.product-preview-card p {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.tag-row span,
.status-pill {
  background: rgba(36, 216, 255, 0.12);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 999px;
  color: #bfeeff;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 6px 8px;
}

.mini-actions {
  display: grid;
  gap: 7px;
}

.mini-actions button,
.bot-preview-card button,
.affiliate-link-box button {
  background: rgba(255, 75, 36, 0.95);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 34px;
  padding: 0 10px;
}

.bot-preview-card {
  display: grid;
  gap: 10px;
}

.bot-preview-card button {
  max-width: 140px;
}

.aisell-engine-section {
  display: grid;
  gap: 16px;
}

.engine-hero-panel {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(36, 216, 255, 0.16), rgba(255, 75, 36, 0.12)),
    rgba(6, 26, 53, 0.9);
  border: 1px solid rgba(36, 216, 255, 0.24);
  border-radius: 14px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.engine-hero-panel h1 {
  font-size: 2rem;
  line-height: 1.02;
  margin-bottom: 10px;
}

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

.engine-dashboard-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.engine-dashboard-grid div {
  background: rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 10px;
  padding: 14px;
}

.engine-dashboard-grid span {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.engine-dashboard-grid strong {
  color: #fff;
  font-size: 1.12rem;
}

.engine-budget-panel,
.tutorial-panel {
  background: rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 12px;
  padding: 16px;
}

.engine-budget-panel h2,
.tutorial-panel h2 {
  font-size: 1.45rem;
  line-height: 1.08;
  margin-bottom: 8px;
}

.engine-budget-panel p,
.tutorial-panel li,
.risk-note {
  color: var(--muted);
  line-height: 1.45;
}

.budget-options {
  display: grid;
  gap: 9px;
  margin: 14px 0;
}

.budget-options button {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 12px;
  text-align: left;
}

.budget-options button strong {
  color: #ffe100;
  font-size: 1.18rem;
}

.budget-options button span {
  color: #bfeeff;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: right;
}

.engine-run-form {
  display: grid;
  gap: 10px;
}

.engine-run-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
}

.engine-run-form input {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 8px;
  color: #071226;
  min-height: 46px;
  padding: 0 12px;
}

.engine-workflow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.engine-workflow article {
  background: rgba(6, 26, 53, 0.72);
  border: 1px solid rgba(36, 216, 255, 0.14);
  border-radius: 10px;
  padding: 14px;
}

.engine-workflow article span {
  align-items: center;
  background: var(--orange);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 0.72rem;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  margin-bottom: 10px;
  width: 24px;
}

.engine-workflow h3 {
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.engine-workflow p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0;
}

.tutorial-panel ol {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 20px;
}

.risk-note {
  background: rgba(255, 75, 36, 0.12);
  border: 1px solid rgba(255, 75, 36, 0.24);
  border-radius: 9px;
  color: #ffd4ca;
  font-size: 0.84rem;
  margin: 0;
  padding: 12px;
}

.affiliate-link-box {
  background: rgba(6, 26, 53, 0.88);
  border: 1px solid rgba(36, 216, 255, 0.18);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 14px;
}

.affiliate-link-box span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.affiliate-link-box strong {
  color: #fff;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.affiliate-link-box button {
  max-width: 120px;
}

.withdrawal-preview,
.settings-preview-grid {
  margin-bottom: 16px;
}

.withdrawal-preview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.withdrawal-preview label,
.settings-preview-grid label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
}

.withdrawal-preview input,
.settings-preview-grid input {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 8px;
  color: #071226;
  min-height: 44px;
  padding: 0 12px;
}

@media (min-width: 760px) {
  .classic-page main,
  .aisell-page main,
  .checkout-page main {
    max-width: 760px;
  }

  .admin-page,
  .member-page {
    display: grid;
    grid-template-columns: 250px 1fr;
  }

  .admin-sidebar {
    border-bottom: 0;
    border-right: 1px solid rgba(36, 216, 255, 0.18);
    min-height: 100vh;
  }

  .admin-sidebar nav {
    display: grid;
  }
}
