.profile-workspace-link{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:10px;padding:11px;border:1px solid color-mix(in srgb,var(--red) 34%,var(--line));border-radius:11px;background:color-mix(in srgb,var(--red) 8%,var(--surface));transition:border-color .2s,transform .2s,background .2s}
.profile-workspace-link:hover{border-color:var(--red);background:color-mix(in srgb,var(--red) 12%,var(--surface));transform:translateY(-1px)}
.profile-workspace-link>i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--red);color:#fff;font-style:normal}
.profile-workspace-link svg,.account-workspace-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.profile-workspace-link>span{min-width:0}.profile-workspace-link b,.profile-workspace-link small{display:block}.profile-workspace-link b{font-size:11px}.profile-workspace-link small{margin-top:2px;color:var(--muted);font-size:8px}.profile-workspace-link em{color:var(--red);font-style:normal}
.profile-workspace-link.staff{border-color:color-mix(in srgb,var(--secondary) 40%,var(--line));background:color-mix(in srgb,var(--secondary) 9%,var(--surface))}.profile-workspace-link.staff:hover{border-color:var(--secondary)}.profile-workspace-link.staff>i{background:var(--secondary)}.profile-workspace-link.staff em{color:var(--secondary)}
.account-title-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.account-workspace-button{gap:7px}.account-workspace-button>span{display:grid;place-items:center}.account-workspace-button.admin{border-color:color-mix(in srgb,var(--red) 45%,var(--line))}.account-workspace-button.staff{border-color:color-mix(in srgb,var(--secondary) 50%,var(--line))}
@media(max-width:600px){.account-title-actions{width:100%;justify-content:stretch}.account-title-actions .button{flex:1}.account-top-actions .account-workspace-button{padding-inline:10px}.account-top-actions .account-workspace-button>span{display:none}}
