html {
  scroll-behavior: smooth;
  font-size: 15px;
}

body {
  position: relative;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 1px 1px, rgba(47, 91, 210, 0.13) 1px, transparent 0) 0 0 / 26px 26px,
    linear-gradient(120deg, #f3f6fa 0%, #edf2f8 45%, #e7edf6 100%);
}

body::after {
  content: '';
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.26;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(148, 163, 184, 0.12) 0px,
      rgba(148, 163, 184, 0.12) 1px,
      transparent 1px,
      transparent 18px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(203, 213, 225, 0.1) 0px,
      rgba(203, 213, 225, 0.1) 1px,
      transparent 1px,
      transparent 22px
    );
  animation: techPatternDrift 26s linear infinite;
}

@keyframes techPatternDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-18px, -14px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border-color: #cfd8e5;
}

.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.38) 100%);
}

.hero-banner > * {
  position: relative;
  z-index: 1;
}

.hero-banner .text-textsoft {
  color: #324559;
}

.hero-banner .info-chip {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(1px);
}

.dashboard-grid {
  display: grid;
  gap: 1rem;
}

.desktop-label-row,
.main-panels-grid {
  grid-template-columns: 1fr 1.45fr;
  gap: 1rem;
}

.desktop-label-row {
  position: relative;
  align-items: stretch;
  gap: 1rem;
}

.desktop-label-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #dadfe5 0%, #c5ccd5 45%, #c5ccd5 55%, #dadfe5 100%);
  transform: translateY(-50%);
  z-index: 0;
}

