/* V442 - Mobile quick footer for staff/admin only. Desktop and agency portal untouched. */
.v442-mobile-nav{display:none}
@media (max-width:1100px){
  body.v442-has-mobile-nav{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))!important}
  .v442-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:flex;align-items:flex-end;justify-content:space-around;height:64px;padding:5px 4px calc(5px + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.98);border-top:1px solid #dfe7f2;box-shadow:0 -8px 24px rgba(15,43,91,.10);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
  .v442-mobile-nav a{position:relative;flex:1;min-width:0;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#64748b;text-decoration:none;font-size:11px!important;font-weight:700;line-height:1.05;-webkit-tap-highlight-color:transparent}
  .v442-mobile-nav a svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9}
  .v442-mobile-nav a.v442-active{color:#075ed8}
  .v442-mobile-nav .v442-create{transform:translateY(-13px);color:#075ed8}
  .v442-mobile-nav .v442-create .v442-create-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#2180ff,#075ed8);color:#fff;box-shadow:0 7px 18px rgba(7,94,216,.32);border:4px solid #fff}
  .v442-mobile-nav .v442-create svg{width:25px;height:25px;stroke-width:2.2}
  .v442-mobile-nav .v442-create span:last-child{margin-top:1px;color:#075ed8}
  .v442-mobile-nav .v442-badge{position:absolute;top:3px;left:calc(50% + 8px);min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#ef3340;color:#fff;font-size:10px!important;line-height:17px;text-align:center;border:2px solid #fff}
}
