.settings-wrapper{--primary-blue: #2563EB;--primary-blue-dark: #1d4ed8;--brand-dark: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--border-dark: #cbd5e1;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1);--shadow-blue: 0 4px 14px -2px rgba(37,99,235,.25);--radius-sm: 8px;--radius-md: 12px;--success-green: #16a34a;--warning-amber: #d97706;--error-red: #dc2626;font-family:Host Grotesk,system-ui,-apple-system,sans-serif;color:var(--brand-dark);max-width:1100px;margin:0 auto;padding:20px}.settings-page-header{margin-bottom:14px}.settings-page-title{font-size:24px;font-weight:700;color:var(--brand-dark);margin:0 0 2px}.settings-page-subtitle{font-size:13px;color:var(--text-muted);margin:0}.settings-save-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:7px 14px;background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px}.settings-save-left{display:flex;align-items:center;gap:8px;color:var(--text-muted)}.settings-save-dot{width:8px;height:8px;border-radius:50%;background:var(--border-dark);transition:background .3s ease}.settings-save-dot.saving{background:var(--warning-amber);animation:pulse-dot 1s infinite}.settings-save-dot.saved{background:var(--success-green)}.settings-save-dot.error{background:var(--error-red)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.settings-card-full{grid-column:1 / -1}.settings-section{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:16px 18px;align-self:start}.settings-section-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.settings-section-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-dark));border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}.settings-section-title{font-size:15px;font-weight:700;color:var(--brand-dark);margin:0}.settings-section-desc{font-size:11px;color:var(--text-muted);margin:2px 0 0}.settings-field{margin-bottom:12px}.settings-field:last-child{margin-bottom:0}.settings-label{display:block;font-size:11px;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.settings-label-hint{font-weight:400;color:var(--text-muted);font-size:10px;margin-left:3px}.settings-input{width:100%;padding:7px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;color:var(--brand-dark);background:var(--bg-white);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.settings-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.settings-input::placeholder{color:var(--border-dark)}.settings-input[readonly]{background:var(--bg-light);color:var(--text-muted);cursor:not-allowed}.settings-textarea{width:100%;padding:7px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;color:var(--brand-dark);background:var(--bg-white);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;resize:vertical;min-height:64px}.settings-textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.settings-row{display:flex;gap:10px}.settings-row .settings-field{flex:1}.settings-row .settings-field.small{flex:0 0 100px}.profile-header-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.avatar-preview-box{width:64px;height:64px;border:2px dashed var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-light);flex-shrink:0}.avatar-preview-box.has-image{border-style:solid;border-color:var(--primary-blue)}.avatar-preview-box img{width:100%;height:100%;object-fit:cover}.avatar-preview-box .avatar-placeholder{color:var(--border-dark);font-size:24px}.profile-header-info{flex:1;min-width:0}.profile-header-name{font-size:16px;font-weight:700;color:var(--brand-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header-email{font-size:12px;color:var(--text-muted);margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.avatar-upload-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;font-size:11px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.avatar-upload-btn:hover{background:var(--bg-light);border-color:var(--border-dark)}.avatar-upload-btn.uploading{opacity:.6;pointer-events:none}.avatar-remove-btn{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:none;border:none;font-size:10px;color:var(--error-red);cursor:pointer;font-family:inherit}.avatar-remove-btn:hover{opacity:.7}.logo-upload-area{display:flex;align-items:center;gap:14px}.logo-preview-box{width:72px;height:72px;border:2px dashed var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-light);flex-shrink:0}.logo-preview-box img{width:100%;height:100%;object-fit:contain;padding:4px}.logo-preview-box .logo-placeholder{color:var(--border-dark);font-size:24px}.logo-upload-controls{display:flex;flex-direction:column;gap:4px}.logo-upload-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;font-size:11px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:inherit}.logo-upload-btn:hover{background:var(--bg-light);border-color:var(--border-dark)}.logo-upload-btn.uploading{opacity:.6;pointer-events:none}.logo-remove-btn{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:none;border:none;font-size:10px;color:var(--error-red);cursor:pointer;font-family:inherit}.logo-remove-btn:hover{opacity:.7}.logo-upload-hint,.avatar-upload-hint{font-size:10px;color:var(--text-muted)}.pref-link-row{margin-bottom:10px}.pref-link-row:last-of-type{margin-bottom:0}.pref-link-label{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.pref-link-label .settings-label-hint{margin-left:0}.pref-link-fav{width:16px;height:16px;object-fit:contain;border-radius:2px}.pref-link-input-wrap{display:flex;gap:6px;align-items:center}.pref-link-input{flex:1;min-width:0;padding:7px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;font-family:inherit;color:var(--brand-dark);background:var(--bg-white);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.pref-link-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.pref-link-input::placeholder{color:var(--border-dark);font-size:11px}.pref-link-open-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;background:var(--primary-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s ease;flex-shrink:0}.pref-link-open-btn:hover{background:var(--primary-blue-dark);color:#fff}.pref-links-hint{font-size:10px;color:var(--text-muted);margin-top:10px;padding-top:8px;border-top:1px solid var(--border-color);line-height:1.4}.settings-actions{display:flex;gap:10px;margin-top:16px}.settings-btn-save{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-dark));color:#fff;border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease;box-shadow:var(--shadow-blue)}.settings-btn-save:hover{transform:translateY(-1px);box-shadow:0 6px 20px -4px #2563eb59}.settings-btn-save:disabled{opacity:.6;pointer-events:none;transform:none}.settings-btn-secondary{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;background:var(--bg-white);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;text-decoration:none;transition:all .2s ease}.settings-btn-secondary:hover{background:var(--bg-light);border-color:var(--border-dark);color:var(--text-secondary)}.settings-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:var(--text-muted);font-size:14px;gap:10px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.settings-wrapper{padding:14px}.settings-grid{grid-template-columns:1fr}.settings-card-full{grid-column:1}.settings-page-title{font-size:20px}.settings-section{padding:14px}.settings-row{flex-direction:column;gap:0}.settings-row .settings-field.small{flex:1}.profile-header-row{flex-wrap:wrap;gap:10px}.profile-header-actions{flex-direction:row}.logo-upload-area{flex-direction:column;align-items:flex-start}.settings-actions{flex-direction:column}.settings-btn-save,.settings-btn-secondary{width:100%;justify-content:center}}
