/*
 * SEIDO surface polish v2
 * Loaded after page-specific styles. Presentation only.
 */

/* Shared page rhythm */
body.seido-commerce-page .seido-shell,
body.seido-legal-page .seido-shell,
body.seido-account-billing-page .seido-shell,
body.seido-account-delete-page .seido-shell {
  width: min(1360px, calc(100% - 48px));
  margin-inline: auto;
}

body.seido-commerce-page .seido-card,
body.seido-legal-page .seido-card,
body.seido-account-billing-page .billing-panel,
body.seido-account-billing-page .billing-current-card,
body.seido-account-billing-page .billing-plan-card,
body.seido-account-billing-page .billing-app-card,
body.seido-account-billing-page .billing-usage-card,
body.seido-account-billing-page .billing-summary-mini,
body.seido-account-delete-page .delete-hero-panel,
body.seido-account-delete-page .delete-card-clean,
body.seido-account-delete-page .delete-side-card-new,
body.seido-account-delete-page .delete-preview-card,
body.seido-account-delete-page .delete-request-box,
body.seido-account-delete-page .delete-stat {
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(16, 43, 84, .065);
}

/* Main account: lighter, thinner mobile chrome */
@media (max-width: 767.98px), (max-width: 1024px) and (orientation: portrait) {
  :root {
    --seido-account-mobile-header: 58px;
    --seido-account-mobile-nav: 56px;
    --seido-account-mobile-gutter: 14px;
  }

  .seido-mobile-account-header {
    min-height: calc(var(--seido-account-mobile-header) + env(safe-area-inset-top));
    gap: 9px;
    padding:
      calc(6px + env(safe-area-inset-top))
      max(var(--seido-account-mobile-gutter), env(safe-area-inset-right))
      6px
      max(var(--seido-account-mobile-gutter), env(safe-area-inset-left));
    background: rgba(252, 253, 255, .96);
    border-bottom-color: rgba(15, 23, 42, .06);
    box-shadow: 0 4px 18px rgba(15, 23, 42, .035);
  }

  .seido-mobile-account-brand > img {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: none;
  }

  .seido-mobile-account-brand > span {
    display: none;
  }

  .seido-mobile-account-title span {
    font-size: 8px;
  }

  .seido-mobile-account-title strong {
    font-size: 13px;
  }

  .seido-mobile-account-avatar {
    width: 36px;
    height: 36px;
    border-width: 1px;
    border-radius: 11px;
    box-shadow: none;
  }

  .seido-mobile-account-avatar img {
    border-radius: 10px;
  }

  body.seido-account-responsive .account-shell.account-frame {
    padding-top: calc(var(--seido-account-mobile-header) + env(safe-area-inset-top) + 10px);
    padding-bottom: calc(var(--seido-account-mobile-nav) + env(safe-area-inset-bottom) + 18px);
  }

  .seido-mobile-account-nav {
    min-height: calc(var(--seido-account-mobile-nav) + env(safe-area-inset-bottom));
    align-items: center;
    padding:
      3px
      max(8px, env(safe-area-inset-right))
      calc(3px + env(safe-area-inset-bottom))
      max(8px, env(safe-area-inset-left));
    border-top-color: rgba(15, 23, 42, .07);
    background: rgba(252, 253, 255, .965);
    box-shadow: 0 -4px 18px rgba(15, 23, 42, .045);
  }

  .seido-mobile-account-nav > a,
  .seido-mobile-account-nav > button {
    min-height: 46px;
    grid-template-rows: 21px 13px;
    gap: 1px;
    padding: 3px 2px 1px;
    border-radius: 12px;
    color: #7d8795;
    font-size: 9px;
    font-weight: 780;
  }

  .seido-mobile-account-nav > a::before,
  .seido-mobile-account-nav > button::before {
    display: none;
  }

  .seido-mobile-account-nav svg {
    width: 18px;
    height: 18px;
  }

  .seido-mobile-account-nav > .is-active {
    color: #245fd8;
    background: rgba(37, 99, 235, .075);
  }

  body.seido-account-responsive .account-hero {
    padding: 17px;
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(31, 62, 110, .16);
  }

  body.seido-account-responsive .seido-account-panel,
  body.seido-account-responsive .account-grid > .account-card,
  body.seido-account-responsive .admin-users-card {
    padding: 15px;
    border-radius: 18px;
  }

  body.seido-account-responsive .seido-account-stat {
    min-height: 112px;
    padding: 14px;
    border-radius: 16px;
  }

  body.seido-account-responsive .seido-account-stat strong {
    font-size: 24px;
  }

  body.seido-account-responsive .account-button,
  body.seido-account-responsive .seido-btn {
    min-height: 43px;
  }
}

