.settings-full-page{
    max-width: 988px;
    margin: 0 auto;
}

.settings-full-page .nav-tabs .nav-link.active:hover {
    color: #1A83FF;
}

.settings-header{
    justify-content: space-between;
    margin: 8px 15px 0 15px;
    align-items: self-start;
}

.settings-tabs-wrapper{
    justify-content: space-between;
}

.public-full-page {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.public-header {
    height: 240px;
    border-radius: 20px;
    background: radial-gradient(circle at center, #6857CC 0%, #C1B6FF 100%);
    opacity: 0.5;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.public-header::before,
.public-header::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(68px);
}

.public-header::before {
    width: 358px;
    height: 444px;
    background: #1A83FF;
    transform: rotate(-135deg);
    left: -200px;
    bottom: -200px;
}

.public-header::after {
    width: 444px;
    height: 372px;
    background: #FF4A00;
    transform: rotate(45deg);
    right: -200px;
    top: -150px;
    filter: blur(125px);
}

.public-header-content{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1009;

}

.public-header-edit{
    width: 40px;
    height: 40px;

}

.public-header-edit-icon{
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: none;
    color: #101424;
    gap: 4px;
    align-self: center;
}

.public-header-profile{
    position: relative;
    top: -140px;
    margin: 0 0 -136px 0;
}

.public-profile-wrapper{
    display: flex;
    justify-content: space-between;
}

.public-profile-info-wrapper{
    width: 100%;
    margin-bottom: 24px;
}

.public-profile-info{
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.public-profile-info-social-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end;
}

.private-profile-bio{
    max-width: 696px;
    overflow-wrap: anywhere;
}

.private-profile-bio-wrapper{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 88px;
}

.private-profile-member{
    max-width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
    color: #8188A5;
    margin-right: -15px;
    align-self: end;
}
.no-posts-found-wrapper,
.myPurchases-none-wrapper{
    display: flex;
    width: 100%;
    height: 275px;
    border: 1px solid #F2F3F7;
    background: #F2F3F7;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    margin-bottom: 16px;

}

.myPurchases-none-wrapper{
    height: auto;
    padding: 50px 0 0 0 ;
    margin-top: 48px;
}

.no-posts-icon{
    width: 32px;
    height: 32px;
    padding: 4px 0 0 0;
    gap: 10px;
    border-radius: 8px 0 0 0;
    opacity: 0px;
    color: #F2F3F7;
    align-self: center;
    margin-bottom: 12px;

}

.no-posts-found{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #101424;
    margin-bottom: 16px;
}

.no-posts-found-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #4F5674;

}

.no-posts-banner{

}



.public-profile-info-name{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /*letter-spacing: -0.005em;*/
    text-align: left;
    margin-bottom: 4px;

}


.public-profile-info-username{
    display: flex;

    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #8188A5;
    margin-bottom: 16px;
}



.public-profile-info-stats{
    display: flex;
    /*flex-direction: column;*/
    min-width: max-content;
    gap: 8px;
    margin-left: 15px;


}

.public-profile-info-social {
    height: 40px;
    width: 40px;
    background: #F2F3F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B4157;
}

.public-profile-info-posts,
.public-profile-info-kudos{
    max-width: fit-content;
    padding: 12px 16px 12px 16px;
    border-radius: 30px;
    background: #F2F3F7;
}

.button-account{
    color: white !important;
    background-color: #17a2b8 !important;
    width: 80px;
    height: 40px;
    top: 394px;
    left: 378px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 6px 0 0 0;
    opacity: 0;
    margin-left: 24px;
}

#file-input{
    display: contents;
}

.onboarding-full-page {
    /* margin-top: -80px; */
}

.onboarding-wrapper {
    justify-content: space-evenly;
}

.onboarding-col-left {
    width: 100%;
    max-width: 400px;
}

.onboarding-header{
    margin-left: 0;
    margin-top: 15px;
}

