.mcp-page {
    color: var(--bs-heading-color);
}

.mcp-page-header {
    min-height: 166px;
}

.mcp-table th {
    white-space: nowrap;
}

.mcp-table td {
    white-space: normal;
}

.mcp-table td.text-end {
    white-space: nowrap;
}

.mcp-key-code {
    font-size: .875rem;
    color: var(--bs-heading-color);
    word-break: break-all;
}

.mcp-secret-wrap {
    background: var(--so-black-100);
    border: 1px dashed var(--so-black-200);
    padding: var(--su12) var(--su12);
}

.mcp-secret-wrap code {
    color: var(--bs-danger);
    word-break: break-all;
}


.mcp-usage-month-wrap {
    min-width: 150px;
}

.mcp-usage-total {
    color: var(--so-black-400);
    font-size: .9375rem;
}

.mcp-usage-total-value {
    margin-left: var(--su8);
    color: var(--bs-heading-color);
    font-size: 1.5rem;
    font-weight: 700;
}

.mcp-usage-chart {
    border: 1px solid var(--so-black-225);
    background-color: var(--so-white);
    min-height: 260px;
    padding: var(--su12) var(--su12) var(--su8) var(--su12);
    display: grid;
    grid-template-columns: repeat(31, minmax(18px, 1fr));
    align-items: end;
    column-gap: var(--su4);
    overflow-x: auto;
}

.mcp-usage-bar-item {
    min-width: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: var(--su4);
}

.mcp-usage-bar-value {
    font-size: .75rem;
    color: var(--so-black-400);
    line-height: 1;
}

.mcp-usage-bar {
    width: 100%;
    min-height: 4px;
    background: linear-gradient(180deg, var(--so-blue-400) 0%, var(--bs-primary) 100%);
}

.mcp-usage-bar-day {
    font-size: .75rem;
    color: var(--so-black-400);
    min-height: 1rem;
    line-height: 1;
}

.mcp-usage-empty {
    grid-column: 1 / -1;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--so-black-400);
}

.mcp-doc-card {
    background: var(--so-white);
}

.mcp-doc-alert {
}

.mcp-doc-block {
    border: 1px solid var(--so-black-225);
    padding: var(--su16);
    margin-bottom: var(--su16);
}

.mcp-doc-pre {
    margin: 0;
    padding: var(--su12);
    background: var(--so-black-100);
    border: 1px solid var(--so-black-225);
    overflow-x: auto;
    font-size: .875rem;
}

.mcp-doc-pre code {
    color: var(--bs-heading-color);
    white-space: pre;
}

.mcp-doc-list {
    margin: 0;
    padding-left: var(--su24);
}

.mcp-doc-list li + li {
    margin-top: var(--su6);
}

.mcp-doc-table th {
    white-space: nowrap;
}

.mcp-doc-table td {
    vertical-align: top;
}

.mcp-doc-table td code {
    word-break: break-word;
    white-space: normal;
}

.mcp-doc-table td:nth-child(2) {
    white-space: nowrap;
}


.mcp-doc-subtitle {
    margin-top: var(--su12);
    margin-bottom: var(--su4);
    font-weight: 600;
    color: var(--bs-heading-color);
}

.mcp-doc-layout {
    align-items: flex-start;
}

.mcp-doc-sidebar {
    position: static;
}

.mcp-doc-nav-title {
    font-size: .8125rem;
    font-weight: 700;
    color: var(--so-black-400);
    letter-spacing: .02em;
    margin-bottom: var(--su8);
}

.mcp-doc-nav-link {
    font-size: .875rem;
}

@media (max-width: 767.98px) {
    .mcp-page-header {
        min-height: 0;
    }

    .mcp-table th,
    .mcp-table td {
        white-space: normal;
    }

    .mcp-usage-month-wrap {
        width: 100%;
    }

    .mcp-usage-chart {
        grid-template-columns: repeat(31, minmax(14px, 1fr));
        column-gap: 3px;
        min-height: 220px;
    }


    .mcp-doc-table th {
        white-space: normal;
    }

    .mcp-doc-table td:nth-child(2) {
        white-space: normal;
    }

    .mcp-doc-sidebar {
        position: static;
    }
}