/* Commerce: pricing and checkout */
body.seido-commerce-page .commerce-main {
  padding: 48px 0 56px;
}

body.seido-commerce-page .commerce-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 30px;
}

body.seido-commerce-page .commerce-hero-copy {
  gap: 16px;
}

body.seido-commerce-page .commerce-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .96;
}

body.seido-commerce-page .commerce-hero-copy p {
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
}

body.seido-commerce-page .commerce-signal-grid {
  gap: 12px;
}

body.seido-commerce-page .commerce-signal,
body.seido-commerce-page .commerce-note,
body.seido-commerce-page .commerce-stage-bar,
body.seido-commerce-page .commerce-product-card,
body.seido-commerce-page .commerce-bundle-card,
body.seido-commerce-page .commerce-summary-card {
  padding: 20px;
  border-radius: 20px;
}

body.seido-commerce-page .commerce-signal {
  min-height: 142px;
}

body.seido-commerce-page .commerce-section {
  padding-top: clamp(44px, 5.5vw, 72px);
}

body.seido-commerce-page .commerce-section-head {
  margin-bottom: 20px;
}

body.seido-commerce-page .commerce-section-head h2,
body.seido-commerce-page .commerce-stage-bar h2,
body.seido-commerce-page .commerce-summary-card h2 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

body.seido-commerce-page .commerce-list {
  gap: 14px;
}

body.seido-commerce-page .commerce-product-card,
body.seido-commerce-page .commerce-bundle-card {
  gap: 14px;
}

body.seido-commerce-page .commerce-product-top {
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 16px;
}

body.seido-commerce-page .commerce-logo-frame {
  width: 64px;
  height: 64px;
  padding: 11px;
  border-radius: 18px;
}

body.seido-commerce-page .commerce-product-copy h3,
body.seido-commerce-page .commerce-bundle-card h3 {
  font-size: clamp(24px, 2vw, 31px);
}

body.seido-commerce-page .commerce-price-block {
  min-width: 160px;
}

body.seido-commerce-page .commerce-price-block strong {
  font-size: 21px;
}

body.seido-commerce-page .commerce-chip {
  min-height: 31px;
  padding-inline: 11px;
  font-size: 12px;
}

body.seido-commerce-page .commerce-cta-band {
  border-radius: 22px;
}

@media (min-width: 900px) and (max-width: 1180px) {
  body.seido-commerce-page .commerce-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  }

  body.seido-commerce-page .commerce-product-top {
    grid-template-columns: 64px minmax(0, 1fr) auto;
  }
}

