:root {
  --smm-bg: #0f1117;
  --smm-bg-2: #121827;
  --smm-panel: #171d2b;
  --smm-panel-2: #101624;
  --smm-line: rgba(255, 255, 255, .1);
  --smm-text: #f7f9ff;
  --smm-muted: #a8b2c7;
  --smm-purple: #7b3dff;
  --smm-blue: #256bff;
  --smm-cyan: #00d1ff;
  --smm-green: #00e676;
  --smm-pink: #ff4d9d;
  --smm-radius: 8px;
}

html {
  min-height: 100%;
}

body.smmgpt-body {
  min-height: 100vh;
  color: var(--smm-text);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .13), transparent 28%),
    linear-gradient(225deg, rgba(0, 209, 255, .1), transparent 34%),
    linear-gradient(180deg, #090b11 0%, var(--smm-bg) 44%, #0c101a 100%);
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

body.smmgpt-body,
body.smmgpt-body p,
body.smmgpt-body label,
body.smmgpt-body input,
body.smmgpt-body select,
body.smmgpt-body textarea,
body.smmgpt-body button {
  letter-spacing: 0;
}

body.smmgpt-body a {
  color: #8fdfff;
}

body.smmgpt-body a:hover,
body.smmgpt-body a:focus {
  color: #ffffff;
  text-decoration: none;
}

.smmgpt-navbar.navbar {
  min-height: 72px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid var(--smm-line);
  background: rgba(10, 13, 21, .92);
  backdrop-filter: blur(14px);
}

.smmgpt-navbar .container,
.smmgpt-navbar .container-fluid {
  display: block;
}

.smmgpt-navbar .navbar-brand {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--smm-text);
  font-weight: 800;
}

.smmgpt-navbar .navbar-brand img {
  max-height: 42px;
  max-width: 178px;
}

.smmgpt-brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: 22px;
  line-height: 1;
}

.smmgpt-brand-text strong {
  color: #ffffff;
}

.smmgpt-brand-text em {
  color: var(--smm-cyan);
  font-style: normal;
}

.smmgpt-navbar .navbar-nav > li > a {
  min-height: 72px;
  display: flex;
  align-items: center;
  color: var(--smm-muted);
  font-weight: 700;
}

.smmgpt-navbar .navbar-nav > li > a:hover,
.smmgpt-navbar .navbar-nav > li > a:focus,
.smmgpt-navbar .navbar-nav > .active > a,
.smmgpt-navbar .navbar-nav > .active > a:hover,
.smmgpt-navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background: rgba(123, 61, 255, .18);
}

.smmgpt-navbar .navbar-toggle {
  margin-top: 18px;
  border-color: var(--smm-line);
  background: rgba(255, 255, 255, .06);
}

.smmgpt-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
}

.smmgpt-navbar .badge {
  background: linear-gradient(135deg, var(--smm-purple), var(--smm-blue));
}

.dropdown-menu {
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: #121827;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.dropdown-menu > li > a {
  color: var(--smm-text);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a {
  color: #ffffff;
  background: rgba(123, 61, 255, .24);
}

.smmgpt-language-switcher {
  position: relative;
}

.smmgpt-language-switcher .dropdown-toggle {
  white-space: nowrap;
}

.smmgpt-language-switcher .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 190px;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
}

.smmgpt-language-switcher .dropdown-menu > li > a {
  border-radius: var(--smm-radius);
  padding: 9px 10px;
  font-weight: 700;
}

.smmgpt-language-switcher .dropdown-menu > li > form {
  margin: 0;
}

.smmgpt-language-option {
  display: block;
  width: 100%;
  border: 0;
  border-radius: var(--smm-radius);
  background: transparent;
  color: var(--smm-text);
  font-weight: 700;
  padding: 9px 10px;
  text-align: left;
}

.smmgpt-language-option:hover,
.smmgpt-language-option:focus {
  background: rgba(0, 209, 255, .12);
  color: #fff;
  outline: 0;
}

.smmgpt-language-switcher .dropdown-menu > .active > a:after {
  content: "\2713";
  float: right;
  color: var(--smm-cyan);
}

.smmgpt-language-switcher .dropdown-menu > .active > form > button:after {
  content: "\2713";
  float: right;
  color: var(--smm-cyan);
}

body.smmgpt-body > .container,
body.smmgpt-body > .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  max-width: 1180px;
}

.well,
.panel,
.panel-card,
.smmgpt-auth-card,
.smmgpt-campaign-card,
.smmgpt-device,
.smmgpt-copy-panel,
.smmgpt-ai-order {
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: linear-gradient(180deg, rgba(23, 29, 43, .98), rgba(15, 21, 34, .98));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
}

.well,
.panel,
.panel-card {
  color: var(--smm-text);
}

.panel-default > .panel-heading {
  color: var(--smm-text);
  border-color: var(--smm-line);
  background: rgba(255, 255, 255, .04);
}

.smmgpt-home {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 40px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-template-areas:
    "copy auth"
    "visual auth";
  gap: 22px;
  align-items: stretch;
}

.smmgpt-page-hero {
  border-bottom: 1px solid var(--smm-line);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .18), transparent 36%),
    linear-gradient(225deg, rgba(0, 209, 255, .12), transparent 32%),
    rgba(15, 20, 34, .78);
}

.smmgpt-page-hero__inner {
  min-height: 180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
}

.smmgpt-page-hero h1 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.smmgpt-page-hero p {
  max-width: 760px;
  margin: 0;
  color: #dbe4f8;
  font-size: 16px;
  line-height: 1.7;
}

