/* Shared Grove Manager navigation */
.admin-header,.topbar,.account-header{position:sticky!important;top:0;z-index:100;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem;padding:12px 22px!important;background:rgba(255,253,248,.98)!important;border-bottom:1px solid #dce3dd!important;backdrop-filter:blur(14px)}
.admin-brand,.brand,.account-brand{display:flex!important;align-items:center!important;gap:.65rem;text-decoration:none!important;color:#21302a!important;flex:0 0 auto}
.admin-brand span,.brand span,.account-brand span{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#183c2d!important;color:#fff!important;font-family:Georgia,serif!important;font-weight:800!important}
.admin-brand strong,.brand strong,.account-brand strong{display:block!important;white-space:nowrap}
.admin-menu-toggle{display:none;min-height:44px;border:1px solid #183c2d;border-radius:999px;background:#fffdf8;color:#183c2d;padding:.65rem 1rem;font-weight:850;cursor:pointer}
.admin-nav,.admin-header-actions,.topbar nav,.account-header .admin-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.9rem!important;flex-wrap:wrap!important;font-weight:750!important}
.admin-nav a,.admin-header-actions a,.topbar nav a,.account-header .admin-nav a{display:inline-flex!important;color:#21302a!important;text-decoration:underline!important;text-underline-offset:3px!important;white-space:nowrap!important}
.admin-nav a.active,.admin-header-actions a.active,.topbar nav a.active,.account-header .admin-nav a.active{color:#a45437!important;text-decoration-thickness:3px!important}
.admin-nav button,.admin-header-actions button,.topbar nav button,.account-header .admin-nav button{white-space:nowrap!important}
.admin-nav .user-pill,.admin-header-actions .user-pill,.topbar nav #user-pill,.account-header .admin-nav .user-pill{display:inline-flex!important;background:#e7eee9!important;border-radius:999px!important;padding:.5rem .75rem!important;white-space:nowrap!important}
@media(max-width:760px){
 .admin-header,.topbar,.account-header{padding:10px 14px!important;position:sticky!important;align-items:center!important}
 .admin-brand strong,.brand strong,.account-brand strong{display:none!important}
 .admin-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;margin-left:auto}
 .admin-nav,.admin-header-actions,.topbar nav,.account-header .admin-nav{display:none!important;position:absolute!important;top:calc(100% + 1px)!important;left:10px!important;right:10px!important;padding:12px!important;background:#fffdf8!important;border:1px solid #dce3dd!important;border-radius:16px!important;box-shadow:0 18px 50px rgba(24,60,45,.18)!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}
 .admin-header.menu-open .admin-nav,.admin-header.menu-open .admin-header-actions,.topbar.menu-open nav,.account-header.menu-open .admin-nav{display:flex!important}
 .admin-nav a,.admin-header-actions a,.topbar nav a,.admin-nav button,.admin-header-actions button,.topbar nav button,.account-header .admin-nav a,.account-header .admin-nav button{display:flex!important;width:100%!important;min-height:46px!important;align-items:center!important;padding:.7rem .8rem!important;border-radius:10px!important;text-align:left!important;text-decoration:none!important;background:transparent!important;border:0!important;font-size:1rem!important}
 .admin-nav a.active,.admin-header-actions a.active,.topbar nav a.active,.account-header .admin-nav a.active{background:#e7eee9!important;color:#183c2d!important}
 .admin-nav a:hover,.admin-header-actions a:hover,.topbar nav a:hover,.account-header .admin-nav a:hover{background:#f1f4f0!important}
 .admin-nav .user-pill,.admin-header-actions .user-pill,.topbar nav #user-pill,.account-header .admin-nav .user-pill{margin-top:.45rem!important;justify-content:center!important}
}