
.denorm-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.denorm-demo .viz-badge {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.denorm-demo .viz-badge svg {
    width: 44px;
    height: 44px;
}

.demo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.query-status {
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.9rem;
    min-height: 1.2rem;
}

.db-view {
    display: flex;
    gap: 16px;
    margin-top: 6px;
    justify-content: center;
}

.mode {
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 14px;
    border-radius: 10px;
    text-align: center;
    min-width: 130px;
    transition: opacity 0.5s;
}

.mode h4 {
    color: #22D3EE;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.tables {
    color: var(--text-muted);
    font-size: 0.7rem;
}
