.account-page {
  max-width: 1280px;
  min-height: calc(100vh - 180px);
  margin: auto;
  padding: 40px 28px 64px;
}
.account-page > section[hidden],
.account-shell[hidden],
.account-login[hidden] {
  display: none !important;
}
.account-state {
  display: grid;
  min-height: 420px;
  place-items: center;
  align-content: center;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
}
.account-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #ebe7f5;
  border-top-color: var(--purple);
  border-radius: 50%;
  animation: account-spin 0.8s linear infinite;
}
@keyframes account-spin {
  to {
    transform: rotate(360deg);
  }
}
.account-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 100px;
  align-items: center;
  min-height: 540px;
}
.account-login-copy {
  max-width: 620px;
}
.account-login-copy h1,
.account-heading h1 {
  margin: 18px 0 16px;
  font-size: 42px;
}
.account-login-copy > p:not(.eyebrow),
.account-heading > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.login-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.login-points span {
  padding: 8px 11px;
  color: #68559f;
  background: #f1eef8;
  border-radius: 99px;
  font-size: 11px;
}
.account-login-card {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 22px 60px #30255712;
}
.account-login-card h2 {
  margin: 0;
  font-size: 24px;
}
.account-login-card > p {
  margin: 9px 0 26px;
  color: var(--muted);
  font-size: 13px;
}
.account-login-card label,
.account-dialog label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #555867;
  font-size: 12px;
  font-weight: 650;
}
.account-login-card input,
.account-dialog input[type="text"],
.account-dialog input:not([type]) {
  width: 100%;
  height: 45px;
  padding: 0 13px;
  border: 1px solid #dfe1e9;
  border-radius: 9px;
  outline: 0;
  font: inherit;
  font-size: 13px;
}
.account-login-card input:focus,
.account-dialog input:focus {
  border-color: #8b75d6;
  box-shadow: 0 0 0 3px #7559d316;
}
.code-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.code-field button {
  padding: 0 13px;
  color: var(--purple);
  background: #f2eefb;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.account-primary-button,
.danger-button {
  width: 100%;
  height: 45px;
  margin-top: 22px;
  color: #fff;
  background: linear-gradient(110deg, #8359e9, #5d72e8);
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 25px #6852cc28;
}
.account-primary-button.compact {
  width: auto;
  min-width: 108px;
  padding: 0 18px;
}
.account-login-card > small {
  display: block;
  margin-top: 16px;
  color: #9295a0;
  font-size: 11px;
  text-align: center;
}
.form-message {
  min-height: 18px;
  margin: 12px 0 0 !important;
  color: #d64b59 !important;
  font-size: 12px !important;
}
.account-shell {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.account-shell > * {
  min-width: 0;
}
.account-sidebar {
  position: sticky;
  top: 88px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 15px 44px #2528550b;
}
.account-identity {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 4px 3px 14px;
  border-bottom: 1px solid var(--line);
}
.account-identity > span {
  display: grid;
  flex: none;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8e59e8, #6477ec);
  border-radius: 11px;
  font-weight: 800;
}
.account-identity b,
.account-identity small {
  display: block;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-identity b {
  font-size: 12px;
}
.account-identity small {
  margin-top: 4px;
  color: #9799a3;
  font-size: 11px;
}
.account-sidebar nav {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}
.account-sidebar nav button,
.sidebar-logout {
  height: 35px;
  padding: 0 12px;
  color: #666976;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}
.account-sidebar nav button.active {
  color: #6745c3;
  background: #f1edfb;
  font-weight: 700;
}
.sidebar-logout {
  width: 100%;
  margin-top: 11px;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.account-content {
  min-width: 0;
}
.account-content h1,
.account-content h2,
.account-content h3,
.account-content strong,
.account-content .plan-price {
  font-size: 16px;
}
.account-panel {
  display: none;
}
.account-panel.active {
  display: block;
}
.account-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.account-heading h1 {
  margin: 9px 0 5px;
  font-size: 16px;
}
.account-heading p {
  margin: 0;
}
.account-outline-button {
  display: inline-flex;
  height: 36px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  color: #575a68;
  background: #fff;
  border: 1px solid #dfe1e9;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  box-shadow: 0 5px 15px #2528550b;
}
.membership-card {
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0, #9f7dec20, transparent 40%), #fff;
  border: 1px solid #dcd5ee;
  border-radius: 16px;
  box-shadow: 0 18px 50px #44346c12;
}
.overview-product-summary {
  display: grid;
  grid-template-columns: minmax(270px, 1.25fr) minmax(300px, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  background:
    radial-gradient(circle at 100% 0, #9f7dec18, transparent 43%), #fff;
  border: 1px solid #dcd5ee;
  border-radius: 14px;
  box-shadow: 0 14px 38px #44346c0e;
}
.overview-product-summary + .overview-product-summary {
  margin-top: 12px;
}
.current-product-card {
  cursor: pointer;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.current-product-card.is-selected {
  border-color: #9d88d8;
  box-shadow: 0 14px 34px #4938781f;
}
.overview-product-identity {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}
.overview-product-identity img {
  width: 38px;
  height: 38px;
}
.overview-product-identity > div {
  min-width: 0;
}
.overview-product-identity small,
.overview-product-usage small,
.overview-product-actions small {
  color: #9597a2;
  font-size: 11px;
}
.overview-product-identity h2 {
  overflow: hidden;
  margin: 2px 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overview-product-identity p {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.overview-product-identity p strong {
  color: var(--ink);
  font-size: 12px;
}
.overview-product-identity > span {
  padding: 5px 8px;
  color: #6947c8;
  background: #f0ebfd;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 750;
}
.overview-product-usage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.overview-product-usage > div {
  min-width: 0;
  padding: 2px 14px;
  text-align: center;
}
.overview-product-usage > div + div {
  border-left: 1px solid var(--line);
}
.overview-product-usage strong {
  display: block;
  margin-top: 4px;
}
.overview-product-actions {
  display: grid;
  gap: 6px;
  justify-items: stretch;
  min-width: 106px;
  text-align: center;
}
.account-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.compact-product-card {
  min-width: 0;
  padding: 16px;
}
.compact-product-card .membership-top,
.compact-product-card .product-card-title {
  gap: 9px;
  align-items: center;
}
.compact-product-card .membership-top > img,
.compact-product-card .product-card-title > img {
  width: 34px;
  height: 34px;
  flex: none;
}
.compact-product-card .membership-top > div,
.compact-product-card .product-card-title > div {
  min-width: 0;
  flex: 1;
}
.compact-product-card h2 {
  overflow: hidden;
  margin: 2px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compact-product-plan {
  display: grid;
  gap: 3px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}
.compact-product-plan small {
  color: var(--muted);
  font-size: 11px;
}
.compact-product-card .benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 12px 0;
}
.compact-product-card .benefit-grid span {
  padding: 6px 8px;
  font-size: 11px;
}
.point-balance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}
.point-balance > div {
  display: grid;
  gap: 3px;
}
.point-balance strong {
  font-size: 16px;
}
.point-rate {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
}
.membership-top,
.product-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.membership-top small,
.current-product-card small,
.usage-card small,
.settings-card small {
  color: #9597a2;
  font-size: 11px;
}
.membership-top h2 {
  margin: 5px 0 3px;
  font-size: 16px;
}
.membership-top p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.membership-top > span,
.product-card-title > span {
  padding: 5px 8px;
  color: #6947c8;
  background: #f0ebfd;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 750;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 16px 0 2px;
}
.benefit-grid span {
  padding: 8px 10px;
  color: #5f6270;
  background: #f7f6fa;
  border-radius: 9px;
  font-size: 12px;
}
.benefit-grid span::before {
  content: "✓";
  margin-right: 7px;
  color: #7251d2;
  font-weight: 800;
}
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.usage-card {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.usage-card strong {
  display: block;
  margin: 7px 0 3px;
  font-size: 16px;
}
.usage-card span {
  color: #9396a0;
  font-size: 11px;
}
.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 11px;
}
.section-title h2 {
  margin: 0;
  font-size: 16px;
}
.section-title p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.text-button {
  color: var(--purple);
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.order-list {
  display: grid;
  gap: 0;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.order-item {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) 1fr 0.7fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.order-item:last-child {
  border-bottom: 0;
}
.order-item strong,
.order-item small {
  display: block;
}
.order-item strong {
  font-size: 13px;
}
.order-item small {
  margin-top: 5px;
  color: #9698a2;
  font-size: 11px;
}
.order-status {
  justify-self: start;
  padding: 5px 8px;
  color: #696c78;
  background: #f1f2f5;
  border-radius: 99px;
  font-size: 11px;
}
.order-status.paid {
  color: #15834c;
  background: #eaf8f0;
}
.order-status.pending {
  color: #a16a0c;
  background: #fff5db;
}
.order-actions {
  display: flex;
  gap: 7px;
}
.order-actions button,
.order-actions a {
  padding: 7px 9px;
  color: #6245ba;
  background: #f1edfb;
  border: 0;
  border-radius: 7px;
  font-size: 11px;
  cursor: pointer;
}
.empty-state {
  padding: 24px;
  color: #999ba5;
  background: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
}
.current-product-card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.point-ledger {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.point-product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.copy-job-history .point-ledger-item {
  grid-template-columns: 1fr auto auto auto;
}
.job-content-delete {
  padding: 0;
  border: 0;
  color: var(--purple);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}
.job-content-delete:disabled {
  opacity: 0.45;
  cursor: wait;
}
.content-deleted {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}
.usage-title-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.usage-title-text .content-deleted {
  margin-left: 6px;
}
.usage-kind {
  justify-self: start;
}
.usage-kind.is-extract {
  color: #6947c8;
  background: #f0ebfd;
}
.usage-kind.is-download {
  color: #3c4350;
  background: #eceef3;
}
.usage-tabs {
  display: flex;
  gap: 8px;
  margin: 4px 0 14px;
}
.usage-tab {
  padding: 7px 16px;
  color: #575a68;
  background: #f1f2f5;
  border: 1px solid #e2e4ea;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.usage-tab.is-active {
  color: #fff;
  background: #24252d;
  border-color: #24252d;
}
.usage-value {
  color: #4f5260;
}
.content-link-btn {
  padding: 7px 9px;
  color: #6245ba;
  background: #f1edfb;
  border: 0;
  border-radius: 7px;
  font-size: 11px;
  cursor: pointer;
}
.content-link-btn.danger {
  color: #b43b51;
  background: #fdeef1;
}
.usage-more {
  display: block;
  margin: 14px auto 0;
}
.content-dialog {
  width: min(680px, calc(100vw - 28px));
}
.content-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 0;
}
.content-dialog-head h2 {
  margin: 0;
  font-size: 18px;
}
.content-dialog-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.content-dialog .dialog-close {
  position: static;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}
.account-outline-button.small {
  height: 30px;
  padding: 0 11px;
  font-size: 11px;
}
.content-dialog .content-dialog-body {
  margin: 0;
  padding: 12px 26px 26px;
}
.content-dialog-body {
  display: grid;
  gap: 12px;
  max-height: 62vh;
  overflow-y: auto;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-wrap;
}
.content-dialog-body h3 {
  margin: 0;
  font-size: 15px;
}
.content-dialog-body .content-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.content-dialog-body .content-topics span {
  padding: 2px 8px;
  color: #6947c8;
  background: #f0ebfd;
  border-radius: 99px;
  font-size: 11px;
}
.content-dialog-body .content-note-body {
  margin: 0;
  color: #4a4d58;
}
.content-dialog-body .content-transcript {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.point-ledger-heading,
.point-ledger-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
}
.point-ledger-heading {
  margin-bottom: 5px;
}
.point-ledger-heading strong {
  font-size: 12px;
}
.point-ledger-heading small {
  grid-column: 3;
  color: var(--muted);
  font-size: 11px;
}
.point-ledger-item {
  min-height: 32px;
  border-top: 1px solid #f2f1f5;
  font-size: 11px;
}
.point-ledger-item b {
  color: #747681;
}
.point-ledger-item b.is-plus {
  color: #15834c;
}
.point-ledger-item b.is-minus {
  color: #9b4f57;
}
.point-ledger-item small {
  color: var(--muted);
}
.point-ledger-empty {
  padding: 12px 0 3px;
  color: var(--muted);
  font-size: 11px;
}
.product-card-title {
  align-items: center;
}
.product-card-title img {
  width: 40px;
  height: 40px;
}
.product-card-title > div {
  flex: 1;
}
.product-card-title h2 {
  margin: 3px 0 0;
  font-size: 16px;
}
.product-entitlement-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}
.product-entitlement-layout strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.product-entitlement-layout p {
  color: var(--muted);
  font-size: 12px;
}
.product-entitlement-layout .benefit-grid {
  margin: 0;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.plan-card {
  position: relative;
  display: flex;
  min-height: 176px;
  padding: 17px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  transition:
    transform 0.18s,
    border-color 0.18s,
    box-shadow 0.18s;
}
.plan-card:hover {
  border-color: #9d88d8;
  box-shadow: 0 16px 35px #49387818;
  transform: translateY(-2px);
}
.plan-card h3 {
  margin: 0;
  font-size: 16px;
}
.point-pack-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  color: #6947c8;
  background: #f0ebfd;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 750;
  vertical-align: 2px;
}
#overviewPointsCard .overview-product-usage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.plan-price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 800;
}
.plan-price small {
  font-size: 11px;
  font-weight: 500;
}
.plan-card p {
  color: var(--muted);
  font-size: 12px;
}
.plan-card button {
  margin-top: auto;
  height: 35px;
  color: #fff;
  background: #20212a;
  border: 1px solid #20212a;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.plan-card.renew button {
  color: #4f5260;
  background: #fff;
  border-color: #cfd2dc;
}
.plan-card.renew button:hover {
  color: #fff;
  background: #20212a;
}
.settings-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.settings-card strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
.settings-card h2 {
  margin: 0;
  font-size: 15px;
}
.settings-card p {
  max-width: 620px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.settings-actions,
.settings-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.settings-links a {
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
}
.danger-zone {
  border-color: #eadfe1;
}
.danger-zone .account-outline-button {
  color: #765c60;
}
.account-toast {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  padding: 11px 16px;
  color: #fff;
  background: rgba(24, 25, 34, 0.7);
  border-radius: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -44%);
  transition:
    opacity 0.18s,
    transform 0.18s;
  font-size: 12px;
  backdrop-filter: blur(9px);
}
.account-toast.show {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.account-dialog {
  width: min(440px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 90px #17142348;
}
.account-dialog::backdrop {
  background: #15131f66;
  backdrop-filter: blur(3px);
}
.account-dialog form {
  position: relative;
  padding: 30px;
}
.account-dialog h2 {
  margin: 0;
  font-size: 22px;
}
.account-dialog p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 30px;
  height: 30px;
  background: #f1f1f4;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.full {
  width: 100%;
}
.delete-confirm {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.danger-button {
  background: #24252d;
}
.account-dialog input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
@media (max-width: 900px) {
  .point-product-details {
    grid-template-columns: 1fr;
  }
  .account-login {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .account-shell {
    grid-template-columns: 1fr;
  }
  .account-sidebar {
    position: static;
  }
  .account-sidebar nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
  }
  .account-sidebar nav button {
    min-width: 0;
    padding-inline: 6px;
    text-align: center;
  }
  .sidebar-logout,
  .account-identity {
    display: none;
  }
  .product-entitlement-layout {
    grid-template-columns: 1fr;
  }
  .account-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .overview-product-summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .overview-product-usage {
    grid-column: 1 / -1;
    grid-row: 2;
    border: 0;
    border-top: 1px solid var(--line);
    padding-top: 12px;
  }
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
  .order-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .account-page {
    padding: 30px 14px 50px;
  }
  .account-login-copy h1 {
    font-size: 34px;
  }
  .account-login-card {
    padding: 24px;
  }
  .account-sidebar {
    padding: 6px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .account-product-grid {
    grid-template-columns: 1fr;
  }
  .overview-product-summary {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 14px;
  }
  .overview-product-actions {
    grid-row: 3;
  }
  .overview-product-usage {
    grid-column: 1;
    grid-row: 2;
  }
  .overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .usage-card {
    padding: 12px 10px;
  }
  .usage-card strong {
    font-size: 16px;
  }
  .usage-card span {
    display: none;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefit-grid span {
    padding: 8px;
  }
  .account-heading,
  .settings-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .order-item {
    grid-template-columns: minmax(0, 1fr) 88px 58px auto;
    gap: 5px;
    padding: 10px;
  }
  .order-item strong,
  .order-item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .order-item small {
    margin-top: 3px;
  }
  .order-status {
    padding: 4px 6px;
    white-space: nowrap;
  }
  .order-actions {
    gap: 4px;
    white-space: nowrap;
  }
  .order-actions button,
  .order-actions a {
    padding: 6px 5px;
  }
  .order-actions {
    justify-content: flex-start;
  }
}
