.settings-page{background-color:#f8fafc;min-height:100vh}.settings-container{max-width:800px;margin:80px auto 0;padding:2rem}.settings-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.settings-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1rem}.settings-title{color:#1f2937;margin:0;font-size:2rem;font-weight:700}.settings-subtitle{color:#6b7280;margin:.5rem 0 0;font-size:1rem}.success-message{color:#065f46;background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.profile-section{margin-bottom:2rem}.section-title{color:#1f2937;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.form-input{color:#1f2937;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.form-input.error{background-color:#fef2f2;border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-message{color:#ef4444;margin:.5rem 0 0;font-size:.875rem}.help-text{color:#6b7280;margin:.5rem 0 0;font-size:.875rem}.form-actions{justify-content:flex-end;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb}.btn-primary{color:#fff;background-color:#10b981;font-weight:600}.btn-primary:hover:not(:disabled){background-color:#059669}.btn-primary:disabled{cursor:not-allowed;background-color:#9ca3af}.spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.account-info{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.account-info-title{color:#1f2937;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.info-grid{flex-direction:column;gap:.75rem;display:flex}.info-row{justify-content:space-between;align-items:center;display:flex}.info-label{color:#6b7280;font-weight:500}.info-value{color:#1f2937;font-weight:600}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.settings-container{margin-top:60px;padding:1rem}.settings-card{padding:1.5rem}.settings-title{font-size:1.5rem}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}