.desktop-label-row .panel-step {
  display: flex;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 0.72rem;
  padding: 0.88rem 1rem;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: 650;
  text-align: center;
  line-height: 1.25;
  color: #3d434d;
  background: linear-gradient(180deg, #fafafa 0%, #eceef1 100%);
  border: 1px solid #c4cad2;
  box-shadow: none;
}

.desktop-label-row .panel-step::before {
  flex-shrink: 0;
  width: 1.88rem;
  height: 1.88rem;
  font-size: 0.86rem;
  background: linear-gradient(165deg, #3d6ee0 0%, #2f5bd2 100%);
  box-shadow: 0 2px 6px rgba(47, 91, 210, 0.35);
}

.main-panels-grid {
  display: grid;
}

@media (min-width: 1280px) {
  .panels-stage {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 1rem;
  }

  .panels-stage > .desktop-label-row,
  .panels-stage > .main-panels-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .panels-stage > .supply-panel {
    grid-column: 1 / -1;
  }
}

.panel-card {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  padding: 1.25rem;
}

.surface-card {
  border-radius: 1rem;
  border: 1px solid #dbe2ea;
  background: #ffffff;
  padding: 1rem;
}

.muted-card {
  border-radius: 1rem;
  border: 1px solid #dbe2ea;
  background: #f8fafc;
  padding: 1rem;
}

.upload-panel {
  background: #f0f2f4;
  border: 1px solid #d5dade;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.upload-panel .primary-btn {
  background: linear-gradient(165deg, #626d7a 0%, #4d5764 38%, #3d4550 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}

.upload-panel .primary-btn:hover {
  background: linear-gradient(165deg, #57616f 0%, #434d5a 38%, #353d48 100%);
}

.upload-panel .primary-btn.upload-confirm-order-btn {
  background: linear-gradient(165deg, #6b92e3 0%, #5179d4 38%, #3f65b8 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(55, 90, 175, 0.22);
}

.upload-panel .primary-btn.upload-confirm-order-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(165deg, #1f2937 0%, #111827 45%, #0f172a 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.35);
}

.upload-panel .primary-btn.upload-confirm-order-btn:disabled,
.upload-panel .primary-btn.upload-confirm-order-btn[aria-disabled='true'] {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.supply-panel {
  background: #f3f5f7;
  border-color: #d8dee6;
}

.supply-panel .panel-title {
  font-size: 1.28rem;
  line-height: 1.2;
}

.supply-panel .panel-lead {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #5f6b7a;
}

.supply-panel .section-title {
  font-size: 0.98rem;
  font-weight: 650;
}

.supply-panel .section-divider {
  background: #dfe4ea;
}

.supply-panel .material-row {
  background: #fafbfc;
  border-color: #d5dce4;
  align-items: center;
}

.supply-panel .material-row .text-textsoft {
  color: #64748b;
}

.upload-kicker {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f7391;
}

.compact-panel {
  min-height: 100%;
}

.panel-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #2f5bd2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.45rem 0.75rem;
}

.panel-step {
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.58rem 1.05rem;
  background: #eceef1;
  color: #3d434d;
  border: 1px solid #cfd4db;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
}

.panel-step::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 999px;
  background: linear-gradient(165deg, #8b939e 0%, #6b7380 100%);
  border: none;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.panel-title {
  font-size: 1.48rem;
  line-height: 1.18;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.panel-lead {
  margin-top: 0.8rem;
  color: #475569;
  line-height: 1.75;
}

.info-chip {
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  background: #f8fafc;
  padding: 1rem;
}

.info-chip__label,
.stat-label,
.form-label {
  font-size: 0.85rem;
  color: #64748b;
}

.info-chip__value,
.stat-value {
  margin-top: 0.35rem;
  font-size: 1.65rem;
  font-weight: 800;
  color: #111827;
}

.stat-value {
  font-size: 1.48rem;
  font-weight: 700;
}

.supply-panel .stat-label {
  font-size: 0.68rem;
  color: #64748b;
}

.supply-panel .stat-value {
  margin-top: 0.22rem;
  font-size: 1rem;
  font-weight: 650;
  color: #1e293b;
}

.supply-panel .stat-card {
  padding: 0.72rem 0.8rem;
  background: #fafbfc;
  border-color: #cfd6df;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.stat-card {
  border: 1px solid #e4eaf1;
  border-radius: 18px;
  background: #f8fafc;
  padding: 0.95rem;
}

.section-divider {
  height: 1px;
  background: #e6edf4;
  margin: 1.15rem 0;
}

.section-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.material-row,
.step-row {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.material-row {
  border: 1px solid #e4eaf1;
  border-radius: 16px;
  padding: 0.8rem;
  background: #fff;
}

.material-swatch {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #475569;
}

.material-swatch--dark {
  color: #e2e8f0;
}

.material-swatch svg {
  width: 1.45rem;
  height: 1.45rem;
  flex-shrink: 0;
}

.step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 0.75rem;
  background: #111827;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.step-row.compact .step-num {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.7rem;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  border: 1px solid #cfd9e5;
  border-radius: 13px;
  background: #fff;
  padding: 0.68rem 0.82rem;
  font-size: 0.95rem;
  color: #111827;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-control:focus {
  border-color: #2f5bd2;
  box-shadow: 0 0 0 4px rgba(47, 91, 210, 0.1);
}

.form-control:disabled {
  background: #f3f6fa;
  color: #94a3b8;
  cursor: not-allowed;
}

.form-control--invalid,
.form-control[aria-invalid='true'] {
  border-color: #e3a466;
  box-shadow: 0 0 0 3px rgba(227, 164, 102, 0.16);
}

.form-error-hint {
  margin-top: 0.34rem;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-size: 0.74rem;
  line-height: 1.35;
  color: #a5541d;
}

.form-error-hint::before {
  content: '!';
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #a5541d;
  background: rgba(227, 164, 102, 0.22);
}

.diameter-combobox {
  position: relative;
}

.diameter-combobox__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 30;
  max-height: 13rem;
  overflow-y: auto;
  border: 1px solid #cfd9e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  padding: 0.25rem;
}

.diameter-combobox__option,
.diameter-combobox__empty {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
  font-size: 0.9rem;
  text-align: left;
}

.diameter-combobox__option {
  color: #0f172a;
  cursor: pointer;
}

.diameter-combobox__option:hover,
.diameter-combobox__option.is-active {
  background: #eef4ff;
  color: #1d3d9e;
}

.diameter-combobox__empty {
  color: #64748b;
}

.toggle-btn,
.primary-btn,
.secondary-btn,
.ghost-btn,
.suggestion-item,
.order-item__delete {
  transition: all .2s ease;
}

.toggle-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.38rem 0.62rem;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%);
  font-weight: 400;
  color: #354a60;
  font-size: 0.8rem;
  box-shadow: none;
}

.toggle-btn:hover:not(.active) {
  background: linear-gradient(180deg, #eef3f9 0%, #e4eaf3 100%);
  border-color: #cbd6e4;
}

.primary-btn {
  background: linear-gradient(165deg, #6b92e3 0%, #5179d4 38%, #3f65b8 100%);
  border: none;
  color: #fff;
  box-shadow: 0 1px 3px rgba(55, 90, 175, 0.22);
}

.primary-btn:disabled,
.primary-btn[aria-disabled='true'] {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.toggle-btn.active {
  background: linear-gradient(180deg, #4b5563 0%, #374151 100%);
  border: none;
  color: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.25);
}

.toggle-btn.active:hover {
  background: linear-gradient(180deg, #434c59 0%, #2f3744 100%);
  color: #fff;
}

.primary-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(165deg, #5d86db 0%, #466dc6 38%, #3659aa 100%);
  color: #fff;
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.btn.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 12px;
  padding: 0.52rem 0.78rem;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
}

.secondary-btn,
.btn.btn-secondary {
  background: linear-gradient(180deg, #d3dbe5 0%, #bec9d7 100%);
  color: #253548;
  box-shadow: none;
}

.secondary-btn:disabled,
.secondary-btn[aria-disabled='true'],
.btn.btn-secondary:disabled,
.btn.btn-secondary[aria-disabled='true'] {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.secondary-btn:hover,
.btn.btn-secondary:hover {
  background: linear-gradient(180deg, #c7d1de 0%, #b2bfd0 100%);
  color: #1f2d40;
}

.secondary-btn:hover:disabled,
.secondary-btn[aria-disabled='true']:hover,
.btn.btn-secondary:hover:disabled,
.btn.btn-secondary[aria-disabled='true']:hover {
  background: #e5e7eb;
  color: #9ca3af;
}

.secondary-btn.is-active {
  background: linear-gradient(165deg, #6b92e3 0%, #5179d4 38%, #3f65b8 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(55, 90, 175, 0.22);
}

.secondary-btn.is-active:hover {
  background: linear-gradient(165deg, #5d86db 0%, #466dc6 38%, #3659aa 100%);
}

.primary-btn,
.secondary-btn.is-active {
  font-size: 1.03rem;
}

#quoteBtn {
  padding: 0.74rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 14px;
}

.ghost-btn {
  border: 1px solid #d8e2ee;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%);
  color: #354a60;
  box-shadow: none;
}

.ghost-btn:hover {
  background: linear-gradient(180deg, #eef3f9 0%, #e4eaf3 100%);
  border-color: #cbd6e4;
}

.status-box {
  border-radius: 16px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}

.status-warn {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.status-ok {
  background: #f1f8f4;
  border: 1px solid #c8ddd2;
  color: #3c6550;
  font-size: 0.8rem;
}

.progress-track {
  position: relative;
  height: 0.62rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf3;
  border: 1px solid #d4ddea;
}

.progress-track::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  /* Soft segment marks every ~10% */
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(10% - 1px),
    rgba(255, 255, 255, 0.22) calc(10% - 1px),
    rgba(255, 255, 255, 0.22) 10%
  );
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a8c2f2 0%, #7fa4e6 100%);
  box-shadow: 0 1px 2px rgba(84, 121, 196, 0.16);
  transition: width 0.35s ease;
}

.suggestion-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #dbe2ea;
  background: #fff;
  border-radius: 12px;
  padding: 0.62rem 0.78rem;
  text-align: left;
  font-size: 0.94rem;
}

.suggestion-item:hover {
  border-color: #2f5bd2;
  background: #f8fbff;
}

.order-topup-hint {
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  padding: 0.72rem 0.82rem;
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 500;
  color: #2f4d7f;
}

.order-upload-link {
  cursor: pointer;
  text-decoration: none;
}
.order-upload-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.order-upload-link:focus-visible {
  outline: 2px solid #2f5bd2;
  outline-offset: 2px;
  border-radius: 6px;
}

.order-empty {
  border: 1px solid #dbe2ea;
  background: #fbfdff;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  text-align: center;
}

.order-empty p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.order-empty p:first-child {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.order-item {
  border: 1px solid #dbe2ea;
  background: #fbfdff;
  border-radius: 12px;
  padding: 0.5rem 0.62rem;
}

.order-item--warn {
  border-color: #f2c38b;
  background: linear-gradient(180deg, #fffaf2 0%, #fff6e8 100%);
  box-shadow: inset 0 0 0 1px rgba(242, 195, 139, 0.35);
}

.order-list-head,
.order-item__row {
  display: grid;
  grid-template-columns: minmax(100px, 1.15fr) minmax(88px, 1fr) minmax(168px, 1.5fr) 2.15rem;
  gap: 0.6rem;
  align-items: center;
}

.order-list-head__spacer {
  display: block;
}

.order-list-head {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  padding: 0 0.45rem;
}

.order-item__material {
  font-weight: 600;
  font-size: 0.98rem;
  color: #0f172a;
  line-height: 1.25;
}

.order-item__params {
  color: #516277;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-item__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.35rem;
  min-width: 0;
}

.order-item__approx {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #b45309;
  margin-right: 0.1rem;
}

.order-item__unit {
  font-size: 0.78rem;
  color: #64748b;
  white-space: nowrap;
}

.order-item__qty {
  width: 3.35rem;
  min-width: 0;
  margin: 0;
  padding: 0.1rem 0.28rem;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #0f172a;
  vertical-align: middle;
  background: #fff;
}

.order-item__weight-input {
  width: 3.75rem;
  min-width: 0;
  padding: 0.1rem 0.28rem;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #0b1f43;
  text-align: right;
  background: #fff;
}

.order-item__warning {
  display: flex;
  align-items: flex-start;
  gap: 0.38rem;
  margin-top: 0.42rem;
  padding: 0.36rem 0.5rem;
  border-radius: 8px;
  font-size: 0.74rem;
  line-height: 1.35;
  color: #9f4a10;
  background: rgba(250, 204, 128, 0.2);
  border: 1px solid rgba(230, 154, 84, 0.45);
}

.order-item__warning::before {
  content: '!';
  flex: 0 0 auto;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.03rem;
  font-size: 0.67rem;
  font-weight: 700;
  color: #9f4a10;
  background: rgba(230, 154, 84, 0.23);
}

.calc-msg-muted {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 400;
  color: #64748b;
}

.order-item__note {
  margin-top: 0.25rem;
  padding-top: 0.35rem;
  border-top: 1px solid #eef2f6;
}

.order-item__delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid #dbe2ea;
  background: #fff;
  color: #64748b;
  font-size: 0.72rem;
}

.order-item__delete:hover {
  border-color: #ef4444;
  color: #ef4444;
  background: #fff5f5;
}

@media (max-width: 767px) {
  .order-list-head {
    display: none;
  }

  .order-item {
    padding: 0.55rem 0.62rem;
  }

  .order-item__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "material controls"
      "params delete";
    align-items: start;
    row-gap: 0.24rem;
  }

  .order-item__material {
    grid-area: material;
    font-size: 1rem;
  }

  .order-item__params {
    grid-area: params;
    white-space: normal;
    font-size: 0.9rem;
  }

  .order-item__controls {
    grid-area: controls;
    justify-content: flex-end;
  }

  .order-item__delete {
    grid-area: delete;
    justify-self: end;
    margin-top: -0.1rem;
  }
}

.mobile-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.mobile-tab {
  border: 1px solid #dbe2ea;
  background: #fff;
  color: #475569;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.7rem 0.95rem;
  white-space: nowrap;
}

.mobile-tab.active {
  background: #2b3445;
  color: #fff;
  border-color: #2b3445;
}

.upload-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
}

.upload-modal.is-open {
  display: flex;
}

.app-notice-modal.is-open {
  z-index: 1100;
}

.upload-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}

.upload-modal__dialog {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  align-self: center;
  width: 100%;
  min-height: 0;
  max-width: 520px;
  max-height: min(92vh, 880px);
  overflow: hidden;
  border-radius: 22px;
}

.upload-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #475569;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.upload-modal__close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.upload-modal .upload-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: min(92vh, 880px);
  overflow: hidden;
  border-left: 1px solid #d5dade;
}

.upload-modal__head {
  flex-shrink: 0;
}

.upload-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.65) transparent;
  scrollbar-gutter: stable;
  padding-top: 0.2rem;
  padding-bottom: 0.35rem;
  padding-right: 0.35rem;
}

.upload-modal__body::-webkit-scrollbar {
  width: 5px;
}

.upload-modal__body::-webkit-scrollbar-track {
  background: transparent;
  margin: 0.35rem 0 0.65rem;
}

.upload-modal__body::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.55);
  border-radius: 999px;
}

.upload-modal__body::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 116, 139, 0.75);
}

.upload-modal__body .privacy-policy {
  margin-top: 0;
}

.upload-modal__body .material-info-body {
  margin-top: 0.75rem;
}

.upload-modal.material-info-modal .upload-modal__dialog {
  max-width: min(700px, 100%);
}

.material-info-link {
  color: #2f5bd2;
  text-decoration: underline;
  text-decoration-color: rgba(47, 91, 210, 0.35);
  text-underline-offset: 0.2em;
}

.material-info-link:hover {
  color: #1d3d9e;
  text-decoration-color: rgba(29, 61, 158, 0.45);
}

.material-info-panel .panel-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8eef5;
  margin-bottom: 0;
}

.material-info-panel {
  padding-bottom: 1.5rem;
}

.material-info-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.58;
  color: #334155;
}

@media (min-width: 540px) {
  .material-info-body {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .material-info-body .mi-block--full {
    grid-column: 1 / -1;
  }
}

.material-info-body .mi-block {
  margin: 0;
  padding: 1rem 1.05rem 1.05rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(15, 23, 42, 0.04);
}

.material-info-body .mi-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #475569;
}

.material-info-body .mi-heading__mark {
  flex-shrink: 0;
  width: 0.35rem;
  height: 1.05rem;
  border-radius: 4px;
  background: linear-gradient(180deg, #3d6ae8 0%, #2f5bd2 100%);
  box-shadow: 0 1px 2px rgba(47, 91, 210, 0.35);
}

.material-info-body .mi-text {
  margin: 0;
  color: #1e293b;
}

.material-info-body .mi-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.material-info-body .mi-list li {
  position: relative;
  margin: 0.38rem 0;
  padding-left: 1rem;
  color: #334155;
}

.material-info-body .mi-list li:first-child {
  margin-top: 0;
}

.material-info-body .mi-list li:last-child {
  margin-bottom: 0;
}

.material-info-body .mi-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f5bd2;
  opacity: 0.5;
}

.upload-modal.contact-modal .upload-modal__dialog {
  max-width: min(740px, 100%);
}

.material-info-panel.contact-modal-panel {
  padding-bottom: 1.05rem;
}

.contact-modal-panel.panel-card {
  padding: 0.9rem 1rem 1.05rem;
}

.contact-modal-panel .panel-title {
  padding-bottom: 0.35rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.contact-modal-lead {
  margin: 0.25rem 0 0;
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.contact-modal-panel .material-info-body.contact-form-body {
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.contact-modal-panel .material-info-body .mi-block {
  padding: 0.62rem 0.72rem 0.72rem;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 2px 8px rgba(15, 23, 42, 0.035);
}

.contact-modal-panel .material-info-body .mi-heading {
  margin: 0 0 0.42rem;
  padding-bottom: 0.38rem;
  font-size: 0.68rem;
  letter-spacing: 0.065em;
}

.contact-modal-panel .material-info-body .mi-heading__mark {
  width: 0.28rem;
  height: 0.88rem;
  border-radius: 3px;
}

.contact-modal-panel .form-label {
  font-size: 0.76rem;
  margin-bottom: 0.18rem;
}

.contact-modal-panel .form-control {
  padding: 0.46rem 0.65rem;
  font-size: 0.88rem;
  border-radius: 11px;
}

.material-info-body.contact-form-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-fields {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.contact-fields__row {
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 480px) {
  .contact-fields__row {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-textarea {
  min-height: 4.75rem;
  resize: vertical;
}

.contact-file-hint {
  margin: 0 0 0.42rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}

.contact-file-zone {
  position: relative;
  min-height: 3.85rem;
  border-radius: 12px;
  border: 2px dashed #c9d4e2;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-file-zone.is-drag {
  border-color: #6b92e3;
  background: rgba(47, 91, 210, 0.06);
  box-shadow: 0 0 0 4px rgba(47, 91, 210, 0.08);
}

.contact-file-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  font-size: 0;
}

.contact-file-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  min-height: 3.85rem;
  padding: 0.55rem 0.75rem;
  text-align: center;
  pointer-events: none;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #475569;
}

.contact-file-label__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  border: 1px solid #dbe2ea;
  background: #fff;
  font-size: 1.05rem;
  color: #2f5bd2;
  flex-shrink: 0;
}

.contact-file-label__sub {
  display: inline;
  margin-top: 0;
  margin-left: 0.2rem;
  font-weight: 500;
  font-size: 0.76rem;
  color: #64748b;
}

.contact-file-name {
  margin: 0.4rem 0 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: #2f5bd2;
  word-break: break-word;
}

.contact-file-name.is-error {
  color: #b45309;
  font-weight: 600;
}

.contact-consent {
  margin-bottom: 0.65rem;
}

.contact-consent__row {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.contact-consent__label {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #475569;
  cursor: pointer;
  display: inline;
}

.contact-consent__checkbox {
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  accent-color: #2f5bd2;
  cursor: pointer;
}

.contact-consent__text {
  flex: 1;
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #475569;
}

.contact-consent__link {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #2f5bd2;
  text-decoration: underline;
  text-decoration-color: rgba(47, 91, 210, 0.35);
  text-underline-offset: 0.15em;
  cursor: pointer;
}

.contact-consent__link:hover {
  color: #1d3d9e;
  text-decoration-color: rgba(29, 61, 158, 0.45);
}

.contact-consent__link:focus-visible {
  outline: 2px solid #2f5bd2;
  outline-offset: 2px;
  border-radius: 6px;
}

.contact-form-actions {
  margin-top: 0.75rem;
  padding-bottom: 0.05rem;
}

.contact-submit-btn {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
  font-size: 0.95rem;
}

.contact-form-note {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  text-align: center;
  color: #64748b;
}

.contact-modal-panel .primary-btn {
  background: linear-gradient(165deg, #6b92e3 0%, #5179d4 38%, #3f65b8 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(55, 90, 175, 0.22);
}

.contact-modal-panel .primary-btn:hover {
  background: linear-gradient(165deg, #5d86db 0%, #466dc6 38%, #3659aa 100%);
  color: #fff;
}

.contact-modal-panel .primary-btn:disabled,
.contact-modal-panel .primary-btn[aria-disabled='true'] {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.contact-modal-panel .primary-btn:disabled:hover,
.contact-modal-panel .primary-btn[aria-disabled='true']:hover {
  background: #e5e7eb;
  color: #9ca3af;
}

.contact-success {
  margin-top: 0.65rem;
  padding-bottom: 0.2rem;
}

.contact-success-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  padding: 1rem 1rem 0.95rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f8f4 100%);
  border: 1px solid #c8ddd2;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 10px rgba(15, 23, 42, 0.04);
}

.contact-success-icon {
  font-size: 2rem;
  color: #15803d;
}

.contact-success-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111827;
}

.contact-success-text {
  margin: 0.25rem 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #64748b;
}

.upload-modal.order-request-modal .upload-modal__dialog {
  max-width: min(780px, 100%);
}

.material-info-panel.order-request-modal-panel {
  padding-bottom: 1.05rem;
}

.order-request-modal-panel.panel-card {
  padding: 0.95rem 1rem 1.05rem;
}

.order-request-modal-panel .panel-title {
  padding-bottom: 0.35rem;
  font-size: 1.24rem;
  line-height: 1.25;
}

.order-request-modal-lead {
  margin: 0.25rem 0 0;
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.order-request-modal-panel .material-info-body.order-request-form-body {
  gap: 0.6rem;
  margin-top: 0.65rem;
}

.order-request-modal-panel .material-info-body .mi-block {
  padding: 0.62rem 0.72rem 0.72rem;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035), 0 2px 8px rgba(15, 23, 42, 0.035);
}

.order-request-modal-panel .material-info-body .mi-heading {
  margin: 0 0 0.42rem;
  padding-bottom: 0.38rem;
  font-size: 0.68rem;
  letter-spacing: 0.065em;
}

.order-request-modal-panel .material-info-body .mi-heading__mark {
  width: 0.28rem;
  height: 0.88rem;
  border-radius: 3px;
}

.order-request-modal-panel .form-label {
  font-size: 0.76rem;
  margin-bottom: 0.18rem;
}

.order-request-modal-panel .form-control {
  padding: 0.46rem 0.65rem;
  font-size: 0.88rem;
  border-radius: 11px;
}

.material-info-body.order-request-form-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.order-request-fields {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.order-request-fields__row {
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 480px) {
  .order-request-fields__row {
    grid-template-columns: 1fr 1fr;
  }
}

.order-request-help {
  margin: 0 0 0.42rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}

.order-request-textarea {
  min-height: 4.75rem;
  resize: vertical;
}

.order-request-file-hint {
  margin: 0 0 0.42rem;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #64748b;
}

.order-request-file-zone {
  position: relative;
  min-height: 3.85rem;
  border-radius: 12px;
  border: 2px dashed #c9d4e2;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.order-request-file-zone.is-drag {
  border-color: #6b92e3;
  background: rgba(47, 91, 210, 0.06);
  box-shadow: 0 0 0 4px rgba(47, 91, 210, 0.08);
}

.order-request-file-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  font-size: 0;
}

.order-request-file-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  min-height: 3.85rem;
  padding: 0.55rem 0.75rem;
  text-align: center;
  pointer-events: none;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #475569;
}

.order-request-file-label__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  border: 1px solid #dbe2ea;
  background: #fff;
  font-size: 1.05rem;
  color: #2f5bd2;
  flex-shrink: 0;
}

.order-request-file-label__sub {
  display: inline;
  margin-top: 0;
  margin-left: 0.2rem;
  font-weight: 500;
  font-size: 0.76rem;
  color: #64748b;
}

.order-request-file-name {
  margin: 0.4rem 0 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: #2f5bd2;
  word-break: break-word;
}

.order-request-file-name.is-error {
  color: #b45309;
  font-weight: 600;
}

.order-request-summary {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 12rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.order-request-summary-empty {
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.55rem 0.65rem;
  font-size: 0.8rem;
  color: #64748b;
}

.order-request-summary-item {
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.5rem 0.62rem;
}

.order-request-summary-item__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.84rem;
  color: #0f172a;
}

.order-request-summary-item__meta {
  margin-top: 0.2rem;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #64748b;
}

.order-request-total {
  margin-top: 0.58rem;
  padding-top: 0.52rem;
  border-top: 1px solid #e7edf4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: #475569;
}

.order-request-total strong {
  font-size: 0.98rem;
  color: #0f172a;
}

.order-request-consent {
  margin-bottom: 0.65rem;
}

.order-request-consent__row {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.order-request-consent__checkbox {
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  accent-color: #2f5bd2;
  cursor: pointer;
}

.order-request-consent__label {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #475569;
  cursor: pointer;
}

.order-request-form-actions {
  margin-top: 0.75rem;
  padding-bottom: 0.05rem;
}

.order-request-submit-btn {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
  font-size: 0.95rem;
}

.order-request-submit-btn:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(165deg, #6b92e3 0%, #5179d4 38%, #3f65b8 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(55, 90, 175, 0.22);
}

.order-request-submit-btn:hover:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(165deg, #5d86db 0%, #466dc6 38%, #3659aa 100%);
  color: #fff;
}

.order-request-submit-btn:disabled,
.order-request-submit-btn[aria-disabled='true'] {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
}

.primary-btn .btn-spinner {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.8s linear infinite;
}

.primary-btn.is-loading {
  cursor: wait;
}

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

.upload-parse-spinner {
  box-sizing: border-box;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border: 2px solid #e2e8f0;
  border-top-color: #2f5bd2;
  border-radius: 50%;
  animation: btn-spin 0.75s linear infinite;
}

.order-request-form-note {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  text-align: center;
  color: #64748b;
}

.order-request-success {
  margin-top: 0.65rem;
  padding-bottom: 0.2rem;
}

.order-request-success-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  padding: 1rem 1rem 0.95rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f8f4 100%);
  border: 1px solid #c8ddd2;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 10px rgba(15, 23, 42, 0.04);
}

.order-request-success-icon {
  font-size: 2rem;
  color: #15803d;
}

.order-request-success-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111827;
}

.order-request-success-text {
  margin: 0.25rem 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #64748b;
}

.prod-photo-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease;
}

