/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-j9gssnu9fd] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.app-header[b-j9gssnu9fd] {
    background-color: #16273a;
    color: #e6edf3;
    border-bottom: 1px solid #2d3e4f;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.app-header-inner[b-j9gssnu9fd] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-brand[b-j9gssnu9fd] {
    color: #e6edf3;
    font-size: 1.4rem;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.5px;
}

    .app-brand span[b-j9gssnu9fd] {
        color: #7ea6cc;
        font-weight: 700;
    }

.app-nav a[b-j9gssnu9fd] {
    color: rgba(230, 237, 243, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
}

    .app-nav a:hover[b-j9gssnu9fd] {
        color: #7ea6cc;
        text-decoration: underline;
    }

.app-main[b-j9gssnu9fd] {
    flex: 1;
    min-height: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
/* /Pages/Selector.razor.rz.scp.css */
.info-banner[b-07278mdker] {
    background-color: #1b2a3a;
    border: 1px solid #2d3e4f;
    color: #c3c8d4;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .info-banner strong[b-07278mdker] {
        color: #7ea6cc;
    }

    .info-banner .form-select[b-07278mdker] {
        max-width: 420px;
    }

        /* Compact option rows so more samples fit in the native dropdown
           popup before the browser has to add a scrollbar. */
        .info-banner .form-select option[b-07278mdker] {
            font-size: 0.85rem;
            padding: 0.1rem 0.25rem;
            line-height: 1.1;
        }

.editor-row[b-07278mdker] {
    display: flex;
    gap: 1rem;
    flex: 1;
    min-height: 0;
}

.editor-col[b-07278mdker] {
    flex: 1;
    display: flex;
    min-height: 0;
    min-width: 0;
}

.panel[b-07278mdker] {
    background-color: #1b2a3a;
    border: 1px solid #2d3e4f;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.select-panel[b-07278mdker] {
    flex: 0 0 auto;
    margin-bottom: 1rem;
}

.panel-header[b-07278mdker] {
    background-color: transparent;
    color: #7ea6cc;
    padding: 0.6rem 1rem 0.2rem;
    font-weight: 600;
    font-size: 1.05rem;
    flex: 0 0 auto;
}

.panel-body[b-07278mdker] {
    padding: 0.5rem 1rem 1rem;
    flex: 1;
    min-height: 0;
    min-width: 0;
    display: flex;
}

/* Line-numbered code editors (input/output) */
.code-wrap[b-07278mdker] {
    flex: 1;
    display: flex;
    min-height: 0;
    min-width: 0;
    border: 1px solid #2d3e4f;
    border-radius: 6px;
    background-color: #0e1924;
    overflow: hidden;
}

.line-gutter[b-07278mdker] {
    flex: 0 0 auto;
    overflow: hidden;
    text-align: right;
    padding: 0.5rem 0.5rem;
    color: #5b6b7d;
    background-color: #16222e;
    border-right: 1px solid #2d3e4f;
    white-space: pre;
    user-select: none;
    font-family: var(--bs-font-monospace, monospace);
    font-size: 0.875rem;
    line-height: 1.5;
}

    .code-wrap textarea[b-07278mdker],
    .code-wrap .json-output[b-07278mdker] {
        flex: 1;
        min-height: 0;
        min-width: 0;
        margin: 0;
        border: none !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        box-shadow: none !important;
        font-size: 0.875rem;
        line-height: 1.5;
        white-space: pre;
        overflow: auto;
        resize: none;
        color: #c3c8d4;
    }

    .code-wrap textarea.output-error[b-07278mdker],
    .code-wrap .json-output.output-error[b-07278mdker] {
        color: #f0a3a3;
    }

.json-output[b-07278mdker]  span[title] {
    cursor: help;
}

.json-output[b-07278mdker]  .tok-key {
    color: #7ea6cc;
}

.json-output[b-07278mdker]  .tok-string {
    color: #98c379;
}

.json-output[b-07278mdker]  .tok-number {
    color: #d19a66;
}

.json-output[b-07278mdker]  .tok-bool {
    color: #c678dd;
}

.json-output[b-07278mdker]  .tok-null {
    color: #e06c75;
}

.query-label[b-07278mdker] {
    color: #7ea6cc;
    font-weight: 600;
    white-space: nowrap;
}

/* JSON validity indicator dot */
.validity[b-07278mdker] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
}

    .validity.valid[b-07278mdker] {
        background-color: #98c379;
    }

    .validity.invalid[b-07278mdker] {
        background-color: #e06c75;
    }

/* Result counter / timing */
.result-meta[b-07278mdker] {
    color: #8a97a8;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Format / Minify toolbar buttons */
.json-tool-btn[b-07278mdker] {
    flex: 0 0 auto;
    padding: 0.2rem 0.55rem;
    font-size: 0.8rem;
}

/* Cheat sheet panel */
.cheat-toggle[b-07278mdker] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.cheat-sheet[b-07278mdker] {
    background-color: #1b2a3a;
    border: 1px solid #2d3e4f;
    border-radius: 6px;
    margin-bottom: 1.25rem;
    max-height: 240px;
    overflow: auto;
}

.cheat-table[b-07278mdker] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

    .cheat-table th[b-07278mdker],
    .cheat-table td[b-07278mdker] {
        text-align: left;
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #2d3e4f;
    }

    .cheat-table th[b-07278mdker] {
        color: #7ea6cc;
        position: sticky;
        top: 0;
        background-color: #16273a;
    }

    .cheat-table tbody tr[b-07278mdker] {
        cursor: pointer;
    }

        .cheat-table tbody tr:hover[b-07278mdker] {
            background-color: #22344a;
        }

    .cheat-table code[b-07278mdker] {
        color: #98c379;
        background: transparent;
    }

.select-panel .panel-body[b-07278mdker] {
    display: block;
    padding: 0.5rem 1rem;
}

    .select-panel .panel-body > .d-flex[b-07278mdker] {
        width: 100%;
    }

.select-panel #selector-input[b-07278mdker] {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.copy-btn[b-07278mdker] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.6rem;
}

    .copy-btn svg[b-07278mdker] {
        display: block;
    }

    .copy-btn.copied[b-07278mdker] {
        color: #98c379;
        border-color: #98c379;
    }
