@font-face {
  font-family: "Cairo";
  src: url("../app-assets/fonts/Cairo/Cairo-VariableFont_wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --pf-primary: #344d70;
  --pf-primary-deep: #1f3553;
  --pf-primary-soft: rgb(52 77 112 / 9%);
  --pf-accent: #ff9f34;
  --pf-accent-soft: #fff4e7;
  --pf-bg: #e7edf3;
  --pf-surface: #fdfefd;
  --pf-border: #cad6e2;
  --pf-text: #15263f;
  --pf-muted: #64748b;
  --pf-subtle: #94a3b8;
  --pf-success: #16845b;
  --pf-success-soft: #eaf7f1;
  --pf-warning: #b96a0c;
  --pf-warning-soft: #fff5df;
  --pf-danger: #c74343;
  --pf-danger-soft: #fff0f0;
  --pf-info: #3e6ca8;
  --pf-info-soft: #edf4fc;
  --pf-sidebar-width: 292px;
  --pf-navbar-height: 80px;
  --pf-shadow: 0 30px 80px rgb(25 43 66 / 17%);
  --pf-shadow-soft: 0 20px 48px rgb(25 43 66 / 11%);
  --pf-ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--pf-bg);
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, transparent 0 68%, rgb(52 77 112 / 3.2%) 68% 74%, transparent 74%),
    radial-gradient(circle at 8% 3%, rgb(255 159 52 / 14%), transparent 26rem),
    radial-gradient(circle at 76% 18%, rgb(52 77 112 / 11%), transparent 38rem),
    linear-gradient(180deg, #edf2f6 0%, var(--pf-bg) 52%, #e2e9ef 100%);
  color: var(--pf-text);
  font-family:
    "Somar Rounded",
    "IBM Plex Sans Arabic",
    "Cairo",
    "Tajawal",
    "Segoe UI",
    "Tahoma",
    "Arial",
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.pf-sidebar-lock {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

svg {
  display: block;
}

.pf-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pf-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pf-app {
  min-height: 100vh;
}

.kt-premium-shell {
  direction: rtl;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.kt-premium-sidebar {
  grid-column: 1;
  grid-row: 1;
  width: 292px;
}

.kt-premium-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

/* Premium shell */
.pf-sidebar {
  position: sticky;
  inset-block-start: 0;
  z-index: 60;
  height: 100vh;
  width: var(--pf-sidebar-width);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-inline-end: 1px solid #cfd9e4;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(249 251 253 / 98%) 100%);
  box-shadow:
    -28px 0 78px rgb(15 23 42 / 13%),
    -5px 0 18px rgb(15 23 42 / 5%),
    inset -1px 0 0 rgb(255 255 255 / 82%);
  backdrop-filter: blur(20px);
}

.pf-brand {
  position: relative;
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 14px 14px 12px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #d5dee8;
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgb(255 159 52 / 18%), transparent 36%),
    radial-gradient(circle at 94% 100%, rgb(52 77 112 / 8%), transparent 46%),
    linear-gradient(135deg, #fff 0%, #f5f8fb 62%, #fff5e9 100%);
  box-shadow:
    0 22px 52px rgb(15 23 42 / 14%),
    0 5px 12px rgb(15 23 42 / 6%),
    inset 0 1px 0 #fff,
    inset 0 0 0 1px rgb(255 255 255 / 72%);
}

.pf-brand::before {
  position: absolute;
  inset-block-start: -72px;
  inset-inline-end: -50px;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(52 77 112 / 6%);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgb(52 77 112 / 2%);
  content: "";
  pointer-events: none;
}

.pf-brand::after {
  position: absolute;
  inset-block: 17px;
  inset-inline-start: 0;
  width: 4px;
  border-radius: 3px 0 0 3px;
  background: var(--pf-accent);
  content: "";
}

.pf-brand__mark {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: grid;
  grid-template-columns: 1fr 5px 1fr;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 19px;
  background:
    linear-gradient(145deg, #2c466a 0%, var(--pf-primary-deep) 72%);
  box-shadow:
    0 20px 38px rgb(36 58 89 / 34%),
    0 5px 12px rgb(36 58 89 / 20%),
    inset 0 1px 0 rgb(255 255 255 / 18%),
    inset 0 -10px 24px rgb(15 23 42 / 12%);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.pf-brand__mark i {
  width: 5px;
  height: 72px;
  background: linear-gradient(180deg, #ffb155, var(--pf-accent));
  box-shadow: 0 0 18px rgb(255 159 52 / 32%);
  transform: rotate(22deg);
}

.pf-brand__copy {
  min-width: 0;
  display: block;
}

.pf-brand__copy strong,
.pf-brand__copy small {
  display: block;
}

.pf-brand__copy strong {
  color: var(--pf-primary-deep);
  font-size: 18.5px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.pf-brand__copy small {
  margin-top: 5px;
  color: #6c7a8d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .025em;
}

.pf-sidebar__close {
  display: none;
  width: 40px;
  height: 40px;
  margin-inline-start: auto;
  place-items: center;
  border: 1px solid var(--pf-border);
  border-radius: 13px;
  background: #fff;
  color: var(--pf-primary);
}

.pf-workspace {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  margin: 1px 18px 23px;
  padding: 10px 13px;
  border: 1px solid #d8e1ea;
  border-radius: 17px;
  background: linear-gradient(145deg, #fbfcfe, #f5f8fb);
  box-shadow:
    inset 0 1px 0 #fff,
    0 12px 28px rgb(15 23 42 / 7%);
  color: var(--pf-primary);
}

.pf-workspace__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #405c82, var(--pf-primary));
  box-shadow:
    0 9px 18px rgb(52 77 112 / 18%),
    inset 0 1px 0 rgb(255 255 255 / 16%);
  color: #fff;
}

.pf-workspace > span:nth-child(2) {
  min-width: 0;
}

.pf-workspace small,
.pf-workspace strong {
  display: block;
}

.pf-workspace small {
  color: var(--pf-subtle);
  font-size: 14px;
  font-weight: 700;
}

.pf-workspace strong {
  margin-top: 1px;
  overflow: hidden;
  color: var(--pf-primary-deep);
  font-size: 14px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-workspace > .pf-icon {
  width: 17px;
  height: 17px;
  color: #a1acba;
  transform: rotate(90deg);
}

.pf-nav {
  flex: 1;
  overflow-y: auto;
  padding: 2px 18px 26px;
  scrollbar-color: #d8dfe8 transparent;
  scrollbar-width: thin;
}

.pf-nav__group + .pf-nav__group {
  margin-top: 28px;
}

.pf-nav__group h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 13px 10px;
  color: #7d8999;
  font-size: 13.25px;
  font-weight: 900;
  letter-spacing: .025em;
}

.pf-nav__group h2::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #e3e8ef, transparent);
  content: "";
}

.pf-nav__item {
  position: relative;
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
  padding: 6px 13px 6px 11px;
  border-radius: 15px;
  color: #526175;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.pf-nav__item > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid transparent;
  color: #6f7e91;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms var(--pf-ease);
}

.pf-nav__item .pf-icon {
  width: 20px;
  height: 20px;
}

.pf-nav__item strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-nav__item em {
  min-width: 30px;
  height: 28px;
  display: grid;
  place-items: center;
  padding-inline: 7px;
  border-radius: 9px;
  background: #eef2f6;
  color: #6a7789;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 850;
}

.pf-nav__item em.is-accent {
  background: var(--pf-accent-soft);
  color: #b76308;
}

.pf-nav__item:hover {
  background: #f7f9fc;
  color: var(--pf-primary);
  transform: translateX(-2px);
}

.pf-nav__item:hover > span {
  background: var(--pf-primary-soft);
  color: var(--pf-primary);
  transform: scale(1.04);
}

.pf-nav__item.is-active {
  background: rgb(52 77 112 / 10%);
  box-shadow:
    inset 0 0 0 1px rgb(52 77 112 / 11%),
    inset 0 1px 0 rgb(255 255 255 / 64%),
    0 15px 34px rgb(52 77 112 / 13%);
  color: var(--pf-primary);
}

.pf-nav__item.is-active::before {
  position: absolute;
  inset-block: 9px;
  inset-inline-start: -18px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--pf-accent);
  content: "";
}

.pf-nav__item.is-active > span {
  border-color: rgb(52 77 112 / 8%);
  background: #fff;
  color: var(--pf-primary);
  box-shadow:
    0 10px 22px rgb(52 77 112 / 13%),
    inset 0 1px 0 #fff;
}

.pf-nav__item.is-active > i {
  display: none;
}

.pf-sidebar-health {
  margin: 0 18px 20px;
  padding: 16px;
  border: 1px solid #d5dfe8;
  border-radius: 19px;
  background:
    radial-gradient(circle at 0 100%, rgb(22 132 91 / 6%), transparent 45%),
    linear-gradient(145deg, #fafcfd, #f5f8fa);
  box-shadow:
    inset 0 1px 0 #fff,
    0 14px 32px rgb(15 23 42 / 7%);
}

.pf-sidebar-health > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pf-sidebar-health > div:first-child span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 750;
}

.pf-sidebar-health > div:first-child span i,
.pf-live-status i,
.pf-eyebrow i,
.pf-hero__chips .is-live i,
.pf-rail-section.is-auctions header small i,
.pf-footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pf-success);
  box-shadow: 0 0 0 4px rgb(22 132 91 / 11%);
}

.pf-sidebar-health > div:first-child strong {
  color: var(--pf-primary-deep);
  font-size: 14px;
  font-weight: 900;
}

.pf-sidebar-health__bar {
  height: 6px;
  margin: 11px 0 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8ef;
}

.pf-sidebar-health__bar i {
  width: 99.9%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pf-primary), var(--pf-success));
  box-shadow: 0 0 12px rgb(22 132 91 / 18%);
}

.pf-sidebar-health > small {
  color: #8995a5;
  font-size: 14px;
  font-weight: 650;
}

.pf-navbar {
  position: sticky;
  inset-block-start: 0;
  z-index: 50;
  width: 100%;
  height: var(--pf-navbar-height);
  display: grid;
  grid-template-columns: minmax(225px, .72fr) minmax(340px, 1.4fr) minmax(350px, .92fr);
  align-items: center;
  gap: 28px;
  padding-inline: 36px;
  border-bottom: 1px solid #d3dde7;
  background: rgb(255 255 255 / 97%);
  box-shadow:
    0 16px 46px rgb(15 23 42 / 9%),
    0 4px 12px rgb(15 23 42 / 4%),
    inset 0 -1px 0 rgb(255 255 255 / 70%);
  backdrop-filter: blur(20px);
}

.pf-navbar__context {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-inline-start: 14px;
}

.pf-navbar__context::before {
  position: absolute;
  inset-block: 5px;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--pf-accent);
  box-shadow: 0 0 12px rgb(255 159 52 / 18%);
  content: "";
}

