/* AI Manager Admin CSS */

nav .active {
    font-weight: bold;
    text-decoration: underline;
}

.status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
}

.status-dot.online {
    background-color: #22c55e;
}

.status-dot.offline {
    background-color: #ef4444;
}

.server-offline {
    opacity: 0.6;
    border-left: 4px solid #ef4444;
}

.error-row {
    background-color: rgba(239, 68, 68, 0.08);
}

button.small, .small {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

article header {
    font-weight: 600;
}

details summary {
    margin-bottom: 1rem;
}

.new-key-box article {
    padding: 1rem 1.5rem;
}

code {
    user-select: all;
}

table {
    font-size: 0.9rem;
}

footer {
    margin-top: 3rem;
    padding: 1rem 0;
    text-align: center;
    opacity: 0.6;
}
