.reactEasyCrop_Container{position:absolute;inset:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform;max-width:unset}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;inset:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:#00000080;overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);inset:0 33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);inset:33.33% 0;border-left:0;border-right:0}.profile-page{min-height:100vh;background:#f5f5f7;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.profile-nav{position:sticky;top:0;z-index:100;width:100%;height:64px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:#f5f5f7d1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(29,29,31,.06)}.profile-brand,.profile-nav-actions{display:flex;align-items:center}.profile-brand{gap:10px;color:#1d1d1f;font-size:18px;font-weight:600;text-decoration:none}.profile-brand img{width:28px;height:28px}.profile-nav-actions{gap:16px}.profile-nav-actions a,.profile-nav-actions button{border:none;background:transparent;color:#1d1d1f;font:inherit;font-size:14px;text-decoration:none;cursor:pointer}.profile-main{width:min(100% - 48px,960px);margin:0 auto;padding:56px 0}.profile-hero{display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:center;margin-bottom:32px}.profile-avatar-upload{display:block;cursor:pointer;width:fit-content}.profile-avatar-frame{position:relative;width:180px;height:180px;border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 16px 48px #00000014}.profile-avatar-frame img{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff;font-size:14px;font-weight:600;opacity:0;transition:opacity .2s ease}.profile-avatar-upload:hover .profile-avatar-overlay,.profile-avatar-upload:focus-within .profile-avatar-overlay{opacity:1}.profile-kicker{margin:0 0 8px;color:#6e6e73;font-size:15px}.profile-hero h1{margin:0;font-size:clamp(42px,7vw,80px);line-height:1;letter-spacing:0}.profile-hero p:last-child{margin:18px 0 0;color:#6e6e73;font-size:18px;line-height:1.6}.profile-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 24px #0000000a}.profile-card-narrow{max-width:520px;margin:0 auto;text-align:center}.profile-card h1,.profile-card h2{margin:0;font-size:28px;font-weight:600}.profile-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:28px}.profile-card-header span,.profile-muted,.profile-empty{color:#6e6e73}.profile-empty{margin:48px 0;text-align:center}.profile-form{display:grid;gap:12px}.profile-form label,.profile-label-row{color:#1d1d1f;font-size:14px;font-weight:600}.profile-label-row{display:flex;justify-content:space-between;gap:16px}.profile-label-row span{color:#6e6e73;font-weight:400}.profile-form input,.profile-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(29,29,31,.12);border-radius:12px;background:#fff;color:#1d1d1f;font:inherit;font-size:15px;outline:none;resize:vertical}.profile-form input:focus,.profile-form textarea:focus{border-color:#7be188;box-shadow:0 0 0 3px #7be1882e}.profile-button{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:42px;padding:0 18px;border:none;border-radius:10px;background:#1d1d1f;color:#fff;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.profile-button:hover:not(:disabled){background:#000}.profile-button:disabled{opacity:.6;cursor:not-allowed}.profile-button-secondary{background:transparent;color:#1d1d1f;border:1px solid rgba(29,29,31,.2)}.profile-button-secondary:hover:not(:disabled){background:#1d1d1f0f}.profile-error,.profile-success{margin:4px 0;padding:12px 14px;border-radius:12px;font-size:14px}.profile-error{background:#fff2f2;color:#d93025}.profile-success{background:#effbf1;color:#167a2f}.profile-cropper-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-cropper-content{width:min(100%,520px);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #0003}.profile-cropper-area{position:relative;width:100%;aspect-ratio:1 / 1;background:#1d1d1f}.profile-cropper-controls{display:grid;gap:20px;padding:24px}.profile-cropper-controls input[type=range]{width:100%;accent-color:#1d1d1f}.profile-cropper-actions{display:flex;justify-content:flex-end;gap:12px}@media(max-width:760px){.profile-nav{padding:0 24px}.profile-main{padding:32px 0}.profile-hero{grid-template-columns:1fr;gap:20px}.profile-avatar-frame{width:128px;height:128px;border-radius:24px}.profile-card{padding:22px;border-radius:18px}.profile-card-header{align-items:flex-start;flex-direction:column}}
