/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #10201f;
  --muted: #63706e;
  --paper: #f7f5ef;
  --paper-strong: #fffdf7;
  --teal: #0f8f82;
  --teal-dark: #0b3f3a;
  --lime: #c7f36a;
  --coral: #ff7b5f;
  --amber: #f8c35b;
  --line: #10201f1f;
  --shadow: 0 28px 80px #0c1f1d38;
}

.portal-page.client-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
  background: linear-gradient(135deg, var(--veeso-shell-amber), #ffe071 48%, var(--veeso-shell-teal));
  width: 54px;
  height: 54px;
  color: var(--veeso-shell-ink);
  box-shadow: none;
  border-radius: 8px;
  place-items: center;
  font-size: 1.12rem;
  font-weight: 950;
  display: inline-grid;
}

.portal-page.client-page .brand > span:not(.brand-mark), .home-reference-page .home-reference-brand-copy {
  gap: 0;
  min-width: 0;
  display: grid;
}

.portal-page.client-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
  color: var(--veeso-shell-paper-strong);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.05;
}

.portal-page.client-page .brand small, .home-reference-page .home-reference-brand-logo-top small {
  display: none;
}

@media (max-width: 700px) {
  .home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header {
    width: 100%;
    min-height: calc(72px + env(safe-area-inset-top));
    padding: calc(10px + env(safe-area-inset-top)) 10px 10px;
    margin-bottom: 20px;
  }

  .portal-page.client-page .app-topbar .brand-mark, .portal-page.client-page .app-topbar .brand-mark, .portal-page.client-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .portal-page.client-page .app-topbar .brand strong, .portal-page.client-page .app-topbar .brand strong, .portal-page.client-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
    font-size: 1.05rem;
  }

  .portal-page.client-page .back-link, .home-reference-page .home-reference-cabinet {
    min-height: 42px;
    padding: 0 10px;
    font-size: .8rem;
  }

  .portal-page.client-page .back-link {
    justify-content: center;
    width: 42px;
    padding: 0;
  }

  .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
    width: 100%;
    padding: 0 10px 42px;
  }

  .portal-page.client-page .order-planner-head {
    padding: 18px 8px 26px;
  }

  .portal-page.client-page .order-planner-head h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .portal-page.client-page .order-ux-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portal-page.client-page .order-pvz-panel, .portal-page.client-page .order-checkout-panel {
    padding: 16px;
  }

  .portal-page.client-page .order-location-button {
    min-height: 64px;
    padding: 10px 12px;
  }
}

@media (max-width: 700px) {
  .portal-page.client-page .app-topbar .brand-mark {
    width: 44px;
    height: 44px;
  }
}

.portal-page.client-page .app-topbar .brand > span:not(.brand-mark) {
  display: grid;
}

.portal-page.client-page .app-topbar .brand small {
  display: none;
}

.portal-page.client-page .app-topbar .brand-mark {
  border-radius: 8px;
  width: 54px;
  height: 54px;
}

@media (max-width: 700px) {
  .portal-page.client-page .app-topbar .brand-mark {
    width: 44px;
    height: 44px;
  }
}

.home-reference-page {
  color: #07123d;
  background: radial-gradient(circle at 50% 7%, #9164ff21, #0000 29%), radial-gradient(circle at 12% 43%, #9e79ff26, #0000 22%), radial-gradient(circle at 92% 38%, #765bec29, #0000 20%), linear-gradient(#fbfaff 0%, #f8f6ff 48%, #fbfaff 100%);
  min-height: 100dvh;
  overflow-x: hidden;
}

.home-reference-page a {
  color: inherit;
}

.home-reference-hero {
  width: min(853px, 100%);
  min-height: 930px;
  margin: 0 auto;
  padding: 78px 68px 58px;
  position: relative;
  overflow: hidden;
}

.home-reference-hero:before {
  z-index: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 9% 49%, #7f5cf22e, #0000 7%), radial-gradient(circle at 77% 17%, #ffffffdb, #0000 19%), linear-gradient(90deg, #ffffff6b, #0000 20% 80%, #ffffff85);
  position: absolute;
  inset: 0;
}

.home-reference-login {
  z-index: 2;
  color: #07123d;
  text-align: center;
  background: #f6f3ffeb;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: min(635px, 100%);
  min-height: 62px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #fffffff0, 0 18px 42px #6d56cd17;
}

.home-reference-login svg {
  color: #8e54e9;
  flex: none;
}

.home-reference-login strong {
  color: #7b45dd;
  font-weight: 800;
}

.home-reference-content {
  z-index: 1;
  justify-items: center;
  padding-top: 96px;
  display: grid;
  position: relative;
}

.home-reference-content h1, .home-reference-content h2 {
  color: #07123d;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}

.home-reference-content h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.03;
}

.home-reference-content h2 {
  margin-top: 168px;
  font-size: 1.72rem;
  font-weight: 900;
  line-height: 1.08;
}

.home-reference-grid {
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  display: grid;
  position: relative;
}

.home-reference-goods {
  gap: 20px;
  margin-top: 30px;
}

.home-reference-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  transition: transform .16s, box-shadow .16s;
  display: flex;
  box-shadow: 0 18px 38px #2e226514, inset 0 0 0 1px #685e910f;
}

.home-reference-parcels .home-reference-card {
  height: 137px;
  font-size: 2.92rem;
  font-weight: 900;
  line-height: 1;
}

