.procurement-auth-app-body {
  margin: 0;
  background: #eef2f7;
  overflow-x: hidden;
  width: 100%;
  max-width: none;
}

.procurement-auth-app-body a {
  text-decoration: none;
}

html,
body.procurement-auth-app-body {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

body.proc-screen-dashboard {
  margin: 0;
  padding: 0;
}

.proc-auth-shell,
.proc-dashboard-shell {
  min-height: 100vh;
  box-sizing: border-box;
}

.proc-dashboard-shell {
  overflow-x: clip;
}

.proc-auth-shell *,
.proc-dashboard-shell *,
.proc-auth-shell *::before,
.proc-dashboard-shell *::before,
.proc-auth-shell *::after,
.proc-dashboard-shell *::after {
  box-sizing: border-box;
}

.proc-auth-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at bottom center, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #98cdf2 0%, #dceefb 56%, #f5f8fc 100%);
}

.proc-auth-card {
  width: min(100%, 420px);
  padding: 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(129, 160, 187, 0.22);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(36, 73, 102, 0.16);
  backdrop-filter: blur(14px);
}

.proc-auth-card-login {
  position: relative;
}

.proc-auth-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff7ff;
  color: #1f5075;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proc-auth-icon {
  width: 48px;
  height: 48px;
  margin: 18px auto 14px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #eaf4fb);
  color: #1f5075;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 8px 20px rgba(76, 119, 153, 0.15);
}

.proc-auth-card h3 {
  margin: 0;
  color: #18354b;
}

.proc-auth-subtitle {
  margin: 10px 0 24px;
  font-size: 14px;
  color: #567287;
}

.proc-auth-form {
  text-align: left;
}

.proc-auth-form p {
  margin: 0 0 14px;
}

.proc-auth-form label {
  display: block;
  font-size: 13px;
  color: #36566f;
  font-weight: 600;
}

.proc-auth-form input {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d6e1ea;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.95);
}

.proc-auth-form input:focus {
  outline: none;
  border-color: #68a7d4;
  box-shadow: 0 0 0 4px rgba(104, 167, 212, 0.16);
}

.proc-auth-password-field {
  position: relative;
  display: block;
}

.proc-auth-password-field input {
  padding-right: 52px;
}

.proc-auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 999px;
  color: #7b8796;
  cursor: pointer;
  box-shadow: none;
  z-index: 2;
}

.proc-auth-password-toggle .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.proc-auth-password-toggle:hover {
  color: #193b59;
  background: rgba(24, 53, 75, 0.06);
}

.proc-auth-password-toggle:focus-visible {
  outline: none;
  color: #193b59;
  background: rgba(24, 53, 75, 0.08);
  box-shadow: 0 0 0 3px rgba(104, 167, 212, 0.18);
}

.proc-auth-form button:not([type="button"]),
.proc-dashboard-logout-inline button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #18232f 0%, #0d151d 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.proc-auth-links {
  text-align: right;
}

.proc-auth-links a {
  color: #567287;
  font-size: 12px;
  text-decoration: none;
}

.proc-auth-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  text-align: left;
}

.proc-auth-notice-success {
  background: #e8f8ef;
  color: #17633f;
}

.proc-auth-notice-error {
  background: #fdecec;
  color: #9a2f2f;
}

.proc-dashboard-shell {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(54, 120, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
  color: #101826;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.proc-screen-dashboard .proc-dashboard-shell {
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  margin: 0;
}

.proc-dashboard-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  align-items: start;
  transition: grid-template-columns 180ms ease;
}

.proc-dashboard-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 14px;
  background: linear-gradient(180deg, #0d1522 0%, #111c2d 100%);
  color: #f5f8ff;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: padding 180ms ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.proc-dashboard-sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.proc-dashboard-workspace {
  min-width: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.proc-dashboard-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(180deg, rgba(244, 247, 251, 0.96) 0%, rgba(244, 247, 251, 0.92) 72%, rgba(244, 247, 251, 0) 100%);
  backdrop-filter: blur(12px);
}

.proc-dashboard-topbar-search {
  flex: 1 1 auto;
  max-width: 640px;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(231, 236, 244, 0.9) 100%);
  color: #5d7391;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 18px 42px rgba(24, 39, 75, 0.08);
}

.proc-dashboard-sidebar-toggle {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(24, 39, 75, 0.12);
  cursor: pointer;
}

.proc-dashboard-topbar .proc-dashboard-sidebar-toggle {
  display: none;
}

.proc-dashboard-sidebar-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #152033;
}

.proc-dashboard-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-dashboard-topbar-pill,
.proc-dashboard-topbar-icon,
.proc-dashboard-profile-trigger {
  height: 44px;
  min-width: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  color: #152033;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 24px rgba(24, 39, 75, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.proc-dashboard-sidebar-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 14px;
}

.proc-dashboard-brandmark {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
  flex: 0 0 auto;
}

.proc-dashboard-brandmark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  background: #ffffff;
}

