/* /Components/Landing/LiveForecastPanel.razor.rz.scp.css */
.live-forecast[b-pgtoe1gt7w] {
    height: 100%;
}

.live-forecast__meta[b-pgtoe1gt7w] {
    margin: 0 0 0.85rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
}

.live-forecast__meta--muted[b-pgtoe1gt7w] {
    color: var(--text-muted);
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.02em;
}

.live-forecast__viewport[b-pgtoe1gt7w] {
    position: relative;
    height: min(32rem, 62vh);
    overflow: hidden;
    mask-image: linear-gradient(
        180deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        180deg,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}

.live-forecast__track[b-pgtoe1gt7w] {
    animation: forecast-scroll-b-pgtoe1gt7w var(--scroll-duration, 80s) linear infinite;
}

.live-forecast__viewport:hover .live-forecast__track[b-pgtoe1gt7w] {
    animation-play-state: paused;
}

.live-forecast__track p[b-pgtoe1gt7w] {
    margin: 0 0 0.95rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.94rem;
    line-height: 1.7;
    color: rgba(216, 216, 216, 0.62);
}

.live-forecast__track p:last-child[b-pgtoe1gt7w] {
    margin-bottom: 0;
}

@keyframes forecast-scroll-b-pgtoe1gt7w {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@media (max-width: 900px) {
    .live-forecast__viewport[b-pgtoe1gt7w] {
        height: 14rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .live-forecast__viewport[b-pgtoe1gt7w] {
        height: auto;
        max-height: 18rem;
        overflow-y: auto;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .live-forecast__track[b-pgtoe1gt7w] {
        animation: none;
    }

    .live-forecast__track p[aria-hidden="true"][b-pgtoe1gt7w] {
        display: none;
    }
}
/* /Components/Landing/SubstormPipelineChart.razor.rz.scp.css */
.substorm-chart[b-1t5e2eh7xo] {
    height: 100%;
    min-width: 0;
}

.substorm-chart__meta[b-1t5e2eh7xo] {
    margin: 0 0 0.65rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
}

.substorm-chart__meta--muted[b-1t5e2eh7xo] {
    color: var(--text-muted);
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.02em;
}

.substorm-chart__host[b-1t5e2eh7xo] {
    width: 100%;
    min-width: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hgh309jxo2] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    min-height: 100vh; /* fallback для старых браузеров */
}

main[b-hgh309jxo2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.site-footer[b-hgh309jxo2] {
    text-align: center;
    padding: 0.75rem;
    height: 3rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer a[b-hgh309jxo2] {
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.2s;
}

.site-footer a:hover[b-hgh309jxo2] {
    color: rgba(255, 255, 255, 0.65);
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gs4zsqew77],
.components-reconnect-repeated-attempt-visible[b-gs4zsqew77],
.components-reconnect-failed-visible[b-gs4zsqew77],
.components-pause-visible[b-gs4zsqew77],
.components-resume-failed-visible[b-gs4zsqew77],
.components-rejoining-animation[b-gs4zsqew77] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-retrying[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-failed[b-gs4zsqew77],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gs4zsqew77] {
    display: block;
}


#components-reconnect-modal[b-gs4zsqew77] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gs4zsqew77 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gs4zsqew77 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gs4zsqew77 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gs4zsqew77]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gs4zsqew77 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gs4zsqew77 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gs4zsqew77 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gs4zsqew77 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gs4zsqew77] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gs4zsqew77] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gs4zsqew77] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gs4zsqew77] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gs4zsqew77] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gs4zsqew77] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gs4zsqew77] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gs4zsqew77 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gs4zsqew77] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gs4zsqew77 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing[b-squmhlksis] {
    width: 100%;
}

.section-inner[b-squmhlksis] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.section-inner--timeline[b-squmhlksis] {
    max-width: 880px;
}

.section-heading[b-squmhlksis] {
    margin: 0 0 2rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--text);
}

/* Hero */
.hero[b-squmhlksis] {
    min-height: min(70vh, 560px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem 4rem;
    box-sizing: border-box;
    background:
        radial-gradient(ellipse 90% 70% at 50% 35%, rgba(0, 135, 255, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 55% 40% at 75% 70%, rgba(107, 158, 210, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #1a1b24 0%, var(--bg) 100%);
    border-bottom: 1px solid var(--border-subtle);
}

.hero__inner[b-squmhlksis] {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.hero__title[b-squmhlksis] {
    margin: 0;
    line-height: 0;
}

.hero__logo[b-squmhlksis] {
    display: block;
    width: min(100%, 500px);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 0 28px rgba(0, 135, 255, 0.22));
}

/* Authors */
.authors[b-squmhlksis] {
    padding: 4rem 0;
}

.authors__grid[b-squmhlksis] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    justify-items: center;
}

.author-card[b-squmhlksis] {
    max-width: 320px;
    text-align: center;
}

.author-card__photo[b-squmhlksis] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid var(--border);
    margin-bottom: 1.25rem;
    background: rgba(0, 0, 0, 0.25);
}

.author-card__name[b-squmhlksis] {
    margin: 0 0 0.5rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text);
}

.author-card__desc[b-squmhlksis] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-muted);
}

/* Era: timeline → atom */
.era[b-squmhlksis] {
    padding: 2rem 0 0.5rem;
}

.timeline__list[b-squmhlksis] {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline__list[b-squmhlksis]::before {
    content: "";
    position: absolute;
    left: calc(8.25rem + 0.7rem);
    top: 0.4rem;
    bottom: 0.4rem;
    width: 2px;
    background: linear-gradient(
        180deg,
        rgba(107, 158, 210, 0.4) 0%,
        rgba(0, 135, 255, 0.45) 70%,
        rgba(0, 135, 255, 0.95) 100%
    );
}

.timeline__item[b-squmhlksis] {
    position: relative;
    margin: 0 0 1.35rem;
}

.timeline__item:last-child[b-squmhlksis] {
    margin-bottom: 0;
}

.timeline__node[b-squmhlksis] {
    display: grid;
    grid-template-columns: 8.25rem 1.6rem 1fr;
    gap: 0.85rem;
    align-items: start;
}

.timeline__period[b-squmhlksis] {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: right;
    color: rgba(255, 255, 255, 0.38);
    padding-top: 0.05rem;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.timeline__rail[b-squmhlksis] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 0.35rem;
}

.timeline__dot[b-squmhlksis] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: 2px solid rgba(107, 158, 210, 0.55);
    background: var(--bg);
    box-shadow: 0 0 0 3px var(--bg);
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s, transform 0.25s;
}

.timeline__text[b-squmhlksis] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(216, 216, 216, 0.55);
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.timeline__item:hover .timeline__period[b-squmhlksis] {
    color: var(--accent);
}

.timeline__item:hover .timeline__dot[b-squmhlksis] {
    border-color: var(--accent-strong);
    background: rgba(0, 135, 255, 0.35);
    box-shadow:
        0 0 0 3px var(--bg),
        0 0 14px rgba(0, 135, 255, 0.4);
}

.timeline__item:hover .timeline__text[b-squmhlksis] {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 0 24px rgba(0, 135, 255, 0.18);
}

/* Start / present — highlighted + blinking */
.timeline__item--start .timeline__period[b-squmhlksis],
.timeline__item--present .timeline__period[b-squmhlksis] {
    color: var(--accent-strong);
}

.timeline__item--start .timeline__text[b-squmhlksis],
.timeline__item--present .timeline__text[b-squmhlksis] {
    color: rgba(255, 255, 255, 0.78);
}

.timeline__item--start .timeline__dot[b-squmhlksis],
.timeline__item--present .timeline__dot[b-squmhlksis] {
    width: 0.85rem;
    height: 0.85rem;
    background: var(--accent-strong);
    border-color: #7ec4ff;
    animation: present-pulse-b-squmhlksis 1.5s ease-in-out infinite;
}

.timeline__item--start:hover .timeline__text[b-squmhlksis],
.timeline__item--present:hover .timeline__text[b-squmhlksis] {
    color: #fff;
}

@keyframes present-pulse-b-squmhlksis {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 3px var(--bg),
            0 0 10px rgba(0, 135, 255, 0.45);
    }
    50% {
        transform: scale(1.25);
        box-shadow:
            0 0 0 3px var(--bg),
            0 0 22px rgba(0, 135, 255, 0.9),
            0 0 36px rgba(107, 158, 210, 0.45);
    }
}

.section-inner--products[b-squmhlksis] {
    max-width: 1600px;
    margin-top: 2.5rem;
}

.products__error[b-squmhlksis] {
    margin: 0.75rem 0 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: var(--error);
}

.products__atom-host[b-squmhlksis] {
    width: 100%;
}

/* Forecast (left) + substorm chart (right) under the atom */
.live-split[b-squmhlksis] {
    padding: 0.25rem 0 4rem;
}

.section-inner--live-split[b-squmhlksis] {
    max-width: 1280px;
}

.live-split__grid[b-squmhlksis] {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 1.75rem 2rem;
    align-items: start;
}

@media (max-width: 900px) {
    .live-split__grid[b-squmhlksis] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 720px) {
    .timeline__list[b-squmhlksis]::before {
        left: calc(5.75rem + 0.55rem);
    }

    .timeline__node[b-squmhlksis] {
        grid-template-columns: 5.75rem 1.25rem 1fr;
        gap: 0.65rem;
    }

    .timeline__period[b-squmhlksis] {
        font-size: 0.92rem;
    }

    .timeline__text[b-squmhlksis] {
        font-size: 0.92rem;
    }
}

@media (max-width: 480px) {
    .hero[b-squmhlksis] {
        min-height: auto;
        padding: 3.5rem 1rem 3rem;
    }

    .authors[b-squmhlksis],
    .era[b-squmhlksis] {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline__list[b-squmhlksis]::before {
        left: 0.55rem;
    }

    .timeline__node[b-squmhlksis] {
        grid-template-columns: 1.25rem 1fr;
        gap: 0.75rem;
    }

    .timeline__period[b-squmhlksis] {
        grid-column: 2;
        text-align: left;
        padding-top: 0;
        margin-bottom: -0.15rem;
    }

    .timeline__rail[b-squmhlksis] {
        grid-column: 1;
        grid-row: 1 / span 2;
        padding-top: 0.2rem;
    }

    .timeline__text[b-squmhlksis] {
        grid-column: 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .timeline__item--start .timeline__dot[b-squmhlksis],
    .timeline__item--present .timeline__dot[b-squmhlksis] {
        animation: none;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-wrapper[b-r6y14njbpw] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.notfound-card[b-r6y14njbpw] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    max-width: 720px;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
}

.notfound-code[b-r6y14njbpw] {
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Segoe UI', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.notfound-message[b-r6y14njbpw] {
    color: #d8d8d8;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1rem;
    margin: 0 0 1.25rem 0;
}

.notfound-url[b-r6y14njbpw] {
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    margin: 0;
    word-break: break-all;
}

