.profile-action-grid{display:grid;grid-template-columns:repeat(6,40px);gap:7px;align-items:center;padding:9px}.profile-action-grid button{display:grid;place-items:center;width:40px;height:40px;min-width:40px;padding:0;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-elevated);color:var(--text-secondary)}.profile-action-grid button .svg-icon{width:19px;height:19px}.profile-action-grid button>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.profile-action-grid button:hover,.profile-action-grid button:focus-visible,.profile-action-grid button.is-active{border-color:var(--accent-primary);background:var(--accent-light);color:var(--accent-primary)}.profile-action-grid button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.profile-action-grid button.is-lock{border-color:rgba(245,158,11,.36);color:#f59e0b}.profile-action-grid button.is-danger{border-color:rgba(239,68,68,.34);color:#f87171}@media(max-width:760px){.profile-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-action-grid button{display:flex;justify-content:flex-start;gap:8px;width:100%;min-height:44px;padding:0 11px}.profile-action-grid button>span{position:static;width:auto;height:auto;overflow:visible;clip-path:none}.profile-action-grid button::after{display:none}}