.proc-dashboard-brandmark span {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.proc-dashboard-sidebar-head strong,
.proc-dashboard-sidebar-head span {
  display: block;
}

.proc-dashboard-sidebar-head strong {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.proc-dashboard-sidebar-head span {
  color: rgba(235, 242, 255, 0.66);
  font-size: 13px;
}

.proc-dashboard-sidebar-copy {
  min-width: 0;
}

.proc-dashboard-nav {
  display: grid;
  gap: 10px;
}

.proc-dashboard-nav-group {
  display: grid;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.proc-dashboard-nav-group p {
  margin: 0;
  padding: 0 12px;
  color: rgba(237, 243, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proc-dashboard-nav a,
.proc-dashboard-nav-accordion-summary,
.proc-dashboard-nav-accordion-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 18px;
  color: rgba(241, 245, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.proc-dashboard-nav-label,
.proc-dashboard-sidebar-copy,
.proc-dashboard-nav-group p,
.proc-dashboard-sidebar-card,
.proc-dashboard-logout-inline {
  transition: opacity 120ms ease, transform 120ms ease;
}

.proc-dashboard-nav a:hover,
.proc-dashboard-nav a.is-active,
.proc-dashboard-nav-accordion-summary:hover,
.proc-dashboard-nav-accordion-summary.is-active,
.proc-dashboard-nav-accordion-menu a:hover,
.proc-dashboard-nav-accordion-menu a.is-active {
  background: rgba(255,255,255,0.08);
  color: #fff;
  transform: translateX(2px);
}

.proc-dashboard-nav-accordion {
  display: grid;
  gap: 10px;
}

.proc-dashboard-nav-accordion summary {
  list-style: none;
}

.proc-dashboard-nav-accordion summary::-webkit-details-marker {
  display: none;
}

.proc-dashboard-nav-accordion-summary {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.proc-dashboard-nav-accordion-caret {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.proc-dashboard-nav-accordion[open] .proc-dashboard-nav-accordion-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.proc-dashboard-nav-accordion-menu {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.proc-dashboard-nav-accordion-menu a {
  min-height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.proc-dashboard-nav-accordion-menu .proc-dashboard-nav-badge {
  width: 38px;
  min-width: 38px;
  height: 38px;
}

.proc-dashboard-nav-badge {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.07);
  color: #b3c9ea;
  font-size: 18px;
  transition: background-color .2s ease, color .2s ease;
}

.proc-dashboard-nav-badge .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.proc-dashboard-sidebar-card {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
}

.proc-sidebar-kicker {
  margin: 0 0 10px;
  color: #6d8ef7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proc-dashboard-sidebar-card strong,
.proc-dashboard-sidebar-card span {
  display: block;
}

.proc-dashboard-sidebar-card strong {
  font-size: 18px;
}

.proc-dashboard-sidebar-card span {
  margin-top: 6px;
  color: rgba(237, 243, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

.proc-dashboard-sidebar-rail {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.proc-dashboard-sidebar-rail-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #d9e4f5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.proc-dashboard-sidebar-rail-toggle:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.proc-dashboard-sidebar-rail-toggle .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  transition: transform .18s ease;
}

.proc-dashboard-main {
  flex: 1 1 auto;
  width: 100%;
  padding: 8px 24px 28px;
}

.proc-dashboard-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  margin-bottom: 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(106, 178, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f2f6fb 100%);
  box-shadow: 0 22px 50px rgba(25, 44, 76, 0.08);
}

.proc-dashboard-hero-compact {
  min-height: 260px;
}

.proc-dashboard-hero-copy {
  max-width: 760px;
}

.proc-dashboard-hero-copy h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.proc-dashboard-hero-copy p:last-of-type {
  margin: 16px 0 0;
  color: #526176;
  font-size: 17px;
  line-height: 1.65;
}

.proc-dashboard-hero-user {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.proc-dashboard-hero-user strong,
.proc-dashboard-hero-user span {
  display: block;
}

.proc-dashboard-hero-user strong {
  font-size: 16px;
}

.proc-dashboard-hero-user span {
  margin-top: 4px;
  color: #677689;
  font-size: 13px;
}

.proc-dashboard-useravatar img {
  display: block;
  border-radius: 50%;
}

.proc-dashboard-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.proc-dashboard-hero-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #e9f0ff;
  color: #24446e;
  font-size: 13px;
  font-weight: 700;
}

.proc-dashboard-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.proc-dashboard-summary-card,
.proc-dashboard-panel {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(24, 39, 75, 0.08);
}

.proc-dashboard-summary-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
}

.proc-dashboard-summary-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #eef3ff;
}

.tone-rose .proc-dashboard-summary-icon {
  background: linear-gradient(135deg, #fff1f2 0%, #ffd8dd 100%);
}

.tone-amber .proc-dashboard-summary-icon {
  background: linear-gradient(135deg, #fff8e8 0%, #ffe0a3 100%);
}

.tone-sky .proc-dashboard-summary-icon {
  background: linear-gradient(135deg, #eef5ff 0%, #cfe3ff 100%);
}

.tone-mint .proc-dashboard-summary-icon {
  background: linear-gradient(135deg, #effcf6 0%, #c7f0dd 100%);
}

.proc-dashboard-summary-card p {
  margin: 0 0 6px;
  color: #5f6d81;
  font-size: 14px;
  font-weight: 600;
}

.proc-dashboard-summary-card strong {
  display: block;
  color: #121b27;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.proc-dashboard-panels,
.proc-dashboard-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.proc-dashboard-bottom-grid-single {
  grid-template-columns: 1fr;
}

.proc-dashboard-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 0;
}

.proc-dashboard-panel-head h3 {
  margin: 0;
  color: #152033;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.proc-dashboard-panel-head span {
  display: block;
  margin-top: 6px;
  color: #6c7b8e;
  font-size: 13px;
  font-weight: 600;
}

.proc-dashboard-chart-card {
  padding: 10px 24px 24px;
}

.proc-dashboard-chart-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f1a2a 0%, #1c3458 100%);
  color: #fff;
}

.proc-dashboard-chart-copy strong {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.proc-dashboard-chart-copy p {
  max-width: 340px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.6;
}

.proc-dashboard-chart {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  min-height: 280px;
  padding: 14px 6px 6px;
}

.proc-chart-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.proc-chart-bars {
  width: 100%;
  max-width: 44px;
  height: 210px;
  display: flex;
  align-items: flex-end;
}

.proc-chart-bar {
  width: 100%;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(180deg, #65a7ff 0%, #275efe 100%);
  box-shadow: 0 16px 30px rgba(39, 94, 254, 0.22);
}

.proc-chart-col label {
  color: #67768a;
  font-size: 13px;
  font-weight: 600;
}

.proc-dashboard-focus-list,
.proc-dashboard-activity-list {
  display: grid;
  gap: 12px;
  padding: 18px 24px 24px;
}

.proc-dashboard-focus-item,
.proc-dashboard-activity-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f9fc;
}

.proc-dashboard-focus-item strong,
.proc-dashboard-activity-item strong {
  display: block;
  color: #132034;
  font-size: 15px;
}

.proc-dashboard-focus-item p,
.proc-dashboard-activity-item p {
  margin: 6px 0 0;
  color: #6a798c;
  font-size: 13px;
  line-height: 1.5;
}

.proc-dashboard-focus-item > span {
  min-width: 52px;
  padding: 12px 0;
  border-radius: 14px;
  background: #eaf1ff;
  color: #275efe;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.proc-dashboard-activity-item {
  justify-content: flex-start;
}

.proc-dashboard-activity-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #63a8ff 0%, #2d6df6 100%);
  box-shadow: 0 0 0 6px rgba(45, 109, 246, 0.12);
}

.proc-dashboard-placeholder {
  padding: 24px;
  color: #637389;
  font-size: 15px;
  line-height: 1.7;
}

.proc-dashboard-logout-inline {
  margin-top: auto;
}

.proc-dashboard-logout-inline button {
  width: 100%;
}

.proc-dashboard-profile {
  position: relative;
}

.proc-dashboard-profile summary {
  list-style: none;
  cursor: pointer;
}

.proc-dashboard-profile summary::-webkit-details-marker {
  display: none;
}

.proc-dashboard-profile-trigger {
  padding: 0;
  overflow: hidden;
}

.proc-dashboard-profile-avatar img,
.proc-dashboard-profile-head-avatar img {
  display: block;
  border-radius: 50%;
}

.proc-dashboard-profile-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 320px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 60px rgba(24, 39, 75, 0.16);
}

.proc-dashboard-profile-actions {
  margin-top: 14px;
}

.proc-dashboard-profile-edit {
  width: 100%;
}

.proc-auth-notice a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-layout {
  grid-template-columns: 78px minmax(0, 1fr);
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar {
  gap: 14px;
  padding: 12px 8px 14px;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar-head {
  justify-content: center;
  padding: 6px 0 2px;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar-copy,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-group p,
.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar-card,
.proc-dashboard-shell.is-collapsed .proc-dashboard-logout-inline {
  opacity: 0;
  transform: translateX(-6px);
  pointer-events: none;
  position: absolute;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary {
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 70px;
  padding: 12px 4px 10px;
  border-radius: 14px;
  background: transparent;
  transform: none;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-label {
  display: block;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-menu {
  display: none;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-caret {
  display: none;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-badge {
  margin: 0;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a:hover .proc-dashboard-nav-badge,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a.is-active .proc-dashboard-nav-badge,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary:hover .proc-dashboard-nav-badge,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary.is-active .proc-dashboard-nav-badge {
  background: transparent;
  color: #ffffff;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a.is-active::before {
  display: none;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-brandmark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a:hover,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a.is-active,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary:hover,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary.is-active {
  transform: none;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav a.is-active,
.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-accordion-summary.is-active {
  background: #ff5461;
  color: #ffffff;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-nav-group {
  gap: 10px;
  padding-top: 8px;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar-rail {
  justify-content: center;
}

.proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar-rail-toggle .dashicons {
  transform: rotate(180deg);
}

.proc-dashboard-profile-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-dashboard-profile-head strong,
.proc-dashboard-profile-head span {
  display: block;
}

.proc-dashboard-profile-head strong {
  color: #152033;
  font-size: 16px;
}

.proc-dashboard-profile-head span {
  margin-top: 4px;
  color: #627287;
  font-size: 13px;
}

.proc-dashboard-profile-list {
  display: grid;
  gap: 12px;
  padding: 16px 0;
}

.proc-dashboard-profile-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f6f9fc;
}

.proc-dashboard-profile-list span {
  color: #627287;
  font-size: 13px;
  font-weight: 600;
}

.proc-dashboard-profile-list strong {
  color: #152033;
  font-size: 14px;
  text-align: right;
}

.proc-dashboard-profile-logout button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #18232f 0%, #0d151d 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.proc-catalog-shell {
  padding: 28px;
}

.proc-catalog-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}

.proc-catalog-alert.is-success {
  background: #e9f8ef;
  color: #146c3a;
}

.proc-catalog-alert.is-error {
  background: #fff0f0;
  color: #9b2226;
}

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

.proc-catalog-stat {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f9fc 0%, #edf3fa 100%);
  border: 1px solid rgba(17, 24, 39, 0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.proc-catalog-stat span {
  display: block;
  color: #627287;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.proc-catalog-stat strong {
  display: block;
  margin-top: 12px;
  color: #152033;
  font-size: 36px;
  letter-spacing: -0.03em;
}

.proc-catalog-stat em {
  display: block;
  margin-top: 10px;
  color: #627287;
  font-size: 13px;
  font-style: normal;
}

.proc-catalog-stat-primary {
  background: linear-gradient(135deg, #ffffff 0%, #eaf2ff 100%);
}

.proc-catalog-stat-accent {
  background: linear-gradient(135deg, #fdfefe 0%, #eef7f1 100%);
}

.proc-catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
  gap: 20px;
}

.proc-catalog-column,
.proc-catalog-column-wide {
  display: grid;
  gap: 20px;
  align-content: start;
}

.proc-catalog-card {
  padding: 22px;
  border-radius: 24px;
  background: #fdfefe;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 18px 36px rgba(24, 39, 75, 0.06);
}

.proc-catalog-card-head,
.proc-catalog-subsection-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.proc-catalog-card-head h4 {
  margin: 0;
  color: #152033;
  font-size: 20px;
}

.proc-catalog-card-head p,
.proc-catalog-subsection-head strong + span {
  margin: 6px 0 0;
  color: #627287;
  font-size: 14px;
}

.proc-catalog-inline-actions,
.proc-catalog-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proc-catalog-action,
.proc-catalog-form-actions button,
.proc-catalog-subsection-head button {
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #18232f 0%, #0d151d 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.proc-catalog-action.is-secondary,
.proc-catalog-form-actions .is-secondary,
.proc-catalog-subsection-head .is-secondary,
.proc-catalog-pagination .is-secondary {
  background: #edf2f7;
  color: #22314a;
}

.proc-catalog-filter-form,
.proc-catalog-item-form,
.proc-catalog-category-form,
.proc-catalog-import-form {
  display: grid;
  gap: 14px;
}

.proc-catalog-filter-form {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.proc-catalog-item-form label,
.proc-catalog-category-form label,
.proc-catalog-import-form label,
.proc-catalog-filter-form label {
  display: grid;
  gap: 8px;
}

.proc-catalog-item-form span,
.proc-catalog-category-form span,
.proc-catalog-import-form span,
.proc-catalog-filter-form span {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-catalog-item-form input,
.proc-catalog-item-form select,
.proc-catalog-item-form textarea,
.proc-catalog-category-form input,
.proc-catalog-category-form select,
.proc-catalog-category-form textarea,
.proc-catalog-import-form input,
.proc-catalog-import-form textarea,
.proc-catalog-filter-form input,
.proc-catalog-filter-form select {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  font-size: 14px;
}

.proc-catalog-item-form textarea,
.proc-catalog-category-form textarea,
.proc-catalog-import-form textarea {
  resize: vertical;
}

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

.proc-catalog-subsection {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-catalog-vendors {
  display: grid;
  gap: 12px;
}

.proc-catalog-vendor-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border-radius: 16px;
  background: #f6f9fc;
}

.proc-catalog-vendor-row label {
  display: grid;
  gap: 6px;
}

.proc-catalog-vendor-flag {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #22314a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.proc-catalog-vendor-flag input {
  width: auto;
}

.proc-catalog-remove {
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffe8e8;
  color: #8e1d1d;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.proc-catalog-table-wrap {
  overflow: auto;
}

.proc-catalog-table {
  width: 100%;
  border-collapse: collapse;
}

.proc-catalog-table th,
.proc-catalog-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  text-align: left;
  font-size: 14px;
}

.proc-catalog-table th {
  color: #627287;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proc-catalog-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.proc-catalog-sort::after {
  content: "\2195";
  font-size: 12px;
  color: #8fa0b5;
}

.proc-catalog-sort.is-active::after {
  color: #2d6df6;
}

.proc-catalog-sort.is-desc::after {
  content: "\2193";
}

.proc-catalog-sort.is-asc::after {
  content: "\2191";
}

.proc-catalog-table tbody tr {
  cursor: pointer;
  transition: background-color .18s ease;
}

.proc-catalog-table tbody tr:hover,
.proc-catalog-table tbody tr.is-active {
  background: #f6f9fc;
}

.proc-catalog-empty {
  color: #627287;
}

.proc-catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.proc-catalog-tree {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.proc-catalog-tree-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f6f9fc;
}

.proc-catalog-tree-item strong {
  color: #152033;
  font-size: 14px;
}

.proc-catalog-tree-item span {
  display: block;
  margin-top: 4px;
  color: #627287;
  font-size: 13px;
}

.proc-catalog-tree-edit {
  border: 0;
  border-radius: 12px;
  padding: 8px 10px;
  background: #edf2f7;
  color: #22314a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.proc-catalog-tree-children {
  margin-left: 18px;
  display: grid;
  gap: 8px;
}

.proc-vendor-panels {
  grid-template-columns: minmax(0, 1fr);
}

.proc-vendor-workspace {
  display: grid;
  gap: 24px;
  width: 100%;
}

.proc-vendor-hero {
  justify-content: space-between;
  gap: 18px;
}

.proc-vendor-hero-actions,
.proc-vendor-panel-meta,
.proc-vendor-modal-actions,
.proc-vendor-queue-actions,
.proc-vendor-detail-head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-vendor-action-menu {
  position: relative;
}

.proc-vendor-hero-actions .proc-catalog-action,
.proc-vendor-hero-actions .proc-dashboard-topbar-pill[type="button"] {
  min-width: 124px;
  justify-content: center;
}

.proc-vendor-detail-panel .proc-catalog-action[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.proc-vendor-action-menu-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  min-width: 190px;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.proc-vendor-action-menu-popover button,
.proc-vendor-inline-link,
.proc-dashboard-focus-item button,
.proc-dashboard-topbar-pill[type="button"] {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.proc-vendor-action-menu-popover button {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  color: #152033;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.proc-vendor-action-menu-popover button:hover {
  background: #f6f9fc;
}

.proc-vendor-summary-grid {
  margin-top: -4px;
}

.proc-vendor-main-grid {
  grid-template-columns: minmax(0, 1fr);
}

.proc-vendor-list-panel {
  width: 100%;
}

.proc-vendor-workspace .proc-dashboard-panels.proc-vendor-main-grid,
.proc-vendor-workspace .proc-dashboard-panel.proc-vendor-list-panel {
  width: 100%;
  max-width: 100%;
}

.proc-vendor-panel-head {
  align-items: flex-start;
}

.proc-vendor-view-switcher {
  position: relative;
  display: inline-flex;
  margin: 8px 0 4px;
}

.proc-vendor-view-toggle {
  min-width: 240px;
  padding: 14px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #f5f8ff;
  color: #152033;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: left;
  box-shadow: 0 12px 24px rgba(24, 39, 75, 0.06);
  cursor: pointer;
}

.proc-vendor-view-toggle-caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}

.proc-vendor-view-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 25;
  width: min(320px, calc(100vw - 60px));
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

.proc-vendor-view-search input {
  width: 100%;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
}

.proc-vendor-view-options {
  display: grid;
  gap: 6px;
  max-height: 320px;
  margin-top: 10px;
  overflow: auto;
}

.proc-vendor-view-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #203049;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.proc-vendor-view-option strong {
  color: #5b7190;
  font-size: 13px;
}

.proc-vendor-view-option:hover,
.proc-vendor-view-option.is-active {
  background: #f3f7ff;
  color: #173a7a;
}

.proc-vendor-mini-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2d4ea2;
  font-size: 12px;
  font-weight: 700;
}

.proc-vendor-mini-chip strong {
  color: #173a7a;
  font-size: 13px;
}

.proc-vendor-table-wrap {
  padding: 0 24px 24px;
  overflow-x: auto;
}

.proc-vendor-table td:last-child,
.proc-vendor-table th:last-child {
  white-space: nowrap;
}

.proc-vendor-table td,
.proc-vendor-table th {
  white-space: nowrap;
}

.proc-vendor-table td:nth-child(2),
.proc-vendor-table th:nth-child(2),
.proc-vendor-table td:nth-child(3),
.proc-vendor-table th:nth-child(3) {
  white-space: normal;
}

.proc-vendor-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.proc-vendor-status-badge.is-active {
  background: #e5f8ef;
  color: #0e7a48;
}

.proc-vendor-status-badge.is-pending,
.proc-vendor-status-badge.is-invited {
  background: #fff4dc;
  color: #a16207;
}

.proc-vendor-status-badge.is-submitted {
  background: #e8f1ff;
  color: #2158c7;
}

.proc-vendor-status-badge.is-draft {
  background: #eef2f7;
  color: #334155;
}

.proc-vendor-status-badge.is-under_review {
  background: #eef4ff;
  color: #1d4ed8;
}

.proc-vendor-status-badge.is-approved,
.proc-vendor-status-badge.is-po_created,
.proc-vendor-status-badge.is-closed {
  background: #e7f8ef;
  color: #147a4b;
}

.proc-vendor-status-badge.is-blacklisted,
.proc-vendor-status-badge.is-rejected,
.proc-vendor-status-badge.is-inactive {
  background: #ffe8e8;
  color: #a52b2b;
}

.proc-vendor-inline-link {
  min-width: 78px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff1f5;
  color: #d5476d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
}

.proc-vendor-inline-link:hover {
  background: #ffdce7;
  color: #9f2447;
}

.proc-vendor-filter-form,
.proc-vendor-detail-grid,
.proc-vendor-detail-stack,
.proc-vendor-mini-list,
.proc-vendor-doc-list,
.proc-vendor-form-grid {
  display: grid;
  gap: 14px;
}

.proc-vendor-filter-form {
  grid-template-columns: minmax(220px, 1.3fr) repeat(2, minmax(180px, 0.8fr)) auto;
  padding: 0 24px 18px;
}

.proc-vendor-filter-form label,
.proc-vendor-form-grid p {
  margin: 0;
}

.proc-vendor-filter-form span,
.proc-vendor-doc-list h4 {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-vendor-filter-form input,
.proc-vendor-filter-form select,
.proc-vendor-onboarding-form input,
.proc-vendor-onboarding-form select,
.proc-vendor-onboarding-form textarea {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  font-size: 14px;
}

.proc-vendor-detail-grid {
  grid-template-columns: 240px minmax(0, 1fr);
  padding: 0 24px 24px;
}

.proc-vendor-review-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  padding: 0 24px 24px;
}

.proc-vendor-profile-card,
.proc-vendor-detail-card {
  padding: 18px;
  border-radius: 20px;
  background: #f6f9fc;
}

.proc-vendor-profile-card-plain {
  padding: 0;
  background: transparent;
}

.proc-vendor-onboarding-summary,
.proc-vendor-detail-actions {
  display: grid;
  gap: 12px;
}

.proc-vendor-detail-actions {
  margin-top: 4px;
}

.proc-vendor-profile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-vendor-profile-row:last-child {
  border-bottom: 0;
}

.proc-vendor-profile-row span {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-vendor-profile-row strong {
  color: #152033;
  font-size: 14px;
  text-align: right;
}

.proc-vendor-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.proc-vendor-mini-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
}

.proc-vendor-mini-list a,
.proc-vendor-mini-list span {
  color: #566d88;
  font-size: 13px;
}

.proc-vendor-document-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.proc-vendor-document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #ffffff;
}

.proc-vendor-document-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.proc-vendor-document-type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2f5d9b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proc-vendor-document-name {
  color: #152033;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}

.proc-vendor-document-link {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f4f7fb;
  color: #173a7a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.proc-vendor-document-link:hover {
  background: #e8f0ff;
  color: #102f63;
}

.proc-vendor-onboarding-card {
  width: min(100%, 920px);
  text-align: left;
}

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

.proc-vendor-form-grid-span {
  grid-column: 1 / -1;
}

.proc-vendor-form-grid-tight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proc-vendor-onboarding-form textarea {
  resize: vertical;
}

.proc-vendor-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.proc-vendor-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
}

.proc-vendor-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.24);
}

.proc-vendor-modal-dialog-sm {
  width: min(720px, calc(100vw - 32px));
}

.proc-vendor-modal-dialog-lg {
  width: min(1040px, calc(100vw - 32px));
}

.proc-pr-modal-dialog {
  width: min(1180px, calc(100vw - 32px));
}

.proc-vendor-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 0;
}

.proc-vendor-review-body {
  display: grid;
}

.proc-vendor-modal-head h3 {
  margin: 0 0 6px;
  color: #152033;
}

.proc-vendor-modal-head p {
  margin: 0;
  color: #627287;
  font-size: 14px;
}

.proc-vendor-modal-close {
  border: 0;
  background: transparent;
  color: #7a8799;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.proc-vendor-modal-form {
  padding: 24px;
}

.proc-vendor-modal-form textarea {
  resize: vertical;
}

.proc-vendor-modal-actions {
  justify-content: flex-end;
  margin-top: 24px;
}

.proc-catalog-action.is-danger {
  background: #fff1f2;
  color: #b42318;
}

.proc-catalog-action.is-danger:hover {
  background: #ffe1e5;
}

.proc-vendor-queue-list {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.proc-vendor-queue-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 20px;
  background: #f6f9fc;
}

.proc-vendor-queue-item strong {
  color: #152033;
}

.proc-vendor-queue-item p {
  margin: 4px 0 0;
  color: #627287;
  font-size: 13px;
}

.proc-vendor-modal-open {
  overflow: hidden;
}

.proc-vendor-workspace .proc-dashboard-bottom-grid {
  display: none;
}

.proc-pr-workspace {
  display: grid;
  gap: 24px;
  width: 100%;
}

.proc-pr-hero,
.proc-pr-panel-head {
  align-items: flex-start;
}

.proc-pr-hero-actions,
.proc-pr-panel-meta,
.proc-pr-attachment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-pr-hero-actions {
  position: relative;
  z-index: 2;
}

.proc-pr-main-grid {
  grid-template-columns: minmax(0, 1fr);
}

.proc-pr-list-panel {
  width: 100%;
}

.proc-pr-view-toggle {
  min-width: 260px;
  font-size: 28px;
}

.proc-pr-filter-form,
.proc-pr-form-grid,
.proc-pr-line-grid,
.proc-pr-review-grid,
.proc-pr-review-body {
  display: grid;
  gap: 14px;
}

.proc-pr-filter-form {
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 0.8fr)) auto;
  padding: 0 24px 18px;
}

.proc-pr-filter-form label,
.proc-pr-form-grid label,
.proc-pr-line-grid label {
  margin: 0;
}

.proc-pr-filter-form span,
.proc-pr-form-grid span,
.proc-pr-line-grid span,
.proc-pr-attachment-form span {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-pr-filter-form input,
.proc-pr-filter-form select,
.proc-pr-form-grid input,
.proc-pr-form-grid select,
.proc-pr-form-grid textarea,
.proc-pr-line-grid select,
.proc-pr-line-grid input,
.proc-pr-line-grid textarea,
.proc-pr-attachment-form input,
.proc-pr-submit-form select {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  font-size: 14px;
}

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

.proc-pr-form-grid-span,
.proc-pr-line-grid-span {
  grid-column: 1 / -1;
}

.proc-pr-line-editor {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-pr-lines {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.proc-pr-line-row {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fbfe 0%, #f3f7fc 100%);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.proc-pr-line-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
}

.proc-pr-line-row-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.proc-pr-line-catalog-field select {
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.proc-pr-line-smartbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proc-pr-line-smartpill {
  display: inline-grid;
  gap: 4px;
  min-width: 128px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.proc-pr-line-smartpill span {
  margin: 0;
  color: #70829a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proc-pr-line-smartpill strong {
  color: #152033;
  font-size: 13px;
  line-height: 1.35;
}

.proc-pr-line-field-total input[readonly] {
  background: #eef3fb;
  color: #10243e;
  font-weight: 800;
}

.proc-pr-table-wrap,
.proc-pr-detail-table-wrap {
  padding: 0 24px 24px;
  overflow-x: auto;
}

.proc-pr-table td:last-child,
.proc-pr-table th:last-child {
  white-space: nowrap;
}

.proc-pr-table-primary {
  display: grid;
  gap: 6px;
}

.proc-pr-table-primary strong {
  color: #152033;
}

.proc-pr-table-primary span {
  color: #627287;
  font-size: 13px;
}

.proc-pr-priority-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.proc-pr-priority-badge.is-low {
  background: #eef2ff;
  color: #4658a5;
}

.proc-pr-priority-badge.is-medium {
  background: #e8f4ff;
  color: #1d4ed8;
}

.proc-pr-priority-badge.is-high {
  background: #fff4dc;
  color: #a16207;
}

.proc-pr-priority-badge.is-urgent {
  background: #ffe8e8;
  color: #b42318;
}

.proc-pr-review-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  padding: 0 24px 24px;
}

.proc-pr-review-body {
  display: grid;
  min-width: 0;
}

.proc-pr-review-body .proc-vendor-detail-stack,
.proc-pr-review-body .proc-vendor-detail-card,
.proc-pr-review-body .proc-pr-attachment-form,
.proc-pr-review-body .proc-pr-comment-form {
  min-width: 0;
}

.proc-pr-review-body .proc-vendor-detail-head-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.proc-pr-attachment-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-pr-attachment-form-compact {
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.85fr) minmax(220px, 0.95fr) auto;
  align-items: end;
}

.proc-pr-comment-form-compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.proc-pr-review-body .proc-pr-attachment-form-compact,
.proc-pr-review-body .proc-pr-comment-form-compact {
  grid-template-columns: minmax(0, 1fr);
}

.proc-pr-attachment-compact-input,
.proc-pr-comment-compact-input {
  margin: 0;
}

.proc-pr-comment-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-pr-comment-form textarea {
  width: 100%;
  min-height: 96px;
  margin-top: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  -webkit-text-fill-color: #152033;
  caret-color: #152033;
  opacity: 1;
  font-size: 14px;
  resize: vertical;
}

.proc-pr-comment-form textarea::placeholder {
  color: #8b6f67;
  -webkit-text-fill-color: #8b6f67;
  opacity: 1;
}

.proc-pr-comment-form textarea:focus,
.proc-pr-comment-form textarea:active {
  outline: none;
  border-color: #68a7d4;
  box-shadow: 0 0 0 4px rgba(104, 167, 212, 0.16);
  color: #152033;
  -webkit-text-fill-color: #152033;
  caret-color: #152033;
}

.proc-pr-comment-form-compact textarea {
  min-height: 72px;
}

.proc-pr-line-meta {
  color: #627287;
  font-size: 13px;
  font-weight: 600;
}

.proc-pr-line-meta span {
  color: #22314a;
}

.proc-pr-thread,
.proc-pr-history-list {
  display: grid;
  gap: 14px;
}

.proc-pr-thread-item,
.proc-pr-history-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f9fc;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.proc-pr-thread-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #627287;
  font-size: 13px;
}

.proc-pr-thread-item p,
.proc-pr-history-item p {
  margin: 8px 0 0;
  color: #627287;
  line-height: 1.6;
}

.proc-pr-history-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.proc-pr-history-marker {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7aa5ff, #98c3ff);
  box-shadow: 0 0 0 6px rgba(122, 165, 255, 0.12);
  flex: 0 0 auto;
}

.proc-pr-submit-modal {
  width: min(100%, 560px);
}

.proc-pr-submit-form {
  display: grid;
  gap: 16px;
}

.proc-pr-submit-note {
  margin: 0;
  color: #627287;
  font-size: 13px;
  line-height: 1.6;
}

.proc-rfq-workspace {
  display: grid;
  gap: 24px;
  width: 100%;
}

.proc-rfq-hero,
.proc-rfq-panel-head {
  align-items: flex-start;
}

.proc-rfq-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-rfq-main-grid {
  grid-template-columns: minmax(0, 1fr);
}

.proc-rfq-filter-form,
.proc-rfq-form-grid,
.proc-rfq-line-grid,
.proc-rfq-review-grid {
  display: grid;
  gap: 14px;
}

.proc-rfq-filter-form {
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, .9fr) auto;
  padding: 0 24px 18px;
}

.proc-rfq-filter-form label,
.proc-rfq-form-grid label,
.proc-rfq-line-grid label,
.proc-rfq-award-form label,
.proc-rfq-quote-form label {
  margin: 0;
}

.proc-rfq-filter-form span,
.proc-rfq-form-grid span,
.proc-rfq-line-grid span,
.proc-rfq-award-form span,
.proc-rfq-quote-form span {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-rfq-filter-form input,
.proc-rfq-filter-form select,
.proc-rfq-form-grid input,
.proc-rfq-form-grid select,
.proc-rfq-form-grid textarea,
.proc-rfq-line-grid input,
.proc-rfq-line-grid select,
.proc-rfq-line-grid textarea,
.proc-rfq-award-form select,
.proc-rfq-quote-form input,
.proc-rfq-quote-form select,
.proc-rfq-quote-form textarea {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  font-size: 14px;
}

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

.proc-rfq-form-grid-span,
.proc-rfq-line-grid-span {
  grid-column: 1 / -1;
}

.proc-rfq-line-editor,
.proc-rfq-vendor-picker {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-rfq-lines,
.proc-rfq-vendor-list,
.proc-rfq-quote-lines {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.proc-rfq-line-row,
.proc-rfq-vendor-option,
.proc-rfq-quote-line,
.proc-rfq-comparison-card {
  padding: 18px;
  border-radius: 22px;
  background: #f6f9fc;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.proc-rfq-line-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proc-rfq-vendor-option {
  display: flex;
  align-items: center;
  gap: 14px;
}

.proc-rfq-vendor-option input {
  width: auto;
  margin: 0;
}

.proc-rfq-vendor-option span {
  display: grid;
  gap: 4px;
}

.proc-rfq-vendor-option em {
  color: #627287;
  font-size: 12px;
  font-style: normal;
}

.proc-rfq-table-wrap {
  padding: 0 24px 24px;
  overflow-x: auto;
}

.proc-rfq-review-grid {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  padding: 0 24px 24px;
  align-items: start;
}

.proc-rfq-review-body {
  display: grid;
  min-width: 0;
}

.proc-rfq-review-body .proc-vendor-detail-stack,
.proc-rfq-review-body .proc-vendor-detail-card {
  min-width: 0;
}

.proc-rfq-review-body .proc-vendor-detail-head-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.proc-rfq-review-body .proc-catalog-form-actions {
  flex-wrap: wrap;
}

.proc-rfq-review-body .proc-pr-attachment-form-compact {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.7fr) minmax(220px, 0.9fr) auto;
}

.proc-vendor-rfq-shell,
.proc-vendor-rfq-list,
.proc-vendor-rfq-summary,
.proc-vendor-rfq-form {
  display: grid;
  gap: 16px;
}

.proc-vendor-rfq-hero {
  min-height: auto;
  padding: 26px 30px;
}

.proc-vendor-rfq-hero .proc-dashboard-hero-copy {
  max-width: 780px;
}

.proc-vendor-rfq-hero .proc-dashboard-hero-copy h2 {
  font-size: 36px;
}

.proc-vendor-rfq-hero .proc-dashboard-hero-copy p:last-of-type {
  max-width: 680px;
  font-size: 15px;
}

.proc-dashboard-panel.proc-vendor-rfq-shell {
  padding: 24px;
}

.proc-vendor-rfq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.proc-vendor-rfq-grid > * {
  min-width: 0;
}

.proc-vendor-rfq-list {
  align-content: start;
}

.proc-vendor-rfq-pane-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.proc-vendor-rfq-pane-head h3 {
  margin: 0;
  color: #152033;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.proc-vendor-rfq-pane-head p {
  margin: 6px 0 0;
  color: #627287;
  font-size: 13px;
  line-height: 1.55;
}

.proc-vendor-rfq-list > a {
  text-decoration: none;
  color: inherit;
}

.proc-vendor-rfq-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  border: 1px solid rgba(17, 24, 39, 0.06);
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(24, 39, 75, 0.06);
}

.proc-vendor-rfq-card.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border-color: rgba(45, 109, 246, 0.16);
  box-shadow: 0 16px 36px rgba(45, 109, 246, 0.1);
}

.proc-vendor-rfq-card-primary {
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(110, 168, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
}

.proc-vendor-rfq-detail {
  align-content: start;
}

.proc-vendor-rfq-card h3 {
  margin: 0;
  color: #152033;
  font-size: 18px;
  line-height: 1.2;
}

.proc-vendor-rfq-card-head,
.proc-vendor-rfq-row,
.proc-vendor-rfq-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  flex-wrap: wrap;
}

.proc-vendor-rfq-card-head strong,
.proc-vendor-rfq-row strong,
.proc-vendor-rfq-line strong {
  color: #152033;
}

.proc-vendor-rfq-card-head strong,
.proc-vendor-rfq-line strong {
  font-size: 16px;
  line-height: 1.35;
}

.proc-vendor-rfq-card-head .proc-vendor-status-badge {
  flex: 0 0 auto;
}

.proc-vendor-rfq-card-head span,
.proc-vendor-rfq-row span,
.proc-vendor-rfq-line span,
.proc-vendor-rfq-card p {
  color: #627287;
  font-size: 13px;
}

.proc-vendor-rfq-row-alert strong {
  color: #b42318;
}

.proc-vendor-rfq-card p {
  margin: 0;
  line-height: 1.6;
}

.proc-vendor-rfq-summary {
  gap: 10px;
}

.proc-vendor-rfq-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
}

.proc-vendor-rfq-line > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.proc-vendor-rfq-row {
  align-items: center;
}

.proc-vendor-rfq-row strong {
  text-align: right;
  margin-left: auto;
}

.proc-vendor-rfq-list > .proc-vendor-rfq-card,
.proc-vendor-rfq-list > a.proc-vendor-rfq-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.proc-vendor-rfq-list > a.proc-vendor-rfq-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(24, 39, 75, 0.08);
}

.proc-vendor-rfq-form {
  gap: 20px;
}

.proc-vendor-rfq-form-card,
.proc-vendor-rfq-pricing-card,
.proc-vendor-rfq-lines-card,
.proc-vendor-rfq-attachment-card,
.proc-vendor-rfq-snapshot-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}

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

.proc-vendor-rfq-form-grid label,
.proc-vendor-rfq-line-grid label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.proc-vendor-rfq-form-grid span,
.proc-vendor-rfq-line-grid span {
  color: #627287;
  font-size: 13px;
  font-weight: 700;
}

.proc-vendor-rfq-form-grid label,
.proc-vendor-rfq-line-grid label {
  align-content: start;
}

.proc-vendor-rfq-form-grid input,
.proc-vendor-rfq-form-grid select,
.proc-vendor-rfq-form-grid textarea,
.proc-vendor-rfq-line-grid input,
.proc-vendor-rfq-line-grid textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #152033;
  font-size: 14px;
}

.proc-vendor-rfq-form-grid input:focus,
.proc-vendor-rfq-form-grid textarea:focus,
.proc-vendor-rfq-line-grid input:focus,
.proc-vendor-rfq-line-grid textarea:focus {
  outline: none;
  border-color: #68a7d4;
  box-shadow: 0 0 0 4px rgba(104, 167, 212, 0.16);
}

.proc-vendor-rfq-form-grid .is-span,
.proc-vendor-rfq-line-grid .is-span {
  grid-column: 1 / -1;
}

.proc-vendor-rfq-line-grid {
  display: grid;
  grid-template-columns: 28px minmax(180px, 1.4fr) repeat(3, minmax(120px, 1fr));
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-vendor-rfq-line-grid input[type="checkbox"] {
  width: auto;
  margin: 0;
  align-self: start;
  margin-top: 14px;
}

.proc-vendor-rfq-line-grid > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.proc-vendor-rfq-line-grid > div strong {
  font-size: 15px;
  line-height: 1.35;
}

.proc-vendor-rfq-line-grid > div {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.proc-vendor-rfq-line-grid > div span {
  color: #627287;
  font-size: 13px;
}

.proc-vendor-rfq-line-grid > div,
.proc-vendor-rfq-line-grid > label:first-of-type {
  grid-row: 1;
}

.proc-vendor-rfq-line-grid > div {
  grid-column: 2 / -1;
}

.proc-vendor-rfq-line-grid > label:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.proc-vendor-rfq-line-grid > label:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.proc-vendor-rfq-line-grid > label:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.proc-vendor-rfq-line-grid > label:nth-child(6) {
  grid-column: 5;
  grid-row: 2;
}

.proc-vendor-rfq-line-grid > label:nth-child(7) {
  grid-column: 2 / span 2;
  grid-row: 3;
}

.proc-vendor-rfq-line-grid > label.is-span {
  grid-column: 1 / -1;
  grid-row: 4;
}

.proc-vendor-rfq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  padding-top: 4px;
}

.proc-vendor-rfq-actions .proc-catalog-action {
  min-width: 152px;
  justify-content: center;
  border-radius: 16px;
}

.proc-vendor-rfq-actions .proc-catalog-action.is-secondary {
  background: #edf3fb;
}

.proc-vendor-rfq-actions .proc-catalog-action.is-danger {
  background: #fff1f2;
}

.proc-rfq-quote-line {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) repeat(6, minmax(110px, .7fr));
  gap: 10px;
  align-items: center;
}

.proc-rfq-quote-line input[type="checkbox"] {
  width: auto;
  margin: 0 6px 0 0;
}

.proc-rfq-quote-line span {
  display: grid;
  gap: 4px;
}

.proc-rfq-quote-line em {
  color: #627287;
  font-size: 12px;
  font-style: normal;
}

.proc-rfq-submit-modal {
  width: min(100%, 620px);
}

.proc-rfq-comparison-grid {
  display: grid;
  gap: 14px;
}

.proc-rfq-comparison-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.proc-rfq-comparison-card p {
  margin: 0 0 12px;
  color: #627287;
  font-size: 13px;
}

.proc-rfq-comparison-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-rfq-comparison-line:first-of-type {
  border-top: 0;
}

.proc-pr-pagination {
  padding: 0 24px 24px;
}

.proc-catalog-summary-grid {
  margin-top: -4px;
}

.proc-catalog-workspace {
  display: grid;
  gap: 24px;
}

.proc-catalog-main-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.proc-catalog-directory-panel,
.proc-catalog-side-rail {
  min-width: 0;
}

.proc-catalog-directory-panel-wide {
  width: 100%;
}

.proc-catalog-side-rail {
  display: grid;
  gap: 20px;
  align-content: start;
}

.proc-catalog-panel-head {
  align-items: flex-start;
  padding: 24px 24px 18px;
}

.proc-catalog-panel-meta,
.proc-catalog-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-catalog-view-switcher {
  margin: 8px 0 4px;
}

.proc-catalog-view-toggle {
  min-width: 260px;
  font-size: 28px;
}

.proc-catalog-view-menu {
  min-width: 280px;
}

.proc-catalog-filter-form-compact {
  grid-template-columns: minmax(240px, 1.5fr) repeat(4, minmax(140px, 0.8fr)) auto;
  padding: 0 24px 18px;
}

.proc-catalog-filter-form-compact label {
  margin: 0;
}

.proc-catalog-filter-form-compact input,
.proc-catalog-filter-form-compact select {
  margin-top: 8px;
}

.proc-catalog-bulkbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 24px 18px;
  padding: 14px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
  box-shadow: 0 14px 30px rgba(24, 39, 75, 0.06);
}

.proc-catalog-bulkbar-actions,
.proc-catalog-bulkbar-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proc-catalog-bulkbar-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #2158c7;
  font-size: 14px;
  font-weight: 800;
}

.proc-catalog-bulkbar-clear {
  border: 0;
  background: transparent;
  color: #627287;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.proc-catalog-bulkbar-clear:hover {
  color: #152033;
}

.proc-catalog-directory-table-wrap {
  padding: 0 24px 24px;
}

.proc-catalog-select-col {
  width: 52px;
  min-width: 52px;
  text-align: center;
}

.proc-catalog-select-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.proc-catalog-select-toggle input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.proc-catalog-select-toggle span {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(17, 24, 39, 0.22);
  border-radius: 6px;
  background: #fff;
  transition: all .18s ease;
}

.proc-catalog-select-toggle span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
}

.proc-catalog-select-toggle input:checked + span,
.proc-catalog-select-toggle input:indeterminate + span {
  border-color: #2d6df6;
  background: #2d6df6;
}

.proc-catalog-select-toggle input:checked + span::after {
  opacity: 1;
}

.proc-catalog-table-directory td,
.proc-catalog-table-directory th {
  white-space: nowrap;
}

.proc-catalog-table-directory td:first-child,
.proc-catalog-table-directory th:first-child {
  width: auto;
  white-space: nowrap;
}

.proc-catalog-table-directory td:nth-child(2),
.proc-catalog-table-directory th:nth-child(2) {
  width: 100%;
  white-space: normal;
}

.proc-catalog-table-primary-cell {
  min-width: 280px;
}

.proc-catalog-table-primary-copy {
  display: grid;
  gap: 6px;
}

.proc-catalog-table-primary-copy strong {
  color: #152033;
  font-size: 15px;
}

.proc-catalog-table-primary-copy span {
  color: #627287;
  font-size: 13px;
  line-height: 1.5;
}

.proc-catalog-table tbody tr.is-selected {
  background: #eef4ff;
}

.proc-catalog-table tbody tr.is-active {
  background: #f8fbff;
}

.proc-catalog-table-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #284b92;
  font-size: 12px;
  font-weight: 800;
}

.proc-catalog-table-badge.is-soft {
  background: #f4f6fb;
  color: #44546b;
}

.proc-catalog-directory-panel .proc-catalog-pagination {
  padding: 0 24px 24px;
  margin-top: 0;
}

.proc-catalog-support-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.proc-catalog-support-panel {
  padding: 22px;
}

.proc-catalog-support-panel .proc-catalog-tree {
  margin-top: 18px;
}

.proc-catalog-editor-card,
.proc-catalog-utilities-card {
  padding: 22px;
}

.proc-catalog-editor-card {
  position: sticky;
  top: 24px;
}

.proc-catalog-editor-chip {
  background: #f3f7ff;
  color: #173a7a;
}

.proc-catalog-editor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -2px 0 18px;
}

.proc-catalog-editor-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f6f9fc;
  color: #44546b;
  font-size: 12px;
  font-weight: 700;
}

.proc-catalog-item-form,
.proc-catalog-category-form,
.proc-catalog-import-form {
  gap: 16px;
}

.proc-catalog-subsection {
  margin-top: 8px;
}

.proc-catalog-utilities-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,249,252,0.92) 100%);
}

.proc-catalog-admin-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.proc-catalog-admin-section:first-of-type {
  border-top: 0;
}

.proc-catalog-admin-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  color: #152033;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.proc-catalog-admin-section summary::-webkit-details-marker {
  display: none;
}

.proc-catalog-admin-section summary::after {
  content: "+";
  color: #8da0b6;
  font-size: 20px;
  line-height: 1;
}

.proc-catalog-admin-section[open] summary::after {
  content: "-";
}

.proc-catalog-admin-section-body {
  display: grid;
  gap: 16px;
  padding: 0 0 18px;
}

.proc-catalog-utilities-card .proc-catalog-tree {
  margin-top: 2px;
}

.proc-catalog-modal-dialog {
  width: min(1040px, calc(100vw - 32px));
}

.proc-catalog-review-body {
  padding: 0 24px 24px;
}

.proc-catalog-detail-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.proc-catalog-detail-stack {
  display: grid;
  gap: 18px;
}

.proc-catalog-detail-copy {
  padding: 20px;
  border-radius: 18px;
  background: #f6f9fc;
  color: #22314a;
  text-align: left;
  line-height: 1.7;
}

.proc-catalog-modal-form {
  padding-top: 18px;
}

.proc-catalog-editor-meta-modal {
  padding: 0 24px;
}

@media (max-width: 1280px) {
  .proc-catalog-editor-card {
    position: static;
  }

  .proc-catalog-support-grid,
  .proc-catalog-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .proc-dashboard-topbar {
    position: static;
    padding: 18px 22px 0;
  }

  .proc-dashboard-layout,
  .proc-dashboard-panels,
  .proc-dashboard-bottom-grid,
  .proc-dashboard-summary-grid {
    grid-template-columns: 1fr;
  }

  .proc-dashboard-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: min(84vw, 340px);
    height: 100dvh;
    min-height: 100dvh;
    padding-bottom: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    transform: translateX(0);
    transition: transform 180ms ease;
  }

  .proc-dashboard-topbar .proc-dashboard-sidebar-toggle {
    display: inline-flex;
  }

  .proc-dashboard-sidebar-rail {
    display: none;
  }

  .proc-dashboard-shell.is-collapsed .proc-dashboard-sidebar {
    transform: translateX(-110%);
  }

  .proc-dashboard-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(15, 23, 42, 0.34);
    opacity: 1;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .proc-dashboard-shell.is-collapsed::after {
    opacity: 0;
    pointer-events: none;
  }

  .proc-dashboard-main {
    padding: 22px;
  }

  .proc-dashboard-hero {
    flex-direction: column;
  }

  .proc-catalog-panel-head {
    gap: 16px;
  }

  .proc-vendor-view-toggle {
    width: 100%;
    min-width: 0;
    font-size: 22px;
  }

  .proc-catalog-view-toggle {
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }

  .proc-catalog-grid,
  .proc-catalog-filter-form,
  .proc-catalog-filter-form-compact,
  .proc-vendor-filter-form,
  .proc-vendor-detail-grid,
  .proc-vendor-review-grid,
  .proc-rfq-filter-form,
  .proc-rfq-form-grid,
  .proc-rfq-line-grid,
  .proc-rfq-review-grid,
  .proc-pr-filter-form,
  .proc-pr-form-grid,
  .proc-pr-line-grid,
  .proc-pr-review-grid,
  .proc-vendor-form-grid,
  .proc-catalog-form-row,
  .proc-catalog-stats {
    grid-template-columns: 1fr;
  }

  .proc-catalog-vendor-row {
    grid-template-columns: 1fr;
  }

  .proc-vendor-main-grid,
  .proc-vendor-form-grid-tight,
  .proc-vendor-queue-item,
  .proc-rfq-quote-line,
  .proc-vendor-rfq-grid,
  .proc-vendor-rfq-form-grid {
    grid-template-columns: 1fr;
  }

  .proc-vendor-rfq-hero {
    padding: 22px;
  }

  .proc-vendor-rfq-detail {
    order: -1;
  }

  .proc-vendor-rfq-list {
    order: 1;
  }

  .proc-pr-attachment-form-compact,
  .proc-pr-comment-form-compact,
  .proc-rfq-review-body .proc-pr-attachment-form-compact {
    grid-template-columns: 1fr;
  }

  .proc-dashboard-shell.is-collapsed .proc-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .proc-vendor-rfq-line-grid {
    grid-template-columns: 1fr;
  }

  .proc-vendor-rfq-line-grid > div,
  .proc-vendor-rfq-line-grid > label,
  .proc-vendor-rfq-line-grid > label.is-span {
    grid-column: auto;
    grid-row: auto;
  }

  .proc-vendor-rfq-line-grid input[type="checkbox"] {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .proc-auth-shell {
    padding: 24px 16px;
  }

  .proc-auth-card {
    padding: 24px;
  }

  .proc-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .proc-dashboard-topbar .proc-dashboard-sidebar-toggle {
    display: inline-flex;
  }

  .proc-dashboard-topbar {
    height: auto;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .proc-catalog-panel-head,
  .proc-catalog-directory-panel .proc-catalog-pagination,
  .proc-pr-pagination {
    padding-left: 18px;
    padding-right: 18px;
  }

  .proc-catalog-bulkbar {
    flex-direction: column;
    align-items: stretch;
    margin-left: 18px;
    margin-right: 18px;
  }

  .proc-catalog-bulkbar-actions,
  .proc-catalog-bulkbar-meta {
    justify-content: space-between;
  }

  .proc-catalog-directory-table-wrap {
    padding: 0 18px;
  }

  .proc-pr-table-wrap,
  .proc-rfq-table-wrap,
  .proc-pr-detail-table-wrap {
    padding: 0 18px 18px;
  }

  .proc-catalog-review-body,
  .proc-catalog-editor-meta-modal,
  .proc-pr-review-grid,
  .proc-rfq-review-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .proc-dashboard-topbar-search {
    max-width: none;
    min-height: 64px;
  }

   .proc-dashboard-profile-menu {
    width: min(320px, calc(100vw - 32px));
  }

  .proc-dashboard-main {
    padding: 16px;
  }

  .proc-dashboard-panel.proc-vendor-rfq-shell {
    padding: 18px;
  }

  .proc-vendor-view-menu {
    width: min(100vw - 32px, 320px);
  }

  .proc-pr-view-toggle {
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }

  .proc-dashboard-hero {
    padding: 22px;
  }

  .proc-dashboard-hero-copy h2 {
    font-size: 32px;
  }

  .proc-vendor-rfq-grid {
    gap: 16px;
  }

  .proc-vendor-rfq-card,
  .proc-vendor-rfq-card-primary {
    padding: 18px;
  }

  .proc-catalog-shell,
  .proc-catalog-card {
    padding: 18px;
  }

  .proc-catalog-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .proc-pr-line-smartbar {
    grid-column: 1 / -1;
  }

  .proc-pr-line-smartpill {
    min-width: 0;
    flex: 1 1 100%;
  }
}