.prod-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.1) brightness(0.9);
  transform: scale(1);
  transition: all 0.3s ease;
}

.prod-photo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.62) 100%);
  pointer-events: none;
}

.prod-photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.prod-photo-caption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.85rem;
  z-index: 3;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.prod-photo-card:hover .prod-photo-img {
  transform: scale(1.05);
  filter: contrast(1.2) brightness(1);
}

.app-notice-modal__panel {
  border-left: 4px solid #cbd5e1;
}

.app-notice-modal__panel--success {
  border-left-color: #15803d;
}

.app-notice-modal__panel--error {
  border-left-color: #b91c1c;
}

.app-notice-modal__panel--info {
  border-left-color: #2f5bd2;
}

.upload-modal.privacy-modal .upload-modal__dialog {
  max-width: min(720px, 100%);
}

.privacy-modal-panel.material-info-panel {
  padding-bottom: 1.35rem;
}

.privacy-policy {
  margin-top: 0.85rem;
  font-size: 0.875rem;
  line-height: 1.58;
  color: #334155;
}

.privacy-policy__section > p {
  margin: 0 0 0.65rem;
}

.privacy-policy__section > p:last-child {
  margin-bottom: 0;
}

.privacy-policy__lead {
  margin: 0 0 0.5rem;
  color: #1e293b;
}

