.sk-portal-page {
  background: #f6f8fb;
  min-height: 70vh;
  color: #111827;
}

.sk-portal-page a {
  color: inherit;
}

.sk-portal-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.sk-portal-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sk-portal-topbar-inner > div:first-child > span,
.sk-portal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.sk-portal-topbar-inner > div:first-child > span {
  color: #047857;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sk-portal-topbar h1 {
  color: #111827;
  font-size: 24px;
  margin: 3px 0 0;
}

.sk-portal-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sk-portal-topbar-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-weight: 950;
  padding: 8px 12px;
}

.sk-portal-shell {
  padding: 22px 0 82px;
}

.sk-portal-alert,
.sk-portal-auth-card,
.sk-portal-auth-copy,
.sk-profile-card,
.sk-profile-form,
.sk-portal-panel,
.sk-summary-tile,
.sk-shop-mini,
.sk-address-card,
.sk-order-row,
.sk-order-group-row,
.sk-bill-row,
.sk-order-drawer-card,
.sk-order-item,
.sk-group-shop-order {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.sk-portal-alert {
  padding: 14px 16px;
  margin-bottom: 16px;
  font-weight: 800;
}

.sk-portal-alert-error {
  border-color: #fecaca;
  background: #fff7f7;
  color: #991b1b;
}

.sk-portal-alert-info {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}

.sk-portal-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 22px;
  align-items: stretch;
}

.sk-portal-auth-copy,
.sk-portal-auth-card {
  padding: 26px;
}

.sk-portal-kicker {
  color: #047857;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 7px;
}

.sk-portal-auth-copy h2,
.sk-portal-panel h2 {
  color: #111827;
  margin: 0;
}

.sk-portal-auth-copy h2 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.sk-portal-auth-copy p {
  color: #64748b;
  margin: 0;
  max-width: 620px;
}

.sk-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  padding: 5px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.sk-auth-tabs button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  padding: 10px 12px;
  font-weight: 950;
}

.sk-auth-tabs button.active {
  background: #047857;
  color: #fff;
}

.sk-auth-form,
.sk-profile-form {
  display: grid;
}

.sk-profile-note {
  margin: 2px 0 4px;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  padding: 10px 12px;
}

.sk-auth-form label,
.sk-profile-form label {
  display: flex;
  justify-content: space-between;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
  margin: 12px 0 7px;
}

.sk-auth-form label span,
.sk-profile-form label span {
  color: #94a3b8;
  font-weight: 750;
}

.sk-auth-form input,
.sk-auth-form textarea,
.sk-profile-form input,
.sk-profile-form textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 11px 12px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.sk-auth-form input:focus,
.sk-auth-form textarea:focus,
.sk-profile-form input:focus,
.sk-profile-form textarea:focus {
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, .12);
}

.sk-portal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sk-portal-primary,
.sk-portal-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 950;
  padding: 12px 18px;
}

.sk-portal-primary {
  border: 0;
  background: #047857;
  color: #fff !important;
  margin-top: 18px;
}

.sk-portal-primary:hover {
  background: #065f46;
}

.sk-portal-primary:disabled,
.sk-portal-ghost:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.sk-portal-ghost {
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #334155;
  margin-top: 10px;
}

.sk-portal-dashboard {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.sk-portal-sidebar {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 16px;
}

.sk-profile-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.sk-profile-avatar {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
  font-size: 25px;
  font-weight: 950;
  overflow: hidden;
}

.sk-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-profile-card h2 {
  color: #111827;
  margin: 0 0 5px;
  font-size: 20px;
  overflow-wrap: anywhere;
}

.sk-profile-card p {
  color: #64748b;
  margin: 0;
  overflow-wrap: anywhere;
}

.sk-profile-form {
  padding: 18px;
}

.sk-profile-form h3 {
  color: #111827;
  margin: 10px 0 4px;
  font-size: 16px;
}

.sk-portal-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.sk-portal-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sk-portal-quick-actions a,
.sk-portal-quick-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-weight: 950;
  padding: 9px 13px;
}

.sk-portal-quick-actions a:first-child {
  border-color: #047857;
  background: #047857;
  color: #fff;
}

.sk-portal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sk-summary-tile {
  padding: 18px;
}

.sk-summary-tile span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.sk-summary-tile strong {
  display: block;
  color: #111827;
  font-size: 27px;
  line-height: 1;
  overflow-wrap: anywhere;
}

.sk-portal-panel {
  padding: 20px;
}

