:root {
  --bg: #f5f8f7;
  --bg-soft: #eef5f2;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --sidebar: #102921;
  --line: rgba(16, 41, 33, 0.1);
  --text: #1a2723;
  --muted: #667872;
  --brand: #0f8f67;
  --brand-strong: #0b6c4f;
  --mint: #9de6c5;
  --amber: #f2c46d;
  --danger: #e58d8d;
  --shadow-xl: 0 30px 80px rgba(16, 41, 33, 0.14);
  --shadow-lg: 0 18px 50px rgba(16, 41, 33, 0.1);
  --shadow-sm: 0 8px 24px rgba(16, 41, 33, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --font: "Poppins", "Segoe UI Variable", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font: 500 14px/1.6 var(--font);
  background:
    radial-gradient(circle at top left, rgba(157, 230, 197, 0.84), transparent 24%),
    radial-gradient(circle at right center, rgba(15, 143, 103, 0.12), transparent 26%),
    linear-gradient(180deg, #f8fbfa 0%, #edf4f1 100%);
}

body.has-mobile-menu {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--brand-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.auth-body,
.app-body {
  min-height: 100vh;
}

.auth-stage {
  min-height: 100vh;
  padding: 28px;
  display: grid;
  place-items: center;
}

.auth-stage__toolbar {
  width: min(1240px, 100%);
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.auth-layout {
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: minmax(380px, 480px) minmax(420px, 1fr);
  gap: 24px;
}

.auth-card,
.showcase-card,
.panel-card,
.stat-card,
.hero-panel,
.tender-card,
.comparison-card,
.supplier-card {
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-lg);
}

.stat-card,
.panel-card {
  position: relative;
  overflow: hidden;
}

.stat-card__art {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 72px;
  height: 72px;
  color: rgba(15, 143, 103, 0.12);
  pointer-events: none;
}

.stat-card__art svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.4;
}

.stat-card > *,
.panel-card > * {
  position: relative;
  z-index: 1;
}

.stat-card::before,
.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stat-card--mint::before,
.panel-card--mint::before {
  background: linear-gradient(180deg, rgba(157, 230, 197, 0.26) 0%, rgba(157, 230, 197, 0.04) 26%, rgba(255, 255, 255, 0) 64%);
}

.stat-card--sky::before,
.panel-card--sky::before {
  background: linear-gradient(180deg, rgba(191, 226, 235, 0.24) 0%, rgba(191, 226, 235, 0.05) 24%, rgba(255, 255, 255, 0) 64%);
}

.stat-card--amber::before,
.panel-card--amber::before {
  background: linear-gradient(180deg, rgba(245, 220, 176, 0.24) 0%, rgba(245, 220, 176, 0.05) 24%, rgba(255, 255, 255, 0) 64%);
}

.stat-card--rose::before,
.panel-card--rose::before {
  background: linear-gradient(180deg, rgba(238, 210, 219, 0.26) 0%, rgba(238, 210, 219, 0.05) 24%, rgba(255, 255, 255, 0) 64%);
}

.auth-card,
.showcase-card {
  border-radius: var(--radius-xl);
  padding: 36px;
}

.auth-card h1,
.showcase-card h2,
.topbar h1,
.hero-panel h2,
.panel-card h3,
.comparison-card h3,
.supplier-card h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.auth-card h1 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 700;
}

.brand-lockup {
  width: min(310px, 82%);
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.showcase-card h2 {
  font-size: clamp(1.95rem, 3vw, 3rem);
  font-weight: 700;
}

.topbar h1 {
  font-size: clamp(1.95rem, 2.9vw, 2.65rem);
  font-weight: 700;
}

.hero-panel h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.4rem);
  font-weight: 700;
}

.panel-card h3,
.comparison-card h3,
.supplier-card h3 {
  font-size: 1.34rem;
  font-weight: 600;
}

.auth-copy,
.showcase-card p,
.topbar p,
.hero-panel p,
.sidebar__spotlight p,
.list-row p,
.supplier-mini p,
.notification-item p,
.comparison-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.7;
}

.demo-switches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.auth-toggle {
  margin: 24px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(16, 41, 33, 0.06);
}

.auth-toggle__button {
  flex: 1 1 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.auth-toggle__button.is-active {
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 10px 20px rgba(16, 41, 33, 0.08);
}

.auth-pane {
  display: none;
}

.auth-pane.is-active {
  display: block;
}

.demo-switch {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 143, 103, 0.08);
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 600;
  transition: transform 160ms ease, background 160ms ease;
}

.demo-switch:hover {
  transform: translateY(-1px);
  background: rgba(15, 143, 103, 0.14);
}

.login-form {
  display: grid;
  gap: 14px;
}

.login-form--register {
  gap: 16px;
}

.registration-intro,
.auth-note {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(15, 143, 103, 0.06);
  border: 1px solid rgba(15, 143, 103, 0.08);
  display: grid;
  gap: 6px;
}

.registration-intro strong,
.auth-note strong {
  font-size: 0.94rem;
  font-weight: 600;
}

.registration-intro p,
.auth-note span {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.registration-intro--soft {
  background: rgba(157, 230, 197, 0.12);
}

.auth-note--amber {
  background: rgba(246, 203, 117, 0.14);
  border-color: rgba(246, 203, 117, 0.22);
}

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

.register-grid__wide {
  grid-column: 1 / -1;
}

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

.plan-pill {
  appearance: none;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 247, 0.92));
  border: 1px solid rgba(16, 41, 33, 0.1);
  text-align: left;
  display: grid;
  gap: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.plan-pill span {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
}