.pf-navbar__context > span {
  min-width: 0;
}

.pf-navbar__context small,
.pf-navbar__context strong {
  display: block;
}

.pf-navbar__context small {
  color: #8390a1;
  font-size: 13.25px;
  font-weight: 750;
  line-height: 1.3;
}

.pf-navbar__context strong {
  margin-top: 3px;
  overflow: hidden;
  color: var(--pf-primary-deep);
  font-size: 18px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid var(--pf-border);
  border-radius: 13px;
  background: #fff;
  color: var(--pf-primary);
}

.pf-search {
  width: min(100%, 620px);
  height: 48px;
  justify-self: center;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding-inline: 17px 10px;
  border: 1px solid #ced9e4;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 2px rgb(15 23 42 / 2%),
    0 12px 30px rgb(15 23 42 / 8%);
  color: #718096;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.pf-search:focus-within {
  border-color: rgb(52 77 112 / 35%);
  background: #fff;
  box-shadow:
    inset 0 1px 0 #fff,
    0 0 0 4px rgb(52 77 112 / 7%),
    0 14px 30px rgb(29 45 68 / 8%);
}

.pf-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pf-text);
  font-size: 14.5px;
  font-weight: 750;
}

.pf-search input::placeholder {
  color: #9aa5b4;
  opacity: 1;
}

.pf-search kbd {
  min-width: 44px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #d7dfe8;
  border-radius: 9px;
  background: #f6f8fb;
  box-shadow:
    inset 0 1px 0 #fff,
    0 2px 4px rgb(15 23 42 / 5%);
  color: #8490a0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
}

.pf-navbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.pf-language,
.pf-control {
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d3dde7;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fafbfd);
  box-shadow:
    0 10px 24px rgb(15 23 42 / 8%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.pf-language {
  min-width: 47px;
  padding-inline: 10px;
  font-size: 13px;
  font-weight: 850;
}

.pf-control {
  position: relative;
  width: 44px;
}

.pf-language:hover,
.pf-control:hover {
  border-color: rgb(52 77 112 / 24%);
  background: #fff;
  box-shadow:
    0 11px 24px rgb(29 45 68 / 8%),
    inset 0 1px 0 #fff;
  transform: translateY(-2px);
}

.pf-notification em {
  position: absolute;
  inset-block-start: -5px;
  inset-inline-end: -4px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--pf-accent);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.pf-admin {
  min-width: 202px;
  height: 54px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 11px;
  margin-inline-start: 7px;
  padding: 6px 8px 6px 11px;
  border: 1px solid #ced9e4;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f8fafc);
  box-shadow:
    0 14px 32px rgb(15 23 42 / 10%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
  text-align: start;
}

.pf-admin__avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  border: 1px solid rgb(255 255 255 / 12%);
  background: linear-gradient(145deg, #344f75, var(--pf-primary-deep));
  box-shadow:
    inset -3px 0 0 var(--pf-accent),
    0 7px 15px rgb(36 58 89 / 18%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

.pf-admin > span:nth-child(2) {
  min-width: 0;
}

.pf-admin strong,
.pf-admin small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-admin strong {
  color: var(--pf-primary-deep);
  font-size: 14px;
  font-weight: 900;
}

.pf-admin small {
  margin-top: 2px;
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 700;
}

.pf-admin > .pf-icon {
  width: 15px;
  height: 15px;
  color: #9ba6b4;
  transform: rotate(90deg);
}

.pf-backdrop {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: none;
  background: rgb(15 23 42 / 42%);
  opacity: 0;
}

/* Main composition */
.pf-main {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.pf-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 32px;
}

.kt-premium-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pf-hero {
  position: relative;
  height: 340px;
  min-height: 340px;
  display: flex;
  align-items: stretch;
  gap: 40px;
  overflow: hidden;
  padding: 40px;
  border: 1px solid #cfd9e4;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 14%, rgb(255 159 52 / 19%), transparent 24rem),
    radial-gradient(circle at 70% -12%, rgb(52 77 112 / 13%), transparent 29rem),
    radial-gradient(circle at 55% 120%, rgb(52 77 112 / 6%), transparent 23rem),
    linear-gradient(118deg, #fff 0%, #fdfefe 52%, #fff4e6 100%);
  box-shadow:
    0 32px 82px rgb(15 23 42 / 17%),
    0 10px 26px rgb(15 23 42 / 7%),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgb(255 255 255 / 66%);
}

.pf-hero::before {
  position: absolute;
  inset-block: 40px;
  inset-inline-start: 0;
  width: 6px;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(180deg, #ffb95f, var(--pf-accent));
  box-shadow:
    0 0 22px rgb(255 159 52 / 30%),
    0 8px 20px rgb(255 159 52 / 18%);
  content: "";
}

.pf-hero::after {
  position: absolute;
  inset-block-start: -190px;
  inset-inline-end: -170px;
  width: 450px;
  height: 450px;
  border: 1px solid rgb(52 77 112 / 11%);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgb(52 77 112 / 4%),
    0 0 0 96px rgb(52 77 112 / 2.5%),
    0 0 100px rgb(52 77 112 / 7%);
  content: "";
  pointer-events: none;
}

.pf-hero__intro {
  position: relative;
  z-index: 1;
  min-width: 0;
  flex: 1.12;
  align-self: center;
  padding-inline-end: 6px;
}

.pf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 5px 11px;
  border: 1px solid rgb(52 77 112 / 10%);
  border-radius: 11px;
  background: rgb(255 255 255 / 68%);
  box-shadow:
    0 7px 20px rgb(29 45 68 / 4%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
  font-size: 14.5px;
  font-weight: 900;
}

.pf-eyebrow i {
  background: var(--pf-accent);
  box-shadow: 0 0 0 5px rgb(255 159 52 / 12%);
}

.pf-hero h1 {
  max-width: 700px;
  margin: 13px 0 0;
  color: var(--pf-primary-deep);
  font-size: 52px;
  font-weight: 950;
  line-height: 1.13;
  letter-spacing: -.055em;
  text-shadow:
    0 2px 0 rgb(255 255 255 / 78%),
    0 10px 30px rgb(36 58 89 / 8%);
}

.pf-hero__intro > p {
  max-width: 680px;
  margin: 13px 0 0;
  color: #58677b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.pf-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.pf-hero__chips > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  background: rgb(255 255 255 / 86%);
  box-shadow:
    0 8px 20px rgb(29 45 68 / 5%),
    inset 0 1px 0 #fff;
  color: #58677b;
  font-size: 13.5px;
  font-weight: 800;
}

.pf-hero__chips > span.is-live {
  border-color: #d3e7de;
  background: rgb(247 251 249 / 92%);
  box-shadow:
    0 8px 20px rgb(22 132 91 / 6%),
    inset 0 1px 0 #fff;
  color: #277256;
}

.pf-hero__chips .pf-icon {
  width: 16px;
  height: 16px;
}

.pf-hero__chips b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--pf-primary);
  box-shadow: 0 6px 12px rgb(52 77 112 / 18%);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
}

.pf-today {
  position: relative;
  z-index: 1;
  min-width: 460px;
  flex: .86;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px;
  border: 1px solid #c9d5e1;
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 159 52 / 13%), transparent 44%),
    linear-gradient(145deg, #fff 0%, #eef3f7 100%);
  box-shadow:
    0 24px 60px rgb(15 23 42 / 16%),
    0 7px 18px rgb(15 23 42 / 7%),
    inset 0 1px 0 #fff,
    inset 0 0 0 1px rgb(255 255 255 / 55%);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms var(--pf-ease);
}

.pf-today:hover {
  border-color: rgb(52 77 112 / 20%);
  box-shadow:
    0 30px 64px rgb(29 45 68 / 15%),
    0 7px 16px rgb(29 45 68 / 5%),
    inset 0 1px 0 #fff;
  transform: translateY(-3px);
}

.pf-today__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.pf-today__head > div span,
.pf-today__head > div strong {
  display: block;
}

.pf-today__head > div span {
  color: var(--pf-accent);
  font-size: 14px;
  font-weight: 850;
}

.pf-today__head > div strong {
  margin-top: 2px;
  color: var(--pf-primary-deep);
  font-size: 19px;
  font-weight: 950;
}

.pf-today__status {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border: 1px solid #d4e8df;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgb(22 132 91 / 6%);
  color: #287458;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.pf-today__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pf-success);
  box-shadow: 0 0 0 4px rgb(22 132 91 / 10%);
}

.pf-today__spotlight {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  margin-top: 9px;
  padding-block: 8px;
  border-block: 1px solid #dbe3eb;
}

.pf-today__health,
.pf-today__volume {
  min-width: 0;
}

.pf-today__volume {
  padding-inline-start: 22px;
  border-inline-start: 1px solid #e1e7ed;
}

.pf-today__health > span,
.pf-today__health > small,
.pf-today__volume > span,
.pf-today__volume > strong,
.pf-today__volume > small {
  display: block;
}

.pf-today__health > span,
.pf-today__volume > span {
  color: #708096;
  font-size: 13.5px;
  font-weight: 850;
}

.pf-today__health > strong {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
  color: var(--pf-primary-deep);
  direction: ltr;
  line-height: 1;
}

.pf-today__health > strong b {
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.pf-today__health > strong em {
  margin-inline-start: 3px;
  color: var(--pf-success);
  font-size: 22px;
  font-style: normal;
  font-weight: 950;
}

.pf-today__health > small,
.pf-today__volume > small {
  margin-top: 3px;
  color: #8a96a7;
  font-size: 14px;
  font-weight: 700;
}

.pf-today__volume > strong {
  margin-top: 5px;
  color: var(--pf-primary-deep);
  font-size: 17px;
  font-weight: 900;
}

.pf-today__volume > strong b {
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -.035em;
}

.pf-today__pipeline-wrap {
  margin-top: 8px;
}

.pf-today__pipeline-wrap > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6f7c8e;
  font-size: 14px;
  font-weight: 800;
}

.pf-today__pipeline-wrap > div:first-child small {
  color: #97a2b1;
  font-size: 14px;
  font-weight: 700;
}

.pf-today__pipeline {
  height: 8px;
  display: flex;
  gap: 4px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8e1e9;
  box-shadow:
    inset 0 1px 2px rgb(15 23 42 / 8%),
    0 1px 0 #fff,
    0 5px 14px rgb(15 23 42 / 8%);
}

.pf-today__pipeline i {
  width: var(--pf-progress);
  height: 100%;
  border-radius: inherit;
  transform-origin: right;
}

.pf-today__pipeline .is-new {
  background: var(--pf-info);
}

.pf-today__pipeline .is-current {
  background: var(--pf-accent);
}

.pf-today__pipeline .is-finished {
  background: var(--pf-success);
}

.pf-today__pipeline .is-cancelled {
  background: var(--pf-danger);
}

.pf-today__legend {
  display: grid;
  grid-template-columns: 13fr 57fr 22fr 8fr;
  gap: 4px;
  margin-top: 7px;
}

.pf-today__legend span {
  overflow: hidden;
  color: #748196;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-today__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 9px;
}

.pf-today__footer > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7b889b;
  font-size: 13px;
  font-weight: 750;
}

.pf-today__footer > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pf-success);
  box-shadow: 0 0 0 4px rgb(22 132 91 / 10%);
}

