html{-webkit-text-size-adjust:100%}@media(max-width:640px){input,textarea,select,button{font-size:16px}}body{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}html,body,button,a{touch-action:manipulation}.user-profile-edit{width:100%;margin:0 auto;font-family:Inter,system-ui,-apple-system,sans-serif}.user-profile-edit h1{display:none}.profile-section{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0}.profile-section h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.info-item span{font-size:1rem;color:#1e293b;font-weight:500}.badge{display:inline-flex;padding:.25rem .75rem;background-color:#f1f5f9;color:#475569;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.status:before{content:"";width:.5rem;height:.5rem;border-radius:50%}.status.active{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status.active:before{background-color:#16a34a}.status.inactive{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.status.inactive:before{background-color:#dc2626}.profile-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.925rem;font-weight:500;color:#334155}.form-group input{padding:.75rem 1rem;border:1px solid #cbd5e0;border-radius:.5rem;font-size:1rem;color:#1e293b;transition:all .2s ease;background-color:#fff}.form-group input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 2px #16a34a33}.form-group input:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.form-hint{font-size:.8rem;color:#64748b;margin-top:.25rem}.form-actions{margin-top:1rem;display:flex;justify-content:flex-end}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background-color:#16a34a;color:#fff}.btn-primary:hover:not(:disabled){background-color:#15803d}.btn:disabled{background:#cbd5e0;color:#64748b;cursor:not-allowed}.alert{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:2rem;display:flex;align-items:center;font-weight:500;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;color:#64748b}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#16a34a;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:640px){.user-profile-edit{padding:0}.profile-section{padding:1.5rem}.btn{width:100%}}
