@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Tesla';
    src: url('/TESLA.ttf') format('truetype');
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #171a20;
    background: #ffffff;
}

a {
    color: inherit;
}

button,
input,
select {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}

.w-full {
    width: 100%;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.z-50 {
    z-index: 50;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1 1 0%;
}

.justify-center {
    justify-content: center;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.25rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.rounded {
    border-radius: 0.25rem;
}

.account-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #ffffff;
}

.account-header {
    min-height: 66px;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-logo {
    font-family: 'Tesla', 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: 0.5em;
    text-decoration: none;
}

.account-region {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.account-region svg {
    width: 24px;
    height: 24px;
}

.account-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 24px 60px;
}

.sign-in-panel {
    width: min(100%, 332px);
    padding-top: 2px;
}

.sign-in-panel h1,
.create-account-step h1 {
    margin: 0 0 36px;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

.sign-in-form {
    display: flex;
    flex-direction: column;
}

.sign-in-form label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #393c41;
}

.email-info {
    width: 13px;
    height: 13px;
    border: 1px solid #6f7378;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f7378;
    font-size: 0.62rem;
    line-height: 1;
    font-weight: 600;
}

.sign-in-form input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #f4f4f4;
    color: #171a20;
    padding: 0 12px;
    outline: none;
}

.sign-in-form input:focus {
    box-shadow: inset 0 0 0 2px #3e6ae1;
}

.account-primary-btn,
.account-secondary-btn {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.account-primary-btn {
    margin-top: 25px;
    background: #9bb2f2;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.72;
    box-shadow: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.account-primary-btn:not(:disabled),
.account-primary-btn.is-enabled {
    background: #3e63e8;
    box-shadow: 0 0 0 1px rgba(62, 99, 232, 0.2), 0 0 18px rgba(44, 115, 255, 0.55);
    cursor: pointer;
    opacity: 1;
}

.account-primary-btn:not(:disabled):hover,
.account-primary-btn.is-enabled:hover {
    background: #2f5bea;
    box-shadow: 0 0 0 1px rgba(47, 91, 234, 0.28), 0 0 24px rgba(44, 115, 255, 0.7);
    transform: translateY(-1px);
}

.account-primary-btn:disabled {
    pointer-events: none;
}

.sign-in-password-step {
    margin-top: 37px;
}

.sign-in-email-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 29px;
    color: #171a20;
    font-size: 0.9rem;
    line-height: 1.35;
}

#sign-in-email-display {
    min-width: 0;
    overflow-wrap: anywhere;
}

#sign-in-change-email {
    flex: 0 0 auto;
    border: 0;
    padding: 0;
    background: transparent;
    color: #171a20;
    cursor: pointer;
    font-size: 0.88rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sign-in-submit-btn {
    margin-top: 40px;
}

.trouble-link {
    display: block;
    width: fit-content;
    margin: 27px auto 0;
    font-size: 0.88rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.forgot-password-link {
    margin-top: 25px;
}

.account-divider {
    margin: 47px auto 43px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    color: #393c41;
}

.account-divider span {
    height: 1px;
    background: #d6d7d9;
}

.account-divider em {
    font-style: normal;
    font-size: 0.9rem;
}

.account-secondary-btn {
    background: #f4f4f4;
    color: #171a20;
}

.create-account-panel {
    width: min(100%, 333px);
    padding-top: 0;
}

.account-step-label {
    margin: 0 0 16px;
    color: #171a20;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
}

.create-account-step h1 {
    margin-bottom: 30px;
    font-size: 2rem;
}

.account-field {
    display: block;
    margin-bottom: 17px;
}

.account-field-label {
    display: block;
    margin-bottom: 9px;
    color: #393c41;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
}

.account-input,
.account-select {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #f4f4f4;
    color: #171a20;
    padding: 0 12px;
    outline: none;
}

.account-input:focus,
.account-select:focus {
    box-shadow: inset 0 0 0 2px #3e6ae1;
}

.account-select-wrap {
    position: relative;
    display: block;
}

.account-select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #393c41;
    border-bottom: 1.5px solid #393c41;
    pointer-events: none;
    transform: translateY(-68%) rotate(45deg);
}

.account-select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 42px;
    font-weight: 600;
}

