.account-desktop-intro {
  display: none;
}

@media (min-width: 900px) {
  html,
  body {
    overflow-x: clip;
  }

  .account-shell {
    --account-navy: #062b5f;
    --account-blue: #0b5fc6;
    --account-blue-soft: #eaf3ff;
    --account-green: #059669;
    --account-green-soft: #ecfdf5;
    --account-orange: #f56600;
    --account-ink: #10233f;
    --account-muted: #64748b;
    --account-line: #dbe5ef;
    --account-shadow: 0 16px 42px rgba(15, 40, 75, .075);
    padding-bottom: 76px;
    background:
      radial-gradient(circle at 82% 12%, rgba(11, 95, 198, .055), transparent 25%),
      #eef3f8;
  }

  .account-shell *,
  .account-shell *::before,
  .account-shell *::after {
    box-sizing: border-box;
  }

  .account-desktop-intro,
  .account-hero,
  .account-area {
    width: min(calc(100% - 48px), 1240px);
  }

  .account-desktop-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding: 30px 2px 18px;
  }

  .account-desktop-intro > div:first-child {
    min-width: 0;
  }

  .account-desktop-intro p,
  .account-desktop-intro h1,
  .account-desktop-intro span {
    margin: 0;
  }

  .account-desktop-intro p {
    color: var(--account-blue);
    font-size: 10.5px;
    font-weight: 650;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .account-desktop-intro h1 {
    margin-top: 5px;
    color: var(--account-ink);
    font-size: 30px;
    font-weight: 650;
    letter-spacing: -.03em;
    line-height: 1.1;
  }

  .account-desktop-intro > div:first-child > span {
    display: block;
    margin-top: 7px;
    color: var(--account-muted);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5;
  }

  .account-desktop-intro-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
  }

  .account-desktop-intro-actions > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid var(--account-line);
    border-radius: 15px;
    background: #fff;
    color: var(--account-ink);
    box-shadow: 0 7px 20px rgba(15, 40, 75, .045);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  }

  .account-desktop-intro-actions > a:hover {
    transform: translateY(-1px);
    border-color: #b9cde1;
    box-shadow: 0 10px 24px rgba(15, 40, 75, .07);
  }

  .account-intro-notification {
    min-width: 178px;
    gap: 10px;
    padding: 7px 10px;
  }

  .account-intro-notification > .account-icon,
  .account-intro-profile > .account-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 11px;
    background: var(--account-blue-soft);
    color: var(--account-blue);
  }

  .account-intro-notification > span:nth-child(2) {
    min-width: 0;
    flex: 1;
  }

  .account-intro-notification b,
  .account-intro-notification small {
    display: block;
  }

  .account-intro-notification b {
    font-size: 11.5px;
    font-weight: 600;
  }

  .account-intro-notification small {
    margin-top: 2px;
    color: var(--account-muted);
    font-size: 9.5px;
    font-weight: 400;
  }

  .account-intro-notification i {
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 650;
  }

  .account-intro-profile {
    gap: 8px;
    padding: 7px 14px 7px 9px;
    color: var(--account-navy) !important;
    font-size: 11px;
    font-weight: 600;
  }

  .account-hero {
    display: grid;
    min-height: 210px;
    grid-template-columns: minmax(0, 1.18fr) minmax(470px, .82fr);
    gap: 38px;
    margin: 0 auto;
    padding: 30px 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 26px;
    background:
      radial-gradient(circle at 92% 20%, rgba(59, 199, 171, .24), transparent 28%),
      radial-gradient(circle at 9% 110%, rgba(29, 111, 215, .34), transparent 42%),
      linear-gradient(120deg, #052650 0%, #0a3978 63%, #096b58 125%);
    box-shadow: 0 20px 45px rgba(3, 31, 67, .17);
  }

  .account-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -120px;
    top: -155px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 255, 255, .025), 0 0 0 76px rgba(255, 255, 255, .018);
    pointer-events: none;
  }

  .account-hero-top {
    position: relative;
    z-index: 1;
    grid-template-columns: 92px minmax(0, 1fr) 46px;
    gap: 19px;
  }

  .account-hero .buyer-avatar {
    width: 92px;
    height: 92px;
    border: 3px solid rgba(255, 255, 255, .88);
    border-radius: 28px;
    background: #eaf3ff;
    box-shadow: 0 13px 28px rgba(2, 20, 47, .22);
    font-size: 23px;
  }

  .account-name-line {
    align-items: center;
    gap: 9px;
  }

  .account-hero .account-name-line h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.15;
  }

  .account-verified-chip {
    padding: 5px 8px;
    border-color: rgba(167, 243, 208, .25);
    background: rgba(16, 185, 129, .18);
    color: #d1fae5;
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: .045em;
  }

  .account-hero .account-role-copy {
    margin-top: 6px;
    color: rgba(255, 255, 255, .72);
    font-size: 11.5px;
    font-weight: 400;
  }

  .account-profile-meta {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }

  .account-profile-meta > span {
    min-width: 0;
    max-width: 240px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .82);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9.5px;
    font-weight: 400;
  }

  .account-profile-meta .account-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    background: transparent;
    color: #a7f3d0;
  }

  .account-profile-meta .account-icon::before {
    width: 14px;
    height: 14px;
    mask-size: 14px 14px;
    -webkit-mask-size: 14px 14px;
  }

  .account-hero .hero-icon-link {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .11);
    color: #fff;
    box-shadow: none;
  }

  .account-hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin: 0;
  }

  .account-hero-stats > div {
    min-height: 48px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .09);
    text-align: left;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .account-hero-stats .account-stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .11);
    color: #c8ddfb;
  }

  .account-hero-stats > div:nth-child(3) .account-stat-icon {
    color: #fde68a;
  }

  .account-hero-stats .account-stat-icon::before {
    width: 19px;
    height: 19px;
    mask-size: 19px 19px;
    -webkit-mask-size: 19px 19px;
  }

  .account-hero-stats > div > span:last-child {
    min-width: 0;
  }

  .account-hero-stats strong,
  .account-hero-stats small {
    display: block;
  }

  .account-hero-stats strong {
    color: #fff;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.05;
  }

  .account-hero-stats small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .66);
    font-size: 9.5px;
    font-weight: 400;
  }

  .account-area {
    grid-template-columns: minmax(0, 1.65fr) minmax(355px, .88fr);
    gap: 22px;
    margin: 22px auto 0;
  }

  .account-primary-column,
  .account-secondary-column {
    gap: 18px;
  }

  .account-area .account-section {
    padding: 24px;
    border: 1px solid var(--account-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--account-shadow);
  }

  .account-area .account-section-head {
    min-height: 42px;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .account-area .account-section-head h2,
  .account-shell .seller-quick-section .account-section-head h2 {
    color: var(--account-ink) !important;
    font-size: 19px !important;
    font-weight: 650 !important;
    letter-spacing: -.02em !important;
    line-height: 1.25 !important;
  }

  .account-area .account-section-head a,
  .account-shell .seller-quick-section .account-section-head a {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 11px !important;
    border: 1px solid #dce6ef !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #475569 !important;
    font-size: 10px !important;
    font-weight: 550 !important;
  }

  .order-shortcuts {
    gap: 12px;
  }

  .order-shortcuts a {
    min-height: 118px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #e0e8f1;
    border-radius: 18px;
    background: #fbfdff;
    text-align: left;
  }

  .order-shortcuts a:nth-child(1) {
    background: linear-gradient(145deg, #f0fdfa, #fff);
  }

  .order-shortcuts a:nth-child(2) {
    background: linear-gradient(145deg, #eff6ff, #fff);
  }

  .order-shortcuts a:nth-child(3) {
    background: linear-gradient(145deg, #eef2ff, #fff);
  }

  .order-shortcuts a:nth-child(4) {
    background: linear-gradient(145deg, #f8fafc, #fff);
  }

  .order-shortcuts .account-icon {
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 13px;
    box-shadow: none;
  }

  .order-shortcuts b {
    margin-top: auto;
    color: var(--account-ink);
    font-size: 12px;
    font-weight: 600;
  }

  .order-shortcuts i {
    top: 13px;
    right: 13px;
  }

  .seller-promo-card {
    min-height: 102px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 18px 19px;
    border: 1px solid #9ee6bf;
    border-radius: 21px;
    background:
      radial-gradient(circle at 84% 30%, rgba(16, 185, 129, .1), transparent 27%),
      linear-gradient(115deg, #ecfdf5 0%, #fff 74%);
    box-shadow: 0 12px 30px rgba(5, 150, 105, .07);
  }

  .seller-promo-card > .account-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    background: #dff8ea;
    color: var(--account-green);
  }

  .seller-promo-card b {
    color: var(--account-ink);
    font-size: 15px;
    font-weight: 650;
  }

  .seller-promo-card small {
    margin-top: 5px;
    color: var(--account-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
  }

  .seller-promo-card strong {
    min-width: 88px;
    height: 42px;
    padding: 0 15px;
    border-radius: 13px;
    background: var(--account-blue);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
  }

  .account-shell .seller-quick-section {
    padding: 24px !important;
    border-color: var(--account-line) !important;
    border-radius: 23px !important;
  }

  .account-shell .seller-quick-section .section-subtitle {
    margin-top: 5px !important;
    color: var(--account-muted) !important;
    font-size: 10.5px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
  }

  .account-shell .seller-quick-grid {
    gap: 11px !important;
  }

  .account-shell .seller-quick-grid a {
    min-height: 118px !important;
    align-items: flex-start !important;
    padding: 14px !important;
    border: 1px solid #e1e9f1 !important;
    border-radius: 18px !important;
    background: #fbfdff !important;
    text-align: left !important;
  }

  .account-shell .seller-quick-grid a .account-icon {
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;
    border-radius: 13px !important;
  }

  .account-shell .seller-quick-grid a b {
    margin-top: auto !important;
    color: var(--account-ink) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  .account-shell .seller-quick-grid a small {
    margin-top: 3px !important;
    color: var(--account-muted) !important;
    font-size: 9.5px !important;
    font-weight: 400 !important;
  }

  .account-secondary-column .account-section {
    padding: 21px;
  }

  .account-tile-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .account-tile-grid a {
    min-height: 72px;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 11px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .account-tile-grid a + a {
    border-top: 1px solid #edf1f5;
  }

  .account-tile-grid a:hover {
    transform: none;
    border-color: #edf1f5;
    background: #f8fbff;
    box-shadow: none;
  }

  .account-tile-grid .account-icon,
  .account-list .account-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .account-tile-grid b,
  .account-list b {
    color: var(--account-ink);
    font-size: 12px;
    font-weight: 600;
  }

  .account-tile-grid small,
  .account-list small {
    margin-top: 3px;
    color: var(--account-muted);
    font-size: 9.5px;
    font-weight: 400;
    line-height: 1.4;
  }

  .account-tile-grid em,
  .account-list em {
    color: #9cafc2;
    font-size: 22px;
  }

  .account-list a {
    min-height: 68px;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 10px 4px;
  }

  .account-list a:last-child {
    margin-top: 5px;
    padding-top: 14px;
    border-top-color: #fee2e2;
  }

  .account-list a:last-child .account-icon {
    background: #fef2f2;
    color: #dc2626;
  }

  .seller-signup-slider {
    border-color: var(--account-line);
    border-radius: 23px;
    box-shadow: var(--account-shadow);
  }

  .account-shell > .app-floating-chat {
    right: max(28px, calc((100vw - 1240px) / 2 + 28px));
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .account-desktop-intro,
  .account-hero,
  .account-area {
    width: min(calc(100% - 36px), 1040px);
  }

  .account-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    padding: 26px;
  }

  .account-hero-top {
    grid-template-columns: 78px minmax(0, 1fr) 44px;
    gap: 14px;
  }

  .account-hero .buyer-avatar {
    width: 78px;
    height: 78px;
    border-radius: 23px;
  }

  .account-profile-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .account-profile-meta > span {
    max-width: 260px;
  }

  .account-area {
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, .8fr);
    gap: 18px;
  }

  .account-area .account-section,
  .account-shell .seller-quick-section {
    padding: 20px !important;
  }

  .order-shortcuts,
  .account-shell .seller-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