.smmgpt-hero-stats {
  width: min(420px, 42vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.smmgpt-hero-stats span {
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  color: var(--smm-muted);
  background: rgba(255, 255, 255, .05);
}

.smmgpt-hero-stats strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.smmgpt-home__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 18px 0;
}

.smmgpt-home h1 {
  margin: 8px 0 14px;
  color: #ffffff;
  font-size: 68px;
  line-height: .98;
  font-weight: 800;
}

.smmgpt-home h2 {
  margin: 8px 0 8px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 800;
}

.smmgpt-lead {
  max-width: 680px;
  margin: 0;
  color: #dbe4f8;
  font-size: 17px;
  line-height: 1.75;
}

.smmgpt-kicker,
.smmgpt-card-label {
  display: block;
  color: var(--smm-cyan);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.smmgpt-campaign-card {
  max-width: 720px;
  margin-top: 24px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.smmgpt-campaign-card strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.smmgpt-campaign-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.smmgpt-campaign-flow span,
.smmgpt-feature-row span,
.smmgpt-metrics span,
.smmgpt-ai-output {
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: rgba(255, 255, 255, .05);
}

.smmgpt-campaign-flow span {
  padding: 8px 10px;
  color: #dbe4f8;
  font-weight: 700;
  white-space: nowrap;
}

.smmgpt-feature-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.smmgpt-feature-row span {
  padding: 9px 11px;
  color: var(--smm-text);
  font-weight: 700;
}

.smmgpt-feature-row i {
  margin-right: 6px;
  color: var(--smm-green);
}

.smmgpt-hero-visual {
  grid-area: visual;
  min-height: 250px;
  display: flex;
  align-items: stretch;
}

.smmgpt-device {
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.smmgpt-device:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(120deg, black, transparent 76%);
  pointer-events: none;
}

.smmgpt-device > * {
  position: relative;
  z-index: 1;
}

.smmgpt-device__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--smm-muted);
}

.smmgpt-device__top b {
  color: #ffffff;
}

.smmgpt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.smmgpt-metrics span {
  min-height: 78px;
  padding: 12px;
  color: var(--smm-muted);
}

.smmgpt-metrics b {
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.smmgpt-mini-order {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.smmgpt-mini-order label {
  margin: 0;
  color: var(--smm-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.smmgpt-mini-order div:not(.smmgpt-stack-bars) {
  padding: 11px 12px;
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: rgba(10, 14, 24, .75);
}

.smmgpt-stack-bars {
  height: 52px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.smmgpt-stack-bars i {
  width: 24%;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--smm-cyan), var(--smm-blue));
}

.smmgpt-stack-bars i:nth-child(1) {
  height: 42%;
}

.smmgpt-stack-bars i:nth-child(2) {
  height: 72%;
  background: linear-gradient(180deg, var(--smm-green), var(--smm-cyan));
}

.smmgpt-stack-bars i:nth-child(3) {
  height: 56%;
  background: linear-gradient(180deg, var(--smm-pink), var(--smm-purple));
}

.smmgpt-auth-card {
  grid-area: auth;
  align-self: center;
  padding: 26px;
}

.smmgpt-signup-page {
  width: 100%;
  min-height: calc(100vh - 72px);
  padding: clamp(76px, 8vw, 104px) 18px clamp(34px, 5vw, 62px);
  background:
    radial-gradient(circle at 15% 10%, rgba(123, 61, 255, .18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(0, 209, 255, .14), transparent 30%),
    linear-gradient(90deg, rgba(123, 61, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 209, 255, .04) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}

body.is-public:has(.smmgpt-signup-page) .smmgpt-page-hero--public,
body.is-public:has(.signin-shell) .smmgpt-page-hero--public {
  display: none;
}

.smmgpt-signup-page .smmgpt-template-callout,
.smmgpt-signup-page .smmgpt-auth-card {
  width: 100%;
}

.smmgpt-auth-card--signup {
  grid-area: auto;
  align-self: center;
}

.smmgpt-signup-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}

.smmgpt-signup-grid > * {
  width: 100%;
  min-width: 0;
}

.smmgpt-signup-copy {
  min-height: 0;
  padding: clamp(20px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smmgpt-signup-copy .brand {
  margin-bottom: 28px;
}

.smmgpt-signup-copy h1 {
  max-width: 680px;
  margin: 8px 0 16px;
  color: #ffffff;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.05;
  font-weight: 800;
}

.smmgpt-signup-copy p {
  max-width: 660px;
  color: #dbe4f8;
  font-size: 18px;
  line-height: 1.68;
}

.signup-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.signup-feature-list span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--smm-radius);
  background: rgba(255, 255, 255, .055);
  color: #dfe8ff;
  font-weight: 800;
}

.signup-feature-list i {
  color: var(--smm-cyan);
}

.smmgpt-muted {
  color: var(--smm-muted);
}

.smmgpt-auth-foot {
  margin-top: 16px;
  color: var(--smm-muted);
  text-align: center;
}

.smmgpt-google-signin {
  margin-top: 14px;
}

.smmgpt-copy-panel {
  padding: 20px;
  margin-bottom: 30px;
}

.form-control {
  min-height: 44px;
  color: var(--smm-text);
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: #0b101a;
  box-shadow: none;
}

.form-control:focus {
  border-color: rgba(0, 209, 255, .75);
  box-shadow: 0 0 0 3px rgba(0, 209, 255, .13);
}

label,
.control-label {
  color: #eef3ff;
  font-weight: 700;
}

.checkbox label,
.radio label,
.help-block {
  color: var(--smm-muted);
}

.btn {
  min-height: 42px;
  border-radius: var(--smm-radius);
  font-weight: 800;
}

.btn-primary {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, var(--smm-purple), var(--smm-blue));
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #8c56ff, #3678ff);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary *,
.btn-primary:hover *,
.btn-primary:focus *,
.btn-primary:active * {
  color: #ffffff !important;
}

.btn-default,
.btn-info,
.btn-warning,
.btn-success,
.btn-danger {
  border-color: var(--smm-line);
  color: #ffffff;
  background: rgba(255, 255, 255, .07);
}

.btn-block {
  width: 100%;
}

.alert {
  border-radius: var(--smm-radius);
}

.alert-success {
  color: #ceffdf;
  border-color: rgba(0, 230, 118, .24);
  background: rgba(0, 230, 118, .12);
}

.alert-danger {
  color: #ffd7e8;
  border-color: rgba(255, 77, 157, .24);
  background: rgba(255, 77, 157, .12);
}

.table {
  color: var(--smm-text);
}

.table > thead > tr > th {
  color: var(--smm-muted);
  border-bottom-color: var(--smm-line);
  font-size: 12px;
  text-transform: uppercase;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top-color: var(--smm-line);
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, .025);
}

.table-hover > tbody > tr:hover {
  background: rgba(0, 209, 255, .06);
}

.nav-pills {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-pills > li {
  float: none;
}

.nav-pills > li > a,
.nav-pills > li > .dropdown > .btn {
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  color: var(--smm-text);
  background: rgba(255, 255, 255, .06);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: linear-gradient(135deg, var(--smm-purple), var(--smm-blue));
}

.search .input-group {
  min-width: 280px;
}

.border-solid,
.well-float {
  border-color: var(--smm-line);
}

.service-name,
.width-service-name,
.link {
  overflow-wrap: anywhere;
}

.smmgpt-ai-order {
  margin-bottom: 20px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 18px;
  align-items: start;
}

.smmgpt-ai-order strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.smmgpt-ai-order p {
  margin: 8px 0 0;
  color: var(--smm-muted);
  line-height: 1.65;
}

.smmgpt-ai-order__tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.smmgpt-ai-output {
  grid-column: 1 / -1;
  min-height: 48px;
  padding: 11px 12px;
  color: #dbe4f8;
}

.smmgpt-template-callout {
  margin-bottom: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  background: linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .08));
}

.smmgpt-template-callout h2,
.smmgpt-template-callout h3 {
  margin: 4px 0 6px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.smmgpt-template-callout p {
  margin: 0;
  color: var(--smm-muted);
}

.smmgpt-template-callout__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.smmgpt-template-callout__chips span {
  padding: 8px 10px;
  border: 1px solid var(--smm-line);
  border-radius: var(--smm-radius);
  color: #ffffff;
  background: rgba(255, 255, 255, .06);
  font-weight: 700;
  white-space: nowrap;
}

.favorite-active,
[data-favorite-icon].fas {
  color: var(--smm-pink);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--smm-text);
  border-color: var(--smm-line);
  background: rgba(255, 255, 255, .06);
}

.pagination > .active > a,
.pagination > .active > span {
  border-color: transparent;
  background: linear-gradient(135deg, var(--smm-purple), var(--smm-blue));
}

pre,
code {
  color: #e8f1ff;
  border-color: var(--smm-line);
  background: #0a0f18;
}

@media (max-width: 991px) {
  .smmgpt-home {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "auth";
    min-height: auto;
    padding-top: 28px;
  }

  .smmgpt-home__copy {
    min-height: 0;
  }

  .smmgpt-home h1 {
    font-size: 52px;
  }

  .smmgpt-page-hero__inner,
  .smmgpt-signup-grid {
    grid-template-columns: 1fr;
  }

  .smmgpt-signup-copy {
    min-height: 0;
    padding: 24px;
  }

  .smmgpt-signup-copy h1 {
    max-width: 720px;
    font-size: 34px;
  }

  .smmgpt-hero-stats {
    width: 100%;
  }

  .smmgpt-auth-card {
    align-self: stretch;
  }

  .smmgpt-ai-order {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .smmgpt-navbar .container,
  .smmgpt-navbar .container-fluid {
    display: block;
  }

  .smmgpt-navbar .navbar-nav > li > a {
    min-height: 44px;
  }

  .smmgpt-home {
    width: min(100% - 24px, 1180px);
    padding-top: 22px;
  }

  .smmgpt-home h1 {
    font-size: 42px;
  }

  .smmgpt-page-hero__inner {
    min-height: 0;
    padding: 24px 0;
  }

  .smmgpt-page-hero h1 {
    font-size: 31px;
  }

  .smmgpt-signup-copy {
    padding: 18px;
  }

  .smmgpt-signup-copy h1 {
    font-size: 28px;
  }

  .smmgpt-hero-stats,
  .smmgpt-template-callout,
  .smmgpt-signup-grid {
    grid-template-columns: 1fr;
  }

  .smmgpt-template-callout__chips {
    justify-content: flex-start;
  }

  .smmgpt-lead {
    font-size: 15px;
  }

  .smmgpt-campaign-card,
  .smmgpt-metrics,
  .smmgpt-ai-order__tool {
    grid-template-columns: 1fr;
  }

  .smmgpt-campaign-flow {
    justify-content: flex-start;
  }

  .search .input-group {
    min-width: 0;
    width: 100%;
  }

  body.smmgpt-body > .container,
  body.smmgpt-body > .container-fluid {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .well,
  .panel-body,
  .smmgpt-auth-card,
  .smmgpt-device,
  .smmgpt-ai-order {
    padding: 16px;
  }
}

/* Prototype parity layer: restores the stronger local smmGPT.ai visual system. */
:root {
  --bg: #0f1117;
  --panel: #151925;
  --panel-2: #101522;
  --line: rgba(255, 255, 255, .1);
  --text: #f7f9ff;
  --muted: #aab4c8;
  --purple: #7b3dff;
  --blue: #256bff;
  --cyan: #00d1ff;
  --green: #00e676;
  --pink: #ff4d9d;
  --warning: #ffcc66;
  --radius: 8px;
}

body.smmgpt-body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(123, 61, 255, .18), transparent 30rem),
    radial-gradient(circle at 90% 4%, rgba(0, 209, 255, .12), transparent 26rem),
    linear-gradient(180deg, #0d1017, var(--bg));
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.smmgpt-body button,
body.smmgpt-body input,
body.smmgpt-body select,
body.smmgpt-body textarea {
  font: inherit;
}

.public-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(123, 61, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 209, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, #080a11 0%, #0f1117 58%, #111621 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 17, .72);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--text);
  text-decoration: none;
}

.brand:hover,
.brand:focus {
  color: var(--text);
  text-decoration: none;
}

.public-brand {
  margin-right: auto;
  margin-bottom: 0;
}

.site-header .brand,
.smmgpt-navbar .brand {
  margin-bottom: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, .28), transparent 18%),
    linear-gradient(135deg, var(--purple), var(--blue) 55%, var(--cyan));
  box-shadow: 0 12px 30px rgba(37, 107, 255, .28);
}

.brand-mark:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: var(--cyan);
  box-shadow: -9px 6px 0 var(--purple), -15px -2px 0 rgba(255, 255, 255, .82), 7px 12px 0 var(--green);
}

.brand-mark i {
  position: relative;
  z-index: 1;
}

.brand-word {
  font-size: 20px;
  line-height: 1;
}

.brand-word strong {
  color: #ffffff;
}

.brand-word .brand-smm {
  color: var(--cyan);
}

.brand-word em {
  color: var(--cyan);
  font-style: normal;
}

.brand-beta {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(0, 209, 255, .34);
  border-radius: var(--radius);
  color: #e9fbff;
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .22), rgba(0, 209, 255, .13)),
    rgba(255, 255, 255, .035);
  box-shadow: 0 10px 28px rgba(0, 209, 255, .12);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.site-header .brand-beta,
.signin-card .brand-beta {
  margin-left: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.site-nav button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  padding: 8px 10px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a.active,
.site-nav button:hover,
.site-nav button.active {
  color: var(--text);
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
}

.site-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.homepage {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding-top: 78px;
}

.home-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(500px, 1.05fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  position: relative;
  padding: clamp(32px, 5vw, 64px) clamp(22px, 4vw, 56px) 34px;
}

.signal-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .7;
}

.signal-field:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 40px;
  width: 520px;
  height: 520px;
  background-image: radial-gradient(circle, rgba(123, 61, 255, .72) 1.1px, transparent 1.6px);
  background-size: 18px 18px;
  transform: perspective(700px) rotateY(48deg) rotateZ(-8deg);
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.signal-field span {
  position: absolute;
  height: 2px;
  width: 190px;
  background: linear-gradient(90deg, transparent, rgba(0, 209, 255, .72), transparent);
}

.signal-field span:nth-child(1) { top: 18%; right: 16%; }
.signal-field span:nth-child(2) { top: 34%; right: 4%; width: 260px; background: linear-gradient(90deg, transparent, rgba(255, 77, 157, .62), transparent); }
.signal-field span:nth-child(3) { bottom: 22%; left: 42%; width: 220px; }
.signal-field span:nth-child(4) { bottom: 12%; right: 20%; background: linear-gradient(90deg, transparent, rgba(0, 230, 118, .62), transparent); }
.signal-field span:nth-child(5) { top: 58%; left: 8%; width: 140px; }

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  min-width: 0;
}

.hero-title {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 8px 0 18px;
  color: var(--text);
  font-size: clamp(58px, 7vw, 94px);
  letter-spacing: 0;
  line-height: .9;
  text-shadow: 0 20px 60px rgba(37, 107, 255, .24);
}

.hero-title span,
.hero-title em {
  display: inline-block;
}

.hero-title .hero-smm {
  color: var(--cyan);
}

.hero-title em {
  color: var(--cyan);
  font-style: normal;
}

.hero-lede {
  max-width: 620px;
  color: #d9e1f3;
  font-size: clamp(17px, 1.6vw, 22px);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 690px;
  margin: 0 0 18px;
}

.hero-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .14), rgba(0, 209, 255, .08)),
    rgba(10, 15, 26, .72);
  color: #eef7ff;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 900;
}

.hero-badges i {
  color: var(--cyan);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.btn {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-large {
  min-height: 52px;
  padding: 13px 19px;
}

.btn-primary {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue));
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background: linear-gradient(135deg, #8c56ff, #3678ff);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary *,
.btn-primary:hover *,
.btn-primary:focus *,
.btn-primary:active * {
  color: #ffffff !important;
}

.btn-ghost {
  background: rgba(255, 255, 255, .05);
}

.btn-block {
  width: 100%;
  margin-top: 18px;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 720px;
}

.proof-strip span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 15, 26, .72);
  padding: 8px 11px;
  color: #e8edfb;
  font-weight: 700;
}

.proof-strip i {
  color: var(--cyan);
}

.hero-product {
  position: relative;
  z-index: 1;
  min-height: 600px;
  min-width: 0;
  isolation: isolate;
}

.ai-console {
  position: absolute;
  right: 10px;
  top: 10px;
  width: min(330px, 54%);
  border: 1px solid rgba(123, 61, 255, .32);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(22, 27, 43, .96), rgba(9, 13, 22, .96)),
    #101522;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42), 0 0 70px rgba(37, 107, 255, .16);
  padding: 14px;
  z-index: 4;
}

.console-top,
.prompt-card,
.risk-panel {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.console-top {
  margin-bottom: 10px;
}

.brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-weight: 800;
}

.live-dot {
  border-radius: 999px;
  color: #caffdf;
  background: rgba(0, 230, 118, .12);
  border: 1px solid rgba(0, 230, 118, .3);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 800;
}

.prompt-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  padding: 11px;
  margin-bottom: 10px;
}

.prompt-card strong,
.plan-stack span,
.plan-stack strong {
  overflow-wrap: anywhere;
}

.prompt-card span,
.risk-panel span {
  color: var(--muted);
  font-size: 13px;
}

.prompt-card strong {
  font-size: 14px;
  line-height: 1.35;
}

.plan-stack {
  display: grid;
  gap: 8px;
}

.plan-stack div {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .055);
  padding: 9px 10px;
  font-size: 13px;
}

.plan-stack i {
  color: var(--pink);
}

.plan-stack strong {
  color: var(--green);
}

.risk-panel {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.risk-panel .meter {
  grid-column: 1 / -1;
}

.meter {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  width: 92%;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}

.device-pair {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 460px;
  z-index: 2;
}

.dashboard-preview {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 370px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(20, 27, 43, .98), rgba(8, 12, 22, .98)),
    #0b0f18;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), 0 0 0 1px rgba(123, 61, 255, .08) inset;
  overflow: hidden;
}

.preview-sidebar {
  background:
    linear-gradient(180deg, rgba(123, 61, 255, .2), transparent),
    #0b0f18;
  border-right: 1px solid var(--line);
  padding: 14px 10px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.preview-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.preview-logo span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
}

.preview-sidebar b {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  border-radius: 6px;
  color: #dce6f8;
  background: rgba(255, 255, 255, .045);
  padding: 6px 7px;
  font-size: 10px;
  font-weight: 700;
}

.preview-sidebar b:first-of-type {
  background: rgba(123, 61, 255, .28);
  color: white;
}

.preview-sidebar i {
  color: var(--cyan);
  width: 12px;
}

.preview-main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 16px;
}

.preview-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.preview-top strong {
  display: block;
  margin-top: 2px;
  font-size: 18px;
}

.preview-top small {
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .07);
  color: #dff8ff;
  padding: 8px 10px;
  font-weight: 800;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.preview-metrics span {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  padding: 9px;
}

.preview-metrics em,
.preview-order em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
}

.preview-metrics strong {
  font-size: 17px;
}

.preview-workflow {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
}

.preview-order,
.preview-feed,
.preview-ai-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}

.preview-order {
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 7px;
}

.preview-order strong {
  font-size: 14px;
  overflow-wrap: anywhere;
}

.preview-order p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.preview-order button {
  width: 100%;
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  font-size: 11px;
  font-weight: 800;
}

.preview-feed {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 10px;
}

.preview-feed span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 7px;
  font-size: 10px;
}

.preview-feed span:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.preview-feed i {
  color: var(--green);
  font-style: normal;
  white-space: nowrap;
}

.preview-ai-note {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 10px;
  color: #e9f1ff;
  font-size: 11px;
}

.preview-ai-note i {
  color: var(--pink);
}

