.edit-view-header[data-astro-cid-wwes6yjo]{display:flex;align-items:center;gap:var(--sp-3);margin-bottom:var(--sp-5)}.back-btn[data-astro-cid-wwes6yjo]{display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:10px;border:1px solid var(--lg-border);background:var(--lg-bg);backdrop-filter:blur(var(--lg-blur));-webkit-backdrop-filter:blur(var(--lg-blur));color:var(--text-primary);font-size:.84rem;font-weight:500;cursor:pointer;transition:all .2s}.flat[data-astro-cid-wwes6yjo] .back-btn[data-astro-cid-wwes6yjo]{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--surface);border-color:var(--border)}.back-btn[data-astro-cid-wwes6yjo]:hover{border-color:var(--brand);color:var(--brand)}.edit-view-title[data-astro-cid-wwes6yjo]{font-size:1.15rem;font-weight:700;color:var(--text-primary)}.profile-edit-card[data-astro-cid-wwes6yjo]{border-radius:var(--r-lg);padding:var(--sp-6);margin-bottom:var(--sp-6);background:var(--lg-bg);border:var(--lg-border-width) solid var(--lg-border);backdrop-filter:blur(var(--lg-blur)) saturate(var(--lg-saturate));-webkit-backdrop-filter:blur(var(--lg-blur)) saturate(var(--lg-saturate));box-shadow:var(--lg-shadow)}.flat[data-astro-cid-wwes6yjo] .profile-edit-card[data-astro-cid-wwes6yjo]{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--surface);border-color:var(--border)}.profile-edit-form[data-astro-cid-wwes6yjo]{display:flex;flex-direction:column;gap:var(--sp-4)}.form-field[data-astro-cid-wwes6yjo]{display:flex;flex-direction:column;gap:var(--sp-2)}.form-label[data-astro-cid-wwes6yjo]{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.form-input[data-astro-cid-wwes6yjo]{padding:11px 14px;border-radius:10px;border:1px solid var(--lg-border);background:var(--lg-bg);backdrop-filter:blur(var(--lg-blur));-webkit-backdrop-filter:blur(var(--lg-blur));font-size:.88rem;color:var(--text-primary);outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;width:100%}.flat[data-astro-cid-wwes6yjo] .form-input[data-astro-cid-wwes6yjo]{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg-secondary);border-color:var(--border)}.form-input[data-astro-cid-wwes6yjo]:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-a15)}.form-input[data-astro-cid-wwes6yjo]::placeholder{color:var(--text-tertiary)}.form-textarea[data-astro-cid-wwes6yjo]{padding:11px 14px;border-radius:10px;border:1px solid var(--lg-border);background:var(--lg-bg);backdrop-filter:blur(var(--lg-blur));-webkit-backdrop-filter:blur(var(--lg-blur));font-size:.88rem;color:var(--text-primary);outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;width:100%;resize:vertical;font-family:inherit;line-height:1.6}.flat[data-astro-cid-wwes6yjo] .form-textarea[data-astro-cid-wwes6yjo]{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg-secondary);border-color:var(--border)}.form-textarea[data-astro-cid-wwes6yjo]:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-a15)}.form-textarea[data-astro-cid-wwes6yjo]::placeholder{color:var(--text-tertiary)}.radio-group[data-astro-cid-wwes6yjo]{display:flex;gap:var(--sp-4);flex-wrap:wrap}.radio-item[data-astro-cid-wwes6yjo]{display:flex;align-items:center;gap:6px;cursor:pointer;padding:8px 16px;border-radius:10px;border:1px solid var(--lg-border);background:var(--lg-bg);transition:all .2s;user-select:none}.flat[data-astro-cid-wwes6yjo] .radio-item[data-astro-cid-wwes6yjo]{background:var(--bg-secondary);border-color:var(--border)}.radio-item[data-astro-cid-wwes6yjo]:hover{border-color:var(--brand-a30)}.radio-item[data-astro-cid-wwes6yjo] input[data-astro-cid-wwes6yjo][type=radio]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;border:2px solid var(--lg-border);background:transparent;cursor:pointer;transition:all .2s;position:relative;flex-shrink:0}.flat[data-astro-cid-wwes6yjo] .radio-item[data-astro-cid-wwes6yjo] input[data-astro-cid-wwes6yjo][type=radio]{border-color:var(--border)}.radio-item[data-astro-cid-wwes6yjo] input[data-astro-cid-wwes6yjo][type=radio]:checked{border-color:var(--brand);background:var(--brand)}.radio-item[data-astro-cid-wwes6yjo] input[data-astro-cid-wwes6yjo][type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;border-radius:50%;background:#fff}.radio-item[data-astro-cid-wwes6yjo]:has(input:checked){border-color:var(--brand);background:var(--brand-a10)}.radio-label[data-astro-cid-wwes6yjo]{font-size:.84rem;font-weight:500;color:var(--text-primary)}.form-msg[data-astro-cid-wwes6yjo]{padding:10px 14px;border-radius:10px;font-size:.82rem;text-align:center}.form-msg[data-astro-cid-wwes6yjo].success{background:#22c55e1a;color:#22c55e}.form-msg[data-astro-cid-wwes6yjo].error{background:#ef44441a;color:#ef4444}.form-actions[data-astro-cid-wwes6yjo]{display:flex;gap:var(--sp-3);margin-top:var(--sp-2)}.form-actions[data-astro-cid-wwes6yjo] .glass-btn[data-astro-cid-wwes6yjo]{flex:1;justify-content:center}@media (max-width: 768px){.profile-edit-card[data-astro-cid-wwes6yjo]{padding:var(--sp-4)}.radio-group[data-astro-cid-wwes6yjo]{gap:var(--sp-2)}.radio-item[data-astro-cid-wwes6yjo]{padding:7px 12px}.form-actions[data-astro-cid-wwes6yjo]{flex-direction:column}}