.plan-pill strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.plan-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 143, 103, 0.18);
  box-shadow: 0 10px 22px rgba(16, 41, 33, 0.08);
}

.plan-pill.is-active {
  background: linear-gradient(135deg, #0f8f67 0%, #16a178 100%);
  border-color: rgba(15, 143, 103, 0.36);
  box-shadow: 0 18px 34px rgba(15, 143, 103, 0.24);
}

.plan-pill.is-active span,
.plan-pill.is-active strong {
  color: #f5fffb;
}

.login-form label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
}

.login-form input {
  width: 100%;
  padding: 13px 15px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(16, 41, 33, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
}

.login-form input:focus,
.action-button:focus,
.demo-switch:focus {
  outline: 2px solid rgba(15, 143, 103, 0.22);
  outline-offset: 2px;
}

.login-form > button,
.action-button,
.mobile-topbar__link,
.lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 17px;
  border-radius: 16px;
  font-size: 0.86rem;
  font-weight: 600;
}

.login-form > button,
.action-button--primary,
.mobile-topbar__link {
  background: linear-gradient(135deg, var(--brand) 0%, #14a276 100%);
  color: #f5fffb;
  box-shadow: 0 16px 34px rgba(15, 143, 103, 0.25);
}

.action-button--secondary {
  background: rgba(16, 41, 33, 0.06);
  color: var(--text);
}

.lang-button {
  padding: 11px 14px;
  background: rgba(16, 41, 33, 0.06);
  color: var(--text);
  border: 1px solid rgba(16, 41, 33, 0.08);
  box-shadow: none;
}

.lang-button--flag {
  width: auto;
  min-width: 78px;
  height: 50px;
  padding: 0 12px 0 14px;
  gap: 8px;
  border-radius: 18px;
}

.lang-button--mobile {
  min-width: 70px;
  height: 44px;
  padding: 0 10px 0 12px;
  border-radius: 14px;
}

.lang-button__code {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}

.lang-flag {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(16, 41, 33, 0.08);
}

.lang-flag--gb-image {
  background-image: url("icons/lang-en.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lang-flag--tr {
  background-image: url("icons/lang-tr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.action-button,
.demo-switch,
.nav-links a,
.logout-link,
.tender-card,
.comparison-card,
.supplier-mini,
.supplier-card,
.panel-card,
.stat-card {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.action-button:hover,
.lang-button:hover,
.nav-links a:hover,
.logout-link:hover,
.tender-card:hover,
.comparison-card:hover,
.supplier-mini:hover,
.supplier-card:hover,
.panel-card:hover,
.stat-card:hover {
  transform: translateY(-2px);
}

.auth-hints {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.auth-hints div {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(15, 143, 103, 0.05);
  display: grid;
  gap: 4px;
}

.auth-hints strong {
  font-size: 0.88rem;
  font-weight: 600;
}

.auth-hints--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(157, 230, 197, 0.7), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,251,249,0.86));
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(15, 143, 103, 0.1), rgba(157, 230, 197, 0.32));
  border-radius: 44px;
  transform: rotate(22deg);
}

.showcase-card--login {
  display: grid;
  align-content: start;
  padding: 0;
  min-height: 660px;
}

.showcase-card__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(16, 41, 33, 0.08);
  background: #eef4f0;
  box-shadow: 0 22px 38px rgba(16, 41, 33, 0.08);
}

.showcase-card--login .showcase-card__media {
  height: 100%;
  border: 0;
  border-radius: var(--radius-xl);
}

.showcase-card--login .showcase-card__image {
  height: 100%;
  min-height: 660px;
}

.showcase-card__image {
  display: block;
  width: 100%;
  height: 360px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.showcase-card__hero {
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.showcase-metrics {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}

.showcase-metrics article,
.flow-step {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 41, 33, 0.08);
}

.showcase-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.04rem;
  font-weight: 600;
}

.showcase-flow {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.pricing-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}

.pricing-grid--compact {
  margin-top: 0;
}

.pricing-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 41, 33, 0.08);
  display: grid;
  gap: 10px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 41, 33, 0.08);
}

.pricing-card--featured {
  background: linear-gradient(180deg, rgba(15, 143, 103, 0.11), rgba(255, 255, 255, 0.82));
  border-color: rgba(15, 143, 103, 0.18);
}

.pricing-card__badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 143, 103, 0.1);
  color: var(--brand-strong);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-card__price {
  display: grid;
  gap: 2px;
}

.pricing-card__price strong {
  font-size: 1.5rem;
  line-height: 1;
}

.pricing-card__price span,
.pricing-card__total {
  color: var(--muted);
  font-size: 0.78rem;
}

.pricing-card__features {
  display: grid;
  gap: 8px;
}

.pricing-card__features span {
  position: relative;
  padding-left: 16px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 500;
}

.pricing-card__features span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), #15a779);
}

.flow-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.flow-step span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand), #15a779);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.app-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 249, 0.94)),
    #ffffff;
  color: var(--text);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid rgba(16, 41, 33, 0.08);
  box-shadow: 10px 0 40px rgba(16, 41, 33, 0.05);
}

.sidebar__brand,
.sidebar__meta,
.sidebar__spotlight,
.sidebar__footer {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 41, 33, 0.07);
  padding: 18px;
}

.sidebar__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sidebar__brand--logo-only {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 48px;
}

