/* Liquid Glass Buttons - iOS glass with stronger blue glow (v7) */

a.th-btn, button.th-btn, .th-btn,
a.ot-btn, button.ot-btn, .ot-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border: 1px solid rgba(124, 197, 255, 0.4) !important;
    border-radius: 999px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 0 20px rgba(100, 180, 255, 0.1),
        0 0 32px rgba(26, 111, 196, 0.5),
        0 0 60px rgba(26, 111, 196, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    isolation: isolate !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

a.th-btn::before, button.th-btn::before, .th-btn::before,
a.ot-btn::before, button.ot-btn::before, .ot-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    height: 50% !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent) !important;
    border-radius: 999px 999px 0 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

a.th-btn:hover, button.th-btn:hover, .th-btn:hover,
a.ot-btn:hover, button.ot-btn:hover, .ot-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(150, 210, 255, 0.7) !important;
    transform: translateY(-1px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 0 24px rgba(124, 197, 255, 0.18),
        0 0 40px rgba(26, 111, 196, 0.7),
        0 0 80px rgba(26, 111, 196, 0.35),
        0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

.th-btn > *, .ot-btn > * { position: relative; z-index: 1; }

.th-btn, .th-btn *, .ot-btn, .ot-btn *,
a.ot-btn.style-border, a.ot-btn.style-border * { color: #fff !important; }

a.ot-btn[title*="Coming"], a.ot-btn[title*="coming"] {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
}
a.ot-btn[title*="Coming"]:hover, a.ot-btn[title*="coming"]:hover {
    opacity: 0.7 !important;
    transform: none !important;
}
