/* Account and profile pages adapted from the supplied Figma frames. */

.page-account .site-main,
.page-profile .site-main {
    background: #f3f2f7;
}

.nv-account {
    min-height: 720px;
    padding: 48px 0 72px;
    color: #17161c;
    font-family: "IBM Plex Sans", Arial, sans-serif;
}

.nv-account *,
.nv-account *::before,
.nv-account *::after {
    letter-spacing: normal;
}

.nv-account [hidden] {
    display: none !important;
}

.nv-account__shell {
    width: min(calc(100% - 48px), 1280px);
    margin-inline: auto;
}

.nv-account h1,
.nv-account h2,
.nv-account h3,
.nv-account p,
.nv-account dl,
.nv-account dd {
    margin: 0;
}

.nv-account h1,
.nv-account h2 {
    font-family: "Cairo", "Arial Black", sans-serif;
    font-weight: 900;
    line-height: 1.08;
}

.nv-account a,
.nv-account button {
    -webkit-tap-highlight-color: transparent;
}

.nv-account a:focus-visible,
.nv-account button:focus-visible {
    outline: 3px solid #ffcc29;
    outline-offset: 3px;
}

.nv-account-kicker {
    color: #7a1dff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.nv-account-card {
    border: 1px solid #e4e1ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(34, 25, 50, 0.035);
}

.nv-account-dashboard {
    display: grid;
    grid-template-areas:
        "identity main"
        "menu main";
    grid-template-columns: 340px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 24px 32px;
}

.nv-account-identity {
    grid-area: identity;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 22px;
}

.nv-account-avatar,
.nv-profile-avatar,
.nv-account-guest__mark {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ffcc29;
    color: #251331;
    font-family: "Cairo", "Arial Black", sans-serif;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 0 0 1px #d8d2e4, 0 9px 24px rgba(88, 42, 133, 0.15);
}

.nv-account-avatar {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.nv-account-identity__copy {
    min-width: 0;
}

.nv-account-identity__copy h2 {
    overflow: hidden;
    margin-top: 3px;
    color: #17161c;
    font-size: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nv-account-identity__copy > p:last-child {
    overflow: hidden;
    margin-top: 3px;
    color: #716f7e;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nv-account-identity__meta {
    grid-column: 1 / -1;
    padding-top: 16px;
    border-top: 1px solid #ece9f2;
}

.nv-account-identity__meta div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.nv-account-identity__meta dt {
    color: #716f7e;
    font-size: 12px;
}

.nv-account-identity__meta dd {
    color: #17161c;
    font-size: 13px;
    font-weight: 700;
}

.nv-account-menu {
    grid-area: menu;
    overflow: hidden;
    padding: 8px;
}

.nv-account-menu > a,
.nv-account-menu__logout button {
    display: grid;
    width: 100%;
    min-height: 62px;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #3a3742;
    font: inherit;
    text-align: left;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease;
}

.nv-account-menu > a:hover,
.nv-account-menu__logout button:hover,
.nv-account-menu > a.is-active {
    background: #f1eaff;
    color: #6716db;
}

.nv-account-menu > a + a,
.nv-account-menu__logout {
    border-top: 1px solid #f0edf4;
}

.nv-account-menu__logout {
    margin: 0;
    padding: 0;
}

.nv-account-menu__logout button {
    cursor: pointer;
}

.nv-account-menu__logout button:disabled {
    cursor: wait;
    opacity: 0.55;
}

.nv-account-menu__icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    background: #f3f2f7;
    color: #716f7e;
    font-size: 13px;
    font-weight: 800;
}

.nv-account-menu .is-active .nv-account-menu__icon,
.nv-account-menu a:hover .nv-account-menu__icon,
.nv-account-menu button:hover .nv-account-menu__icon {
    background: #7a1dff;
    color: #fff;
}

.nv-account-menu strong,
.nv-account-menu small {
    display: block;
}

.nv-account-menu strong {
    font-size: 13px;
    font-weight: 700;
}

.nv-account-menu small {
    margin-top: 2px;
    color: #8b8796;
    font-size: 11px;
    font-weight: 400;
}

.nv-account-menu__arrow {
    color: #a19daa;
    font-size: 23px;
    line-height: 1;
}

.nv-account-main {
    grid-area: main;
    display: grid;
    min-width: 0;
    gap: 24px;
}

.nv-account-balance {
    display: flex;
    min-height: 134px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 25px 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background:
        radial-gradient(circle at 78% -50%, rgba(255, 204, 41, 0.26), transparent 45%),
        linear-gradient(116deg, #841eff 0%, #7015e9 58%, #5912bb 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(101, 20, 213, 0.18);
}

.nv-account-balance p:first-child {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
}

.nv-account-balance h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 4px 0 1px;
    color: #fff;
    font-size: clamp(30px, 4vw, 40px);
    white-space: nowrap;
}

.nv-account-balance h2 small {
    align-self: end;
    margin-bottom: 7px;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.nv-account-balance div > p:last-child {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}

.nv-account-coin {
    display: inline-grid;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    place-items: center;
    border: 2px solid #8f6c00;
    border-radius: 50%;
    background: #ffcc29;
    color: #342600;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.nv-account-balance__action {
    min-width: 152px;
    border-color: #ffcc29;
    background: #ffcc29;
    color: #241534;
    box-shadow: 0 9px 22px rgba(38, 18, 63, 0.22);
}

.nv-account-balance__action:hover {
    border-color: #ffe077;
    background: #ffe077;
}

.nv-account-card__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 23px 24px 20px;
}

.nv-account-card__heading h2,
.nv-account-safety h2,
.nv-profile-section-heading h2 {
    color: #17161c;
    font-size: 22px;
}

.nv-account-card__heading p:not(.nv-account-kicker) {
    margin-top: 5px;
    color: #716f7e;
    font-size: 12px;
}

.nv-account-text-link {
    flex: 0 0 auto;
    color: #6f18e8;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.nv-account-text-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nv-account-activity {
    min-width: 0;
    overflow: hidden;
}

.nv-account-activity__table-wrap {
    overflow-x: auto;
    border-top: 1px solid #ece9f2;
}

.nv-account-activity__table {
    width: 100%;
    border-collapse: collapse;
    color: #4d4956;
    font-size: 12px;
    text-align: left;
}

.nv-account-activity__table th,
.nv-account-activity__table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eeebf2;
    vertical-align: middle;
}

