:root {
  --bg: #05070a;
  --panel: #0a1010;
  --panel2: #0d1714;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f7fbf9;
  --muted: #91a099;
  --emerald: #18d886;
  --emerald-rgb: 24, 216, 134;
  --yellow: #ffd700;
  --magenta: #ff2f8a;
  --red: #ff6578;
  --orange: #ffad42;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  background: var(--bg);
}
body {
  margin: 0;
  min-height: 100dvh;
  color: var(--text);
  background: radial-gradient(
      circle at 90% 0,
      rgba(24, 216, 134, 0.11),
      transparent 31%
    ),
    radial-gradient(circle at 0 80%, rgba(255, 47, 138, 0.06), transparent 26%),
    var(--bg);
  font-family: Poppins, Inter, system-ui, sans-serif;
}
body[data-business-edition="growth"] {
  --emerald: #18d886;
  --emerald-rgb: 24, 216, 134;
}
body[data-business-edition="pro"] {
  --emerald: #18d886;
  --emerald-rgb: 24, 216, 134;
  background: radial-gradient(circle at 90% 0, rgba(24, 216, 134, 0.15), transparent 31%),
    radial-gradient(circle at 0 80%, rgba(24, 216, 134, 0.055), transparent 29%),
    var(--bg);
}
button,
input,
select,
textarea {
  font: inherit;
}
.hub-gate {
  min-height: 100dvh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}