.sk-portal-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
}

.sk-portal-link {
  color: #047857 !important;
  font-weight: 950;
}

.sk-portal-mini-action {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #047857;
  font-weight: 950;
  padding: 9px 12px;
}

.sk-portal-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sk-address-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  box-shadow: none;
  border-color: #e5e7eb;
}

.sk-address-card.is-default {
  border-color: #86efac;
  background: #f0fdf4;
}

.sk-address-card span {
  display: inline-flex;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 5px;
}

.sk-address-card h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
}

.sk-address-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.sk-address-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sk-address-card-actions button {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.sk-address-card-actions button:first-child {
  color: #047857;
}

.sk-portal-address-form {
  display: grid;
  margin-top: 16px;
  border-top: 1px solid #eef2f7;
  padding-top: 16px;
}

.sk-portal-address-form label,
.sk-portal-checkbox {
  display: flex;
  justify-content: space-between;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
  margin: 12px 0 7px;
}

.sk-portal-address-form label span {
  color: #94a3b8;
}

.sk-portal-address-form input,
.sk-portal-address-form textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 11px 12px;
  outline: none;
}

.sk-portal-address-form input:focus,
.sk-portal-address-form textarea:focus {
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, .12);
}

.sk-portal-checkbox {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.sk-portal-checkbox input {
  width: auto;
  margin: 0;
}

.sk-portal-address-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sk-portal-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sk-shop-mini {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  box-shadow: none;
}

.sk-shop-mini img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.sk-shop-mini h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 17px;
}

.sk-shop-mini p {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 13px;
}

.sk-shop-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sk-shop-mini-meta span {
  background: #f1f5f9;
  color: #475569;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 800;
}

.sk-shop-mini-meta button,
.sk-shop-mini-meta a {
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #047857;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 950;
}

.sk-portal-order-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 14px;
}

.sk-portal-order-filters button {
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
}

.sk-portal-order-filters button.active {
  border-color: #86efac;
  background: #ecfdf5;
  color: #047857;
}

.sk-portal-order-filters span {
  color: #64748b;
  margin-left: 5px;
}

.sk-portal-order-groups,
.sk-portal-orders,
.sk-portal-bills {
  display: grid;
  gap: 10px;
}

.sk-order-row,
.sk-order-group-row,
.sk-bill-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px;
  box-shadow: none;
}

.sk-order-group-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
  font-size: 20px;
  font-weight: 950;
  border: 1px solid #bbf7d0;
}

.sk-order-row img,
.sk-bill-row img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.sk-order-row h3,
.sk-order-group-row h3,
.sk-bill-row h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 17px;
}

.sk-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.sk-request-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.sk-request-progress span {
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 950;
  padding: 5px 8px;
}

.sk-request-progress .is-complete {
  background: #ecfdf5;
  color: #047857;
}

.sk-request-progress .is-cancelled {
  background: #fef2f2;
  color: #b91c1c;
}

.sk-order-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 9px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.sk-status-cancelled {
  background: #fef2f2;
  color: #b91c1c;
}

.sk-status-completed {
  background: #ecfdf5;
  color: #047857;
}

.sk-status-partial {
  background: #fffbeb;
  color: #b45309;
}

.sk-order-row-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.sk-order-row-actions strong {
  color: #047857;
  white-space: nowrap;
}

.sk-order-row-actions button,
.sk-order-row-actions a,
.sk-order-detail-actions a {
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #334155;
  border-radius: 8px;
  padding: 8px 11px;
  font-weight: 950;
  text-align: center;
}

.sk-order-detail-actions {
  display: flex;
  justify-content: flex-end;
  margin: -2px 0 18px;
}

.sk-order-detail-actions a {
  color: #047857;
}

.sk-bill-due {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.sk-portal-empty {
  padding: 30px 18px;
  text-align: center;
  color: #64748b;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
}

.sk-portal-empty strong {
  display: block;
  color: #111827;
  margin-bottom: 6px;
}

.sk-order-drawer {
  position: fixed;
  inset: 0;
  z-index: 2050;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: rgba(15, 23, 42, .48);
  padding: 18px;
}

.sk-order-drawer-card {
  position: relative;
  width: min(620px, 100%);
  overflow: auto;
  padding: 22px;
}

.sk-order-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f1f5f9;
  color: #334155;
  font-size: 24px;
  line-height: 1;
}

.sk-order-detail-head {
  padding-right: 42px;
  margin-bottom: 18px;
}

