.dashboard-account{box-sizing:border-box;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid #e8e8e8;border-radius:14px;background:#fff;color:#262626;box-shadow:0 2px 8px rgba(0,0,0,.04);font:14px/1.5715 var(--ui-font-family,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}.dashboard-account *{box-sizing:border-box}.dashboard-account__user{display:flex;min-width:0;align-items:center;gap:12px}.dashboard-account__avatar{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;overflow:hidden;border-radius:50%;background:#e6f4ff;color:#0958d9;font-weight:700}.dashboard-account__avatar img{display:none;width:100%;height:100%;object-fit:cover}.dashboard-account__avatar.has-image img{display:block}.dashboard-account__avatar.has-image b{display:none}.dashboard-account__user>div{min-width:0}.dashboard-account__user p{margin:0;color:var(--ui-color-text-tertiary,rgba(0,0,0,.58));font-size:12px}.dashboard-account__user h3{margin:0;font-size:18px}.dashboard-account__user>div>span{color:var(--ui-color-primary-text,#0958d9);font-size:12px}.dashboard-account__meta{display:flex;align-items:center;gap:10px}.dashboard-account__meta>span{display:grid;justify-items:end;padding-right:4px}.dashboard-account__meta>span b{font-size:12px}.dashboard-account__meta>span small{color:var(--ui-color-text-tertiary,rgba(0,0,0,.58));font-size:12px}.dashboard-account__bell,.dashboard-account__profile>button{position:relative;display:flex;height:38px;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#595959;cursor:pointer}.dashboard-account__bell{width:38px;padding:0}.dashboard-account__bell svg,.dashboard-account__profile>button svg{width:16px;height:16px}.dashboard-account__bell em{position:absolute;top:-6px;right:-6px;display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#ff4d4f;color:#fff;font-size:10px;font-style:normal}.dashboard-account__profile{position:relative}.dashboard-account__profile>button span{font-size:13px;font-weight:600}.dashboard-account__profile>button svg:last-child{width:13px}.dashboard-account__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:10;width:190px;padding:6px;border:1px solid #e8e8e8;border-radius:10px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.12)}.dashboard-account__menu:not([hidden]){display:grid}.dashboard-account__menu a{display:flex;align-items:center;gap:9px;padding:9px;border-radius:7px;color:#262626;font-size:13px;text-decoration:none}.dashboard-account__menu a:hover{background:#f5f5f5}.dashboard-account__menu svg{width:15px;height:15px;color:var(--ui-color-text-tertiary,rgba(0,0,0,.58))}@media(max-width:620px){.dashboard-account{align-items:flex-start;padding:16px}.dashboard-account__meta>span,.dashboard-account__profile>button span{display:none}.dashboard-account__profile>button{width:38px;padding:0}}