/* V166 — Navegación móvil real para el panel administrativo. */
@media (max-width:760px){
  .admin-page .admin-nav{display:none!important}
  .admin-page .admin-main{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}
  .crm-mobile-nav{position:fixed;z-index:5000;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:calc(64px + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));box-sizing:border-box;background:rgba(7,22,48,.98);border-top:1px solid rgba(255,255,255,.11);box-shadow:0 -12px 30px rgba(5,15,35,.17);backdrop-filter:blur(18px)}
  .crm-mobile-nav button{appearance:none;border:0;background:transparent;color:#c7d3e5;min-width:0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:700 9px/1 Inter,system-ui,sans-serif;letter-spacing:.01em;cursor:pointer}
  .crm-mobile-nav button span{height:20px;display:grid;place-items:center;font-size:16px;line-height:1}
  .crm-mobile-nav button.active{background:linear-gradient(135deg,#2268eb,#3d87ff);color:#fff;box-shadow:0 7px 16px rgba(25,102,242,.32)}
  .crm-mobile-nav button:focus-visible,.crm-mobile-sheet button:focus-visible{outline:2px solid #7bb2ff;outline-offset:2px}
  .crm-mobile-sheet[hidden]{display:none!important}
  .crm-mobile-sheet{position:fixed;z-index:5100;inset:0;background:rgba(5,13,29,.48);display:flex;align-items:flex-end;justify-content:center;padding:18px;box-sizing:border-box}
  .crm-mobile-sheet__panel{width:min(620px,100%);max-height:min(72vh,620px);overflow:auto;border-radius:22px 22px 16px 16px;background:#fff;box-shadow:0 -20px 60px rgba(5,15,35,.28);padding:14px 14px calc(16px + env(safe-area-inset-bottom));box-sizing:border-box}
  .crm-mobile-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 12px;border-bottom:1px solid #e7edf6;margin-bottom:8px}
  .crm-mobile-sheet__head b{font:800 16px/1.2 Inter,system-ui,sans-serif;color:#15213a}
  .crm-mobile-sheet__head button{border:0;background:#eff4fb;border-radius:10px;color:#46607f;width:36px;height:36px;font-size:22px;line-height:1;cursor:pointer}
  .crm-mobile-sheet__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .crm-mobile-sheet__items button{min-height:58px;border:1px solid #e1e8f3;border-radius:13px;background:#fff;color:#1d2c45;display:flex;align-items:center;gap:10px;padding:10px;text-align:left;font:750 12px/1.2 Inter,system-ui,sans-serif;cursor:pointer}
  .crm-mobile-sheet__items button span{width:28px;height:28px;border-radius:9px;background:#eef4ff;color:#286be5;display:grid;place-items:center;font-size:15px;flex:0 0 auto}
  .crm-mobile-sheet__items button.active{border-color:#8ebaff;background:#f3f7ff;color:#1458cf}
}
@media (max-width:370px){.crm-mobile-nav{padding-left:4px;padding-right:4px}.crm-mobile-nav button{font-size:8px}.crm-mobile-nav button span{font-size:14px}}