.nv-account-activity__table th {
    background: #faf9fc;
    color: #777280;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.nv-account-activity__table th:first-child,
.nv-account-activity__table td:first-child {
    padding-left: 24px;
}

.nv-account-activity__table th:last-child,
.nv-account-activity__table td:last-child {
    padding-right: 24px;
    text-align: right;
}

.nv-account-activity__table tbody tr:last-child td {
    border-bottom: 0;
}

.nv-account-activity__table td strong {
    color: #2d2932;
    font-weight: 700;
}

.nv-account-activity__table time {
    white-space: nowrap;
}

.nv-account-amount.is-positive {
    color: #13865c;
}

.nv-account-amount.is-negative {
    color: #b94157;
}

.nv-account-empty,
.nv-account-inline-notice {
    border-top: 1px solid #ece9f2;
}

.nv-account-empty {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 24px;
}

.nv-account-empty__coin {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #fff2bd;
    color: #765700;
    font-weight: 900;
}

.nv-account-empty h3 {
    color: #242128;
    font-size: 14px;
}

.nv-account-empty p {
    margin-top: 3px;
    color: #716f7e;
    font-size: 12px;
}

.nv-account-inline-notice {
    padding: 20px 24px;
    background: #fff8df;
    color: #654c00;
    font-size: 12px;
}

.nv-account-safety {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
}

.nv-account-safety__mark {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: #f1eaff;
    color: #7019e8;
    font-family: "Cairo", "Arial Black", sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.nv-account-safety h2 {
    margin-top: 2px;
    font-size: 18px;
}

.nv-account-safety p:last-child {
    margin-top: 4px;
    color: #716f7e;
    font-size: 12px;
}

.nv-account-guest {
    width: min(100%, 620px);
    margin: 48px auto;
    padding: 52px;
    border: 1px solid #e4e1ed;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(42, 29, 62, 0.09);
}

.nv-account-guest__mark {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    font-size: 28px;
}

.nv-account-guest h1 {
    margin-top: 6px;
    color: #17161c;
    font-size: clamp(30px, 4vw, 44px);
}

.nv-account-guest > p:not(.nv-account-kicker) {
    max-width: 430px;
    margin: 12px auto 0;
    color: #716f7e;
}

.nv-account-guest__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

/* Profile frame */

.nv-account--profile {
    color: #17161c;
}

.nv-profile-dashboard {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
}

.nv-profile-rail {
    display: grid;
    gap: 16px;
}

.nv-profile-card {
    position: relative;
    overflow: hidden;
    padding: 38px 28px 28px;
    border: 1px solid #e4e1ed;
    border-radius: 14px;
    background: #fff;
    color: #17161c;
    text-align: center;
}

.nv-profile-avatar {
    position: relative;
    width: 104px;
    height: 104px;
    margin: 0 auto 18px;
    border-width: 4px;
    border-color: #e4e1ed;
    background: #ffcc29;
    color: #3b2251;
    font-size: 42px;
}

.nv-profile-card__label {
    position: relative;
    color: #7019e8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.nv-profile-card h2 {
    position: relative;
    overflow-wrap: anywhere;
    margin-top: 4px;
    color: #17161c;
    font-size: 28px;
}

.nv-profile-card__email {
    position: relative;
    overflow: hidden;
    margin-top: 4px !important;
    color: #716f7e;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nv-profile-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    padding: 6px 11px;
    border: 1px solid #e4e1ed;
    border-radius: 999px;
    background: #f1eaff;
    color: #17161c;
    font-size: 11px;
    font-weight: 600;
}

.nv-profile-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #52d69a;
}

.nv-profile-card__facts {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 28px !important;
    border-top: 1px solid #e4e1ed;
    text-align: left;
}

.nv-profile-card__facts > div {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e4e1ed;
}

.nv-profile-card__facts dt {
    color: #716f7e;
    font-size: 11px;
}

.nv-profile-card__facts dd {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #17161c;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.nv-profile-card__facts .nv-account-coin {
    width: 23px;
    height: 23px;
    font-size: 10px;
}

.nv-profile-card__button {
    position: relative;
    width: 100%;
    margin-top: 24px;
}

.nv-profile-shortcuts {
    overflow: hidden;
    border: 1px solid #e4e1ed;
    border-radius: 12px;
    background: #fff;
}

.nv-profile-shortcuts > a,
.nv-profile-shortcuts button {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 0;
    background: transparent;
    color: #17161c;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.nv-profile-shortcuts > a:hover,
.nv-profile-shortcuts button:hover {
    background: #f1eaff;
    color: #7019e8;
}

.nv-profile-shortcuts > a + a,
.nv-profile-shortcuts form {
    border-top: 1px solid #e4e1ed;
}

.nv-profile-shortcuts form {
    margin: 0;
}

.nv-profile-shortcuts button:disabled {
    cursor: wait;
    opacity: 0.55;
}

.nv-profile-main {
    display: grid;
    min-width: 0;
    gap: 24px;
}

.nv-profile-heading {
    padding: 8px 0 2px;
}

.nv-profile-heading .nv-account-kicker {
    color: #7019e8;
}

.nv-profile-heading h1 {
    margin-top: 5px;
    color: #17161c;
    font-size: clamp(40px, 5vw, 56px);
    letter-spacing: -1.4px;
}

.nv-profile-heading > p:last-child {
    margin-top: 8px;
    color: #716f7e;
    font-size: 14px;
}

.nv-profile-details {
    overflow: hidden;
    border: 1px solid #e4e1ed;
    border-radius: 12px;
    background: #fff;
    color: #17161c;
}

.nv-profile-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #ece9f2;
}

.nv-profile-details__grid > div {
    min-width: 0;
    padding: 20px 24px;
    border-bottom: 1px solid #ece9f2;
}

.nv-profile-details__grid > div:nth-child(odd) {
    border-right: 1px solid #ece9f2;
}

.nv-profile-details__grid dt {
    margin-bottom: 5px;
    color: #716f7e;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.nv-profile-details__grid dd {
    overflow-wrap: anywhere;
    color: #29252e;
    font-size: 14px;
    font-weight: 700;
}

.nv-profile-details__id {
    font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
    font-size: 11px !important;
}

.nv-profile-details__help {
    padding: 14px 24px;
    color: #716f7e;
    font-size: 11px;
}

.nv-profile-details__help a {
    color: #7019e8;
    font-weight: 700;
}

.nv-profile-features {
    color: #17161c;
}

.nv-profile-section-heading {
    margin-bottom: 14px;
}

.nv-profile-section-heading .nv-account-kicker {
    color: #7019e8;
}

.nv-profile-section-heading h2 {
    margin-top: 3px;
    color: #17161c;
    font-size: 26px;
}

.nv-profile-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.nv-profile-features article {
    min-height: 168px;
    padding: 20px;
    border: 1px solid #e4e1ed;
    border-radius: 12px;
    background: #fff;
}

.nv-profile-features article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    background: #f1eaff;
    color: #7019e8;
    font-size: 11px;
    font-weight: 900;
}