.sidebar__logo-only {
  width: min(210px, 100%);
  height: auto;
  margin: 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.brand-mark--large {
  width: 52px;
  height: 52px;
  border-radius: 18px;
}

.brand-mark__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sidebar__brand-copy {
  min-width: 0;
}

.mobile-topbar__brand-logo {
  width: 176px;
  height: auto;
  display: block;
}

.sidebar__brand strong,
.sidebar__meta strong,
.user-badge strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
}

.sidebar__brand span,
.sidebar__meta small,
.sidebar__spotlight p,
.user-badge small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 400;
}

.sidebar__role {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 143, 103, 0.1);
  color: var(--brand-strong);
  font-size: 0.67rem;
  font-weight: 600;
}

.sidebar__nav {
  display: grid;
  gap: 8px;
}

.nav-links a,
.logout-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  padding: 12px 14px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-links a.is-active,
.nav-links a:hover,
.logout-link:hover {
  background: rgba(15, 143, 103, 0.1);
  color: var(--brand-strong);
}

.nav-links svg,
.logout-link svg,
.action-button svg,
.login-form svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.sidebar__spotlight strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
}

.sidebar__footer {
  margin-top: auto;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.user-badge {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  width: 100%;
}

.user-badge span:first-child {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(15, 143, 103, 0.1);
  color: var(--brand-strong);
  font-size: 0.84rem;
  font-weight: 700;
}

.sidebar__footer .user-badge strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.sidebar__footer .user-badge__content {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sidebar__footer .user-badge small {
  display: block;
  font-size: 0.72rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar__footer .logout-link {
  justify-self: start;
  align-self: start;
  width: auto;
  gap: 8px;
  margin-left: 50px;
  max-width: calc(100% - 50px);
  padding: 8px 11px;
  border-radius: 14px;
  background: rgba(15, 143, 103, 0.08);
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 600;
}

.sidebar__footer .logout-link:hover {
  background: rgba(15, 143, 103, 0.12);
}

.sidebar__footer .logout-link svg {
  width: 15px;
  height: 15px;
}

.main-shell {
  padding: 26px;
  display: grid;
  gap: 22px;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.72));
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow: var(--shadow-sm);
}

.topbar__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.subscription-shell {
  border-radius: var(--radius-xl);
  padding: 28px;
}

.subscription-highlight {
  margin: 20px 0 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.subscription-highlight > div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(16, 41, 33, 0.04);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

.subscription-highlight small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.76rem;
}

.subscription-highlight strong {
  font-size: 1rem;
  font-weight: 700;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  gap: 18px;
}

.form-card,
.form-aside {
  border-radius: var(--radius-xl);
  padding: 24px;
}

.app-form {
  display: grid;
  gap: 18px;
}

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

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(16, 41, 33, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
}

.form-field textarea {
  resize: vertical;
  min-height: 112px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(15, 143, 103, 0.18);
  outline-offset: 2px;
}

.check-grid,
.choice-stack,
.aside-list {
  display: grid;
  gap: 12px;
}

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

.check-card,
.choice-card,
.info-strip,
.empty-state-card {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(16, 41, 33, 0.04);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

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

.check-card input,
.choice-card input {
  margin-top: 3px;
}

.check-card.is-selected {
  box-shadow: inset 0 0 0 1px rgba(15, 143, 103, 0.14);
  background: rgba(157, 230, 197, 0.14);
}

.choice-card__body,
.aside-list div {
  display: grid;
  gap: 6px;
}

.choice-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.choice-card p,
.check-card small,
.empty-state-card p,
.aside-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.aside-list strong,
.check-card strong,
.empty-state-card strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
}

.info-strip {
  display: grid;
  gap: 4px;
  background: rgba(157, 230, 197, 0.14);
}

.empty-state-card--soft {
  margin-top: 18px;
  background: rgba(15, 143, 103, 0.06);
  border-color: rgba(15, 143, 103, 0.08);
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.procurement-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: start;
}

.procurement-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  overflow: visible;
}

.procurement-card__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.procurement-card__intro p,
.form-section__heading p,
.summary-tip p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.65;
}

.catalog-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 10px 13px;
  border-radius: 15px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.2);
  border: 1px solid rgba(15, 143, 103, 0.1);
  font-size: 0.72rem;
}

.catalog-count strong {
  font-size: 1rem;
}

.procurement-form {
  gap: 16px;
}

.form-section {
  display: grid;
  gap: 18px;
  padding: 21px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(251, 253, 252, 0.96), rgba(246, 250, 248, 0.88));
  border: 1px solid rgba(16, 41, 33, 0.08);
}

.form-section--products {
  position: relative;
  background: linear-gradient(180deg, rgba(230, 248, 240, 0.7), rgba(250, 253, 252, 0.94) 34%);
  border-color: rgba(15, 143, 103, 0.12);
}

.form-section__heading,
.form-section__heading-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.form-section__heading--action {
  justify-content: space-between;
  gap: 16px;
}

.form-section__heading h4,
.catalog-create-panel h4 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
}

.form-section__step {
  flex: 0 0 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
}

.line-add-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 12px 25px rgba(15, 143, 103, 0.18);
  font-size: 0.78rem;
  font-weight: 600;
}

.line-add-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
}

.procurement-lines {
  display: grid;
  gap: 12px;
}

.procurement-lines-footer {
  position: sticky;
  z-index: 18;
  bottom: 12px;
  width: min(100%, 480px);
  margin: 14px auto 0;
  padding: 7px;
  border: 1px solid rgba(15, 143, 103, 0.16);
  border-radius: 19px;
  background: rgba(250, 253, 252, 0.93);
  box-shadow: 0 16px 34px rgba(16, 41, 33, 0.13);
  backdrop-filter: blur(16px);
}