@media (max-width: 760px) {
  body.seido-commerce-page .site-header,
  body.seido-legal-page .site-header,
  body.seido-account-billing-page .site-header,
  body.seido-account-delete-page .site-header {
    min-height: 58px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 8px 14px;
    background: rgba(252, 253, 255, .96);
    box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
  }

  body.seido-commerce-page .site-nav,
  body.seido-legal-page .site-nav,
  body.seido-account-billing-page .site-nav,
  body.seido-account-delete-page .site-nav {
    display: none;
  }

  body.seido-commerce-page .header-actions,
  body.seido-legal-page .header-actions,
  body.seido-account-billing-page .header-actions,
  body.seido-account-delete-page .header-actions {
    justify-self: end;
    gap: 6px;
  }

  body.seido-commerce-page .header-actions .seido-btn--ghost,
  body.seido-commerce-page .header-actions .seido-btn--soft,
  body.seido-legal-page .header-actions .seido-btn--ghost,
  body.seido-legal-page .header-actions .seido-btn--soft,
  body.seido-account-billing-page .header-actions .seido-btn--ghost,
  body.seido-account-billing-page .header-actions .seido-btn--soft,
  body.seido-account-delete-page .header-actions .seido-btn--ghost,
  body.seido-account-delete-page .header-actions .seido-btn--soft {
    display: none;
  }

  body.seido-commerce-page .header-actions .seido-btn--primary,
  body.seido-legal-page .header-actions .seido-btn--primary,
  body.seido-account-billing-page .header-actions .seido-btn--primary,
  body.seido-account-delete-page .header-actions .seido-btn--primary {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }

  body.seido-commerce-page .seido-lang-switcher {
    min-height: 38px;
    padding-inline: 10px;
  }

  body.seido-commerce-page .seido-lang-switcher__label {
    display: none;
  }

  body.seido-commerce-page .seido-shell,
  body.seido-legal-page .seido-shell,
  body.seido-account-billing-page .seido-shell,
  body.seido-account-delete-page .seido-shell {
    width: min(100% - 28px, 720px);
  }

  body.seido-commerce-page .commerce-main {
    padding: 22px 0 42px;
  }

  body.seido-commerce-page .commerce-hero {
    gap: 16px;
  }

  body.seido-commerce-page .commerce-hero-copy {
    gap: 13px;
  }

  body.seido-commerce-page .commerce-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1;
  }

  body.seido-commerce-page .commerce-hero-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  body.seido-commerce-page .commerce-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.seido-commerce-page .commerce-hero-actions .seido-btn {
    min-height: 43px;
  }

  body.seido-commerce-page .commerce-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.seido-commerce-page .commerce-signal,
  body.seido-commerce-page .commerce-note,
  body.seido-commerce-page .commerce-stage-bar,
  body.seido-commerce-page .commerce-product-card,
  body.seido-commerce-page .commerce-bundle-card,
  body.seido-commerce-page .commerce-summary-card {
    padding: 15px;
    border-radius: 17px;
  }

  body.seido-commerce-page .commerce-signal {
    min-height: 112px;
  }

  body.seido-commerce-page .commerce-signal-value {
    font-size: 31px;
  }

  body.seido-commerce-page .commerce-section {
    padding-top: 38px;
  }

  body.seido-commerce-page .commerce-section-head {
    gap: 12px;
    margin-bottom: 15px;
  }

  body.seido-commerce-page .commerce-section-head h2,
  body.seido-commerce-page .commerce-stage-bar h2,
  body.seido-commerce-page .commerce-summary-card h2 {
    font-family: var(--sans);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.035em;
  }

  body.seido-commerce-page .commerce-product-top {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
  }

  body.seido-commerce-page .commerce-logo-frame {
    width: 52px;
    height: 52px;
    padding: 9px;
    border-radius: 15px;
  }

  body.seido-commerce-page .commerce-price-block {
    grid-column: 1 / -1;
    min-width: 0;
    justify-items: start;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    text-align: left;
  }

  body.seido-commerce-page .commerce-product-copy h3,
  body.seido-commerce-page .commerce-bundle-card h3 {
    font-family: var(--sans);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  body.seido-commerce-page .commerce-chip-row {
    gap: 6px;
  }

  body.seido-commerce-page .commerce-chip {
    min-height: 27px;
    padding-inline: 9px;
    font-size: 10px;
  }

  body.seido-commerce-page .commerce-card-actions,
  body.seido-commerce-page .commerce-form-actions,
  body.seido-commerce-page .commerce-summary-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Legal: imprint and privacy */
body.seido-legal-page .seido-legal-main {
  padding-bottom: 72px;
}

body.seido-legal-page .seido-legal-hero {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  gap: 20px;
  padding: 54px 0 22px;
  align-items: center;
}

body.seido-legal-page .seido-legal-hero-copy {
  gap: 14px;
}

body.seido-legal-page .seido-legal-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(50px, 5.3vw, 76px);
  line-height: .96;
}

