.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 1rem 3rem;background:linear-gradient(160deg,#ecfdf5,#f0fdf4 30%,#fff 60%,#ecfdf5);position:relative;overflow:hidden}.auth-page:before{top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.06) 0,transparent 70%)}.auth-page:after,.auth-page:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-page:after{bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(5,150,105,.05) 0,transparent 70%)}.auth-container{width:100%;max-width:440px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 0 0 1px rgba(16,185,129,.08),0 4px 6px rgba(0,0,0,.02),0 12px 40px rgba(0,0,0,.06);padding:2.5rem 2.25rem;position:relative;z-index:1;animation:authSlideUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes authSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-container:before{content:"";position:absolute;top:0;left:24px;right:24px;height:3px;background:linear-gradient(90deg,#10b981,#059669,#10b981);border-radius:0 0 4px 4px}.auth-logo{display:flex;justify-content:center;margin-bottom:1.25rem}.auth-logo img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(16,185,129,.2))}.auth-header{text-align:center;margin-bottom:1.75rem}.auth-header h1{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 .375rem;letter-spacing:-.02em}.auth-header p{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5}.auth-form .form-group{margin-bottom:1.125rem}.auth-form label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem;letter-spacing:.01em}.auth-form input{width:100%;padding:.75rem .875rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#111827;transition:all .2s ease;background:#fafafa;font-family:inherit;box-sizing:border-box}.auth-form input:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.auth-form input::placeholder{color:#9ca3af;font-size:.875rem}.auth-form .input-with-icon{position:relative}.auth-form .input-with-icon>i{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:.875rem;transition:color .2s;pointer-events:none;z-index:1}.auth-form .input-with-icon input{padding-left:2.5rem}.auth-form .input-with-icon:focus-within>i{color:#10b981}.auth-form .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;font-size:.875rem;line-height:1;z-index:1;transition:color .2s}.auth-form .password-toggle:hover{color:#10b981}.auth-btn{width:100%;padding:.8125rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;letter-spacing:.01em;margin-top:.25rem;box-sizing:border-box;position:relative;overflow:hidden}.auth-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.15),transparent 50%);opacity:0;transition:opacity .25s}.auth-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(16,185,129,.35)}.auth-btn:hover:before{opacity:1}.auth-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(16,185,129,.25)}.auth-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.auth-btn .spinner{display:inline-block;width:18px;height:18px;border:2.5px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:authSpin .6s linear infinite}@keyframes authSpin{to{transform:rotate(1turn)}}.auth-links{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.auth-links a{color:#059669;font-weight:700;text-decoration:none;transition:color .2s}.auth-links a:hover{color:#047857;text-decoration:underline}.forgot-link{display:block;text-align:right;margin-top:-.375rem;margin-bottom:.875rem}.forgot-link a{color:#6b7280;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-link a:hover{color:#059669}.otp-inputs{display:flex;justify-content:center;gap:8px;margin-bottom:1.25rem}.otp-input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:800;color:#111827;border:2px solid #e5e7eb;border-radius:12px;background:#fafafa;transition:all .2s ease;font-family:Inter,monospace;box-sizing:border-box;padding:0;caret-color:#10b981}.otp-input:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.15);transform:scale(1.05)}.auth-error{background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;border-radius:12px;padding:.75rem 1rem;margin-bottom:1.125rem;color:#dc2626;font-size:.8575rem;display:flex;align-items:center;gap:.5rem;font-weight:500;animation:authShake .4s ease}@keyframes authShake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.auth-success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:12px;padding:.75rem 1rem;margin-bottom:1.125rem;color:#059669;font-size:.875rem;gap:.5rem;font-weight:500}.auth-divider,.auth-success{display:flex;align-items:center}.auth-divider{margin:1.25rem 0;gap:.75rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e5e7eb}.auth-divider span{color:#9ca3af;font-size:.8125rem;font-weight:500}.nav-auth-desktop{display:flex;align-items:center;gap:4px;margin-left:4px;flex-shrink:0;padding-right:2px}.btn-nav-login{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;color:#374151;font-weight:600;font-size:.8rem;border:none;border-radius:50px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;letter-spacing:.01em;background:transparent}.btn-nav-login:hover{color:#059669;background:rgba(16,185,129,.08);transform:translateY(-1px)}.btn-nav-register{display:inline-flex;align-items:center;gap:4px;padding:7px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:.8rem;border-radius:50px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;letter-spacing:.01em;box-shadow:0 2px 8px rgba(16,185,129,.25)}.btn-nav-register:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(16,185,129,.4);background:linear-gradient(135deg,#059669,#047857)}.nav-auth-mobile{display:none}.nav-mobile-profile{display:flex;flex-direction:column;gap:12px}.nav-mobile-profile-header{display:flex;align-items:center;gap:12px;padding:4px 0}.nav-mobile-profile-avatar-wrap{position:relative;flex-shrink:0}.nav-mobile-profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(16,185,129,.3)}.nav-mobile-profile-initials{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1rem;letter-spacing:.5px}.nav-mobile-verified{position:absolute;bottom:-2px;right:-2px;color:#10b981;font-size:.85rem;background:#fff;border-radius:50%;line-height:1}.nav-mobile-profile-info{display:flex;flex-direction:column;min-width:0}.nav-mobile-profile-name{font-weight:700;font-size:.95rem;color:#1f2937}.nav-mobile-profile-email,.nav-mobile-profile-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-mobile-profile-email{font-size:.8rem;color:#6b7280}.nav-mobile-profile-stats{display:flex;gap:4px}.nav-mobile-stat{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:8px 0;background:#f9fafb;border-radius:10px}.nav-mobile-stat-val{font-weight:700;font-size:1rem;color:#059669}.nav-mobile-stat-label{font-size:.7rem;color:#6b7280;font-weight:500}.nav-logout-btn-mobile{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;font-size:.95rem;font-weight:600;color:#dc2626!important;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;cursor:pointer;font-family:inherit;transition:background .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-logout-btn-mobile:active,.nav-logout-btn-mobile:hover{background:#fee2e2}.mobile-auth-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.btn-mobile-login{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;font-size:.95rem;font-weight:600;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:background .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-mobile-login:active,.btn-mobile-login:hover{background:#f3f4f6}.btn-mobile-register{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;font-size:.95rem;font-weight:600;color:#fff;background:#1f2937;border:none;border-radius:12px;text-decoration:none;transition:background .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-mobile-register:active,.btn-mobile-register:hover{background:#111827}.nav-user-dropdown{position:relative}.nav-user-btn{display:flex;align-items:center;gap:6px;padding:4px 12px 4px 4px;background:rgba(16,185,129,.08);border:1.5px solid rgba(16,185,129,.2);border-radius:50px;color:#059669;font-weight:700;font-size:.82rem;cursor:pointer;font-family:inherit;transition:all .25s;white-space:nowrap}.nav-user-btn:hover{background:rgba(16,185,129,.14);border-color:rgba(16,185,129,.35)}.nav-user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(16,185,129,.3)}.nav-user-initials{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px}.nav-user-btn i.fa-chevron-down{font-size:.6rem;transition:transform .2s;margin-left:2px}.nav-user-dropdown:hover .nav-user-btn i.fa-chevron-down{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);min-width:260px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s cubic-bezier(.4,0,.2,1);z-index:100;overflow:hidden}.nav-user-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-bottom:1px solid #e5e7eb}.nav-dropdown-avatar-wrap{position:relative;flex-shrink:0}.nav-dropdown-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(16,185,129,.3)}.nav-dropdown-initials{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.5px}.nav-dropdown-verified{position:absolute;bottom:-1px;right:-1px;color:#10b981;font-size:.8rem;background:#fff;border-radius:50%;line-height:1}.nav-dropdown-info{display:flex;flex-direction:column;min-width:0}.nav-dropdown-name{font-weight:700;font-size:.9rem;color:#1f2937}.nav-dropdown-email,.nav-dropdown-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-dropdown-email{font-size:.75rem;color:#6b7280}.nav-dropdown-stats{display:flex;padding:10px 16px;gap:4px}.nav-dropdown-stat{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:6px 0;background:#f9fafb;border-radius:8px}.nav-dropdown-stat-val{font-weight:700;font-size:.9rem;color:#059669}.nav-dropdown-stat-label{font-size:.65rem;color:#6b7280;font-weight:500}.nav-dropdown-member{padding:0 16px 10px;font-size:.72rem;color:#9ca3af;display:flex;align-items:center;gap:5px}.nav-dropdown-divider{height:1px;background:#e5e7eb;margin:0}.nav-dropdown-item{display:flex;align-items:center;gap:8px;padding:12px 16px;width:100%;border:none;background:none;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.nav-dropdown-logout:hover{background:#fef2f2;color:#dc2626}@media (max-width:768px){.nav-auth-desktop{display:none}.nav-auth-mobile{display:block;padding-top:20px;margin-top:16px}.auth-page{align-items:flex-start;padding:90px 1rem 2rem}.auth-container{padding:2rem 1.5rem;border-radius:20px;max-width:100%}.auth-header h1{font-size:1.35rem}.auth-form input{padding:.6875rem .75rem;font-size:1rem}.auth-form .input-with-icon input{padding-left:2.375rem}.auth-btn{padding:.75rem}.otp-inputs{gap:6px}.otp-input{width:44px;height:52px;font-size:1.35rem;border-radius:10px}}@media (max-width:480px){.auth-container{padding:1.5rem 1.25rem;border-radius:16px}.auth-header h1{font-size:1.25rem}.auth-header p{font-size:.82rem}.otp-inputs{gap:5px}.otp-input{width:40px;height:48px;font-size:1.25rem;border-radius:8px}}@media (max-width:360px){.auth-container{padding:1.25rem 1rem;border-radius:14px}.auth-header h1,.otp-input{font-size:1.15rem}.otp-input{width:36px;height:44px}.auth-btn{padding:.7rem;font-size:.88rem}.auth-logo img{width:64px;height:64px}.profile-card,.profile-section{padding:1rem .75rem;border-radius:12px}.profile-card-name{font-size:1.1rem}.profile-card-stats{gap:4px}.profile-stat{padding:8px 2px}.profile-stat-val{font-size:.95rem}.profile-stat-label{font-size:.62rem}}.nav-dropdown-profile-link{text-decoration:none;color:#374151}.nav-dropdown-profile-link:hover{background:#f0fdf4;color:#059669}.nav-profile-btn-mobile{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;font-size:.95rem;font-weight:600;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:background .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-profile-btn-mobile:active,.nav-profile-btn-mobile:hover{background:#f3f4f6}.profile-page{min-height:100vh;padding:100px 1rem 3rem;background:linear-gradient(160deg,#ecfdf5,#f0fdf4 30%,#fff 60%,#ecfdf5);position:relative}.profile-page:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.06) 0,transparent 70%);border-radius:50%;pointer-events:none}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#6b7280}.profile-loading .spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:authSpin .6s linear infinite}.profile-container{max-width:720px;margin:0 auto;gap:1.5rem;z-index:1}.profile-card,.profile-container{display:flex;flex-direction:column;position:relative}.profile-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 0 0 1px rgba(16,185,129,.08),0 4px 6px rgba(0,0,0,.02),0 12px 40px rgba(0,0,0,.06);padding:2rem;align-items:center;text-align:center;animation:authSlideUp .5s cubic-bezier(.16,1,.3,1) forwards;overflow:hidden}.profile-card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:3px;background:linear-gradient(90deg,#10b981,#059669,#10b981);border-radius:0 0 4px 4px}.profile-card-avatar-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-avatar-wrap{position:relative;width:96px;height:96px;border-radius:50%;cursor:pointer;flex-shrink:0}.profile-avatar-img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid rgba(16,185,129,.3)}.profile-avatar-initials{width:96px;height:96px;background:linear-gradient(135deg,#10b981,#059669);font-weight:800;font-size:1.75rem;letter-spacing:1px}.profile-avatar-initials,.profile-avatar-overlay{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.profile-avatar-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);font-size:1.25rem;opacity:0;transition:opacity .2s}.profile-avatar-wrap:hover .profile-avatar-overlay{opacity:1}.profile-card-info{margin-top:1rem}.profile-card-name{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 .25rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.profile-verified-badge{color:#10b981;font-size:1.1rem}.profile-card-email{color:#6b7280;font-size:.9rem;margin:0 0 .25rem}.profile-card-member{color:#9ca3af;font-size:.8rem;margin:0;display:flex;align-items:center;justify-content:center;gap:.35rem}.profile-card-stats{display:flex;gap:6px;margin-top:1.25rem;width:100%}.profile-stat{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:10px 4px;background:#f9fafb;border-radius:12px}.profile-stat-val{font-weight:700;font-size:1.1rem;color:#059669}.profile-stat-label{font-size:.7rem;color:#6b7280;font-weight:500;margin-top:2px}.profile-section{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 0 0 1px rgba(16,185,129,.08),0 4px 6px rgba(0,0,0,.02),0 12px 40px rgba(0,0,0,.06);padding:1.75rem 2rem;animation:authSlideUp .5s cubic-bezier(.16,1,.3,1) forwards}.profile-section-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem}.profile-section-header i{color:#10b981;font-size:1.1rem}.profile-section-header h2{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.profile-msg{border-radius:12px;padding:.625rem .875rem;margin-bottom:1rem;font-size:.85rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.profile-msg-success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;color:#059669}.profile-msg-error{background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;color:#dc2626;animation:authShake .4s ease}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.profile-form-group{display:flex;flex-direction:column;gap:.375rem}.profile-form-group label{font-size:.8125rem;font-weight:600;color:#374151;letter-spacing:.01em}.profile-form-group input,.profile-form-group select,.profile-form-group textarea{width:100%;padding:.6875rem .875rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#111827;transition:all .2s ease;background:#fafafa;font-family:inherit;box-sizing:border-box}.profile-form-group textarea{resize:vertical;min-height:60px}.profile-form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}.profile-form-group select:disabled{opacity:.5;cursor:not-allowed}.profile-form-group input:focus,.profile-form-group select:focus,.profile-form-group textarea:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.profile-form-group input::placeholder,.profile-form-group textarea::placeholder{color:#9ca3af;font-size:.875rem}.profile-input-wrap{position:relative}.profile-input-wrap input{width:100%;padding-right:2.5rem}.profile-pw-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;font-size:.875rem;transition:color .2s}.profile-pw-toggle:hover{color:#10b981}.profile-save-btn{align-self:flex-start;padding:.6875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;font-family:inherit}.profile-save-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(16,185,129,.35)}.profile-save-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-toggle-info{display:flex;flex-direction:column;gap:.125rem}.profile-toggle-label{font-size:.9rem;font-weight:600;color:#374151}.profile-toggle-desc{font-size:.8rem;color:#9ca3af}.profile-toggle{position:relative;width:48px;height:26px;border-radius:13px;border:none;background:#d1d5db;cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}.profile-toggle.active{background:#10b981}.profile-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s}.profile-toggle.active .profile-toggle-knob{transform:translateX(22px)}.profile-section-danger{border:1.5px solid #fecaca}.profile-section-danger .profile-section-header h2,.profile-section-danger .profile-section-header i{color:#dc2626}.profile-danger-box{background:linear-gradient(135deg,#fef2f2,#fff1f2);border-radius:12px;padding:1.25rem}.profile-danger-box p{color:#991b1b;font-size:.875rem;margin:0 0 1rem;line-height:1.5}.profile-delete-btn{padding:.625rem 1.25rem;background:#dc2626;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-family:inherit}.profile-delete-btn:hover{background:#b91c1c;box-shadow:0 4px 12px rgba(220,38,38,.3)}.profile-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.profile-modal{background:#fff;border-radius:20px;padding:2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:authSlideUp .3s cubic-bezier(.16,1,.3,1) forwards}.profile-modal-icon{width:56px;height:56px;border-radius:50%;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem}.profile-modal h3{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .5rem}.profile-modal p{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.profile-modal-actions{display:flex;gap:.75rem}.profile-modal-cancel{flex:1 1;padding:.6875rem;border:1.5px solid #e5e7eb;background:#fff;color:#374151;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.profile-modal-cancel:hover{background:#f9fafb;border-color:#d1d5db}.profile-modal-confirm{flex:1 1;padding:.6875rem;background:#dc2626;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.profile-modal-confirm:hover{background:#b91c1c}.profile-modal-cancel:disabled,.profile-modal-confirm:disabled{opacity:.65;cursor:not-allowed}.spinner-sm{display:inline-block;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:authSpin .6s linear infinite}.profile-msg .spinner-sm{border-color:currentColor rgba(0,0,0,.15) rgba(0,0,0,.15)}@media (max-width:768px){.profile-page{padding:80px .75rem 2rem}.profile-card{padding:1.5rem 1.25rem;border-radius:16px}.profile-section{padding:1.25rem;border-radius:16px}.profile-form-row{grid-template-columns:1fr}.profile-card-stats{flex-wrap:wrap}.profile-stat{min-width:calc(50% - 4px)}.profile-avatar-img,.profile-avatar-initials,.profile-avatar-wrap{width:80px;height:80px}.profile-avatar-initials{font-size:1.5rem}.profile-card-name{font-size:1.25rem}}@media (max-width:480px){.profile-page{padding:80px .5rem 1.5rem}.profile-card,.profile-section{padding:1.25rem 1rem;border-radius:14px}.profile-modal{padding:1.5rem;border-radius:16px}.profile-modal-actions,.profile-toggle-row{flex-direction:column}.profile-toggle-row{align-items:flex-start;gap:.75rem}}