.sk-order-detail-head span {
  color: #64748b;
  font-weight: 850;
}

.sk-order-detail-head h2 {
  color: #111827;
  margin: 4px 0 8px;
}

.sk-order-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.sk-order-facts div {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
  padding: 11px;
}

.sk-order-facts span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}

.sk-order-facts strong {
  color: #111827;
  overflow-wrap: anywhere;
}

.sk-order-items {
  display: grid;
  gap: 9px;
}

.sk-group-shop-orders {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.sk-group-shop-order {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 10px;
  box-shadow: none;
}

.sk-group-shop-order img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.sk-group-shop-order strong,
.sk-group-shop-order span {
  display: block;
}

.sk-group-shop-order span {
  color: #64748b;
  font-size: 12px;
}

.sk-shop-activity-actions {
  display: flex;
  justify-content: flex-end;
  margin: -2px 0 16px;
}

.sk-shop-activity-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  background: #047857;
  color: #fff !important;
  font-weight: 950;
  padding: 9px 13px;
}

.sk-activity-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  padding: 5px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.sk-activity-tabs button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  padding: 9px 8px;
  font-weight: 950;
}

.sk-activity-tabs button.active {
  background: #047857;
  color: #fff;
}

.sk-activity-pane {
  display: none;
}

.sk-activity-pane.active {
  display: block;
}

.sk-activity-lines,
.sk-activity-products {
  display: grid;
  gap: 9px;
}

.sk-activity-line,
.sk-activity-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 11px;
}

.sk-activity-line strong,
.sk-activity-line span,
.sk-activity-product strong,
.sk-activity-product span {
  display: block;
}

.sk-activity-line span,
.sk-activity-product span {
  color: #64748b;
  font-size: 12px;
}

.sk-activity-line > div:last-child {
  text-align: right;
}

.sk-activity-line button {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.sk-activity-product {
  grid-template-columns: 50px minmax(0, 1fr) auto;
  color: inherit;
}

.sk-activity-product img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.sk-activity-product b {
  color: #047857;
  white-space: nowrap;
}

.sk-order-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 11px;
  box-shadow: none;
}

.sk-order-item img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.sk-order-item strong,
.sk-order-item span {
  display: block;
}

.sk-order-item span {
  color: #64748b;
  font-size: 13px;
}

.sk-order-timeline {
  margin-top: 18px;
  display: grid;
  gap: 9px;
}

.sk-order-event {
  border-left: 3px solid #047857;
  padding-left: 11px;
  color: #475569;
}

.sk-order-event strong {
  display: block;
  color: #111827;
}

