/* kechie.b Platform Phase 5B — Secure Profile Writes & Moderation Base */
.profile-editor-card{position:relative}.profile-editor-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.profile-editor-head h3{margin:0}.profile-editor-head p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.5;max-width:620px}.profile-editor-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.profile-write-state{margin:13px 0;padding:11px 13px;border-radius:13px;border:1px solid rgba(255,210,122,.23);background:rgba(255,210,122,.07);color:#ffdca2;font-size:11px;line-height:1.5}.profile-write-state.ok{border-color:rgba(130,246,173,.25);background:rgba(130,246,173,.08);color:#9bf6bb}.profile-write-state.error{border-color:rgba(255,115,122,.3);background:rgba(255,115,122,.08);color:#ff9da3}.identity-badge.enabled{color:#82f6ad;border-color:rgba(130,246,173,.28)}.profile-form label>span{float:right;color:var(--muted);font-size:10px;font-weight:700}.profile-form input:disabled,.profile-form textarea:disabled{opacity:.78}.avatar-preset-grid{display:grid;grid-template-columns:repeat(6,48px);gap:9px;margin-top:8px}.avatar-preset{width:48px;height:48px;border-radius:15px;border:2px solid transparent;color:white;font-weight:950;font-size:17px;cursor:pointer;transition:.15s transform,.15s border-color}.avatar-preset:disabled{cursor:not-allowed;opacity:.56}.avatar-preset.active{border-color:#fff;transform:translateY(-2px);box-shadow:0 0 0 2px rgba(131,240,173,.34)}.avatar-preset.violet,[data-avatar-preset="violet"]{background:linear-gradient(145deg,#8c66ff,#5a38d6)}.avatar-preset.green,[data-avatar-preset="green"]{background:linear-gradient(145deg,#38d996,#087a55)}.avatar-preset.midnight,[data-avatar-preset="midnight"]{background:linear-gradient(145deg,#334155,#080d18)}.avatar-preset.solar,[data-avatar-preset="solar"]{background:linear-gradient(145deg,#ffd45c,#b86d00)}.avatar-preset.coral,[data-avatar-preset="coral"]{background:linear-gradient(145deg,#ff8a7a,#c13f6a)}.avatar-preset.mono,[data-avatar-preset="mono"]{background:linear-gradient(145deg,#d8dde6,#566070);color:#111827}.moderation-foundation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.moderation-foundation>div{padding:12px;border:1px solid var(--border);border-radius:14px;background:rgba(0,0,0,.12)}.moderation-foundation strong{display:block;font-size:12px}.moderation-foundation span{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}
@media(max-width:760px){.profile-editor-head{flex-direction:column}.profile-editor-actions{width:100%;justify-content:flex-start}.profile-editor-actions .btn{flex:1}.avatar-preset-grid{grid-template-columns:repeat(6,minmax(36px,1fr))}.avatar-preset{width:100%;aspect-ratio:1;height:auto}.moderation-foundation{grid-template-columns:1fr}}