.onboarding-col-right {
    margin-right: 0;
    margin-top: 112px;
}

.onboarding-thumb{
    margin: 24px 0 35px 15px;
}

.onboarding-upload{
    display: flex;
    align-content: center;
}

.onboarding-save{
    /* margin-top: 25px; */
    margin-right: 0;
    padding: 24px;
}

.onboarding-names, .profileTab-names {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.onboarding-add-image-wrapper{
    place-content: center;
}

.onboarding-names-first,
.onboarding-names-last,
.profileTab-names-first,
.profileTab-names-last{
    flex: 1;
    min-width: 0;
    max-width: 48%;
}

.onboarding-header-title {
    font-weight: 900;
    color: #101424;
    font-size: 28px;
    margin-bottom: 34px;
}

.onboarding-inputs-title,
.onboarding-inputs-title-social {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.onboarding-inputs-title-social{
    margin: 34px 0 29px 0;
}

.onboarding-inputs-subtitle {
    font-weight: 500;
    font-size: 14px;
    margin: 34px 0 0 0;
    color: #797979;
}

.onboarding-account-save-wrapper {
    margin-top: 20px;
    text-align: center;
}

/* ── Onboarding step indicator ── */
.ob-steps {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 30px auto 40px;
    gap: 0;
}

.ob-step {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ob-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    background: #e2e8f0;
    color: #64748b;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.ob-step-active .ob-step-dot {
    background: #101424;
    color: #fff;
}

.ob-step-done .ob-step-dot {
    background: #10b981;
    color: #fff;
}

.ob-step-label {
    font-size: 13px;
    font-weight: 500;
    color: #94a3b8;
    white-space: nowrap;
}

.ob-step-active .ob-step-label {
    color: #101424;
    font-weight: 600;
}

.ob-step-done .ob-step-label {
    color: #10b981;
}

.ob-steps-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 10px;
    border-radius: 2px;
    overflow: hidden;
}

.ob-steps-line-fill {
    height: 100%;
    background: #10b981;
    transition: width 0.35s ease;
}

.ob-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: -16px 0 20px 0;
    font-weight: 400;
}

/* ── Step 2: tools col ── */
.ob-tools-col {
    width: 100%;
    max-width: 620px;
}

/* ── Mini app picker grid ── */
.ob-apps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.ob-app-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    position: relative;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ob-app-card:hover {
    border-color: #101424;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ob-app-card-selected {
    border-color: #101424;
    background: #f8fafc;
}

.ob-app-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.ob-app-info {
    flex: 1;
    min-width: 0;
}

.ob-app-name {
    font-weight: 600;
    font-size: 14px;
    color: #101424;
    line-height: 1.2;
}

.ob-app-tagline {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.ob-app-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #101424;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.ob-step2-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    place-content: space-between;
}

.ob-back-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}

/* ── Dark mode ── */
[data-theme="dark"] .ob-step-dot {
    background: #2d3748;
    color: #94a3b8;
}
[data-theme="dark"] .ob-step-active .ob-step-dot {
    background: #e2e8f0;
    color: #101424;
}
[data-theme="dark"] .ob-step-label {
    color: #64748b;
}
[data-theme="dark"] .ob-step-active .ob-step-label {
    color: #e2e8f0;
}
[data-theme="dark"] .ob-step-done .ob-step-label {
    color: #10b981;
}
[data-theme="dark"] .ob-steps-line {
    background: #2d3748;
}
[data-theme="dark"] .ob-subtitle {
    color: #8b9ab0;
}
[data-theme="dark"] .ob-app-card {
    border-color: #2d3748;
    background: #1a202c;
}
[data-theme="dark"] .ob-app-card:hover {
    border-color: #94a3b8;
}
[data-theme="dark"] .ob-app-card-selected {
    border-color: #e2e8f0;
    background: #2d3748;
}
[data-theme="dark"] .ob-app-name {
    color: #e2e8f0;
}
[data-theme="dark"] .ob-app-tagline {
    color: #64748b;
}
[data-theme="dark"] .ob-app-check {
    background: #e2e8f0;
    color: #101424;
}

