.account-container{display:flex;justify-content:center;align-items:flex-start;min-height:calc(80vh - 56px);padding:40px 0;background:var(--bg-color-second)}.account-form-container{width:100%;max-width:400px;margin:auto 0;padding:48px 40px;border-radius:12px;border:1px solid rgba(0,0,0,.05);background-color:var(--bg-color-base);box-shadow:0 2px 4px rgba(0,0,0,.02),0 8px 16px rgba(0,0,0,.06)}.account-login-header{text-align:center;margin-bottom:32px}.account-login-header h1{margin-bottom:8px;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text-color-base)}.account-login-header p{font-size:14px;font-weight:400;color:#8792a2}.account-form-group{position:relative;margin-bottom:24px}.account-form-group.signup{margin-bottom:15px}.account-form-group label{margin-bottom:5px;font-size:14px;font-weight:500;text-transform:uppercase;color:#8792a2;pointer-events:none}.account-form-bday-number select,.account-form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:15px;color:#1a1f36;transition:border-color .3s ease,box-shadow .3s ease}.account-form-bday-number select:focus,.account-form-group input:focus{outline:0;border-color:#007bff;box-shadow:0 0 4px rgba(0,123,255,.3)}.account-form-names{display:flex;justify-content:space-between;gap:8px}.account-form-bday{display:flex;flex-direction:column}.account-form-bday-number{display:flex;gap:8px}.account-form-group.account-form-gender{display:flex;flex-direction:column}.account-form-signup-gender{display:flex;gap:8px}.gender-option{display:flex;align-items:center;justify-content:space-between;gap:5px;flex:1;padding:10px 12px;border-radius:8px;border:1px solid #ddd;color:#1c1e21;outline:0;transition:all .2s ease}.gender-option input{order:2;width:12px;cursor:pointer}.gender-option label{order:1;margin:0}.account-form-group.account-form-gender input[type=radio]+label,.account-form-group.account-form-gender input[type=radio]:focus+label{position:static;transform:none;top:auto;left:auto;font-size:15px;font-weight:400;color:#1c1e21}.input-wrapper{position:relative}.input-wrapper input{width:100%;padding-right:42px}.password-toggle{position:absolute;top:50%;right:12px;background:0 0;border:none;cursor:pointer;font-size:18px;color:#8792a2;transform:translateY(-50%)}.password-toggle svg{width:18px;height:18px;fill:currentColor;pointer-events:none}.password-toggle:focus,.password-toggle:hover{color:var(--primary-color-800)}.account-form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:16px}.account-checkbox-container{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#6b7385;font-weight:500}.account-checkbox-container input[type=checkbox]{display:none}.account-checkmark{width:18px;height:18px;border:1.5px solid #d1d9e0;border-radius:4px;margin-right:10px;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:transparent}.account-checkbox-container input[type=checkbox]:checked+.account-checkmark{background:#635bff;border-color:#635bff;color:#fff}.account-forgot-link{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-link-base);transition:color .2s ease}.account-forgot-link:hover{text-decoration:underline;color:var(--text-link-hover)}.account-forgot-link:active{color:var(--text-link-active)}.account-form-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:14px 20px;border:none;border-radius:6px;margin-bottom:24px;font-size:16px;font-weight:500;color:#fff;background:var(--text-link-base);cursor:pointer;overflow:hidden;transition:all .2s ease}.account-form-button:hover{background:#4c44d4;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,91,255,.4)}.account-form-button:active{transform:translateY(0)}.account-form-button-text{transition:opacity .2s ease}.account-form-button:disabled{opacity:.7;cursor:not-allowed}.account-form-button-loader{display:none}.account-form-button.loading span{display:none}.account-form-button.loading .account-form-button-loader{display:block}.divider{display:flex;position:relative;align-items:center;margin:24px 0;text-align:center}.divider::after,.divider::before{content:'';flex:1;height:1px;background:#e3e8ee}.divider::before{margin-right:16px}.divider::after{margin-left:16px}.divider span{color:#8792a2;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.account-social-buttons{display:flex;gap:12px;margin-bottom:24px}.account-social-btn{flex:1;background:#fff;color:#6b7385;border:1px solid #e3e8ee;border-radius:6px;padding:12px 16px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;min-height:44px}.account-social-btn:hover{border-color:#d1d9e0;background:#f8f9fa;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.account-social-btn:active{transform:translateY(0)}.account-text-link{text-align:center;font-size:14px;color:#8792a2}.account-text-link a{text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;color:var(--text-link-base)}.account-text-link a:hover{text-decoration:underline;color:var(--text-link-hover)}.account-text-link a:active{color:var(--text-link-active)}.account-error-message{display:none;color:#f56565;font-size:12px;font-weight:500;margin-top:5px;transform:translateY(-4px);transition:all .2s ease}.account-error-message.show{display:block;transform:translateY(0)}.account-form-group.error input{border-color:#f56565;background:#fef5f5}.account-form-group.error input:focus{border-color:#f56565}.account-form-group.error label{color:#f56565}.account-form-group.error .account-input-border{background:#f56565}.account-error-message-global{font-size:14px;font-weight:500;color:#f56565;margin:-10px 0 25px 0}.account-error-message-global.show{opacity:1}.success-message{display:none;text-align:center;padding:32px 20px;opacity:0;transform:translateY(16px);transition:all .3s ease}.user-profile-page{display:flex;max-width:1320px;gap:30px;padding:60px 16px;margin:0 auto;background:var(--bg-color-base)}.user-profile-sidebar{width:255px}.user-profile-main{flex:1}.user-profile-card{padding:1.5rem;border:1px solid #e7eaf3;border-radius:4px;margin-bottom:24px;text-align:center;background:var(--bg-color-base);box-shadow:0 2px 8px rgba(0,0,0,.05)}.user-profile-avatar{display:flex;align-items:center}.user-profile-avatar img{display:block;width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:center;margin:0 auto 1rem}.user-profile-avatar span{display:block;width:80px;height:80px;border-radius:50%;font-size:36px;font-weight:500;margin:0 auto 1rem}.user-profile-role{margin-bottom:1rem}.user-profile-role h3{margin:0;font-size:1rem;font-weight:500;line-height:1.5;color:var(--text-color-base)}.user-profile-role p{font-size:.875rem;font-weight:400;color:#8c98a4}.user-profile-message{text-align:center}.user-profile-message a{display:inline-block;padding:10px 18px;border-radius:2px;text-decoration:none;font-size:.875rem;font-weight:500;line-height:1.5;color:var(--primary-color-700);background:rgba(55,125,255,.1);cursor:pointer}.user-profile-message a:hover{color:#fff;background:#1e40af}.user-profile-message a svg{vertical-align:middle;width:18px;height:auto;margin-right:5px;fill:var(--primary-color-700)}.user-profile-message a:hover svg{fill:#fff}.user-profile-contacts{text-align:left}.user-profile-contacts h4{padding:0 0 16px 0;border-bottom:1px solid #e7eaf3;margin:0;font-size:1rem;font-weight:500;color:var(--text-color-base)}.user-profile-contact-item{display:flex;align-items:center;margin-bottom:.8rem}.user-profile-contact-avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:.6rem}.user-profile-contact-name{font-size:.875rem;font-weight:400;color:#8c98a4}.user-profile-contacts p{padding:0;margin:16px 0;color:var(--text-color-base)}.user-profile-rrss{text-align:left}.user-profile-rrss h4{padding:0 0 16px 0;border-bottom:1px solid #e7eaf3;margin:0;font-size:1rem;font-weight:500;color:var(--text-color-base)}.user-profile-rrss-list{list-style:none;padding:0;margin:10px 0}.user-profile-rrss-list li{margin-bottom:16px}.user-profile-rrss-list a{display:flex;align-items:center;gap:10px;text-decoration:none}.user-profile-rrss-list svg{width:25px;height:25px;flex-shrink:0}.user-profile-rrss-list span{font-size:1rem;font-weight:400;color:var(--text-color-base)}.user-profile-rrss p{padding:0;margin:16px 0}.user-profile-header h2{margin-bottom:4px;font-size:1.5rem;font-weight:500;line-height:1;color:var(--text-color-base)}.user-profile-header-info{display:flex;align-items:center;gap:4px;margin-bottom:20px}.user-profile-header-location{margin:0;font-size:1rem;font-weight:500;line-height:1.5;color:#6b7280}.user-profile-header-joined{margin:0;font-size:.875rem;font-weight:400;color:#77838f}.user-profile-header-bio{margin:0 0 16px 0;font-size:1rem;font-weight:400;line-height:1.5;color:#77838f}.user-profile-hr{border:1px solid #e7eaf3;margin:30px 0}.user-profile-progress{margin-top:2rem}.user-profile-progress h3{font-size:1rem;margin-bottom:1rem;color:var(--text-color-base)}.user-profile-progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.user-profile-progress-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between}.user-profile-progress-header{display:grid;grid-template-columns:40px 1fr auto;align-items:start;column-gap:.75rem;row-gap:0;margin-bottom:.75rem}.user-profile-progress-header svg{width:40px;height:auto;fill:var(--primary-color-800)}.user-profile-progress-type{font-size:.75rem;color:#888;margin:0 0 .125rem 0;line-height:1.2}.user-profile-progress-title{font-size:1rem;font-weight:700;margin:0;line-height:1.2}.user-profile-progress-link{font-size:.85rem;color:var(--primary-color-800);text-decoration:none;font-weight:500;white-space:nowrap;align-self:start}.user-profile-progress-link:hover{text-decoration:underline}.user-profile-progress-bar-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.user-profile-progress-bar{flex:1;background-color:#e6f4ea;border-radius:8px;height:8px;overflow:hidden}.user-profile-progress-fill{height:100%;background-color:var(--primary-color-800);transition:width .3s ease}.user-profile-progress-percent{font-size:.8rem;font-weight:500;color:#555;white-space:nowrap}.form-buttons{display:flex;justify-content:flex-end;margin-top:1.5rem}.profile-picture-upload{padding:.6rem 1.2rem;border:none;border-radius:6px;background:#007bff;color:#fff;font-weight:500;cursor:pointer;transition:background .2s ease;text-decoration:none}.profile-picture-upload:hover{background:#0056b3}@media (max-width:1400px){.user-profile-page{max-width:1140px}.user-profile-sidebar{width:210px}}@media (max-width:1200px){.user-profile-page{max-width:960px}}@media (max-width:992px){.user-profile-page{max-width:100%}}@media (max-width:768px){.user-profile-page{flex-direction:column}.user-profile-main,.user-profile-sidebar{flex:none;width:100%}}.edit-profile-page{max-width:1320px;padding:60px 16px;margin:0 auto;background:var(--bg-color-base)}.edit-avatar-container{margin-bottom:40px}.edit-profile-picture{display:flex;align-items:center}.edit-profile-picture img{width:80px;height:80px;border-radius:50%;margin-right:10px;object-fit:cover;object-position:center}.edit-profile-picture span{width:80px;height:80px;margin-right:10px;border-radius:50%;font-size:36px;font-weight:500}.edit-profile-picture-upload{padding:10px 10px;border-radius:2px;margin-right:10px;font-size:14px;font-weight:500;color:var(--text-color-second);background-color:var(--primary-color-700)}.edit-profile-picture-delete{padding:10px 10px;border-radius:2px;font-size:14px;font-weight:500;color:var(--text-color-second);background-color:#77838f}.edit-profile-form .form-row{display:flex;flex-direction:column;margin-bottom:18px}.edit-profile-form .two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.edit-profile-form .two-columns div{display:flex;flex-direction:column}.edit-profile-form label{font-size:14px;font-weight:500;text-transform:uppercase;margin-bottom:5px;color:var(--text-color-base)}.edit-profile-form input,.edit-profile-form select{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:border-color .3s ease,box-shadow .3s ease}.edit-profile-form input:focus,.edit-profile-form select:focus{outline:0;border-color:#007bff;box-shadow:0 0 4px rgba(0,123,255,.3)}.edit-profile-form .save-btn{background:#007bff;color:#fff;border:none;padding:12px 18px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:background .3s ease}.edit-profile-form .save-btn:hover{background:#0056b3}.edit-form-buttons{display:flex;gap:5px;margin:15px 0 20px 0}.hr-userprofile{border:1px solid #e0e0e0;margin:4px 0 40px 0}.edit-bio-form{display:flex;flex-direction:column;margin:0}.edit-bio-form h3{margin:0;font-size:1.25rem;font-weight:500;color:var(--text-color-base)}.edit-bio-form p{margin:0 0 16px 0;font-size:1rem;font-weight:400;line-height:1.7;color:#77838f}.edit-bio-form label{font-size:14px;font-weight:500;text-transform:uppercase;margin-bottom:6px;color:var(--text-color-base)}.edit-bio-textarea{width:100%;height:140px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;margin-bottom:2px;font-size:15px;color:#000;box-sizing:border-box;resize:none;transition:border-color .3s ease,box-shadow .3s ease}.edit-bio-textarea:focus{outline:0;border-color:#007bff;box-shadow:0 0 4px rgba(0,123,255,.3)}.edit-char-counter{text-align:right;font-size:.85rem;color:#666;margin-bottom:18px}.char-counter.exceeded{color:red;font-weight:700}.rrss-form{display:flex;flex-direction:column;margin:0}.rrss-form h3{margin:0;font-size:1.25rem;font-weight:500;color:var(--text-color-base)}.rrss-form p{margin:0 0 16px 0;font-size:1rem;font-weight:400;line-height:1.7;color:#77838f}.rrss-form input{margin-bottom:10px}@media (max-width:1400px){.edit-profile-page{max-width:1140px}}@media (max-width:1200px){.edit-profile-page{max-width:960px}}@media (max-width:992px){.edit-profile-page{max-width:100%}}@media (max-width:768px){.edit-profile-form input,.edit-profile-form select,.edit-profile-form textarea{font-size:16px;padding:10px 12px;border-radius:8px}.edit-profile-form .two-columns{grid-template-columns:1fr}}