.profile-shell{width:min(900px,calc(100% - 32px))}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.profile-avatar-row{display:flex;gap:18px;align-items:center;margin:18px 0}.profile-avatar-preview,.profile-public-avatar{width:96px;height:96px;border-radius:12px;object-fit:cover;border:1px solid #555}.profile-avatar-fallback{width:96px;height:96px;border-radius:12px;display:grid;place-items:center;background:#6d1b10;color:#fff;font-size:1.8rem;font-weight:800}.profile-avatar-fallback.large{width:112px;height:112px}.profile-avatar-row label{flex:1;margin:0}.profile-avatar-row small{display:block;color:#aaa;margin-top:6px}.profile-checkbox{display:flex;align-items:center;gap:10px}.profile-checkbox input{width:auto}.profile-public{width:min(980px,calc(100% - 32px));margin:40px auto}.profile-card{background:#151515;border:1px solid #3a1a1a;border-radius:14px;padding:28px}.profile-public-head{display:flex;align-items:center;gap:20px}.profile-public-head h1{margin:.25rem 0}.profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}.profile-facts div{background:#0d0d0d;border:1px solid #333;border-radius:10px;padding:14px}.profile-facts dt{color:#aaa;font-size:.85rem}.profile-facts dd{margin:6px 0 0;font-weight:800}.profile-about{border-top:1px solid #333;padding-top:18px}@media(max-width:700px){.profile-grid,.profile-facts{grid-template-columns:1fr}.profile-public-head,.profile-avatar-row{align-items:flex-start;flex-direction:column}}

/* Avatar cropper – technical UI, final styling follows with the portal redesign. */
.avatar-crop-open{overflow:hidden}.avatar-crop-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.78)}.avatar-crop-modal[hidden]{display:none}.avatar-crop-dialog{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#151515;border:1px solid #55302a;border-radius:14px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.6)}.avatar-crop-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.avatar-crop-head h2{margin:0 0 4px}.avatar-crop-head p{margin:0;color:#aaa}.avatar-crop-close{width:38px;height:38px;padding:0;border-radius:8px;font-size:1.6rem;line-height:1}.avatar-crop-stage{position:relative;width:min(100%,512px);aspect-ratio:1;margin:0 auto;overflow:hidden;background:#090909;border:1px solid #555;border-radius:12px;touch-action:none;cursor:grab;user-select:none}.avatar-crop-stage.is-dragging{cursor:grabbing}.avatar-crop-stage canvas{display:block;width:100%;height:100%}.avatar-crop-frame{pointer-events:none;position:absolute;inset:0;border:2px solid rgba(255,255,255,.9);box-shadow:inset 0 0 0 999px rgba(0,0,0,.12)}.avatar-zoom-label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin:18px 0}.avatar-zoom-label input{margin:0}.avatar-crop-actions{display:flex;justify-content:flex-end;gap:10px}.avatar-crop-actions button{min-width:120px}@media(max-width:600px){.avatar-crop-dialog{padding:16px}.avatar-crop-actions{flex-direction:column-reverse}.avatar-crop-actions button{width:100%}}
