/* BosqueGrande Organizer App Launcher Companion */
.bg-organizer-launcher-companion-home {
    position: fixed !important;
    z-index: 2147483000 !important;
    top: 14px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 46px !important;
    max-width: calc(100vw - 28px) !important;
    margin: 0 !important;
    padding: 11px 21px !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    border: 2px solid #111 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffca67 0%, #ff982f 50%, #f36b0a 100%) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28) !important;
    color: #090909 !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: .01em !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
    pointer-events: auto !important;
    isolation: isolate !important;
}

.bg-organizer-launcher-companion-home:hover,
.bg-organizer-launcher-companion-home:focus-visible {
    background: linear-gradient(135deg, #ffdb8f 0%, #ffab4c 50%, #ff7b14 100%) !important;
    color: #000 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .34) !important;
    outline: 3px solid #ffe600 !important;
    outline-offset: 3px !important;
}

.admin-bar .bg-organizer-launcher-companion-home {
    top: 46px !important;
}

.bg-organizer-launcher-companion-portal {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    clear: both !important;
}

.bg-organizer-launcher-companion-portal > a {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    max-width: min(100%, 620px) !important;
    padding: 12px 22px !important;
    border: 2px solid #111 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffca67 0%, #ff982f 50%, #f36b0a 100%) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18) !important;
    color: #090909 !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.bg-organizer-launcher-companion-portal > a:hover,
.bg-organizer-launcher-companion-portal > a:focus-visible {
    background: linear-gradient(135deg, #ffdb8f 0%, #ffab4c 50%, #ff7b14 100%) !important;
    color: #000 !important;
    outline: 3px solid #ffe600 !important;
    outline-offset: 3px !important;
}

@media (max-width: 782px) {
    .bg-organizer-launcher-companion-home {
        max-width: calc(100vw - 20px) !important;
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
    .admin-bar .bg-organizer-launcher-companion-home {
        top: 60px !important;
    }
}
