:root {
  --tg: #229ed9;
  --tg-dark: #1788bd;
  --tg-deep: #0f6f9f;
  --tg-soft: #eaf6fc;
  --bg: #edf3f7;
  --surface: #ffffff;
  --surface-2: #f6f9fb;
  --line: #dfe8ee;
  --text: #182533;
  --muted: #6f7f8d;
  --success: #2db477;
  --danger: #e05d5d;
  --warning: #f5a623;
  --shadow: 0 16px 45px rgba(30, 70, 95, .12);
  --shadow-soft: 0 7px 24px rgba(36, 77, 101, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button:disabled, input:disabled, select:disabled, textarea:disabled { opacity: .58; cursor: not-allowed; }
code { font-family: "SFMono-Regular", Consolas, monospace; }

.telegram-body {
  min-height: 100vh;
  background: linear-gradient(145deg, #eaf2f7, #f7fafc 45%, #e9f5fb);
}

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

.telegram-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(165deg, #229ed9 0%, #1688bd 56%, #0f6d9b 100%);
  padding: 24px 18px 18px;
  overflow: auto;
}

.telegram-brand, .mobile-brand, .auth-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.telegram-brand { padding: 0 8px 22px; }
.brand-copy b, .telegram-brand b, .mobile-brand b, .auth-brand b { display: block; font-size: 17px; letter-spacing: -.2px; }
.brand-copy small, .telegram-brand small, .mobile-brand small, .auth-brand small { display: block; margin-top: 3px; font-size: 11px; opacity: .78; }

.telegram-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--tg);
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 75, 110, .22);
}
.telegram-logo svg { width: 27px; height: 27px; fill: currentColor; transform: translate(-1px, 1px); }
.telegram-logo-small { width: 40px; height: 40px; }
.telegram-logo-small svg { width: 22px; height: 22px; }
.telegram-logo-xl { width: 78px; height: 78px; }
.telegram-logo-xl svg { width: 44px; height: 44px; }
.telegram-logo-hero { width: 112px; height: 112px; box-shadow: 0 18px 40px rgba(0, 91, 140, .23); }
.telegram-logo-hero svg { width: 62px; height: 62px; }

.sidebar-profile {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 4px 18px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}
.profile-avatar, .bot-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
}
.profile-avatar { background: #fff; color: var(--tg-dark); }
.sidebar-profile b { display: block; max-width: 165px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.sidebar-profile small { display: block; margin-top: 3px; font-size: 11px; opacity: .75; }

.sidebar-nav { display: grid; gap: 5px; }
.sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 13px;
  text-decoration: none;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 700;
  transition: .18s ease;
}
.sidebar-nav a > span { width: 25px; text-align: center; font-weight: 900; }
.sidebar-nav a:hover { background: rgba(255,255,255,.13); color: #fff; transform: translateX(2px); }
.sidebar-nav a.active { color: var(--tg-deep); background: #fff; box-shadow: 0 10px 22px rgba(3, 70, 105, .17); }

.sidebar-note {
  margin-top: auto;
  padding: 16px 10px 4px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,.75);
}
.status-dot, .online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #53e29c;
  box-shadow: 0 0 0 4px rgba(83,226,156,.16);
  margin-right: 8px;
}

.telegram-main { min-width: 0; min-height: 100vh; background: rgba(247,250,252,.78); }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(212,225,234,.9);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
}
.topbar-title { display: flex; align-items: center; gap: 13px; }
.topbar-icon, .card-heading-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--tg-dark);
  background: var(--tg-soft);
  font-weight: 900;
}
.topbar h2 { margin: 0; font-size: 21px; letter-spacing: -.3px; }
.topbar small { display: block; margin-top: 4px; color: var(--muted); }

.content { width: min(1220px, 100%); padding: 26px 28px 60px; }
.card {
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.card h2 { margin: 0; font-size: 20px; letter-spacing: -.25px; }
.card p { line-height: 1.55; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.card-kicker, .eyebrow, .auth-kicker, .subscription-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--tg-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.25px;
}
.count-pill, .type-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--tg-deep);
  background: var(--tg-soft);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }

.btn, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--tg), var(--tg-dark));
  box-shadow: 0 7px 16px rgba(34,158,217,.2);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: .18s ease;
}
.btn:hover, button:hover { transform: translateY(-1px); filter: brightness(.97); }
.btn.secondary, button.secondary { color: #375262; background: #eef4f7; box-shadow: none; }
.btn.ghost { color: var(--tg-dark); background: transparent; border: 1px solid #addaf0; box-shadow: none; }
.btn.danger, button.danger { background: #e45f5f; box-shadow: none; }
.btn-sm { min-height: 34px; padding: 7px 11px; border-radius: 9px; font-size: 12px; }
.inline { display: inline-flex; margin: 3px 4px 3px 0; }

label { display: block; color: #2f4350; font-size: 13px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  margin: 7px 0 15px;
  padding: 12px 13px;
  border: 1px solid #d8e3e9;
  border-radius: 12px;
  outline: none;
  color: var(--text);
  background: #fbfdfe;
  transition: .16s ease;
}
textarea { resize: vertical; min-height: 100px; }
input:focus, select:focus, textarea:focus { border-color: #66bde7; box-shadow: 0 0 0 4px rgba(34,158,217,.12); background: #fff; }
.form-stack { display: grid; }
.check-label { display: flex; align-items: center; gap: 9px; margin: -2px 0 15px; }
.check-label input { width: 17px; height: 17px; margin: 0; accent-color: var(--tg); }

.note {
  padding: 12px 14px;
  border: 1px solid #d6edf8;
  border-left: 4px solid var(--tg);
  border-radius: 11px;
  color: #496574;
  background: #f1f9fd;
  font-size: 13px;
  line-height: 1.55;
}
.error, .inline-error { color: #a84343; background: #fff0f0; }
.error { padding: 12px 14px; border-radius: 11px; }
.inline-error { display: block; margin-top: 7px; padding: 7px 8px; border-radius: 8px; }

.subscription-active-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #c8eedc;
  border-radius: 13px;
  color: #337258;
  background: #effbf5;
  font-size: 13px;
}
.subscription-alert {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #f0cf95;
  border-radius: var(--radius);
  background: #fff8eb;
  box-shadow: var(--shadow-soft);
}
.subscription-alert-icon, .billing-status-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--warning);
  font-weight: 900;
}
.subscription-alert h2, .subscription-alert p { margin: 0 0 7px; }
.subscription-cta { margin-top: 6px; }

.dashboard-welcome {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 30px 34px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 72% -20%, rgba(255,255,255,.28), transparent 35%),
    linear-gradient(135deg, #229ed9, #1381b6 65%, #0c6d9c);
  box-shadow: 0 18px 35px rgba(22,136,189,.22);
}
.dashboard-welcome h1 { margin: 0 0 9px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.8px; }
.dashboard-welcome p { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); line-height: 1.6; }
.dashboard-welcome .eyebrow { color: rgba(255,255,255,.8); }

.stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-bottom: 20px; }
.stat-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.stat-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--tg-dark); background: var(--tg-soft); font-weight: 900; }
.stat-card small, .stat-card span:not(.stat-icon) { display: block; color: var(--muted); font-size: 11px; }
.stat-card b { display: block; margin: 2px 0; font-size: 23px; }
.dashboard-grid { align-items: start; }
.accent-card { border-top: 4px solid var(--tg); }