.pf-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.pf-button .pf-icon {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.pf-button.is-primary {
  background: var(--pf-primary);
  box-shadow: 0 9px 20px rgb(52 77 112 / 16%);
  color: #fff;
}

.pf-button.is-secondary {
  border-color: #dce3eb;
  background: #fff;
  color: var(--pf-primary);
}

.pf-button:hover {
  transform: translateY(-2px);
}

.pf-button:hover .pf-icon {
  transform: translateX(-2px);
}

.pf-button.is-primary:hover {
  background: var(--pf-primary-deep);
  box-shadow: 0 13px 25px rgb(52 77 112 / 22%);
}

.pf-section {
  margin-top: 0;
}

.pf-section__head {
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.pf-section__head > div > span {
  color: var(--pf-accent);
  font-size: 14px;
  font-weight: 850;
}

.pf-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.pf-section__eyebrow b {
  min-width: 31px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 159 52 / 26%);
  border-radius: 8px;
  background: var(--pf-accent-soft);
  color: #b96205;
  font-size: 11px;
  font-weight: 950;
  direction: ltr;
}

.pf-section__head h2 {
  margin: 3px 0 0;
  color: var(--pf-primary-deep);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.pf-section__head p {
  margin: 6px 0 0;
  color: var(--pf-muted);
  font-size: 14.5px;
  font-weight: 650;
}

.pf-section--operations {
  margin-inline: 0;
  padding: 28px;
  border: 1px solid #d1dce7;
  border-radius: 34px;
  background:
    radial-gradient(circle at 96% 8%, rgb(255 159 52 / 8%), transparent 26rem),
    linear-gradient(145deg, #e5edf4, #f1f5f8);
  box-shadow:
    0 22px 60px rgb(15 23 42 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 78%);
}

.pf-section--operations .pf-section__head {
  padding-inline: 0;
}

.pf-section--activity {
  margin-top: 0;
}

.pf-live-status {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid #dcece5;
  border-radius: 12px;
  background: #f8fcfa;
  color: #287458;
  font-size: 13px;
  font-weight: 800;
}

.pf-text-link {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 850;
}

.pf-text-link .pf-icon {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.pf-text-link:hover .pf-icon {
  transform: translateX(-4px);
}

/* One unified KPI surface */
.pf-kpi-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pf-kpi-band::before {
  display: none;
}

.pf-kpi {
  position: relative;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #d0dae5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgb(52 77 112 / 9%), transparent 44%),
    linear-gradient(150deg, #fff, #f9fbfd);
  box-shadow:
    0 22px 60px rgb(15 23 42 / 12%),
    0 6px 16px rgb(15 23 42 / 6%),
    inset 0 1px 0 #fff;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms var(--pf-ease);
}

.pf-kpi + .pf-kpi {
  border-inline-start: 1px solid #dde4ec;
}

.pf-kpi::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 23px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, rgb(52 77 112 / 44%), var(--pf-primary));
  box-shadow: 0 4px 11px rgb(52 77 112 / 13%);
  content: "";
}

.pf-kpi.is-accent::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 23px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #ffc277, var(--pf-accent));
  box-shadow: 0 4px 12px rgb(255 159 52 / 18%);
  content: "";
}

.pf-kpi:hover {
  border-color: rgb(52 77 112 / 18%);
  box-shadow:
    0 34px 76px rgb(15 23 42 / 18%),
    0 9px 22px rgb(15 23 42 / 8%),
    inset 0 1px 0 #fff;
  transform: translateY(-8px);
}

.pf-kpi__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pf-kpi__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(52 77 112 / 14%);
  border-radius: 15px;
  background: linear-gradient(145deg, #f2f5f9, #e9eef5);
  box-shadow:
    0 13px 28px rgb(52 77 112 / 15%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
  transition: transform 260ms var(--pf-ease);
}

.pf-kpi.is-accent .pf-kpi__icon {
  border-color: rgb(255 159 52 / 18%);
  background: linear-gradient(145deg, #fff8ef, #ffefd9);
  box-shadow:
    0 10px 22px rgb(255 159 52 / 11%),
    inset 0 1px 0 #fff;
  color: #bb670a;
}

.pf-kpi:hover .pf-kpi__icon {
  transform: translateY(-2px) scale(1.06);
}

.pf-trend {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid rgb(22 132 91 / 10%);
  border-radius: 10px;
  background: linear-gradient(145deg, #f1faf6, var(--pf-success-soft));
  box-shadow: inset 0 1px 0 #fff;
  color: var(--pf-success);
  font-size: 14px;
  font-weight: 900;
  direction: ltr;
}

.pf-trend .pf-icon {
  width: 14px;
  height: 14px;
}

.pf-kpi__label {
  display: block;
  margin-top: 8px;
  color: #58677b;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 20px;
}

.pf-kpi__value {
  display: inline-block;
  margin-top: 1px;
  color: #1f3553;
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.045em;
}

.pf-kpi > small {
  display: none;
}

/* Operations cockpit: one large 65/35 surface */
.pf-operations-board,
.pf-activity-board {
  overflow: hidden;
  border: 1px solid #cbd7e2;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 28px 72px rgb(15 23 42 / 14%),
    0 8px 20px rgb(15 23 42 / 6%),
    inset 0 1px 0 #fff;
}

.pf-operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.86fr) minmax(320px, 1fr);
  direction: ltr;
}

.pf-flow-cockpit,
.pf-urgent {
  min-width: 0;
  direction: rtl;
}

.pf-flow-cockpit {
  padding: 28px;
}

.pf-urgent {
  padding: 28px;
  border-inline-start: 1px solid #dfe6ed;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 159 52 / 8%), transparent 44%),
    linear-gradient(145deg, #fffaf4 0%, #fff 70%);
}

.pf-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.pf-board-head > div:first-child {
  min-width: 0;
}

.pf-board-head > div:first-child > span {
  color: var(--pf-accent);
  font-size: 14px;
  font-weight: 850;
}

.pf-board-head h3 {
  margin: 3px 0 0;
  color: var(--pf-primary-deep);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.4;
}

.pf-board-head p {
  margin: 4px 0 0;
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 650;
}

.pf-sla {
  min-width: 116px;
  text-align: end;
}

.pf-sla span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pf-success);
  font-size: 13px;
  font-weight: 800;
}

.pf-sla span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pf-success);
}

.pf-sla strong {
  display: block;
  margin-top: 1px;
  color: var(--pf-primary-deep);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.1;
}

.pf-flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
}

.pf-flow-track::before {
  position: absolute;
  inset-block-start: 18px;
  inset-inline: 6%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dde5ee, #cfd9e4, #e4eaf0);
  box-shadow: 0 1px 0 #fff;
  content: "";
  transform-origin: right;
}

.pf-flow-track article {
  position: relative;
  min-width: 0;
  padding-inline: 13px;
}

.pf-flow-track article + article {
  border-inline-start: 1px solid #edf0f3;
}

.pf-flow-track article:first-child {
  padding-inline-start: 0;
}

.pf-flow-track article:last-child {
  padding-inline-end: 0;
}

.pf-flow-track__index {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--pf-primary);
  box-shadow:
    0 0 0 1px #d9e1e9,
    0 8px 18px rgb(52 77 112 / 18%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  direction: ltr;
}

.pf-flow-track article.is-current .pf-flow-track__index {
  background: var(--pf-accent);
}

.pf-flow-track article.is-finished .pf-flow-track__index {
  background: var(--pf-success);
}

.pf-flow-track article.is-cancelled .pf-flow-track__index {
  background: var(--pf-danger);
}

.pf-flow-track article > div {
  margin-top: 17px;
}

.pf-flow-track article > div span,
.pf-flow-track article > div strong,
.pf-flow-track article > div small {
  display: block;
}

.pf-flow-track article > div span {
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 750;
}

.pf-flow-track article > div strong {
  margin-top: 5px;
  color: #1f3553;
  font-size: 40px;
  font-weight: 950;
  line-height: 1;
}

.pf-flow-track article > div small {
  margin-top: 7px;
  color: #96a1b0;
  font-size: 13px;
  font-weight: 650;
}

.pf-flow-track article > i {
  height: 7px;
  display: block;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf2;
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 7%);
}

.pf-flow-track article > i b {
  width: var(--pf-stage);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--pf-info);
  transform-origin: right;
}

.pf-flow-track article.is-current > i b {
  background: var(--pf-accent);
}

.pf-flow-track article.is-finished > i b {
  background: var(--pf-success);
}

.pf-flow-track article.is-cancelled > i b {
  background: var(--pf-danger);
}

.pf-flow-summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 31px;
  padding: 12px 14px;
  border: 1px solid #e3e9f0;
  border-radius: 17px;
  background: linear-gradient(145deg, #f9fbfd, #f3f7fa);
  box-shadow:
    inset 0 1px 0 #fff,
    0 8px 20px rgb(29 45 68 / 4%);
}

.pf-flow-summary__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff;
  border: 1px solid rgb(22 132 91 / 9%);
  box-shadow:
    0 8px 18px rgb(22 132 91 / 9%),
    inset 0 1px 0 #fff;
  color: var(--pf-success);
}

.pf-flow-summary > div {
  min-width: 0;
}