.privacy-policy__section > .privacy-policy__lead + p {
  margin-top: 0;
}

.privacy-policy__address {
  margin: 0.35rem 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #e6edf4;
  background: #f8fafc;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #334155;
}

.privacy-policy__link {
  color: #2f5bd2;
  text-decoration: underline;
  text-decoration-color: rgba(47, 91, 210, 0.35);
  text-underline-offset: 0.15em;
}

.privacy-policy__link:hover {
  color: #1d3d9e;
}

.privacy-policy__list {
  margin: 0.45rem 0 0.75rem;
  padding: 0.55rem 0.75rem 0.6rem 0.85rem;
  list-style: none;
  border-radius: 12px;
  border: 1px solid #e8eef4;
  background: linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
}

.privacy-policy__list li {
  position: relative;
  margin: 0.38rem 0;
  padding-left: 1.05rem;
  line-height: 1.45;
}

.privacy-policy__list li:first-child {
  margin-top: 0;
}

.privacy-policy__list li:last-child {
  margin-bottom: 0;
}

.privacy-policy__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f5bd2;
  opacity: 0.55;
  box-shadow: 0 0 0 2px rgba(47, 91, 210, 0.12);
}

.privacy-policy__hr {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #e4eaf1;
}

@media (max-width: 1279px) {
  .main-panels-grid {
    grid-template-columns: 1fr;
  }

  [data-panel] {
    display: none;
  }

  [data-panel].active-panel {
    display: block;
  }
}

@media (max-width: 767px) {
  .panel-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .panel-title {
    font-size: 1.22rem;
    line-height: 1.22;
  }

  .info-chip__value,
  .stat-value {
    font-size: 1.3rem;
  }

  .stat-value {
    font-size: 1.2rem;
    font-weight: 650;
  }

  .supply-panel .panel-title {
    font-size: 1.1rem;
  }

  .supply-panel .section-title {
    font-size: 0.92rem;
  }

  .supply-panel .stat-value {
    font-size: 0.92rem;
  }
}