.hub-gate img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(24, 216, 134, 0.28));
}
.hub-gate h1 {
  margin: 14px 0 4px;
}
.hub-gate p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.hub-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 100dvh;
}
.hub-side {
  position: sticky;
  z-index: 10;
  top: 0;
  height: 100dvh;
  padding: 20px 14px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: rgba(5, 9, 8, 0.92);
  backdrop-filter: blur(18px);
}
.hub-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 7px 25px;
  color: #fff;
  text-decoration: none;
}
.hub-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.hub-brand strong,
.hub-brand small {
  display: block;
}
.edition-switcher {
  margin: -12px 7px 18px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
}
.edition-switcher > small {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.edition-switcher > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.edition-switcher button {
  min-width: 0;
  min-height: 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #7f8d86;
  background: transparent;
  font-size: 7px;
  font-weight: 850;
  cursor: pointer;
}
.edition-switcher button.is-active {
  color: var(--emerald);
  border-color: rgba(var(--emerald-rgb), 0.25);
  background: rgba(var(--emerald-rgb), 0.08);
}
.hub-brand strong {
  font-size: 14px;
}
.hub-brand small {
  margin-top: 3px;
  color: var(--emerald);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hub-side nav {
  display: grid;
  gap: 4px;
}
.hub-side nav button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8e9b95;
  background: transparent;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.hub-side nav button i {
  font-size: 19px;
}
.hub-side nav button b {
  margin-left: auto;
  min-width: 18px;
  height: 18px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  color: #07100c;
  background: var(--emerald);
  font-size: 8px;
}
.hub-side nav button.is-active {
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.1);
  box-shadow: inset 0 0 0 1px rgba(var(--emerald-rgb), 0.17);
}
.hub-side-foot {
  margin-top: auto;
  display: grid;
  gap: 6px;
}
.hub-side-foot a,
.hub-side-foot button {
  min-height: 38px;
  border: 0;
  border-radius: 11px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #839189;
  background: transparent;
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
}
.hub-side-foot i {
  font-size: 17px;
}
.hub-main {
  min-width: 0;
  padding: 24px clamp(18px, 4vw, 52px) 48px;
}
.preview-banner {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(var(--emerald-rgb), 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(105deg, rgba(var(--emerald-rgb), 0.12), rgba(255, 255, 255, 0.025));
}
.preview-banner > div:first-child {
  display: grid;
  gap: 3px;
}
.preview-banner small {
  color: var(--emerald);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.preview-banner strong { font-size: 14px; }
.preview-banner span { color: var(--muted); font-size: 8px; }
.preview-banner > div:last-child { display: flex; gap: 7px; }
.preview-banner button {
  min-height: 34px;
  border: 1px solid rgba(var(--emerald-rgb), 0.25);
  border-radius: 10px;
  padding: 0 11px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.07);
  font-size: 8px;
  font-weight: 850;
  cursor: pointer;
}
.preview-banner button:last-child { color: #07100c; background: var(--emerald); }
.is-plan-preview [data-add-product],
.is-plan-preview [data-receive-stock],
.is-plan-preview [data-new-offer] { opacity: 0.55; }
.hub-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.hub-top > div:first-child > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}
.hub-top h1 {
  margin: 4px 0 5px;
  font-size: clamp(23px, 3vw, 34px);
  letter-spacing: -1px;
}
.hub-trust {
  min-height: 20px;
  color: var(--emerald);
  font-size: 9px;
  font-weight: 800;
}
.hub-trust i {
  font-size: 14px;
  vertical-align: -3px;
}
.hub-plan-badge {
  margin-top: 7px;
  min-height: 25px;
  border: 1px solid rgba(var(--emerald-rgb), 0.22);
  border-radius: 99px;
  padding: 0 9px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.07);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  max-width: 100%;
}
.hub-plan-badge.plan-growth {
  color: var(--emerald);
  border-color: rgba(var(--emerald-rgb), 0.3);
  background: rgba(var(--emerald-rgb), 0.09);
}
.hub-plan-badge.plan-pro {
  color: #d8ffed;
  border-color: rgba(var(--emerald-rgb), 0.42);
  background: linear-gradient(90deg,rgba(var(--emerald-rgb),.16),rgba(var(--emerald-rgb),.07));
  box-shadow:inset 0 0 0 1px rgba(var(--emerald-rgb),.07),0 0 18px rgba(var(--emerald-rgb),.09);
}
.hub-top-actions {
  display: flex;
  gap: 8px;
}
.hub-top select,
.hub-top button,
.panel-heading select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  padding: 0 12px;
  font-size: 10px;
  font-weight: 700;
}
.hub-top button {
  width: 42px;
  padding: 0;
  display: grid;
  place-items: center;
}
.hub-top .hub-plan-badge {
  width: auto;
  min-width: max-content;
  min-height: 27px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  line-height: 1;
}
.hub-top button i {
  font-size: 18px;
}
.hub-status {
  margin: -10px 0 18px;
  padding: 10px 12px;
  border: 1px solid rgba(var(--emerald-rgb), 0.2);
  border-radius: 12px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.07);
  font-size: 10px;
}
.hub-panel {
  display: none;
}
.hub-panel.is-active {
  display: block;
  animation: panelIn 0.28s ease both;
}
@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin: 0 0 17px;
}
.panel-heading small {
  color: var(--emerald);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.panel-heading h2 {
  margin: 4px 0;
  font-size: 22px;
}
.panel-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}
.hub-primary {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06100c !important;
  background: var(--emerald) !important;
  text-decoration: none;
  font-size: 9px !important;
  font-weight: 850 !important;
}
.health-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(var(--emerald-rgb), 0.22);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(var(--emerald-rgb), 0.13),
    rgba(255, 255, 255, 0.025)
  );
}
.health-card:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -55px;
  top: -65px;
  border: 1px solid rgba(var(--emerald-rgb), 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(var(--emerald-rgb), 0.025),
    0 0 0 44px rgba(var(--emerald-rgb), 0.018);
}
.health-card small {
  color: var(--emerald);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.health-score {
  display: flex;
  align-items: end;
  gap: 9px;
  margin-top: 8px;
}
.health-score strong {
  font-size: 48px;
  line-height: 1;
}
.health-score span {
  padding-bottom: 5px;
  color: #a9b5af;
  font-size: 11px;
  font-weight: 700;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}
.metric-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.027);
}
.metric-card i {
  color: var(--emerald);
  font-size: 19px;
}
.metric-card strong,
.metric-card span {
  display: block;
}
.metric-card strong {
  margin-top: 10px;
  font-size: 21px;
}
.metric-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
}
.hub-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}
.hub-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
}
.activity-row,
.attention-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}
.activity-row:first-of-type,
.attention-row:first-of-type {
  border-top: 0;
}
.activity-row i,
.attention-row i {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.09);
  font-size: 17px;
}
.activity-row strong,
.activity-row small,
.attention-row strong,
.attention-row small {
  display: block;
}
.activity-row strong,
.attention-row strong {
  font-size: 9px;
}
.activity-row small,
.attention-row small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8px;
}
.activity-row time {
  color: #68756f;
  font-size: 7px;
}
.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.quick-grid a,
.quick-grid button {
  min-height: 72px;
  border: 1px solid rgba(var(--emerald-rgb), 0.14);
  border-radius: 14px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 6px;
  color: #dfe8e3;
  background: rgba(var(--emerald-rgb), 0.055);
  text-decoration: none;
  font-size: 8px;
  font-weight: 750;
}
.quick-grid i {
  color: var(--emerald);
  font-size: 22px;
}
.hub-list {
  display: grid;
  gap: 9px;
}
.request-card,
.customer-card,
.drop-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.026);
}
.request-top,
.drop-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.request-card h3,
.customer-card h3,
.drop-card h3 {
  margin: 0 0 4px;
  font-size: 12px;
}
.request-card p,
.drop-card p {
  margin: 8px 0;
  color: #9ca9a3;
  font-size: 9px;
}
.request-meta,
.drop-meta {
  color: var(--muted);
  font-size: 8px;
}
.status-pill {
  border-radius: 99px;
  padding: 5px 8px;
  color: var(--yellow);
  background: rgba(255, 215, 0, 0.1);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}