.pf-flow-summary strong,
.pf-flow-summary span {
  display: block;
}

.pf-flow-summary strong {
  color: var(--pf-primary-deep);
  font-size: 13.5px;
  font-weight: 850;
}

.pf-flow-summary > div span {
  margin-top: 2px;
  color: var(--pf-muted);
  font-size: 13px;
  font-weight: 600;
}

.pf-flow-summary a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.pf-flow-summary a .pf-icon {
  width: 15px;
  height: 15px;
}

.pf-urgent__count {
  min-width: 46px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffb45d, var(--pf-accent));
  box-shadow:
    0 11px 24px rgb(255 159 52 / 25%),
    inset 0 1px 0 rgb(255 255 255 / 24%);
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.pf-urgent__list {
  margin-top: 22px;
  border-block: 1px solid #eceff3;
}

.pf-urgent__list > a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 12px;
  padding: 10px 7px;
  border-radius: 13px;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.pf-urgent__list > a + a {
  border-block-start: 1px solid #eceff3;
}

.pf-urgent__list > a:hover {
  background: rgb(255 255 255 / 82%);
  box-shadow:
    0 9px 22px rgb(29 45 68 / 6%),
    inset 3px 0 0 rgb(255 159 52 / 76%);
  transform: translateX(-3px);
}

.pf-urgent__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #e8edf2;
  box-shadow:
    0 8px 20px rgb(15 23 42 / 8%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
}

.pf-urgent__icon .pf-icon {
  width: 19px;
  height: 19px;
}

.pf-urgent__list > a > span:nth-child(2) {
  min-width: 0;
}

.pf-urgent__list strong,
.pf-urgent__list small {
  display: block;
}

.pf-urgent__list strong {
  overflow: hidden;
  color: var(--pf-primary-deep);
  font-size: 13.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-urgent__list small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-urgent__list > a > b {
  color: var(--pf-primary-deep);
  font-size: 17px;
  font-weight: 900;
}

.pf-urgent__list > a > .pf-icon {
  width: 15px;
  height: 15px;
  color: #a6b0bd;
}

.pf-urgent__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
}

.pf-urgent__footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pf-muted);
  font-size: 12.5px;
  font-weight: 700;
}

.pf-urgent__footer span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pf-success);
}

.pf-urgent__footer a {
  color: var(--pf-primary);
  font-size: 13px;
  font-weight: 850;
}

/* Consolidated activity workspace */
.pf-more-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pf-border);
  border-radius: 13px;
  background: #fff;
  color: var(--pf-primary);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.pf-more-button:hover {
  border-color: rgb(52 77 112 / 24%);
  box-shadow: 0 10px 24px rgb(29 45 68 / 8%);
  transform: translateY(-2px);
}

.pf-activity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  direction: rtl;
}

.pf-activity-board {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pf-orders-table,
.pf-market-rail {
  min-width: 0;
  direction: rtl;
}

.pf-orders-table {
  padding: 28px;
  border: 1px solid #cbd7e2;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 24px 64px rgb(15 23 42 / 13%),
    0 7px 18px rgb(15 23 42 / 6%);
}

.pf-market-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
  background: transparent;
}

.pf-table-scroll {
  margin-top: 22px;
  overflow-x: auto;
  scrollbar-color: #d7dee7 transparent;
  scrollbar-width: thin;
}

.pf-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  white-space: nowrap;
}

.pf-table th {
  height: 50px;
  padding: 9px 14px;
  border-block: 1px solid #d0dbe6;
  background: linear-gradient(180deg, #eaf0f5, #e3ebf2);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 82%),
    inset 0 -1px 0 rgb(255 255 255 / 48%);
  color: #40516a;
  font-size: 15px;
  font-weight: 900;
  text-align: start;
}

.pf-table th:first-child {
  border-start-start-radius: 11px;
  border-end-start-radius: 11px;
}

.pf-table th:last-child {
  border-start-end-radius: 11px;
  border-end-end-radius: 11px;
}

.pf-table td {
  height: 72px;
  padding: 10px 14px;
  border-block-end: 1px solid #e3e9ef;
  color: #536174;
  font-size: 15px;
  font-weight: 650;
  vertical-align: middle;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.pf-orders-table .pf-table th,
.pf-orders-table .pf-table td {
  padding-inline: 10px;
}

.pf-orders-table .pf-table {
  min-width: 740px;
  table-layout: fixed;
}

.pf-orders-table .pf-table th:nth-child(1) {
  width: 92px;
}

.pf-orders-table .pf-table th:nth-child(2) {
  width: 134px;
}

.pf-orders-table .pf-table th:nth-child(3) {
  width: 135px;
}

.pf-orders-table .pf-table th:nth-child(4) {
  width: 125px;
}

.pf-orders-table .pf-table th:nth-child(5) {
  width: 105px;
}

.pf-orders-table .pf-table th:nth-child(6) {
  width: 92px;
}

.pf-orders-table .pf-table th:nth-child(7) {
  width: 57px;
}

.pf-orders-table .pf-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.pf-table tbody tr:hover td {
  background: #edf3f8;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 72%),
    inset 0 -1px 0 rgb(52 77 112 / 3%);
}

.pf-table tbody tr:last-child td {
  border-block-end: 0;
}

.pf-table td > strong {
  color: #203550;
  font-weight: 900;
}

.pf-table td:first-child > small {
  display: block;
  margin-top: 3px;
  color: var(--pf-subtle);
  font-size: 14px;
  font-weight: 650;
}

.pf-order-id {
  color: var(--pf-primary) !important;
  font-size: 15px;
  font-weight: 900 !important;
  direction: ltr;
}

.pf-person,
.pf-product {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pf-orders-table .pf-person {
  max-width: 100%;
}

.pf-orders-table .pf-person > span:last-child {
  min-width: 0;
  overflow: hidden;
}

.pf-person > i,
.pf-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid rgb(52 77 112 / 7%);
  background: linear-gradient(145deg, #f0f4f8, #e7edf4);
  box-shadow: inset 0 1px 0 #fff;
  color: var(--pf-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pf-person > i.is-orange,
.pf-avatar.is-orange {
  border-color: rgb(255 159 52 / 10%);
  background: linear-gradient(145deg, #fff8ef, #ffeed8);
  color: #b96508;
}

.pf-person > i.is-green,
.pf-avatar.is-green {
  border-color: rgb(22 132 91 / 9%);
  background: linear-gradient(145deg, #f2faf6, #e6f5ee);
  color: var(--pf-success);
}

.pf-person strong,
.pf-person small,
.pf-product strong,
.pf-product small {
  display: block;
}

.pf-person strong,
.pf-product strong {
  color: #203550;
  font-size: 15px;
  font-weight: 900;
}

.pf-person small,
.pf-product small {
  margin-top: 2px;
  color: var(--pf-subtle);
  font-size: 14px;
  font-weight: 650;
}

.pf-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
}

.pf-badge::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px currentColor;
  content: "";
  opacity: .65;
}

.pf-badge.is-new {
  border-color: rgb(62 108 168 / 11%);
  background: var(--pf-info-soft);
  color: var(--pf-info);
}

.pf-badge.is-current {
  border-color: rgb(185 106 12 / 12%);
  background: var(--pf-warning-soft);
  color: var(--pf-warning);
}

.pf-badge.is-finished {
  border-color: rgb(22 132 91 / 11%);
  background: var(--pf-success-soft);
  color: var(--pf-success);
}

.pf-row-action {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd6e1;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow:
    0 9px 20px rgb(15 23 42 / 9%),
    inset 0 1px 0 #fff;
  color: var(--pf-primary);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.pf-row-action .pf-icon {
  width: 17px;
  height: 17px;
}

.pf-row-action:hover {
  border-color: var(--pf-primary);
  background: var(--pf-primary);
  box-shadow: 0 10px 22px rgb(52 77 112 / 18%);
  color: #fff;
  transform: translateY(-1px);
}

.pf-rail-section {
  min-width: 0;
  padding: 28px;
  border: 1px solid #cbd7e2;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fafcfd);
  box-shadow:
    0 22px 60px rgb(15 23 42 / 12%),
    0 6px 16px rgb(15 23 42 / 6%);
}

.pf-rail-section + .pf-rail-section {
  border-block-start: 1px solid rgb(217 225 234 / 88%);
}

.pf-rail-section > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 9px;
}

.pf-rail-section > header small,
.pf-rail-section > header strong {
  display: block;
}

.pf-rail-section > header small {
  color: var(--pf-accent);
  font-size: 14px;
  font-weight: 850;
}

.pf-rail-section.is-auctions > header small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--pf-success);
}

.pf-rail-section > header strong {
  margin-top: 2px;
  color: var(--pf-primary-deep);
  font-size: 18px;
  font-weight: 900;
}

.pf-rail-section > header > a {
  color: var(--pf-primary);
  font-size: 12.5px;
  font-weight: 850;
}

.pf-provider-list > a,
.pf-auction-list > a {
  min-height: 66px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.pf-provider-list > a + a,
.pf-auction-list > a + a {
  border-block-start: 1px solid #e9edf2;
}

.pf-provider-list > a:hover,
.pf-auction-list > a:hover {
  background: #fff;
  transform: translateX(-3px);
}

.pf-provider-list > a > span:nth-child(2),
.pf-auction-list > a > span:nth-child(2) {
  min-width: 0;
}

.pf-provider-list strong,
.pf-provider-list small,
.pf-auction-list strong,
.pf-auction-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-provider-list strong,
.pf-auction-list strong {
  color: #2b3d54;
  font-size: 15px;
  font-weight: 900;
}

.pf-provider-list small,
.pf-auction-list small {
  margin-top: 2px;
  color: var(--pf-muted);
  font-size: 14px;
  font-weight: 650;
}

.pf-provider-list small {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pf-provider-list small .pf-icon {
  width: 12px;
  height: 12px;
}

.pf-provider-list em,
.pf-auction-list em {
  padding: 4px 7px;
  border-radius: 7px;
  background: #edf2f7;
  color: var(--pf-primary);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 850;
}

.pf-auction-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--pf-primary-soft);
  color: var(--pf-primary);
}

.pf-auction-icon .pf-icon {
  width: 17px;
  height: 17px;
}

.pf-auction-list em.is-urgent {
  background: var(--pf-danger-soft);
  color: var(--pf-danger);
}

.pf-products-table {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid #cbd7e2;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 24px 64px rgb(15 23 42 / 13%),
    0 7px 18px rgb(15 23 42 / 6%);
}

.pf-product > i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pf-primary-soft);
  color: var(--pf-primary);
  font-style: normal;
}

.pf-product > i.is-orange {
  background: var(--pf-accent-soft);
  color: #b96508;
}

.pf-product > i.is-green {
  background: var(--pf-success-soft);
  color: var(--pf-success);
}

.pf-product > i .pf-icon {
  width: 18px;
  height: 18px;
}

.pf-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-inline: 8px;
  color: #8a96a6;
  font-size: 13px;
  font-weight: 650;
}