.line-add-button--bottom {
  width: 100%;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 13px;
  justify-content: flex-start;
  text-align: left;
}

.line-add-button--bottom > svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.line-add-button__copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.line-add-button__copy strong {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 650;
}

.line-add-button__copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.61rem;
  font-weight: 400;
}

.procurement-line {
  position: relative;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 41, 33, 0.09);
  box-shadow: 0 9px 22px rgba(16, 41, 33, 0.045);
}

.procurement-line__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
}

.procurement-line__number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.24);
  font-size: 0.68rem;
  font-weight: 700;
}

.procurement-line__head strong {
  font-size: 0.82rem;
  font-weight: 600;
}

.procurement-line__remove {
  margin-left: auto;
  padding: 7px 9px;
  border-radius: 10px;
  color: #9a5454;
  background: rgba(229, 141, 141, 0.11);
  font-size: 0.69rem;
  font-weight: 600;
}

.procurement-line__grid {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(90px, 0.55fr) minmax(110px, 0.65fr);
  gap: 12px;
  align-items: end;
}

.procurement-line__note {
  grid-column: 1 / -1;
}

.product-search-field {
  position: relative;
}

.product-search-field input[type="search"] {
  padding-left: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23667872' stroke-width='1.8'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px center;
}

.product-suggestions {
  position: absolute;
  z-index: 25;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  max-height: 340px;
  overflow-y: auto;
  padding: 7px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(16, 41, 33, 0.11);
  box-shadow: 0 22px 54px rgba(16, 41, 33, 0.17);
}

.product-search-state {
  display: block;
  padding: 13px 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  text-align: center;
}

.product-suggestion {
  width: 100%;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  color: var(--text);
  background: transparent;
  text-align: left;
}

.product-suggestion:hover,
.product-suggestion:focus-visible {
  background: rgba(157, 230, 197, 0.18);
  outline: none;
}

.product-suggestion > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.product-suggestion strong {
  font-size: 0.78rem;
  font-weight: 600;
}

.product-suggestion small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 400;
}

.product-suggestion em {
  flex: 0 0 auto;
  padding: 4px 6px;
  border-radius: 8px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.2);
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 600;
}

.product-suggestion--create {
  margin-top: 5px;
  justify-content: center;
  color: var(--brand-strong);
  background: rgba(15, 143, 103, 0.07);
  border: 1px dashed rgba(15, 143, 103, 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.selected-product {
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.14);
  border: 1px solid rgba(15, 143, 103, 0.09);
}

.selected-product span {
  padding: 4px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.61rem;
  font-weight: 600;
}

.selected-product strong {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 600;
}

.selected-product small {
  font-size: 0.65rem;
  font-weight: 400;
}

.catalog-create-panel {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(145deg, #effaf5, #fff);
  border: 1px solid rgba(15, 143, 103, 0.16);
  box-shadow: 0 16px 38px rgba(16, 41, 33, 0.08);
}

.catalog-create-panel__head,
.catalog-create-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.catalog-create-panel__close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--muted);
  background: rgba(16, 41, 33, 0.06);
  font-size: 1.2rem;
}

.catalog-create-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.catalog-create-grid__wide {
  grid-column: 1 / -1;
}

.catalog-create-panel__footer > span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 400;
}

.catalog-create-panel__footer > span.is-error {
  color: #9a4545;
}

.option-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.option-chip {
  cursor: pointer;
}

.option-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-chip span {
  display: block;
  padding: 9px 12px;
  border-radius: 12px;
  color: var(--muted);
  background: #fff;
  border: 1px solid rgba(16, 41, 33, 0.09);
  font-size: 0.72rem;
  font-weight: 550;
  transition: 160ms ease;
}

.option-chip.is-selected span,
.option-chip input:checked + span {
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.22);
  border-color: rgba(15, 143, 103, 0.18);
  box-shadow: inset 0 0 0 1px rgba(15, 143, 103, 0.04);
}

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

.delivery-choice {
  position: relative;
  cursor: pointer;
}

.delivery-choice input {
  position: absolute;
  top: 13px;
  left: 13px;
}

.delivery-choice > span {
  height: 100%;
  min-height: 90px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 13px 14px 38px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(16, 41, 33, 0.08);
  transition: 160ms ease;
}

.delivery-choice strong {
  font-size: 0.76rem;
  font-weight: 600;
}

.delivery-choice small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.5;
}

.delivery-choice.is-selected > span,
.delivery-choice input:checked + span {
  background: rgba(157, 230, 197, 0.18);
  border-color: rgba(15, 143, 103, 0.18);
}

.supplier-audience {
  display: grid;
  gap: 15px;
}

.supplier-audience-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.supplier-audience-mode {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 14px;
  cursor: pointer;
  border: 1px solid rgba(16, 41, 33, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.68);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.supplier-audience-mode:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 143, 103, 0.2);
}

.supplier-audience-mode.is-selected {
  border-color: rgba(15, 143, 103, 0.34);
  background: linear-gradient(145deg, rgba(224, 247, 237, 0.9), rgba(255, 255, 255, 0.9));
  box-shadow: 0 9px 22px rgba(15, 143, 103, 0.08);
}

.supplier-audience-mode input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.supplier-audience-mode > span,
.supplier-audience-summary > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.22);
}

.supplier-audience-mode svg,
.supplier-audience-summary svg,
.supplier-search-box svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.supplier-audience-mode strong {
  font-size: 0.74rem;
  font-weight: 650;
}

.supplier-audience-mode small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.58rem;
  line-height: 1.4;
}

.supplier-manual-panel {
  position: relative;
  display: grid;
  gap: 11px;
}

