/* /Components/InteractiveDiagramGallery.razor.rz.scp.css */
.architecture-page[b-rj9n5avc9a] {
    display: grid;
    width: min(100%, 96rem);
    gap: 1.5rem;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.architecture-page--flowchart .architecture-hero[b-rj9n5avc9a] {
    border-color: rgba(45, 212, 191, 0.28);
    background:
        radial-gradient(circle at 8% 12%, rgba(45, 212, 191, 0.32), transparent 25rem),
        radial-gradient(circle at 88% 20%, rgba(244, 114, 182, 0.22), transparent 22rem),
        linear-gradient(135deg, #071a2d 0%, #0f4c75 50%, #4c1d70 100%);
}

.architecture-page--flowchart .architecture-hero h1[b-rj9n5avc9a] {
    max-width: 15ch;
}

.architecture-hero[b-rj9n5avc9a] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    min-height: 24rem;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border: 1px solid rgba(96, 165, 250, 0.24);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 8% 12%, rgba(56, 189, 248, 0.34), transparent 25rem),
        radial-gradient(circle at 88% 20%, rgba(167, 139, 250, 0.28), transparent 22rem),
        linear-gradient(135deg, #07152f 0%, #123d73 52%, #3b1458 100%);
    color: #fff;
    box-shadow: 0 1.5rem 4rem rgba(8, 22, 51, 0.2);
}

.architecture-hero[b-rj9n5avc9a]::before,
.architecture-hero[b-rj9n5avc9a]::after {
    position: absolute;
    z-index: -1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.architecture-hero[b-rj9n5avc9a]::before {
    top: -8rem;
    right: 20%;
    width: 22rem;
    height: 22rem;
}

.architecture-hero[b-rj9n5avc9a]::after {
    right: -10rem;
    bottom: -13rem;
    width: 32rem;
    height: 32rem;
}

.architecture-hero__content[b-rj9n5avc9a] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.architecture-eyebrow[b-rj9n5avc9a],
.architecture-hero__tags span[b-rj9n5avc9a],
.architecture-kicker[b-rj9n5avc9a] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
}

.architecture-eyebrow[b-rj9n5avc9a] {
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(0.8rem);
}

.architecture-hero h1[b-rj9n5avc9a] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.architecture-hero__content > p[b-rj9n5avc9a] {
    max-width: 60rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.7;
}

.architecture-hero__tags[b-rj9n5avc9a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.architecture-hero__tags span[b-rj9n5avc9a] {
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.75rem;
    background: rgba(2, 12, 30, 0.24);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
}

.architecture-hero__summary[b-rj9n5avc9a] {
    display: grid;
    gap: 0.9rem;
}

.architecture-hero__summary article[b-rj9n5avc9a] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    color: #172b4d;
    box-shadow: 0 1rem 2.25rem rgba(3, 12, 30, 0.16);
    backdrop-filter: blur(1rem);
}

.architecture-hero__summary article > div[b-rj9n5avc9a] {
    display: grid;
    gap: 0.25rem;
}

.architecture-hero__summary strong[b-rj9n5avc9a] {
    font-size: 0.95rem;
}

.architecture-hero__summary article div span[b-rj9n5avc9a] {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.45;
}

.architecture-summary-icon[b-rj9n5avc9a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 0.9rem;
}

.architecture-summary-icon--blue[b-rj9n5avc9a] {
    background: linear-gradient(135deg, #e0f2fe, #dbeafe);
    color: #0369a1;
}

.architecture-summary-icon--green[b-rj9n5avc9a] {
    background: linear-gradient(135deg, #dcfce7, #ccfbf1);
    color: #047857;
}

.architecture-workspace[b-rj9n5avc9a] {
    overflow: hidden;
    border: 1px solid #d9e3f0;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.1);
}

.architecture-workspace__header[b-rj9n5avc9a] {
    display: grid;
    gap: 1.1rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.architecture-tabs[b-rj9n5avc9a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.3rem;
    border: 1px solid #d9e3f0;
    border-radius: 1rem;
    background: #eef4fa;
}

.architecture-tab[b-rj9n5avc9a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.8rem 1rem;
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    color: #526072;
    text-align: left;
    transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.architecture-tab:hover[b-rj9n5avc9a] {
    color: #1d4ed8;
    background: rgba(255, 255, 255, 0.65);
}

.architecture-tab:focus-visible[b-rj9n5avc9a] {
    outline: 0.18rem solid rgba(37, 99, 235, 0.32);
    outline-offset: 0.12rem;
}

.architecture-tab--active[b-rj9n5avc9a] {
    background: #fff;
    color: #1e40af;
    box-shadow: 0 0.25rem 0.8rem rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
}

.architecture-tab[b-rj9n5avc9a] >  .rzi {
    font-size: 1.5rem;
}

.architecture-tab span[b-rj9n5avc9a] {
    display: grid;
    min-width: 0;
    gap: 0.1rem;
}

.architecture-tab strong[b-rj9n5avc9a],
.architecture-tab small[b-rj9n5avc9a] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.architecture-tab strong[b-rj9n5avc9a] {
    font-size: 0.9rem;
}

.architecture-tab small[b-rj9n5avc9a] {
    color: #64748b;
    font-size: 0.72rem;
}

.architecture-workspace__details[b-rj9n5avc9a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.architecture-workspace__details > div:first-child[b-rj9n5avc9a] {
    min-width: 0;
}

.architecture-kicker[b-rj9n5avc9a] {
    color: #2563eb;
    font-size: 0.72rem;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.architecture-workspace__details h2[b-rj9n5avc9a] {
    margin: 0.25rem 0 0.3rem;
    color: #172b4d;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.architecture-workspace__details p[b-rj9n5avc9a] {
    max-width: 62rem;
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.architecture-actions[b-rj9n5avc9a],
.architecture-toolbar[b-rj9n5avc9a],
.architecture-toolbar__group[b-rj9n5avc9a],
.architecture-toolbar__hint[b-rj9n5avc9a],
.architecture-workspace__footer span[b-rj9n5avc9a] {
    display: flex;
    align-items: center;
}

.architecture-actions[b-rj9n5avc9a] {
    flex: 0 0 auto;
    gap: 0.5rem;
}

.architecture-action[b-rj9n5avc9a],
.architecture-toolbar button[b-rj9n5avc9a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
    transition: border-color 150ms ease, color 150ms ease, background 150ms ease, transform 150ms ease;
}

.architecture-action[b-rj9n5avc9a] {
    padding: 0.55rem 0.75rem;
}

.architecture-action:hover[b-rj9n5avc9a],
.architecture-toolbar button:hover:not(:disabled)[b-rj9n5avc9a] {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
    transform: translateY(-1px);
}

.architecture-action:focus-visible[b-rj9n5avc9a],
.architecture-toolbar button:focus-visible[b-rj9n5avc9a] {
    outline: 0.18rem solid rgba(37, 99, 235, 0.28);
    outline-offset: 0.12rem;
}

.architecture-toolbar button:disabled[b-rj9n5avc9a] {
    cursor: wait;
    opacity: 0.55;
}

.architecture-toolbar[b-rj9n5avc9a] {
    flex-wrap: wrap;
    gap: 0.65rem;
}

.architecture-toolbar__group[b-rj9n5avc9a] {
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 0.7rem;
    background: #fff;
}

.architecture-toolbar__group .architecture-zoom[b-rj9n5avc9a],
.architecture-toolbar__group button[b-rj9n5avc9a] {
    min-height: 2.45rem;
    border: 0;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
}

.architecture-toolbar__group button[b-rj9n5avc9a] {
    padding: 0.5rem 0.7rem;
}

.architecture-toolbar__group > :last-child[b-rj9n5avc9a] {
    border-right: 0;
}

.architecture-zoom[b-rj9n5avc9a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.1rem;
    padding: 0 0.5rem;
    color: #475569;
    background: #f8fafc;
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.architecture-toolbar__hint[b-rj9n5avc9a] {
    gap: 0.4rem;
    margin-left: auto;
    color: #64748b;
    font-size: 0.75rem;
}

.architecture-stage[b-rj9n5avc9a] {
    position: relative;
    min-width: 0;
    padding: 1rem;
    background: #e9f0f7;
}

.architecture-viewport[b-rj9n5avc9a] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: clamp(35rem, 68vh, 55rem);
    min-height: 28rem;
    border: 1px solid #cbd7e5;
    border-radius: 1rem;
    background-color: #f8fafc;
    background-image: radial-gradient(circle, rgba(100, 116, 139, 0.24) 1px, transparent 1px);
    background-position: 0 0;
    background-size: 20px 20px;
    cursor: grab;
    outline: none;
    touch-action: none;
    user-select: none;
}

.architecture-viewport:focus-visible[b-rj9n5avc9a] {
    box-shadow: inset 0 0 0 0.2rem rgba(37, 99, 235, 0.38);
}

.architecture-viewport[data-panning="true"][b-rj9n5avc9a] {
    cursor: grabbing;
}

.architecture-diagram[b-rj9n5avc9a] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: none;
    height: auto;
    pointer-events: none;
    transform-origin: 0 0;
    will-change: transform;
    filter: drop-shadow(0 1rem 1.5rem rgba(15, 23, 42, 0.12));
}

.architecture-stage__tip[b-rj9n5avc9a] {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #526072;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(0.7rem);
}

.architecture-workspace__footer[b-rj9n5avc9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1.25rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.72rem;
}

.architecture-workspace__footer span[b-rj9n5avc9a] {
    gap: 0.4rem;
}

.architecture-workspace__footer kbd[b-rj9n5avc9a] {
    min-width: 1.35rem;
    padding: 0.12rem 0.3rem;
    border: 1px solid #cbd5e1;
    border-bottom-width: 2px;
    border-radius: 0.3rem;
    background: #fff;
    color: #334155;
    font-family: inherit;
    font-size: 0.68rem;
    text-align: center;
}

.architecture-viewport:fullscreen[b-rj9n5avc9a] {
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
    background-color: #eef4fa;
}

.architecture-page[b-rj9n5avc9a]  .rzi {
    font-size: 1.05rem;
}

@media (max-width: 900px) {
    .architecture-hero[b-rj9n5avc9a] {
        grid-template-columns: 1fr;
    }

    .architecture-hero__summary[b-rj9n5avc9a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .architecture-workspace__details[b-rj9n5avc9a] {
        flex-direction: column;
    }

    .architecture-actions[b-rj9n5avc9a] {
        align-self: stretch;
    }

    .architecture-action[b-rj9n5avc9a] {
        flex: 1;
    }

    .architecture-toolbar__hint[b-rj9n5avc9a] {
        width: 100%;
        margin-left: 0;
    }

    .architecture-workspace__footer[b-rj9n5avc9a] {
        align-items: flex-start;
        flex-direction: column;
    }

    .architecture-workspace__footer > span:first-child[b-rj9n5avc9a] {
        display: none;
    }
}

@media (max-width: 640px) {
    .architecture-hero[b-rj9n5avc9a] {
        min-height: auto;
        border-radius: 1.4rem;
    }

    .architecture-hero h1[b-rj9n5avc9a] {
        font-size: clamp(2.15rem, 12vw, 3.35rem);
    }

    .architecture-hero__summary[b-rj9n5avc9a],
    .architecture-tabs[b-rj9n5avc9a] {
        grid-template-columns: 1fr;
    }

    .architecture-workspace__header[b-rj9n5avc9a] {
        padding: 0.85rem;
    }

    .architecture-actions[b-rj9n5avc9a],
    .architecture-toolbar[b-rj9n5avc9a] {
        align-items: stretch;
        flex-direction: column;
    }

    .architecture-toolbar__group[b-rj9n5avc9a] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }

    .architecture-toolbar__group button[b-rj9n5avc9a] {
        width: 100%;
    }

    .architecture-stage[b-rj9n5avc9a] {
        padding: 0.6rem;
    }

    .architecture-viewport[b-rj9n5avc9a] {
        height: 65vh;
        min-height: 25rem;
        border-radius: 0.75rem;
    }

    .architecture-stage__tip[b-rj9n5avc9a] {
        right: 1.2rem;
        bottom: 1.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .architecture-tab[b-rj9n5avc9a],
    .architecture-action[b-rj9n5avc9a],
    .architecture-toolbar button[b-rj9n5avc9a] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iw8eynxdcr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-iw8eynxdcr] {
    flex: 1;
}

main.standard-page[b-iw8eynxdcr] {
    background-color: #F8F8F8;
}

.sidebar[b-iw8eynxdcr] {
    background-image: linear-gradient(180deg, #0f172a 0%, #172554 100%);
    transition: width 0.2s ease;
}

@media (min-width: 641px) {
    .page[b-iw8eynxdcr] {
        flex-direction: row;
    }

    .sidebar[b-iw8eynxdcr] {
        width: 17.5rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar:has(.navbar-toggler:checked)[b-iw8eynxdcr] {
        width: 5rem;
    }

    article[b-iw8eynxdcr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s43ln9t077] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-s43ln9t077] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s43ln9t077] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.top-row .container-fluid[b-s43ln9t077] {
    padding-left: 4rem;
}

.navbar-brand[b-s43ln9t077] {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-preview-badge[b-s43ln9t077] {
    background-color: lawngreen;
    color: #212529;
    font-size: 0.65rem;
}

.icon-defs[b-s43ln9t077] {
    display: none;
}

.bi[b-s43ln9t077],
.nav-icon[b-s43ln9t077] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.cls-1[b-s43ln9t077] {
    fill: #4d6bfe;
    stroke-width: 0px;
}

.openai-logo[b-s43ln9t077],
.anthropic-logo[b-s43ln9t077],
.xai-logo[b-s43ln9t077],
.cohere-logo[b-s43ln9t077],
.bfl-logo[b-s43ln9t077],
.benchmark-icon[b-s43ln9t077],
.about-icon[b-s43ln9t077] {
    fill: currentColor;
    flex-shrink: 0;
}

.architecture-icon[b-s43ln9t077],
.flowchart-icon[b-s43ln9t077],
.faq-icon[b-s43ln9t077] {
    fill: none;
    flex-shrink: 0;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.deepseek-logo[b-s43ln9t077] {
    flex-shrink: 0;
}

.kimi-logo[b-s43ln9t077] {
    fill: currentColor;
    flex: none;
    line-height: 1;
}

.microsoft-logo[b-s43ln9t077] {
    flex-shrink: 0;
}

.mistral-logo[b-s43ln9t077] {
    flex-shrink: 0;
}

.bi-house-door-fill[b-s43ln9t077] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-s43ln9t077] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-s43ln9t077] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-image-fill[b-s43ln9t077] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-separator[b-s43ln9t077] {
    border-color: rgba(255, 255, 255, 0.35);
    opacity: 1;
}

.nav-item[b-s43ln9t077] {
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
}

    .nav-item:first-of-type[b-s43ln9t077] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-s43ln9t077] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s43ln9t077]  a {
        color: #d7d7d7;
        border-radius: 0.5rem;
        min-height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        padding-block: 0.5rem;
    }

.nav-item[b-s43ln9t077]  a.active {
    background-color: rgba(255,255,255,0.2);
    color: white;
}

.nav-item[b-s43ln9t077]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s43ln9t077] {
    display: none;
}

.nav-scrollable > .nav[b-s43ln9t077] {
    min-height: 100%;
}

.nav-footer[b-s43ln9t077] {
    margin-top: auto;
}

.nav-legal[b-s43ln9t077] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    line-height: 1.45;
    padding-bottom: 1rem;
    text-align: center;
}

.nav-legal[b-s43ln9t077]  a {
    color: #c7d2fe;
    font-weight: 700;
    text-underline-offset: 0.15em;
}

.nav-legal[b-s43ln9t077]  a:hover,
.nav-legal[b-s43ln9t077]  a:focus-visible,
.nav-legal[b-s43ln9t077]  a.active {
    color: #fff;
}

.nav-footer[b-s43ln9t077]  .entra-account-controls {
    color: #d7d7d7;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1rem 0.35rem;
}

.nav-footer[b-s43ln9t077]  .entra-account-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-footer[b-s43ln9t077]  .entra-account-controls .btn {
    width: 100%;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning {
    position: relative;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-trigger {
    align-items: center;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.45);
    border-radius: 0.5rem;
    color: #ffe69c;
    cursor: help;
    display: flex;
    font-size: 0.78rem;
    font-weight: 600;
    gap: 0.45rem;
    line-height: 1.3;
    padding: 0.45rem 0.55rem;
    text-align: left;
    width: 100%;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-trigger:hover,
.nav-footer[b-s43ln9t077]  .entra-consent-warning-trigger:focus-visible {
    background: rgba(255, 193, 7, 0.2);
    border-color: rgba(255, 213, 79, 0.75);
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-trigger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-icon {
    fill: none;
    flex: 0 0 auto;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1rem;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-tooltip {
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    bottom: calc(100% + 0.55rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.35);
    color: #f8f9fa;
    font-size: 0.78rem;
    left: 0;
    line-height: 1.4;
    opacity: 0;
    padding: 0.65rem 0.75rem;
    pointer-events: none;
    position: absolute;
    transform: translateY(0.25rem);
    transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning-tooltip::after {
    border-color: #111827 transparent transparent;
    border-style: solid;
    border-width: 0.4rem 0.4rem 0;
    content: "";
    left: 1rem;
    position: absolute;
    top: 100%;
}

.nav-footer[b-s43ln9t077]  .entra-consent-warning:hover .entra-consent-warning-tooltip,
.nav-footer[b-s43ln9t077]  .entra-consent-warning:focus-within .entra-consent-warning-tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.nav-search[b-s43ln9t077] {
    margin: 0.5rem 0 0.75rem;
}

.nav-search-control[b-s43ln9t077] {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.625rem;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    gap: 0.4rem;
    min-height: 2.75rem;
    padding: 0 0.65rem;
}

.nav-search-control input[b-s43ln9t077] {
    background: transparent;
    border: 0;
    color: #fff;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.nav-search-control input[b-s43ln9t077]::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.nav-search-control:focus-within[b-s43ln9t077] {
    border-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

.nav-group[b-s43ln9t077] {
    margin-bottom: 0.55rem;
}

.nav-group-label[b-s43ln9t077] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 0.2rem;
    text-transform: uppercase;
}

.nav-playground-item[b-s43ln9t077] {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.75rem;
}

.nav-favorite-button[b-s43ln9t077] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0.375rem;
    color: rgba(255, 255, 255, 0.35);
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
}

.nav-favorite-button:hover[b-s43ln9t077],
.nav-favorite-button:focus-visible[b-s43ln9t077],
.nav-favorite-button-selected[b-s43ln9t077] {
    color: #fbbf24;
}

.nav-favorite-button:focus-visible[b-s43ln9t077] {
    outline: 2px solid #fff;
    outline-offset: 1px;
}

.nav-empty[b-s43ln9t077] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.85rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s43ln9t077] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s43ln9t077] {
        display: block;
    }

    .nav-scrollable[b-s43ln9t077] {
        display: block;

        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .navbar-toggler:checked ~ .top-row .container-fluid[b-s43ln9t077] {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand-text[b-s43ln9t077] {
        background: linear-gradient(90deg, #ff2800, #fff200);
        background-clip: text;
        color: transparent;
        font-size: 1.5rem;
        font-weight: 800;
    }

    .navbar-toggler:checked ~ .top-row .navbar-brand-text[b-s43ln9t077],
    .navbar-toggler:checked ~ .top-row .navbar-preview-badge[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-text[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-group-label[b-s43ln9t077] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .navbar-toggler:checked ~ .nav-scrollable .nav-search[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-favorite-button[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-empty[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-legal[b-s43ln9t077] {
        display: none;
    }

    .navbar-toggler:checked ~ .nav-scrollable .nav-footer[b-s43ln9t077]  .entra-account-controls {
        display: none;
    }

    .navbar-toggler:checked ~ .nav-scrollable .nav-item[b-s43ln9t077] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .navbar-toggler:checked ~ .nav-scrollable .nav-item[b-s43ln9t077]  a {
        justify-content: center;
    }

    .navbar-toggler:checked ~ .nav-scrollable .nav-playground-item[b-s43ln9t077] {
        display: block;
    }

    .navbar-toggler:checked ~ .nav-scrollable .bi[b-s43ln9t077],
    .navbar-toggler:checked ~ .nav-scrollable .nav-icon[b-s43ln9t077] {
        margin-right: 0;
    }
}
/* /Components/Layout/OfflineStatus.razor.rz.scp.css */
.offline-status[b-vfygye4qa3] {
    background: #fff3cd;
    border-bottom: 1px solid #ffda6a;
    color: #664d03;
    padding: 0.65rem 1.5rem;
}
/* /Components/Layout/TermsConsent.razor.rz.scp.css */
.terms-consent[b-2kotewvsk6] {
    bottom: max(1rem, env(safe-area-inset-bottom));
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    width: min(36rem, calc(100vw - 2rem));
    z-index: 950;
}

.terms-consent__surface[b-2kotewvsk6] {
    background:
        radial-gradient(circle at 10% 0%, rgba(45, 212, 191, 0.16), transparent 13rem),
        linear-gradient(135deg, #071321 0%, #172554 60%, #312e81 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1.15rem;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.3);
    color: #fff;
    overflow: hidden;
}

.terms-consent__accent[b-2kotewvsk6] {
    background: linear-gradient(90deg, #2dd4bf, #60a5fa, #a78bfa);
    height: 0.25rem;
}

.terms-consent__content[b-2kotewvsk6] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 1.1rem;
}

.terms-consent__icon[b-2kotewvsk6] {
    align-items: center;
    background: rgba(94, 234, 212, 0.12);
    border: 1px solid rgba(94, 234, 212, 0.28);
    border-radius: 0.85rem;
    color: #a7f3d0;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.terms-consent__icon svg[b-2kotewvsk6] {
    fill: none;
    height: 1.55rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
    width: 1.55rem;
}

.terms-consent__copy[b-2kotewvsk6] {
    min-width: 0;
}

.terms-consent__eyebrow[b-2kotewvsk6] {
    color: #a7f3d0;
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.terms-consent__copy h2[b-2kotewvsk6] {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.015em;
    line-height: 1.25;
    margin: 0;
}

.terms-consent__copy p[b-2kotewvsk6] {
    color: #d4e3f3;
    font-size: 0.86rem;
    line-height: 1.5;
    margin: 0.35rem 0 0;
}

.terms-consent__copy a[b-2kotewvsk6] {
    color: #c4b5fd;
    font-weight: 750;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.15em;
}

.terms-consent__copy a:hover[b-2kotewvsk6] {
    color: #fff;
}

.terms-consent__copy a:focus-visible[b-2kotewvsk6],
.terms-consent__accept:focus-visible[b-2kotewvsk6] {
    outline: 2px solid #a7f3d0;
    outline-offset: 0.2rem;
}

.terms-consent__accept[b-2kotewvsk6] {
    background: #fff;
    border: 0;
    border-radius: 0.7rem;
    color: #172554;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 800;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.terms-consent__accept:hover:not(:disabled)[b-2kotewvsk6] {
    background: #eff6ff;
    box-shadow: 0 0.45rem 1rem rgba(3, 10, 25, 0.25);
    transform: translateY(-1px);
}

.terms-consent__accept:disabled[b-2kotewvsk6] {
    cursor: wait;
    opacity: 0.72;
}

@media (max-width: 640px) {
    .terms-consent[b-2kotewvsk6] {
        left: max(0.75rem, env(safe-area-inset-left));
        right: max(0.75rem, env(safe-area-inset-right));
        width: auto;
    }

    .terms-consent__content[b-2kotewvsk6] {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 1rem;
    }

    .terms-consent__accept[b-2kotewvsk6] {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .terms-consent__accept[b-2kotewvsk6] {
        transition: none;
    }
}
/* /Components/Pages/Architecture.razor.rz.scp.css */
.architecture-symbols[b-9bmp0kfrr9] {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.architecture-symbols symbol[b-9bmp0kfrr9],
.architecture-shell svg[b-9bmp0kfrr9] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.architecture-shell[b-9bmp0kfrr9] {
    --architecture-accent: #1aa7ec;
    --architecture-border: #dce5ef;
    --architecture-ink: #14243a;
    --architecture-muted: #61738a;
    --architecture-surface: #ffffff;
    margin: 1.5rem auto 3rem;
    max-width: 1520px;
    width: 100%;
}

.architecture-hero[b-9bmp0kfrr9] {
    align-items: stretch;
    background:
        radial-gradient(circle at 88% 12%, rgba(69, 195, 255, .25), transparent 28rem),
        linear-gradient(125deg, #071527 0%, #0c2d4b 48%, #123b61 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3.75rem rgba(8, 28, 50, .2);
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(25rem, .75fr);
    min-height: 19rem;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.architecture-hero[b-9bmp0kfrr9]::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, transparent 8%, #000 62%);
    pointer-events: none;
    position: absolute;
}

.architecture-hero__content[b-9bmp0kfrr9],
.architecture-hero__map[b-9bmp0kfrr9] {
    position: relative;
    z-index: 1;
}

.architecture-hero__content[b-9bmp0kfrr9] {
    align-self: center;
    max-width: 46rem;
}

.architecture-eyebrow[b-9bmp0kfrr9] {
    align-items: center;
    color: #90dcff;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 700;
    gap: .55rem;
    letter-spacing: .12em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.architecture-eyebrow svg[b-9bmp0kfrr9] {
    height: 1.1rem;
    width: 1.1rem;
}

.architecture-hero h1[b-9bmp0kfrr9] {
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 0;
}

.architecture-hero__content > p[b-9bmp0kfrr9] {
    color: #c9d9e9;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.7;
    margin: 1.35rem 0 1.65rem;
    max-width: 42rem;
}

.architecture-tags[b-9bmp0kfrr9] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.architecture-tags span[b-9bmp0kfrr9] {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #e4f4ff;
    font-size: .78rem;
    font-weight: 600;
    padding: .42rem .78rem;
}

.architecture-hero__map[b-9bmp0kfrr9] {
    align-self: center;
    height: 14rem;
    min-width: 24rem;
}

.hero-map__mesh[b-9bmp0kfrr9] {
    border: 1px solid rgba(114, 211, 255, .16);
    border-radius: 50%;
    height: 18rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18rem;
}

.hero-map__mesh[b-9bmp0kfrr9]::before,
.hero-map__mesh[b-9bmp0kfrr9]::after {
    border: 1px solid rgba(114, 211, 255, .1);
    border-radius: inherit;
    content: "";
    inset: 2.1rem;
    position: absolute;
}

.hero-map__mesh[b-9bmp0kfrr9]::after {
    inset: 4.4rem;
}

.hero-map__node[b-9bmp0kfrr9] {
    backdrop-filter: blur(14px);
    background: rgba(6, 26, 45, .72);
    border: 1px solid rgba(122, 215, 255, .35);
    border-radius: 1rem;
    box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .2);
    display: grid;
    min-width: 7.5rem;
    padding: .85rem 1rem;
    position: absolute;
}

.hero-map__node span[b-9bmp0kfrr9] {
    color: #fff;
    font-size: .84rem;
    font-weight: 700;
}

.hero-map__node small[b-9bmp0kfrr9] {
    color: #8eccea;
    font-size: .68rem;
    margin-top: .15rem;
}

.hero-map__node--client[b-9bmp0kfrr9] {
    left: 0;
    top: 4.7rem;
}

.hero-map__node--app[b-9bmp0kfrr9] {
    background: linear-gradient(145deg, rgba(11, 88, 132, .92), rgba(10, 51, 84, .94));
    border-color: rgba(137, 226, 255, .72);
    left: 50%;
    top: 4.7rem;
    transform: translateX(-50%);
}

.hero-map__node--cloud[b-9bmp0kfrr9] {
    right: 0;
    top: 4.7rem;
}

.hero-map__line[b-9bmp0kfrr9] {
    background: linear-gradient(90deg, rgba(101, 212, 255, .15), #63d7ff, rgba(101, 212, 255, .15));
    height: 1px;
    position: absolute;
    top: 6.75rem;
    width: 4.3rem;
}

.hero-map__line[b-9bmp0kfrr9]::after {
    animation: architecture-flow-b-9bmp0kfrr9 2.6s ease-in-out infinite;
    background: #d8f7ff;
    border-radius: 50%;
    box-shadow: 0 0 .65rem #50ccff;
    content: "";
    height: .38rem;
    left: 0;
    position: absolute;
    top: -.18rem;
    width: .38rem;
}

.hero-map__line--one[b-9bmp0kfrr9] {
    left: 7.8rem;
}

.hero-map__line--two[b-9bmp0kfrr9] {
    right: 7.8rem;
}

.hero-map__line--two[b-9bmp0kfrr9]::after {
    animation-delay: 1.3s;
}

@keyframes architecture-flow-b-9bmp0kfrr9 {
    0%, 15% {
        opacity: 0;
        transform: translateX(0);
    }

    25%, 75% {
        opacity: 1;
    }

    85%, 100% {
        opacity: 0;
        transform: translateX(4.1rem);
    }
}

.architecture-explorer[b-9bmp0kfrr9] {
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.explorer-heading[b-9bmp0kfrr9] {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.section-kicker[b-9bmp0kfrr9] {
    color: #0879b8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.explorer-heading h2[b-9bmp0kfrr9] {
    color: var(--architecture-ink);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    letter-spacing: -.03em;
    margin: .3rem 0 0;
}

.explorer-heading > p[b-9bmp0kfrr9] {
    color: var(--architecture-muted);
    line-height: 1.55;
    margin: 0;
    max-width: 32rem;
    text-align: right;
}

.architecture-tabs[b-9bmp0kfrr9] {
    background: #edf3f8;
    border: 1px solid #e1e9f1;
    border-radius: 1.1rem;
    display: grid;
    gap: .45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: .85rem;
    padding: .45rem;
}

.architecture-tab[b-9bmp0kfrr9] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .8rem;
    color: #586b80;
    display: flex;
    gap: .85rem;
    min-height: 4.25rem;
    padding: .7rem .85rem;
    text-align: left;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.architecture-tab:hover[b-9bmp0kfrr9] {
    background: rgba(255, 255, 255, .65);
    color: #1b4163;
}

.architecture-tab:focus-visible[b-9bmp0kfrr9] {
    outline: 3px solid rgba(26, 167, 236, .32);
    outline-offset: 2px;
}

.architecture-tab.is-active[b-9bmp0kfrr9] {
    background: #fff;
    border-color: #d6e2ed;
    box-shadow: 0 .35rem 1.2rem rgba(25, 66, 96, .09);
    color: #0d4168;
}

.architecture-tab__index[b-9bmp0kfrr9] {
    align-items: center;
    background: rgba(23, 135, 196, .1);
    border-radius: .65rem;
    color: #167bad;
    display: inline-flex;
    flex: 0 0 2.6rem;
    font-size: .7rem;
    font-weight: 800;
    height: 2.6rem;
    justify-content: center;
    letter-spacing: .08em;
}

.architecture-tab.is-active .architecture-tab__index[b-9bmp0kfrr9] {
    background: linear-gradient(145deg, #008bd2, #1a65a4);
    color: #fff;
}

.architecture-tab strong[b-9bmp0kfrr9],
.architecture-tab small[b-9bmp0kfrr9] {
    display: block;
}

.architecture-tab strong[b-9bmp0kfrr9] {
    font-size: .9rem;
    line-height: 1.25;
}

.architecture-tab small[b-9bmp0kfrr9] {
    color: #7a8da1;
    font-size: .73rem;
    margin-top: .2rem;
}

.diagram-shell[b-9bmp0kfrr9] {
    background: var(--architecture-surface);
    border: 1px solid var(--architecture-border);
    border-radius: 1.35rem;
    box-shadow: 0 1.1rem 3rem rgba(29, 57, 85, .11);
    overflow: hidden;
}

.diagram-header[b-9bmp0kfrr9] {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--architecture-border);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.diagram-heading[b-9bmp0kfrr9] {
    align-items: center;
    display: flex;
    gap: .9rem;
    min-width: 0;
}

.diagram-heading__icon[b-9bmp0kfrr9] {
    align-items: center;
    background: linear-gradient(145deg, #e8f6ff, #dceeff);
    border: 1px solid #c9e4f5;
    border-radius: .85rem;
    color: #087fbe;
    display: flex;
    flex: 0 0 2.85rem;
    height: 2.85rem;
    justify-content: center;
}

.diagram-heading__icon svg[b-9bmp0kfrr9] {
    height: 1.35rem;
    width: 1.35rem;
}

.diagram-heading__meta[b-9bmp0kfrr9] {
    align-items: center;
    color: #7790a5;
    display: flex;
    font-size: .67rem;
    font-weight: 750;
    gap: .4rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.diagram-heading__dot[b-9bmp0kfrr9] {
    background: #24a5df;
    border-radius: 50%;
    height: .27rem;
    width: .27rem;
}

.diagram-heading h3[b-9bmp0kfrr9] {
    color: var(--architecture-ink);
    font-size: 1rem;
    margin: .12rem 0 0;
}

.diagram-heading p[b-9bmp0kfrr9] {
    color: var(--architecture-muted);
    font-size: .75rem;
    line-height: 1.35;
    margin: .2rem 0 0;
    max-width: 38rem;
}

.viewer-toolbar[b-9bmp0kfrr9],
.viewer-toolbar__group[b-9bmp0kfrr9] {
    align-items: center;
    display: flex;
}

.viewer-toolbar[b-9bmp0kfrr9] {
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .5rem;
    min-width: 0;
}

.viewer-toolbar__group[b-9bmp0kfrr9] {
    background: #f4f7fa;
    border: 1px solid #e0e8ef;
    border-radius: .72rem;
    gap: .15rem;
    padding: .18rem;
}

.viewer-action[b-9bmp0kfrr9] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: .52rem;
    color: #334e68;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 700;
    gap: .36rem;
    height: 2.15rem;
    justify-content: center;
    padding: 0 .58rem;
    text-decoration: none;
    transition: background-color .14s ease, color .14s ease, box-shadow .14s ease;
}

.viewer-action:hover[b-9bmp0kfrr9] {
    background: #fff;
    box-shadow: 0 .2rem .65rem rgba(34, 68, 97, .12);
    color: #0879b8;
}

.viewer-action:disabled[b-9bmp0kfrr9] {
    box-shadow: none;
    cursor: wait;
    opacity: .45;
}

.viewer-action:focus-visible[b-9bmp0kfrr9] {
    outline: 3px solid rgba(26, 167, 236, .32);
    outline-offset: 1px;
}

.viewer-action svg[b-9bmp0kfrr9] {
    height: 1rem;
    width: 1rem;
}

.viewer-action--icon[b-9bmp0kfrr9] {
    padding: 0;
    width: 2.15rem;
}

.viewer-action--primary[b-9bmp0kfrr9] {
    background: linear-gradient(145deg, #087fbf, #1767a5);
    color: #fff;
    padding-inline: .75rem;
}

.viewer-action--primary:hover[b-9bmp0kfrr9] {
    background: linear-gradient(145deg, #0674ae, #135b92);
    color: #fff;
}

.viewer-toolbar__group--links[b-9bmp0kfrr9] {
    background: transparent;
}

.zoom-readout[b-9bmp0kfrr9] {
    color: #5a7085;
    font-size: .7rem;
    font-variant-numeric: tabular-nums;
    font-weight: 750;
    min-width: 3.1rem;
    text-align: center;
}

.diagram-viewport[b-9bmp0kfrr9] {
    background: #e7edf3;
    cursor: grab;
    height: clamp(35rem, calc(100vh - 16rem), 56rem);
    min-height: 30rem;
    overflow: hidden;
    position: relative;
    touch-action: none;
    user-select: none;
}

.diagram-viewport:focus-visible[b-9bmp0kfrr9] {
    box-shadow: inset 0 0 0 3px rgba(22, 140, 201, .55);
    outline: 0;
}

.diagram-viewport.is-dragging[b-9bmp0kfrr9] {
    cursor: grabbing;
}

.diagram-grid[b-9bmp0kfrr9] {
    background-image:
        linear-gradient(rgba(70, 94, 119, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(70, 94, 119, .075) 1px, transparent 1px);
    background-position: center;
    background-size: 24px 24px;
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.diagram-image[b-9bmp0kfrr9] {
    background: #fff;
    border: 1px solid rgba(54, 75, 96, .13);
    border-radius: .8rem;
    box-shadow: 0 1.5rem 3rem rgba(28, 50, 72, .19);
    height: auto;
    left: 50%;
    max-height: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: auto;
    will-change: transform;
}

.diagram-viewport.is-ready .diagram-image[b-9bmp0kfrr9] {
    max-height: none;
    max-width: none;
}

.diagram-gesture-hint[b-9bmp0kfrr9] {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(18, 38, 57, .78);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    bottom: 1rem;
    color: #e7f4ff;
    display: flex;
    font-size: .7rem;
    gap: .4rem;
    left: 50%;
    padding: .45rem .72rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
}

.diagram-gesture-hint svg[b-9bmp0kfrr9] {
    height: .9rem;
    width: .9rem;
}

.diagram-footer[b-9bmp0kfrr9] {
    align-items: center;
    background: #f8fafc;
    border-top: 1px solid var(--architecture-border);
    color: #62758a;
    display: flex;
    flex-wrap: wrap;
    font-size: .7rem;
    gap: .75rem 1.4rem;
    justify-content: space-between;
    padding: .72rem 1.15rem;
}

.diagram-footer > div[b-9bmp0kfrr9] {
    align-items: center;
    display: flex;
    gap: .42rem;
}

.diagram-footer__label[b-9bmp0kfrr9] {
    color: #263f59;
    font-weight: 750;
}

.diagram-footer code[b-9bmp0kfrr9] {
    background: #e9f0f6;
    border-radius: .3rem;
    color: #34526d;
    font-size: .67rem;
    padding: .16rem .35rem;
}

.diagram-footer__shortcut[b-9bmp0kfrr9] {
    color: #8192a4;
    margin-left: auto;
}

.diagram-shell:fullscreen[b-9bmp0kfrr9] {
    background: #fff;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.diagram-shell:fullscreen .diagram-header[b-9bmp0kfrr9] {
    flex: 0 0 auto;
}

.diagram-shell:fullscreen .diagram-viewport[b-9bmp0kfrr9] {
    flex: 1 1 auto;
    height: auto;
}

.diagram-shell:fullscreen .diagram-footer[b-9bmp0kfrr9] {
    flex: 0 0 auto;
}

@media (max-width: 1200px) {
    .architecture-hero[b-9bmp0kfrr9] {
        grid-template-columns: 1fr;
    }

    .architecture-hero__map[b-9bmp0kfrr9] {
        display: none;
    }
}

@media (max-width: 1100px) {
    }

    .diagram-header[b-9bmp0kfrr9] {
        align-items: stretch;
        flex-direction: column;
    }

    .viewer-toolbar[b-9bmp0kfrr9] {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .architecture-shell[b-9bmp0kfrr9] {
        margin-top: 1rem;
    }

    .architecture-hero[b-9bmp0kfrr9] {
        min-height: 0;
    }

    .explorer-heading[b-9bmp0kfrr9] {
        align-items: start;
        flex-direction: column;
        gap: .5rem;
    }

    .explorer-heading > p[b-9bmp0kfrr9] {
        text-align: left;
    }

    .diagram-viewport[b-9bmp0kfrr9] {
        height: clamp(30rem, 72vh, 44rem);
    }

    .diagram-footer__shortcut[b-9bmp0kfrr9] {
        display: none;
    }
}

@media (max-width: 620px) {
    .architecture-hero[b-9bmp0kfrr9] {
        border-radius: 1.1rem;
        padding: 1.65rem 1.3rem;
    }

    .architecture-hero h1[b-9bmp0kfrr9] {
        font-size: 2.25rem;
    }

    .architecture-tabs[b-9bmp0kfrr9] {
        grid-template-columns: 1fr;
    }

    .diagram-shell[b-9bmp0kfrr9] {
        border-radius: 1rem;
    }

    .diagram-heading p[b-9bmp0kfrr9] {
        display: none;
    }

    .viewer-toolbar[b-9bmp0kfrr9] {
        align-items: stretch;
    }

    .viewer-toolbar__group[b-9bmp0kfrr9] {
        justify-content: center;
    }

    .viewer-toolbar__group--links[b-9bmp0kfrr9] {
        margin-left: auto;
    }

    .viewer-action span[b-9bmp0kfrr9] {
        display: none;
    }

    .viewer-action--primary[b-9bmp0kfrr9] {
        padding: 0;
        width: 2.15rem;
    }

    .diagram-viewport[b-9bmp0kfrr9] {
        height: 32rem;
        min-height: 25rem;
    }

    .diagram-footer[b-9bmp0kfrr9] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-map__line[b-9bmp0kfrr9]::after {
        animation: none;
        opacity: 1;
    }

    .architecture-tab[b-9bmp0kfrr9],
    .viewer-action[b-9bmp0kfrr9] {
        transition: none;
    }
}
/* /Components/Pages/Benchmark.razor.rz.scp.css */
.benchmark-controls[b-sjyrikb4ej],
.benchmark-select-row[b-sjyrikb4ej],
.benchmark-prompt-section[b-sjyrikb4ej] {
    width: 100%;
}

.benchmark-select-row[b-sjyrikb4ej] {
    margin-bottom: 1rem;
}

.benchmark-controls .card:has(> button.card-header[aria-expanded])[b-sjyrikb4ej] {
    box-shadow: var(--playground-shadow-md);
}

.benchmark-evaluation-prompt[b-sjyrikb4ej] {
    max-height: 36rem;
    unicode-bidi: plaintext;
}

.benchmark-evaluation-progress[b-sjyrikb4ej],
.benchmark-evaluation-result[b-sjyrikb4ej],
.benchmark-evaluation-error[b-sjyrikb4ej] {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.benchmark-evaluation-progress[b-sjyrikb4ej] {
    color: var(--bs-secondary-color);
    background: var(--bs-secondary-bg);
}

.benchmark-evaluation-result[b-sjyrikb4ej] {
    color: white;
    background: var(--bs-primary);
}

.benchmark-evaluation-details-link[b-sjyrikb4ej] {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin-left: 0.35rem;
    padding: 0;
    text-decoration: underline;
}

.benchmark-evaluation-details-link:hover[b-sjyrikb4ej],
.benchmark-evaluation-details-link:focus-visible[b-sjyrikb4ej] {
    color: inherit;
    text-decoration-thickness: 0.12em;
}

.benchmark-evaluation-error[b-sjyrikb4ej] {
    color: var(--bs-danger-text-emphasis);
    background: var(--bs-danger-bg-subtle);
}

.benchmark-evaluation-details-backdrop[b-sjyrikb4ej] {
    align-items: center;
    background: rgba(2, 6, 23, 0.72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: var(--playground-space-lg);
    position: fixed;
    z-index: 2200;
}

.benchmark-evaluation-details-dialog[b-sjyrikb4ej] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--playground-radius-lg);
    box-shadow: var(--playground-shadow-md);
    color: var(--bs-body-color);
    max-height: calc(100vh - 2rem);
    max-width: 42rem;
    overflow-y: auto;
    width: 100%;
}

.benchmark-evaluation-details-header[b-sjyrikb4ej] {
    align-items: flex-start;
    border-bottom: 1px solid var(--bs-border-color);
    display: flex;
    gap: var(--playground-space-md);
    justify-content: space-between;
    padding: var(--playground-space-lg);
}

.benchmark-evaluation-details-body[b-sjyrikb4ej] {
    padding: var(--playground-space-lg);
}

.benchmark-frame-grid[b-sjyrikb4ej] {
    display: grid;
    gap: 1rem;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.benchmark-frame-grid-two[b-sjyrikb4ej] {
    grid-template-columns: repeat(2, minmax(28rem, 1fr));
}

.benchmark-frame-grid-three[b-sjyrikb4ej] {
    grid-template-columns: repeat(3, minmax(24rem, 1fr));
}

.benchmark-frame-card[b-sjyrikb4ej] {
    min-width: 0;
    overflow: hidden;
}

.benchmark-frame[b-sjyrikb4ej] {
    width: 100%;
    min-height: 72rem;
    border: 0;
    background: white;
}

@media (max-width: 900px) {
    .benchmark-frame-grid-two[b-sjyrikb4ej],
    .benchmark-frame-grid-three[b-sjyrikb4ej] {
        grid-template-columns: minmax(22rem, 1fr);
    }

    .benchmark-frame[b-sjyrikb4ej] {
        min-height: 56rem;
    }
}
/* /Components/Pages/FAQ.razor.rz.scp.css */
.faq-symbols[b-j69o7vdxwc] {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.faq-symbols symbol[b-j69o7vdxwc],
.faq-shell svg[b-j69o7vdxwc] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.faq-shell[b-j69o7vdxwc] {
    --faq-accent: #6d5dfc;
    --faq-accent-strong: #4f46e5;
    --faq-aqua: #5eead4;
    --faq-border: #dfe5ee;
    --faq-ink: #172033;
    --faq-muted: #607089;
    margin: 1.5rem auto 4rem;
    max-width: 1320px;
    width: 100%;
}

.faq-hero[b-j69o7vdxwc] {
    background:
        radial-gradient(circle at 85% 18%, rgba(94, 234, 212, .3), transparent 23rem),
        radial-gradient(circle at 14% 110%, rgba(129, 140, 248, .38), transparent 28rem),
        linear-gradient(132deg, #071321 0%, #172554 52%, #312e81 100%);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 1.75rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, .2);
    color: #fff;
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .7fr);
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.faq-hero[b-j69o7vdxwc]::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 2.75rem 2.75rem;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
    pointer-events: none;
    position: absolute;
}

.faq-hero[b-j69o7vdxwc]::after {
    color: rgba(255, 255, 255, .035);
    content: "?";
    font-size: 31rem;
    font-weight: 900;
    line-height: .75;
    pointer-events: none;
    position: absolute;
    right: -1rem;
    top: -2rem;
}

.faq-hero > *[b-j69o7vdxwc] {
    position: relative;
    z-index: 1;
}

.faq-hero__copy[b-j69o7vdxwc] {
    align-self: center;
    max-width: 48rem;
}

.faq-eyebrow[b-j69o7vdxwc] {
    align-items: center;
    color: #a7f3d0;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .55rem;
    letter-spacing: .12em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.faq-eyebrow svg[b-j69o7vdxwc] {
    height: 1.15rem;
    width: 1.15rem;
}

.faq-hero h1[b-j69o7vdxwc] {
    color: #fff;
    font-size: clamp(2.5rem, 6vw, 5.15rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .96;
    margin: 0;
    max-width: 10ch;
}

.faq-hero__copy > p[b-j69o7vdxwc] {
    color: #d4e3f3;
    font-size: clamp(1.02rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    margin: 1.35rem 0 1.6rem;
    max-width: 43rem;
}

.faq-hero__links[b-j69o7vdxwc] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.faq-hero__links a[b-j69o7vdxwc] {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #eef8ff;
    font-size: .82rem;
    font-weight: 700;
    padding: .5rem .8rem;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.faq-hero__links a:hover[b-j69o7vdxwc] {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    transform: translateY(-1px);
}

.quick-start-card[b-j69o7vdxwc] {
    align-self: center;
    backdrop-filter: blur(18px);
    background: rgba(5, 18, 36, .58);
    border: 1px solid rgba(167, 243, 208, .23);
    border-radius: 1.4rem;
    box-shadow: 0 1.25rem 2.5rem rgba(3, 10, 25, .25);
    padding: 1.35rem;
}

.quick-start-card__heading[b-j69o7vdxwc] {
    align-items: center;
    display: flex;
    gap: .85rem;
}

.quick-start-card__icon[b-j69o7vdxwc],
.faq-group__icon[b-j69o7vdxwc],
.security-spotlight__icon[b-j69o7vdxwc] {
    align-items: center;
    border-radius: .85rem;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}

.quick-start-card__icon[b-j69o7vdxwc] {
    background: rgba(94, 234, 212, .13);
    color: var(--faq-aqua);
    height: 2.8rem;
    width: 2.8rem;
}

.quick-start-card__icon svg[b-j69o7vdxwc] {
    height: 1.45rem;
    width: 1.45rem;
}

.quick-start-card__heading span:not(.quick-start-card__icon)[b-j69o7vdxwc] {
    color: #92aeca;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.quick-start-card h2[b-j69o7vdxwc] {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    margin: .1rem 0 0;
}

.quick-start-card ol[b-j69o7vdxwc] {
    display: grid;
    gap: .25rem;
    list-style: none;
    margin: 1.15rem 0;
    padding: 0;
}

.quick-start-card li[b-j69o7vdxwc] {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: .75rem;
    grid-template-columns: 1.8rem minmax(0, 1fr);
    padding: .85rem 0 .6rem;
}

.quick-start-card li > span[b-j69o7vdxwc] {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #312e81;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 900;
    height: 1.8rem;
    justify-content: center;
    width: 1.8rem;
}

.quick-start-card li strong[b-j69o7vdxwc],
.quick-start-card li small[b-j69o7vdxwc] {
    display: block;
}

.quick-start-card li strong[b-j69o7vdxwc] {
    color: #fff;
    font-size: .92rem;
}

.quick-start-card li small[b-j69o7vdxwc] {
    color: #abc0d5;
    line-height: 1.45;
    margin-top: .18rem;
}

.quick-start-card__action[b-j69o7vdxwc] {
    align-items: center;
    background: var(--faq-aqua);
    border-radius: .7rem;
    color: #0b2b36;
    display: flex;
    font-size: .86rem;
    font-weight: 850;
    justify-content: space-between;
    min-height: 2.8rem;
    padding: .7rem .9rem;
    text-decoration: none;
    transition: background-color 150ms ease, transform 150ms ease;
}

.quick-start-card__action:hover[b-j69o7vdxwc] {
    background: #99f6e4;
    color: #0b2b36;
    transform: translateY(-1px);
}

.quick-start-card__action svg[b-j69o7vdxwc] {
    height: 1.15rem;
    width: 1.15rem;
}

.security-spotlight[b-j69o7vdxwc] {
    background:
        radial-gradient(circle at top left, rgba(109, 93, 252, .1), transparent 23rem),
        #fff;
    border: 1px solid rgba(79, 70, 229, .14);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, .07);
    margin: clamp(2rem, 4vw, 3.5rem) 0;
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.security-spotlight > header[b-j69o7vdxwc] {
    align-items: end;
    display: grid;
    gap: .35rem 2rem;
    grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr);
    margin-bottom: 1.4rem;
}

.security-spotlight > header > span[b-j69o7vdxwc] {
    color: var(--faq-accent-strong);
    font-size: .75rem;
    font-weight: 900;
    grid-column: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.security-spotlight h2[b-j69o7vdxwc] {
    color: var(--faq-ink);
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    font-weight: 820;
    grid-column: 1;
    letter-spacing: -.035em;
    margin: 0;
}

.security-spotlight > header p[b-j69o7vdxwc] {
    color: var(--faq-muted);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.65;
    margin: 0;
}

.security-spotlight__grid[b-j69o7vdxwc] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-spotlight__grid article[b-j69o7vdxwc] {
    align-items: flex-start;
    background: #f8f9ff;
    border: 1px solid #e5e7ff;
    border-radius: 1rem;
    display: flex;
    gap: .85rem;
    padding: 1rem;
}

.security-spotlight__icon[b-j69o7vdxwc] {
    background: #ebe9ff;
    color: var(--faq-accent-strong);
    height: 2.5rem;
    width: 2.5rem;
}

.security-spotlight__icon svg[b-j69o7vdxwc] {
    height: 1.35rem;
    width: 1.35rem;
}

.security-spotlight h3[b-j69o7vdxwc] {
    color: var(--faq-ink);
    font-size: 1rem;
    font-weight: 800;
    margin: .05rem 0 0;
}

.security-spotlight__grid p[b-j69o7vdxwc] {
    color: var(--faq-muted);
    font-size: .88rem;
    line-height: 1.55;
    margin: .35rem 0 0;
}

.faq-layout[b-j69o7vdxwc] {
    align-items: start;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3.25rem);
    grid-template-columns: 14rem minmax(0, 1fr);
}

.faq-index[b-j69o7vdxwc] {
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: 1rem;
    box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .06);
    display: grid;
    gap: .25rem;
    padding: .8rem;
    position: sticky;
    top: 1.5rem;
}

.faq-index > span[b-j69o7vdxwc] {
    color: #8a97a8;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .11em;
    padding: .45rem .55rem .65rem;
    text-transform: uppercase;
}

.faq-index a[b-j69o7vdxwc] {
    align-items: center;
    border-radius: .65rem;
    color: #46556a;
    display: flex;
    font-size: .86rem;
    font-weight: 700;
    gap: .65rem;
    min-height: 2.65rem;
    padding: .55rem;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease;
}

.faq-index a:hover[b-j69o7vdxwc] {
    background: #f0efff;
    color: var(--faq-accent-strong);
}

.faq-index svg[b-j69o7vdxwc] {
    color: var(--faq-accent);
    height: 1.1rem;
    width: 1.1rem;
}

.faq-groups[b-j69o7vdxwc] {
    display: grid;
    gap: clamp(2.5rem, 5vw, 4rem);
    min-width: 0;
}

.faq-group[b-j69o7vdxwc] {
    scroll-margin-top: 1.5rem;
}

.faq-group__heading[b-j69o7vdxwc] {
    align-items: center;
    display: flex;
    gap: .9rem;
    margin-bottom: 1rem;
}

.faq-group__icon[b-j69o7vdxwc] {
    background: linear-gradient(145deg, #eeecff, #e1f7f5);
    color: var(--faq-accent-strong);
    height: 3rem;
    width: 3rem;
}

.faq-group__icon svg[b-j69o7vdxwc] {
    height: 1.45rem;
    width: 1.45rem;
}

.faq-group__heading span:not(.faq-group__icon)[b-j69o7vdxwc] {
    color: var(--faq-accent-strong);
    display: block;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.faq-group__heading h2[b-j69o7vdxwc] {
    color: var(--faq-ink);
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 820;
    letter-spacing: -.03em;
    margin: .05rem 0 0;
}

.faq-item[b-j69o7vdxwc] {
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: .9rem;
    box-shadow: 0 .4rem 1.25rem rgba(15, 23, 42, .045);
    margin-top: .75rem;
    overflow: hidden;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.faq-item:hover[b-j69o7vdxwc],
.faq-item[open][b-j69o7vdxwc] {
    border-color: #c7c3ff;
    box-shadow: 0 .7rem 1.7rem rgba(67, 56, 202, .08);
}

.faq-item summary[b-j69o7vdxwc] {
    align-items: center;
    color: var(--faq-ink);
    cursor: pointer;
    display: flex;
    font-size: clamp(.98rem, 1.6vw, 1.08rem);
    font-weight: 780;
    gap: 1rem;
    justify-content: space-between;
    line-height: 1.4;
    list-style: none;
    min-height: 4.25rem;
    padding: 1rem 1.15rem;
}

.faq-item summary[b-j69o7vdxwc]::-webkit-details-marker {
    display: none;
}

.faq-item summary[b-j69o7vdxwc]::after {
    align-items: center;
    background: #f0efff;
    border-radius: 50%;
    color: var(--faq-accent-strong);
    content: "+";
    display: inline-flex;
    flex: 0 0 1.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    height: 1.8rem;
    justify-content: center;
    transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
    width: 1.8rem;
}

.faq-item[open] summary[b-j69o7vdxwc]::after {
    background: var(--faq-accent-strong);
    color: #fff;
    transform: rotate(45deg);
}

.faq-item summary:focus-visible[b-j69o7vdxwc],
.faq-index a:focus-visible[b-j69o7vdxwc],
.faq-hero__links a:focus-visible[b-j69o7vdxwc],
.quick-start-card__action:focus-visible[b-j69o7vdxwc] {
    outline: 3px solid rgba(109, 93, 252, .35);
    outline-offset: 3px;
}

.faq-answer[b-j69o7vdxwc] {
    border-top: 1px solid #edf0f4;
    color: var(--faq-muted);
    line-height: 1.75;
    padding: 1rem 1.15rem 1.2rem;
}

.faq-answer p[b-j69o7vdxwc] {
    margin: 0;
}

.faq-answer p + p[b-j69o7vdxwc],
.faq-answer ul + p[b-j69o7vdxwc] {
    margin-top: .85rem;
}

.faq-answer strong[b-j69o7vdxwc] {
    color: #344258;
}

.faq-answer code[b-j69o7vdxwc] {
    background: #efefff;
    border: 1px solid #dcdbff;
    border-radius: .35rem;
    color: #4338ca;
    font-size: .86em;
    padding: .12rem .35rem;
}

.faq-answer ul[b-j69o7vdxwc] {
    display: grid;
    gap: .4rem;
    margin: .7rem 0;
    padding-left: 1.25rem;
}

.faq-note[b-j69o7vdxwc] {
    background: #f2f7ff;
    border-left: 3px solid #60a5fa;
    border-radius: 0 .55rem .55rem 0;
    color: #53657a;
    padding: .75rem .9rem;
}

@media (max-width: 960px) {
    .faq-hero[b-j69o7vdxwc] {
        grid-template-columns: 1fr;
    }

    .faq-hero h1[b-j69o7vdxwc] {
        max-width: 12ch;
    }

    .quick-start-card[b-j69o7vdxwc] {
        max-width: 36rem;
    }

    .security-spotlight__grid[b-j69o7vdxwc] {
        grid-template-columns: 1fr;
    }

    .faq-layout[b-j69o7vdxwc] {
        grid-template-columns: 1fr;
    }

    .faq-index[b-j69o7vdxwc] {
        display: flex;
        flex-wrap: wrap;
        position: static;
    }

    .faq-index > span[b-j69o7vdxwc] {
        flex: 0 0 100%;
    }
}

@media (max-width: 640px) {
    .faq-shell[b-j69o7vdxwc] {
        margin-top: .75rem;
    }

    .faq-hero[b-j69o7vdxwc] {
        border-radius: 1.25rem;
        padding: 1.5rem;
    }

    .faq-hero[b-j69o7vdxwc]::after {
        display: none;
    }

    .faq-hero h1[b-j69o7vdxwc] {
        font-size: clamp(2.35rem, 14vw, 3.7rem);
    }

    .quick-start-card[b-j69o7vdxwc] {
        padding: 1rem;
    }

    .security-spotlight > header[b-j69o7vdxwc] {
        display: block;
    }

    .security-spotlight > header h2[b-j69o7vdxwc] {
        margin-top: .3rem;
    }

    .security-spotlight > header p[b-j69o7vdxwc] {
        margin-top: .75rem;
    }

    .faq-index a[b-j69o7vdxwc] {
        flex: 1 1 11rem;
    }

    .faq-item summary[b-j69o7vdxwc] {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-shell *[b-j69o7vdxwc],
    .faq-shell *[b-j69o7vdxwc]::before,
    .faq-shell *[b-j69o7vdxwc]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-shell[b-kheujj8z1c] {
    --terms-accent: #7c3aed;
    --terms-accent-soft: #f3e8ff;
    --terms-border: #dfe5ee;
    --terms-ink: #172033;
    --terms-muted: #607089;
    color: var(--terms-ink);
    margin: 1.5rem auto 4rem;
    max-width: 1120px;
    width: 100%;
}

.terms-hero[b-kheujj8z1c] {
    align-items: center;
    background:
        radial-gradient(circle at 78% 18%, rgba(167, 139, 250, 0.35), transparent 23rem),
        radial-gradient(circle at 12% 110%, rgba(45, 212, 191, 0.25), transparent 25rem),
        linear-gradient(132deg, #071321 0%, #172554 52%, #312e81 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1.75rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.2);
    color: #fff;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.terms-hero[b-kheujj8z1c]::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 2.75rem 2.75rem;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
    pointer-events: none;
    position: absolute;
}

.terms-hero > *[b-kheujj8z1c] {
    position: relative;
    z-index: 1;
}

.terms-eyebrow[b-kheujj8z1c] {
    color: #a7f3d0;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.terms-hero h1[b-kheujj8z1c] {
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.96;
    margin: 0;
}

.terms-hero__copy > p[b-kheujj8z1c] {
    color: #d4e3f3;
    font-size: clamp(1.02rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    margin: 1.35rem 0 1.25rem;
    max-width: 45rem;
}

.terms-updated[b-kheujj8z1c] {
    color: #aabed4;
    font-size: 0.82rem;
    font-weight: 700;
}

.terms-summary[b-kheujj8z1c] {
    backdrop-filter: blur(18px);
    background: rgba(5, 18, 36, 0.58);
    border: 1px solid rgba(167, 243, 208, 0.23);
    border-radius: 1.4rem;
    box-shadow: 0 1.25rem 2.5rem rgba(3, 10, 25, 0.25);
    padding: 1.4rem;
}

.terms-summary strong[b-kheujj8z1c] {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.9rem;
}

.terms-summary ul[b-kheujj8z1c] {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.terms-summary li[b-kheujj8z1c] {
    color: #dce9f7;
    display: grid;
    font-size: 0.9rem;
    gap: 0.65rem;
    grid-template-columns: auto 1fr;
    line-height: 1.5;
}

.terms-summary li[b-kheujj8z1c]::before {
    align-items: center;
    background: rgba(94, 234, 212, 0.13);
    border: 1px solid rgba(94, 234, 212, 0.28);
    border-radius: 999px;
    color: #a7f3d0;
    content: "\2713";
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    height: 1.35rem;
    justify-content: center;
    margin-top: 0.05rem;
    width: 1.35rem;
}

.terms-content[b-kheujj8z1c] {
    background: #fff;
    border: 1px solid var(--terms-border);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.07);
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.terms-section[b-kheujj8z1c] {
    scroll-margin-top: 1rem;
}

.terms-section + .terms-section[b-kheujj8z1c] {
    border-top: 1px solid var(--terms-border);
    margin-top: 2rem;
    padding-top: 2rem;
}

.terms-section h2[b-kheujj8z1c] {
    align-items: center;
    display: flex;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    gap: 0.75rem;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}

.terms-section h2 span[b-kheujj8z1c] {
    align-items: center;
    background: var(--terms-accent-soft);
    border-radius: 0.75rem;
    color: var(--terms-accent);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.85rem;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.terms-section p[b-kheujj8z1c],
.terms-section li[b-kheujj8z1c] {
    color: var(--terms-muted);
    line-height: 1.75;
}

.terms-section p[b-kheujj8z1c] {
    margin: 0;
}

.terms-section p + p[b-kheujj8z1c] {
    margin-top: 0.9rem;
}

.terms-prohibited-list[b-kheujj8z1c] {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.terms-prohibited-list li[b-kheujj8z1c] {
    padding-left: 0.3rem;
}

.terms-prohibited-list li[b-kheujj8z1c]::marker {
    color: var(--terms-accent);
}

.terms-callout[b-kheujj8z1c] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-left: 0.3rem solid #f97316;
    border-radius: 0.8rem;
    color: #9a3412;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
}

@media (max-width: 800px) {
    .terms-hero[b-kheujj8z1c] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .terms-shell[b-kheujj8z1c] {
        margin-top: 0.5rem;
    }

    .terms-hero[b-kheujj8z1c],
    .terms-content[b-kheujj8z1c] {
        border-radius: 1.1rem;
    }

    .terms-hero[b-kheujj8z1c] {
        padding: 1.5rem;
    }

    .terms-content[b-kheujj8z1c] {
        padding: 1.35rem;
    }
}
/* /Components/PlaygroundActionBar.razor.rz.scp.css */
.playground-action-bar[b-d5n9hftzzo] {
    align-items: center;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, transparent);
    border: 1px solid var(--playground-border);
    border-radius: var(--playground-radius-lg);
    bottom: var(--playground-space-sm);
    box-shadow: var(--playground-shadow-md);
    display: flex;
    gap: var(--playground-space-md);
    justify-content: space-between;
    margin: var(--playground-space-lg) 0;
    padding: var(--playground-space-sm);
    position: sticky;
    z-index: 30;
}

.playground-action-status[b-d5n9hftzzo] {
    color: var(--playground-text-muted);
    flex: 1 1 12rem;
    min-width: 0;
}

.playground-action-buttons[b-d5n9hftzzo] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--playground-space-sm);
    justify-content: flex-end;
    min-width: 0;
}

.playground-primary-action[b-d5n9hftzzo] {
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: var(--playground-space-sm);
    justify-content: center;
    min-height: var(--playground-touch-target);
    min-width: 12rem;
    padding-inline: var(--playground-space-lg);
}

@media (max-width: 767.98px) {
    .playground-action-bar[b-d5n9hftzzo] {
        align-items: stretch;
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        flex-direction: column;
        margin-inline: 0;
        max-width: 100%;
        padding-bottom: max(var(--playground-space-sm), env(safe-area-inset-bottom));
        width: 100%;
    }

    .playground-action-status[b-d5n9hftzzo] {
        flex: 0 1 auto;
    }

    .playground-action-status:empty[b-d5n9hftzzo] {
        display: none;
    }

    .playground-action-buttons[b-d5n9hftzzo] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .playground-primary-action[b-d5n9hftzzo] {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/PlaygroundAdvancedSection.razor.rz.scp.css */
.playground-advanced-section[b-mt36yt10rl] {
    border: 1px solid var(--playground-border);
    border-radius: var(--playground-radius-md);
    box-shadow: var(--playground-shadow-md);
    margin-bottom: var(--playground-space-md);
}

.playground-advanced-section summary[b-mt36yt10rl] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: var(--playground-space-md);
    justify-content: space-between;
    list-style: none;
    min-height: var(--playground-touch-target);
    padding: var(--playground-space-sm) var(--playground-space-md);
}

.playground-advanced-section summary[b-mt36yt10rl]::-webkit-details-marker {
    display: none;
}

.playground-advanced-section summary small[b-mt36yt10rl] {
    color: var(--playground-text-muted);
    display: block;
    font-weight: 400;
    margin-top: 0.15rem;
}

.playground-advanced-section[open] summary[b-mt36yt10rl] {
    border-bottom: 1px solid var(--playground-border);
}

.playground-advanced-section-body[b-mt36yt10rl] {
    padding: var(--playground-space-md);
}
/* /Components/PlaygroundEmptyState.razor.rz.scp.css */
.playground-empty-state[b-sib3atfomx] {
    align-items: center;
    background: var(--playground-surface-subtle);
    border: 1px dashed var(--playground-border-strong);
    border-radius: var(--playground-radius-lg);
    color: var(--playground-text-muted);
    display: flex;
    gap: var(--playground-space-md);
    margin-block: var(--playground-space-md);
    min-height: 6.5rem;
    padding: var(--playground-space-lg);
}

.playground-empty-state strong[b-sib3atfomx] {
    color: var(--playground-text);
    display: block;
    margin-bottom: var(--playground-space-xs);
}

.playground-empty-state p[b-sib3atfomx] {
    margin: 0;
}

.playground-empty-state-icon[b-sib3atfomx] {
    align-items: center;
    background: var(--playground-primary-soft);
    border-radius: 999px;
    color: var(--playground-primary);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}
/* /Components/PlaygroundHelpMenu.razor.rz.scp.css */
.playground-help-menu[b-2sorbeku0t] {
    position: relative;
}

.playground-help-menu-panel[b-2sorbeku0t] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.18);
    min-width: 16rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 1080;
}

.playground-help-menu-header[b-2sorbeku0t] {
    align-items: center;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.85rem;
}

.playground-help-menu-links[b-2sorbeku0t] {
    display: grid;
    padding: 0.35rem 0;
}

.playground-help-menu-links a[b-2sorbeku0t] {
    color: #172033;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    text-decoration: none;
    white-space: nowrap;
}

.playground-help-menu-links a:hover[b-2sorbeku0t],
.playground-help-menu-links a:focus[b-2sorbeku0t] {
    background: #f1f5f9;
    color: #0d6efd;
}
/* /Components/PlaygroundImageLightbox.razor.rz.scp.css */
.playground-image-lightbox-trigger[b-dji7bz1pzc] {
    background: transparent;
    border: 0;
    border-radius: var(--playground-radius-md);
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.playground-image-lightbox-trigger img[b-dji7bz1pzc] {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
    width: 100%;
}

.playground-image-lightbox-trigger > span[b-dji7bz1pzc] {
    align-items: center;
    background: rgba(15, 23, 42, 0.72);
    border-radius: 999px;
    bottom: var(--playground-space-sm);
    color: #fff;
    display: inline-flex;
    height: var(--playground-touch-target);
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: var(--playground-space-sm);
    transition: opacity 0.15s ease;
    width: var(--playground-touch-target);
}

.playground-image-lightbox-trigger:hover > span[b-dji7bz1pzc],
.playground-image-lightbox-trigger:focus-visible > span[b-dji7bz1pzc] {
    opacity: 1;
}

.playground-image-result-actions[b-dji7bz1pzc] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--playground-space-sm);
    margin-top: var(--playground-space-sm);
}

.playground-image-result-actions .btn[b-dji7bz1pzc] {
    align-items: center;
    display: inline-flex;
    gap: var(--playground-space-xs);
    min-height: var(--playground-touch-target);
}

.playground-lightbox-backdrop[b-dji7bz1pzc] {
    align-items: center;
    background: rgba(2, 6, 23, 0.88);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: var(--playground-space-lg);
    position: fixed;
    z-index: 2200;
}

.playground-lightbox-dialog[b-dji7bz1pzc] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: var(--playground-space-sm);
    max-height: 100%;
    max-width: min(96vw, 90rem);
    position: relative;
}

.playground-lightbox-dialog img[b-dji7bz1pzc] {
    background: #fff;
    border-radius: var(--playground-radius-lg);
    max-height: calc(100vh - 8rem);
    max-width: 100%;
    object-fit: contain;
}

.playground-lightbox-close[b-dji7bz1pzc] {
    min-height: var(--playground-touch-target);
    min-width: var(--playground-touch-target);
    position: absolute;
    right: var(--playground-space-sm);
    top: var(--playground-space-sm);
}
/* /Components/PlaygroundPageHeader.razor.rz.scp.css */
.playground-page-header[b-4hudxto4zd] {
    margin-bottom: var(--playground-space-lg);
    max-width: var(--playground-content-max);
    width: 100%;
}

.playground-page-header-main[b-4hudxto4zd] {
    align-items: start;
    display: grid;
    gap: var(--playground-space-md);
    grid-template-columns: minmax(0, 1fr) auto;
}

.playground-page-heading[b-4hudxto4zd] {
    min-width: 0;
}

.playground-page-heading h1[b-4hudxto4zd] {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
}

.playground-page-eyebrow[b-4hudxto4zd] {
    color: var(--playground-primary);
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: var(--playground-space-xs);
    text-transform: uppercase;
}

.playground-page-utilities[b-4hudxto4zd] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--playground-space-sm);
    justify-content: flex-end;
}

.playground-page-utilities[b-4hudxto4zd]  .btn,
.playground-page-utilities[b-4hudxto4zd]  label.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: var(--playground-touch-target);
}

.playground-page-intro[b-4hudxto4zd] {
    color: var(--playground-text-muted);
    margin-top: var(--playground-space-sm);
    max-width: 76rem;
}

.playground-page-intro p:last-child[b-4hudxto4zd] {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .playground-page-header-main[b-4hudxto4zd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .playground-page-utilities[b-4hudxto4zd] {
        justify-content: flex-start;
    }
}
/* /Components/PlaygroundPayloadsSection.razor.rz.scp.css */
.playground-response-toolbar[b-qatrj1vkaz] {
    align-items: center;
    display: flex;
    gap: var(--playground-space-sm);
    justify-content: space-between;
    margin-bottom: var(--playground-space-sm);
    min-width: 0;
}

.playground-response-summary[b-qatrj1vkaz] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--playground-space-sm);
    min-width: 0;
}

.playground-response-size[b-qatrj1vkaz] {
    color: var(--playground-text-muted);
    font-size: 0.875rem;
    white-space: nowrap;
}

.playground-response-actions[b-qatrj1vkaz] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: var(--playground-space-sm);
}

.playground-code-block[b-qatrj1vkaz] {
    background-color: whitesmoke;
    border: 1px dotted dimgray;
    border-radius: 8px;
    font-family: Consolas, Monaco, 'Courier New', monospace;
    margin: 0;
    max-height: 800px;
    min-height: 300px;
    overflow: auto;
    padding: 10px;
    unicode-bidi: plaintext;
    white-space: pre-wrap;
}
/* /Components/PlaygroundProfileActions.razor.rz.scp.css */
.playground-profile-actions[b-i4kmt4v8fq] {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0;
    min-width: 0;
    width: auto;
}

.playground-profile-action-menu[b-i4kmt4v8fq] {
    display: inline-flex;
    position: relative;
}

.playground-profile-action-button[b-i4kmt4v8fq] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    gap: 0.35rem;
    min-height: var(--playground-touch-target);
    min-width: var(--playground-touch-target);
    padding: 0.45rem 0.7rem;
}

.playground-profile-menu-panel[b-i4kmt4v8fq] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 0.75rem;
    bottom: calc(100% + 0.5rem);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.18);
    max-height: min(16rem, calc(100vh - 6rem));
    min-width: 11rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.35rem 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 1080;
}

@media (max-width: 767.98px) {
    .playground-profile-actions[b-i4kmt4v8fq] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .playground-profile-actions > [role="status"][b-i4kmt4v8fq] {
        grid-column: 1 / -1;
        overflow-wrap: anywhere;
    }

    .playground-profile-action-menu[b-i4kmt4v8fq],
    .playground-profile-action-button[b-i4kmt4v8fq] {
        width: 100%;
    }

    .playground-profile-menu-panel[b-i4kmt4v8fq] {
        left: 0;
        max-width: calc(100vw - (2 * var(--playground-space-md)));
        min-width: 100%;
        right: auto;
        width: max-content;
    }
}

.playground-profile-menu-item[b-i4kmt4v8fq] {
    background: transparent;
    border: 0;
    color: #172033;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.playground-profile-menu-item:hover[b-i4kmt4v8fq],
.playground-profile-menu-item:focus[b-i4kmt4v8fq] {
    background: #f1f5f9;
    color: #0d6efd;
}

.playground-profile-menu-item:disabled[b-i4kmt4v8fq] {
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.65;
}

.playground-profile-file-input[b-i4kmt4v8fq] {
    display: none;
}

.playground-profile-dialog-backdrop[b-i4kmt4v8fq] {
    align-items: center;
    background: rgba(15, 23, 42, 0.5);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 2000;
}

.playground-profile-dialog[b-i4kmt4v8fq] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.3);
    max-width: 30rem;
    padding: 1.5rem;
    width: 100%;
}

.playground-profile-dialog-actions[b-i4kmt4v8fq] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}
/* /Components/PromptInputToolbar.razor.rz.scp.css */
.prompt-input-toolbar[b-dss2pls4hf] {
    align-items: center;
    display: flex;
    gap: var(--playground-space-sm);
    justify-content: flex-end;
    margin-bottom: var(--playground-space-sm);
    min-height: var(--playground-touch-target);
}
