:root{--sidebar:300px;--bg:#f4f7fb;--panel:#fff;--line:#dbe4ef;--text:#10213e;--muted:#6f819c;--blue:#2f73ee;--nav:#10233f;--nav2:#172c4a;--danger:#c83c43;--warn:#b97911;--ok:#147a4d;--radius:16px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg)}body.portal-v2{overflow-x:hidden}.portal-app{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.portal-sidebar{grid-column:1;position:sticky;top:0;height:100vh;min-height:0;background:linear-gradient(180deg,#132743,#0e2038);color:#dce7f5;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(255,255,255,.06);z-index:20}.portal-brand{padding:20px 18px 12px}.portal-brand-link{display:flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.portal-brand-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(180deg,#347bf3,#2262cd);display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.portal-brand-mark.large{width:58px;height:58px;margin:auto}.portal-brand strong{display:block;font-size:20px;line-height:1.2}.portal-brand small{display:block;color:#8fa5c2;font-size:12px;margin-top:3px}.portal-sidebar-search{margin:0 16px 12px;display:grid;grid-template-columns:1fr 54px}.portal-sidebar-search input{min-width:0;border:1px solid #39506d;border-right:0;background:#263a55;color:#fff;border-radius:13px 0 0 13px;padding:13px 14px;font-size:15px}.portal-sidebar-search button{border:0;border-radius:0 13px 13px 0;background:#3077ee;color:#fff;font-size:20px;cursor:pointer}.portal-readonly-badge{margin:0 16px 12px;border:1px solid #795d1f;background:#302f2c;border-radius:13px;padding:12px 14px;color:#ffe4a0}.portal-readonly-badge strong,.portal-readonly-badge span{display:block}.portal-readonly-badge span{font-size:11px;margin-top:3px}.portal-nav{padding:3px 12px 18px;overflow:auto;min-height:0;scrollbar-width:thin;scrollbar-color:#526681 transparent}.portal-nav-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8298b5;font-weight:800;margin:18px 4px 8px}.portal-nav a{display:flex;align-items:center;gap:11px;color:#d6e0ed;text-decoration:none;border-radius:11px;padding:10px 11px;margin:2px 0;font-size:14px;font-weight:650}.portal-nav a:hover{background:rgba(255,255,255,.06)}.portal-nav a.active{background:#2d405d;color:#fff;box-shadow:inset 3px 0 0 #5a95ff}.portal-nav-icon{width:28px;height:28px;border-radius:8px;background:#1d3657;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 auto}.portal-nav a.active .portal-nav-icon{background:#3077ee}.portal-sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;background:#0e2038}.portal-sidebar-user strong,.portal-sidebar-user span{display:block}.portal-sidebar-user span{font-size:11px;color:#8fa5c2;margin-top:2px}.portal-sidebar-user a{color:#d6e0ed;text-decoration:none;font-size:12px}.portal-content{grid-column:2;min-width:0;min-height:100vh;background:var(--bg)}.portal-topbar{min-height:86px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(90deg,#fff,#f7faff);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:12}.portal-topbar h1{margin:0;font-size:26px}.portal-topbar p{margin:5px 0 0;color:var(--muted);font-size:13px}.portal-integration-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;text-decoration:none;color:var(--text);font-size:12px;font-weight:700}.portal-health-dot{width:8px;height:8px;border-radius:50%;background:#4fae74;box-shadow:0 0 0 4px #e6f6ec}.portal-page{padding:22px 28px 44px;min-width:0}.portal-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 8px 30px rgba(17,38,70,.04)}.portal-banner{border-radius:12px;padding:11px 14px;margin:0 0 14px;border:1px solid var(--line);background:#fff}.portal-banner.readonly{border-color:#efd18a;background:#fff9ea;color:#76510b}.portal-banner.error{border-color:#f0adb0;background:#fff3f3;color:#9d2e34}.portal-banner.running{border-color:#a9c7fa;background:#f1f6ff;color:#245aa8}.portal-sidebar-toggle,.portal-sidebar-backdrop{display:none}.portal-login-body{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#f9fbff)}.portal-login-card{width:min(420px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 20px 70px rgba(30,55,90,.12);text-align:center}.portal-login-card h1{margin:14px 0 3px}.portal-login-card>p{margin:0 0 22px;color:var(--muted)}.portal-login-card form{text-align:left}.portal-login-card label{display:block;font-size:13px;font-weight:700;margin:12px 0}.portal-login-card input{display:block;width:100%;margin-top:6px;border:1px solid var(--line);border-radius:11px;padding:12px}.portal-login-card button{width:100%;border:0;border-radius:11px;padding:12px;background:var(--blue);color:#fff;font-weight:800;font-size:15px;cursor:pointer}.integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.integration-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.integration-card h3{margin:0 0 8px}.integration-card .status{font-weight:800}.integration-card .ok{color:var(--ok)}.integration-card .warn{color:var(--warn)}.integration-card .bad{color:var(--danger)}.integration-meta{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;margin-top:14px;font-size:13px}.integration-meta dt{color:var(--muted)}.integration-meta dd{margin:0;font-weight:650}.integration-note{color:var(--muted);font-size:12px;margin-top:12px}.integration-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.integration-actions button,.integration-actions a{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:10px;padding:9px 12px;text-decoration:none;font-weight:700;cursor:pointer}@media(max-width:1100px){.integration-grid{grid-template-columns:1fr}}@media(max-width:960px){.portal-app{display:block}.portal-sidebar{position:fixed;left:0;top:0;width:min(300px,88vw);transform:translateX(-105%);transition:transform .2s ease;box-shadow:20px 0 50px rgba(6,20,40,.28)}body.portal-menu-open .portal-sidebar{transform:translateX(0)}.portal-content{min-width:0}.portal-sidebar-toggle{display:flex;position:fixed;left:12px;bottom:12px;z-index:31;border:0;border-radius:999px;background:#1c3556;color:#fff;padding:10px 14px;gap:8px;box-shadow:0 8px 25px rgba(0,0,0,.2)}.portal-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(5,16,31,.48);z-index:19;opacity:0;pointer-events:none;transition:opacity .2s}body.portal-menu-open .portal-sidebar-backdrop{opacity:1;pointer-events:auto}.portal-topbar{padding:14px 18px}.portal-page{padding:18px 14px 80px}}
.portal-section{margin:0 0 18px}.portal-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 11px}.portal-section-head h2{margin:0;font-size:20px}.portal-section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.portal-section-head>a{font-size:13px;font-weight:750;color:#2868c9;text-decoration:none}.portal-dashboard-actions{display:flex;justify-content:flex-end;gap:9px;margin-bottom:16px}.portal-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:10px;padding:10px 13px;text-decoration:none;font-weight:750;cursor:pointer}.portal-button.primary{background:var(--blue);border-color:var(--blue);color:#fff}.portal-metrics{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:12px}.portal-metric{min-height:130px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;justify-content:center;box-shadow:0 6px 22px rgba(20,43,74,.035)}.portal-metric span{color:#597190;font-size:12px;font-weight:750}.portal-metric strong{font-size:29px;line-height:1.1;margin-top:17px}.portal-metric small{font-size:11px;color:#8293aa;margin-top:5px}.portal-metric.warn{border-color:#f0ce82;background:#fffaf0}.portal-metric.danger{border-color:#efb0b4;background:#fff6f6}.portal-integration-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-integration-mini{background:#fff;border:1px solid var(--line);border-left:4px solid #9cafc8;border-radius:14px;padding:14px 15px;color:var(--text);text-decoration:none}.portal-integration-mini span,.portal-integration-mini small{display:block}.portal-integration-mini span{font-size:12px;color:var(--muted);font-weight:750}.portal-integration-mini strong{display:block;font-size:20px;margin:7px 0 4px}.portal-integration-mini small{font-size:11px;color:#7c8da5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-integration-mini.ok{border-left-color:#3aa66d}.portal-integration-mini.warn{border-left-color:#d99a28}.portal-integration-mini.danger{border-left-color:#d95a5f}.portal-integration-mini.muted{opacity:.75}.portal-empty{padding:26px;background:#fff;border:1px dashed #cdd8e5;border-radius:14px;color:var(--muted);text-align:center}.portal-product-cell{display:flex;align-items:center;gap:10px;min-width:230px}.portal-product-cell img{width:42px;height:42px;border-radius:9px;object-fit:contain;background:#fff;border:1px solid var(--line)}.portal-pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf2f8;font-size:11px;font-weight:750}.portal-pill.amazon{background:#fff2d7;color:#785000}.portal-pill.fba{background:#e3f5ec;color:#14734a}.portal-pill.fbm{background:#edf2fa;color:#526781}.portal-banner.success{border-color:#a8dfc0;background:#effbf4;color:#14653f}.integration-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.integration-state{font-size:11px;font-weight:800;border-radius:999px;padding:5px 8px;background:#edf2f7}.integration-state.ok{background:#e3f6eb;color:#147349}.integration-state.warn{background:#fff1ce;color:#865a00}.integration-state.bad{background:#fee7e8;color:#a82f35}.integration-card.ok{border-top:3px solid #3aa66d}.integration-card.warn{border-top:3px solid #d99a28}.integration-card.bad{border-top:3px solid #d95a5f}.integration-message{border-radius:9px;padding:9px 10px;margin-top:12px;font-size:12px}.integration-message.ok{background:#eefaf3;color:#176543}.integration-message.bad{background:#fff1f1;color:#9f3035}.integration-explain,.integration-control-card{margin-top:14px}.integration-explain h2,.integration-control-card h2{margin-top:0}.integration-explain p,.integration-control-card p{color:#5f718b;line-height:1.55}.integration-settings-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.integration-settings-form label{font-size:12px;font-weight:750;color:#566b88}.integration-settings-form input,.integration-settings-form select{display:block;width:100%;margin-top:6px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:#fff}.integration-meta dd.bad{color:var(--danger)}.integration-meta dd.warn{color:var(--warn)}
@media(max-width:1500px){.portal-metrics{grid-template-columns:repeat(3,minmax(145px,1fr))}}@media(max-width:900px){.portal-metrics,.portal-integration-summary,.integration-settings-form{grid-template-columns:1fr 1fr}}@media(max-width:620px){.portal-metrics,.portal-integration-summary,.integration-settings-form{grid-template-columns:1fr}.portal-section-head{align-items:flex-start;flex-direction:column}.portal-dashboard-actions{justify-content:stretch}.portal-dashboard-actions .portal-button{flex:1}}

/* Portal v2.1 — unified navigation and legacy-module containment */
body.portal-v2 .portal-sidebar .portal-nav a,
body.portal-v2 .portal-sidebar .portal-nav a:visited{
  color:#dce6f3!important;
  text-decoration:none!important;
  font-size:15px;
  font-weight:540;
  letter-spacing:-.005em;
  line-height:1.25;
  min-height:46px;
  padding:7px 10px;
  gap:12px;
}
body.portal-v2 .portal-sidebar .portal-nav a:hover{
  color:#fff!important;
  background:rgba(255,255,255,.065);
}
body.portal-v2 .portal-sidebar .portal-nav a.active,
body.portal-v2 .portal-sidebar .portal-nav a[aria-current="page"]{
  color:#fff!important;
  background:linear-gradient(90deg,#304666,#2a3f5e);
  box-shadow:inset 3px 0 0 #6ca2ff,0 4px 15px rgba(4,15,31,.10);
  font-weight:620;
}
.portal-nav-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.portal-v2 .portal-nav-label{
  margin:19px 6px 8px;
  color:#8197b5;
  font-size:10.5px;
  font-weight:760;
  letter-spacing:.14em;
}
body.portal-v2 .portal-nav-icon{
  --icon-color:#9db3d3;
  --icon-bg:rgba(122,155,201,.12);
  width:32px;
  height:32px;
  border-radius:10px;
  background:var(--icon-bg)!important;
  color:var(--icon-color)!important;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
}
body.portal-v2 .portal-nav-icon svg{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.portal-v2 .portal-nav a[data-tone="overview"] .portal-nav-icon{--icon-color:#dce9ff;--icon-bg:rgba(111,158,232,.17)}
body.portal-v2 .portal-nav a[data-tone="products"] .portal-nav-icon{--icon-color:#80b6ff;--icon-bg:rgba(55,127,226,.15)}
body.portal-v2 .portal-nav a[data-tone="urgent"] .portal-nav-icon{--icon-color:#ffb36d;--icon-bg:rgba(222,119,35,.15)}
body.portal-v2 .portal-nav a[data-tone="google"] .portal-nav-icon{--icon-color:#78d99b;--icon-bg:rgba(56,166,102,.14)}
body.portal-v2 .portal-nav a[data-tone="sima"] .portal-nav-icon{--icon-color:#bc9cff;--icon-bg:rgba(120,82,212,.16)}
body.portal-v2 .portal-nav a[data-tone="customs"] .portal-nav-icon{--icon-color:#71c9d7;--icon-bg:rgba(51,152,170,.15)}
body.portal-v2 .portal-nav a[data-tone="amazon"] .portal-nav-icon{--icon-color:#ffb75d;--icon-bg:rgba(231,145,37,.16)}
body.portal-v2 .portal-nav a[data-tone="fba"] .portal-nav-icon{--icon-color:#6ad5d0;--icon-bg:rgba(45,160,157,.15)}
body.portal-v2 .portal-nav a[data-tone="signals"] .portal-nav-icon{--icon-color:#ff7f8b;--icon-bg:rgba(211,73,89,.15)}
body.portal-v2 .portal-nav a[data-tone="analytics"] .portal-nav-icon{--icon-color:#9da8ff;--icon-bg:rgba(106,93,212,.16)}
body.portal-v2 .portal-nav a[data-tone="finance"] .portal-nav-icon{--icon-color:#70d6a2;--icon-bg:rgba(47,161,101,.15)}
body.portal-v2 .portal-nav a[data-tone="system"] .portal-nav-icon{--icon-color:#a8bad4;--icon-bg:rgba(122,148,181,.12)}
body.portal-v2 .portal-nav a.active .portal-nav-icon,
body.portal-v2 .portal-nav a[aria-current="page"] .portal-nav-icon{
  background:color-mix(in srgb,var(--icon-color) 22%,transparent)!important;
  color:var(--icon-color)!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--icon-color) 22%,transparent);
}

/* Legacy Amazon CSS must never recolor or resize Portal v2 chrome. */
body.portal-v2 .portal-sidebar a,
body.portal-v2 .portal-sidebar a:hover,
body.portal-v2 .portal-sidebar a:focus,
body.portal-v2 .portal-sidebar a:active{ text-decoration:none!important; }
body.portal-v2 .portal-brand-link,
body.portal-v2 .portal-brand-link:visited{color:#fff!important}
body.portal-v2 .portal-sidebar-user a,
body.portal-v2 .portal-sidebar-user a:visited{color:#d6e0ed!important}
body.portal-v2 .portal-page>main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.portal-v2 .portal-page>main>header.site-header,
body.portal-v2 .portal-page>main>.site-header{display:none!important}

/* FBA page: keep all old visual components inside the new content column. */
body.portal-v2.fba-modern-body .portal-page{overflow:hidden}
body.portal-v2.fba-modern-body .portal-page>main{overflow:visible!important}
body.portal-v2.fba-modern-body .fba-page-head,
body.portal-v2.fba-modern-body .fba-summary,
body.portal-v2.fba-modern-body .fba-filter-card,
body.portal-v2.fba-modern-body .fba-workspace,
body.portal-v2.fba-modern-body .fba-history{max-width:100%}
body.portal-v2.fba-modern-body .fba-head-actions svg,
body.portal-v2.fba-modern-body .fba-btn svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important}
body.portal-v2.fba-modern-body .fba-summary-icon svg{width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important}
body.portal-v2.fba-modern-body svg{overflow:visible}

@media(max-width:960px){
  body.portal-v2 .portal-sidebar .portal-nav a{font-size:14.5px;min-height:44px}
}

/* Portal v2.2 native Amazon pages */
.portal-amazon-metrics{margin-bottom:18px}.portal-inline-status{display:flex;align-items:center;justify-content:space-between;gap:20px}.portal-inline-status span{color:var(--muted);font-size:13px}.portal-filter-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 14px}.portal-filter-tabs a{border:1px solid var(--line);background:#fff;color:#516783;text-decoration:none;padding:8px 11px;border-radius:10px;font-size:12px;font-weight:750}.portal-filter-tabs a.active{background:#eaf2ff;border-color:#a9c8fb;color:#1f63c8}.portal-stock-state,.portal-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;background:#eef2f7;color:#586d88}.portal-stock-state.critical,.portal-badge.bad{background:#fee7e8;color:#a82f35}.portal-stock-state.warning,.portal-badge.warn{background:#fff0cd;color:#865a00}.portal-stock-state.ok{background:#e3f6eb;color:#147349}.table-wrap code{font-size:12px;background:#edf2f7;padding:3px 6px;border-radius:7px}.table-wrap a{color:#1d64c8;text-decoration:none}.table-wrap a:hover{text-decoration:underline}@media(max-width:760px){.portal-inline-status{align-items:flex-start;flex-direction:column}}
.portal-integration-chip.warn .portal-health-dot{background:#d99a28;box-shadow:0 0 0 4px #fff1ce}.portal-integration-chip.bad .portal-health-dot{background:#d95a5f;box-shadow:0 0 0 4px #fee7e8}

/* Portal v2.3: calm integration status + collapsible navigation groups. */
body.portal-v2 .portal-nav{padding-top:4px}
body.portal-v2 .portal-nav-group{margin:0 0 3px}
body.portal-v2 .portal-nav-group-single{margin-bottom:8px}
body.portal-v2 .portal-nav-label{
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:4px 7px 5px;
  margin:19px 0 6px;
  color:#91a6c1;
  font:inherit;
  font-size:14px;
  font-weight:430;
  line-height:1.25;
  letter-spacing:.075em;
  text-transform:uppercase;
  text-align:left;
  cursor:pointer;
}
body.portal-v2 .portal-nav-group.has-active>.portal-nav-label{cursor:default;color:#aabbd0}
body.portal-v2 .portal-nav-chevron{
  width:17px;
  height:17px;
  flex:0 0 17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease,opacity .18s ease;
  opacity:.72;
}
body.portal-v2 .portal-nav-group.is-collapsed .portal-nav-chevron{transform:rotate(-90deg)}
body.portal-v2 .portal-nav-group-items{display:block}
body.portal-v2 .portal-nav-group.is-collapsed>.portal-nav-group-items{display:none}
body.portal-v2 .portal-nav a{
  font-size:15px;
  font-weight:535;
  line-height:1.3;
}
body.portal-v2 .portal-nav a.active,
body.portal-v2 .portal-nav a[aria-current="page"]{font-weight:610}

body.portal-v2 .portal-integration-status{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  text-decoration:none!important;
  box-shadow:0 3px 12px rgba(17,38,70,.05);
}
body.portal-v2 .portal-integration-status .portal-health-dot{
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  position:relative;
  background:#48a66e;
  box-shadow:none;
}
body.portal-v2 .portal-integration-status.warn .portal-health-dot{background:#d59a2f}
body.portal-v2 .portal-integration-status.bad .portal-health-dot,
body.portal-v2 .portal-integration-status.danger .portal-health-dot{background:#d75860}
body.portal-v2 .portal-integration-status .portal-health-dot::after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:inherit;
  border:1px solid currentColor;
  color:#48a66e;
  opacity:0;
  animation:portal-health-soft-pulse 3.2s ease-out infinite;
}
body.portal-v2 .portal-integration-status.warn .portal-health-dot::after{color:#d59a2f}
body.portal-v2 .portal-integration-status.bad .portal-health-dot::after,
body.portal-v2 .portal-integration-status.danger .portal-health-dot::after{color:#d75860}
@keyframes portal-health-soft-pulse{
  0%,45%{transform:scale(.78);opacity:0}
  58%{opacity:.42}
  82%,100%{transform:scale(1.18);opacity:0}
}
@media(prefers-reduced-motion:reduce){body.portal-v2 .portal-integration-status .portal-health-dot::after{animation:none}}


/* Portal v2.5: navigation groups may stay open independently. */
body.portal-v2 .portal-nav-label{
  position:relative;
  justify-content:flex-start;
  gap:8px;
  padding-left:5px;
}
body.portal-v2 .portal-nav-label::before{
  content:"";
  width:0;
  height:0;
  flex:0 0 auto;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:7px solid currentColor;
  opacity:.82;
  transform:rotate(90deg);
  transition:transform .16s ease,opacity .16s ease;
}
body.portal-v2 .portal-nav-group.is-collapsed>.portal-nav-label::before{
  transform:rotate(0deg);
}
body.portal-v2 .portal-nav-label>span{
  flex:1 1 auto;
}
body.portal-v2 .portal-nav-chevron{
  display:none;
}
body.portal-v2 .portal-nav-group.is-expanded>.portal-nav-label{
  color:#b4c4d8;
}
body.portal-v2 .portal-nav-group.is-collapsed>.portal-nav-label{
  color:#8fa4bf;
}

/* Portal v2.37 — final QA / common UX hardening */
body.portal-v2 .portal-banner{position:relative;padding-right:46px;transition:opacity .14s ease,transform .14s ease}
body.portal-v2 .portal-banner.is-dismissing{opacity:0;transform:translateY(-4px)}
body.portal-v2 .portal-banner-dismiss{position:absolute;right:9px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:currentColor;opacity:.55;font:500 20px/1 system-ui;cursor:pointer}
body.portal-v2 .portal-banner-dismiss:hover,body.portal-v2 .portal-banner-dismiss:focus-visible{opacity:1;background:rgba(15,35,63,.07)}
body.portal-v2 form[data-portal-submitting="1"],body.portal-v2 form[aria-busy="true"]{cursor:progress}
body.portal-v2 .portal-submit-busy{opacity:.7;cursor:progress!important;pointer-events:none!important}
body.portal-v2 a:focus-visible,body.portal-v2 button:focus-visible,body.portal-v2 input:focus-visible,body.portal-v2 select:focus-visible,body.portal-v2 summary:focus-visible{outline:2px solid #4a86e8;outline-offset:2px}
body.portal-v2 .portal-table-filter-empty-state{margin:8px 0 0;padding:14px 16px;border:1px dashed #d5deea;border-radius:10px;background:#fbfcfe;color:#718097;text-align:center;font-size:12px}
@media(max-width:700px){body.portal-v2 .portal-topbar{min-height:68px;padding:12px 14px 12px 64px}body.portal-v2 .portal-topbar h1{font-size:20px;line-height:1.2}body.portal-v2 .portal-topbar p{font-size:11px;margin-top:3px}body.portal-v2 .portal-page{padding:12px 10px 30px}body.portal-v2 .portal-card{padding:13px;border-radius:13px}body.portal-v2 .portal-banner{padding:10px 42px 10px 11px;margin-bottom:10px}.portal-sidebar-toggle{top:13px!important;left:10px!important}}

/* v2.40.17 — ВиВиТрек Hub logo */
.portal-brand-mark.portal-brand-mark-logo{width:56px;height:44px;flex:0 0 56px;padding:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.portal-brand-mark.portal-brand-mark-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.portal-brand-mark.portal-brand-mark-logo.large{width:96px;height:76px;margin:0 auto 4px;flex:none}
.portal-login-card .portal-brand-mark.portal-brand-mark-logo.large+ h1{margin-top:10px}
@media(max-width:960px){.portal-brand-mark.portal-brand-mark-logo{width:52px;height:41px;flex-basis:52px}}


/* Portal v2.40.19 — lighter navigation + compact unified summary cards. */
body.portal-v2 .portal-sidebar .portal-nav a{font-weight:300!important}
body.portal-v2 .portal-sidebar .portal-nav a.active,
body.portal-v2 .portal-sidebar .portal-nav a[aria-current="page"]{font-weight:500!important}
body.portal-v2 .portal-nav-label{font-weight:400!important}

body.portal-v2 .portal-page .portal-metrics{
  grid-template-columns:repeat(auto-fill,minmax(170px,220px));
  gap:10px;
  align-items:stretch;
}
body.portal-v2 .portal-page .portal-metrics .portal-metric{
  min-height:88px;
  padding:12px 14px;
  border-radius:13px;
  justify-content:center;
  box-shadow:0 3px 14px rgba(22,45,78,.035);
  transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background .14s ease;
}
body.portal-v2 .portal-page .portal-metrics .portal-metric>span:first-child{
  min-height:0;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}
body.portal-v2 .portal-page .portal-metrics .portal-metric strong{
  margin-top:7px;
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.015em;
}
body.portal-v2 .portal-page .portal-metrics .portal-metric small{
  margin-top:4px;
  font-size:11px;
  line-height:1.25;
}
body.portal-v2 .portal-page .portal-metrics a.portal-metric:hover{
  text-decoration:none;
  transform:translateY(-1px);
  border-color:#aebfd5;
  box-shadow:0 7px 20px rgba(22,45,78,.075);
}
body.portal-v2 .portal-page .portal-metrics a.portal-metric:focus-visible{
  outline:3px solid rgba(37,99,235,.18);
  outline-offset:2px;
}

body.portal-v2.products-module .grid.dashboard-stats,
body.portal-v2.products-module .grid.operational-stats,
body.portal-v2.products-module .grid.stock-stats,
body.portal-v2.products-module .grid.diagnostics-stats,
body.portal-v2.products-module .grid.three:has(> .card.stat){
  grid-template-columns:repeat(auto-fill,minmax(170px,220px));
  gap:10px;
}
body.portal-v2.products-module .card.stat{
  min-height:88px;
  margin-bottom:0;
  padding:12px 14px;
  border-radius:13px;
  box-shadow:0 3px 14px rgba(22,45,78,.035);
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background .14s ease;
}
body.portal-v2.products-module .card.stat .value{font-size:23px;line-height:1.08;font-weight:700;letter-spacing:-.015em}
body.portal-v2.products-module .card.stat .label{font-size:12px;line-height:1.3;margin-top:6px;color:#667990}
body.portal-v2.products-module a.card.stat:hover{transform:translateY(-1px);border-color:#aebfd5;box-shadow:0 7px 20px rgba(22,45,78,.075);text-decoration:none}
body.portal-v2.products-module a.card.stat.is-selected{border-color:#8eb4e8;background:#f4f8ff;box-shadow:0 0 0 2px rgba(52,112,196,.07)}

body.portal-v2.sima-module .metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,220px));gap:10px}
body.portal-v2.sima-module .metrics .metric,
body.portal-v2.sima-module .summary-grid .metric{min-height:88px;padding:12px 14px;border-radius:13px;box-shadow:0 3px 14px rgba(22,45,78,.035)}
body.portal-v2.sima-module .metrics .metric strong,
body.portal-v2.sima-module .summary-grid .metric strong{font-size:23px;line-height:1.08}

@media(max-width:700px){
  body.portal-v2 .portal-page .portal-metrics,
  body.portal-v2.products-module .grid.dashboard-stats,
  body.portal-v2.products-module .grid.operational-stats,
  body.portal-v2.products-module .grid.stock-stats,
  body.portal-v2.products-module .grid.diagnostics-stats,
  body.portal-v2.products-module .grid.three:has(> .card.stat){grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:460px){
  body.portal-v2 .portal-page .portal-metrics,
  body.portal-v2.products-module .grid.dashboard-stats,
  body.portal-v2.products-module .grid.operational-stats,
  body.portal-v2.products-module .grid.stock-stats,
  body.portal-v2.products-module .grid.diagnostics-stats,
  body.portal-v2.products-module .grid.three:has(> .card.stat){grid-template-columns:1fr}
}

/* Portal v2.40.20 — accordion sidebar + warehouse wholesale subgroup. */
body.portal-v2 .portal-nav-subgroup-label{
  margin:13px 9px 4px 48px;
  color:#7188a6;
  font-size:10.5px;
  font-weight:400;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.portal-v2 .portal-sidebar .portal-nav a.portal-nav-subitem{
  margin-left:18px;
  min-height:40px;
  padding-top:6px;
  padding-bottom:6px;
  font-size:14px;
}
body.portal-v2 .portal-sidebar .portal-nav a.portal-nav-subitem .portal-nav-icon{
  width:26px;
  height:26px;
  border-radius:8px;
}


/* Portal v2.40.24 — calmer header, local clock and stronger integration pulse. */
body.portal-v2 .portal-topbar-title{min-width:0}
body.portal-v2 .portal-topbar-meta{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
body.portal-v2 .portal-local-clock{
  min-width:108px;
  text-align:right;
  line-height:1.12;
  color:#687d98;
  font-variant-numeric:tabular-nums;
  user-select:none;
}
body.portal-v2 .portal-local-clock span{
  display:block;
  font-size:12px;
  font-weight:520;
  letter-spacing:.01em;
}
body.portal-v2 .portal-local-clock strong{
  display:block;
  margin-top:3px;
  color:#10213e;
  font-size:17px;
  font-weight:680;
  letter-spacing:.015em;
}
body.portal-v2 .portal-integration-status{
  width:30px;
  height:30px;
  flex-basis:30px;
}
body.portal-v2 .portal-integration-status .portal-health-dot{
  width:9px;
  height:9px;
  box-shadow:0 0 0 3px rgba(72,166,110,.15);
}
body.portal-v2 .portal-integration-status.warn .portal-health-dot{box-shadow:0 0 0 3px rgba(213,154,47,.16)}
body.portal-v2 .portal-integration-status.bad .portal-health-dot,
body.portal-v2 .portal-integration-status.danger .portal-health-dot{box-shadow:0 0 0 3px rgba(215,88,96,.16)}
body.portal-v2 .portal-integration-status .portal-health-dot::after{
  inset:-8px;
  border-width:2px;
  animation:portal-health-visible-pulse 2.15s ease-out infinite;
}
@keyframes portal-health-visible-pulse{
  0%,30%{transform:scale(.62);opacity:0}
  44%{opacity:.72}
  78%,100%{transform:scale(1.3);opacity:0}
}
@media(max-width:640px){
  body.portal-v2 .portal-topbar{gap:10px}
  body.portal-v2 .portal-local-clock{min-width:90px}
  body.portal-v2 .portal-local-clock span{font-size:10px}
  body.portal-v2 .portal-local-clock strong{font-size:15px}
}

/* Portal v2.40.25 — one title system, lighter typography, admin presence panel. */
body.portal-v2 .portal-topbar h1{
  font-size:24px;
  line-height:1.16;
  font-weight:560!important;
  letter-spacing:-.015em;
}
body.portal-v2 .portal-topbar p{
  margin-top:4px;
  font-size:12.5px;
  line-height:1.35;
  font-weight:350!important;
  color:#71839c;
}
body.portal-v2 .portal-page h2{font-weight:560!important;letter-spacing:-.01em}
body.portal-v2 .portal-page h3{font-weight:540!important}
body.portal-v2 .portal-section-head h2{font-weight:560}
body.portal-v2 .portal-section-head p{font-weight:350}

/* Product module legacy headings are now represented by the global sticky topbar. */
body.portal-v2.products-module .portal-page>.topbar{
  min-height:0!important;
  padding:0!important;
  margin:0 0 10px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  justify-content:flex-end!important;
}
body.portal-v2.products-module .portal-page>.topbar>div:first-child:not(.topbar-actions){display:none!important}
body.portal-v2.products-module .portal-page>.topbar:not(:has(.topbar-actions,a.btn,button,form)){display:none!important}
body.portal-v2.products-module .portal-page>.topbar>.topbar-actions{margin-left:auto}

/* Amazon utility pages and Sima legacy view: remove duplicate page-level titles only. */
body.portal-v2 .portal-page .modern-page-head-main>h1,
body.portal-v2 .portal-page .modern-page-head-main>.modern-eyebrow,
body.portal-v2 .portal-page .modern-page-head-main>p{display:none!important}
body.portal-v2 .portal-page .modern-page-head{min-height:0!important;margin:0 0 10px!important;justify-content:flex-end!important}
body.portal-v2 .portal-page .modern-page-head:not(:has(.modern-page-meta,.modern-page-actions,form,button,a)){display:none!important}
body.portal-v2 .portal-page .help-hero>h1{display:none!important}
body.portal-v2 .portal-page .help-hero{padding-top:0!important;margin-top:0!important}
body.portal-v2 .portal-page .fbi-head>div:first-child,
body.portal-v2 .portal-page .fba-page-head>div:first-child,
body.portal-v2 .portal-page .dashboard-hero>div:first-child,
body.portal-v2 .portal-page .page-heading-row>.page-title{display:none!important}
body.portal-v2 .portal-page .page-heading-row:not(:has(>:not(.page-title))){display:none!important}
body.portal-v2.sima-module .portal-page>.wrap>header.topbar{display:none!important}

/* Admin-only presence panel hangs off the existing health indicator. */
body.portal-v2 .portal-presence-shell{position:relative;display:inline-flex;align-items:center}
body.portal-v2 button.portal-integration-status{padding:0;border:1px solid #dfe7f1;background:#fff;cursor:pointer}
body.portal-v2 .portal-presence-panel{
  position:absolute;
  z-index:13000;
  top:38px;
  right:0;
  width:min(340px,calc(100vw - 24px));
  padding:8px;
  border:1px solid #d9e3ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 48px rgba(20,36,62,.18),0 2px 8px rgba(20,36,62,.06);
}
body.portal-v2 .portal-presence-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 7px 8px;border-bottom:1px solid #edf1f6}
body.portal-v2 .portal-presence-head strong{font-size:12px;font-weight:600;color:#283a52}
body.portal-v2 .portal-presence-head span{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:#eef4fb;color:#37618f;font-size:11px;font-weight:600}
body.portal-v2 .portal-presence-list{display:grid;gap:2px;padding-top:5px;max-height:330px;overflow:auto}
body.portal-v2 .portal-presence-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px;border-radius:8px}
body.portal-v2 .portal-presence-row:hover{background:#f6f9fc}
body.portal-v2 .portal-presence-row>div{min-width:0}
body.portal-v2 .portal-presence-row strong{display:block;font-size:12px;font-weight:560;color:#1f3048;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.portal-v2 .portal-presence-row a{display:block;margin-top:2px;color:#71839a;font-size:11px;font-weight:350;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.portal-v2 .portal-presence-row a:hover{color:#2768bb;text-decoration:underline}
body.portal-v2 .portal-presence-row>span{color:#8a99ab;font-size:10px;white-space:nowrap}
body.portal-v2 .portal-presence-empty{padding:16px 8px;text-align:center;color:#8a99ab;font-size:11px}
body.portal-v2 .portal-topbar-title h1{color:#10213e!important}
body.portal-v2 .portal-topbar-title p{color:#71839c!important}

/* Portal v2.40.29 — mobile closed-menu toggle must stay a compact button. */
@media(max-width:700px){
  body.portal-v2 .portal-sidebar-toggle{
    top:13px!important;
    bottom:auto!important;
    left:10px!important;
    width:auto!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0 13px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
  }
}

/* Portal v2.40.46 — UI cleanup: calmer controls and mobile header geometry. */
body.portal-v2 .portal-button,
body.portal-v2 .portal-section-head>a,
body.portal-v2 .portal-dashboard-actions a,
body.portal-v2 .portal-dashboard-actions button{
  font-weight:560!important;
}
body.portal-v2 .portal-section-head{align-items:flex-start}
body.portal-v2 .portal-section-head p{line-height:1.4}
body.portal-v2 .portal-topbar-title{overflow:hidden}
body.portal-v2 .portal-topbar-title h1,
body.portal-v2 .portal-topbar-title p{overflow-wrap:anywhere}

@media(max-width:700px){
  body.portal-v2 .portal-topbar{
    min-height:66px;
    padding:10px 12px 10px 108px!important;
    gap:8px;
  }
  body.portal-v2 .portal-topbar-title{
    min-width:0;
    flex:1 1 auto;
  }
  body.portal-v2 .portal-topbar h1{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    overflow:hidden;
    font-size:18px!important;
    line-height:1.15!important;
  }
  body.portal-v2 .portal-topbar p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    line-clamp:1;
    overflow:hidden;
  }
  body.portal-v2 .portal-topbar-meta{gap:7px}
  body.portal-v2 .portal-local-clock{min-width:76px}
  body.portal-v2 .portal-integration-status{width:28px;height:28px;flex-basis:28px}
  body.portal-v2 .portal-sidebar-toggle{
    max-width:90px!important;
    white-space:nowrap!important;
  }
  body.portal-v2 .portal-page{padding-bottom:78px}
}
@media(max-width:480px){
  body.portal-v2 .portal-topbar{padding-left:62px!important}
  body.portal-v2 .portal-sidebar-toggle{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    padding:0!important;
  }
  body.portal-v2 .portal-sidebar-toggle>span:last-child{display:none!important}
  body.portal-v2 .portal-local-clock{min-width:48px}
  body.portal-v2 .portal-local-clock>span{display:none!important}
  body.portal-v2 .portal-local-clock strong{margin-top:0;font-size:14px}
  body.portal-v2 .portal-topbar h1{font-size:17px!important}
  body.portal-v2 .portal-topbar p{display:none!important}
}


/* Portal v2.40.49 — Amazon UI polish. */
body.portal-v2 .portal-filter-tabs a{font-weight:500!important}
body.portal-v2 .portal-stock-state,body.portal-v2 .portal-badge{font-weight:550!important}
body.portal-v2 .portal-id-text{display:inline-block;color:#536a86;font-size:12px;font-weight:400;line-height:1.3;font-variant-numeric:tabular-nums;user-select:text;cursor:text;overflow-wrap:anywhere}
body.portal-v2 .portal-amazon-metrics .portal-metric>span:first-child{font-weight:500!important}
body.portal-v2 .portal-amazon-metrics .portal-metric strong{font-weight:650!important}

/* v2.41.2: contextual navigation keeps the sidebar focused on everyday work. */
.portal-context-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0 0 16px;padding:5px;background:#eaf0f7;border:1px solid #d8e2ee;border-radius:12px;width:max-content;max-width:100%}.portal-context-nav a{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:8px;color:#516985;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.portal-context-nav a:hover{background:rgba(255,255,255,.72);color:#173b6c}.portal-context-nav a.active{background:#fff;color:#1d5fbd;box-shadow:0 1px 4px rgba(21,50,88,.08)}.portal-admin-section{margin-bottom:22px}.portal-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-admin-card{position:relative;display:flex;flex-direction:column;min-height:128px;padding:17px 46px 17px 17px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);text-decoration:none;box-shadow:0 5px 20px rgba(20,43,74,.03)}.portal-admin-card:hover{border-color:#b8cae0;background:#fbfdff}.portal-admin-card strong{font-size:15px}.portal-admin-card span{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.45}.portal-admin-card b{position:absolute;right:16px;top:16px;color:#7b90ab;font-size:18px}@media(max-width:1050px){.portal-admin-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.portal-context-nav{width:100%;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.portal-context-nav::-webkit-scrollbar{display:none}.portal-admin-grid{grid-template-columns:1fr}}

/* Portal v2.41.21 — current background operation in top bar. */
body.portal-v2 .portal-runtime-activity{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:390px;padding:6px 10px;border:1px solid #cfe1f7;border-radius:999px;background:#f6faff;color:#365d8c;box-shadow:0 1px 2px rgba(16,24,40,.03)}
body.portal-v2 .portal-runtime-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#2e90fa;box-shadow:0 0 0 0 rgba(46,144,250,.32);animation:portal-runtime-pulse 1.8s ease-out infinite}
body.portal-v2 .portal-runtime-copy{display:flex;min-width:0;flex-direction:column;line-height:1.05}
body.portal-v2 .portal-runtime-copy small{font-size:9px;font-weight:650;color:#7a91ac;white-space:nowrap}
body.portal-v2 .portal-runtime-copy strong{margin-top:2px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:720;color:#31577f}
body.portal-v2 .portal-runtime-time{font-size:10px;color:#7189a4;white-space:nowrap}
body.portal-v2 .portal-runtime-more{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#e7f1fd;color:#315f94;font-size:10px}
@keyframes portal-runtime-pulse{0%{box-shadow:0 0 0 0 rgba(46,144,250,.34)}70%{box-shadow:0 0 0 7px rgba(46,144,250,0)}100%{box-shadow:0 0 0 0 rgba(46,144,250,0)}}
@media(max-width:900px){body.portal-v2 .portal-runtime-copy small{display:none}body.portal-v2 .portal-runtime-copy strong{max-width:145px}}
@media(max-width:700px){body.portal-v2 .portal-runtime-activity{max-width:170px;padding:6px 8px}body.portal-v2 .portal-runtime-time{display:none}body.portal-v2 .portal-runtime-copy strong{max-width:115px}}


/* Portal v2.41.27 — global search autocomplete. */
body.portal-v2 .portal-global-search{position:relative}
body.portal-v2 .portal-global-suggest{
  position:absolute;left:8px;right:8px;top:calc(100% + 6px);z-index:120;
  max-height:430px;overflow:auto;padding:6px;background:#fff;border:1px solid #dfe5ee;
  border-radius:12px;box-shadow:0 16px 36px rgba(16,24,40,.16)
}
body.portal-v2 .portal-global-suggest[hidden]{display:none!important}
body.portal-v2 .portal-global-suggest a{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;
  padding:9px 8px;border-radius:8px;text-decoration:none;color:#101828
}
body.portal-v2 .portal-global-suggest a:hover,
body.portal-v2 .portal-global-suggest a.is-active{background:#f2f6fb}
body.portal-v2 .pgs-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:43px;height:23px;
  padding:0 6px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:9px;font-weight:800
}
body.portal-v2 .pgs-badge.amazon{background:#fff4e8;color:#9a5b00}
body.portal-v2 .pgs-badge.ozon{background:#eef4ff;color:#175cd3}
body.portal-v2 .pgs-badge.wb{background:#fdf2fa;color:#c11574}
body.portal-v2 .pgs-copy{display:flex;min-width:0;flex-direction:column}
body.portal-v2 .pgs-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}
body.portal-v2 .pgs-copy small{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:9px}
body.portal-v2 .pgs-arrow{color:#98a2b3}
