/* AIPP visible build number badge */
.aipp-build-badge {
    position: fixed;
    right: 14px;
    bottom: 12px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100vw - 28px);
    padding: 6px 10px;
    border: 1px solid rgba(109, 93, 252, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #35384a;
    box-shadow: 0 12px 28px rgba(31, 36, 48, .12);
    backdrop-filter: blur(12px);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .02em;
    white-space: nowrap;
    pointer-events: none;
}

.aipp-build-badge strong {
    color: #6d5dfc;
    font-weight: 850;
}

.aipp-build-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6d5dfc;
    box-shadow: 0 0 0 4px rgba(109, 93, 252, .14);
}

.aipp-build-text {
    font-weight: 750;
}

.aipp-build-id {
    color: #53576c;
    font-variant-numeric: tabular-nums;
}

.aipp-build-time {
    margin-left: 2px;
    padding-left: 8px;
    border-left: 1px solid rgba(109, 93, 252, .18);
    color: #53576c;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 720px) {
    .aipp-build-badge {
        right: 8px;
        bottom: 8px;
        gap: 4px;
        max-width: calc(100vw - 16px);
        padding: 5px 7px;
        font-size: 9px;
        overflow: hidden;
    }

    .aipp-build-text {
        display: none;
    }

    .aipp-build-time {
        margin-left: 0;
        padding-left: 6px;
    }
}