.phone-mock {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 164px;
  min-height: 292px;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: linear-gradient(180deg, #151b2c, #080b12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42), 0 0 38px rgba(0, 209, 255, .08);
  padding: 20px 14px;
  z-index: 3;
}

.phone-logo {
  color: var(--cyan);
  font-weight: 800;
  font-size: 12px;
}

.phone-mock strong {
  font-size: 22px;
  line-height: 1.1;
}

.phone-mock em {
  display: block;
  color: #dbe4f8;
  font-style: normal;
  border-left: 2px solid var(--cyan);
  padding-left: 9px;
  font-size: 13px;
}

.platform-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 72px) 32px;
}

.platform-band span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  padding: 10px 13px;
  color: #e8edfb;
  font-weight: 800;
}

.platform-band i {
  color: var(--cyan);
}

.home-section {
  padding: 72px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.section-kicker {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-kicker h2,
.split-section h2,
.pricing-strip h2 {
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.03;
}

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

.feature-showcase article,
.service-preview-grid span,
.ordering-modes article,
.order-mode-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(21, 25, 37, .9), rgba(13, 18, 30, .9));
  padding: 18px;
}

.feature-showcase i {
  color: var(--pink);
  font-size: 24px;
  margin-bottom: 18px;
}

.feature-showcase h3 {
  margin: 0 0 8px;
}

.feature-showcase p {
  color: var(--muted);
  margin-bottom: 0;
}

.ordering-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.ordering-modes h3 {
  margin: 8px 0;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.1;
}

.ordering-modes p {
  color: var(--muted);
  margin-bottom: 0;
}

.mode-highlight {
  border-color: rgba(0, 209, 255, .28) !important;
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .2), rgba(0, 209, 255, .09)),
    rgba(255, 255, 255, .04) !important;
}

.support-engine-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.support-engine-strip article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(21, 25, 37, .92), rgba(13, 18, 30, .92)),
    rgba(255, 255, 255, .035);
  padding: 20px;
}

.support-engine-strip article:first-child {
  border-color: rgba(0, 209, 255, .24);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .18), rgba(0, 209, 255, .08)),
    rgba(255, 255, 255, .035);
}

.support-engine-strip i {
  color: var(--cyan);
  font-size: 24px;
  margin-bottom: 16px;
}

.support-engine-strip article:last-child i {
  color: var(--green);
}

.support-engine-strip h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.08;
}

.support-engine-strip p {
  color: var(--muted);
  margin-bottom: 0;
}

.campaign-lab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .07)),
    rgba(255, 255, 255, .035);
  padding: 20px;
}

.campaign-lab h3 {
  margin: 4px 0 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.campaign-lab p {
  margin-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
}

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-preview-grid span {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
}

.service-preview-grid i {
  color: var(--green);
  font-size: 24px;
}

.pricing-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}

.signin-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 108px 24px 48px;
  background:
    radial-gradient(circle at 16% 18%, rgba(123, 61, 255, .2), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(0, 209, 255, .16), transparent 32%),
    linear-gradient(90deg, rgba(123, 61, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 209, 255, .045) 1px, transparent 1px),
    #080a11;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.signin-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(0, 209, 255, .08) 52% 53%, transparent 53%),
    linear-gradient(150deg, transparent 0 68%, rgba(255, 77, 157, .08) 68% 69%, transparent 69%);
  opacity: .8;
}

.signin-grid {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 420px);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.signin-brand {
  min-width: 0;
}

.signin-brand .brand {
  margin-bottom: 28px;
}

.signin-brand h1 {
  max-width: 720px;
  font-size: clamp(44px, 6.3vw, 86px);
  line-height: .96;
}

.signin-brand p {
  color: #d9e1f3;
  font-size: 18px;
  max-width: 620px;
  line-height: 1.7;
}

.signin-card {
  width: 100%;
  padding: 28px;
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(180deg, rgba(25, 30, 45, .98), rgba(13, 18, 30, .98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

.signin-card h2,
.smmgpt-auth-card h2 {
  margin-bottom: 16px;
}

.auth-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 209, 255, .36);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(123, 61, 255, .9), rgba(0, 209, 255, .9));
  box-shadow: 0 18px 36px rgba(0, 209, 255, .16);
}

.auth-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.auth-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--smm-radius);
  background: rgba(255, 255, 255, .06);
  color: #eaf1ff;
  font-weight: 800;
}

.auth-trust-strip i {
  color: var(--smm-cyan);
}

.auth-visual-card {
  width: min(620px, 100%);
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(22, 28, 43, .94), rgba(10, 15, 25, .94));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  position: relative;
  overflow: hidden;
}

.auth-visual-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--smm-purple), var(--smm-cyan), var(--smm-green), var(--smm-pink));
  opacity: .72;
}

.auth-visual-card > * {
  position: relative;
  z-index: 1;
}

.auth-visual-top,
.auth-visual-metrics,
.auth-dashboard-row,
.auth-package-pills {
  display: flex;
  align-items: center;
}

.auth-visual-top {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  color: #dfe8ff;
  font-weight: 800;
}

.auth-visual-top span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.auth-visual-top i {
  color: var(--smm-cyan);
}

.auth-visual-top strong {
  padding: 6px 10px;
  border-radius: 999px;
  color: #051019;
  background: linear-gradient(135deg, var(--smm-green), var(--smm-cyan));
}

.auth-plan-preview {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 9px 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: rgba(5, 9, 16, .48);
}

.auth-plan-preview span,
.auth-visual-metrics em,
.auth-dashboard-row span {
  color: var(--smm-muted);
  font-style: normal;
  font-weight: 700;
}

.auth-plan-preview b,
.auth-dashboard-row b {
  color: #ffffff;
  font-weight: 800;
}

.auth-progress-rail {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.auth-progress-rail i {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--smm-purple), var(--smm-cyan));
  box-shadow: 0 0 26px rgba(0, 209, 255, .22);
}

.auth-progress-rail i:nth-child(2) {
  background: linear-gradient(90deg, var(--smm-green), var(--smm-cyan));
}

.auth-progress-rail i:nth-child(3) {
  background: linear-gradient(90deg, var(--smm-pink), var(--smm-purple));
}

.auth-visual-metrics {
  justify-content: space-between;
  gap: 10px;
}

.auth-visual-metrics span {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
}

.auth-visual-metrics em,
.auth-visual-metrics strong {
  display: block;
}

.auth-visual-metrics strong {
  margin-top: 3px;
  color: #ffffff;
  font-weight: 900;
}

.auth-dashboard-preview {
  min-height: 210px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background: rgba(5, 9, 16, .5);
}

.auth-dashboard-sidebar {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 10px;
  border-radius: 14px;
  background: rgba(123, 61, 255, .13);
}

.auth-dashboard-sidebar i {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.auth-dashboard-sidebar i:first-child {
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--smm-purple), var(--smm-cyan));
}

.auth-dashboard-main {
  display: grid;
  gap: 12px;
}

.auth-dashboard-row {
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
}

.auth-dashboard-bars {
  height: 92px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.auth-dashboard-bars i {
  flex: 1 1 0;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, var(--smm-cyan), var(--smm-blue));
}

.auth-dashboard-bars i:nth-child(2) {
  background: linear-gradient(180deg, var(--smm-green), var(--smm-cyan));
}

.auth-dashboard-bars i:nth-child(3) {
  background: linear-gradient(180deg, var(--smm-pink), var(--smm-purple));
}

.auth-package-pills {
  flex-wrap: wrap;
  gap: 8px;
}

.auth-package-pills span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #dfe8ff;
  font-weight: 800;
}

.eyebrow {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.muted,
.smmgpt-muted,
.sidebar-card span,
.metric-list span,
.mini-list span {
  color: var(--muted);
}

.hero-strip,
.panel-card,
.metric-card,
.service-card,
.well,
.panel,
.smmgpt-auth-card,
.smmgpt-ai-order,
.smmgpt-template-callout {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(21, 25, 37, .96), rgba(16, 21, 34, .96));
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.panel-card,
.well,
.panel,
.smmgpt-auth-card,
.smmgpt-ai-order,
.smmgpt-template-callout {
  position: relative;
  overflow: hidden;
}

.panel-card:before,
.well:before,
.panel:before,
.smmgpt-auth-card:before,
.smmgpt-ai-order:before,
.smmgpt-template-callout:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--cyan), var(--green), var(--pink));
  opacity: .5;
}

.panel-card > *,
.well > *,
.panel > *,
.smmgpt-auth-card > *,
.smmgpt-ai-order > *,
.smmgpt-template-callout > * {
  position: relative;
  z-index: 1;
}

.panel-card {
  padding: 22px;
}

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

h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.05;
}

h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}

p {
  line-height: 1.7;
}

.form-control {
  width: 100%;
  min-height: 44px;
  color: var(--text);
  background: #0b0f18;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  box-shadow: none;
  padding: 10px 12px;
}

.form-control:focus {
  border-color: rgba(0, 209, 255, .78);
  box-shadow: 0 0 0 3px rgba(0, 209, 255, .12);
}

textarea.form-control {
  resize: vertical;
}

label,
.control-label {
  display: block;
  margin: 14px 0 8px;
  color: #eef3ff;
  font-weight: 700;
}

.checkbox label,
.radio label,
.help-block {
  color: var(--muted);
}

.smmgpt-page-hero {
  margin-top: 78px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(123, 61, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 209, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(123, 61, 255, .18), rgba(0, 209, 255, .08)),
    #101522;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

body.is-authenticated .smmgpt-page-hero {
  margin-top: 0;
}

.smmgpt-page-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.smmgpt-template-callout {
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .07)),
    rgba(255, 255, 255, .035);
}

.smmgpt-template-callout h2,
.smmgpt-template-callout h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.smmgpt-template-callout__chips span,
.smmgpt-campaign-flow span,
.smmgpt-feature-row span,
.smmgpt-metrics span,
.smmgpt-ai-output {
  border-color: var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}

.smmgpt-navbar.navbar {
  min-height: 78px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 10, 17, .86);
  backdrop-filter: blur(18px);
}

.smmgpt-navbar .navbar-brand {
  height: 78px;
}

.smmgpt-navbar .navbar-nav > li > a {
  min-height: 78px;
  color: var(--muted);
  font-weight: 800;
}

.smmgpt-navbar .navbar-nav > li > a:hover,
.smmgpt-navbar .navbar-nav > li > a:focus,
.smmgpt-navbar .navbar-nav > .active > a,
.smmgpt-navbar .navbar-nav > .active > a:hover,
.smmgpt-navbar .navbar-nav > .active > a:focus {
  color: var(--text);
  background: linear-gradient(135deg, rgba(123, 61, 255, .32), rgba(37, 107, 255, .14));
}

.table {
  color: var(--text);
}

.table > thead > tr > th {
  color: var(--muted);
  border-bottom-color: var(--line);
  font-size: 12px;
  text-transform: uppercase;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top-color: var(--line);
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, .025);
}

.table-hover > tbody > tr:hover {
  background: rgba(0, 209, 255, .06);
}

.smmgpt-services-page {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.smmgpt-services-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.smmgpt-services-overview > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 209, 255, .07), rgba(123, 61, 255, .06)),
    rgba(255, 255, 255, .035);
}

.smmgpt-services-overview span,
.smmgpt-services-toolbar-label {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.smmgpt-services-overview strong,
.smmgpt-services-overview a {
  display: block;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
}

.smmgpt-services-overview a {
  color: #9feaff;
}

.smmgpt-services-toolbar {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(220px, .42fr) auto minmax(260px, .58fr);
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
}

.smmgpt-services-toolbar--no-currency {
  grid-template-columns: minmax(220px, .34fr) minmax(360px, .66fr);
}

.smmgpt-services-filter,
.smmgpt-services-currency,
.smmgpt-services-search {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
}

.smmgpt-services-toolbar .btn,
.smmgpt-services-toolbar .form-control {
  min-height: 46px;
}

.smmgpt-service-category-filter .btn,
.smmgpt-services-currency .btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}

.smmgpt-service-category-filter [data-filter-active-category="true"] {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smmgpt-service-category-filter .dropdown-menu {
  width: min(520px, 92vw);
  max-height: 420px;
  overflow-y: auto;
  padding: 8px;
}

.smmgpt-service-category-filter .dropdown-menu > li > a,
.smmgpt-services-currency .dropdown-menu > li > a {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: var(--radius);
  padding: 9px 10px;
  color: var(--text);
  font-weight: 700;
  white-space: normal;
}

.smmgpt-services-search .input-group {
  width: 100%;
}

.smmgpt-services-search .input-group-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  gap: 6px;
  border-color: transparent;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  white-space: nowrap;
}

.smmgpt-services-search .input-group-btn .btn i,
.smmgpt-services-search .input-group-btn .btn span {
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1;
  opacity: 1 !important;
  text-indent: 0;
}