.account-settings{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-bottom: 30px;
    min-width: auto;
}

.settings-title{
    font-weight: 900;
    font-size: 28px;
    color: #101424;
    margin-bottom: 24px;

}

.settings-profile-button{
    height: 40px;
}

.notificationTab-title, .profileTab-inputs-title, .paymentsTab-title{
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 0;
    justify-content: left;
    color: #101424;
}

.myPurchases-button{
    width: max-content;
    margin: 50px auto;
}

.chnage-password-wrapper{
    display: flex;
    flex-direction: column;
    align-self: center;
    min-width: 100%;
    /* margin: 8px 0 0 0; */
    border-top: 1px solid #E5E6EA;
    padding: 24px 0 0 0;

}

.user-inputs {
    border: 1px solid #ced4da;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 0 3px 15px;
    margin: -8px 0 16px 0;
    color: #495057;
    vertical-align: middle;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-inline: auto;
}

.user-inputs::-webkit-scrollbar {
    width: 8px;
}

.user-inputs::-webkit-scrollbar-track {
    background-color: #D9D9DA;
}

.user-inputs::-webkit-scrollbar-thumb {
    background-color: #0F1429;
    border-radius: 4px;
}


.user-inputs-title, .profileTab-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0 8px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #797979;
}

.user-inputs-optional-label,
.user-inputs-required-label{
    font-size: 11px;
    color: rgba(128, 128, 128, 0.5);
    font-style: italic;
}

.user-inputs-required-label{
    color: rgba(255, 0, 0, 0.5);
}

.social-input-wrapper {
    position: relative;
    width: 100%;
}

.social-input-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: none;
}

.social-input {
    width: 100%;
    padding-right: 40px;
}

.social-icon {
    position: absolute;
    top: 25%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
    height: 24px;
    width: 24px;
    color: rgba(151, 166, 178, 0.5);
}

.emailInput {
    margin-bottom: 15px;
}

.emailInput-button {
    display: flex;
    align-items: baseline;
    margin-right: 15px;
}

.emailInput-OTP{
    display: flex;
}

.emailInput-OTP-code{
}

.emailInput-message, .usernameInput-message{
    position: absolute;
    font-size: 12px;
    margin: 60px auto 0;
    left: 0;
    right: 0;
    place-self: center;
}

.usernameInput-message, .emailInput-message, .account-password-error, .account-password-error-verify {
    position: absolute;
    font-size: 12px;
    left: 0;
    right: 0;
    place-self: center;
}

.account-pass-input-wrapper, .usernameInput-wrapper, .emailInput-wrapper, .account-pass-input-verify-wrapper {
    padding: 0;
    max-height: max-content;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
}

.suggestions-list {
    border: 1px solid #ddd;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
    margin-top: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
}

.suggestion-item:hover,
.suggestion-item.active {
    background-color: #007bff;
    color: white;
}

.account-pass-input, .usernameInput, .emailInput {
    border-radius: 8px;
    width: 100%; /* Ensure all inputs have the same width */
    box-sizing: border-box; /* Ensure padding does not affect the width */
    margin: 8px 0 8px 0 !important;
}

.account-pass-input:focus,
#buttons-account-dropdown:focus {
    outline: none !important;
    box-shadow: 0 0 10px #f18805 !important;
    border-color: #f18805 !important;
    text-shadow: none !important;
    margin-left: 0 !important;
}

.account-pass-input:not(:focus) {
    margin-left: 0 !important;
}

#account-pass-response{
    position: relative;
    padding: 0 8px ;
    color: red;
    font-weight: bold;
    font-size: small;
}