@media (max-width: 1100px) {
  .sk-portal-dashboard,
  .sk-portal-auth {
    grid-template-columns: 1fr;
  }

  .sk-portal-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .sk-portal-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sk-portal-topbar-actions,
  .sk-portal-quick-actions {
    width: 100%;
  }

  .sk-portal-topbar-actions a,
  .sk-portal-quick-actions a,
  .sk-portal-quick-actions button {
    flex: 1 1 calc(50% - 8px);
  }

  .sk-portal-form-row,
  .sk-portal-summary,
  .sk-portal-address-grid,
  .sk-portal-shop-grid,
  .sk-order-facts {
    grid-template-columns: 1fr;
  }

  .sk-portal-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sk-order-row,
  .sk-order-group-row,
  .sk-bill-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .sk-order-row-actions {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .sk-order-row-actions button,
  .sk-order-row-actions a,
  .sk-order-detail-actions a {
    width: 100%;
  }

  .sk-order-detail-actions {
    justify-content: stretch;
  }

  .sk-order-item {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .sk-group-shop-order {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .sk-activity-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-shop-activity-actions {
    justify-content: stretch;
  }

  .sk-shop-activity-actions a {
    width: 100%;
  }

  .sk-activity-line,
  .sk-activity-product {
    grid-template-columns: 1fr;
  }

  .sk-activity-line > div:last-child {
    text-align: left;
  }

  .sk-group-shop-order > strong:last-child {
    grid-column: 1 / -1;
  }

  .sk-order-item > strong:last-child {
    grid-column: 1 / -1;
  }
}

/* Customer dashboard corrective pass */
.sk-portal-topbar {
  border-bottom: 1px solid #e8edf4;
  background: #fff;
  padding: 14px 0;
}

.sk-portal-topbar h1 {
  font-size: 28px;
  line-height: 1.1;
}

.sk-portal-topbar-actions {
  display: none;
}

.sk-portal-shell {
  padding-top: 18px;
}

.sk-portal-dashboard {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.sk-portal-sidebar {
  gap: 12px;
}

.sk-profile-card {
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.sk-profile-settings {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.sk-profile-settings summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  color: #334155;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  list-style: none;
  padding: 12px 14px;
}

.sk-profile-settings summary::-webkit-details-marker {
  display: none;
}

.sk-profile-settings summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sk-profile-settings summary > i {
  color: #94a3b8;
  transition: transform .2s ease;
}

.sk-profile-settings[open] summary > i {
  transform: rotate(180deg);
}

.sk-profile-settings .sk-profile-form {
  border: 0;
  border-top: 1px solid #eef2f7;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 14px;
}

.sk-profile-settings .sk-profile-form h3:first-child {
  margin-top: 0;
}

.sk-profile-note {
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.sk-portal-page .sk-portal-quick-actions {
  position: sticky;
  top: 78px;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
  padding: 7px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.sk-portal-page .sk-portal-quick-actions > a,
.sk-portal-page .sk-portal-quick-actions > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.sk-portal-page .sk-portal-quick-actions > a i,
.sk-portal-page .sk-portal-quick-actions > button i {
  color: #64748b;
  font-size: 14px;
}

.sk-portal-page .sk-portal-quick-actions > a:hover,
.sk-portal-page .sk-portal-quick-actions > button:hover,
.sk-portal-page .sk-portal-quick-actions > button.active {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #047857;
  transform: translateY(-1px);
}

.sk-portal-page .sk-portal-quick-actions > a:hover i,
.sk-portal-page .sk-portal-quick-actions > button:hover i,
.sk-portal-page .sk-portal-quick-actions > button.active i {
  color: #047857;
}

.sk-portal-page .sk-portal-quick-actions > a.is-primary {
  border-color: #047857;
  background: #047857;
  color: #fff;
}

.sk-portal-page .sk-portal-quick-actions > a.is-primary i {
  color: #fff;
}

.sk-portal-summary {
  gap: 10px;
}

.sk-summary-tile {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.sk-summary-tile > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
  font-size: 17px;
}

.sk-summary-tile span {
  margin-bottom: 5px;
  font-size: 10px;
}

.sk-summary-tile strong {
  font-size: 22px;
  line-height: 1.14;
}

.sk-summary-spend > i,
.sk-summary-bills > i {
  background: #eff6ff;
  color: #2563eb;
}

.sk-summary-pending > i {
  background: #fff7ed;
  color: #c2410c;
}

.sk-summary-top-shop > i {
  background: #fefce8;
  color: #a16207;
}

.sk-summary-top-shop strong {
  font-size: 18px;
}

.sk-portal-panel {
  scroll-margin-top: 138px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .055);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.sk-portal-panel h2 {
  font-size: 22px;
  line-height: 1.18;
}

.sk-portal-panel.is-highlighted {
  border-color: #6ee7b7;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .12), 0 14px 34px rgba(15, 23, 42, .08);
}

.sk-shop-mini {
  border-color: #e2e8f0;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sk-shop-mini:hover {
  border-color: #a7f3d0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .sk-portal-dashboard {
    grid-template-columns: 1fr;
  }

  .sk-profile-settings .sk-profile-form {
    display: grid;
  }
}

@media (max-width: 760px) {
  .sk-portal-topbar {
    padding: 12px 0;
  }

  .sk-portal-topbar h1 {
    font-size: 24px;
  }

  .sk-portal-page .sk-portal-quick-actions {
    top: 66px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sk-portal-page .sk-portal-quick-actions::-webkit-scrollbar {
    display: none;
  }

  .sk-portal-page .sk-portal-quick-actions > a,
  .sk-portal-page .sk-portal-quick-actions > button {
    flex: 0 0 auto;
    min-width: 92px;
  }

  .sk-portal-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk-summary-tile {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 80px;
    padding: 11px;
  }

  .sk-summary-tile > i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .sk-summary-tile strong {
    font-size: 17px;
  }

  .sk-summary-top-shop strong {
    font-size: 14px;
  }

  .sk-portal-panel {
    padding: 15px;
  }

  .sk-portal-panel h2 {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-profile-settings summary > i,
  .sk-portal-page .sk-portal-quick-actions > a,
  .sk-portal-page .sk-portal-quick-actions > button,
  .sk-portal-panel,
  .sk-shop-mini {
    transition: none;
  }
}
