:root{--ahd-navy:#071a33;--ahd-red:#e2222b;--ahd-safe-bottom:env(safe-area-inset-bottom,0px)}
.ahd-bottom-nav{display:none}
@media(max-width:820px){
  body{padding-bottom:calc(74px + var(--ahd-safe-bottom))}
  .ahd-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:5000;height:calc(64px + var(--ahd-safe-bottom));padding:5px 7px var(--ahd-safe-bottom);background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid #dfe5ec;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(7,26,51,.08)}
  .ahd-bottom-nav a{min-width:0;text-decoration:none;color:#647184;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;border-radius:10px;font-size:9px;font-weight:900;letter-spacing:.02em;touch-action:manipulation;-webkit-user-select:none;user-select:none}
  .ahd-bottom-nav a .navicon{font-size:20px;line-height:1}
  .ahd-bottom-nav a.active{color:var(--ahd-red);background:#fff5f5}
  .ahd-bottom-nav a:active{background:#eef2f6}
  .ahd-bottom-nav a>*{pointer-events:none}
}
.ahd-framebar{background:var(--ahd-navy);color:#fff;padding:10px 16px;font:800 12px/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;letter-spacing:.06em}
.ahd-framebar a{color:#fff;text-decoration:none}
.ahd-framebar a:hover{text-decoration:underline}
