.vs-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--ginc-dark);
    border: 1px solid var(--ginc-neon);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.code-window {
    background: #111;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #333;
}
.code-header {
    background: #222;
    padding: 0.5rem 1rem;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid #333;
}