body {
    font-family: Inter, Arial, sans-serif;
}

.portal-sidebar,
.portal-main,
.auth-story,
.auth-panel {
    direction: ltr;
}

.auth-story .light {
    align-self: flex-start;
}

.trust-row span::before {
    margin-left: 0;
    margin-right: 6px;
}

th,
.resource-card h2 {
    text-align: left;
}

.timeline article::before {
    right: auto;
    left: 6px;
    border-right: 0;
    border-left: 1px solid #dedff0;
}

.primary-button {
    font-family: Inter, Arial, sans-serif;
}

.login-button {
    background: linear-gradient(135deg, #ffe08a, #ffc94d);
    color: #2b2145;
    box-shadow: 0 13px 28px rgba(255, 193, 56, .3);
}

.login-button:hover,
.login-button:focus-visible {
    background: #fff0bd;
    box-shadow: 0 15px 30px rgba(255, 193, 56, .38);
}

@media (max-width: 950px) {
    .portal-sidebar {
        right: auto;
        left: -280px;
        box-shadow: 20px 0 50px #11132f3d;
    }

    .portal-sidebar.open {
        right: auto;
        left: 0;
    }
}
