.store-account-trigger{border:1px solid var(--store-command-line);background:var(--store-command-surface-soft);width:100%;color:var(--store-command-ink);box-shadow:var(--store-command-soft-shadow);text-align:left;border-radius:16px;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:8px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid}.store-account-trigger:hover,.store-account-trigger:focus-visible,.store-account-trigger-active{background:#fffffff0;border-color:#7c3aed33;outline:none;box-shadow:0 12px 28px #29224c1a}.store-account-trigger:hover{transform:translateY(-1px)}.store-account-trigger-chevron{color:var(--store-command-muted);transition:transform .16s}.store-account-trigger[data-state=open] .store-account-trigger-chevron{transform:rotate(180deg)}.store-account-avatar{background:linear-gradient(135deg, var(--store-command-plum-soft), var(--store-command-cyan-soft));color:#6d28d9;letter-spacing:.02em;border:1px solid #7c3aed24;border-radius:13px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.store-account-avatar img{object-fit:cover;width:100%;height:100%}.store-account-avatar-compact{border-radius:11px;width:34px;height:34px}.store-account-trigger-compact{border-radius:12px;grid-template-columns:1fr;width:38px;height:38px;padding:1px;display:none}.store-account-trigger-compact .store-account-trigger-chevron{display:none}.store-account-popover{border-radius:18px;gap:8px;width:min(310px,100vw - 28px);padding:10px;box-shadow:0 24px 60px #1f173e2e}.store-account-popover-profile{background:linear-gradient(135deg,#7c3aed14,#22d3ee14);border-radius:13px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.store-account-popover-profile span{min-width:0}.store-account-popover-profile strong,.store-account-popover-profile small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.store-account-popover-profile strong{font-size:13px;font-weight:750}.store-account-popover-profile small{color:var(--store-command-muted);margin-top:3px;font-size:11px}.store-account-popover-menu{gap:2px;display:grid}.store-account-popover-menu a{min-height:38px;color:var(--store-command-ink);border-radius:11px;align-items:center;gap:10px;padding:0 10px;font-size:12px;font-weight:650;text-decoration:none;display:flex}.store-account-popover-menu a:hover,.store-account-popover-menu a:focus-visible{background:var(--store-command-plum-soft);color:#6d28d9;outline:none}.store-account-popover-separator{background:var(--store-command-line);height:1px}.store-account-logout{color:#be123c;justify-content:flex-start;width:100%}@media (width<=980px){.store-command-brand{grid-template-columns:auto minmax(0,1fr) auto}.store-account-trigger-compact{display:grid}}