.status-pill.completed {
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.1);
}
.request-actions,
.service-actions,
.drop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}
.request-actions button,
.service-actions button,
.drop-actions a {
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-size: 8px;
  font-weight: 750;
}
.request-actions button.primary {
  border-color: transparent;
  color: #06100c;
  background: var(--emerald);
}
.request-actions button.danger {
  color: var(--red);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}
.product-photo {
  height: 128px;
  display: grid;
  place-items: center;
  color: var(--emerald);
  background: linear-gradient(
    145deg,
    rgba(var(--emerald-rgb), 0.13),
    rgba(255, 255, 255, 0.02)
  );
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-photo i {
  font-size: 34px;
}
.product-body {
  padding: 14px;
}
.product-body h3 {
  margin: 8px 0 4px;
  font-size: 13px;
}
.product-body > strong {
  color: var(--emerald);
  font-size: 12px;
}
.product-body p {
  margin: 5px 0;
  color: var(--muted);
  font-size: 8px;
}
.stock-label {
  display: inline-flex;
  border-radius: 99px;
  padding: 4px 7px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.09);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
}
.stock-label.low {
  color: var(--orange);
  background: rgba(255, 173, 66, 0.1);
}
.stock-label.out {
  color: var(--red);
  background: rgba(255, 101, 120, 0.1);
}
.inventory-list {
  display: grid;
  gap: 10px;
}
.inventory-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.026);
}
.inventory-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.inventory-head h3 {
  margin: 0 0 6px;
  font-size: 12px;
}
.inventory-head > strong {
  font-size: 26px;
}
.stock-track {
  height: 7px;
  margin: 14px 0;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}
.stock-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--emerald);
  transition: width 0.4s ease;
}
.stock-track span.low {
  background: var(--orange);
}
.stock-track span.out {
  background: var(--red);
}
.inventory-card button {
  min-height: 32px;
  border: 1px solid rgba(var(--emerald-rgb), 0.22);
  border-radius: 10px;
  padding: 0 10px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.06);
  font-size: 8px;
  font-weight: 800;
}
.hub-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.growth-summary {
  margin-bottom: 14px;
  padding: 20px;
  border: 1px solid rgba(var(--emerald-rgb), 0.22);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(
    135deg,
    rgba(var(--emerald-rgb), 0.12),
    rgba(255, 255, 255, 0.02)
  );
}
.growth-summary.is-locked {
  border-color: rgba(255, 215, 0, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.07),
    rgba(255, 47, 138, 0.035)
  );
}
.growth-summary small {
  color: var(--emerald);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}