.supplier-search-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid rgba(16, 41, 33, 0.12);
  border-radius: 15px;
  color: var(--muted);
  background: #fff;
}

.supplier-search-box:focus-within {
  border-color: rgba(15, 143, 103, 0.4);
  box-shadow: 0 0 0 3px rgba(15, 143, 103, 0.08);
}

.supplier-search-box input {
  min-width: 0;
  padding: 13px 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 500;
}

.supplier-search-box > span {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 500;
}

.supplier-search-results {
  position: absolute;
  z-index: 16;
  top: 54px;
  left: 0;
  right: 0;
  display: grid;
  gap: 5px;
  max-height: 310px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(16, 41, 33, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 45px rgba(20, 63, 48, 0.16);
}

.supplier-search-results > p {
  margin: 0;
  padding: 14px;
  color: var(--muted);
  font-size: 0.68rem;
}

.supplier-search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 12px;
  color: var(--text);
  background: transparent;
  text-align: left;
}

.supplier-search-result:hover,
.supplier-search-result.is-selected {
  background: rgba(157, 230, 197, 0.17);
}

.supplier-search-result span,
.supplier-search-result strong,
.supplier-search-result small {
  display: block;
  min-width: 0;
}

.supplier-search-result strong {
  font-size: 0.7rem;
  font-weight: 620;
}

.supplier-search-result small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.57rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.supplier-search-result em {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.22);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 650;
}

.selected-suppliers {
  display: grid;
  gap: 8px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(16, 41, 33, 0.035);
}

.selected-suppliers__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.selected-suppliers__head strong {
  font-size: 0.7rem;
  font-weight: 620;
}

.selected-suppliers__head span {
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.2);
  font-size: 0.57rem;
  font-weight: 650;
}

.selected-suppliers__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.selected-suppliers__list > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.63rem;
}

.selected-supplier-chip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 8px;
  padding: 9px 9px 9px 11px;
  border: 1px solid rgba(15, 143, 103, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.selected-supplier-chip strong,
.selected-supplier-chip small {
  display: block;
}

.selected-supplier-chip strong {
  overflow: hidden;
  font-size: 0.66rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-supplier-chip small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-supplier-chip button {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 9px;
  color: #8d4141;
  background: rgba(229, 141, 141, 0.13);
  font-size: 1rem;
}

.supplier-audience-summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(15, 143, 103, 0.12);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(226, 248, 238, 0.82), rgba(255, 255, 255, 0.84));
}

.supplier-audience-summary strong {
  font-size: 0.76rem;
  font-weight: 650;
}

.supplier-audience-summary p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.5;
}

.profile-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.profile-category-grid label {
  position: relative;
}

.profile-category-grid input {
  position: absolute;
  opacity: 0;
}

.profile-category-grid label span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(16, 41, 33, 0.09);
  border-radius: 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.62rem;
  font-weight: 520;
}

.profile-category-grid input:checked + span {
  border-color: rgba(15, 143, 103, 0.28);
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.19);
}

.upload-field small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 400;
}

.upload-field input[type="file"] {
  padding: 10px;
  font-size: 0.75rem;
}

.upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.upload-preview-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(16, 41, 33, 0.04);
}

.upload-preview-grid img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.upload-preview-grid figcaption {
  padding: 6px 7px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.procurement-submit-row {
  justify-content: flex-end;
  padding-top: 4px;
}

.procurement-summary-card {
  position: sticky;
  top: 18px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(231, 247, 240, 0.93));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-lg);
}

.procurement-summary-card h3 {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 650;
}

.procurement-summary-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 18px 0;
}

.procurement-summary-card__stats div {
  min-width: 0;
  padding: 11px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.procurement-summary-card__stats strong,
.procurement-summary-card__stats span {
  display: block;
}

.procurement-summary-card__stats strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.procurement-summary-card__stats span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 500;
}

.summary-checklist {
  display: grid;
  gap: 8px;
}

.summary-checklist span {
  position: relative;
  padding: 9px 10px 9px 32px;
  border-radius: 12px;
  color: var(--muted);
  background: rgba(16, 41, 33, 0.04);
  font-size: 0.7rem;
  font-weight: 500;
}

.summary-checklist span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(16, 41, 33, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
}

.summary-checklist span.is-ready {
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.18);
}

.summary-checklist span.is-ready::before {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: inset 0 0 0 2px #dff7eb;
}

.summary-tip {
  margin-top: 18px;
  padding: 15px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

.summary-tip strong {
  font-size: 0.78rem;
  font-weight: 600;
}

.request-brief {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(232, 248, 241, 0.78), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(15, 143, 103, 0.11);
}

.request-brief__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.request-brief__head h4 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
}

.request-item-list {
  display: grid;
  gap: 7px;
}

.request-item-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

.request-item-row > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.22);
  font-size: 0.64rem;
  font-weight: 700;
}

.request-item-row > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.request-item-row strong,
.request-item-row b {
  font-size: 0.75rem;
  font-weight: 600;
}

.request-item-row small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-logistics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.request-logistics-grid > article {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 13px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

.request-logistics-grid > article > span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 500;
}

.request-logistics-grid strong {
  font-size: 0.72rem;
  font-weight: 550;
  line-height: 1.55;
}

.request-logistics-grid small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 400;
}

.request-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.request-tags em {
  padding: 5px 7px;
  border-radius: 8px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.2);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 550;
}

.request-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.request-photo-grid a {
  min-width: 0;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  border: 1px solid rgba(16, 41, 33, 0.07);
}