#buttons-account-dropdown{
    margin: 20px 0 !important;
    color: #2D4456 !important;
    background-color: #F8F8F8;
    border: lightgray solid 1px;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-button-dropdown-email{
    max-width: max-content;
    margin-inline: auto;
}

.account-button-change-password{
    /* margin-bottom: 20px; */
}

.button-account-pass-wrapper{
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-inline: auto;
    align-items: center;
    width: 100%;
}

.account-buttons-pass{
    width: 100%;
}

.button-account-pass-close{
    margin: 10px 0 10px 0;    max-width: max-content;
    margin-inline: auto;
}

#buttons-account-dropdown:hover{
    border-color: #2d4456 !important;
    background-color: #3f617a !important;
    color: #f3f3f3 !important;
}

.account-bottom-buttons-wrapper{
    display: flex;
    flex-direction: column;
    align-self: center;
    min-width: 100%;
    margin: 0 0 30px 0 !important;
}

.profileTab-save-wrapper-desktop{
    display: flex;
    justify-content: left;
    align-content: left;
    width: 100%;
    margin-top: 8px;
    flex-direction: column;
    text-align: center;
    row-gap: 24px;
}

.profileTab-save-wrapper-mobile{
    display: none;
}

/* Toggle Button */
.cm-toggle {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transform: scale(0.6);
}

/* To create surface of toggle button */
.cm-toggle:after {
    content: "" ;
    width: 60px;
    height: 28px;
    display: inline-flex;
    background: rgba(196, 195, 195, 0.55);
    border-radius: 18px;
    clear: both;
}

/* Contents before checkbox to create toggle handle */
.cm-toggle:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50%;
    background: #2D4456;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Shift the handle to left on check event */
.cm-toggle:checked:before {
    left: 32px;
    top: -2px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Background color when toggle button will be active */
.cm-toggle:checked:after {
    /*background: rgba(0, 128, 0, 0.71);*/
    background: #1E9F22;
}

/* Transition for smoothness */
.cm-toggle,
.cm-toggle:before,
.cm-toggle:after,
.cm-toggle:checked:before,
.cm-toggle:checked:after {
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
}

#file-uploader-spinner{
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
    min-width: 75% !important;
    min-height: 75% !important;
    border-radius: 5px !important;
}

#screenshot-uploader-spinner{
    border-radius: 5px;
    padding: 30px;
    width: inherit ;
    height: 100% ;
    margin: 0 ;
}

#alert-invalid-image-account{
    position: absolute;
    z-index: 1000;
    left: 0;
    top: -25px;
    min-width: max-content;
}

#created-posts-status{
    background-color:  #f3f3f3;
    max-width: max-content;
    border: lightgray solid 1px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.back-to-account-wrapper{
    margin-left: -10px;
}

.back-to-account-title{
    display: flex;
    align-items: center;
    margin: 0 0 30px 5px;
    font-weight: bolder;
    font-size: 18px;
}

.back-to-account-arrow{
    width: 32px;
    height: 32px;
    margin-right: 5px;
}



.readOnly {
    cursor: text !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;

}

.readOnly:focus {
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important; /* Adjust focus styles as needed */
}



.usernameInput-message-danger, .account-password-error, .account-password-error-verify  {
    color: #dc3545;
}

.account-password-error{
    margin-top: 60px;
}

.form-check{
    margin-bottom: 16px;
}

.register-modal-message-danger{
    color: #dc3545;
    margin-top: 10px;
    margin-bottom: -30px;
}

.register-modal-button{
    width: calc(100% - 60px) !important;
}

.register-modal-login-user,
.register-modal-login-password{
    width: 80%;
    margin: 30px auto;
}

.register-modal-login-button{
    width: 80%;
}

.usernameInput-message-warning {
    color: #e5b30a;
    margin-bottom: -5px;
}

.usernameInput-message-success {
    color: #0eb206;
    margin-bottom: -5px;
}