.pf-footer > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pf-motion-debug {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-start: 20px;
  inset-inline-end: auto;
  z-index: 100;
  width: min(336px, calc(100vw - 32px));
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 16px;
  background: rgb(26 43 67 / 96%);
  box-shadow:
    0 20px 50px rgb(15 23 42 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 8%);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  direction: ltr;
}

.pf-motion-debug::before {
  color: #ffbc70;
  content: "MOTION PROOF · NORMAL / SLOW";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
}

.pf-motion-debug:not([hidden]) {
  display: flex;
}

.pf-motion-debug output {
  display: block;
  white-space: pre-line;
}

.pf-motion-debug button {
  min-height: 44px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 11px;
  background: var(--pf-accent);
  box-shadow:
    0 9px 20px rgb(255 159 52 / 24%),
    inset 0 1px 0 rgb(255 255 255 / 24%);
  color: #172941;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  transition:
    box-shadow 180ms ease,
    transform 180ms var(--pf-ease);
}

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

.pf-motion-debug button.is-secondary {
  border-color: rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 9%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  color: #fff;
}

.pf-motion-debug button.is-secondary.is-active {
  border-color: rgb(255 159 52 / 72%);
  background: rgb(255 159 52 / 16%);
  box-shadow:
    inset 0 0 0 1px rgb(255 159 52 / 18%),
    0 8px 20px rgb(255 159 52 / 12%);
  color: #ffd7a8;
}

.pf-motion-debug button:hover {
  box-shadow:
    0 13px 26px rgb(255 159 52 / 32%),
    inset 0 1px 0 rgb(255 255 255 / 28%);
  transform: translateY(-2px);
}

.pf-motion-debug button:focus-visible {
  outline: 3px solid rgb(255 255 255 / 68%);
  outline-offset: 2px;
}

/* Phase 2.4.15 — branded art direction */
.pf-sidebar {
  border-inline-end-color: #bccbd9;
  background:
    linear-gradient(180deg, #f5f8fa 0 164px, #fbfcfd 164px 100%);
  box-shadow:
    -34px 0 88px rgb(25 43 66 / 17%),
    -7px 0 20px rgb(25 43 66 / 7%),
    inset -1px 0 0 rgb(255 255 255 / 88%);
}

.pf-brand {
  min-height: 118px;
  margin: 12px 12px 14px;
  padding: 18px;
  border-color: rgb(255 255 255 / 10%);
  background:
    radial-gradient(circle at 7% 8%, rgb(255 159 52 / 20%), transparent 38%),
    #344d70;
  box-shadow:
    0 26px 58px rgb(31 53 83 / 30%),
    0 8px 18px rgb(31 53 83 / 18%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
}

.pf-brand::before {
  inset-block-start: -76px;
  inset-inline-end: -58px;
  border-color: rgb(255 255 255 / 9%);
  box-shadow:
    0 0 0 22px rgb(255 255 255 / 3%),
    0 0 0 45px rgb(255 255 255 / 1.5%);
}

.pf-brand::after {
  inset-block: 19px;
  width: 5px;
  box-shadow: 0 0 22px rgb(255 159 52 / 42%);
}

.pf-brand__mark {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  border-color: rgb(255 159 52 / 30%);
  border-radius: 20px;
  background: #213956;
  box-shadow:
    0 18px 34px rgb(13 28 47 / 38%),
    inset 0 1px 0 rgb(255 255 255 / 16%),
    inset 0 0 0 1px rgb(255 255 255 / 4%);
}

.pf-brand__copy strong {
  color: #fff;
  font-size: 19px;
  letter-spacing: -.035em;
}

.pf-brand__copy small {
  color: #bdc9d6;
  font-size: 13.5px;
  letter-spacing: .06em;
}

.pf-workspace {
  margin: 2px 16px 25px;
  border-color: #c7d3df;
  background: #fff;
  box-shadow:
    0 15px 34px rgb(31 53 83 / 10%),
    inset 0 1px 0 #fff;
}

.pf-nav {
  padding-inline: 16px;
}

.pf-nav__group + .pf-nav__group {
  margin-top: 30px;
}

.pf-nav__group h2 {
  color: #65758a;
  font-size: 13.5px;
  letter-spacing: .045em;
}

.pf-nav__group h2::after {
  background: linear-gradient(90deg, #cfdae4, transparent);
}

.pf-nav__item {
  min-height: 56px;
  color: #526276;
}

.pf-nav__item.is-active {
  border: 1px solid rgb(52 77 112 / 14%);
  background:
    linear-gradient(90deg, rgb(52 77 112 / 13%), rgb(52 77 112 / 7%));
  box-shadow:
    0 16px 34px rgb(31 53 83 / 13%),
    inset 0 1px 0 rgb(255 255 255 / 72%);
}

.pf-nav__item.is-active::before {
  inset-block: 8px;
  inset-inline-start: -17px;
  width: 5px;
  box-shadow: 0 0 16px rgb(255 159 52 / 35%);
}

.pf-nav__item.is-active > span {
  border-color: rgb(52 77 112 / 15%);
  background: #344d70;
  box-shadow:
    0 12px 24px rgb(31 53 83 / 23%),
    inset 0 1px 0 rgb(255 255 255 / 15%);
  color: #fff;
}

.pf-sidebar-health {
  border-color: #c8d4df;
  background: #eef4f2;
  box-shadow:
    0 14px 30px rgb(31 53 83 / 9%),
    inset 0 1px 0 rgb(255 255 255 / 84%);
}

.pf-navbar {
  gap: 30px;
  border-bottom-color: #bdcad7;
  background: rgb(248 250 252 / 95%);
  box-shadow:
    0 18px 46px rgb(31 53 83 / 12%),
    0 4px 12px rgb(31 53 83 / 5%),
    inset 0 -1px 0 rgb(255 255 255 / 78%);
}

.pf-navbar::after {
  position: absolute;
  inset-inline: 36px;
  inset-block-end: -1px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgb(52 77 112 / 30%) 36%, var(--pf-accent) 50%, rgb(52 77 112 / 30%) 64%, transparent);
  content: "";
}

.pf-navbar__context::before {
  width: 4px;
  box-shadow: 0 0 17px rgb(255 159 52 / 30%);
}

.pf-navbar__context strong {
  font-size: 19px;
  letter-spacing: -.02em;
}

.pf-search {
  height: 50px;
  border-color: #c1cfdb;
  background: #edf2f6;
  box-shadow:
    inset 0 1px 2px rgb(31 53 83 / 5%),
    0 10px 26px rgb(31 53 83 / 7%);
}

.pf-search:focus-within {
  border-color: rgb(52 77 112 / 46%);
  box-shadow:
    0 0 0 4px rgb(52 77 112 / 8%),
    0 16px 34px rgb(31 53 83 / 10%);
}

.pf-language,
.pf-control {
  border-color: #c6d2de;
  background: #fdfefe;
  box-shadow:
    0 9px 21px rgb(31 53 83 / 9%),
    inset 0 1px 0 #fff;
}

.pf-admin {
  border-color: #bfcdda;
  background: #eaf0f5;
  box-shadow:
    0 13px 30px rgb(31 53 83 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 86%);
}

.pf-container {
  max-width: 1520px;
  padding: 38px;
}

.kt-premium-content {
  gap: 48px;
}

.pf-hero {
  height: 390px;
  min-height: 390px;
  gap: 52px;
  padding: 46px 50px;
  border-color: rgb(52 77 112 / 28%);
  border-radius: 38px;
  background:
    radial-gradient(circle at 8% 12%, rgb(255 159 52 / 23%), transparent 24rem),
    linear-gradient(102deg, rgb(255 255 255 / 35%) 0 56%, transparent 56%),
    #f2f0ec;
  box-shadow:
    0 46px 110px rgb(31 53 83 / 22%),
    0 13px 32px rgb(31 53 83 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 90%),
    inset 0 0 0 1px rgb(255 255 255 / 34%);
  clip-path: inset(0 round 38px);
}

.pf-hero::before {
  inset-block: 38px;
  width: 7px;
  background: var(--pf-accent);
  box-shadow:
    0 0 28px rgb(255 159 52 / 42%),
    0 10px 24px rgb(255 159 52 / 26%);
}

.pf-hero::after {
  inset-block-start: auto;
  inset-block-end: -116px;
  inset-inline-start: 22px;
  inset-inline-end: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(52 77 112 / 6%);
  content: "KT";
  font-family: "Cairo", sans-serif;
  font-size: 238px;
  font-weight: 1000;
  letter-spacing: -.11em;
  line-height: 1;
  pointer-events: none;
}

.pf-hero__intro {
  flex: 1.08;
}

.pf-hero__edition {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #788597;
  font-family: "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  direction: ltr;
}

.pf-hero__edition::after {
  width: 48px;
  height: 1px;
  background: rgb(52 77 112 / 32%);
  content: "";
}

.pf-hero__edition b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #344d70;
  box-shadow: 0 8px 18px rgb(31 53 83 / 18%);
  color: #fff;
  font-size: 10px;
  letter-spacing: -.03em;
}

.pf-eyebrow {
  min-height: 36px;
  padding-inline: 13px;
  border-color: rgb(52 77 112 / 16%);
  background: rgb(255 255 255 / 58%);
  color: #2d476a;
}

.pf-hero h1 {
  max-width: 760px;
  margin-top: 10px;
  color: #1d3452;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: -.065em;
  text-shadow:
    0 2px 0 rgb(255 255 255 / 75%),
    0 18px 40px rgb(31 53 83 / 13%);
}

.pf-hero__intro > p {
  max-width: 720px;
  margin-top: 15px;
  color: #4d6077;
  font-size: 18.5px;
  line-height: 1.75;
}

.pf-hero__chips {
  margin-top: 23px;
}

.pf-hero__chips > span {
  min-height: 40px;
  border-color: rgb(52 77 112 / 15%);
  background: rgb(255 255 255 / 70%);
  box-shadow:
    0 12px 24px rgb(31 53 83 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 88%);
}

.pf-today {
  min-width: 500px;
  flex: .92;
  padding: 28px 30px;
  border-color: rgb(255 255 255 / 14%);
  border-radius: 29px;
  background:
    radial-gradient(circle at 0 0, rgb(255 159 52 / 19%), transparent 38%),
    #344d70;
  box-shadow:
    0 36px 78px rgb(31 53 83 / 34%),
    0 10px 24px rgb(31 53 83 / 20%),
    inset 0 1px 0 rgb(255 255 255 / 15%),
    inset 0 0 0 1px rgb(255 255 255 / 4%);
}

.pf-today:hover {
  border-color: rgb(255 159 52 / 38%);
  box-shadow:
    0 42px 88px rgb(31 53 83 / 38%),
    0 12px 26px rgb(31 53 83 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 18%);
}

.pf-today__head > div strong,
.pf-today__health > strong,
.pf-today__volume > strong {
  color: #fff;
}

.pf-today__head > div span {
  color: #ffb45f;
}

.pf-today__status {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 9%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%);
  color: #d8f3e7;
}