.request-photo-grid img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.request-photo-grid span {
  display: block;
  padding: 7px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-pricing {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 143, 103, 0.12);
  border-radius: 23px;
  background: linear-gradient(155deg, rgba(238, 251, 245, 0.8), rgba(255, 255, 255, 0.97) 42%);
}

.offer-pricing__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.offer-pricing__intro h4 {
  margin: 3px 0 4px;
  font-size: 1rem;
  font-weight: 650;
}

.offer-pricing__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.automatic-vat-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 11px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.22);
  font-size: 0.65rem;
  font-weight: 650;
}

.automatic-vat-note svg {
  width: 15px;
  height: 15px;
}

.offer-price-table__head,
.offer-price-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.5fr) minmax(52px, 0.55fr) minmax(94px, 0.8fr) 48px minmax(82px, 0.75fr) minmax(90px, 0.85fr);
  gap: 8px;
  align-items: center;
}

.offer-price-table__head {
  padding: 0 12px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 600;
}

.offer-price-table {
  display: grid;
  gap: 8px;
}

.offer-price-row {
  padding: 12px;
  border: 1px solid rgba(16, 41, 33, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(20, 63, 48, 0.035);
}

.offer-price-product {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.offer-price-product > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--brand-strong);
  background: rgba(157, 230, 197, 0.24);
  font-size: 0.58rem;
  font-weight: 700;
}

.offer-price-product > div,
.offer-price-cell,
.offer-unit-price {
  min-width: 0;
}

.offer-price-product strong,
.offer-price-product small,
.offer-price-cell strong,
.offer-price-cell small {
  display: block;
}

.offer-price-product strong,
.offer-price-cell strong {
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.35;
}

.offer-price-product small,
.offer-price-cell small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-price-cell__label {
  display: none;
}

.money-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 41, 33, 0.13);
  border-radius: 11px;
  background: #fff;
}

.money-input:focus-within {
  border-color: rgba(15, 143, 103, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 143, 103, 0.09);
}

.money-input input {
  width: 100%;
  min-width: 0;
  padding: 10px 4px 10px 10px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 600;
}

.money-input b {
  padding-right: 9px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 600;
}

.vat-rate-badge {
  display: inline-flex;
  justify-content: center;
  min-width: 44px;
  padding: 7px 8px;
  border-radius: 9px;
  color: #76520f;
  background: rgba(242, 196, 109, 0.22);
  font-size: 0.62rem;
  font-weight: 700;
}

.offer-price-cell--total strong {
  color: var(--brand-strong);
}

.offer-totals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-left: auto;
  width: min(100%, 520px);
}

.offer-totals > div {
  display: grid;
  align-content: center;
  gap: 3px;
  min-height: 70px;
  padding: 11px 13px;
  border-radius: 14px;
  background: rgba(16, 41, 33, 0.04);
}

.offer-totals span,
.offer-totals small {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 500;
}

.offer-totals strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.offer-totals__grand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #11865f) !important;
  box-shadow: 0 12px 24px rgba(15, 143, 103, 0.18);
}

.offer-totals__grand span,
.offer-totals__grand small {
  color: rgba(255, 255, 255, 0.78);
}

.offer-totals__grand strong {
  color: #fff;
  font-size: 0.94rem;
}

.offer-total-display strong,
.offer-total-display small {
  display: block;
}

.offer-total-display strong {
  font-size: 0.76rem;
  font-weight: 650;
}

.offer-total-display small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 400;
}

.flash {
  padding: 13px 15px;
  border-radius: 18px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.flash--success {
  background: rgba(15, 143, 103, 0.08);
  color: var(--brand-strong);
  border-color: rgba(15, 143, 103, 0.16);
}

.flash--error,
.flash--danger {
  background: rgba(229, 141, 141, 0.12);
  color: #8d4141;
  border-color: rgba(229, 141, 141, 0.2);
}

.flash--warning {
  background: rgba(242, 196, 109, 0.18);
  color: #8f651b;
  border-color: rgba(242, 196, 109, 0.28);
}

.flash--info {
  background: rgba(157, 230, 197, 0.18);
  color: #275946;
  border-color: rgba(157, 230, 197, 0.24);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: 28px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(157,230,197,0.56), rgba(15,143,103,0.12));
  transform: rotate(18deg);
}

.hero-panel__content,
.hero-panel__signal {
  position: relative;
  z-index: 1;
}

.hero-panel__content {
  max-width: 760px;
}

.hero-panel__signal {
  min-width: 240px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(16, 41, 33, 0.06);
  display: grid;
  align-content: center;
  gap: 6px;
}

.hero-panel__signal span,
.hero-panel__signal small,
.stat-card span,
.stat-card small,
.status-chip span,
.tender-card small,
.comparison-card small,
.supplier-card small {
  color: var(--muted);
}

.hero-panel__signal strong {
  font-size: 1.66rem;
  font-weight: 700;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat-card {
  border-radius: 24px;
  padding: 22px;
}

.stat-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 1.6rem;
  font-weight: 700;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.status-chip {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(16, 41, 33, 0.07);
}

.status-chip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.12rem;
  font-weight: 700;
}

.status-chip--success {
  box-shadow: inset 0 0 0 1px rgba(15, 143, 103, 0.08);
}

.status-chip--warning {
  box-shadow: inset 0 0 0 1px rgba(242, 196, 109, 0.2);
}

.status-chip--danger {
  box-shadow: inset 0 0 0 1px rgba(229, 141, 141, 0.2);
}

.status-chip--info {
  box-shadow: inset 0 0 0 1px rgba(157, 230, 197, 0.24);
}