.nv-profile-features h3 {
    margin-top: 18px;
    color: #17161c;
    font-size: 14px;
}

.nv-profile-features p {
    margin-top: 5px;
    color: #716f7e;
    font-size: 11px;
    line-height: 1.5;
}

.nv-account--profile .nv-account-activity {
    color: #17161c;
}


.nv-profile-edit {
    display: grid;
    gap: 20px;
    padding: 28px 24px 12px;
}

.nv-profile-edit .form-field,
.nv-profile-edit > p {
    width: 100%;
    max-width: 560px;
}

.nv-profile-edit > p {
    color: #716f7e;
    font-size: 14px;
    line-height: 1.5;
}

.nv-profile-edit .nv-button {
    justify-self: start;
    min-width: 180px;
}

.nv-profile-edit input {
    min-height: 48px;
    font-size: 16px;
}

.nv-account-guest--dark {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(37, 27, 49, 0.93);
    color: #fff;
}

.nv-account-guest--dark h1 {
    color: #fff;
}

.nv-account-guest--dark > p:not(.nv-account-kicker) {
    color: rgba(255, 255, 255, 0.68);
}

.nv-account-guest--dark .nv-account-kicker {
    color: #c399ff;
}

.nv-button--light-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.nv-button--light-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1040px) {
    .nv-account-dashboard {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 20px;
    }

    .nv-profile-dashboard {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 24px;
    }

    .nv-account-balance {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .nv-account-balance__action {
        align-self: flex-start;
    }

    .nv-profile-features__grid {
        grid-template-columns: 1fr;
    }

    .nv-profile-features article {
        min-height: 0;
    }
}

@media (max-width: 780px) {
    .nv-account {
        min-height: 0;
        padding: 28px 0 48px;
    }

    .nv-account__shell {
        width: min(calc(100% - 32px), 620px);
    }

    .nv-account-dashboard {
        grid-template-areas:
            "identity"
            "main"
            "menu";
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .nv-account-main {
        gap: 16px;
    }

    .nv-account-balance {
        min-height: 0;
        padding: 24px;
    }

    .nv-account-balance__action {
        width: 100%;
    }

    .nv-account-safety {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .nv-account-safety__mark {
        width: 44px;
        height: 44px;
    }

    .nv-account-safety .nv-account-text-link {
        grid-column: 2;
        justify-self: start;
    }

    .nv-profile-dashboard {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .nv-profile-rail {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    .nv-profile-heading {
        text-align: center;
    }

    .nv-profile-main {
        gap: 20px;
    }

    .nv-profile-section-heading {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .nv-account {
        padding-top: 20px;
    }

    .nv-account-identity {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 18px;
    }

    .nv-account-avatar {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .nv-account-identity__copy h2 {
        font-size: 19px;
    }

    .nv-account-card__heading {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        padding: 20px 18px 17px;
    }

    .nv-account-card__heading h2 {
        font-size: 20px;
    }

    .nv-account-activity__table-wrap {
        overflow: visible;
    }

    .nv-account-activity__table,
    .nv-account-activity__table tbody,
    .nv-account-activity__table tr,
    .nv-account-activity__table td {
        display: block;
        width: 100%;
    }

    .nv-account-activity__table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .nv-account-activity__table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 5px 14px;
        padding: 15px 18px;
        border-top: 1px solid #eeebf2;
    }

    .nv-account-activity__table tr:first-child {
        border-top: 0;
    }

    .nv-account-activity__table td,
    .nv-account-activity__table td:first-child,
    .nv-account-activity__table td:last-child {
        padding: 0;
        border: 0;
        text-align: left;
    }

    .nv-account-activity__table td:nth-child(1) {
        grid-column: 1;
        grid-row: 2;
        color: #85808d;
        font-size: 10px;
    }

    .nv-account-activity__table td:nth-child(2) {
        grid-column: 1;
        grid-row: 1;
    }

    .nv-account-activity__table td:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        color: #716f7e;
        font-size: 10px;
    }

    .nv-account-activity__table td:nth-child(4) {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: center;
        text-align: right;
    }

    .nv-account-safety {
        padding: 18px;
    }

    .nv-account-safety h2 {
        font-size: 16px;
    }

    .nv-account-guest {
        margin: 24px auto;
        padding: 36px 20px;
    }

    .nv-account-guest__actions .nv-button {
        width: 100%;
    }

    .nv-profile-card {
        padding: 32px 22px 24px;
    }

    .nv-profile-avatar {
        width: 94px;
        height: 94px;
        font-size: 38px;
    }

    .nv-profile-heading h1 {
        font-size: 40px;
    }

    .nv-profile-details__grid {
        grid-template-columns: 1fr;
    }

    .nv-profile-details__grid > div:nth-child(odd) {
        border-right: 0;
    }

    .nv-profile-details__grid > div {
        padding: 17px 18px;
    }

    .nv-profile-details__help {
        padding: 14px 18px;
    }

    .nv-profile-edit {
        padding: 24px 18px 12px;
    }

    .nv-profile-edit .nv-button {
        width: 100%;
    }

    .nv-profile-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nv-profile-features article {
        padding: 16px;
    }

    .nv-profile-features article:last-child {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nv-account *,
    .nv-account *::before,
    .nv-account *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