.pf-today__spotlight {
  min-height: 92px;
  border-color: rgb(255 255 255 / 13%);
}

.pf-today__volume {
  border-inline-start-color: rgb(255 255 255 / 13%);
}

.pf-today__health > span,
.pf-today__volume > span,
.pf-today__pipeline-wrap > div:first-child {
  color: #bdc9d6;
}

.pf-today__pipeline-wrap > div:first-child small,
.pf-today__legend span {
  color: #9eafbf;
}

.pf-today__health > strong b {
  font-size: 48px;
}

.pf-today__health > strong em {
  color: #64d3a6;
}

.pf-today__volume > strong b {
  font-size: 31px;
}

.pf-today__pipeline {
  height: 10px;
  background: rgb(12 27 45 / 46%);
  box-shadow:
    inset 0 2px 4px rgb(8 19 32 / 35%),
    0 1px 0 rgb(255 255 255 / 8%);
}

.pf-section__head {
  position: relative;
  padding-inline-start: 20px;
}

.pf-section__head::before {
  position: absolute;
  inset-block: 4px;
  inset-inline-start: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pf-accent) 0 34%, #344d70 34% 100%);
  box-shadow: 0 0 16px rgb(52 77 112 / 12%);
  content: "";
}

.pf-section__head h2 {
  color: #1d3452;
  font-size: 32px;
  letter-spacing: -.035em;
}

.pf-section__head p {
  color: #5c6e83;
  font-size: 15px;
}

.pf-live-status {
  border-color: #bed8cd;
  background: #e8f3ee;
  box-shadow: 0 9px 21px rgb(22 132 91 / 8%);
}

.pf-kpi-band {
  gap: 10px;
  padding: 11px;
  border: 1px solid #203753;
  border-radius: 31px;
  background:
    radial-gradient(circle at 3% 0, rgb(255 159 52 / 14%), transparent 24%),
    #263f60;
  box-shadow:
    0 38px 88px rgb(31 53 83 / 28%),
    0 10px 24px rgb(31 53 83 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
}

.pf-kpi {
  height: 220px;
  min-height: 220px;
  padding: 25px;
  border-color: rgb(255 255 255 / 10%);
  border-radius: 22px;
  background: rgb(255 255 255 / 4.5%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 7%),
    0 0 0 rgb(31 53 83 / 0%);
}

.pf-kpi + .pf-kpi {
  border-inline-start-color: rgb(255 255 255 / 10%);
}

.pf-kpi::before {
  inset-inline: 25px;
  height: 3px;
  background: rgb(255 255 255 / 26%);
  box-shadow: none;
}

.pf-kpi.is-accent {
  border-color: rgb(255 159 52 / 26%);
  background: #f4eadf;
  box-shadow:
    0 20px 42px rgb(13 28 47 / 30%),
    inset 0 1px 0 #fff;
}

.pf-kpi.is-accent::after {
  inset-inline: 25px;
}

.pf-kpi:hover {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 9%);
  box-shadow:
    0 25px 52px rgb(13 28 47 / 30%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
  transform: translateY(-6px);
}

.pf-kpi.is-accent:hover {
  border-color: rgb(255 159 52 / 42%);
  background: #fff2e2;
  box-shadow:
    0 28px 58px rgb(13 28 47 / 34%),
    inset 0 1px 0 #fff;
}

.pf-kpi__icon {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 9%);
  box-shadow:
    0 14px 28px rgb(13 28 47 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
  color: #fff;
}

.pf-kpi.is-accent .pf-kpi__icon {
  border-color: rgb(255 159 52 / 24%);
  background: #fff8ee;
}

.pf-trend {
  border-color: rgb(115 213 170 / 17%);
  background: rgb(105 202 159 / 11%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  color: #8be0ba;
}

.pf-kpi.is-accent .pf-trend {
  border-color: rgb(22 132 91 / 13%);
  background: #e2f2ea;
  color: #167a55;
}

.pf-kpi__label {
  margin-top: 13px;
  color: #c8d3df;
}

.pf-kpi__value {
  margin-top: 2px;
  color: #fff;
  font-size: 56px;
  text-shadow: 0 12px 28px rgb(8 19 32 / 22%);
}

.pf-kpi > small {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #9eafbf;
  font-size: 12.5px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-kpi.is-accent .pf-kpi__label,
.pf-kpi.is-accent > small {
  color: #6b7788;
}

.pf-kpi.is-accent .pf-kpi__value {
  color: #213956;
  text-shadow: 0 10px 24px rgb(31 53 83 / 10%);
}

.pf-section--operations {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-color: #bdcad7;
  border-radius: 38px;
  background:
    linear-gradient(135deg, transparent 0 72%, rgb(52 77 112 / 5%) 72%),
    #dce5ec;
  box-shadow:
    0 30px 76px rgb(31 53 83 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 70%);
}

.pf-section--operations::after {
  position: absolute;
  inset-block-start: -78px;
  inset-inline-end: -62px;
  width: 210px;
  height: 210px;
  border: 1px solid rgb(52 77 112 / 9%);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(52 77 112 / 2.5%);
  content: "";
  pointer-events: none;
}

.pf-section--operations > * {
  position: relative;
  z-index: 1;
}

.pf-operations-board {
  border-color: #b9c7d4;
  background: #f8fafb;
  box-shadow:
    0 32px 72px rgb(31 53 83 / 19%),
    0 8px 20px rgb(31 53 83 / 9%),
    inset 0 1px 0 #fff;
}

.pf-flow-cockpit {
  background: #fbfcfc;
}

.pf-urgent {
  border-inline-start-color: #d9d2c8;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 159 52 / 13%), transparent 45%),
    #fbf5ed;
}

.pf-flow-summary {
  border-color: #cfdae4;
  background: #edf2f6;
}

.pf-section--activity {
  position: relative;
  padding-top: 4px;
}

.pf-orders-table {
  border-color: #becbd8;
  background: #fdfcf9;
  box-shadow:
    0 30px 74px rgb(31 53 83 / 17%),
    0 8px 20px rgb(31 53 83 / 8%);
}

.pf-rail-section {
  border-color: #c4d0dc;
  background: #edf2f6;
  box-shadow:
    0 24px 58px rgb(31 53 83 / 14%),
    0 6px 16px rgb(31 53 83 / 7%);
}

.pf-rail-section.is-auctions {
  border-color: #dacdbd;
  background: #f8f1e8;
}

.pf-products-table {
  border-color: #bdcad7;
  background: #edf2f6;
  box-shadow:
    0 30px 74px rgb(31 53 83 / 17%),
    0 8px 20px rgb(31 53 83 / 8%);
}

.pf-table th {
  border-block-color: #263f60;
  background: #344d70;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 11%),
    inset 0 -1px 0 rgb(12 26 43 / 24%);
  color: #fff;
  letter-spacing: .01em;
}

.pf-table td {
  border-block-end-color: #d8e1e9;
  color: #4b5d73;
  font-weight: 700;
}

.pf-table tbody tr:hover td {
  background: #e6edf3;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 74%),
    inset 0 -1px 0 rgb(52 77 112 / 5%);
}

.pf-table td > strong,
.pf-person strong,
.pf-product strong {
  color: #1d3452;
  font-weight: 950;
}

.pf-badge {
  min-height: 31px;
  padding-inline: 11px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 70%);
}

.pf-badge::before {
  box-shadow: none;
  opacity: .9;
}

.pf-row-action {
  border-color: #bdcad7;
  background: #f8fafb;
  box-shadow:
    0 10px 20px rgb(31 53 83 / 11%),
    inset 0 1px 0 #fff;
}

/* Phase 2.4.16 — acceptance cleanup */
.pf-motion-debug[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.pf-navbar__actions {
  min-width: 0;
  gap: 10px;
}

.pf-navbar__actions > * {
  align-self: center;
}

.pf-language,
.pf-control {
  flex: 0 0 auto;
}

.pf-control {
  flex-basis: 44px;
}

.pf-language {
  flex-basis: 47px;
}

.pf-control .pf-icon {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.pf-search {
  outline: 1px solid rgb(255 255 255 / 70%);
  outline-offset: -2px;
}

.pf-search > .pf-icon {
  width: 19px;
  height: 19px;
  color: #60748c;
  stroke-width: 2;
}

.pf-search kbd {
  border-color: #c8d4df;
  background: rgb(255 255 255 / 58%);
  color: #6e7e91;
}

.pf-admin {
  min-width: 198px;
  grid-template-columns: 40px minmax(0, 1fr) 16px;
}

.pf-admin strong {
  line-height: 1.35;
}

.pf-admin small {
  margin-top: 1px;
  color: #5d6f84;
  font-size: 13.5px;
  line-height: 1.35;
}

.pf-brand__mark {
  grid-template-columns: minmax(0, 1fr) 5px minmax(0, 1fr);
  padding-inline: 5px;
}

.pf-brand__mark b {
  display: grid;
  place-items: center;
  line-height: 1;
}

.pf-nav__group h2 {
  line-height: 1.45;
}

.pf-nav__item {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.pf-nav__item strong {
  line-height: 1.45;
}

.pf-nav__item.is-active {
  box-shadow:
    0 16px 34px rgb(31 53 83 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 78%),
    inset 0 0 0 1px rgb(52 77 112 / 3%);
}

.pf-sidebar-health {
  padding: 15px;
  border-color: #c7d5d0;
  background: #f2f7f5;
  box-shadow:
    0 12px 26px rgb(31 53 83 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 88%);
}

.pf-sidebar-health__bar {
  height: 5px;
  margin-block: 10px 8px;
}

.pf-sidebar-health > small {
  color: #718197;
  font-size: 13.25px;
  line-height: 1.55;
}

.pf-table th {
  height: 52px;
  padding-block: 10px;
  color: #f8fbff;
  line-height: 1.45;
}

.pf-table td {
  line-height: 1.5;
}

.pf-table tbody tr:hover td:first-child {
  box-shadow:
    inset -3px 0 0 var(--pf-accent),
    inset 0 1px 0 rgb(255 255 255 / 74%),
    inset 0 -1px 0 rgb(52 77 112 / 5%);
}

.pf-badge.is-new {
  border-color: rgb(62 108 168 / 18%);
  background: #e4effa;
  color: #35679f;
}

.pf-badge.is-current {
  border-color: rgb(185 106 12 / 19%);
  background: #ffefd5;
  color: #a75d08;
}

.pf-badge.is-finished {
  border-color: rgb(22 132 91 / 18%);
  background: #def2e8;
  color: #117650;
}

.pf-table td:last-child {
  text-align: center;
}

.pf-row-action {
  margin-inline: auto;
}

/* World-class hard-refresh choreography */
@keyframes pf-status-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgb(22 132 91 / 10%);
    transform: scale(1);
  }

  45% {
    box-shadow: 0 0 0 9px rgb(22 132 91 / 4%);
    transform: scale(1.12);
  }
}

body.pf-preload .pf-sidebar {
  opacity: 0;
  transform: translateX(84px);
}

body.pf-preload .pf-navbar {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-44px) scale(.99);
}

body.pf-preload [data-final-hero] {
  opacity: 0;
  filter: blur(5px);
  clip-path: inset(0 0 100% 0 round 38px);
  transform: translateY(72px) scale(.93);
}

body.pf-preload [data-hero-part] {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(46px);
}

body.pf-preload [data-hero-visual] {
  opacity: 0;
  filter: blur(7px);
  transform: translateX(-76px) rotate(-1.5deg) scale(.94);
}

body.pf-preload .pf-hero::before {
  opacity: 0;
  transform: scaleY(0);
}

body.pf-preload .pf-hero::after {
  opacity: 0;
  transform: translateX(54px) rotate(-4deg);
}

body.pf-preload [data-final-heading] {
  opacity: 0;
  transform: translateY(34px);
}

body.pf-preload .pf-kpi-band {
  opacity: 0;
  transform: translateY(42px) scale(.975);
}

body.pf-preload [data-final-kpi] {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(60px) scale(.95);
}

body.pf-preload [data-final-kpi] .pf-kpi__icon {
  opacity: 0;
  transform: translateY(8px) scale(.78);
}

body.pf-preload [data-final-operations] {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(68px) scale(.975);
}

body.pf-preload [data-final-activity] {
  opacity: 0;
  transform: translateY(54px);
}

body.pf-preload [data-final-table] {
  opacity: 0;
  transform: translateY(52px) scale(.985);
}

body.pf-preload [data-motion-row] {
  opacity: 0;
  transform: translateY(26px);
}

body.pf-preload .pf-today__pipeline i,
body.pf-preload .pf-flow-track article > i b,
body.pf-preload .pf-flow-track::before {
  transform: scaleX(0);
}

html.kt-premium-mounted body.pf-preload .pf-sidebar {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 860ms var(--pf-ease) 40ms,
    transform 860ms var(--pf-ease) 40ms;
}

html.kt-premium-mounted body.pf-preload .pf-navbar {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 760ms var(--pf-ease) 90ms,
    filter 760ms var(--pf-ease) 90ms,
    transform 760ms var(--pf-ease) 90ms;
}

html.kt-premium-mounted body.pf-preload [data-final-hero] {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 round 38px);
  transform: translateY(0) scale(1);
  transition:
    opacity 1040ms var(--pf-ease) 160ms,
    filter 1040ms var(--pf-ease) 160ms,
    clip-path 1040ms var(--pf-ease) 160ms,
    transform 1040ms var(--pf-ease) 160ms;
}

html.kt-premium-mounted body.pf-preload [data-hero-part] {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition:
    opacity 820ms var(--pf-ease) calc(300ms + var(--pf-hero-order, 0) * 105ms),
    filter 820ms var(--pf-ease) calc(300ms + var(--pf-hero-order, 0) * 105ms),
    transform 820ms var(--pf-ease) calc(300ms + var(--pf-hero-order, 0) * 105ms);
}

html.kt-premium-mounted body.pf-preload [data-hero-visual] {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0) rotate(0) scale(1);
  transition:
    opacity 980ms var(--pf-ease) 420ms,
    filter 980ms var(--pf-ease) 420ms,
    transform 980ms var(--pf-ease) 420ms;
}