.smmgpt-services-panel {
  padding: 0;
  overflow: hidden;
}

.smmgpt-services-table-wrap {
  margin: 0;
  border: 0;
  overflow-x: auto;
}

.smmgpt-services-table {
  min-width: 1060px;
  margin-bottom: 0;
}

.smmgpt-services-table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 13px 12px;
  background: #121827;
  color: #b9c4d8;
  white-space: nowrap;
}

.smmgpt-services-table > tbody > tr > td {
  padding: 13px 12px;
}

.smmgpt-service-category-row > td {
  padding: 15px 12px !important;
  border-top: 1px solid rgba(0, 209, 255, .24) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background:
    linear-gradient(90deg, rgba(123, 61, 255, .22), rgba(0, 209, 255, .08)),
    rgba(15, 21, 34, .98);
}

.smmgpt-service-category-name {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  color: #ffffff;
}

.smmgpt-service-category-name strong {
  overflow-wrap: anywhere;
}

.smmgpt-service-category-count {
  display: inline-flex;
  min-height: 24px;
  margin-left: 10px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(0, 209, 255, .2);
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(0, 209, 255, .08);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.smmgpt-service-row:hover > td {
  background: rgba(0, 209, 255, .045);
}

.smmgpt-service-id,
.smmgpt-rate-badge,
.smmgpt-limit-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 800;
  white-space: nowrap;
}

.smmgpt-service-id {
  min-width: 58px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: #ffffff;
  background: rgba(255, 255, 255, .07);
}

.smmgpt-rate-badge {
  padding: 4px 9px;
  border: 1px solid rgba(0, 230, 118, .24);
  color: #d8ffe6;
  background: rgba(0, 230, 118, .1);
}

.smmgpt-limit-chip {
  min-width: 68px;
  padding: 4px 8px;
  border: 1px solid rgba(123, 61, 255, .24);
  color: #ebe6ff;
  background: rgba(123, 61, 255, .1);
}

.smmgpt-service-name {
  min-width: 280px;
}

.smmgpt-service-name strong {
  display: block;
  max-width: 520px;
  color: #ffffff;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.smmgpt-service-description {
  max-width: 420px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.smmgpt-average-time {
  color: var(--muted);
}

.smmgpt-favorite-cell {
  text-align: center;
}

.smmgpt-subscription-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.smmgpt-subscription-tabs {
  flex: 1 1 520px;
  margin-bottom: 0;
}

.smmgpt-subscription-search {
  flex: 0 1 360px;
  margin-left: auto;
}

.smmgpt-subscription-search .input-group,
.smmgpt-subscription-search .form-control {
  width: 100%;
  min-width: 0;
}

.smmgpt-subscriptions-panel {
  padding: 0;
}

.smmgpt-subscriptions-panel .table-responsive {
  margin: 0;
  border: 0;
}

.smmgpt-subscriptions-table {
  min-width: 1120px;
  margin-bottom: 0;
}

.smmgpt-subscriptions-table > thead > tr > th,
.smmgpt-subscriptions-table > tbody > tr > td {
  padding: 14px 12px;
}

.smmgpt-subscriptions-table > tbody > tr:hover {
  background: rgba(0, 209, 255, .045);
}

.smmgpt-subscription-id {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(0, 209, 255, .1);
  font-weight: 800;
}

.smmgpt-subscriptions-table .link strong,
.smmgpt-subscription-service {
  display: block;
  max-width: 260px;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.smmgpt-subscription-hint {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.smmgpt-status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.smmgpt-status-0,
.smmgpt-status-1 {
  border-color: rgba(0, 230, 118, .28);
  background: rgba(0, 230, 118, .12);
}

.smmgpt-status-2 {
  border-color: rgba(255, 190, 72, .3);
  background: rgba(255, 190, 72, .13);
}

.smmgpt-status-3,
.smmgpt-status-4 {
  border-color: rgba(0, 209, 255, .26);
  background: rgba(0, 209, 255, .1);
}

.smmgpt-status-5 {
  border-color: rgba(255, 77, 157, .28);
  background: rgba(255, 77, 157, .12);
}

.smmgpt-status-reason {
  display: inline-flex;
  margin-left: 6px;
  color: var(--cyan);
}

.smmgpt-sub-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  min-width: 150px;
}

.smmgpt-sub-actions .btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.smmgpt-account-currency {
  display: grid;
  gap: 10px;
}

.smmgpt-account-currency p {
  margin-bottom: 0;
}

.smmgpt-account-currency-picker {
  width: min(280px, 100%);
}

.smmgpt-account-currency-picker .btn {
  width: 100%;
  justify-content: space-between;
}

.smmgpt-tickets-page,
.smmgpt-viewticket-page {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.smmgpt-ticket-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 209, 255, .12), rgba(123, 61, 255, .14)),
    rgba(21, 25, 37, .82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.smmgpt-ticket-hero h2 {
  max-width: 820px;
  margin: 5px 0 8px;
  color: #ffffff;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.08;
}

.smmgpt-ticket-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
}

.smmgpt-ticket-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.smmgpt-ticket-hero__actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.smmgpt-ticket-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.smmgpt-ticket-stats article {
  min-width: 0;
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(21, 25, 37, .9), rgba(13, 18, 29, .92));
}

.smmgpt-ticket-stats i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue) 58%, var(--cyan));
}

.smmgpt-ticket-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.smmgpt-ticket-stats strong {
  display: block;
  margin: 4px 0 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
}

.smmgpt-ticket-stats p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.smmgpt-ticket-grid,
.smmgpt-thread-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 16px;
  align-items: start;
}

.smmgpt-ticket-panel,
.smmgpt-ticket-side-card,
.smmgpt-ticket-history,
.smmgpt-thread-shell {
  margin-bottom: 16px;
}

.smmgpt-ticket-form-panel,
.smmgpt-thread-shell {
  padding: 20px;
}

.smmgpt-ticket-panel-head,
.smmgpt-ticket-history-head,
.smmgpt-reply-head,
.smmgpt-thread-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.smmgpt-ticket-panel-head h3,
.smmgpt-ticket-history-head h3,
.smmgpt-ticket-side-card h3,
.smmgpt-reply-head h3 {
  margin: 4px 0 6px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
}

.smmgpt-ticket-panel-head p,
.smmgpt-reply-head span,
.smmgpt-ticket-history-head p {
  margin: 0;
  color: var(--muted);
}

.smmgpt-ticket-live-pill,
.smmgpt-ticket-new {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  gap: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 230, 118, .28);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(0, 230, 118, .1);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.smmgpt-ticket-live-pill i {
  color: var(--green);
  font-size: 8px;
}

.smmgpt-ticket-form .form-group,
.smmgpt-reply-panel .form-group {
  margin-bottom: 16px;
}

.smmgpt-ticket-form textarea.form-control,
.smmgpt-reply-panel textarea.form-control {
  min-height: 170px;
}

.smmgpt-message-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.smmgpt-message-tools span:first-child {
  color: var(--cyan);
  font-weight: 900;
}

.smmgpt-ticket-submit {
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.smmgpt-ticket-sidebar {
  display: grid;
  gap: 16px;
}

.smmgpt-ticket-side-card {
  padding: 18px;
}

.smmgpt-ticket-template-grid {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.smmgpt-ticket-template-grid button,
.smmgpt-thread-links a {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .42);
  color: #ffffff;
  font-weight: 800;
  text-align: left;
}

.smmgpt-ticket-template-grid button:hover,
.smmgpt-ticket-template-grid button:focus,
.smmgpt-thread-links a:hover,
.smmgpt-thread-links a:focus {
  border-color: rgba(0, 209, 255, .34);
  background: rgba(0, 209, 255, .09);
  color: #ffffff;
  outline: 0;
}

.smmgpt-ticket-template-grid i,
.smmgpt-thread-links i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(0, 209, 255, .1);
}

.smmgpt-ticket-checklist {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.smmgpt-ticket-checklist li {
  display: flex;
  gap: 9px;
  color: var(--muted);
  line-height: 1.45;
}

.smmgpt-ticket-checklist i {
  margin-top: 3px;
  color: var(--green);
}

.smmgpt-ticket-history {
  padding: 18px;
}

.smmgpt-ticket-search {
  width: min(380px, 100%);
  margin-left: auto;
}

.smmgpt-ticket-search .input-group,
.smmgpt-ticket-search .form-control {
  width: 100%;
}

.smmgpt-ticket-table {
  min-width: 860px;
  margin-bottom: 0;
}

.smmgpt-ticket-table > thead > tr > th,
.smmgpt-ticket-table > tbody > tr > td {
  padding: 14px 12px;
}

.smmgpt-ticket-table tr.is-unread {
  background: rgba(0, 209, 255, .045);
}

.smmgpt-ticket-id {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(0, 209, 255, .1);
  font-weight: 900;
}

.smmgpt-ticket-subject {
  display: inline-block;
  max-width: 520px;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.smmgpt-ticket-time {
  color: var(--muted);
}

.smmgpt-ticket-new {
  margin-left: 8px;
  border-color: rgba(255, 77, 157, .28);
  background: rgba(255, 77, 157, .12);
}

.smmgpt-ticket-pagination {
  margin: 4px 0 16px;
}

.smmgpt-ticket-text {
  padding: 18px;
}

.smmgpt-thread-title {
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.smmgpt-thread-title strong {
  flex: 1 1 auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.smmgpt-message-list {
  display: grid;
  gap: 18px;
}

.smmgpt-ticket-message {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.smmgpt-ticket-message.is-user {
  grid-template-columns: minmax(0, 1fr) 42px;
}

.smmgpt-ticket-message.is-user .smmgpt-ticket-avatar {
  grid-column: 2;
  grid-row: 1;
}

.smmgpt-ticket-message.is-user .smmgpt-ticket-message-body {
  grid-column: 1;
  grid-row: 1;
}

.smmgpt-ticket-avatar {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue));
}

.smmgpt-ticket-message.is-support .smmgpt-ticket-avatar {
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.smmgpt-ticket-message-body {
  min-width: 0;
}

.smmgpt-ticket-bubble {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .48);
  color: #edf3ff;
}

.smmgpt-ticket-message.is-user .smmgpt-ticket-bubble {
  border-color: rgba(123, 61, 255, .28);
  background: rgba(123, 61, 255, .13);
}

.smmgpt-ticket-bubble .message {
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.smmgpt-ticket-files {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.smmgpt-ticket-files a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.smmgpt-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.smmgpt-ticket-meta.text-right {
  justify-content: flex-end;
}

.smmgpt-ticket-meta strong {
  color: #ffffff;
}

.smmgpt-reply-panel {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.smmgpt-thread-links {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.smmgpt-current-currency {
  display: inline-grid;
  gap: 4px;
  width: min(320px, 100%);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}

.smmgpt-current-currency span,
.smmgpt-current-currency small {
  color: var(--muted);
}

.smmgpt-current-currency strong {
  color: #ffffff;
  font-size: 22px;
}

.smmgpt-addfunds-page {
  width: 100%;
  max-width: 1320px;
}

.smmgpt-addfunds-hero {
  margin-bottom: 16px;
}

.smmgpt-addfunds-grid {
  display: flex;
  align-items: stretch;
}

.smmgpt-addfunds-grid > [class*="col-"] {
  display: flex;
}

.smmgpt-addfunds-card,
.smmgpt-addfunds-side,
.smmgpt-addfunds-content,
.smmgpt-addfunds-history {
  width: 100%;
}

.smmgpt-addfunds-card form {
  display: grid;
  gap: 14px;
}

.smmgpt-addfunds-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
}

.smmgpt-addfunds-form-head strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

.smmgpt-addfunds-form-head i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue) 58%, var(--cyan));
}

.smmgpt-addfunds-card .form-group {
  margin-bottom: 0;
}

.smmgpt-addfunds-card .control-label {
  margin-bottom: 8px;
}

.smmgpt-addfunds-card .form-control {
  min-height: 50px;
}

.smmgpt-addfunds-submit {
  min-height: 50px;
  justify-self: start;
  min-width: 180px;
}

.smmgpt-addfunds-side {
  display: grid;
  align-content: start;
  gap: 14px;
}

.smmgpt-addfunds-side h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
}

.smmgpt-addfunds-side ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smmgpt-addfunds-side li {
  display: flex;
  gap: 9px;
  color: var(--muted);
  line-height: 1.45;
}

.smmgpt-addfunds-side li i {
  margin-top: 3px;
  color: var(--green);
}

.smmgpt-addfunds-empty {
  min-height: 260px;
}

.smmgpt-addfunds-history .table-responsive {
  margin-top: 14px;
  border: 0;
}

.smmgpt-empty-state {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 42px 18px;
  color: var(--muted);
  text-align: center;
}

.smmgpt-empty-state__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(0, 209, 255, .1);
  font-size: 22px;
}

.smmgpt-empty-state strong {
  color: #ffffff;
  font-size: 20px;
}

.smmgpt-empty-state p {
  max-width: 560px;
  margin: 0;
}

.smmgpt-service-catalog-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.smmgpt-ai-package-form {
  position: relative;
  margin-bottom: 24px;
}

.smmgpt-ai-package-builder {
  grid-template-columns: minmax(260px, .72fr) minmax(360px, 1fr);
}

.smmgpt-ai-order.smmgpt-ai-package-builder {
  border-color: rgba(0, 209, 255, .42);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 209, 255, .16), transparent 30%),
    radial-gradient(circle at 86% 0%, rgba(255, 77, 157, .14), transparent 28%),
    linear-gradient(180deg, rgba(22, 29, 48, .98), rgba(13, 18, 31, .98));
  box-shadow:
    0 0 0 1px rgba(0, 209, 255, .12),
    0 0 34px rgba(0, 209, 255, .16),
    0 22px 68px rgba(0, 0, 0, .36);
}

