/* Homepage-only portal styling. The command bar and legacy interior pages remain separate. */
.home-portal,
.home-portal * {
    box-sizing: border-box;
}

.home-portal {
    --home-ink: #eef6ff;
    --home-muted: #91a8bf;
    --home-faint: #587089;
    --home-line: #274661;
    --home-line-bright: #4a789d;
    --home-panel: rgba(5, 15, 25, .93);
    --home-panel-raised: rgba(10, 27, 43, .92);
    --home-navy: #0b2135;
    --home-steel: #6e8eaa;
    --home-cyan: #53c9ff;
    --home-cyan-soft: rgba(83, 201, 255, .14);
    min-height: 100vh;
    overflow: hidden;
    color: var(--home-ink);
    background-color: #000;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .84) 240px),
        url("/i/inbg.gif");
    font-family: Tahoma, Arial, sans-serif;
}

.home-portal a {
    color: inherit;
    text-decoration: none;
}

.home-portal a:focus-visible {
    outline: 2px solid var(--home-cyan);
    outline-offset: 3px;
}

.home-portal__legacy-header {
    width: 100%;
    overflow: hidden;
}

.home-portal__legacy-header-top {
    display: flex;
    height: 79px;
    align-items: flex-end;
    background: #07101a url("/i/bg.gif") repeat-x bottom left;
}

.home-portal__legacy-header-top span {
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    background: url("/i/btbg.gif") repeat-x bottom left;
}

.home-portal__legacy-header-top img {
    display: block;
    flex: 0 0 auto;
}

.home-portal__legacy-header-strip {
    display: flex;
    height: 32px;
    align-items: stretch;
    background: url("/i/inside/top1bg.jpg") repeat-x center;
}

.home-portal__legacy-header-strip span {
    min-width: 0;
    flex: 1 1 auto;
}

.home-portal__legacy-header-strip img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 32px;
}

.home-portal__main {
    width: min(1380px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 52px;
}

.home-portal__statusline,
.home-portal__footer,
.home-portal__panel-footnote,
.home-portal__lab-project-topline,
.home-portal__lab-pulse,
.home-portal__archive-pending {
    color: var(--home-muted);
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-portal__statusline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--home-line);
}

.home-portal__statusline span:last-child {
    color: var(--home-cyan);
}

.home-portal__statusline i,
.home-portal__lab-pulse i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border: 1px solid #c0efff;
    border-radius: 50%;
    background: var(--home-cyan);
    box-shadow: 0 0 8px rgba(83, 201, 255, .7);
}

.home-portal__intro {
    display: flex;
    min-height: 152px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 34px 0 26px;
}

.home-portal__eyebrow,
.home-portal__panel-label,
.home-portal__data-label {
    margin: 0;
    color: var(--home-cyan);
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-portal__intro h1 {
    max-width: 700px;
    margin: 7px 0 9px;
    color: var(--home-ink);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    font-weight: 700;
    letter-spacing: .02em;
    line-height: .98;
    text-transform: uppercase;
}

.home-portal__intro-copy {
    max-width: 640px;
    margin: 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.6;
}

.home-portal__intro-readout {
    display: grid;
    min-width: 150px;
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
    padding: 12px 14px;
    border-left: 1px solid var(--home-line-bright);
    color: var(--home-faint);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: .12em;
}

.home-portal__intro-readout strong {
    color: var(--home-ink);
    font-size: 10px;
    font-weight: 700;
}

.home-portal__upper-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(285px, .95fr);
    gap: 16px;
}

.home-portal__community-panel { margin-top: 18px; }
.home-portal__community-list { padding: 10px; }
.home-portal__community-list a { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 10px; border-bottom: 1px solid var(--home-line); color: inherit; }
.home-portal__community-list a:last-child { border-bottom: 0; }
.home-portal__community-list a:hover { background: rgba(16, 53, 78, .5); }
.home-portal__community-list strong { display: block; overflow-wrap: anywhere; color: var(--home-ink); font-size: 13px; }
.home-portal__community-list small { display: block; margin-top: 4px; color: var(--home-muted); font-size: 10px; }
.home-portal__community-list b { color: var(--home-accent); }

.home-portal__panel,
.home-portal__category-panel,
.home-portal__archive {
    position: relative;
    border: 1px solid var(--home-line);
    background:
        linear-gradient(135deg, rgba(35, 82, 116, .11), transparent 30%),
        var(--home-panel);
    box-shadow: inset 0 1px 0 rgba(217, 239, 255, .07), 0 12px 30px rgba(0, 0, 0, .24);
}