.home-reference-wb {
  color: #fff;
  background: radial-gradient(circle at 26% 14%, #fff3, #0000 31%), linear-gradient(135deg, #b92fcd 0%, #8b24cd 58%, #641bc3 100%);
}

.home-reference-ozon {
  color: #fff;
  letter-spacing: 0;
  background: radial-gradient(circle at 30% 12%, #ffffff38, #0000 30%), linear-gradient(135deg, #0876f6 0%, #0069ed 55%, #045de0 100%);
  font-size: 2.25rem;
}

.home-reference-ozon span {
  transform: translateY(-1px);
}

.home-reference-kazpost {
  color: #1169c7;
}

.home-reference-page .home-reference-wb, .home-reference-page .home-reference-ozon {
  color: #fff;
}

.home-reference-page .home-reference-kazpost {
  color: #1169c7;
}

.kazpost-wordmark {
  letter-spacing: 0;
  align-items: center;
  gap: 7px;
  font-size: 1.16rem;
  font-style: italic;
  font-weight: 950;
  display: inline-flex;
}

.kazpost-mark {
  clip-path: polygon(0 0, 100% 0, 74% 38%, 100% 100%, 38% 100%, 0 48%);
  background: #1169c7;
  width: 36px;
  height: 14px;
  display: inline-block;
  position: relative;
  transform: skewX(-18deg);
}

.home-reference-good {
  height: 146px;
  padding: 18px;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
}

.home-reference-good-beer {
  color: #070707;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 2.3rem;
  line-height: .98;
}

.home-reference-good-beer span {
  max-width: 135px;
}

.home-reference-good-beer em {
  margin-left: 6px;
  font-family: Segoe UI Emoji, Apple Color Emoji, sans-serif;
  font-size: 1.45rem;
  font-style: normal;
}

.home-reference-good-five {
  color: #e03030;
  gap: 10px;
  font-size: 1.45rem;
  font-weight: 850;
}

.five-logo {
  color: #fff;
  background: #ef202f;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 54px;
  height: 54px;
  font-size: 2.55rem;
  font-style: italic;
  font-weight: 950;
  line-height: 1;
  display: inline-grid;
  position: relative;
}

.five-logo:before {
  content: "";
  background: #49ae35;
  border-radius: 100% 0;
  width: 22px;
  height: 18px;
  position: absolute;
  top: -11px;
  left: 20px;
  transform: rotate(-22deg);
}

.home-reference-good-edem {
  color: #4fad37;
  font-size: 2.25rem;
  font-weight: 950;
}

.home-reference-good-edem i {
  content: "";
  background: #4fad37;
  border-radius: 100% 0;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 46px;
  left: 102px;
  transform: rotate(-28deg);
}

.home-reference-visual {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.home-reference-route {
  border-bottom: 2px dashed #716b9733;
  border-radius: 50%;
  width: 650px;
  height: 118px;
  position: absolute;
  top: 350px;
  left: 80px;
  transform: rotate(1deg);
}

.home-reference-route:before {
  content: "";
  border-top: 2px dashed #716b972e;
  border-radius: 50%;
  width: 170px;
  height: 54px;
  position: absolute;
  bottom: 36px;
  left: 178px;
  transform: rotate(-7deg);
}

.home-reference-pin {
  filter: drop-shadow(0 18px 22px #6750db24);
  width: 88px;
  height: 88px;
  position: absolute;
  top: 290px;
  left: -7px;
  transform: rotate(-37deg);
}

.home-reference-pin:before {
  content: "";
  background: linear-gradient(145deg, #ded4ff, #bfaef9 58%, #9e86ef);
  border-radius: 50% 50% 50% 7px;
  position: absolute;
  inset: 10px;
}

.home-reference-pin span {
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 34px;
  left: 34px;
  box-shadow: inset 0 3px 7px #6750db24;
}

.home-reference-box {
  filter: drop-shadow(0 24px 24px #6750db29);
  width: 180px;
  height: 198px;
  position: absolute;
  top: 225px;
  right: -64px;
}

.home-reference-box span {
  background: linear-gradient(145deg, #f0ebff, #cbbdfb);
  display: block;
  position: absolute;
  box-shadow: inset 1px 1px #ffffff94;
}

.home-reference-box-top {
  width: 126px;
  height: 70px;
  top: 5px;
  left: 32px;
  transform: skewY(-30deg);
}

.home-reference-box-side {
  width: 62px;
  height: 136px;
  top: 48px;
  right: 0;
  transform: skewY(30deg);
  background: linear-gradient(#ded4ff, #b9a8f6) !important;
}

.home-reference-box-front {
  border-radius: 0 0 10px 10px;
  width: 128px;
  height: 128px;
  top: 72px;
  left: 18px;
  background: linear-gradient(#e8e1ff, #c2b1f7) !important;
}

.home-reference-box-front:before {
  content: "";
  background: linear-gradient(#efeaff 0 0) 10px 12px / 22px 4px no-repeat, linear-gradient(#efeaff 0 0) 10px 22px / 22px 4px no-repeat, #ffffff38;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 30px;
  right: 28px;
}

.home-reference-footer {
  color: #07123d;
  background: #fdfbffad;
  border-top: 1px solid #3f377017;
}

.home-reference-footer-grid {
  grid-template-columns: 1fr .78fr 1.05fr;
  gap: 64px;
  width: min(740px, 100% - 112px);
  margin: 0 auto;
  padding: 58px 0 46px;
  display: grid;
}

.home-reference-brand, .home-reference-footer-block {
  align-content: start;
  display: grid;
}

.home-reference-brand-logo {
  align-items: center;
  gap: 10px;
  width: fit-content;
  display: inline-flex;
}

.home-reference-brand-logo span {
  color: #0000;
  background: linear-gradient(135deg, #924eff 10%, #674df3 48%, #25a3ff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  font-size: 3.4rem;
  font-style: italic;
  font-weight: 950;
  line-height: .8;
  display: inline-flex;
}

.home-reference-brand-logo strong {
  color: #07123d;
  letter-spacing: 0;
  font-size: 1.82rem;
  font-weight: 850;
}

.home-reference-brand p {
  color: #07123d8f;
  max-width: 220px;
  margin: 22px 0 0;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.65;
}

.home-reference-socials {
  color: #07123d94;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
  display: flex;
}

.home-reference-socials a {
  color: inherit;
  display: inline-flex;
}

.home-reference-footer-block {
  color: #07123d94;
  gap: 23px;
  font-size: .96rem;
  line-height: 1.2;
}

.home-reference-footer-block h3 {
  color: #07123d;
  margin: 0 0 12px;
  font-size: .88rem;
  font-weight: 850;
}

.home-reference-footer-block a, .home-reference-footer-block span {
  color: #07123d94;
  white-space: nowrap;
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: inline-flex;
}

.home-reference-footer-block svg {
  color: #07123d85;
  flex: none;
}

.home-reference-copy {
  color: #07123d85;
  text-align: center;
  margin: 0;
  padding: 0 24px 48px;
  font-size: .9rem;
}

@media (max-width: 760px) {
  .home-reference-hero {
    min-height: 780px;
    padding: 38px 18px 44px;
  }

  .home-reference-login {
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    font-size: .92rem;
  }

  .home-reference-content {
    padding-top: 80px;
  }

  .home-reference-content h1 {
    font-size: clamp(2.28rem, 10vw, 3rem);
  }

  .home-reference-parcels {
    gap: 10px;
    margin-top: 42px;
  }

  .home-reference-parcels .home-reference-card {
    border-radius: 12px;
    height: 92px;
    font-size: 2rem;
  }

  .kazpost-wordmark {
    gap: 5px;
    font-size: .74rem;
  }

  .kazpost-mark {
    width: 22px;
    height: 9px;
  }

  .home-reference-route {
    width: calc(100% - 42px);
    height: 90px;
    top: 392px;
    left: 18px;
  }

  .home-reference-pin {
    top: 334px;
    left: -28px;
    transform: rotate(-37deg)scale(.7);
  }

  .home-reference-box {
    top: 306px;
    right: -88px;
    transform: scale(.72);
  }

  .home-reference-content h2 {
    margin-top: 126px;
    font-size: 1.42rem;
  }

  .home-reference-goods {
    gap: 10px;
    margin-top: 24px;
  }

  .home-reference-good {
    border-radius: 12px;
    height: 92px;
    padding: 10px;
  }

  .home-reference-good-beer {
    font-size: 1.28rem;
  }

  .home-reference-good-beer span {
    max-width: 82px;
  }

  .home-reference-good-beer em {
    margin-left: 3px;
    font-size: 1rem;
  }

  .home-reference-good-five {
    gap: 5px;
    font-size: .86rem;
  }

  .five-logo {
    width: 32px;
    height: 32px;
    font-size: 1.58rem;
  }

  .five-logo:before {
    width: 14px;
    height: 11px;
    top: -7px;
    left: 12px;
  }

  .home-reference-good-edem {
    font-size: 1.34rem;
  }

  .home-reference-good-edem i {
    width: 13px;
    height: 10px;
    top: 26px;
    left: 52px;
  }

  .home-reference-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(420px, 100% - 40px);
    padding: 42px 0 34px;
  }

  .home-reference-footer-block {
    gap: 16px;
  }

  .home-reference-footer-block a, .home-reference-footer-block span {
    white-space: normal;
  }

  .home-reference-copy {
    padding-bottom: 34px;
  }
}

@media (max-width: 390px) {
  .home-reference-login {
    font-size: .84rem;
  }

  .home-reference-parcels .home-reference-card {
    height: 84px;
    font-size: 1.7rem;
  }

  .home-reference-good {
    height: 86px;
  }

  .home-reference-good-beer {
    font-size: 1.1rem;
  }

  .home-reference-good-five {
    font-size: .74rem;
  }

  .home-reference-good-edem {
    font-size: 1.14rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button, a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  font: inherit;
}

html:not(.app-hydrated) button, html:not(.app-hydrated) [role="button"] {
  cursor: wait;
  opacity: .72;
  pointer-events: none;
}

input, select, textarea, label {
  touch-action: manipulation;
}

.site-header {
  z-index: 20;
  color: #fffdf7;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #0b211fad;
  border: 1px solid #ffffff47;
  border-radius: 999px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, 100% - 32px);
  min-height: 64px;
  padding: 10px 12px;
  display: grid;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 18px 46px #05121038;
}

.brand {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: inline-flex;
}

.brand-mark {
  background: linear-gradient(135deg, var(--lime), #fff3a4 52%, var(--coral));
  width: 42px;
  height: 42px;
  color: var(--ink);
  border-radius: 50%;
  place-items: center;
  font-weight: 900;
  display: grid;
}

.brand strong, .brand small {
  line-height: 1;
  display: block;
}

.brand strong {
  letter-spacing: 0;
  font-size: .98rem;
}

.brand.dark {
  color: var(--ink);
}

.brand.dark small {
  color: var(--muted);
}

.brand small {
  color: #fffdf7b3;
  margin-top: 4px;
  font-size: .72rem;
}

.top-nav {
  color: #fffdf7c7;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: .92rem;
  display: inline-flex;
}

.top-nav a {
  border-radius: 999px;
  padding: 10px 12px;
  transition: background .18s, color .18s;
}

.top-nav a:hover {
  color: #fff;
  background: #ffffff1a;
}

.header-action {
  min-height: 42px;
  color: var(--ink);
  background: #fffdf7;
  border-radius: 999px;
  justify-self: end;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-weight: 800;
  transition: transform .18s, background .18s;
  display: inline-flex;
}

.header-action:hover {
  background: var(--lime);
  transform: translateY(-1px);
}

.hero {
  min-height: 88svh;
  padding: 124px 24px 54px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.hero-scrim {
  background: linear-gradient(90deg, #051412eb 0%, #051412c7 38%, #05141238 72%), linear-gradient(#05141233, #05141270);
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  width: min(1180px, 100%);
  margin: auto;
  display: grid;
  position: relative;
}

.hero-copy {
  color: #fffdf7;
  max-width: 760px;
}

.hero-kicker, .section-kicker, .role-eyebrow {
  color: var(--lime);
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: .82rem;
  font-weight: 900;
  display: inline-flex;
}

.hero-title {
  letter-spacing: 0;
  gap: 0;
  margin: 0;
  font-size: clamp(4.6rem, 8.8vw, 7.25rem);
  line-height: .94;
  display: grid;
}

.hero-title span {
  display: block;
}

.hero-title em {
  background: linear-gradient(135deg, var(--lime), #fff1a0 54%, var(--coral));
  color: #10201f;
  border-radius: .24em;
  place-items: center;
  min-height: .9em;
  padding: 0 .16em .08em;
  font-style: normal;
  display: inline-grid;
  position: relative;
  box-shadow: 0 18px 48px #c7f36a38;
}

.hero-lead {
  color: #fffdf7d1;
  max-width: 690px;
  margin: 26px 0 0;
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  line-height: 1.52;
}

.role-shell {
  color: var(--ink);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffdf7e0;
  border: 1px solid #ffffff3d;
  border-radius: 24px;
  overflow: hidden;
}

.compact-role-shell {
  justify-self: end;
  width: 100%;
  max-width: 420px;
}

.role-tabs {
  background: #10201f14;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 8px;
  display: grid;
}

.compact-role-tabs {
  padding: 7px;
}

.role-tab {
  color: #10201f9e;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  font-weight: 900;
  transition: background .18s, color .18s, transform .18s;
  display: inline-flex;
}

.role-tab:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.role-tab.active {
  background: var(--ink);
  color: #fffdf7;
}

.compact-role-content {
  gap: 18px;
  padding: 24px;
  display: grid;
}

.compact-role-content label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.compact-role-content h2 {
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 2.55rem);
  line-height: 1;
}

.compact-actions {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

.compact-actions .primary-action, .compact-actions .ghost-action {
  width: 100%;
  min-height: 52px;
}

.platform-strip {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding-top: 14px;
  display: grid;
}

.mini-platform {
  min-width: 0;
  min-height: 78px;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
  background: #fffdf7c7;
  border: 1px solid #10201f1a;
  border-radius: 16px;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 9px 6px;
  transition: border-color .18s, background .18s, transform .18s;
  display: grid;
}

.mini-platform:hover {
  border-color: #0f8f8257;
  transform: translateY(-1px);
}

.mini-platform.active {
  background: var(--ink);
  color: #fffdf7;
}

.mini-platform span, .mini-platform small {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.mini-platform span {
  font-size: .82rem;
  font-weight: 950;
}

.mini-platform small {
  color: inherit;
  opacity: .72;
  font-size: .68rem;
  font-weight: 850;
}

.role-content {
  gap: 22px;
  padding: 28px;
  display: grid;
}

.role-eyebrow {
  color: var(--teal);
  margin-bottom: 9px;
}

.role-content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
}

.role-content p {
  color: var(--muted);
  margin: 12px 0 0;
  line-height: 1.55;
}

.role-bullets {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.role-bullets li, .operator-panel li {
  color: var(--ink);
  align-items: center;
  gap: 10px;
  font-weight: 750;
  display: flex;
}

.role-bullets svg, .operator-panel li svg {
  color: var(--teal);
  flex: none;
}

.role-actions {
  grid-template-columns: 1fr auto;
  gap: 10px;
  display: grid;
}

.primary-action, .ghost-action, .inline-action {
  cursor: pointer;
  touch-action: manipulation;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  font-weight: 900;
  display: inline-flex;
}

.primary-action {
  background: var(--teal-dark);
  color: #fffdf7;
  border: 0;
  box-shadow: 0 16px 32px #0b3f3a38;
}

.primary-action:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.primary-action.wide {
  width: 100%;
}

.ghost-action {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fffdf7;
  padding: 0 16px;
}

.platform-area {
  background: linear-gradient(135deg, #0f8f821a, #fffdf7c7), #ffffff8f;
  border: 1px solid #10201f1a;
  border-radius: 22px;
  gap: 12px;
  padding: 16px;
  display: grid;
}

.platform-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  display: flex;
}

.platform-heading span {
  color: var(--teal);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
}

.platform-heading strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  display: grid;
}

.platform-card {
  width: 100%;
  min-height: 104px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7d1;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 12px;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  display: grid;
  position: relative;
}

.platform-card:nth-child(5) {
  grid-column: span 2;
  min-height: 86px;
}

.platform-card:hover {
  border-color: #0f8f8259;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #10201f1a;
}

.platform-card.active {
  background: #fffdf7;
  border-color: #0f8f826b;
}

.platform-icon {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.platform-card.active .platform-icon {
  background: var(--lime);
  color: var(--ink);
}

.platform-card strong, .platform-card small {
  display: block;
}

.platform-card strong {
  padding-right: 58px;
  font-size: .98rem;
  line-height: 1.15;
}

.platform-card small {
  color: var(--muted);
  margin-top: 5px;
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.3;
}

.platform-card em {
  color: var(--muted);
  background: #10201f14;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: .68rem;
  font-style: normal;
  font-weight: 950;
  position: absolute;
  top: 10px;
  right: 10px;
}

.platform-card.active em {
  color: var(--ink);
  background: #c7f36ab8;
}

.web-entry-panel {
  background: radial-gradient(circle at 12% 0%, #c7f36a59, transparent 42%),
    var(--ink);
  color: #fffdf7;
  border-radius: 22px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  display: grid;
}

.web-ready {
  min-height: 30px;
  color: var(--lime);
  background: #c7f36a29;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  font-size: .8rem;
  font-weight: 950;
  display: inline-flex;
}

.web-entry-panel h3 {
  margin: 12px 0 0;
  font-size: 1.45rem;
  line-height: 1.05;
}

.web-entry-panel p {
  color: #fffdf7bd;
  margin: 8px 0 0;
}

.web-entry-panel .role-actions {
  grid-template-columns: 1fr;
  width: 250px;
}

.web-entry-panel .primary-action {
  background: var(--lime);
  color: var(--ink);
  box-shadow: none;
}

.web-entry-panel .ghost-action {
  color: #fffdf7;
  background: #ffffff1a;
  border-color: #ffffff2e;
}

.modal-backdrop {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0514128f;
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  inset: 0;
}

.service-modal {
  width: min(430px, 100%);
  color: var(--ink);
  box-shadow: var(--shadow);
  background: #fffdf7;
  border: 1px solid #ffffff52;
  border-radius: 26px;
  padding: 24px;
  position: relative;
}

.modal-close {
  border: 1px solid var(--line);
  width: 38px;
  height: 38px;
  color: var(--ink);
  cursor: pointer;
  background: #fffdf7;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal-icon {
  color: #9f6a00;
  background: #f8c35b38;
  border-radius: 18px;
  place-items: center;
  width: 58px;
  height: 58px;
  display: grid;
}

.service-modal h3 {
  margin: 18px 42px 0 0;
  font-size: 2rem;
  line-height: 1;
}

.service-modal p {
  color: var(--muted);
  margin: 12px 0 20px;
  line-height: 1.55;
}

.intro-band, .flow-section, .pvz-section, .schedule-section, .prices-section, .status-section {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.intro-band {
  padding: 52px 0 28px;
}

.intro-grid {
  border-bottom: 1px solid var(--line);
  grid-template-columns: .85fr 1fr;
  align-items: start;
  gap: 42px;
  padding-bottom: 42px;
  display: grid;
}

.section-kicker {
  color: var(--teal);
}

.intro-grid h2, .section-heading h2, .pvz-copy h2 {
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: .98;
}

.intro-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.65;
}

.flow-section {
  padding: 62px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading.compact {
  max-width: 760px;
}

.step-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.step-card {
  border: 1px solid var(--line);
  background: var(--paper-strong);
  border-radius: 24px;
  min-height: 260px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 36px #433a1f12;
}

.step-card:nth-child(2) {
  background: #effaf2;
}

.step-card:nth-child(3) {
  background: #fff4ed;
}

.step-card:nth-child(4) {
  background: #eef7f6;
}

.step-number {
  color: #10201f1f;
  font-size: 2.7rem;
  font-weight: 950;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 18px;
}

.step-card svg {
  color: var(--teal-dark);
}

.step-card h3 {
  margin: 52px 0 12px;
  font-size: 1.35rem;
}

.step-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.pvz-section {
  grid-template-columns: minmax(0, .9fr) minmax(340px, .62fr);
  align-items: center;
  gap: 50px;
  padding: 58px 0 72px;
  display: grid;
}

.pvz-copy p:not(.section-kicker) {
  max-width: 660px;
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.pvz-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  display: grid;
}

.pvz-benefits div {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 18px;
  min-height: 118px;
  padding: 16px;
  box-shadow: 0 14px 30px #10201f0f;
}

.pvz-benefits strong, .pvz-benefits span {
  display: block;
}

.pvz-benefits strong {
  color: var(--teal-dark);
  font-size: 1rem;
  line-height: 1.15;
}

.pvz-benefits span {
  color: var(--muted);
  margin-top: 8px;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.35;
}

.inline-action {
  background: var(--ink);
  color: #fffdf7;
  width: fit-content;
  min-height: 50px;
  margin-top: 26px;
  padding: 0 18px;
}

.operator-panel {
  background: radial-gradient(circle at 100% 0, #c7f36a6b, #0000 34%), #fffdf7;
  border: 1px solid #10201f29;
  border-radius: 28px;
  gap: 16px;
  padding: 22px;
  display: grid;
  box-shadow: 0 28px 60px #10201f1f;
}

.operator-topline, .parcel-row, .cell-input, .qr-preview {
  background: #ffffffd1;
  border-radius: 20px;
}

.operator-topline {
  color: var(--muted);
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.operator-topline strong {
  color: var(--teal);
}

.qr-preview {
  min-height: 132px;
  color: var(--teal-dark);
  border: 1px dashed #0f8f826b;
  place-items: center;
  display: grid;
}

.qr-preview span {
  color: var(--muted);
  margin-top: -12px;
  font-weight: 850;
}

.parcel-row {
  align-items: center;
  gap: 14px;
  padding: 16px;
  display: flex;
}

.parcel-row svg {
  color: var(--coral);
}

.parcel-row strong, .parcel-row span {
  display: block;
}

.parcel-row span {
  color: var(--muted);
  margin-top: 4px;
}

.cell-input {
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  display: flex;
}

.cell-input span {
  color: var(--muted);
}

.cell-input strong {
  background: var(--lime);
  border-radius: 14px;
  padding: 8px 14px;
}

.operator-panel ul {
  gap: 10px;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  display: grid;
}

.schedule-section {
  padding: 34px 0 76px;
}

.schedule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  display: grid;
}

.schedule-card {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 22px;
  min-height: 210px;
  padding: 22px;
  box-shadow: 0 18px 36px #433a1f12;
}

.schedule-card:nth-child(2) {
  background: #eef7f6;
}

.schedule-card:nth-child(3) {
  background: #fff4ed;
}

.schedule-card span {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 999px;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  font-size: .86rem;
  font-weight: 950;
  display: inline-flex;
}

.schedule-card h3 {
  margin: 42px 0 10px;
  font-size: 1.5rem;
  line-height: 1.05;
}

.schedule-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.status-track {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  display: flex;
}

.status-pill {
  border: 1px solid var(--line);
  min-height: 52px;
  color: var(--ink);
  background: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 0 16px 0 8px;
  font-weight: 900;
  display: inline-flex;
}

.status-pill span {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: .86rem;
  display: grid;
}

.rule-strip {
  color: #5d4b24;
  background: #f2eadb;
  border-radius: 24px;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  display: flex;
}

.rule-strip svg {
  color: #9f6a00;
  flex: none;
}

.rule-strip p {
  margin: 0;
  line-height: 1.55;
}

.prices-section {
  padding: 16px 0 78px;
}

.price-calculator {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .45fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 28px;
  display: grid;
}

.price-form, .price-result {
  border: 1px solid var(--line);
  background: #fffdf7eb;
  border-radius: 26px;
  box-shadow: 0 22px 70px #10201f17;
}

.price-form {
  gap: 16px;
  padding: 22px;
  display: grid;
}

.price-form label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.input-with-icon {
  min-height: 54px;
  color: var(--teal-dark);
  background: #fffdf7;
  border: 1px solid #10201f1f;
  border-radius: 17px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  display: grid;
}

.input-with-icon input, .price-form select {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  font: inherit;
  background: none;
  border: 0;
  outline: none;
  font-weight: 850;
}

.price-form select {
  background: #fffdf7;
  border: 1px solid #10201f1f;
  border-radius: 17px;
  min-height: 54px;
  padding: 0 14px;
}

.pvz-suggestions {
  gap: 8px;
  display: grid;
}

.pvz-suggestion {
  min-height: 58px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #ffffff9e;
  border: 1px solid #10201f1a;
  border-radius: 17px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: flex;
}

.pvz-suggestion.active {
  background: #eef7f6;
  border-color: #0f8f825c;
}

.pvz-suggestion svg {
  color: var(--teal);
  flex: none;
}

.pvz-suggestion strong, .pvz-suggestion small {
  display: block;
}

.pvz-suggestion small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 750;
}

.pvz-empty {
  color: var(--muted);
  border: 1px dashed #10201f38;
  border-radius: 17px;
  padding: 14px;
  font-weight: 800;
}

.price-result {
  background: radial-gradient(circle at top right, #c7f36a5c, transparent 32%),
    var(--ink);
  color: #fffdf7;
  align-content: start;
  gap: 18px;
  padding: 22px;
  display: grid;
}

.price-badge {
  width: fit-content;
  min-height: 34px;
  color: var(--lime);
  background: #c7f36a24;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  font-size: .82rem;
  font-weight: 950;
  display: inline-flex;
}

.price-result p {
  margin: 0;
}

.price-result div > p {
  color: #fffdf7b8;
  font-weight: 850;
}

.price-result div > strong {
  margin-top: 6px;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
  display: block;
}

.price-result div > small {
  color: #fffdf7cc;
  background: #ffffff1a;
  border-radius: 999px;
  margin-top: 8px;
  padding: 6px 10px;
  font-weight: 900;
  display: inline-flex;
}

.price-result ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.price-result li {
  color: #fffdf7db;
  align-items: center;
  gap: 9px;
  font-weight: 850;
  display: flex;
}

.price-result li svg {
  color: var(--lime);
  flex: none;
}

.price-note {
  color: #fffdf7ad;
  font-size: .94rem;
  line-height: 1.5;
}

.site-footer {
  border-top: 1px solid var(--line);
  width: min(1180px, 100% - 32px);
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 26px 0 34px;
  display: flex;
}

.site-footer strong, .site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--teal-dark);
  font-weight: 900;
}

.portal-page {
  background: radial-gradient(circle at 12% 0%, #c7f36a61, transparent 32%),
    radial-gradient(circle at 92% 8%, #ff7b5f33, transparent 28%),
    var(--paper);
  min-height: 100svh;
  padding: 22px 24px 64px;
}

.auth-page {
  background: linear-gradient(135deg, #10201f0f, #0f8f8214),
    var(--paper);
  min-height: 100svh;
  padding: 22px 24px 64px;
}

.auth-shell {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .62fr);
  align-items: center;
  gap: 32px;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
}

.unified-auth-shell {
  grid-template-columns: minmax(0, .85fr) minmax(360px, .62fr);
}

.auth-copy {
  max-width: 720px;
}

.auth-badge {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  font-weight: 950;
  display: inline-flex;
}

.auth-copy h1 {
  letter-spacing: 0;
  margin: 20px 0 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .96;
}

.auth-copy p {
  max-width: 650px;
  color: var(--muted);
  margin: 20px 0 0;
  font-size: 1.12rem;
  line-height: 1.62;
}

.auth-points {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.auth-points span {
  border: 1px solid var(--line);
  min-height: 40px;
  color: var(--teal-dark);
  background: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  font-weight: 900;
  display: inline-flex;
}

.auth-card {
  border: 1px solid var(--line);
  background: #fffdf7f0;
  border-radius: 26px;
  gap: 16px;
  padding: 24px;
  display: grid;
  box-shadow: 0 22px 70px #10201f1f;
}

.auth-card form {
  gap: 16px;
  display: grid;
}

.auth-card-compact {
  border-radius: 22px;
  align-self: center;
  gap: 18px;
}

.auth-card-head {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  display: grid;
}

.auth-card-head > div:first-child:last-child {
  grid-column: 1 / -1;
}

.auth-card-head span {
  color: var(--muted);
  margin-top: 7px;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.35;
  display: block;
}

.auth-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}

.auth-card label, .cabinet-form label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.auth-card input, .auth-card select, .cabinet-form input, .cabinet-form select, .cabinet-form textarea {
  width: 100%;
  min-height: 50px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  outline: none;
  padding: 0 14px;
  font-weight: 800;
}

.cabinet-form textarea {
  resize: vertical;
  min-height: 94px;
  padding: 13px 14px;
}

.delivery-mode {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.mode-option {
  min-height: 78px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  display: flex;
}

.mode-option.active {
  background: #eef7f6;
  border-color: #0f8f826b;
}

.mode-option svg {
  color: var(--teal);
  flex: none;
}

.mode-option strong, .mode-option small {
  display: block;
}

.mode-option small {
  color: var(--muted);
  margin-top: 4px;
  font-size: .82rem;
  line-height: 1.35;
}

.qr-upload input {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.qr-upload {
  position: relative;
}

.qr-upload strong {
  min-height: 54px;
  color: var(--teal-dark);
  cursor: pointer;
  overflow-wrap: anywhere;
  background: #eef7f6;
  border: 1px dashed #0f8f826b;
  border-radius: 16px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  display: flex;
}

.qr-upload small {
  color: var(--muted);
  line-height: 1.35;
}

.auth-card select:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.auth-two-cols {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.auth-message {
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 850;
}

.auth-method-list, .telegram-auth-panel {
  gap: 12px;
  display: grid;
}

.auth-method-button {
  min-height: 56px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  font-weight: 900;
  display: grid;
}

.auth-method-button:hover {
  background: #eef7f6;
  border-color: #0f8f8261;
}

.auth-method-button > span:nth-child(2) {
  overflow-wrap: anywhere;
}

.auth-method-mark {
  width: 34px;
  height: 34px;
  color: var(--teal-dark);
  background: #0f8f821f;
  border-radius: 8px;
  place-items: center;
  display: grid;
}

.auth-method-mark.google {
  color: #1a73e8;
  background: #4285f41f;
}

.auth-method-mark.telegram {
  color: #178fcb;
  background: #2aabee21;
}

.auth-method-mark.apple {
  color: var(--ink);
  background: #10201f1f;
}

.auth-brand-letter {
  color: inherit;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1;
}

.auth-stepper {
  border: 1px solid var(--line);
  background: #fffdf7b8;
  border-radius: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: min(430px, 100%);
  margin-top: 24px;
  padding: 6px;
  display: inline-grid;
}

.auth-stepper span {
  min-height: 38px;
  color: var(--muted);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  font-size: .84rem;
  font-weight: 950;
  display: inline-flex;
}

.auth-stepper span.active {
  background: var(--ink);
  color: #fffdf7;
}

.icon-action {
  border: 1px solid var(--line);
  width: 42px;
  height: 42px;
  color: var(--ink);
  cursor: pointer;
  background: #fffdf7;
  border-radius: 14px;
  place-items: center;
  padding: 0;
  display: grid;
}

.icon-action:hover {
  background: #eef7f6;
  border-color: #0f8f826b;
}

.link-action {
  min-height: 42px;
  color: var(--teal-dark);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-weight: 950;
  display: inline-flex;
}

.link-action:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.auth-code-input {
  text-align: center;
  letter-spacing: .16em;
  height: 66px;
  font-size: 2rem;
}

.password-checks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.password-checks span {
  border: 1px solid var(--line);
  min-height: 38px;
  color: var(--muted);
  border-radius: 14px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-size: .82rem;
  font-weight: 900;
  display: inline-flex;
}

.password-checks span.ready {
  color: var(--teal-dark);
  background: #eef7f6;
  border-color: #0f8f823d;
}

.password-checks svg {
  color: #10201f4d;
  flex: none;
}

.password-checks span.ready svg {
  color: var(--teal);
}

.order-stepper {
  border: 1px solid var(--line);
  background: #fffdf7b8;
  border-radius: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
  padding: 8px;
  display: grid;
}

.order-step {
  min-height: 42px;
  color: var(--muted);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 950;
  display: inline-flex;
}

.order-step.active {
  background: var(--ink);
  color: #fffdf7;
}

.order-step.complete {
  color: var(--teal-dark);
  background: #eef7f6;
}

.order-flow-card, .qr-first-panel, .order-goods-step, .delivery-step-form, .order-done-panel {
  gap: 16px;
  display: grid;
}

.qr-first-panel h2, .order-goods-step h2, .delivery-step-form h2, .order-done-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1;
}

.qr-upload-large strong {
  border-radius: 20px;
  justify-content: center;
  min-height: 92px;
  font-size: 1.05rem;
}

.qr-camera-action strong {
  background: #fffdf7;
  border-style: solid;
  justify-content: center;
  min-height: 46px;
}

.qr-status {
  color: var(--muted);
  background: #fffdf7;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  font-weight: 850;
  display: flex;
}

.qr-status svg {
  color: var(--teal);
  flex: none;
}

.qr-status p {
  margin: 0;
  line-height: 1.42;
}

.qr-status.success {
  color: var(--teal-dark);
  background: #eef7f6;
  border-color: #0f8f8238;
}

.qr-status.warn {
  color: #6a5218;
  background: #fff7e3;
  border-color: #f8c35b5c;
}

.order-flow-actions {
  grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  display: grid;
}

.order-flow-actions .primary-action, .order-flow-actions .ghost-action {
  border-radius: 16px;
  min-height: 52px;
}

.goods-choice-grid {
  scroll-behavior: smooth;
  max-height: min(58vh, 680px);
  padding-right: 2px;
  overflow: auto;
}

.order-side-goods-panel {
  gap: 12px;
  display: grid;
}

.order-summary-card {
  position: sticky;
  top: 18px;
}

.order-side-total {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: grid;
}

.order-side-total strong {
  font-size: 2rem;
  line-height: 1;
}

.order-side-total span {
  color: #fffdf7c7;
  font-weight: 900;
}

.choice-pill {
  background: var(--lime);
  width: fit-content;
  min-height: 32px;
  color: var(--ink);
  border-radius: 999px;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 950;
  display: inline-flex;
}

.choice-toggle-line {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.choice-check {
  min-height: 36px;
  color: var(--muted);
  cursor: pointer;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  font-size: .8rem;
  font-weight: 950;
  display: inline-flex;
}

.choice-check.active {
  background: var(--lime);
  color: var(--ink);
  border-color: #0f8f8240;
}

.choice-check svg {
  color: currentColor;
}

.spin-icon {
  animation: .9s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.auth-switch {
  color: var(--muted);
  text-align: center;
  margin: 0;
  font-weight: 800;
}

.auth-switch a {
  color: var(--teal-dark);
  font-weight: 950;
}

.pvz-register-shell {
  gap: 18px;
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
}

.pvz-register-head {
  gap: 16px;
  display: grid;
}

.pvz-register-head h1 {
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  line-height: .96;
}

.pvz-register-card {
  border: 1px solid var(--line);
  background: #fffdf7f5;
  border-radius: 26px;
  gap: 16px;
  padding: 24px;
  display: grid;
  box-shadow: 0 22px 70px #10201f1f;
}

.pvz-register-card label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.pvz-register-card input, .pvz-register-card select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  outline: none;
  padding: 0 14px;
  font-weight: 800;
}

.pvz-register-card select:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.form-input-icon input {
  border: 0;
  border-radius: 0;
  min-height: 0;
  padding: 0;
}

.password-input {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.password-toggle {
  width: 38px;
  height: 38px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 12px;
  place-items: center;
  padding: 0;
  display: grid;
}

.password-toggle:hover {
  color: var(--ink);
  background: #10201f0f;
}

.auth-card .remember-option, .compact-role-content .remember-option {
  cursor: pointer;
  width: fit-content;
  color: var(--ink);
  align-items: center;
  gap: 10px;
  font-size: .86rem;
  font-weight: 850;
  display: flex;
}

.auth-card .remember-option input, .compact-role-content .remember-option input {
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  accent-color: var(--teal-dark);
  cursor: pointer;
  margin: 0;
}

.pvz-register-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.password-hint {
  color: var(--muted);
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 850;
  display: inline-flex;
}

.password-hint svg {
  color: #10201f4d;
}

.password-hint.ready {
  color: var(--teal-dark);
}

.password-hint.ready svg {
  color: var(--teal);
}

.cabinet-shell, .cabinet-empty {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cabinet-empty {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 28px;
  justify-items: start;
  gap: 14px;
  padding: 56px;
  display: grid;
}

.cabinet-empty h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.cabinet-empty p {
  max-width: 520px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.cabinet-title-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
  display: flex;
}

.cabinet-title-row h1 {
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  line-height: .98;
}

.cabinet-title-row p:not(.section-kicker) {
  max-width: 640px;
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.cabinet-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
  display: grid;
}

.cabinet-metrics div {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 22px;
  gap: 8px;
  min-height: 138px;
  padding: 18px;
  display: grid;
  box-shadow: 0 14px 34px #10201f0f;
}

.cabinet-metrics svg {
  color: var(--teal);
}

.cabinet-metrics strong {
  font-size: 1.45rem;
}

.cabinet-metrics span {
  color: var(--muted);
  font-weight: 850;
}

.cabinet-location-card {
  align-content: start;
}

.cabinet-location-controls {
  gap: 8px;
  margin-top: 4px;
  display: grid;
}

.cabinet-metrics .cabinet-location-controls {
  min-height: 0;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.cabinet-location-controls select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 14px;
  outline: none;
  padding: 0 12px;
  font-weight: 850;
}

.cabinet-tabs {
  border: 1px solid var(--line);
  background: #fffdf7b8;
  border-radius: 999px;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px;
  display: inline-flex;
}

.cabinet-tab {
  min-height: 42px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-weight: 950;
  display: inline-flex;
}

.tab-badge {
  background: var(--lime);
  min-width: 24px;
  min-height: 24px;
  color: var(--ink);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  font-size: .78rem;
  font-weight: 950;
  display: inline-flex;
}

.cabinet-workspace {
  grid-template-columns: minmax(0, .95fr) minmax(330px, .55fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.cabinet-card {
  border: 1px solid var(--line);
  background: #fffdf7f0;
  border-radius: 26px;
  gap: 16px;
  padding: 24px;
  display: grid;
  box-shadow: 0 20px 58px #10201f14;
}

.cabinet-card h2 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1;
}

.client-menu-shell, .order-start-shell {
  align-content: start;
  display: grid;
}

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

.client-menu-card {
  border: 1px solid var(--line);
  min-height: 210px;
  color: var(--ink);
  touch-action: manipulation;
  background: #fffdf7f0;
  border-radius: 26px;
  gap: 12px;
  padding: 22px;
  display: grid;
  box-shadow: 0 20px 58px #10201f14;
}

.client-menu-card > span, .order-start-service > span {
  width: 48px;
  height: 48px;
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 16px;
  place-items: center;
  display: grid;
}

.client-menu-card strong {
  font-size: 1.45rem;
  line-height: 1.08;
}

.client-menu-card p {
  max-width: 440px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.client-menu-card.primary p {
  color: #fffdf7bd;
}

.client-menu-card em {
  width: fit-content;
  min-height: 38px;
  color: var(--teal-dark);
  background: #10201f14;
  border-radius: 999px;
  align-self: end;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  font-size: .84rem;
  font-style: normal;
  font-weight: 950;
  display: inline-flex;
}

.client-menu-card.primary em {
  color: #fffdf7;
  background: #ffffff1f;
}

.client-menu-status {
  width: fit-content;
  min-height: 40px;
  color: var(--muted);
  background: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0 12px;
  font-weight: 900;
  display: inline-flex;
}

.order-start-grid {
  grid-template-columns: minmax(0, .95fr) minmax(340px, .55fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.order-ux-shell {
  gap: 14px;
}

.order-ux-top {
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  display: flex;
}

.order-ux-top h1 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: .95;
}

.order-add-point {
  white-space: nowrap;
  min-height: 42px;
}

.order-ux-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .48fr);
  align-items: start;
  gap: 14px;
  display: grid;
}

.order-pvz-panel, .order-checkout-panel {
  border-radius: 24px;
}

.order-panel-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.order-panel-head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: .98;
}

.order-panel-head > span {
  min-height: 32px;
  color: var(--teal-dark);
  white-space: nowrap;
  background: #eef7f6;
  border-radius: 999px;
  align-items: center;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 950;
  display: inline-flex;
}

.order-checkout-panel {
  gap: 12px;
  position: sticky;
  top: 14px;
}

.order-selected-point {
  background: linear-gradient(135deg, #c7f36a33, #eef7f6db), #eef7f6;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 86px;
  padding: 14px;
  display: grid;
}

.order-selected-point > span {
  width: 42px;
  height: 42px;
  color: var(--teal-dark);
  background: #fffdf7;
  border-radius: 14px;
  place-items: center;
  display: grid;
}

.order-selected-point small, .order-selected-point strong, .order-selected-point p {
  display: block;
}

.order-selected-point small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 950;
}

.order-selected-point strong {
  color: var(--ink);
  margin-top: 3px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.order-selected-point p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.32;
}

.order-progress-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  display: grid;
}

.order-progress-strip span {
  min-height: 32px;
  color: var(--muted);
  background: #10201f0f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: .76rem;
  font-weight: 950;
  display: inline-flex;
}

.order-progress-strip span.active {
  background: var(--ink);
  color: #fffdf7;
}

.order-progress-strip span.done {
  color: var(--teal-dark);
  background: #eef7f6;
}

.order-start-service {
  background: #eef7f6;
  border: 1px solid #0f8f822e;
  border-radius: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 16px;
  display: grid;
}

.order-start-service strong, .order-start-service p {
  display: block;
}

.order-start-service strong {
  font-size: 1.2rem;
}

.order-start-service p {
  color: var(--muted);
  margin: 5px 0 0;
  line-height: 1.42;
}

.order-start-service > svg {
  color: var(--teal);
}

.order-start-pvz-block {
  gap: 12px;
  display: grid;
}

.order-start-pvz-list {
  overscroll-behavior: contain;
  gap: 9px;
  max-height: min(42dvh, 460px);
  padding-right: 2px;
  display: grid;
  overflow-y: auto;
}

.order-start-summary {
  position: sticky;
  top: 18px;
}

.order-location-button {
  width: 100%;
  min-height: 68px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border: 1px solid #0f8f8233;
  border-radius: 20px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  display: grid;
}

.order-location-button > svg {
  color: var(--teal);
}

.order-location-copy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.order-location-copy strong, .order-location-copy small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-location-copy strong {
  font-size: 1.08rem;
}

.order-location-copy small {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}

.order-location-action {
  min-height: 38px;
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  font-size: .82rem;
  font-weight: 950;
  display: inline-flex;
}

.order-location-modal-backdrop {
  z-index: 80;
  background: #10201f6b;
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  inset: 0;
}

.order-location-modal {
  background: #fffdf7;
  border: 1px solid #fffdf7b8;
  border-radius: 28px;
  gap: 14px;
  width: min(720px, 100%);
  max-height: min(760px, 86dvh);
  padding: 20px;
  display: grid;
  box-shadow: 0 28px 90px #10201f38;
}

.order-location-modal-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.order-location-modal-head h2 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1;
}

.order-location-modal-head button {
  width: 42px;
  height: 42px;
  color: var(--teal-dark);
  cursor: pointer;
  background: #eef7f6;
  border: 0;
  border-radius: 14px;
  flex: none;
  place-items: center;
  display: grid;
}

.order-location-search {
  display: block;
  position: relative;
}

.order-location-search svg {
  color: var(--teal);
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.order-location-search input {
  width: 100%;
  min-height: 50px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  outline: none;
  padding: 0 14px 0 42px;
  font-weight: 850;
}

.order-location-list {
  overscroll-behavior: contain;
  gap: 12px;
  max-height: min(560px, 58dvh);
  padding-right: 3px;
  display: grid;
  overflow-y: auto;
}

.order-location-group {
  background: #eef7f68f;
  border: 1px solid #10201f14;
  border-radius: 18px;
  gap: 8px;
  padding: 12px;
  display: grid;
}

.order-location-group > strong {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
}

.order-location-group > div {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.order-location-group button {
  min-height: 38px;
  color: var(--ink);
  cursor: pointer;
  background: #fffdf7;
  border: 1px solid #10201f1a;
  border-radius: 999px;
  padding: 0 11px;
  font-weight: 900;
}

.order-location-group button.active {
  background: var(--ink);
  color: #fffdf7;
  border-color: #0f8f8261;
}

.order-start-tabs {
  background: #fffdf7c7;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  display: grid;
}

.order-start-tab {
  min-height: 42px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-weight: 950;
  display: inline-flex;
}

.order-start-tab.active {
  background: var(--ink);
  color: #fffdf7;
}

.order-start-panel {
  gap: 14px;
  display: grid;
}

.order-pvz-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.order-pvz-header .ghost-action {
  white-space: nowrap;
  min-height: 40px;
}

.pvz-option-card em {
  width: fit-content;
  min-height: 24px;
  color: var(--teal-dark);
  background: #0f8f8217;
  border-radius: 999px;
  align-items: center;
  margin-top: 8px;
  padding: 0 8px;
  font-size: .74rem;
  font-style: normal;
  font-weight: 950;
  display: inline-flex;
}

.order-pvz-empty {
  flex-wrap: wrap;
  align-items: center;
}

.order-pvz-empty p {
  flex: 220px;
}

.order-no-pvz-flow {
  gap: 10px;
  display: grid;
}

.order-courier-next {
  color: var(--ink);
  background: #eef7f6;
  border: 1px solid #0f8f822e;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.order-courier-next > span {
  width: 42px;
  height: 42px;
  color: var(--teal-dark);
  background: #fffdf7;
  border-radius: 14px;
  place-items: center;
  display: grid;
}

.order-courier-next small, .order-courier-next strong, .order-courier-next p {
  display: block;
}

.order-courier-next small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 950;
}

.order-courier-next strong {
  margin-top: 2px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.order-courier-next p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.32;
}

.order-courier-next .subtle-action {
  white-space: nowrap;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
}

.order-courier-next .subtle-action:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.order-data-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.order-data-grid.compact {
  gap: 10px;
}

.order-checkout-panel .order-data-grid {
  grid-template-columns: 1fr;
}

.order-checkout-panel .order-data-wide {
  grid-column: auto;
}

.order-data-grid.compact textarea {
  min-height: 76px;
}

.order-data-wide {
  grid-column: 1 / -1;
}

.order-summary-list {
  gap: 9px;
  display: grid;
}

.order-summary-item {
  background: #fffdf7;
  border: 1px solid #10201f14;
  border-radius: 16px;
  gap: 4px;
  padding: 12px;
  display: grid;
}

.order-summary-item span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
}

.order-summary-item strong {
  color: var(--ink);
  overflow-wrap: anywhere;
  font-size: .98rem;
  line-height: 1.25;
}

.ghost-action.wide {
  justify-content: center;
  width: 100%;
}

.pvz-option-grid {
  gap: 10px;
  display: grid;
}

.pvz-option-card {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 84px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 18px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  transition: border-color .16s, background .16s, transform .16s;
  display: flex;
}

.pvz-option-card:hover {
  border-color: #0f8f8257;
  transform: translateY(-1px);
}

.pvz-option-card.active {
  background: #eef7f6;
  border-color: #0f8f826b;
}

.pvz-option-card svg {
  color: var(--teal);
  flex: none;
}

.pvz-option-card strong, .pvz-option-card small {
  display: block;
}

.pvz-option-card small {
  color: var(--muted);
  margin-top: 4px;
  font-weight: 800;
  line-height: 1.35;
}

.disabled-action {
  pointer-events: none;
  opacity: .56;
}

.cabinet-empty-inline {
  color: var(--muted);
  background: #fffdf7b3;
  border: 1px dashed #10201f33;
  border-radius: 18px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  font-weight: 850;
  display: flex;
}

.cabinet-empty-inline svg {
  color: var(--teal);
  flex: none;
}

.cabinet-empty-inline p {
  margin: 0;
  line-height: 1.45;
}

.courier-application-summary {
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.courier-application-summary svg {
  flex: none;
}

.courier-application-summary strong, .courier-application-summary small {
  display: block;
}

.courier-application-summary small {
  color: var(--muted);
  margin-top: 4px;
  font-weight: 850;
}

.courier-application-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.courier-application-form label:last-child, .courier-application-form label:nth-last-child(2) {
  grid-column: 1 / -1;
}

.courier-control-card {
  align-content: start;
}

.courier-availability {
  gap: 16px;
  display: grid;
}

.courier-live-status {
  border: 1px solid var(--line);
  background: #10201f0a;
  border-radius: 16px;
  align-items: center;
  gap: 11px;
  padding: 14px;
  display: flex;
}

.courier-live-status svg {
  flex: none;
}

.courier-live-status strong, .courier-live-status small {
  display: block;
}

.courier-live-status small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.courier-live-status.active {
  color: var(--teal-dark);
  background: #eef7f6;
  border-color: #0f8f8259;
}

.courier-live-status.on_order {
  background: var(--ink);
  color: #fffdf7;
  border-color: #10201f40;
}

.courier-live-status.on_order small {
  color: #fffdf7b8;
}

.courier-control-group {
  gap: 9px;
  display: grid;
}

.courier-control-label {
  align-items: center;
  gap: 7px;
  display: flex;
}

.courier-control-label svg {
  color: var(--teal);
}

.courier-pvz-list {
  gap: 8px;
  display: grid;
}

.courier-pvz-option {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 58px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: grid;
}

.courier-pvz-option strong, .courier-pvz-option small {
  display: block;
}

.courier-pvz-option small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.courier-pvz-option svg {
  color: #10201f33;
}

.courier-pvz-option.active {
  border-color: var(--teal);
  background: #eef7f6;
}

.courier-pvz-option.active svg {
  color: var(--teal);
}

.courier-shift-select {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 62px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: grid;
}

.courier-shift-select > svg:first-child {
  color: var(--teal);
}

.courier-shift-select strong, .courier-shift-select small {
  display: block;
}

.courier-shift-select small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.courier-shift-select > svg:last-child {
  color: var(--muted);
}

.courier-pvz-option:disabled, .courier-shift-select:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.courier-availability-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.courier-documents-section {
  border-top: 1px solid var(--line);
  margin-top: 10px;
  padding-top: 18px;
}

.courier-documents-section h2 {
  margin-bottom: 0;
}

.courier-shift-backdrop {
  z-index: 80;
  background: #05141294;
  justify-content: center;
  align-items: flex-end;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 0;
}

.courier-shift-sheet {
  width: min(520px, 100%);
  max-height: min(760px, 100dvh - 36px);
  padding: 12px 20px calc(20px + env(safe-area-inset-bottom));
  background: #fffdf7;
  border-radius: 24px;
  gap: 16px;
  animation: .18s ease-out courier-sheet-in;
  display: grid;
  overflow-y: auto;
  box-shadow: 0 28px 80px #0514124d;
}

.courier-shift-handle {
  background: #10201f2e;
  border-radius: 999px;
  width: 42px;
  height: 4px;
  margin: 0 auto;
}

.courier-shift-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.courier-shift-head h2, .courier-shift-head p {
  margin: 0;
}

.courier-shift-head h2 {
  margin-top: 4px;
  font-size: 1.45rem;
}

.courier-shift-close {
  border: 1px solid var(--line);
  width: 40px;
  height: 40px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.courier-shift-pvz {
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 14px;
  align-items: center;
  gap: 11px;
  padding: 12px;
  display: flex;
}

.courier-shift-pvz svg {
  flex: none;
}

.courier-shift-pvz strong, .courier-shift-pvz small {
  display: block;
}

.courier-shift-pvz small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.courier-shift-options {
  gap: 8px;
  display: grid;
}

.courier-shift-option {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 60px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: grid;
}

.courier-shift-option strong, .courier-shift-option small {
  display: block;
}

.courier-shift-option small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.courier-shift-option svg {
  color: #10201f33;
}

.courier-shift-option.active {
  border-color: var(--teal);
  background: #eef7f6;
}

.courier-shift-option.active svg {
  color: var(--teal);
}

.courier-shift-confirm {
  position: sticky;
  bottom: 0;
}

@keyframes courier-sheet-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cabinet-pvz-line {
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.cabinet-pvz-line strong, .cabinet-pvz-line small {
  display: block;
}

.cabinet-pvz-line small {
  color: var(--muted);
  margin-top: 3px;
  font-weight: 800;
}

.orders-list {
  gap: 10px;
  display: grid;
}

.order-row {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 18px;
  gap: 5px;
  padding: 14px;
  display: grid;
}

.order-row span {
  color: var(--muted);
  line-height: 1.35;
}

.order-row em {
  background: var(--lime);
  width: fit-content;
  color: var(--ink);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 950;
}

.pvz-orders-panel {
  gap: 12px;
  padding-top: 4px;
  display: grid;
}

.pvz-orders-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.pvz-orders-head h3 {
  margin: 4px 0 0;
  font-size: 1.45rem;
  line-height: 1.05;
}

.pvz-orders-head span {
  background: var(--ink);
  color: #fffdf7;
  white-space: nowrap;
  border-radius: 999px;
  min-height: 34px;
  padding: 7px 11px;
  font-size: .86rem;
  font-weight: 950;
}

.pvz-order-row {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 18px;
  grid-template-columns: minmax(0, 1fr) auto minmax(140px, auto);
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.pvz-order-main {
  gap: 5px;
  display: grid;
}

.pvz-order-main strong, .pvz-order-main span, .pvz-order-main small {
  display: block;
}

.pvz-order-main span {
  color: var(--teal-dark);
  font-weight: 950;
}

.pvz-order-main p {
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}

.pvz-order-main small {
  color: var(--muted);
  font-weight: 850;
}

.qr-thumb {
  color: var(--teal-dark);
  justify-items: center;
  gap: 4px;
  font-size: .78rem;
  font-weight: 950;
  display: grid;
}

.qr-thumb img {
  object-fit: cover;
  background: #eef7f6;
  border: 1px solid #10201f1f;
  border-radius: 12px;
  width: 58px;
  height: 58px;
}

.order-status-block {
  justify-items: end;
  gap: 8px;
  display: grid;
}

.order-status-block em {
  background: var(--lime);
  width: fit-content;
  color: var(--ink);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 950;
}

.order-status-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.order-status-actions .primary-action, .order-status-actions .ghost-action {
  border-radius: 14px;
  min-height: 38px;
  padding: 0 11px;
}

.pvz-order-list {
  gap: 10px;
  display: grid;
}

.pvz-order-card {
  border: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 18px;
  gap: 8px;
  padding: 14px;
  transition: border-color .16s, box-shadow .16s, transform .16s, background .16s;
  display: grid;
}

.pvz-order-card:hover, .pvz-order-card:focus-visible, .pvz-order-card.active {
  background: #f6fbfa;
  border-color: #0f8f826b;
  outline: none;
  box-shadow: 0 14px 32px #10201f14;
}

.pvz-order-card.active {
  transform: translateY(-1px);
}

.pvz-order-card-head, .pvz-order-card-meta, .pvz-order-cell {
  align-items: center;
  gap: 8px;
  display: flex;
}

.pvz-order-card-head {
  justify-content: space-between;
}

.pvz-order-card-head em, .pvz-detail-head em {
  background: var(--lime);
  width: fit-content;
  color: var(--ink);
  white-space: nowrap;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .76rem;
  font-style: normal;
  font-weight: 950;
}

.pvz-order-card p, .pvz-order-card small {
  color: var(--muted);
  margin: 0;
  line-height: 1.35;
}

.pvz-order-card-meta {
  color: var(--muted);
  flex-wrap: wrap;
  font-size: .84rem;
  font-weight: 850;
}

.pvz-order-card-meta span:not(:last-child):after {
  content: "·";
  margin-left: 8px;
}

.pvz-order-cell {
  color: var(--teal-dark);
  font-weight: 950;
}

.qr-mini-action {
  width: fit-content;
  min-height: 34px;
  color: var(--ink);
  cursor: pointer;
  background: #fffdf7;
  border: 1px solid #10201f1f;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  font-weight: 950;
  display: inline-flex;
}

.pvz-order-detail {
  align-self: start;
  gap: 16px;
  display: grid;
  position: sticky;
  top: 18px;
}

.pvz-detail-head, .courier-panel-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.pvz-detail-head h2, .courier-panel-head h3, .pvz-detail-goods-head h3 {
  margin: 0;
  line-height: 1.05;
}

.pvz-detail-head p {
  color: var(--muted);
  margin: 4px 0 0;
  font-weight: 850;
}

.pvz-detail-summary {
  background: #eef7f6;
  border-radius: 18px;
  gap: 6px;
  padding: 14px;
  display: grid;
}

.pvz-detail-summary span {
  color: var(--teal-dark);
  font-weight: 950;
}

.pvz-detail-summary strong, .pvz-detail-summary small, .pvz-detail-summary p {
  margin: 0;
  line-height: 1.4;
}

.pvz-detail-summary small, .pvz-detail-summary p {
  color: var(--muted);
  font-weight: 850;
}

.pvz-detail-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  display: grid;
}

.pvz-detail-actions .primary-action, .pvz-detail-actions .ghost-action {
  border-radius: 16px;
  min-height: 48px;
}

.pvz-detail-goods-head {
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.pvz-detail-goods {
  gap: 10px;
  max-height: min(54vh, 640px);
  padding-right: 2px;
  display: grid;
  overflow: auto;
}

.pvz-detail-item {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 18px;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px;
  transition: opacity .18s, filter .18s, transform .18s;
  display: grid;
}

.pvz-detail-item.muted {
  opacity: .38;
  filter: grayscale(.8);
  transform: translateY(4px);
}

.pvz-detail-item img, .pvz-detail-item-placeholder {
  object-fit: cover;
  background: #eef7f6;
  border-radius: 14px;
  width: 68px;
  height: 84px;
}

.pvz-detail-item-placeholder {
  color: var(--teal);
  place-items: center;
  display: grid;
}

.pvz-detail-item strong, .pvz-detail-item span, .pvz-detail-item small {
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
  overflow: hidden;
}

.pvz-detail-item strong {
  line-height: 1.18;
}

.pvz-detail-item span, .pvz-detail-item small {
  color: var(--muted);
  margin-top: 5px;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.3;
}

.courier-panel {
  gap: 12px;
  padding-top: 4px;
  display: grid;
}

.courier-list {
  gap: 8px;
  display: grid;
}

.courier-card {
  border: 1px solid var(--line);
  min-height: 58px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border-radius: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
}

.courier-card:disabled {
  cursor: not-allowed;
  opacity: .64;
}

.courier-card strong, .courier-card small {
  display: block;
}

.courier-card small {
  color: var(--muted);
  font-weight: 850;
}

.courier-card em {
  color: var(--muted);
  background: #10201f14;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .72rem;
  font-style: normal;
  font-weight: 950;
}

.courier-card em.active {
  background: var(--lime);
  color: var(--ink);
}

.courier-card em.on_order {
  background: var(--ink);
  color: #fffdf7;
}

.qr-modal-backdrop {
  z-index: 60;
  background: #05141294;
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  inset: 0;
}

.qr-modal {
  background: #fffdf7;
  border-radius: 24px;
  gap: 12px;
  width: min(440px, 100%);
  padding: 22px;
  display: grid;
  position: relative;
  box-shadow: 0 30px 90px #05141247;
}

.qr-modal h2, .qr-modal p {
  margin: 0;
}

.qr-modal img {
  border: 1px solid var(--line);
  object-fit: contain;
  background: #eef7f6;
  border-radius: 18px;
  width: 100%;
  max-height: 58vh;
}

.qr-modal p:not(.section-kicker) {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.4;
}

.qr-modal-close {
  border: 1px solid var(--line);
  width: 38px;
  height: 38px;
  color: var(--ink);
  cursor: pointer;
  background: #fffdf7;
  border-radius: 999px;
  place-items: center;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
}

.owner-mismatch-toast {
  z-index: 80;
  color: #fff;
  text-align: center;
  background: #050505;
  border: 2px solid #fff;
  border-radius: 20px;
  width: min(620px, 100% - 28px);
  padding: 18px 20px;
  animation: .18s toastIn;
  position: fixed;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 24px 70px #00000061;
}

.owner-mismatch-toast strong {
  font-size: 1.05rem;
  line-height: 1.35;
  display: block;
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translate(-50%, -8px);
  }

  to {
    opacity: 1;
    transform: translate(-50%);
  }
}

.cabinet-muted {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.partner-note {
  color: var(--teal-dark);
  background: #eef7f6;
  border-radius: 18px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  font-weight: 850;
  display: flex;
}

.partner-note p {
  margin: 0;
  line-height: 1.45;
}

.subtle-action {
  width: fit-content;
  min-height: 38px;
  color: var(--teal-dark);
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #0f8f826b;
  align-items: center;
  gap: 7px;
  padding: 0;
  font-weight: 950;
  display: inline-flex;
}

.order-back-link {
  width: fit-content;
  margin-bottom: 24px;
}

.admin-panel {
  width: 100%;
}

.admin-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  display: flex;
}

.admin-head h2 {
  margin: 0;
}

.admin-head span {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 999px;
  min-height: 38px;
  padding: 8px 12px;
  font-weight: 950;
}

.admin-request-list {
  gap: 12px;
  display: grid;
}

.admin-sections {
  gap: 28px;
  display: grid;
}

.admin-subsection {
  gap: 12px;
  display: grid;
}

.admin-subsection-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.admin-subsection-head h3 {
  margin: 0;
}

.admin-subsection-head span {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 900;
}

.admin-request {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 20px;
  grid-template-columns: minmax(220px, .7fr) minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  display: grid;
}

.admin-request strong, .admin-request span, .admin-request small {
  display: block;
}

.admin-request span, .admin-request small, .admin-request-points p {
  color: var(--muted);
  line-height: 1.35;
}

.admin-request small {
  margin-top: 4px;
  font-weight: 800;
}

.admin-request-points {
  gap: 5px;
  display: grid;
}

.admin-request-points p {
  margin: 0;
}

.admin-request-documents {
  gap: 7px;
  display: grid;
}

.admin-request-documents a {
  width: fit-content;
  color: var(--teal-dark);
  align-items: center;
  gap: 7px;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.admin-request-documents a:hover {
  text-decoration: underline;
}

.admin-request-documents small {
  color: var(--muted);
}

.admin-request em {
  background: var(--lime);
  width: fit-content;
  color: var(--ink);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 950;
}

.admin-actions {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.admin-actions .primary-action, .admin-actions .ghost-action {
  white-space: nowrap;
  border-radius: 14px;
  min-height: 42px;
  padding: 0 12px;
}

.pvz-connect-panel, .pvz-connect-form {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 20px;
  gap: 12px;
  padding: 16px;
  display: grid;
}

.pvz-connect-panel svg {
  color: var(--teal);
}

.pvz-connect-panel h3 {
  margin: 0;
  font-size: 1.35rem;
}

.pvz-connect-panel p {
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.pvz-connect-form label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.pvz-connect-form input, .pvz-connect-form select {
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  outline: none;
  padding: 0 14px;
  font-weight: 800;
}

.offer-check {
  color: var(--ink);
  align-items: flex-start;
  gap: 10px;
  font-weight: 850;
  line-height: 1.35;
  display: flex;
}

.offer-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--teal);
  margin-top: 2px;
}

.order-row small {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.order-items-mini {
  gap: 4px;
  padding-top: 2px;
  display: grid;
}

.order-items-mini span {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .84rem;
  font-weight: 800;
  overflow: hidden;
}

.pvz-order-items {
  gap: 8px;
  margin-top: 6px;
  display: grid;
}

.pvz-order-items div {
  background: #eef7f68f;
  border: 1px solid #10201f1a;
  border-radius: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px;
  display: grid;
}

.pvz-order-items img {
  object-fit: cover;
  background: #eef7f6;
  border-radius: 10px;
  width: 42px;
  height: 42px;
}

.pvz-order-items strong, .pvz-order-items small {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
  overflow: hidden;
}

.pvz-order-items strong {
  font-size: .9rem;
}

.pvz-order-items small {
  color: var(--muted);
  font-weight: 800;
}

.order-goods-panel, .order-goods-list {
  gap: 12px;
  display: grid;
}

.order-goods-panel h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.05;
}

.order-good-card {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 18px;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 12px;
  transition: opacity .18s, filter .18s, transform .18s, border-color .18s, background .18s;
  display: grid;
}

.order-good-card.active {
  background: #fffdf7;
  border-color: #0f8f8238;
}

.order-good-card.muted {
  opacity: .46;
  filter: grayscale(.72);
  background: #fffdf7b8;
  animation: .24s mutedDrop;
  transform: translateY(6px);
}

@keyframes mutedDrop {
  from {
    opacity: .9;
    transform: translateY(-4px);
  }

  to {
    opacity: .46;
    transform: translateY(6px);
  }
}

.order-good-card img, .order-good-image-empty {
  object-fit: cover;
  background: #eef7f6;
  border-radius: 14px;
  width: 74px;
  height: 92px;
}

.order-good-image-empty {
  color: var(--teal);
  place-items: center;
  display: grid;
}

.order-good-card strong, .order-good-card span, .order-good-card small {
  display: block;
}

.order-good-card strong {
  line-height: 1.18;
}

.order-good-card span, .order-good-card small {
  color: var(--muted);
  margin-top: 5px;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.3;
}

.pvz-page {
  background: radial-gradient(circle at 18% 0%, #0f8f823d, transparent 34%),
    radial-gradient(circle at 90% 8%, #f8c35b3d, transparent 30%),
    var(--paper);
}

.portal-header {
  justify-content: space-between;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 8px 0 34px;
  display: flex;
}

.back-link {
  border: 1px solid var(--line);
  min-height: 42px;
  color: var(--ink);
  background: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-weight: 900;
  display: inline-flex;
}

.portal-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto 26px;
  display: grid;
}

.portal-hero h1 {
  letter-spacing: 0;
  max-width: 790px;
  margin: 0;
  font-size: 5.2rem;
  line-height: .96;
}

.portal-hero p:not(.hero-kicker) {
  max-width: 680px;
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 1.16rem;
  line-height: 1.58;
}

.portal-hero-pills {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.portal-hero-pills span {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  font-weight: 900;
  display: inline-flex;
}

.portal-grid {
  grid-template-columns: minmax(320px, .48fr) minmax(0, .82fr);
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
}

.pvz-grid {
  grid-template-columns: minmax(340px, .56fr) minmax(0, .78fr);
}

.portal-card {
  border: 1px solid var(--line);
  background: #fffdf7e6;
  border-radius: 28px;
  box-shadow: 0 22px 70px #10201f1a;
}

.form-card, .dashboard-card {
  padding: 24px;
}

.form-card h2, .dashboard-card h2 {
  letter-spacing: 0;
  margin: 0;
  font-size: 2.35rem;
  line-height: 1;
}

.portal-muted {
  color: var(--muted);
  margin: 12px 0 0;
  line-height: 1.56;
}

.portal-form {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
  display: grid;
}

.portal-form label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 900;
  display: grid;
}

:is(.portal-form label:has(textarea), .order-form label) {
  grid-column: span 2;
}

.portal-form input, .portal-form select, .portal-form textarea {
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border: 1px solid #10201f24;
  border-radius: 16px;
  outline: none;
  padding: 0 14px;
  font-weight: 750;
  transition: border-color .16s, box-shadow .16s;
}

.portal-form textarea {
  resize: vertical;
  min-height: 92px;
  padding: 13px 14px;
}

.portal-form input:focus, .portal-form select:focus, .portal-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px #0f8f821f;
}

.portal-form input:disabled, .portal-form textarea:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.portal-form button {
  grid-column: span 2;
}

.dashboard-card {
  background: radial-gradient(circle at 100% 0, #c7f36a57, #0000 32%), #fffdf7eb;
  gap: 18px;
  display: grid;
}

.portal-status, .cabinet-head, .selector-row, .operator-summary, .pvz-preview {
  background: #ffffffb8;
  border-radius: 22px;
}

.portal-status {
  width: fit-content;
  color: var(--teal-dark);
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-weight: 900;
  display: inline-flex;
}

.cabinet-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  display: flex;
}

.cabinet-badge {
  background: var(--lime);
  color: var(--ink);
  border-radius: 999px;
  flex: none;
  padding: 8px 12px;
  font-size: .86rem;
  font-weight: 950;
}

.selector-row {
  grid-template-columns: 220px 1fr;
  gap: 12px;
  padding: 16px;
  display: grid;
}

.selector-row label {
  color: var(--muted);
  gap: 8px;
  font-size: .88rem;
  font-weight: 900;
  display: grid;
}

.selector-row select {
  border: 1px solid var(--line);
  min-height: 48px;
  color: var(--ink);
  font: inherit;
  background: #fffdf7;
  border-radius: 16px;
  padding: 0 12px;
  font-weight: 900;
}

.pvz-preview {
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: flex;
}

.pvz-preview svg {
  color: var(--teal);
}

.pvz-preview strong, .pvz-preview span {
  display: block;
}

.pvz-preview span {
  color: var(--muted);
  margin-top: 4px;
}

.operator-summary {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
  display: grid;
}

.operator-summary div {
  background: #fffdf7;
  border-radius: 18px;
  gap: 6px;
  padding: 16px;
  display: grid;
}

.operator-summary svg {
  color: var(--teal);
}

.operator-summary strong {
  font-size: 1.4rem;
}

.operator-summary span {
  color: var(--muted);
  font-weight: 800;
}

.mini-timeline {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.mini-timeline span {
  background: var(--ink);
  color: #fffdf7;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  font-size: .9rem;
  font-weight: 900;
  display: inline-flex;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  .hero-content, .intro-grid, .pvz-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: start;
    gap: 28px;
  }

  .compact-role-shell {
    justify-self: start;
    max-width: 520px;
  }

  .hero-title {
    font-size: 5.3rem;
  }

  .hero-scrim {
    background: linear-gradient(#051412e6, #051412b8 58%, #0514127a), linear-gradient(90deg, #0514128c, #0514123d);
  }

  .step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-hero, .portal-grid, .pvz-grid, .price-calculator, .auth-shell, .cabinet-workspace {
    grid-template-columns: 1fr;
  }

  .portal-hero-pills {
    justify-content: flex-start;
  }

  .admin-request {
    grid-template-columns: 1fr;
  }

  .pvz-order-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .order-status-block {
    justify-items: start;
  }

  .admin-actions, .order-status-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    min-height: 58px;
    padding: 8px;
    top: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .header-action {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    padding: 94px 14px 34px;
  }

  .hero-title {
    font-size: 3.9rem;
    line-height: .94;
  }

  .hero-lead {
    margin-top: 18px;
  }

  .role-shell, .operator-panel, .step-card {
    border-radius: 22px;
  }

  .role-content, .compact-role-content {
    padding: 20px;
  }

  .role-actions {
    grid-template-columns: 1fr;
  }

  .platform-heading, .web-entry-panel {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-card:nth-child(5) {
    grid-column: span 1;
  }

  .web-entry-panel .role-actions {
    width: 100%;
  }

  .intro-band, .flow-section, .pvz-section, .schedule-section, .prices-section, .status-section {
    width: min(100% - 28px, 1180px);
  }

  .intro-band {
    padding-top: 36px;
  }

  .flow-section, .pvz-section, .schedule-section, .prices-section {
    padding: 44px 0;
  }

  .intro-grid h2, .section-heading h2, .pvz-copy h2 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .step-grid, .schedule-grid, .pvz-benefits {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 220px;
  }

  .status-track {
    grid-template-columns: 1fr;
    display: grid;
  }

  .status-pill {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: min(100% - 28px, 1180px);
  }

  .portal-page {
    padding: 14px 14px 42px;
  }

  .portal-header {
    padding-bottom: 28px;
  }

  .portal-hero h1 {
    font-size: 3.2rem;
  }

  .portal-card, .form-card, .dashboard-card, .auth-card, .cabinet-card, .cabinet-empty {
    border-radius: 22px;
  }

  .form-card, .dashboard-card, .auth-card, .cabinet-card {
    padding: 18px;
  }

  .auth-page {
    padding: 14px 14px 42px;
  }

  .auth-copy h1 {
    font-size: 3rem;
    line-height: .98;
  }

  .auth-copy p {
    font-size: 1rem;
  }

  .auth-stepper {
    width: 100%;
  }

  .auth-two-cols, .pvz-register-grid, .password-checks, .cabinet-metrics, .courier-application-form {
    grid-template-columns: 1fr;
  }

  .courier-availability-actions {
    display: grid;
  }

  .courier-shift-backdrop {
    padding: 0;
  }

  .courier-shift-sheet {
    border-radius: 24px 24px 0 0;
    width: 100%;
    max-height: 88dvh;
  }

  .delivery-mode {
    grid-template-columns: 1fr;
  }

  .order-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-flow-actions {
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    position: static;
  }

  .cabinet-tabs {
    border-radius: 22px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

  .cabinet-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-head, .admin-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cabinet-empty {
    padding: 28px;
  }

  .portal-form, .selector-row, .operator-summary {
    grid-template-columns: 1fr;
  }

  :is(.portal-form label, .portal-form label:has(textarea), .order-form label, .portal-form button) {
    grid-column: span 1;
  }

  .cabinet-head {
    flex-direction: column;
  }
}

body {
  overscroll-behavior: none;
  background: #edf1ef;
  overflow-x: hidden;
}

button {
  touch-action: manipulation;
}

.public-app, .portal-page.client-page {
  min-height: 100dvh;
  height: var(--app-height, 100dvh);
  overflow: hidden;
}

.public-app {
  background: radial-gradient(circle at 12% 0, #c7f36a38, #0000 30%), #edf1ef;
  grid-template-rows: auto minmax(0, 1fr);
  display: grid;
}

.app-topbar {
  z-index: 30;
  width: 100%;
  min-height: calc(68px + env(safe-area-inset-top));
  padding: calc(10px + env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) 10px
    max(18px, env(safe-area-inset-left));
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background: #f7f9f8e6;
  border-bottom: 1px solid #10201f14;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  display: flex;
  position: relative;
}

.app-brand {
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
}

.app-brand small {
  color: var(--muted);
}

.app-topbar-action {
  background: var(--ink);
  color: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 15px;
  font-size: .88rem;
  font-weight: 900;
  display: inline-flex;
}

.app-topbar-actions {
  align-items: center;
  gap: 8px;
  display: flex;
}

.app-install-action, .app-profile-action {
  min-height: 42px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border: 1px solid #10201f1a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  font-size: .86rem;
  font-weight: 900;
  display: inline-flex;
}

.app-profile-action {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.public-app-content {
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  padding: 18px clamp(16px, 3vw, 36px) 28px;
  overflow-y: auto;
}

.public-app-content::-webkit-scrollbar {
  display: none;
}

.portal-page.client-page > .cabinet-shell::-webkit-scrollbar {
  display: none;
}

.auth-page .auth-shell::-webkit-scrollbar {
  display: none;
}

.public-app-content > section {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.public-home {
  background: radial-gradient(circle at 14% 0, #7e5cff21, #0000 28%), radial-gradient(circle at 86% 10%, #30be8229, #0000 30%), #f5f6f8;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home-topbar {
  z-index: 30;
  width: min(1180px, 100% - 32px);
  min-height: calc(78px + env(safe-area-inset-top));
  padding: calc(18px + env(safe-area-inset-top)) 0 12px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.home-logo {
  color: #07162f;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: inline-flex;
}

.home-logo-mark {
  color: #fff;
  background: linear-gradient(135deg, #7756ff, #a176ff);
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-weight: 950;
  display: grid;
  box-shadow: 0 14px 30px #7756ff38;
}

.home-logo strong, .home-logo small {
  line-height: 1;
  display: block;
}

.home-logo strong {
  font-size: 1.7rem;
  font-weight: 950;
}

.home-logo small {
  color: #748092;
  margin-top: 6px;
  font-size: .88rem;
  font-weight: 800;
}

.home-topbar-actions {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.home-account-action {
  color: #07162f;
  touch-action: manipulation;
  background: #fff;
  border: 1px solid #07162f12;
  border-radius: 18px;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
  box-shadow: 0 12px 28px #141f3714;
}

.home-scroll {
  width: 100%;
  max-width: 100%;
  padding: 6px 16px 30px;
  overflow-x: hidden;
}

.home-landing {
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  overflow-x: hidden;
}

.home-loading-view {
  color: #07162f;
  text-align: center;
  place-content: center;
  justify-items: center;
  gap: 14px;
  min-height: 58dvh;
  display: grid;
}

.home-loading-view p {
  color: #748092;
  margin: 0;
  font-weight: 850;
}

.home-hero-layout {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
  display: grid;
}

.home-hero-main, .home-hero-side, .home-showcase-card, .home-schedule-card, .home-market-card, .home-wb-card, .home-store-band, .home-confidence-card {
  background: #ffffffeb;
  border: 1px solid #07162f12;
  box-shadow: 0 24px 70px #141f3714;
}

.home-hero-main {
  border-radius: 32px;
  align-content: start;
  gap: 24px;
  min-width: 0;
  padding: 34px;
  display: grid;
  overflow: hidden;
}

.home-location-selector {
  z-index: 8;
  width: fit-content;
  max-width: 100%;
  position: relative;
}

.home-location-chip {
  color: #07162f;
  cursor: pointer;
  text-align: left;
  touch-action: manipulation;
  background: #f3f4f8;
  border: 0;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  min-height: 56px;
  padding: 8px 14px;
  display: inline-flex;
}

.home-location-chip strong, .home-location-chip small {
  display: block;
}

.home-location-chip strong {
  font-size: 1.1rem;
  font-weight: 950;
}

.home-location-chip small {
  color: #748092;
  margin-top: 2px;
  font-size: .88rem;
  font-weight: 750;
}

.home-location-menu {
  background: #fffffff7;
  border: 1px solid #07162f17;
  border-radius: 22px;
  gap: 12px;
  width: min(520px, 100vw - 40px);
  max-height: min(460px, 70dvh);
  padding: 14px;
  display: grid;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px #141f3729;
}

.home-location-menu label {
  color: #748092;
  gap: 8px;
  font-size: .78rem;
  font-weight: 950;
  display: grid;
}

.home-location-menu input {
  color: #07162f;
  width: 100%;
  min-height: 46px;
  font: inherit;
  background: #f6f7fb;
  border: 1px solid #07162f1a;
  border-radius: 15px;
  outline: none;
  padding: 0 13px;
  font-weight: 800;
}

.home-location-list {
  gap: 12px;
  max-height: 330px;
  padding-right: 3px;
  display: grid;
  overflow-y: auto;
}

.home-location-list > p {
  color: #748092;
  margin: 0;
  font-weight: 850;
}

.home-location-group {
  gap: 8px;
  display: grid;
}

.home-location-group > strong {
  color: #07162f;
  font-size: .86rem;
}

.home-location-group > div {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.home-location-group button {
  color: #253047;
  cursor: pointer;
  background: #f3f4f8;
  border: 1px solid #07162f14;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 850;
}

.home-location-group button.active {
  color: #fff;
  background: #7756ff;
  border-color: #7756ff;
}

.home-app-tabs {
  background: #fffffff5;
  border: 1px solid #10201f14;
  border-radius: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
  display: grid;
  box-shadow: 0 14px 32px #10201f14;
}

.home-app-tabs a {
  color: #10201fb8;
  text-align: center;
  touch-action: manipulation;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 0 8px;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.12;
  display: inline-flex;
}

.home-app-tabs a.active {
  color: #fff;
  background: #10201f;
  box-shadow: 0 10px 20px #10201f29;
}

.home-wb-order-panel {
  background: linear-gradient(#fffffffa, #f8fbfafa), #fff;
  border: 1px solid #10201f14;
  border-radius: 28px;
  gap: 16px;
  padding: 22px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 22px 54px #10201f1a;
}

.home-wb-order-panel:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0f8f82, #c7f36a, #ffb26f);
  height: 4px;
  margin: -22px -22px 2px;
  display: block;
}

.home-wb-panel-head {
  gap: 7px;
  display: grid;
}

.home-wb-panel-head h1 {
  color: #10201f;
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: .98;
}

.home-wb-panel-head p:not(.home-kicker) {
  color: #657186;
  max-width: 610px;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.home-wb-primary-action {
  color: #fff;
  touch-action: manipulation;
  background: #10201f;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  font-weight: 950;
  display: inline-flex;
  box-shadow: 0 14px 28px #10201f2e;
}

.home-wb-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.home-wb-process article {
  background: #fff;
  border: 1px solid #10201f12;
  border-radius: 18px;
  grid-template-columns: 28px 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 11px;
  display: grid;
  box-shadow: 0 8px 22px #10201f0b;
}

.home-wb-process article > span {
  color: #fff;
  background: #10201f;
  border-radius: 10px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: .78rem;
  font-weight: 950;
  display: grid;
}

.home-wb-process article > svg {
  box-sizing: border-box;
  color: #0f8f82;
  background: #eef7f6;
  border: 1px solid #0f8f821f;
  border-radius: 14px;
  width: 42px;
  height: 42px;
  padding: 9px;
}

.home-wb-process strong, .home-wb-process small {
  min-width: 0;
  display: block;
}

.home-wb-process strong {
  color: #10201f;
  font-size: .95rem;
  line-height: 1.18;
}

.home-wb-process small {
  color: #657186;
  margin-top: 3px;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.32;
}

.home-secondary-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.home-secondary-service {
  background: #fffffff0;
  border: 1px solid #10201f12;
  border-radius: 20px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 12px;
  display: grid;
  box-shadow: 0 12px 28px #10201f0f;
}

.home-secondary-service > span {
  color: #169963;
  background: #e9f8ee;
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.home-secondary-service.amber > span {
  color: #c97314;
  background: #fff0dc;
}

.home-secondary-service strong, .home-secondary-service small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.home-secondary-service strong {
  color: #10201f;
  font-weight: 950;
}

.home-secondary-service small {
  color: #657186;
  margin-top: 3px;
  font-size: .78rem;
  font-weight: 800;
}

.home-secondary-service em {
  color: #10201fb3;
  white-space: nowrap;
  background: #eef2f1;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 950;
}

.home-heading-block {
  gap: 9px;
  max-width: 760px;
  display: grid;
}

.home-heading-area {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  align-items: center;
  gap: 22px;
  display: grid;
}

.home-hero-visual {
  background: radial-gradient(circle at 80% 14%, #ffcf5a5c, #0000 30%), linear-gradient(135deg, #eff4ff, #e9f8ee);
  border: 1px solid #07162f12;
  border-radius: 28px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
}

.home-hero-person {
  background: linear-gradient(#fff, #dce8ff);
  border-radius: 34px;
  width: 112px;
  height: 136px;
  position: absolute;
  bottom: 28px;
  right: 34px;
  box-shadow: 0 18px 44px #07162f1f;
}

.home-hero-person span {
  display: block;
  position: absolute;
}

.home-hero-person span:first-child {
  background: #f2b07c;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  top: 18px;
  left: 40px;
  box-shadow: 0 -9px #253047;
}

.home-hero-person span:nth-child(2) {
  background: #7756ff;
  border-radius: 20px 20px 16px 16px;
  width: 58px;
  height: 58px;
  bottom: 20px;
  left: 28px;
}

.home-hero-person span:nth-child(3) {
  background: #ffcf5a;
  border-radius: 9px;
  width: 34px;
  height: 26px;
  bottom: 31px;
  right: 16px;
}

.home-visual-token {
  color: #07162f;
  background: #fff;
  border-radius: 999px;
  place-items: center;
  min-height: 36px;
  padding: 0 12px;
  font-size: .82rem;
  font-weight: 950;
  display: grid;
  position: absolute;
  box-shadow: 0 12px 30px #07162f1a;
}

.home-visual-token.wb {
  color: #fff;
  background: #7756ff;
  top: 26px;
  left: 24px;
}

.home-visual-token.store {
  color: #169963;
  background: #e9f8ee;
  top: 82px;
  left: 52px;
}

.home-visual-token.food {
  color: #c97314;
  background: #fff0dc;
  top: 54px;
  right: 24px;
}

.home-kicker {
  color: #7a58ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  font-size: .74rem;
  font-weight: 950;
}

.home-heading-block h1, .home-section-heading h2, .home-showcase-card h2, .home-confidence-card h2 {
  color: #07162f;
  letter-spacing: 0;
  margin: 0;
}

.home-heading-block h1 {
  font-size: 4.35rem;
  line-height: .94;
}

.home-heading-block p:not(.home-kicker), .home-showcase-card p, .home-market-card p, .home-wb-card p, .home-store-band p, .home-confidence-card p {
  color: #657186;
  max-width: 680px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.home-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.home-category-card {
  color: #07162f;
  background: #f1edff;
  border: 1px solid #07162f0f;
  border-radius: 24px;
  min-width: 0;
  min-height: 268px;
  padding: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 34px #141f370f;
}

.home-category-card.green {
  background: #e9f8ee;
}

.home-category-card.amber {
  background: #fff0dc;
}

.home-category-card.muted {
  cursor: default;
}

.home-category-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.home-category-icon {
  color: #7756ff;
  background: #ffffffb8;
  border-radius: 15px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.home-category-card.green .home-category-icon {
  color: #169963;
}

.home-category-card.amber .home-category-icon {
  color: #c97314;
}

.home-category-head em {
  color: #07162fb8;
  background: #ffffffb3;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .72rem;
  font-style: normal;
  font-weight: 950;
}

.home-category-card > strong {
  overflow-wrap: anywhere;
  min-width: 0;
  margin-top: 16px;
  font-size: 1.38rem;
  line-height: 1.1;
}

.home-category-card > span {
  color: #253047;
  overflow-wrap: anywhere;
  min-width: 0;
  margin-top: 7px;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.35;
}

.home-category-card > p {
  color: #657186;
  overflow-wrap: anywhere;
  min-width: 0;
  max-width: 230px;
  margin: 10px 0 0;
  font-size: .86rem;
  line-height: 1.42;
}

.home-category-card > small {
  z-index: 2;
  color: #07162f;
  background: #ffffffc7;
  border-radius: 999px;
  align-self: end;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 34px;
  margin-top: 18px;
  padding: 0 11px;
  font-size: .8rem;
  font-weight: 950;
  display: inline-flex;
  position: relative;
}

.home-category-visual {
  pointer-events: none;
  width: 112px;
  height: 98px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.home-category-visual span {
  display: block;
  position: absolute;
}

.home-category-visual.purple span:first-child {
  background: linear-gradient(135deg, #6c49ff, #a66dff);
  border-radius: 16px;
  width: 72px;
  height: 58px;
  bottom: 14px;
  right: 20px;
  box-shadow: 0 16px 30px #6c49ff3d;
}

.home-category-visual.purple span:nth-child(2) {
  background: #fff;
  border: 7px solid #8f69ff;
  border-radius: 50% 50% 50% 0;
  width: 26px;
  height: 26px;
  bottom: 8px;
  right: 14px;
  transform: rotate(-45deg);
}

.home-category-visual.purple span:nth-child(3) {
  color: #fff;
  bottom: 34px;
  right: 43px;
}

.home-category-visual.purple span:nth-child(3):after {
  color: #fff;
  content: "WB";
  font-size: 1.35rem;
  font-weight: 950;
}

.home-category-visual.green span:first-child {
  background: linear-gradient(135deg, #35b46f, #81d86d);
  border-radius: 14px 14px 18px 18px;
  width: 82px;
  height: 54px;
  bottom: 14px;
  right: 16px;
  box-shadow: 0 16px 30px #35b46f33;
}

.home-category-visual.green span:nth-child(2) {
  border: 7px solid #35b46f;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  width: 50px;
  height: 22px;
  bottom: 61px;
  right: 32px;
}

.home-category-visual.green span:nth-child(3) {
  background: #ffcf5a;
  border-radius: 12px 12px 8px 8px;
  width: 16px;
  height: 42px;
  bottom: 54px;
  right: 42px;
  box-shadow: 22px -6px #5ccf79, -18px 4px #ff9d55;
}

.home-category-visual.amber span:first-child {
  background: linear-gradient(#f6b44c 0 46%, #7d401c 47% 58%, #f7cf69 59% 70%, #55b660 71%);
  border-radius: 44px 44px 16px 16px;
  width: 74px;
  height: 46px;
  bottom: 14px;
  right: 17px;
  box-shadow: 0 16px 30px #c9731438;
}

.home-category-visual.amber span:nth-child(2) {
  background: #fff;
  border-radius: 12px;
  width: 32px;
  height: 38px;
  bottom: 15px;
  right: 70px;
  box-shadow: inset 0 -10px #7c4b2a;
}

.home-category-visual.amber span:nth-child(3) {
  background: #4a2d21;
  border-radius: 999px;
  width: 18px;
  height: 8px;
  bottom: 54px;
  right: 78px;
}

.home-hero-side {
  border-radius: 32px;
  align-content: stretch;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  display: grid;
}

.home-person-card, .home-order-card, .home-van-card {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.home-person-card {
  color: #fff;
  background: #07162f;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 154px;
  padding: 18px;
  display: grid;
}

.home-person-card span, .home-person-card small {
  color: #ffffffad;
  display: block;
}

.home-person-card strong {
  margin-top: 4px;
  font-size: 1.25rem;
  line-height: 1.08;
  display: block;
}

.home-person-card small {
  margin-top: 6px;
}

.home-person-avatar {
  background: linear-gradient(#eef2ff, #d9e6ff);
  border-radius: 30px;
  width: 98px;
  height: 108px;
  position: relative;
}

.person-head, .person-body, .person-bag {
  display: block;
  position: absolute;
}

.person-head {
  background: #f2b07c;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 17px;
  left: 35px;
  box-shadow: 0 -8px #253047;
}

.person-body {
  background: #7756ff;
  border-radius: 18px 18px 14px 14px;
  width: 50px;
  height: 48px;
  bottom: 15px;
  left: 25px;
}

.person-bag {
  background: #ffcf5a;
  border-radius: 8px;
  width: 28px;
  height: 22px;
  bottom: 23px;
  right: 16px;
}

.home-order-card {
  color: #07162f;
  background: #fff;
  gap: 16px;
  min-height: 170px;
  padding: 18px;
  display: grid;
  box-shadow: inset 0 0 0 1px #07162f0f;
}

.home-order-card > div:first-child {
  justify-content: space-between;
  gap: 14px;
  display: flex;
}

.home-order-card span {
  color: #748092;
  font-weight: 850;
}

.home-order-card strong {
  font-size: 1.15rem;
}

.home-order-route {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.home-order-route span {
  color: #07162f;
  background: #f3f4f8;
  border-radius: 15px;
  place-items: center;
  min-width: 0;
  min-height: 48px;
  font-size: .76rem;
  font-weight: 950;
  display: grid;
}

.home-track-action {
  color: #fff;
  background: #7756ff;
  border-radius: 999px;
  justify-self: start;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  font-size: .84rem;
  font-weight: 950;
  display: inline-flex;
}

.home-van-card {
  color: #07162f;
  background: #dff2ff;
  align-content: end;
  min-height: 176px;
  padding: 18px;
  display: grid;
}

.home-van-card img {
  object-fit: cover;
  object-position: center;
}

.home-van-card:after {
  content: "";
  background: linear-gradient(#dff2ff0f, #dff2fff5);
  position: absolute;
  inset: 0;
}

.home-van-card > div {
  z-index: 1;
  gap: 5px;
  display: grid;
  position: relative;
}

.home-van-card strong {
  font-size: 1.25rem;
}

.home-van-card span {
  color: #657186;
  font-weight: 850;
}

.home-metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.home-metric {
  background: #fff;
  border: 1px solid #07162f12;
  border-radius: 24px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  min-width: 0;
  min-height: 126px;
  padding: 18px;
  display: grid;
  box-shadow: 0 18px 44px #141f370f;
}

.home-metric svg {
  color: #7756ff;
}

.home-metric span, .home-metric small {
  color: #748092;
  font-weight: 850;
}

.home-metric strong {
  color: #07162f;
  grid-column: 1 / -1;
  font-size: 2rem;
  line-height: 1;
}

.home-metric small {
  grid-column: 1 / -1;
}

.home-system-section {
  gap: 14px;
  display: grid;
}

.home-section-heading {
  gap: 7px;
  display: grid;
}

.home-section-heading h2, .home-showcase-card h2, .home-market-card h2, .home-wb-card h2, .home-store-band h2, .home-confidence-card h2 {
  font-size: 2.25rem;
  line-height: 1.04;
}

.home-section-heading.compact h2 {
  font-size: 1.75rem;
}

.home-flow-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.home-flow-step {
  background: #fff;
  border: 1px solid #07162f12;
  border-radius: 24px;
  gap: 12px;
  min-width: 0;
  min-height: 210px;
  padding: 18px;
  display: grid;
  box-shadow: 0 18px 44px #141f370d;
}

.home-flow-step span {
  color: #7756ff;
  background: #efeaff;
  border-radius: 999px;
  width: fit-content;
  padding: 6px 10px;
  font-size: .8rem;
  font-weight: 950;
}

.home-flow-step svg {
  color: #169963;
}

.home-flow-step strong {
  color: #07162f;
  font-size: 1.12rem;
  line-height: 1.16;
}

.home-flow-step p {
  color: #657186;
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
}

.home-info-grid, .home-entry-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr);
  gap: 14px;
  display: grid;
}

.home-showcase-card, .home-schedule-card, .home-market-card, .home-wb-card, .home-confidence-card {
  border-radius: 28px;
  align-content: start;
  gap: 18px;
  min-width: 0;
  padding: 24px;
  display: grid;
}

.home-market-card {
  background: radial-gradient(circle at 100% 0, #7756ff21, #0000 34%), #fff;
}

.home-promo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.home-promo-card {
  background: #f1edff;
  border: 1px solid #07162f0f;
  border-radius: 20px;
  gap: 10px;
  min-width: 0;
  min-height: 160px;
  padding: 15px;
  display: grid;
}

.home-promo-card.green {
  background: #e9f8ee;
}

.home-promo-card.amber {
  background: #fff0dc;
}

.home-promo-card svg {
  color: #7756ff;
}

.home-promo-card.green svg {
  color: #169963;
}

.home-promo-card.amber svg {
  color: #c97314;
}

.home-promo-card strong {
  color: #07162f;
  font-size: 1rem;
  line-height: 1.14;
}

.home-promo-card p {
  font-size: .82rem;
  line-height: 1.42;
}

.home-wb-card {
  color: #fff;
  background: #07162f;
}

.home-wb-card h2 {
  color: #fff;
}

.home-wb-card p {
  color: #ffffffad;
}

.home-wb-card .primary-action {
  color: #07162f;
  width: 100%;
  box-shadow: none;
  background: #ffcf5a;
}

.home-wb-rule-list {
  gap: 10px;
  display: grid;
}

.home-wb-rule-list div {
  background: #ffffff12;
  border: 1px solid #ffffff17;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 11px;
  padding: 13px;
  display: grid;
}

.home-wb-rule-list svg {
  color: #ffcf5a;
  grid-row: span 2;
}

.home-wb-rule-list strong {
  color: #fff;
  line-height: 1.15;
}

.home-wb-rule-list p {
  font-size: .84rem;
  line-height: 1.38;
}

.home-store-band {
  background: linear-gradient(135deg, #30be821f, #ffffffeb 48%), #fff;
  border-radius: 28px;
  grid-template-columns: minmax(0, .78fr) minmax(320px, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 24px;
  display: grid;
}

.home-store-band > div:first-child {
  gap: 8px;
  display: grid;
}

.home-store-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.home-store-preview span {
  color: #07162f;
  text-align: center;
  background: #f3f8f5;
  border: 1px solid #07162f12;
  border-radius: 18px;
  place-items: center;
  min-height: 76px;
  font-size: .88rem;
  font-weight: 950;
  display: grid;
}

.home-showcase-card {
  background: linear-gradient(135deg, #7756ff1a, #ffffffeb 42%), #fff;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.home-showcase-card .primary-action {
  width: max-content;
  min-width: 172px;
}

.home-schedule-list {
  gap: 10px;
  display: grid;
}

.home-schedule-list div {
  background: #f3f4f8;
  border-radius: 18px;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 4px 12px;
  padding: 12px;
  display: grid;
}

.home-schedule-list span {
  color: #7756ff;
  font-size: .82rem;
  font-weight: 950;
}

.home-schedule-list strong {
  color: #07162f;
}

.home-schedule-list p {
  color: #657186;
  grid-column: 2;
  margin: 0;
  font-size: .86rem;
  line-height: 1.38;
}

.home-entry-grid {
  align-items: stretch;
}

.home-entry-grid .home-access-panel {
  background: #fff;
  border-radius: 28px;
  justify-self: stretch;
  max-width: none;
  box-shadow: 0 24px 70px #141f3714;
}

.home-entry-grid .compact-role-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-entry-grid .compact-role-content > div:first-child, .home-entry-grid .compact-actions, .home-entry-grid .auth-message {
  grid-column: 1 / -1;
}

.home-confidence-card {
  color: #fff;
  background: #07162f;
}

.home-confidence-card svg {
  color: #ffcf5a;
}

.home-confidence-card h2 {
  color: #fff;
}

.home-confidence-card p {
  color: #ffffffad;
}

.home-app-view {
  gap: 18px;
  display: grid;
}

.app-hero-card {
  background: var(--ink);
  border-radius: 30px;
  min-height: clamp(310px, 48vh, 520px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 80px #0c1f1d2e;
}

.app-hero-image {
  object-fit: cover;
  object-position: center 45%;
}

.app-hero-overlay {
  pointer-events: none;
  background: linear-gradient(90deg, #061917f0, #061917ad 52%, #06191729), linear-gradient(#0000, #06191780);
  position: absolute;
  inset: 0;
}

.app-hero-copy {
  z-index: 1;
  width: min(690px, 100%);
  min-height: inherit;
  color: #fff;
  align-content: end;
  padding: clamp(24px, 5vw, 54px);
  display: grid;
  position: relative;
}

.app-chip {
  width: fit-content;
  min-height: 32px;
  color: var(--lime);
  text-transform: uppercase;
  background: #ffffff1f;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  font-size: .76rem;
  font-weight: 900;
  display: inline-flex;
}

.app-chip.dark {
  color: var(--teal-dark);
  background: #fff;
  border-color: #10201f1a;
}

.app-hero-copy h1, .app-view-heading h1 {
  letter-spacing: -.045em;
  margin: 16px 0 0;
}

.app-hero-copy h1 {
  font-size: clamp(2.7rem, 6.4vw, 5.8rem);
  line-height: .94;
}

.app-hero-copy p {
  color: #ffffffc2;
  max-width: 560px;
  margin: 16px 0 0;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.5;
}

.app-inline-link {
  background: var(--lime);
  width: fit-content;
  min-height: 44px;
  color: var(--ink);
  cursor: pointer;
  border: 0;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 0 15px;
  font-weight: 950;
  display: inline-flex;
}

.home-app-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .54fr);
  align-items: stretch;
  gap: 18px;
  display: grid;
}

.home-app-grid .home-access-panel {
  background: #fff;
  border-color: #10201f1a;
  border-radius: 26px;
  justify-self: stretch;
  max-width: none;
  box-shadow: 0 18px 54px #10201f14;
}

.home-app-grid .compact-role-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.home-app-grid .compact-role-content > div:first-child, .home-app-grid .compact-actions, .home-app-grid .auth-message {
  grid-column: 1 / -1;
}

.app-summary-card {
  background: var(--ink);
  color: #fff;
  border: 1px solid #10201f14;
  border-radius: 26px;
  align-content: start;
  gap: 16px;
  padding: 22px;
  display: grid;
  box-shadow: 0 18px 54px #10201f1f;
}

.app-summary-head {
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.app-summary-head span {
  color: var(--lime);
  align-items: center;
  gap: 7px;
  font-weight: 900;
  display: inline-flex;
}

.app-summary-route {
  gap: 8px;
  display: grid;
}

.app-summary-route div {
  background: #ffffff14;
  border-radius: 16px;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  display: grid;
}

.app-summary-route span {
  color: #ffffff94;
  font-size: .76rem;
  font-weight: 850;
}

.app-summary-card .ghost-action {
  background: var(--lime);
  border-color: #ffffff24;
  margin-top: auto;
}

.app-section-view {
  align-content: start;
  gap: 22px;
  min-height: 100%;
  display: grid;
}

.app-view-heading {
  padding: clamp(16px, 3vw, 32px) 0 0;
}

.app-view-heading h1 {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: .96;
}

.app-view-heading p {
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 1.04rem;
}

.app-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.app-flow-card {
  background: #fff;
  border: 1px solid #10201f14;
  border-radius: 24px;
  gap: 28px;
  min-height: 230px;
  padding: 22px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px #10201f0f;
}

.app-flow-card:nth-child(2), .app-flow-card:nth-child(4) {
  background: #eaf5f2;
}

.app-flow-card svg {
  color: var(--teal);
}

.app-flow-number {
  color: #10201f14;
  font-size: 3.2rem;
  font-weight: 950;
  position: absolute;
  top: 14px;
  right: 18px;
}

.app-flow-card h2 {
  margin: 0;
  font-size: 1.3rem;
}

.app-flow-card p {
  color: var(--muted);
  margin: 8px 0 0;
  line-height: 1.45;
}

.app-view-action {
  width: fit-content;
  min-width: 220px;
  padding: 0 18px;
}

.app-section-view .price-calculator {
  margin-top: 0;
}

.app-pvz-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr);
  gap: 14px;
  display: grid;
}

.app-pvz-panel, .app-pvz-order {
  background: #fff;
  border: 1px solid #10201f14;
  border-radius: 26px;
  box-shadow: 0 18px 48px #10201f0f;
}

.app-pvz-panel {
  gap: 18px;
  padding: 24px;
  display: grid;
}

.app-pvz-status, .app-pvz-order-cell {
  align-items: center;
  gap: 12px;
  display: flex;
}

.app-pvz-status {
  color: var(--teal-dark);
  background: #eaf5f2;
  border-radius: 18px;
  padding: 16px;
}

.app-pvz-status strong, .app-pvz-status small, .app-pvz-order-cell strong, .app-pvz-order-cell small {
  display: block;
}

.app-pvz-status small, .app-pvz-order-cell small {
  color: var(--muted);
  margin-top: 4px;
}

.app-pvz-panel ul {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.app-pvz-panel li {
  align-items: center;
  gap: 10px;
  font-weight: 850;
  display: flex;
}

.app-pvz-panel li svg {
  color: var(--teal);
}

.app-pvz-order {
  background: radial-gradient(circle at 100% 0%, #c7f36a7a, transparent 40%),
    var(--ink);
  color: #fff;
  align-content: center;
  gap: 18px;
  padding: 24px;
  display: grid;
}

.app-pvz-order > div:first-child {
  color: #ffffffad;
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.app-pvz-order-cell {
  background: #ffffff17;
  border-radius: 18px;
  padding: 16px;
}

.app-pvz-order-cell small {
  color: #ffffff94;
}

.app-pvz-order em {
  background: var(--lime);
  width: fit-content;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: .78rem;
  font-style: normal;
  font-weight: 950;
}

.app-bottom-nav {
  z-index: 40;
  width: min(720px, 100% - 24px);
  margin: 0 auto calc(10px + env(safe-area-inset-bottom));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffffff0;
  border: 1px solid #10201f1a;
  border-radius: 22px;
  grid-auto-columns: minmax(74px, 1fr);
  grid-auto-flow: column;
  gap: 4px;
  padding: 7px;
  display: grid;
  position: relative;
  box-shadow: 0 18px 56px #10201f2e;
}

.app-nav-item, .cabinet-tab {
  color: #75817f;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 16px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 54px;
  padding: 6px 10px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.05;
  display: grid;
  position: relative;
}

.app-nav-item.active, .cabinet-tab.active {
  background: var(--ink);
  color: #fff;
}

.app-nav-item.active svg, .cabinet-tab.active svg {
  color: var(--lime);
}

.app-nav-item:active, .cabinet-tab:active, .primary-action:active, .ghost-action:active, .app-inline-link:active, .app-install-action:active, .app-profile-action:active {
  transform: scale(.97);
}

.app-offline-banner {
  z-index: 100;
  top: calc(8px + env(safe-area-inset-top));
  color: #fff;
  pointer-events: none;
  background: #111;
  border: 1px solid #ffffff29;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  width: min(440px, 100% - 24px);
  min-height: 44px;
  padding: 9px 14px;
  font-size: .84rem;
  font-weight: 850;
  display: inline-flex;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 16px 46px #00000042;
}

.install-sheet-backdrop {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #05141280;
  align-items: end;
  padding: 18px;
  display: grid;
  position: fixed;
  inset: 0;
}

.install-sheet {
  background: #fff;
  border-radius: 28px;
  gap: 14px;
  width: min(520px, 100%);
  max-height: min(720px, 90dvh);
  margin: 0 auto;
  padding: 24px;
  display: grid;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 28px 90px #0514124d;
}

.install-sheet-handle {
  background: #10201f2e;
  border-radius: 999px;
  width: 44px;
  height: 5px;
  margin: -8px auto 2px;
  display: none;
}

.install-sheet-close {
  border: 1px solid var(--line);
  width: 40px;
  height: 40px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border-radius: 14px;
  place-items: center;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}

.install-sheet h2 {
  margin: 0;
  padding-right: 42px;
  font-size: 2rem;
  line-height: 1;
}

.install-step {
  border: 1px solid var(--line);
  background: #f7f9f8;
  border-radius: 18px;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  display: flex;
}

.install-step svg {
  color: var(--teal);
  flex: none;
}

.install-step strong, .install-step small {
  display: block;
}

.install-step small {
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.4;
}

.portal-page.client-page {
  background: radial-gradient(circle at 10% 0, #c7f36a33, #0000 28%), #edf1ef;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0;
  display: grid;
}

.portal-page.client-page .portal-header {
  max-width: none;
}

.portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 0;
  padding: 12px max(18px, 50vw - 590px) 30px;
  overflow-y: auto;
}

.portal-page.client-page .cabinet-title-row {
  align-items: center;
  width: min(720px, 100%);
  margin: 0 auto 10px;
}

.portal-page.client-page .cabinet-title-row h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.45rem;
  line-height: 1.08;
  overflow: hidden;
}

.portal-page.client-page .cabinet-title-row p:not(.section-kicker) {
  margin-top: 5px;
  font-size: .9rem;
}

.portal-page.client-page .cabinet-location-bar {
  width: min(720px, 100%);
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 auto 10px;
  padding: 0;
  display: grid;
}

.cabinet-location-main {
  width: 100%;
  min-height: 62px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: #fffffff0;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: grid;
  box-shadow: 0 12px 28px #10201f14;
}

.cabinet-location-main > svg:first-child {
  color: var(--teal);
}

.cabinet-location-main > svg:last-child {
  color: var(--muted);
}

.cabinet-location-main span {
  min-width: 0;
}

.cabinet-location-main strong, .cabinet-location-main small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.cabinet-location-main strong {
  font-size: 1rem;
}

.cabinet-location-main small {
  color: var(--muted);
  margin-top: 4px;
  font-size: .78rem;
  font-weight: 850;
}

.cabinet-logout-icon {
  width: 50px;
  height: 50px;
  color: var(--ink);
  cursor: pointer;
  background: #fffffff0;
  border: 1px solid #10201f1a;
  border-radius: 16px;
  place-items: center;
  display: grid;
  box-shadow: 0 12px 28px #10201f14;
}

.portal-page.client-page .cabinet-location-bar .cabinet-location-controls {
  background: #ffffffeb;
  border: 1px solid #10201f14;
  border-radius: 16px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 0;
  margin-top: 2px;
  padding: 10px;
  display: grid;
  box-shadow: 0 12px 28px #10201f12;
}

.portal-page.client-page .cabinet-location-bar .cabinet-location-controls select {
  background: #fff;
  min-height: 44px;
}

.portal-page.client-page .cabinet-tabs {
  z-index: 45;
  scrollbar-width: none;
  background: #fffffff0;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 4px;
  width: min(720px, 100%);
  margin: 0 auto 10px;
  padding: 4px;
  display: grid;
  position: sticky;
  top: 0;
  overflow-x: auto;
  box-shadow: 0 12px 30px #10201f14;
}

.portal-page.client-page .cabinet-tabs::-webkit-scrollbar {
  display: none;
}

.portal-page.client-page .cabinet-tab {
  min-height: 48px;
  color: var(--ink);
  white-space: nowrap;
  border: 0;
  border-radius: 14px;
  justify-content: center;
  padding: 0 8px;
  font-size: .84rem;
  position: relative;
}

.portal-page.client-page .cabinet-tab:last-child {
  border-right: 0;
}

.portal-page.client-page .cabinet-tab svg {
  display: none;
}

.portal-page.client-page .cabinet-tab.active {
  color: #fff;
  background: #0f5f55;
}

.portal-page.client-page .tab-badge {
  border: 2px solid #fff;
  min-width: 20px;
  min-height: 20px;
  padding: 0 5px;
  font-size: .68rem;
  position: absolute;
  top: 3px;
  right: 8px;
}

.portal-page.client-page .cabinet-workspace {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr);
  gap: 14px;
}

.portal-page.client-page .cabinet-workspace-main {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.portal-page.client-page .cabinet-card {
  border-radius: 18px;
  padding: 18px;
}

.portal-page.client-page .cabinet-card h2 {
  font-size: 1.65rem;
}

.portal-page.client-page .orders-list, .portal-page.client-page .pvz-order-list, .portal-page.client-page .pvz-detail-goods, .portal-page.client-page .courier-list {
  overscroll-behavior: contain;
  max-height: min(48dvh, 520px);
  padding-right: 2px;
  overflow-y: auto;
}

.portal-page.client-page .order-stepper {
  z-index: 12;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffeb;
  margin-bottom: 14px;
  position: sticky;
  top: -4px;
}

.portal-page.client-page .order-back-link {
  margin-bottom: 12px;
}

.portal-page.client-page > .client-cabinet-shell {
  align-content: start;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  display: grid;
}

.client-cabinet-shell .cabinet-location-bar, .client-cabinet-shell .cabinet-tabs {
  width: min(760px, 100%);
}

.client-cabinet-shell .cabinet-location-main {
  background: #fff;
  border-color: #10201f14;
  border-radius: 20px;
  min-height: 58px;
  box-shadow: 0 10px 28px #10201f14;
}

.client-cabinet-shell .cabinet-logout-icon {
  background: #fff;
  border-radius: 18px;
  width: 52px;
  height: 52px;
}

.client-cabinet-shell .cabinet-tabs {
  background: #fffffff5;
  border-color: #10201f14;
  border-radius: 20px;
  grid-auto-columns: minmax(112px, 1fr);
  min-height: 56px;
  margin-bottom: 10px;
  display: grid;
  box-shadow: 0 10px 28px #10201f14;
}

.client-cabinet-shell .cabinet-tab {
  color: #10201fb8;
  border-radius: 16px;
  min-height: 46px;
  font-size: .84rem;
}

.client-cabinet-shell .cabinet-tab.active {
  color: #fff;
  background: #10201f;
  box-shadow: 0 8px 18px #10201f29;
}

.client-cabinet-shell .address-book-card, .client-cabinet-shell .points-card {
  background: #fffffffa;
}

.client-cabinet-shell .pvz-option-card, .client-cabinet-shell .address-card, .client-cabinet-shell .order-row {
  background: #fff;
  border-color: #10201f14;
  border-radius: 18px;
}

.address-list {
  gap: 10px;
  display: grid;
}

.address-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 14px;
  display: grid;
}

.address-card svg {
  color: var(--teal);
}

.address-card strong {
  overflow-wrap: anywhere;
  min-width: 0;
  line-height: 1.35;
}

.points-card .pvz-option-grid {
  overscroll-behavior: contain;
  max-height: min(52dvh, 520px);
  padding-right: 2px;
  overflow-y: auto;
}

.auth-page {
  background: radial-gradient(circle at 10% 0, #c7f36a33, #0000 28%), #edf1ef;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100dvh;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.auth-page .portal-header {
  max-width: none;
}

.auth-page .auth-shell {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  padding: 24px max(18px, 50vw - 520px) 36px;
  overflow-y: auto;
}

.auth-page .auth-copy h1 {
  font-size: clamp(2.6rem, 5.5vw, 5rem);
}

.auth-page .auth-card {
  background: #fff;
  border-radius: 26px;
}

.back-home-icon {
  display: none;
}

.app-loading-screen {
  width: min(1180px, 100%);
  min-height: 54dvh;
  color: var(--ink);
  place-content: center;
  justify-items: center;
  gap: 12px;
  margin: 0 auto;
  display: grid;
}

.app-loading-mark {
  background: linear-gradient(135deg, var(--lime), #fff0a5 52%, var(--coral));
  border-radius: 19px;
  place-items: center;
  width: 58px;
  height: 58px;
  font-size: 1.35rem;
  font-weight: 950;
  display: grid;
  box-shadow: 0 16px 38px #10201f24;
}

.app-loading-line {
  background: #10201f1a;
  border-radius: 999px;
  width: 120px;
  height: 4px;
  overflow: hidden;
}

.app-loading-line:after {
  border-radius: inherit;
  background: var(--teal);
  content: "";
  width: 46px;
  height: 100%;
  animation: 1s ease-in-out infinite alternate appLoading;
  display: block;
}

@keyframes appLoading {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(74px);
  }
}

@media (max-width: 980px) {
  .home-heading-area, .home-hero-layout, .home-info-grid, .home-entry-grid, .client-menu-grid, .order-start-grid, .order-ux-grid {
    grid-template-columns: 1fr;
  }

  .home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-flow-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-app-grid, .app-pvz-layout {
    grid-template-columns: 1fr;
  }

  .app-flow-grid, .portal-page.client-page .cabinet-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-page.client-page .cabinet-location-card {
    grid-column: 1 / -1;
  }

  .portal-page.client-page .cabinet-workspace {
    grid-template-columns: 1fr;
  }

  .portal-page.client-page .orders-list, .portal-page.client-page .pvz-order-list, .portal-page.client-page .pvz-detail-goods, .portal-page.client-page .courier-list {
    max-height: none;
  }

  .order-checkout-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  html, body, .public-app, .public-home, .public-app-content.home-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-topbar {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-height: calc(72px + env(safe-area-inset-top));
    padding-top: calc(14px + env(safe-area-inset-top));
  }

  .home-logo {
    gap: 9px;
  }

  .home-logo-mark {
    border-radius: 13px;
    width: 38px;
    height: 38px;
  }

  .home-logo strong {
    font-size: 1.45rem;
  }

  .home-logo small {
    margin-top: 4px;
    font-size: .76rem;
  }

  .home-account-action {
    border-radius: 15px;
    width: 42px;
    height: 42px;
  }

  .home-topbar .app-install-action {
    display: none;
  }

  .public-app-content.home-scroll {
    width: 100%;
    max-width: 100%;
    padding: 4px 0 18px;
  }

  .home-landing {
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }

  .home-hero-layout, .home-hero-main, .home-hero-side, .home-metric-row, .home-system-section, .home-flow-board, .home-info-grid, .home-entry-grid, .home-market-card, .home-wb-card, .home-store-band, .home-showcase-card, .home-schedule-card, .home-confidence-card, .home-entry-grid .home-access-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .home-hero-layout, .home-info-grid, .home-entry-grid {
    gap: 10px;
  }

  .home-hero-main, .home-hero-side, .home-market-card, .home-wb-card, .home-store-band, .home-showcase-card, .home-schedule-card, .home-confidence-card {
    border-radius: 24px;
  }

  .home-hero-main {
    gap: 18px;
    padding: 18px;
  }

  .home-location-chip {
    border-radius: 16px;
    width: 100%;
    min-height: 54px;
  }

  .home-location-selector {
    width: 100%;
  }

  .home-location-menu {
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
    max-height: 360px;
    margin-top: 8px;
    padding: 12px;
    position: static;
  }

  .home-location-list {
    max-height: 250px;
  }

  .home-location-group > div {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-location-group button {
    text-align: left;
    justify-content: start;
    width: 100%;
    min-height: 40px;
  }

  .home-location-chip strong {
    font-size: 1rem;
  }

  .home-location-chip small {
    font-size: .78rem;
  }

  .home-heading-block {
    gap: 7px;
    max-width: 100%;
  }

  .home-heading-area {
    gap: 12px;
  }

  .home-hero-visual {
    border-radius: 20px;
    min-height: 168px;
  }

  .home-hero-person {
    border-radius: 28px;
    width: 84px;
    height: 104px;
    bottom: 18px;
    right: 24px;
  }

  .home-hero-person span:first-child {
    width: 26px;
    height: 26px;
    top: 14px;
    left: 30px;
  }

  .home-hero-person span:nth-child(2) {
    width: 44px;
    height: 46px;
    left: 21px;
  }

  .home-hero-person span:nth-child(3) {
    width: 28px;
    height: 22px;
    bottom: 24px;
    right: 11px;
  }

  .home-visual-token {
    min-height: 32px;
    padding: 0 10px;
    font-size: .74rem;
  }

  .home-visual-token.wb {
    top: 18px;
    left: 18px;
  }

  .home-visual-token.store {
    top: 62px;
    left: 30px;
  }

  .home-visual-token.food {
    top: 34px;
    right: 18px;
  }

  .home-heading-block h1 {
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 2.08rem;
    line-height: 1.04;
  }

  .home-heading-block p:not(.home-kicker) {
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: .92rem;
  }

  .home-category-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home-category-card {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    min-height: 218px;
    padding: 13px;
  }

  .home-category-card:nth-child(3) {
    grid-column: auto;
  }

  .home-category-head {
    align-items: start;
  }

  .home-category-icon {
    border-radius: 13px;
    width: 36px;
    height: 36px;
  }

  .home-category-head em {
    padding: 6px 8px;
    font-size: .66rem;
  }

  .home-category-card > strong {
    margin-top: 12px;
    font-size: 1.06rem;
  }

  .home-category-card > span {
    font-size: .82rem;
  }

  .home-category-card > p {
    max-width: 100%;
    font-size: .74rem;
  }

  .home-category-visual {
    transform-origin: 100% 100%;
    bottom: 8px;
    right: 10px;
    transform: scale(.72);
  }

  .home-hero-side {
    padding: 10px;
  }

  .home-person-card {
    border-radius: 20px;
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 126px;
    padding: 14px;
  }

  .home-person-avatar {
    border-radius: 24px;
    width: 78px;
    height: 88px;
  }

  .person-head {
    width: 24px;
    height: 24px;
    top: 14px;
    left: 29px;
  }

  .person-body {
    width: 40px;
    height: 40px;
    left: 21px;
  }

  .person-bag {
    bottom: 18px;
    right: 12px;
  }

  .home-person-card strong {
    font-size: 1.05rem;
  }

  .home-order-card, .home-van-card {
    border-radius: 20px;
    min-height: 142px;
    padding: 14px;
  }

  .home-order-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .home-order-route span {
    border-radius: 13px;
    min-height: 40px;
    font-size: .62rem;
  }

  .home-metric-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home-metric {
    border-radius: 20px;
    min-height: 92px;
    padding: 14px;
  }

  .home-metric strong {
    font-size: 1.5rem;
  }

  .home-section-heading h2, .home-showcase-card h2, .home-market-card h2, .home-wb-card h2, .home-store-band h2, .home-confidence-card h2 {
    font-size: 1.55rem;
  }

  .home-flow-board {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home-flow-step {
    border-radius: 20px;
    min-height: 132px;
    padding: 14px;
  }

  .home-showcase-card, .home-schedule-card, .home-market-card, .home-wb-card, .home-store-band, .home-confidence-card {
    padding: 18px;
  }

  .home-promo-grid, .home-store-band, .home-store-preview {
    grid-template-columns: 1fr;
  }

  .home-promo-card {
    border-radius: 18px;
    min-height: 132px;
  }

  .home-wb-rule-list div {
    border-radius: 16px;
  }

  .home-store-preview span {
    min-height: 58px;
  }

  .home-showcase-card {
    grid-template-columns: 1fr;
  }

  .home-showcase-card .primary-action {
    width: 100%;
  }

  .home-schedule-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .home-schedule-list p {
    grid-column: 1;
  }

  .home-entry-grid .compact-role-content {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .home-entry-grid .compact-role-content > * {
    grid-column: 1;
  }

  .app-topbar {
    min-height: calc(62px + env(safe-area-inset-top));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-left: max(12px, env(safe-area-inset-left));
  }

  .app-topbar .brand-mark {
    width: 38px;
    height: 38px;
  }

  .app-topbar-actions {
    gap: 6px;
  }

  .app-install-action, .app-profile-action {
    border-radius: 14px;
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .app-install-action span, .app-profile-action span {
    display: none;
  }

  .public-app-content {
    padding: 10px 10px 18px;
  }

  .app-hero-card {
    border-radius: 24px;
    min-height: 226px;
  }

  .app-hero-overlay {
    background: linear-gradient(#0619172e, #061917eb 78%);
  }

  .app-hero-copy {
    padding: 18px;
  }

  .app-hero-copy h1 {
    margin-top: 10px;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .app-hero-copy p {
    margin-top: 8px;
    font-size: .9rem;
  }

  .app-chip {
    min-height: 27px;
    padding: 0 9px;
    font-size: .68rem;
  }

  .app-inline-link {
    border-radius: 13px;
    min-height: 40px;
    margin-top: 13px;
    padding: 0 13px;
    font-size: .86rem;
  }

  .home-app-grid {
    gap: 10px;
  }

  .home-app-grid .compact-role-content {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .home-app-grid .compact-role-content > * {
    grid-column: 1;
  }

  .home-app-grid .compact-role-content h2 {
    font-size: 1.7rem;
  }

  .home-app-grid .role-eyebrow {
    margin-bottom: 5px;
  }

  .home-app-grid .input-with-icon {
    min-height: 48px;
  }

  .home-app-grid .compact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .home-app-grid .compact-actions .primary-action, .home-app-grid .compact-actions .ghost-action {
    border-radius: 14px;
    min-height: 48px;
    padding: 0 8px;
    font-size: .8rem;
  }

  .app-summary-card {
    border-radius: 22px;
    padding: 18px;
  }

  .app-summary-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-summary-route div {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 74px;
    padding: 10px;
  }

  .app-summary-route strong {
    font-size: .82rem;
  }

  .app-section-view {
    gap: 14px;
  }

  .app-view-heading {
    padding: 14px 8px 0;
  }

  .app-view-heading h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .app-flow-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .app-flow-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    min-height: 118px;
    padding: 18px;
  }

  .app-flow-number {
    font-size: 2.5rem;
  }

  .app-flow-card h2 {
    padding-right: 32px;
  }

  .app-view-action {
    width: 100%;
  }

  .app-section-view .price-calculator {
    gap: 10px;
  }

  .app-pvz-panel, .app-pvz-order {
    border-radius: 22px;
    padding: 18px;
  }

  .app-bottom-nav {
    bottom: calc(6px + env(safe-area-inset-bottom));
    border-radius: 20px;
    grid-auto-columns: minmax(0, 1fr);
    width: calc(100% - 12px);
    margin-bottom: 0;
    padding: 5px;
  }

  .app-nav-item {
    border-radius: 15px;
    min-height: 52px;
    padding: 5px 4px;
    font-size: .66rem;
  }

  .portal-page.client-page .cabinet-tabs {
    grid-auto-columns: minmax(0, 1fr);
    width: 100%;
    margin: 0 0 10px;
    top: 0;
  }

  .portal-page.client-page .cabinet-tab {
    border-radius: 14px;
    min-height: 48px;
    padding: 0 8px;
    font-size: .78rem;
  }

  .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
    padding: 12px 10px 24px;
  }

  .portal-page.client-page .cabinet-title-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    display: grid;
  }

  .portal-page.client-page .cabinet-title-row > div {
    min-width: 0;
  }

  .portal-page.client-page .cabinet-title-row h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.18rem;
    overflow: hidden;
  }

  .portal-page.client-page .cabinet-title-row p:not(.section-kicker) {
    display: none;
  }

  .portal-page.client-page .cabinet-title-row .ghost-action {
    border-radius: 15px;
    width: 46px;
    min-height: 46px;
    padding: 0;
    font-size: 0;
  }

  .portal-page.client-page .cabinet-title-row.cabinet-app-title {
    display: none;
  }

  .portal-page.client-page .cabinet-location-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 0;
    padding: 0;
  }

  .portal-page.client-page .cabinet-location-bar .cabinet-location-controls {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-page.client-page .cabinet-card {
    border-radius: 18px;
    gap: 14px;
    padding: 18px;
  }

  .client-menu-grid, .order-start-grid, .order-ux-grid, .order-start-service, .order-data-grid, .delivery-mode, .pvz-register-grid {
    grid-template-columns: 1fr;
  }

  .order-ux-shell {
    gap: 10px;
  }

  .order-ux-top {
    align-items: stretch;
  }

  .order-ux-top h1 {
    font-size: 2rem;
  }

  .order-add-point {
    min-height: 40px;
    padding: 0 10px;
    font-size: .84rem;
  }

  .order-panel-head {
    align-items: center;
  }

  .order-panel-head h2 {
    font-size: 1.55rem;
  }

  .order-pvz-panel, .order-checkout-panel {
    border-radius: 22px;
  }

  .order-location-button {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 11px 12px;
  }

  .order-location-action {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
    min-height: 36px;
  }

  .order-location-modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .order-location-modal {
    border-radius: 26px 26px 0 0;
    width: 100%;
    max-height: 86dvh;
    padding: 18px;
  }

  .order-location-modal-head h2 {
    font-size: 1.52rem;
  }

  .order-location-list {
    max-height: 54dvh;
  }

  .order-location-group > div {
    grid-template-columns: 1fr;
    display: grid;
  }

  .order-location-group button {
    text-align: left;
    border-radius: 14px;
    justify-content: start;
    width: 100%;
  }

  .order-start-tabs {
    gap: 5px;
    padding: 5px;
  }

  .order-start-tab {
    gap: 5px;
    min-height: 40px;
    font-size: .82rem;
  }

  .order-pvz-header {
    display: grid;
  }

  .order-pvz-header .ghost-action {
    justify-content: center;
    width: 100%;
  }

  .order-selected-point {
    border-radius: 16px;
    min-height: 76px;
    padding: 12px;
  }

  .client-menu-card {
    border-radius: 22px;
    min-height: 168px;
    padding: 18px;
  }

  .client-menu-card strong {
    font-size: 1.22rem;
  }

  .order-start-service {
    align-items: start;
    min-height: 0;
  }

  .order-start-service > svg {
    display: none;
  }

  .order-start-summary {
    position: static;
  }

  .portal-page.client-page .cabinet-workspace {
    gap: 10px;
  }

  .portal-page.client-page .order-stepper {
    border-radius: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
  }

  .portal-page.client-page .order-step {
    min-height: 46px;
    padding: 5px;
    font-size: .68rem;
  }

  .portal-page.client-page .order-step svg {
    width: 17px;
  }

  .portal-page.client-page .order-back-link {
    justify-content: center;
    width: 44px;
    min-height: 44px;
    margin-bottom: 8px;
    padding: 0;
    font-size: 0;
  }

  .portal-page.client-page .order-back-link svg {
    width: 19px;
  }

  .auth-page .auth-shell {
    padding: 10px 10px 28px;
    display: block;
  }

  .auth-page .auth-copy {
    display: none;
  }

  .auth-page .auth-card {
    border-radius: 22px;
    gap: 13px;
    padding: 18px;
  }

  .auth-page .auth-card h2 {
    font-size: 1.72rem;
  }

  .auth-page .auth-card input, .auth-page .auth-card select {
    min-height: 48px;
  }

  .portal-header .back-link {
    border-radius: 14px;
    justify-content: center;
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .portal-header .back-link > svg:first-child, .portal-header .back-link span {
    display: none;
  }

  .portal-header .back-home-icon {
    display: block;
  }

  .install-sheet-backdrop {
    padding: 0;
  }

  .install-sheet {
    width: 100%;
    max-height: 88dvh;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
    border-radius: 26px 26px 0 0;
  }

  .install-sheet-handle {
    display: block;
  }

  .install-sheet h2 {
    font-size: 1.75rem;
  }

  .public-home .public-app-content.home-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .public-home .home-landing {
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .public-home .home-hero-layout, .public-home .home-metric-row, .public-home .home-system-section, .public-home .home-info-grid, .public-home .home-store-band, .public-home .home-entry-grid {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .public-home {
    background: radial-gradient(circle at 0 0, #c7f36a38, #0000 28%), #edf1ef;
    min-height: 100dvh;
  }

  .public-home .home-topbar {
    width: calc(100vw - 20px);
    min-height: calc(62px + env(safe-area-inset-top));
    padding-top: calc(9px + env(safe-area-inset-top));
    padding-bottom: 8px;
  }

  .public-home .home-logo span:not(.home-logo-mark) {
    display: none;
  }

  .public-home .home-logo-mark {
    background: linear-gradient(135deg, var(--lime), #fff0a5 52%, var(--coral));
    color: #10201f;
    border-radius: 18px;
    width: 44px;
    height: 44px;
  }

  .public-home .home-account-action {
    border-radius: 16px;
    width: 44px;
    height: 44px;
  }

  .public-home .home-landing {
    gap: 8px;
    padding: 0 8px 14px;
  }

  .public-home .home-hero-main {
    box-shadow: none;
    background: none;
    border: 0;
    border-radius: 0;
    gap: 8px;
    padding: 0;
  }

  .public-home .home-location-chip {
    background: #fffffff5;
    border: 1px solid #10201f14;
    border-radius: 20px;
    min-height: 58px;
    padding: 8px 12px;
    box-shadow: 0 12px 28px #10201f14;
  }

  .public-home .home-location-chip strong {
    color: #10201f;
    font-size: .94rem;
  }

  .public-home .home-location-chip small {
    color: #657186;
  }

  .public-home .home-location-menu {
    margin-top: 6px;
    box-shadow: 0 18px 44px #10201f1f;
  }

  .home-app-tabs {
    border-radius: 19px;
    min-height: 54px;
  }

  .home-app-tabs a {
    white-space: normal;
    border-radius: 14px;
    min-height: 44px;
    padding: 0 6px;
    font-size: .76rem;
  }

  .home-wb-order-panel {
    border-radius: 22px;
    gap: 12px;
    padding: 18px;
  }

  .home-wb-order-panel:before {
    margin: -18px -18px 0;
  }

  .home-wb-panel-head {
    gap: 6px;
  }

  .home-wb-panel-head h1 {
    font-size: 2.05rem;
  }

  .home-wb-panel-head p:not(.home-kicker) {
    font-size: .92rem;
    line-height: 1.34;
  }

  .home-wb-primary-action {
    border-radius: 18px;
    min-height: 56px;
  }

  .home-wb-process {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-wb-process article {
    border-radius: 17px;
    grid-template-columns: 26px 38px minmax(0, 1fr);
    gap: 8px;
    min-height: 62px;
    padding: 9px;
  }

  .home-wb-process article > span {
    border-radius: 9px;
    width: 26px;
    height: 26px;
  }

  .home-wb-process article > svg {
    width: 38px;
    height: 38px;
    padding: 8px;
  }

  .home-secondary-services {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-secondary-service {
    border-radius: 18px;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 10px;
  }

  .home-secondary-service > span {
    border-radius: 13px;
    width: 38px;
    height: 38px;
  }

  .home-secondary-service em {
    font-size: .66rem;
  }

  .portal-page.client-page .app-topbar {
    min-height: calc(62px + env(safe-area-inset-top));
    padding: calc(9px + env(safe-area-inset-top)) 10px 9px;
  }

  .portal-page.client-page .app-topbar .brand {
    min-width: 0;
  }

  .portal-page.client-page .app-topbar .brand > span:not(.brand-mark) {
    display: none;
  }

  .portal-page.client-page .app-topbar .brand-mark {
    border-radius: 16px;
    width: 42px;
    height: 42px;
  }

  .portal-page.client-page > .client-cabinet-shell {
    padding: 10px 10px calc(18px + env(safe-area-inset-bottom));
  }

  .client-cabinet-shell .cabinet-location-bar {
    margin-bottom: 8px;
  }

  .client-cabinet-shell .cabinet-location-main {
    border-radius: 18px;
    min-height: 56px;
  }

  .client-cabinet-shell .cabinet-location-main strong {
    font-size: .92rem;
  }

  .client-cabinet-shell .cabinet-logout-icon {
    width: 50px;
    height: 50px;
  }

  .client-cabinet-shell .cabinet-tabs {
    border-radius: 18px;
    min-height: 52px;
    margin-bottom: 8px;
  }

  .client-cabinet-shell .cabinet-tab {
    white-space: normal;
    border-radius: 14px;
    min-height: 44px;
    padding: 0 6px;
    font-size: .73rem;
    line-height: 1.12;
  }
}

@media (display-mode: standalone) {
  .app-install-action {
    display: none;
  }

  .app-topbar {
    border-bottom-color: #0000;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.public-home {
  color: #10201f;
  background: #eef3f1;
  min-height: 100dvh;
}

.public-home .home-topbar {
  width: min(1120px, 100% - 32px);
  min-height: calc(66px + env(safe-area-inset-top));
  padding: calc(10px + env(safe-area-inset-top)) 0 10px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #eef3f1f0;
  border-bottom: 1px solid #10201f14;
  position: sticky;
  top: 0;
}

.public-home .home-logo-mark, .public-home .home-account-action, .public-home .app-install-action {
  border-radius: 8px;
}

.public-home .home-logo-mark {
  color: #f3f8f5;
  width: 42px;
  height: 42px;
  box-shadow: none;
  background: #10201f;
}

.public-home .home-logo strong {
  color: #10201f;
  letter-spacing: 0;
  font-size: 1.22rem;
}

.public-home .home-logo small {
  color: #60706d;
  margin-top: 4px;
  font-size: .8rem;
}

.public-home .home-account-action {
  width: 44px;
  height: 44px;
  box-shadow: none;
  background: #fff;
  border-color: #10201f1a;
}

.public-home .home-scroll {
  padding: 14px clamp(14px, 3vw, 28px) 38px;
}

.public-home .home-landing {
  gap: 14px;
  width: min(1120px, 100%);
}

.public-home .home-hero-layout {
  display: block;
}

.public-home .home-hero-main {
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
  gap: 12px;
  padding: 0;
}

.public-home .home-location-selector {
  width: min(390px, 100%);
}

.public-home .home-location-chip {
  width: 100%;
  min-height: 52px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #10201f1c;
  border-radius: 8px;
  padding: 7px 11px;
}

.public-home .home-location-chip small {
  color: #60706d;
  font-size: .76rem;
}

.public-home .home-location-menu {
  border-radius: 8px;
  box-shadow: 0 18px 40px #10201f24;
}

.public-home .home-app-tabs {
  width: min(620px, 100%);
  box-shadow: none;
  border-radius: 8px;
}

.public-home .home-app-tabs a {
  border-radius: 6px;
  min-height: 42px;
  font-size: .84rem;
}

.public-home .home-app-tabs a.active {
  box-shadow: none;
  background: #10201f;
}

.public-home .home-wb-order-panel {
  box-shadow: none;
  background: #fff;
  border-color: #10201f1a;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr);
  align-items: start;
  gap: 16px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.public-home .home-wb-order-panel:before {
  background: linear-gradient(90deg, #0f766e, #f2c94c, #d96b3b);
  height: 3px;
  margin: 0;
  position: absolute;
  inset: 0 0 auto;
}

.home-wb-panel-head {
  align-self: start;
}

.public-home .home-wb-panel-head, .public-home .home-wb-action-row, .public-home .home-wb-process {
  z-index: 1;
  position: relative;
}

.public-home .home-kicker {
  color: #0f766e;
  font-size: .72rem;
}

.public-home .home-wb-panel-head h1 {
  max-width: 620px;
  font-size: clamp(2.35rem, 5.2vw, 4.1rem);
  line-height: .96;
}

.public-home .home-wb-panel-head p:not(.home-kicker) {
  color: #51605d;
  max-width: 560px;
  font-size: 1rem;
  font-weight: 760;
}

.home-wb-meta {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  display: flex;
}

.home-wb-meta span {
  color: #263937;
  background: #f4f7f5;
  border: 1px solid #10201f1a;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 900;
  display: inline-flex;
}

.home-wb-meta svg {
  color: #0f766e;
}

.home-wb-action-row {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.home-wb-action-row > span {
  color: #60706d;
  max-width: 190px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.public-home .home-wb-primary-action {
  min-width: 220px;
  min-height: 52px;
  box-shadow: none;
  background: #0f766e;
  border-radius: 8px;
}

.public-home .home-wb-process {
  grid-area: 1 / 2 / span 2;
  grid-template-columns: 1fr;
  gap: 8px;
}

.public-home .home-wb-process article {
  min-height: 70px;
  box-shadow: none;
  border-radius: 8px;
  grid-template-columns: 30px 40px minmax(0, 1fr);
  padding: 10px;
}

.public-home .home-wb-process article > span {
  background: #10201f;
  border-radius: 6px;
}

.public-home .home-wb-process article > svg {
  color: #0f766e;
  background: #edf8f5;
  border-radius: 8px;
}

.public-home .home-wb-process strong {
  font-size: .92rem;
}

.public-home .home-wb-process small {
  color: #60706d;
}

.public-home .home-secondary-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-home .home-secondary-service {
  min-height: 66px;
  box-shadow: none;
  border-radius: 8px;
}

.public-home .home-secondary-service > span, .public-home .home-secondary-service em {
  border-radius: 8px;
}

.public-home .home-system-section {
  box-shadow: none;
  background: none;
  border: 0;
  padding: 16px 0 0;
}

.public-home .home-section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
}

.public-home .home-section-heading h2 {
  font-size: 1.45rem;
}

.public-home .home-flow-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.public-home .home-flow-step {
  min-height: 150px;
  box-shadow: none;
  border-radius: 8px;
}

.home-bottom-nav {
  display: none;
}

@media (max-width: 860px) {
  .public-home .home-wb-order-panel {
    grid-template-columns: 1fr;
  }

  .public-home .home-wb-process {
    grid-area: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .public-home {
    background: #eef3f1;
  }

  .public-home .home-topbar {
    width: 100%;
    min-height: calc(58px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) 10px 8px;
  }

  .public-home .home-logo span:not(.home-logo-mark) {
    display: block;
  }

  .public-home .home-logo-mark {
    width: 38px;
    height: 38px;
  }

  .public-home .home-logo strong {
    font-size: 1rem;
  }

  .public-home .home-logo small {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 126px;
    font-size: .7rem;
    overflow: hidden;
  }

  .public-home .app-install-action {
    display: none;
  }

  .public-home .home-account-action {
    width: 40px;
    height: 40px;
  }

  .public-home .public-app-content.home-scroll {
    padding: 10px 10px calc(82px + env(safe-area-inset-bottom));
  }

  .public-home .home-landing {
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .public-home .home-hero-layout, .public-home .home-metric-row, .public-home .home-system-section, .public-home .home-info-grid, .public-home .home-store-band, .public-home .home-entry-grid {
    width: 100%;
    max-width: 100%;
  }

  .public-home .home-hero-main {
    gap: 10px;
  }

  .public-home .home-location-selector {
    width: 100%;
  }

  .public-home .home-location-chip {
    min-height: 50px;
  }

  .public-home .home-location-menu {
    width: calc(100vw - 20px);
    max-height: 72dvh;
  }

  .public-home .home-app-tabs {
    top: calc(58px + env(safe-area-inset-top));
    z-index: 20;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #fffffff7;
    min-height: 50px;
    position: sticky;
  }

  .public-home .home-app-tabs a {
    min-height: 40px;
    font-size: .72rem;
  }

  .public-home .home-wb-order-panel {
    gap: 12px;
    padding: 14px;
  }

  .public-home .home-wb-order-panel:before {
    margin: 0;
  }

  .public-home .home-wb-panel-head h1 {
    font-size: 2.35rem;
  }

  .public-home .home-wb-panel-head p:not(.home-kicker) {
    font-size: .9rem;
    line-height: 1.36;
  }

  .home-wb-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    display: grid;
  }

  .home-wb-meta span {
    text-align: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 6px;
    font-size: .68rem;
  }

  .home-wb-meta svg {
    display: none;
  }

  .home-wb-action-row {
    gap: 7px;
    display: grid;
  }

  .home-wb-action-row > span {
    text-align: center;
    max-width: none;
    font-size: .78rem;
  }

  .public-home .home-wb-primary-action {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .public-home .home-wb-process {
    grid-template-columns: 1fr;
  }

  .public-home .home-wb-process article {
    grid-template-columns: 26px 36px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px;
  }

  .public-home .home-wb-process article > span {
    width: 26px;
    height: 26px;
  }

  .public-home .home-wb-process article > svg {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .public-home .home-wb-process strong {
    font-size: .86rem;
  }

  .public-home .home-wb-process small {
    font-size: .73rem;
  }

  .public-home .home-secondary-services {
    grid-template-columns: 1fr;
  }

  .public-home .home-secondary-service {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 9px;
  }

  .public-home .home-secondary-service > span {
    width: 38px;
    height: 38px;
  }

  .public-home .home-secondary-service strong {
    font-size: .88rem;
  }

  .public-home .home-secondary-service small {
    font-size: .72rem;
  }

  .public-home .home-system-section {
    display: none;
  }

  .home-bottom-nav {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 50;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #fffffff7;
    border: 1px solid #10201f1f;
    border-radius: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    display: grid;
    position: fixed;
    left: 10px;
    box-shadow: 0 12px 28px #10201f29;
  }

  .home-bottom-nav a {
    color: #52625f;
    touch-action: manipulation;
    border-radius: 8px;
    place-items: center;
    gap: 2px;
    min-height: 48px;
    font-size: .7rem;
    font-weight: 900;
    display: grid;
  }

  .home-bottom-nav a.active {
    color: #fff;
    background: #10201f;
  }
}

.public-home {
  font-synthesis-weight: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-family: Segoe UI, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.public-home .home-logo-mark {
  font-weight: 750;
}

.public-home .home-logo strong {
  font-weight: 700;
}

.public-home .home-logo small, .public-home .home-location-chip small, .public-home .home-wb-process small, .public-home .home-secondary-service small {
  font-weight: 400;
}

.public-home .home-location-chip strong, .public-home .home-app-tabs a, .public-home .home-kicker, .home-wb-meta span, .public-home .home-wb-process strong, .public-home .home-secondary-service strong, .public-home .home-secondary-service em, .home-bottom-nav a {
  font-weight: 600;
}

.public-home .home-app-tabs a.active, .public-home .home-wb-primary-action, .home-bottom-nav a.active {
  font-weight: 700;
}

.public-home .home-wb-panel-head h1 {
  font-size: clamp(2.45rem, 4.8vw, 3.85rem);
  font-weight: 700;
  line-height: 1.02;
}

.public-home .home-wb-panel-head p:not(.home-kicker) {
  font-weight: 500;
  line-height: 1.5;
}

.home-wb-action-row > span {
  font-weight: 500;
}

.public-home .home-wb-process article > span {
  font-weight: 700;
}

@media (max-width: 640px) {
  .public-home .home-wb-panel-head h1 {
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .public-home .home-wb-panel-head p:not(.home-kicker) {
    line-height: 1.45;
  }

  .home-wb-meta span, .home-bottom-nav a {
    font-weight: 600;
  }
}

.auth-page {
  --auth-evening-ink: #16211e;
  --auth-evening-green: #124d43;
  --auth-evening-gold: #f1c36d;
  --auth-evening-paper: #fffaf0;
  min-height: 100dvh;
  color: var(--auth-evening-paper);
  font-synthesis-weight: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(#ffdd9d21, #ffdd9d00 32%), repeating-linear-gradient(135deg, #ffffff06 0 1px, #0000 1px 10px), linear-gradient(150deg, #18231f 0%, #21342c 48%, #382d24 100%);
  font-family: Segoe UI, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.auth-page:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #f1c36d14, #124d431a 42%, #0000), linear-gradient(#0000, #00000029);
  position: fixed;
  inset: 0;
}

.auth-page .portal-header {
  z-index: 1;
  background: none;
  border: 0;
  width: min(1120px, 100% - 32px);
  max-width: none;
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
}

.auth-page .brand.dark {
  color: var(--auth-evening-paper);
}

.auth-page .brand-mark {
  color: #101a17;
  width: 44px;
  height: 44px;
  box-shadow: none;
  background: linear-gradient(135deg, #f1e56e, #ffb25f 55%, #26a184);
  border-radius: 8px;
  font-weight: 700;
}

.auth-page .brand strong {
  letter-spacing: 0;
  font-weight: 700;
}

.auth-page .brand small {
  color: #fffaf0b8;
  font-weight: 400;
}

.auth-page .back-link {
  min-height: 44px;
  color: var(--auth-evening-paper);
  box-shadow: none;
  background: #fffaf014;
  border: 1px solid #fffaf02e;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 600;
}

.auth-page .auth-shell {
  z-index: 1;
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  width: min(720px, 100% - 32px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(44px, 9dvh, 86px) 0 48px;
  display: grid;
  position: relative;
  overflow: visible;
}

.auth-page .auth-copy {
  text-align: center;
  width: 100%;
  max-width: 720px;
  display: block;
}

.auth-page .auth-badge, .auth-page .auth-copy p, .auth-page .auth-stepper, .auth-page .section-kicker, .auth-page .auth-card-head span {
  display: none;
}

.auth-page .auth-copy h1 {
  color: var(--auth-evening-paper);
  letter-spacing: 0;
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2.55vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.auth-page .auth-card {
  width: 100%;
  max-width: 448px;
  color: var(--auth-evening-ink);
  background: #fffaf0f7;
  border: 1px solid #fffaf066;
  border-radius: 8px;
  gap: 18px;
  padding: 24px;
  box-shadow: 0 24px 62px #0000003d;
}

.auth-page .auth-card-head {
  text-align: center;
  min-height: 34px;
  display: block;
  position: relative;
}

.auth-page .auth-card-head .icon-action {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.auth-page .auth-card h2 {
  color: var(--auth-evening-ink);
  letter-spacing: 0;
  margin: 0;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.18;
}

.auth-page .auth-card form {
  gap: 14px;
}

.auth-page .auth-card label {
  color: #16211ebd;
  gap: 7px;
  font-size: .88rem;
  font-weight: 500;
}

.auth-page .auth-card input, .auth-page .auth-card select {
  min-height: 52px;
  color: var(--auth-evening-ink);
  background: #fffdf8;
  border-color: #16211e29;
  border-radius: 8px;
  font-weight: 500;
}

.auth-page .input-with-icon {
  border-radius: 8px;
}

.auth-page .input-with-icon svg {
  color: var(--auth-evening-green);
}

.auth-page .auth-card .primary-action.wide {
  color: #fffaf0;
  min-height: 52px;
  box-shadow: none;
  background: linear-gradient(#17685b, #104a41);
  border-radius: 8px;
  font-size: .98rem;
  font-weight: 600;
}

.auth-page .auth-card .primary-action.wide:hover {
  background: linear-gradient(#1a7466, #115247);
}

.auth-page .link-action {
  min-height: 38px;
  color: var(--auth-evening-green);
  font-weight: 500;
}

.auth-page .auth-message {
  color: var(--auth-evening-green);
  background: #124d4317;
  border-radius: 8px;
  font-weight: 500;
}

.auth-page .auth-method-list, .auth-page .telegram-auth-panel {
  gap: 12px;
}

.auth-page .auth-method-button {
  min-height: 54px;
  color: var(--auth-evening-ink);
  box-shadow: none;
  background: #fffdf8;
  border-color: #16211e24;
  border-radius: 8px;
  font-size: .98rem;
  font-weight: 600;
}

.auth-page .auth-method-button:hover {
  background: #124d430f;
  border-color: #124d4352;
}

.auth-page .auth-method-button > svg {
  color: #16211e8f;
}

.auth-page .auth-method-mark {
  border-radius: 8px;
}

.auth-page .auth-code-input {
  letter-spacing: .12em;
}

@media (max-width: 640px) {
  .auth-page {
    overflow: auto;
  }

  .auth-page .portal-header {
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 10px 0;
  }

  .auth-page .brand-mark {
    width: 40px;
    height: 40px;
  }

  .auth-page .brand strong {
    font-size: .98rem;
  }

  .auth-page .back-link {
    justify-content: center;
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .auth-page .back-link > svg:first-child, .auth-page .back-link span {
    display: none;
  }

  .auth-page .back-home-icon {
    display: block;
  }

  .auth-page .auth-shell {
    width: min(100% - 20px, 430px);
    padding: 28px 0;
  }

  .auth-page .auth-copy h1 {
    margin-bottom: 14px;
    font-size: 1.35rem;
  }

  .auth-page .auth-card {
    gap: 16px;
    padding: 18px;
  }

  .auth-page .auth-card h2 {
    font-size: 1.28rem;
  }
}

:root {
  --veeso-night: #17211e;
  --veeso-night-2: #22342c;
  --veeso-moss: #145145;
  --veeso-moss-2: #0f6a5d;
  --veeso-gold: #f0bf69;
  --veeso-clay: #b96544;
  --veeso-paper: #fff8ea;
  --veeso-paper-2: #f6eddc;
  --veeso-ink: #18231f;
  --veeso-muted: #64716b;
  --veeso-line: #fff8ea47;
  --veeso-card-line: #18231f1f;
  --veeso-card-shadow: 0 22px 54px #08121038;
}

body {
  background: var(--veeso-night);
}

.public-home, .portal-page.client-page, .app-loading-screen, .cabinet-empty {
  min-height: 100dvh;
  color: var(--veeso-paper);
  font-synthesis-weight: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(#f0bf691f, #0000 34%), repeating-linear-gradient(135deg, #ffffff07 0 1px, #0000 1px 11px), linear-gradient(150deg, #17211e 0%, #23362f 48%, #3a2e24 100%);
  font-family: Segoe UI, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  position: relative;
}

.public-home:before, .portal-page.client-page:before, .app-loading-screen:before, .cabinet-empty:before {
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #f0bf6914, #1451451a 46%, #0000), linear-gradient(#0000, #0000002e);
  position: fixed;
  inset: 0;
}

.public-home > *, .portal-page.client-page > *, .app-loading-screen > *, .cabinet-empty > * {
  z-index: 1;
  position: relative;
}

.public-home .home-topbar, .portal-page.client-page .portal-header {
  z-index: 60;
  width: min(1180px, 100% - 32px);
  min-height: calc(72px + env(safe-area-inset-top));
  padding: calc(12px + env(safe-area-inset-top)) 0 12px;
  color: var(--veeso-paper);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #17211ec7;
  border: 0;
  margin: 0 auto;
  position: sticky;
  top: 0;
}

.public-home .home-logo, .portal-page.client-page .brand.dark {
  color: var(--veeso-paper);
}

.public-home .home-logo-mark, .portal-page.client-page .brand-mark, .auth-page .brand-mark, .app-loading-mark {
  color: #111a17;
  width: 44px;
  height: 44px;
  box-shadow: none;
  background: linear-gradient(135deg, #f3e66e, #ffb15d 54%, #29a386);
  border-radius: 8px;
  font-weight: 700;
}

.public-home .home-logo strong, .portal-page.client-page .brand strong {
  color: var(--veeso-paper);
  letter-spacing: 0;
  font-weight: 700;
}

.public-home .home-logo small, .portal-page.client-page .brand small {
  color: #fff8eab3;
  font-weight: 400;
}

.public-home .home-account-action, .public-home .app-install-action, .portal-page.client-page .back-link, .auth-page .back-link, .cabinet-logout-icon {
  min-height: 44px;
  color: var(--veeso-paper);
  box-shadow: none;
  background: #fff8ea14;
  border: 1px solid #fff8ea2e;
  border-radius: 8px;
  font-weight: 600;
}

.public-home .home-account-action {
  width: 44px;
  height: 44px;
}

.public-home .public-app-content.home-scroll, .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
  padding: clamp(18px, 3dvh, 36px) 0 clamp(34px, 5dvh, 56px);
}

.portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
  height: auto;
  overflow: visible;
}

.home-landing, .home-hero-main, .client-command-shell, .order-planner-shell, .client-cabinet-shell {
  width: 100%;
  max-width: none;
}

.home-hero-main {
  gap: 18px;
  display: grid;
}

.home-command-panel {
  grid-template-columns: minmax(280px, .44fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  display: grid;
}

.home-location-workcard, .home-service-switcher, .home-wb-order-panel, .client-command-hero, .client-menu-card, .cabinet-card, .cabinet-location-card, .order-location-button, .order-location-modal, .courier-shift-sheet, .qr-modal, .install-sheet, .service-modal, .price-form, .price-result, .cabinet-empty {
  color: var(--veeso-ink);
  box-shadow: var(--veeso-card-shadow);
  background: #fff8eaf0;
  border: 1px solid #fff8ea52;
  border-radius: 8px;
}

.home-location-workcard, .home-service-switcher {
  align-content: start;
  gap: 14px;
  padding: 18px;
  display: grid;
  position: relative;
}

.home-command-head, .order-panel-head, .pvz-orders-head, .admin-head, .admin-subsection-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.home-command-head span, .order-panel-head > span, .pvz-orders-head > span {
  color: var(--veeso-muted);
  font-size: .82rem;
  font-weight: 600;
}

.section-kicker, .home-kicker, .role-eyebrow, .hero-kicker {
  color: var(--veeso-moss-2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: .74rem;
  font-weight: 700;
}

.home-location-chip {
  border: 1px solid var(--veeso-card-line);
  width: 100%;
  min-height: 58px;
  color: var(--veeso-ink);
  box-shadow: none;
  background: #fffdf7;
  border-radius: 8px;
}

.home-location-chip-large {
  min-height: 76px;
  padding: 12px;
}

.home-location-chip svg {
  color: var(--veeso-moss);
}

.home-location-chip strong, .cabinet-location-main strong, .order-location-copy strong {
  color: var(--veeso-ink);
  font-weight: 700;
}

.home-location-chip small, .cabinet-location-main small, .order-location-copy small {
  color: var(--veeso-muted);
  font-weight: 400;
}

.home-location-menu, .order-location-modal, .cabinet-location-controls {
  color: var(--veeso-ink);
  background: #fffaf0;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  box-shadow: 0 20px 46px #0812103d;
}

.home-location-list button, .order-location-group button {
  color: var(--veeso-ink);
  border-radius: 8px;
}

.home-location-list button.active, .order-location-group button.active {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.home-service-card {
  border: 1px solid var(--veeso-card-line);
  min-height: 132px;
  color: var(--veeso-ink);
  background: #fffdf7;
  border-radius: 8px;
  align-content: start;
  gap: 9px;
  padding: 14px;
  display: grid;
  position: relative;
}

.home-service-card > span, .client-menu-card > span, .order-selected-point > span, .mode-option > svg, .pvz-option-card > svg, .address-card > svg, .partner-note > svg, .qr-status > svg, .order-good-image-empty, .pvz-detail-item-placeholder {
  width: 42px;
  height: 42px;
  color: var(--veeso-moss);
  background: #1451451a;
  border-radius: 8px;
  place-items: center;
  display: grid;
}

.home-service-card.active {
  background: linear-gradient(#fff9ec, #f6ead6);
  border-color: #f0bf69b8;
}

.home-service-card.active > span {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.home-service-card.disabled {
  opacity: .72;
}

.home-service-card strong {
  color: var(--veeso-ink);
  font-size: 1.02rem;
  line-height: 1.18;
}

.home-service-card small {
  color: var(--veeso-muted);
  line-height: 1.35;
}

.home-service-card em {
  width: fit-content;
  color: var(--veeso-muted);
  background: #18231f14;
  border-radius: 8px;
  margin-top: auto;
  padding: 6px 9px;
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
}

.home-service-card.active em {
  color: var(--veeso-moss);
  background: #1451451f;
}

.home-wb-order-panel {
  grid-template-columns: minmax(0, .88fr) minmax(340px, .64fr);
  align-items: stretch;
  gap: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.home-wb-order-panel:before, .cabinet-card:before {
  display: none;
}

.home-wb-panel-head h1, .client-command-hero h1, .order-planner-head h1, .cabinet-title-row h1 {
  color: var(--veeso-ink);
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  font-weight: 700;
  line-height: 1.04;
}

.home-wb-panel-head p:not(.home-kicker), .client-command-hero p, .order-planner-head p, .cabinet-title-row p:not(.section-kicker), .cabinet-muted {
  color: var(--veeso-muted);
  font-weight: 400;
  line-height: 1.5;
}

.home-wb-meta span, .client-session-pill, .tab-badge, .price-badge {
  color: var(--veeso-moss);
  background: #14514514;
  border: 1px solid #18231f1a;
  border-radius: 8px;
  font-weight: 700;
}

.home-wb-primary-action, .primary-action, .inline-action {
  min-height: 52px;
  color: var(--veeso-paper);
  box-shadow: none;
  background: linear-gradient(#17685b, #104a41);
  border: 0;
  border-radius: 8px;
  font-weight: 700;
}

.home-wb-primary-action:hover, .primary-action:hover, .inline-action:hover {
  background: linear-gradient(#1b7768, #125348);
}

.ghost-action, .subtle-action, .link-action, .order-add-point, .qr-mini-action, .choice-check, .courier-shift-close, .qr-modal-close, .modal-close {
  min-height: 42px;
  color: var(--veeso-ink);
  box-shadow: none;
  background: #fffdf7;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  font-weight: 600;
}

.home-wb-action-row {
  align-items: center;
}

.home-wb-action-row > span {
  color: var(--veeso-muted);
  font-weight: 400;
}

.home-wb-process {
  gap: 10px;
}

.home-wb-process article, .pvz-option-card, .address-card, .order-row, .order-good-card, .pvz-order-card, .pvz-detail-item, .courier-card, .courier-pvz-option, .courier-shift-option, .admin-request, .install-step, .order-selected-point, .qr-status, .partner-note, .cabinet-empty-inline, .cabinet-pvz-line {
  color: var(--veeso-ink);
  box-shadow: none;
  background: #fffdf7;
  border: 1px solid #18231f1a;
  border-radius: 8px;
}

.home-wb-process article > span, .order-step-index {
  background: var(--veeso-ink);
  width: 30px;
  height: 30px;
  color: var(--veeso-paper);
  border-radius: 8px;
  flex: none;
  place-items: center;
  font-size: .78rem;
  font-weight: 700;
  display: grid;
}

.home-wb-process article > svg {
  color: var(--veeso-moss);
  background: #1451451a;
  border-radius: 8px;
}

.home-wb-process strong, .home-service-card strong, .client-menu-card strong, .pvz-option-card strong, .order-row strong, .address-card strong, .order-good-card strong {
  font-weight: 700;
}

.home-wb-process small, .client-menu-card p, .pvz-option-card small, .order-row span, .address-card span, .order-good-card span, .order-good-card small {
  color: var(--veeso-muted);
  font-weight: 400;
}

.home-system-section {
  box-shadow: none;
  background: none;
  border: 0;
  margin-top: 18px;
  padding: 0;
}

.home-section-heading h2 {
  color: var(--veeso-paper);
  font-size: 1.6rem;
}

.home-flow-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-flow-step {
  min-height: 146px;
  color: var(--veeso-paper);
  box-shadow: none;
  background: #fff8ea1a;
  border: 1px solid #fff8ea38;
  border-radius: 8px;
}

.home-flow-step p {
  color: #fff8eaad;
}

.home-bottom-nav {
  color: var(--veeso-paper);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #17211ee6;
  border: 1px solid #fff8ea3d;
  border-radius: 8px;
  box-shadow: 0 14px 34px #00000042;
}

.home-bottom-nav a {
  color: #fff8eab8;
  border-radius: 6px;
}

.client-command-shell, .order-planner-shell, .client-cabinet-shell {
  align-content: start;
  gap: 14px;
  display: grid;
}

.client-command-hero, .order-planner-head, .cabinet-title-row.cabinet-app-title {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px;
  display: grid;
}

.client-session-pill {
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
}

.client-session-pill.active {
  color: var(--veeso-moss);
  background: #1451451f;
}

.client-action-board {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  display: grid;
}

.client-menu-card {
  min-height: 190px;
  padding: 18px;
}

.client-menu-card.primary {
  background: linear-gradient(180deg, #fff8eaf2, #f6eddcf2),
    var(--veeso-paper);
  color: var(--veeso-ink);
}

.client-menu-card.primary > span {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.client-menu-card.primary p, .client-menu-card.primary em {
  color: var(--veeso-muted);
}

.client-menu-card em {
  color: var(--veeso-moss);
  background: #14514514;
  border-radius: 8px;
}

.client-menu-status {
  width: fit-content;
  color: var(--veeso-paper);
  background: #fff8ea1f;
  border-radius: 8px;
}

.cabinet-title-row.cabinet-app-title {
  width: 100%;
}

.portal-page.client-page .cabinet-app-title {
  display: grid;
}

.cabinet-location-card {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  display: grid;
}

.cabinet-location-main, .order-location-button {
  text-align: left;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 12px;
  display: grid;
}

.cabinet-location-main {
  background: #fffdf7;
  border: 1px solid #18231f1a;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.cabinet-location-controls {
  box-shadow: none;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  display: grid;
}

.cabinet-tabs {
  top: calc(72px + env(safe-area-inset-top));
  z-index: 40;
  min-height: 56px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #17211ed1;
  border: 1px solid #fff8ea3d;
  border-radius: 8px;
  grid-auto-columns: minmax(130px, 1fr);
  grid-auto-flow: column;
  gap: 6px;
  padding: 6px;
  display: grid;
  position: sticky;
  overflow-x: auto;
}

.cabinet-tab {
  color: #fff8eab8;
  border-radius: 6px;
  min-height: 44px;
  font-weight: 600;
}

.cabinet-tab svg {
  display: block;
}

.cabinet-tab.active {
  background: var(--veeso-paper);
  color: var(--veeso-ink);
}

.cabinet-workspace, .order-ux-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .48fr);
  align-items: start;
  gap: 14px;
}

.cabinet-workspace-main {
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.cabinet-card {
  padding: 20px;
}

.cabinet-card h2, .order-location-modal h2, .qr-modal h2, .courier-shift-sheet h2, .install-sheet h2 {
  color: var(--veeso-ink);
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.order-planner-head h1 {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.order-location-button {
  border-color: #fff8ea57;
  width: 100%;
}

.order-location-action {
  color: var(--veeso-moss);
  background: #1451451a;
  border-radius: 8px;
}

.order-progress-strip, .order-stepper {
  box-shadow: none;
  background: #fffdf7;
  border: 1px solid #18231f1a;
  border-radius: 8px;
}

.order-progress-strip span, .order-step {
  color: var(--veeso-muted);
  border-radius: 6px;
  font-weight: 600;
}

.order-progress-strip span.active, .order-progress-strip span.done, .order-step.active, .order-step.complete {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.delivery-mode {
  gap: 8px;
}

.mode-option {
  color: var(--veeso-ink);
  background: #fffdf7;
  border: 1px solid #18231f1a;
  border-radius: 8px;
}

.mode-option.active, .pvz-option-card.active, .courier-pvz-option.active, .courier-shift-option.active, .pvz-order-card.active {
  background: #14514517;
  border-color: #1451456b;
}

.cabinet-form label {
  color: #18231fb8;
  font-weight: 600;
}

.portal-page.client-page input, .portal-page.client-page select, .portal-page.client-page textarea, .public-home input, .public-home select, .public-home textarea {
  color: var(--veeso-ink);
  background: #fffdf7;
  border-color: #18231f24;
  border-radius: 8px;
  font-weight: 500;
}

.orders-list, .pvz-order-list, .pvz-detail-goods, .courier-list, .order-start-pvz-list, .pvz-option-grid, .order-goods-list {
  gap: 8px;
}

.order-good-card {
  grid-template-columns: 72px minmax(0, 1fr);
}

.order-good-card img, .order-good-image-empty, .pvz-detail-item img, .pvz-detail-item-placeholder {
  border-radius: 8px;
}

.order-good-card.muted, .pvz-detail-item.muted {
  opacity: .5;
}

.choice-check.active {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.auth-message, .owner-mismatch-toast {
  color: var(--veeso-moss);
  background: #1451451a;
  border-radius: 8px;
  font-weight: 600;
}

.auth-message.error {
  color: var(--veeso-clay);
  background: #b965441f;
}

.disabled-action, .primary-action:disabled, .home-wb-primary-action:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.app-loading-screen, .cabinet-empty {
  text-align: center;
  place-content: center;
  padding: 24px;
  display: grid;
}

.cabinet-empty {
  min-height: min(520px, 72dvh);
  color: var(--veeso-ink);
}

.app-loading-line {
  background: #fff8ea2e;
}

.app-loading-line:after {
  background: var(--veeso-gold);
}

.modal-backdrop, .order-location-modal-backdrop, .courier-shift-backdrop, .qr-modal-backdrop, .install-sheet-backdrop {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #060e0ca8;
}

@media (max-width: 1060px) {
  .home-command-panel, .home-wb-order-panel, .cabinet-workspace, .order-ux-grid {
    grid-template-columns: 1fr;
  }

  .home-service-grid, .client-action-board, .home-flow-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .public-home .home-topbar, .portal-page.client-page .portal-header {
    width: 100%;
    min-height: calc(62px + env(safe-area-inset-top));
    padding: calc(9px + env(safe-area-inset-top)) 10px 9px;
  }

  .public-home .home-logo span:not(.home-logo-mark), .portal-page.client-page .brand > span:not(.brand-mark) {
    display: block;
  }

  .public-home .home-logo small, .portal-page.client-page .brand small {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 132px;
    overflow: hidden;
  }

  .public-home .app-install-action {
    display: none;
  }

  .portal-page.client-page .back-link {
    justify-content: center;
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .portal-page.client-page .back-link > svg:first-child, .portal-page.client-page .back-link span {
    display: none;
  }

  .portal-page.client-page .back-home-icon {
    display: block;
  }

  .public-home .public-app-content.home-scroll, .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
    width: 100%;
    padding: 10px 10px calc(84px + env(safe-area-inset-bottom));
  }

  .home-command-panel, .home-hero-main, .client-command-shell, .order-planner-shell, .client-cabinet-shell {
    gap: 10px;
  }

  .home-location-workcard, .home-service-switcher, .home-wb-order-panel, .client-command-hero, .order-planner-head, .cabinet-title-row.cabinet-app-title, .cabinet-card {
    padding: 16px;
  }

  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-action-board, .home-flow-board {
    grid-template-columns: 1fr;
  }

  .home-service-card.active {
    grid-column: 1 / -1;
    min-height: 112px;
  }

  .home-service-card.disabled {
    min-height: 82px;
    padding: 10px;
  }

  .home-service-card.disabled > span, .home-service-card.disabled small {
    display: none;
  }

  .home-service-card.disabled strong {
    font-size: .9rem;
  }

  .home-service-card.disabled em {
    margin-top: 4px;
  }

  .client-menu-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 5px 10px;
    min-height: 112px;
    padding: 14px;
  }

  .client-menu-card > span {
    grid-row: 1 / span 3;
  }

  .client-menu-card strong, .client-menu-card p {
    margin: 0;
  }

  .client-menu-card strong {
    font-size: 1.05rem;
  }

  .client-menu-card p {
    font-size: .82rem;
    line-height: 1.28;
  }

  .client-menu-card em {
    justify-self: start;
    min-height: 30px;
    padding: 0 9px;
    font-size: .76rem;
  }

  .home-wb-panel-head h1, .client-command-hero h1, .order-planner-head h1, .cabinet-title-row h1 {
    font-size: 1.8rem;
    line-height: 1.08;
  }

  .home-wb-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-wb-meta span {
    text-align: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 6px;
    font-size: .68rem;
  }

  .home-wb-meta svg {
    display: none;
  }

  .home-wb-action-row {
    gap: 8px;
    display: grid;
  }

  .home-wb-primary-action {
    width: 100%;
  }

  .home-system-section {
    display: none;
  }

  .home-bottom-nav {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 80;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    display: grid;
    position: fixed;
    left: 10px;
  }

  .home-bottom-nav a {
    place-items: center;
    gap: 2px;
    min-height: 48px;
    font-size: .7rem;
    font-weight: 700;
    display: grid;
  }

  .client-command-hero, .order-planner-head, .cabinet-title-row.cabinet-app-title {
    grid-template-columns: 1fr;
  }

  .client-session-pill, .order-add-point, .cabinet-title-row.cabinet-app-title .ghost-action {
    justify-content: center;
    width: 100%;
  }

  .cabinet-location-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cabinet-location-main, .order-location-button {
    min-height: 58px;
  }

  .cabinet-location-controls {
    grid-template-columns: 1fr;
  }

  .cabinet-tabs {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    grid-auto-columns: minmax(112px, 1fr);
    margin: 0 -10px;
    top: 0;
  }

  .cabinet-tab {
    font-size: .78rem;
  }

  .cabinet-tab svg {
    display: none;
  }

  .order-location-modal, .courier-shift-sheet, .install-sheet {
    width: min(100%, 430px);
    max-height: 88dvh;
    overflow: auto;
  }

  .order-flow-actions, .courier-availability-actions, .pvz-detail-actions {
    grid-template-columns: 1fr;
  }
}

.home-command-panel {
  grid-template-columns: 1fr;
  justify-items: center;
}

.public-home .home-location-selector, .home-location-workcard {
  width: 100%;
}

.home-location-workcard {
  z-index: 110;
  max-width: 780px;
  padding: 16px;
  overflow: visible;
}

.home-location-popover-anchor {
  z-index: 50;
  position: relative;
}

.home-location-menu.home-location-picker {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffaf0fa;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  gap: 8px;
  width: min(520px, 100%);
  max-width: calc(100vw - 32px);
  max-height: none;
  margin-top: 0;
  padding: 10px;
  display: grid;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  overflow: hidden;
  box-shadow: 0 18px 44px #0812103d, inset 0 1px #ffffffb8;
}

.home-location-picker-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  display: flex;
}

.home-location-picker-head h2 {
  color: var(--veeso-ink);
  letter-spacing: 0;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 800;
  line-height: 1.08;
}

.home-location-picker-head button {
  width: 32px;
  height: 32px;
  color: var(--veeso-ink);
  cursor: pointer;
  background: #fffdf7e6;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  flex: none;
  place-items: center;
  display: inline-grid;
}

.home-location-step-panel {
  gap: 8px;
  display: grid;
}

.home-region-list, .home-district-list {
  scrollbar-color: #18231f47 transparent;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  gap: 5px;
  max-height: min(44dvh, 305px);
  padding-right: 6px;
  display: grid;
  overflow: auto;
}

.home-region-list::-webkit-scrollbar {
  width: 6px;
}

.home-district-list::-webkit-scrollbar {
  width: 6px;
}

.home-region-list::-webkit-scrollbar-track {
  background: none;
}

.home-district-list::-webkit-scrollbar-track {
  background: none;
}

.home-region-list::-webkit-scrollbar-thumb {
  background: #18231f47;
  border-radius: 999px;
}

.home-district-list::-webkit-scrollbar-thumb {
  background: #18231f47;
  border-radius: 999px;
}

.home-region-list button, .home-district-list button {
  min-height: 44px;
  color: var(--veeso-ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  transition: background .16s, border-color .16s, color .16s, transform .16s;
  display: grid;
}

.home-region-list button:hover, .home-district-list button:hover {
  border-color: #1451454d;
  transform: translateY(-1px);
}

.home-region-list button > span, .home-district-list button > span {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.home-region-list button strong, .home-district-list button strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.16;
  overflow: hidden;
}

.home-region-list button small, .home-district-list button small {
  color: var(--veeso-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
}

.home-region-list button.active, .home-district-list button.active {
  color: var(--veeso-ink);
  background: #14514514;
  border-color: #14514570;
}

.home-district-list button.active {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.home-district-list button.active small {
  color: #fffaf0b8;
}

.home-location-back {
  width: fit-content;
  min-height: 34px;
  color: var(--veeso-ink);
  cursor: pointer;
  background: #fffdf7e6;
  border: 1px solid #18231f1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  font-size: .84rem;
  font-weight: 800;
  display: inline-flex;
}

.home-location-back svg {
  transform: rotate(90deg);
}

.home-location-chip em {
  color: var(--veeso-moss);
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
}

.home-region-list p, .home-district-list p {
  color: var(--veeso-muted);
  margin: 0;
}

.client-cabinet-shell .cabinet-location-popover-anchor {
  z-index: 120;
  width: 100%;
  min-width: 0;
  position: relative;
}

.client-cabinet-shell .cabinet-location-main.home-location-chip {
  background: #fffffff0;
  border: 1px solid #10201f1a;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  width: 100%;
  min-height: 62px;
  padding: 10px 12px;
  display: grid;
  box-shadow: 0 12px 28px #10201f14;
}

.client-cabinet-shell .cabinet-location-main.home-location-chip em {
  color: var(--teal-dark);
  font-size: .82rem;
  font-style: normal;
  font-weight: 850;
}

.client-cabinet-shell .cabinet-location-picker {
  z-index: 160;
  width: min(520px, 100%);
}

.home-service-switcher, .home-secondary-services {
  display: none;
}

@media (max-width: 700px) {
  .home-location-menu.home-location-picker {
    z-index: 130;
    width: 100%;
    max-height: none;
    padding: 10px;
    position: absolute;
    inset: calc(100% + 8px) 0 auto;
    overflow: hidden;
    box-shadow: 0 18px 44px #0812103d, inset 0 1px #ffffffb8;
  }

  .home-region-list, .home-district-list {
    max-height: min(38dvh, 300px);
  }

  .home-region-list button, .home-district-list button {
    min-height: 46px;
  }
}

.public-home {
  --home-shell-width: min(1400px, calc(100vw - 64px));
}

.public-home .home-topbar, .public-home .public-app-content.home-scroll, .public-home .home-landing, .public-home .home-hero-layout, .public-home .home-hero-main {
  width: var(--home-shell-width);
  max-width: var(--home-shell-width);
  margin-left: auto;
  margin-right: auto;
}

.public-home .public-app-content.home-scroll {
  padding-left: 0;
  padding-right: 0;
}

.public-home .home-command-panel {
  justify-items: stretch;
}

.public-home .home-location-selector, .public-home .home-location-workcard, .public-home .home-wb-order-panel {
  width: 100%;
  max-width: none;
}

.public-home .home-location-workcard {
  padding: 16px 22px;
}

.public-home .home-location-chip-large {
  min-height: 66px;
}

@media (max-width: 1060px) {
  .public-home {
    --home-shell-width: calc(100vw - 20px);
  }
}

.public-home {
  --home-shell-width: min(980px, calc(100vw - 32px));
  min-height: 100dvh;
  color: var(--veeso-ink);
  background: linear-gradient(#eef3ed 0%, #f7f3e8 100%);
  overflow: hidden;
}

.public-home:before {
  display: none;
}

.public-home .home-topbar {
  z-index: 70;
  width: var(--home-shell-width);
  min-height: calc(64px + env(safe-area-inset-top));
  padding: calc(10px + env(safe-area-inset-top)) 0 10px;
  color: var(--veeso-ink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  position: sticky;
  top: 0;
}

.public-home .home-logo {
  color: var(--veeso-ink);
}

.public-home .home-logo-mark {
  width: 42px;
  height: 42px;
  color: var(--veeso-ink);
  background: linear-gradient(135deg, #f0bf69, #f6e274 52%, #42a575);
}

.public-home .home-logo strong {
  color: var(--veeso-ink);
  font-size: 1.1rem;
}

.public-home .home-logo small {
  color: var(--veeso-muted);
}

.public-home .home-account-action, .public-home .app-install-action {
  color: var(--veeso-ink);
  box-shadow: none;
  background: #fffdf7eb;
  border-color: #18231f1f;
}

.public-home .public-app-content.home-scroll {
  width: var(--home-shell-width);
  height: calc(100dvh - 64px - env(safe-area-inset-top));
  padding: 8px 0 calc(82px + env(safe-area-inset-bottom));
  scrollbar-width: thin;
  overflow: auto;
}

.home-workspace {
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  display: grid;
}

.home-work-header {
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  min-height: 50px;
  display: flex;
}

.home-work-header h1 {
  color: var(--veeso-ink);
  letter-spacing: 0;
  margin: 0;
  font-size: 1.48rem;
  font-weight: 800;
  line-height: 1.05;
}

.home-live-pill {
  min-height: 34px;
  color: var(--veeso-moss);
  background: #14514514;
  border: 1px solid #14514538;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: .78rem;
  font-weight: 800;
  display: inline-flex;
}

.home-work-grid {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: stretch;
  gap: 10px;
  display: grid;
}

.public-home .home-location-workcard, .public-home .home-wb-order-panel, .home-action-tile, .home-compact-process article {
  color: var(--veeso-ink);
  box-shadow: none;
  background: #fffdf7f5;
  border: 1px solid #18231f1a;
  border-radius: 8px;
}

.public-home .home-location-workcard {
  z-index: 120;
  align-content: start;
  gap: 10px;
  max-width: none;
  padding: 14px;
  display: grid;
}

.public-home .home-command-head {
  align-items: center;
}

.public-home .home-command-head span {
  max-width: 46%;
  color: var(--veeso-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .78rem;
  overflow: hidden;
}

.public-home .home-location-chip-large {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  width: 100%;
  min-height: 60px;
  padding: 9px 10px;
  display: grid;
}

.public-home .home-location-chip strong {
  font-size: .98rem;
}

.public-home .home-location-chip small {
  font-size: .78rem;
}

.home-primary-task {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.public-home .home-primary-task {
  grid-template-columns: 1fr;
  align-items: start;
}

.home-primary-copy {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: grid;
}

.home-task-thumb {
  background: #14514514;
  border-radius: 8px;
  width: 74px;
  height: 74px;
  position: relative;
  overflow: hidden;
}

.home-task-thumb img {
  object-fit: cover;
  object-position: 62% 54%;
  width: 100%;
  height: 100%;
  transform: scale(1.16);
}

.home-primary-task .home-wb-panel-head {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.home-primary-task .home-wb-panel-head h2 {
  overflow-wrap: anywhere;
  color: var(--veeso-ink);
  letter-spacing: 0;
  margin: 0;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1.08;
}

.home-primary-task .home-wb-panel-head p:not(.home-kicker) {
  color: var(--veeso-muted);
  margin: 0;
  font-size: .9rem;
  line-height: 1.34;
}

.home-primary-task .home-wb-action-row {
  justify-content: end;
  display: flex;
}

.public-home .home-primary-task .home-wb-action-row {
  justify-content: stretch;
  width: 100%;
}

.home-primary-task .home-wb-primary-action {
  white-space: nowrap;
  min-height: 46px;
  padding: 0 16px;
}

.public-home .home-primary-task .home-wb-primary-action {
  width: 100%;
  min-width: 0;
}

.home-app-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.home-action-tile {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 12px;
  display: grid;
}

.home-action-tile > svg:first-child {
  width: 42px;
  height: 42px;
  color: var(--veeso-moss);
  background: #14514514;
  border-radius: 8px;
  padding: 10px;
  display: grid;
}

.home-action-tile span {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.home-action-tile strong, .home-action-tile small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-action-tile strong {
  color: var(--veeso-ink);
  font-size: .96rem;
  font-weight: 800;
}

.home-action-tile small {
  color: var(--veeso-muted);
  font-size: .76rem;
  font-weight: 600;
}

.home-action-tile > svg:last-child {
  color: #18231f66;
}

.home-action-tile.active {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

.home-action-tile.active > svg:first-child {
  color: var(--veeso-paper);
  background: #fff8ea29;
}

.home-action-tile.active strong, .home-action-tile.active small, .home-action-tile.active > svg:last-child {
  color: var(--veeso-paper);
}

.home-compact-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.public-home .home-compact-process {
  grid-area: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-compact-process article {
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 72px;
  padding: 10px;
  display: grid;
}

.home-compact-process article > span {
  width: 26px;
  height: 26px;
  font-size: .72rem;
}

.home-compact-process article > svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  display: grid;
}

.home-compact-process strong {
  color: var(--veeso-ink);
  font-size: .9rem;
  line-height: 1.12;
  display: block;
}

.home-compact-process small {
  color: var(--veeso-muted);
  margin-top: 2px;
  font-size: .74rem;
  line-height: 1.18;
  display: block;
}

.home-bottom-nav {
  right: 0;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 90;
  width: min(430px, 100vw - 24px);
  color: var(--veeso-ink);
  background: #fffdf7f5;
  border-color: #18231f24;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin: 0 auto;
  padding: 5px;
  display: grid;
  position: fixed;
  left: 0;
  box-shadow: 0 18px 44px #10201f29;
}

.home-bottom-nav a {
  color: #18231f9e;
  place-items: center;
  gap: 2px;
  min-height: 48px;
  font-size: .72rem;
  font-weight: 800;
  display: grid;
}

.home-bottom-nav a.active {
  background: var(--veeso-moss);
  color: var(--veeso-paper);
}

@media (max-width: 1060px) {
  .public-home {
    --home-shell-width: calc(100vw - 20px);
  }
}

@media (max-width: 760px) {
  .public-home {
    overflow: hidden;
  }

  .public-home .home-topbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .public-home .public-app-content.home-scroll {
    width: 100%;
    padding: 6px 10px calc(76px + env(safe-area-inset-bottom));
  }

  .home-workspace {
    gap: 9px;
  }

  .home-work-header {
    min-height: 38px;
  }

  .home-work-header h1 {
    font-size: 1.22rem;
  }

  .home-live-pill {
    min-height: 30px;
    padding: 0 9px;
    font-size: .72rem;
  }

  .home-work-grid, .home-app-actions {
    grid-template-columns: 1fr;
  }

  .public-home .home-location-workcard, .home-primary-task, .home-action-tile, .home-compact-process article {
    padding: 10px;
  }

  .public-home .home-location-chip-large {
    min-height: 54px;
  }

  .home-primary-task {
    grid-template-columns: 1fr;
  }

  .home-primary-copy {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
  }

  .home-task-thumb {
    width: 62px;
    height: 62px;
  }

  .home-primary-task .home-wb-panel-head h2 {
    font-size: 1.08rem;
  }

  .home-primary-task .home-wb-panel-head p:not(.home-kicker) {
    font-size: .78rem;
  }

  .home-primary-task .home-wb-action-row, .home-primary-task .home-wb-primary-action {
    width: 100%;
  }

  .home-primary-task .home-wb-primary-action {
    min-height: 44px;
  }

  .home-action-tile {
    min-height: 62px;
  }

  .home-action-tile > svg:first-child {
    width: 38px;
    height: 38px;
    padding: 9px;
  }

  .public-home .home-compact-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .public-home .home-compact-process article {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    min-height: 58px;
  }

  .public-home .home-compact-process article > svg {
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  .public-home .home-compact-process article > span, .public-home .home-compact-process small {
    display: none;
  }

  .public-home .home-compact-process strong {
    font-size: .76rem;
  }
}

.home-reference-page {
  --home-project-ink: var(--ink);
  --home-project-muted: var(--muted);
  --home-project-moss: var(--teal-dark);
  --home-project-moss-2: var(--teal);
  --home-project-gold: var(--amber);
  --home-project-paper: var(--paper);
  --home-project-paper-2: var(--paper-strong);
  min-height: 100dvh;
  color: var(--home-project-paper-2);
  background: radial-gradient(circle at 22% 16%, #0f8f822e, #0000 28%), radial-gradient(circle at 88% 42%, #f8c35b1a, #0000 26%), repeating-linear-gradient(135deg, #fffdf709 0 1px, #0000 1px 14px), linear-gradient(135deg, #1f2b21 0%, #15251e 46%, #221f18 100%);
}

.home-reference-hero {
  width: min(1476px, 100% - 24px);
  min-height: 820px;
  padding: 18px 0 70px;
  overflow: visible;
}

.home-reference-hero:before {
  background: linear-gradient(90deg, #fffdf706, #0000 28% 72%, #f8c35b09), linear-gradient(#10201f00, #10201f29);
}

.home-reference-topbar {
  z-index: 3;
  background: #121f19f5;
  border: 1px solid #fffdf70f;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 90px;
  margin-bottom: 44px;
  padding: 16px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 18px 48px #05100d3d;
}

.home-reference-brand-logo-top > span:first-child {
  background: linear-gradient(135deg, var(--home-project-gold), #ffe071 48%, var(--home-project-moss-2));
  color: #10201f;
  border-radius: 8px;
  place-items: center;
  width: 54px;
  height: 54px;
  font-size: 1.12rem;
  font-weight: 950;
  display: inline-grid;
}

.home-reference-brand-logo-top .home-reference-brand-copy {
  width: auto;
  height: auto;
  color: var(--home-project-paper-2);
  font-size: inherit;
  background: none;
  border-radius: 0;
  place-items: start;
  display: grid;
}

.home-reference-brand-logo-top strong {
  color: var(--home-project-paper-2);
  font-size: 1.12rem;
  line-height: 1.05;
}

.home-reference-brand-logo-top small {
  color: #fffdf794;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.25;
}

.home-reference-cabinet {
  min-height: 54px;
  color: var(--home-project-paper-2);
  background: #fffdf70f;
  border: 1px solid #fffdf729;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  font-size: 1rem;
  font-weight: 900;
  display: inline-flex;
}

.home-reference-login {
  width: min(640px, 100%);
  min-height: 54px;
  color: var(--home-project-ink);
  background: #f7f5eff0;
  border: 1px solid #fffdf72e;
  border-radius: 8px;
  font-size: .98rem;
  font-weight: 800;
  box-shadow: 0 16px 40px #05100d38;
}

.home-reference-login svg, .home-reference-login strong {
  color: var(--home-project-moss-2);
}

.home-reference-content {
  padding-top: 58px;
}

.home-reference-content h1, .home-reference-content h2 {
  z-index: 4;
  background: var(--home-project-paper-2);
  max-width: calc(100% - 36px);
  min-height: 46px;
  color: var(--home-project-ink);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #10201f1c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 26px;
  font-size: clamp(1.32rem, 2.35vw, 2rem);
  font-weight: 900;
  line-height: 1.04;
  display: inline-flex;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 1px #fffffff5, 0 16px 32px #05100d24;
}

.home-reference-service-block {
  z-index: 3;
  background: linear-gradient(180deg, #fffdf7f5, #efe7d6f0),
    var(--home-project-paper);
  border: 1px solid #1451451a;
  border-radius: 8px;
  justify-items: center;
  width: min(860px, 100%);
  padding: 48px 24px 24px;
  display: grid;
  position: relative;
  box-shadow: 0 22px 54px #05100d3d;
}

.home-reference-parcel-block {
  background: linear-gradient(180deg, #fffdf7fa, #efe7d6f2),
    var(--home-project-paper);
  margin-top: 0;
}

.home-reference-goods-block {
  background: linear-gradient(180deg, #fffdf7f5, #ebe2d1f0),
    var(--home-project-paper);
  margin-top: 58px;
}

.home-reference-goods-block:before, .home-reference-goods-block:after {
  display: none;
}

.home-reference-lead {
  max-width: 470px;
  color: var(--home-project-muted);
  text-align: center;
  margin: 18px 0 0;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.45;
}

.home-reference-parcels {
  gap: 12px;
  width: 100%;
  margin-top: 0;
}

.home-reference-card {
  background: var(--home-project-paper-2);
  border: 1px solid #10201f1a;
  border-radius: 8px;
  box-shadow: 0 12px 28px #05100d17;
}

.home-reference-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px #0812101c;
}

.home-reference-parcels .home-reference-card {
  height: 132px;
  position: relative;
}

.home-reference-wb {
  background: linear-gradient(135deg, #f6e2742e, transparent 44%),
    var(--home-project-moss);
  color: var(--home-project-paper);
}

.home-reference-ozon {
  background: linear-gradient(135deg, #0f8f8212, transparent 56%),
    var(--home-project-paper-2);
  color: var(--home-project-ink);
}

.home-reference-kazpost {
  background: linear-gradient(135deg, #f8c35b1f, transparent 52%),
    var(--home-project-paper-2);
  color: var(--home-project-moss-2);
}

.home-reference-page .home-reference-card {
  color: var(--home-project-ink);
}

.home-reference-page .home-reference-wb {
  color: var(--home-project-paper-2);
}

.home-reference-page .home-reference-ozon, .home-reference-page .home-reference-kazpost {
  color: var(--home-project-ink);
}

.home-reference-status {
  min-height: 26px;
  color: var(--home-project-muted);
  background: #18231f12;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.home-reference-good .home-reference-status, .home-reference-good-beer .home-reference-status {
  text-transform: none;
  margin-left: 0;
  font-family: inherit;
  font-size: .68rem;
  font-style: normal;
}

.home-reference-wb .home-reference-status {
  color: var(--home-project-paper);
  background: #fff8ea29;
}

.kazpost-wordmark {
  color: var(--home-project-moss-2);
}

.kazpost-mark {
  background: var(--home-project-moss-2);
}

.home-reference-content h2 {
  color: var(--home-project-ink);
  margin-top: 0;
}

.home-reference-goods {
  gap: 12px;
  width: 100%;
  margin-top: 0;
}

.home-reference-more-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 14px;
  display: grid;
}

.home-reference-more-item {
  min-width: 0;
  min-height: 42px;
  color: var(--home-project-ink);
  text-align: center;
  background: #fffdf7a8;
  border: 1px solid #10201f1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.12;
  display: inline-flex;
}

.home-reference-page .home-reference-more-item {
  color: var(--home-project-ink);
}

.home-reference-more-button {
  min-height: 38px;
  color: var(--home-project-moss);
  cursor: pointer;
  background: #10201f14;
  border: 1px solid #10201f1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 0 16px;
  font-size: .84rem;
  font-weight: 950;
  display: inline-flex;
}

.home-reference-more-button svg {
  color: var(--home-project-moss-2);
}

.home-reference-good {
  background: var(--home-project-paper-2);
  height: 118px;
}

.home-reference-good-beer {
  color: var(--home-project-ink);
  font-size: 1.88rem;
}

.home-reference-page .home-reference-good-beer {
  color: var(--home-project-ink);
}

.beer-mug {
  margin-left: 6px;
  font-family: Segoe UI Emoji, Apple Color Emoji, sans-serif;
  font-size: 1.18rem;
}

.home-reference-good-five {
  color: #c0392b;
  font-size: 1.24rem;
}

.home-reference-page .home-reference-good-five {
  color: #c0392b;
}

.five-logo {
  width: 46px;
  height: 46px;
  font-size: 2.12rem;
}

.home-reference-good-edem {
  color: #3f8f3a;
  font-size: 1.92rem;
}

.home-reference-page .home-reference-good-edem {
  color: #3f8f3a;
}

.home-reference-good-edem i {
  top: 33px;
  left: 104px;
}

.home-reference-main-action {
  z-index: 3;
  background: var(--home-project-moss);
  width: min(360px, 100% - 34px);
  min-height: 52px;
  color: var(--home-project-paper);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding: 0 20px;
  font-size: .96rem;
  font-weight: 900;
  display: inline-flex;
  position: relative;
  box-shadow: 0 16px 34px #14514538;
}

.home-reference-page .home-reference-main-action, .home-reference-page .home-reference-main-action svg {
  color: var(--home-project-paper);
}

.home-reference-visual {
  display: none;
}

.home-reference-route {
  border-bottom-color: #18231f24;
  width: 760px;
  top: 418px;
  left: 90px;
}

.home-reference-route:before {
  border-top-color: #18231f1a;
}

.home-reference-pin {
  filter: drop-shadow(0 14px 20px #14514524);
  top: 346px;
  left: -4px;
}

.home-reference-pin:before {
  background: linear-gradient(145deg, #e8d4a2, var(--home-project-gold) 58%, #c99542);
}

.home-reference-box {
  filter: drop-shadow(0 22px 22px #14514524);
  top: 294px;
  right: -42px;
}

.home-reference-box span {
  background: linear-gradient(145deg, #fff3cf, #dfc37b);
}

.home-reference-box-side {
  background: linear-gradient(#eed78f, #c8aa5c) !important;
}

.home-reference-box-front {
  background: linear-gradient(#f3df9f, #d0b35f) !important;
}

.home-reference-footer {
  color: var(--home-project-paper-2);
  background: #10201ff5;
  border-top-color: #fffdf714;
}

.home-reference-footer-grid {
  gap: 46px;
  width: min(1060px, 100% - 56px);
  padding-top: 44px;
}

.home-reference-footer .home-reference-brand-logo span {
  background: linear-gradient(135deg, var(--home-project-gold), #f6e274 52%, #42a575);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-reference-brand-logo strong, .home-reference-footer-block h3 {
  color: var(--home-project-paper-2);
}

.home-reference-brand p, .home-reference-footer-block, .home-reference-footer-block a, .home-reference-footer-block span, .home-reference-copy, .home-reference-socials {
  color: #fffdf79e;
}

.home-reference-footer-block svg {
  color: var(--home-project-moss-2);
}

@media (max-width: 760px) {
  .home-reference-hero {
    width: 100%;
    min-height: 720px;
    padding: 10px 10px 42px;
  }

  .home-reference-topbar {
    min-height: 72px;
    margin-bottom: 20px;
    padding: 10px 12px;
  }

  .home-reference-brand-logo-top > span:first-child {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .home-reference-brand-logo-top strong {
    font-size: 1.05rem;
  }

  .home-reference-brand-logo-top small {
    font-size: .68rem;
  }

  .home-reference-cabinet {
    min-height: 42px;
    padding: 0 10px;
    font-size: .8rem;
  }

  .home-reference-login {
    min-height: 48px;
    padding: 0 12px;
    font-size: .82rem;
  }

  .home-reference-content {
    padding-top: 50px;
  }

  .home-reference-content h1, .home-reference-content h2 {
    max-width: 330px;
    min-height: 38px;
    padding: 0 16px;
    font-size: clamp(1.02rem, 4.7vw, 1.2rem);
  }

  .home-reference-service-block {
    width: 100%;
    padding: 38px 10px 14px;
  }

  .home-reference-goods-block {
    margin-top: 48px;
  }

  .home-reference-parcels {
    gap: 8px;
    margin-top: 0;
  }

  .home-reference-parcels .home-reference-card {
    height: 88px;
    font-size: 1.58rem;
  }

  .home-reference-status {
    min-height: 20px;
    padding: 0 6px;
    font-size: .56rem;
    top: 7px;
    right: 7px;
  }

  .kazpost-wordmark {
    font-size: .68rem;
  }

  .home-reference-route {
    width: calc(100% - 28px);
    top: 336px;
    left: 16px;
  }

  .home-reference-pin {
    top: 284px;
    left: -32px;
  }

  .home-reference-box {
    opacity: .62;
    top: 306px;
    right: -134px;
  }

  .home-reference-goods {
    margin-top: 0;
  }

  .home-reference-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
  }

  .home-reference-more-item {
    min-height: 36px;
    padding: 0 8px;
    font-size: .72rem;
  }

  .home-reference-more-button {
    min-height: 36px;
    margin-top: 12px;
    font-size: .78rem;
  }

  .home-reference-good {
    height: 84px;
  }

  .home-reference-good-beer {
    font-size: 1rem;
  }

  .beer-mug {
    margin-left: 2px;
    font-size: .84rem;
  }

  .home-reference-good-five {
    font-size: .72rem;
  }

  .five-logo {
    width: 30px;
    height: 30px;
    font-size: 1.42rem;
  }

  .home-reference-good-edem {
    font-size: 1.06rem;
  }

  .home-reference-good-edem i {
    top: 24px;
    left: 50px;
  }

  .home-reference-footer-grid {
    gap: 28px;
    width: min(420px, 100% - 32px);
  }
}

.home-reference-page, .portal-page.client-page {
  --veeso-shell-ink: #10201f;
  --veeso-shell-muted: #63706e;
  --veeso-shell-paper: #f7f5ef;
  --veeso-shell-paper-strong: #fffdf7;
  --veeso-shell-moss: #0b3f3a;
  --veeso-shell-teal: #0f8f82;
  --veeso-shell-amber: #f8c35b;
  min-height: 100dvh;
  color: var(--veeso-shell-paper-strong);
  background: radial-gradient(circle at 22% 16%, #0f8f822e, #0000 28%), radial-gradient(circle at 88% 42%, #f8c35b1a, #0000 26%), repeating-linear-gradient(135deg, #fffdf709 0 1px, #0000 1px 14px), linear-gradient(135deg, #1f2b21 0%, #15251e 46%, #221f18 100%);
}

.home-reference-page:before, .portal-page.client-page:before {
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #fffdf706, #0000 28% 72%, #f8c35b09), linear-gradient(#10201f00, #10201f29);
  position: fixed;
  inset: 0;
}

.home-reference-page > *, .portal-page.client-page > * {
  z-index: 1;
  position: relative;
}

.home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header {
  z-index: 80;
  width: min(1476px, 100% - 24px);
  min-height: calc(90px + env(safe-area-inset-top));
  padding: calc(16px + env(safe-area-inset-top)) 24px 16px;
  color: var(--veeso-shell-paper-strong);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #121f19f5;
  border: 1px solid #fffdf70f;
  border-radius: 0;
  margin: 0 auto 44px;
  position: sticky;
  top: 0;
  box-shadow: 0 18px 48px #05100d3d;
}

.portal-page.client-page .brand.dark, .home-reference-page .home-reference-brand-logo-top {
  color: var(--veeso-shell-paper-strong);
}

.portal-page.client-page .app-topbar .brand-mark, .portal-page.client-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
  background: linear-gradient(135deg, var(--veeso-shell-amber), #ffe071 48%, var(--veeso-shell-teal));
  width: 54px;
  height: 54px;
  color: var(--veeso-shell-ink);
  box-shadow: none;
  border-radius: 8px;
  place-items: center;
  font-size: 1.12rem;
  font-weight: 950;
  display: inline-grid;
}

.portal-page.client-page .app-topbar .brand > span:not(.brand-mark), .portal-page.client-page .brand > span:not(.brand-mark), .home-reference-page .home-reference-brand-copy {
  gap: 0;
  min-width: 0;
  display: grid;
}

.portal-page.client-page .app-topbar .brand strong, .portal-page.client-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
  color: var(--veeso-shell-paper-strong);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.05;
}

.portal-page.client-page .app-topbar .brand small, .portal-page.client-page .brand small, .home-reference-page .home-reference-brand-logo-top small {
  display: none;
}

.portal-page.client-page .back-link, .home-reference-page .home-reference-cabinet {
  min-height: 54px;
  color: var(--veeso-shell-paper-strong);
  box-shadow: none;
  background: #fffdf70f;
  border: 1px solid #fffdf729;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 1rem;
  font-weight: 900;
}

.portal-page.client-page {
  grid-template-rows: auto minmax(0, 1fr);
  display: grid;
  overflow: auto;
}

.portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
  width: min(1476px, 100% - 24px);
  height: auto;
  margin: 0 auto;
  padding: 0 0 70px;
  overflow: visible;
}

.portal-page.client-page .cabinet-card, .portal-page.client-page .order-location-button, .portal-page.client-page .order-location-modal, .portal-page.client-page .order-progress-strip, .portal-page.client-page .mode-option, .portal-page.client-page input, .portal-page.client-page textarea, .portal-page.client-page select, .portal-page.client-page .qr-status, .portal-page.client-page .cabinet-empty-inline, .portal-page.client-page .order-courier-next {
  border-radius: 8px;
}

.portal-page.client-page .cabinet-card, .portal-page.client-page .order-location-button, .portal-page.client-page .order-location-modal {
  background: linear-gradient(180deg, #fffdf7f5, #efe7d6f0),
    var(--veeso-shell-paper);
  color: var(--veeso-shell-ink);
  border: 1px solid #fffdf752;
  box-shadow: 0 22px 54px #05100d3d;
}

.portal-page.client-page .order-planner-head {
  color: var(--veeso-shell-paper-strong);
  box-shadow: none;
  background: none;
  border: 0;
  padding: 34px 28px 40px;
}

.portal-page.client-page .order-planner-head h1 {
  color: var(--veeso-shell-paper-strong);
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 950;
}

.portal-page.client-page .order-planner-head p:not(.section-kicker) {
  color: #fffdf794;
}

.portal-page.client-page .section-kicker {
  color: #0f8f82f2;
}

.portal-page.client-page .order-ux-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .48fr);
  align-items: start;
  gap: 18px;
}

.portal-page.client-page .order-location-button {
  min-height: 80px;
  padding: 12px 16px;
}

.portal-page.client-page .order-step-index, .portal-page.client-page .order-location-action, .portal-page.client-page .order-progress-strip span.active, .portal-page.client-page .order-progress-strip span.done, .portal-page.client-page .primary-action {
  background: var(--veeso-shell-moss);
  color: var(--veeso-shell-paper-strong);
}

.portal-page.client-page .order-location-button > svg, .portal-page.client-page .order-selected-point > span, .portal-page.client-page .mode-option > svg, .portal-page.client-page .qr-status > svg, .portal-page.client-page .cabinet-empty-inline svg, .portal-page.client-page .order-courier-next > span {
  color: var(--veeso-shell-teal);
  background: #0f8f821a;
}

.portal-page.client-page .order-pvz-panel, .portal-page.client-page .order-checkout-panel {
  padding: 24px;
}

.portal-page.client-page .order-pvz-panel h2, .portal-page.client-page .order-checkout-panel strong, .portal-page.client-page .order-selected-point strong {
  color: var(--veeso-shell-ink);
}

.portal-page.client-page .cabinet-muted, .portal-page.client-page .order-selected-point small, .portal-page.client-page .order-selected-point p, .portal-page.client-page .mode-option small, .portal-page.client-page .cabinet-form label {
  color: var(--veeso-shell-muted);
}

@media (max-width: 700px) {
  .home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header {
    width: 100%;
    min-height: calc(72px + env(safe-area-inset-top));
    padding: calc(10px + env(safe-area-inset-top)) 10px 10px;
    margin-bottom: 20px;
  }

  .portal-page.client-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .portal-page.client-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
    font-size: 1.05rem;
  }

  .portal-page.client-page .back-link, .home-reference-page .home-reference-cabinet {
    min-height: 42px;
    padding: 0 10px;
    font-size: .8rem;
  }

  .portal-page.client-page .back-link {
    justify-content: center;
    width: 42px;
    padding: 0;
  }

  .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
    width: 100%;
    padding: 0 10px 42px;
  }

  .portal-page.client-page .order-planner-head {
    padding: 18px 8px 26px;
  }

  .portal-page.client-page .order-planner-head h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .portal-page.client-page .order-ux-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portal-page.client-page .order-pvz-panel, .portal-page.client-page .order-checkout-panel {
    padding: 16px;
  }

  .portal-page.client-page .order-location-button {
    min-height: 64px;
    padding: 10px 12px;
  }
}

/* [project]/app/shell-overrides.css [app-client] (css) */
.home-reference-page, .portal-page.client-page, .auth-page {
  --veeso-shell-ink: #10201f;
  --veeso-shell-muted: #63706e;
  --veeso-shell-paper: #f7f5ef;
  --veeso-shell-paper-strong: #fffdf7;
  --veeso-shell-moss: #0b3f3a;
  --veeso-shell-teal: #0f8f82;
  --veeso-shell-amber: #f8c35b;
  min-height: 100dvh;
  color: var(--veeso-shell-paper-strong);
  background-color: #0000;
  background-image: radial-gradient(circle at 22% 16%, #0f8f822e, #0000 28%), radial-gradient(circle at 88% 42%, #f8c35b1a, #0000 26%), repeating-linear-gradient(135deg, #fffdf709 0 1px, #0000 1px 14px), linear-gradient(135deg, #1f2b21 0%, #15251e 46%, #221f18 100%);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto;
  background-attachment: fixed;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box, border-box;
}

.home-reference-page:before, .portal-page.client-page:before, .auth-page:before {
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #fffdf706, #0000 28% 72%, #f8c35b09), linear-gradient(#10201f00, #10201f29);
  position: fixed;
  inset: 0;
}

.home-reference-page > *, .portal-page.client-page > *, .auth-page > * {
  z-index: 1;
  position: relative;
}

.portal-page.client-page > .order-location-modal-backdrop {
  z-index: 120;
  padding: calc(108px + env(safe-area-inset-top)) 18px 18px;
  place-items: start center;
  display: grid;
  position: fixed;
  inset: 0;
}

.home-reference-page .home-reference-hero {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header, .auth-page .portal-header {
  z-index: 80;
  width: min(1476px, 100% - 24px);
  min-height: calc(90px + env(safe-area-inset-top));
  padding: calc(16px + env(safe-area-inset-top)) 24px 16px;
  color: var(--veeso-shell-paper-strong);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #121f19f5;
  border: 1px solid #fffdf70f;
  border-radius: 0;
  margin: 0 auto 44px;
  position: sticky;
  top: 0;
  box-shadow: 0 18px 48px #05100d3d;
}

.portal-page.client-page .brand.dark, .auth-page .brand.dark, .home-reference-page .home-reference-brand-logo-top {
  color: var(--veeso-shell-paper-strong);
}

.portal-page.client-page .app-topbar .brand-mark, .portal-page.client-page .brand-mark, .auth-page .app-topbar .brand-mark, .auth-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
  background: linear-gradient(135deg, var(--veeso-shell-amber), #ffe071 48%, var(--veeso-shell-teal));
  width: 54px;
  height: 54px;
  color: var(--veeso-shell-ink);
  box-shadow: none;
  border-radius: 8px;
  place-items: center;
  font-size: 1.12rem;
  font-weight: 950;
  display: inline-grid;
}

.portal-page.client-page .app-topbar .brand > span:not(.brand-mark), .portal-page.client-page .brand > span:not(.brand-mark), .auth-page .app-topbar .brand > span:not(.brand-mark), .auth-page .brand > span:not(.brand-mark), .home-reference-page .home-reference-brand-copy {
  gap: 0;
  min-width: 0;
  display: grid;
}

.portal-page.client-page .app-topbar .brand strong, .portal-page.client-page .brand strong, .auth-page .app-topbar .brand strong, .auth-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
  color: var(--veeso-shell-paper-strong);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.05;
}

.portal-page.client-page .app-topbar .brand small, .portal-page.client-page .brand small, .auth-page .app-topbar .brand small, .auth-page .brand small, .home-reference-page .home-reference-brand-logo-top small {
  display: none;
}

.portal-page.client-page .back-link, .auth-page .back-link, .home-reference-page .home-reference-cabinet {
  min-height: 54px;
  color: var(--veeso-shell-paper-strong);
  box-shadow: none;
  background: #fffdf70f;
  border: 1px solid #fffdf729;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 1rem;
  font-weight: 900;
}

.portal-page.client-page .order-start-topbar {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  display: grid;
}

.portal-page.client-page .order-start-topbar .brand {
  justify-self: start;
}

.portal-page.client-page .order-start-topbar .back-link {
  justify-self: end;
}

.portal-page.client-page .order-header-location {
  min-width: 0;
  max-width: min(520px, 100%);
  color: var(--veeso-shell-paper-strong);
  background: #fffdf70f;
  border: 1px solid #fffdf724;
  border-radius: 8px;
  justify-self: center;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 14px;
  display: inline-flex;
}

.portal-page.client-page .order-header-location > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.15;
  overflow: hidden;
}

.portal-page.client-page .order-header-location > button {
  width: 38px;
  height: 38px;
  color: var(--veeso-shell-paper-strong);
  cursor: pointer;
  background: #0f8f8224;
  border: 1px solid #0f8f8238;
  border-radius: 8px;
  flex: none;
  place-items: center;
  transition: background .16s, border-color .16s;
  display: inline-grid;
}

.portal-page.client-page .order-header-location > button:hover {
  background: #0f8f8238;
  border-color: #0f8f826b;
}

.portal-page.client-page {
  grid-template-rows: auto minmax(0, 1fr);
  display: grid;
  overflow: auto;
}

.portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
  width: min(1476px, 100% - 24px);
  height: auto;
  margin: 0 auto;
  padding: 0 0 70px;
  overflow: visible;
}

.portal-page.client-page > .order-start-shell {
  width: min(980px, 100% - 24px);
}

.portal-page.client-page .cabinet-card, .portal-page.client-page .order-location-button, .portal-page.client-page .order-location-modal, .portal-page.client-page .order-progress-strip, .portal-page.client-page .mode-option, .portal-page.client-page input, .portal-page.client-page textarea, .portal-page.client-page select, .portal-page.client-page .qr-status, .portal-page.client-page .cabinet-empty-inline, .portal-page.client-page .order-courier-next {
  border-radius: 8px;
}

.portal-page.client-page .cabinet-card, .portal-page.client-page .order-location-button, .portal-page.client-page .order-location-modal {
  background: linear-gradient(180deg, #fffdf7f5, #efe7d6f0),
    var(--veeso-shell-paper);
  color: var(--veeso-shell-ink);
  border: 1px solid #fffdf752;
  box-shadow: 0 22px 54px #05100d3d;
}

.portal-page.client-page .order-planner-head {
  color: var(--veeso-shell-paper-strong);
  box-shadow: none;
  background: none;
  border: 0;
  padding: 34px 28px 40px;
}

.portal-page.client-page .order-planner-head h1 {
  color: var(--veeso-shell-paper-strong);
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 950;
}

.portal-page.client-page .order-planner-head p:not(.section-kicker) {
  color: #fffdf794;
}

.portal-page.client-page .section-kicker {
  color: #0f8f82f2;
}

.portal-page.client-page .order-ux-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.portal-page.client-page .order-location-button {
  min-height: 80px;
  padding: 12px 16px;
  overflow: hidden;
}

.portal-page.client-page .order-step-index, .portal-page.client-page .order-location-action, .portal-page.client-page .order-progress-strip span.active, .portal-page.client-page .order-progress-strip span.done, .portal-page.client-page .primary-action {
  background: var(--veeso-shell-moss);
  color: var(--veeso-shell-paper-strong);
}

.portal-page.client-page .order-location-copy {
  min-width: 0;
}

.portal-page.client-page .order-location-copy strong, .portal-page.client-page .order-location-copy small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.portal-page.client-page .order-location-action {
  white-space: nowrap;
  flex: none;
}

.portal-page.client-page .order-location-modal {
  border-radius: 8px;
  gap: 12px;
  overflow: visible;
}

.portal-page.client-page .order-location-search-wrap, .portal-page.client-page .order-location-current-wrap {
  position: relative;
}

.portal-page.client-page .order-location-search-wrap {
  z-index: 40;
}

.portal-page.client-page .order-location-current-wrap {
  z-index: 30;
}

.portal-page.client-page .order-location-search-wrap.active, .portal-page.client-page .order-location-current-wrap.active {
  z-index: 90;
}

.portal-page.client-page .order-location-dropdown {
  z-index: 60;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffdf7fa;
  border: 1px solid #10201f1f;
  border-radius: 8px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  box-shadow: 0 18px 44px #08121038, inset 0 1px #ffffffb8;
}

.portal-page.client-page .order-location-current {
  width: 100%;
  color: var(--veeso-shell-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: #0f8f8212;
  border: 1px solid #0f8f8221;
  border-radius: 8px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
}

.portal-page.client-page .order-location-current-icon {
  width: 42px;
  height: 42px;
  color: var(--veeso-shell-teal);
  background: #0f8f821c;
  border-radius: 8px;
  padding: 11px;
}

.portal-page.client-page .order-location-current-chevron {
  color: var(--veeso-shell-teal);
}

.portal-page.client-page .order-location-current span {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.portal-page.client-page .order-location-current small {
  color: var(--veeso-shell-muted);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
}

.portal-page.client-page .order-location-current strong {
  color: var(--veeso-shell-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.02rem;
  font-weight: 950;
  overflow: hidden;
}

.portal-page.client-page .order-location-step-panel {
  min-height: 0;
}

.portal-page.client-page .order-location-suggestions, .portal-page.client-page .order-region-list, .portal-page.client-page .order-district-list {
  overscroll-behavior: contain;
  gap: 8px;
  max-height: min(300px, 38dvh);
  padding-right: 2px;
  display: grid;
  overflow-y: auto;
}

.portal-page.client-page .order-location-suggestions button, .portal-page.client-page .order-region-list button, .portal-page.client-page .order-district-list button {
  width: 100%;
  min-height: 58px;
  color: var(--veeso-shell-ink);
  cursor: pointer;
  text-align: left;
  background: #fffdf7e0;
  border: 1px solid #10201f1a;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  transition: background .16s, border-color .16s, transform .16s;
  display: grid;
}

.portal-page.client-page .order-location-suggestions button:hover, .portal-page.client-page .order-region-list button:hover, .portal-page.client-page .order-district-list button:hover {
  background: #fffdf7;
  border-color: #0f8f824d;
  transform: translateY(-1px);
}

.portal-page.client-page .order-location-suggestions button > span, .portal-page.client-page .order-region-list button > span, .portal-page.client-page .order-district-list button > span {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.portal-page.client-page .order-location-suggestions strong, .portal-page.client-page .order-region-list strong, .portal-page.client-page .order-district-list strong {
  color: var(--veeso-shell-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 950;
  overflow: hidden;
}

.portal-page.client-page .order-location-suggestions small, .portal-page.client-page .order-region-list small, .portal-page.client-page .order-district-list small {
  color: var(--veeso-shell-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .78rem;
  font-weight: 850;
  overflow: hidden;
}

.portal-page.client-page .order-location-suggestions button > svg, .portal-page.client-page .order-region-list button > svg, .portal-page.client-page .order-district-list button > svg {
  color: var(--veeso-shell-teal);
}

.portal-page.client-page .order-location-suggestions button.active, .portal-page.client-page .order-region-list button.active, .portal-page.client-page .order-district-list button.active {
  background: #0f8f821a;
  border-color: #0f8f8257;
}

.portal-page.client-page .order-location-back {
  width: fit-content;
  min-height: 38px;
  color: var(--veeso-shell-ink);
  cursor: pointer;
  background: #10201f0f;
  border: 1px solid #10201f1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  padding: 0 12px;
  font-weight: 950;
  display: inline-flex;
}

.portal-page.client-page .order-location-back svg {
  transform: rotate(90deg);
}

.portal-page.client-page .order-location-suggestions p, .portal-page.client-page .order-region-list p, .portal-page.client-page .order-district-list p {
  color: var(--veeso-shell-muted);
  margin: 0;
  padding: 12px;
  font-weight: 850;
}

.portal-page.client-page .order-location-button > svg, .portal-page.client-page .order-selected-point > span, .portal-page.client-page .mode-option > svg, .portal-page.client-page .qr-status > svg, .portal-page.client-page .cabinet-empty-inline svg, .portal-page.client-page .order-courier-next > span {
  color: var(--veeso-shell-teal);
  background: #0f8f821a;
}

.portal-page.client-page .order-pvz-panel, .portal-page.client-page .order-checkout-panel {
  padding: 24px;
}

.portal-page.client-page .order-pvz-panel h2, .portal-page.client-page .order-checkout-panel strong, .portal-page.client-page .order-selected-point strong {
  color: var(--veeso-shell-ink);
}

.portal-page.client-page .cabinet-muted, .portal-page.client-page .order-selected-point small, .portal-page.client-page .order-selected-point p, .portal-page.client-page .mode-option small, .portal-page.client-page .cabinet-form label {
  color: var(--veeso-shell-muted);
}

@media (max-width: 700px) {
  .home-reference-page .home-reference-hero {
    padding-top: 0;
  }

  .home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header, .auth-page .portal-header {
    min-height: calc(72px + env(safe-area-inset-top));
    padding: calc(10px + env(safe-area-inset-top)) 10px 10px;
    margin-bottom: 20px;
  }

  .home-reference-page .home-reference-topbar, .portal-page.client-page .portal-header {
    width: calc(100% - 20px);
  }

  .portal-page.client-page .app-topbar .brand-mark, .portal-page.client-page .brand-mark, .auth-page .app-topbar .brand-mark, .auth-page .brand-mark, .home-reference-page .home-reference-brand-logo-top > span:first-child {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .portal-page.client-page .app-topbar .brand strong, .portal-page.client-page .brand strong, .auth-page .app-topbar .brand strong, .auth-page .brand strong, .home-reference-page .home-reference-brand-logo-top strong {
    font-size: 1.05rem;
  }

  .portal-page.client-page .back-link, .auth-page .back-link, .home-reference-page .home-reference-cabinet {
    min-height: 42px;
    padding: 0 10px;
    font-size: .8rem;
  }

  .portal-page.client-page .back-link {
    justify-content: center;
    width: 42px;
    padding: 0;
  }

  .portal-page.client-page .order-start-topbar {
    grid-template-columns: auto minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .portal-page.client-page .order-header-location {
    gap: 5px;
    max-width: 100%;
    padding: 5px 6px 5px 9px;
  }

  .portal-page.client-page .order-header-location > span {
    font-size: .82rem;
  }

  .portal-page.client-page .order-header-location > button {
    width: 34px;
    height: 34px;
  }

  .portal-page.client-page > .order-location-modal-backdrop {
    padding: calc(82px + env(safe-area-inset-top)) 10px 10px;
    align-items: start;
  }

  .auth-page .portal-header {
    width: calc(100% - 20px);
  }

  .portal-page.client-page > .cabinet-shell, .portal-page.client-page > .cabinet-empty {
    width: 100%;
    padding: 0 10px 42px;
  }

  .portal-page.client-page .order-planner-head {
    padding: 18px 8px 26px;
  }

  .portal-page.client-page .order-planner-head h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .portal-page.client-page .order-ux-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portal-page.client-page .order-pvz-panel, .portal-page.client-page .order-checkout-panel {
    padding: 16px;
  }

  .portal-page.client-page .order-location-button {
    grid-template-columns: 32px 20px minmax(0, 1fr) 42px;
    gap: 8px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .portal-page.client-page .order-step-index {
    border-radius: 8px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: .84rem;
  }

  .portal-page.client-page .order-location-button > svg {
    width: 20px;
    height: 20px;
  }

  .portal-page.client-page .order-location-copy {
    gap: 2px;
    overflow: hidden;
  }

  .portal-page.client-page .order-location-copy strong {
    font-size: .98rem;
    line-height: 1.12;
  }

  .portal-page.client-page .order-location-copy small {
    font-size: .74rem;
    line-height: 1.2;
  }

  .portal-page.client-page .order-location-action {
    border-radius: 8px;
    justify-content: center;
    gap: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
  }

  .portal-page.client-page .order-location-action svg {
    width: 18px;
    height: 18px;
  }

  .portal-page.client-page .order-location-modal {
    border-radius: 16px;
    gap: 10px;
    padding: 14px 12px 16px;
    overflow: visible;
  }

  .portal-page.client-page .order-location-modal-head h2 {
    font-size: 1.34rem;
  }

  .portal-page.client-page .order-location-current {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    padding: 8px;
  }

  .portal-page.client-page .order-location-current-icon {
    width: 38px;
    height: 38px;
    padding: 10px;
  }

  .portal-page.client-page .order-location-dropdown {
    padding: 5px;
    top: calc(100% + 5px);
  }

  .portal-page.client-page .order-location-current-wrap .order-location-dropdown {
    top: calc(100% + 5px);
    bottom: auto;
  }

  .portal-page.client-page .order-location-suggestions, .portal-page.client-page .order-region-list, .portal-page.client-page .order-district-list {
    max-height: min(300px, 39dvh);
  }

  .portal-page.client-page .order-location-suggestions button, .portal-page.client-page .order-region-list button, .portal-page.client-page .order-district-list button {
    min-height: 56px;
    padding: 9px 10px;
  }
}

/*# sourceMappingURL=app_0hygava._.css.map*/