.smmgpt-ai-order.smmgpt-ai-package-builder:before {
  height: 4px;
  opacity: 1;
  background: linear-gradient(90deg, var(--purple), var(--cyan) 34%, var(--green) 64%, var(--pink));
  box-shadow: 0 0 22px rgba(0, 209, 255, .52);
}

.smmgpt-ai-order.smmgpt-ai-package-builder:after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px solid rgba(0, 209, 255, .18);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
  box-shadow:
    inset 0 0 22px rgba(0, 209, 255, .06),
    0 0 28px rgba(123, 61, 255, .12);
}

.smmgpt-ai-package-intro .smmgpt-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin-bottom: 10px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 209, 255, .26);
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .1);
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(0, 209, 255, .12);
}

.smmgpt-ai-package-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-content: start;
  min-width: 0;
}

.smmgpt-ai-fields {
  display: grid;
  grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
  grid-template-areas:
    "link link link"
    "budget country action";
  gap: 12px;
  align-items: end;
  min-width: 0;
}

.smmgpt-ai-fields label {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  white-space: normal;
}

.smmgpt-ai-field {
  min-width: 0;
}

.smmgpt-ai-field--link {
  grid-area: link;
}

.smmgpt-ai-field--budget {
  grid-area: budget;
}

.smmgpt-ai-field--country {
  grid-area: country;
}

.smmgpt-ai-fields .form-control {
  width: 100%;
  min-width: 0;
}

.smmgpt-currency-pill {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  margin-left: 4px;
  padding: 2px 6px;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .08);
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}

.smmgpt-budget-input {
  position: relative;
  min-width: 0;
}

.smmgpt-budget-input__symbol {
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--muted);
  font-weight: 900;
  pointer-events: none;
}

.smmgpt-budget-input .form-control {
  padding-left: 30px;
}

.smmgpt-ai-fields .js-ai-build-package {
  grid-area: action;
  width: 100%;
  min-width: 180px;
  min-height: 48px;
  white-space: nowrap;
}

.smmgpt-ai-url-insight {
  border: 1px solid rgba(0, 209, 255, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 209, 255, .08), rgba(123, 61, 255, .08)),
    rgba(5, 9, 16, .58);
  padding: 14px;
  color: var(--muted);
}

.smmgpt-ai-url-insight.is-ready {
  border-color: rgba(0, 230, 118, .28);
}

.smmgpt-ai-url-insight.is-warning {
  border-color: rgba(255, 77, 157, .42);
  background:
    linear-gradient(135deg, rgba(255, 77, 157, .12), rgba(123, 61, 255, .08)),
    rgba(5, 9, 16, .58);
}

.smmgpt-ai-url-insight__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .12);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.smmgpt-ai-url-insight strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.smmgpt-ai-url-insight p {
  margin: 0;
}

.smmgpt-ai-url-insight ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.smmgpt-ai-url-insight li {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
  padding: 10px;
}

.smmgpt-ai-url-insight li b {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.smmgpt-ai-package-review {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .14), rgba(0, 209, 255, .07)),
    rgba(255, 255, 255, .035);
}

.smmgpt-ai-package-summary {
  margin-bottom: 14px;
}

.smmgpt-ai-package-summary strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.smmgpt-ai-package-summary p,
.smmgpt-ai-package-note {
  margin: 6px 0 0;
  color: var(--muted);
}

.smmgpt-ai-package-table {
  margin-bottom: 14px;
  table-layout: fixed;
  width: 100%;
}

.smmgpt-ai-package-table th,
.smmgpt-ai-package-table td {
  vertical-align: middle;
}

.smmgpt-ai-package-table th:nth-child(1),
.smmgpt-ai-package-table td:nth-child(1) {
  width: 30%;
}

.smmgpt-ai-package-table th:nth-child(2),
.smmgpt-ai-package-table td:nth-child(2) {
  width: 10%;
}

.smmgpt-ai-package-table th:nth-child(3),
.smmgpt-ai-package-table td:nth-child(3) {
  width: 11%;
}

.smmgpt-ai-package-table th:nth-child(4),
.smmgpt-ai-package-table td:nth-child(4) {
  width: 14%;
}

.smmgpt-ai-package-table th:nth-child(5),
.smmgpt-ai-package-table td:nth-child(5) {
  width: 25%;
}

.smmgpt-ai-package-table th:nth-child(6),
.smmgpt-ai-package-table td:nth-child(6) {
  width: 10%;
}

.smmgpt-ai-package-table td span {
  color: var(--muted);
  font-size: 12px;
}

.smmgpt-ai-package-table td {
  color: #f5f8ff;
}

.smmgpt-ai-qty-input {
  min-width: 0;
  width: 100%;
  max-width: 130px;
}

.smmgpt-ai-quantity-meta {
  display: block;
  max-width: 170px;
  margin-top: 5px;
  color: rgba(232, 241, 255, .66) !important;
  font-size: 10px !important;
  line-height: 1.35;
}

.smmgpt-ai-package-table tr.is-quantity-invalid td {
  background: rgba(255, 77, 157, .08);
}

.smmgpt-ai-package-table tr.is-quantity-invalid .smmgpt-ai-qty-input {
  border-color: rgba(255, 77, 157, .72) !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 157, .1) !important;
}

.smmgpt-ai-package-table tr.is-quantity-invalid .smmgpt-ai-quantity-meta {
  color: #ffd4e6 !important;
}

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

.smmgpt-ai-package-table code {
  display: inline-block;
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid rgba(0, 209, 255, .18);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .86);
  color: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.smmgpt-ai-mass-orders,
.js-ai-mass-orders,
textarea.form-control.js-ai-mass-orders {
  min-height: 118px;
  border: 1px solid rgba(0, 209, 255, .28) !important;
  background:
    linear-gradient(180deg, rgba(5, 9, 16, .96), rgba(8, 13, 24, .96)) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  resize: vertical;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), 0 0 0 3px rgba(0, 209, 255, .04);
}

.smmgpt-ai-mass-orders::placeholder,
.js-ai-mass-orders::placeholder {
  color: rgba(232, 241, 255, .58);
  -webkit-text-fill-color: rgba(232, 241, 255, .58);
}

.js-ai-mass-orders[readonly] {
  opacity: 1;
}

.smmgpt-ai-package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.smmgpt-ai-package-actions .btn[disabled] {
  opacity: .55;
  cursor: not-allowed;
}

.app-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(123, 61, 255, .13), transparent 34%),
    rgba(10, 13, 22, .88);
  backdrop-filter: blur(18px);
  overflow-y: auto;
}

.nav-stack {
  display: grid;
  gap: 6px;
}

.nav-link {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(123, 61, 255, .32), rgba(37, 107, 255, .14));
  box-shadow: inset 3px 0 0 var(--cyan);
  text-decoration: none;
}

.nav-link i {
  width: 18px;
  color: var(--cyan);
  text-align: center;
}

.nav-link:nth-child(2n) i {
  color: var(--purple);
}

.nav-link:nth-child(3n) i {
  color: var(--pink);
}

.nav-link:nth-child(4n) i {
  color: var(--green);
}

.sidebar-card {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

a.sidebar-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

a.sidebar-card:hover,
a.sidebar-card:focus {
  color: inherit;
  border-color: rgba(0, 209, 255, .34);
  text-decoration: none;
  box-shadow: 0 0 24px rgba(0, 209, 255, .12);
}

.sidebar-card strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 21px;
}

.sidebar-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.sidebar-card--ai {
  border-color: rgba(0, 209, 255, .22);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .07)),
    var(--panel);
}

.main-panel {
  min-width: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 8;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(123, 61, 255, .13), rgba(0, 209, 255, .07), rgba(255, 77, 157, .06)),
    rgba(15, 17, 23, .78);
  backdrop-filter: blur(16px);
}

.topbar-copy {
  display: grid;
  gap: 2px;
  margin-right: auto;
}

.topbar-copy strong {
  color: #ffffff;
  font-size: 20px;
}

.topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.icon-button,
.user-chip,
.status-pill,
.chip {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, .05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  font-weight: 700;
}

.user-chip:hover,
.user-chip:focus,
.user-chip.active {
  color: #ffffff;
  background: rgba(123, 61, 255, .16);
  text-decoration: none;
}

.icon-button {
  width: 42px;
  padding: 0;
}

#menuToggle {
  display: none;
}

.content-wrap {
  min-height: calc(100vh - 76px);
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .08), transparent 28rem),
    linear-gradient(45deg, rgba(0, 209, 255, .06), transparent 24rem);
}

body.is-authenticated .content-wrap > .container,
body.is-authenticated .content-wrap > .container-fluid {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-strip {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.hero-strip:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 360px;
  height: 220px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(123, 61, 255, .42), rgba(0, 209, 255, .22));
  transform: rotate(-12deg);
}

.hero-strip > * {
  position: relative;
  z-index: 1;
}

.hero-strip h1 {
  font-size: clamp(34px, 5vw, 68px);
}

.hero-strip p {
  max-width: 720px;
  color: var(--muted);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.metric-card {
  min-height: 130px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.metric-card i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(0, 209, 255, .1);
  font-size: 18px;
}

.metric-card:nth-child(2) i {
  color: var(--purple);
  background: rgba(123, 61, 255, .14);
}

.metric-card:nth-child(3) i {
  color: var(--green);
  background: rgba(0, 230, 118, .12);
}

.metric-card:nth-child(4) i {
  color: var(--pink);
  background: rgba(255, 77, 157, .14);
}

.metric-card span {
  color: var(--muted);
}

.metric-card strong {
  color: #ffffff;
  font-size: 25px;
}

.smmgpt-site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 14% 12%, rgba(123, 61, 255, .16), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(0, 209, 255, .14), transparent 26rem),
    linear-gradient(90deg, rgba(123, 61, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 209, 255, .04) 1px, transparent 1px),
    #080b12;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.smmgpt-site-footer:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--cyan), var(--green), var(--pink));
  opacity: .72;
}

.smmgpt-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 26px;
}

.smmgpt-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .08)),
    rgba(255, 255, 255, .035);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.smmgpt-footer-cta h2 {
  max-width: 760px;
  margin: 6px 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.05;
}

.smmgpt-footer-cta p,
.smmgpt-footer-brand p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.smmgpt-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.smmgpt-footer-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.smmgpt-footer-proof span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(10, 14, 23, .72);
}

.smmgpt-footer-proof i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue) 60%, var(--cyan));
}

.smmgpt-footer-proof strong,
.smmgpt-footer-proof em {
  min-width: 0;
}

.smmgpt-footer-proof strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.smmgpt-footer-proof em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.smmgpt-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 5vw, 58px);
  margin-top: 34px;
  align-items: start;
}

.smmgpt-footer-brand .brand {
  margin: 0 0 18px;
}

.smmgpt-footer-brand .public-brand {
  margin-right: 0;
}

.smmgpt-footer-badges,
.smmgpt-footer-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.smmgpt-footer-badges {
  margin-top: 18px;
}

.smmgpt-footer-badges span,
.smmgpt-footer-platforms span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .05);
  color: #eaf3ff;
  font-weight: 800;
}

.smmgpt-footer-badges i,
.smmgpt-footer-platforms i {
  color: var(--cyan);
}

