.mobile-menu-toggle{display:none;flex:0 0 auto;width:40px;height:38px;padding:8px;border:1px solid #d9d9d9;border-radius:9px;background:#fff;color:#181d26}
.mobile-menu-toggle span{display:block;width:20px;height:2px;margin:4px auto;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu[hidden]{display:none!important}
@media(max-width:1000px){
  .mobile-menu-toggle{display:block;order:20}
  .topbar,.news-header{position:sticky}
  .mobile-menu{position:absolute;z-index:100;top:calc(100% + 1px);right:14px;display:grid!important;width:min(320px,calc(100vw - 28px));grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:14px;border:1px solid #ded8ce;border-radius:0 0 15px 15px;background:rgba(255,253,249,.98);box-shadow:0 18px 40px rgba(24,29,38,.18);backdrop-filter:blur(14px)}
  .mobile-menu>a,.mobile-menu>div>a{display:flex;align-items:center;min-height:43px;padding:10px 12px;border-radius:9px;color:#252a33;font-size:12px;font-weight:700;text-decoration:none}
  .mobile-menu>a:hover,.mobile-menu>a:focus-visible,.mobile-menu>div>a:hover,.mobile-menu>div>a:focus-visible{background:#f5ead5;color:#a83a1c;outline:none}
  .mobile-menu>div{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:5px;padding-top:10px;border-top:1px solid #e6dfd4}
  .mobile-menu>div>a{justify-content:center;min-height:38px;padding:8px 5px;background:#f5f0e7;font-size:10px;text-align:center}
  .news-header>nav:not(.mobile-menu){display:none}
}
@media(max-width:640px){
  .topbar{display:flex!important;height:64px!important;min-height:64px!important;padding:0 12px!important;gap:7px!important}
  .topbar .brand{grid-column:auto!important;margin-right:auto!important}
  .topbar>.idea-request-button,.topbar>.account-button,.topbar>.outline-button{display:none!important}
  .topbar .font-scale-control{grid-column:auto!important;order:10!important;justify-self:auto!important}
  .font-scale-control .font-scale-label{display:none}
  .mobile-menu-toggle{order:20!important}
  .news-header{padding-inline:12px}.news-header .news-brand{margin-right:auto}
  .mobile-menu{right:8px;width:calc(100vw - 16px);padding:11px}
}
.news-font-scale{display:flex;align-items:center;gap:6px;flex:0 0 auto;color:#6c727c;font-size:9px;font-weight:700;white-space:nowrap}
.news-font-scale button{width:40px;height:36px;padding:0;border:1px solid #d9d4ca;border-radius:8px;background:#fff;color:#181d26}
.news-font-scale button[aria-pressed="true"]{background:#181d26;color:#fff}
.news-font-scale button b{font-size:11px}.news-font-scale button i{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
html[data-font-scale="large"] body,html[data-font-scale="xlarge"] body{zoom:var(--news-font-scale);width:var(--news-font-width)}
@media(max-width:640px){.news-font-scale>span{display:none}.news-font-scale button{width:36px;height:34px}}
