.app-shell{display:block;}
.cta-close:not(.public-consultation-cta){display:none!important;}
.mobile-sheet{display:block;}
.left-col,.right-col{display:none;}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;}
.center-col{padding-bottom:96px;background:#F6F7FB;}
.mobile-company-footer{margin:34px 18px 24px;padding:18px 0 6px;border-top:1px solid #E3E6EE;color:#5B6479;}
.mobile-company-footer__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0 12px;font-size:13px;font-weight:700;color:#1B2230;text-align:left;}
.mobile-company-footer__details{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.mobile-company-footer__details-inner{padding:2px 0 12px;font-size:11px;line-height:1.8;color:#8A92A5;}
.mobile-company-footer__divider{height:1px;background:#E5E8EF;margin:2px 0 12px;}
.mobile-company-footer__links{display:flex;gap:8px;margin-bottom:9px;font-size:11px;font-weight:600;}
.mobile-company-footer__links a{color:#5B6479;text-decoration:none;}
.mobile-company-footer__links span{color:#D5D9E2;font-weight:400;}
.mobile-company-footer__notice,.mobile-company-footer__copyright{font-size:10.5px;line-height:1.7;color:#A7AEBE;}
.mobile-company-footer__copyright{margin-top:6px;}
.mobile-company-footer__copyright a{color:inherit;text-decoration:none;}
.adm{display:grid;grid-template-columns:264px 1fr;min-height:100vh;}
.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;}
.topbar{display:none;}
.backdrop{display:none;}
@media(min-width:1024px){
  .mobile-company-footer{display:none;}
  .mlogo{display:none!important;}
  .app-shell{display:grid;grid-template-columns:258px 604px 258px;justify-content:center;gap:24px;align-items:start;padding:0 24px;}
  .left-col{display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;padding:34px 0 24px;}
  .right-col{display:flex;flex-direction:column;justify-content:flex-end;position:sticky;top:0;height:100vh;overflow-y:auto;padding-bottom:24px;}
  .bottom-nav{display:none;}
  .mobile-sheet{display:none;}
  .cta-close{display:none;}
  .center-col{padding-bottom:44px;}
}
@media(max-width:1200px){
  .app-shell{grid-template-columns:258px 604px;justify-content:flex-start;}
  .right-col{display:none!important;}
}
@media(max-width:900px){
  .adm{grid-template-columns:1fr;}
  .topbar{display:flex;}
  .sidebar{position:fixed;left:0;top:0;z-index:70;width:284px;transform:translateX(-100%);transition:transform .28s cubic-bezier(.22,1,.36,1);box-shadow:0 20px 60px rgba(15,20,45,.32);}
  .sidebar.open{transform:none;}
  .backdrop{display:block;position:fixed;inset:0;background:rgba(12,16,34,.42);z-index:65;opacity:0;pointer-events:none;transition:opacity .25s;}
  .backdrop.on{opacity:1;pointer-events:auto;}
  .statgrid{grid-template-columns:repeat(2,1fr)!important;}
  .col2,.brow,.frow{grid-template-columns:1fr!important;}
  .hidesm{display:none!important;}
}
