.aspai-grow-account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    padding: 0 28px;
    background: #063c22;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aspai-grow-account-brand { color: #fff !important; font-size: 20px; line-height: 1; text-decoration: none !important; }
.aspai-grow-account-brand span { color: #b7d67c; font-weight: 700; }
.aspai-grow-account-nav { display: flex; align-items: center; gap: 6px; }
.aspai-grow-account-nav a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 10px; color: #e5f0e7 !important; font-size: 14px; font-weight: 600; text-decoration: none !important; }
.aspai-grow-account-nav a:hover { color: #fff !important; text-decoration: underline !important; }
.aspai-grow-account-nav .aspai-grow-account-login,
.aspai-grow-account-nav .aspai-grow-account-dashboard { border: 1px solid #8fc167; border-radius: 4px; color: #fff !important; }
.aspai-grow-account-nav .aspai-grow-account-logout { color: #c8ddcc !important; }
.aspai-grow-account-menu-toggle,
.aspai-grow-mobile-bottom-nav { display: none; }

@media (max-width: 680px) {
    .aspai-grow-account-header { position: sticky; top: 0; z-index: 30; min-height: 54px; padding: 0 16px; }
    .aspai-grow-account-menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid #8fc167; border-radius: 5px; background: transparent; color: #fff; cursor: pointer; }
    .aspai-grow-account-menu-toggle .dashicons { width: 20px; height: 20px; font-size: 20px; }
    .aspai-grow-account-nav { display: none; position: absolute; top: 54px; right: 0; left: 0; padding: 10px 16px 16px; border-top: 1px solid rgba(255,255,255,.15); background: #063c22; }
    .aspai-grow-account-nav.is-open { display: grid; gap: 2px; }
    .aspai-grow-account-nav a { padding: 11px 8px; font-size: 14px; }
    .aspai-grow-account-nav .aspai-grow-account-dashboard { border: 0; border-radius: 0; }
    .aspai-grow-mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; border-top: 1px solid #cbd7ce; background: #fff; box-shadow: 0 -8px 24px rgba(7, 61, 34, .09); }
    .aspai-grow-mobile-bottom-nav a,
    .aspai-grow-mobile-bottom-nav button { display: grid; place-items: center; gap: 2px; padding: 7px 4px; border: 0; background: #fff; color: #0a5a31; font-family: inherit; font-size: 11px; font-weight: 700; text-decoration: none; }
    .aspai-grow-mobile-bottom-nav .dashicons { width: 20px; height: 20px; font-size: 20px; }
    body.aspai-grow-standalone-app { padding-bottom: 64px; }
}