.bot-list { display: grid; gap: 11px; }
.device-row {
  display: flex;
  gap: 14px;
  padding: 15px;
  border: 1px solid #e4edf2;
  border-radius: 15px;
  background: #fbfdfe;
}
.bot-avatar { flex: 0 0 auto; color: #fff; background: linear-gradient(135deg,#4cb6e8,#1687bd); }
.device-main { min-width: 0; flex: 1; }
.device-title { display: flex; justify-content: space-between; gap: 14px; }
.device-title b { display: block; }
.device-number { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.device-status { display: inline-flex; align-items: center; gap: 6px; height: fit-content; padding: 6px 9px; border-radius: 999px; color: #7a5961; background: #f5e9ec; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.device-status span { width: 6px; height: 6px; border-radius: 50%; background: #c87986; }
.device-status.online { color: #267450; background: #e8f8f0; }
.device-status.online span { background: var(--success); }
.device-error { margin-top: 10px; padding: 9px 10px; border-radius: 9px; color: #9a4d4d; background: #fff1f1; font-size: 12px; }
.device-actions { margin-top: 10px; }
.empty-state { padding: 28px; text-align: center; color: var(--muted); }
.empty-state > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 10px; border-radius: 50%; color: var(--tg); background: var(--tg-soft); font-size: 24px; }
.empty-state h3 { margin: 0 0 5px; color: var(--text); }
.empty-state p { margin: 0; }

.copy-row { display: flex; align-items: center; gap: 10px; }
.copy-row input { flex: 1; min-width: 0; margin: 0; font-family: "SFMono-Regular", Consolas, monospace; }

.table-wrap { overflow: auto; border: 1px solid #e5edf2; border-radius: 13px; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 12px 13px; border-bottom: 1px solid #e8eff3; text-align: left; vertical-align: top; font-size: 12px; }
th { color: #5f7280; background: #f5f9fb; font-size: 10px; text-transform: uppercase; letter-spacing: .65px; }
tr:last-child td { border-bottom: 0; }
td small { color: var(--muted); }
td code { display: inline-block; padding: 4px 6px; border-radius: 6px; color: #2d617b; background: #eef7fb; }
.table-empty { padding: 16px; text-align: center; color: var(--muted); }
.message-cell { min-width: 220px; max-width: 380px; white-space: pre-wrap; word-break: break-word; }
.report-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.report-status.sent { color: #24734e; background: #e8f8f0; }
.report-status.failed { color: #a94747; background: #fff0f0; }
.report-status.pending { color: #8d6723; background: #fff7e6; }

pre, .code {
  overflow: auto;
  padding: 16px;
  border-radius: 13px;
  color: #d8f3ff;
  background: #152632;
  line-height: 1.55;
}
.api-section-title { margin-top: 32px; border-left: 5px solid var(--tg); }

.campaign-fieldset { border: 0; padding: 0; margin: 0; }
.campaign-form { max-width: 760px; }

.billing-subscription-status {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #f0d59f;
  border-radius: 18px;
  background: #fff8eb;
}
.billing-subscription-status.active { border-color: #c5ebd8; background: #effbf5; }
.billing-subscription-status.active .billing-status-icon { background: var(--success); }
.billing-subscription-status span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.billing-subscription-status h2, .billing-subscription-status p { margin: 3px 0; }
.billing-hero { background: linear-gradient(135deg,#f7fcff,#edf8fd); }
.billing-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.billing-stats > div { padding: 15px; border: 1px solid #dcebf2; border-radius: 13px; background: #fff; }
.billing-stats small { display: block; color: var(--muted); margin-bottom: 5px; }
.billing-stats b { font-size: 17px; }
.price-preview { display: grid; gap: 5px; margin: 5px 0 17px; padding: 16px; border-radius: 14px; color: #477083; background: var(--tg-soft); }
.price-preview strong { color: var(--tg-deep); font-size: 25px; }
.payment-package, .payment-status-box { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.qris-wrap { display: flex; justify-content: center; padding: 15px; }
.qris { max-width: 280px; border-radius: 14px; border: 1px solid var(--line); }

.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); gap: 30px; align-items: center; padding: 44px 34px 28px; }
.hero-card { padding: 34px; border: 1px solid #deebf1; border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.hero-badge { display: inline-flex; align-items: center; width: fit-content; margin-bottom: 17px; padding: 8px 12px; border-radius: 999px; color: var(--tg-deep); background: var(--tg-soft); font-size: 12px; font-weight: 900; }
.hero h1 { max-width: 700px; margin: 0 0 15px; font-size: clamp(35px,4.3vw,58px); line-height: 1.03; letter-spacing: -1.8px; }
.hero p { margin: 0; color: #526b7b; font-size: 17px; line-height: 1.65; }
.price-box { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 22px 0; padding: 15px 17px; border: 1px solid #d7eaf3; border-radius: 16px; background: #f5fbfe; }
.price-box small { color: var(--muted); }
.price-main { color: var(--tg-deep); font-size: 31px; font-weight: 900; }
.price-main span { margin-left: 5px; color: var(--muted); font-size: 13px; }
.discount-pill { padding: 8px 11px; border-radius: 999px; color: #fff; background: var(--tg); font-size: 12px; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.telegram-preview { display: grid; grid-template-columns: 42% 58%; min-height: 510px; overflow: hidden; border: 8px solid #233542; border-radius: 28px; background: #fff; box-shadow: 0 28px 55px rgba(25,65,88,.26); }
.preview-sidebar { border-right: 1px solid #dfe8ed; background: #fff; }
.preview-search { margin: 13px; padding: 9px 11px; border-radius: 999px; color: #8a9aa5; background: #eef3f6; font-size: 12px; }
.preview-chat { display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; padding: 11px; }
.preview-chat.active { color: #fff; background: var(--tg); }
.preview-chat b, .preview-chat small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview-chat b { font-size: 12px; }
.preview-chat small { margin-top: 3px; color: inherit; opacity: .7; font-size: 9px; }
.preview-chat time { font-size: 8px; opacity: .7; }
.preview-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#45b4e7,#177fb0); font-weight: 900; }
.preview-avatar.alt { background: linear-gradient(135deg,#57c591,#269e68); }
.preview-avatar.purple { background: linear-gradient(135deg,#9a7bd8,#6d52b9); }
.preview-conversation { display: flex; flex-direction: column; min-width: 0; background: #e7f0f5; }
.preview-head { display: flex; align-items: center; gap: 9px; padding: 11px 13px; background: #fff; }
.preview-head b, .preview-head small { display: block; font-size: 11px; }
.preview-head small { margin-top: 2px; color: var(--success); }
.preview-messages { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 17px; background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.55), transparent 22%), #dcebf2; }
.chat-bubble { max-width: 88%; padding: 9px 11px; border-radius: 12px; box-shadow: 0 2px 5px rgba(55,91,110,.1); font-size: 10px; line-height: 1.45; }
.chat-bubble.left { align-self: flex-start; background: #fff; border-bottom-left-radius: 4px; }
.chat-bubble.right { align-self: flex-end; color: #fff; background: var(--tg); border-bottom-right-radius: 4px; }
.preview-input { display: flex; justify-content: space-between; padding: 12px; color: #8798a4; background: #fff; font-size: 10px; }
.preview-input b { color: var(--tg); }
.home-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; padding: 0 34px 54px; }
.feature-card { margin: 0; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 13px; background: var(--tg-soft); }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.auth-body { min-height: 100vh; background: #eef5f8; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, 1.05fr) minmax(420px,.95fr); }
.auth-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px clamp(34px,6vw,86px);
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(255,255,255,.22), transparent 26%),
    radial-gradient(circle at 15% 80%, rgba(255,255,255,.13), transparent 28%),
    linear-gradient(145deg,#229ed9,#117eb2 70%,#0b6997);
}
.auth-visual::after { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; bottom: -110px; border: 45px solid rgba(255,255,255,.07); border-radius: 50%; }
.auth-brand { position: relative; z-index: 1; color: #fff; width: fit-content; }
.auth-conversation { position: relative; z-index: 1; width: min(480px,100%); display: flex; flex-direction: column; gap: 12px; margin: 42px 0; }
.mini-bubble { max-width: 82%; padding: 13px 15px; border-radius: 16px; box-shadow: 0 9px 20px rgba(0,60,90,.12); font-size: 14px; line-height: 1.5; }
.mini-bubble.incoming { align-self: flex-start; color: #365262; background: #fff; border-bottom-left-radius: 5px; }
.mini-bubble.outgoing { align-self: flex-end; color: #fff; background: rgba(11,103,149,.68); border: 1px solid rgba(255,255,255,.18); border-bottom-right-radius: 5px; backdrop-filter: blur(10px); }
.auth-visual-copy { position: relative; z-index: 1; max-width: 600px; }
.auth-visual-copy h1 { margin: 0 0 14px; font-size: clamp(34px,4vw,56px); line-height: 1.06; letter-spacing: -1.6px; }
.auth-visual-copy p { max-width: 560px; color: rgba(255,255,255,.78); line-height: 1.65; }
.auth-panel { display: grid; place-items: center; padding: 34px; background: #fff; }
.auth-card { width: min(440px,100%); }
.auth-mobile-logo { display: none; }
.auth-card h2 { margin: 7px 0 8px; font-size: 31px; letter-spacing: -.8px; }
.auth-subtitle { margin: 0 0 22px; color: var(--muted); line-height: 1.55; }
.auth-form { display: grid; gap: 4px; }
.input-shell { display: flex; align-items: center; margin: 7px 0 16px; border: 1px solid #d7e3e9; border-radius: 13px; background: #fbfdfe; overflow: hidden; }
.input-shell:focus-within { border-color: #67bee7; box-shadow: 0 0 0 4px rgba(34,158,217,.12); background: #fff; }
.input-shell > span { width: 45px; color: #87a2b2; text-align: center; font-size: 13px; }
.input-shell input { margin: 0; padding-left: 0; border: 0; box-shadow: none; background: transparent; }
.input-shell input:focus { box-shadow: none; }
.auth-submit { width: 100%; min-height: 50px; justify-content: space-between; padding: 12px 17px; margin-top: 4px; }
.auth-link { margin: 22px 0 10px; color: var(--muted); text-align: center; font-size: 13px; }
.auth-link a { color: var(--tg-dark); font-weight: 800; text-decoration: none; }
.back-home { display: block; color: #8295a1; text-align: center; text-decoration: none; font-size: 12px; }
.alert { display: grid; gap: 3px; margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; font-size: 12px; }
.alert.error { color: #9c4343; border: 1px solid #f0cccc; background: #fff1f1; }
.alert.success { color: #287353; border: 1px solid #c9ead9; background: #effaf5; }

.status-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg,#e8f4fa,#f8fbfd); }
.status-card { width: min(520px,100%); padding: 38px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.status-card .telegram-logo { margin-bottom: 16px; color: #fff; background: var(--tg); }
.status-code { display: block; color: #c4d3dc; font-size: 70px; font-weight: 900; line-height: 1; }
.status-card h1 { margin: 8px 0; }
.status-card p { color: var(--muted); line-height: 1.6; }

.mobile-appbar, .mobile-bottom-nav { display: none; }

@media (max-width: 1100px) {
  .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero { grid-template-columns: 1fr; }
  .telegram-preview { width: min(760px,100%); justify-self: center; }
  .home-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .mobile-appbar {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 14px;
    color: #fff;
    background: linear-gradient(135deg,var(--tg),var(--tg-dark));
  }
  .mobile-brand { color: #fff; }
  .mobile-login-btn { padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.15); text-decoration: none; font-size: 12px; font-weight: 800; }
  .app-shell { grid-template-columns: 1fr; }
  .telegram-sidebar { display: none; }
  .telegram-main { min-height: calc(100vh - 64px); padding-bottom: 74px; }
  .topbar { top: 64px; min-height: 66px; padding: 11px 15px; }
  .topbar-icon { width: 37px; height: 37px; }
  .topbar h2 { font-size: 18px; }
  .topbar small { font-size: 11px; }
  .content { padding: 15px 14px 38px; }
  .grid, .dashboard-grid, .billing-stats { grid-template-columns: 1fr; }
  .card { padding: 16px; border-radius: 16px; }
  .dashboard-welcome { padding: 23px; border-radius: 19px; }
  .telegram-logo-hero { display: none; }
  .dashboard-welcome h1 { font-size: 26px; }
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 66px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -7px 22px rgba(35,72,94,.1);
  }
  .mobile-bottom-nav a { display: grid; gap: 3px; place-items: center; min-width: 55px; color: #758895; text-decoration: none; font-size: 10px; font-weight: 800; }
  .mobile-bottom-nav a > span { font-size: 18px; }
  .mobile-bottom-nav a.active { color: var(--tg); }
  .hero { padding: 16px 14px; }
  .hero-card { padding: 24px; }
  .hero h1 { font-size: 36px; }
  .telegram-preview { min-height: 430px; }
  .home-features { padding: 0 14px 92px; }
  table { min-width: 680px; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-visual { display: none; }
  .auth-panel { min-height: 100vh; padding: 24px 18px; background: radial-gradient(circle at 50% -15%, #d9f1fc, transparent 35%), #f7fafc; }
  .auth-card { padding: 26px 21px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
  .auth-mobile-logo { display: flex; justify-content: center; margin-bottom: 18px; }
  .auth-card h2, .auth-kicker, .auth-subtitle { text-align: center; }
}

@media (max-width: 600px) {
  .topbar { align-items: flex-start; }
  .topbar > .btn { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { padding: 13px; }
  .stat-icon { display: none; }
  .stat-card b { font-size: 20px; }
  .device-row { align-items: flex-start; }
  .device-title { flex-direction: column; }
  .device-status { align-self: flex-start; }
  .copy-row { flex-direction: column; align-items: stretch; }
  .telegram-preview { grid-template-columns: 1fr; min-height: 420px; }
  .preview-sidebar { display: none; }
  .home-features { grid-template-columns: 1fr; }
  .price-box { align-items: flex-start; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .subscription-alert { flex-direction: column; }
}

/* Tutorial dan onboarding */
.topbar-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.quick-start-card { margin: 0 0 20px; padding: 22px; border-radius: 20px; background: linear-gradient(135deg,#fff 0%,#f2faff 100%); border: 1px solid #cfe7f5; box-shadow: 0 12px 32px rgba(31,128,181,.08); }
.quick-start-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.quick-start-heading h2 { margin: 4px 0 5px; }
.quick-start-heading p { margin: 0; color: var(--muted); }
.quick-start-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.quick-step { min-width: 0; display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center; padding: 14px; border: 1px solid #d9e7ef; background: #fff; border-radius: 15px; text-decoration: none; color: inherit; transition: .2s ease; }
.quick-step:hover { transform: translateY(-2px); border-color: var(--tg); box-shadow: 0 9px 22px rgba(34,158,217,.12); }
.quick-step-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e8f5fc; color: var(--tg-dark); font-weight: 900; }
.quick-step b,.quick-step small { display: block; }
.quick-step small { margin-top: 4px; color: var(--muted); line-height: 1.35; }
.quick-step-state { grid-column: 1/-1; color: var(--tg-dark); font-size: 11px; font-weight: 900; text-align: right; }
.quick-step.done .quick-step-number { background: #dff7eb; color: #168455; }
.quick-step.done .quick-step-state { color: #168455; }

.tutorial-page { max-width: 1120px; }
.tutorial-hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 32px; align-items: center; padding: 36px; border-radius: 26px; background: linear-gradient(135deg,#168dcc,#38afe5); color: #fff; box-shadow: 0 20px 45px rgba(21,132,191,.22); }
.tutorial-hero .eyebrow { color: #dff5ff; }
.tutorial-hero h1 { margin: 8px 0 12px; max-width: 680px; font-size: clamp(30px,4vw,48px); line-height: 1.06; }
.tutorial-hero p { margin: 0; max-width: 680px; color: #eaf8ff; font-size: 17px; line-height: 1.65; }
.tutorial-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.tutorial-hero .btn { background: #fff; color: var(--tg-dark); }
.tutorial-hero .btn.secondary { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.28); }
.tutorial-phone { width: 100%; max-width: 320px; justify-self: end; padding: 15px; border: 7px solid rgba(255,255,255,.9); border-radius: 28px; background: #dff2fb; color: var(--text); box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.tutorial-phone-head { display: flex; align-items: center; gap: 9px; padding: 4px 3px 14px; border-bottom: 1px solid #c8e4f2; }
.tutorial-chat-bubble { max-width: 85%; margin-top: 12px; padding: 10px 12px; border-radius: 14px; font-size: 13px; box-shadow: 0 2px 4px rgba(0,0,0,.06); }
.tutorial-chat-bubble.left { background: #fff; border-bottom-left-radius: 4px; }
.tutorial-chat-bubble.right { margin-left: auto; background: #d7f7c9; border-bottom-right-radius: 4px; }
.tutorial-jump { display: grid; grid-template-columns: repeat(6,1fr); gap: 9px; margin: 20px 0; }
.tutorial-jump a { display: flex; align-items: center; gap: 8px; padding: 11px; border: 1px solid #d8e7ef; background: #fff; border-radius: 13px; text-decoration: none; font-size: 12px; font-weight: 800; }
.tutorial-jump span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--tg); color: #fff; }
.tutorial-steps { display: grid; gap: 16px; }
.tutorial-step { scroll-margin-top: 100px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 25px; border: 1px solid #dbe8ef; background: #fff; border-radius: 20px; box-shadow: 0 8px 25px rgba(32,84,110,.05); }
.tutorial-step-number { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg,var(--tg),#68c7ef); color: #fff; font-size: 23px; font-weight: 900; }
.tutorial-step-body h2 { margin: 5px 0 12px; }
.tutorial-step-body ol { margin: 0 0 16px; padding-left: 22px; line-height: 1.75; }
.tutorial-step-body li::marker { color: var(--tg); font-weight: 900; }
.tutorial-warning,.tutorial-note { margin: 14px 0; padding: 12px 14px; border-radius: 12px; line-height: 1.5; }
.tutorial-warning { background: #fff8dc; border-left: 4px solid #f1b632; color: #6c5515; }
.tutorial-note { background: #edf8fe; color: #315d73; }
.tutorial-example { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin: 14px 0; padding: 13px; border: 1px dashed #a8d6ec; border-radius: 12px; background: #f5fbfe; }
.tutorial-example span { color: var(--muted); font-size: 12px; font-weight: 800; }
.tutorial-grid-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.tutorial-grid-mini div { padding: 13px; border: 1px solid #dce9ef; border-radius: 12px; background: #f9fcfd; }
.tutorial-grid-mini small,.tutorial-grid-mini code { display: block; }
.tutorial-grid-mini small { margin-bottom: 7px; color: var(--muted); }
.tutorial-form-preview { max-width: 580px; padding: 16px; border: 1px solid #dce8ee; border-radius: 15px; background: #f9fcfd; }
.tutorial-form-preview input,.tutorial-form-preview textarea,.tutorial-form-preview select { margin-bottom: 10px; }
.tutorial-code { overflow: auto; margin: 14px 0; padding: 16px; border-radius: 14px; background: #172b3a; color: #dff5ff; font-size: 12px; line-height: 1.65; }
.tutorial-troubleshoot { margin-top: 18px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-grid details { border: 1px solid #dce8ef; border-radius: 13px; padding: 13px 15px; background: #fbfdfe; }
.faq-grid summary { cursor: pointer; font-weight: 900; }
.faq-grid p { margin: 10px 0 0; color: var(--muted); line-height: 1.5; }
.tutorial-finish { display: flex; gap: 17px; align-items: center; margin: 20px 0 4px; padding: 22px; border-radius: 20px; background: #eaf8ff; border: 1px solid #cbe8f6; }
.tutorial-finish h2 { margin: 0 0 6px; }
.tutorial-finish p { margin: 0; color: var(--muted); }
.tutorial-finish .btn { margin-left: auto; flex: 0 0 auto; }

.tutorial-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(8,30,43,.58); opacity: 0; visibility: hidden; transition: .2s ease; }
.tutorial-modal.open { opacity: 1; visibility: visible; }
.tutorial-modal-dialog { position: relative; width: min(620px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: 26px; border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); transform: translateY(14px) scale(.98); transition: .2s ease; }
.tutorial-modal.open .tutorial-modal-dialog { transform: none; }
.tutorial-modal-close { position: absolute; right: 15px; top: 13px; width: 36px; height: 36px; padding: 0; border-radius: 50%; background: #eff5f8; color: #567; font-size: 24px; }
.tutorial-modal-head { display: flex; gap: 14px; align-items: center; padding-right: 32px; }
.tutorial-modal-head h2 { margin: 3px 0 4px; }
.tutorial-modal-head p { margin: 0; color: var(--muted); }
.tutorial-modal-steps { display: grid; gap: 9px; margin: 22px 0; }
.tutorial-modal-steps > div { display: flex; gap: 12px; align-items: center; padding: 12px; border: 1px solid #dce8ef; border-radius: 14px; background: #fbfdfe; }
.tutorial-modal-steps > div > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--tg); color: #fff; font-weight: 900; }
.tutorial-modal-steps p,.tutorial-modal-steps b,.tutorial-modal-steps small { display: block; margin: 0; }
.tutorial-modal-steps small { margin-top: 3px; color: var(--muted); }
.tutorial-modal-actions { display: flex; justify-content: flex-end; gap: 9px; }
body.modal-open { overflow: hidden; }

@media (max-width: 1050px) {
  .quick-start-grid { grid-template-columns: 1fr 1fr; }
  .tutorial-jump { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
  .topbar-actions { width: 100%; justify-content: flex-start; }
  .topbar-actions .btn,.topbar-actions button { flex: 1 1 auto; text-align: center; }
  .quick-start-heading { display: block; }
  .quick-start-heading .btn { margin-top: 12px; }
  .quick-start-grid { grid-template-columns: 1fr; }
  .tutorial-hero { grid-template-columns: 1fr; padding: 24px; }
  .tutorial-phone { justify-self: center; }
  .tutorial-jump { grid-template-columns: 1fr 1fr; }
  .tutorial-step { grid-template-columns: 1fr; padding: 19px; }
  .tutorial-step-number { width: 45px; height: 45px; border-radius: 14px; }
  .tutorial-grid-mini,.faq-grid { grid-template-columns: 1fr; }
  .tutorial-finish { align-items: flex-start; flex-wrap: wrap; }
  .tutorial-finish .btn { width: 100%; margin-left: 0; text-align: center; }
  .tutorial-modal-dialog { padding: 21px; border-radius: 20px; }
  .tutorial-modal-actions { flex-direction: column-reverse; }
  .tutorial-modal-actions .btn,.tutorial-modal-actions button { width: 100%; text-align: center; }
}

/* Mode bot, paket, dan auto order premium */
.support-fee-banner { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:0 0 20px; padding:15px 18px; border:1px solid #f0d89c; border-radius:16px; background:linear-gradient(135deg,#fff9e9,#fffdf7); box-shadow:0 8px 24px rgba(122,91,21,.06); }
.support-fee-banner div { display:grid; gap:4px; }
.support-fee-banner b { color:#76540a; }
.support-fee-banner span { color:#7d6a3e; font-size:13px; line-height:1.5; }
.home-support-banner { margin:0 24px 24px; }
.plan-overview,.home-plan-section { margin:0 0 20px; padding:22px; border:1px solid #d9e8f0; border-radius:20px; background:#fff; box-shadow:0 10px 30px rgba(34,84,110,.06); }
.home-plan-section { margin:0 24px 24px; }
.home-section-heading { margin-bottom:16px; text-align:center; }
.home-section-heading h2 { margin:5px 0; font-size:28px; }
.home-section-heading p { margin:0; color:var(--muted); }
.section-heading-inline { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:16px; }
.section-heading-inline h2 { margin:4px 0 0; }
.current-plan-pill { padding:8px 12px; border-radius:999px; background:#e8f6fd; color:var(--tg-dark); font-size:12px; }
.plan-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; }
.plan-card { position:relative; min-width:0; padding:17px; border:1px solid #dce8ef; border-radius:17px; background:linear-gradient(180deg,#fff,#f9fcfe); }
.plan-card.selected { border-color:var(--tg); box-shadow:0 0 0 3px rgba(34,158,217,.12); }
.plan-card-top { display:flex; justify-content:space-between; align-items:center; gap:8px; }
.plan-number { width:31px; height:31px; display:grid; place-items:center; border-radius:10px; background:var(--tg); color:#fff; font-weight:900; }
.plan-badge { padding:5px 8px; border-radius:999px; background:#edf6fa; color:#507284; font-size:10px; font-weight:900; text-transform:uppercase; }
.plan-card h3 { margin:13px 0 7px; font-size:17px; }
.plan-price { color:var(--tg-dark); font-size:21px; font-weight:900; }
.plan-price small { margin-left:3px; color:var(--muted); font-size:10px; font-weight:700; }
.plan-card p { min-height:72px; margin:10px 0; color:var(--muted); font-size:12px; line-height:1.5; }
.plan-card ul { margin:0; padding-left:18px; color:#486271; font-size:12px; line-height:1.65; }
.plan-action-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; }
.field-help { margin:-4px 0 4px; color:var(--muted); font-size:11px; line-height:1.45; }
.mode-form { display:flex; gap:7px; align-items:center; }
.mode-form select { width:auto; min-width:175px; padding:8px 10px; font-size:11px; }
.billing-plan-picker { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-bottom:18px; }
.billing-plan-option { display:block; cursor:pointer; }
.billing-plan-option input { position:absolute; opacity:0; pointer-events:none; }
.billing-plan-copy { display:block; min-height:150px; padding:16px; border:1px solid #dce8ef; border-radius:16px; background:#fbfdfe; transition:.2s ease; }
.billing-plan-option.selected .billing-plan-copy,.billing-plan-option:has(input:checked) .billing-plan-copy { border-color:var(--tg); background:#f0faff; box-shadow:0 0 0 3px rgba(34,158,217,.1); }
.billing-plan-copy small,.billing-plan-copy b,.billing-plan-copy em { display:block; }
.billing-plan-copy small { color:var(--tg-dark); font-weight:900; text-transform:uppercase; }
.billing-plan-copy b { margin:5px 0; font-size:18px; }
.billing-plan-copy em { color:#168455; font-style:normal; font-weight:900; }
.billing-plan-copy p { margin:9px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }
.billing-fields { margin-top:8px; }
.success-message { padding:12px 14px; border:1px solid #a9dfc5; border-radius:12px; background:#effbf5; color:#176b48; }
.premium-intro-card { display:grid; grid-template-columns:1fr auto; gap:22px; align-items:center; margin-bottom:20px; padding:28px; border-radius:22px; color:#fff; background:linear-gradient(135deg,#157fc0,#35afe5); box-shadow:0 18px 40px rgba(23,129,188,.2); }
.premium-intro-card h1 { margin:6px 0 10px; font-size:32px; }
.premium-intro-card p { max-width:760px; margin:0; color:#eaf8ff; line-height:1.65; }
.premium-command-box { display:grid; gap:7px; min-width:190px; padding:16px; border:1px solid rgba(255,255,255,.25); border-radius:16px; background:rgba(255,255,255,.12); }
.premium-command-box code { padding:7px 9px; border-radius:8px; background:rgba(0,0,0,.15); color:#fff; }
.premium-form-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.premium-product-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:18px 0; }
.premium-product-card { display:flex; flex-direction:column; gap:15px; }
.premium-product-head { display:flex; justify-content:space-between; gap:15px; align-items:flex-start; }
.premium-product-head h2 { margin:8px 0 3px; }
.premium-product-head small { color:var(--muted); }
.premium-stock-summary { display:grid; grid-template-columns:1fr 1fr; gap:7px; min-width:150px; }
.premium-stock-summary span { padding:9px; border-radius:11px; background:#f0f7fa; text-align:center; color:var(--muted); font-size:10px; }
.premium-stock-summary b { display:block; color:var(--text); font-size:18px; }
.premium-product-price { color:var(--tg-dark); font-size:23px; font-weight:900; }
.premium-edit-box { border:1px solid #dce8ef; border-radius:13px; background:#fbfdfe; }
.premium-edit-box summary { cursor:pointer; padding:12px 14px; font-weight:900; }
.premium-edit-box form { padding:0 14px 14px; }
.premium-stock-entry { padding:14px; border:1px dashed #abd7eb; border-radius:14px; background:#f5fbfe; }
.premium-stock-entry h3 { margin:0 0 5px; }
.home-plan-grid .plan-card p { min-height:88px; }

@media (max-width:1180px) {
  .plan-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .premium-product-list { grid-template-columns:1fr; }
}
@media (max-width:760px) {
  .support-fee-banner,.section-heading-inline,.premium-product-head { align-items:flex-start; flex-direction:column; }
  .home-support-banner,.home-plan-section { margin-left:14px; margin-right:14px; }
  .plan-card-grid,.billing-plan-picker,.premium-form-grid { grid-template-columns:1fr; }
  .plan-card p,.home-plan-grid .plan-card p { min-height:0; }
  .premium-intro-card { grid-template-columns:1fr; padding:22px; }
  .premium-intro-card h1 { font-size:26px; }
  .premium-command-box { min-width:0; }
  .mode-form { width:100%; flex-wrap:wrap; }
  .mode-form select { width:100%; }
  .premium-stock-summary { width:100%; }
}

/* Koneksi API per bot */
.integration-connect-fields { display:grid; gap:12px; }
.integration-connect-fields label[hidden] { display:none !important; }
.integration-connect-fields small { display:block; margin-top:6px; color:var(--muted); line-height:1.45; }
.integration-settings { margin-top:14px; border:1px solid #d8e7ef; border-radius:14px; background:#f9fcfe; overflow:hidden; }
.integration-settings summary { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:12px 14px; cursor:pointer; font-weight:900; }
.integration-status-row { display:flex; flex-wrap:wrap; gap:7px; justify-content:flex-end; }
.integration-badge { display:inline-flex; align-items:center; padding:6px 9px; border-radius:999px; font-size:11px; }
.integration-badge.ready { background:#dcf8e8; color:#127244; }
.integration-badge.missing { background:#ffe8e8; color:#b52a2a; }
.integration-key-form { padding:0 14px 14px; }
.integration-key-form .btn-sm { width:max-content; }
@media (max-width:700px) {
  .integration-settings summary { align-items:flex-start; flex-direction:column; }
  .integration-status-row { justify-content:flex-start; }
  .integration-key-form .btn-sm { width:100%; }
}

/* Owner dan status kontak Telegram */
.owner-settings { border-color:#eadba6; background:#fffdf6; }
.owner-settings summary > span:first-child { min-width:0; }
.contact-status { display:inline-flex; align-items:center; padding:6px 9px; border-radius:999px; font-size:11px; font-weight:900; white-space:nowrap; }
.contact-status.active { background:#dcf8e8; color:#127244; }
.contact-status.blocked { background:#ffe8e8; color:#b52a2a; }
.contact-status.seen { background:#edf3f6; color:#567180; }

/* Update 8: OTP Telegram, voucher dinamis, dan clipboard fallback */
.otp-target-box,.telegram-start-card,.voucher-payment-summary{border:1px solid #d9e7f0;background:#f7fbfe;border-radius:16px;padding:14px 16px;margin:14px 0;display:grid;gap:5px}.otp-target-box span,.otp-target-box small{color:#60778a}.otp-target-box b{font-size:1.05rem}.telegram-start-card b{color:#1b5f85}.telegram-start-card p{margin:3px 0 10px}.auth-secondary-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;flex-wrap:wrap}.auth-secondary-actions form{margin:0}.link-button{border:0;background:none;color:#1879b5;padding:0;font:inherit;font-weight:700;cursor:pointer}.auth-note{font-size:.82rem;color:#6d8190;text-align:center}.telegram-verification-card{border-left:4px solid #229ed9}.voucher-payment-summary{margin:10px 0}.voucher-payment-summary span{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.voucher-admin-list{display:grid;gap:12px}.copy-feedback{display:block;min-height:18px;margin-top:5px;color:#25855b}.copy-row input:focus{outline:2px solid rgba(34,158,217,.35);outline-offset:1px}
@media(max-width:700px){.voucher-payment-summary span{display:block}.auth-secondary-actions{justify-content:center}}