html.kt-premium-mounted body.pf-preload .pf-hero::before {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition:
    opacity 620ms ease 520ms,
    transform 860ms var(--pf-ease) 420ms;
}

html.kt-premium-mounted body.pf-preload .pf-hero::after {
  opacity: 1;
  transform: translateX(0) rotate(0);
  transition:
    opacity 1050ms ease 520ms,
    transform 1150ms var(--pf-ease) 420ms;
}

html.kt-premium-mounted body.pf-preload [data-final-heading] {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 680ms var(--pf-ease) 680ms,
    transform 680ms var(--pf-ease) 680ms;
}

html.kt-premium-mounted body.pf-preload .pf-kpi-band {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 760ms var(--pf-ease) 760ms,
    transform 760ms var(--pf-ease) 760ms;
}

html.kt-premium-mounted body.pf-preload [data-final-kpi] {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 820ms var(--pf-ease) calc(820ms + var(--pf-kpi-order, 0) * 115ms),
    filter 820ms var(--pf-ease) calc(820ms + var(--pf-kpi-order, 0) * 115ms),
    transform 820ms var(--pf-ease) calc(820ms + var(--pf-kpi-order, 0) * 115ms);
}

html.kt-premium-mounted body.pf-preload [data-final-kpi] .pf-kpi__icon {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 580ms var(--pf-ease) calc(960ms + var(--pf-kpi-order, 0) * 115ms),
    transform 580ms var(--pf-ease) calc(960ms + var(--pf-kpi-order, 0) * 115ms);
}

html.kt-premium-mounted body.pf-preload [data-final-operations] {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 860ms var(--pf-ease) 1260ms,
    filter 860ms var(--pf-ease) 1260ms,
    transform 860ms var(--pf-ease) 1260ms;
}

html.kt-premium-mounted body.pf-preload [data-final-activity] {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 780ms var(--pf-ease) 1390ms,
    transform 780ms var(--pf-ease) 1390ms;
}

html.kt-premium-mounted body.pf-preload [data-final-table] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 650ms var(--pf-ease) calc(1490ms + var(--pf-table-order, 0) * 80ms),
    transform 650ms var(--pf-ease) calc(1490ms + var(--pf-table-order, 0) * 80ms);
}

html.kt-premium-mounted body.pf-preload [data-motion-row] {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 560ms var(--pf-ease) calc(1550ms + var(--pf-row-order, 0) * 48ms),
    transform 560ms var(--pf-ease) calc(1550ms + var(--pf-row-order, 0) * 48ms);
}

html.kt-premium-mounted body.pf-preload .pf-today__pipeline i {
  transform: scaleX(1);
  transition: transform 1100ms var(--pf-ease) 850ms;
}

html.kt-premium-mounted body.pf-preload .pf-flow-track::before {
  transform: scaleX(1);
  transition: transform 940ms var(--pf-ease) 1360ms;
}

html.kt-premium-mounted body.pf-preload .pf-flow-track article > i b {
  transform: scaleX(1);
  transition: transform 800ms var(--pf-ease) calc(1380ms + var(--pf-flow-order, 0) * 44ms);
}

html.kt-premium-mounted body.pf-preload .pf-today__status i {
  animation: pf-status-pulse 760ms ease 980ms 1 both;
}

html.kt-premium-mounted body.pf-preload .pf-sla i,
html.kt-premium-mounted body.pf-preload .pf-urgent__footer i,
html.kt-premium-mounted body.pf-preload .pf-rail-section.is-auctions header small i {
  animation: pf-status-pulse 760ms ease 1320ms 1 both;
}