.content-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
}

.content-grid--wide {
  grid-template-columns: 1.4fr 1fr;
}

.panel-card {
  border-radius: var(--radius-xl);
  padding: 24px;
}

.panel-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(16, 41, 33, 0.05);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.list-stack,
.notification-list,
.timeline,
.supplier-mini-grid,
.comparison-grid,
.tender-grid,
.supplier-grid {
  display: grid;
  gap: 14px;
}

.list-row,
.timeline__item,
.notification-item,
.compare-table__row,
.compare-table__head {
  display: grid;
  gap: 10px;
}

.list-row {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(16, 41, 33, 0.04);
}

.list-row strong,
.comparison-card strong,
.tender-card strong,
.supplier-card strong,
.supplier-mini strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.02rem;
  font-weight: 600;
}

.list-row__meta {
  min-width: 200px;
  display: grid;
  justify-items: end;
  gap: 6px;
}

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

.inline-actions--compact {
  justify-content: flex-start;
}

.inline-actions--stack {
  justify-content: flex-start;
  margin-top: 18px;
}

.mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mini-action svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.mini-action--primary {
  background: linear-gradient(135deg, var(--brand) 0%, #14a276 100%);
  color: #f5fffb;
  box-shadow: 0 12px 24px rgba(15, 143, 103, 0.18);
}

.mini-action--secondary {
  background: rgba(16, 41, 33, 0.06);
  color: var(--text);
  border: 1px solid rgba(16, 41, 33, 0.08);
}

.mini-action--ghost {
  background: rgba(157, 230, 197, 0.14);
  color: var(--brand-strong);
  border: 1px solid rgba(15, 143, 103, 0.12);
}

.mini-action:hover {
  transform: translateY(-1px);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.badge--success {
  background: rgba(15, 143, 103, 0.12);
  color: var(--brand-strong);
}

.badge--warning {
  background: rgba(242, 196, 109, 0.22);
  color: #8f651b;
}

.badge--danger,
.badge--error {
  background: rgba(229, 141, 141, 0.22);
  color: #8a4343;
}

.badge--info,
.badge--muted {
  background: rgba(16, 41, 33, 0.08);
  color: var(--muted);
}

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

.supplier-mini {
  padding: 18px;
  border-radius: 22px;
  background: rgba(16, 41, 33, 0.05);
}

.supplier-mini__top,
.supplier-card__head,
.comparison-card__head,
.comparison-card__summary,
.tender-card__head,
.tender-card__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.supplier-mini__stats,
.tender-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 400;
}

.timeline__item {
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: start;
}

.timeline__dot {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), #17ab7c);
  box-shadow: 0 0 0 5px rgba(15, 143, 103, 0.12);
}

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

.tender-card {
  border-radius: 26px;
  padding: 22px;
}

.tender-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 41, 33, 0.08);
}

.tender-card__footer {
  padding-top: 12px;
  border-top: 1px solid rgba(16, 41, 33, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.tender-card__footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

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

.comparison-grid--full {
  grid-template-columns: 1fr;
}

.comparison-card {
  border-radius: 26px;
  padding: 22px;
}

.comparison-offers {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.comparison-offers__row,
.notification-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(16, 41, 33, 0.04);
}

.comparison-offers__row small {
  grid-column: 1 / -1;
}

.compare-table {
  display: grid;
  gap: 10px;
}

.compare-table__head,
.compare-table__row {
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr 0.7fr;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
}

.compare-table__head {
  background: rgba(16, 41, 33, 0.06);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.compare-table__row {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 41, 33, 0.06);
  font-size: 0.84rem;
}

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

.supplier-card {
  border-radius: 26px;
  padding: 24px;
}

.supplier-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

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

.status-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(16, 41, 33, 0.04);
  border: 1px solid rgba(16, 41, 33, 0.06);
  display: grid;
  gap: 6px;
}

.status-note strong {
  font-size: 0.84rem;
  font-weight: 600;
}

.status-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.document-section {
  display: grid;
  gap: 16px;
}

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

.document-card {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(16, 41, 33, 0.04);
  border: 1px solid rgba(16, 41, 33, 0.06);
}

.document-card input[type="file"] {
  width: 100%;
  font-size: 0.78rem;
  color: var(--muted);
}

.document-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.document-meta,
.document-list,
.verification-form {
  display: grid;
  gap: 10px;
}

.document-meta small {
  color: var(--muted);
  font-size: 0.76rem;
}

.document-link,
.document-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 600;
}

.document-link svg,
.document-meta a svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.notification-item {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
}

.mobile-topbar,
.mobile-backdrop,
.sidebar__close {
  display: none;
}

.mobile-topbar__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding: 0 8px;
}

.mobile-topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 76px;
  flex-shrink: 0;
}

