.profile-edit-container{flex-direction:column;gap:2rem;display:flex}.profile-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);background:#ffffffbf;background:lab(100% 0 0/.75);border-radius:1.25rem;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000000d}.dark .profile-card{background:#070b0db3;background:lab(2.75766% -.585981 -1.39192/.7);border-color:#ffffff1a;border-color:lab(100% 0 0/.1);box-shadow:0 8px 32px #0003}.profile-card__header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.profile-card__icon{background:oklch(from var(--primary) l c h / 10%);width:2.5rem;height:2.5rem;color:var(--primary);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-card__title{color:var(--foreground);font-size:1.125rem;font-weight:700}.profile-card__subtitle{color:var(--muted-foreground);margin-top:.125rem;font-size:.8125rem}.profile-avatar-section{border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.profile-avatar{background:linear-gradient(135deg, var(--primary), oklch(from var(--primary) calc(l - .1) c h));width:5.5rem;height:5.5rem;color:var(--primary-foreground);letter-spacing:.05em;box-shadow:0 0 0 4px #fffc, 0 4px 20px oklch(from var(--primary) l c h / 30%);border-radius:50%;justify-content:center;align-items:center;font-size:1.625rem;font-weight:800;display:flex;position:relative}@supports (color:lab(0% 0 0)){.profile-avatar{box-shadow:0 0 0 4px lab(100% 0 0/.8), 0 4px 20px oklch(from var(--primary) l c h / 30%)}}.dark .profile-avatar{box-shadow:0 0 0 4px #070b0dcc, 0 4px 20px oklch(from var(--primary) l c h / 20%)}@supports (color:lab(0% 0 0)){.dark .profile-avatar{box-shadow:0 0 0 4px lab(2.75766% -.585981 -1.39192/.8), 0 4px 20px oklch(from var(--primary) l c h / 20%)}}.profile-avatar__badge{background:var(--card);border:2px solid var(--border);width:1.75rem;height:1.75rem;color:var(--muted-foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.profile-avatar__badge:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.profile-avatar__name{color:var(--foreground);font-size:1rem;font-weight:600}.profile-avatar__email{color:var(--muted-foreground);font-size:.8125rem}.profile-form-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.profile-form-grid{grid-template-columns:1fr 1fr}}.profile-form-group{flex-direction:column;gap:.5rem;display:flex}.profile-form-group--full{grid-column:1/-1}.profile-form-label{color:var(--foreground);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.profile-form-label__icon{color:var(--muted-foreground);width:.875rem;height:.875rem}.profile-input{border:1px solid var(--input);width:100%;height:2.75rem;color:var(--foreground);background:0 0;border-radius:.75rem;outline:none;padding:0 .875rem;font-size:.9375rem;transition:all .2s}.profile-input:focus{border-color:var(--ring);box-shadow:0 0 0 3px oklch(from var(--ring) l c h / 20%)}.profile-input::placeholder{color:var(--muted-foreground)}.profile-input--error{border-color:var(--destructive);box-shadow:0 0 0 3px oklch(from var(--destructive) l c h / 15%)}.profile-input:disabled{opacity:.5;cursor:not-allowed;background:oklch(from var(--muted) l c h / 50%)}.profile-error-text{color:var(--destructive);align-items:center;gap:.25rem;margin-top:.125rem;font-size:.75rem;display:flex}.profile-form-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.notification-list{flex-direction:column;gap:0;display:flex}.notification-item{border-bottom:1px solid oklch(from var(--border) l c h / 50%);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.notification-item:last-child{border-bottom:none;padding-bottom:0}.notification-item:first-child{padding-top:0}.notification-item__info{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.notification-item__icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.notification-item__icon--email{color:#0064b8;color:lab(40.7234% 2.09621 -59.9175);background:#4ba3f71f;background:lab(64.5654% -6.44964 -50.653/.12)}.notification-item__icon--push{background:oklch(from var(--primary) l c h / 12%);color:var(--primary)}.notification-item__icon--sms{color:#b64e00;color:lab(46.5546% 47.4807 88.6285);background:#e77f3e1f;background:lab(64.3016% 37.5214 52.3586/.12)}.notification-item__text h4{color:var(--foreground);font-size:.875rem;font-weight:600}.notification-item__text p{color:var(--muted-foreground);margin-top:.125rem;font-size:.75rem}.password-strength{gap:.25rem;margin-top:.375rem;display:flex}.password-strength__bar{background:var(--muted);border-radius:999px;flex:1;height:3px;transition:background .3s}.password-strength__bar--active-weak{background:#e40014;background:lab(48.4493% 77.4328 61.5452)}.password-strength__bar--active-fair{background:#e77f3e;background:lab(64.3016% 37.5214 52.3586)}.password-strength__bar--active-good{background:#00bb7f;background:lab(66.9756% -58.27 19.5419)}.password-strength__bar--active-strong{background:var(--primary)}.password-strength__label{margin-top:.25rem;font-size:.6875rem;font-weight:500}.password-strength__label--weak{color:#e40014;color:lab(48.4493% 77.4328 61.5452)}.password-strength__label--fair{color:#e77f3e;color:lab(64.3016% 37.5214 52.3586)}.password-strength__label--good{color:#00bb7f;color:lab(66.9756% -58.27 19.5419)}.password-strength__label--strong{color:var(--primary)}.profile-toast{z-index:100;pointer-events:none;border-radius:1rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000026}.profile-toast--success{background:var(--primary);color:var(--primary-foreground)}.profile-toast--error{background:var(--destructive);color:#fff}.profile-btn-loading{align-items:center;gap:.5rem;display:inline-flex}.profile-spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile-meta-info{background:oklch(from var(--muted) l c h / 50%);color:var(--muted-foreground);border-radius:.75rem;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.profile-meta-info svg{width:1rem;height:1rem;color:var(--primary);flex-shrink:0}@media (max-width:639px){.profile-card{border-radius:1rem;padding:1.25rem}.profile-form-actions{flex-direction:column}.profile-form-actions button{width:100%}.profile-avatar{width:4.5rem;height:4.5rem;font-size:1.375rem}.profile-toast{bottom:6rem;left:1rem;right:1rem;transform:none}}