.smmgpt-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.smmgpt-footer-links h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.smmgpt-footer-links a {
  display: flex;
  width: fit-content;
  margin: 0 0 9px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.smmgpt-footer-links a:hover,
.smmgpt-footer-links a:focus {
  color: #ffffff;
  text-decoration: none;
}

.smmgpt-footer-platforms {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.smmgpt-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

  .site-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-actions {
    margin-left: auto;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 34px;
  }

  .hero-product {
    min-height: 720px;
  }

  .ai-console {
    position: relative;
    width: min(560px, 100%);
    margin-left: auto;
  }

  .device-pair {
    position: relative;
    height: 420px;
    margin-top: 18px;
  }

  .dashboard-preview {
    width: min(680px, 100%);
  }

  .feature-showcase,
  .ordering-modes,
  .support-engine-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .signin-grid {
    grid-template-columns: 1fr;
  }

  .pricing-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .campaign-lab {
    grid-template-columns: 1fr;
  }

  .smmgpt-ai-package-builder,
  .smmgpt-ai-fields {
    grid-template-columns: 1fr;
  }

  .smmgpt-ai-fields {
    grid-template-areas:
      "link"
      "budget"
      "country"
      "action";
  }

  .smmgpt-ai-fields .js-ai-build-package {
    min-width: 0;
  }

  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: fixed;
    z-index: 30;
    width: 260px;
    transform: translateX(-105%);
    transition: transform .2s ease;
  }

  .sidebar.is-open {
    transform: translateX(0);
  }

  #menuToggle {
    display: inline-flex;
  }

  .content-wrap {
    padding: 16px;
  }

  .hero-strip {
    display: grid;
    min-height: 260px;
    padding: 28px;
  }

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

  .smmgpt-footer-cta,
  .smmgpt-footer-main {
    grid-template-columns: 1fr;
  }

  .smmgpt-footer-proof {
    grid-template-columns: 1fr;
  }

  .smmgpt-footer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 12px;
  }

  .site-actions {
    width: 100%;
  }

  .site-actions .btn {
    flex: 1;
    padding-inline: 10px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

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

  .smmgpt-footer-inner {
    width: min(100% - 24px, 1180px);
    padding-top: 34px;
  }

  .smmgpt-footer-cta {
    padding: 18px;
  }

  .smmgpt-footer-actions .btn {
    width: 100%;
  }

  .smmgpt-footer-links {
    grid-template-columns: 1fr;
  }

  .smmgpt-footer-bottom {
    display: grid;
  }

  .hero-product {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .ai-console {
    width: 100%;
  }

  .device-pair {
    height: auto;
    display: grid;
    gap: 14px;
    margin-top: 0;
  }

  .dashboard-preview {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 430px;
    grid-template-columns: 72px minmax(0, 1fr);
    bottom: auto;
  }

  .preview-sidebar {
    padding: 10px 7px;
  }

  .preview-logo {
    font-size: 0;
    justify-content: center;
  }

  .preview-sidebar b {
    justify-content: center;
    padding: 7px 4px;
    font-size: 0;
  }

  .preview-sidebar i {
    width: auto;
    font-size: 13px;
  }

  .preview-main {
    padding: 12px;
    gap: 10px;
  }

  .preview-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-metrics,
  .preview-workflow {
    grid-template-columns: 1fr;
  }

  .phone-mock {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    border-radius: var(--radius);
  }

  .platform-band {
    justify-content: flex-start;
  }

  .feature-showcase,
  .service-preview-grid,
  .ordering-modes,
  .support-engine-strip,
  .order-mode-grid {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding-block: 46px;
  }

  .topbar {
    padding: 14px 12px;
  }

  .topbar-actions {
    display: none;
  }

  .hero-strip {
    min-height: 0;
    padding: 22px;
  }

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

  h1 {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  .smmgpt-services-overview,
  .smmgpt-services-toolbar {
    grid-template-columns: 1fr;
  }

  .smmgpt-service-category-filter .dropdown-menu {
    width: 100%;
  }

  .smmgpt-services-table {
    min-width: 920px;
  }
}

@media (max-width: 620px) {
  .smmgpt-services-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .smmgpt-services-overview {
    gap: 8px;
  }

  .smmgpt-services-overview > div {
    padding: 12px;
  }

  .smmgpt-service-category-row > td {
    padding: 12px !important;
  }

  .smmgpt-service-category-count {
    margin-top: 8px;
    margin-left: 0;
  }

  .smmgpt-service-category-name,
  .smmgpt-service-category-count {
    display: flex;
    width: fit-content;
  }
}

/* Responsive audit: keep the authenticated theme and AI builder stable across widths. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body.smmgpt-body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.smmgpt-body img,
body.smmgpt-body svg,
body.smmgpt-body video,
body.smmgpt-body canvas {
  max-width: 100%;
}

.main-panel,
.content-wrap,
.topbar,
.topbar-copy,
.topbar-actions,
.hero-strip,
.metric-grid,
.smmgpt-services-page,
.smmgpt-services-toolbar,
.smmgpt-services-overview,
.smmgpt-services-panel,
.smmgpt-services-table-wrap,
.smmgpt-tickets-page,
.smmgpt-viewticket-page,
.smmgpt-ticket-hero,
.smmgpt-ticket-stats,
.smmgpt-ticket-grid,
.smmgpt-thread-grid,
.smmgpt-ticket-panel,
.smmgpt-ticket-sidebar,
.smmgpt-ticket-history,
.smmgpt-thread-shell,
.smmgpt-ticket-message-body,
.smmgpt-ai-order,
.smmgpt-ai-order__tool,
.smmgpt-ai-package-form,
.smmgpt-ai-package-builder,
.smmgpt-ai-package-tool,
.smmgpt-ai-fields,
.smmgpt-ai-field,
.panel-card,
.panel,
.well,
.table-responsive {
  min-width: 0;
}

.form-control,
.btn,
.user-chip,
.nav-link {
  max-width: 100%;
}

.btn,
.user-chip {
  white-space: normal;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.smmgpt-ai-fields {
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
  grid-template-areas:
    "link link"
    "budget country"
    "action action";
}

.smmgpt-ai-package-builder {
  grid-template-columns: 1fr;
}

.smmgpt-ai-fields .js-ai-build-package {
  justify-self: start;
  width: min(260px, 100%);
  min-width: 0;
}

@media (max-width: 1360px) and (min-width: 981px) {
  .app-shell {
    grid-template-columns: 228px minmax(0, 1fr);
  }

  .sidebar {
    padding: 18px 12px;
  }

  .brand-word {
    font-size: 22px;
  }

  .nav-link {
    min-height: 42px;
    padding: 9px 10px;
  }

  .content-wrap {
    padding: 20px;
  }

  .topbar {
    padding: 14px 20px;
  }

  .hero-strip {
    min-height: auto;
    padding: 32px;
  }

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

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

  .smmgpt-ai-order,
  .smmgpt-ai-package-builder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .topbar-copy {
    width: calc(100% - 56px);
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .smmgpt-ai-fields {
    grid-template-columns: 1fr;
    grid-template-areas:
      "link"
      "budget"
      "country"
      "action";
  }

  .smmgpt-ai-fields .js-ai-build-package {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .topbar-copy {
    width: calc(100% - 56px);
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .hero-strip .btn {
    width: 100%;
  }

  .smmgpt-ai-package-table {
    min-width: 760px;
    table-layout: auto;
  }

  .smmgpt-ai-url-insight ul {
    grid-template-columns: 1fr;
  }

  .smmgpt-subscription-toolbar {
    align-items: stretch;
  }

  .smmgpt-subscription-tabs,
  .smmgpt-subscription-search {
    flex-basis: 100%;
  }

  .smmgpt-subscription-tabs {
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .smmgpt-subscriptions-table {
    min-width: 1040px;
  }

  .smmgpt-ticket-hero,
  .smmgpt-ticket-grid,
  .smmgpt-thread-grid {
    grid-template-columns: 1fr;
  }

  .smmgpt-ticket-hero__actions {
    justify-content: flex-start;
  }

  .smmgpt-ticket-history-head,
  .smmgpt-ticket-panel-head,
  .smmgpt-reply-head {
    flex-direction: column;
  }

  .smmgpt-ticket-search {
    width: 100%;
    margin-left: 0;
  }

  .smmgpt-ticket-table {
    min-width: 820px;
  }
}

@media (max-width: 620px) {
  .content-wrap {
    padding: 14px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .smmgpt-ai-order,
  .smmgpt-ai-package-builder,
  .smmgpt-ai-package-review {
    padding: 14px;
  }

  .smmgpt-ai-fields {
    grid-template-columns: 1fr;
    grid-template-areas:
      "link"
      "budget"
      "country"
      "action";
    gap: 10px;
  }

  .smmgpt-ai-fields .js-ai-build-package,
  .smmgpt-ai-package-actions .btn {
    width: 100%;
  }

  .user-chip {
    min-height: 40px;
    padding: 9px 10px;
  }

  .smmgpt-template-callout {
    grid-template-columns: 1fr;
  }

  .smmgpt-template-callout__chips {
    justify-content: flex-start;
  }

  .smmgpt-empty-state {
    padding: 30px 12px;
  }

  .smmgpt-ticket-stats {
    grid-template-columns: 1fr;
  }

  .smmgpt-ticket-hero,
  .smmgpt-ticket-form-panel,
  .smmgpt-thread-shell,
  .smmgpt-ticket-history {
    padding: 14px;
  }

  .smmgpt-ticket-hero__actions,
  .smmgpt-ticket-hero__actions .btn,
  .smmgpt-ticket-submit,
  .smmgpt-reply-panel .btn {
    width: 100%;
  }

  .smmgpt-ticket-message,
  .smmgpt-ticket-message.is-user {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .smmgpt-ticket-message.is-user .smmgpt-ticket-avatar,
  .smmgpt-ticket-message.is-user .smmgpt-ticket-message-body {
    grid-column: auto;
    grid-row: auto;
  }

  .smmgpt-ticket-avatar {
    width: 34px;
    height: 34px;
  }

  .smmgpt-ticket-meta.text-right {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 40px;
  }

  .site-actions {
    flex-direction: column;
  }

.site-actions .btn,
.topbar .btn,
.smmgpt-ai-package-actions .btn {
    width: 100%;
  }
}

/* Dashboard polish: keep the brand mark from shrinking and make New Order feel like a compact tool. */
.brand-mark {
  flex: 0 0 40px;
  min-width: 40px;
  aspect-ratio: 1;
}

.sidebar .brand {
  flex-wrap: nowrap;
  min-width: 0;
}

.sidebar .brand-word {
  min-width: 0;
  white-space: nowrap;
}

.sidebar .brand-beta {
  flex: 0 0 auto;
}

body.is-authenticated .content-wrap {
  padding: 20px;
}

body.is-authenticated .topbar {
  min-height: 68px;
  padding: 12px 20px;
}

body.is-authenticated .hero-strip {
  min-height: 154px;
  margin-bottom: 14px;
  padding: 24px 28px;
}

body.is-authenticated .hero-strip h1 {
  margin-bottom: 8px;
  font-size: clamp(34px, 3.8vw, 48px);
}

body.is-authenticated .hero-strip p {
  margin-bottom: 0;
  max-width: 690px;
}

body.is-authenticated .hero-strip:after {
  right: -96px;
  bottom: -116px;
  width: 320px;
  height: 190px;
}

body.is-authenticated .metric-grid {
  gap: 14px;
  margin-bottom: 16px;
}

body.is-authenticated .metric-card {
  min-height: 112px;
  padding: 16px;
}

body.is-authenticated .smmgpt-ai-package-form {
  width: 100%;
  margin-bottom: 22px;
}

body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
  width: 100%;
  margin-bottom: 18px;
  padding: 18px;
  gap: 16px;
  border-color: rgba(0, 209, 255, .48);
  box-shadow:
    0 0 0 1px rgba(0, 209, 255, .16),
    0 0 40px rgba(0, 209, 255, .18),
    0 24px 72px rgba(0, 0, 0, .38);
}

body.is-authenticated .smmgpt-ai-package-form + #order-form,
body.is-authenticated .smmgpt-ai-package-form + script + #order-form {
  margin-top: 22px;
}

body.is-authenticated .smmgpt-ai-order strong {
  font-size: 18px;
  line-height: 1.28;
}

body.is-authenticated .smmgpt-ai-order p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

body.is-authenticated .smmgpt-ai-package-tool {
  gap: 10px;
}

body.is-authenticated .smmgpt-ai-fields label {
  margin-bottom: 6px;
  font-size: 13px;
}

body.is-authenticated .smmgpt-ai-fields .form-control {
  height: 44px;
  padding: 9px 12px;
  font-size: 14px;
}

body.is-authenticated .smmgpt-budget-input .form-control {
  padding-left: 30px;
}

body.is-authenticated .smmgpt-ai-fields .js-ai-build-package {
  min-height: 44px;
}

body.is-authenticated .smmgpt-ai-url-insight {
  padding: 12px;
}

body.is-authenticated .smmgpt-ai-url-insight strong {
  font-size: 16px;
}