body.seido-legal-page .seido-legal-hero-copy p:last-child {
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
}

body.seido-legal-page .seido-legal-hero-note,
body.seido-legal-page .seido-legal-card {
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(16, 43, 84, .06);
}

body.seido-legal-page .seido-legal-hero-note::after,
body.seido-legal-page .seido-legal-card::after {
  display: none;
}

body.seido-legal-page .seido-legal-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
}

body.seido-legal-page .seido-legal-stack,
body.seido-legal-page .seido-legal-sidebar {
  gap: 14px;
}

body.seido-legal-page .seido-legal-card {
  gap: 14px;
}

body.seido-legal-page .seido-legal-card h2 {
  font-size: clamp(27px, 2.2vw, 36px);
}

body.seido-legal-page .seido-legal-card p {
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  body.seido-legal-page .seido-legal-hero,
  body.seido-legal-page .seido-legal-layout {
    grid-template-columns: 1fr;
  }

  body.seido-legal-page .seido-legal-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  body.seido-legal-page .seido-legal-main {
    padding-bottom: 48px;
  }

  body.seido-legal-page .seido-legal-hero {
    gap: 12px;
    padding: 24px 0 12px;
  }

  body.seido-legal-page .seido-legal-eyebrow {
    font-size: 10px;
  }

  body.seido-legal-page .seido-legal-hero-copy h1 {
    font-family: var(--sans);
    font-size: clamp(38px, 11vw, 48px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1;
  }

  body.seido-legal-page .seido-legal-hero-copy p:last-child {
    font-size: 14px;
    line-height: 1.55;
  }

  body.seido-legal-page .seido-legal-hero-note,
  body.seido-legal-page .seido-legal-card {
    padding: 16px;
    border-radius: 17px;
  }

  body.seido-legal-page .seido-legal-card {
    gap: 12px;
  }

  body.seido-legal-page .seido-legal-card h2 {
    font-family: var(--sans);
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  body.seido-legal-page .seido-legal-card p,
  body.seido-legal-page .seido-legal-card li {
    font-size: 13px;
    line-height: 1.6;
  }

  body.seido-legal-page .seido-legal-link-list a,
  body.seido-legal-page .seido-legal-section-links a {
    min-height: 42px;
    border-radius: 13px;
    font-size: 13px;
  }
}

/* Billing and account deletion */
body.seido-account-billing-page .seido-account-layout,
body.seido-account-delete-page .seido-account-layout {
  width: min(1400px, calc(100% - 48px));
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 0 44px;
}

body.seido-account-billing-page .seido-account-sidebar,
body.seido-account-delete-page .seido-account-sidebar {
  top: 94px;
  gap: 14px;
}

body.seido-account-billing-page .seido-account-user,
body.seido-account-delete-page .seido-account-user,
body.seido-account-billing-page .seido-account-sidebar-nav,
body.seido-account-delete-page .seido-account-sidebar-nav,
body.seido-account-billing-page .seido-account-sidebar-card,
body.seido-account-delete-page .seido-account-sidebar-card {
  border-radius: 19px;
}

body.seido-account-billing-page .seido-account-user,
body.seido-account-delete-page .seido-account-user,
body.seido-account-billing-page .seido-account-sidebar-card,
body.seido-account-delete-page .seido-account-sidebar-card {
  padding: 17px;
}

body.seido-account-billing-page .billing-shell-grid,
body.seido-account-delete-page .delete-window {
  gap: 16px;
}

body.seido-account-billing-page .billing-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: 16px;
}

body.seido-account-billing-page .billing-panel,
body.seido-account-billing-page .billing-current-card,
body.seido-account-billing-page .billing-plan-card,
body.seido-account-billing-page .billing-app-card,
body.seido-account-billing-page .billing-usage-card,
body.seido-account-billing-page .billing-summary-mini,
body.seido-account-delete-page .delete-hero-panel,
body.seido-account-delete-page .delete-card-clean,
body.seido-account-delete-page .delete-side-card-new,
body.seido-account-delete-page .delete-preview-card,
body.seido-account-delete-page .delete-request-box,
body.seido-account-delete-page .delete-stat {
  padding: 18px;
}

body.seido-account-billing-page .billing-panel h1,
body.seido-account-delete-page .delete-title-new {
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: .98;
}

body.seido-account-billing-page .billing-summary-strip {
  gap: 12px;
}

body.seido-account-delete-page .delete-layout-new {
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
  gap: 16px;
}

@media (max-width: 980px) {
  body.seido-account-billing-page .seido-account-layout,
  body.seido-account-delete-page .seido-account-layout {
    grid-template-columns: 1fr;
  }

  body.seido-account-billing-page .seido-account-sidebar,
  body.seido-account-delete-page .seido-account-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  body.seido-account-billing-page .seido-account-layout,
  body.seido-account-delete-page .seido-account-layout {
    width: min(100% - 28px, 720px);
    display: block;
    padding: 14px 0 34px;
  }

  body.seido-account-billing-page .seido-account-sidebar,
  body.seido-account-delete-page .seido-account-sidebar {
    display: none;
  }

  body.seido-account-billing-page .billing-hero-grid,
  body.seido-account-billing-page .billing-summary-strip,
  body.seido-account-billing-page .billing-plan-grid,
  body.seido-account-billing-page .billing-access-grid,
  body.seido-account-billing-page .billing-usage-grid,
  body.seido-account-delete-page .delete-layout-new,
  body.seido-account-delete-page .delete-preview-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.seido-account-billing-page .billing-panel,
  body.seido-account-billing-page .billing-current-card,
  body.seido-account-billing-page .billing-plan-card,
  body.seido-account-billing-page .billing-app-card,
  body.seido-account-billing-page .billing-usage-card,
  body.seido-account-billing-page .billing-summary-mini,
  body.seido-account-delete-page .delete-hero-panel,
  body.seido-account-delete-page .delete-card-clean,
  body.seido-account-delete-page .delete-side-card-new,
  body.seido-account-delete-page .delete-preview-card,
  body.seido-account-delete-page .delete-request-box,
  body.seido-account-delete-page .delete-stat {
    padding: 15px;
    border-radius: 17px;
  }

  body.seido-account-billing-page .billing-panel h1,
  body.seido-account-delete-page .delete-title-new {
    font-family: var(--sans);
    font-size: clamp(32px, 9.5vw, 42px);
    font-weight: 900;
    letter-spacing: -.045em;
  }

  body.seido-account-billing-page .billing-section-headline,
  body.seido-account-delete-page .delete-hero-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  body.seido-account-billing-page .billing-action-row,
  body.seido-account-delete-page .d-flex {
    width: 100%;
  }

  body.seido-account-billing-page .billing-action-row .seido-btn,
  body.seido-account-delete-page .d-flex .seido-btn,
  body.seido-account-delete-page form .seido-btn {
    width: 100%;
    min-height: 43px;
  }

  body.seido-account-delete-page textarea.form-control {
    min-height: 110px;
    font-size: 16px;
  }
}

/* Admin: tighter desktop and usable mobile workspace */
body.seido-admin .admin-topbar-inner {
  min-height: 72px;
  gap: 16px;
  padding: 12px var(--admin-gutter);
}

body.seido-admin .admin-brand-logo {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 12px;
  box-shadow: none;
}

body.seido-admin .admin-top-search,
body.seido-admin .admin-user {
  padding: 9px 13px;
  border-radius: 14px;
  box-shadow: none;
}

body.seido-admin .admin-layout {
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 20px;
  padding-top: 22px;
}

body.seido-admin .admin-sidebar {
  top: 92px;
  gap: 18px;
  padding: 16px;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16, 43, 84, .065);
}