.password-input-wrap {
    position: relative;
    display: block;
}

.password-input-wrap .account-input {
    padding-right: 46px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #393c41;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.password-toggle svg {
    width: 22px;
    height: 22px;
}

.account-legal {
    margin: 20px 0 17px;
    color: #303741;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.55;
}

.account-legal a,
.updates-learn a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.create-account-next {
    margin-top: 0;
}

.updates-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 31px 0 24px;
    color: #171a20;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
}

.updates-checkbox input {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0;
    flex: 0 0 auto;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #5f6368;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
}

.updates-checkbox input:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #171a20;
    border-bottom: 2px solid #171a20;
    transform: rotate(45deg);
}

.updates-learn {
    margin: 0 0 22px;
    color: #303741;
    font-size: 0.78rem;
    line-height: 1.45;
}

.account-legal-step-2 {
    margin-top: 0;
}

.hcaptcha-shell {
    width: 100%;
    min-height: 78px;
    margin: 35px 0 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-account-step.is-updates-off .hcaptcha-shell {
    margin-top: 18px;
}

.account-footer {
    min-height: 56px;
    padding: 18px 24px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #171a20;
    font-size: 0.74rem;
    font-weight: 500;
}

.account-footer a {
    text-decoration: none;
}

.account-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.is-account-dashboard {
    background: #ffffff;
}

body.is-account-dashboard.nav-overlay-open .account-app-shell,
body.is-account-dashboard.nav-overlay-open .account-app-footer {
    filter: blur(8px);
    pointer-events: none;
    transition: filter 0.25s ease;
}

body.is-account-dashboard.menu-open {
    overflow: hidden;
}

.tesla-account-app {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #ffffff;
}

.tesla-account-app #site-nav {
    position: sticky !important;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #171a20;
    box-shadow: none;
}

.tesla-account-app #site-nav a,
.tesla-account-app #site-nav button,
.tesla-account-app .mega-menu a,
.tesla-account-app .menu-overlay a,
.tesla-account-app .menu-overlay button,
.tesla-account-app .menu-vehicles-overlay a,
.tesla-account-app .menu-vehicles-overlay button {
    text-decoration: none;
}

.tesla-account-app #site-nav a:hover,
.tesla-account-app #site-nav a:focus,
.tesla-account-app #site-nav button:hover,
.tesla-account-app #site-nav button:focus,
.tesla-account-app .mega-menu a:hover,
.tesla-account-app .mega-menu a:focus,
.tesla-account-app .menu-overlay a:hover,
.tesla-account-app .menu-overlay a:focus,
.tesla-account-app .menu-overlay button:hover,
.tesla-account-app .menu-overlay button:focus,
.tesla-account-app .menu-vehicles-overlay a:hover,
.tesla-account-app .menu-vehicles-overlay a:focus,
.tesla-account-app .menu-vehicles-overlay button:hover,
.tesla-account-app .menu-vehicles-overlay button:focus {
    text-decoration: none;
}

body.is-account-dashboard .nav-shell.is-light,
body.is-account-dashboard .responsive-nav .logo-wordmark {
    color: #171a20;
    text-shadow: none;
}

body.is-account-dashboard .mobile-menu-trigger {
    color: #171a20;
    background: rgba(23, 26, 32, 0.08);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.is-account-dashboard .mobile-menu-trigger:hover {
    background: rgba(23, 26, 32, 0.12);
    box-shadow: none;
}

.account-app-nav {
    min-height: 64px;
    padding: 0 52px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.account-app-logo {
    width: fit-content;
    font-family: 'Tesla', 'Inter', sans-serif;
    font-size: 1.08rem;
    letter-spacing: 0.52em;
    line-height: 1;
    text-decoration: none;
}

.account-app-main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 0.88rem;
    font-weight: 700;
}

.account-app-main-nav a,
.account-app-icons a {
    text-decoration: none;
}

.account-app-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.account-app-icons svg {
    width: 22px;
    height: 22px;
    display: block;
}

.account-app-menu-button {
    display: none;
    justify-self: end;
    min-width: 66px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    background: #f4f4f4;
    color: #171a20;
    font-weight: 700;
    cursor: pointer;
}

.account-app-shell {
    width: min(100%, 1120px);
    margin: 54px auto 0;
    padding: 0 28px 80px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 54px;
}

.account-app-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 62px;
}