body.is-authenticated .smmgpt-ai-output {
  min-height: 0;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}

@media (min-width: 1181px) {
  body.is-authenticated .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
    grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
    align-items: start;
  }

  body.is-authenticated .smmgpt-ai-fields {
    grid-template-columns: minmax(240px, 1.25fr) minmax(110px, .45fr) minmax(170px, .72fr) minmax(150px, auto);
    grid-template-areas: "link budget country action";
    align-items: end;
    gap: 10px;
  }

  body.is-authenticated .smmgpt-ai-fields .js-ai-build-package {
    width: 100%;
    min-width: 150px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.is-authenticated .topbar {
    align-items: center;
    flex-wrap: nowrap;
  }

  body.is-authenticated .topbar-copy {
    width: auto;
  }

  body.is-authenticated .topbar-actions {
    width: auto;
    justify-content: flex-end;
  }

  body.is-authenticated .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
    grid-template-columns: minmax(200px, .34fr) minmax(0, 1fr);
  }

  body.is-authenticated .smmgpt-ai-fields {
    grid-template-columns: minmax(190px, 1.1fr) minmax(76px, .32fr) minmax(118px, .5fr) minmax(112px, auto);
    grid-template-areas: "link budget country action";
  }

  body.is-authenticated .smmgpt-ai-fields .js-ai-build-package {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}

@media (max-width: 1360px) and (min-width: 981px) {
  .sidebar .brand {
    gap: 7px;
  }

  .sidebar .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    min-width: 36px;
  }

  .sidebar .brand-word {
    font-size: 18px;
  }

  .sidebar .brand-beta {
    min-height: 20px;
    padding: 2px 5px;
    font-size: 9px;
  }
}

@media (max-width: 860px) {
  body.is-authenticated .metric-card {
    min-height: 104px;
  }

  body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
    grid-template-columns: 1fr;
  }
}

/* New Order should read wide like a dashboard, not like a centered landing-page form. */
body.is-authenticated .smmgpt-neworder-page {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.is-authenticated .smmgpt-neworder-page > .row {
  margin-left: 0;
  margin-right: 0;
}

body.is-authenticated .smmgpt-neworder-column {
  padding-left: 0;
  padding-right: 0;
}

body.is-authenticated .smmgpt-neworder-shell {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.is-authenticated .smmgpt-neworder-shell:before {
  display: none;
}

body.is-authenticated .smmgpt-platform-filter {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(170, 184, 214, .16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 209, 255, .1), transparent 34%),
    linear-gradient(180deg, rgba(27, 32, 50, .94), rgba(16, 21, 34, .96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

body.is-authenticated .smmgpt-platform-filter:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--cyan), var(--green), var(--pink));
  opacity: .82;
}

body.is-authenticated .smmgpt-platform-filter__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(170, 184, 214, .12);
}

body.is-authenticated .smmgpt-platform-filter__head h2 {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
}

body.is-authenticated .smmgpt-platform-toggle {
  min-width: 128px;
  min-height: 38px;
  padding: 0 12px;
  color: #ffffff;
  white-space: nowrap;
}

body.is-authenticated .smmgpt-platform-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 8px;
  padding: 14px;
}

body.is-authenticated .smmgpt-platform-filter.is-collapsed .smmgpt-platform-grid {
  display: none;
}

body.is-authenticated .smmgpt-platform-tile {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(170, 184, 214, .12);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .42);
  color: rgba(232, 241, 255, .74);
  font-weight: 900;
  transition: border-color .16s ease, transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

body.is-authenticated .smmgpt-platform-tile:hover,
body.is-authenticated .smmgpt-platform-tile:focus,
body.is-authenticated .smmgpt-platform-tile.active {
  border-color: rgba(0, 209, 255, .4);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .26), rgba(0, 209, 255, .14)),
    rgba(5, 9, 16, .56);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03), 0 0 24px rgba(0, 209, 255, .12);
  transform: translateY(-1px);
}

body.is-authenticated .smmgpt-platform-tile i {
  width: 20px;
  font-size: 17px;
  text-align: center;
}

body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="instagram"] i { color: #ff4d9d; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="facebook"] i { color: #256bff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="youtube"] i { color: #ff4d4d; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="x"] i { color: #ffffff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="spotify"] i { color: #00e676; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="tiktok"] i { color: #00d1ff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="linkedin"] i { color: #5dc9ff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="google"] i { color: #79e28c; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="telegram"] i { color: #57bfff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="discord"] i { color: #7b8cff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="snapchat"] i { color: #ffe861; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="twitch"] i { color: #a970ff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="traffic"] i { color: #00d1ff; }
body.is-authenticated .smmgpt-platform-tile[data-smmgpt-platform="reviews"] i { color: #ffd166; }

body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.is-authenticated .smmgpt-ai-package-intro strong {
  max-width: 360px;
}

body.is-authenticated .smmgpt-ai-package-intro p {
  max-width: 320px;
}

body.is-authenticated .smmgpt-ai-engine-page {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.is-authenticated .smmgpt-ai-engine-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 209, 255, .18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255, 77, 157, .14), transparent 28%),
    linear-gradient(135deg, rgba(123, 61, 255, .18), rgba(21, 25, 37, .92) 48%, rgba(0, 209, 255, .08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 24px 72px rgba(0, 0, 0, .26);
}

body.is-authenticated .smmgpt-ai-engine-hero:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--cyan), var(--green), var(--pink));
  opacity: .9;
}

body.is-authenticated .smmgpt-ai-engine-copy,
body.is-authenticated .smmgpt-ai-engine-visual {
  position: relative;
  z-index: 1;
}

body.is-authenticated .smmgpt-ai-engine-copy h1 {
  max-width: 760px;
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.08;
}

body.is-authenticated .smmgpt-ai-engine-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

body.is-authenticated .smmgpt-ai-engine-visual {
  min-height: 150px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 209, 255, .1), rgba(123, 61, 255, .12)),
    rgba(5, 9, 16, .5);
}

body.is-authenticated .smmgpt-engine-logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--purple), var(--blue), var(--cyan));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .14),
    0 0 34px rgba(0, 209, 255, .25);
  font-size: 28px;
}

body.is-authenticated .smmgpt-ai-engine-visual span,
body.is-authenticated .smmgpt-ai-engine-visual strong {
  display: block;
}

body.is-authenticated .smmgpt-ai-engine-visual span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

body.is-authenticated .smmgpt-ai-engine-visual strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.12;
}

body.is-authenticated .smmgpt-ai-engine-command {
  margin: 0;
}

body.is-authenticated .smmgpt-ai-engine-page .smmgpt-order-dashboard-card {
  min-height: 166px;
}

body.is-authenticated .smmgpt-ai-engine-page .smmgpt-ai-package-form {
  margin-bottom: 0;
}

body.is-authenticated .smmgpt-ai-engine-page .smmgpt-ai-order.smmgpt-ai-package-builder {
  padding: 22px;
  border-color: rgba(0, 209, 255, .58);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 209, 255, .18), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(255, 77, 157, .14), transparent 28%),
    linear-gradient(180deg, rgba(22, 29, 48, .98), rgba(13, 18, 31, .98));
  box-shadow:
    0 0 0 1px rgba(0, 209, 255, .18),
    0 0 48px rgba(0, 209, 255, .2),
    0 24px 76px rgba(0, 0, 0, .38);
}

body.is-authenticated .smmgpt-ai-engine-page .smmgpt-ai-package-intro strong {
  max-width: 430px;
}

body.is-authenticated .smmgpt-ai-engine-page .smmgpt-ai-package-intro p {
  max-width: 390px;
}

body.is-authenticated #order-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(170, 184, 214, .16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 22, 34, .94), rgba(12, 17, 28, .94));
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
  overflow: hidden;
}

body.is-authenticated #order-form:after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 156px;
  height: 156px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, transparent 17%, rgba(0, 209, 255, .3) 17% 27%, transparent 27% 39%, rgba(123, 61, 255, .38) 39% 49%, transparent 49% 61%, rgba(0, 230, 118, .28) 61% 71%, transparent 71%),
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .42) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(123, 61, 255, .16), rgba(0, 209, 255, .12));
  opacity: .2;
  pointer-events: none;
  transform: rotate(-5deg);
}

body.is-authenticated #order-form > * {
  position: relative;
  z-index: 1;
}

body.is-authenticated .smmgpt-standard-order-visual {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(0, 209, 255, .18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 209, 255, .13), transparent 34%),
    linear-gradient(135deg, rgba(0, 209, 255, .07), rgba(123, 61, 255, .08)),
    rgba(5, 9, 16, .3);
}

body.is-authenticated .smmgpt-order-mode-tabs {
  grid-column: 1 / span 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.is-authenticated .smmgpt-order-mode {
  min-width: 0;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(170, 184, 214, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

body.is-authenticated .smmgpt-order-mode:hover,
body.is-authenticated .smmgpt-order-mode:focus,
body.is-authenticated .smmgpt-order-mode.active {
  border-color: rgba(0, 209, 255, .32);
  background: linear-gradient(135deg, rgba(123, 61, 255, .34), rgba(37, 107, 255, .22));
  color: #ffffff;
  text-decoration: none;
}

body.is-authenticated .smmgpt-order-mode.active {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 0 24px rgba(123, 61, 255, .18);
}

body.is-authenticated .smmgpt-service-inspector {
  grid-column: 9 / -1;
  grid-row: span 7;
  align-self: stretch;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 209, 255, .18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 77, 157, .12), transparent 34%),
    linear-gradient(180deg, rgba(24, 30, 49, .88), rgba(9, 14, 25, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.is-authenticated .smmgpt-service-inspector__head,
body.is-authenticated .smmgpt-service-inspector__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.is-authenticated .smmgpt-service-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

body.is-authenticated .smmgpt-service-live i {
  color: var(--green);
  font-size: 8px;
}

body.is-authenticated .smmgpt-service-inspector__service {
  justify-content: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .42);
}

body.is-authenticated .smmgpt-service-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue), var(--cyan));
  box-shadow: 0 0 24px rgba(0, 209, 255, .18);
  font-size: 20px;
}

body.is-authenticated .smmgpt-service-inspector__service strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.is-authenticated .smmgpt-service-inspector__service p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

body.is-authenticated .smmgpt-service-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.is-authenticated .smmgpt-service-metrics span {
  min-width: 0;
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .38);
}

body.is-authenticated .smmgpt-service-metrics b {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}

body.is-authenticated .smmgpt-service-metrics em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

body.is-authenticated .smmgpt-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.is-authenticated .smmgpt-service-tags span,
body.is-authenticated .smmgpt-inspector-ai-link {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(0, 209, 255, .16);
  border-radius: var(--radius);
  background: rgba(0, 209, 255, .06);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

body.is-authenticated .smmgpt-inspector-ai-link {
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(123, 61, 255, .24), rgba(0, 209, 255, .1));
}

body.is-authenticated .smmgpt-inspector-ai-link:hover,
body.is-authenticated .smmgpt-inspector-ai-link:focus {
  border-color: rgba(0, 209, 255, .36);
  text-decoration: none;
}

body.is-authenticated .smmgpt-standard-order-copy {
  min-width: 0;
}

body.is-authenticated .smmgpt-standard-order-copy .smmgpt-card-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
}

body.is-authenticated .smmgpt-standard-order-copy strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

body.is-authenticated .smmgpt-standard-order-copy p {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

body.is-authenticated .smmgpt-standard-order-brand {
  display: grid;
  grid-template-columns: 48px minmax(0, auto);
  gap: 12px;
  align-items: center;
  min-width: 210px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .46);
}

body.is-authenticated .smmgpt-standard-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue), var(--cyan));
  box-shadow: 0 0 24px rgba(0, 209, 255, .24);
}

body.is-authenticated .smmgpt-standard-order-brand span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body.is-authenticated .smmgpt-standard-order-brand strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
}

body.is-authenticated #order-form .form-group {
  min-width: 0;
  margin-bottom: 0;
}

body.is-authenticated #order-form .control-label {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
}

body.is-authenticated #order-form .form-control,
body.is-authenticated #order-form .bootstrap-select > .dropdown-toggle {
  width: 100%;
  min-height: 46px;
  height: 46px;
  padding: 10px 12px;
  border-color: rgba(170, 184, 214, .14);
  background: rgba(5, 9, 16, .68);
  color: var(--text);
  font-size: 14px;
}

body.is-authenticated #order-form .form-control:focus,
body.is-authenticated #order-form .bootstrap-select.open > .dropdown-toggle {
  border-color: rgba(0, 209, 255, .58);
  background: rgba(5, 9, 16, .86);
  box-shadow: 0 0 0 3px rgba(0, 209, 255, .1);
}

