@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Archivo+Black&family=Noto+Sans+Arabic:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #111c34;
  --muted: #586476;
  --blue: #234bfa;
  --line: #d9dee7;
  --surface: #f2f4f7;
  --navy: #13213a;
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body:has([dir="rtl"]),
html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", "DM Sans", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
button {
  border: 0;
  background: none;
}
input,
select,
textarea {
  color: var(--ink);
}
input:focus-visible,
button:focus-visible,
a:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #8099ff;
  outline-offset: 3px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.logo {
  font-family: "Archivo Black", "Noto Sans Arabic", sans-serif;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.6px;
  font-weight: 750;
}
h2 {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.7px;
  font-weight: 750;
}
h3 {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.3px;
}
p {
  color: #6e788b;
}
svg {
  flex-shrink: 0;
}
small {
  font-size: 14px;
}
.wrap {
  width: min(1296px, calc(100% - 80px));
  margin-inline: auto;
}
.utility-bar {
  background: var(--navy);
  color: #c6ccda;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.utility-bar > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.utility-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #9cc8b8;
  border-radius: 50%;
}
.utility-divider {
  opacity: 0.3;
  margin-inline: 9px;
}
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.header-main {
  height: 85px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.logo {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 25px;
  letter-spacing: -1.3px;
  font-weight: 800;
  gap: 9px;
}
.logo-mark {
  width: 33px;
  height: 33px;
  border-radius: 10px;
  background: var(--blue);
  display: grid;
  place-items: center;
  box-shadow: 0 3px 8px #335cff1a;
}
.logo-tv {
  font-size: 14px;
  letter-spacing: -0.2px;
  align-self: flex-start;
  margin-top: 3px;
  margin-inline-start: -6px;
  color: var(--blue);
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #e9ebf0;
  border-radius: 9px;
  background: #f7f8fa;
  padding: 0 15px;
  height: 43px;
  flex: 1;
  max-width: 557px;
  color: #8791a3;
}
.search-bar input {
  border: 0;
  outline: none;
  background: none;
  width: 100%;
  font-size: 14px;
}
.search-bar input::placeholder {
  color: #8991a0;
}
.search-bar kbd {
  font-size: 14px;
  border: 1px solid #e1e4eb;
  padding: 0 5px;
  border-radius: 4px;
  color: #a1a8b6;
}
.header-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-inline-start: auto;
}
.language-picker {
  display: flex;
  align-items: center;
  gap: 5px;
}
.language-picker select {
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 700;
  width: 49px;
  cursor: pointer;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.cart-link {
  display: flex;
  align-items: center;
  gap: 7px;
  border-inline-start: 1px solid var(--line);
  padding-inline-start: 20px;
}
.cart-count {
  background: #eff2fc;
  border-radius: 50%;
  font-size: 14px;
  color: var(--blue);
  height: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 18px;
}
.category-nav {
  height: 51px;
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 14px;
  font-weight: 550;
  border-top: 1px solid var(--line);
}
.category-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.category-nav a:hover,
.category-nav a.active {
  color: var(--blue);
}
.category-nav a.active:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--blue);
  bottom: -1px;
  inset-inline: 0;
}
.category-nav a.reseller-nav {
  margin-inline-start: auto;
  color: #5a6375;
  font-size: 14px;
}
.preview-bar {
  background: #f2f4ff;
  color: #657298;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 14px;
  letter-spacing: 0.15px;
}
.preview-bar .status-dot {
  background: #98a7de;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: 750;
  color: #838da0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
}
.tiny-line {
  width: 19px;
  height: 2px;
  background: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
  background: white;
  transition:
    background 0.15s,
    transform 0.15s;
  line-height: 1.4;
}
.button:hover {
  background: #f5f7fc;
}
.button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 3px 7px #335cff18;
}
.button.primary:hover {
  background: #254ce6;
}
.full {
  width: 100%;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 650;
  color: #5c6780;
}
.text-link:hover {
  color: var(--blue);
}
.pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: #f6f8fb;
  padding: 4px 9px;
  font-size: 14px;
  font-weight: 650;
  border-radius: 5px;
}
.play-dot {
  font-size: 14px;
  letter-spacing: 0;
  margin-inline-start: 4px;
}
.catalog {
  padding-top: 42px;
  padding-bottom: 42px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.section-heading h2,
.section-heading h1 {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 0;
}
.section-heading .eyebrow {
  margin-bottom: 7px;
}
.count-pill {
  font:
    600 11px "DM Sans",
    sans-serif;
  letter-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px 7px;
  color: #8a94a4;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 212px 1fr;
  gap: 33px;
}
.filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0 21px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.filter-heading button {
  font-size: 14px;
  color: #969dad;
  padding: 0;
}
.filters h4 {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 14px;
  margin: 25px 0 12px;
  color: #8891a1;
}
.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: start;
  font-size: 14px;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 3px;
  color: #6c7689;
}
.filter-option.selected {
  background: #eef2ff;
  color: var(--blue);
  font-weight: 650;
}
.filter-option small {
  margin-inline-start: auto;
  font-size: 14px;
  opacity: 0.8;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  margin-bottom: 11px;
  color: #707a8b;
  cursor: pointer;
}
.radio-option input {
  appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #d3d9e3;
  border-radius: 4px;
  margin: 0;
}
.radio-option input:checked {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: inset 0 0 0 3px white;
}
.help-tile {
  background: #f6f7fa;
  padding: 20px 17px;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  margin-top: 29px;
}
.help-tile > svg {
  color: #697da8;
  margin-bottom: 8px;
}
.help-tile h3 {
  font-size: 14px;
  margin-bottom: 8px;
}
.help-tile p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.help-tile a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 650;
  color: #576b9a;
}
.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #9098a7;
}
.results-toolbar strong {
  color: #5b6578;
  font-weight: 550;
}
.results-toolbar label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
}
.results-toolbar select {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 26px 8px 10px;
  background: white;
  font-size: 14px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px #17263e0a;
}
.blue {
  --tile: #e9effa;
  --tile-ink: #294d8a;
  --tile-orbit: #bacce9;
}
.purple {
  --tile: #eeebf6;
  --tile-ink: #67528e;
  --tile-orbit: #c9bedf;
}
.green {
  --tile: #e8f0ec;
  --tile-ink: #336653;
  --tile-orbit: #adc9bd;
}
.orange {
  --tile: #fcf0e4;
  --tile-ink: #b67239;
  --tile-orbit: #ebc39d;
}
.lime {
  --tile: #eef2dd;
  --tile-ink: #536932;
  --tile-orbit: #c3d29e;
}
.red {
  --tile: #f6eaea;
  --tile-ink: #9c4c58;
  --tile-orbit: #dfb0b7;
}
.product-info {
  padding: 15px 15px 12px;
}
.micro-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: #929aa8;
  line-height: 1.5;
}
.product-name {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin-block: 8px 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f1f5;
  padding-top: 10px;
}
.pending-price {
  font-size: 14px;
  color: #8992a3;
  font-weight: 500;
}
.price {
  font-size: 14px;
  font-weight: 750;
}
.round-button {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 27px;
  height: 27px;
  color: #718098;
}
.round-button:hover {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.reseller-banner {
  display: flex;
  align-items: center;
  gap: 26px;
  background: #142440;
  border-radius: 12px;
  color: white;
  padding: 28px 35px;
  margin-block: 5px 55px;
  position: relative;
  overflow: hidden;
}
.reseller-banner .eyebrow {
  font-size: 14px;
  color: #92a8cd;
}
.reseller-banner h2 {
  font-size: 24px;
  margin-block: 7px;
}
.reseller-banner p {
  font-size: 14px;
  color: #a7b4cb;
  margin-bottom: 0;
  max-width: 610px;
}
.reseller-banner .button {
  margin-inline-start: auto;
  flex-shrink: 0;
  border-color: #475471;
  background: transparent;
  color: white;
  font-size: 14px;
}
.reseller-symbol {
  padding: 18px;
  background: #203250;
  border: 1px solid #344463;
  border-radius: 14px;
  color: #b1c4ed;
}
.learning {
  padding-bottom: 58px;
}
.learning h2 {
  font-size: 24px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.article-art {
  position: relative;
  height: 155px;
  background: var(--tile);
  color: var(--tile-ink);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}
.article-art:after {
  content: "";
  position: absolute;
  inset: 23px -80px;
  border: 1px solid var(--tile-orbit);
  border-radius: 100%;
  transform: rotate(-25deg);
  opacity: 0.5;
}
.article-art > span {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: 650;
}
.article-art > svg:last-child {
  position: absolute;
  bottom: 16px;
  right: 16px;
  opacity: 0.5;
}
.article-card .micro-row {
  font-size: 14px;
}
.article-card h3 {
  font-size: 15px;
  margin-block: 9px 8px;
  max-width: 340px;
}
.article-card p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.article-card:hover h3 {
  color: var(--blue);
}
footer {
  border-top: 1px solid var(--line);
  background: #fafbfc;
  padding-top: 43px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 35px;
  padding-bottom: 38px;
}
.footer-brand .logo {
  font-size: 24px;
}
.footer-brand p {
  font-size: 14px;
  margin-block: 12px 17px;
}
.footer-region {
  font-size: 14px;
  color: #929aa8;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-main h4 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 650;
}
.footer-main > div:not(:first-child) > a {
  display: block;
  font-size: 14px;
  color: #7c8596;
  margin-bottom: 10px;
}
.footer-main a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 19px;
  font-size: 14px;
  color: #8d95a3;
}
.footer-bottom > div {
  display: flex;
  gap: 21px;
  align-items: center;
}
.crypto-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #658976;
  border: 1px solid #e1e8e2;
  border-radius: 4px;
  padding: 3px 7px;
  font-weight: 700;
}
.crypto-badge > span {
  color: #96a39b;
  font-size: 14px;
}
.chat-launch {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  background: var(--blue);
  border: 3px solid white;
  border-radius: 16px;
  color: white;
  box-shadow: 0 7px 20px #335cff33;
  z-index: 60;
}
.chat-panel {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 355px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 20px 80px #12254525;
  border-radius: 15px;
  z-index: 60;
  overflow: hidden;
}
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: white;
  padding: 17px;
}
.chat-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-header b {
  font-size: 14px;
}
.chat-header button {
  color: white;
}
.chat-body {
  padding: 22px;
  max-height: 370px;
  overflow: auto;
}
.chat-body p {
  font-size: 14px;
}
.chat-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef2ff;
  color: var(--blue);
  margin-bottom: 10px;
}
.chat-input {
  display: flex;
  padding: 15px;
  border-top: 1px solid var(--line);
}
.chat-input input {
  border: 0;
  min-width: 0;
  flex: 1;
  font-size: 14px;
}
.chat-message {
  font-size: 14px;
  padding: 12px;
  background: #f5f7fa;
  border-radius: 8px;
  margin-bottom: 10px;
  white-space: pre-wrap;
}
.chat-message.user {
  background: #eef2ff;
}
.chat-message a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--blue);
  margin-top: 8px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  background: #152039;
  color: white;
  border-radius: 9px;
  box-shadow: 0 10px 30px #0002;
  padding: 15px 19px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 120px);
  font-size: 14px;
}
.toast button {
  color: #b9c4d9;
}
.mobile-filter {
  display: none;
}
.page-section {
  padding-block: 48px 70px;
  min-height: 500px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
}
.panel h2 {
  font-size: 21px;
}
.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 270px;
  text-align: center;
  padding: 35px;
  gap: 12px;
}
.empty h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.empty p {
  font-size: 14px;
  max-width: 400px;
}
.empty-icon {
  width: 62px;
  height: 62px;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #8897b0;
  background: #f7f9fc;
  margin-bottom: 6px;
}
.empty .button {
  margin-top: 5px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #8a95a6;
  padding-block: 26px;
}
.breadcrumbs a {
  color: #5c6c86;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 65px;
  padding-block: 10px 45px;
}
.product-purchase {
  padding: 15px 0;
}
.product-purchase h1 {
  font-size: 31px;
  margin-block: 10px 17px;
}
.detail-price {
  font-size: 26px;
  font-weight: 650;
  color: var(--ink);
  letter-spacing: -0.7px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 14px;
}
.field > span {
  font-weight: 600;
  font-size: 14px;
}
.field input,
.field select,
.field textarea,
textarea,
.admin-search {
  border: 1px solid #dfe4ed;
  border-radius: 7px;
  padding: 11px 12px;
  background: white;
  min-width: 0;
  width: 100%;
  font-size: 14px;
}
textarea {
  resize: vertical;
  min-height: 95px;
  line-height: 1.8;
}
.variant-choice {
  padding: 13px;
  border: 1px solid var(--blue);
  border-radius: 7px;
  background: #f5f7ff;
  color: var(--blue);
  display: flex;
  justify-content: space-between;
  max-width: 180px;
}
.delivery-status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #8c96a7;
  margin-block: 15px;
}
/* Delivery promise badges: instant (stock/auto), on demand (request), manual */
.delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
  white-space: nowrap;
  border: 1px solid transparent;
  margin-block-start: 6px;
}
.delivery-badge.instant {
  color: #0f6b3f;
  background: #e6f6ec;
  border-color: #bfe8cf;
}
.delivery-badge.ondemand {
  color: #8a5a00;
  background: #fff4dd;
  border-color: #f4dfae;
}
.delivery-badge.manual {
  color: #4b5563;
  background: #f1f3f6;
  border-color: #dfe3ea;
}
.delivery-status .delivery-badge {
  margin-block-start: 0;
  font-size: 14px;
}
.eta-countdown {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-block-start: 8px;
  font-size: 14px;
  color: #0f6b3f;
}
.eta-countdown b {
  font-variant-numeric: tabular-nums;
  font-size: 16px;
}
.eta-countdown.exceeded {
  color: #8a5a00;
}
.live-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #8c96a7;
}
.notice {
  font-size: 14px;
  color: #8991a1;
  background: #f6f7fa;
  padding: 13px;
  border-radius: 7px;
  line-height: 1.8;
  margin-top: 12px;
}
.detail-note {
  display: flex;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}