.usernameInput-reserved{
    color: #0F1429;
    font-weight: bolder;
    font-size: 12px;
    padding: 0 5px !important;
    text-decoration: none !important;
}

.emailInput-verify-sent{
    display: flex;
    position: absolute;
    top: 240px;
    left: 335px;
    font-size: 12px;
}

.emailInput-Tick {
    color: green;
    font-size: 2rem;
    margin: -58px 0 0 430px;
}

/*Registration form styling ends*/

.card-container {
    min-height: 250px;
}

.title-link, .resource-link, .see-more-button {
    text-decoration: none;
}

.title-link .between {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.title-link h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
}

.resource-link h3 {
    font-size: 12px;
    margin-bottom: 1rem;
}

.see-more-button {
    font-size: 12px;
    padding: 0;
    margin-top: 2rem;
    border: none;
    background-color: transparent;
}

.text-center {
    text-align: center;
    padding-top: 15px;
}

.font-weight-bold {
    font-weight: bold;
}

.display-4 {
    font-size: 2.5rem;
}

/* ── Modern Avatar Picker ───────────────────────────────────────────────── */
.pt-avatar-section {
    position: relative;
    display: inline-block;
    margin: 24px auto;
}

.pt-avatar-picker {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    width: 165px;
    height: 165px;
    margin: 0;
}

.pt-avatar-picker .nav-profile-pic-round,
.pt-avatar-picker .skeleton-round {
    width: 165px !important;
    height: 165px !important;
    pointer-events: none;
}

.pt-avatar-overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.pt-avatar-picker:hover .pt-avatar-overlay {
    opacity: 1;
}

.pt-avatar-camera-icon {
    font-size: 24px !important;
}

.pt-avatar-overlay-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pt-avatar-loading {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-avatar-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.15s ease;
    z-index: 2;
}

.pt-avatar-section:hover .pt-avatar-remove {
    opacity: 1;
}

.pt-avatar-remove:hover {
    transform: scale(1.15);
    background: #dc2626;
}

/* ── Dark mode ──────────────────────────────────────────────────────────── */
[data-theme="dark"] .account-settings {
    background-color: transparent;
}
[data-theme="dark"] .settings-title,
[data-theme="dark"] .notificationTab-title,
[data-theme="dark"] .profileTab-inputs-title,
[data-theme="dark"] .paymentsTab-title {
    color: #e2e8f0;
}
[data-theme="dark"] .user-inputs {
    background-color: #141828;
    border-color: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}
[data-theme="dark"] .user-inputs::-webkit-scrollbar-track {
    background-color: #1e2235;
}
[data-theme="dark"] .user-inputs-title,
[data-theme="dark"] .profileTab-title {
    color: #8b9ab0;
}
[data-theme="dark"] .account-pass-input,
[data-theme="dark"] .usernameInput,
[data-theme="dark"] .emailInput {
    background-color: #141828 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #e2e8f0 !important;
}
[data-theme="dark"] .readOnly {
    background-color: #1e2235 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #8b9ab0 !important;
}
[data-theme="dark"] .chnage-password-wrapper {
    border-top-color: rgba(255, 255, 255, 0.08);
}
/* Buttons: switch to outlined alt style in dark mode */
[data-theme="dark"] .settings-full-page #buttons,
[data-theme="dark"] .settings-full-page .buttons {
    background-color: transparent !important;
    color: #e2e8f0 !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}
[data-theme="dark"] .settings-full-page #buttons:hover,
[data-theme="dark"] .settings-full-page .buttons:hover {
    background-color: #ff4a00 !important;
    border-color: #ff4a00 !important;
    color: #fff !important;
}
[data-theme="dark"] #buttons-account-dropdown {
    background-color: #141828;
    color: #e2e8f0 !important;
    border-color: rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] #buttons-account-dropdown:hover {
    background-color: #ff4a00 !important;
    border-color: #ff4a00 !important;
    color: #fff !important;
}
[data-theme="dark"] .suggestions-list {
    background-color: #1e2235;
    border-color: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}
