/* Owner Portal R6: keterbacaan, badge status, dan skala visual Kit 0 sampai 6 TB. */
.owner-shell .sidebar-nav-group > summary {
  min-height: 38px;
  font-size: 11px;
  letter-spacing: 0.075em;
}

.owner-shell .sidebar-nav-items button {
  min-height: 44px;
  font-size: 14px;
  font-weight: 780;
}

.owner-shell .sidebar-account .manager-card strong {
  font-size: 14px;
}

.owner-shell .sidebar-account .manager-card span {
  font-size: 11px;
  line-height: 1.35;
}

.owner-shell .sidebar-account .password-button,
.owner-shell .sidebar-account .logout-button {
  min-height: 42px;
  font-size: 13px;
}

.owner-shell .payment-table-section .section-heading h2 {
  font-size: 22px;
}

.owner-shell .payment-table-section .section-heading p {
  font-size: 13px;
  line-height: 1.55;
}

.owner-shell .payment-table-section th {
  padding: 12px 14px;
  font-size: 11px;
  line-height: 1.3;
}

.owner-shell .payment-table-section td {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
}

.owner-shell .payment-table-section td strong {
  font-size: 14px;
}

.owner-shell .voucher-state-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.owner-shell .voucher-state-badge.origin-kit1 {
  color: #205f95;
  background: #e5f0fb;
  border-color: #c4dcf3;
}

.owner-shell .voucher-state-badge.origin-kit2 {
  color: #604598;
  background: #eee9fb;
  border-color: #d9cdf5;
}

.owner-shell .voucher-state-badge.origin-unmapped {
  color: #8a5c18;
  background: #fff6dd;
  border-color: #eed99f;
}

.owner-shell .voucher-state-badge.status-sold {
  color: #075c46;
  background: #dff5ec;
  border-color: #b9e3d4;
}

.owner-shell .voucher-state-badge.status-unsold {
  color: #8a5c18;
  background: #fff6dd;
  border-color: #eed99f;
}

.owner-shell .voucher-state-badge.status-review {
  color: #9b3434;
  background: #fff0f0;
  border-color: #efc4c4;
}

.owner-shell .voucher-state-badge.status-neutral {
  color: #546a63;
  background: #edf3f1;
  border-color: #d7e2de;
}

.owner-shell .live-starlink-kit-head > div > span,
.owner-shell .live-starlink-value span,
.owner-shell .live-starlink-value small {
  font-size: 12px;
}

.owner-shell .live-starlink-kit-head > div > strong {
  font-size: 13px;
}

.owner-shell .live-starlink-value strong {
  font-size: 27px;
}

.owner-shell .live-starlink-kit .usage-meter {
  position: relative;
  overflow: visible;
}

.owner-shell .live-starlink-kit .usage-meter .usage-meter-fill {
  overflow: hidden;
}

.owner-shell .live-starlink-kit .usage-meter .harvest-threshold-marker {
  position: absolute;
  top: -3px;
  bottom: auto;
  left: 83.3333%;
  z-index: 2;
  width: 2px;
  height: 16px;
  border-radius: 0;
  background: #7a4d0f;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
  transition: none;
}

.owner-shell .kit-scale-caption {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 6px;
  color: #72847e;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
}

.owner-shell .kit-scale-caption span:nth-child(2) {
  text-align: center;
  color: #8a5c18;
}

.owner-shell .kit-scale-caption span:last-child {
  text-align: right;
  color: #a43c3c;
}

@media (width <= 820px) {
  .owner-shell .payment-table-section th,
  .owner-shell .payment-table-section td {
    font-size: 13px;
  }
}