body.seido-admin .admin-nav-link {
  min-height: 41px;
  padding: 9px 12px;
  border-radius: 13px;
  font-size: .9rem;
}

body.seido-admin .admin-page-head {
  margin-bottom: 17px;
}

body.seido-admin .admin-page-head h1 {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: .98;
}

body.seido-admin .admin-page-head p {
  margin-top: 8px;
  line-height: 1.55;
}

body.seido-admin .admin-card {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(16, 43, 84, .06);
}

body.seido-admin .admin-grid {
  gap: 12px;
  margin-bottom: 15px;
}

@media (max-width: 980px) {
  body.seido-admin .admin-topbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  body.seido-admin .admin-top-search,
  body.seido-admin .admin-user,
  body.seido-admin .admin-top-actions .seido-btn--ghost,
  body.seido-admin .admin-top-actions .seido-btn--soft {
    display: none;
  }

  body.seido-admin .admin-layout {
    display: block;
    padding: 12px 14px 36px;
  }

  body.seido-admin .admin-sidebar {
    position: sticky;
    top: 62px;
    z-index: 45;
    display: flex;
    gap: 6px;
    margin: 0 -14px 16px;
    padding: 7px 14px;
    overflow-x: auto;
    border: 0;
    border-block: 1px solid var(--admin-line);
    border-radius: 0;
    background: rgba(252, 253, 255, .96);
    box-shadow: 0 5px 18px rgba(16, 43, 84, .045);
    scrollbar-width: none;
  }

  body.seido-admin .admin-sidebar::-webkit-scrollbar {
    display: none;
  }

  body.seido-admin .admin-sidebar > div {
    display: contents;
  }

  body.seido-admin .admin-sidebar-label,
  body.seido-admin .admin-sidebar-note {
    display: none;
  }

  body.seido-admin .admin-nav-link {
    min-height: 37px;
    flex: 0 0 auto;
    padding: 0 12px;
    border-radius: 11px;
    white-space: nowrap;
    font-size: .82rem;
  }

  body.seido-admin .admin-nav-link:hover {
    transform: none;
  }

  body.seido-admin .admin-nav-link.is-active {
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  body.seido-admin .admin-topbar-inner {
    min-height: 58px;
    padding: 8px 14px;
  }

  body.seido-admin .admin-brand-copy small {
    display: none;
  }

  body.seido-admin .admin-top-actions {
    gap: 0;
  }

  body.seido-admin .admin-top-actions .seido-btn--primary {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  body.seido-admin .admin-sidebar {
    top: 58px;
  }

  body.seido-admin .admin-page-head {
    margin-bottom: 13px;
    padding-top: 2px;
  }

  body.seido-admin .admin-page-head h1 {
    font-family: var(--sans);
    font-size: clamp(2rem, 10vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -.045em;
  }

  body.seido-admin .admin-page-head p {
    font-size: .9rem;
  }

  body.seido-admin .admin-card,
  body.seido-admin .admin-collapse-body,
  body.seido-admin .admin-catalog-plan,
  body.seido-admin .admin-plan-card,
  body.seido-admin .admin-note-card,
  body.seido-admin .admin-danger-zone,
  body.seido-admin .admin-promo-panel,
  body.seido-admin .admin-promo-row,
  body.seido-admin .admin-promo-mini-form,
  body.seido-admin .admin-promo-code-form,
  body.seido-admin .admin-discount-app-picker,
  body.seido-admin .admin-quick-user-card,
  body.seido-admin .admin-app-overview-card,
  body.seido-admin .admin-compact-grant-group,
  body.seido-admin .admin-logo-card,
  body.seido-admin .admin-delete-count-card,
  body.seido-admin .admin-discount-card {
    padding: 15px;
    border-radius: 17px;
  }

  body.seido-admin .admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.seido-admin .admin-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.seido-admin .admin-actions .btn {
    width: 100%;
  }
}