.home-portal__panel::after,
.home-portal__category-panel::after,
.home-portal__archive::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 1px;
    background: var(--home-cyan);
    box-shadow: 0 0 8px rgba(83, 201, 255, .55);
    content: "";
}

.home-portal__panel-heading {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px;
    border-bottom: 1px solid var(--home-line);
    background: linear-gradient(90deg, rgba(29, 70, 101, .4), rgba(8, 19, 31, .18));
}

.home-portal__panel-heading h2,
.home-portal__section-heading h2,
.home-portal__archive h2 {
    margin: 4px 0 0;
    color: var(--home-ink);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.05;
    text-transform: uppercase;
}

.home-portal__panel-index {
    color: var(--home-steel);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    white-space: nowrap;
}

.home-portal__featured-content {
    display: grid;
    min-height: 346px;
    grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
    gap: 20px;
    padding: 24px 18px 20px;
}

.home-portal__featured-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.home-portal__featured-copy h3 {
    margin: 9px 0 10px;
    color: #fff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
}

.home-portal__featured-description {
    max-width: 540px;
    margin: 0;
    color: #b8c8d8;
    font-size: 14px;
    line-height: 1.65;
}

.home-portal__metadata {
    display: flex;
    gap: 34px;
    margin: 22px 0 0;
    padding-top: 13px;
    border-top: 1px solid var(--home-line);
}

.home-portal__metadata div {
    min-width: 96px;
}

.home-portal__metadata dt {
    color: var(--home-faint);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
}

.home-portal__metadata dd {
    margin: 5px 0 0;
    color: var(--home-ink);
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    font-weight: 700;
}

.home-portal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.home-portal__button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 15px;
    border: 1px solid var(--home-line-bright);
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: background-color 150ms linear, border-color 150ms linear, transform 150ms ease-out;
}

.home-portal__button:hover {
    border-color: var(--home-cyan);
    background-color: var(--home-cyan-soft);
    transform: translateY(-1px);
}

.home-portal__button--primary {
    color: #02101b !important;
    border-color: #91e2ff;
    background: linear-gradient(180deg, #9de6ff, #4eaed8);
    box-shadow: 0 0 12px rgba(83, 201, 255, .18);
}

.home-portal__button--primary:hover {
    color: #02101b !important;
    background: linear-gradient(180deg, #c2f1ff, #67c5ec);
}

.home-portal__hero-art {
    display: flex;
    min-height: 260px;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    border: 1px solid #345875;
    background: #02070d;
}

.home-portal__hero-art > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
}

.home-portal__hero-fallback {
    display: flex;
    width: 100%;
    min-height: 260px;
    flex-direction: column;
    background:
        linear-gradient(90deg, rgba(83, 201, 255, .08) 1px, transparent 1px) 0 0 / 32px 32px,
        linear-gradient(rgba(83, 201, 255, .07) 1px, transparent 1px) 0 0 / 32px 32px,
        radial-gradient(circle at 54% 48%, rgba(52, 140, 187, .4), transparent 30%),
        #051421;
}

.home-portal__hero-fallback-top,
.home-portal__hero-fallback-readout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: var(--home-muted);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
}

.home-portal__hero-fallback-top {
    border-bottom: 1px solid rgba(83, 201, 255, .25);
}

.home-portal__hero-fallback-screen {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 18px;
    text-align: center;
}

.home-portal__hero-fallback-mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid var(--home-cyan);
    color: #d9f7ff;
    background: linear-gradient(135deg, rgba(83, 201, 255, .4), rgba(7, 24, 40, .86));
    box-shadow: inset 0 0 0 5px rgba(83, 201, 255, .08), 0 0 18px rgba(83, 201, 255, .22);
    font-family: Consolas, "Courier New", monospace;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.08em;
}

.home-portal__hero-fallback-screen strong {
    max-width: 230px;
    color: #f3fbff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-portal__hero-fallback-screen > span:last-child {
    color: var(--home-cyan);
    font-family: Consolas, "Courier New", monospace;
    font-size: 8px;
    letter-spacing: .12em;
}

.home-portal__hero-fallback-readout {
    border-top: 1px solid rgba(83, 201, 255, .25);
}

