.dashboard-profile-state{position:relative;z-index:1;padding:15px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.055)}
.dashboard-visibility-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}
.dashboard-visibility-heading>span,.dashboard-strength>span{color:#aaa9a3;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.dashboard-visibility-heading>strong{display:flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.08em}
.dashboard-visibility-heading>strong i{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 4px rgba(255,255,255,.06)}
.dashboard-profile-state.is-live .dashboard-visibility-heading>strong{color:#ffb5ae}
.dashboard-profile-state.is-live .dashboard-visibility-heading>strong i{background:#e64f43;box-shadow:0 0 0 4px rgba(230,79,67,.15)}
.dashboard-profile-state.is-hidden .dashboard-visibility-heading>strong{color:#efb955}
.dashboard-profile-state.is-hidden .dashboard-visibility-heading>strong i{background:#d08a16;box-shadow:0 0 0 4px rgba(208,138,22,.15)}
.dashboard-profile-state>p{margin:10px 0 11px;color:#c1c0ba;font-size:9px;line-height:1.45}
.dashboard-profile-state>form button{width:100%;min-height:32px;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:#fff;color:#1d1e1b;font:inherit;font-size:9px;font-weight:850;cursor:pointer}
.dashboard-profile-state>form button:hover,.dashboard-profile-state>form button:focus-visible{background:#d08a16;border-color:#d08a16}
.dashboard-visibility-locked{display:grid;min-height:32px;place-items:center;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:rgba(255,255,255,.055);color:#aaa9a3;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.dashboard-strength{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center;margin-top:13px;padding-top:11px;border-top:1px solid rgba(255,255,255,.1)}
.dashboard-strength>strong{font-size:12px}
.dashboard-strength>div{grid-column:1/-1;height:3px;overflow:hidden;border-radius:3px;background:#454640}
.dashboard-strength>div i{display:block;height:100%;border-radius:3px;background:#d08a16}
@media(max-width:1050px){.dashboard-profile-state{grid-column:1/-1;display:grid;grid-template-columns:minmax(170px,.65fr) minmax(230px,1fr);column-gap:22px;align-items:center}.dashboard-profile-state>p{grid-column:2;grid-row:1}.dashboard-profile-state>form,.dashboard-visibility-locked{grid-column:2;grid-row:2}.dashboard-strength{grid-column:1;grid-row:2;margin-top:5px;padding-top:8px}}
@media(max-width:600px){.dashboard-profile-state{display:block}.dashboard-profile-state>p{font-size:10px}.dashboard-strength{margin-top:13px;padding-top:11px}}