.mobile-topbar__brand strong {
  font-size: 0.96rem;
  font-weight: 600;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

.main-shell > *,
.auth-card,
.showcase-card {
  animation: riseIn 420ms ease both;
}

@media (max-width: 1180px) {
  .content-grid,
  .content-grid--wide,
  .form-shell,
  .procurement-workspace,
  .comparison-grid,
  .supplier-grid,
  .tender-grid,
  .showcase-metrics,
  .pricing-grid,
  .subscription-highlight {
    grid-template-columns: 1fr;
  }

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

  .supplier-mini-grid {
    grid-template-columns: 1fr;
  }

  .auth-hints--triple,
  .profile-kpis,
  .document-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card__image {
    height: 300px;
  }

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

@media (max-width: 980px) {
  .auth-layout,
  .app-shell {
    grid-template-columns: 1fr;
  }

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

  .showcase-card--login {
    min-height: 300px;
  }

  .showcase-card--login .showcase-card__image {
    min-height: 300px;
  }

  .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(320px, 88vw);
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-104%);
    transition: transform 220ms ease;
    z-index: 40;
  }

  .app-shell.is-sidebar-open .sidebar {
    transform: translateX(0);
  }

  .mobile-topbar,
  .sidebar__close,
  .mobile-backdrop {
    display: flex;
  }

  .mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(248, 252, 250, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(16, 41, 33, 0.08);
  }

  .mobile-topbar__menu {
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--brand), #159d72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 30px rgba(15, 143, 103, 0.22);
  }

  .mobile-topbar__menu span {
    width: 22px;
    height: 2.5px;
    border-radius: 999px;
    background: #fff;
    display: block;
  }

  .mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(9, 23, 18, 0.38);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease;
    z-index: 30;
  }

  .mobile-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .sidebar__close {
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(16, 41, 33, 0.06);
    color: var(--text);
    align-items: center;
    justify-content: center;
  }

  .sidebar__brand--logo-only .sidebar__close {
    position: absolute;
    top: 14px;
    right: 14px;
    margin-left: 0;
  }

  .topbar {
    padding: 22px;
  }

  .topbar__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-panel,
  .list-row,
  .notification-item,
  .comparison-card__head,
  .tender-card__head,
  .tender-card__footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .offer-price-table__head {
    display: none;
  }

  .offer-price-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 15px;
  }

  .offer-price-product {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(16, 41, 33, 0.07);
  }

  .offer-price-cell__label {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.56rem;
    font-weight: 500;
  }
}

@media (max-width: 720px) {
  .auth-stage,
  .main-shell {
    padding: 16px;
  }

  .auth-card,
  .showcase-card,
  .panel-card,
  .hero-panel,
  .tender-card,
  .comparison-card,
  .supplier-card,
  .topbar {
    padding: 20px;
    border-radius: 24px;
  }

  .showcase-card__media {
    border-radius: 22px;
  }

  .showcase-card__image {
    height: 240px;
  }

  .showcase-card--login {
    min-height: 230px;
  }

  .showcase-card--login .showcase-card__image {
    height: 230px;
    min-height: 230px;
  }

  .auth-toggle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 18px;
  }

  .auth-toggle__button {
    min-width: 0;
    padding: 9px 6px;
    border-radius: 13px;
    font-size: 0.69rem;
  }

  .stat-grid,
  .form-grid,
  .register-grid,
  .plan-selector,
  .tender-card__stats,
  .supplier-card__stats,
  .compare-table__head,
  .compare-table__row {
    grid-template-columns: 1fr;
  }

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

  .procurement-card {
    padding: 17px;
  }

  .procurement-card__intro,
  .form-section__heading--action,
  .catalog-create-panel__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-count {
    align-self: flex-start;
  }

  .form-section {
    padding: 16px;
    border-radius: 20px;
  }

  .form-section__heading-main {
    min-width: 0;
  }

  .line-add-button {
    width: 100%;
  }

  .procurement-line {
    padding: 14px;
  }

  .procurement-line__grid,
  .catalog-create-grid,
  .delivery-choice-grid {
    grid-template-columns: 1fr;
  }

  .procurement-line__note,
  .catalog-create-grid__wide {
    grid-column: auto;
  }

  .procurement-line__remove {
    padding: 6px 7px;
    font-size: 0.62rem;
  }

  .offer-pricing {
    margin-inline: -4px;
    padding: 14px;
    border-radius: 19px;
  }

  .offer-pricing__intro {
    flex-direction: column;
    gap: 10px;
  }

  .automatic-vat-note {
    align-self: flex-start;
  }

  .offer-price-row {
    grid-template-columns: 1fr;
  }

  .offer-price-product,
  .offer-unit-price,
  .offer-price-cell {
    grid-column: 1;
  }

  .offer-price-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(16, 41, 33, 0.055);
  }

  .offer-price-cell__label {
    margin: 0;
  }

  .offer-price-cell--total {
    border-bottom: 0;
  }

  .offer-price-cell--total small {
    margin-left: auto;
  }

  .money-input input {
    padding-block: 12px;
    font-size: 0.82rem;
  }

  .offer-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .offer-totals__grand {
    grid-column: 1 / -1;
  }

  .product-suggestions {
    position: fixed;
    inset: auto 12px 12px;
    max-height: min(58vh, 420px);
    z-index: 80;
    border-radius: 20px;
  }

  .selected-product {
    grid-template-columns: 1fr;
  }

  .option-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .supplier-audience-modes,
  .selected-suppliers__list,
  .profile-category-grid {
    grid-template-columns: 1fr;
  }

  .supplier-audience-mode {
    padding: 12px;
  }

  .supplier-search-box {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .supplier-search-box > span {
    grid-column: 2;
    padding-bottom: 9px;
  }

  .supplier-search-results {
    top: 76px;
  }

  .option-chip span {
    height: 100%;
    display: grid;
    place-items: center;
    text-align: center;
  }

  .delivery-choice > span {
    min-height: 76px;
  }

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

  .request-brief__head {
    align-items: stretch;
    flex-direction: column;
  }

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

  .request-item-row {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .request-item-row > b {
    grid-column: 2;
  }

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

  .procurement-submit-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .procurement-submit-row .action-button {
    width: 100%;
  }

  .list-row__meta,
  .notification-item small {
    justify-items: start;
  }

  .compare-table__head {
    display: none;
  }
}