.detail-note > svg {
  color: #8797b0;
}
.detail-note b {
  font-size: 14px;
}
.detail-note p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.8;
  margin-bottom: 0;
}
.questions {
  margin-bottom: 48px;
}
.questions > p {
  font-size: 14px;
}
.questions form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.questions textarea {
  max-width: 550px;
  min-height: 70px;
}
.questions .button {
  white-space: nowrap;
}
.qa {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.qa b {
  font-size: 14px;
}
.qa p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 7px;
}
.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
}
.cart-line {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 12px;
  padding: 20px;
}
.mini-brand {
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  font-size: 20px;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 9px;
  display: grid;
  place-items: center;
}
.mini-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-line b {
  font-size: 14px;
}
.cart-line p {
  font-size: 14px;
  margin-bottom: 2px;
}
.cart-line > strong {
  font-size: 14px;
  margin-inline-start: auto;
}
.link-button {
  font-size: 14px;
  color: var(--blue);
  padding: 0;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-start: auto;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 14px;
}
.quantity button {
  display: grid;
  place-items: center;
  padding: 4px;
}
.checkout-summary {
  height: fit-content;
}
.total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding-block: 20px;
  border-block: 1px solid var(--line);
  margin-bottom: 15px;
}
.checkout-summary .button {
  margin-bottom: 10px;
}
.checkout-summary > .text-link {
  margin-top: 15px;
}
.auth-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 55px 70px;
  max-width: 1000px;
  align-items: center;
}
.auth-story h1 {
  font-size: 36px;
  margin-block: 14px;
}
.auth-story p {
  font-size: 14px;
}
.auth-symbol {
  height: 150px;
  width: 170px;
  border: 1px solid #e2e8f4;
  border-radius: 25px;
  display: grid;
  place-items: center;
  background: #f1f4fb;
  color: #657eb5;
  margin-bottom: 25px;
  transform: rotate(-6deg);
}
.auth-story ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #728098;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
}
.auth-story li {
  display: flex;
  gap: 10px;
}
.auth-story li svg {
  color: #8da1c5;
}
.auth-form {
  padding: 35px;
}
.auth-form h2 {
  margin-block: 10px 25px;
}
.small {
  font-size: 14px;
}
.muted {
  color: var(--muted);
}
.auth-switch {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  font-size: 14px;
  color: var(--blue);
}
.auth-switch a {
  display: flex;
  gap: 6px;
  align-items: center;
}
.workspace {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 40px;
  padding-block: 40px 70px;
  min-height: 670px;
}
.account-sidebar {
  border-inline-end: 1px solid var(--line);
  padding-inline-end: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.user-card {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 27px;
}
.avatar {
  background: #eef2ff;
  border-radius: 11px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-weight: 750;
  color: var(--blue);
}
.user-card b {
  font-size: 14px;
  display: block;
}
.user-card small {
  font-size: 14px;
  color: #96a0b0;
  display: block;
}
.account-sidebar > a,
.sidebar-bottom > a,
.sidebar-bottom > button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  font-size: 14px;
  border-radius: 7px;
  color: #7b879b;
}
.account-sidebar > a.selected {
  background: #eef2ff;
  color: var(--blue);
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 60px;
}
.account-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.account-title h1 {
  font-size: 28px;
  margin-block: 7px 0;
}
.wallet-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
  margin-bottom: 30px;
}
.balance-card {
  background: #172a4c;
  border-radius: 12px;
  padding: 25px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.balance-card:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 35px solid #ffffff04;
  border-radius: 50%;
  right: -85px;
  bottom: -100px;
  pointer-events: none;
}
.balance-card > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a7b8d4;
  font-size: 14px;
}
.balance-card > strong {
  font-size: 33px;
  letter-spacing: -1px;
  margin-block: 24px;
}
.balance-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #8da2c4;
}
.topup-form {
  padding: 23px;
}
.topup-form h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.topup-form p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 13px;
}
.fund-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px;
  gap: 10px;
}
.fund-input input {
  width: 65px;
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 8px;
  background: transparent;
  font-weight: 650;
  outline: none;
}
.fund-input > span {
  font-size: 14px;
  color: #8a95a7;
}
.fund-input .button {
  min-height: 35px;
  font-size: 14px;
  padding: 8px 10px;
}
.topup-form > small {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #98a2b2;
  margin-top: 10px;
}
.account-main > .panel > .section-heading h2 {
  font-size: 17px;
}
.account-main {
  min-width: 0;
}
.table-scroll {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 14px;
}
th {
  text-align: start;
  font-size: 14px;
  color: #8895aa;
  font-weight: 500;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 15px;
  border-bottom: 1px solid #f0f2f6;
}
tr:last-child td {
  border-bottom: 0;
}
.positive {
  color: #45876d;
}
.profile-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 14px;
}
.profile-details dt {
  color: #8591a4;
}
.profile-details dd {
  margin: 0;
}
.list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.list-row:last-child {
  border-bottom: 0;
}
.list-row small {
  display: block;
  color: #9aa3b2;
  margin-top: 6px;
}
.code-reveal {
  margin-top: 25px;
}
.code-reveal pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
  padding: 15px;
  background: #f2f5f9;
  border-radius: 7px;
  direction: ltr;
  text-align: left;
}
.editorial-heading {
  max-width: 630px;
  margin-bottom: 40px;
}
.editorial-heading h1 {
  margin-block: 14px;
  font-size: 38px;
}
.editorial-heading > p {
  font-size: 14px;
}
.help-layout {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 65px;
}
.help-layout h2 {
  font-size: 21px;
}
.faq-row {
  border-bottom: 1px solid var(--line);
  padding-block: 19px;
  font-size: 14px;
}
.faq-row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}
.faq-row summary::-webkit-details-marker {
  display: none;
}
.faq-row p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 17px;
  margin-bottom: 0;
}
.faq-row[open] summary > svg {
  transform: rotate(45deg);
}
.help-layout > .panel {
  height: fit-content;
}
.help-layout > .panel > svg {
  color: #7590bd;
  margin-bottom: 20px;
}
.space-top {
  margin-top: 40px;
}
.guide-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: #6c7b94;
}
.guide-link > svg:last-child {
  margin-inline-start: auto;
}
.article-page {
  max-width: 800px;
  padding-bottom: 80px;
}
.article-page h1 {
  font-size: 43px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.article-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #7b889c;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.article-body {
  font-size: 15px;
  line-height: 2;
}
.article-body p {
  margin-bottom: 25px;
}
.sources {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  margin-bottom: 20px;
}
.sources a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 14px;
  margin-top: 10px;
}
.reseller-page {
  max-width: 890px;
  margin: auto;
  text-align: center;
  padding-block: 20px;
}
.reseller-page h1 {
  font-size: 43px;
  margin-block: 16px;
}
.reseller-page > p {
  font-size: 15px;
  max-width: 680px;
  margin-inline: auto;
}
.reseller-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block: 35px;
}
.reseller-benefits .panel {
  background: #f8faff;
}
.reseller-benefits svg {
  color: #6c85bd;
}
.reseller-benefits h3 {
  font-size: 15px;
  margin-block: 15px 0;
}
.reseller-form {
  max-width: 500px;
  margin: auto;
  text-align: start;
}
.admin-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
  overflow: auto;
}
.admin-tabs button {
  padding: 13px 17px;
  font-size: 14px;
  white-space: nowrap;
}
.admin-tabs button.active {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
.admin-search {
  max-width: 420px;
  margin-bottom: 20px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #14203766;
  backdrop-filter: blur(4px);
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.modal {
  width: 600px;
  max-height: 90vh;
  overflow: auto;
  position: relative;
}
.modal h2 {
  padding-inline-end: 30px;
  font-size: 20px;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.pay-methods {
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 12px;
  padding: 0.6rem 0.9rem;
  margin: 0.4rem 0 0.8rem;
  display: grid;
  gap: 0.4rem;
}
.pay-methods legend {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0 0.3rem;
}
.check-field {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 12px;
}
.check-field input {
  accent-color: var(--blue);
}
hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin-block: 25px;
}
.modal form > button {
  margin-top: 15px;
}
.moderation-row {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.moderation-row p {
  font-size: 14px;
}
.moderation-row select {
  padding: 10px;
  margin-top: 10px;
  margin-inline-end: 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}
html[dir="rtl"] .logo-tv {
  margin-right: -6px;
  margin-left: 0;
}
html[dir="rtl"] .category-nav {
  gap: 24px;
}
html[dir="rtl"] .chat-launch {
  left: 25px;
  right: auto;
}
html[dir="rtl"] .chat-panel {
  left: 25px;
  right: auto;
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1360px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-main {
    gap: 25px;
  }
  .header-actions {
    gap: 15px;
  }
  .account-link > span {
    display: none;
  }
  .category-nav {
    gap: 20px;
    font-size: 14px;
  }
  .category-nav a.reseller-nav {
    font-size: 14px;
  }
  .catalog-layout {
    grid-template-columns: 185px 1fr;
    gap: 24px;
  }
  .product-grid {
    gap: 14px;
  }
  .micro-row {
    font-size: 14px;
  }
  .product-info {
    padding: 12px;
  }
  .reseller-banner {
    padding: 27px;
    gap: 20px;
  }
  .reseller-banner h2 {
    font-size: 21px;
  }
  .reseller-banner p {
    max-width: 460px;
  }
  .footer-main {
    gap: 25px;
  }
  .workspace {
    grid-template-columns: 190px 1fr;
    gap: 25px;
  }
  .wallet-row {
    grid-template-columns: 1fr;
  }
  .balance-card {
    min-height: 220px;
  }
  .auth-page {
    gap: 60px;
  }
  .product-detail {
    gap: 35px;
  }
}
@media (max-width: 850px) {
  .header-main {
    gap: 20px;
  }
  .search-bar {
    max-width: none;
  }
  .language-picker > svg {
    display: none;
  }
  .header-actions {
    gap: 12px;
  }
  .cart-link {
    padding-inline-start: 12px;
  }
  .category-nav {
    gap: 20px;
    overflow: auto;
    white-space: nowrap;
  }
  .category-nav a {
    flex-shrink: 0;
  }
  .category-nav .reseller-nav {
    display: none !important;
  }
  .catalog-layout {
    grid-template-columns: 168px 1fr;
    gap: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog {
    padding-top: 30px;
  }
  .filter-option {
    font-size: 14px;
    padding: 10px 6px;
    gap: 6px;
  }
  .filter-option > svg {
    width: 15px;
  }
  .reseller-symbol {
    display: none;
  }
  .reseller-banner h2 {
    font-size: 20px;
  }
  .reseller-banner p {
    max-width: 390px;
  }
  .article-grid {
    gap: 18px;
  }
  .article-art {
    height: 125px;
  }
  .article-card h3 {
    font-size: 14px;
  }
  .article-card p {
    font-size: 14px;
  }
  .article-card .micro-row {
    font-size: 14px;
  }
  .learning h2 {
    font-size: 22px;
  }
  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-main > div:last-child {
    display: none;
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .product-purchase h1 {
    font-size: 25px;
  }
  .four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-page {
    gap: 35px;
  }
  .auth-story h1 {
    font-size: 30px;
  }
  .auth-form {
    padding: 25px;
  }
  .help-layout {
    gap: 30px;
  }
  .workspace {
    grid-template-columns: 175px 1fr;
    gap: 20px;
  }
  .account-sidebar {
    padding-inline-end: 15px;
  }
  .account-sidebar > a {
    font-size: 14px;
    gap: 8px;
    padding: 11px 8px;
  }
  .account-title h1 {
    font-size: 23px;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    max-width: 500px;
  }
  .reseller-page h1 {
    font-size: 35px;
  }
  .reseller-benefits {
    gap: 12px;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .utility-bar .wrap {
    height: 27px;
    font-size: 14px;
  }
  .utility-divider {
    margin-inline: 3px;
  }
  .header-main {
    height: auto;
    min-height: 112px;
    padding-block: 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 13px;
  }
  .logo {
    font-size: 22px;
    gap: 8px;
  }
  .logo-mark {
    width: 29px;
    height: 29px;
    border-radius: 8px;
  }
  .logo-tv {
    font-size: 14px;
  }
  .header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 16px;
  }
  .account-link svg,
  .cart-link svg {
    width: 19px;
  }
  .cart-link {
    padding-inline-start: 0;
    border: 0;
    gap: 4px;
  }
  .language-picker select {
    font-size: 14px;
    width: 44px;
  }
  .search-bar {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    height: 36px;
    border-radius: 6px;
    padding-inline: 11px;
    gap: 9px;
  }
  .search-bar input {
    font-size: 14px;
  }
  .search-bar > svg {
    width: 17px;
  }
  .search-bar kbd {
    font-size: 14px;
  }
  .category-nav {
    height: 44px;
    font-size: 14px;
    gap: 23px;
    width: calc(100% - 32px);
  }
  .category-nav a {
    gap: 6px;
  }
  .category-nav svg {
    width: 14px;
  }
  .preview-bar {
    font-size: 14px;
    padding-block: 6px;
    gap: 5px;
  }
  .catalog {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .section-heading {
    gap: 12px;
    margin-bottom: 18px;
  }
  .section-heading h2,
  .learning h2 {
    font-size: 22px;
    gap: 9px;
  }
  .section-heading .eyebrow {
    font-size: 14px;
    letter-spacing: 1.1px;
    margin-bottom: 6px;
  }
  .count-pill {
    font-size: 14px;
    padding: 2px 5px;
  }
  .mobile-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 7px 9px;
  }
  .mobile-filter svg {
    width: 14px;
  }
  .catalog-layout {
    display: block;
  }
  .filters {
    display: none;
  }
  .filters.open {
    display: block;
    background: #f9fafc;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .filters.open .help-tile {
    display: none;
  }
  .results-toolbar {
    height: 34px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .results-toolbar label {
    font-size: 0;
    gap: 0;
  }
  .results-toolbar select {
    font-size: 14px;
    padding: 7px 13px 7px 8px;
  }
  .product-grid {
    gap: 12px;
  }
  .product-info {
    padding: 11px;
  }
  .micro-row {
    font-size: 14px;
  }
  .micro-row > span:first-child {
    max-width: 65%;
  }
  .product-name {
    font-size: 14px;
    margin-block: 6px 10px;
  }
  .product-bottom {
    padding-top: 8px;
  }
  .pending-price {
    font-size: 14px;
  }
  .round-button {
    width: 24px;
    height: 24px;
  }
  .round-button svg {
    width: 15px;
  }
  .reseller-banner {
    padding: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    gap: 18px;
  }
  .reseller-banner .eyebrow {
    font-size: 14px;
  }
  .reseller-banner h2 {
    font-size: 22px;
    max-width: 270px;
  }
  .reseller-banner p {
    font-size: 14px;
    line-height: 1.8;
  }
  .reseller-banner .button {
    margin-inline-start: 0;
    font-size: 14px;
    min-height: 34px;
    padding: 9px 13px;
  }
  .learning {
    padding-bottom: 35px;
  }
  .learning .section-heading {
    align-items: flex-end;
  }
  .learning .section-heading h2 {
    max-width: 255px;
    line-height: 1.4;
    font-size: 21px;
  }
  .learning .section-heading > .text-link {
    white-space: nowrap;
    font-size: 14px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .article-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 15px;
    align-items: start;
  }
  .article-art {
    grid-row: 1/4;
    height: 116px;
    margin: 0;
    border-radius: 8px;
  }
  .article-art > svg:first-child {
    width: 31px;
  }
  .article-art > svg:last-child {
    width: 15px;
    bottom: 9px;
    right: 9px;
  }
  .article-art > span {
    font-size: 14px;
    left: 10px;
    top: 10px;
    letter-spacing: 0.8px;
  }
  .article-card .micro-row {
    font-size: 14px;
    grid-column: 2;
  }
  .article-card h3 {
    font-size: 14px;
    margin-block: 7px 6px;
    grid-column: 2;
  }
  .article-card p {
    font-size: 14px;
    line-height: 1.6;
    grid-column: 2;
  }
  .article-card .micro-row > span {
    max-width: none;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    row-gap: 26px;
    padding-bottom: 26px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-main > div:last-child {
    display: block;
  }
  .footer-main > div:nth-child(2) {
    display: none;
  }
  footer {
    padding-top: 28px;
  }
  .footer-brand p {
    font-size: 14px;
    margin-block: 9px;
  }
  .footer-region {
    font-size: 14px;
  }
  .footer-main h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer-main > div:not(:first-child) > a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer-bottom {
    display: block;
    font-size: 14px;
    padding-block: 15px 24px;
  }
  .footer-bottom > div {
    margin-top: 12px;
    gap: 15px;
  }
  .crypto-badge {
    margin-inline-start: auto;
  }
  .chat-launch {
    height: 45px;
    width: 45px;
    border-radius: 14px;
    bottom: 17px;
    right: 16px;
  }
  .chat-panel {
    right: 16px;
    bottom: 75px;
    width: calc(100% - 32px);
    max-width: 355px;
  }
  .toast {
    bottom: 77px;
    max-width: calc(100% - 32px);
    width: max-content;
    padding: 13px;
    font-size: 14px;
    gap: 8px;
  }
  .page-section {
    padding-block: 30px 45px;
    min-height: 400px;
  }
  .page-section h1 {
    font-size: 29px;
  }
  .breadcrumbs {
    font-size: 14px;
    padding-block: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumbs > span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 0 25px;
  }
  .product-purchase h1 {
    font-size: 28px;
  }
  .product-purchase {
    padding-block: 15px;
  }
  .detail-price {
    font-size: 24px;
  }
  .questions {
    padding: 22px;
    margin-bottom: 30px;
  }
  .questions form {
    display: block;
  }
  .questions .button {
    margin-top: 12px;
  }
  .questions h2 {
    font-size: 20px;
  }
  .auth-page {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 30px 45px;
  }
  .auth-story {
    padding: 0 5px;
  }
  .auth-story h1 {
    font-size: 29px;
    max-width: 330px;
  }
  .auth-story p {
    font-size: 14px;
  }
  .auth-story ul,
  .auth-symbol {
    display: none;
  }
  .auth-form {
    padding: 24px;
  }
  .auth-form h2 {
    font-size: 23px;
  }
  .auth-form > .eyebrow {
    display: none;
  }
  .workspace {
    display: block;
    padding-block: 20px 40px;
    min-height: 500px;
  }
  .account-sidebar {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    overflow: auto;
    border-bottom: 1px solid var(--line);
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .user-card,
  .sidebar-bottom {
    display: none;
  }
  .account-sidebar > a {
    white-space: nowrap;
    font-size: 14px;
    gap: 6px;
    padding: 9px 8px;
  }
  .account-sidebar > a svg {
    width: 15px;
  }
  .account-title {
    margin-bottom: 20px;
  }
  .account-title h1 {
    font-size: 24px;
    margin-top: 8px;
  }
  .account-title .eyebrow {
    font-size: 14px;
  }
  .account-title .pill {
    font-size: 14px;
  }
  .wallet-row {
    gap: 15px;
    margin-bottom: 22px;
  }
  .balance-card {
    min-height: 190px;
    padding: 24px;
  }
  .balance-card > strong {
    margin-block: 22px;
    font-size: 32px;
  }
  .topup-form {
    padding: 21px;
  }
  .account-main > .panel {
    padding: 20px;
  }
  .account-main > .panel > .section-heading {
    gap: 10px;
  }
  .account-main > .panel > .section-heading h2 {
    font-size: 17px;
  }
  .account-main .empty {
    min-height: 240px;
    padding: 20px 0;
  }
  .empty h3 {
    font-size: 15px;
  }
  .empty p {
    font-size: 14px;
  }
  .empty .button {
    font-size: 14px;
  }
  .profile-details {
    font-size: 14px;
    gap: 18px;
  }
  .help-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .editorial-heading h1 {
    font-size: 30px;
  }
  .editorial-heading > p {
    font-size: 14px;
  }
  .editorial-heading {
    margin-bottom: 30px;
  }
  .faq-row {
    font-size: 14px;
  }
  .article-page {
    padding-bottom: 45px;
  }
  .article-page h1 {
    font-size: 30px;
  }
  .article-lead {
    font-size: 15px;
    margin-bottom: 23px;
    padding-bottom: 20px;
  }
  .article-body {
    font-size: 14px;
    line-height: 1.95;
  }
  .reseller-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-block: 25px;
  }
  .reseller-benefits .panel {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    text-align: start;
  }
  .reseller-benefits h3 {
    font-size: 14px;
    margin: 0;
  }
  .reseller-benefits svg {
    width: 24px;
  }
  .reseller-page h1 {
    font-size: 31px;
  }
  .reseller-page > p {
    font-size: 14px;
  }
  .reseller-form {
    padding: 22px;
  }
  .cart-line {
    padding: 15px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .mini-brand {
    width: 49px;
    height: 49px;
    font-size: 17px;
  }
  .cart-line > div:nth-child(2) {
    flex: 1;
  }
  .cart-line b {
    font-size: 14px;
  }
  .cart-line .quantity {
    margin-inline-start: 61px;
  }
  .cart-line > strong {
    font-size: 14px;
  }
  .checkout-summary {
    padding: 23px;
  }
  .modal-backdrop {
    padding: 16px;
  }
  .modal {
    max-height: 85vh;
    padding: 22px;
  }
  .admin-tabs {
    gap: 0;
  }
  .admin-tabs button {
    padding: 11px 13px;
    font-size: 14px;
  }
  .admin-page > .panel {
    padding: 16px;
  }
  .modal h2 {
    font-size: 18px;
  }
  html[dir="rtl"] .chat-launch {
    left: 16px;
    right: auto;
  }
  html[dir="rtl"] .chat-panel {
    left: 16px;
    right: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
  .product-card:hover {
    transform: none;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 28px;
}
.pagination a {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #7b879c;
}
.pagination a.current {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
.pagination a:hover {
  border-color: var(--blue);
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.variant-choice {
  font-size: 14px;
  padding: 11px 14px;
  gap: 15px;
  border-color: var(--line);
  color: #8290a5;
  background: white;
}
.variant-choice.chosen {
  border-color: var(--blue);
  color: var(--blue);
  background: #f5f7ff;
}
.invoice-panel {
  margin-top: 25px;
}
.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.category-nav {
  scrollbar-width: none;
}
.category-nav::-webkit-scrollbar {
  display: none;
}
.recovery-page {
  padding-block: 50px 70px;
  max-width: 480px;
}
.recovery-page h1 {
  font-size: 27px;
  margin-block: 18px 25px;
}
.recovery-page form > svg {
  color: #829ac2;
}
.recovery-page .text-link {
  margin-top: 20px;
}
.recovery-link {
  display: block;
  font-size: 14px;
  color: #8492a8;
  text-align: center;
  margin-top: 17px;
}
.verification-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #f4f7fc;
  border: 1px solid #e7edf8;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #7b8fae;
}
.verification-notice > span,
.verification-notice > button {
  display: flex;
  align-items: center;
  gap: 7px;
}
.verification-notice button {
  font-size: 14px;
  color: var(--blue);
  white-space: nowrap;
}
@media (max-width: 620px) {
  .verification-notice {
    font-size: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .verification-notice button {
    font-size: 14px;
  }
}
.section-heading .catalog-title {
  font-size: 29px;
  letter-spacing: -0.8px;
}
@media (max-width: 620px) {
  .section-heading .catalog-title {
    font-size: 25px;
  }
}

.manual-delivery {
  max-width: 42rem;
  width: 100%;
}
.manual-delivery summary {
  cursor: pointer;
  font-weight: 600;
  padding: 0.7rem;
}
.manual-delivery fieldset {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 0;
}
.manual-delivery textarea {
  min-height: 100px;
}
.activation-note {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.code-reveal pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.admin-page .list-row:has(.manual-delivery) {
  flex-wrap: wrap;
}
.support-history {
  margin-top: 40px;
  max-width: 900px;
}
.support-thread {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  margin: 14px 0;
  background: white;
}
.support-thread summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.support-thread summary > span:first-child {
  overflow-wrap: anywhere;
}
.support-conversation {
  padding-block: 15px;
}
.support-bubble {
  padding: 14px 18px;
  border-radius: 12px;
  background: #f3f5f9;
  margin: 10px 0;
  max-width: 90%;
}
.support-bubble p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 8px 0;
}
.support-bubble small {
  font-size: 14px;
  color: var(--muted);
}
.support-bubble.merchant-reply {
  background: #eef2ff;
  margin-inline-start: auto;
}
.support-thread textarea {
  min-height: 90px;
}
@media (max-width: 620px) {
  .support-thread summary {
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
  }
}

/* Showplus storefront: bold identity, readable commerce UI, unframed logos. */
body {
  font-size: 16px;
  color: var(--ink);
}
p {
  color: var(--muted);
}
h1 {
  font-size: 44px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -1.6px;
}
h2,
h3 {
  font-family: "DM Sans", "Noto Sans Arabic", sans-serif;
  font-weight: 800;
  letter-spacing: -0.7px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 21px;
}
small {
  font-size: 14px;
}
.wrap {
  width: min(1440px, calc(100% - 80px));
}
.utility-bar {
  font-size: 14px;
  background: var(--ink);
}
.utility-bar .wrap {
  min-height: 34px;
  height: auto;
  padding-block: 6px;
}
.site-header {
  box-shadow: none;
}
.header-main {
  height: 104px;
  gap: 38px;
}
.logo {
  font-family: "Archivo Black", sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -1.8px;
  gap: 0;
  line-height: 1;
  color: var(--blue);
}
.logo-tv {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: white;
  background: var(--blue);
  padding: 5px 4px;
  border-radius: 3px;
  margin-inline-start: 5px;
  align-self: flex-start;
}
.search-bar {
  height: 54px;
  max-width: none;
  flex: 1;
  border: 1px solid #bbc3d2;
  border-radius: 7px;
  background: #fff;
  padding-inline: 17px;
}
.search-bar input {
  font-size: 16px;
}
.search-bar kbd {
  font-size: 16px;
}
.header-actions {
  gap: 22px;
}
.header-actions select,
.account-link {
  font-size: 15px;
  font-weight: 600;
}
.account-link {
  gap: 8px;
}
.language-picker,
.account-link,
.cart-link {
  min-height: 44px;
}
.cart-count {
  min-width: 18px;
  min-height: 18px;
  font-size: 12px;
}
.category-nav {
  height: auto;
  min-height: 58px;
  gap: 26px;
}
.category-nav a {
  min-height: 58px;
  font-size: 15px;
  font-weight: 700;
  padding-block: 15px;
  white-space: nowrap;
}
.category-nav a.active {
  color: var(--blue);
}
.category-nav .reseller-nav {
  font-size: 14px;
}
.preview-bar {
  font-size: 14px;
  min-height: 38px;
  padding: 8px 20px;
  line-height: 1.5;
}
.button {
  min-height: 48px;
  padding: 13px 20px;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 700;
}
.button.primary {
  background: var(--blue);
  box-shadow: none;
}
.button.primary:hover {
  background: #1639d1;
}
.text-link {
  font-size: 15px;
}
input,
select,
textarea {
  font-size: 16px;
}
.storefront-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  padding-block: 48px 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.storefront-statement h1 {
  font-size: clamp(40px, 4.35vw, 66px);
  letter-spacing: -2.5px;
  line-height: 1.04;
  margin: 0 0 20px;
}
.storefront-statement h1 span {
  color: var(--blue);
}
.storefront-statement p {
  font-size: 17px;
  max-width: 540px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.storefront-statement .button {
  display: inline-flex;
  gap: 24px;
}
.app-shelf {
  min-width: 0;
  padding: 24px 28px 0;
  border-inline-start: 1px solid var(--line);
}
.app-shelf-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.app-shelf-heading h2 {
  font-size: 23px;
  margin: 0;
}
.app-shelf-heading a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--blue);
}
.app-shelf-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-block: 18px 25px;
}
.app-shelf-logos a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.app-shelf-logos img {
  width: 100%;
  height: 94px;
  object-fit: contain;
  transition: transform 0.18s;
}
.app-shelf-logos a:hover img {
  transform: translateY(-4px);
}
.app-shelf-help {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  border-top: 1px solid var(--line);
  padding-block: 14px;
  font-size: 15px;
  color: var(--muted);
}
.catalog {
  padding-block: 40px 50px;
  scroll-margin-top: 180px;
}
.section-heading {
  margin-bottom: 28px;
}
.section-heading h2,
.section-heading .catalog-title {
  font-size: 32px;
}
.count-pill {
  font:
    600 15px "DM Sans",
    sans-serif;
  padding: 4px 9px;
  color: var(--muted);
  background: var(--surface);
  border: none;
}
.catalog-layout {
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 38px;
}
.filters {
  min-width: 0;
}
.filter-heading {
  font-size: 17px;
  padding-block: 10px 22px;
}
.filter-heading button {
  color: var(--muted);
  font-size: 14px;
  min-height: 28px;
}
.filters h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin-top: 25px;
}
.filter-option {
  min-height: 48px;
  padding: 10px 8px;
  gap: 9px;
  font-size: 15px;
  color: var(--muted);
}
.filter-option svg {
  flex-shrink: 0;
}
.filter-option small {
  font-size: 14px;
}
.radio-option {
  font-size: 15px;
  min-height: 34px;
  margin-bottom: 5px;
  color: var(--muted);
}
.radio-option input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
}
.help-tile {
  background: var(--surface);
  padding: 22px 18px;
  border: 0;
  border-radius: 6px;
}
.help-tile h3 {
  font-size: 18px;
}
.help-tile p,
.help-tile a {
  font-size: 14px;
}
.results-toolbar {
  min-height: 50px;
  height: auto;
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 24px;
  gap: 14px;
}
.results-toolbar label,
.results-toolbar select {
  font-size: 15px;
}
.results-toolbar select {
  min-height: 44px;
  padding-block: 10px;
}
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}
.product-card {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: white;
  box-shadow: none;
  transform: none;
}
.product-card:hover {
  box-shadow: none;
  transform: none;
}
.brand-stage {
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 7px;
  overflow: hidden;
}
.brand-stage img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 132px;
  object-fit: contain;
  transition: transform 0.18s;
}
.product-card:hover .brand-stage img {
  transform: scale(1.04);
}
.brand-stage.large {
  height: 390px;
  padding: 48px;
}
.brand-stage.large img {
  max-width: 380px;
  height: 270px;
}
.brand-pending {
  font:
    800 24px/1.2 "DM Sans",
    sans-serif;
  color: var(--muted);
  text-align: center;
  overflow-wrap: anywhere;
}
.product-info {
  padding: 17px 0 0;
}
.micro-row {
  font-size: 14px;
  color: var(--muted);
  gap: 10px;
}
.product-name {
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
  margin: 9px 0 15px;
  white-space: normal;
  overflow: visible;
  min-height: 50px;
}
.product-name:hover {
  color: var(--blue);
}
.product-bottom {
  border-top: 0;
  padding-top: 0;
  gap: 12px;
}
.pending-price {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.price {
  font-size: 22px;
  font-weight: 800;
}
.round-button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  color: var(--blue);
}
.pagination a {
  min-width: 44px;
  min-height: 44px;
  font-size: 15px;
}
.reseller-banner {
  border-radius: 7px;
  padding: 32px;
  background: var(--ink);
}
.reseller-banner h2 {
  font-size: 30px;
}
.reseller-banner p {
  font-size: 16px;
  line-height: 1.6;
}
.reseller-banner .eyebrow {
  display: none;
}
.reseller-symbol {
  display: none;
}
.article-card h3 {
  font-size: 22px;
  line-height: 1.4;
}
.article-card p {
  font-size: 16px;
}
footer {
  background: var(--surface);
}
.footer-brand .logo {
  font-size: 32px;
}
.footer-main h4 {
  font-size: 17px;
}
.footer-main p,
.footer-main a:not(.logo),
.footer-region,
.footer-bottom {
  font-size: 14px;
  line-height: 1.7;
}
.field input,
.field textarea,
.field select {
  font-size: 16px;
  min-height: 48px;
}
.page-section p,
.auth-card p,
.notice {
  font-size: 16px;
}
html[dir="rtl"] .storefront-statement h1 {
  font-family: "Noto Sans Arabic", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.45;
  letter-spacing: 0;
}
html[dir="rtl"] .logo {
  direction: ltr;
}
@media (min-width: 1600px) {
  .wrap {
    width: min(1440px, calc(100% - 120px));
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-main {
    gap: 24px;
  }
  .logo {
    font-size: 30px;
  }
  .header-actions {
    gap: 16px;
  }
  .account-link span {
    display: none;
  }
  .category-nav {
    gap: 23px;
    overflow-x: auto;
  }
  .category-nav a {
    font-size: 14px;
    flex-shrink: 0;
  }
  .storefront-intro {
    gap: 30px;
  }
  .storefront-statement h1 {
    font-size: 44px;
  }
  .app-shelf {
    padding-inline: 22px 0;
  }
  .app-shelf-logos {
    gap: 12px;
  }
  .catalog-layout {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 24px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 850px) {
  .header-main {
    height: auto;
    min-height: 140px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px 20px;
    padding-block: 20px;
  }
  .search-bar {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    box-sizing: border-box;
  }
  .category-nav .reseller-nav {
    margin-inline-start: 0;
  }
  .storefront-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 34px;
  }
  .storefront-statement h1 {
    font-size: 54px;
  }
  .storefront-statement p {
    max-width: 580px;
  }
  .app-shelf {
    border-inline-start: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
  }
  .app-shelf-logos {
    max-width: 470px;
    margin-inline: auto;
  }
  .app-shelf-logos img {
    height: 80px;
  }
  .app-shelf-help {
    justify-content: center;
    gap: 20px;
  }
  .catalog-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .filters {
    display: none;
  }
  .filters.open {
    display: block;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 6px;
  }
  .mobile-filter {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    font-size: 15px;
  }
  .brand-stage {
    height: 195px;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .utility-bar .wrap {
    justify-content: center;
    min-height: 30px;
    padding-block: 4px;
  }
  .utility-bar .wrap > span {
    font-size: 12px;
  }
  .utility-bar .wrap > span:last-child {
    display: none;
  }
  .header-main {
    min-height: 138px;
    padding-block: 18px 14px;
    gap: 16px 8px;
  }
  .logo {
    font-size: 28px;
    letter-spacing: -1.4px;
  }
  .logo-tv {
    font-size: 10px;
    padding: 4px 3px;
    margin-inline-start: 4px;
  }
  .header-actions {
    gap: 8px;
  }
  .language-picker {
    gap: 2px;
  }
  .language-picker > svg {
    display: none;
  }
  .language-picker select {
    font-size: 14px;
    padding-inline: 0;
  }
  .account-link {
    display: inline-flex;
    justify-content: center;
    width: 28px;
  }
  .cart-link {
    width: 30px;
  }
  .search-bar {
    height: 50px;
    margin: 0;
    padding-inline: 13px;
  }
  .search-bar input {
    font-size: 16px;
  }
  .search-bar kbd {
    display: none;
  }
  .category-nav {
    gap: 24px;
    min-height: 52px;
  }
  .category-nav a {
    min-height: 52px;
    font-size: 14px;
    padding-block: 14px;
  }
  .category-nav svg {
    display: none;
  }
  .preview-bar {
    font-size: 12px;
    padding: 7px 18px;
  }
  .storefront-intro {
    padding-block: 28px;
    gap: 28px;
  }
  .storefront-statement h1 {
    font-size: clamp(33px, 9.3vw, 54px);
    letter-spacing: -1.5px;
    margin-bottom: 17px;
  }
  .storefront-statement p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 21px;
  }
  .storefront-statement .button {
    font-size: 15px;
    min-height: 48px;
    padding: 12px 17px;
  }
  .app-shelf {
    padding-top: 14px;
  }
  .app-shelf-heading h2 {
    font-size: 21px;
  }
  .app-shelf-logos {
    margin-block: 14px 20px;
    gap: 14px;
  }
  .app-shelf-logos img {
    height: 66px;
  }
  .app-shelf-logos a {
    font-size: 14px;
    gap: 12px;
  }
  .app-shelf-help {
    font-size: 14px;
    min-height: 46px;
  }
  .catalog {
    padding-top: 28px;
    scroll-margin-top: 225px;
  }
  .section-heading {
    gap: 12px;
    margin-bottom: 20px;
  }
  .section-heading h2,
  .section-heading .catalog-title {
    font-size: 27px;
    line-height: 1.2;
    gap: 9px;
    flex-wrap: wrap;
  }
  .count-pill {
    font-size: 14px;
  }
  .mobile-filter {
    font-size: 14px;
    flex-shrink: 0;
    padding: 8px 0 8px 8px;
  }
  .results-toolbar {
    min-height: 44px;
    gap: 8px;
    margin-bottom: 21px;
  }
  .results-toolbar > span {
    font-size: 14px;
  }
  .results-toolbar label {
    font-size: 0;
    gap: 0;
  }
  .results-toolbar select {
    font-size: 14px;
    max-width: 164px;
    padding-inline: 8px 23px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .brand-stage {
    height: 140px;
    padding: 17px;
    border-radius: 5px;
  }
  .brand-stage img {
    height: 102px;
    max-width: 150px;
  }
  .brand-pending {
    font-size: 21px;
  }
  .product-info {
    padding-top: 12px;
  }
  .micro-row {
    font-size: 13px;
    gap: 3px;
    flex-direction: column;
  }
  .product-name {
    font-size: 17px;
    line-height: 1.35;
    margin: 8px 0 11px;
    min-height: 46px;
    overflow-wrap: anywhere;
  }
  .product-bottom {
    gap: 5px;
  }
  .pending-price {
    font-size: 13px;
    line-height: 1.4;
  }
  .round-button {
    width: 38px;
    height: 44px;
  }
  .brand-stage.large {
    height: 270px;
    padding: 35px;
  }
  .brand-stage.large img {
    height: 200px;
    max-width: 260px;
  }
  .reseller-banner {
    padding: 25px;
    gap: 20px;
    margin-bottom: 36px;
  }
  .reseller-banner h2 {
    font-size: 27px;
  }
  .reseller-banner p {
    font-size: 15px;
  }
  .article-card h3 {
    font-size: 21px;
  }
  .article-card p {
    font-size: 15px;
  }
  .footer-main {
    gap: 30px;
  }
  .footer-brand .logo {
    font-size: 30px;
  }
  .footer-main h4 {
    font-size: 16px;
  }
  html[dir="rtl"] .storefront-statement h1 {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-stage img,
  .app-shelf-logos img {
    transition: none;
    transform: none !important;
  }
}
/* Account and merchant workflows follow the storefront's bold type scale. */
.workspace .account-title h1 {
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.12;
}
.workspace .account-title {
  gap: 24px;
  align-items: flex-start;
}
.workspace .user-card b,
.workspace .account-sidebar > a,
.workspace .sidebar-bottom > a,
.workspace .sidebar-bottom > button {
  font-size: 16px;
}
.workspace .account-sidebar > a {
  min-height: 48px;
  color: #526078;
}
.workspace .account-sidebar > a.selected {
  color: var(--blue);
  font-weight: 750;
}
.workspace .balance-card {
  padding: 28px;
  min-height: 226px;
  border-radius: 8px;
}
.workspace .balance-card > strong {
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.workspace .balance-card::after {
  display: none;
}
.workspace .topup-form h3,
.workspace .panel h2 {
  font-size: 23px;
  font-weight: 750;
}
.workspace .topup-form p,
.workspace .topup-form > small {
  color: #526078;
}
.workspace .fund-input .button {
  min-height: 44px;
  font-size: 15px;
}
.workspace table,
.admin-page table {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}
.workspace th,
.admin-page th {
  color: #526078;
  font-weight: 650;
}
.workspace td,
.admin-page td {
  padding-block: 20px;
}
.order-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  background: #eef0f4;
  color: #526078;
}
.order-status > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.order-status.success {
  background: #eaf5ee;
  color: #216744;
}
.order-status.waiting {
  background: #fff3dc;
  color: #825315;
}
.order-heading p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--muted);
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.order-progress {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  margin-bottom: 24px;
  background: #edf2fa;
  border-radius: 7px;
}
.order-progress > svg {
  flex-shrink: 0;
  color: var(--blue);
}
.order-progress > div {
  flex: 1;
}
.order-progress p {
  margin: 6px 0 0;
  line-height: 1.65;
  color: #526078;
  max-width: 65ch;
}
.order-detail-panel,
.order-delivery-panel {
  margin-bottom: 24px;
}
.order-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}
.order-item p {
  margin: 8px 0;
  color: #526078;
  font-size: 15px;
}
.order-item > b {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.delivery-count {
  color: #216744;
  font-size: 14px;
  font-weight: 650;
}
.order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 24px;
}
.order-total strong {
  font-size: 28px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.order-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.order-note p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding-top: 12px;
}
.order-delivery-panel .section-heading {
  align-items: flex-start;
  gap: 20px;
}
.order-delivery-panel p {
  font-size: 15px;
  color: #526078;
  margin-top: 8px;
}
.delivery-secret {
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.delivery-secret > div {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.delivery-secret pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 20px;
  background: #f1f4f8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 14px;
  user-select: all;
}
.order-help {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  color: var(--blue);
}
.order-help span {
  flex: 1;
}
.order-help small {
  display: block;
  color: #526078;
  margin-top: 7px;
  font-size: 15px;
}
.ledger-order {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 14px;
}
.checkout-balance {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 18px;
}
.checkout-summary .notice a {
  display: block;
  color: var(--blue);
  text-decoration: underline;
  margin-top: 8px;
}
.admin-summary {
  display: flex;
  border-block: 1px solid var(--line);
  margin-bottom: 28px;
  padding-block: 24px;
  gap: 48px;
}
.admin-summary > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-summary strong {
  font-size: 34px;
  font-weight: 800;
}
.admin-summary span {
  font-size: 15px;
  color: #526078;
}
.admin-tabs {
  gap: 24px;
}
.admin-tabs button {
  min-height: 48px;
  font-size: 16px;
}
.order-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.order-toolbar .admin-search {
  margin: 0;
  flex: 1;
}
.order-toolbar select {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}
.admin-order {
  margin-bottom: 18px;
}
.admin-order > header {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.admin-order > header > div {
  flex: 1;
  min-width: 0;
}
.admin-order > header > div > strong {
  font-size: 22px;
}
.admin-order > header p {
  margin: 7px 0;
  overflow-wrap: anywhere;
}
.admin-order > header small {
  color: #526078;
}
.admin-order > header > b {
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.admin-order-items {
  padding-block: 14px;
}
.admin-order-items p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 8px;
}
.admin-order-items span {
  color: #526078;
  flex-shrink: 0;
  font-size: 15px;
}
.admin-order .manual-delivery {
  width: 100%;
}
.admin-order .manual-delivery summary {
  color: var(--blue);
  font-weight: 700;
  padding-block: 16px;
}
.admin-order > footer {
  background: transparent;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 14px;
}
.refund-confirmation {
  background: #fff7eb;
  padding: 18px;
  border-radius: 6px;
}
.refund-confirmation p {
  margin-bottom: 16px;
}
.refund-confirmation .button {
  margin-inline-end: 10px;
}
@media (max-width: 700px) {
  .workspace .account-title h1 {
    font-size: 32px;
  }
  .workspace .account-sidebar > a {
    font-size: 15px;
  }
  .order-heading {
    flex-wrap: wrap;
  }
  .order-progress {
    flex-wrap: wrap;
    padding: 20px;
  }
  .order-progress > div {
    flex-basis: calc(100% - 50px);
  }
  .order-item {
    flex-wrap: wrap;
    gap: 8px;
  }
  .order-item > div {
    width: 100%;
  }
  .order-delivery-panel .section-heading {
    flex-wrap: wrap;
  }
  .delivery-secret > div {
    align-items: flex-start;
  }
  .admin-summary {
    gap: 20px;
    justify-content: space-between;
  }
  .admin-summary strong {
    font-size: 28px;
  }
  .admin-summary span {
    font-size: 14px;
  }
  .order-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .admin-order > header {
    gap: 16px;
    flex-wrap: wrap;
  }
  .admin-order > header > div {
    flex-basis: 100%;
  }
  .admin-order-items p {
    flex-direction: column;
    gap: 5px;
  }
  .admin-order .manual-delivery textarea {
    width: 100%;
  }
}
/* Admin console: dashboard, jobs, activity, customers, settings, bulk catalog */
.dash-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}
.dash-grid.money {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.dash-grid.ops {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.dash-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
a.dash-tile:hover {
  border-color: var(--blue);
}
.dash-tile strong {
  font-size: 22px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-tile span {
  font-size: 14px;
  color: #526078;
}
.dash-tile small {
  font-size: 13px;
  color: #8c96a7;
}
.dash-tile.warn {
  border-color: #f4dfae;
  background: #fffaf0;
}
.dash-tile.bad {
  border-color: #f3c1c1;
  background: #fff5f5;
}
.dash-tile.good {
  border-color: #bfe8cf;
  background: #f3fbf6;
}
.dash .attention {
  margin-bottom: 18px;
}
.dash .attention h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
.attention-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}
.attention-list li {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f1f3f6;
}
.attention-list li.warn {
  background: #fff4dd;
}
.attention-list li.bad {
  background: #ffe9e9;
}
.attention-list a {
  color: inherit;
  font-weight: 650;
  text-decoration: none;
  display: block;
}
.dash-charts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}
.dash-charts h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.dash-chart {
  margin: 0;
}
.dash-chart svg {
  width: 100%;
  height: 120px;
  display: block;
}
.dash-chart .bar {
  fill: var(--blue);
}
.dash-chart .bar.empty {
  fill: #e6e9ef;
}
.dash-chart figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #8c96a7;
  margin-top: 6px;
}
.dash-chart details {
  margin-top: 8px;
  font-size: 13px;
}
.dash-chart details summary {
  color: var(--blue);
  cursor: pointer;
}
.dash-chart details table td {
  padding-block: 4px;
}
.admin-page table.compact td {
  padding-block: 10px;
}
.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.activity-row {
  display: grid;
  grid-template-columns: 130px auto 1fr 2fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.activity-row time {
  color: #8c96a7;
  font-variant-numeric: tabular-nums;
}
.activity-row .pill {
  font-size: 12px;
  padding: 2px 7px;
}
.activity-row.job .pill {
  background: #e6f6ec;
  border-color: #bfe8cf;
}
.activity-row.notification .pill {
  background: #fff4dd;
  border-color: #f4dfae;
}
.activity-row span.muted {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity .button {
  margin-top: 16px;
}
.jobs-table td small,
.customers td small,
.catalog-table td small {
  display: block;
  font-size: 12px;
}
.jobs-table td.actions {
  white-space: nowrap;
}
.jobs-table td.actions .link-button {
  margin-inline-end: 10px;
}
.notice.bad {
  background: #ffe9e9;
  color: #8a1f1f;
  padding: 12px 14px;
  border-radius: 8px;
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}
.settings-grid h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.settings-grid .button {
  margin-top: 10px;
}
.kv {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin-top: 18px;
  font-size: 14px;
}
.kv dt {
  color: #526078;
}
.kv dd {
  margin: 0;
  font-weight: 650;
}
.settings-span {
  grid-column: 1 / -1;
}
.providers-table td small,
.providers-table td small.error {
  display: block;
  font-size: 12px;
}
.providers-table small.error {
  color: #8a1f1f;
}
.providers-table tr.has-error td:first-child {
  border-inline-start: 3px solid #f3c1c1;
}
.providers-table td.actions .link-button {
  margin-inline-end: 10px;
  white-space: nowrap;
}
.provider-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.provider-form h3 {
  margin-bottom: 12px;
}
.provider-form .button {
  margin-inline-end: 10px;
}
.provider-result {
  background: #e6f6ec;
  padding: 12px 14px;
  border-radius: 8px;
  margin-top: 12px;
}
.evidence-list {
  margin-top: 6px;
  font-size: 12px;
}
.evidence-list summary {
  color: var(--blue);
  cursor: pointer;
}
.evidence-list ul {
  margin: 6px 0 0;
  padding-inline-start: 16px;
  color: #526078;
}
.evidence-list code {
  font-size: 11px;
  color: #8c96a7;
}
.provider-prices {
  margin-top: 12px;
  font-size: 14px;
}
.provider-prices summary {
  color: var(--blue);
  cursor: pointer;
}
.prices-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-block: 10px;
}
.wallet-row td {
  background: #f4f7ff;
}
.wallet-adjust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.wallet-adjust select,
.wallet-adjust input {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font: inherit;
}
.catalog-toolbar {
  flex-wrap: wrap;
}
.catalog-toolbar .admin-search {
  flex-basis: 260px;
}
.bulk-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #edf2fa;
  border-radius: 8px;
  font-size: 14px;
}
.bulk-bar select,
.bulk-bar input,
.bulk-bar textarea {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font: inherit;
}
.bulk-bar textarea {
  flex-basis: 100%;
  min-height: 60px;
}
.bulk-bar .button {
  margin-inline-start: auto;
}
.bulk-skipped {
  background: #fff4dd;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 14px;
}
.bulk-skipped ul {
  margin: 8px 0;
  padding-inline-start: 18px;
}
.catalog-table tr.selected {
  background: #f4f7ff;
}
.catalog-table td.flags {
  white-space: nowrap;
}
.flag {
  display: inline-block;
  font-size: 11px;
  font-weight: 650;
  padding: 2px 6px;
  border-radius: 4px;
  background: #eef0f4;
  color: #8c96a7;
  margin-inline-end: 4px;
}
.flag.on {
  background: #e6f6ec;
  color: #0f6b3f;
}
@media (max-width: 700px) {
  .activity-row {
    grid-template-columns: 1fr 1fr;
  }
  .activity-row span.muted {
    grid-column: 1 / -1;
    white-space: normal;
  }
  .bulk-bar .button {
    margin-inline-start: 0;
  }
}
:root {
  --content-link-gap: 14px;
}
.provisional-price {
  display: block;
  font-size: 12px;
  font-weight: 550;
  color: #667287;
  margin-top: 3px;
}
.content-sources {
  display: flex;
  flex-wrap: wrap;
  gap: var(--content-link-gap);
  margin: 16px 0;
  font-size: 14px;
}
.content-sources a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-editorial {
  margin: 28px 0;
  max-width: 900px;
}
.product-editorial p {
  font-size: 18px;
  line-height: 1.7;
}

/* In-store crypto payment page (Plisio white label). */
.crypto-pay-grid {
  display: grid;
  grid-template-columns: 196px 1fr;
  gap: 1.25rem;
  align-items: start;
  margin-top: 1rem;
}
.crypto-qr {
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  border: 1px solid var(--line, #d9dee7);
}
.crypto-amount,
.crypto-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.9rem;
  margin: 0.3rem 0 0.9rem;
}
.crypto-amount code,
.crypto-address code {
  font-size: 1.05rem;
  word-break: break-all;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: var(--surface-2, #f3f5f9);
}
.crypto-timer {
  font-size: 1.05rem;
}
@media (max-width: 640px) {
  .crypto-pay-grid {
    grid-template-columns: 1fr;
  }
  .crypto-qr {
    margin: 0 auto;
  }
}
