@import url("/assets/fonts/goto-fonts.css");
@import url("/assets/fonts/gb-type-family.css");

:root {
  --font-sans: var(--font-gb-ledger), "Aptos", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: var(--font-goto-mono), "Roboto Mono", Consolas, monospace;
  --font-goto-player-ui: var(--font-goto-player-sans), "Aptos", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --goto-green: #009b76;
  --signal-lime: #42e06f;
  --deep-pine: #003823;
  --soft-mint: #e4f9f2;
  --device-aqua: #66dced;
  --stream-blue: #5878ff;
  --ink: #101820;
  --muted: #5b6671;
  --line: #dce3e8;
  --surface: #ffffff;
  --canvas: var(--soft-mint);
  --primary: var(--goto-green);
  --primary-soft: #dcf7ef;
  --accent: var(--goto-green);
  --accent-soft: var(--soft-mint);
  --lime: var(--signal-lime);
  --lime-soft: #f3ffd1;
  --blue: var(--stream-blue);
  --blue-soft: #e8efff;
  --amber: #bd7c19;
  --amber-soft: #fff2d7;
  --danger: #b94a55;
  --danger-soft: #fbe9eb;
  --carbon: #0b0f14;
  --carbon-2: #131a22;
  --steel: #8b98a5;
  --glow: 0 0 36px rgba(0, 191, 143, .24);
  --shadow: 0 18px 50px rgba(10, 18, 26, 0.14);
}
[hidden] {
  display: none !important;
}

/* gotagadmin */
.gotagadmin-body {
  min-height: 100vh;
  color: #101820;
  background:
    radial-gradient(circle at 8% 4%, rgba(35, 120, 238, .13), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(50, 207, 129, .14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.gotagadmin-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
  gap: 18px;
  padding: 18px;
}

.gotagadmin-sidebar,
.gotagadmin-workspace,
.gotagadmin-card,
.gotagadmin-tag,
.gotagadmin-empty {
  border: 1px solid rgba(12, 36, 64, .08);
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 54px rgba(16, 32, 54, .1);
  backdrop-filter: blur(18px);
}

.gotagadmin-sidebar {
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gotagadmin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101820;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 1.25rem;
}

.gotagadmin-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.gotagadmin-brand b {
  font-weight: 900;
}

.gotagadmin-sidebar p,
.gotagadmin-mini small,
.gotagadmin-head p,
.gotagadmin-tag p,
.gotagadmin-tag small,
.gotagadmin-card p {
  color: #5a6573;
  line-height: 1.5;
}

.gotagadmin-sidebar nav {
  display: grid;
  gap: 8px;
}

.gotagadmin-sidebar button,
.gotagadmin-actions button {
  border: 0;
  border-radius: 16px;
  padding: 11px 12px;
  background: #f2f6fb;
  color: #182334;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.gotagadmin-sidebar button.is-active,
.gotagadmin-actions button:hover {
  background: linear-gradient(135deg, #2378ee, #32cf81);
  color: #fff;
}

.gotagadmin-mini {
  margin-top: auto;
  display: grid;
  gap: 4px;
  border-radius: 20px;
  padding: 14px;
  background: #f7fbff;
}

.gotagadmin-workspace {
  border-radius: 34px;
  padding: 22px;
  overflow: auto;
}

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

.gotagadmin-head span,
.gotagadmin-pill {
  color: #2378ee;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gotagadmin-head h1 {
  margin: 4px 0 8px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -.06em;
}

.gotagadmin-status {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 160px;
}

.gotagadmin-panel {
  display: grid;
  gap: 12px;
}

.gotagadmin-tag,
.gotagadmin-card,
.gotagadmin-empty {
  border-radius: 26px;
  padding: 18px;
}

.gotagadmin-tag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.gotagadmin-tag.inactive {
  opacity: .72;
}

.gotagadmin-tag.deleted {
  opacity: .5;
}

.gotagadmin-tag h2,
.gotagadmin-card h2 {
  margin: 6px 0;
}

.gotagadmin-tag code {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 14px;
  padding: 10px;
  color: #102033;
  background: #f4f7fb;
}

.gotagadmin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gotagadmin-card form {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.gotagadmin-card label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

.gotagadmin-card input,
.gotagadmin-card select,
.gotagadmin-card textarea {
  width: 100%;
  border: 1px solid rgba(16, 32, 54, .12);
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  font: inherit;
}

.gotagadmin-swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
}

.gotagadmin-preview article {
  margin-top: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 22px;
  padding: 16px;
  color: var(--preview-text);
  background: var(--preview-bg);
  border: 1px solid color-mix(in srgb, var(--preview-primary), transparent 70%);
}

.gotagadmin-preview img,
.gotagadmin-card.identity img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 22px;
}

.gotagadmin-card.identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 900px) {
  .gotagadmin-shell {
    grid-template-columns: 1fr;
  }
  .gotagadmin-tag {
    grid-template-columns: 1fr;
  }
  .gotagadmin-actions {
    justify-content: flex-start;
  }
  .gotagadmin-swatches {
    grid-template-columns: 1fr 1fr;
  }
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(122, 214, 109, .16), transparent 30%),
    linear-gradient(135deg, #f7f9fb 0%, var(--canvas) 48%, #e6ebef 100%);
  font-family: var(--font-sans);
  letter-spacing: -.006em;
}
.gb-wordmark,
.goto-lockup {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: inherit;
  font-family: var(--font-sans);
  letter-spacing: -.055em;
  text-transform: lowercase;
  white-space: nowrap;
}
.gb-wordmark b,
.goto-lockup b {
  font-weight: 300;
}
.gb-wordmark span,
.goto-lockup span {
  font-weight: 900;
}
.goto-lockup b { font-weight: 900; }
.goto-lockup span { font-weight: 300; }
.gb-wordmark-spaced { gap: .2em; }
.goto-lockup { color: var(--deep-pine); }
.goto-lockup .goto-product-accent { color: var(--goto-green); }
.goto-product-lockup {
  color: #07111f;
  font-weight: 900;
}
.goto-product-lockup b {
  font-weight: 900;
  letter-spacing: 0;
}
.identity-card {
  border: 1px solid rgba(0, 56, 35, .08);
  background:
    radial-gradient(circle at 0% 0%, rgba(66, 224, 111, .18), transparent 34%),
    linear-gradient(145deg, #ffffff, var(--soft-mint));
}

.gb-commercial-body {
  --gb-ui-font: var(--font-gb-atlas), "SF Pro Display", "Aptos", "Inter", system-ui, sans-serif;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 122, 238, .08), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(42, 205, 129, .10), transparent 28%),
    linear-gradient(180deg, #fbfbf8 0%, #f4f7f4 48%, #ffffff 100%);
  color: #121820;
  font-family: var(--gb-ui-font);
}

/* gochat+ white ops relaunch */
.gotochat-body {
  color: #071424;
  background:
    radial-gradient(circle at 4% 8%, rgba(36, 132, 255, .12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(50, 207, 129, .11), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
  overflow: hidden;
}

.gotochat-topbar,
.gotochat-app,
.gotochat-login {
  border: 1px solid rgba(7, 20, 36, .08);
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 64px rgba(12, 36, 64, .11);
  backdrop-filter: blur(18px);
}

.gotochat-topbar {
  border-radius: 24px;
}

.gotochat-brand,
.gotochat-session {
  color: #071424;
}

.gotochat-brand img {
  width: 48px;
  height: 48px;
  box-shadow: 0 12px 26px rgba(19, 96, 180, .18);
}

.gotochat-brand span {
  color: #1d2b3f;
  font-size: 25px;
  font-weight: 300;
}

.gotochat-brand b {
  color: #0a5be0;
  font-weight: 850;
}

.gotochat-brand i {
  color: #31ca75;
  font-style: italic;
  font-weight: 700;
  margin-left: 2px;
}

.gotochat-actions {
  border: 1px solid rgba(7, 20, 36, .07);
  background: rgba(246, 250, 255, .92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.gotochat-icon-btn {
  border: 1px solid rgba(8, 38, 76, .08);
  border-radius: 999px;
  color: #0b2038;
  background:
    radial-gradient(circle at 28% 16%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: 0 10px 26px rgba(14, 52, 92, .11), inset 0 1px 0 rgba(255,255,255,.95);
}

.gotochat-icon-btn:hover,
.gotochat-icon-btn:focus-visible {
  color: #063eaa;
  border-color: rgba(49, 202, 117, .38);
  box-shadow: 0 12px 28px rgba(14, 96, 180, .16), 0 0 0 3px rgba(49,202,117,.12);
}

.gotochat-icon-btn.danger {
  color: #ffffff;
  background: linear-gradient(145deg, #2dd374, #178f55);
}

.gotochat-new-btn {
  color: #ffffff;
  background: linear-gradient(145deg, #247dff, #22c879);
}

.gotochat-session,
.gotochat-wallet-strip,
.gotochat-channel-strip span,
.gotochat-tabs button,
.gotochat-back-row,
.gotochat-thread-actions button {
  color: #516274;
  background: #f6f9fc;
  border-color: rgba(7, 20, 36, .07);
}

.gotochat-session span,
.gotochat-wallet-strip,
.gotochat-channel-strip span {
  color: #607487;
}

.gotochat-wallet-strip code,
.gotochat-channel-strip em {
  color: #0c9a58;
}

.gotochat-login h1,
.gotochat-tools h2,
.gotochat-tools h3,
.gotochat-sidebar-head strong,
.gotochat-thread-head strong {
  color: #071424;
}

.gotochat-login p,
.gotochat-sidebar-head span,
.gotochat-thread-head span,
.gotochat-tools p,
.gotochat-contact small,
.gotochat-contact em {
  color: #66788c;
}

.gotochat-login input,
.gotochat-tools input,
.gotochat-tools textarea,
.gotochat-tools select,
.gotochat-composer input,
.gotochat-search input,
.gotochat-mail-composer textarea {
  color: #071424;
  border-color: rgba(7,20,36,.1);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(7,20,36,.03);
}

.gotochat-app {
  grid-template-columns: minmax(250px, 315px) minmax(0, 1fr) minmax(280px, 340px);
  border-radius: 26px;
  background: #ffffff;
}

.gotochat-app.operation-mode {
  grid-template-columns: minmax(250px, 315px) minmax(0, 1fr);
}

.gotochat-app.operation-mode .gotochat-thread {
  display: none;
}

.gotochat-app.operation-mode .gotochat-tools {
  grid-column: 2 / 3;
  border-inline: 1px solid rgba(7,20,36,.08);
  background:
    radial-gradient(circle at 0 0, rgba(36,125,255,.08), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.gotochat-app.operation-mode .gotochat-tools [data-gochat-tool-panel]:not([hidden]) {
  min-height: 100%;
}

.gotochat-sidebar,
.gotochat-tools {
  background: #f8fbff;
}

.gotochat-thread {
  border-inline: 1px solid rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-search button,
.gotochat-composer button,
.gotochat-tabs button.active,
.gotochat-player-link,
.gotochat-integration-grid button,
.gotochat-tools .primary-button,
.gotochat-tools .secondary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
}

.gotochat-tabs button {
  color: #5e6f80;
  background: #edf4fa;
}

.gotochat-contact,
.gotochat-result,
.gotochat-connector,
.gotochat-token-card,
.gotochat-empty {
  color: #071424;
  border-color: rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-contact {
  min-height: 58px;
  border-radius: 14px;
  padding: 9px 10px;
  box-shadow: none;
}

.gotochat-contact span {
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
}

.gotochat-contact.active {
  border-color: rgba(36,125,255,.26);
  background: linear-gradient(90deg, rgba(36,125,255,.08), rgba(49,202,117,.045));
}

.gotochat-contact.unread {
  border-color: rgba(49,202,117,.36);
  box-shadow: inset 3px 0 0 #31ca75;
  background: linear-gradient(90deg, rgba(49,202,117,.12), #ffffff);
}

.gotochat-contact:not(.unread) span {
  background: #e8eff7;
  color: #52677d;
}

.gotochat-inbox-list {
  border-color: rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-inbox-row {
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  min-height: 58px;
  color: #071424;
  border-bottom: 1px solid rgba(7,20,36,.07);
}

.gotochat-inbox-row span {
  color: #14243a;
  font-size: 13px;
  font-weight: 600;
}

.gotochat-inbox-row small,
.gotochat-inbox-row em {
  color: #6c7f91;
}

.gotochat-inbox-row:hover,
.gotochat-inbox-row.unread {
  background: rgba(36,125,255,.055);
}

.gotochat-inbox-row.unread {
  box-shadow: inset 3px 0 0 #31ca75;
}

.gotochat-messages {
  background:
    radial-gradient(circle at 6% 0%, rgba(36,125,255,.08), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(49,202,117,.075), transparent 30%),
    #ffffff;
}

.gotochat-message,
.gotochat-mail-view,
.gotochat-mail-composer,
.gotochat-link-card,
.gotochat-storage-item {
  color: #071424;
  border-color: rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-message {
  color: #152238;
  background: #f3f7fb;
}

.gotochat-message.ours {
  background: linear-gradient(135deg, rgba(36,125,255,.12), rgba(49,202,117,.11));
}

.gotochat-message.system {
  color: #617385;
  background: #f4f8fc;
}

.gotochat-mail-view {
  gap: 8px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.gotochat-mail-view header small,
.gotochat-mail-view header span,
.gotochat-link-card span,
.gotochat-storage-item span,
.gotochat-storage-item footer,
.gotochat-mail-composer footer p {
  color: #607487;
}

.gotochat-mail-view header strong {
  font-size: 16px;
}

.gotochat-mail-composer {
  margin-top: 10px;
  background: #f8fbff;
}

.gotochat-file-drop {
  color: #607487;
  border-color: rgba(36,125,255,.22);
  background: rgba(36,125,255,.04);
}

.gotochat-selected-files span {
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
}

.gotochat-context-preview {
  display: grid;
  gap: 3px;
  margin: 8px 0 12px;
  border: 1px solid rgba(36,125,255,.12);
  border-radius: 16px;
  padding: 11px 12px;
  color: #071424;
  background: linear-gradient(135deg, rgba(36,125,255,.075), rgba(49,202,117,.06));
}

.gotochat-context-preview span {
  color: #66788c;
  font-size: 12px;
}

.gotochat-tools .gotochat-module-grid.compact {
  grid-template-columns: 1fr;
  gap: 8px;
}

.gotochat-module-grid button,
.gotochat-bank-grid button {
  min-height: 58px;
  border-radius: 16px;
  padding: 10px 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(14,52,92,.07), inset 3px 0 0 rgba(36,125,255,.52);
}

.gotochat-module-grid button:hover,
.gotochat-bank-grid button:hover {
  box-shadow: 0 12px 24px rgba(14,52,92,.11), inset 3px 0 0 #31ca75;
}

.gotochat-module-grid button strong,
.gotochat-bank-grid strong {
  color: #071424;
  font-size: 13px;
  letter-spacing: 0;
}

.gotochat-module-grid button span,
.gotochat-bank-grid span {
  color: #66788c;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gotochat-bank-actions button,
.gotochat-attachment-grid button,
.gotochat-storage-item button {
  color: #14304c;
  border-color: rgba(7,20,36,.09);
  background: #f5f9fd;
}

.gotochat-separator {
  background: linear-gradient(90deg, transparent, rgba(7,20,36,.12), transparent);
}
.gb-commercial-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 58px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(18,24,32,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px) saturate(1.2);
}
.gb-commercial-brand {
  color: #111820;
  text-decoration: none;
}
.gb-commercial-brand .gb-wordmark { letter-spacing: -.06em; }
.gb-corporate-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #07111f;
  text-decoration: none;
  white-space: nowrap;
}
.gb-corporate-mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: contain;
  flex: 0 0 auto;
  box-shadow: none;
}
.gb-corporate-copy {
  display: grid;
  gap: 2px;
}
.gb-corporate-name {
  font-family: var(--font-gb-grand-display);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 300;
  letter-spacing: .018em;
  line-height: .94;
  text-transform: uppercase;
}
.gb-corporate-cintillo {
  display: block;
  width: 100%;
  padding: 0;
  color: #07111f;
  font-family: var(--font-gb-grand-display);
  font-size: clamp(8px, .58vw, 10px);
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}
.gb-corporate-sub {
  color: #56616d;
  font-family: var(--font-gb-ledger);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gb-corporate-lockup.hero {
  gap: 18px;
  margin-bottom: 22px;
}
.gb-corporate-lockup.hero .gb-corporate-mark {
  width: clamp(36px, 4.2vw, 52px);
  height: clamp(36px, 4.2vw, 52px);
}
.gb-corporate-lockup.hero .gb-corporate-name {
  font-size: clamp(46px, 6.2vw, 78px);
  letter-spacing: .006em;
}
.gb-corporate-lockup.hero .gb-corporate-cintillo {
  font-size: clamp(10px, .94vw, 14px);
  letter-spacing: .078em;
  padding: 0;
}
.gb-commercial-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 34px);
}
.gb-commercial-nav a,
.gb-commercial-login {
  color: rgba(18,24,32,.72);
  font-family: var(--font-gb-ledger);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.015em;
  text-decoration: none;
}
.gb-commercial-nav a:hover,
.gb-commercial-nav a.active,
.gb-commercial-login:hover { color: #111820; }
.gb-commercial-login {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.gb-commercial-body .primary-button,
.gb-commercial-body .secondary-button {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111820;
  padding: 0;
  box-shadow: none;
  font-family: var(--font-gb-ledger);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.015em;
  text-transform: none;
}
.gb-commercial-body .primary-button::after,
.gb-commercial-body .secondary-button::after {
  content: " >";
  color: #3271ff;
}
.gb-commercial-main,
.gb-page {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}
.gb-commercial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 50px 0 34px;
}
.gb-commercial-copy,
.gb-page-hero {
  max-width: 760px;
}
.gb-page-hero.wide {
  max-width: 940px;
}
.gb-kicker {
  margin: 0 0 12px;
  color: #3271ff;
  font-family: var(--font-gb-ledger);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.01em;
}
.gb-commercial-copy h1,
.gb-page-hero h1,
.gb-contact-layout h1 {
  margin: 0;
  color: #111820;
  font-family: var(--font-gb-ledger);
  font-weight: 650;
  font-size: clamp(31px, 4.6vw, 50px);
  line-height: 1.06;
  letter-spacing: -.052em;
}
.gb-page-hero.compact h1,
.gb-contact-layout h1 { font-size: clamp(32px, 5vw, 58px); }
.gb-commercial-copy p,
.gb-page-hero p,
.gb-contact-layout p {
  max-width: 680px;
  color: #56616d;
  font-family: var(--font-gb-atlas);
  font-weight: 300;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}
.gb-commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.gb-commercial-visual {
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(18,24,32,.07);
  border-radius: 34px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 8%, rgba(48,122,238,.08), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(42,205,129,.10), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,250,247,.94));
  box-shadow: 0 28px 80px rgba(18,24,32,.09);
}
.gb-proof-card {
  display: grid;
  justify-items: start;
  gap: 12px;
  border: 1px solid rgba(18,24,32,.08);
  border-radius: 28px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.gb-proof-card img {
  width: min(230px, 64vw);
  height: auto;
  object-fit: contain;
}
.gb-proof-kicker {
  color: #17447a;
  font-family: var(--font-gb-ledger);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gb-proof-card h2 {
  margin: 0;
  color: #111820;
  font-family: var(--font-gb-ledger);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: -.05em;
}
.gb-proof-card p {
  margin: 0;
  color: #56616d;
  font-family: var(--font-gb-atlas);
  font-size: 15px;
  line-height: 1.55;
}
.gb-proof-card a {
  color: #17447a;
  font-family: var(--font-gb-ledger);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.gb-proof-card a::after {
  content: " >";
  color: #2a9f78;
}
.gb-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.gb-proof-grid article {
  border: 1px solid rgba(18,24,32,.07);
  border-radius: 20px;
  padding: 14px;
  background: rgba(255,255,255,.76);
}
.gb-proof-grid strong {
  display: block;
  color: #111820;
  font-family: var(--font-gb-ledger);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.03em;
}
.gb-proof-grid span {
  display: block;
  margin-top: 6px;
  color: #5b6671;
  font-family: var(--font-gb-atlas);
  font-size: 12px;
  line-height: 1.45;
}
.gb-visual-note {
  width: 100%;
  border-radius: 22px;
  padding: 16px;
  background: rgba(255,255,255,.9);
  color: #111820;
  border: 1px solid rgba(18,24,32,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  text-align: center;
}
.gb-visual-note span {
  color: #225cff;
  font-family: var(--font-gb-ledger);
  font-size: 12px;
  font-weight: 650;
}
.gb-visual-note strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-gb-atlas);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -.02em;
}
.gb-commercial-strip,
.gb-commercial-carousel,
.gb-card-grid,
.gb-store-grid,
.gb-service-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 42px;
}
.gb-commercial-strip a,
.gb-commercial-carousel article,
.gb-card-grid article,
.gb-store-grid a,
.gb-service-pricing article,
.gb-product-list article,
.gb-contact-cards a {
  border: 1px solid rgba(18,24,32,.08);
  border-radius: 24px;
  padding: 20px;
  background: rgba(255,255,255,.86);
  color: #111820;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(18,24,32,.06);
}
.gb-commercial-carousel article {
  position: relative;
  overflow: hidden;
}
.gb-commercial-carousel article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  background: url("/assets/corporate/gb-air-11-blanco-letras-paleta.png") center / contain no-repeat;
  opacity: .08;
  pointer-events: none;
}
.gb-commercial-strip span,
.gb-commercial-carousel span,
.gb-card-grid span,
.gb-store-grid span,
.gb-service-pricing span,
.gb-product-list span,
.gb-contact-cards span {
  display: block;
  color: #65717c;
  font-family: var(--font-gb-ledger);
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 9px;
}
.gb-commercial-strip strong,
.gb-commercial-carousel strong,
.gb-store-grid strong,
.gb-contact-cards strong {
  display: block;
  font-family: var(--font-gb-ledger);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.045em;
}
.gb-commercial-carousel article:nth-child(2),
.gb-store-grid a:nth-child(2) { background: linear-gradient(145deg, #ffffff, #eef4ff); }
.gb-commercial-carousel article:nth-child(3),
.gb-store-grid a:nth-child(3) { background: linear-gradient(145deg, #ffffff, #eefbf5); }
.gb-commercial-carousel article:nth-child(4),
.gb-store-grid a:nth-child(4) { background: linear-gradient(145deg, #ffffff, #f4efff); }
.gb-commercial-carousel p,
.gb-card-grid p,
.gb-store-grid p,
.gb-service-pricing p {
  color: #5b6671;
  font-family: var(--font-gb-atlas);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
}
.gb-page { padding: 56px 0 80px; }
.gb-page-hero {
  padding: 42px 0;
}
.gb-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.gb-segment-panel { margin-bottom: 22px; }
.gb-two-column article {
  border-radius: 28px;
  padding: 28px;
  background: #111820;
  color: #fff;
}
.gb-two-column article:nth-child(2) { background: linear-gradient(135deg, #0a6f59, #263dff); }
.gb-two-column h2,
.gb-card-grid h3,
.gb-service-pricing h2 {
  margin: 0 0 10px;
  letter-spacing: -.045em;
}
.gb-two-column p { color: rgba(255,255,255,.78); line-height: 1.6; }
.gb-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gb-brand-assets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 22px;
}
.gb-brand-assets article {
  border: 1px solid rgba(18,24,32,.08);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 40px rgba(18,24,32,.06);
}
.gb-brand-assets img {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  display: block;
}
.gb-brand-assets h2 {
  margin: 14px 0 6px;
  font-family: var(--font-gb-display);
  font-weight: 300;
  letter-spacing: -.02em;
}
.gb-brand-assets p {
  color: #5b6671;
  line-height: 1.55;
}
.gb-product-list {
  display: grid;
  gap: 12px;
}
.gb-product-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
}
.gb-product-list img {
  width: 74px;
  height: 74px;
  border-radius: 19px;
  object-fit: contain;
  background: #f7f9fb;
}
.gb-product-list h2 {
  margin: 0 0 5px;
  font-size: 24px;
  letter-spacing: -.045em;
  text-transform: lowercase;
}
.gb-product-list p { margin: 0 0 10px; color: #5b6671; line-height: 1.5; }
.gb-product-list a,
.gb-service-pricing a {
  color: #3271ff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.gb-service-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gb-store-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gb-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: 62px 0;
}
.gb-contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.gb-contact-form {
  display: grid;
  gap: 13px;
  border: 1px solid rgba(18,24,32,.08);
  border-radius: 30px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(18,24,32,.08);
}
.gb-contact-form label {
  display: grid;
  gap: 7px;
  color: #65717c;
  font-size: 12px;
  font-weight: 850;
}
.gb-contact-form input,
.gb-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18,24,32,.1);
  border-radius: 16px;
  padding: 13px 14px;
  background: #fbfcff;
  color: #111820;
  outline: 0;
}

@media (max-width: 820px) {
  .gb-commercial-header { grid-template-columns: 1fr auto; }
  .gb-commercial-nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .gb-commercial-hero,
  .gb-contact-layout,
  .gb-two-column { grid-template-columns: 1fr; }
  .gb-commercial-strip,
  .gb-commercial-carousel,
  .gb-brand-assets,
  .gb-card-grid,
  .gb-store-grid,
  .gb-service-pricing { grid-template-columns: 1fr; }
  .gb-proof-grid { grid-template-columns: 1fr; }
  .gb-commercial-hero { min-height: auto; padding-top: 34px; }
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.admin-booting .app-shell { opacity: 0; }
.app-shell { display: grid; grid-template-columns: 224px 1fr; min-height: 100vh; }
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 16px 12px;
  background:
    radial-gradient(circle at 25% 0%, rgba(122, 214, 109, .18), transparent 24%),
    linear-gradient(180deg, #071014 0%, #0e171d 52%, #0a0d11 100%);
  color: #eef7f1;
  border-right: 1px solid rgba(255,255,255,.08);
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 8px 18px;
  text-align: center;
}
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px;
  background: linear-gradient(145deg, #cffe20, #00bf8f 48%, #101820); color: #f7fff9; font: 900 15px var(--font-sans);
  box-shadow: var(--glow);
}
.brand > div { display: grid; justify-items: center; gap: 3px; width: 100%; }
.brand strong, .brand span, .brand em { display: block; }
.brand strong { font: 650 15px var(--font-gb-ledger), Arial, sans-serif; letter-spacing: -.02em; line-height: 1; }
.gb-admin-lockup {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  font-family: var(--font-gb-product);
  font-size: 18px;
  letter-spacing: -.026em;
  text-transform: lowercase;
}
.gb-admin-product {
  color: #d8e2ee;
  font-weight: 340;
}
.goto-admin-lockup {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  font-family: var(--font-gb-product);
  font-size: 20px;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: lowercase;
}
.goto-admin-prefix {
  color: #2d8dff;
  font-weight: 760;
}
.goto-admin-product {
  color: #d8e2ee;
  font-weight: 320;
}
.gb-admin-owner {
  margin-top: 5px;
  color: #f7fbff;
  font-family: var(--font-gb-ledger), Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.white-label-lockup {
  display: block;
  color: #f7fbff;
  font-family: var(--font-gb-ledger);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .12em;
  line-height: 1.05;
  text-transform: uppercase;
}
.brand strong .gb-wordmark {
  font-size: 32px;
  line-height: .92;
  letter-spacing: -.07em;
}
.brand em,
.brand > div > span {
  margin-top: 0;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.25;
  text-align: center;
}
.brand em { color: #f3fff7; }
.brand > div > span { color: #8fb2a0; }
.main-nav {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  gap: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 3px;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 168, 255, .55) rgba(255,255,255,.08);
}
.main-nav::-webkit-scrollbar { width: 6px; }
.main-nav::-webkit-scrollbar-track { background: rgba(255,255,255,.06); border-radius: 999px; }
.main-nav::-webkit-scrollbar-thumb { background: rgba(120, 168, 255, .55); border-radius: 999px; }
.nav-item {
  display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; border: 0; border-radius: 9px;
  background: transparent; color: #b8c4d6; text-align: left;
  font-size: 12px;
}
.nav-item:hover, .nav-item.active { background: linear-gradient(90deg, rgba(25,86,170,.22), rgba(255,255,255,.04)); color: #fff; box-shadow: inset 2px 0 0 #1857ae; }
.nav-item span { width: 22px; color: #78a8ff; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.nav-item b { margin-left: auto; padding: 2px 7px; border-radius: 20px; background: var(--accent); color: #fff; font-size: 11px; }
.sidebar-foot { flex: 0 0 auto; margin-top: 12px; padding: 14px 8px 0; border-top: 1px solid rgba(255,255,255,.14); color: #aab7c8; }
.developer-seal { display: flex; align-items: center; gap: 5px; margin-bottom: 8px; }
.developer-seal img { width: 24px; height: 24px; border-radius: 999px; object-fit: contain; background: transparent; }
.developer-seal strong { color: #d7dee9; font-family: var(--font-gb-ledger), Arial, sans-serif; font-size: 19px; font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.system-status { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; font-size: 12px; }
.system-status i { width: 8px; height: 8px; border-radius: 50%; background: #6fd399; box-shadow: 0 0 0 4px rgba(111, 211, 153, .12); }
.main { min-width: 0; }
.topbar {
  display: none;
}
.developer-console-layout {
  display: grid;
  grid-template-columns: minmax(190px, .6fr) minmax(420px, 1.45fr) minmax(280px, .85fr);
  gap: 16px;
  align-items: start;
}
.developer-tree {
  position: sticky;
  top: 14px;
}
.developer-tree-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  margin: 4px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  font-weight: 700;
}
.developer-tree-item.active,
.developer-tree-item:hover {
  border-color: rgba(24, 87, 174, .35);
  background: linear-gradient(90deg, rgba(24, 87, 174, .12), rgba(255,255,255,.94));
}
.developer-tree-item b {
  font-size: 11px;
  color: #1857ae;
}
.developer-list-panel .panel-head {
  align-items: center;
}
.developer-list-panel input {
  min-width: 220px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 9px 11px;
  background: #fff;
}
.developer-section {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.developer-section[data-dev-list]:not([data-dev-list="platforms"]) {
  display: none;
}
.developer-section h3 {
  margin: 8px 0 2px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.developer-asset-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(120px, .45fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
}
.developer-row-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.developer-row-main span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.developer-row-main strong {
  font-size: 14px;
}
.developer-row-main small {
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compact-actions {
  justify-content: flex-end;
  gap: 6px;
}
.compact-actions .secondary-button,
.compact-actions .primary-button {
  padding: 7px 9px;
  font-size: 11px;
}
.global-search {
  display: none; align-items: center; gap: 8px; width: min(480px, 52vw); padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 10px; background: #f8faf8; color: var(--muted);
}
.global-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
kbd { padding: 2px 6px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--muted); font-size: 10px; white-space: nowrap; }

.site-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 205, 79, .26), transparent 29%),
    radial-gradient(circle at 85% 14%, rgba(47, 109, 246, .14), transparent 30%),
    linear-gradient(135deg, #fff8e7 0%, #f4f7fb 48%, #e9eef6 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(16,20,24,.08);
  background: rgba(248,250,252,.82);
  backdrop-filter: blur(18px) saturate(1.18);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 950;
}
.site-brand strong .gb-wordmark,
.store-wordmark strong .gb-wordmark,
.login-brand strong .gb-wordmark {
  font-size: 20px;
}
.store-wordmark strong .goto-lockup,
.site-brand strong .goto-lockup {
  font-size: 20px;
}

.site-brand img,
.store-wordmark img,
.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16,24,32,.14);
}
.brand-logo-main {
  object-fit: contain;
  background: transparent;
}

.brand .brand-logo-main {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}
.brand[data-brand-mode="gb-admin"] .brand-logo-main {
  width: 50px;
  height: 50px;
}
.brand[data-brand-mode="white-label"] .brand-logo-main {
  width: min(212px, 94%);
  height: 132px;
  border-radius: 0;
  object-fit: contain;
}
.brand[data-brand-mode="white-label"] em {
  display: none;
  margin-top: 8px;
  color: #a8b3bd;
  font-family: var(--font-gb-product);
  font-size: 18px;
  font-weight: 350;
  letter-spacing: -.035em;
  text-transform: lowercase;
}
.brand[data-brand-mode="white-label"] > div > span {
  display: none;
  max-width: 176px;
  color: #8c9aa7;
  font-family: var(--font-gb-ledger);
  font-size: 8px;
  letter-spacing: .08em;
}

body[data-workspace-brand-mode="white-label"] .sidebar {
  background:
    radial-gradient(circle at 50% 0%, rgba(245,236,219,.12), transparent 30%),
    linear-gradient(180deg, #17100d 0%, #24170f 52%, #0f0b09 100%);
}

body[data-workspace-brand-mode="white-label"] .brand {
  min-height: 156px;
  justify-content: flex-start;
  padding: 4px 4px 18px;
  margin-bottom: 10px;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

body[data-workspace-brand-mode="white-label"] .brand .brand-logo-main {
  display: block;
  width: min(188px, 96%);
  height: 116px;
  max-height: 116px;
  object-fit: contain;
}

body[data-workspace-brand-mode="white-label"] .brand > div {
  display: none;
}

body[data-workspace-brand-mode="white-label"] .main-nav {
  margin-top: 2px;
}

body[data-workspace-brand-mode="white-label"] .sidebar-foot {
  display: none;
}

body[data-workspace-brand-mode="white-label"] .topbar {
  display: none;
}

body[data-workspace-brand-mode="white-label"] .global-search {
  display: none;
}

body[data-workspace-brand-mode="white-label"] .nav-item:hover,
body[data-workspace-brand-mode="white-label"] .nav-item.active {
  background: linear-gradient(90deg, rgba(184,144,90,.2), rgba(255,255,255,.04));
  box-shadow: inset 2px 0 0 #b8905a;
}

body[data-workspace-brand-mode="white-label"] .nav-item span {
  color: #d7bb8f;
}

body[data-workspace-brand-mode="white-label"] .main {
  background:
    radial-gradient(circle at 85% 0%, rgba(184,144,90,.12), transparent 26%),
    linear-gradient(180deg, #fbf8f2 0%, #f3eee5 100%);
}

body[data-workspace-brand-mode="white-label"] .primary-button,
body[data-workspace-brand-mode="white-label"] .icon-button {
  background: #071a3f;
  color: #fff;
  border-color: rgba(7,26,63,.12);
}

body[data-workspace-brand-mode="white-label"] .notificationButton,
body[data-workspace-brand-mode="white-label"] .tag.blue {
  background: #071a3f;
  color: #fff;
}

.app-shell,
.app-shell button,
.app-shell input,
.app-shell textarea,
.app-shell select {
  font-family: var(--font-gb-ledger), "Aptos", "Segoe UI", Arial, sans-serif;
}

.app-shell h1,
.app-shell h2,
.app-shell h3,
.view-heading h1,
.panel-head h2 {
  font-family: var(--font-gb-ledger), "Aptos", "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -.035em;
}

.user-chip small { display: none; }
.top-actions { margin-left: auto; }
.logout-button { color: #071a3f; border-color: rgba(7,26,63,.2); }

.funnel-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.funnel-strip span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #edf4ff;
  color: #071a3f;
  font-size: 12px;
  font-weight: 750;
}

.site-brand img.wordmark-logo,
.store-wordmark img.wordmark-logo {
  width: clamp(156px, 18vw, 236px);
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
}

.site-brand > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(145deg, #7ad66d, #1d7f63 52%, #101820);
  color: #fff;
  box-shadow: var(--glow);
}

.home-onepage {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(66, 224, 111, .22), transparent 28%),
    radial-gradient(circle at 82% 6%, rgba(88, 120, 255, .24), transparent 30%),
    radial-gradient(circle at 70% 82%, rgba(137, 82, 255, .18), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #f4fff9 44%, #f2efff 100%);
}

.home-onepage .whatsapp-float { z-index: 80; }

.gb-home-screen {
  min-height: 100vh;
  width: min(1500px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2.4vw, 28px);
  padding: clamp(14px, 2.2vw, 26px) 0;
}

.gb-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(16,24,32,.08);
  backdrop-filter: blur(18px) saturate(1.15);
}

.gb-home-brand {
  color: var(--ink);
  text-decoration: none;
}

.gb-home-brand .gb-wordmark {
  font-size: clamp(30px, 4vw, 54px);
  line-height: .9;
  letter-spacing: -.075em;
}

.gb-home-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.gb-home-header nav a {
  padding: 9px 12px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: #253444;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.gb-home-header nav .gb-login-link {
  background: #101820;
  color: #fff;
}

.gb-home-hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: stretch;
}

.gb-home-copy,
.gb-home-character,
.gb-project-card {
  border: 1px solid rgba(16,24,32,.08);
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 60px rgba(16,24,32,.10);
  backdrop-filter: blur(18px) saturate(1.12);
}

.gb-home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(420px, 54vh, 620px);
  padding: clamp(28px, 5vw, 72px);
  border-radius: 36px;
}

.gb-home-copy h1 {
  max-width: 1000px;
  margin: 18px 0;
  font-size: clamp(46px, 7.8vw, 104px);
  line-height: .88;
  letter-spacing: -.085em;
}

.gb-home-copy > p:not(.promo-pill) {
  max-width: 760px;
  margin: 0;
  color: #465564;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
}

.gb-home-actions,
.gb-home-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gb-home-stack span {
  padding: 9px 11px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.44));
  color: #314152;
  font-size: 12px;
  font-weight: 900;
}

.gb-home-character {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: clamp(420px, 54vh, 620px);
  padding: clamp(22px, 3.6vw, 42px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 18%, rgba(66,224,111,.28), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(88,120,255,.26), transparent 28%),
    linear-gradient(145deg, rgba(16,24,32,.96), rgba(18,26,41,.94));
  color: #fff;
}

.gb-home-character img {
  position: absolute;
  right: clamp(-20px, -2vw, 10px);
  bottom: clamp(116px, 12vh, 150px);
  width: min(360px, 62%);
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(0,0,0,.32));
}

.gb-home-character div {
  position: relative;
  z-index: 1;
  max-width: 430px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}

.gb-home-character span,
.gb-project-card span {
  color: #42e06f;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.gb-home-character strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.055em;
}

.gb-home-character p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}

.gb-home-projects {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 12px;
}

.gb-project-card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 26px;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.gb-project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(16,24,32,.16);
}

.gb-project-card.featured {
  background:
    radial-gradient(circle at 92% 0%, rgba(66,224,111,.24), transparent 32%),
    linear-gradient(135deg, #101820, #17263f 62%, #351d74);
  color: #fff;
}

.gb-project-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: .98;
  letter-spacing: -.055em;
}

.gb-project-card p {
  margin: 0;
  color: #5b6671;
  line-height: 1.45;
}

.gb-project-card.featured p { color: rgba(255,255,255,.76); }

.gb-store-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(110px, 1fr);
  gap: 8px;
  overflow: hidden;
}

.gb-store-carousel em {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(88,120,255,.16), rgba(66,224,111,.18)),
    #fff;
  color: #17263f;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
}

.site-brand .brand-logo-main,
.store-wordmark .brand-logo-main,
.gb-home-header img,
.site-header .brand-logo-main {
  display: none;
}

.commercial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  padding: clamp(48px, 7vw, 104px) clamp(18px, 5vw, 72px) clamp(32px, 6vw, 76px);
}

.hero-copy h1 {
  max-width: 980px;
  margin: 16px 0 18px;
  font-size: clamp(44px, 7.5vw, 94px);
  line-height: .92;
  letter-spacing: -.07em;
}

.hero-copy p {
  max-width: 720px;
  color: #465564;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.promo-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 999px;
  background: #fff;
  color: #734500;
  font-weight: 950;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(10,18,26,.08);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 10px 12px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #33414f;
  font-size: 13px;
  font-weight: 900;
}

.hero-product-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255,216,117,.54), transparent 24%),
    linear-gradient(145deg, #ffffff, #f7f2e8);
  box-shadow: 0 30px 80px rgba(24,33,43,.16);
}

.hero-product-card > img {
  width: 112px;
  height: 112px;
  margin-bottom: 14px;
}

.oaxaca-capital-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(207, 254, 32, .28), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(232,249,242,.72));
}

.oaxaca-grid,
.editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  align-items: stretch;
}

.oaxaca-feature,
.editorial-hero-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
  gap: 0;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10,18,26,.10);
}

.oaxaca-feature img,
.editorial-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.oaxaca-feature div,
.editorial-hero-card div {
  padding: clamp(20px, 3vw, 34px);
}

.oaxaca-feature h3,
.worldcup-strip h3 {
  margin: 12px 0 10px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

.oaxaca-feature p,
.worldcup-strip p {
  color: var(--muted);
  line-height: 1.65;
}

.oaxaca-feature a,
.oaxaca-events a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
}

.oaxaca-events {
  padding: 24px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 28px;
  background: #101820;
  color: #f7fff9;
  box-shadow: 0 18px 44px rgba(10,18,26,.18);
}

.oaxaca-events h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.oaxaca-events ul {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.oaxaca-events li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.oaxaca-events li strong {
  color: var(--lime);
}

.oaxaca-events li span {
  color: #dce8e2;
  font-size: 13px;
  line-height: 1.4;
}

.oaxaca-events a {
  color: var(--lime);
}

.worldcup-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(207,254,32,.25), transparent 28%),
    linear-gradient(135deg, #ffffff, #e9faf3);
  border: 1px solid rgba(16,24,32,.08);
}

.oaxaca-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.oaxaca-live-grid article {
  padding: 20px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 36px rgba(10,18,26,.08);
}

.oaxaca-live-grid h3 {
  margin: 12px 0 8px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.oaxaca-live-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.oaxaca-newsroom {
  margin-top: 22px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
  border: 1px solid rgba(16,24,32,.08);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(10,18,26,.08);
}

.oaxaca-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.oaxaca-news-grid article {
  padding: 16px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 18px;
  background: #fff;
}

.oaxaca-news-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0,155,118,.1);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.oaxaca-news-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.oaxaca-news-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.content-list,
.event-list,
.worldcup-list,
.social-profile-list {
  display: grid;
  gap: 12px;
}

.content-row,
.event-row,
.worldcup-row,
.social-profile-row,
.social-queue-row {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.content-row {
  grid-template-columns: 86px 1fr auto;
  align-items: center;
}

.content-row img {
  width: 86px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}

.content-row span,
.event-row span,
.worldcup-row small,
.social-profile-row p,
.social-queue-row span {
  color: var(--muted);
  font-size: 11px;
}

.event-row {
  grid-template-columns: 72px 1fr;
}

.event-row time {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 950;
}

.event-row time small {
  color: var(--muted);
  font-size: 9px;
}

.worldcup-list {
  max-height: 520px;
  overflow-y: auto;
}

.worldcup-row {
  grid-template-columns: 110px 1fr 170px;
  align-items: center;
}

.live-command-panel {
  margin-bottom: 18px;
  border-color: rgba(15,107,79,.18);
  background:
    radial-gradient(circle at 4% 10%, rgba(207,254,32,.18), transparent 24%),
    linear-gradient(135deg, #ffffff, #f4fbf7);
}

.live-update-list {
  display: grid;
  gap: 10px;
}

.live-update-list.compact {
  max-height: 360px;
  overflow-y: auto;
}

.live-update-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
}

.live-update-row time {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 12px;
  background: #101820;
  color: var(--lime);
  font-weight: 900;
  letter-spacing: -.03em;
}

.live-update-row span,
.source-row span {
  display: block;
  margin: 4px 0;
  color: var(--muted);
  font-size: 11px;
}

.live-update-row p,
.source-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.source-row {
  display: grid;
  grid-template-columns: 1fr minmax(120px, auto);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.source-row.weather {
  background: linear-gradient(135deg, #fff, #f5f8ff);
}

.source-row a {
  justify-self: end;
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.source-row small {
  color: var(--muted);
  font-size: 11px;
}

.brand-profile-row {
  grid-template-columns: 48px 1fr;
  align-items: center;
}

.brand-profile-row img,
.brand-kit-row img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 14px;
  background: #f2f6f3;
}

.brand-kit-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.brand-kit-row span {
  display: block;
  margin: 4px 0;
  color: var(--muted);
  font-size: 11px;
}

.brand-kit-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.brand-kit-row a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.hero-product-card > img.goto-commercial-character {
  width: min(260px, 72%);
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-product-card > img.product-logo-mark {
  width: min(184px, 54%);
  max-height: 184px;
  padding: 10px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10,18,26,.12);
}

.hero-product-card h2 {
  margin: 14px 0 8px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .95;
  letter-spacing: -.06em;
}

.hero-product-card p,
.hero-product-card li,
.hero-product-card small {
  color: #4f5c66;
  line-height: 1.5;
}

.hero-product-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 20px;
}

.domain-band {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(320px, 1.25fr);
  gap: 18px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px);
  padding: clamp(22px, 4vw, 38px);
  border-radius: 30px;
  background: #101820;
  color: #fff;
  box-shadow: 0 24px 60px rgba(10,18,26,.18);
}

.product-detail {
  padding-bottom: 48px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(46px, 7vw, 96px) clamp(18px, 5vw, 72px) 30px;
}

.product-hero h1 {
  margin: 14px 0 14px;
  font-size: clamp(52px, 8vw, 106px);
  line-height: .9;
  letter-spacing: -.075em;
}

.product-hero p {
  max-width: 760px;
  color: #465564;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.code-block {
  overflow: auto;
  margin: 16px 0 0;
  padding: 18px;
  border: 1px solid rgba(16,24,32,.1);
  border-radius: 18px;
  background: #0b0f14;
  color: #dffbe8;
}

.goto-advisor-card img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10,18,26,.16);
}

.goto-advisor-card img.goto-commercial-character {
  width: 118px;
  height: 140px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.goto-advisor-card img.goto-commercial-character.small {
  width: 96px;
  height: 118px;
}

.domain-band h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.05em;
}

.domain-band p {
  grid-column: 1 / -1;
  margin: 0;
  color: #b9c7d4;
}

.domain-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  color: #263340;
}

.domain-search span {
  padding-left: 12px;
  color: #7a8793;
  font-weight: 900;
}

.domain-search input {
  min-height: 48px;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 850;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 460px);
  gap: 20px;
  align-items: end;
}

.commercial-grid .service-card span {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--amber-soft);
  color: #7b4a06;
  font-size: 12px;
}

.saas-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(34px, 5vw, 70px);
}

.saas-strip article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(16,24,32,.08);
}

.saas-strip strong,
.saas-strip span {
  display: block;
}

.saas-strip strong {
  margin-bottom: 8px;
  font-size: 22px;
}

.saas-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.pricing-grid article.highlight {
  background: #fff;
  color: var(--ink);
}

.pricing-grid h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.05em;
}

.pricing-grid p {
  margin: 0;
  color: inherit;
  opacity: .78;
  line-height: 1.5;
}

.pricing-grid a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--accent);
  color: #092014;
  text-decoration: none;
  font-weight: 950;
}

.commercial-footer div {
  display: grid;
  gap: 4px;
}

.commercial-footer p {
  max-width: 760px;
  margin: 0;
  color: #60707d;
  line-height: 1.45;
}

.legal-body {
  background: linear-gradient(135deg, #fff8e7, #eef3f7 58%, #e7edf3);
}

.legal-page {
  width: min(960px, calc(100% - 32px));
  margin: clamp(28px, 6vw, 76px) auto;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 70px rgba(10,18,26,.12);
}

.legal-page h1 {
  margin: 12px 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .96;
  letter-spacing: -.06em;
}

.legal-page h2 {
  margin: 28px 0 8px;
  font-size: 24px;
}

.legal-page p,
.legal-page li {
  color: #465564;
  line-height: 1.65;
}

.legal-page a {
  color: var(--primary);
  font-weight: 900;
}

.legal-updated {
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.whatsapp-bubble {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #111923;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(10,18,26,.22);
}

.whatsapp-icon {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(13,187,87,.34));
}

.site-header nav,
.site-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.site-header nav a {
  color: #33414f;
  text-decoration: none;
  font-weight: 850;
}

.site-header nav .site-cta {
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--carbon);
  color: #fff;
}

.site-hero,
.service-hero-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.site-hero h1,
.service-hero-detail h1 {
  max-width: 960px;
  margin: 14px 0 18px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .96;
  letter-spacing: -.06em;
}

.site-hero p,
.service-hero-detail p,
.section-heading p {
  max-width: 760px;
  color: #475562;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.site-hero-card,
.service-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(16,20,24,.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(122,214,109,.2), transparent 28%),
    linear-gradient(145deg, #ffffff, #f4f7fa);
  box-shadow: var(--shadow);
}

.site-hero-card h2,
.service-panel h2 {
  margin: 14px 0;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -.04em;
}

.site-hero-card ul,
.service-panel ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: #3f4d59;
  line-height: 1.5;
}

.site-section {
  padding: clamp(34px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.site-section.dark {
  margin: clamp(20px, 4vw, 54px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(122,214,109,.2), transparent 25%),
    linear-gradient(145deg, #081014, #121a22 58%, #080b0f);
  color: #f4fbf6;
}

.site-section.dark .section-heading p,
.site-section.dark article p {
  color: #aebdc8;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.05em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.bundle-grid article,
.module-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(16,20,24,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(10,18,26,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,107,79,.28);
  box-shadow: 0 22px 48px rgba(10,18,26,.13);
}

.service-card.featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 18% 0%, rgba(122,214,109,.24), transparent 30%),
    linear-gradient(145deg, #0a1117, #16222b);
  color: #f7fff9;
}

.service-card span {
  color: var(--primary);
  font-weight: 950;
}

.service-card.featured span,
.service-card.featured p {
  color: #a8d7bd;
}

.service-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.04em;
}

.service-card p {
  flex: 1;
  margin: 0;
  color: #60707d;
  line-height: 1.48;
}

.service-card strong {
  color: inherit;
}

.bundle-grid,
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bundle-grid article {
  background: rgba(255,255,255,.07);
  color: #fff;
  border-color: rgba(255,255,255,.1);
}

.service-detail {
  min-height: calc(100vh - 160px);
}

.module-grid article {
  min-height: 130px;
}

.module-grid article strong {
  font-size: 20px;
}

.module-grid article span {
  color: var(--muted);
  line-height: 1.45;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: #60707d;
  border-top: 1px solid rgba(16,20,24,.08);
}

.site-footer a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
}

.store-body,
.play-body {
  min-height: 100vh;
  background: #f6f8fb;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(16,20,24,.08);
  background: rgba(246,248,251,.84);
  backdrop-filter: blur(18px);
}

.store-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}

.store-wordmark > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(145deg, #7ad66d, #1d7f63 52%, #101820);
  color: #fff;
  box-shadow: var(--glow);
}

.store-header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-header nav a,
.store-product a,
.store-product button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}

.store-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 6vw, 78px) clamp(18px, 5vw, 64px);
}

.store-hero h1 {
  max-width: 860px;
  margin: 10px 0 18px;
  font-size: clamp(44px, 8vw, 92px);
  line-height: .94;
  letter-spacing: 0;
}

.store-hero p {
  max-width: 720px;
  color: #475562;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.release-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.play-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.featured-game {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.featured-game small,
.store-product p,
.launch-list {
  color: var(--muted);
}

.game-cover {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 220, 110, .8), transparent 24%),
    linear-gradient(145deg, #aee8ff, #fff3bf 48%, #ffcbbf);
}

.cat-face {
  position: absolute;
  left: 50%;
  bottom: 46px;
  width: 190px;
  height: 150px;
  transform: translateX(-50%);
  border: 4px solid #17212b;
  border-radius: 46% 46% 42% 42%;
  background: #fff7eb;
}

.cat-face::before,
.cat-face::after {
  content: "";
  position: absolute;
  top: -42px;
  width: 74px;
  height: 74px;
  border: 4px solid #17212b;
  background: #fff7eb;
  transform: rotate(45deg);
}

.cat-face::before { left: 6px; }
.cat-face::after { right: 6px; }
.cat-face i {
  position: absolute;
  top: 55px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17212b;
}
.cat-face i:first-child { left: 52px; }
.cat-face i:nth-child(2) { right: 52px; }
.cat-face b {
  position: absolute;
  left: 50%;
  top: 80px;
  width: 42px;
  height: 22px;
  transform: translateX(-50%);
  border-bottom: 4px solid #17212b;
  border-radius: 50%;
}

.coin-rain span {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 3px solid #17212b;
  border-radius: 50%;
  background: #f4b63f;
}
.coin-rain span:nth-child(1) { left: 14%; top: 16%; }
.coin-rain span:nth-child(2) { right: 18%; top: 26%; }
.coin-rain span:nth-child(3) { left: 22%; bottom: 28%; }

.store-section {
  padding: 54px clamp(18px, 5vw, 64px);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.section-heading h2,
.split-band h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: 0;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.store-product {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10,18,26,.08);
}

.store-product h3 {
  margin: 18px 0 8px;
  font-size: 22px;
  letter-spacing: 0;
}

.store-product p {
  line-height: 1.5;
}

.store-product a,
.store-product button {
  margin-top: auto;
}

.store-product button:disabled {
  opacity: .62;
}

.product-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--carbon);
  color: #fff;
  font-weight: 900;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
  background: #fff;
}

.launch-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}

.play-shell {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
}

.play-shell canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.play-topbar,
.play-card,
.play-shop,
.play-dock,
.play-toast {
  position: absolute;
  z-index: 3;
}

.play-topbar {
  left: 16px;
  right: 16px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.play-stats {
  display: flex;
  gap: 8px;
}

.play-stats div {
  min-width: 92px;
  padding: 9px 12px;
  border: 1px solid rgba(23,33,43,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  text-align: center;
  box-shadow: 0 10px 24px rgba(43,60,76,.12);
}

.play-stats small,
.shop-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.play-card {
  left: 50%;
  top: 52%;
  width: min(430px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
  padding: 22px;
  border: 1px solid rgba(23,33,43,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 70px rgba(43,60,76,.2);
  text-align: center;
}

.play-card[hidden] {
  display: none;
}

.play-card h1 {
  margin: 12px 0 10px;
  font-size: 40px;
  letter-spacing: 0;
}

.play-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.play-card .play-actions {
  justify-content: center;
}

.play-dock {
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
}

.play-dock button,
.shop-item button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--carbon);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(23,33,43,.18);
}

.play-dock button:nth-child(2) { background: var(--blue); }
.play-dock button:nth-child(3) { background: #ff6f61; }

.play-shop {
  right: 16px;
  top: 108px;
  width: min(330px, calc(100vw - 32px));
  border: 1px solid rgba(23,33,43,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 50px rgba(43,60,76,.18);
  transform: translateX(calc(100% + 24px));
  transition: transform .22s ease;
}

.play-shop.open {
  transform: translateX(0);
}

.shop-items {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.shop-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.shop-item > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fff3c4;
  font-size: 22px;
  font-weight: 900;
}

.shop-item button {
  min-height: 38px;
  padding: 0 10px;
  background: var(--primary);
  box-shadow: none;
}

.play-toast {
  left: 50%;
  top: 95px;
  max-width: min(460px, calc(100vw - 32px));
  transform: translateX(-50%) translateY(-16px);
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(23,33,43,.92);
  color: #fff;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.play-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.premium-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.pet-lab {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.pet-lab h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0;
}

.pet-preview {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / .78;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(122,214,109,.35), transparent 28%),
    linear-gradient(145deg, #e8efff, #fff);
  border: 1px solid var(--line);
}

.pet-preview span {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--carbon);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
}

.pet-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--primary);
  border-radius: 8px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.file-button input {
  display: none;
}

.pet-name-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  outline-color: var(--primary);
}

.game-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.game-tile {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--game-accent) 18%, #fff), #fff 58%);
  box-shadow: 0 12px 30px rgba(10,18,26,.08);
}

.game-tile > span,
.credit-card .release-tag {
  margin-bottom: 18px;
}

.game-tile > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--game-accent);
  color: #fff;
  font-weight: 900;
}

.game-tile h3,
.credit-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}

.game-tile small {
  color: var(--game-accent);
  font-weight: 900;
  text-transform: uppercase;
}

.game-tile p,
.credit-card p {
  color: var(--muted);
  line-height: 1.5;
}

.game-tile a,
.credit-card button,
.credit-card a {
  min-height: 42px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: var(--carbon);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-catalog-shell {
  display: grid;
  gap: 24px;
}

.store-product-group {
  display: grid;
  gap: 14px;
}

.compact-heading {
  margin-bottom: 0;
}

.credit-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10,18,26,.08);
}

.credit-card strong {
  font-size: 28px;
  letter-spacing: 0;
}

.store-message {
  min-height: 22px;
  margin: 16px 0 0;
  font-weight: 900;
}

.store-message[data-type="error"] { color: var(--danger); }
.store-message[data-type="success"] { color: var(--primary); }

.arcade-shell {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
}

.arcade-shell canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.arcade-menu {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 52%;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100dvh - 170px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 22px;
  border: 1px solid rgba(23,33,43,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(43,60,76,.2);
  text-align: center;
}

.arcade-menu[hidden] {
  display: none;
}

.arcade-menu h1 {
  margin: 12px 0 8px;
  font-size: clamp(34px, 7vw, 64px);
  letter-spacing: 0;
}

.arcade-menu p {
  color: var(--muted);
  font-weight: 700;
}

.arcade-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.arcade-picker button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

.arcade-picker button.active {
  border-color: var(--primary);
  background: var(--primary-soft);
  color: var(--primary);
}
.top-actions { display: flex; align-items: center; gap: 10px; }
.quick-button, .primary-button {
  border: 0; border-radius: 11px; background: linear-gradient(135deg, #101820, #0f6b4f); color: #fff; padding: 10px 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(15,107,79,.18);
}
.secondary-button { border: 1px solid rgba(16,24,32,.12); border-radius: 11px; background: rgba(255,255,255,.9); color: var(--ink); padding: 9px 13px; font-weight: 750; }
.danger-button { border: 0; border-radius: 9px; background: var(--danger-soft); color: var(--danger); padding: 9px 13px; font-weight: 700; }
.icon-button { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.icon-button i { position: absolute; top: 7px; right: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.user-chip { display: flex; align-items: center; gap: 9px; padding-left: 6px; }
.user-chip > span, .avatar {
  display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-weight: 800; font-size: 12px;
}
.user-chip strong, .user-chip small { display: block; white-space: nowrap; }
.user-chip strong { font-size: 12px; }
.user-chip small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.view { padding: 18px; animation: reveal .25s ease both; }
.compact-view { padding: 10px 14px; }
@keyframes reveal { from { opacity: 0; transform: translateY(5px); } }
.view-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.eyebrow { margin: 0 0 4px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 3px; font: 820 clamp(21px, 2.6vw, 30px) var(--font-sans); letter-spacing: -.035em; }
h2 { font: 780 17px var(--font-sans); letter-spacing: -.025em; }
h3 { font-size: 14px; }
.subtle { color: var(--muted); font-size: 12px; }
.metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin-bottom: 18px; }
.metric, .panel {
  border: 1px solid rgba(16,24,32,.08); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(10,18,26,.06); backdrop-filter: blur(10px);
}
.metric { padding: 17px; }
.metric-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.metric-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--primary-soft); color: var(--primary); font-size: 14px; }
.metric strong { display: block; margin: 12px 0 5px; font: 850 29px var(--font-sans); letter-spacing: -.05em; }
.trend { color: var(--primary); font-size: 11px; font-weight: 700; }
.dashboard-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.panel { padding: 18px; min-width: 0; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.panel-head h2 { margin: 0; }
.text-button { border: 0; background: transparent; color: var(--primary); font-size: 12px; font-weight: 800; }
.pipeline { display: grid; gap: 14px; }
.pipeline-row { display: grid; grid-template-columns: 100px 1fr 55px; align-items: center; gap: 10px; font-size: 12px; }
.bar { height: 8px; overflow: hidden; border-radius: 20px; background: #edf1ed; }
.bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), #70a98e); }
.activity-list, .compact-list { display: grid; gap: 3px; }
.activity-item, .compact-item { display: flex; align-items: center; gap: 10px; padding: 10px 4px; border-bottom: 1px solid #edf1ee; }
.activity-item:last-child, .compact-item:last-child { border-bottom: 0; }
.activity-copy { min-width: 0; }
.activity-copy strong, .activity-copy span { display: block; }
.activity-copy strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-copy span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 20px; background: var(--primary-soft); color: var(--primary); font-size: 10px; font-weight: 800; white-space: nowrap; }
.tag.orange { background: var(--accent-soft); color: var(--accent); }
.tag.blue { background: var(--blue-soft); color: var(--blue); }
.tag.amber { background: var(--amber-soft); color: var(--amber); }
.tag.red { background: var(--danger-soft); color: var(--danger); }
.tag.green { background: var(--primary-soft); color: var(--primary); }
.channel-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--primary); }
.channel-dot.instagram { background: #c84887; }
.channel-dot.facebook { background: #3272ce; }
.channel-dot.email { background: #c47b24; }
.inbox-layout { display: grid; grid-template-columns: 330px minmax(350px, 1fr) 280px; min-height: calc(100vh - 130px); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: #fff; }
.chat-layout { display: grid; grid-template-columns: minmax(280px, 360px) minmax(420px, 1fr); min-height: calc(100vh - 180px); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: #efeae2; }
.chat-layout-full { min-height: calc(100vh - 155px); }
.compact-whatsapp-status { margin-bottom: 14px; }
.chat-row { background: #fff; border-left: 4px solid transparent; }
.chat-row.channel-whatsapp { border-left-color: #25d366; }
.chat-row.channel-facebook { border-left-color: #0084ff; }
.chat-row.channel-instagram { border-left-color: #c13584; }
.chat-row.channel-gochats { border-left-color: #148cff; }
.channel-avatar { color: #fff; border: 0; box-shadow: 0 8px 20px rgba(15, 23, 42, .12); }
.channel-avatar.channel-whatsapp { background: #25d366; }
.channel-avatar.channel-facebook { background: #0084ff; }
.channel-avatar.channel-instagram { background: linear-gradient(135deg, #833ab4 0%, #c13584 42%, #fd1d1d 72%, #fcb045 100%); }
.channel-avatar.channel-gochats { background: linear-gradient(135deg, #06142f 0%, #148cff 52%, #72ef49 100%); }
.whatsapp-chat-pane { background: #f7f8fb; }
.gochats-pane { background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%); }
.gochats-stream { background:
  radial-gradient(circle at top right, rgba(20, 140, 255, .08), transparent 34%),
  radial-gradient(circle at bottom left, rgba(128, 71, 255, .08), transparent 30%);
}
.gochats-toolbar { align-items: center; gap: 12px; background: #fff; }
.gochats-brand { display: flex; align-items: center; gap: 8px; min-width: 156px; color: #071326; font-weight: 700; letter-spacing: -.02em; }
.gochats-brand img { width: 28px; height: 28px; display: block; }
.typing-dots { display: inline-flex; align-items: center; gap: 3px; margin-left: 2px; }
.typing-dots i { width: 4px; height: 4px; border-radius: 999px; background: #148cff; opacity: .48; animation: typingPulse 1.3s infinite ease-in-out; }
.typing-dots i:nth-child(2) { animation-delay: .14s; background: #28d0c3; }
.typing-dots i:nth-child(3) { animation-delay: .28s; background: #72ef49; }
@keyframes typingPulse { 0%, 80%, 100% { transform: translateY(0); opacity: .35; } 40% { transform: translateY(-3px); opacity: 1; } }
.chat-row .chat-row-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.chat-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; color: #fff; background: #0f172a; font-size: .72rem; font-weight: 700; }
.chat-head { background: #f0f2f5; }
.business-suite-inbox .chat-head { align-items: flex-start; gap: 12px; background: #fff; }
.business-suite-inbox .mail-icon-actions { flex-wrap: wrap; gap: 6px; }
.business-suite-inbox .mail-icon-actions .secondary-button,
.business-suite-inbox .mail-secondary-actions .secondary-button { padding: 7px 10px; border-radius: 999px; font-size: 11px; }
.business-suite-inbox .mail-secondary-actions { padding: 10px 14px; border-bottom: 1px solid #e8eaed; background: #fbfcfd; }
.whatsapp-stream { background: radial-gradient(circle at 20% 10%, rgba(255,255,255,.35), transparent 28%), #efeae2; }
.chat-composer { background: #f0f2f5; }
.wallet-icon { color: var(--primary); font-size: 15px; }
.bs-inbox-module { gap: 10px; }
.bs-inbox-module .view-head { margin-bottom: 4px; }
.bs-tabs { display: flex; gap: 10px; padding: 10px 16px; border: 1px solid #dfe7f0; border-radius: 10px 10px 0 0; background: #fff; overflow-x: auto; }
.bs-inbox-tab { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 6px; background: transparent; padding: 9px 12px; color: #0f172a; font-weight: 650; white-space: nowrap; }
.bs-inbox-tab.active { background: #eaf3ff; color: #0969c3; }
.bs-inbox-tab b { display: grid; place-items: center; min-width: 19px; height: 19px; border-radius: 999px; background: #b11226; color: #fff; font-size: 11px; }
.bs-new-badge { padding: 2px 6px; border-radius: 999px; background: #e8f5ee; color: #087f47; font-size: 10px; }
.bs-inbox-shell { display: grid; grid-template-columns: 430px minmax(430px, 1fr) 300px; min-height: calc(100vh - 190px); border: 1px solid #dfe7f0; border-top: 0; border-radius: 0 0 10px 10px; overflow: hidden; background: #f7f9fc; }
.bs-thread-list { overflow-y: auto; border-right: 1px solid #dfe7f0; background: #fff; }
.bs-search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 16px 14px 8px; }
.bs-search-row input, .bs-contact-panel input, .bs-contact-panel select { width: 100%; border: 1px solid #cbd5e1; border-radius: 6px; padding: 9px 10px; background: #fff; }
.bs-search-row button, .bs-mini-filters button, .bs-head-actions button, .bs-composer button { border: 1px solid #b8c5d6; border-radius: 6px; background: #fff; padding: 8px 11px; color: #17212f; font-weight: 650; }
.bs-mini-filters { display: flex; gap: 6px; padding: 0 14px 14px; overflow-x: auto; }
.bs-ad-tip { position: relative; margin: 10px 14px 16px; padding: 14px 40px 14px 16px; border-left: 4px solid #27b99a; border-radius: 6px; box-shadow: 0 2px 7px rgba(15,23,42,.08); background: #fff; }
.bs-ad-tip > button[aria-label] { position: absolute; top: 10px; right: 10px; border: 0; background: transparent; font-size: 22px; }
.bs-ad-tip p { margin: 8px 0 12px; color: #334155; line-height: 1.45; }
.bs-thread-row { width: 100%; display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; border: 0; border-bottom: 1px solid #edf2f7; background: #fff; text-align: left; cursor: pointer; }
.bs-thread-row:hover, .bs-thread-row.active { background: #f2f4f7; }
.bs-thread-row.active { box-shadow: inset -3px 0 0 #7c3aed; }
.bs-thread-main { min-width: 0; display: grid; gap: 3px; }
.bs-thread-main strong, .bs-thread-main small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bs-thread-main em { color: #667085; font-size: 11px; font-style: normal; }
.bs-thread-row time { color: #475467; font-size: 11px; }
.bs-conversation { display: flex; min-width: 0; flex-direction: column; background: #fff; }
.bs-conversation-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid #dfe7f0; background: #fff; }
.bs-conversation-head .identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.bs-conversation-head h3 { margin: 0; }
.bs-head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.bs-message-stream { flex: 1; overflow-y: auto; padding: 22px 18px; background: #fff; }
.bs-post-context { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin: 0 0 22px; padding: 14px 16px; border: 1px solid #dfe7f0; border-radius: 10px; background: #f8fafc; }
.bs-post-context strong { display: block; margin-bottom: 6px; }
.bs-post-context p { margin: 0 0 8px; color: #344054; line-height: 1.45; }
.bs-post-context a { color: #0969c3; font-weight: 750; }
.bs-message { display: grid; grid-template-columns: auto; justify-items: start; margin-bottom: 16px; }
.bs-message b { margin: 0 0 4px 4px; color: #344054; font-size: 12px; }
.bs-message p { max-width: min(620px, 82%); margin: 0; padding: 10px 14px; border-radius: 18px; background: #f1f3f5; color: #101828; }
.bs-message small { margin-top: 5px; color: #667085; font-size: 11px; }
.bs-message.ours { justify-items: end; }
.bs-message.ours p { background: #dff6e7; }
.bs-composer { display: grid; grid-template-columns: 36px 1fr auto auto; gap: 10px; align-items: center; margin: 12px; padding: 10px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; }
.bs-composer textarea { min-height: 44px; border: 0; outline: 0; resize: vertical; }
.bs-contact-panel { overflow-y: auto; border-left: 1px solid #dfe7f0; background: #fff; }
.bs-profile-head { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; padding: 16px 12px; border-bottom: 1px solid #dfe7f0; }
.bs-profile-head h3 { margin: 0; }
.bs-profile-head a { color: #0969c3; font-size: 12px; font-weight: 700; }
.bs-contact-panel section { padding: 16px 12px; border-bottom: 1px solid #e6edf5; }
.bs-contact-panel h4 { margin: 0 0 10px; font-size: 14px; }
.bs-contact-panel p, .bs-contact-panel small { color: #667085; }
.bs-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.bs-tags span { padding: 5px 9px; border-radius: 6px; background: #eef2f7; color: #344054; font-size: 12px; }
.bs-technical-panel { margin-top: 14px; }
.bs-technical-panel summary { cursor: pointer; color: #475467; font-weight: 750; }
@media (max-width: 1180px) { .bs-inbox-shell { grid-template-columns: 360px 1fr; } .bs-contact-panel { display: none; } }
@media (max-width: 820px) { .bs-inbox-shell { grid-template-columns: 1fr; } .bs-thread-list { max-height: 42vh; border-right: 0; border-bottom: 1px solid #dfe7f0; } .bs-composer { grid-template-columns: 1fr; } }
.gmail-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(10,18,26,.05); }
.gmail-shell .inbox-layout { min-height: calc(100vh - 150px); border: 0; border-radius: 0; }
.gmail-topbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 14px; border-bottom: 1px solid #e8eaed; background: #fff; }
.gmail-tabs { display: flex; align-items: center; gap: 4px; overflow-x: auto; }
.gmail-tabs button { min-width: 116px; padding: 12px 14px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #5f6368; font-size: 12px; font-weight: 560; text-align: left; }
.gmail-tabs button span { margin-left: 7px; color: #8b949b; font-size: 10px; font-weight: 500; }
.gmail-tabs button.active { border-color: var(--primary); color: var(--primary); background: #f8fbf9; }
.gmail-actions { display: flex; align-items: center; gap: 8px; }
.mail-pagination { display: inline-flex; align-items: center; gap: 6px; padding: 2px 4px; color: #5f6368; font-size: 11px; font-weight: 700; white-space: nowrap; }
.mail-pagination .mail-icon-button { width: 28px; height: 28px; font-size: 20px; }
.mail-pagination .mail-icon-button:disabled { opacity: .35; cursor: not-allowed; }
.conversation-list { overflow-y: auto; border-right: 1px solid #e8eaed; background: #fff; }
.list-toolbar, .conversation-head, .profile-head { padding: 15px; border-bottom: 1px solid var(--line); }
.gmail-shell .list-toolbar { padding: 10px 14px; background: #fff; }
.filter-row { display: flex; gap: 6px; margin-top: 12px; overflow-x: auto; }
.filter { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 5px 9px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.filter.active { border-color: var(--primary); background: var(--primary-soft); color: var(--primary); }
.conversation-card { display: flex; gap: 10px; padding: 13px 15px; border-bottom: 1px solid var(--line); cursor: pointer; }
.conversation-card:hover, .conversation-card.active { background: #f3f8f5; }
.conversation-card.unread { border-left: 3px solid var(--accent); }
.conversation-card .activity-copy { flex: 1; }
.conversation-card time { color: var(--muted); font-size: 9px; }
.unified-mail-layout { display: block; min-height: calc(100vh - 150px); background: #fff; }
.gmail-message-list { max-height: calc(100vh - 225px); border-right: 0; border-bottom: 1px solid #e8eaed; }
.email-row { min-height: 44px; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid #eceff1; background: #fff; color: #202124; box-shadow: none; }
.email-row:hover { background: #f5f7f7; box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px rgba(60,64,67,.12); }
.email-row.active { background: #eaf3ee; }
.email-row.unread { border-left: 0; font-weight: 620; }
.mail-check { width: 15px; height: 15px; flex: 0 0 auto; border: 1px solid #c7cdd1; border-radius: 2px; background: #fff; }
.mail-star { flex: 0 0 auto; border: 0; background: transparent; color: #c2c7cc; font-size: 18px; line-height: 1; cursor: pointer; }
.mail-star:hover { color: #f4b400; }
.mail-row-main { min-width: 0; flex: 1; display: grid; grid-template-columns: minmax(120px, 190px) minmax(120px, max-content) auto minmax(80px, 1fr) auto; align-items: center; gap: 5px; }
.mail-sender, .mail-subject, .mail-snippet { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.mail-sender { font-weight: 600; }
.mail-subject { font-weight: 560; color: #202124; }
.mail-separator { color: #6f767b; font-weight: 400; }
.mail-snippet { color: #6f767b; font-weight: 380; }
.mail-tags { display: inline-flex; align-items: center; gap: 4px; justify-self: end; max-width: 150px; overflow: hidden; }
.mail-tags span { max-width: 92px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 2px 6px; border-radius: 4px; background: #edf2ef; color: #53615a; font-size: 10px; font-weight: 800; }
.email-row time { flex: 0 0 72px; color: #5f6368; font-size: 10px; font-weight: 500; text-align: right; }
.conversation-pane { display: flex; flex-direction: column; min-width: 0; background: #f6f8f6; }
.conversation-head { display: flex; align-items: center; justify-content: space-between; background: #fff; }
.conversation-head .identity { display: flex; align-items: center; gap: 9px; }
.conversation-head h3 { margin: 0; }
.email-reader { min-height: calc(100vh - 95px); border: 1px solid #e8eaed; border-radius: 16px; background: #fff; overflow: hidden; }
.mail-toolbar { display: flex; flex-wrap: wrap; gap: 6px; padding: 9px 12px; border-bottom: 1px solid #e8eaed; background: #fff; }
.mail-toolbar .secondary-button, .mail-toolbar .primary-button { padding: 8px 10px; border-radius: 8px; font-size: 11px; }
.danger-button { color: var(--danger); border-color: var(--danger-soft); }
.mail-header { padding: 18px 22px; border-bottom: 1px solid #e8eaed; background: #fff; }
.mail-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.mail-header h2 { margin: 0 0 14px; font-size: clamp(20px, 2.5vw, 28px); font-weight: 650; letter-spacing: -.02em; color: #202124; }
.mail-icon-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex: 0 0 auto; }
.mail-icon-button { width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #5f6368; font-size: 17px; font-weight: 850; cursor: pointer; }
.mail-icon-button:hover { background: #f1f3f4; color: #202124; }
.mail-icon-button.urgent-icon { color: #d93025; }
.goto-face { position: relative; padding: 4px; border: 2px solid transparent; }
.goto-face img { width: 23px; height: 23px; object-fit: contain; border-radius: 50%; }
.goto-face.lead-new { border-color: #fbbc04; }
.goto-face.lead-prospect { border-color: #34a853; }
.goto-face.lead-qualified { border-color: #00a3ff; }
.goto-face.lead-sale { border-color: #1a73e8; }
.goto-face.lead-cancelled { border-color: #d93025; }
.goto-face.lead-lost { border-color: #d93025; }
.goto-face.lead-inactive { border-color: #9aa0a6; }
.goto-status-dot.lead-new,
.tag.lead-new { background: #fff7d6; color: #9a6700; }
.goto-status-dot.lead-prospect,
.tag.lead-prospect { background: #e5f5ea; color: #137333; }
.goto-status-dot.lead-qualified,
.tag.lead-qualified { background: #e8f4ff; color: #0969a8; }
.goto-status-dot.lead-sale,
.tag.lead-sale { background: #e8f0fe; color: #174ea6; }
.goto-status-dot.lead-lost,
.tag.lead-lost { background: #fce8e6; color: #a50e0e; }
.goto-status-dot.lead-inactive,
.tag.lead-inactive { background: #f1f3f4; color: #5f6368; }
.lead-status-cell,
.lead-status-inline,
.lead-card-head { display: flex; align-items: center; gap: 8px; }
.lead-status-inline { margin: 10px 0; color: #5f6368; font-weight: 850; }
.lead-card-head { justify-content: space-between; color: #5f6368; font-size: 12px; font-weight: 850; }
.lead-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.lead-stage-option { text-align: left; grid-template-columns: auto 1fr; }
.goto-status-dot { width: 14px; height: 14px; border-radius: 999px; display: inline-block; box-shadow: inset 0 0 0 2px rgba(0,0,0,.05); }
.mail-meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mail-meta-grid div { min-width: 0; padding: 8px 0; border: 0; border-radius: 0; background: transparent; }
.mail-meta-grid span, .mail-meta-grid strong { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mail-meta-grid span { margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.mail-meta-grid strong { font-size: 11px; }
.mail-body { flex: 1; padding: 22px 28px; overflow-y: auto; color: #202124; font-size: 14px; line-height: 1.7; white-space: normal; }
.mail-channel-notice { display: flex; align-items: center; gap: 10px; margin: 12px 22px 0; padding: 10px 12px; border: 1px solid #d7eadf; border-radius: 12px; background: #f2fbf5; color: #315847; }
.mail-channel-notice strong { font-size: 12px; }
.mail-channel-notice span { flex: 1; color: #5f6368; font-size: 11px; }
.mail-secondary-actions { padding: 0 14px 14px; }
.mail-side-panel .profile-head { text-align: left; }
.mail-side-panel .profile-head .avatar { margin: 0 0 8px; }
.mail-class-list { display: grid; gap: 7px; padding: 14px; border-bottom: 1px solid var(--line); }
.mail-class { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 8px 10px; border: 0; border-radius: 999px; background: #fff; color: #3c4043; font-weight: 750; }
.mail-class:hover, .mail-class.active { background: #eaf3ee; color: var(--primary); }
.mail-class strong { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 999px; background: rgba(255,255,255,.75); font-size: 10px; }
.mail-body-html { color: #202124; line-height: 1.55; }
.mail-body-html img { max-width: 100%; height: auto; border-radius: 10px; }
.mail-body-html table { max-width: 100%; border-collapse: collapse; }
.mail-body-html a { color: #0b57d0; }
.message-stream { display: flex; flex: 1; flex-direction: column; gap: 9px; padding: 18px; overflow-y: auto; }
.message { max-width: 74%; padding: 10px 12px; border-radius: 12px 12px 12px 3px; background: #fff; box-shadow: 0 2px 8px rgba(29, 49, 36, .04); font-size: 12px; line-height: 1.45; }
.message.ours { align-self: flex-end; border-radius: 12px 12px 3px 12px; background: #dcece4; }
.message small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; text-align: right; }
.composer { padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.composer textarea { width: 100%; min-height: 68px; resize: vertical; border: 1px solid var(--line); border-radius: 10px; padding: 10px; outline-color: var(--primary); }
.composer-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.reply-from-row { display: grid; grid-template-columns: minmax(220px, 320px) 1fr; gap: 12px; margin-bottom: 10px; align-items: stretch; }
.reply-from-row .field { margin: 0; }
.signature-preview { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: #f8faf9; color: var(--muted); font-size: 10px; }
.signature-preview.full { grid-column: 1 / -1; }
.signature-preview strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 10px; }
.signature-preview pre { margin: 0; white-space: pre-wrap; font-family: inherit; line-height: 1.35; }
.profile-pane { border-left: 1px solid var(--line); background: #fff; }
.profile-head { text-align: center; }
.profile-head .avatar { width: 52px; height: 52px; margin: 0 auto 8px; }
.profile-section { padding: 15px; border-bottom: 1px solid var(--line); }
.profile-section h3 { margin-bottom: 9px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.detail-row { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 8px; font-size: 11px; }
.detail-row span:first-child { color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
table { width: 100%; border-collapse: collapse; }
.user-registry-table table { min-width: 1320px; }
.user-registry-table td { vertical-align: top; white-space: normal; }
.user-registry-table small { display: block; margin-top: 3px; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; white-space: nowrap; }
th { background: #f7f9f7; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
tr:last-child td { border-bottom: 0; }
.person-cell { display: flex; align-items: center; gap: 9px; }
.person-cell strong, .person-cell small { display: block; }
.person-cell small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.table-action { border: 0; background: transparent; color: var(--primary); font-weight: 800; }
.table-action.danger { color: #b42318; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.integration-list { display: grid; gap: 8px; }
.integration-list-head,
.integration-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(180px, .8fr) minmax(180px, .9fr) minmax(300px, 1.2fr);
  gap: 12px;
  align-items: center;
}
.integration-list-head {
  padding: 0 14px 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.integration-row {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10,18,26,.035);
}
.integration-row-main { display: grid; grid-template-columns: 12px 1fr; gap: 10px; align-items: start; }
.integration-row-main strong,
.integration-row-mode span,
.integration-row-status span { display: block; }
.integration-row-main small,
.integration-row-mode small,
.integration-row-status small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
  white-space: normal;
}
.integration-row-actions { display: flex; flex-wrap: wrap; gap: 8px 10px; justify-content: flex-end; }
.status-dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(16,24,32,.06);
}
.status-dot.green { background: #16a34a; }
.status-dot.amber { background: #f59e0b; }
.status-dot.red { background: #dc2626; }
.reservation-card, .integration-card, .team-card { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.covermanager-frame { width: 100%; min-height: 620px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.gotobook-arsenal { margin-top: 16px; }
.compact-capabilities { margin-top: 16px; }
.capability-tile span { line-height: 1.45; }
.card-top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.date-tile { display: grid; place-items: center; width: 48px; height: 52px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); }
.date-tile strong, .date-tile span { display: block; text-align: center; }
.date-tile strong { font: 700 20px Georgia, serif; }
.date-tile span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.reservation-card h3 { margin-bottom: 5px; }
.reservation-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 13px 0; }
.mini-stat { padding: 8px; border-radius: 8px; background: #f7f9f7; }
.mini-stat span, .mini-stat strong { display: block; }
.mini-stat span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.mini-stat strong { margin-top: 3px; font-size: 11px; }
.board { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: 12px; overflow-x: auto; align-items: start; }
.board-column { padding: 11px; border-radius: 13px; background: #eaeeeb; }
.board-head { display: flex; justify-content: space-between; padding: 4px 3px 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.task-card { margin-bottom: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.task-card p { margin-bottom: 12px; font-size: 12px; font-weight: 700; line-height: 1.4; }
.task-foot { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }
.integration-card .integration-logo { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--primary-soft); color: var(--primary); font-weight: 900; }
.integration-card p { min-height: 38px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.brand-asset-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.brand-asset-strip a { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; background: #fff; color: var(--primary); font-size: 11px; font-weight: 800; text-decoration: none; }
.integration-foot { display: flex; align-items: center; justify-content: space-between; }
.premium-card { position: relative; overflow: hidden; }
.premium-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #7ad66d, #2f6df6, transparent); }
.premium-card .integration-logo { background: linear-gradient(145deg, #101820, #0f6b4f); color: #fff; box-shadow: var(--glow); }
.webhook-copy { display: grid; gap: 5px; margin: 12px 0; padding: 10px; border-radius: 10px; background: #f7f9f7; }
.webhook-copy small { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.webhook-copy code { overflow: hidden; color: var(--primary); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.connector-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.integrations-console { background: linear-gradient(135deg, #fff, #f6f8ff); }
.integration-searchbar { display: grid; grid-template-columns: minmax(260px, 1fr) 1.4fr; gap: 12px; align-items: center; margin-top: 14px; }
.integration-searchbar input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; background: #fff; outline-color: #148cff; }
.integration-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 340px); gap: 14px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x proximity; }
.integration-carousel .integration-app-card { scroll-snap-align: start; }
.integration-app-grid { align-items: stretch; }
.integration-app-card { display: flex; flex-direction: column; gap: 11px; min-height: 100%; padding: 16px; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(15, 23, 42, .06); }
.integration-app-card.installed { border-color: rgba(22, 163, 74, .2); background: linear-gradient(180deg, #fff, #f7fff9); }
.integration-app-card.available { background: linear-gradient(180deg, #fff, #f8fafc); }
.integration-app-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.integration-app-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: #fff; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(135deg, #071326, #148cff); }
.integration-app-icon.green { background: linear-gradient(135deg, #166534, #22c55e); }
.integration-app-icon.amber { background: linear-gradient(135deg, #92400e, #f59e0b); }
.integration-app-icon.red { background: linear-gradient(135deg, #991b1b, #ef4444); }
.integration-app-card h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.integration-app-card p { margin: 0; min-height: 54px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.integration-screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.integration-screens span { display: grid; place-items: center; min-height: 68px; border-radius: 13px; background: linear-gradient(145deg, color-mix(in srgb, var(--screen-color) 18%, white), #fff); border: 1px solid color-mix(in srgb, var(--screen-color) 24%, white); }
.integration-screens i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; color: #fff; background: var(--screen-color); font-style: normal; font-size: 11px; font-weight: 900; }
.integration-app-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.integration-app-meta span, .dependency-pill { border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 800; }
.integration-app-meta .power-pill.on { border-color: rgba(22, 163, 74, .24); background: #ecfdf5; color: #15803d; }
.integration-app-meta .power-pill.off { border-color: rgba(220, 38, 38, .18); background: #fff7f7; color: #b91c1c; }
.dependency-strip { display: flex; flex-wrap: wrap; gap: 6px; }
.dependency-pill { color: #071326; cursor: pointer; }
.guide-panel { margin-top: 16px; padding: 16px; border: 1px solid rgba(16,24,32,.08); border-radius: 14px; background: #f7f9fb; }
.guide-panel ol { margin: 10px 0 16px; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.guide-link { display: inline-flex; text-decoration: none; }
.connect-status { display: flex; gap: 12px; align-items: center; margin: 18px 0; padding: 16px; border-radius: 16px; background: linear-gradient(135deg, #101820, #18232d); color: #fff; }
.connect-status strong, .connect-status small { display: block; }
.connect-status small { margin-top: 4px; color: #aebbc7; line-height: 1.45; }
.security-orb { width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle, #7ad66d 0%, #0f6b4f 52%, #101820 100%); box-shadow: var(--glow); }
.qr-stage { margin: 16px 0; }
.qr-card { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(16,24,32,.08); border-radius: 18px; background: #fff; }
.qr-card img { width: 150px; height: 150px; border-radius: 14px; box-shadow: 0 10px 24px rgba(10,18,26,.08); }
.qr-card strong, .qr-card span, .qr-card code { display: block; }
.qr-card span { margin: 5px 0 10px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.qr-card code { overflow: hidden; padding: 9px; border-radius: 10px; background: #eef3f6; color: var(--primary); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.assistant-shell { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.assistant-panel { min-height: calc(100vh - 150px); display: flex; flex-direction: column; }
.assistant-stream { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 14px; border-radius: 16px; background: linear-gradient(180deg, #f7f9fb, #eef3f6); overflow-y: auto; }
.assistant-message { max-width: 78%; padding: 12px 14px; border-radius: 16px 16px 16px 4px; background: #fff; color: var(--ink); box-shadow: 0 8px 20px rgba(10,18,26,.06); font-size: 13px; line-height: 1.5; }
.assistant-message.user { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: linear-gradient(135deg, #101820, #0f6b4f); color: #fff; }
.assistant-composer { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 12px; }
.assistant-composer input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px; outline-color: var(--primary); }
.assistant-hints { display: grid; align-content: start; gap: 10px; }
.campaign-row { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr .7fr; gap: 12px; align-items: center; padding: 14px; border-bottom: 1px solid var(--line); font-size: 11px; }
.campaign-row:last-child { border: 0; }
.campaign-row strong, .campaign-row small { display: block; }
.campaign-row small { margin-top: 3px; color: var(--muted); }
.goads-command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 14px;
}
.goads-command-strip button,
.goads-table button,
.goads-pricing-grid button {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  padding: 9px 10px;
  background: #fff;
  color: #071326;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
.goads-panel { display: grid; gap: 14px; }
.goads-hero {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(20, 140, 255, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(20, 140, 255, .14), transparent 30%),
    radial-gradient(circle at 100% 0, rgba(87, 214, 109, .16), transparent 34%),
    linear-gradient(135deg, #fff, #f7fbff);
}
.goads-hero.compact { display: grid; }
.goads-hero small,
.goads-hero strong,
.goads-hero span { display: block; }
.goads-hero small {
  color: #148cff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.goads-hero strong {
  margin-top: 4px;
  color: #071326;
  font-size: 18px;
  letter-spacing: -.02em;
}
.goads-hero span {
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}
.goads-hero b {
  align-self: start;
  border-radius: 999px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #148cff, #58d66d);
  color: #fff;
  white-space: nowrap;
}
.goads-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.goads-stat {
  padding: 13px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
}
.goads-stat span,
.goads-stat strong,
.goads-stat small { display: block; }
.goads-stat span {
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.goads-stat strong {
  margin-top: 5px;
  color: #071326;
  font-size: 18px;
}
.goads-stat small {
  margin-top: 5px;
  color: #64748b;
  font-size: 10px;
}
.goads-table {
  display: grid;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.goads-table article {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) .7fr .55fr .65fr .55fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, .07);
  font-size: 11px;
}
.goads-table article:last-child { border-bottom: 0; }
.goads-table strong,
.goads-table small { display: block; }
.goads-table small { margin-top: 3px; color: #64748b; }
.goads-table b {
  border-radius: 999px;
  padding: 6px 8px;
  background: #eef8f2;
  color: #15803d;
  text-align: center;
}
.goads-form {
  display: grid;
  gap: 9px;
}
.goads-form input,
.goads-form select,
.goads-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 12px;
  padding: 11px 12px;
  background: #fff;
  color: #071326;
  outline-color: #148cff;
}
.goads-target-grid,
.goads-pricing-grid,
.goads-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.goads-target-grid article,
.goads-pricing-grid article,
.goads-comparison article {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
}
.goads-target-grid strong,
.goads-pricing-grid strong,
.goads-comparison strong { color: #071326; }
.goads-target-grid span,
.goads-target-grid small,
.goads-pricing-grid span,
.goads-pricing-grid em,
.goads-comparison span,
.goads-comparison small {
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}
.goads-pricing-grid b {
  color: #148cff;
  font-size: 16px;
}
.goads-pricing-grid em { font-style: normal; }
.goads-comparison .plus {
  border-color: rgba(20, 140, 255, .22);
  background: linear-gradient(135deg, #fff, #eff8ff);
}
.goads-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #071326, #0b2742);
}
.goads-flow span {
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}
.goads-flow i {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
}
.goads-note {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.5;
}
.progress-ring { font-weight: 800; color: var(--primary); }
.team-card { text-align: center; }
.team-card .avatar { width: 54px; height: 54px; margin: 0 auto 10px; }
.team-card p { color: var(--muted); font-size: 11px; }
.audit-list { position: relative; display: grid; gap: 10px; }
.audit-item { display: grid; grid-template-columns: 80px 28px 1fr; gap: 10px; align-items: start; }
.audit-item time { color: var(--muted); font-size: 10px; text-align: right; padding-top: 7px; }
.audit-dot { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-size: 10px; font-weight: 900; }
.audit-copy { padding: 7px 10px 12px; border-bottom: 1px solid var(--line); font-size: 11px; }
.audit-copy strong { display: block; margin-bottom: 3px; }
.business-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: stretch;
}
.business-brand-lockup {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: clamp(18px, 4vw, 34px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(50,113,255,.16), transparent 34%),
    linear-gradient(135deg, #ffffff, #f5f9ff);
}
.business-brand-lockup .business-kicker {
  color: #3271ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.business-brand-lockup strong {
  margin-top: 10px;
  color: #091220;
  font-family: "Bahnschrift SemiBold", var(--font-sans);
  font-size: clamp(38px, 8vw, 94px);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: .95;
}
.business-brand-lockup em {
  margin-top: 10px;
  color: #6a7480;
  font-style: normal;
  font-size: clamp(17px, 2.5vw, 28px);
  letter-spacing: .04em;
}
.business-brand-lockup p {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.business-qr-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.business-qr-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}
.business-qr-card strong,
.business-qr-card span { display: block; }
.business-qr-card span { color: var(--muted); font-size: 12px; }
.business-data-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.business-data-list div,
.business-doc-row {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}
.business-data-list dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.business-data-list dd {
  margin: 0;
  font-weight: 700;
}
.business-doc-list { display: grid; gap: 10px; margin: 14px 0; }
.business-doc-row {
  grid-template-columns: 42px 1fr auto;
  align-items: center;
}
.business-doc-row small { display: block; color: var(--muted); }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(12, 28, 20, .5); backdrop-filter: blur(4px); }
.modal-backdrop.hidden { display: none; }
.modal { position: relative; width: min(540px, 100%); max-height: 90vh; overflow-y: auto; padding: 24px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 12px; right: 12px; border: 0; background: transparent; color: var(--muted); font-size: 24px; }
.modal h2 { margin-bottom: 5px; font-size: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.field { display: grid; gap: 5px; }
.checkbox-list { display: grid; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.checkbox-list label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink); }
.field.full { grid-column: 1 / -1; }
.field span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px; outline-color: var(--primary); }
.form-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.quick-action { padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; text-align: left; }
.quick-action:hover { border-color: var(--primary); background: var(--primary-soft); }
.quick-action strong, .quick-action span { display: block; }
.quick-action span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.toast-stack { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: grid; gap: 8px; }
.toast { padding: 11px 14px; border-radius: 10px; background: #172b21; color: #fff; box-shadow: var(--shadow); font-size: 11px; animation: reveal .2s ease both; }
.empty-state { padding: 50px 20px; color: var(--muted); text-align: center; }
.mobile-only { display: none; }

.privacy-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 109, 246, .16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(122, 214, 109, .18), transparent 24%),
    linear-gradient(135deg, #f7faff, #eef4f1 56%, #e9edf2);
}

.privacy-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  font-size: 14px;
}

.privacy-phone {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.7)),
    radial-gradient(circle at 50% 0%, rgba(47,109,246,.15), transparent 45%);
  box-shadow: var(--shadow);
}

.privacy-phone ul,
.privacy-guide {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-phone li,
.privacy-step {
  padding: 14px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
}

.privacy-step label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
}

.privacy-step input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--primary);
}

.privacy-step p {
  margin: 10px 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.protect-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(122, 214, 109, .2), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(47, 109, 246, .18), transparent 28%),
    linear-gradient(135deg, #f4faf6, #edf3fb 58%, #e8edf0);
}

.protect-card {
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.76)),
    radial-gradient(circle at 50% 0%, rgba(15,107,79,.2), transparent 46%);
}

.protect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.login-page { min-height: 100vh; background:
  radial-gradient(circle at 12% 12%, rgba(122,214,109,.28), transparent 26%),
  radial-gradient(circle at 90% 0%, rgba(47,109,246,.18), transparent 24%),
  linear-gradient(135deg, #06090d 0%, #101820 50%, #eef2f5 50%); }
.login-shell { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; width: min(1180px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; padding: 42px 0; align-items: center; }
.login-hero { color: #fff; }
.login-brand { padding: 0 0 30px; color: #fff; }
.login-brand .brand-mark { width: 52px; height: 52px; font-size: 17px; }
.login-hero h1 { max-width: 700px; margin-bottom: 16px; font-size: clamp(34px, 5vw, 56px); }
.login-hero .subtle { max-width: 640px; color: #d4e1d9; font-size: 15px; line-height: 1.7; }
.login-card { padding: 30px; border: 1px solid rgba(255,255,255,.46); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.login-card h2 { font-size: 28px; }
.login-form { display: grid; gap: 14px; margin-top: 18px; }
.login-form .primary-button { width: 100%; }
.social-login { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 16px 0; }
.beta-register { margin: 12px 0; padding: 14px; border: 1px solid rgba(16,24,32,.1); border-radius: 14px; background: rgba(255,255,255,.72); }
.beta-register summary { cursor: pointer; font-weight: 850; }
.beta-note { padding: 12px; border-radius: 12px; background: var(--primary-soft); color: var(--primary); line-height: 1.45; }
.form-message { min-height: 18px; margin: 0; color: var(--danger); font-size: 12px; font-weight: 700; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 12px; max-width: 620px; margin-top: 26px; }
.plan-card { padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.plan-card strong, .plan-card small { display: block; }
.plan-card strong { margin: 12px 0 4px; font: 850 24px var(--font-sans); letter-spacing: -.05em; }
.plan-card small { color: #d4e1d9; line-height: 1.5; }
.white-label-login {
  background:
    radial-gradient(circle at 12% 10%, rgba(88, 120, 255, .1), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(102, 220, 237, .14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.white-label-login .login-hero { color: #111820; }
.white-label-login .login-brand,
.white-label-login .white-label-brand { color: #111820; }
.white-label-login .gb-corporate-mark {
  width: 32px;
  height: 32px;
}
.white-label-login .gb-corporate-name {
  font-size: clamp(24px, 2.5vw, 34px);
}
.white-label-login .gb-corporate-cintillo {
  font-size: clamp(8px, .7vw, 10px);
}
.white-label-login .login-hero h1 {
  max-width: 720px;
  color: #111820;
  font-family: var(--font-gb-ledger);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 650;
  letter-spacing: -.055em;
}
.white-label-login .login-hero .subtle { color: #5b6671; }
.white-label-login .plan-card {
  border-color: rgba(18,24,32,.08);
  background: rgba(255,255,255,.82);
}
.white-label-login .plan-card strong {
  color: #111820;
  font-family: var(--font-gb-ledger);
  font-weight: 650;
}
.white-label-login .plan-card small { color: #5b6671; }
.bacanora-login-logo {
  display: grid;
  place-items: start;
  margin: 34px 0 18px;
}
.bacanora-login-logo img {
  width: min(430px, 88vw);
  height: auto;
}
.embed-box { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
pre { overflow-x: auto; padding: 14px; border-radius: 12px; background: #10271c; color: #e8f1ec; font-size: 12px; line-height: 1.6; }
.embed-panel { margin-top: 18px; }

.booking-public-page {
  background:
    radial-gradient(circle at 8% 4%, rgba(211, 176, 118, .18), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #f4efe7 48%, #fff 100%);
  color: #201713;
}

.booking-public-page[data-gb-view="xadani"],
.booking-public-page.xadani-goreservas {
  min-height: 100vh;
  background:
    radial-gradient(circle at 0% 0%, rgba(36, 125, 255, .16), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(49, 202, 117, .18), transparent 32%),
    linear-gradient(180deg, #f9fcff 0%, #eef7f4 46%, #ffffff 100%);
  color: #071424;
}

.booking-public-page.booking-hotel {
  background:
    radial-gradient(circle at 78% 8%, rgba(30, 104, 178, .16), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 46%, #fff 100%);
}

.booking-public-page.booking-appointments {
  background:
    radial-gradient(circle at 78% 8%, rgba(124, 58, 237, .13), transparent 34%),
    linear-gradient(180deg, #fbf9ff 0%, #f3efff 42%, #fff 100%);
}

.booking-editorial-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(245, 236, 223, .68)),
    radial-gradient(circle at 72% 32%, rgba(35, 24, 18, .16), transparent 28%);
  box-shadow: 0 28px 90px rgba(36, 23, 14, .08);
}

.xadani-goreservas .booking-editorial-hero {
  border-color: rgba(7, 20, 36, .08);
  border-radius: 22px;
  padding: clamp(16px, 2.2vw, 24px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(242,250,255,.82)),
    radial-gradient(circle at 88% 10%, rgba(49,202,117,.18), transparent 28%);
  box-shadow: 0 18px 46px rgba(7, 20, 36, .08);
}

.xadani-goreservas .booking-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  gap: clamp(18px, 4vw, 42px);
}

.xadani-goreservas .booking-hero-copy h1 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.xadani-goreservas .booking-hero-copy p {
  max-width: 720px;
  color: #486274;
}

.xadani-goreservas .booking-hero-visual {
  min-height: 190px;
  background:
    linear-gradient(145deg, rgba(7,20,36,.92), rgba(27,145,160,.74)),
    radial-gradient(circle at 78% 20%, rgba(49,202,117,.42), transparent 34%);
}

.xadani-goreservas .booking-visual-card.main strong {
  font-size: clamp(20px, 2.2vw, 28px);
}

.xadani-goreservas .booking-value-grid {
  display: none;
}

.booking-hotel .booking-editorial-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(234, 244, 253, .74)),
    radial-gradient(circle at 72% 32%, rgba(41, 116, 189, .18), transparent 28%);
}

.booking-appointments .booking-editorial-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(244, 239, 255, .76)),
    radial-gradient(circle at 72% 32%, rgba(124, 58, 237, .15), transparent 28%);
}

.booking-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(20px, 3vw, 42px);
  font-family: "Inter", system-ui, sans-serif;
}

.booking-topline strong {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.booking-topline div {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
}

.booking-topline a {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.booking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .54fr);
  align-items: center;
  gap: clamp(24px, 6vw, 86px);
}

.booking-hero-copy h1 {
  max-width: 720px;
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 72px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
}

.booking-hotel .booking-hero-copy h1,
.booking-appointments .booking-hero-copy h1 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.065em;
}

.booking-hero-copy p {
  max-width: 620px;
  color: #5f554e;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.52;
}

.booking-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

.booking-chip-row span {
  border: 1px solid rgba(32, 23, 19, .14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .62);
  color: #382a23;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-hero-visual {
  position: relative;
  min-height: 260px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(20, 16, 13, .86), rgba(86, 57, 36, .84)),
    radial-gradient(circle at 42% 26%, rgba(213, 160, 82, .45), transparent 34%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 28px 70px rgba(36, 23, 14, .18);
}

.booking-hotel .booking-hero-visual {
  background:
    linear-gradient(160deg, rgba(7, 35, 70, .9), rgba(44, 121, 188, .8)),
    radial-gradient(circle at 42% 26%, rgba(114, 211, 255, .34), transparent 34%);
}

.booking-appointments .booking-hero-visual {
  background:
    linear-gradient(160deg, rgba(40, 22, 78, .9), rgba(124, 58, 237, .72)),
    radial-gradient(circle at 42% 26%, rgba(255, 184, 107, .28), transparent 34%);
}

.booking-visual-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  backdrop-filter: blur(18px);
}

.booking-visual-card.main {
  inset: 20px 20px 78px;
  display: grid;
  align-content: end;
  padding: 20px;
}

.booking-visual-card.main span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.booking-visual-card.main strong {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: .95;
  letter-spacing: -.06em;
}

.booking-visual-card.floating {
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.booking-visual-card.one { left: 18px; bottom: 22px; }
.booking-visual-card.two { right: 18px; bottom: 22px; }

.booking-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.booking-switcher a {
  display: grid;
  gap: 4px;
  min-height: 64px;
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, .72);
  color: #211714;
  text-decoration: none;
}

.booking-switcher a.active {
  border-color: rgba(32, 23, 19, .38);
  background: #211714;
  color: #fff;
}

.booking-switcher span {
  color: inherit;
  opacity: .64;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.booking-switcher strong {
  font-size: 14px;
  letter-spacing: -.02em;
}

.booking-mood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.booking-mood-card {
  min-height: 118px;
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .36)),
    radial-gradient(circle at 86% 14%, rgba(210, 152, 74, .25), transparent 30%);
  border: 1px solid rgba(32, 23, 19, .1);
}

.booking-hotel .booking-mood-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .42)),
    radial-gradient(circle at 86% 14%, rgba(47, 124, 246, .24), transparent 30%);
}

.booking-appointments .booking-mood-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .42)),
    radial-gradient(circle at 86% 14%, rgba(124, 58, 237, .24), transparent 30%);
}

.booking-mood-card span {
  color: #9d7a43;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.booking-mood-card h3 {
  margin: 20px 0 6px;
  font-size: 18px;
  letter-spacing: -.04em;
}

.booking-mood-card p {
  color: #62564d;
  font-size: 12px;
  line-height: 1.4;
}

.booking-public-page .embed-panel,
.booking-public-page .integration-card {
  border-color: rgba(32, 23, 19, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 46px rgba(36, 23, 14, .06);
}

.xadani-goreservas .embed-panel,
.xadani-goreservas .integration-card {
  border-color: rgba(7, 20, 36, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 34px rgba(7, 20, 36, .07);
}

.booking-public-page .form-grid {
  gap: 12px;
}

.booking-public-page .field span {
  color: #4d413a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.booking-public-page .field input,
.booking-public-page .field textarea {
  border-radius: 12px;
  border-color: rgba(32, 23, 19, .14);
  padding: 11px 12px;
  background: rgba(255, 255, 255, .9);
  font-size: 14px;
}

.booking-public-page .primary-button {
  border-radius: 999px;
  background: #211714;
  color: #fff;
}

.booking-hotel .primary-button { background: #0b376d; }
.booking-appointments .primary-button { background: #5f35c8; }

.booking-public-page .secondary-button {
  border-radius: 999px;
}

.booking-value-grid {
  margin-bottom: 12px;
}

.booking-plan-panel,
.booking-calendar-panel,
.booking-status-panel {
  margin-top: 12px;
}

.booking-plan-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.booking-plan-summary div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, .68);
}

.booking-plan-summary strong {
  color: #211714;
  font-size: 18px;
  letter-spacing: -.04em;
}

.booking-plan-summary span,
.booking-table-chip small,
.slot-button small,
.hotel-date-card span {
  color: #6f6259;
  font-size: 11px;
  line-height: 1.25;
}

.booking-zones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-live-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 14px;
  align-items: start;
}

.xadani-goreservas .booking-live-board {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .42fr);
}

.xadani-goreservas .booking-zones {
  max-height: 430px;
  overflow: auto;
  padding-right: 4px;
}

.xadani-goreservas .booking-table-detail {
  top: 18px;
}

.xadani-goreservas .booking-calendar-grid,
.xadani-goreservas .table-wrap {
  max-height: 420px;
  overflow: auto;
}

.booking-zone {
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 16px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .42)),
    radial-gradient(circle at 100% 0%, rgba(154, 124, 75, .16), transparent 30%);
}

.booking-zone h3 {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: -.02em;
}

.booking-table-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.booking-table-chip {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid rgba(33, 23, 20, .15);
  border-radius: 16px;
  background: #fffaf4;
  color: #211714;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.booking-table-chip.table-vertical { border-radius: 26px 26px 14px 14px; }
.booking-table-chip.table-familiar { background: #f8efe1; }
.booking-table-chip.table-ventana { border-color: rgba(19, 94, 148, .28); background: #eef8ff; }

.booking-table-chip em {
  max-width: 100%;
  overflow: hidden;
  color: #3e342e;
  font-size: 10px;
  font-style: normal;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-table-chip:hover,
.booking-table-chip.selected {
  border-color: rgba(17, 24, 39, .5);
  box-shadow: 0 14px 28px rgba(17, 24, 39, .12);
  transform: translateY(-1px);
}

.booking-table-chip.status-reserved {
  border-color: rgba(21, 128, 61, .28);
  background: linear-gradient(135deg, rgba(220, 252, 231, .96), rgba(240, 253, 244, .8));
}

.booking-table-chip.status-pending {
  border-color: rgba(217, 119, 6, .3);
  background: linear-gradient(135deg, rgba(254, 243, 199, .96), rgba(255, 251, 235, .8));
}

.booking-table-chip.status-busy {
  border-color: rgba(37, 99, 235, .28);
  background: linear-gradient(135deg, rgba(219, 234, 254, .96), rgba(239, 246, 255, .82));
}

.booking-table-chip.status-cancelled {
  opacity: .58;
  text-decoration: line-through;
}

.booking-table-detail {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 10px;
  min-height: 190px;
  border: 1px solid rgba(32, 23, 19, .12);
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
    radial-gradient(circle at 100% 0%, rgba(13, 148, 136, .18), transparent 36%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.booking-table-detail strong {
  color: #211714;
  font-size: 20px;
  letter-spacing: -.04em;
}

.booking-table-detail small,
.booking-table-detail span,
.booking-table-detail p {
  margin: 0;
  color: #6f6259;
  font-size: 13px;
  line-height: 1.45;
}

.booking-table-detail code {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(17, 24, 39, .08);
  color: #211714;
  font-size: 11px;
}

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(116px, 1fr));
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.booking-day {
  display: grid;
  gap: 7px;
  min-width: 116px;
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, .68);
}

.booking-day > strong {
  color: #211714;
  font-size: 12px;
  text-transform: capitalize;
}

.slot-button,
.hotel-date-card {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(32, 23, 19, .12);
  border-radius: 12px;
  padding: 9px 10px;
  background: #fff;
  color: #211714;
  cursor: pointer;
  text-align: left;
}

.slot-button:hover,
.slot-button.selected,
.hotel-date-card:hover,
.hotel-date-card.selected {
  border-color: rgba(33, 23, 20, .52);
  background: #211714;
  color: #fff;
}

.slot-button:hover small,
.slot-button.selected small,
.hotel-date-card:hover span,
.hotel-date-card.selected span {
  color: rgba(255, 255, 255, .72);
}

.hotel-date-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(126px, 1fr));
  gap: 8px;
  overflow-x: auto;
}

.booking-status-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.booking-status-grid article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(32, 23, 19, .1);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, .66);
}

.booking-status-grid p {
  margin: 0;
  color: #62564d;
  font-size: 11px;
  line-height: 1.35;
}

.booking-status-grid code {
  color: #9d7a43;
  font-size: 10px;
}

.booking-developer-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px auto 0;
  padding: 14px 0 4px;
  color: #6d625a;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.booking-developer-credit strong {
  color: #201713;
}

.booking-developer-credit a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .booking-hero-grid,
  .booking-switcher,
  .booking-mood-grid,
  .booking-plan-summary,
  .booking-zones,
  .booking-live-board,
  .booking-status-grid {
    grid-template-columns: 1fr;
  }
  .booking-table-detail { position: static; }
  .booking-editorial-hero { min-height: auto; }
  .booking-hero-visual { min-height: 240px; }
  .booking-topline { align-items: flex-start; flex-direction: column; }
}

.ecommerce-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(122, 214, 109, .16), transparent 28%),
    radial-gradient(circle at 92% 2%, rgba(17, 24, 39, .08), transparent 28%),
    #f6f7f2;
}
.ecommerce-header { background: rgba(255, 255, 255, .86); backdrop-filter: blur(18px); }
.ecommerce-header .site-brand img { width: 46px; height: 46px; object-fit: contain; }
.ecommerce-header .site-brand strong { font-size: 22px; letter-spacing: -.04em; }
.ecommerce-header .site-brand span { display: none; }
.ecommerce-header nav a { text-transform: none; }
.ecommerce-root { width: min(1220px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 72px; }
.ecom-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 24px;
  align-items: stretch;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72)),
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--ecom-accent, #0f6b4f) 22%, transparent), transparent 38%);
  box-shadow: 0 26px 70px rgba(16, 24, 32, .1);
}
.ecom-hero h1 { max-width: 860px; margin: 16px 0; font-size: clamp(42px, 7vw, 86px); letter-spacing: -.075em; line-height: .9; }
.ecom-hero p { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.gallery-hero { align-items: center; }
.ecom-brief {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  padding: 28px;
  border-radius: 28px;
  background: #101820;
  color: #fff;
}
.ecom-brief span { color: #a7f26d; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.ecom-brief p { color: #e7efe9; }
.ecom-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 78%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  margin-top: 34px;
  padding: 4px 2px 16px;
  scroll-snap-type: inline mandatory;
}
.ecom-hero-carousel { min-width: 0; }
.ecom-hero-carousel .ecom-carousel {
  grid-auto-columns: 100%;
  margin: 0;
  padding: 0;
  border-radius: 28px;
}
.ecom-hero-carousel .ecom-slide { min-height: clamp(360px, 42vw, 560px); }
.ecom-slide {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 62vw, 720px);
  border-radius: 34px;
  background: #111820;
  scroll-snap-align: start;
  box-shadow: 0 26px 70px rgba(16, 24, 32, .16);
}
.ecom-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecom-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.72));
}
.ecom-slide div {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
}
.ecom-slide span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; color: #d8c7a7; }
.ecom-slide .view-piece { display: inline-flex; margin-top: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 12px; color: #fff; }
.ecom-slide h2 { margin: 8px 0; font-size: clamp(34px, 5vw, 64px); letter-spacing: -.06em; }
.ecom-slide p { max-width: 640px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.55; }
.ecom-section { margin-top: 34px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(16, 24, 32, .08); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: 0 14px 44px rgba(16, 24, 32, .06); }
.name-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.name-chip {
  border: 1px solid rgba(16, 24, 32, .1);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}
.name-chip.active { background: var(--ecom-accent, var(--primary)); color: #fff; border-color: transparent; }
.ecom-filters { display: flex; flex-wrap: wrap; gap: 8px; align-content: start; }
.ecom-filters button { border: 1px solid rgba(16,24,32,.08); border-radius: 999px; padding: 8px 11px; background: #fff; color: var(--muted); font-weight: 800; }
.ecom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ecom-card {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(16, 24, 32, .06);
}
.ecom-art {
  display: flex;
  align-items: flex-end;
  min-height: 210px;
  padding: 18px;
  background:
    linear-gradient(135deg, hsla(var(--h, 120), 45%, 42%, .22), rgba(255,255,255,.18)),
    linear-gradient(145deg, #111820, var(--ecom-accent, #0f6b4f));
}
.ecom-art span { display: inline-flex; border-radius: 999px; padding: 7px 10px; background: rgba(255,255,255,.88); color: #111820; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ecom-photo {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8e1d4;
}
.ecom-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ecom-card:hover .ecom-photo img { transform: scale(1.035); }
.ecom-card-copy { padding: 20px; }
.ecom-card-copy small { color: var(--ecom-accent, var(--primary)); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ecom-card-copy h3 { margin: 8px 0; font-size: 22px; letter-spacing: -.035em; }
.ecom-card-copy h3 a { display: block; max-width: 100%; overflow: hidden; color: inherit; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.ecom-card-copy p { min-height: 70px; color: var(--muted); line-height: 1.55; }
.luxury-price-label { display: block; margin-top: 14px; color: #8b7352; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ecom-card-copy strong { display: block; margin: 4px 0 14px; font-size: 25px; letter-spacing: -.045em; color: #111820; }
.ecom-card-copy button,
.admin-product-actions button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--ecom-accent, var(--primary));
  color: #fff;
  font-weight: 900;
}
.ecom-msi { display: block; margin: -6px 0 14px; color: var(--muted); font-size: 12px; font-weight: 850; }
.ecom-pay-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .1) !important;
  border-radius: 16px !important;
  padding: 10px 12px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  text-align: left;
}
.checkout-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.24), transparent 48%);
  pointer-events: none;
}
.checkout-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(16,24,32,.18); filter: saturate(1.04); }
.checkout-button:active { transform: translateY(0); }
.checkout-stripe { background: linear-gradient(135deg, #ffffff, #f6f3ff) !important; color: #20124d !important; }
.checkout-mercadopago { background: linear-gradient(135deg, #ffffff, #f1fbff 48%, #fff7ed) !important; color: #08243d !important; }
.checkout-icon,
.checkout-loader {
  position: relative;
  z-index: 1;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f8fff, #36d399 72%, #ff8a3d);
}
.checkout-icon svg { width: 21px; height: 21px; fill: #fff; }
.pay-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 950;
  letter-spacing: -.04em;
  text-transform: lowercase;
}
.stripe-mark b {
  font-size: 12px;
  transform: skewX(-8deg);
}
.mp-mark {
  position: relative;
  font-size: 11px;
}
.mp-mark i {
  position: absolute;
  inset: 7px 5px 11px;
  border: 2px solid #fff;
  border-radius: 999px;
  opacity: .95;
}
.mp-mark b {
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: .01em;
}
.checkout-copy { position: relative; z-index: 1; display: grid; gap: 2px; min-width: 0; }
.checkout-copy span { color: #667085; font-size: 10px; font-weight: 850; line-height: 1; text-transform: uppercase; letter-spacing: .06em; }
.checkout-copy b { color: #101828; font-size: 14px; font-weight: 950; line-height: 1.05; letter-spacing: -.02em; }
.checkout-loader {
  border: 2px solid rgba(255,255,255,.32);
  border-top-color: #fff;
  animation: checkoutSpin .8s linear infinite;
}
.checkout-button.is-loading { pointer-events: none; opacity: .86; }
@keyframes checkoutSpin { to { transform: rotate(360deg); } }
.payment-review-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 12, 18, .52);
  backdrop-filter: blur(8px);
}
.payment-review-modal {
  width: min(760px, 100%);
  max-height: min(92vh, 820px);
  overflow: auto;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  box-shadow: 0 28px 90px rgba(8,12,18,.28);
}
.payment-review-close {
  float: right;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 999px;
  background: #f8faf7;
  color: var(--muted);
  font-weight: 900;
}
.payment-review-modal h2 { margin: 10px 0 8px; font-size: clamp(30px, 5vw, 52px); letter-spacing: -.065em; }
.payment-review-layout { display: grid; grid-template-columns: 230px 1fr; gap: 18px; margin-top: 20px; }
.payment-review-image {
  width: 100%;
  min-height: 230px;
  border-radius: 24px;
  object-fit: cover;
  background: #111820;
}
.payment-review-placeholder {
  display: grid;
  place-items: center;
  padding: 20px;
  color: #fff;
  font-weight: 950;
}
.payment-review-summary {
  display: grid;
  gap: 8px;
}
.payment-review-summary div {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 16px;
  padding: 10px 12px;
  background: #fbfcfb;
}
.payment-review-summary span { color: var(--muted); font-size: 12px; font-weight: 850; }
.payment-review-summary strong { color: #111820; font-size: 14px; text-align: right; }
.payment-review-provider {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  border-radius: 20px;
  padding: 16px;
  color: #fff;
}
.payment-review-provider strong { font-size: 20px; letter-spacing: -.035em; }
.payment-review-provider span { color: rgba(255,255,255,.78); line-height: 1.5; }
.payment-review-provider.mp-provider { background: linear-gradient(135deg, #0f8cff, #31c99b 65%, #ff934d); }
.payment-review-provider.stripe-provider { background: linear-gradient(135deg, #635bff, #0a2540); }
.payment-review-field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.payment-review-field input {
  width: 100%;
  border: 1px solid rgba(16,24,32,.12);
  border-radius: 16px;
  padding: 13px 14px;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  text-transform: none;
  letter-spacing: 0;
}
.payment-review-consent {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.payment-review-actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; margin-top: 18px; }
.payment-review-actions.mp-actions { grid-template-columns: .8fr 1.4fr; }
.payment-ticket-modal .ticket-summary { margin-top: 16px; }
.payment-ticket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.ecom-card-copy .ghost-pay { margin-top: 8px; border: 1px solid rgba(16,24,32,.1); background: #fff; color: var(--ink); }
.ecom-policy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; }
.ecom-policy ul { display: grid; gap: 10px; margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.6; }
.compact-policy { margin-top: 16px; grid-template-columns: 1fr; background: #f8faf7; box-shadow: none; }
.ecom-plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ecom-mini-card { padding: 18px; border: 1px solid rgba(16,24,32,.08); border-radius: 20px; background: #fff; }
.ecom-mini-card span { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ecom-mini-card strong { display: block; margin: 10px 0; font-size: 24px; letter-spacing: -.045em; }
.ecom-mini-card p { color: var(--muted); line-height: 1.55; }
.ecom-price-table { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ecom-price-table div { padding: 18px; border: 1px solid rgba(16,24,32,.08); border-radius: 18px; background: #fff; }
.ecom-price-table strong, .ecom-price-table span { display: block; }
.ecom-price-table span { margin: 8px 0; color: var(--ecom-accent, var(--primary)); font-size: 24px; font-weight: 950; letter-spacing: -.05em; }
.ecom-price-table p { color: var(--muted); line-height: 1.5; }

.gb-pay-body {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 147, 77, .18), transparent 32%),
    radial-gradient(circle at 10% 8%, rgba(49, 201, 155, .18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 52%, #fff8f1 100%);
}

.gb-pay-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 82px) 0;
}

.gb-pay-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .72fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.gb-pay-copy h1 {
  margin: 8px 0 18px;
  color: #08111f;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
}

.gb-pay-copy p {
  max-width: 680px;
  color: #475467;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.gb-pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gb-pay-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
}

.gb-pay-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #1779ff, #2ec99a 68%, #ff8b3d);
  box-shadow: 0 18px 38px rgba(23, 121, 255, .18);
}

.gb-pay-button.secondary {
  color: #172033;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
}

.gb-pay-card,
.gb-pay-panel {
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
  backdrop-filter: blur(18px);
}

.gb-pay-card {
  display: grid;
  gap: 22px;
  border-radius: 34px;
  padding: clamp(22px, 4vw, 36px);
}

.gb-pay-card img {
  width: min(220px, 70%);
  aspect-ratio: 1;
  object-fit: contain;
  justify-self: center;
  border-radius: 999px;
  box-shadow: 0 28px 70px rgba(23, 121, 255, .18);
}

.gb-pay-card span,
.gb-pay-panel span {
  color: #168bff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gb-pay-card strong {
  display: block;
  margin: 8px 0;
  color: #101828;
  font-size: 28px;
  letter-spacing: -.045em;
}

.gb-pay-card p,
.gb-pay-panel p {
  margin: 0;
  color: #667085;
  line-height: 1.58;
}

.gb-pay-console {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.gb-pay-panel {
  display: grid;
  gap: 10px;
  min-height: 190px;
  border-radius: 26px;
  padding: 22px;
}

.gb-pay-panel.wide {
  grid-column: span 2;
}

.gb-pay-panel h2,
.gb-pay-panel h3 {
  margin: 0;
  color: #101828;
  letter-spacing: -.045em;
}

.gb-pay-panel h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.gb-pay-panel h3 {
  font-size: 24px;
}

.gb-pay-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.gb-pay-flow b {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  padding: 10px;
  background: linear-gradient(135deg, #f4f9ff, #fff6ed);
  color: #172033;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 820px) {
  .gb-pay-hero,
  .gb-pay-console,
  .gb-pay-flow {
    grid-template-columns: 1fr;
  }

  .gb-pay-panel.wide {
    grid-column: span 1;
  }
}

.ecom-store-link .ecom-card-copy p { min-height: 96px; }
.ecom-gallery-group .section-heading h2 { font-size: clamp(30px, 4vw, 52px); letter-spacing: -.06em; }
.collection-title-link { display: inline-block; margin-bottom: 18px; color: inherit; text-decoration: none; }
.collection-title-link h2 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 52px); letter-spacing: -.06em; }
.piece-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}
.back-link { grid-column: 1 / -1; color: var(--muted); font-weight: 850; text-decoration: none; }
.piece-image { overflow: hidden; border-radius: 34px; background: #e8e1d4; box-shadow: 0 26px 70px rgba(16,24,32,.14); }
.piece-image img { display: block; width: 100%; height: auto; }
.piece-copy { position: sticky; top: 92px; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(16,24,32,.08); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: 0 18px 48px rgba(16,24,32,.08); }
.piece-copy h1 { margin: 14px 0 18px; font-size: clamp(38px, 6vw, 76px); line-height: .92; letter-spacing: -.07em; }
.piece-copy dl { display: grid; gap: 10px; margin: 0 0 18px; }
.piece-copy dl div { display: grid; grid-template-columns: 130px 1fr; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(16,24,32,.08); }
.piece-copy dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.piece-copy dd { margin: 0; color: var(--ink); font-weight: 750; }
.piece-price { display: block; margin: 4px 0 10px; font-size: 34px; letter-spacing: -.05em; }
.ecom-whatsapp-float {
  position: fixed;
  z-index: 70;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 9px 8px 15px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(16,24,32,.18);
  font-weight: 900;
}
.ecom-whatsapp-float img { width: 42px; height: 42px; object-fit: contain; }
.ecom-catalog-intro { background: #111820; color: #fff; }
.ecom-catalog-intro .subtle,
.ecom-catalog-intro .section-heading p { color: rgba(255,255,255,.72); }
.admin-product-list { display: grid; gap: 14px; }
.admin-product-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 18px;
  background: #fff;
}
.admin-product-card label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.admin-product-card input,
.admin-product-card textarea { width: 100%; border: 1px solid rgba(16,24,32,.1); border-radius: 12px; padding: 10px; color: var(--ink); font: inherit; text-transform: none; letter-spacing: 0; }
.admin-product-card textarea { min-height: 72px; resize: vertical; }
.admin-product-card .wide { grid-column: span 3; }
.admin-product-actions { display: grid; gap: 8px; align-content: end; }
.admin-product-actions button:last-child { background: #f4f4f4; color: #a02727; }

@media (max-width: 1150px) {
  .inbox-layout { grid-template-columns: 290px 1fr; }
  .profile-pane { display: none; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .store-hero,
  .commercial-hero,
  .site-hero,
  .service-hero-detail,
  .split-band { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .domain-band,
  .split-heading,
  .saas-strip,
  .oaxaca-live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oaxaca-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ecom-grid,
  .ecom-plan-grid,
  .ecom-price-table { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-catalog,
  .credit-grid,
  .pricing-grid,
  .bundle-grid,
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: fixed; z-index: 40; left: -260px; width: 244px; transition: left .2s ease; }
  .sidebar.open { left: 0; }
  .mobile-only { display: grid; }
  .topbar { padding: 12px 16px; }
  .global-search { width: auto; flex: 1; }
  .global-search kbd, .user-chip div, .quick-button { display: none; }
  .login-shell { grid-template-columns: 1fr; padding: 26px 0; }
  .login-page { background: #f4f6f3; }
  .login-hero { color: var(--ink); }
  .login-hero .subtle, .plan-card small { color: var(--muted); }
  .login-brand { color: var(--ink); }
  .plan-card { border-color: var(--line); background: #fff; color: var(--ink); }
  .social-login { grid-template-columns: 1fr; }
  .view { padding: 20px 16px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .business-hero { grid-template-columns: 1fr; }
  .business-qr-card { max-width: 320px; }
  .assistant-shell { grid-template-columns: 1fr; }
  .inbox-layout { grid-template-columns: 1fr; }
  .conversation-list { display: none; }
  .ecom-hero,
  .ecom-policy,
  .piece-detail { grid-template-columns: 1fr; }
  .piece-copy { position: static; }
  .admin-product-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-product-card .wide { grid-column: 1 / -1; }
}
.gotoiptv-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(66, 224, 111, .2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(88, 120, 255, .16), transparent 32%),
    linear-gradient(135deg, #f8fbf9 0%, #eef7f4 48%, #f2f5f8 100%);
}
.gotoiptv-header {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(1.12);
}
.gotoiptv-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 34px 0 72px;
}
.gotoiptv-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 26px;
  align-items: stretch;
  min-height: 520px;
}
.gotoiptv-copy,
.gotoiptv-panel,
.gotoiptv-device {
  border: 1px solid rgba(0, 56, 35, .1);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 60px rgba(13, 30, 38, .12);
}
.gotoiptv-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 28px;
}
.gotoiptv-copy h1 {
  max-width: 820px;
  margin: 14px 0 16px;
  color: var(--deep-pine);
  font-size: clamp(42px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -.055em;
}
.gotoiptv-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.gotoiptv-actions,
.gotoiptv-panel .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.gotoiptv-device {
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 28px;
}
.gotoiptv-screen {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 10px solid #111820;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(0, 56, 35, .28), rgba(4, 17, 22, .72)),
    linear-gradient(135deg, #0b1d20, #003823 46%, #111820);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 28px 70px rgba(0,0,0,.24);
}
.screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}
.screen-top b {
  padding: 5px 9px;
  border-radius: 999px;
  background: #ff405f;
  color: #fff;
  font-size: 11px;
}
.channel-feature {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.channel-feature small {
  color: var(--signal-lime);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.channel-feature strong {
  font-size: 28px;
  line-height: 1;
}
.channel-feature span {
  color: rgba(255,255,255,.74);
}
.source-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.source-grid span {
  min-height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 800;
}
.gotoiptv-panel {
  margin-top: 26px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 24px;
}
.gotoiptv-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.gotoiptv-form label {
  display: grid;
  gap: 7px;
  color: var(--deep-pine);
  font-size: 13px;
  font-weight: 800;
}
.gotoiptv-form input,
.gotoiptv-form select,
.gotoiptv-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  outline: 0;
}
.gotoiptv-form textarea {
  resize: vertical;
}
.gotoiptv-form input:focus,
.gotoiptv-form select:focus,
.gotoiptv-form textarea:focus {
  border-color: var(--goto-green);
  box-shadow: 0 0 0 4px rgba(0, 155, 118, .12);
}
.gotoiptv-legal,
.gotoiptv-form .form-actions,
.gotoiptv-form .full-row {
  grid-column: 1 / -1;
}
.gotoiptv-legal {
  padding: 12px 14px;
  border: 1px solid rgba(189, 124, 25, .22);
  border-radius: 14px;
  background: var(--amber-soft);
  color: #654110;
  font-size: 13px;
  line-height: 1.45;
}
.gotoiptv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.feature-list div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.feature-list strong {
  color: var(--deep-pine);
}
.feature-list span {
  color: var(--muted);
}
.gotoiptv-app-hero,
.gotoiptv-console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr);
  gap: 26px;
  align-items: stretch;
}
.gotoiptv-player-card,
.gotoiptv-auth-card {
  border: 1px solid rgba(22, 30, 46, .1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(66, 224, 111, .18), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(245,248,255,.88));
  box-shadow: 0 24px 70px rgba(11, 15, 31, .14);
}
.gotoiptv-player-card {
  padding: clamp(18px, 3vw, 30px);
}
.gotoiptv-auth-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}
.gotoiptv-auth-card h2,
.gotoiptv-player-card h1 {
  margin: 0;
  color: var(--deep-pine);
}
.gotoiptv-player-card h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .88;
  letter-spacing: -.06em;
}
.gotoiptv-auth-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.iptv-player-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.iptv-status {
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.iptv-status[data-status="active_free"],
.iptv-status[data-status="active"] {
  background: #dcfce7;
  color: #15803d;
}
.iptv-stage {
  --stage-accent: #5878ff;
  min-height: 340px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--stage-accent) 42%, transparent), transparent 34%),
    linear-gradient(145deg, #07111f 0%, #111827 42%, #25114d 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.iptv-stage::before {
  content: "";
  position: absolute;
  inset: auto -12% -22% auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--stage-accent) 28%, transparent);
  filter: blur(4px);
}
.iptv-now,
.iptv-play-button {
  position: relative;
  z-index: 1;
}
.iptv-now {
  display: grid;
  gap: 8px;
}
.iptv-now small {
  color: var(--signal-lime);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.iptv-now strong {
  max-width: 640px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.045em;
}
.iptv-now span {
  color: rgba(255,255,255,.72);
}
.iptv-play-button {
  width: fit-content;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--signal-lime), #64d2ff);
  color: #07111f;
  font-weight: 950;
}
.iptv-toolbar,
.iptv-filter-row,
.version-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.iptv-toolbar {
  margin-top: 16px;
}
.iptv-mode,
.iptv-filter-row button,
.version-pager button {
  min-height: 38px;
  border: 1px solid rgba(88, 120, 255, .16);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  padding: 0 14px;
  font-weight: 850;
}
.iptv-mode.active,
.iptv-filter-row button.active {
  background: linear-gradient(135deg, #5878ff, #8b5cf6);
  color: #fff;
  box-shadow: 0 12px 28px rgba(88,120,255,.26);
}
.oauth-grid {
  display: grid;
  gap: 8px;
}
.oauth-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.oauth-button.google { background: linear-gradient(135deg, #1a73e8, #34a853); }
.oauth-button.meta { background: linear-gradient(135deg, #0866ff, #8b5cf6); }
.oauth-button.apple { background: linear-gradient(135deg, #111827, #4b5563); }
.gotoiptv-mini-form {
  display: grid;
  gap: 8px;
}
.gotoiptv-mini-form input,
.iptv-search {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  outline: 0;
}
.full-button {
  width: 100%;
  justify-content: center;
}
.gotoiptv-locked-card {
  display: grid;
  gap: 16px;
  align-content: start;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 245, 255, 0.92)),
    radial-gradient(circle at 80% 0%, rgba(124, 58, 237, 0.16), transparent 34%);
}
.gotoiptv-locked-card[hidden],
.gotoiptv-client-console[hidden] {
  display: none;
}
.gotoiptv-option-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.gotoiptv-option {
  min-height: 76px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 16px;
  background: #fff;
  color: #182033;
  font-weight: 850;
  line-height: 1.15;
  text-align: left;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(21,30,55,.08);
  cursor: pointer;
}
.gotoiptv-option.active,
.gotoiptv-option:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #2764ff, #7c3aed);
  box-shadow: 0 16px 36px rgba(69,92,255,.25);
}
.gotoiptv-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  color: #253047;
}
.gotoiptv-disclaimer p {
  margin: 10px 0 0;
  line-height: 1.65;
}
.gotoiptv-admin-shell {
  padding-top: 26px;
}
.gotoiptv-admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}
.gotoiptv-admin-hero h1 {
  margin: 6px 0 8px;
  font-size: clamp(2rem, 4vw, 4rem);
}
.gotoiptv-admin-preview {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.gotoiptv-admin-preview img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 14px;
}
.gotoiptv-admin-preview h2 {
  margin: 0 0 8px;
}
.gotoiptv-admin-preview p {
  margin: 0 0 10px;
  color: #5b6476;
  line-height: 1.55;
}
.gotoiptv-admin-version-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.gotoiptv-admin-create-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gotoiptv-admin-version-grid label {
  display: grid;
  gap: 8px;
  font-weight: 850;
}
.gotoiptv-admin-version-grid select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}
.gotoiptv-admin-output {
  margin-top: 18px;
  max-height: 280px;
  overflow: auto;
  border-radius: 16px;
  background: #0f172a;
  color: #dbeafe;
  padding: 18px;
  white-space: pre-wrap;
}
.gotoiptv-admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.gotoiptv-admin-metrics article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.gotoiptv-admin-metrics strong {
  color: #2764ff;
  font-size: 34px;
  line-height: 1;
}
.gotoiptv-admin-metrics span,
.gotoiptv-admin-user span {
  color: var(--muted);
}
.gotoiptv-admin-users {
  display: grid;
  gap: 10px;
}
.gotoiptv-admin-user {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}
.gotoiptv-admin-user-form {
  display: grid;
  grid-template-columns: minmax(150px, 1.1fr) minmax(190px, 1.3fr) minmax(150px, .9fr) minmax(120px, .7fr) minmax(120px, .8fr) minmax(170px, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.gotoiptv-admin-user-form label,
.gotoiptv-admin-user-meta,
.gotoiptv-admin-user-actions {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.gotoiptv-admin-user-form label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}
.gotoiptv-admin-user-form input,
.gotoiptv-admin-user-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 10px;
  padding: 0 10px;
  color: var(--ink);
  background: #f8fafc;
}
.gotoiptv-admin-user-meta {
  align-self: center;
}
.gotoiptv-admin-user-actions .store-message {
  max-width: 170px;
  margin: 0;
  padding: 6px 8px;
  font-size: 11px;
}
.gotoiptv-admin-user.connected {
  border-color: rgba(34, 197, 94, .38);
  box-shadow: 0 12px 30px rgba(34,197,94,.1);
}
.gotoiptv-admin-user div {
  display: grid;
  gap: 3px;
}
.gotoiptv-admin-user strong,
.gotoiptv-admin-user b {
  color: var(--deep-pine);
}
.gotoiptv-info-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 26px;
  align-items: stretch;
}
.gotoiptv-info-copy {
  display: grid;
  align-content: center;
  min-height: 560px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(0, 56, 35, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 60px rgba(13, 30, 38, .12);
}
.gotoiptv-info-copy h1 {
  margin: 12px 0 16px;
  color: var(--deep-pine);
  font-size: clamp(48px, 8vw, 96px);
  line-height: .9;
}
.gotoiptv-info-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.gotoiptv-tv-preview {
  min-height: 560px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 32%, rgba(255, 191, 87, .38), transparent 16%),
    linear-gradient(135deg, #080b18, #151826 58%, #2c1a16);
  box-shadow: 0 28px 70px rgba(6, 10, 26, .18);
  padding: clamp(18px, 3vw, 36px);
}
.gotoiptv-tv-frame {
  width: min(100%, 760px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #090c1a;
  color: #fff;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.gotoiptv-tv-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.72);
}
.gotoiptv-tv-top strong {
  color: #fff;
}
.gotoiptv-tv-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 14px;
}
.gotoiptv-tv-tile {
  min-height: 126px;
  display: grid;
  align-content: end;
  gap: 6px;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(145deg, #22d3ee, #4f46e5);
}
.gotoiptv-tv-tile.large {
  min-height: 246px;
  grid-row: span 2;
  background: linear-gradient(160deg, #00d68f, #2458ff);
}
.gotoiptv-tv-tile.movie {
  background: linear-gradient(145deg, #ff284f, #ffb02e);
}
.gotoiptv-tv-tile.series {
  background: linear-gradient(145deg, #9b2cff, #42c9ff);
}
.gotoiptv-tv-tile.small {
  min-height: 74px;
  background: #29a66a;
}
.gotoiptv-store-profile,
.gotoiptv-store-readiness {
  display: grid;
  gap: 22px;
}
.gotoiptv-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.gotoiptv-store-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gotoiptv-store-grid article {
  display: grid;
  gap: 6px;
  min-height: 112px;
  align-content: start;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.gotoiptv-store-grid strong {
  color: var(--deep-pine);
}
.gotoiptv-store-grid span,
.gotoiptv-copy-block p,
.gotoiptv-version-list p,
.gotoiptv-version-list span,
.gotoiptv-store-readiness p {
  color: var(--muted);
  line-height: 1.5;
}
.gotoiptv-copy-block {
  display: grid;
  gap: 8px;
  max-width: 960px;
}
.gotoiptv-copy-block h3 {
  margin: 8px 0 0;
  color: var(--deep-pine);
}
.gotoiptv-copy-block p {
  margin: 0;
}
.gotoiptv-version-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.gotoiptv-version-list div {
  display: grid;
  grid-template-columns: 86px 110px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}
.gotoiptv-version-list b {
  color: #2764ff;
}
.gotoiptv-version-list p {
  margin: 0;
}
.gotoiptv-commercial-body {
  background:
    radial-gradient(circle at 16% 8%, rgba(66, 224, 111, .38), transparent 27%),
    radial-gradient(circle at 86% 16%, rgba(124, 58, 237, .42), transparent 30%),
    linear-gradient(135deg, #05122e 0%, #122aa1 42%, #5d2fd1 100%);
}
.gotoiptv-commercial-header {
  background: rgba(255,255,255,.88);
  border-radius: 0 0 22px 22px;
  backdrop-filter: blur(18px);
}
.gotoiptv-commercial-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  gap: 28px;
  padding: 30px 0 64px;
}
.gotoiptv-sales-hero {
  min-height: calc(100vh - 128px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}
.gotoiptv-sales-copy {
  display: grid;
  gap: 18px;
  color: #fff;
}
.gotoiptv-sales-copy h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .88;
  letter-spacing: 0;
}
.gotoiptv-sales-copy p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}
.gotoiptv-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gotoiptv-trust-strip span {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 8px 12px;
  font-weight: 850;
}
.gotoiptv-product-scene {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}
.gotoiptv-device-mock {
  width: min(100%, 690px);
  aspect-ratio: 16 / 10;
  border: 10px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(66,224,111,.34), transparent 28%),
    linear-gradient(145deg, #071028 0%, #111b43 55%, #29144b 100%);
  box-shadow: 0 40px 120px rgba(0,0,0,.34);
  padding: clamp(18px, 3vw, 30px);
}
.gotoiptv-device-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-weight: 900;
}
.gotoiptv-device-top span {
  color: var(--signal-lime);
}
.gotoiptv-device-grid {
  height: calc(100% - 48px);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 12px;
  margin-top: 24px;
}
.gotoiptv-device-grid i {
  border-radius: 18px;
  background: linear-gradient(145deg, #16a34a, #2563eb);
}
.gotoiptv-device-grid i:nth-child(2),
.gotoiptv-device-grid i:nth-child(5) {
  background: linear-gradient(145deg, #7c3aed, #38bdf8);
}
.gotoiptv-device-grid i:nth-child(3),
.gotoiptv-device-grid i:nth-child(4) {
  background: linear-gradient(145deg, #22c55e, #8b5cf6);
}
.gotoiptv-orbit-card {
  position: absolute;
  z-index: 2;
  width: 180px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: #fff;
  padding: 16px;
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
}
.gotoiptv-orbit-card b {
  font-size: 24px;
}
.gotoiptv-orbit-card span {
  color: rgba(255,255,255,.78);
  font-weight: 750;
}
.gotoiptv-orbit-card.blue {
  left: 0;
  top: 18%;
  background: linear-gradient(145deg, #2563eb, #06b6d4);
}
.gotoiptv-orbit-card.purple {
  right: 4%;
  top: 7%;
  background: linear-gradient(145deg, #7c3aed, #db2777);
}
.gotoiptv-orbit-card.green {
  right: 0;
  bottom: 14%;
  background: linear-gradient(145deg, #16a34a, #14b8a6);
}
.gotoiptv-feature-band,
.gotoiptv-compat-grid,
.gotoiptv-pricing-grid,
.gotoiptv-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gotoiptv-pricing-grid.single {
  grid-template-columns: minmax(280px, 520px);
  justify-content: center;
}
.gotoiptv-feature-band article,
.gotoiptv-compat-grid article,
.gotoiptv-price-card,
.gotoiptv-checkout-panel,
.gotoiptv-story-grid article {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.gotoiptv-feature-band strong,
.gotoiptv-feature-band span,
.gotoiptv-compat-grid strong,
.gotoiptv-compat-grid span {
  display: block;
}
.gotoiptv-feature-band strong,
.gotoiptv-compat-grid strong {
  font-size: 22px;
}
.gotoiptv-feature-band span,
.gotoiptv-compat-grid span,
.gotoiptv-price-card p,
.gotoiptv-story-grid p,
.gotoiptv-checkout-panel p {
  color: var(--muted);
  line-height: 1.55;
}
.gotoiptv-compat-section {
  display: grid;
  gap: 18px;
}
.gotoiptv-compat-section .section-heading {
  color: #fff;
}
.gotoiptv-compat-section .section-heading p {
  color: rgba(255,255,255,.78);
}
.gotoiptv-compat-checker {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 240px) auto;
  gap: 10px;
  align-items: end;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  padding: clamp(16px, 2.4vw, 24px);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.gotoiptv-compat-checker label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.gotoiptv-compat-checker input,
.gotoiptv-compat-checker select {
  min-height: 46px;
  border: 1px solid rgba(16,24,32,.14);
  border-radius: 14px;
  background: #fff;
  color: #111827;
  padding: 0 13px;
  font: inherit;
  text-transform: none;
}
.gotoiptv-compat-checker .store-message {
  grid-column: 1 / -1;
  margin: 0;
}
.gotoiptv-pricing-section {
  display: grid;
  gap: 18px;
}
.gotoiptv-pricing-section .section-heading {
  color: #fff;
}
.gotoiptv-pricing-section .section-heading p {
  color: rgba(255,255,255,.78);
}
.gotoiptv-price-card {
  display: grid;
  gap: 12px;
  align-content: start;
}
.gotoiptv-price-card.featured {
  transform: translateY(-10px);
  border-color: rgba(66,224,111,.62);
}
.gotoiptv-price-card span {
  color: #2563eb;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.gotoiptv-price-card h3 {
  margin: 0;
  font-size: 38px;
}
.gotoiptv-price-card strong {
  font-size: 44px;
  color: #111827;
}
.gotoiptv-price-card em {
  color: #2563eb;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}
.gotoiptv-fx-note {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.gotoiptv-price-card button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #2563eb 48%, #7c3aed);
  color: #fff;
  font-weight: 950;
}
.gotoiptv-checkout-panel {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 20px;
  align-items: center;
}
.gotoiptv-checkout-panel[hidden] {
  display: none;
}
.gotoiptv-checkout-form {
  grid-template-columns: 1fr 1fr;
}
.gotoiptv-story-grid {
  grid-template-columns: 1fr 1fr;
}
.gotoiptv-player-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 141, 255, .44), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(46, 211, 129, .34), transparent 34%),
    radial-gradient(circle at 96% 94%, rgba(255, 138, 61, .42), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #123a66 42%, #0b6f57 72%, #ff8a3d 100%);
  color: #fff;
}
.gotoiptv-player-body,
.gotoiptv-player-body * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-player-body::-webkit-scrollbar,
.gotoiptv-player-body *::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-player-shell {
  width: min(100% - 32px, 1220px);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 24px;
  align-items: center;
  padding: 32px 0;
}
.gotoiptv-player-body.auth-only .gotoiptv-player-shell {
  width: min(100% - 32px, 760px);
  grid-template-columns: 1fr;
}
.gotoiptv-player-body.auth-only .gotoiptv-connect-panel,
.gotoiptv-player-body.auth-only .gotoiptv-access-board,
.gotoiptv-player-body.auth-only .gotoiptv-player-terms {
  display: none !important;
}
.gotoiptv-player-body.auth-only .gotoiptv-player-home {
  min-height: calc(100vh - 64px);
}
.gotoiptv-player-body.auth-only .gotoiptv-viewer-auth {
  text-align: center;
}
.gotoiptv-player-body.is-connected,
.gotoiptv-player-body.force-wide {
  background:
    radial-gradient(circle at 10% 8%, rgba(34, 141, 255, .24), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(46, 211, 129, .2), transparent 32%),
    radial-gradient(circle at 100% 88%, rgba(255, 138, 61, .16), transparent 34%),
    linear-gradient(145deg, #050816 0%, #07111f 54%, #06241f 100%);
  overflow: hidden;
}
.gotoiptv-player-body.is-connected .gotoiptv-player-shell,
.gotoiptv-player-body.force-wide .gotoiptv-player-shell {
  width: 100%;
  min-height: 100vh;
  display: block;
  padding: 0;
}
.gotoiptv-player-body.is-connected .gotoiptv-player-home,
.gotoiptv-player-body.force-wide .gotoiptv-player-home {
  display: none;
}
.gotoiptv-player-home {
  min-height: min(760px, calc(100vh - 64px));
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 28px;
}
.gotoiptv-viewer-auth {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: clamp(22px, 5vw, 58px);
  border-radius: 30px;
  background: rgba(23, 18, 46, .58);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.18);
}
.gotoiptv-viewer-auth h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  line-height: .92;
}
.gotoiptv-viewer-auth p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}
.gotoiptv-account-landing {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(66,224,111,.18), transparent 32%),
    rgba(23, 18, 46, .58);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 30px 80px rgba(0,0,0,.18);
}
.gotoiptv-account-landing[hidden] {
  display: none;
}
.gotoiptv-account-hero h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(28px, 4vw, 56px);
  line-height: .95;
}
.gotoiptv-account-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.76);
}
.gotoiptv-account-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.gotoiptv-account-summary article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.gotoiptv-account-summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--signal-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gotoiptv-account-summary b {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-account-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.gotoiptv-account-actions .primary-button,
.gotoiptv-account-actions .secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.gotoiptv-language-select {
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 740;
}
.gotoiptv-language-select select {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 0 14px;
}
.gotoiptv-viewer-form {
  grid-template-columns: 1fr 1fr;
}
.gotoiptv-viewer-form label {
  color: #fff;
}
.oauth-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: #fff;
  color: #151827;
  font-weight: 900;
  text-decoration: none;
  padding: 0 18px;
  gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.oauth-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.oauth-button.google::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #fff;
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .oauth-button.google {
  background: linear-gradient(180deg, #fff, #f7fbff);
  color: #172033;
  border-color: rgba(66,224,111,.32);
  box-shadow: 0 12px 28px rgba(0,0,0,.16), inset 0 0 0 1px rgba(47,127,255,.08);
}
.gotoplayer-pay-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(66,224,111,.38);
  background: linear-gradient(135deg, rgba(47,127,255,.22), rgba(139,92,246,.18), rgba(66,224,111,.2));
  color: #fff;
  font-weight: 860;
  text-decoration: none;
  padding: 0 18px;
}
.gotoplayer-monetization-note {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.74);
  font-size: 12px;
  line-height: 1.38;
}
.gotoplayer-monetization-note b {
  color: #fff;
  font-size: 13px;
}
.gotoplayer-auth-legal {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.5;
}
.gotoplayer-auth-legal a {
  color: var(--signal-lime);
  font-weight: 760;
}
.gotoiptv-player-body.gotoplayer-mode.auth-only {
  background:
    radial-gradient(circle at 18% 0%, rgba(66,224,111,.16), transparent 30%),
    linear-gradient(145deg, #050816, #081023 60%, #12102a);
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-player-shell {
  width: min(100% - 28px, 460px);
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-player-home {
  min-height: calc(100svh - 36px);
  grid-template-rows: auto 1fr;
  gap: 18px;
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-player-logo {
  font-size: clamp(32px, 9vw, 48px);
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-viewer-auth {
  align-content: center;
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  padding: clamp(22px, 6vw, 34px);
  text-align: left;
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-viewer-auth h1 {
  font-size: clamp(32px, 9vw, 52px);
}
.gotoiptv-player-body.gotoplayer-mode.auth-only .gotoiptv-viewer-form {
  grid-template-columns: 1fr;
}
.gotoiptv-player-body.gotoplayer-mode.auth-only #viewerRegisterForm,
.gotoiptv-player-body.gotoplayer-mode.auth-only #showViewerRegister {
  display: none !important;
}
.gotoiptv-player-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.gotoiptv-player-logo {
  color: #fff;
  text-decoration: none;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
}
.gotoplayer-plus-brand {
  display: inline-flex;
  align-items: center;
  gap: .34em;
  color: #fff;
  text-decoration: none;
}
.gotoplayer-plus-brand img {
  width: .86em;
  height: .86em;
  min-width: 28px;
  min-height: 28px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}
.gotoiptv-player-logo b {
  font-weight: 900;
  letter-spacing: 0;
}
.gotoiptv-player-logo span {
  font-weight: 300;
}
.gotoplayer-plus-lockup {
  display: inline-flex;
  align-items: baseline;
  gap: .035em;
  color: #fff;
  font-family: var(--font-goto-player-ui);
  letter-spacing: -.01em;
  text-transform: lowercase;
  white-space: nowrap;
}
.gotoplayer-plus-lockup b {
  font-weight: 680;
}
.gotoplayer-plus-lockup span {
  font-weight: 300;
}
.gotoplayer-plus-lockup i {
  color: var(--signal-lime);
  font-style: italic;
  font-weight: 360;
  transform: translate(.02em, -.08em) skewX(-8deg);
  transform-origin: center;
}
.gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: inherit;
  letter-spacing: -.01em;
}
.gotoiptv-player-logo.gotoplayer-plus-lockup {
  font-size: clamp(26px, 4vw, 44px);
}
.gotoiptv-player-logo.gotoplayer-plus-brand {
  font-size: clamp(28px, 4vw, 44px);
}
.gotoiptv-player-icons {
  display: flex;
  gap: 8px;
}
.gotoiptv-player-icons button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
}
.gotoiptv-access-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2.5vw, 26px);
  align-content: center;
  padding: clamp(22px, 5vw, 58px);
  border-radius: 30px;
  background: rgba(23, 18, 46, .58);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 80px rgba(0,0,0,.18);
}
.gotoiptv-access-button {
  min-height: 82px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  grid-template-areas:
    "icon title arrow"
    "icon sub arrow";
  align-items: center;
  gap: 0 14px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #121827;
  text-align: left;
  padding: 16px 18px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  cursor: pointer;
}
.gotoiptv-access-button::after {
  content: "›";
  grid-area: arrow;
  color: #a3a7b0;
  font-size: 42px;
  line-height: 1;
}
.gotoiptv-access-button span {
  grid-area: icon;
  font-size: 28px;
}
.gotoiptv-access-button strong {
  grid-area: title;
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.1;
}
.gotoiptv-access-button small {
  grid-area: sub;
  color: #667085;
  font-weight: 800;
}
.gotoiptv-access-button.centered {
  grid-column: 1 / -1;
  width: min(100%, 300px);
  justify-self: center;
}
.gotoiptv-access-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(0,0,0,.26);
}
.gotoiptv-player-terms {
  margin: 0;
  color: rgba(255,255,255,.8);
  text-align: center;
}
.gotoiptv-connect-panel {
  min-height: min(760px, calc(100vh - 64px));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(7, 10, 24, .74);
  color: #fff;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.gotoiptv-connect-panel.connected,
.gotoiptv-player-body.force-wide .gotoiptv-connect-panel {
  font-family: var(--font-goto-player-ui);
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(66, 224, 111, .12), transparent 28%),
    linear-gradient(135deg, #050816 0%, #080d22 54%, #151026 100%);
  box-shadow: none;
  padding: clamp(10px, 1.8vw, 22px);
}
.gotoiptv-connect-panel.connected .gotoiptv-close-panel,
.gotoiptv-player-body.force-wide .gotoiptv-close-panel {
  display: none;
}
.gotoiptv-close-panel {
  float: right;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 8px 12px;
}
.gotoiptv-connect-panel h1,
.gotoiptv-dashboard-top h2 {
  margin: 10px 0 12px;
  color: #fff;
  line-height: .96;
}
.gotoiptv-connect-panel p {
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.gotoiptv-player-form {
  margin-top: 24px;
  grid-template-columns: 1fr;
}
.gotoiptv-saved-lists,
.gotoiptv-privacy-panel {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.gotoiptv-saved-lists[hidden],
.gotoiptv-privacy-panel[hidden] {
  display: none;
}
.gotoiptv-saved-list-grid {
  display: grid;
  gap: 10px;
}
.gotoiptv-saved-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  padding: 12px;
}
.gotoiptv-saved-list-card b,
.gotoiptv-saved-list-card span,
.gotoiptv-saved-list-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-saved-list-card span,
.gotoiptv-saved-list-card small {
  color: rgba(255,255,255,.68);
  font-weight: 750;
}
.gotoiptv-saved-list-card button {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 0 12px;
  font-weight: 900;
}
.gotoiptv-saved-list-card a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(66,224,111,.45);
  border-radius: 999px;
  background: rgba(66,224,111,.16);
  color: #fff;
  padding: 0 12px;
  font-weight: 900;
  text-decoration: none;
}
.gotoiptv-saved-list-card button:first-of-type {
  background: var(--signal-lime);
  color: #052e16;
}
.gotoiptv-dashboard {
  position: relative;
  clear: both;
  padding-top: 18px;
}
.gotoiptv-connect-panel.connected .gotoiptv-dashboard,
.gotoiptv-player-body.force-wide .gotoiptv-dashboard {
  height: calc(100svh - clamp(20px, 3.6vw, 44px));
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: clamp(8px, 1.2vw, 14px);
  padding-top: 0;
  overflow: hidden;
}
.gotoiptv-dashboard-top {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 0;
}
.gotoiptv-dashboard-brand {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  justify-items: start;
  align-items: center;
  text-align: left;
}
.gotoiptv-gb-logo {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: #050816;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.gotoiptv-dashboard-brand h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -.018em;
}
.gotoiptv-dashboard-brand div {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 3px;
  justify-items: start;
}
.gotoiptv-dashboard-brand div h2 {
  grid-row: 1;
}
.gotoiptv-session-meta {
  grid-column: 2;
  justify-self: end;
  align-self: end;
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: min(100%, 520px);
  overflow: hidden;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 320;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.gotoiptv-session-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dashboardTitle {
  color: rgba(255,255,255,.86);
}
#dashboardProfile::before {
  content: "• ";
  color: rgba(255,255,255,.34);
}
.gotoiptv-dashboard-top span {
  color: rgba(255,255,255,.7);
}
.gotoiptv-dashboard-top strong {
  align-self: center;
  color: rgba(255,255,255,.64);
  padding: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 320;
}
.gotoiptv-dashboard-actions {
  grid-column: 3;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.gotoiptv-dashboard-actions span {
  align-self: center;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 360;
}
.gotoiptv-dashboard-actions button {
  min-height: 32px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 0 12px;
  font-size: 12px;
  font-family: var(--font-goto-player-ui);
  font-weight: 430;
}
.gotoiptv-account-trigger {
  width: 34px;
  min-width: 34px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 50% !important;
  background: rgba(255,255,255,.92) !important;
  color: #0f172a !important;
}
.gotoiptv-account-trigger span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
}
.gotoiptv-account-trigger img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gotoiptv-menu-trigger {
  width: 34px;
  min-width: 34px;
  padding: 0 !important;
  font-size: 15px !important;
}
.gotoiptv-power-trigger {
  width: 34px;
  min-width: 34px;
  padding: 0 !important;
  font-size: 15px !important;
}
.gotoiptv-dashboard-menu,
.gotoiptv-account-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  width: min(220px, 72vw);
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(8, 13, 34, .94);
  padding: 7px;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
}
.gotoiptv-account-menu {
  width: min(260px, 78vw);
  gap: 7px;
}
.gotoiptv-dashboard-menu[hidden],
.gotoiptv-account-menu[hidden] {
  display: none;
}
.gotoiptv-account-menu b {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-dashboard-menu b {
  color: rgba(255,255,255,.72);
  padding: 4px 6px 2px;
  font-size: 11px;
  font-weight: 420;
}
.gotoiptv-account-menu span {
  overflow: hidden;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  font-weight: 320;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-dashboard-menu button,
.gotoiptv-account-menu button {
  width: 100%;
  justify-content: flex-start;
  border-radius: 10px;
  background: transparent;
  min-height: 42px;
  padding: 0 12px;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.gotoiptv-account-menu button.is-refresh {
  background: rgba(48, 222, 132, .16);
  color: #b8ffd3;
}
.gotoiptv-account-menu button.is-danger {
  background: rgba(255, 77, 109, .12);
  color: #ffb4c2;
}
.gotoiptv-account-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(9, 16, 38, .72);
  padding: 14px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.gotoiptv-account-detail-panel[hidden] {
  display: none;
}
.gotoiptv-account-detail-panel span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 340;
}
.gotoiptv-account-detail-panel b {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 520;
}
.gotoiptv-account-detail-panel p {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 330;
  line-height: 1.35;
}
.gotoiptv-account-detail-panel p b {
  display: inline;
  font-size: inherit;
  font-weight: 520;
}
.gotoiptv-video-stage {
  position: relative;
  min-height: clamp(240px, 42svh, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 14%, rgba(34, 141, 255, .3), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(46, 211, 129, .18), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(255, 138, 61, .15), transparent 34%),
    linear-gradient(145deg, #050816 0%, #111827 52%, #071b18 100%);
}
.gotoiptv-dashboard.catalog-open .gotoiptv-video-stage {
  display: none;
}
.gotoiptv-dashboard.catalog-open,
.gotoiptv-dashboard.home-open {
  grid-template-rows: auto auto minmax(0, 1fr);
}
.gotoiptv-dashboard.home-open .gotoiptv-video-stage {
  display: none;
}
.gotoiptv-dashboard.playback-open .gotoiptv-video-stage {
  min-height: 0;
  height: min(72svh, calc(100svh - 160px));
}
.gotoiptv-video-stage video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  background: #000;
}
.gotoiptv-player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,.5), transparent 38%, rgba(0,0,0,.48));
  opacity: 0;
  transition: opacity .18s ease;
  pointer-events: none;
}
.gotoiptv-video-stage:hover .gotoiptv-player-overlay,
.gotoiptv-video-stage:focus-within .gotoiptv-player-overlay {
  opacity: 1;
}
.gotoiptv-player-overlay b {
  width: fit-content;
  max-width: min(90%, 680px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 440;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-player-overlay div {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  pointer-events: auto;
}
.gotoiptv-player-overlay button {
  min-height: 30px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(0,0,0,.46);
  color: #fff;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 420;
  backdrop-filter: blur(12px);
}
.gotoiptv-player-overlay button:hover {
  border-color: rgba(66,224,111,.72);
  background: rgba(66,224,111,.18);
}
.gotoiptv-video-placeholder {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 320px);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  max-width: 1040px;
  padding: clamp(24px, 5vw, 54px);
  text-align: left;
}
.gotoiptv-catalog-hero-copy {
  display: grid;
  gap: 12px;
}
.gotoiptv-video-placeholder small {
  color: var(--signal-lime);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gotoiptv-video-placeholder b {
  color: #fff;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 660;
  line-height: .95;
}
.gotoiptv-video-placeholder span {
  color: rgba(255,255,255,.72);
  font-weight: 450;
  line-height: 1.45;
}
.gotoiptv-hero-meta,
.gotoiptv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.gotoiptv-hero-meta span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.82);
  padding: 6px 10px;
  font-size: 12px;
}
.gotoiptv-catalog-hero-poster {
  min-height: clamp(230px, 36vw, 390px);
}
.gotoiptv-hero-poster-art {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: linear-gradient(145deg, #2563eb, #7c3aed 52%, #00c48c);
  box-shadow: 0 28px 90px rgba(0,0,0,.38);
}
.gotoiptv-hero-poster-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-hero-poster-art i {
  color: #fff;
  font-size: clamp(44px, 8vw, 88px);
  font-style: normal;
  font-weight: 850;
}
.gotoiptv-dashboard-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: sticky;
  top: 0;
  z-index: 5;
  overflow-x: auto;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.04)),
    rgba(5, 8, 22, .78);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-dashboard-grid::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-dashboard-tile {
  min-width: 92px;
  min-height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  background: transparent;
  font-family: var(--font-goto-player-ui);
}
.gotoiptv-dashboard-tile.home,
.gotoiptv-dashboard-tile.live,
.gotoiptv-dashboard-tile.movies,
.gotoiptv-dashboard-tile.series,
.gotoiptv-dashboard-tile.search {
  background: transparent;
}
.gotoiptv-dashboard-tile.is-active {
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.92);
  color: #07111f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 30px rgba(0,0,0,.22);
}
.gotoiptv-dashboard-tile.epg,
.gotoiptv-dashboard-tile.multi,
.gotoiptv-dashboard-tile.catchup {
  min-width: 68px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.055);
}
.gotoiptv-dashboard-tile.mini {
  min-height: 34px;
  padding: 0 12px;
}
.gotoiptv-dashboard-tile b {
  font-size: 12px;
  font-weight: 420;
}
.gotoiptv-dashboard-tile span {
  display: none;
}
.gotoiptv-library-panel,
.gotoiptv-user-settings,
.gotoiptv-support-panel {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(5, 8, 22, .72);
  padding: clamp(10px, 1.4vw, 16px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
  min-height: 0;
  overflow: hidden;
}
.gotoiptv-library-panel .gotoiptv-search-box {
  display: none;
}
.gotoiptv-library-panel.search-open .gotoiptv-search-box {
  display: grid;
}
.gotoiptv-support-panel {
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(240px, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.gotoiptv-support-panel label {
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 760;
}
.gotoiptv-support-panel select,
.gotoiptv-support-panel textarea {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 10px 12px;
  font: inherit;
}
.gotoiptv-support-panel textarea {
  min-height: 44px;
  resize: none;
}
.gotoiptv-library-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 14px;
  align-items: end;
  margin-bottom: 14px;
}
.gotoiptv-search-box {
  display: grid;
  grid-template-columns: minmax(130px, .82fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}
.gotoiptv-search-box button,
.gotoiptv-preview-panel button {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: var(--signal-lime);
  color: #052e16;
  padding: 0 16px;
  font-weight: 950;
}
.gotoiptv-library-head span,
.gotoiptv-user-settings span {
  color: var(--signal-lime);
  font-size: 10px;
  font-weight: 460;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gotoiptv-library-head h3,
.gotoiptv-user-settings h3 {
  margin: 4px 0 0;
  color: #fff;
  font-family: var(--font-goto-player-ui);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 430;
  line-height: 1.08;
}
.gotoiptv-library-head label,
.gotoiptv-user-settings label {
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-family: var(--font-goto-player-ui);
  font-weight: 430;
  text-transform: uppercase;
}
.gotoiptv-library-head input,
.gotoiptv-library-head select,
.gotoiptv-user-settings input {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  text-transform: none;
}
.gotoiptv-library-head select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.72) 50%) right 14px center / 8px 8px no-repeat,
    rgba(255,255,255,.1);
  padding-right: 32px;
}
#previewMeta .gotoiptv-signal-ok {
  border-color: rgba(66,224,111,.46);
  background: rgba(66,224,111,.16);
  color: #bbf7d0;
}
#previewMeta .gotoiptv-signal-bad {
  border-color: rgba(248,113,113,.46);
  background: rgba(248,113,113,.14);
  color: #fecaca;
}
.gotoiptv-browser-layout {
  display: grid;
  grid-template-columns: 300px minmax(340px, 1fr) minmax(360px, .85fr);
  gap: 14px;
}
.gotoiptv-category-rail,
.gotoiptv-content-list {
  max-height: min(58svh, 560px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-category-rail::-webkit-scrollbar,
.gotoiptv-content-list::-webkit-scrollbar,
.gotoiptv-guide-grid::-webkit-scrollbar,
.gotoiptv-library-panel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-category-rail {
  display: grid;
  align-content: start;
  gap: 0;
  padding-right: 10px;
}
.gotoiptv-category-rail button {
  min-height: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.76);
  text-align: left;
  padding: 9px 4px;
  font-family: var(--font-goto-player-ui);
  font-size: 12px;
  font-weight: 320;
}
.gotoiptv-category-rail button em {
  min-width: 0;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-category-rail button:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}
.gotoiptv-category-rail button span {
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 300;
}
.gotoiptv-category-rail button.active {
  border-bottom-color: rgba(66,224,111,.7);
  background: linear-gradient(90deg, rgba(66,224,111,.18), transparent);
  color: #fff;
  font-weight: 380;
}
.gotoiptv-category-rail button.active span {
  color: var(--signal-lime);
}
.gotoiptv-content-list {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
}
.gotoiptv-guide-grid,
.gotoiptv-multiscreen-grid {
  display: grid;
  gap: 8px;
}
.gotoiptv-library-panel.epg-mode .gotoiptv-browser-layout {
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .5fr);
}
.gotoiptv-library-panel.epg-mode .gotoiptv-category-rail {
  display: none;
}
.gotoiptv-library-panel.poster-mode .gotoiptv-browser-layout,
.gotoiptv-library-panel.detail-mode .gotoiptv-browser-layout {
  grid-template-columns: 220px minmax(0, 1fr);
}
.gotoiptv-library-panel.poster-mode .gotoiptv-preview-panel,
.gotoiptv-library-panel.detail-mode .gotoiptv-preview-panel {
  display: none;
}
.gotoiptv-library-panel.epg-mode .gotoiptv-content-list {
  max-height: min(62svh, 640px);
}
.gotoiptv-guide-head,
.gotoiptv-guide-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(160px, 1fr));
  gap: 8px;
  align-items: stretch;
}
.gotoiptv-guide-head {
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 360;
  padding: 0 8px 4px;
}
.gotoiptv-guide-row {
  width: 100%;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(124,58,237,.18), rgba(249,115,22,.1), rgba(34,197,94,.09)),
    rgba(255,255,255,.055);
  color: #fff;
  padding: 8px;
  text-align: left;
}
.gotoiptv-guide-row b,
.gotoiptv-guide-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gotoiptv-guide-row b {
  align-self: center;
  font-size: 13px;
  font-weight: 420;
}
.gotoiptv-guide-row span {
  position: relative;
  display: grid;
  gap: 3px;
  border-left: 1px solid rgba(255,255,255,.1);
  padding-left: 8px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 320;
}
.gotoiptv-guide-row span.is-current::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316 var(--progress, 0%), rgba(255,255,255,.18) var(--progress, 0%));
}
.gotoiptv-guide-row em {
  overflow: hidden;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-multiscreen-grid {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
}
.gotoiptv-multiscreen-tile {
  min-height: 190px;
  display: grid;
  gap: 8px;
  align-content: end;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  color: #fff;
  padding: 12px;
  text-align: left;
}
.gotoiptv-multiscreen-tile .gotoiptv-content-art {
  height: 110px;
}
.gotoiptv-multiscreen-tile b {
  font-weight: 520;
}
.gotoiptv-multiscreen-tile span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
}
.gotoiptv-content-card {
  min-width: 0;
  display: block;
  gap: 8px;
  align-items: stretch;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  background: transparent;
  padding: 7px 0;
}
.gotoiptv-content-card.active,
.gotoiptv-content-card:hover {
  border-color: rgba(66,224,111,.56);
  background: rgba(255,255,255,.06);
}
.gotoiptv-content-card.is-blocked {
  outline: 1px solid rgba(248, 113, 113, .5);
}
.gotoiptv-content-open {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 0;
  font-family: var(--font-goto-player-ui);
}
.gotoiptv-content-open b {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-content-open small {
  color: rgba(255,255,255,.62);
  font-weight: 300;
}
.gotoiptv-content-open em {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gotoiptv-content-art {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(145deg, #2563eb, #7c3aed);
}
.gotoiptv-poster-grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 148px));
  gap: clamp(12px, 1.4vw, 18px);
  justify-content: start;
  align-content: start;
}
.gotoiptv-poster-browser-card {
  width: 148px;
  min-width: 0;
}
.gotoiptv-poster-browser-card button {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(38px, auto);
  gap: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  text-align: left;
}
.gotoiptv-poster-browser-art {
  width: 100%;
  min-height: 0;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(37,99,235,.55), rgba(124,58,237,.42));
  box-shadow: 0 14px 36px rgba(0,0,0,.26);
}
.gotoiptv-poster-browser-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-poster-browser-card b {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 380;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-poster-browser-card small {
  display: block;
  overflow: hidden;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-list-limit-note {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 320;
}
.gotoiptv-poster-browser-art.is-missing-poster,
.gotoiptv-poster-art.is-missing-poster,
.gotoiptv-home-slide-art.is-missing-poster,
.gotoiptv-home-feature-art.is-missing-poster,
.gotoiptv-content-art.is-missing-poster,
.gotoiptv-media-detail-poster.is-missing-poster,
.gotoiptv-episode-thumb.is-missing-poster,
.gotoiptv-related-art.is-missing-poster {
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(145deg, rgba(34,141,255,.74), rgba(124,58,237,.62) 52%, rgba(46,211,129,.54));
}
.gotoiptv-poster-browser-art.is-missing-poster::after,
.gotoiptv-poster-art.is-missing-poster::after,
.gotoiptv-home-slide-art.is-missing-poster::after,
.gotoiptv-home-feature-art.is-missing-poster::after,
.gotoiptv-content-art.is-missing-poster::after,
.gotoiptv-media-detail-poster.is-missing-poster::after,
.gotoiptv-episode-thumb.is-missing-poster::after,
.gotoiptv-related-art.is-missing-poster::after {
  content: attr(data-initial);
  color: rgba(255,255,255,.9);
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 430;
}
.gotoiptv-media-detail {
  min-height: min(58svh, 560px);
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(5,8,22,.88), rgba(5,8,22,.58)),
    radial-gradient(circle at 78% 16%, rgba(249,115,22,.28), transparent 34%),
    radial-gradient(circle at 18% 28%, rgba(124,58,237,.3), transparent 40%);
  padding: clamp(16px, 2.4vw, 26px);
}
.gotoiptv-media-detail-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.36);
}
.gotoiptv-media-detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-media-copy {
  display: grid;
  gap: 10px;
}
.gotoiptv-media-copy small,
.gotoiptv-related-full > span {
  color: var(--signal-lime);
  font-size: 11px;
  font-weight: 420;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gotoiptv-media-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 4vw, 46px);
  font-weight: 540;
  line-height: .96;
}
.gotoiptv-media-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.5;
}
.gotoiptv-media-meta,
.gotoiptv-media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gotoiptv-media-meta span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  padding: 5px 9px;
  font-size: 11px;
}
.gotoiptv-related-full {
  display: grid;
  gap: 10px;
}
.gotoiptv-related-full > div {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(110px, 140px);
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.gotoiptv-related-full button {
  display: grid;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  text-align: left;
}
.gotoiptv-related-full-art {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
}
.gotoiptv-related-full-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-related-full b {
  overflow: hidden;
  font-size: 11px;
  font-weight: 360;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-rating-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  max-width: calc(100% - 8px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #fff;
  padding: 3px 5px;
  font-size: 9px;
  font-style: normal;
  font-weight: 620;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-content-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-card-letter {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}
.gotoiptv-content-art i {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 760;
}
.gotoiptv-empty-state {
  grid-column: 1 / -1;
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 16px;
  color: rgba(255,255,255,.72);
  text-align: center;
  padding: 20px;
}
.gotoiptv-preview-panel {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 10%, rgba(66,224,111,.16), transparent 35%),
    rgba(255,255,255,.08);
  color: #fff;
  padding: 18px;
}
.gotoiptv-side-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: #000;
  box-shadow: 0 18px 48px rgba(0,0,0,.34);
}
.gotoiptv-side-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}
.gotoiptv-side-player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,.55), transparent 42%, rgba(0,0,0,.52));
  opacity: .12;
  transition: opacity .18s ease;
  pointer-events: none;
}
.gotoiptv-side-player:hover .gotoiptv-side-player-overlay,
.gotoiptv-side-player:focus-within .gotoiptv-side-player-overlay {
  opacity: 1;
}
.gotoiptv-side-player-overlay b {
  width: fit-content;
  max-width: min(92%, 420px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 430;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-side-player-overlay div {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  pointer-events: auto;
}
.gotoiptv-preview-panel .gotoiptv-side-player-overlay button {
  min-height: 28px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  color: #fff;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 420;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}
.gotoiptv-preview-panel .gotoiptv-side-player-overlay button:hover {
  border-color: rgba(66,224,111,.7);
  background: rgba(66,224,111,.18);
}
.gotoiptv-preview-panel span {
  color: var(--signal-lime);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.gotoiptv-preview-panel h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
}
.gotoiptv-preview-panel p {
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.45;
}
#previewMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#previewMeta span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  padding: 6px 9px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
#previewMeta .gotoiptv-rating-pill {
  border-color: rgba(250,204,21,.46);
  background: rgba(250,204,21,.14);
  color: #fde68a;
}
#previewMeta button {
  min-height: 28px;
  border: 1px solid rgba(66,224,111,.45);
  border-radius: 999px;
  background: rgba(66,224,111,.14);
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 360;
}
.gotoiptv-preview-poster {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.gotoiptv-preview-art {
  width: min(100%, 260px);
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #2563eb, #7c3aed);
}
.gotoiptv-preview-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-preview-art i {
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 40px;
  font-style: normal;
}
.gotoiptv-related-panel {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.gotoiptv-related-panel > b {
  color: #fff;
  font-size: 13px;
  font-weight: 520;
}
.gotoiptv-related-panel > div,
.gotoiptv-episode-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(118px, 150px);
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.gotoiptv-related-panel button,
.gotoiptv-episode-strip button {
  min-width: 0;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: #fff;
  padding: 7px;
  text-align: left;
}
.gotoiptv-related-panel button:hover,
.gotoiptv-episode-strip button:hover {
  border-color: rgba(66,224,111,.55);
  background: rgba(66,224,111,.12);
}
.gotoiptv-related-art,
.gotoiptv-episode-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(145deg, #2563eb, #7c3aed);
}
.gotoiptv-related-art img,
.gotoiptv-episode-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-related-art i,
.gotoiptv-episode-thumb i {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 760;
}
.gotoiptv-related-panel span,
.gotoiptv-episode-strip span,
.gotoiptv-episode-strip b {
  overflow: hidden;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 420;
  line-height: 1.2;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.gotoiptv-home-shelf {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(14px, 2.2vw, 24px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(5,8,22,.18), rgba(5,8,22,.78) 38%, #050816 88%),
    var(--home-backdrop, none) center top / cover no-repeat,
    radial-gradient(circle at 12% 8%, rgba(34,141,255,.28), transparent 34%),
    radial-gradient(circle at 76% 16%, rgba(46,211,129,.22), transparent 34%),
    radial-gradient(circle at 94% 24%, rgba(255,138,61,.24), transparent 36%),
    linear-gradient(135deg, #07111f, #0d2f55 46%, #062a24 78%, #1a120c);
  padding: clamp(14px, 2.4vw, 26px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-home-shelf[hidden] {
  display: none;
}
.gotoiptv-home-shelf::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-home-carousel {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(14px, 2vw, 26px);
  min-height: clamp(260px, 43svh, 430px);
  padding: clamp(18px, 3svh, 34px) 4px clamp(10px, 2svh, 18px);
}
.gotoiptv-home-carousel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-home-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 34%);
  gap: clamp(14px, 2vw, 22px);
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(5,8,22,.72), rgba(5,8,22,.38)),
    rgba(255,255,255,.06);
  padding: clamp(16px, 2.4vw, 28px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 18px 58px rgba(0,0,0,.3);
}
.gotoiptv-home-feature > div {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.gotoiptv-home-feature small,
.gotoiptv-home-feature em {
  color: var(--signal-lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 520;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gotoiptv-home-feature b {
  color: #fff;
  font-size: clamp(26px, 4.2vw, 56px);
  font-weight: 520;
  letter-spacing: -.02em;
  line-height: .95;
}
.gotoiptv-home-feature span {
  max-width: 52ch;
  color: rgba(255,255,255,.76);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 320;
  line-height: 1.45;
}
.gotoiptv-home-feature-art {
  width: 100%;
  max-width: 220px;
  justify-self: end;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: linear-gradient(145deg, #2563eb, #7c3aed);
  box-shadow: 0 18px 54px rgba(0,0,0,.38);
}
.gotoiptv-home-feature-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-home-feature-art i {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
}
.gotoiptv-home-rail {
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(128px, 12vw, 168px);
  align-items: end;
  gap: clamp(10px, 1.4vw, 18px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 4px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-home-rail::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-home-slide {
  min-height: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  color: #fff;
  padding: 0;
  cursor: pointer;
}
.gotoiptv-home-slide.empty {
  grid-template-columns: 1fr;
  align-content: center;
  min-width: min(560px, 72vw);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(5,8,22,.62);
  padding: 20px;
}
.gotoiptv-home-slide-art {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05)),
    rgba(255,255,255,.09);
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.gotoiptv-home-slide:hover .gotoiptv-home-slide-art {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 22px 60px rgba(0,0,0,.48);
}
.gotoiptv-home-slide-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-home-slide-art i {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 520;
}
.gotoiptv-home-slide div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.gotoiptv-home-slide small,
.gotoiptv-home-slide em {
  display: none;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-style: normal;
  font-weight: 420;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.gotoiptv-home-slide b {
  overflow: hidden;
  color: #fff;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 430;
  line-height: 1.14;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-home-slide span {
  overflow: hidden;
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 330;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-home-shelf > .gotoiptv-poster-row {
  display: grid;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.gotoiptv-home-shelf > .gotoiptv-poster-row[hidden] {
  display: none;
}
.gotoiptv-home-shelf span {
  color: rgba(255,255,255,.88);
  font-weight: 430;
}
.gotoiptv-poster-row > div {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(128px, 12vw, 168px);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gotoiptv-poster-row > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gotoiptv-poster-card {
  min-width: 0;
}
.gotoiptv-poster-card button {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(34px, auto);
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 0;
  font-weight: 400;
}
.gotoiptv-poster-card button:hover {
  transform: translateY(-1px);
}
.gotoiptv-poster-art {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: linear-gradient(145deg, #2563eb, #7c3aed 58%, #00c48c);
  box-shadow: 0 12px 30px rgba(0,0,0,.26);
}
.gotoiptv-poster-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-poster-art i {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 760;
}
.gotoiptv-poster-copy {
  display: grid;
  gap: 5px;
}
.gotoiptv-poster-copy b {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gotoiptv-poster-copy small {
  display: none;
  overflow: hidden;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gotoiptv-poster-card em {
  display: none;
}
.gotoiptv-empty-inline {
  color: rgba(255,255,255,.58) !important;
  font-weight: 420 !important;
}
.gotoiptv-user-settings {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .7fr) minmax(180px, .7fr) auto;
  gap: 14px;
  align-items: end;
}
.gotoiptv-user-settings[hidden],
.gotoiptv-library-panel[hidden] {
  display: none;
}
.gotoiptv-check {
  align-content: center;
  min-height: 44px;
  grid-template-columns: auto minmax(0, 1fr);
  text-transform: none !important;
}
.gotoiptv-check input {
  min-height: auto;
  width: 18px;
  height: 18px;
}
.gotoiptv-account-box {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 12px;
}
.gotoiptv-account-box span {
  color: rgba(255,255,255,.72);
  font-weight: 360;
}
.gotoiptv-settings-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.gotoiptv-settings-actions button {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 420;
}
.gotoiptv-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #052e16;
  font-weight: 950;
  text-decoration: none;
  padding: 0 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.gotoiptv-player-body.is-connected .gotoiptv-whatsapp,
.gotoiptv-player-body.force-wide .gotoiptv-whatsapp {
  display: none;
}
.gotoiptv-plus-body {
  min-height: 100svh;
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(66,224,111,.2), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(124,58,237,.2), transparent 30%),
    #050816;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.gotoiptv-plus-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
}
.gotoiptv-plus-hero {
  min-height: 46svh;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(37,99,235,.28), rgba(124,58,237,.18) 48%, rgba(0,196,140,.18));
}
.gotoiptv-plus-hero span {
  color: var(--signal-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gotoiptv-plus-hero h1 {
  max-width: 780px;
  margin: 8px 0;
  font-size: clamp(38px, 7vw, 82px);
  line-height: .92;
}
.gotoiptv-plus-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.5;
}
.gotoiptv-plus-hero nav,
.gotoiptv-plus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.gotoiptv-plus-hero nav a,
.gotoiptv-plus-grid a,
.gotoiptv-plus-grid button {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: var(--signal-lime);
  color: #052e16;
  padding: 0 16px;
  font-weight: 760;
  text-decoration: none;
}
.gotoiptv-plus-grid,
.gotoiptv-plus-notes {
  margin-top: 16px;
}
.gotoiptv-plus-grid article,
.gotoiptv-plus-notes {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  padding: 18px;
}
.gotoiptv-plus-grid b,
.gotoiptv-plus-notes h2 {
  margin: 0;
  color: #fff;
  font-weight: 640;
}
.gotoiptv-plus-grid p,
.gotoiptv-plus-notes p {
  color: rgba(255,255,255,.68);
  line-height: 1.45;
}
.gotoiptv-plus-grid code,
.gotoiptv-plus-notes code {
  color: #bbf7d0;
}
.gotosmart-body {
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(66,224,111,.22), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(29,161,255,.2), transparent 28%),
    linear-gradient(145deg, #050816, #0f1028 52%, #160b30);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.gotosmart-shell {
  width: min(1220px, calc(100% - 54px));
  height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  margin: 0 auto;
  padding: 24px 0;
}
.gotosmart-header,
.gotosmart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.7);
}
.gotosmart-header > span {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  padding: 8px 12px;
}
.gotosmart-hero {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(520px, 1.14fr);
  gap: 28px;
  align-items: center;
}
.gotosmart-hero small {
  color: var(--signal-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gotosmart-hero h1 {
  max-width: 560px;
  margin: 12px 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .9;
}
.gotosmart-hero p {
  max-width: 520px;
  color: rgba(255,255,255,.68);
  font-size: 20px;
  line-height: 1.45;
}
.gotosmart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.gotosmart-grid a {
  min-height: 136px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.gotosmart-grid a.primary,
.gotosmart-grid a:focus,
.gotosmart-grid a:hover {
  border-color: rgba(66,224,111,.58);
  background: linear-gradient(145deg, rgba(37,99,235,.42), rgba(124,58,237,.28), rgba(66,224,111,.24));
  transform: translateY(-2px);
  outline: none;
}
.gotosmart-grid b {
  font-size: 30px;
  font-weight: 650;
}
.gotosmart-grid span,
.gotosmart-footer span {
  color: rgba(255,255,255,.64);
}
.iptv-library-panel {
  min-width: 0;
}
.iptv-filter-row {
  margin: 14px 0;
}
.iptv-catalog,
.version-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.iptv-card,
.version-card,
.iptv-empty {
  min-height: 138px;
  display: grid;
  align-content: end;
  gap: 7px;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--item-accent, #5878ff) 24%, transparent), transparent 40%),
    #fff;
  color: var(--ink);
  padding: 16px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(16,24,32,.08);
}
.iptv-card span,
.version-card span {
  color: var(--item-accent, #5878ff);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.iptv-card strong,
.version-card h3 {
  margin: 0;
  color: var(--deep-pine);
  font-size: 18px;
}
.iptv-card small,
.version-card p {
  color: var(--muted);
  line-height: 1.4;
}
.iptv-empty {
  grid-column: 1 / -1;
  min-height: 90px;
  color: var(--muted);
}
.version-pager span {
  color: var(--muted);
  font-weight: 850;
}
@media (max-width: 1180px) {
  .gotoiptv-player-body.gotoplayer-mode.is-connected {
    overflow: hidden;
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-connect-panel.connected {
    height: var(--goto-vh, 100dvh);
    min-height: var(--goto-vh, 100dvh);
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-dashboard {
    height: calc(var(--goto-vh, 100dvh) - clamp(18px, 3vw, 36px));
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected #panelIntro {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-stage,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-video-stage {
    order: 2;
    display: grid !important;
    flex: 0 0 auto;
    height: clamp(300px, 43dvh, 540px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.home-open .gotoiptv-video-stage {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
    order: 1;
    position: static;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-user-settings {
    order: 3;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-browser-layout {
    grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-preview-panel {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .gotoiptv-hero,
  .gotoiptv-app-hero,
  .gotoiptv-console-grid,
  .gotoiptv-info-hero,
  .gotoiptv-sales-hero,
  .gotoiptv-feature-band,
  .gotoiptv-compat-grid,
  .gotoiptv-pricing-grid,
  .gotoiptv-checkout-panel,
  .gotoiptv-story-grid,
  .gotoiptv-compat-checker,
  .gotoiptv-player-shell,
  .gotoiptv-grid,
  .gotoiptv-form {
    grid-template-columns: 1fr;
  }
  .iptv-catalog,
  .version-grid {
    grid-template-columns: 1fr;
  }
  .gotoiptv-option-grid,
  .gotoiptv-disclaimer,
  .gotoiptv-admin-version-grid,
  .gotoiptv-admin-create-form,
  .gotoiptv-admin-metrics,
  .gotoiptv-admin-user,
  .gotoiptv-admin-user-form,
  .gotoiptv-viewer-form,
  .gotoiptv-account-summary,
  .gotoiptv-account-actions,
  .gotoiptv-saved-list-card {
    grid-template-columns: 1fr;
  }
  .gotoiptv-admin-hero {
    display: grid;
  }
  .gotoiptv-admin-preview {
    grid-template-columns: 88px minmax(0, 1fr);
  }
  .gotoiptv-admin-preview img {
    width: 88px;
    height: 88px;
  }
  .gotoiptv-info-copy,
  .gotoiptv-tv-preview {
    min-height: auto;
  }
  .gotoiptv-product-scene {
    min-height: 420px;
  }
  .gotoiptv-orbit-card {
    position: static;
    width: auto;
  }
  .gotoiptv-product-scene {
    gap: 10px;
  }
  .gotoiptv-price-card.featured {
    transform: none;
  }
  .gotoiptv-tv-grid,
  .gotoiptv-access-board,
  .gotoiptv-browser-layout,
  .gotoiptv-content-list,
  .gotoiptv-library-head,
  .gotoiptv-home-shelf,
  .gotoiptv-user-settings,
  .gotoiptv-store-grid,
  .gotoiptv-store-grid.compact {
    grid-template-columns: 1fr;
  }
  .gotoiptv-dashboard-tile.live {
    grid-column: auto;
  }
  .gotoiptv-dashboard-top {
    display: grid;
  }
  .gotoiptv-dashboard-actions {
    justify-content: flex-start;
  }
  .gotoiptv-version-list div {
    grid-template-columns: 1fr;
  }
  .gotoiptv-player-shell {
    min-height: auto;
    align-items: start;
  }
  .gotoiptv-player-home,
  .gotoiptv-connect-panel {
    min-height: auto;
  }
  .gotoiptv-access-button.centered {
    width: 100%;
  }
  .gotoiptv-screen {
    max-height: 560px;
  }
  .gotoiptv-compat-checker button {
    width: 100%;
  }
  .gotoiptv-compat-grid article {
    padding: 18px;
  }
}

@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode.is-connected {
    background: #050816;
    overflow: hidden;
    overscroll-behavior: none;
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-connect-panel.connected {
    height: var(--goto-vh, 100dvh);
    min-height: var(--goto-vh, 100dvh);
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-dashboard {
    height: calc(var(--goto-vh, 100dvh) - max(16px, env(safe-area-inset-top)) - max(8px, env(safe-area-inset-bottom)));
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
  }
  .gotoiptv-player-body.gotoplayer-mode.is-connected #panelIntro,
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-close-panel {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
    order: 0;
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(118px, 140px) minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
    justify-items: start;
    text-align: left;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
    width: 30px;
    height: 30px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2 {
    font-size: 11px;
    font-weight: 620;
    line-height: 1;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand div {
    width: 100%;
    display: grid;
    gap: 2px;
    justify-items: start;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand div h2 {
    flex-basis: auto;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-session-meta {
    grid-column: 2;
    justify-self: end;
    align-self: end;
    max-width: 100%;
    gap: 5px;
    font-size: 9px;
    line-height: 1.12;
  }
  .gotoiptv-player-body.gotoplayer-mode #dashboardStatus,
  .gotoiptv-player-body.gotoplayer-mode #dashboardAppVersion {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
    grid-column: 3;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    overflow-x: auto;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions button {
    min-height: 28px;
    flex: 0 0 auto;
    padding: 0 9px;
    font-size: 10px;
    font-weight: 380;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions > strong,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions > span {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode #refreshContent {
    color: #07111f;
    background: var(--signal-lime);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-stage {
    order: 2;
    display: grid !important;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    height: clamp(260px, 42dvh, 420px);
    border-radius: 18px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-video-stage {
    display: grid !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.home-open .gotoiptv-video-stage {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-stage video {
    min-height: 0;
    height: 100%;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-placeholder {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-catalog-hero-poster {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-placeholder b {
    font-size: clamp(22px, 6.8vw, 34px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-placeholder span {
    font-size: 12px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-hero-meta {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-hero-actions button {
    min-height: 34px;
    border-radius: 999px;
    padding: 0 13px;
    font-size: 12px;
    font-weight: 620;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-player-overlay {
    opacity: 1;
    padding: 9px;
    background: linear-gradient(180deg, rgba(0,0,0,.48), transparent 42%, rgba(0,0,0,.52));
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-player-overlay b {
    max-width: 78%;
    padding: 6px 9px;
    font-size: 11px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-player-overlay div {
    justify-content: flex-start;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 1px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-player-overlay button {
    min-height: 28px;
    flex: 0 0 auto;
    padding: 0 9px;
    font-size: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
    order: 1;
    position: static;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 5px;
    padding: 5px;
    border-radius: 999px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.mini {
    min-width: 78px;
    min-height: 34px;
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0 10px;
    text-align: center;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.epg,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.multi {
    min-width: 0;
    padding-inline: 2px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b {
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    font-weight: 390;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile span {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-user-settings {
    order: 3;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    border-radius: 16px;
    padding: 8px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf {
    display: grid;
    gap: 8px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
    padding-top: 12px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature {
    grid-template-columns: minmax(0, 1fr) minmax(82px, 28%);
    min-height: 170px;
    padding: 14px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature b {
    font-size: clamp(22px, 8vw, 34px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature span {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
    grid-auto-columns: minmax(88px, 29vw);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
    padding: 0;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide b {
    font-size: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide span,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide button {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide-art {
    min-height: 0;
    aspect-ratio: 2 / 3;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
    grid-template-columns: repeat(auto-fill, minmax(118px, 118px));
    gap: 12px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
    width: 118px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    grid-template-rows: auto minmax(34px, auto);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-row {
    gap: 6px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-row > div {
    grid-auto-columns: minmax(92px, 112px);
    gap: 8px;
    overflow-x: auto;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 7px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-head h3 {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-head span {
    font-size: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-search-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px !important;
    gap: 6px;
  }
  .gotoiptv-player-body.gotoplayer-mode #catalogSortWrap {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-search-box label {
    font-size: 0;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-search-box input {
    min-height: 36px;
    border-radius: 999px;
    font-size: 13px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-search-box button {
    min-height: 36px;
    width: 86px;
    padding: 0 8px;
    font-size: 11px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-browser-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 0 0 2px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
    min-height: 32px;
    flex: 0 0 auto;
    max-width: 168px;
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    padding: 0 10px;
    font-size: 11px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button span {
    display: none;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list {
    max-height: none;
    gap: 7px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-preview-panel {
    display: none !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-support-panel {
    top: 44px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
  }
}

@media (max-width: 620px) {
  .metrics, .cards-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .view-heading { align-items: start; flex-direction: column; }
  .top-actions .icon-button { display: none; }
  .campaign-row { grid-template-columns: 1fr 1fr; }
  .campaign-row > :nth-child(4), .campaign-row > :nth-child(5) { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .connector-actions, .assistant-composer { grid-template-columns: 1fr; }
  .store-header { align-items: flex-start; flex-direction: column; }
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-header nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .store-header nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .commercial-hero { padding-top: 34px; }
  .hero-copy h1 { font-size: 42px; }
  .domain-band,
  .domain-search,
  .split-heading,
  .saas-strip,
  .oaxaca-live-grid,
  .oaxaca-news-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-bubble { min-height: 36px; padding: 0 10px; font-size: 13px; }
  .whatsapp-icon { width: 52px; height: 52px; }
  .site-hero,
  .service-hero-detail { padding-top: 34px; }
  .site-hero h1,
  .service-hero-detail h1 { font-size: 42px; }
  .service-grid,
  .bundle-grid,
  .module-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; }
  .store-hero { min-height: auto; padding-top: 34px; }
  .store-hero h1 { font-size: 42px; }
  .game-cover { min-height: 270px; }
  .store-grid { grid-template-columns: 1fr; }
  .ecom-grid,
  .ecom-plan-grid,
  .ecom-price-table { grid-template-columns: 1fr; }
  .ecom-pay-actions,
  .payment-review-layout,
  .payment-review-actions,
  .admin-product-card { grid-template-columns: 1fr; }
  .payment-review-summary div { grid-template-columns: 1fr; }
  .payment-review-summary strong { text-align: left; }
  .ecommerce-root { width: min(100% - 24px, 1220px); padding-top: 18px; }
  .ecom-hero { padding: 26px; border-radius: 24px; }
  .ecom-hero h1 { font-size: 42px; }
  .ecom-brief { min-height: 220px; }
  .game-catalog,
  .credit-grid,
  .arcade-picker { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .play-shell { min-height: 560px; }
  .arcade-shell { min-height: 560px; }
  .play-topbar { align-items: flex-start; }
  .play-topbar .store-wordmark strong { max-width: 116px; line-height: 1.05; }
  .play-stats div { min-width: 74px; padding: 8px; }
  .play-dock { grid-template-columns: 1fr 1fr; }
  .play-dock button:first-child { grid-column: 1 / -1; }
  .play-shop { top: auto; bottom: 132px; }
  .gb-home-screen { width: min(100% - 22px, 1500px); }
  .gb-home-header { align-items: flex-start; flex-direction: column; }
  .gb-home-header nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .gb-home-hero,
  .gb-home-projects { grid-template-columns: 1fr; }
  .gb-home-copy { padding: 24px; border-radius: 26px; }
  .gb-home-copy h1 { font-size: 42px; }
  .gb-home-character { min-height: 420px; border-radius: 26px; }
  .gb-home-character img { width: 68%; right: -18px; bottom: 138px; }
  .gb-store-carousel { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1150px) {
  .gb-home-hero,
  .gb-home-projects { grid-template-columns: 1fr 1fr; }
  .gb-home-copy { grid-column: 1 / -1; }
  .gb-home-copy,
  .gb-home-character { min-height: auto; }
}

@media (max-width: 720px) {
  .gb-home-hero,
  .gb-home-projects { grid-template-columns: 1fr; }
}

.pawny-body {
  --pawny-font: "Aptos", "Inter", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --pawny-text: #f6f7f4;
  --pawny-muted: rgba(246,247,244,.66);
  --pawny-card: rgba(255,255,255,.082);
  --pawny-line: rgba(255,255,255,.14);
  --pawny-radius: 18px;
  min-height: 100vh;
  margin: 0;
  color: var(--pawny-text);
  background:
    radial-gradient(circle at 14% 8%, rgba(34,141,255,.22), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(46,211,129,.18), transparent 32%),
    radial-gradient(circle at 92% 86%, rgba(255,138,61,.16), transparent 34%),
    linear-gradient(145deg, #07111f, #12161d 52%, #0b0d11);
  font-family: var(--pawny-font);
  letter-spacing: 0;
}
.pawny-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 38px) 0 48px;
}
.pawny-tv-frame {
  position: relative;
  min-height: min(680px, calc(100vh - 82px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(9,10,13,.86), rgba(9,10,13,.38) 54%, rgba(9,10,13,.82)),
    radial-gradient(circle at 72% 16%, rgba(255,138,61,.28), transparent 32%),
    radial-gradient(circle at 28% 20%, rgba(34,141,255,.3), transparent 38%),
    radial-gradient(circle at 86% 76%, rgba(46,211,129,.2), transparent 32%),
    linear-gradient(135deg, #07111f, #0d0f14 62%, #152018);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
}
.pawny-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px clamp(18px, 3vw, 34px);
}
.pawny-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}
.pawny-brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}
.pawny-brand span {
  display: grid;
  gap: 4px;
  line-height: 1;
}
.pawny-brand b {
  display: inline-flex;
  align-items: baseline;
  gap: .05em;
  font-size: 17px;
  font-weight: 580;
  letter-spacing: 0;
}
.pawny-brand b i {
  color: #42e06f;
  font-style: italic;
  font-weight: 360;
  transform: translateY(-.05em) skewX(-8deg);
}
.pawny-brand em {
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-style: normal;
  font-weight: 320;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pawny-tabs,
.pawny-actions,
.pawny-hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pawny-tabs {
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pawny-tabs::-webkit-scrollbar,
.pawny-poster-row::-webkit-scrollbar,
.pawny-app-row::-webkit-scrollbar {
  display: none;
}
.pawny-tabs a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 360;
  text-decoration: none;
  white-space: nowrap;
}
.pawny-tabs a.active {
  background: rgba(255,255,255,.92);
  color: #111318;
}
.pawny-actions {
  justify-content: flex-end;
}
.pawny-actions button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 520;
  backdrop-filter: blur(12px);
}
.pawny-actions .pawny-profile {
  background: rgba(255,255,255,.9);
  color: #111318;
}
.pawny-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: clamp(40px, 8vw, 92px) clamp(22px, 5vw, 70px) 30px;
}
.pawny-hero-copy {
  display: grid;
  gap: 13px;
  max-width: 680px;
}
.pawny-hero-copy > span {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.84);
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 340;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pawny-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 440;
  letter-spacing: 0;
  line-height: 1.06;
}
.pawny-hero p {
  max-width: 70ch;
  margin: 0;
  color: var(--pawny-muted);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 310;
  line-height: 1.45;
}
.pawny-hero-actions {
  flex-wrap: wrap;
  padding-top: 10px;
}
.pawny-hero-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f7f7f4;
  color: #111318;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 520;
  text-decoration: none;
}
.pawny-hero-actions a.ghost {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: #fff;
}
.pawny-poster-row b {
  color: #fff;
  font-weight: 460;
}
.pawny-content-strip,
.pawny-apps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 0 clamp(18px, 3vw, 34px) 22px;
}
.pawny-content-strip > span,
.pawny-apps > span {
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 420;
}
.pawny-poster-row,
.pawny-app-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 210px);
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pawny-poster-row article {
  min-height: 112px;
  display: grid;
  align-content: end;
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: var(--poster);
  padding: 12px;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
}
.pawny-poster-row small {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 320;
}
.pawny-app-row {
  grid-auto-columns: minmax(132px, 174px);
}
.pawny-app-row a {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 420;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
}
.pawny-app-row a span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255,255,255,.16);
  color: inherit;
  font-size: 13px;
  font-weight: 520;
  line-height: 1;
}
.pawny-app-row a b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 420;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pawny-app-row .youtube { background: #f8f8f8; color: #1f2937; }
.pawny-app-row .youtube span { color: #ff0000; }
.pawny-app-row .browser { background: #e8eef8; color: #172033; }
.pawny-app-row .vix { background: linear-gradient(135deg, #07111f, #6d28d9); color: #fff; }
.pawny-app-row .pluto { background: #f7f7f4; color: #111318; }
.pawny-app-row .roku { background: #4b167d; color: #fff; }
.pawny-app-row .netflix { background: #141414; color: #fff; }
.pawny-app-row .netflix span { color: #e50914; }
.pawny-app-row .prime { background: #162538; color: #d7ecff; }
.pawny-app-row .max { background: linear-gradient(135deg, #12172a, #312e81); color: #fff; }
.pawny-app-row .disney { background: linear-gradient(135deg, #06101c, #0e7490); color: #fff; }
.pawny-app-row .paramount { background: #102a54; color: #fff; }
.pawny-app-row .spotify { background: #132016; color: #daf8df; }
.pawny-app-row .spotify span { color: #1db954; }
.pawny-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.pawny-info-grid article {
  border: 1px solid rgba(16,24,32,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  color: #101820;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.pawny-info-grid h2 {
  margin: 0 0 8px;
  font-size: 18px;
}
.pawny-info-grid p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 840px) {
  .pawny-shell { width: min(100% - 18px, 1180px); }
  .pawny-topbar,
  .pawny-hero,
  .pawny-info-grid {
    grid-template-columns: 1fr;
  }
  .pawny-topbar { gap: 12px; }
  .pawny-actions { justify-content: flex-start; }
  .pawny-hero { padding-top: 34px; }
}

/* gotoplayer+ operational UI: content text never outranks the GB brand mark. */
.gotoiptv-player-body.gotoplayer-mode {
  --gotoplayer-ui-font: "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-open,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-card,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide {
  font-family: var(--gotoplayer-ui-font);
  letter-spacing: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
  grid-template-columns: 34px minmax(0, auto);
  gap: 9px;
  align-items: center;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
  width: 34px;
  height: 34px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
  font-family: var(--gotoplayer-ui-font);
  font-size: 14px;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup b { font-weight: 620; }
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup span,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup i { font-weight: 300; }
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-session-meta,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-head h3,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-open b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-copy b {
  font-family: var(--gotoplayer-ui-font);
  font-weight: 360;
  letter-spacing: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-head h3 {
  font-size: clamp(15px, 1.35vw, 20px);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature b {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 430;
  line-height: 1.02;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature small,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature em,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-feature span,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-copy b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card b {
  font-weight: 320;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(12px, 1.8vw, 22px);
  min-height: clamp(220px, 35svh, 340px);
  overflow: hidden;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(112px, 10vw, 146px);
  justify-content: start;
  align-items: end;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-card,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
  scroll-snap-align: start;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide-art,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-art,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: auto;
  min-height: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 128px));
  gap: 14px;
  align-items: start;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
  width: 128px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-card button {
  grid-template-rows: auto 36px;
  overflow: hidden;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-copy b {
  font-size: 11px;
  line-height: 1.2;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card small,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-copy small {
  display: none;
}
@media (max-width: 720px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
    grid-template-columns: 30px minmax(0, auto);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
    width: 30px;
    height: 30px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
    font-size: 12px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
    grid-template-columns: 1fr;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
    grid-auto-columns: clamp(94px, 29vw, 120px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
    grid-template-columns: repeat(auto-fill, minmax(104px, 104px));
    gap: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
    width: 104px;
  }
}

/* gotoplayer+ v1.5.4: clean home, strict mosaics and floating nav labels. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
  align-items: center;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
  grid-template-columns: 44px minmax(0, auto);
  gap: 10px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
  width: 44px;
  height: 44px;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
  font-size: 17px;
  line-height: 1;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup b {
  font-weight: 640;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 2px 4px !important;
  gap: clamp(12px, 2vw, 24px) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.mini {
  min-width: auto !important;
  min-height: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255,255,255,.72) !important;
  padding: 0 !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.is-active {
  color: #fff !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.is-active b {
  box-shadow: inset 0 -2px 0 #42e06f;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b {
  width: auto;
  font-size: 12px;
  font-weight: 330;
  padding-bottom: 5px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf {
  background:
    linear-gradient(180deg, rgba(5,8,22,.08), rgba(5,8,22,.76) 38%, #050816 90%),
    var(--home-backdrop, none) center top / cover no-repeat,
    radial-gradient(circle at 16% 12%, rgba(236,72,153,.34), transparent 34%),
    radial-gradient(circle at 76% 8%, rgba(46,211,129,.3), transparent 34%),
    radial-gradient(circle at 92% 34%, rgba(168,85,247,.32), transparent 36%),
    linear-gradient(135deg, #07111f, #163258 42%, #2a174e 68%, #102b24);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  min-height: clamp(230px, 34svh, 350px);
  align-items: center;
}
.gotoiptv-home-rail-wrap {
  position: relative;
  min-width: 0;
  display: grid;
  align-items: center;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail-wrap {
  min-height: 100%;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
  grid-auto-columns: clamp(122px, 10vw, 152px);
  padding: 6px 44px 10px;
}
.gotoiptv-carousel-nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 34px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(5,8,22,.58);
  color: #fff;
  font-size: 26px;
  font-weight: 250;
  backdrop-filter: blur(10px);
}
.gotoiptv-carousel-nav.prev {
  left: 3px;
}
.gotoiptv-carousel-nav.next {
  right: 3px;
}
.gotoiptv-carousel-nav:hover {
  background: rgba(66,224,111,.22);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
  grid-template-columns: repeat(auto-fill, minmax(132px, 132px));
  grid-auto-rows: 242px;
  gap: 14px;
  justify-content: start;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
  width: 132px;
  height: 242px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
  height: 242px;
  grid-template-rows: 198px 34px;
  gap: 8px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
  height: 198px;
  aspect-ratio: auto;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art img,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-art img,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card b {
  display: -webkit-box;
  height: 28px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.search-open {
  background:
    radial-gradient(circle at 18% 12%, rgba(236,72,153,.18), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(66,224,111,.16), transparent 34%),
    rgba(5,8,22,.78);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.search-open .gotoiptv-library-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.search-open .gotoiptv-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px !important;
  max-width: 760px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.epg-mode .gotoiptv-browser-layout {
  grid-template-columns: minmax(0, 1fr);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.epg-mode .gotoiptv-preview-panel {
  display: none;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-stage {
  margin-top: 0;
}
@media (max-width: 720px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
    grid-template-columns: 36px minmax(0, auto);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
    width: 36px;
    height: 36px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
    font-size: 14px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
    justify-content: flex-start;
    gap: 16px !important;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
    grid-template-columns: 1fr;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
    grid-auto-columns: 112px;
    padding-inline: 38px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
    grid-template-columns: repeat(auto-fill, minmax(108px, 108px));
    grid-auto-rows: 214px;
    gap: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card {
    width: 108px;
    height: 214px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    height: 214px;
    grid-template-rows: 162px 36px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
    height: 162px;
  }
}

/* gotoplayer+ v1.5.5: compact home carousel, faster search and safer live list height. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
  font-size: clamp(18px, 2vw, 22px);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
  grid-template-columns: 1fr;
  min-height: clamp(188px, 30svh, 276px);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail-wrap.only {
  min-height: 100%;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
  grid-auto-columns: clamp(136px, 12vw, 172px);
  padding: 8px 46px 12px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-slide {
  min-height: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-browser-layout {
  flex: 1 1 auto;
  min-height: 0;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list {
  max-height: none;
  min-height: 0;
  overflow: auto;
  padding-bottom: 78px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-video-stage {
  height: clamp(210px, 32dvh, 340px);
}
.gotoiptv-search-welcome {
  min-height: min(42svh, 360px);
  display: grid;
  place-content: center;
  gap: 12px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(236,72,153,.14), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(66,224,111,.12), transparent 38%),
    rgba(255,255,255,.04);
  color: rgba(255,255,255,.74);
  padding: clamp(18px, 3vw, 34px);
  text-align: center;
}
.gotoiptv-search-welcome b {
  color: #fff;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 430;
}
.gotoiptv-search-welcome span {
  max-width: 58ch;
  font-size: 13px;
  font-weight: 320;
  line-height: 1.5;
}
.gotoiptv-search-history {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.gotoiptv-search-history button {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 8px 12px;
  font: inherit;
  font-size: 12px;
}
.gotoiptv-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.gotoiptv-search-card button {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #fff;
  padding: 8px;
  text-align: left;
}
.gotoiptv-search-card button:hover {
  border-color: rgba(66,224,111,.38);
  background: rgba(255,255,255,.09);
}
.gotoiptv-search-art {
  width: 52px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(34,141,255,.72), rgba(124,58,237,.54));
}
.gotoiptv-search-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gotoiptv-search-art i {
  color: rgba(255,255,255,.88);
  font-style: normal;
  font-weight: 520;
}
.gotoiptv-search-card span {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.gotoiptv-search-card b,
.gotoiptv-search-card small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-search-card b {
  font-size: 13px;
  font-weight: 370;
}
.gotoiptv-search-card small {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 720px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
    font-size: 16px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-carousel {
    min-height: 190px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-rail {
    grid-auto-columns: 124px;
    padding-inline: 40px;
  }
  .gotoiptv-search-results {
    grid-template-columns: 1fr;
  }
}

/* gotoplayer+ v1.5.7: taller internal viewport and full-width category rails. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard {
  min-height: 100dvh;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: clamp(8px, 1.1vw, 12px);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-library-panel {
  height: calc(100dvh - 116px);
  max-height: none;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-browser-layout {
  height: 100%;
  min-height: 0;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr) minmax(300px, .72fr);
  align-items: stretch;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.poster-mode .gotoiptv-browser-layout,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.detail-mode .gotoiptv-browser-layout {
  grid-template-columns: minmax(260px, .28fr) minmax(0, 1fr);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
  width: 100%;
  max-height: none;
  min-width: 0;
  padding-right: 6px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
  width: 100%;
  max-width: none;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list {
  height: 100%;
  max-height: none;
  min-height: 0;
  padding-bottom: 44px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-video-stage {
  height: clamp(190px, 28dvh, 300px);
}
@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-library-panel {
    height: calc(100dvh - 96px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-browser-layout,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.poster-mode .gotoiptv-browser-layout,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.detail-mode .gotoiptv-browser-layout {
    grid-template-columns: 1fr;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
    display: flex;
    width: 100%;
    padding-right: 0;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
    flex: 0 0 min(52vw, 230px);
  }
}

/* gotoplayer+ v1.5.17: authorized native-style search and home icons. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home {
  padding: 0 2px 4px !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon {
  width: clamp(30px, 4.3vw, 42px) !important;
  height: clamp(30px, 4.3vw, 42px) !important;
  min-width: clamp(30px, 4.3vw, 42px) !important;
  min-height: clamp(30px, 4.3vw, 42px) !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.94) !important;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.28), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, rgba(27,151,247,.92) 0%, rgba(36,219,135,.9) 54%, rgba(133,78,255,.88) 100%);
  border: 1px solid rgba(255,255,255,.24) !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -10px 20px rgba(4,8,21,.18) !important;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search .gp-nav-icon {
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.3), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #24db87 0%, #1b97f7 58%, #854eff 100%);
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home .gp-nav-icon {
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.32), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #ff7a3d 0%, #24db87 48%, #1b97f7 100%);
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon svg {
  width: 62%;
  height: 62%;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 7.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.2));
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home .gp-nav-icon svg {
  width: 64%;
  height: 64%;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon:hover .gp-nav-icon,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon:focus-visible .gp-nav-icon {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow:
    0 13px 28px rgba(0,0,0,.34),
    0 0 0 3px rgba(36,219,135,.14),
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 -10px 20px rgba(4,8,21,.16) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.is-active .gp-nav-icon {
  box-shadow:
    0 13px 30px rgba(36,219,135,.22),
    0 0 0 2px rgba(255,255,255,.18),
    0 0 0 5px rgba(36,219,135,.14),
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -10px 20px rgba(4,8,21,.12) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.is-active::after {
  width: 24px !important;
  height: 3px !important;
  bottom: 0 !important;
  background: linear-gradient(90deg, #24db87, #ff7a3d) !important;
  border-radius: 999px !important;
}

@media (max-width: 520px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
}

/* gotoplayer+ v1.5.18: homogeneous refined top-right controls. */
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button {
  position: relative;
  width: clamp(38px, 4.5vw, 46px) !important;
  min-width: clamp(38px, 4.5vw, 46px) !important;
  height: clamp(38px, 4.5vw, 46px) !important;
  min-height: clamp(38px, 4.5vw, 46px) !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.94) !important;
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.26), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(24,31,52,.92), rgba(12,18,35,.74)) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -12px 22px rgba(0,0,0,.16) !important;
  line-height: 0 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
  -webkit-tap-highlight-color: transparent;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button {
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.28), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(36,219,135,.9), rgba(16,97,78,.82)) !important;
  border-color: rgba(111,255,178,.36) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-stale {
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.28), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(255,122,61,.92), rgba(112,55,25,.82)) !important;
  border-color: rgba(255,171,103,.36) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-error {
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.25), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(239,68,68,.9), rgba(106,20,35,.84)) !important;
  border-color: rgba(255,148,148,.36) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gp-top-icon {
  width: 58%;
  height: 58%;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .96;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.22));
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger .gp-top-icon {
  width: 60%;
  height: 60%;
  stroke-width: 4.4;
}

.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button:hover,
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px rgba(0,0,0,.34),
    0 0 0 3px rgba(36,219,135,.12),
    inset 0 1px 0 rgba(255,255,255,.32),
    inset 0 -12px 22px rgba(0,0,0,.14) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button:active {
  transform: translateY(0) scale(.98);
}

@media (max-width: 520px) {
  .gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
}

/* gotoplayer+ v1.5.8: superadmin diagnostics console. */
.gotoiptv-admin-console {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: clamp(16px, 2vw, 24px);
  background:
    radial-gradient(circle at 10% 0%, rgba(50, 218, 142, .20), transparent 30%),
    radial-gradient(circle at 90% 0%, rgba(255, 125, 74, .16), transparent 28%),
    rgba(5, 12, 28, .86);
  box-shadow: 0 20px 70px rgba(0,0,0,.34);
  color: #fff;
}
.gotoiptv-admin-console-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.gotoiptv-admin-console-head span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 350;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gotoiptv-admin-console-head h3 {
  margin: 4px 0 6px;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 650;
}
.gotoiptv-admin-console-head p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 330;
}
.gotoiptv-admin-diagnostic-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 12px;
}
.gotoiptv-admin-diagnostic-form label {
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 420;
}
.gotoiptv-admin-diagnostic-form .wide {
  grid-column: span 3;
}
.gotoiptv-admin-diagnostic-form input,
.gotoiptv-admin-diagnostic-form select,
.gotoiptv-admin-diagnostic-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 11px 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  outline: none;
}
.gotoiptv-admin-diagnostic-form textarea {
  resize: vertical;
}
.gotoiptv-admin-diagnostic-output {
  min-height: 120px;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  overflow: auto;
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
}
.gotoiptv-admin-diagnostic-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}
.gotoiptv-admin-diagnostic-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,255,255,.07);
}
.gotoiptv-admin-diagnostic-card[data-status="error"] {
  border-color: rgba(255, 109, 109, .36);
  background: rgba(255, 82, 82, .08);
}
.gotoiptv-admin-diagnostic-card b,
.gotoiptv-admin-diagnostic-card span,
.gotoiptv-admin-diagnostic-card small {
  display: block;
}
.gotoiptv-admin-diagnostic-card b {
  font-size: 14px;
  font-weight: 650;
}
.gotoiptv-admin-diagnostic-card span,
.gotoiptv-admin-diagnostic-card small,
.gotoiptv-admin-diagnostic-card p {
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 330;
}
.gotoiptv-admin-diagnostic-card p {
  margin: 8px 0 0;
}
@media (max-width: 840px) {
  .gotoiptv-admin-diagnostic-form,
  .gotoiptv-admin-diagnostic-form .wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
  .gotoiptv-admin-console-head {
    display: grid;
  }
}

/* gotoplayer+ v1.5.9: mobile playback, lighter guides and safer touch controls. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
  overflow: visible;
  z-index: 80;
}

/* gotoplayer+ v1.5.11: iOS touch controls and safer mobile playback chrome. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
  isolation: isolate;
  overflow: visible !important;
  padding-right: max(18px, calc(env(safe-area-inset-right) + 14px));
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
  overflow: visible !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger {
  position: relative;
  z-index: 260;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-menu,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: max(20px, calc(env(safe-area-inset-right) + 14px));
  z-index: 280;
}
@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
    grid-template-columns: minmax(112px, 142px) minmax(0, 1fr) minmax(96px, auto);
    align-items: center;
    padding-right: max(18px, calc(env(safe-area-inset-right) + 14px));
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
    justify-content: flex-end;
    min-width: 96px;
    padding-right: 0;
    gap: 10px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-trigger,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger {
    width: 42px;
    min-width: 42px;
    min-height: 42px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
    scroll-snap-type: x proximity;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
    scroll-snap-align: start;
  }
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
  padding-right: max(22px, calc(env(safe-area-inset-right) + 12px));
  gap: 12px;
  pointer-events: auto;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  touch-action: manipulation;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-menu,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-menu {
  right: max(18px, calc(env(safe-area-inset-right) + 10px));
  z-index: 220;
  pointer-events: auto;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
  gap: clamp(16px, 2.5vw, 30px) !important;
  padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right)) !important;
  scroll-snap-type: x proximity;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b {
  font-size: 13px;
  font-weight: 420;
}
.gotoiptv-category-first {
  min-height: 220px;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.68);
  padding: 22px;
  text-align: center;
}
.gotoiptv-category-first b {
  color: #fff;
  font-size: 18px;
  font-weight: 520;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
  grid-template-columns: repeat(auto-fill, minmax(112px, 112px));
  grid-auto-rows: 204px;
  gap: 12px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
  width: 112px;
  height: 204px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
  grid-template-rows: 166px 30px;
  gap: 7px;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
  height: 166px;
}
.gotoiptv-channel-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  object-fit: contain;
  flex: 0 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-style: normal;
  font-weight: 520;
}
.gotoiptv-content-open {
  grid-template-columns: 34px minmax(0, 1fr);
}
.gotoiptv-guide-row b {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.gotoiptv-guide-row b span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-guide-row {
  background: rgba(255,255,255,.045);
  border-radius: 10px;
}
@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-dashboard {
    gap: 8px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
    grid-template-columns: minmax(150px, 1fr) auto;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
    grid-column: 2;
    justify-content: flex-end;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile {
    scroll-snap-align: center;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-browser-layout {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
    flex: 0 0 min(70vw, 250px);
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-library-panel {
    height: calc(100dvh - 88px);
  }
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list {
    max-height: calc(100dvh - 232px);
    padding-bottom: max(112px, calc(env(safe-area-inset-bottom) + 72px));
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
    grid-template-columns: repeat(auto-fill, minmax(96px, 96px));
    grid-auto-rows: 184px;
    gap: 9px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    width: 96px;
    height: 184px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    grid-template-rows: 144px 32px;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
    height: 144px;
  }
  .gotoiptv-guide-head,
  .gotoiptv-guide-row {
    grid-template-columns: minmax(180px, 1.2fr) repeat(4, minmax(128px, 1fr));
  }
}

/* gotoplayer+ v1.5.11 final override: keep mobile top controls tappable and away from iPhone safe edges. */
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
  isolation: isolate;
  overflow: visible !important;
  padding-right: max(18px, calc(env(safe-area-inset-right) + 14px)) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
  overflow: visible !important;
  pointer-events: auto;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger {
  position: relative;
  z-index: 260;
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger {
  border-radius: 50% !important;
  padding: 0 !important;
  color: #f8fbff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 30% 20%, rgba(54, 229, 140, .42), transparent 38%),
    rgba(10, 18, 42, .78) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.22);
  font-size: 18px !important;
  line-height: 1;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.is-fresh {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 34% 20%, rgba(54, 229, 140, .72), transparent 42%),
    rgba(8, 44, 28, .84) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.is-warn {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 34% 20%, rgba(255, 178, 71, .84), transparent 44%),
    rgba(78, 42, 9, .86) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.is-stale,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.is-error {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 34% 20%, rgba(255, 77, 109, .78), transparent 44%),
    rgba(72, 15, 25, .88) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.is-syncing {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 34% 20%, rgba(54, 169, 255, .78), transparent 44%),
    rgba(15, 30, 72, .88) !important;
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-trigger {
  box-shadow: 0 10px 24px rgba(0,0,0,.24), 0 0 0 1px rgba(255,255,255,.18);
}
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-menu,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-menu {
  z-index: 280;
  right: max(20px, calc(env(safe-area-inset-right) + 14px)) !important;
}
.gotoiptv-mobile-statusbar {
  display: none;
}
@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
    grid-template-columns: minmax(112px, 142px) minmax(0, 1fr) minmax(96px, auto) !important;
    align-items: center;
  }
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
    grid-column: 3 !important;
    justify-content: flex-end !important;
    min-width: 96px;
    padding-right: 0 !important;
    gap: 10px;
  }
}

.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-dashboard-top,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-dashboard-top {
  min-height: 46px;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-session-meta,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-session-meta {
  display: none !important;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios #dashboardStatus,
.gotoiptv-player-body.gotoplayer-mode.is-ios #dashboardAppVersion,
.gotoiptv-player-body.gotoplayer-mode.is-phone #dashboardStatus,
.gotoiptv-player-body.gotoplayer-mode.is-phone #dashboardAppVersion {
  display: none !important;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-dashboard-actions,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-dashboard-actions {
  grid-column: 3 !important;
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
  gap: 8px;
  min-width: 92px;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-account-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-power-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-account-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-power-trigger {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-menu-trigger {
  font-size: 17px !important;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-mobile-statusbar,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-mobile-statusbar {
  order: 99;
  display: grid;
  grid-template-columns: minmax(96px, auto) minmax(0, 1fr) minmax(70px, auto);
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 24px;
  padding: 2px max(10px, env(safe-area-inset-right)) max(2px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  color: rgba(255,255,255,.66);
  font-size: 9.5px;
  font-weight: 330;
  line-height: 1;
  letter-spacing: 0;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-account-detail-panel,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-account-detail-panel {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios .gotoiptv-account-detail-panel .secondary-button,
.gotoiptv-player-body.gotoplayer-mode.is-phone .gotoiptv-account-detail-panel .secondary-button {
  width: 100%;
  min-height: 34px;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios #mobileRuntimeMeta,
.gotoiptv-player-body.gotoplayer-mode.is-phone #mobileRuntimeMeta {
  justify-self: start;
  white-space: nowrap;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios #mobileSessionMeta,
.gotoiptv-player-body.gotoplayer-mode.is-phone #mobileSessionMeta {
  justify-self: end;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gotoiptv-player-body.gotoplayer-mode.is-ios #mobileClockMeta,
.gotoiptv-player-body.gotoplayer-mode.is-phone #mobileClockMeta {
  justify-self: end;
  white-space: nowrap;
}

/* gotoplayer+ v1.5.16: operational audit, cache-first entry and strict viewport bounds. */
.gotoiptv-player-body.gotoplayer-mode {
  --gp-edge: max(12px, env(safe-area-inset-left));
  --gp-edge-right: max(12px, env(safe-area-inset-right));
  --gp-edge-bottom: max(10px, env(safe-area-inset-bottom));
  overflow: hidden;
}

.gotoiptv-player-body.gotoplayer-mode.is-connected .gotoiptv-player-shell,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-connect-panel.connected {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  box-sizing: border-box;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard {
  width: min(100%, calc(100vw - 2px)) !important;
  max-width: calc(100vw - 2px) !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  min-height: 0 !important;
  display: grid;
  grid-template-rows: auto auto minmax(0, auto) minmax(0, 1fr);
  gap: clamp(6px, .9vw, 10px) !important;
  padding:
    max(8px, env(safe-area-inset-top))
    var(--gp-edge-right)
    var(--gp-edge-bottom)
    var(--gp-edge) !important;
  overflow: hidden !important;
  box-sizing: border-box;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) minmax(92px, auto) !important;
  min-height: 44px;
  gap: clamp(8px, 1.2vw, 16px);
  padding: 0 !important;
  align-items: center;
  overflow: visible !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
  grid-template-columns: 42px minmax(0, auto) !important;
  gap: 10px !important;
  min-width: 0;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
  width: 42px !important;
  height: 42px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
  font-family: var(--gotoplayer-ui-font) !important;
  font-size: 19px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-session-meta,
.gotoiptv-player-body.gotoplayer-mode #dashboardStatus,
.gotoiptv-player-body.gotoplayer-mode #dashboardAppVersion {
  display: none !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
  grid-column: 3 !important;
  justify-content: end !important;
  align-items: center;
  gap: 9px !important;
  min-width: 92px;
  padding: 0 !important;
  overflow: visible !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-menu,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-menu {
  right: var(--gp-edge-right) !important;
  max-width: min(320px, calc(100vw - 28px));
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
  width: 100%;
  max-width: 100%;
  min-height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 24px) !important;
  padding: 0 4px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  box-sizing: border-box;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid::-webkit-scrollbar {
  display: none;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.mini {
  flex: 0 0 auto;
  min-width: 0 !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 2px 5px !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile span {
  display: none !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b {
  font-size: 12px !important;
  font-weight: 380 !important;
  line-height: 1 !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon b {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  font-size: 15px !important;
  font-weight: 420 !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.epg b,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.multi b {
  font-size: 10px !important;
  font-weight: 420 !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-mobile-statusbar {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(92px, auto) minmax(0, 1fr) minmax(70px, auto);
  align-items: center;
  gap: 8px;
  padding: 0 2px;
  color: rgba(255,255,255,.62);
  font-family: var(--gotoplayer-ui-font);
  font-size: 10px;
  font-weight: 320;
  line-height: 1.1;
  box-sizing: border-box;
}

.gotoiptv-player-body.gotoplayer-mode #mobileSessionMeta {
  justify-self: end;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-video-stage,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-home-shelf,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-user-settings,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-support-panel,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-account-detail-panel {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.home-open .gotoiptv-home-shelf {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-library-panel {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard.catalog-open .gotoiptv-browser-layout {
  height: 100% !important;
  min-height: 0 !important;
  max-width: 100%;
  overflow: hidden;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-preview-panel {
  min-width: 0;
  min-height: 0;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list {
  overflow: auto !important;
  padding-bottom: clamp(32px, 6dvh, 72px) !important;
  scrollbar-width: none;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-content-list::-webkit-scrollbar,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail::-webkit-scrollbar {
  display: none;
}

@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard {
    grid-template-rows: auto auto auto minmax(0, 1fr);
    padding-inline: var(--gp-edge) var(--gp-edge-right) !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-top {
    grid-template-columns: minmax(160px, 1fr) minmax(84px, auto) !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-actions {
    grid-column: 2 !important;
    min-width: 84px;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
    grid-template-columns: 38px minmax(0, auto) !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
    width: 38px !important;
    height: 38px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand h2.gotoplayer-plus-lockup {
    font-size: 17px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
    justify-content: flex-start;
    gap: 16px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile b {
    font-size: 12px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-browser-layout,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.poster-mode .gotoiptv-browser-layout,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-library-panel.detail-mode .gotoiptv-browser-layout {
    grid-template-columns: 1fr !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail {
    display: flex !important;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-category-rail button {
    flex: 0 0 min(62vw, 240px) !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-grid-view {
    grid-template-columns: repeat(auto-fill, minmax(100px, 100px)) !important;
    grid-auto-rows: 188px !important;
    justify-content: start;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    width: 100px !important;
    height: 188px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-card button {
    grid-template-rows: 150px 30px !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-poster-browser-art {
    height: 150px !important;
  }
}

/* gotoplayer+ v1.5.19: final icon scale tied to circular GB mark. */
.gotoiptv-player-body.gotoplayer-mode {
  --gp-icon-size: 42px;
  --gp-icon-size-mobile: 38px;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
  grid-template-columns: var(--gp-icon-size) minmax(0, auto) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo {
  width: var(--gp-icon-size) !important;
  height: var(--gp-icon-size) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home {
  min-width: var(--gp-icon-size) !important;
  width: var(--gp-icon-size) !important;
  min-height: var(--gp-icon-size) !important;
  height: var(--gp-icon-size) !important;
  padding: 0 !important;
  align-self: center !important;
  overflow: visible !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon,
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger.gp-top-icon-button,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button {
  width: var(--gp-icon-size) !important;
  min-width: var(--gp-icon-size) !important;
  height: var(--gp-icon-size) !important;
  min-height: var(--gp-icon-size) !important;
  max-width: var(--gp-icon-size) !important;
  max-height: var(--gp-icon-size) !important;
  border-radius: 999px !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  box-sizing: border-box !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon svg,
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon {
  width: 58% !important;
  height: 58% !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 4.4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search .gp-nav-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.30), rgba(255,255,255,0) 31%),
    linear-gradient(135deg, #24db87 0%, #1b97f7 58%, #854eff 100%) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home .gp-nav-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.30), rgba(255,255,255,0) 31%),
    linear-gradient(135deg, #ff7a3d 0%, #24db87 48%, #1b97f7 100%) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger.gp-top-icon-button {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.24), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, rgba(24,31,52,.96), rgba(9,15,31,.82)) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-fresh,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.28), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, #24db87 0%, #136c56 100%) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-warn,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-stale {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.28), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, #ff7a3d 0%, #743719 100%) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button.is-error {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.25), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, #ef4444 0%, #6a1423 100%) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-grid {
  align-items: center !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.is-active::after {
  bottom: -5px !important;
}

@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode {
    --gp-icon-size: var(--gp-icon-size-mobile);
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-brand {
    grid-template-columns: var(--gp-icon-size-mobile) minmax(0, auto) !important;
  }

  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-gb-logo,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon,
  .gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-menu-trigger.gp-top-icon-button,
  .gotoiptv-player-body.gotoplayer-mode .gotoiptv-power-trigger.gp-top-icon-button {
    width: var(--gp-icon-size-mobile) !important;
    min-width: var(--gp-icon-size-mobile) !important;
    height: var(--gp-icon-size-mobile) !important;
    min-height: var(--gp-icon-size-mobile) !important;
  }
}

/* gotoplayer+ v1.5.20: GB-palette floating icons, no square visual weight. */
.gotoiptv-player-body.gotoplayer-mode {
  --gb-navy: #06122e;
  --gb-blue: #0a8fff;
  --gb-cyan: #26cad3;
  --gb-green: #64ee3f;
  --gb-purple: #854eff;
  --gb-orange: #ff7a3d;
  --gp-icon-size: 42px;
  --gp-icon-size-mobile: 38px;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search,
.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: var(--gp-icon-size) !important;
  min-height: var(--gp-icon-size) !important;
  width: var(--gp-icon-size) !important;
  height: var(--gp-icon-size) !important;
  padding: 0 !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon,
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon-button {
  isolation: isolate;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.24), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, rgba(8,18,46,.98), rgba(4,10,28,.92)) padding-box,
    linear-gradient(135deg, var(--gb-blue), var(--gb-cyan) 38%, var(--gb-green) 60%, var(--gb-purple)) border-box !important;
  border: 1.5px solid transparent !important;
  box-shadow:
    0 13px 28px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.08),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -12px 24px rgba(0,0,0,.18) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.search .gp-nav-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.24), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, rgba(8,18,46,.98), rgba(4,10,28,.92)) padding-box,
    linear-gradient(135deg, var(--gb-cyan), var(--gb-blue) 46%, var(--gb-purple)) border-box !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.home .gp-nav-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.24), rgba(255,255,255,0) 31%),
    linear-gradient(145deg, rgba(8,18,46,.98), rgba(4,10,28,.92)) padding-box,
    linear-gradient(135deg, var(--gb-orange), var(--gb-green) 48%, var(--gb-blue)) border-box !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon .gp-nav-icon svg,
.gotoiptv-player-body.gotoplayer-mode .gp-top-icon {
  color: #fff !important;
  stroke-width: 4.2 !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.28)) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.is-active .gp-nav-icon {
  box-shadow:
    0 14px 30px rgba(0,0,0,.38),
    0 0 0 3px rgba(38,202,211,.13),
    0 0 18px rgba(100,238,63,.16),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -12px 24px rgba(0,0,0,.16) !important;
}

.gotoiptv-player-body.gotoplayer-mode .gotoiptv-dashboard-tile.icon.is-active::after {
  width: 18px !important;
  height: 2px !important;
  bottom: -4px !important;
  background: linear-gradient(90deg, var(--gb-blue), var(--gb-green), var(--gb-purple)) !important;
  opacity: .96 !important;
}

@media (max-width: 820px) {
  .gotoiptv-player-body.gotoplayer-mode {
    --gp-icon-size: var(--gp-icon-size-mobile);
  }
}

.gotochats-public {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(91, 72, 255, .38), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(88, 238, 63, .2), transparent 28%),
    linear-gradient(145deg, #061125, #071a2e 48%, #12081f);
  color: #f7fbff;
}

.gotochats-shell {
  width: min(1180px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 28px 0;
}

.gotochats-card {
  min-height: calc(100vh - 56px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: rgba(4, 11, 26, .72);
  box-shadow: 0 28px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}

.gotochats-head,
.gotochats-thread-head,
.gotochats-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gotochats-head {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.gotochats-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gotochats-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.gotochats-brand strong {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
}

.gotochats-brand span,
.gotochats-wallet span,
.gotochat-message time {
  color: rgba(247,251,255,.62);
  font-size: 12px;
}

.gotochats-login {
  width: min(520px, calc(100% - 40px));
  margin: 72px auto;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.gotochats-login h1,
.gotochats-thread-head h1 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 42px);
}

.gotochats-login p {
  color: rgba(247,251,255,.72);
}

.gotochats-login form,
.gotochats-login label {
  display: grid;
  gap: 10px;
}

.gotochats-login form {
  margin: 22px 0;
}

.gotochats-login input,
.gotochats-composer input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 14px 16px;
}

.google-button {
  justify-content: center;
}

.gotochats-workspace {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 138px);
}

.gotochats-sidebar {
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.12);
}

.gotochats-sidebar h2 {
  margin-top: 0;
  font-size: 16px;
}

.gotochat-channel {
  width: 100%;
  display: block;
  text-align: left;
  padding: 12px 14px;
  margin-bottom: 8px;
  color: rgba(247,251,255,.78);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  cursor: pointer;
}

.gotochat-channel.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(34,140,255,.34), rgba(100,238,63,.16));
  border-color: rgba(255,255,255,.16);
}

.gotochats-wallet {
  margin-top: 22px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}

.gotochats-wallet code {
  display: block;
  margin-top: 6px;
  white-space: normal;
  word-break: break-word;
  color: #bfffc1;
}

.gotochats-thread {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
}

.gotochats-thread-head {
  padding: 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.gotochats-thread-head p {
  margin: 0;
  color: rgba(247,251,255,.66);
}

.gotochats-messages {
  padding: 22px;
  overflow: auto;
  max-height: calc(100vh - 260px);
}

.gotochat-message {
  max-width: 72%;
  padding: 12px 14px;
  border-radius: 18px;
  margin: 0 0 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
}

.gotochat-message.ours {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(34,140,255,.42), rgba(122,75,255,.2));
}

.gotochat-message.system {
  max-width: 100%;
  background: rgba(100,238,63,.08);
}

.gotochat-message p {
  margin: 6px 0;
}

.gotochats-composer {
  padding: 18px 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.file-pill input {
  display: none;
}

.hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .gotochats-workspace {
    grid-template-columns: 1fr;
  }
  .gotochats-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .gotochats-composer,
  .gotochats-thread-head {
    align-items: stretch;
    flex-direction: column;
  }
  .gotochat-message {
    max-width: 90%;
  }
}

.gotochats-tools {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.gotochats-tools input,
.gotochats-tools select,
.gotochats-tools textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 11px 12px;
}

.gotochats-tools option {
  color: #071225;
}

.mini-form {
  display: grid;
  gap: 8px;
}

.gotochats-directory {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  max-height: 260px;
  overflow: auto;
  padding-right: 2px;
}

.directory-item {
  width: 100%;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.06);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.directory-item.active {
  border-color: rgba(100,238,63,.55);
  background: linear-gradient(135deg, rgba(34,140,255,.28), rgba(100,238,63,.16));
}

.directory-item span,
.directory-item small {
  color: rgba(247,251,255,.66);
  font-size: 12px;
}

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

.gotokens-panel {
  display: grid;
  gap: 10px;
  padding: 0 22px 18px;
  max-height: 220px;
  overflow: auto;
}

.gotoken-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.07);
}

.gotoken-card strong,
.gotoken-card span,
.gotoken-card code {
  display: block;
}

.gotoken-card span {
  color: rgba(247,251,255,.65);
  font-size: 12px;
}

.gotoken-card code {
  margin-top: 4px;
  color: #bfffc1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gotoken-qr {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent),
    radial-gradient(circle at 24% 24%, #64ee3f, transparent 28%),
    linear-gradient(135deg, #228cff, #7a4bff);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
}

.gotomeet-room {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(122,75,255,.34), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(100,238,63,.22), transparent 28%),
    linear-gradient(145deg, #030812, #07152a 52%, #11081d);
  color: #f7fbff;
}

.gotomeet-shell {
  width: min(1280px, calc(100vw - 28px));
  margin: 0 auto;
  min-height: 100vh;
  padding: 22px 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}

.gotomeet-topbar,
.gotomeet-controls,
.gotomeet-panel {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(5,13,28,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.gotomeet-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 24px;
  padding: 14px 18px;
}

.gotomeet-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gotomeet-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.gotomeet-brand strong,
.gotomeet-stage-info strong {
  display: block;
  font-size: 22px;
}

.gotomeet-brand span,
.gotomeet-stage-info span,
.gotomeet-participant small {
  display: block;
  color: rgba(247,251,255,.64);
  font-size: 12px;
}

.gotomeet-status {
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.08);
  color: rgba(247,251,255,.78);
}

.gotomeet-status[data-mode="ok"] {
  color: #bfffc1;
  background: rgba(100,238,63,.14);
}

.gotomeet-status[data-mode="error"] {
  color: #ffd4d4;
  background: rgba(255,78,78,.16);
}

.gotomeet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  min-height: 0;
}

.gotomeet-layout-expanded {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.gotomeet-main {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  gap: 12px;
}

.gotomeet-stage {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #000;
}

.gotomeet-remote-stage {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(34,140,255,.22), transparent 34%),
    linear-gradient(145deg, rgba(4,10,24,.86), rgba(5,16,35,.94));
}

.gotomeet-remote-stage img,
.gotomeet-remote-stage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gotomeet-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.gotomeet-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 42%, rgba(34,140,255,.22), transparent 36%),
    linear-gradient(145deg, rgba(4,10,24,.86), rgba(5,16,35,.94));
}

.gotomeet-empty strong {
  font-size: clamp(24px, 4vw, 42px);
}

.gotomeet-stage-info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.62));
  backdrop-filter: blur(12px);
}

.gotomeet-local-thumb {
  position: absolute;
  right: 16px;
  bottom: 88px;
  width: min(210px, 30vw);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: #030812;
  box-shadow: 0 18px 40px rgba(0,0,0,.32);
}

.gotomeet-local-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gotomeet-local-thumb small {
  position: absolute;
  left: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  background: rgba(0,0,0,.48);
  font-size: 11px;
}

.gotomeet-empty.mini {
  inset: 0;
  padding: 10px;
  font-size: 12px;
}

.gotomeet-empty.hidden {
  display: none;
}

.gotomeet-rail {
  min-height: 118px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 180px);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.gotomeet-rail::-webkit-scrollbar {
  display: none;
}

.gotomeet-person {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 8px;
  color: #f7fbff;
  text-align: left;
  background: rgba(255,255,255,.07);
  cursor: pointer;
}

.gotomeet-person.active {
  border-color: rgba(100,238,63,.68);
  box-shadow: inset 0 0 0 1px rgba(100,238,63,.2);
}

.gotomeet-person-media {
  min-height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(0,0,0,.34);
}

.gotomeet-person-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gotomeet-person-media i,
.gotomeet-avatar-large {
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #061226;
  font-style: normal;
  font-weight: 900;
  background: linear-gradient(135deg, #228cff, #64ee3f);
}

.gotomeet-person-media i {
  width: 42px;
  height: 42px;
}

.gotomeet-avatar-large {
  width: 112px;
  height: 112px;
  font-size: 34px;
}

.gotomeet-person strong,
.gotomeet-person small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotomeet-side {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 0;
  overflow: auto;
  scrollbar-width: none;
}

.gotomeet-side::-webkit-scrollbar {
  display: none;
}

.gotomeet-panel {
  border-radius: 22px;
  padding: 16px;
}

.gotomeet-panel h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.gotomeet-panel code {
  display: block;
  color: #bfffc1;
  word-break: break-word;
  margin-bottom: 12px;
}

.gotomeet-participants {
  display: grid;
  gap: 10px;
}

.gotomeet-participant {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.gotomeet-participant > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
  background: linear-gradient(135deg, #228cff, #64ee3f);
}

.gotomeet-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 24px;
  padding: 12px;
}

.gotomeet-controls button,
.gotomeet-controls a {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255,255,255,.1);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

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

.gotomeet-share-actions input {
  display: none;
}

.gotomeet-files,
.gotomeet-chat-log {
  display: grid;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  scrollbar-width: none;
}

.gotomeet-files::-webkit-scrollbar,
.gotomeet-chat-log::-webkit-scrollbar {
  display: none;
}

.gotomeet-file,
.gotomeet-chat-log article {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 10px;
  color: #f7fbff;
  background: rgba(255,255,255,.06);
}

.gotomeet-chat-log p {
  margin: 4px 0;
}

.mini-form {
  display: grid;
  gap: 8px;
}

.mini-form input,
.mini-form textarea,
.gotomeet-panel select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 11px 12px;
  color: #fff;
  background: rgba(0,0,0,.24);
}

.gotomeet-controls .danger {
  background: rgba(255,78,78,.18);
}

.gotostream-stage {
  background-size: cover;
  background-position: center;
}

.gotostream-stage[data-format="9:16"] {
  aspect-ratio: 9 / 16;
  width: min(440px, 100%);
  justify-self: center;
}

.gotostream-stage[data-format="1:1"] {
  aspect-ratio: 1 / 1;
  width: min(720px, 100%);
  justify-self: center;
}

.gotostream-overlay,
.gotostream-scoreboard,
.gotostream-timer {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0,0,0,.55);
}

.gotostream-overlay {
  left: 18px;
  right: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgba(5,12,28,.78), rgba(5,12,28,.22));
  font-weight: 800;
}

.gotostream-overlay-top {
  top: 18px;
}

.gotostream-overlay-bottom {
  bottom: 70px;
}

.gotostream-scoreboard {
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(5,12,28,.78);
  font-size: 13px;
}

.gotostream-scoreboard strong {
  color: #9ef7b0;
  font-size: 18px;
}

.gotostream-timer {
  top: 18px;
  left: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,70,90,.82);
  font-weight: 900;
}

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

.gotostream-inline-actions input {
  width: 88px;
}

.gotostream-public code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 880px) {
  .gotomeet-layout {
    grid-template-columns: 1fr;
  }

  .gotomeet-layout-expanded {
    grid-template-columns: 1fr;
  }

  .gotomeet-stage {
    min-height: 58vh;
  }

  .gotomeet-local-thumb {
    width: 136px;
    bottom: 82px;
  }

  .gotoken-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .gotoken-card .secondary-button {
    grid-column: 1 / -1;
  }
}

.govideo-body,
.gosecurity-body {
  margin: 0;
  min-height: 100vh;
  color: #f7fbff;
  background:
    radial-gradient(circle at 16% 10%, rgba(238, 86, 137, .26), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(100, 238, 63, .18), transparent 28%),
    linear-gradient(145deg, #030814, #07172c 54%, #15081e);
}

.govideo-shell,
.gosecurity-shell {
  width: min(1240px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 26px 0 54px;
}

.govideo-hero,
.govideo-panel,
.gosecurity-board,
.gosecurity-panel {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(5,13,28,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}

.govideo-hero {
  border-radius: 32px;
  padding: 22px;
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.govideo-nav,
.gosecurity-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.govideo-nav a,
.gosecurity-top button {
  color: rgba(247,251,255,.78);
  text-decoration: none;
  border: 0;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 10px 14px;
}

.govideo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.govideo-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.govideo-brand span {
  font-size: 24px;
}

.govideo-brand b {
  font-weight: 900;
}

.govideo-hero section {
  align-self: end;
  width: min(820px, 100%);
  padding: 70px 10px 34px;
}

.govideo-kicker {
  color: #bfffc1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.govideo-hero h1 {
  margin: 12px 0;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .92;
  max-width: 920px;
}

.govideo-hero p,
.govideo-panel p,
.gosecurity-sidebar p,
.gosecurity-player span,
.gosecurity-player p {
  color: rgba(247,251,255,.68);
  line-height: 1.65;
}

.govideo-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

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

.govideo-grid article,
.govideo-output article,
.gosecurity-features article {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  padding: 18px;
}

.govideo-grid span {
  color: #64ee3f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.govideo-grid h2 {
  margin: 10px 0;
}

.govideo-grid p {
  color: rgba(247,251,255,.65);
}

.govideo-grid button,
.gosecurity-top button {
  cursor: pointer;
}

.govideo-panel {
  border-radius: 28px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
  align-items: start;
}

.govideo-panel form,
.gosecurity-sidebar form {
  display: grid;
  gap: 10px;
}

.govideo-panel input,
.govideo-panel select,
.gosecurity-sidebar input,
.gosecurity-sidebar select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 13px 14px;
}

.govideo-panel option,
.gosecurity-sidebar option {
  color: #071225;
}

.govideo-output {
  grid-column: 1 / -1;
}

.govideo-output code {
  display: block;
  color: #bfffc1;
  margin: 8px 0 14px;
  word-break: break-word;
}

.gosecurity-top {
  margin-bottom: 16px;
}

.gosecurity-board {
  border-radius: 30px;
  min-height: 660px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  overflow: hidden;
}

.gosecurity-sidebar {
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.14);
  overflow: auto;
}

.gosecurity-sidebar h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 48px);
}

.gosecurity-scan {
  display: grid;
  gap: 8px;
  max-height: 220px;
  overflow: auto;
  margin: 14px 0;
}

.gosecurity-scan button {
  text-align: left;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 10px;
}

.gosecurity-view {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(280px, 48vh) minmax(0, 1fr);
}

.gosecurity-player {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(34,140,255,.18), transparent 36%),
    #02050b;
}

.gosecurity-player img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.gosecurity-player video {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: #000;
}

.gosecurity-player div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  text-align: left;
  border-radius: 16px;
  padding: 12px;
  background: rgba(0,0,0,.56);
}

.gosecurity-player .gosecurity-gateway-card {
  position: static;
  display: grid;
  gap: 7px;
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
}

.gosecurity-gateway-card small {
  color: #b8c4d8;
  overflow-wrap: anywhere;
}

.gosecurity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  overflow: auto;
}

.gosecurity-grid[data-layout="single"] {
  grid-template-columns: 1fr;
}

.gosecurity-grid[data-layout="grid"] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gosecurity-camera {
  min-height: 116px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  color: #fff;
  padding: 14px;
  cursor: pointer;
}

.gosecurity-camera span,
.gosecurity-camera small {
  display: block;
  color: rgba(247,251,255,.62);
}

.gosecurity-panel {
  margin-top: 16px;
  border-radius: 26px;
  padding: 20px;
}

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

.gosecurity-features strong,
.gosecurity-features span {
  display: block;
}

.gosecurity-features span {
  color: rgba(247,251,255,.65);
  margin-top: 6px;
}

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

  .govideo-panel,
  .gosecurity-board {
    grid-template-columns: 1fr;
  }

  .gosecurity-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
}

@media (max-width: 640px) {
  .govideo-grid,
  .gosecurity-features {
    grid-template-columns: 1fr;
  }

  .govideo-nav,
  .gosecurity-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

.goplus-body {
  min-height: 100vh;
  margin: 0;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 8%, rgba(76, 232, 123, .24), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(255, 137, 74, .22), transparent 28%),
    linear-gradient(145deg, #071226 0%, #0d1833 48%, #21103b 100%);
}

.goplus-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 28px 0 46px;
}

.goplus-hero,
.goplus-panel,
.goplus-board {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: rgba(8, 15, 31, .72);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}

.goplus-hero {
  overflow: hidden;
  min-height: 430px;
  padding: 24px;
  background:
    linear-gradient(132deg, rgba(16, 111, 255, .22), transparent 36%),
    linear-gradient(34deg, rgba(68, 226, 117, .18), rgba(255, 123, 70, .12)),
    rgba(5, 11, 24, .78);
}

.gobranding-hero {
  background:
    linear-gradient(132deg, rgba(255, 142, 72, .18), transparent 38%),
    linear-gradient(34deg, rgba(67, 217, 255, .17), rgba(142, 74, 255, .18)),
    rgba(5, 11, 24, .78);
}

.gomail-hero {
  background:
    linear-gradient(132deg, rgba(81, 219, 255, .19), transparent 38%),
    linear-gradient(34deg, rgba(84, 232, 111, .15), rgba(245, 97, 135, .18)),
    rgba(5, 11, 24, .78);
}

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

.goplus-nav a {
  color: rgba(248, 251, 255, .82);
  text-decoration: none;
}

.goplus-nav > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.goplus-nav > div a {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255,255,255,.06);
}

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

.goplus-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.goplus-brand span {
  font-size: clamp(22px, 3vw, 34px);
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}

.goplus-brand b {
  font-weight: 850;
}

.goplus-brand i {
  color: #54e86f;
  font-style: italic;
  font-weight: 500;
  margin-left: 2px;
}

.goplus-hero section {
  width: min(760px, 100%);
  padding: clamp(54px, 9vw, 110px) 4px 20px;
}

.goplus-kicker {
  display: inline-flex;
  border: 1px solid rgba(84, 232, 111, .28);
  border-radius: 999px;
  padding: 8px 13px;
  color: #9ef7b0;
  background: rgba(84, 232, 111, .08);
  font-size: 13px;
}

.goplus-hero h1 {
  max-width: 780px;
  margin: 18px 0 14px;
  font-size: clamp(36px, 6vw, 68px);
  line-height: .96;
  letter-spacing: 0;
}

.goplus-hero p,
.goplus-card p,
.goplus-panel p,
.goplus-row p,
.goplus-status span,
.goplus-empty span {
  color: rgba(235, 242, 255, .72);
}

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

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

.goplus-card,
.goplus-row,
.goplus-empty,
.goplus-status article {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.goplus-card {
  min-height: 210px;
  padding: 20px;
  color: #fff;
  text-align: left;
}

button.goplus-card {
  cursor: pointer;
}

.goplus-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: #60d9ff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.goplus-card h2 {
  margin: 0 0 10px;
  font-size: 23px;
}

.goplus-card button,
.goplus-row button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  color: #071226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  font-weight: 800;
  cursor: pointer;
}

.goplus-panel,
.goplus-board {
  padding: 22px;
  margin-top: 16px;
}

.goplus-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr);
  gap: 18px;
  align-items: start;
}

.goplus-panel form {
  display: grid;
  gap: 10px;
}

.goplus-panel input,
.goplus-panel select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(2, 8, 20, .7);
}

.goplus-panel option {
  color: #071226;
}

.goplus-status {
  grid-column: 1 / -1;
}

.goplus-status article,
.goplus-empty {
  display: grid;
  gap: 8px;
  padding: 16px;
}

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

.goplus-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.goplus-row strong,
.goplus-row span,
.goplus-row code {
  display: block;
}

.goplus-row code,
.goplus-status code {
  width: fit-content;
  margin-top: 8px;
  border-radius: 10px;
  padding: 6px 8px;
  color: #9ef7b0;
  background: rgba(0,0,0,.28);
}

.gochat-login-panel form {
  align-items: stretch;
}

.gochat-login-panel .secondary-button {
  width: 100%;
  justify-content: center;
}

.gochat-crm-workspace {
  display: grid;
  gap: 18px;
}

.gochat-crm-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gochat-crm-summary .goplus-card {
  min-height: 0;
}

.gochat-crm-summary .goplus-card h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
}

.gochat-crm-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.panel-head.compact {
  margin-bottom: 12px;
}

.panel-head.compact h3 {
  margin: 0;
  color: #fff;
}

.goplus-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(158, 247, 176, .26);
  background: rgba(158, 247, 176, .1);
  color: #9ef7b0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gobranding-assets .goplus-row {
  grid-template-columns: 78px minmax(0, 1fr) auto;
}

.gomail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.gobranding-asset img,
.asset-file {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(255,255,255,.1);
}

.asset-file {
  display: grid;
  place-items: center;
  color: #9ef7b0;
  font-size: 12px;
}

@media (max-width: 860px) {
  .goplus-grid,
  .goplus-grid.compact,
  .goplus-panel,
  .gochat-crm-summary,
  .gochat-crm-columns {
    grid-template-columns: 1fr;
  }

  .goplus-hero h1 {
    font-size: 38px;
  }

  .goplus-row,
  .gobranding-assets .goplus-row {
    grid-template-columns: 1fr;
  }

  .goplus-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

.gotochat-body {
  min-height: 100vh;
  margin: 0;
  color: #eef6ff;
  background:
    radial-gradient(circle at 14% 18%, rgba(31, 141, 255, .24), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(86, 236, 107, .22), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(255, 123, 87, .18), transparent 30%),
    linear-gradient(140deg, #060b18 0%, #0a1430 48%, #07101f 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

.gotochat-shell {
  width: min(1480px, calc(100vw - 28px));
  min-height: calc(100vh - 28px);
  margin: 14px auto;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
}

.gotochat-topbar,
.gotochat-app,
.gotochat-login {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(6, 12, 28, .72);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(22px);
}

.gotochat-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 16px;
  border-radius: 28px;
}

.gotochat-brand,
.gotochat-session {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.gotochat-brand img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}

.gotochat-brand span {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
}

.gotochat-brand b {
  font-weight: 800;
}

.gotochat-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.gotochat-icon-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: #eff7ff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    radial-gradient(circle at 25% 10%, rgba(84,232,111,.18), transparent 42%);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 22px rgba(0,0,0,.18);
}

.gotochat-icon-btn svg,
.gotochat-search svg,
.gotochat-composer svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gotochat-icon-btn.danger {
  background: linear-gradient(145deg, rgba(86, 236, 107, .34), rgba(20, 128, 70, .16));
}

.gotochat-session {
  justify-self: end;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.gotochat-session img,
.gotochat-session em {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
  color: #061226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.gotochat-session strong,
.gotochat-session span {
  display: block;
  line-height: 1.1;
}

.gotochat-session strong {
  font-size: 13px;
}

.gotochat-session span,
.gotochat-wallet-strip {
  color: rgba(238,246,255,.68);
  font-size: 11px;
}

.gotochat-wallet-strip {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  min-height: 18px;
}

.gotochat-wallet-strip code {
  color: #9ef7b0;
}

.gotochat-channel-strip {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  overflow-x: auto;
  padding-top: 2px;
  scrollbar-width: none;
}

.gotochat-channel-strip::-webkit-scrollbar {
  display: none;
}

.gotochat-channel-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(238,246,255,.76);
  background: rgba(255,255,255,.055);
  font-size: 11px;
}

.gotochat-channel-strip b {
  font-weight: 700;
}

.gotochat-channel-strip em {
  color: #9ef7b0;
  font-style: normal;
}

.gotochat-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
}

.gotochat-login h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 54px);
}

.gotochat-login p {
  max-width: 720px;
  color: rgba(238,246,255,.72);
}

.gotochat-login form,
.gotochat-tools form {
  display: grid;
  gap: 10px;
}

.gotochat-login input,
.gotochat-tools input,
.gotochat-tools textarea,
.gotochat-tools select,
.gotochat-composer input,
.gotochat-search input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(2, 8, 20, .64);
}

.gotochat-app {
  height: min(780px, calc(100vh - 118px));
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) minmax(280px, 360px);
  overflow: hidden;
  border-radius: 30px;
}

.gotochat-sidebar,
.gotochat-thread,
.gotochat-tools {
  min-height: 0;
  overflow: hidden;
}

.gotochat-sidebar,
.gotochat-tools {
  padding: 14px;
  background: rgba(2, 8, 20, .25);
}

.gotochat-sidebar {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
}

.gotochat-sidebar-head {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}

.gotochat-sidebar-head strong {
  font-size: 15px;
}

.gotochat-sidebar-head span {
  color: rgba(238,246,255,.62);
  font-size: 12px;
}

.gotochat-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
}

.gotochat-search button,
.gotochat-composer button {
  border: 0;
  border-radius: 999px;
  color: #061226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  font-weight: 800;
  cursor: pointer;
}

.gotochat-tabs {
  display: flex;
  gap: 6px;
  margin: 12px 0;
}

.gotochat-tabs button {
  flex: 1;
  border: 0;
  border-radius: 999px;
  padding: 9px 10px;
  color: rgba(238,246,255,.7);
  background: rgba(255,255,255,.07);
}

.gotochat-tabs button.active {
  color: #061226;
  background: #9ef7b0;
}

.gotochat-contact-list,
.gotochat-messages,
.gotochat-tools {
  min-height: 0;
  overflow: auto;
  scrollbar-width: none;
}

.gotochat-contact-list::-webkit-scrollbar,
.gotochat-messages::-webkit-scrollbar,
.gotochat-tools::-webkit-scrollbar {
  display: none;
}

.gotochat-contact,
.gotochat-result,
.gotochat-connector,
.gotochat-token-card,
.gotochat-empty {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 12px;
  color: #eef6ff;
  text-align: left;
  background: rgba(255,255,255,.055);
}

.gotochat-contact {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 2px 8px;
  margin-bottom: 4px;
  border-radius: 12px;
  padding: 8px 9px;
  background: rgba(255,255,255,.035);
}

.gotochat-connector.pending {
  border-color: rgba(255, 190, 89, .42);
  background: linear-gradient(135deg, rgba(255, 190, 89, .14), rgba(40, 211, 136, .08));
}

.gotochat-connector.pending .secondary-button {
  justify-self: start;
  min-height: 32px;
  padding: 7px 11px;
  font-size: 11px;
}

.gotochat-contact span {
  grid-row: 1 / span 3;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #061226;
  background: linear-gradient(135deg, #59d8ff, #54e86f);
  font-weight: 800;
  font-size: 12px;
}

.gotochat-contact strong,
.gotochat-contact small,
.gotochat-contact em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-contact small,
.gotochat-contact em,
.gotochat-thread-head span,
.gotochat-tools p {
  color: rgba(238,246,255,.62);
  font-style: normal;
  font-size: 12px;
}

.gotochat-contact.active {
  border-color: rgba(158,247,176,.48);
  background: linear-gradient(135deg, rgba(89,216,255,.16), rgba(84,232,111,.11));
}

.gotochat-contact.unread {
  border-color: rgba(158,247,176,.34);
  box-shadow: inset 3px 0 0 #54e86f;
  background: linear-gradient(90deg, rgba(84,232,111,.16), rgba(255,255,255,.04));
}

.gotochat-inbox-list {
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 100%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(4,10,22,.32);
}

.gotochat-inbox-row {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(180px, 1.2fr) minmax(180px, 1.4fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.075);
  padding: 10px 12px;
  color: #eef6ff;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.gotochat-inbox-row:hover,
.gotochat-inbox-row.unread {
  background: rgba(89,216,255,.08);
}

.gotochat-inbox-row.unread {
  box-shadow: inset 3px 0 0 #9ef7b0;
}

.gotochat-inbox-row span,
.gotochat-inbox-row strong,
.gotochat-inbox-row small,
.gotochat-inbox-row em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-inbox-row span {
  font-weight: 700;
  font-size: 13px;
}

.gotochat-inbox-row strong {
  font-size: 13px;
}

.gotochat-inbox-row small,
.gotochat-inbox-row em {
  color: rgba(238,246,255,.58);
  font-size: 11px;
  font-style: normal;
}

.gotochat-back-row {
  width: fit-content;
  min-height: 32px;
  margin: 0 0 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 6px 11px;
  color: #eef6ff;
  background: rgba(255,255,255,.07);
  cursor: pointer;
}

@media (max-width: 760px) {
  .gotochat-inbox-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    min-height: 64px;
  }

  .gotochat-inbox-row em {
    display: none;
  }
}

.gotochat-thread {
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-inline: 1px solid rgba(255,255,255,.09);
}

.gotochat-thread-head,
.gotochat-composer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.gotochat-thread-head {
  justify-content: space-between;
}

.gotochat-player-link {
  border-radius: 999px;
  padding: 8px 12px;
  color: #061226;
  background: #9ef7b0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.gotochat-thread-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.gotochat-thread-actions button {
  min-height: 32px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 7px 11px;
  color: #eef6ff;
  background: rgba(255,255,255,.075);
  font-size: 11px;
  cursor: pointer;
}

.gotochat-messages {
  padding: 16px;
  background:
    radial-gradient(circle at 20% 0%, rgba(89,216,255,.1), transparent 30%),
    radial-gradient(circle at 90% 70%, rgba(255,123,87,.08), transparent 30%);
}

.gotochat-message {
  width: fit-content;
  max-width: min(520px, 76%);
  margin: 0 0 7px;
  border-radius: 14px 14px 14px 5px;
  padding: 7px 10px;
  color: #ecf6ff;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  line-height: 1.35;
}

.gotochat-message.ours {
  margin-left: auto;
  border-radius: 14px 14px 5px 14px;
  background: linear-gradient(135deg, rgba(84,232,111,.24), rgba(89,216,255,.18));
}

.gotochat-message.system {
  margin-inline: auto;
  border-radius: 999px;
  color: rgba(238,246,255,.72);
  background: rgba(255,255,255,.06);
  font-size: 11px;
}

.gotochat-message p {
  margin: 0 0 3px;
}

.gotochat-message time {
  color: rgba(238,246,255,.55);
  font-size: 11px;
}

.gotochat-mail-view,
.gotochat-mail-composer,
.gotochat-link-card,
.gotochat-storage-item {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 14px;
  color: #eef6ff;
  background: rgba(255,255,255,.065);
}

.gotochat-mail-view {
  display: grid;
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    radial-gradient(circle at 100% 0%, rgba(84,232,111,.12), transparent 34%);
}

.gotochat-mail-view header,
.gotochat-mail-composer footer,
.gotochat-link-card {
  display: grid;
  gap: 6px;
}

.gotochat-mail-view header small,
.gotochat-mail-view header span,
.gotochat-link-card span,
.gotochat-storage-item span,
.gotochat-storage-item footer,
.gotochat-mail-composer footer p {
  color: rgba(238,246,255,.64);
  font-size: 12px;
}

.gotochat-mail-view header strong {
  font-size: 18px;
  line-height: 1.15;
}

.gotochat-attachment-grid,
.gotochat-storage-browser {
  display: grid;
  gap: 10px;
}

.gotochat-attachment-grid article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 11px;
  background: rgba(0,0,0,.16);
}

.gotochat-attachment-grid article div,
.gotochat-storage-item footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gotochat-attachment-grid button,
.gotochat-storage-item button {
  min-height: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 6px 10px;
  color: #eef6ff;
  background: rgba(255,255,255,.08);
  font-size: 11px;
  cursor: pointer;
}

.gotochat-mail-composer {
  display: grid;
  gap: 9px;
  margin-top: 12px;
  background: rgba(6,18,38,.56);
}

.gotochat-file-drop {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px dashed rgba(158,247,176,.36);
  border-radius: 15px;
  color: rgba(238,246,255,.72);
  background: rgba(158,247,176,.06);
  cursor: pointer;
}

.gotochat-file-drop input {
  display: none;
}

.gotochat-selected-files {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gotochat-selected-files span {
  border-radius: 999px;
  padding: 6px 9px;
  color: #061226;
  background: #9ef7b0;
  font-size: 11px;
  font-weight: 700;
}

.gotochat-storage-browser {
  margin-top: 12px;
}

.gotochat-storage-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 10px;
  align-items: center;
}

.gotochat-storage-item img,
.gotochat-storage-item em {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  object-fit: cover;
}

.gotochat-storage-item em {
  display: grid;
  place-items: center;
  color: #061226;
  background: linear-gradient(135deg, #59d8ff, #54e86f);
  font-style: normal;
  font-weight: 900;
}

.gotochat-storage-item footer {
  grid-column: 1 / -1;
}

.gotochat-composer {
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 0;
}

.gotochat-composer button[type="button"] {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #eef6ff;
  background: rgba(255,255,255,.08);
}

.gotochat-composer button[type="submit"] {
  padding: 0 16px;
}

.gotochat-tools h2 {
  margin: 4px 0 6px;
  font-size: 20px;
}

.gotochat-tools h3 {
  margin: 14px 0 4px;
  font-size: 15px;
}

.gotochat-separator {
  height: 1px;
  margin: 14px 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
}

.gotochat-integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0;
}

.gotochat-bank-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.gotochat-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

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

.gotochat-module-grid button {
  min-height: 88px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 7px;
  text-align: left;
  color: #102033;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 145, 77, .2), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244, 250, 255, .9) 56%, rgba(255, 248, 239, .95));
  box-shadow: 0 18px 34px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255,255,255,.9);
}

.gotochat-module-grid button strong {
  font-size: 16px;
  letter-spacing: -.03em;
}

.gotochat-module-grid button span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.gotochat-bank-grid button {
  display: grid;
  gap: 4px;
  min-height: 72px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 12px;
  color: #102033;
  text-align: left;
  background:
    linear-gradient(140deg, rgba(255,255,255,.96), rgba(244,250,255,.88)),
    radial-gradient(circle at 90% 0%, rgba(89,216,255,.28), transparent 40%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 24px rgba(15,23,42,.07);
}

.gotochat-bank-grid strong {
  font-size: 13px;
}

.gotochat-bank-grid span {
  color: #64748b;
  font-size: 11px;
}

.gotochat-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gotochat-integration-grid button,
.gotochat-tools .primary-button,
.gotochat-tools .secondary-button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  color: #061226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  font-weight: 800;
}

.gotochat-bank-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  padding: 14px;
  background:
    radial-gradient(circle at 12% 10%, rgba(89,216,255,.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.04));
}

.gotochat-sales-console {
  display: grid;
  gap: 12px;
}

.gotochat-sales-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(7, 20, 36, .08);
  border-radius: 24px;
  padding: 15px;
  color: #071424;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 145, 77, .16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,249,252,.94));
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.gotochat-sales-card.featured {
  background:
    radial-gradient(circle at 10% 0%, rgba(31, 143, 255, .2), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(54, 211, 153, .18), transparent 34%),
    linear-gradient(145deg, #fff, #f6fbff);
}

.gotochat-sales-card.wide {
  grid-column: 1 / -1;
}

.gotochat-sales-card strong {
  color: #071424;
  font-size: 17px;
  letter-spacing: -.03em;
}

.gotochat-sales-card span,
.gotochat-sales-card small,
.gotochat-sales-card p {
  color: #64748b;
}

.gotochat-sales-card form {
  display: grid;
  gap: 8px;
}

.gotochat-sales-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-sales-kpis b {
  display: grid;
  gap: 3px;
  border-radius: 18px;
  padding: 12px;
  color: #071424;
  background: #fff;
  border: 1px solid rgba(7, 20, 36, .08);
}

.gotochat-sales-kpis small {
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gotochat-denomination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-denomination-grid label {
  display: grid;
  gap: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
}

.gotochat-sales-reconcile {
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(7, 20, 36, .08);
}

.gotochat-sales-reconcile.balanced {
  background: #e8fbef;
  color: #075e2c;
}

.gotochat-sales-reconcile.difference {
  background: #fff2d7;
  color: #915c00;
}

.gotochat-connector.status-limited .gotochat-status-dot {
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, .14);
}

.gotochat-pyme-console,
.gotochat-pyme-content {
  display: grid;
  gap: 12px;
}

.gotochat-pyme-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(7, 20, 36, .08);
  border-radius: 24px;
  padding: 14px;
  color: #071424;
  background:
    radial-gradient(circle at 0% 0%, rgba(84, 232, 111, .12), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(255, 145, 77, .13), transparent 34%),
    linear-gradient(145deg, #fff, #f7fafc);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.gotochat-pyme-card.wide {
  grid-column: 1 / -1;
}

.gotochat-pyme-card.identity {
  grid-template-columns: 48px 1fr;
  align-items: center;
}

.gotochat-pyme-card.identity img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 16px;
  background: #071424;
}

.gotochat-pyme-card.enterprise {
  border-color: rgba(31, 143, 255, .16);
  background:
    radial-gradient(circle at 8% 0%, rgba(31, 143, 255, .16), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(84, 232, 111, .18), transparent 30%),
    radial-gradient(circle at 50% 120%, rgba(255, 145, 77, .16), transparent 38%),
    linear-gradient(145deg, #ffffff, #f8fbff);
}

.gotochat-pyme-card.enterprise > small {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #075985;
  background: rgba(31, 143, 255, .1);
}

.gotochat-pricing-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-pricing-mini b {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(7, 20, 36, .08);
  border-radius: 16px;
  color: #071424;
  background: rgba(255,255,255,.82);
}

.gotochat-pricing-mini small {
  color: #109f66;
  font-size: 13px;
  font-weight: 800;
}

.gotochat-pyme-card strong {
  color: #071424;
  font-size: 17px;
  letter-spacing: -.03em;
}

.gotochat-pyme-card span,
.gotochat-pyme-card small,
.gotochat-pyme-card p,
.gotochat-pyme-card em {
  color: #64748b;
  font-style: normal;
}

.gotochat-pyme-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-pyme-nav button,
.gotochat-menu-grid button {
  min-height: 66px;
  border: 1px solid rgba(7, 20, 36, .08);
  border-radius: 18px;
  padding: 10px;
  color: #071424;
  text-align: left;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.gotochat-pyme-nav button.active {
  color: #061226;
  border-color: rgba(31, 143, 255, .28);
  background: linear-gradient(135deg, rgba(89,216,255,.28), rgba(84,232,111,.22));
}

.gotochat-pyme-nav button b,
.gotochat-menu-grid button b {
  display: block;
  color: inherit;
  font-size: 13px;
  letter-spacing: -.02em;
}

.gotochat-pyme-nav button span,
.gotochat-menu-grid button span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.25;
}

.gotochat-pyme-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.gotochat-pyme-order-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-menu-section {
  display: grid;
  gap: 8px;
}

.gotochat-menu-section h3 {
  margin: 6px 0 0;
  color: #071424;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gotochat-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gotochat-pyme-ticket {
  display: grid;
  gap: 6px;
  border-radius: 18px;
  padding: 12px;
  border: 1px dashed rgba(7, 20, 36, .16);
  background: #fff;
}

.gotochat-pyme-ticket div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #071424;
}

@media (max-width: 720px) {
  .gotochat-pyme-nav,
  .gotochat-menu-grid,
  .gotochat-pyme-order-meta {
    grid-template-columns: 1fr;
  }
}

.gotochat-checkout-console .gotochat-bank-card {
  color: #071424;
  border: 1px solid rgba(11, 30, 54, .08);
  border-radius: 24px;
  padding: 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(84,232,111,.22), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(89,216,255,.2), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,248,252,.94));
  box-shadow: 0 20px 52px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.86);
}

.gotochat-bank-card-head,
.gotochat-money-panel,
.gotochat-wallet-release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gotochat-bank-card-head {
  align-items: flex-start;
}

.gotochat-checkout-console .gotochat-bank-card small,
.gotochat-checkout-console .gotochat-bank-card span,
.gotochat-checkout-console .gotochat-bank-card p {
  color: #587083;
}

.gotochat-checkout-console .gotochat-bank-card strong {
  color: #071424;
  font-size: 17px;
}

.gotochat-payment-status {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.gotochat-payment-status.paid { color: #075e2c; background: #dff8e8; }
.gotochat-payment-status.pending { color: #915c00; background: #fff2d7; }
.gotochat-payment-status.cancelled { color: #9d1c10; background: #ffe3df; }

.gotochat-money-panel {
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff, #eef8ff);
  border: 1px solid rgba(7,20,36,.08);
}

.gotochat-money-panel code {
  max-width: 48%;
  color: #587083;
  overflow-wrap: anywhere;
  font-size: 10px;
}

.gotochat-payment-steps {
  --step: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.gotochat-payment-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 13px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #26d66b calc((var(--step) - 1) * 33.3%), #d7e0e8 0);
}

.gotochat-payment-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #7b8b99;
  font-size: 10px;
  font-weight: 850;
  z-index: 1;
}

.gotochat-payment-steps li::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #d7e0e8;
  box-shadow: inset 0 0 0 4px #fff;
}

.gotochat-payment-steps li.done {
  color: #075e2c;
}

.gotochat-payment-steps li.done::before {
  background: linear-gradient(135deg, #26d66b, #20d7c5);
}

.gotochat-crm-trace {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,.72);
}

.gotochat-crm-trace strong {
  font-size: 13px;
}

.gotochat-crm-trace div {
  display: grid;
  gap: 7px;
}

.gotochat-crm-trace p {
  display: grid;
  gap: 2px;
  margin: 0;
  border-left: 3px solid #26d66b;
  padding-left: 8px;
}

.gotochat-crm-trace b {
  color: #071424;
  font-size: 12px;
}

.gotochat-crm-trace small {
  color: #7b8b99;
  font-size: 10px;
}

.gotochat-wallet-release {
  border-radius: 18px;
  padding: 12px;
  color: #075e2c;
  background: #e4f9ec;
  border: 1px solid rgba(38,214,107,.28);
  font-weight: 900;
}

.gotochat-wallet-release.locked {
  color: #915c00;
  background: #fff4dc;
  border-color: rgba(255,178,61,.32);
}

.gotochat-wallet-release a {
  color: #075e2c;
  font-size: 12px;
  font-weight: 900;
}

.gotochat-bank-card.is-paid {
  border-color: rgba(84,232,111,.38);
  background:
    radial-gradient(circle at 10% 0%, rgba(84,232,111,.2), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
}

.gotochat-bank-card small,
.gotochat-bank-card span,
.gotochat-bank-card p {
  color: rgba(238,246,255,.68);
}

.gotochat-bank-card strong {
  display: block;
  margin: 2px 0;
  font-size: 16px;
}

.gotochat-bank-card b {
  color: #9ef7b0;
  font-size: 20px;
}

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

.gotochat-bank-actions button,
.gotochat-bank-actions a {
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  padding: 9px 12px;
  color: #061226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.gotochat-bank-actions button:disabled {
  color: rgba(238,246,255,.45);
  background: rgba(255,255,255,.08);
  cursor: not-allowed;
}

.gotochat-wallet-frame {
  width: 100%;
  height: 220px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: #fff;
}

.gotochat-wallet-frame.compact {
  height: min(48vh, 390px);
  border-color: rgba(36,125,255,.16);
  box-shadow: 0 12px 30px rgba(14,52,92,.12);
}

.gotochat-checkout-console .gotochat-bank-card small,
.gotochat-checkout-console .gotochat-bank-card span,
.gotochat-checkout-console .gotochat-bank-card p {
  color: #587083;
}

.gotochat-checkout-console .gotochat-bank-card b {
  color: #071424;
}

.gotochat-checkout-console .gotochat-bank-actions button,
.gotochat-checkout-console .gotochat-bank-actions a {
  border-radius: 999px;
  color: #071424;
  background: linear-gradient(135deg, #ffffff, #edf6ff);
  border: 1px solid rgba(7,20,36,.1);
  box-shadow: 0 8px 18px rgba(7,20,36,.08);
}

.gotochat-checkout-console .gotochat-bank-actions button:not(:disabled):nth-child(4),
.gotochat-checkout-console .gotochat-bank-actions button:not(:disabled)[data-checkout-wallet] {
  color: #053c20;
  background: linear-gradient(135deg, #dff8e8, #c7f7e9);
}

.gotochat-checkout-console .gotochat-bank-actions button[data-checkout-cancel] {
  color: #9d1c10;
  background: #ffe8e4;
}

.gotochat-reward-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  color: #071424;
  background: linear-gradient(135deg, #ffffff, #f7fbff);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.gotochat-reward-card strong,
.gotochat-reward-card span {
  display: block;
}

.gotochat-reward-card span {
  color: #64748b;
  font-size: 12px;
}

.gotochat-reward-card b,
.gotochat-reward-card em {
  font-style: normal;
  white-space: nowrap;
}

.gotochat-reward-card button {
  grid-column: 1 / -1;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  color: #06223a;
  background: linear-gradient(135deg, #dff8e8, #dff3ff);
  font-weight: 800;
}

.gotochat-calendar-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.gotochat-calendar-item {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,.055);
}

.gotochat-calendar-item span,
.gotochat-calendar-item small {
  color: rgba(238,246,255,.65);
}

.gotochat-avatar-uploader {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 20px;
  cursor: pointer;
}

.gotochat-avatar-uploader input {
  display: none;
}

.gotochat-avatar-uploader span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  color: #061226;
  background: linear-gradient(135deg, #54e86f, #59d8ff);
  font-size: 22px;
  font-weight: 800;
}

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

@media (max-width: 980px) {
  .gotochat-body {
    overflow: auto;
  }
  .gotochat-topbar {
    grid-template-columns: 1fr auto;
  }

  .gotochat-session,
  .gotochat-wallet-strip {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .gotochat-app {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gotochat-sidebar,
  .gotochat-tools {
    max-height: 360px;
  }

  .gotochat-thread {
    min-height: 520px;
    border-inline: 0;
    border-block: 1px solid rgba(255,255,255,.09);
  }

  .gotochat-login {
    grid-template-columns: 1fr;
  }
}

/* gochat+ final visual override */
.gotochat-body {
  color: #071424;
  background:
    radial-gradient(circle at 4% 8%, rgba(36, 132, 255, .12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(50, 207, 129, .11), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.gotochat-topbar,
.gotochat-app,
.gotochat-login {
  border: 1px solid rgba(7, 20, 36, .08);
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 64px rgba(12, 36, 64, .11);
}

.gotochat-brand,
.gotochat-session,
.gotochat-contact,
.gotochat-result,
.gotochat-connector,
.gotochat-token-card,
.gotochat-empty,
.gotochat-inbox-row,
.gotochat-mail-view,
.gotochat-mail-composer,
.gotochat-link-card,
.gotochat-storage-item {
  color: #071424;
}

.gotochat-brand img {
  width: 48px;
  height: 48px;
  box-shadow: 0 12px 26px rgba(19, 96, 180, .18);
}

.gotochat-brand span {
  color: #1d2b3f;
  font-size: 25px;
  font-weight: 300;
}

.gotochat-brand b {
  color: #0a5be0;
  font-weight: 850;
}

.gotochat-brand i {
  color: #31ca75;
  font-style: italic;
  font-weight: 700;
}

.gotochat-actions,
.gotochat-session,
.gotochat-channel-strip span,
.gotochat-tabs button,
.gotochat-back-row,
.gotochat-thread-actions button,
.gotochat-message,
.gotochat-bank-actions button,
.gotochat-attachment-grid button,
.gotochat-storage-item button {
  color: #516274;
  border-color: rgba(7,20,36,.08);
  background: #f6f9fc;
}

.gotochat-icon-btn {
  border: 1px solid rgba(8, 38, 76, .08);
  border-radius: 999px;
  color: #0b2038;
  background:
    radial-gradient(circle at 28% 16%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: 0 10px 26px rgba(14, 52, 92, .11), inset 0 1px 0 rgba(255,255,255,.95);
}

.gotochat-icon-btn:hover,
.gotochat-icon-btn:focus-visible {
  color: #063eaa;
  border-color: rgba(49,202,117,.38);
  box-shadow: 0 12px 28px rgba(14,96,180,.16), 0 0 0 3px rgba(49,202,117,.12);
}

.gotochat-icon-btn.danger,
.gotochat-search button,
.gotochat-composer button,
.gotochat-tabs button.active,
.gotochat-player-link,
.gotochat-integration-grid button,
.gotochat-tools .primary-button,
.gotochat-tools .secondary-button,
.gotochat-new-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
}

.gotochat-app {
  grid-template-columns: minmax(250px, 315px) minmax(0, 1fr) minmax(280px, 340px);
  border-radius: 26px;
  background: #ffffff;
}

.gotochat-sidebar,
.gotochat-tools {
  background: #f8fbff;
}

.gotochat-thread {
  background: #ffffff;
  border-inline: 1px solid rgba(7,20,36,.08);
}

.gotochat-login input,
.gotochat-tools input,
.gotochat-tools textarea,
.gotochat-tools select,
.gotochat-composer input,
.gotochat-search input,
.gotochat-mail-composer textarea {
  color: #071424;
  border-color: rgba(7,20,36,.1);
  background: #ffffff;
}

.gotochat-contact,
.gotochat-result,
.gotochat-connector,
.gotochat-token-card,
.gotochat-empty,
.gotochat-mail-view,
.gotochat-mail-composer,
.gotochat-link-card,
.gotochat-storage-item {
  border-color: rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-contact {
  min-height: 58px;
  border-radius: 14px;
  padding: 9px 10px;
  box-shadow: none;
}

.gotochat-contact span {
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
}

.gotochat-contact:not(.unread) span {
  color: #52677d;
  background: #e8eff7;
}

.gotochat-contact.active {
  border-color: rgba(36,125,255,.26);
  background: linear-gradient(90deg, rgba(36,125,255,.08), rgba(49,202,117,.045));
}

.gotochat-contact.unread {
  border-color: rgba(49,202,117,.36);
  box-shadow: inset 3px 0 0 #31ca75;
  background: linear-gradient(90deg, rgba(49,202,117,.12), #ffffff);
}

.gotochat-contact small,
.gotochat-contact em,
.gotochat-thread-head span,
.gotochat-tools p,
.gotochat-sidebar-head span,
.gotochat-mail-view header small,
.gotochat-mail-view header span,
.gotochat-link-card span,
.gotochat-storage-item span,
.gotochat-storage-item footer,
.gotochat-mail-composer footer p {
  color: #66788c;
}

.gotochat-inbox-list {
  border-color: rgba(7,20,36,.08);
  background: #ffffff;
}

.gotochat-inbox-row {
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  min-height: 58px;
  border-bottom: 1px solid rgba(7,20,36,.07);
}

.gotochat-inbox-row span {
  color: #14243a;
  font-size: 13px;
  font-weight: 600;
}

.gotochat-inbox-row small,
.gotochat-inbox-row em {
  color: #6c7f91;
}

.gotochat-inbox-row:hover,
.gotochat-inbox-row.unread {
  background: rgba(36,125,255,.055);
}

.gotochat-inbox-row.unread {
  box-shadow: inset 3px 0 0 #31ca75;
}

.gotochat-messages {
  background:
    radial-gradient(circle at 6% 0%, rgba(36,125,255,.08), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(49,202,117,.075), transparent 30%),
    #ffffff;
}

.gotochat-message {
  color: #152238;
}

.gotochat-message.ours {
  background: linear-gradient(135deg, rgba(36,125,255,.12), rgba(49,202,117,.11));
}

.gotochat-context-preview {
  display: grid;
  gap: 3px;
  margin: 8px 0 12px;
  border: 1px solid rgba(36,125,255,.12);
  border-radius: 16px;
  padding: 11px 12px;
  color: #071424;
  background: linear-gradient(135deg, rgba(36,125,255,.075), rgba(49,202,117,.06));
}

.gotochat-context-preview span {
  color: #66788c;
  font-size: 12px;
}

.gotochat-tools .gotochat-module-grid.compact {
  grid-template-columns: 1fr;
  gap: 8px;
}

.gotochat-module-grid button,
.gotochat-bank-grid button {
  min-height: 58px;
  border-radius: 16px;
  padding: 10px 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(14,52,92,.07), inset 3px 0 0 rgba(36,125,255,.52);
}

.gotochat-module-grid button strong,
.gotochat-bank-grid strong {
  color: #071424;
  font-size: 13px;
  letter-spacing: 0;
}

.gotochat-module-grid button span,
.gotochat-bank-grid span {
  color: #66788c;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 980px) {
  .gotochat-app {
    grid-template-columns: 1fr;
  }

  .gotochat-thread {
    border-inline: 0;
    border-block: 1px solid rgba(7,20,36,.08);
  }
}

/* gochat+ compact inbox refinements */
.gotochat-tabs {
  display: none !important;
}

.gotochat-sidebar {
  grid-template-rows: auto auto minmax(0, 1fr);
}

.gotochat-search {
  margin: 8px 0 12px;
}

.gotochat-body,
.gotochat-body * {
  font-style: normal;
}

.gotochat-brand i {
  font-style: normal;
}

.gotochat-sidebar-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.gotochat-sidebar-head button {
  min-height: 30px;
  border: 1px solid rgba(36,125,255,.18);
  border-radius: 999px;
  padding: 5px 12px;
  background: #f4f9ff;
  color: #15324f;
  font-size: 12px;
  font-weight: 700;
}

.gotochat-search input {
  width: 100%;
}

.gotochat-search button {
  display: none !important;
}

.gotochat-contact {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 50px;
  padding-left: 12px;
}

.gotochat-contact strong,
.gotochat-contact small {
  line-height: 1.15;
}

.gotochat-contact em {
  display: none;
}

.gotochat-contact > span {
  display: none;
}

.gotochat-module-grid button {
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px;
  min-height: 52px;
}

.gotochat-module-grid button strong,
.gotochat-module-grid button span,
.gotochat-bank-grid button strong,
.gotochat-bank-grid button span {
  display: block;
  min-width: 0;
  line-height: 1.12;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gotochat-context-preview {
  min-height: 112px;
}

.gotochat-context-preview strong,
.gotochat-context-preview span {
  overflow-wrap: anywhere;
}

/* gochat+ suite organization and right-panel scroll repair */
.gotochat-tools {
  max-height: calc(100dvh - 118px);
  overflow-y: auto !important;
  overscroll-behavior: contain;
  padding-bottom: 22px;
}

.gotochat-tools [data-gochat-tool-panel]:not([hidden]) {
  display: grid;
  gap: 12px;
  min-height: 0;
}

.gotochat-suite-groups {
  display: grid;
  gap: 10px;
}

.gotochat-suite-groups details {
  border: 1px solid rgba(7, 20, 36, .08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 10px 24px rgba(14, 52, 92, .05);
  overflow: hidden;
}

.gotochat-suite-groups summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  cursor: pointer;
  list-style: none;
}

.gotochat-suite-groups summary::-webkit-details-marker {
  display: none;
}

.gotochat-suite-groups summary span {
  color: #071424;
  font-size: 13px;
  font-weight: 650;
}

.gotochat-suite-groups summary small {
  color: #66788c;
  font-size: 10px;
  font-weight: 500;
}

.gotochat-suite-groups .gotochat-module-grid {
  padding: 0 10px 10px;
}

.gotochat-admin-console {
  display: grid;
  gap: 10px;
}

.gotochat-admin-console form {
  display: grid;
  gap: 8px;
}

.gotochat-admin-console .gotochat-pyme-card {
  min-height: 0;
}

@media (max-width: 980px) {
  .gotochat-tools {
    max-height: min(54dvh, 460px);
  }
}

.gotochat-connector.compact {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 9px;
}

.gotochat-connector.compact strong,
.gotochat-connector.compact small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-connector.compact small {
  grid-column: 2 / 3;
  color: #66788c;
  font-size: 11px;
}

.gotochat-connector.compact button {
  grid-row: 1 / span 2;
  grid-column: 3;
  min-height: 30px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 999px;
  padding: 5px 9px;
  color: #15324f;
  background: #f3f8fc;
}

.gotochat-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #31ca75;
  box-shadow: 0 0 0 4px rgba(49,202,117,.12);
}

/* gochat+ executive hub refinements */
.gotochat-topbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  background:
    radial-gradient(circle at 12% 0%, rgba(36,125,255,.16), transparent 32%),
    radial-gradient(circle at 74% 0%, rgba(49,202,117,.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 64%, #eef8f4 100%);
}

.gotochat-brand {
  grid-row: 1;
}

.gotochat-actions {
  grid-column: 3;
  justify-self: end;
}

.gotochat-session {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  margin-left: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gotochat-session strong,
.gotochat-wallet-strip code {
  color: #0a5be0;
  font-weight: 300;
}

.gotochat-session span {
  color: #5b7289;
  font-weight: 300;
}

.gotochat-wallet-strip {
  grid-column: 1 / 3;
  grid-row: 3;
  width: min(620px, 100%);
  color: #0a5be0;
  border-color: rgba(36,125,255,.12);
  background: rgba(255,255,255,.68);
}

.gotochat-tools {
  font-size: 13px;
  background: #f8fbff;
}

.gotochat-tools h2,
.gotochat-tools h3,
.gotochat-module-grid button strong,
.gotochat-bank-grid strong,
.gotochat-integration-group summary span {
  font-size: 13px;
  font-weight: 500;
}

.gotochat-tools p,
.gotochat-module-grid button span,
.gotochat-bank-grid span,
.gotochat-integration-group p,
.gotochat-integration-group summary small,
.gotochat-connector.compact small {
  font-size: 11px;
  font-weight: 300;
}

.gotochat-integration-group {
  margin-bottom: 10px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14,52,92,.05);
  overflow: hidden;
}

.gotochat-integration-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  padding: 10px 12px;
  list-style: none;
}

.gotochat-integration-group summary::-webkit-details-marker {
  display: none;
}

.gotochat-integration-group p {
  margin: 0;
  padding: 0 12px 10px;
  color: #66788c;
}

.gotochat-connector.compact.status-pending .gotochat-status-dot {
  background: #f6a21a;
  box-shadow: 0 0 0 4px rgba(246,162,26,.14);
}

.gotochat-connector.compact.status-error .gotochat-status-dot {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239,68,68,.12);
}

.gotochat-connector.compact.status-legacy,
.gotochat-connector.compact.status-revoked {
  opacity: .72;
}

.gotochat-connector.compact.status-legacy .gotochat-status-dot {
  background: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148,163,184,.14);
}

.gotochat-connector.compact.status-revoked .gotochat-status-dot {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239,68,68,.12);
}

.gotochat-connector-inspector {
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(36,125,255,.10), transparent 30%),
    radial-gradient(circle at 100% 0, rgba(49,202,117,.10), transparent 32%),
    linear-gradient(145deg, #fff, #f8fbff);
  box-shadow: 0 14px 32px rgba(15,23,42,.07);
}

.gotochat-connector-inspector header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.gotochat-connector-inspector header div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.gotochat-connector-inspector small,
.gotochat-connector-inspector span,
.gotochat-connector-inspector p,
.gotochat-connector-inspector dt {
  color: #66788c;
  font-size: 11px;
  font-weight: 300;
}

.gotochat-connector-inspector strong {
  color: #071424;
  font-size: 15px;
  font-weight: 500;
}

.gotochat-connector-inspector b {
  border-radius: 999px;
  padding: 5px 9px;
  color: #075e2c;
  background: #e8fbef;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gotochat-connector-inspector.status-limited b,
.gotochat-connector-inspector.status-pending b {
  color: #8a5200;
  background: #fff3d8;
}

.gotochat-connector-inspector.status-legacy b {
  color: #475569;
  background: #eef2f7;
}

.gotochat-connector-inspector.status-revoked b,
.gotochat-connector-inspector.status-error b {
  color: #991b1b;
  background: #ffe7e7;
}

.gotochat-connector-inspector dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.gotochat-connector-inspector dl div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.gotochat-connector-inspector dd {
  margin: 0;
  min-width: 0;
  color: #15324f;
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.gotochat-rewards-console {
  display: grid;
  gap: 8px;
  margin: 10px 0;
}

.gotochat-reward-wallet-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, #247dff 0%, #31ca75 54%, #7c4dff 100%);
  box-shadow: 0 16px 36px rgba(36,125,255,.22);
}

.gotochat-reward-wallet-card small,
.gotochat-reward-wallet-card span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 300;
}

.gotochat-reward-wallet-card strong {
  display: block;
  margin: 4px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.gotochat-reward-wallet-card b {
  white-space: nowrap;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.gotochat-rewards-console article {
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 14px;
  padding: 10px;
  background: #ffffff;
}

.gotochat-mail-view p {
  color: #30465d;
  font-weight: 300;
}

.gotochat-rewards-subscribe,
.gotochat-video-stage,
.gotochat-crm-summary,
.gotochat-crm-line {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 16px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14,52,92,.06);
}

.gotochat-rewards-subscribe span,
.gotochat-video-stage span,
.gotochat-crm-line span {
  color: #66788c;
  font-size: 12px;
  line-height: 1.35;
}

.gotochat-rewards-subscribe label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #33475b;
  font-size: 12px;
}

.gotochat-rewards-subscribe button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #247dff, #31ca75);
  font-weight: 800;
}

.gotochat-reward-line {
  display: block;
  margin-top: 4px;
  color: #247dff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.gotochat-video-frame {
  display: grid;
  place-items: center;
  min-height: 132px;
  border: 1px solid rgba(7,20,36,.08);
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 15%, rgba(49,202,117,.25), transparent 32%),
    linear-gradient(135deg, #0a1e3a, #113e62);
}

.gotochat-video-frame em {
  color: rgba(255,255,255,.72);
  font-style: normal;
  font-size: 12px;
}

.gotochat-video-frame b {
  font-size: 24px;
}

.gotochat-crm-summary div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.gotochat-crm-summary span {
  border-radius: 12px;
  padding: 8px;
  color: #15324f;
  background: #f2f7fb;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.gotochat-bank-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  gap: 8px;
  align-items: stretch;
}

.gotochat-bank-actions button,
.gotochat-bank-actions a {
  width: 100%;
  min-width: 0;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.14;
}

.gotochat-tools .gotochat-bank-actions button,
.gotochat-tools .gotochat-bank-actions a {
  min-height: 42px;
  padding-inline: 10px;
}

.gotochat-back-row.tool-back {
  width: 100%;
  margin: 0 0 10px;
  justify-content: center;
}

.gotochat-gwpin-card {
  display: grid;
  gap: 6px;
  width: 100%;
}

.gotochat-gwpin-card.visual {
  gap: 10px;
}

.gotochat-gwpin-card small {
  color: #247dff;
  font-size: 11px;
  font-weight: 600;
  text-transform: lowercase;
}

.gotochat-gwpin-card strong {
  color: #071424;
  font-size: 13px;
  font-weight: 600;
}

.gotochat-gwpin-card span {
  color: #66788c;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.35;
}

.gotochat-gwpin-inline {
  border-color: rgba(36,125,255,.16);
  background:
    radial-gradient(circle at 0% 0%, rgba(36,125,255,.09), transparent 30%),
    linear-gradient(145deg, #ffffff, #f7fbff);
}

.gotochat-whatsapp-viewer {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(15, 33, 56, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(236,255,247,0.86));
  box-shadow: 0 14px 38px rgba(15, 33, 56, 0.08);
}

.gotochat-whatsapp-viewer header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gotochat-whatsapp-viewer header div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.gotochat-whatsapp-viewer strong {
  color: #071528;
  font-weight: 700;
}

.gotochat-whatsapp-viewer span {
  color: rgba(7, 21, 40, 0.68);
  font-size: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-whatsapp-viewer button,
.gotochat-whatsapp-tabs button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(7, 21, 40, 0.08);
  color: #071528;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.gotochat-whatsapp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gotochat-whatsapp-tabs button.active {
  background: linear-gradient(135deg, #1478ff, #35d976);
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 120, 255, 0.22);
}

.gotochat-whatsapp-detail {
  display: grid;
  gap: 4px;
  margin: 12px 0;
  padding: 10px 12px;
  border-left: 3px solid #35d976;
  border-radius: 12px;
  background: rgba(53, 217, 118, 0.08);
}

.gotochat-whatsapp-detail b {
  color: #071528;
}

.gotochat-whatsapp-detail span,
.gotochat-whatsapp-detail code {
  color: rgba(7, 21, 40, 0.64);
  font-size: 0.82rem;
}

.gotochat-inbox-operation {
  display: grid;
  gap: 8px;
}

.gotochat-inbox-operation button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  align-items: center;
  min-height: 56px;
  border: 1px solid rgba(7, 20, 36, 0.08);
  border-radius: 16px;
  padding: 10px 12px;
  color: #071424;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(14, 52, 92, 0.06);
  cursor: pointer;
  text-align: left;
}

.gotochat-inbox-operation button:hover,
.gotochat-inbox-operation button:focus-visible {
  border-color: rgba(36, 125, 255, 0.24);
  background: linear-gradient(90deg, rgba(36, 125, 255, 0.07), rgba(49, 202, 117, 0.05));
}

.gotochat-inbox-operation strong,
.gotochat-inbox-operation span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-inbox-operation strong {
  font-size: 13px;
  font-weight: 600;
}

.gotochat-inbox-operation span,
.gotochat-inbox-operation small {
  color: #66788c;
  font-size: 11px;
  font-weight: 300;
}

.gotochat-inbox-operation small {
  grid-row: 1 / span 2;
  grid-column: 2;
  white-space: nowrap;
}

.gotochat-inbox-operation button.active {
  border-color: rgba(36, 125, 255, 0.34);
  background: linear-gradient(90deg, rgba(36, 125, 255, 0.1), rgba(49, 202, 117, 0.08));
}

.gotochat-inbox-operation-detail {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(7, 20, 36, 0.08);
}

.gotochat-inbox-operation-detail header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gotochat-inbox-operation-detail header div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.gotochat-inbox-operation-detail header strong,
.gotochat-inbox-operation-detail header span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-inbox-operation-detail header strong {
  color: #071424;
  font-size: 13px;
  font-weight: 600;
}

.gotochat-inbox-operation-detail header span {
  color: #66788c;
  font-size: 11px;
  font-weight: 300;
}

.gotochat-inbox-operation-detail header button {
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  color: #071424;
  background: rgba(7, 20, 36, 0.06);
  cursor: pointer;
}

.gotochat-contact.crm-worklog {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 10px;
  padding: 10px 12px;
}

.gotochat-contact.crm-worklog > span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, #1688ff, #31ca75 58%, #7a4dff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.gotochat-contact.crm-worklog strong {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gotochat-contact.crm-worklog small {
  justify-self: end;
  color: #5f7085;
  font-size: 10px;
  font-weight: 300;
  white-space: nowrap;
}

.gotochat-contact.crm-worklog em {
  grid-column: 2 / span 2;
  color: #314155;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gotochat-contact.crm-worklog.unread {
  box-shadow: inset 3px 0 0 #31ca75;
}

/* go operational screens v20260625: compact white workspace with GB-gradient edges. */
.gotoiptv-player-body.auth-only,
.gomail-operational {
  background:
    radial-gradient(circle at 9% 8%, rgba(22, 136, 255, 0.34), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(49, 202, 117, 0.28), transparent 32%),
    radial-gradient(circle at 76% 92%, rgba(122, 77, 255, 0.22), transparent 36%),
    linear-gradient(145deg, #eef9ff 0%, #f8fff9 44%, #fbf8ff 100%) !important;
  color: #071424;
}

.gotoiptv-player-body.auth-only .gotoiptv-player-shell,
.gomail-operational .goplus-shell {
  width: min(100% - 28px, 1180px);
  max-height: calc(100dvh - 28px);
  overflow: hidden;
  border: 1px solid rgba(7, 20, 36, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 80px rgba(7, 20, 36, 0.16);
}

.gotoiptv-player-body.auth-only .gotoiptv-player-logo {
  pointer-events: none;
  cursor: default;
}

.gotoiptv-player-body.auth-only .gotoiptv-player-logo img {
  width: clamp(38px, 5vw, 54px);
  height: clamp(38px, 5vw, 54px);
}

.gotoiptv-player-body.auth-only .gotoplayer-plus-lockup {
  color: #071424;
  font-size: clamp(18px, 2vw, 25px);
}

.gotoiptv-player-body.auth-only .gotoiptv-viewer-auth,
.gotoiptv-player-body.auth-only .gotoiptv-account-landing {
  max-width: 680px;
  margin-inline: auto;
}

.gotoiptv-player-body.auth-only .gotoiptv-viewer-auth h1,
.gotoiptv-player-body.auth-only .gotoiptv-account-hero h1,
.gotoiptv-player-body.auth-only .gotoiptv-connect-panel h1 {
  font-size: clamp(24px, 3vw, 34px) !important;
  letter-spacing: 0 !important;
}

.gotoiptv-player-body.auth-only .gotoiptv-viewer-auth p,
.gotoiptv-player-body.auth-only .gotoiptv-account-hero p,
.gotoiptv-player-body.auth-only .gotoplayer-auth-legal,
.gotoiptv-player-body.auth-only .gotoplayer-monetization-note span {
  color: #486174;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.gotoiptv-player-body.auth-only .gotoiptv-form label {
  color: #102033;
  font-size: 12px;
  font-weight: 500;
}

.gotoiptv-player-body.auth-only .gotoiptv-form input,
.gotoiptv-player-body.auth-only .gotoiptv-form select {
  border: 1px solid rgba(7, 20, 36, 0.1);
  color: #071424;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
}

.gotoiptv-player-body.auth-only .primary-button,
.gotoiptv-player-body.auth-only .secondary-button,
.gomail-operational .primary-button,
.gomail-operational .secondary-button {
  min-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0;
}

.gomail-operational .goplus-hero {
  min-height: auto;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 28px;
  background:
    linear-gradient(125deg, rgba(255,255,255,0.94), rgba(244,251,255,0.88)),
    radial-gradient(circle at 0 0, rgba(22,136,255,.20), transparent 38%),
    radial-gradient(circle at 100% 0, rgba(49,202,117,.18), transparent 40%) !important;
}

.gomail-operational .goplus-hero h1 {
  max-width: 760px;
  color: #071424;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0;
}

.gomail-operational .goplus-hero p,
.gomail-operational .subtle {
  color: #506579;
  font-size: 13px;
  font-weight: 300;
}

.gomail-workspace {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(240px, 1fr) minmax(280px, 1.15fr);
  gap: 12px;
  min-height: min(58dvh, 560px);
}

.gomail-mailboxes,
.gomail-message-list,
.gomail-message-detail {
  min-width: 0;
  border: 1px solid rgba(7, 20, 36, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  overflow: auto;
}

.gomail-mailboxes,
.gomail-message-list {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 8px;
}

.gomail-mailboxes button,
.gomail-message-list button {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 10px 11px;
  color: #071424;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.gomail-mailboxes button.is-active,
.gomail-message-list button.is-active {
  background: linear-gradient(135deg, rgba(22,136,255,.12), rgba(49,202,117,.10));
  box-shadow: inset 3px 0 0 #31ca75;
}

.gomail-mailboxes b,
.gomail-message-list b {
  overflow: hidden;
  font-size: 12px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gomail-mailboxes span,
.gomail-message-list span,
.gomail-message-list small {
  overflow: hidden;
  color: #627487;
  font-size: 11px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gomail-message-detail {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.gomail-message-detail h3 {
  margin: 0;
  color: #071424;
  font-size: 18px;
  font-weight: 620;
  letter-spacing: 0;
}

.gomail-message-detail p,
.gomail-message-body {
  margin: 0;
  color: #33485c;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.gomail-compose {
  display: grid;
  gap: 8px;
}

.gomail-compose textarea {
  min-height: 92px;
  resize: vertical;
  border: 1px solid rgba(7, 20, 36, 0.1);
  border-radius: 16px;
  padding: 12px;
  color: #071424;
  background: #fff;
  font: inherit;
}

.gomail-compose div {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .gotoiptv-player-body.auth-only .gotoiptv-player-shell,
  .gomail-operational .goplus-shell {
    width: min(100% - 16px, 100%);
    max-height: calc(100dvh - 16px);
    border-radius: 20px;
  }

  .gomail-workspace {
    grid-template-columns: 1fr;
    max-height: 66dvh;
  }
}

/* GO operational restore 2026-06-25: clear center, compact typography, no italics. */
.go-suite-light,
.gopay-op {
  margin: 0;
  min-height: 100dvh;
  overflow: hidden;
  font-family: var(--font-sans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-style: normal;
  color: #071226;
  background:
    radial-gradient(circle at 0 0, rgba(20, 124, 255, .32), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(82, 226, 104, .26), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #eef6ff 46%, #f3fff6 100%);
}

.go-suite-op,
.go-suite-op * {
  box-sizing: border-box;
  font-style: normal;
}

.go-suite-op {
  width: min(100vw - 24px, 1440px);
  height: min(100dvh - 24px, 920px);
  margin: 12px auto;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
}

.go-suite-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(10, 31, 68, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(7, 18, 38, .08);
  backdrop-filter: blur(18px);
}

.go-suite-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #071226;
  text-decoration: none;
}

.go-suite-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.go-suite-brand span {
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 320;
}

.go-suite-brand b {
  font-weight: 850;
}

.go-suite-head nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.go-suite-head nav a,
.go-suite-side a,
.go-suite-side button,
.pay-card .actions button {
  border: 1px solid rgba(7, 18, 38, .1);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  color: #143055;
  text-decoration: none;
  font: inherit;
  font-size: .84rem;
  cursor: pointer;
}

.go-suite-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 320px;
  gap: 12px;
}

.go-suite-side,
.go-suite-main,
.go-suite-preview,
.gomail-admin,
.gomail-main {
  min-height: 0;
  border: 1px solid rgba(10, 31, 68, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 50px rgba(7, 18, 38, .08);
}

.go-suite-side,
.go-suite-preview,
.gomail-admin {
  padding: 14px;
  overflow: auto;
}

.go-suite-side {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.go-suite-side strong,
.go-suite-preview strong,
.gomail-admin strong {
  font-size: .98rem;
}

.go-suite-side small,
.go-suite-preview small,
.go-suite-title small,
.gomail-main-head small {
  color: #5c6d82;
  font-size: .75rem;
}

.go-suite-side button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #147cff, #42dd69);
}

.go-suite-main {
  padding: 16px;
  overflow: auto;
}

.go-suite-title {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.go-suite-title h1,
.go-suite-title h2,
.gomail-main-head h2 {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.34rem);
  line-height: 1.08;
  font-weight: 760;
}

.go-suite-title p,
.gomail-main-head p {
  margin: 0;
  color: #56677c;
  font-size: .9rem;
}

.pay-status {
  border-radius: 18px;
  padding: 12px 14px;
  margin-bottom: 14px;
  color: #fff;
  background: linear-gradient(135deg, #147cff, #42dd69);
  font-size: .9rem;
  font-weight: 700;
}

.pay-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(10, 31, 68, .08);
  border-radius: 20px;
  background: #f8fbff;
}

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

.pay-form label,
.gomail-mini-form {
  display: grid;
  gap: 6px;
}

.pay-form label span {
  color: #5c6d82;
  font-size: .74rem;
}

.pay-form input,
.pay-form select,
.gomail-mini-form input,
.gomail-mini-form select,
.gomail-main-head input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(10, 31, 68, .12);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
  color: #071226;
  font: inherit;
}

.pay-form button,
.gomail-mini-form button {
  align-self: end;
}

.pay-card {
  margin-top: 12px;
  border: 1px solid rgba(10, 31, 68, .08);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.pay-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(10, 31, 68, .08);
}

.pay-card dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0;
  margin: 0;
}

.pay-card dt,
.pay-card dd {
  margin: 0;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(10, 31, 68, .06);
  font-size: .84rem;
}

.pay-card dt {
  color: #607085;
}

.go-suite-preview pre {
  width: 100%;
  max-height: calc(100dvh - 180px);
  overflow: auto;
  margin: 12px 0 0;
  padding: 12px;
  border-radius: 16px;
  background: #071226;
  color: #c9fbd1;
  font-size: .72rem;
}

.gomail-dashboard {
  min-height: 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 12px;
}

.gomail-main {
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
}

.gomail-main-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid rgba(10, 31, 68, .08);
}

.gomail-main-head input {
  max-width: 330px;
}

.gomail-box-strip {
  max-height: 150px;
  overflow: auto;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(10, 31, 68, .08);
}

.gomail-box-strip .goplus-row {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  padding: 10px;
  background: #fff;
  color: #071226;
}

.gomail-inbox-stage {
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.gomail-workspace {
  height: 100%;
  max-height: none !important;
  display: grid;
  grid-template-columns: 230px 280px minmax(0, 1fr);
  gap: 0;
  background: #fff;
}

.gomail-mailboxes,
.gomail-message-list {
  max-height: none !important;
  min-height: 0;
  overflow: auto;
  border-right: 1px solid rgba(10, 31, 68, .08);
  background: #f8fbff;
}

.gomail-mailboxes button,
.gomail-message-list button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(10, 31, 68, .08);
  border-radius: 0;
  padding: 12px;
  text-align: left;
  background: transparent;
  color: #071226;
  cursor: pointer;
}

.gomail-mailboxes button.is-active,
.gomail-message-list button.is-active {
  background: linear-gradient(90deg, rgba(20, 124, 255, .12), rgba(82, 226, 104, .08));
}

.gomail-mailboxes b,
.gomail-message-list b {
  display: block;
  font-size: .84rem;
  font-weight: 720;
  overflow-wrap: anywhere;
}

.gomail-mailboxes span,
.gomail-message-list span,
.gomail-message-list small {
  display: block;
  margin-top: 3px;
  color: #617086;
  font-size: .72rem;
  overflow-wrap: anywhere;
}

.gomail-message-detail {
  min-height: 0;
  overflow: auto;
  padding: 16px;
  background: #fff;
}

.gomail-message-detail h3 {
  margin: 8px 0;
  font-size: 1.08rem;
}

.gomail-message-body {
  white-space: pre-wrap;
  margin: 12px 0;
  padding: 14px;
  border-radius: 16px;
  background: #f8fbff;
  color: #213149;
  font-size: .9rem;
}

.gomail-compose textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid rgba(10, 31, 68, .12);
  border-radius: 16px;
  padding: 12px;
  font: inherit;
}

.go-suite-op .primary-button,
.go-suite-op .secondary-button {
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  font: inherit;
  font-size: .84rem;
}

@media (max-width: 980px) {
  .go-suite-op {
    width: min(100vw - 14px, 100%);
    height: calc(100dvh - 14px);
    margin: 7px auto;
  }

  .go-suite-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .go-suite-grid,
  .gomail-dashboard,
  .gomail-workspace {
    grid-template-columns: 1fr;
  }

  .go-suite-preview,
  .go-suite-side,
  .gomail-admin {
    max-height: 28dvh;
  }

  .pay-form,
  .pay-form.compact {
    grid-template-columns: 1fr;
  }

  .gomail-main-head {
    flex-direction: column;
  }
}

/* gomail+ polish 2026-06-25: brighter inbox panels, same brand typography. */
.gomail-operational.go-suite-light {
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 141, 255, .28), transparent 31%),
    radial-gradient(circle at 92% 16%, rgba(44, 214, 124, .24), transparent 32%),
    radial-gradient(circle at 72% 94%, rgba(118, 74, 255, .20), transparent 34%),
    linear-gradient(135deg, #f9fcff 0%, #eef8ff 42%, #f7fff8 100%) !important;
}

.gomail-operational .go-suite-op {
  width: min(100vw - 22px, 1480px);
  height: min(100dvh - 22px, 940px);
}

.gomail-operational .go-suite-head {
  border-color: rgba(14, 42, 77, .08);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,252,255,.82)),
    radial-gradient(circle at 8% 0, rgba(0, 141, 255, .16), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(44, 214, 124, .14), transparent 34%);
}

.gomail-dashboard {
  grid-template-columns: 278px minmax(0, 1fr);
}

.gomail-admin,
.gomail-main {
  border-color: rgba(14, 42, 77, .08);
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 58px rgba(7, 18, 38, .09);
  backdrop-filter: blur(18px);
}

.gomail-admin {
  display: grid;
  align-content: start;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,251,255,.88)),
    radial-gradient(circle at 0 0, rgba(0, 141, 255, .13), transparent 38%);
}

.gomail-operational .goplus-status article {
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, .94), rgba(17, 53, 93, .92)),
    radial-gradient(circle at 100% 0, rgba(44,214,124,.26), transparent 35%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 18, 38, .18);
}

.gomail-operational .goplus-status span {
  color: rgba(255,255,255,.72);
}

.gomail-box-strip {
  grid-auto-columns: minmax(260px, 320px);
  padding: 4px 2px 12px;
}

.gomail-box-strip .goplus-row {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(14, 42, 77, .08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,250,255,.9)),
    radial-gradient(circle at 100% 0, rgba(44, 214, 124, .16), transparent 42%);
  box-shadow: 0 18px 42px rgba(7, 18, 38, .08);
}

.gomail-account-dot {
  width: 10px;
  height: 100%;
  min-height: 70px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1688ff, #2cd67c 52%, #7a4dff);
  box-shadow: 0 0 0 5px rgba(22, 136, 255, .08);
}

.gomail-box-strip .goplus-row strong {
  color: #071226;
  font-size: 13px;
  font-weight: 700;
}

.gomail-box-strip .goplus-row span,
.gomail-box-strip .goplus-row p {
  color: #5b7186;
  font-size: 11px;
}

.gomail-actions {
  grid-column: 2;
  justify-content: flex-start;
}

.gomail-workspace {
  grid-template-columns: minmax(210px, .74fr) minmax(300px, 1.02fr) minmax(360px, 1.24fr);
  gap: 14px;
  min-height: min(63dvh, 630px);
}

.gomail-mailboxes,
.gomail-message-list,
.gomail-message-detail {
  border: 1px solid rgba(14, 42, 77, .08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,252,255,.9));
  box-shadow: 0 18px 44px rgba(7, 18, 38, .07);
}

.gomail-mailboxes,
.gomail-message-list {
  gap: 7px;
  padding: 10px;
}

.gomail-mailboxes button,
.gomail-message-list button {
  position: relative;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 7px 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 11px;
  background: rgba(255,255,255,.68);
}

.gomail-message-list button {
  grid-template-columns: minmax(0, 1fr);
}

.gomail-mailboxes button i {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1688ff, #2cd67c);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
  box-shadow: 0 12px 26px rgba(22, 136, 255, .22);
}

.gomail-mailboxes button:hover,
.gomail-message-list button:hover {
  border-color: rgba(22, 136, 255, .16);
  background: rgba(255,255,255,.96);
  transform: translateY(-1px);
}

.gomail-mailboxes button.is-active,
.gomail-message-list button.is-active {
  border-color: rgba(44, 214, 124, .22);
  background:
    linear-gradient(135deg, rgba(22, 136, 255, .14), rgba(44, 214, 124, .11)),
    #fff;
  box-shadow: inset 4px 0 0 #2cd67c, 0 18px 36px rgba(7, 18, 38, .08);
}

.gomail-message-list button.is-active::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2cd67c;
  box-shadow: 0 0 0 5px rgba(44, 214, 124, .12);
}

.gomail-mailboxes b,
.gomail-message-list b {
  color: #071226;
  font-size: 12px;
  font-weight: 720;
}

.gomail-mailboxes span,
.gomail-message-list span,
.gomail-message-list small {
  color: #587086;
  font-size: 11px;
}

.gomail-message-detail {
  padding: clamp(16px, 2vw, 22px);
  background:
    radial-gradient(circle at 100% 0, rgba(44, 214, 124, .13), transparent 38%),
    radial-gradient(circle at 0 0, rgba(22, 136, 255, .12), transparent 36%),
    linear-gradient(180deg, #fff, #f9fcff);
}

.gomail-message-detail .goplus-kicker {
  width: fit-content;
  border: 1px solid rgba(22, 136, 255, .14);
  border-radius: 999px;
  background: rgba(22, 136, 255, .08);
  color: #175da7;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 680;
}

.gomail-message-detail h3 {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.12;
}

.gomail-message-body {
  min-height: 120px;
  border: 1px solid rgba(14, 42, 77, .08);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  padding: 14px;
  white-space: pre-wrap;
}

.gomail-compose textarea {
  min-height: 108px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

@media (max-width: 980px) {
  .gomail-dashboard {
    grid-template-columns: 1fr;
  }

  .gomail-workspace {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gomail-mailboxes,
  .gomail-message-list,
  .gomail-message-detail {
    max-height: 44dvh;
  }
}

/* gomail+ panel correction 2026-06-25: no duplicated mailbox column. */
.gomail-operational .go-suite-op {
  width: 100vw;
  height: 100dvh;
  margin: 0;
  padding: 10px;
}

.gomail-dashboard {
  grid-template-columns: 300px minmax(0, 1fr) !important;
  min-height: 0;
  height: 100%;
}

.gomail-main {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.gomail-main-head {
  border-bottom: 1px solid rgba(14, 42, 77, .08);
}

.gomail-main-head [data-gomail-status] {
  margin: 4px 0 0;
  color: #587086;
  font-size: 12px;
  font-weight: 340;
}

.gomail-side-boxes {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.gomail-create-panel {
  border: 1px solid rgba(14,42,77,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 30px rgba(7,18,38,.06);
}

.gomail-create-panel summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 10px 13px;
  color: #143055;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 680;
  list-style: none;
}

.gomail-create-panel summary::-webkit-details-marker {
  display: none;
}

.gomail-create-panel summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1688ff, #2cd67c);
  color: #fff;
  font-weight: 720;
}

.gomail-create-panel[open] summary::after {
  content: "-";
}

.gomail-create-panel .gomail-mini-form {
  padding: 0 10px 12px;
}

.gomail-account-row {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 92px;
  border: 1px solid rgba(14, 42, 77, .08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,250,255,.9)),
    radial-gradient(circle at 100% 0, rgba(44, 214, 124, .15), transparent 42%);
  box-shadow: 0 14px 32px rgba(7, 18, 38, .06);
  padding: 12px;
  text-align: left;
  cursor: pointer;
}

.gomail-account-row:hover,
.gomail-account-row.is-active {
  border-color: rgba(44, 214, 124, .25);
  box-shadow: inset 4px 0 0 #2cd67c, 0 18px 38px rgba(7, 18, 38, .08);
  transform: translateY(-1px);
}

.gomail-account-row strong,
.gomail-account-row span,
.gomail-account-row p {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gomail-account-row strong {
  display: block;
  color: #071226;
  font-size: 12px;
  font-weight: 740;
}

.gomail-account-row span,
.gomail-account-row p {
  color: #587086;
  font-size: 11px;
  font-weight: 340;
}

.gomail-inbox-stage {
  min-height: 0;
  overflow: hidden;
}

.gomail-workspace {
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.3fr) !important;
  height: 100%;
  min-height: 0;
}

.gomail-message-list,
.gomail-message-detail {
  min-height: 0;
  max-height: none;
}

.gomail-message-list {
  overflow: auto;
}

.gomail-message-detail {
  overflow: auto;
}

@media (max-width: 980px) {
  .gomail-operational .go-suite-op {
    padding: 7px;
  }

  .gomail-dashboard,
  .gomail-workspace {
    grid-template-columns: 1fr !important;
  }

  .gomail-admin {
    max-height: 34dvh;
  }
}

.gotochat-inbox-list {
  gap: 8px;
}

.gotochat-inbox-row {
  border: 1px solid rgba(14, 42, 77, .08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,252,255,.9)),
    radial-gradient(circle at 100% 0, rgba(44,214,124,.12), transparent 40%);
  box-shadow: 0 12px 28px rgba(7, 18, 38, .06);
}

.gotochat-inbox-row:hover,
.gotochat-inbox-row.unread {
  border-color: rgba(44,214,124,.22);
  background:
    linear-gradient(135deg, rgba(22,136,255,.12), rgba(44,214,124,.10)),
    #fff;
  box-shadow: inset 4px 0 0 #2cd67c, 0 16px 34px rgba(7,18,38,.08);
}

.gotochat-inbox-row span,
.gotochat-inbox-row strong {
  color: #071226;
}

.gotochat-inbox-row small,
.gotochat-inbox-row em {
  color: #587086;
}

/* 2026-06-25 gochat+ core relaunch: same operational language as gomaster/goplayer. */
body.gotochat-body {
  color: #071527;
  background:
    radial-gradient(circle at 12% 12%, rgba(49, 202, 117, 0.24), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(20, 136, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eef7f2 48%, #fff8f0 100%);
}

.gotochat-shell {
  width: min(100%, 1500px);
  min-height: calc(100dvh - 24px);
  margin: 12px auto;
  color: #071527;
  border: 1px solid rgba(11, 28, 49, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(15, 36, 61, 0.11);
  overflow: hidden;
}

.gotochat-topbar,
.gotochat-sidebar,
.gotochat-thread,
.gotochat-tools,
.gotochat-login {
  color: #071527;
  border-color: rgba(11, 28, 49, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.gotochat-topbar {
  min-height: 84px;
  padding: 14px 18px;
  background:
    linear-gradient(115deg, rgba(20, 136, 255, 0.09), rgba(49, 202, 117, 0.1), rgba(255, 255, 255, 0.76));
}

.gotochat-brand span {
  color: #071527;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: 0;
}

.gotochat-brand b {
  color: #1488ff;
}

.gotochat-brand i,
.gotochat-brand .go-plus {
  color: #31ca75;
  font-style: normal;
  font-weight: 650;
}

.gotochat-icon-btn {
  width: 48px;
  height: 48px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #1488ff, #31ca75);
  box-shadow: 0 14px 34px rgba(20, 136, 255, 0.2);
}

.gotochat-icon-btn.danger {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #ff744f, #8a5cff);
}

.gotochat-session,
.gotochat-wallet-strip,
.gotochat-channel-strip,
.gotochat-sidebar-head,
.gotochat-thread-head,
.gotochat-tools h2,
.gotochat-tools h3,
.gotochat-login h1 {
  color: #071527;
  font-style: normal;
  letter-spacing: 0;
}

.gotochat-login h1,
.gotochat-tools h2,
.gotochat-thread-head strong {
  font-size: clamp(18px, 1.65vw, 24px);
}

.gotochat-login p,
.gotochat-sidebar small,
.gotochat-tools small,
.gotochat-message small,
.gotochat-contact-card small,
.gotochat-thread-head small {
  color: #5e6d80;
}

.gotochat-app {
  grid-template-columns: minmax(250px, 0.82fr) minmax(440px, 1.45fr) minmax(280px, 0.9fr);
  gap: 12px;
  padding: 12px;
}

.gotochat-sidebar,
.gotochat-thread,
.gotochat-tools {
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 36, 61, 0.07);
  overflow: hidden;
}

.gotochat-contact-card,
.gotochat-module-grid button,
.gotochat-suite-card,
.gotochat-message,
.gotochat-context-preview,
.gotochat-composer,
.gotochat-search input,
.gotochat-login input {
  color: #071527;
  border-color: rgba(11, 28, 49, 0.1);
  background: #ffffff;
}

.gotochat-contact-card {
  min-height: 62px;
  border-radius: 16px;
}

.gotochat-contact-card.active,
.gotochat-module-grid button:hover,
.gotochat-module-grid button.active {
  border-color: rgba(20, 136, 255, 0.28);
  background: linear-gradient(145deg, rgba(20, 136, 255, 0.1), rgba(49, 202, 117, 0.08));
}

.gotochat-message {
  border-radius: 18px;
  box-shadow: none;
}

.gotochat-composer input {
  color: #071527;
  background: #f7fafc;
}

.gotochat-composer button,
.gotochat-sidebar-head button,
.primary-button {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #1488ff, #31ca75);
}

.secondary-button {
  color: #071527;
  border: 1px solid rgba(11, 28, 49, 0.12);
  background: #fff;
}

.gotochat-module-grid button strong {
  font-style: normal;
  font-weight: 720;
}

.gotochat-module-grid button span {
  color: #5e6d80;
  font-style: normal;
}

.gotochat-tools {
  overflow-y: auto;
}

@media (max-width: 980px) {
  .gotochat-app {
    grid-template-columns: 1fr;
  }
}

/* govideo+ Gato Bronco studio refresh 20260704 */
.govideo-studio-body {
  min-height: 100vh;
  color: #f7fbff;
  background:
    radial-gradient(circle at 10% 8%, rgba(37, 185, 215, .24), transparent 26%),
    radial-gradient(circle at 82% 4%, rgba(68, 207, 122, .18), transparent 30%),
    linear-gradient(145deg, rgba(3, 8, 20, .94), rgba(8, 16, 42, .94)),
    url("/assets/gopayments/brand/payments-stage-bg.jpg") center/cover fixed;
  overflow-x: hidden;
}

.govideo-studio-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(3, 8, 20, .96), rgba(3, 8, 20, .7) 42%, rgba(3, 8, 20, .88)),
    repeating-linear-gradient(92deg, rgba(255,255,255,.04) 0 1px, transparent 1px 110px);
  z-index: -1;
}

.govideo-studio-shell {
  width: min(1320px, calc(100vw - 30px));
  padding: 18px 0 36px;
}

.govideo-studio-hero,
.govideo-module-strip article,
.govideo-studio-panel,
.govideo-connectors,
.govideo-library {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(6, 13, 28, .72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.govideo-studio-hero {
  border-radius: 30px;
  min-height: 520px;
  padding: 18px;
  overflow: hidden;
}

.govideo-studio-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.govideo-studio-brand,
.govideo-studio-links,
.govideo-orbit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.govideo-studio-brand {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.03em;
}

.govideo-studio-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(37, 185, 215, .3);
}

.govideo-studio-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.govideo-studio-links a,
.govideo-orbit span {
  color: rgba(247, 251, 255, .82);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .08);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
}

.govideo-studio-stage {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 26px;
  align-items: end;
  padding: 48px 12px 18px;
}

.govideo-studio-copy {
  max-width: 760px;
}

.govideo-studio-kicker {
  display: inline-block;
  color: #8bf7d0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.govideo-studio-copy h1,
.govideo-studio-panel h2,
.govideo-connectors h2,
.govideo-library h2 {
  margin: 8px 0;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.govideo-studio-copy h1 {
  max-width: 860px;
  font-size: clamp(36px, 5.4vw, 68px);
}

.govideo-studio-copy p,
.govideo-studio-panel p,
.govideo-connectors p,
.govideo-library p {
  max-width: 700px;
  color: rgba(247, 251, 255, .72);
  line-height: 1.6;
  font-size: 14px;
}

.govideo-live-card {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  padding: 14px;
  background:
    radial-gradient(circle at top right, rgba(68, 207, 122, .2), transparent 32%),
    linear-gradient(160deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.govideo-orbit {
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.govideo-player-frame {
  min-height: 260px;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .82)),
    radial-gradient(circle at 30% 20%, rgba(37, 185, 215, .44), transparent 28%),
    radial-gradient(circle at 70% 20%, rgba(255, 157, 46, .3), transparent 30%),
    #070b17;
}

.govideo-live-dot {
  width: max-content;
  margin-bottom: auto;
  border-radius: 999px;
  padding: 8px 10px;
  color: #ffe5b8;
  background: rgba(255, 157, 46, .18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.govideo-player-frame strong {
  font-size: 28px;
  letter-spacing: -.04em;
}

.govideo-player-frame p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.govideo-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.govideo-mini-metrics span {
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.govideo-mini-metrics b {
  display: block;
  color: #fff;
  font-size: 16px;
}

.govideo-module-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.govideo-module-strip article {
  border-radius: 22px;
  padding: 16px;
}

.govideo-module-strip span {
  color: #8bf7d0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.govideo-module-strip h2 {
  margin: 8px 0;
  font-size: 18px;
}

.govideo-module-strip p {
  margin: 0;
  color: rgba(247, 251, 255, .64);
  font-size: 13px;
  line-height: 1.55;
}

.govideo-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 14px;
  align-items: stretch;
}

.govideo-studio-panel,
.govideo-connectors,
.govideo-library {
  border-radius: 28px;
  padding: 18px;
}

.govideo-studio-panel {
  grid-template-columns: 320px minmax(0, 1fr);
}

.govideo-studio-panel form {
  display: grid;
  gap: 10px;
}

.govideo-studio-panel label {
  display: grid;
  gap: 6px;
  color: rgba(247, 251, 255, .78);
  font-size: 12px;
  font-weight: 700;
}

.govideo-studio-panel input,
.govideo-studio-panel select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 12px 13px;
}

.govideo-studio-panel option {
  color: #071225;
}

.govideo-output {
  margin-top: 12px;
}

.govideo-token-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, .07);
}

.govideo-token-card span,
.govideo-connector-output span {
  color: rgba(247, 251, 255, .64);
  font-size: 13px;
}

.govideo-token-card code {
  color: #8bf7d0;
  word-break: break-all;
  font-size: 12px;
}

.govideo-token-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.govideo-connectors {
  display: grid;
  gap: 10px;
}

.govideo-connectors button,
.govideo-upload {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 13px;
  cursor: pointer;
  text-align: left;
}

.govideo-connectors button strong,
.govideo-connectors button span {
  display: block;
}

.govideo-connectors button span {
  margin-top: 3px;
  color: rgba(247, 251, 255, .62);
  font-size: 12px;
}

.govideo-connector-output {
  border-radius: 18px;
  padding: 14px;
  background: rgba(0, 0, 0, .24);
  color: rgba(247, 251, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}

.govideo-connector-output strong,
.govideo-connector-output span,
.govideo-connector-output dt,
.govideo-connector-output dd {
  display: block;
}

.govideo-connector-output dl {
  margin: 10px 0;
}

.govideo-connector-output dt {
  color: #8bf7d0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.govideo-connector-output dd {
  margin: 3px 0 8px;
  word-break: break-word;
}

.govideo-library {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 300px 250px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.govideo-meta-live-console {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.govideo-meta-card {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 26px;
  background: rgba(6, 13, 28, .72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  padding: 18px;
}

.govideo-meta-card:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.govideo-meta-card h2,
.govideo-meta-card h3 {
  margin: 6px 0 10px;
  color: #f7fbff;
  letter-spacing: -.035em;
}

.govideo-meta-card p,
.govideo-meta-card span,
.govideo-meta-card dd,
.govideo-meta-card dt,
.govideo-meta-card small {
  color: rgba(247, 251, 255, .72);
}

.govideo-meta-card code {
  color: #8bf7d0;
}

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

.govideo-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 14px;
}

.govideo-permission-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.govideo-permission-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(139, 247, 208, .28);
  background: rgba(139, 247, 208, .1);
  color: #dfffee !important;
  font-size: 12px;
  font-weight: 800;
}

.govideo-env-list,
.govideo-live-status,
.govideo-live-list {
  display: grid;
  gap: 9px;
}

.govideo-env-row,
.govideo-status-line,
.govideo-live-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  padding: 10px 12px;
}

.govideo-env-row strong,
.govideo-status-line strong,
.govideo-live-row strong {
  color: #f7fbff;
}

.govideo-env-row.is-ready strong,
.govideo-status-line.is-ready strong {
  color: #8bf7d0;
}

.govideo-env-row.is-missing strong,
.govideo-status-line.is-missing strong {
  color: #ffd38b;
}

.govideo-live-status dl {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 7px 10px;
  margin: 10px 0;
}

.govideo-live-status dd,
.govideo-live-status dt {
  margin: 0;
  font-size: 12px;
}

.govideo-live-status dd {
  word-break: break-word;
  color: #dfffee;
}

.govideo-live-row div {
  display: grid;
  gap: 3px;
}

.govideo-live-row a {
  color: #8bf7d0;
  font-weight: 800;
  text-decoration: none;
}

.govideo-error {
  color: #ffb4b4 !important;
}

.govideo-upload {
  display: grid;
  gap: 8px;
  place-items: start;
  min-height: 120px;
}

.govideo-upload input {
  display: none;
}

.govideo-upload span {
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #2477e6, #25b9d7);
  font-weight: 800;
}

.govideo-upload small {
  color: rgba(247, 251, 255, .62);
  line-height: 1.45;
}

.govideo-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.govideo-preview-grid article {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, .07);
}

.govideo-preview-card video {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 14px;
  background: #000;
}

.govideo-preview-grid strong,
.govideo-preview-grid span {
  display: block;
  margin-top: 8px;
}

.govideo-preview-grid span {
  color: rgba(247, 251, 255, .62);
  font-size: 12px;
}

.gb-audio-preview {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(18, 24, 32, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

.gb-audio-preview audio {
  width: 100%;
  height: 38px;
}

.gb-audio-preview small {
  color: #5b6671;
  line-height: 1.45;
}

.audio-art {
  min-height: 360px;
  display: grid;
  place-items: center;
}

@media (max-width: 980px) {
  .govideo-studio-stage,
  .govideo-workbench,
  .govideo-meta-grid,
  .govideo-meta-card:first-child,
  .govideo-library {
    grid-template-columns: 1fr;
  }

  .govideo-module-strip,
  .govideo-mini-metrics,
  .govideo-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .govideo-studio-shell {
    width: min(100vw - 18px, 1320px);
    padding-top: 9px;
  }

  .govideo-studio-nav {
    align-items: flex-start;
  }

  .govideo-studio-stage {
    padding-top: 28px;
  }

  .govideo-studio-copy h1 {
    font-size: 34px;
  }

  .govideo-module-strip,
  .govideo-mini-metrics,
  .govideo-preview-grid {
    grid-template-columns: 1fr;
  }
}