/* Review mode: the same choreography expanded to a visible three-second proof. */
html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-sidebar {
  transition:
    opacity 1050ms var(--pf-ease) 90ms,
    transform 1050ms var(--pf-ease) 90ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-navbar {
  transition:
    opacity 950ms var(--pf-ease) 130ms,
    filter 950ms var(--pf-ease) 130ms,
    transform 950ms var(--pf-ease) 130ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-hero] {
  transition:
    opacity 1300ms var(--pf-ease) 260ms,
    filter 1300ms var(--pf-ease) 260ms,
    clip-path 1300ms var(--pf-ease) 260ms,
    transform 1300ms var(--pf-ease) 260ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-hero-part] {
  transition:
    opacity 1000ms var(--pf-ease) calc(430ms + var(--pf-hero-order, 0) * 150ms),
    filter 1000ms var(--pf-ease) calc(430ms + var(--pf-hero-order, 0) * 150ms),
    transform 1000ms var(--pf-ease) calc(430ms + var(--pf-hero-order, 0) * 150ms);
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-hero-visual] {
  transition:
    opacity 1280ms var(--pf-ease) 620ms,
    filter 1280ms var(--pf-ease) 620ms,
    transform 1280ms var(--pf-ease) 620ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-hero::before {
  transition:
    opacity 900ms ease 760ms,
    transform 1200ms var(--pf-ease) 620ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-hero::after {
  transition:
    opacity 1400ms ease 720ms,
    transform 1500ms var(--pf-ease) 620ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-heading] {
  transition:
    opacity 900ms var(--pf-ease) 900ms,
    transform 900ms var(--pf-ease) 900ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-kpi-band {
  transition:
    opacity 1050ms var(--pf-ease) 980ms,
    transform 1050ms var(--pf-ease) 980ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-kpi] {
  transition:
    opacity 1000ms var(--pf-ease) calc(1050ms + var(--pf-kpi-order, 0) * 150ms),
    filter 1000ms var(--pf-ease) calc(1050ms + var(--pf-kpi-order, 0) * 150ms),
    transform 1000ms var(--pf-ease) calc(1050ms + var(--pf-kpi-order, 0) * 150ms);
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-kpi] .pf-kpi__icon {
  transition:
    opacity 750ms var(--pf-ease) calc(1200ms + var(--pf-kpi-order, 0) * 150ms),
    transform 750ms var(--pf-ease) calc(1200ms + var(--pf-kpi-order, 0) * 150ms);
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-operations] {
  transition:
    opacity 1100ms var(--pf-ease) 1500ms,
    filter 1100ms var(--pf-ease) 1500ms,
    transform 1100ms var(--pf-ease) 1500ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-activity] {
  transition:
    opacity 1000ms var(--pf-ease) 1650ms,
    transform 1000ms var(--pf-ease) 1650ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-final-table] {
  transition:
    opacity 850ms var(--pf-ease) calc(1900ms + var(--pf-table-order, 0) * 100ms),
    transform 850ms var(--pf-ease) calc(1900ms + var(--pf-table-order, 0) * 100ms);
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload [data-motion-row] {
  transition:
    opacity 700ms var(--pf-ease) calc(1950ms + var(--pf-row-order, 0) * 70ms),
    transform 700ms var(--pf-ease) calc(1950ms + var(--pf-row-order, 0) * 70ms);
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-today__pipeline i {
  transition: transform 1300ms var(--pf-ease) 1050ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-flow-track::before {
  transition: transform 1200ms var(--pf-ease) 1500ms;
}

html.kt-motion-demo.kt-premium-mounted body.pf-preload .pf-flow-track article > i b {
  transition: transform 1000ms var(--pf-ease) calc(1500ms + var(--pf-flow-order, 0) * 70ms);
}

/* Responsive behavior */
@media (max-width: 1540px) {
  .pf-navbar {
    grid-template-columns: minmax(190px, .62fr) minmax(290px, 1.15fr) minmax(380px, .95fr);
    gap: 18px;
    padding-inline: 27px;
  }

  .pf-container {
    padding-inline: 32px;
  }

  .pf-hero {
    gap: 40px;
    padding-inline: 40px;
  }

  .pf-today {
    min-width: 460px;
  }

  .pf-kpi {
    padding-inline: 28px;
  }

  .pf-orders-table {
    padding-inline: 28px;
  }

  .pf-table th,
  .pf-table td {
    padding-inline: 10px;
  }
}

@media (max-width: 1360px) {
  .pf-navbar {
    grid-template-columns: minmax(160px, .6fr) minmax(270px, 1.1fr) auto;
  }

  .pf-navbar__context small {
    display: none;
  }

  .pf-admin {
    min-width: 54px;
    grid-template-columns: 40px;
    padding: 5px 6px;
  }

  .pf-admin > span:nth-child(2),
  .pf-admin > .pf-icon {
    display: none;
  }

  .pf-hero {
    min-height: 320px;
  }

  .pf-hero h1 {
    font-size: 48px;
  }

  .pf-today {
    min-width: 445px;
  }

  .pf-flow-summary {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pf-flow-summary > a {
    display: none;
  }

  .pf-operations-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
  }
}

@media (max-width: 1199.98px) {
  .kt-premium-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .kt-premium-main {
    grid-column: 1;
  }

  .pf-sidebar {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    width: 292px;
    transform: translateX(110%);
    transition: transform 260ms var(--pf-ease);
  }

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

  .pf-sidebar__close,
  .pf-menu-button {
    display: grid;
  }

  .pf-sidebar__close {
    position: absolute;
    inset-block-start: 28px;
    inset-inline-end: 12px;
  }

  .pf-brand {
    padding-inline-end: 52px;
  }

  .pf-brand__mark {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 16px;
  }

  .pf-brand__copy strong {
    font-size: 17px;
  }

  .pf-app.is-sidebar-open .pf-backdrop {
    display: block;
    opacity: 1;
  }

  .pf-navbar {
    inset-inline-start: 0;
    grid-template-columns: minmax(190px, .7fr) minmax(280px, 1.2fr) auto;
  }

  .pf-main {
    margin-inline-start: 0;
  }

  body.pf-preload .pf-sidebar,
  html.kt-premium-mounted body.pf-preload .pf-sidebar {
    opacity: 1;
    transform: translateX(110%);
  }

  .pf-app.is-sidebar-open .pf-sidebar {
    transform: translateX(0) !important;
  }

  .pf-hero {
    height: auto;
    min-height: 0;
    flex-direction: column;
  }

  .pf-hero__intro {
    width: 100%;
  }

  .pf-today {
    width: 100%;
    min-width: 0;
  }

  .pf-operations-grid,
  .pf-activity-grid {
    grid-template-columns: 1fr;
  }

  .pf-flow-cockpit {
    grid-row: 1;
  }

  .pf-urgent,
  .pf-market-rail {
    border-block-start: 0;
    border-inline-start: 0;
  }

  .pf-market-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-rail-section + .pf-rail-section {
    border-block-start: 1px solid rgb(217 225 234 / 88%);
    border-inline-start: 1px solid rgb(217 225 234 / 88%);
  }
}

@media (max-width: 899.98px) {
  .pf-navbar {
    grid-template-columns: minmax(170px, 1fr) auto;
    padding-inline: 20px;
  }

  .pf-search {
    display: none;
  }

  .pf-container {
    padding: 24px 20px 18px;
  }

  .pf-hero {
    padding: 29px 26px;
    border-radius: 27px;
    clip-path: inset(0 round 27px);
  }

  .pf-hero h1 {
    font-size: 40px;
  }

  .pf-section {
    margin-top: 0;
  }

  .pf-section--operations {
    margin-inline: 0;
    padding: 28px;
    border-radius: 30px;
  }

  .pf-section--activity {
    margin-top: 0;
  }

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

  .pf-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .pf-flow-track::before {
    display: none;
  }

  .pf-flow-track article:nth-child(3) {
    padding-inline-start: 0;
    border-inline-start: 0;
  }

  .pf-market-rail {
    grid-template-columns: 1fr;
  }

  .pf-rail-section + .pf-rail-section {
    border-block-start: 1px solid #e5eaf0;
    border-inline-start: 0;
  }
}

@media (max-width: 639.98px) {
  :root {
    --pf-navbar-height: 76px;
  }

  body {
    font-size: 14px;
  }

  .pf-navbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 14px;
  }

  .pf-navbar__actions {
    gap: 6px;
  }

  .pf-language,
  .pf-navbar__actions > .pf-control:first-of-type {
    display: none;
  }

  .pf-admin {
    width: 44px;
    min-width: 44px;
    height: 44px;
    grid-template-columns: 32px;
    padding: 5px;
  }

  .pf-admin__avatar {
    width: 32px;
    height: 32px;
  }

  .pf-navbar__context strong {
    font-size: 14px;
  }

  .pf-container {
    padding: 16px 12px;
  }

  .pf-hero {
    gap: 28px;
    padding: 25px 20px;
    border-radius: 24px;
    clip-path: inset(0 round 24px);
  }

  .pf-hero h1 {
    margin-top: 12px;
    font-size: 36px;
    line-height: 1.28;
  }

  .pf-hero__intro > p {
    font-size: 15px;
  }

  .pf-hero__edition {
    gap: 7px;
    margin-top: 17px;
    font-size: 9px;
    letter-spacing: .08em;
  }

  .pf-hero__edition::after {
    width: 24px;
  }

  .pf-hero__chips > span {
    width: 100%;
  }

  .pf-today {
    padding: 20px 17px;
    border-radius: 20px;
  }

  .pf-today__head {
    align-items: center;
  }

  .pf-today__status {
    min-height: 34px;
  }

  .pf-today__spotlight {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  }

  .pf-today__volume {
    padding-inline-start: 14px;
  }

  .pf-today__legend {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pf-today__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .pf-today__footer .pf-button {
    width: 100%;
  }

  .pf-section__head {
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .pf-section__head h2 {
    font-size: 26px;
  }

  .pf-section__head p {
    font-size: 13px;
  }

  .pf-section__head > .pf-live-status,
  .pf-section__head > .pf-text-link {
    display: none;
  }

  .pf-kpi-band {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .pf-kpi {
    height: 218px;
    min-height: 218px;
    padding: 24px;
  }

  .pf-kpi + .pf-kpi {
    border-inline-start: 1px solid #e4e9ef;
  }

  .pf-kpi__value {
    font-size: 56px;
  }

  .pf-operations-board,
  .pf-activity-board {
    border-radius: 22px;
  }

  .pf-section--operations {
    margin-inline: 0;
    padding: 20px;
    border-radius: 27px;
  }

  .pf-flow-cockpit,
  .pf-urgent,
  .pf-orders-table,
  .pf-products-table {
    padding: 22px 17px;
  }

  .pf-flow-track {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .pf-flow-track article,
  .pf-flow-track article:nth-child(3) {
    min-height: 105px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
    border-block-start: 1px solid #edf0f3;
    border-inline-start: 0;
  }

  .pf-flow-track article:first-child {
    border-block-start: 0;
  }

  .pf-flow-track article > div,
  .pf-flow-track article > i {
    margin-top: 0;
  }

  .pf-flow-track article > i {
    grid-column: 2;
  }

  .pf-flow-track article > div strong {
    font-size: 30px;
  }

  .pf-flow-summary {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 11px;
  }

  .pf-flow-summary__icon {
    width: 38px;
    height: 38px;
  }

  .pf-urgent__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-rail-section {
    padding-inline: 17px;
  }

  .pf-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  body.pf-preload .pf-sidebar,
  body.pf-preload .pf-navbar,
  body.pf-preload [data-final-hero],
  body.pf-preload [data-hero-part],
  body.pf-preload [data-final-heading],
  body.pf-preload .pf-kpi-band,
  body.pf-preload [data-final-kpi],
  body.pf-preload [data-final-kpi] .pf-kpi__icon,
  body.pf-preload [data-final-operations],
  body.pf-preload [data-final-activity],
  body.pf-preload [data-final-table],
  body.pf-preload [data-motion-row] {
    opacity: 1;
    filter: none;
    transform: none;
  }

  body.pf-preload .pf-today__pipeline i,
  body.pf-preload .pf-flow-track article > i b,
  body.pf-preload .pf-flow-track::before {
    transform: scaleX(1);
  }

  body.pf-preload [data-final-hero] {
    clip-path: inset(0 round 38px);
  }

  body.pf-preload .pf-hero::before,
  body.pf-preload .pf-hero::after {
    opacity: 1;
    transform: none;
  }
}
