@charset "UTF-8";.cpe{--cpe-accent: #ff261c;--cpe-accent-hover: #b81c14;--cpe-backdrop-bg: rgba(0, 0, 0, .6);--cpe-surface-bg: #1a1a1a;--cpe-surface-fg: #ffffff;--cpe-surface-fg-muted: rgba(255, 255, 255, .55);--cpe-input-bg: rgba(255, 255, 255, .04);--cpe-font: inherit;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto;overscroll-behavior:contain;font-family:var(--cpe-font)}.cpe__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cpe-backdrop-bg);cursor:pointer}.cpe__panel{position:relative;width:100%;max-width:480px;max-height:calc(100vh - 32px);overflow-y:auto;margin:auto;background:var(--cpe-surface-bg);color:var(--cpe-surface-fg);border-radius:16px;padding:24px 28px 28px;box-shadow:0 10px 40px #00000080}.cpe__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.cpe__logo{height:24px;width:auto}.cpe__title{flex:1;margin:0;text-align:center;font-family:inherit;font-size:20px;font-weight:700;letter-spacing:.04em}.cpe__close{background:transparent;border:none;color:var(--cpe-surface-fg-muted);font-size:24px;line-height:1;padding:4px 8px;cursor:pointer;transition:color .15s}.cpe__close:hover{color:var(--cpe-surface-fg)}.cpe__avatar-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px}.cpe__avatar{position:relative;width:96px;height:96px;border-radius:50%;background:var(--cpe-input-bg);border:none;padding:0;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.cpe__avatar-img{width:100%;height:100%;object-fit:cover}.cpe__avatar-initials{font-family:inherit;font-weight:900;font-size:28px;color:var(--cpe-surface-fg);letter-spacing:.02em}.cpe__avatar-ring{position:relative;width:96px;height:96px}.cpe__avatar-pencil{position:absolute;bottom:2px;right:2px;width:28px;height:28px;background:var(--cpe-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0006;cursor:pointer;z-index:1}.cpe__avatar-remove{background:transparent;border:none;color:var(--cpe-surface-fg-muted);font-family:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:4px 8px}.cpe__avatar-remove:hover{color:var(--cpe-accent)}.cpe__field{display:block;margin-bottom:8px}.cpe__label{display:block;font-family:inherit;font-size:13px;font-weight:700;color:var(--cpe-surface-fg);margin-bottom:8px}.cpe__input{width:100%;background:var(--cpe-input-bg);color:var(--cpe-surface-fg);border:1px solid #ff261c;border-radius:9999px;padding:12px 18px;font-family:inherit;font-size:15px;outline:none;box-shadow:none;transition:border-color .15s}.cpe__input::placeholder{color:var(--cpe-surface-fg-muted)}.cpe__panel .cpe__input:focus,.cpe__panel .cpe__input:focus-visible,.cpe__panel .cpe__input:active{border-color:#ff261c;outline:none;box-shadow:none}.cpe__help{font-family:inherit;font-size:12px;color:var(--cpe-surface-fg-muted);line-height:1.5;margin:0 0 24px}.cpe__cropper{width:100%;height:300px;margin-bottom:16px}.cpe__panel--crop{max-height:calc(100vh - 32px)}.cpe__save{width:100%;background:var(--cpe-accent);color:#fff;border:none;border-radius:9999px;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .15s}.cpe__save:hover:not(:disabled){background:var(--cpe-accent-hover)}.cpe__save:disabled{opacity:.6;cursor:not-allowed}
