.account-menu{position:relative}.account-menu-trigger{border:1px solid var(--gray-200,#e5e7eb);background:var(--white,#fff);cursor:pointer;color:var(--gray-700,#374151);border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.account-menu-trigger:hover{border-color:var(--gray-300,#d1d5db);background:var(--gray-50,#f9fafb)}.account-menu-trigger.open{border-color:var(--gray-400,#9ca3af);box-shadow:0 0 0 3px #0000000a}.account-avatar{background:var(--orange,#ff6038);width:28px;height:28px;color:var(--white,#fff);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.account-menu-chevron{width:12px;height:12px;color:var(--gray-400,#9ca3af);flex-shrink:0;transition:transform .2s}.account-menu-trigger.open .account-menu-chevron{transform:rotate(180deg)}.account-menu-dropdown{background:var(--white,#fff);border:1px solid var(--gray-200,#e5e7eb);z-index:200;opacity:0;pointer-events:none;border-radius:10px;min-width:240px;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;transform:translateY(-4px)scale(.98);box-shadow:0 10px 40px #0000001f,0 2px 8px #0000000f}.account-menu-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.account-menu-section{padding:.35rem 0}.account-menu-divider{background:var(--gray-200,#e5e7eb);height:1px;margin:0}.account-menu-item{width:100%;color:var(--gray-700,#374151);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.55rem 1rem;font-family:inherit;font-size:.85rem;text-decoration:none;transition:background .2s;display:flex}.account-menu-item:hover{background:var(--gray-50,#f9fafb);color:var(--gray-900,#111827)}.account-menu-item svg{width:16px;height:16px;color:var(--gray-400,#9ca3af);flex-shrink:0}.account-menu-item:hover svg{color:var(--gray-600,#4b5563)}.account-menu-item--danger{color:#dc2626}.account-menu-item--danger:hover{color:#b91c1c;background:#ef44440d}.account-menu-item--danger svg{color:#ef4444}.account-usage{padding:.6rem 1rem .75rem}.account-usage-label{color:var(--gray-500,#6b7280);justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.75rem;display:flex}.account-usage-track{background:var(--gray-100,#f3f4f6);border-radius:3px;height:6px;overflow:hidden}.account-usage-fill{border-radius:3px;height:100%;transition:width .5s}.account-usage-fill.green{background:#22c55e}.account-usage-fill.amber{background:#f59e0b}.account-usage-fill.red{background:#ef4444}.account-usage-ctas{flex-direction:column;gap:.4rem;margin-top:.6rem;display:flex}.account-usage-ctas .btn{justify-content:center;width:100%}.account-menu .hidden,.account-menu-divider.hidden{display:none!important}@media (width<=768px){.account-menu-name{display:none}.account-menu-trigger{gap:.25rem;padding:.25rem .4rem .25rem .25rem}}@media (width<=480px){.account-menu-dropdown{width:auto;min-width:auto;position:fixed;top:auto;left:.5rem;right:.5rem}}
