.gvp-app-selector {
    position: fixed;
    top: 35px;
    right: 60px;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: max-content;
}

.gvp-app-selector__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.gvp-app-selector__brand {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.gvp-app-selector__brand-logo {
    width: 34px;
    height: 40px;
    object-fit: contain;
}

.gvp-app-selector__brand-text {
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1;
}

.gvp-app-selector__grid-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    opacity: 0.9;
}

.gvp-app-selector__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 300px;
    padding: 18px 21px;
    border: 1px solid #8900f2;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    background-image:
        linear-gradient(0.254deg, rgba(156, 4, 194, 0.2) 4.89%, rgba(102, 102, 102, 0) 78.1%),
        linear-gradient(219.154deg, rgba(194, 26, 255, 0.2) 14.75%, rgba(102, 102, 102, 0) 59.81%),
        linear-gradient(90deg, rgba(44, 20, 55, 0.4) 0%, rgba(44, 20, 55, 0.4) 100%);
    box-shadow: 0 12px 32px rgba(15, 7, 22, 0.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.gvp-app-selector--open .gvp-app-selector__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.gvp-app-selector__apps {
    display: grid;
    grid-template-columns: repeat(3, 80px);
    column-gap: 12px;
    row-gap: 10px;
    justify-content: start;
}

.gvp-app-selector__item {
    width: 80px;
    height: 120px;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

.gvp-app-selector__tile {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gvp-app-selector__tile-bg {
    width: 80px;
    height: 80px;
    position: absolute;
    inset: 0;
}

.gvp-app-selector__tile-logo {
    position: relative;
    z-index: 1;
    object-fit: contain;
}

.gvp-app-selector__tile-logo--project {
    width: 50px;
    height: 62px;
}

.gvp-app-selector__tile-logo--booking {
    width: 60px;
    height: 70px;
}

.gvp-app-selector__tile-logo--archive {
    width: 49px;
    height: 50px;
}

.gvp-app-selector__tile-logo--status {
    width: 40px;
    height: 40px;
}

.gvp-app-selector__tile-logo--analytics {
    width: 56px;
    height: 57px;
}

.gvp-app-selector__tile-logo--career {
    width: 55px;
    height: 35px;
}

.gvp-app-selector__tile-logo--account {
    width: 86px;
    height: 93px;
    padding-left: 7px;
    padding-top: 0;
    padding-bottom: 9px;
}

.gvp-app-selector__label {
    width: 143px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #949494;
    text-align: center;
}

.gvp-app-selector__item:hover .gvp-app-selector__tile,
.gvp-app-selector__item:focus-visible .gvp-app-selector__tile {
    transform: translateY(-1px);
}

.gvp-app-selector__item:focus-visible {
    outline: 2px solid rgba(194, 26, 255, 0.7);
    outline-offset: 4px;
    border-radius: 12px;
}

.gvp-app-selector__item--coming-soon {
    cursor: not-allowed;
    pointer-events: none;
}

.gvp-app-selector__item--coming-soon .gvp-app-selector__tile-bg,
.gvp-app-selector__item--coming-soon .gvp-app-selector__tile-logo {
    filter: grayscale(0.85) brightness(0.7);
    opacity: 0.55;
}

.gvp-app-selector__item--coming-soon .gvp-app-selector__label {
    color: #6a6a6a;
}

.gvp-app-selector__item--coming-soon:hover .gvp-app-selector__tile {
    transform: none;
}

.gvp-app-selector__item[data-coming-soon="Status"] .gvp-app-selector__tile-logo,
.gvp-app-selector__item[data-coming-soon="Analytics"] .gvp-app-selector__tile-logo,
.gvp-app-selector__item[data-coming-soon="Career"] .gvp-app-selector__tile-logo,
.gvp-app-selector__item[data-coming-soon="Account"] .gvp-app-selector__tile-logo {
    display: none;
}

.gvp-app-selector__badge {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(137, 0, 242, 0.85);
    color: #fff;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
