/* СЛОГИ — единая лёгкая оболочка всех страниц, версия 2 */
@import url("design-system-v76-1.css?v=761");
:root{
  --site-layout-max:1460px;
  --site-layout-gutter:30px;
  --site-header-height:74px;
  --app-bg:#fbf6f3;
  --app-card:#ffffff;
  --app-ink:#30484d;
  --app-muted:#75878b;
  --app-teal:#4b6e73;
  --app-teal-dark:#36565b;
  --app-teal-soft:#eaf1f1;
  --app-sand:#d7b987;
  --app-gold:#dfa02f;
  --app-line:#e6ddd8;
}
*{box-sizing:border-box}
html{
  width:100%;max-width:100%;min-height:100%;
  overflow-x:hidden;overflow-y:scroll!important;
  scroll-behavior:auto!important;scroll-padding-top:132px!important;
  scrollbar-gutter:stable;
}
body{
  width:100%;max-width:100%;min-height:100vh;margin:0!important;padding:0!important;
  overflow-x:hidden!important;overflow-y:visible!important;
  background:var(--app-bg);color:var(--app-ink);
  -webkit-overflow-scrolling:touch;
}
/* Шапка и меню — один sticky-блок. Это исключает двойные отступы и наложения. */
.site-header{
  position:sticky!important;top:0!important;right:auto!important;left:auto!important;
  width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
  margin:0!important;overflow:visible!important;z-index:2147482000!important;
  background:rgba(255,252,250,.985)!important;
  border:0!important;border-bottom:1px solid rgba(215,185,135,.68)!important;
  box-shadow:0 7px 24px rgba(48,72,77,.08)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
.site-header .top{
  width:100%!important;max-width:var(--site-layout-max)!important;
  height:var(--site-header-height)!important;min-height:var(--site-header-height)!important;max-height:var(--site-header-height)!important;
  margin:0 auto!important;padding:0 var(--site-layout-gutter)!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:18px!important;flex-wrap:nowrap!important;overflow:visible!important;
}
.site-header .brand{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important;flex:1 1 auto!important}
.site-header .logo-link{display:inline-flex!important;align-items:center!important;flex:none!important;text-decoration:none!important;transform:none!important}
.site-header .logo-word{display:flex!important;align-items:center!important;gap:4px!important;padding:0!important}
.site-header .logo-word span{
  display:grid!important;place-items:center!important;width:32px!important;height:32px!important;
  border-radius:6px!important;color:#fff!important;font-size:20px!important;font-weight:900!important;line-height:1!important;
  box-shadow:0 3px 9px rgba(49,73,77,.11)!important;
}
.site-header .logo-word span:nth-child(1),.site-header .logo-word span:nth-child(2){background:var(--app-teal)!important}
.site-header .logo-word span:nth-child(3),.site-header .logo-word span:nth-child(4){background:#d9ba7d!important}
.site-header .logo-word span:nth-child(5){background:var(--app-gold)!important;transform:translateY(-4px)!important}
.site-header .title-wrap{
  display:block!important;min-width:0!important;height:auto!important;max-height:none!important;
  border-left:1px solid rgba(215,185,135,.78)!important;padding-left:16px!important;
}
.site-header h1,.site-header .title-wrap>h1{
  margin:0!important;color:var(--app-teal-dark)!important;font-size:16px!important;line-height:1.2!important;
  letter-spacing:.035em!important;text-transform:uppercase!important;white-space:nowrap!important;
}
.site-header .subtitle,.site-header .title-wrap>.subtitle{
  display:block!important;margin:4px 0 0!important;color:var(--app-muted)!important;font-size:11.5px!important;line-height:1.3!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
/* Меню теперь находится внутри .site-header, поэтому не создаёт второй пустой ряд. */
.site-header>.pro-nav,.pro-nav{
  position:static!important;top:auto!important;right:auto!important;left:auto!important;
  width:100%!important;margin:0!important;z-index:auto!important;
  background:#fff!important;border:0!important;border-top:1px solid #edf0ef!important;
  border-bottom:1px solid #e3e9e8!important;box-shadow:none!important;backdrop-filter:none!important;
}
.pro-nav-inner{
  width:100%!important;max-width:var(--site-layout-max)!important;margin:0 auto!important;
  min-height:48px!important;padding:5px var(--site-layout-gutter)!important;
  display:flex!important;align-items:center!important;gap:4px!important;
  overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;overscroll-behavior-x:contain;
}
.pro-nav-inner::-webkit-scrollbar{display:none!important}
.pro-nav a,.pro-nav button{
  flex:0 0 auto!important;padding:8px 11px!important;border-radius:9px!important;
  color:#667b7f!important;font:800 11.5px/1.15 Arial,sans-serif!important;
}
.pro-nav a:hover,.pro-nav a.active{background:var(--app-teal-soft)!important;color:var(--app-teal-dark)!important}
.pro-nav-spacer{flex:1 1 auto!important;min-width:10px!important}
.pro-global-search-wrap{height:36px!important;min-width:210px!important;max-width:270px!important;flex:0 1 270px!important}
.pro-notification-btn{min-width:38px!important;min-height:36px!important}
/* Основной контент */
body>main,body>main.objects-main,body>.layout,#pro-app,.portfolio-shell{
  width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box!important;
}
.pro-page,.portfolio-shell{
  width:100%!important;max-width:var(--site-layout-max)!important;margin:0 auto!important;
  padding:26px var(--site-layout-gutter) 68px!important;
}
.pro-page-head{margin-bottom:18px!important}
.pro-page-head h1{color:var(--app-teal-dark)!important;font-size:26px!important}
.pro-card,.pro-kpi,.portfolio-card,.dashboard-card,.kpi-card{box-shadow:0 10px 30px rgba(42,63,67,.065)!important}
/* Элементы никогда не должны перехватывать страницу, когда скрыты. */
.pro-modal-backdrop:not(.open){pointer-events:none!important}
.pro-modal-backdrop.open{pointer-events:auto!important}
.pro-drawer:not(.open){pointer-events:none!important}.pro-drawer.open{pointer-events:auto!important}
/* Legacy-страницы: убираем прежний искусственный верхний отступ. */
main,.main,.layout,.workspace,.objects-main{margin-top:0!important}
.map-column{top:12px!important}
#locations-map{max-height:620px!important}
@media(max-width:1080px){
  :root{--site-layout-gutter:20px}
  .pro-global-search-wrap{display:none!important}
  .site-header .top{gap:12px!important}
}
@media(max-width:760px){
  :root{--site-layout-gutter:14px;--site-header-height:64px}
  html{scroll-padding-top:112px!important}
  .site-header .top{padding:0 var(--site-layout-gutter)!important;gap:10px!important}
  .site-header .logo-word span{width:27px!important;height:27px!important;font-size:17px!important}
  .site-header .logo-word span:nth-child(5){display:none!important}
  .site-header .title-wrap{padding-left:10px!important}
  .site-header h1,.site-header .title-wrap>h1{font-size:13.5px!important}
  .site-header .subtitle,.site-header .title-wrap>.subtitle{font-size:10.5px!important;max-width:46vw!important}
  .pro-nav-inner{min-height:46px!important;padding:4px var(--site-layout-gutter)!important}
  .pro-nav a{padding:8px 10px!important;font-size:11px!important}
  .pro-page,.portfolio-shell{padding:20px var(--site-layout-gutter) 54px!important}
  .pro-page-head h1{font-size:22px!important}
}
@media(max-width:430px){
  .site-header .logo-word span:nth-child(n+4){display:none!important}
  .site-header .subtitle{display:none!important}
  .site-header .title-wrap{border-left:0!important;padding-left:2px!important}
  .pro-page,.portfolio-shell{padding-left:11px!important;padding-right:11px!important}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
body{touch-action:pan-x pan-y;overscroll-behavior-y:auto!important}

/* === Структура навигации v20: портфель и конкретный объект разделены явно === */
.site-header h1,.site-header .title-wrap>h1{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:17px!important;font-weight:900!important;letter-spacing:.035em!important;
}
.pro-nav-scope,.object-context-scope{
  flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;padding:5px 8px;border-radius:8px;
  font:900 9px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;
}
.pro-nav-scope{background:#eef3f3;color:#5d7579}
.pro-management{position:relative;flex:0 0 auto}
.pro-management-trigger{display:flex!important;align-items:center;gap:6px;min-height:34px;border:0;background:transparent;cursor:pointer}
.pro-management-trigger.active,.pro-management-trigger:hover{background:var(--app-teal-soft)!important;color:var(--app-teal-dark)!important}
.pro-management-menu{position:absolute;right:0;top:calc(100% + 7px);display:none;min-width:190px;padding:7px;background:#fff;border:1px solid var(--app-line);border-radius:12px;box-shadow:0 18px 44px rgba(38,62,66,.18);z-index:2147482600}
.pro-management-menu.open{display:grid}
.pro-management-menu a{width:100%;padding:10px 11px!important}
.object-context-bar{width:100%;background:#f8fbfb;border-top:1px solid #edf1f0;border-bottom:1px solid #dce7e6}
.object-context-inner{width:100%;max-width:var(--site-layout-max);min-height:48px;margin:0 auto;padding:6px var(--site-layout-gutter);display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}
.object-context-inner::-webkit-scrollbar{display:none}
.object-context-scope{background:#4b6e73;color:#fff}
#active-object-select{flex:0 1 310px;min-width:210px;max-width:360px;height:34px;border:1px solid #c9d8d8;border-radius:9px;padding:0 30px 0 10px;background:#fff;color:#30484d;font:800 11.5px Arial,sans-serif;outline:none}
#active-object-select:focus{border-color:#4b6e73;box-shadow:0 0 0 3px rgba(75,110,115,.10)}
.object-phase-chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#f3e9d7;color:#9c712d;font:900 10px Arial,sans-serif;white-space:nowrap}
.object-context-links{display:flex;align-items:center;gap:3px;flex:0 0 auto}
.object-context-links a,.object-new-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 9px;border-radius:8px;color:#637a7e;text-decoration:none;font:850 10.5px Arial,sans-serif;white-space:nowrap}
.object-context-links a:hover,.object-context-links a.active{background:#e4eeee;color:#35565b}
.object-context-links a.disabled{opacity:.38;pointer-events:none}
.object-new-link{margin-left:auto;background:#fff;border:1px solid #cbd9d8;color:#35565b!important}
.object-new-link:hover{background:#eaf1f1}
.slogi-role-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid #d7e1e1;border-radius:11px;background:#f9fbfb}
@media(max-width:1160px){.pro-nav-scope{display:none}.object-context-scope{display:none}.object-new-link{margin-left:0}}
@media(max-width:760px){
  .site-header h1,.site-header .title-wrap>h1{font-size:13.5px!important}
  .object-context-inner{padding:5px var(--site-layout-gutter);min-height:46px}
  #active-object-select{min-width:190px;flex-basis:235px}
  .object-phase-chip{display:none}
  .object-context-links a{padding:7px 8px;font-size:10px}
  .object-new-link{display:none}
}

/* === Интуитивная структура сайта v30 === */
.site-header .top{height:76px!important;min-height:76px!important;max-height:76px!important}
.site-header .logo-word span{width:34px!important;height:34px!important;border-radius:6px!important;font-size:21px!important}
.site-header h1,.site-header .title-wrap>h1{font-size:17px!important;font-weight:900!important;letter-spacing:.025em!important}
.pro-nav-scope{background:#edf3f3!important;color:#4f696e!important}
.object-context-bar{background:#f7faf9!important;border-top:1px solid #e9efee!important;border-bottom:1px solid #d9e5e4!important}
.object-context-inner{min-height:52px!important;gap:7px!important}
.object-context-scope{background:#4b6e73!important;color:#fff!important}
.object-stage-chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#f3e9d7;color:#8c672d;font:900 10px/1.15 Arial,sans-serif;white-space:nowrap}
.object-context-links{gap:2px!important}
.object-context-links a{min-height:34px!important;padding:8px 9px!important;font-size:10.5px!important}
.object-context-links a.active{background:#dfeaea!important;color:#2f555b!important;box-shadow:inset 0 0 0 1px #cbdcdc}
#active-object-select{font-size:12px!important;min-width:230px!important;max-width:350px!important}
.pro-management-trigger{border-radius:9px!important;color:#667b7f!important}
.pro-management-menu{z-index:2147483300!important}
@media(max-width:1260px){
  .object-stage-chip{display:none}
  .object-context-links a{padding:8px 8px!important}
}
@media(max-width:960px){
  .site-header .top{height:68px!important;min-height:68px!important;max-height:68px!important}
  .object-context-inner{min-height:48px!important}
  .object-context-links{max-width:none}
  .object-new-link{display:none!important}
}
@media(max-width:760px){
  .site-header .logo-word span{display:grid!important;width:28px!important;height:28px!important;font-size:18px!important}
  .site-header .logo-word span:nth-child(5){display:grid!important;transform:translateY(-4px)!important}
  .site-header h1,.site-header .title-wrap>h1{font-size:13.5px!important}
  .object-context-inner{padding-top:5px!important;padding-bottom:5px!important}
  #active-object-select{min-width:205px!important;flex-basis:240px!important}
  .object-context-links a{font-size:10px!important}
}
@media(max-width:480px){
  .site-header .logo-word span:nth-child(4),.site-header .logo-word span:nth-child(5){display:none!important}
  #active-object-select{min-width:185px!important;flex-basis:210px!important}
}

/* === Продуктовая оболочка: три понятных этапа и компактные инструменты === */
.site-header{background:#fffdfb!important;box-shadow:0 4px 16px rgba(48,72,77,.055)!important}
.site-header .top{height:64px!important;min-height:64px!important;max-height:64px!important}
.site-header .brand{flex:0 0 auto!important}
.site-header .title-wrap{display:none!important}
.site-header .logo-word span{width:30px!important;height:30px!important;font-size:18px!important;box-shadow:none!important}
.pro-header-utilities{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin-left:auto}
.pro-header-utilities .pro-global-search-wrap{display:flex!important;height:38px!important;min-width:220px!important;max-width:300px!important;flex:0 1 300px!important}
.pro-header-utilities .pro-notification-btn{position:relative;display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;place-items:center;padding:0!important;border:1px solid #dbe3e2!important;border-radius:10px!important;background:#fff!important;color:#526c71!important}
.pro-header-utilities .pro-notification-btn:hover{background:#edf3f3!important;color:#36565b!important}
.site-header>.pro-nav,.pro-nav{border-top:1px solid #eef1f0!important;border-bottom:1px solid #dfe6e5!important}
.pro-nav-inner{min-height:48px!important;padding-top:4px!important;padding-bottom:4px!important;overflow:visible!important}
.pro-product-nav{display:flex;align-items:center;gap:3px;min-width:0}
.pro-product-nav a{position:relative;display:inline-flex!important;min-height:40px;align-items:center;justify-content:center;padding:9px 16px!important;border-radius:9px!important;color:#667b7f!important;text-decoration:none;white-space:nowrap}
.pro-product-nav a:hover{background:#f0f4f4!important;color:#36565b!important}
.pro-product-nav a.active{background:#e7efef!important;color:#2f5359!important}
.pro-product-nav a.active::after{position:absolute;right:14px;bottom:-5px;left:14px;height:2px;border-radius:2px;background:#4b6e73;content:""}
.pro-nav-label-short{display:none}
.pro-nav .pro-management-trigger{min-height:40px!important;padding:9px 12px!important;border:1px solid transparent!important}
.pro-nav .pro-management-trigger:hover,.pro-nav .pro-management-trigger.active{border-color:#d7e1e0!important}
.pro-management-menu{top:calc(100% + 6px)!important;min-width:220px!important;grid-template-columns:1fr!important}
.pro-management-menu a{min-height:40px!important;align-items:center!important}
.pro-tools-menu{width:260px!important;padding:8px!important;gap:0!important}
.pro-management-group{display:grid;padding:5px 0;border-bottom:1px solid #e8eeed}
.pro-management-group:last-child{border-bottom:0}
.pro-management-group-title{padding:5px 10px 3px;color:#829194;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.pro-management-group a{min-height:34px!important;padding:7px 10px!important;border-radius:7px!important}
.object-context-inner{min-height:46px!important;padding-top:5px!important;padding-bottom:5px!important}
.object-context-scope{background:#edf3f3!important;color:#526c71!important}
.object-stage-chip{min-height:28px!important;background:#f6efe2!important}
.object-context-links a{min-height:34px!important}
.object-new-link{min-height:36px!important}

@media(max-width:1080px){
  .pro-header-utilities .pro-global-search-wrap{display:flex!important;min-width:180px!important;max-width:230px!important}
}
@media(max-width:760px){
  .site-header .top{height:58px!important;min-height:58px!important;max-height:58px!important}
  .site-header .logo-word span{display:grid!important;width:27px!important;height:27px!important;font-size:16px!important}
  .site-header .logo-word span:nth-child(5){display:none!important}
  .pro-header-utilities .pro-global-search-wrap{display:none!important}
  .pro-header-utilities{gap:4px}
  .pro-nav-inner{min-height:50px!important;gap:5px!important;overflow:visible!important}
  .pro-product-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));flex:1;gap:3px;padding:3px;border:1px solid #dde6e5;border-radius:11px;background:#f1f5f5}
  .pro-product-nav a{min-width:0;min-height:38px;padding:8px 7px!important;font-size:11px!important}
  .pro-product-nav a.active{background:#fff!important;box-shadow:0 2px 7px rgba(48,72,77,.07)!important}
  .pro-product-nav a.active::after{display:none}
  .pro-nav-label-full{display:none}.pro-nav-label-short{display:inline}
  .pro-nav-spacer{display:none!important}
  .pro-nav .pro-management-trigger{width:42px;min-width:42px;justify-content:center;padding:8px 6px!important;font-size:0!important}
  .pro-nav .pro-management-trigger::before{font-size:18px;line-height:1;content:"⋯"}
  .pro-nav .pro-management-trigger span{display:none}
  .pro-management-menu{right:0;top:calc(100% + 5px)!important;width:min(260px,calc(100vw - 28px))}
  .object-context-inner{min-height:46px!important}
}
@media(max-width:430px){
  .site-header .logo-word span:nth-child(4),.site-header .logo-word span:nth-child(5){display:none!important}
  .pro-product-nav a{font-size:10.5px!important}
}


/* v52 desktop scale tuning */
@media(min-width:901px){
  .site-header .top{height:70px!important;min-height:70px!important;max-height:70px!important}
  .site-header .logo-word span{width:34px!important;height:34px!important;font-size:20px!important}
  .pro-nav-inner{min-height:54px!important}
  .pro-product-nav a{min-height:44px!important;padding:10px 20px!important;font-size:13px!important;font-weight:850!important}
  .pro-nav .pro-management-trigger{min-height:44px!important;padding:10px 14px!important;font-size:12px!important}
  .pro-header-utilities .pro-global-search-wrap{height:42px!important}
  .pro-header-utilities .pro-notification-btn{width:44px!important;height:44px!important}
}

/* ======================================================================
   v53 — Search workspace shell. Matches the approved visual reference.
   Scoped to the search page so the remaining product pages are unchanged.
   ====================================================================== */
.slogi-search-page{
  --site-layout-max:1460px;
  --site-layout-gutter:38px;
  background:#fbfcfc!important;
}
.slogi-search-page .site-header{
  position:sticky!important;
  top:0!important;
  z-index:2147482000!important;
  background:rgba(255,255,255,.985)!important;
  border:0!important;
  border-bottom:1px solid #e8eceb!important;
  box-shadow:none!important;
}
.slogi-search-page .site-header .top{
  width:100%!important;
  max-width:1536px!important;
  height:74px!important;
  min-height:74px!important;
  max-height:74px!important;
  margin:0 auto!important;
  padding:0 38px!important;
  display:flex!important;
  align-items:center!important;
  gap:30px!important;
  overflow:visible!important;
}
.slogi-search-page .site-header .brand{
  flex:0 0 auto!important;
  min-width:auto!important;
  margin:0!important;
}
.slogi-search-page .site-header .logo-word{gap:4px!important}
.slogi-search-page .site-header .logo-word span{
  width:34px!important;height:34px!important;
  border-radius:6px!important;
  font-size:20px!important;
  line-height:1!important;
  box-shadow:none!important;
}
.slogi-search-page .site-header .logo-word span:nth-child(5){transform:none!important}

/* Primary product navigation is one row with the brand, like the approved mockup. */
.slogi-search-page .site-header .top>.pro-nav{
  position:static!important;
  width:auto!important;
  min-width:0!important;
  flex:1 1 auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.slogi-search-page .site-header .top>.pro-nav .pro-nav-inner{
  width:auto!important;
  max-width:none!important;
  min-height:74px!important;
  height:74px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  overflow:visible!important;
}
.slogi-search-page .pro-product-nav{
  display:flex!important;
  align-items:stretch!important;
  gap:18px!important;
  height:74px!important;
}
.slogi-search-page .pro-product-nav a{
  position:relative!important;
  display:flex!important;
  min-height:74px!important;
  height:74px!important;
  align-items:center!important;
  padding:0 15px!important;
  border-radius:0!important;
  background:transparent!important;
  color:#202d30!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.slogi-search-page .pro-product-nav a:hover{background:transparent!important;color:#0a6e72!important}
.slogi-search-page .pro-product-nav a.active{background:transparent!important;color:#087579!important}
.slogi-search-page .pro-product-nav a.active::after{
  content:""!important;
  position:absolute!important;
  left:15px!important;right:15px!important;bottom:0!important;
  height:2px!important;
  border-radius:2px!important;
  background:#0b7b7f!important;
}
.slogi-search-page .pro-nav-spacer{display:block!important;flex:1 1 auto!important}
.slogi-search-page .site-header .top>.pro-nav .pro-management{
  display:flex!important;
  align-items:center!important;
  margin-left:auto!important;
}
.slogi-search-page .site-header .top>.pro-nav .pro-management-trigger{
  min-height:42px!important;
  padding:0 16px!important;
  border:1px solid #e1e7e6!important;
  border-radius:10px!important;
  background:#f4f7f7!important;
  color:#25373a!important;
  font-size:12.5px!important;
  font-weight:750!important;
  box-shadow:none!important;
}
.slogi-search-page .site-header .top>.pro-nav .pro-management-trigger:hover{background:#edf3f3!important}
.slogi-search-page .site-header .top>.pro-nav .pro-management-menu{right:0!important;top:calc(100% - 10px)!important}

.slogi-search-page .pro-header-utilities{
  display:flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  gap:10px!important;
  margin-left:0!important;
  order:3!important;
}
.slogi-search-page .pro-header-utilities .pro-global-search-wrap{display:none!important}
.slogi-search-page .pro-header-utilities .pro-notification-btn{
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#273c40!important;
}
.slogi-search-page .pro-header-utilities .pro-notification-btn:hover{background:#f3f7f6!important}
.slogi-search-page .pro-notification-count{top:3px!important;right:1px!important}

@media(max-width:1120px) and (min-width:761px){
  .slogi-search-page .site-header .top{padding-inline:22px!important;gap:15px!important}
  .slogi-search-page .pro-product-nav{gap:4px!important}
  .slogi-search-page .pro-product-nav a{padding-inline:10px!important;font-size:13px!important}
}

@media(max-width:760px){
  .slogi-search-page{--site-layout-gutter:12px}
  .slogi-search-page .site-header .top{
    height:auto!important;min-height:58px!important;max-height:none!important;
    padding:0 12px 8px!important;
    display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;
  }
  .slogi-search-page .site-header .brand{height:58px!important;display:flex!important;align-items:center!important}
  .slogi-search-page .site-header .logo-word span{display:grid!important;width:27px!important;height:27px!important;font-size:16px!important}
  .slogi-search-page .site-header .logo-word span:nth-child(5){display:none!important}
  .slogi-search-page .pro-header-utilities{height:58px!important;margin-left:auto!important}
  .slogi-search-page .site-header .top>.pro-nav{order:5!important;flex:0 0 100%!important;width:100%!important}
  .slogi-search-page .site-header .top>.pro-nav .pro-nav-inner{height:auto!important;min-height:48px!important;width:100%!important}
  .slogi-search-page .pro-product-nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;height:auto!important;gap:3px!important;padding:3px!important;border:1px solid #dde6e5!important;border-radius:11px!important;background:#f1f5f5!important}
  .slogi-search-page .pro-product-nav a{height:40px!important;min-height:40px!important;padding:8px 5px!important;border-radius:8px!important;font-size:11px!important}
  .slogi-search-page .pro-product-nav a.active{background:#fff!important;box-shadow:0 2px 7px rgba(48,72,77,.07)!important}
  .slogi-search-page .pro-product-nav a.active::after{display:none!important}
  .slogi-search-page .site-header .top>.pro-nav .pro-nav-spacer,
  .slogi-search-page .site-header .top>.pro-nav .pro-management{display:none!important}
}

/* v55 search: remove any legacy space above the fixed desktop header. */
@media(min-width:901px){
  html,body.slogi-search-page{margin-top:0!important}
  body.slogi-search-page{padding-top:74px!important}
  body.slogi-search-page>.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;margin:0!important}
}