body.is-authenticated #order-form .bootstrap-select,
body.is-authenticated #order-form .btn-group {
  width: 100% !important;
  min-width: 0;
}

body.is-authenticated #order-form .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  white-space: nowrap;
}

body.is-authenticated #order-form .bootstrap-select .filter-option {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.is-authenticated #order-form .bootstrap-select .dropdown-menu li a {
  white-space: normal;
}

body.is-authenticated #new-order-search .input-wrapper > button,
body.is-authenticated #order-form .search-dropdown .input-wrapper > button {
  display: none !important;
}

body.is-authenticated #new-order-search #template-input,
body.is-authenticated #order-form .search-dropdown .input-wrapper > .form-control {
  padding-left: 12px !important;
  text-indent: 0;
}

body.is-authenticated #new-order-search[data-dir="rtl"] #template-input {
  padding-right: 12px !important;
  padding-left: 12px !important;
  text-indent: 0;
}

body.is-authenticated #order-form .smmgpt-standard-search {
  grid-column: 1 / span 3;
}

body.is-authenticated #order-form .smmgpt-standard-category {
  grid-column: 4 / span 5;
}

body.is-authenticated #order-form:not(:has(.smmgpt-standard-search)) .smmgpt-standard-category {
  grid-column: 1 / span 4;
}

body.is-authenticated #order-form .smmgpt-standard-service {
  grid-column: 1 / span 8;
}

body.is-authenticated #order-form #fields,
body.is-authenticated #order-form #service_description,
body.is-authenticated #order-form .terms,
body.is-authenticated #order-form > input[type="hidden"] {
  grid-column: 1 / span 8;
}

body.is-authenticated #order-form #fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.is-authenticated #order-form #fields:empty {
  display: none;
}

body.is-authenticated #order-form #fields > .form-group {
  min-width: 0;
  margin-bottom: 0;
}

body.is-authenticated #order-form #fields > .form-group:has(textarea),
body.is-authenticated #order-form #fields > .form-group:has(.checkbox),
body.is-authenticated #order-form #fields > .form-group:has(.radio) {
  grid-column: 1 / -1;
}

body.is-authenticated #order-form #service_description .panel-body {
  max-height: 180px;
  overflow: auto;
  border-color: rgba(170, 184, 214, .14);
  background: rgba(5, 9, 16, .48);
  color: var(--muted);
}

body.is-authenticated #order-form .smmgpt-order-charge {
  grid-column: 1 / span 4;
}

body.is-authenticated #order-form #charge {
  opacity: 1;
  background: rgba(5, 9, 16, .74);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

body.is-authenticated #order-form .smmgpt-order-terms {
  grid-column: 1 / span 8;
}

body.is-authenticated #order-form > .btn[type="submit"] {
  grid-column: 5 / span 4;
  align-self: end;
  justify-self: start;
  width: 100%;
  max-width: 220px;
  min-width: 160px;
  min-height: 46px;
  height: 46px;
  padding: 0 22px;
  line-height: 1;
  white-space: nowrap;
}

body.is-authenticated .smmgpt-order-command-center {
  display: grid;
  gap: 14px;
  margin: 0 0 16px;
}

body.is-authenticated .smmgpt-order-command-hero,
body.is-authenticated .smmgpt-order-dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(123, 61, 255, .12), rgba(0, 209, 255, .06)),
    rgba(21, 25, 37, .86);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .2);
}

body.is-authenticated .smmgpt-order-command-hero:before,
body.is-authenticated .smmgpt-order-dashboard-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--cyan), var(--green), var(--pink));
  opacity: .62;
}

body.is-authenticated .smmgpt-order-command-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

body.is-authenticated .smmgpt-order-command-copy {
  min-width: 0;
}

body.is-authenticated .smmgpt-order-command-copy h2 {
  margin: 5px 0 7px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

body.is-authenticated .smmgpt-order-command-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

body.is-authenticated .smmgpt-order-command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.is-authenticated .smmgpt-order-command-metrics span {
  min-width: 0;
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .46);
}

body.is-authenticated .smmgpt-order-command-metrics strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.is-authenticated .smmgpt-order-command-metrics em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

body.is-authenticated .smmgpt-order-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(240px, .95fr) minmax(240px, .95fr) minmax(220px, .78fr);
  gap: 14px;
}

body.is-authenticated .smmgpt-order-dashboard-card {
  min-width: 0;
  min-height: 190px;
  padding: 16px;
}

body.is-authenticated .smmgpt-order-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body.is-authenticated .smmgpt-order-card-head i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--blue) 58%, var(--cyan));
}

body.is-authenticated .smmgpt-mix-bars {
  display: grid;
  gap: 9px;
}

body.is-authenticated .smmgpt-mix-bars span {
  position: relative;
  min-height: 32px;
  display: grid;
  grid-template-columns: minmax(84px, .36fr) minmax(42px, auto);
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .46);
}

body.is-authenticated .smmgpt-mix-bars span:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, rgba(0, 209, 255, .28), rgba(123, 61, 255, .12));
}

body.is-authenticated .smmgpt-mix-bars .mix-views:before {
  width: 46%;
}

body.is-authenticated .smmgpt-mix-bars .mix-likes:before {
  width: 22%;
}

body.is-authenticated .smmgpt-mix-bars .mix-shares:before {
  width: 14%;
}

body.is-authenticated .smmgpt-mix-bars .mix-saves:before {
  width: 8%;
}

body.is-authenticated .smmgpt-mix-bars .mix-followers:before {
  width: 10%;
}

body.is-authenticated .smmgpt-mix-bars i,
body.is-authenticated .smmgpt-mix-bars b {
  position: relative;
  z-index: 1;
}

body.is-authenticated .smmgpt-mix-bars i {
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
}

body.is-authenticated .smmgpt-mix-bars b {
  justify-self: end;
  color: var(--cyan);
}

body.is-authenticated .smmgpt-order-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.is-authenticated .smmgpt-order-flow li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
}

body.is-authenticated .smmgpt-order-flow strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(0, 209, 255, .08);
  font-size: 12px;
  text-transform: uppercase;
}

body.is-authenticated .smmgpt-order-flow span,
body.is-authenticated .smmgpt-order-support-card p {
  color: var(--muted);
  line-height: 1.45;
}

body.is-authenticated .smmgpt-order-checks {
  display: grid;
  gap: 10px;
}

body.is-authenticated .smmgpt-order-checks span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(5, 9, 16, .42);
  color: #ffffff;
  font-weight: 800;
}

body.is-authenticated .smmgpt-order-checks i {
  color: var(--green);
}

body.is-authenticated .smmgpt-order-support-card {
  display: grid;
  align-content: space-between;
  gap: 10px;
  background:
    linear-gradient(145deg, rgba(255, 77, 157, .13), rgba(123, 61, 255, .12)),
    rgba(21, 25, 37, .9);
}

body.is-authenticated .smmgpt-order-support-card strong {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
}

body.is-authenticated .smmgpt-order-support-card .btn {
  width: 100%;
  min-height: 42px;
  justify-content: center;
}

@media (min-width: 981px) {
  body.is-authenticated .smmgpt-ai-order.smmgpt-ai-package-builder {
    grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr);
  }

  body.is-authenticated .smmgpt-ai-package-tool {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr);
    grid-template-areas:
      "fields fields"
      "insight output";
    align-items: stretch;
  }

  body.is-authenticated .smmgpt-ai-fields {
    grid-area: fields;
    grid-template-columns: minmax(220px, 1.35fr) minmax(86px, .36fr) minmax(130px, .58fr) minmax(124px, auto);
    grid-template-areas: "link budget country action";
    gap: 10px;
  }

  body.is-authenticated .smmgpt-ai-fields .form-control {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.is-authenticated .smmgpt-budget-input .form-control {
    padding-left: 30px;
  }

  body.is-authenticated .smmgpt-ai-url-insight {
    grid-area: insight;
  }

  body.is-authenticated .smmgpt-ai-output {
    grid-area: output;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.is-authenticated .smmgpt-ai-package-tool {
    grid-template-columns: 1fr;
    grid-template-areas:
      "fields"
      "insight"
      "output";
  }

  body.is-authenticated .smmgpt-platform-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

	  body.is-authenticated .smmgpt-order-command-hero,
	  body.is-authenticated .smmgpt-order-dashboard-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

	  body.is-authenticated .smmgpt-ai-engine-hero {
	    grid-template-columns: 1fr;
	  }
	}

@media (max-width: 860px) {
  body.is-authenticated #order-form {
    grid-template-columns: 1fr;
  }

  body.is-authenticated .smmgpt-platform-filter__head {
    align-items: stretch;
    flex-direction: column;
  }

  body.is-authenticated .smmgpt-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.is-authenticated .smmgpt-platform-tile {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 12px;
  }

  body.is-authenticated .smmgpt-standard-order-visual {
    grid-template-columns: 1fr;
  }

  body.is-authenticated .smmgpt-standard-order-brand {
    min-width: 0;
    width: 100%;
  }

  body.is-authenticated .smmgpt-order-mode-tabs,
  body.is-authenticated .smmgpt-service-inspector {
    grid-column: 1 / -1;
  }

  body.is-authenticated .smmgpt-order-mode-tabs {
    grid-template-columns: 1fr;
  }

  body.is-authenticated .smmgpt-service-inspector {
    grid-row: auto;
  }

  body.is-authenticated #order-form .smmgpt-standard-search,
  body.is-authenticated #order-form .smmgpt-standard-category,
  body.is-authenticated #order-form .smmgpt-standard-service,
  body.is-authenticated #order-form #service_description,
  body.is-authenticated #order-form .smmgpt-order-charge,
  body.is-authenticated #order-form > .btn[type="submit"] {
    grid-column: 1 / -1;
  }

  body.is-authenticated #order-form #fields {
    grid-template-columns: 1fr;
  }

  body.is-authenticated #order-form > .btn[type="submit"] {
    max-width: none;
  }

  body.is-authenticated .smmgpt-order-command-hero,
  body.is-authenticated .smmgpt-order-dashboard-grid {
    grid-template-columns: 1fr;
  }

	  body.is-authenticated .smmgpt-order-command-metrics {
	    grid-template-columns: 1fr;
	  }

	  body.is-authenticated .smmgpt-ai-engine-hero,
	  body.is-authenticated .smmgpt-ai-engine-page .smmgpt-ai-order.smmgpt-ai-package-builder {
	    padding: 16px;
	  }

	  body.is-authenticated .smmgpt-ai-engine-copy h1 {
	    font-size: 30px;
	  }

	  body.is-authenticated .smmgpt-ai-engine-visual {
	    grid-template-columns: 56px minmax(0, 1fr);
	    min-height: 112px;
	  }

	  body.is-authenticated .smmgpt-engine-logo {
	    width: 56px;
	    height: 56px;
	    border-radius: 15px;
	    font-size: 22px;
	  }

	  body.is-authenticated .smmgpt-ai-engine-visual strong {
	    font-size: 22px;
	  }

	  .smmgpt-addfunds-grid {
	    display: block;
	  }

  .smmgpt-addfunds-grid > [class*="col-"] {
    display: block;
  }

  .smmgpt-addfunds-submit {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .signin-shell {
    min-height: auto;
    padding-top: 92px;
  }

  .signin-grid {
    width: min(720px, 100%);
    grid-template-columns: 1fr;
  }

  .signin-brand h1,
  .smmgpt-signup-copy h1 {
    font-size: clamp(36px, 9vw, 58px);
  }

  .smmgpt-auth-card--signup {
    align-self: stretch;
  }
}

@media (min-width: 541px) and (max-width: 991px) {
  .smmgpt-signup-grid {
    width: min(940px, 100%);
    grid-template-columns: minmax(0, .82fr) minmax(280px, .78fr);
    gap: 20px;
  }

  .smmgpt-signup-copy {
    padding: 18px;
  }

  .smmgpt-signup-copy h1 {
    font-size: clamp(28px, 5vw, 44px);
  }

  .smmgpt-signup-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .auth-visual-card--signup {
    padding: 14px;
  }

  .auth-dashboard-preview {
    min-height: 180px;
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .signup-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .smmgpt-signup-page {
    padding: 22px 12px 34px;
  }

  .signin-shell {
    padding: 84px 12px 30px;
  }

  .signin-card,
  .smmgpt-auth-card {
    padding: 20px;
  }

  .auth-plan-preview,
  .auth-dashboard-preview,
  .signup-feature-list {
    grid-template-columns: 1fr;
  }

  .auth-dashboard-preview {
    min-height: 0;
  }

  .auth-dashboard-sidebar {
    display: none;
  }

  .auth-visual-top,
  .auth-visual-metrics {
    align-items: stretch;
    flex-direction: column;
  }

  .auth-trust-strip span,
  .signup-feature-list span {
    width: 100%;
  }
}
