.auth-mobile-header,.auth-menu-backdrop{display:none}
@media(max-width:980px){
  body{padding-top:70px!important}body.auth-menu-open{overflow:hidden!important}
  .auth-mobile-header{position:fixed;inset:0 0 auto;z-index:120;display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 16px;border-bottom:1px solid #dbe7f2;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 8px 26px rgba(9,38,70,.08)}
  .auth-mobile-logo{display:flex;width:165px;height:42px}.auth-mobile-logo img{width:100%;height:100%;object-fit:contain}
  .auth-menu-toggle{position:relative;z-index:123;display:grid;align-content:center;gap:4px;width:44px;height:44px;padding:0 11px;border:1px solid #d9e5f0;border-radius:13px;background:linear-gradient(145deg,#fff,#eef6fd);box-shadow:0 6px 18px rgba(9,48,88,.1)}
  .auth-menu-toggle span{display:block;width:100%;height:2px;border-radius:3px;background:#09274a;transition:.24s}.auth-menu-toggle span:nth-child(2){width:70%;justify-self:end;background:#0874e8}.auth-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(6px) rotate(45deg)}.auth-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0)}.auth-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-6px) rotate(-45deg)}
  .auth-menu-backdrop{position:fixed;inset:0;z-index:119;display:block;border:0;background:rgba(3,19,40,.55);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.28s}body.auth-menu-open .auth-menu-backdrop{opacity:1;visibility:visible}
  .auth-mobile-menu{position:fixed;inset:0 0 0 auto;z-index:122;display:flex;flex-direction:column;gap:7px;width:min(390px,92vw);max-width:92vw;height:100dvh;padding:0 22px 25px;overflow-y:auto;border:0;border-radius:26px 0 0 26px;background:linear-gradient(180deg,#fff,#f7fbff 70%,#eff7ff);box-shadow:-25px 0 70px rgba(4,28,57,.24);visibility:hidden;transform:translateX(105%);transition:transform .32s cubic-bezier(.22,.8,.24,1),visibility .32s}
  .auth-mobile-menu.open{visibility:visible;transform:translateX(0)}
  .auth-menu-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:0 -4px 12px;padding:18px 4px 14px;border-bottom:1px solid #e6edf5;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}.auth-menu-head img{width:170px;height:40px;object-fit:contain}.auth-menu-head button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dfe8f2;border-radius:11px;background:#f5f9fd;color:#183753}.auth-menu-head button svg{width:18px}
  .auth-menu-kicker{display:block;margin:0 8px 7px;color:#8a99ab;font-size:.49rem;font-weight:800;letter-spacing:.17em}
  .auth-mobile-menu>a{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;min-height:64px;padding:10px 13px;border:1px solid transparent;border-radius:15px;color:#17324f;text-decoration:none;transition:.2s}.auth-mobile-menu>a:hover{border-color:#cfe3f6;background:#fff;box-shadow:0 9px 24px rgba(12,61,108,.08);transform:translateX(-3px)}.auth-mobile-menu>a>svg{grid-row:1/3;width:40px;height:40px;padding:10px;border-radius:12px;background:#eaf4ff;color:#0874e8}.auth-mobile-menu>a>span{display:grid;gap:2px}.auth-mobile-menu b{font-size:.74rem}.auth-mobile-menu small{color:#8392a5;font-size:.52rem}
  .auth-menu-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;margin-top:10px;padding-top:17px;border-top:1px solid #dfe8f2}.auth-menu-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:10px;border:1px solid #cfe0f1;border-radius:12px;background:#fff;color:#0c3158;font-size:.66rem;font-weight:800;text-decoration:none}.auth-menu-actions a:last-child{border:0;background:linear-gradient(135deg,#0874e8,#155bd7);color:#fff;box-shadow:0 10px 24px rgba(8,116,232,.24)}.auth-menu-actions svg{width:16px}
  .auth-menu-support{display:flex;align-items:center;gap:10px;margin-top:13px;padding:13px;border-radius:14px;background:#071e3c;color:#fff}.auth-menu-support>svg{width:22px;color:#55d6df}.auth-menu-support>span{display:grid}.auth-menu-support small{color:#7fa1c0;font-size:.45rem;font-weight:800;letter-spacing:.13em}.auth-menu-support a{color:#fff;font-size:.65rem;font-weight:800;text-decoration:none}
}
@media(max-width:420px){.auth-mobile-logo{width:150px}.auth-mobile-menu{width:100%;max-width:100%;padding-inline:18px;border-radius:0}.auth-menu-actions{grid-template-columns:1fr}.auth-menu-head img{width:156px}}