.growth-summary h3 {
  margin: 5px 0;
  font-size: 17px;
}
.growth-summary p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
.growth-summary > i {
  color: var(--yellow);
  font-size: 28px;
}
.manage-plans {
  color: var(--emerald);
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}
.growth-offers {
  margin-bottom: 14px;
}
.offer-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.026);
}
.offer-card h3 {
  margin: 9px 0 4px;
  font-size: 13px;
}
.offer-card p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 9px;
}
.offer-card small {
  color: var(--emerald);
  font-size: 8px;
  text-transform: capitalize;
}
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.tier-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}
.tier-card.featured {
  border-color: rgba(var(--emerald-rgb), 0.3);
}
.tier-card.current {
  border-color: rgba(var(--emerald-rgb), 0.3);
  box-shadow: inset 0 0 0 1px rgba(var(--emerald-rgb), 0.08);
}
.tier-card > span {
  color: var(--emerald);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
}
.tier-card h3 {
  margin: 7px 0 3px;
  font-size: 14px;
}
.tier-card > strong {
  color: var(--muted);
  font-size: 10px;
}
.tier-card ul {
  min-height: 94px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.tier-card li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #b8c3bd;
  font-size: 8px;
}
.tier-card li i {
  color: var(--emerald);
  font-size: 13px;
}
.tier-card button {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(var(--emerald-rgb), 0.22);
  border-radius: 10px;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.06);
  font-size: 8px;
  font-weight: 850;
}
.tier-card button:disabled {
  opacity: 0.55;
}
.tier-actions { display: grid; gap: 6px; }
.tier-actions button:last-child {
  color: #07100c;
  background: var(--emerald);
}
.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}
.service-card-media {
  height: 130px;
  display: grid;
  place-items: center;
  color: var(--emerald);
  background: linear-gradient(
    145deg,
    rgba(var(--emerald-rgb), 0.13),
    rgba(255, 255, 255, 0.02)
  );
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card-media i {
  font-size: 34px;
}
.service-card-body {
  padding: 14px;
}
.service-card h3 {
  margin: 0 0 5px;
  font-size: 13px;
}
.service-price {
  color: var(--emerald);
  font-size: 11px;
  font-weight: 850;
}
.availability {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: #8e9a94;
  font-size: 8px;
}
.availability:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65716b;
}
.availability.is-on {
  color: var(--emerald);
}
.availability.is-on:before {
  background: var(--emerald);
  box-shadow: 0 0 8px var(--emerald);
}
.customer-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) repeat(3, auto);
  align-items: center;
  gap: 12px;
}
.customer-avatar {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #06100c;
  background: var(--emerald);
  font-size: 11px;
  font-weight: 900;
}
.customer-stat strong,
.customer-stat span {
  display: block;
  text-align: right;
}
.customer-stat strong {
  font-size: 11px;
}
.customer-stat span {
  color: var(--muted);
  font-size: 7px;
  text-transform: uppercase;
}
.earnings-total {
  padding: 24px;
  border: 1px solid rgba(var(--emerald-rgb), 0.2);
  border-radius: 21px;
  background: linear-gradient(
    145deg,
    rgba(var(--emerald-rgb), 0.11),
    transparent
  );
}
.earnings-total small {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}
.earnings-total strong {
  display: block;
  margin-top: 7px;
  font-size: 34px;
}
.insight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.insight-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.027);
}
.insight-card i {
  color: var(--emerald);
}
.insight-card h3 {
  margin: 10px 0 5px;
  font-size: 12px;
}
.insight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.setting-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.027);
}
.setting-card h3 {
  margin: 0 0 6px;
  font-size: 12px;
}
.setting-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}
.setting-card a,
.setting-card button {
  min-height: 34px;
  border: 1px solid rgba(var(--emerald-rgb), 0.24);
  border-radius: 10px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: var(--emerald);
  background: rgba(var(--emerald-rgb), 0.07);
  text-decoration: none;
  font-size: 8px;
  font-weight: 800;
}
.empty-state {
  padding: 35px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}
.hub-dialog {
  width: min(440px, calc(100% - 24px));
  border: 1px solid rgba(var(--emerald-rgb), 0.24);
  border-radius: 22px;
  padding: 0;
  color: #fff;
  background: #08100e;
  box-shadow: 0 30px 90px #000;
}
.hub-dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}
.hub-dialog form {
  position: relative;
  padding: 23px;
  display: grid;
  gap: 12px;
}
.hub-dialog form > small {
  color: var(--emerald);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.hub-dialog h2 {
  margin: 0 0 4px;
}
.hub-dialog label {
  display: grid;
  gap: 5px;
  color: #cbd5d0;
  font-size: 8px;
  font-weight: 700;
}
.hub-dialog input,
.hub-dialog textarea,
.hub-dialog select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 10px;
  outline: 0;
}
.dialog-close {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.dialog-close i {
  font-size: 17px;
}
.form-status {
  min-height: 15px;
  color: var(--red);
  font-size: 8px;
}
.hub-mobile-nav {
  display: none;
}
@media (max-width: 800px) {
  .hub-shell {
    display: block;
  }
  .hub-side {
    display: none;
  }
  .hub-main {
    padding: 18px 14px 94px;
  }
  .hub-top {
    align-items: flex-start;
  }
  .preview-banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .preview-banner > div:last-child,
  .preview-banner button { width: 100%; }
  .hub-top-actions {
    max-width: 48%;
  }
  .hub-top select {
    min-width: 0;
    width: 100%;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .product-grid,
  .tier-grid,
  .insight-list,
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .customer-card {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .customer-stat {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
  }
  .hub-mobile-nav {
    position: fixed;
    z-index: 100;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    height: 64px;
    border: 1px solid rgba(var(--emerald-rgb), 0.18);
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: rgba(4, 10, 8, 0.94);
    box-shadow: 0 15px 45px #000;
    backdrop-filter: blur(18px);
  }
  .hub-mobile-nav button {
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #68776f;
    background: transparent;
    font-size: 7px;
    font-weight: 700;
  }
  .hub-mobile-nav i {
    font-size: 20px;
  }
  .hub-mobile-nav button.is-active {
    color: var(--emerald);
  }
}
@media (max-width: 1050px) and (min-width: 801px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .hub-form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hub-top {
    display: block;
  }
  .hub-top-actions {
    max-width: none;
    margin-top: 12px;
  }
  .hub-top-actions select {
    flex: 1;
  }
  .panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .panel-heading > a {
    width: 100%;
  }
  .metric-card strong {
    font-size: 18px;
  }
}
