/* Link Sentinel direct Bluetooth entry point */

.link-monitor-container {
    min-height: calc(100dvh - 64px) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    padding: clamp(1rem, 4vw, 2.5rem) !important;
    box-sizing: border-box;
}

.link-monitor-center {
    width: min(100%, 420px);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.connect-sentinel-button {
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #168dff !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(22, 141, 255, 0.42) !important;
}

.connect-sentinel-button:hover:not(:disabled) {
    background: #0f7ee8 !important;
    box-shadow: 0 22px 52px rgba(22, 141, 255, 0.52) !important;
}

.connect-sentinel-button i {
    margin: 0 !important;
    font-size: 4.4rem !important;
    line-height: 1 !important;
    color: #000000 !important;
    --fa-primary-color: #000000;
    --fa-secondary-color: #000000;
    --fa-primary-opacity: 1;
    --fa-secondary-opacity: 0.55;
}

.connect-sentinel-help {
    margin-top: 1.35rem;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.8vw, 1.65rem);
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.link-monitor-status {
    max-width: 420px;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: rgba(0, 188, 212, 0.12);
    border: 1px solid rgba(0, 188, 212, 0.35);
    color: #d9fbff;
    font-size: 0.95rem;
    line-height: 1.35;
    text-align: center;
}

.link-monitor-status--error {
    background: rgba(244, 67, 54, 0.14);
    border-color: rgba(244, 67, 54, 0.45);
    color: #ffd7d3;
}

@media (max-width: 640px) {
    .link-monitor-container {
        min-height: calc(100dvh - 64px);
        padding: 1rem;
    }

    .connect-sentinel-button {
        width: 132px !important;
        height: 132px !important;
        min-width: 132px !important;
        min-height: 132px !important;
    }

    .connect-sentinel-button i {
        font-size: 3.8rem !important;
    }
}