.account-app-side-item {
    border: 0;
    background: transparent;
    color: #5c626b;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 42px;
    padding: 0;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.account-app-side-item.is-active {
    color: #171a20;
}

.account-app-side-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    flex: 0 0 auto;
}

.account-app-side-icon svg {
    width: 21px;
    height: 21px;
}

.account-app-side-item.is-active .account-app-side-icon {
    background: #f0f0f0;
}

.account-app-content {
    min-width: 0;
}

.account-app-section {
    display: none;
}

.account-app-section.is-active {
    display: block;
}

.account-app-section h1 {
    margin: 0 0 27px;
    color: #050b15;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 318px));
    gap: 20px;
    align-items: start;
}

.account-product-card,
.payment-card,
.order-card {
    border: 1px solid #d0d1d2;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
}

.account-product-card {
    height: 214px;
    display: flex;
    flex-direction: column;
}

.account-product-card img {
    width: 100%;
    height: 110px;
    flex: 0 0 110px;
    object-fit: cover;
    display: block;
    background: #f4f4f4;
}

.account-product-copy {
    min-height: 0;
    flex: 1 1 auto;
    padding: 16px 20px 20px;
}

.account-product-copy h2,
.payment-card-copy h2,
.order-card-copy h2,
.account-settings-panel h2 {
    margin: 0 0 4px;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 700;
}

.account-product-copy p,
.payment-card-copy p,
.account-settings-panel p {
    margin: 0 0 14px;
    font-size: 0.88rem;
    line-height: 1.3;
}

.account-product-copy a,
.payment-note a,
.refer-copy a,
.order-card-copy a,
.card-terms a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.account-product-copy a {
    font-size: 0.82rem;
    line-height: 1.2;
}

.account-product-inline-copy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.account-product-inline-copy div {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.account-product-card-wide {
    grid-column: span 1;
}

.account-settings-panel {
    width: min(100%, 510px);
    padding: 24px;
    border: 1px solid #d0d1d2;
    border-radius: 4px;
    background: #ffffff;
}

.payment-card {
    width: 318px;
}

.payment-card-media,
.order-card-media {
    height: 154px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.payment-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.4);
}

.payment-card-copy {
    padding: 20px 20px 21px;
}

.payment-outline-button {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    border: 2px solid #171a20;
    border-radius: 3px;
    background: #ffffff;
    color: #171a20;
    font-weight: 700;
    cursor: pointer;
}

