@import url("./styles.css?v=20260610-1");
.admin-shell .brand-mark{background:linear-gradient(180deg,rgba(119,167,255,.28),rgba(255,170,71,.18))}
.admin-shell .topbar-actions{
  display:grid;
  grid-template-columns:minmax(260px,520px) auto 36px;
  align-items:center;
  gap:10px;
}
.admin-shell .topbar-actions .search{width:100%}
.admin-passkey-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  width:auto;
  min-width:132px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid rgba(119,167,255,.24);
  background:linear-gradient(180deg,rgba(119,167,255,.16),rgba(9,14,24,.56));
  color:var(--text);
  cursor:pointer;
  white-space:nowrap;
  font-weight:700;
  font-size:12px;
  line-height:1;
}
.admin-passkey-btn:hover{
  border-color:rgba(119,167,255,.42);
  background:linear-gradient(180deg,rgba(119,167,255,.24),rgba(9,14,24,.64));
}
.admin-passkey-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.login-passkey{
  width:100%;
  min-height:42px;
  margin-top:10px;
  font-size:13px;
}
.admin-bottom-nav{
  display:none;
  position:fixed;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:20;
  gap:8px;
  align-items:center;
  justify-content:flex-start;
  margin:0;
  padding:8px;
  width:auto;
  border-radius:16px;
  overflow:auto;
}
.admin-bottom-nav button{
  border:1px solid rgba(119,167,255,.18);
  background:rgba(9,14,24,.54);
  color:var(--text);
  border-radius:11px;
  min-height:38px;
  padding:0 14px;
  cursor:pointer;
  font-weight:700;
  white-space:nowrap;
  flex:1 0 auto;
}
.admin-bottom-nav button:hover{
  border-color:rgba(119,167,255,.38);
  background:rgba(119,167,255,.14);
}
.admin-bottom-nav button.active{
  border-color:rgba(119,167,255,.42);
  background:linear-gradient(180deg,rgba(119,167,255,.22),rgba(71,208,200,.10));
}
.admin-company-name{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;font-weight:700}
.admin-new-company{background:rgba(71,208,200,.065)}
.admin-new-company:hover{background:rgba(71,208,200,.11)}
.admin-new-badge{
  display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;
  border:1px solid rgba(71,208,200,.34);background:rgba(71,208,200,.12);color:var(--accent2);
  font-size:10px;font-weight:800;letter-spacing:.02em;white-space:nowrap
}
@media (max-width:1180px){
  .admin-shell .topbar-actions{
    grid-template-columns:1fr 44px;
  }
  .admin-shell .topbar-actions .search{
    grid-column:1 / -1;
    width:100%;
  }
  .admin-shell .topbar-actions .admin-passkey-btn{
    grid-column:1;
    width:100%;
    min-height:44px;
  }
  .admin-shell .topbar-actions #refresh{
    grid-column:2;
  }
  .admin-shell .main{padding-bottom:92px}
  .admin-bottom-nav{display:flex}
  .admin-bottom-nav button{min-width:92px}
}
