/* /Components/Demo/NetlyDBInteractiveDemo.razor.rz.scp.css */
.demo-shell[b-wx6nn4l8mf] {
    background: #111827;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    padding: 1.5rem;
}

.demo-subtitle[b-wx6nn4l8mf] { color: #93c5fd; margin-bottom: 1rem; }
.demo-queries[b-wx6nn4l8mf] { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; margin-top:3rem; }
.query-chip[b-wx6nn4l8mf] { background: #1f2937; color: #e2e8f0; border: 1px solid #334155; border-radius: 999px; padding: .45rem .75rem; }
.query-chip.active[b-wx6nn4l8mf] { border-color: #22d3ee; color: #22d3ee; }
.query-label[b-wx6nn4l8mf] { display: block; margin-bottom: .35rem; color: #cbd5e1; }
.query-input[b-wx6nn4l8mf] {
    width: 100%; min-height: 88px; background: #0b1220; color: #f8fafc; border: 1px solid #334155; border-radius: .75rem;
    padding: .75rem; margin-bottom: 1rem; resize: vertical;
}
.demo-actions[b-wx6nn4l8mf] { display: flex; gap: .75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.demo-stats[b-wx6nn4l8mf] { margin-bottom: 1rem; color: #cbd5e1; margin-top:3rem; }
.demo-error[b-wx6nn4l8mf] { color: #fda4af; background: rgba(127,29,29,.35); border: 1px solid rgba(253,164,175,.4); padding: .6rem .8rem; border-radius: .5rem; }
.demo-results-block[b-wx6nn4l8mf] { max-height:80vh; }

@media (max-width: 680px) {
    .demo-shell[b-wx6nn4l8mf] { padding: 1rem; }
    .query-input[b-wx6nn4l8mf] { min-height: 110px; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-83vkydkhgn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-83vkydkhgn] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Timeline/NetlyDBTimeLine.razor.rz.scp.css */
.netlydb-timeline-section[b-hivw7byeoq] {
    width: 100%;
    color: var(--text);
}

.swirl-timeline[b-hivw7byeoq] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding: 0.5rem 0 1rem;
}

    .swirl-timeline[b-hivw7byeoq]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0.45rem;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(80, 177, 255, 0.4), rgba(9, 217, 140, 0.42), rgba(91, 124, 255, 0.35));
        box-shadow: 0 0 40px rgba(50, 130, 255, 0.2);
        z-index: 0;
    }

.timeline-year-block[b-hivw7byeoq] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 1;
}

.timeline-year-label[b-hivw7byeoq] {
    align-self: center;
    min-width: 8rem;
    margin-bottom:3rem;
    padding: 0.6rem 1.25rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgb(106 106 106);
    color: var(--text);
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 12px 24px rgba(2, 6, 23, 0.38);
}

.timeline-stop[b-hivw7byeoq] {
    --accent: #f26a21;
    --card-column: 1;
    --curve-direction: 1;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4.75rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

    .timeline-stop.orange[b-hivw7byeoq] {
        --accent: #f26a21;
    }

    .timeline-stop.yellow[b-hivw7byeoq] {
        --accent: #ffc13b;
    }

    .timeline-stop.teal[b-hivw7byeoq] {
        --accent: #2bb7a8;
    }

    .timeline-stop.navy[b-hivw7byeoq] {
        --accent: #5b7cff;
    }

    .timeline-stop:nth-of-type(odd)[b-hivw7byeoq] {
        --card-column: 1;
        --curve-direction: 1;
    }

    .timeline-stop:nth-of-type(even)[b-hivw7byeoq] {
        --card-column: 3;
        --curve-direction: -1;
    }

.timeline-marker[b-hivw7byeoq] {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    background: var(--accent);
    z-index: 3;
}

.timeline-card[b-hivw7byeoq] {
    position: relative;
    grid-column: var(--card-column);
    max-width: 100%;
    padding: 1.25rem 1.3rem;
    border-radius: 1rem;
    background: linear-gradient(160deg, rgba(22, 35, 74, 0.84), rgba(12, 22, 48, 0.74));
    border: 2px solid var(--accent);
    box-shadow: 0 18px 34px rgba(2, 6, 23, 0.34);
    backdrop-filter: blur(6px);
}

    .timeline-card[b-hivw7byeoq]::before {
        content: "";
        position: absolute;
        top: 45%;
        width: 1.9rem;
        height: 1rem;
        border: 2px solid var(--accent);
        border-left: 0;
        border-bottom: 0;
        border-radius: 0 1.2rem 0 0;
        opacity: 0.72;
        transform: translateY(-50%) scaleX(var(--curve-direction));
    }

    .timeline-stop:nth-of-type(odd) .timeline-card[b-hivw7byeoq]::before {
        right: -2.05rem;
    }

    .timeline-stop:nth-of-type(even) .timeline-card[b-hivw7byeoq]::before {
        left: -2.05rem;
    }

    .timeline-card h3[b-hivw7byeoq] {
        margin: 0 0 0.9rem;
        font-size: 1.15rem;
        line-height: 1.2;
        font-weight: 800;
        color: var(--accent);
    }

.timeline-card-item + .timeline-card-item[b-hivw7byeoq] {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(160, 180, 255, 0.14);
}

.timeline-card-item h4[b-hivw7byeoq] {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.timeline-card-item p[b-hivw7byeoq] {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .swirl-timeline[b-hivw7byeoq] {
        padding-left: 0.2rem;
    }

        .swirl-timeline[b-hivw7byeoq]::before {
            left: 1.75rem;
            transform: none;
        }

    .timeline-year-label[b-hivw7byeoq] {
        align-self: flex-start;
        margin-left: 0.45rem;
    }

    .timeline-stop[b-hivw7byeoq] {
        grid-template-columns: 3.5rem minmax(0, 1fr);
        gap: 0.95rem;
    }

    .timeline-marker[b-hivw7byeoq] {
        grid-column: 1;
        width: 3rem;
        height: 3rem;
        font-size: 0.95rem;
    }

    .timeline-card[b-hivw7byeoq],
    .timeline-stop:nth-of-type(even) .timeline-card[b-hivw7byeoq],
    .timeline-stop:nth-of-type(odd) .timeline-card[b-hivw7byeoq] {
        grid-column: 2;
    }

        .timeline-card[b-hivw7byeoq]::before,
        .timeline-stop:nth-of-type(even) .timeline-card[b-hivw7byeoq]::before,
        .timeline-stop:nth-of-type(odd) .timeline-card[b-hivw7byeoq]::before {
            left: -1.65rem;
            right: auto;
            transform: translateY(-50%) scaleX(-1);
            width: 1.7rem;
        }
}
