.loading-state[data-astro-cid-swhfej32]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner[data-astro-cid-swhfej32]{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state[data-astro-cid-swhfej32] p[data-astro-cid-swhfej32]{color:var(--text-secondary);font-size:.9rem}.settings-container[data-astro-cid-swhfej32]{max-width:800px;margin:0 auto;padding:2rem 1rem}.login-prompt[data-astro-cid-swhfej32]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.lock-icon[data-astro-cid-swhfej32]{font-size:4rem;margin-bottom:1rem}.login-prompt[data-astro-cid-swhfej32] h2[data-astro-cid-swhfej32]{color:var(--text-primary);margin-bottom:.5rem}.login-prompt[data-astro-cid-swhfej32] p[data-astro-cid-swhfej32]{color:var(--text-secondary);margin-bottom:1.5rem}.login-btn[data-astro-cid-swhfej32]{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-btn[data-astro-cid-swhfej32]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.page-title[data-astro-cid-swhfej32]{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.settings-nav[data-astro-cid-swhfej32]{display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap}.nav-item[data-astro-cid-swhfej32]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s}.nav-item[data-astro-cid-swhfej32]:hover{background:var(--bg-secondary);color:var(--text-primary)}.nav-item[data-astro-cid-swhfej32].active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.settings-section[data-astro-cid-swhfej32]{display:none;background:var(--bg-secondary);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color)}.settings-section[data-astro-cid-swhfej32].active{display:block}.section-title[data-astro-cid-swhfej32]{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.settings-form[data-astro-cid-swhfej32]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-astro-cid-swhfej32]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-swhfej32] label[data-astro-cid-swhfej32]{font-weight:500;color:var(--text-primary);font-size:.9rem}.form-input[data-astro-cid-swhfej32],.form-select[data-astro-cid-swhfej32]{padding:.75rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input[data-astro-cid-swhfej32]:focus,.form-select[data-astro-cid-swhfej32]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #667eea33}.form-input[data-astro-cid-swhfej32]:disabled{opacity:.6;cursor:not-allowed}.form-hint[data-astro-cid-swhfej32]{font-size:.8rem;color:var(--text-muted);margin:0}.avatar-group[data-astro-cid-swhfej32] .avatar-editor[data-astro-cid-swhfej32]{display:flex;gap:1.5rem;align-items:flex-start}.avatar-preview[data-astro-cid-swhfej32]{width:80px;height:80px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:2px solid var(--border-color)}.avatar-preview[data-astro-cid-swhfej32] img[data-astro-cid-swhfej32]{width:100%;height:100%;object-fit:cover}.avatar-placeholder[data-astro-cid-swhfej32]{font-size:2rem;color:var(--text-muted)}.avatar-actions[data-astro-cid-swhfej32]{flex:1;display:flex;flex-direction:column;gap:.5rem}.avatar-upload-row[data-astro-cid-swhfej32]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-upload[data-astro-cid-swhfej32]{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--primary-color);color:#fff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-upload[data-astro-cid-swhfej32]:hover{background:var(--primary-dark, #5a6fd6);transform:translateY(-1px)}.or-divider[data-astro-cid-swhfej32]{color:var(--text-muted);font-size:.85rem}.url-input[data-astro-cid-swhfej32]{flex:1;min-width:150px}.radio-group[data-astro-cid-swhfej32],.checkbox-group[data-astro-cid-swhfej32]{display:flex;flex-direction:column;gap:.75rem}.radio-item[data-astro-cid-swhfej32],.checkbox-item[data-astro-cid-swhfej32]{display:flex;align-items:center;gap:.75rem;cursor:pointer}.radio-label[data-astro-cid-swhfej32],.checkbox-label[data-astro-cid-swhfej32]{font-weight:400;color:var(--text-secondary)}.form-actions[data-astro-cid-swhfej32]{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.btn-primary[data-astro-cid-swhfej32]{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary[data-astro-cid-swhfej32]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-primary[data-astro-cid-swhfej32]:disabled{opacity:.6;cursor:not-allowed;transform:none}.notice-box[data-astro-cid-swhfej32]{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:1rem;margin-top:1rem}.notice-box[data-astro-cid-swhfej32] p[data-astro-cid-swhfej32]{margin:0;color:var(--text-secondary);font-size:.9rem}@media(max-width:640px){.settings-nav[data-astro-cid-swhfej32]{flex-direction:column}.nav-item[data-astro-cid-swhfej32]{justify-content:center}.avatar-group[data-astro-cid-swhfej32] .avatar-editor[data-astro-cid-swhfej32]{flex-direction:column;align-items:center}.avatar-actions[data-astro-cid-swhfej32]{width:100%}}