.home-portal__hero-fallback-readout i {
    height: 1px;
    flex: 1 1 auto;
    margin: 0 12px;
    background: var(--home-cyan);
    box-shadow: 0 0 7px rgba(83, 201, 255, .8);
}

.home-portal__release-list {
    display: grid;
    min-height: 346px;
    align-content: start;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}

.home-portal__release-list li {
    border-bottom: 1px solid rgba(39, 70, 97, .8);
}

.home-portal__release {
    display: grid;
    min-height: 68px;
    grid-template-columns: 8px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 11px;
    padding: 11px 16px;
    transition: background-color 150ms linear, padding-left 150ms ease-out;
}

.home-portal__release:hover {
    padding-left: 19px;
    background: linear-gradient(90deg, rgba(39, 98, 137, .3), transparent 90%);
}

.home-portal__release-signal {
    width: 5px;
    height: 5px;
    border: 1px solid #5f7e98;
    border-radius: 50%;
    background: #1c3a54;
}

.home-portal__release:first-child .home-portal__release-signal {
    border-color: #b8efff;
    background: var(--home-cyan);
    box-shadow: 0 0 8px rgba(83, 201, 255, .8);
}

.home-portal__release-body {
    min-width: 0;
}

.home-portal__release-body strong,
.home-portal__release-body span,
.home-portal__release-body small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-portal__release-body strong {
    color: var(--home-ink);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-portal__release-body span,
.home-portal__release-body small {
    margin-top: 4px;
    color: var(--home-faint);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-portal__release-body small {
    color: #a8bacd;
    font-size: 10px;
    text-transform: none;
}

.home-portal__release-body small b {
    color: var(--home-cyan);
    font-weight: 400;
}

.home-portal__release-arrow {
    color: var(--home-cyan);
    font-size: 20px;
    line-height: 1;
}

.home-portal__panel-footnote {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 16px;
    border-top: 1px solid var(--home-line);
    font-size: 8px;
}

.home-portal__empty-state {
    display: flex;
    min-height: 346px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.home-portal__empty-state-mark {
    color: var(--home-cyan);
    font-family: Consolas, "Courier New", monospace;
    font-size: 30px;
    font-weight: 700;
}

.home-portal__empty-state strong {
    margin-top: 12px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-portal__empty-state p {
    max-width: 220px;
    margin: 10px 0 0;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.5;
}

.home-portal__section {
    margin-top: 42px;
}

.home-portal__section-heading {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 15px;
}

.home-portal__section-heading h2 {
    margin-top: 7px;
    font-size: 24px;
}

.home-portal__section-rule {
    height: 1px;
    flex: 1 1 auto;
    margin-bottom: 5px;
    background: linear-gradient(90deg, var(--home-line-bright), transparent);
}

.home-portal__category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-portal__category-panel {
    display: flex;
    min-height: 316px;
    flex-direction: column;
    padding: 18px;
    background:
        linear-gradient(145deg, rgba(18, 55, 84, .33), transparent 34%),
        rgba(4, 13, 22, .92);
    transition: border-color 150ms linear, transform 150ms ease-out, background-color 150ms linear;
}

.home-portal__category-panel:hover {
    border-color: var(--home-line-bright);
    background-color: rgba(7, 22, 36, .96);
    transform: translateY(-2px);
}

.home-portal__category-topline {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-portal__category-marker {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--home-line-bright);
    color: #d4f5ff;
    background: linear-gradient(135deg, rgba(83, 201, 255, .3), rgba(7, 24, 40, .8));
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
}

.home-portal__category-panel h3 {
    margin: 20px 0 8px;
    color: #f6fbff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 21px;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.home-portal__category-panel > p {
    min-height: 45px;
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.55;
}

.home-portal__category-links {
    display: grid;
    gap: 5px;
    margin: 17px 0 15px;
    padding: 0;
    list-style: none;
}

.home-portal__category-links a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17px;
    align-items: center;
    gap: 4px 10px;
    padding: 8px 9px;
    border-left: 2px solid var(--home-line);
    background: rgba(10, 28, 44, .56);
    transition: background-color 150ms linear, border-color 150ms linear;
}

.home-portal__category-links a:hover {
    border-color: var(--home-cyan);
    background: rgba(31, 83, 116, .42);
}

.home-portal__category-links a span,
.home-portal__category-links a small {
    overflow: hidden;
    grid-column: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-portal__category-links a span {
    color: var(--home-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-portal__category-links a small {
    color: var(--home-faint);
    font-family: Consolas, "Courier New", monospace;
    font-size: 9px;
}

.home-portal__category-links a b {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--home-cyan);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.home-portal__text-action {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: var(--home-cyan) !important;
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-portal__text-action:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-portal__text-action span {
    font-size: 16px;
    font-weight: 400;
    line-height: .7;
}

.home-portal__panel--lab {
    margin-top: 42px;
    background:
        linear-gradient(90deg, rgba(24, 62, 91, .36), transparent 46%),
        rgba(3, 11, 18, .94);
}

.home-portal__lab-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 15px 18px;
    border-bottom: 1px solid var(--home-line);
}

.home-portal__lab-intro p {
    max-width: 650px;
    margin: 0;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.5;
}

.home-portal__lab-pulse {
    color: var(--home-cyan);
    white-space: nowrap;
}

.home-portal__lab-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-portal__lab-project {
    min-height: 185px;
    padding: 18px;
    border-right: 1px solid var(--home-line);
}

.home-portal__lab-project:last-child {
    border-right: 0;
}

.home-portal__lab-project-topline {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--home-cyan);
    font-size: 9px;
}

.home-portal__status-dot {
    width: 6px;
    height: 6px;
    border: 1px solid #b8efff;
    border-radius: 50%;
    background: var(--home-cyan);
    box-shadow: 0 0 8px rgba(83, 201, 255, .7);
}

.home-portal__lab-project h3 {
    margin: 16px 0 7px;
    color: var(--home-ink);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-portal__lab-project p {
    min-height: 40px;
    margin: 0 0 17px;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.55;
}

.home-portal__archive {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
    padding: 19px 22px;
    background:
        linear-gradient(90deg, rgba(97, 122, 144, .17), transparent 70%),
        rgba(10, 18, 27, .9);
}

.home-portal__archive-mark {
    display: grid;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    place-items: center;
    border: 1px solid var(--home-steel);
    color: #d9e8f4;
    background: #101f2d;
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
    font-weight: 700;
}

.home-portal__archive h2 {
    max-width: 730px;
    margin-top: 6px;
    color: #dce9f4;
    font-size: 17px;
    line-height: 1.2;
}

.home-portal__archive > .home-portal__button,
.home-portal__archive > .home-portal__archive-pending {
    margin-left: auto;
}

.home-portal__archive-pending {
    padding: 9px 0;
    color: var(--home-faint);
    white-space: nowrap;
}

.home-portal__footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 2px 0;
    font-size: 9px;
}

.home-portal__footer img {
    width: 22px;
    height: auto;
    margin-left: 7px;
    vertical-align: middle;
    opacity: .72;
}

@media (max-width: 1080px) {
    .home-portal__upper-grid {
        grid-template-columns: 1fr;
    }

    .home-portal__featured-content {
        grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr);
    }
}

@media (max-width: 760px) {
    .home-portal__main {
        width: min(100% - 20px, 680px);
        padding-top: 22px;
    }

    .home-portal__statusline {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .home-portal__intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 28px 0 22px;
    }

    .home-portal__intro-readout {
        width: 100%;
        border-top: 1px solid var(--home-line);
        border-left: 0;
    }

    .home-portal__featured-content {
        grid-template-columns: 1fr;
        padding: 20px 15px 15px;
    }

    .home-portal__featured-copy {
        justify-content: flex-start;
    }

    .home-portal__hero-art {
        min-height: 230px;
    }

    .home-portal__hero-fallback,
    .home-portal__hero-art > img {
        min-height: 230px;
    }

    .home-portal__category-grid {
        grid-template-columns: 1fr;
    }

    .home-portal__category-panel {
        min-height: 0;
    }

    .home-portal__category-panel > p {
        min-height: 0;
    }

    .home-portal__lab-intro,
    .home-portal__archive {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-portal__lab-pulse,
    .home-portal__archive > .home-portal__button,
    .home-portal__archive > .home-portal__archive-pending {
        margin-left: 0;
    }

    .home-portal__lab-grid {
        grid-template-columns: 1fr;
    }

    .home-portal__lab-project {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .home-portal__lab-project:last-child {
        border-bottom: 0;
    }

    .home-portal__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-portal *,
    .home-portal *::before,
    .home-portal *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
