.skyvern-lab-nav {
    align-items: center;
    background: #101a16;
    color: #f4f1e8;
    display: flex;
    font-family: "Avenir Next", Avenir, sans-serif;
    justify-content: space-between;
    min-height: 70px;
    padding: 10px clamp(18px, 4vw, 64px);
    position: relative;
    z-index: 1000;
}

.skyvern-lab-home {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.skyvern-lab-home strong,
.skyvern-lab-home small {
    display: block;
}

.skyvern-lab-home strong {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.skyvern-lab-home small {
    color: #a8b7af;
    font-size: 11px;
    margin-top: 2px;
}

.skyvern-lab-mark {
    align-items: center;
    background: #d9ff66;
    border-radius: 9px;
    color: #101a16;
    display: inline-flex;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.skyvern-lab-switcher {
    align-items: center;
    display: flex;
    gap: 10px;
}

.skyvern-lab-switcher label {
    color: #a8b7af;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.skyvern-lab-switcher select {
    appearance: auto;
    background: #f4f1e8;
    border: 1px solid #405049;
    border-radius: 8px;
    color: #101a16;
    cursor: pointer;
    font:
        600 13px / 1.2 "Avenir Next",
        Avenir,
        sans-serif;
    min-width: 220px;
    padding: 10px 12px;
}

.skyvern-lab-switcher select:focus-visible,
.skyvern-lab-home:focus-visible {
    outline: 3px solid #d9ff66;
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .skyvern-lab-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding-block: 14px;
    }

    .skyvern-lab-switcher {
        align-items: stretch;
        flex-direction: column;
        gap: 5px;
    }

    .skyvern-lab-switcher select {
        min-width: 0;
        width: 100%;
    }
}
