.topbar{grid-template-columns:42px minmax(0,1fr) auto}
.account-shortcut{display:flex;align-items:center;justify-content:center;gap:6px;max-width:104px;min-height:34px;padding:0 9px;border:1px solid #d8d0c1;border-radius:6px;background:#fffdf8;color:var(--ink);font-size:11px;font-weight:850;cursor:pointer}
.account-shortcut:hover{border-color:#9bcbaa;background:#f4fbf6;color:var(--green)}
.account-shortcut svg{width:17px;height:17px;flex:0 0 auto;stroke-width:1.9}
.account-shortcut span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:350px){.topbar{grid-template-columns:34px minmax(0,1fr) auto;padding-right:10px;padding-left:10px}.account-shortcut{width:34px;padding:0}.account-shortcut span{display:none}}