.payment-note {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.payment-note-small {
    margin-top: 10px;
}

.refer-copy {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.refer-copy p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.order-card {
    width: 318px;
}

.order-card-media img {
    width: 128px;
    max-height: 130px;
    object-fit: contain;
}

.order-card-copy {
    min-height: 62px;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.order-card-copy h2 {
    margin: 0;
}

.account-mobile-section-title {
    display: none;
}

.account-app-footer {
    min-height: 48px;
    padding: 16px 24px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    font-size: 0.74rem;
}

.account-app-footer a {
    text-decoration: none;
}

.account-app-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.account-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.account-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.account-mobile-menu-scrim {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.account-mobile-menu-panel {
    position: relative;
    min-height: 100%;
    padding: 64px 32px 32px;
    background: rgba(255, 255, 255, 0.9);
}

.account-mobile-menu-close,
.card-modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #30343b;
    font-size: 2.6rem;
    line-height: 1;
    cursor: pointer;
}

.account-mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-mobile-menu-list .account-app-side-item {
    font-size: 1.28rem;
}

.card-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.card-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.card-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.card-modal-panel {
    position: relative;
    width: min(92vw, 772px);
    max-height: calc(100vh - 80px);
    margin: 80px auto 0;
    overflow-y: auto;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.card-form {
    padding: 102px 52px 48px;
}

.card-form h2 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.card-form .account-field {
    margin-bottom: 31px;
}

.card-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.card-terms {
    margin: 0 0 56px;
    max-width: 640px;
    font-size: 0.88rem;
    line-height: 1.25;
}

.card-continue-button {
    margin-top: 0;
}

@media (max-width: 599px) {
    .account-page {
        min-height: 100svh;
    }

    .account-header {
        min-height: 64px;
        padding: 0 24px;
    }

    .account-logo {
        font-size: 1rem;
        letter-spacing: 0.48em;
    }

    .account-main {
        justify-content: flex-start;
        padding: 23px 34px 52px;
    }

    .sign-in-panel {
        width: 100%;
        padding-top: 0;
    }

    .sign-in-panel h1,
    .create-account-step h1 {
        margin-bottom: 36px;
        font-size: 2rem;
    }

    .sign-in-form input,
    .account-input,
    .account-select,
    .account-primary-btn,
    .account-secondary-btn {
        height: 40px;
    }

    .create-account-panel {
        width: 100%;
    }

    .create-account-step h1 {
        margin-bottom: 30px;
    }

    .account-divider {
        margin: 50px 17px 43px;
    }

    .account-footer {
        padding-bottom: 23px;
        flex-direction: column;
        gap: 24px;
        font-size: 0.76rem;
    }
}

@media (max-width: 899px) {
    .account-app-nav {
        min-height: 72px;
        padding: 0 31px;
        display: flex;
        justify-content: space-between;
    }

    .account-app-logo {
        font-size: 1.02rem;
        letter-spacing: 0.52em;
    }

    .account-app-main-nav,
    .account-app-icons,
    .account-app-sidebar,
    .account-app-section h1 {
        display: none;
    }

    .account-app-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .account-app-shell {
        width: 100%;
        margin: 0;
        padding: 0 31px 56px;
        display: block;
    }

    .account-mobile-section-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 40px;
        margin: 0 0 20px;
        border: 0;
        background: transparent;
        padding: 0;
        color: #171a20;
        font-size: 1.25rem;
        font-weight: 800;
        cursor: pointer;
    }

    .account-mobile-section-title .account-app-side-icon {
        background: #f0f0f0;
    }

    .account-mobile-section-chevron {
        width: 9px;
        height: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: translateY(1px);
    }

    .account-mobile-section-chevron svg {
        width: 9px;
        height: 5px;
        display: block;
        transform: scaleY(-1);
        transform-origin: center;
    }

    .product-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .account-product-card,
    .payment-card,
    .order-card,
    .account-settings-panel {
        width: 100%;
    }

    .account-product-card {
        height: 210px;
    }

    .account-product-card img {
        height: 116px;
        flex-basis: 116px;
    }

    .account-product-copy {
        padding: 16px 20px 18px;
    }

    .account-product-inline-copy {
        min-height: 0;
    }

    .payment-card-media,
    .order-card-media {
        height: 156px;
    }

    .payment-note {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .refer-copy {
        gap: 28px;
    }

    .refer-copy p {
        font-size: 0.91rem;
        line-height: 1.4;
    }

    .account-app-footer {
        padding-top: 20px;
        padding-bottom: 0;
        flex-direction: column;
        gap: 20px;
    }

    .card-modal-panel {
        width: calc(100vw - 20px);
        min-height: calc(100vh - 64px);
        max-height: calc(100vh - 64px);
        margin-top: 64px;
        border-radius: 8px 8px 0 0;
    }

    .card-form {
        padding: 98px 27px 38px;
    }

    .card-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .card-form .account-field {
        margin-bottom: 30px;
    }

    .card-terms {
        margin-bottom: 56px;
        font-size: 0.86rem;
    }
}

@media (min-width: 900px) and (max-width: 1180px) {
    .account-app-shell {
        width: 100%;
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 38px;
    }
}
