.blob-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.file-badge {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid var(--glass-border);
    color: var(--text-muted);
    transition: all 1s;
    flex-shrink: 0;
}

.file-badge svg {
    width: 24px;
    height: 24px;
}

.storage-node {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.storage-node .viz-badge {
    width: 100px;
    height: 100px;
    border-radius: 22px;
}

.storage-node .viz-badge svg {
    width: 48px;
    height: 48px;
}