[data-theme="dark"] .suggestion-item:hover,
[data-theme="dark"] .suggestion-item.active {
    background-color: #1a83ff;
}
[data-theme="dark"] .public-profile-info-posts,
[data-theme="dark"] .public-profile-info-kudos {
    background: #1e2235;
    color: #e2e8f0;
}
[data-theme="dark"] .public-profile-info-social {
    background: #1e2235;
    color: #a0b4c8;
}
[data-theme="dark"] .private-profile-member,
[data-theme="dark"] .public-profile-info-username {
    color: #6b7a9b;
}
[data-theme="dark"] .onboarding-inputs-subtitle {
    color: #8b9ab0;
}
[data-theme="dark"] .pt-avatar-loading {
    background: rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] .pt-avatar-remove {
    border-color: #141828;
}


/* ── Account Setup Checklist ─────────────────────────────────────────────── */
.acl-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e8edf4;
    padding: 20px 24px 16px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.acl-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #1A83FF 0%, #A855F7 100%);
    border-radius: 14px 0 0 14px;
}

.acl-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.acl-title-group {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.acl-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.acl-count {
    font-size: 12px;
    font-weight: 500;
    color: #6b7a9b;
}

.acl-dismiss {
    background: none;
    border: none;
    color: #a0aec0;
    font-size: 13px;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 6px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.acl-dismiss:hover {
    background: #f1f5f9;
    color: #64748b;
}

.acl-progress-track {
    height: 5px;
    background: #f1f5f9;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
}

.acl-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1A83FF, #A855F7);
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.acl-tasks {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.acl-task {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 10px;
    transition: background 0.15s;
}

.acl-task-pending:hover {
    background: #f8fafc;
}

.acl-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.acl-task-done .acl-check {
    background: #10B981;
    animation: acl-pop 0.25s ease;
}

.acl-task-pending .acl-check {
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
}

@keyframes acl-pop {
    0%   { transform: scale(0.6); opacity: 0; }
    70%  { transform: scale(1.15); }
    100% { transform: scale(1); opacity: 1; }
}

.acl-check-icon {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.acl-step-num {
    color: #a0aec0;
    font-size: 11px;
    font-weight: 700;
}

.acl-task-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.acl-task-label {
    font-size: 13.5px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.3;
}

.acl-task-done .acl-task-label {
    color: #94a3b8;
    text-decoration: line-through;
}

.acl-task-hint {
    font-size: 11.5px;
    color: #94a3b8;
    line-height: 1.3;
}

.acl-task-cta {
    font-size: 12px;
    font-weight: 600;
    color: #1A83FF;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1.5px solid #1A83FF22;
    background: #1A83FF0d;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
}

.acl-task-cta:hover {
    background: #1A83FF1a;
    border-color: #1A83FF55;
    color: #1A83FF;
    text-decoration: none;
}

/* Dark mode */
[data-theme="dark"] .acl-card {
    background: #1a1f2e;
    border-color: #2a3148;
}

[data-theme="dark"] .acl-title {
    color: #e2e8f0;
}

[data-theme="dark"] .acl-count {
    color: #6b7a9b;
}

[data-theme="dark"] .acl-dismiss:hover {
    background: #252c3d;
    color: #94a3b8;
}

[data-theme="dark"] .acl-progress-track {
    background: #252c3d;
}

[data-theme="dark"] .acl-task-pending:hover {
    background: #252c3d;
}

[data-theme="dark"] .acl-task-pending .acl-check {
    background: #252c3d;
    border-color: #3a4460;
}

[data-theme="dark"] .acl-task-label {
    color: #cbd5e1;
}

[data-theme="dark"] .acl-task-done .acl-task-label {
    color: #475569;
}

[data-theme="dark"] .acl-task-hint {
    color: #4a5568;
}
