/* BIG BUBBLE CHAT v4.4.1 — original mobile dock and bubble footer */
.apk-announcement {
    isolation: isolate;
    max-height: 116px;
    color: #eefcff;
    background:
        radial-gradient(circle at 15% -80%, rgba(20, 232, 255, .48), transparent 42%),
        linear-gradient(112deg, #06152f 0%, #09265b 48%, #301b72 100%);
    box-shadow: inset 0 -1px rgba(115, 224, 255, .22), 0 12px 32px rgba(5, 21, 55, .15);
}

.apk-announcement::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, #12e7ec, #2585ff 48%, #a363ff);
    box-shadow: 0 0 20px rgba(18, 231, 236, .6);
}

.apk-banner-bubbles { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.apk-banner-bubbles i { position: absolute; display: block; border: 1px solid rgba(115, 233, 255, .23); border-radius: 50%; background: rgba(74, 174, 255, .07); box-shadow: inset 0 0 18px rgba(108, 229, 255, .08); animation: apkBubbleFloat 6s ease-in-out infinite; }
.apk-banner-bubbles i:nth-child(1) { width: 52px; height: 52px; left: 4%; top: -22px; }
.apk-banner-bubbles i:nth-child(2) { width: 24px; height: 24px; left: 28%; bottom: -9px; animation-delay: -1.5s; }
.apk-banner-bubbles i:nth-child(3) { width: 70px; height: 70px; right: 20%; top: -40px; animation-delay: -3s; }
.apk-banner-bubbles i:nth-child(4) { width: 30px; height: 30px; right: 5%; bottom: -12px; animation-delay: -4.5s; }

.apk-announcement-inner {
    width: min(100% - 48px, 1240px);
    min-height: 88px;
    justify-content: flex-start;
    gap: 17px;
    padding: 10px 55px 10px 0;
}

.apk-product-mark { position: relative; flex: 0 0 61px; width: 61px; height: 61px; }
.apk-announcement-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(139, 238, 255, .46);
    border-radius: 19px;
    color: #eaffff;
    background: linear-gradient(145deg, rgba(22, 223, 239, .28), rgba(76, 77, 239, .35));
    box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 12px 28px rgba(0, 8, 35, .35);
    transform: rotate(-3deg);
}

.apk-announcement-icon svg { width: 31px; height: 31px; fill: currentColor; filter: drop-shadow(0 3px 8px rgba(33, 237, 255, .35)); }
.apk-format-badge { position: absolute; right: -5px; bottom: -3px; min-width: 31px; height: 20px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #09204d; border-radius: 7px; color: #052140; background: #5ff4e8; font-size: 8px; font-weight: 950; letter-spacing: .08em; box-shadow: 0 5px 14px rgba(0, 0, 0, .24); }

.apk-announcement-copy { min-width: 0; flex: 1 1 auto; }
.apk-announcement-kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; color: #6ff5f0; font-size: 8px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.apk-announcement-kicker i { width: 6px; height: 6px; border-radius: 50%; background: #62f6dc; box-shadow: 0 0 0 4px rgba(98, 246, 220, .1), 0 0 13px #62f6dc; }
.apk-announcement p { display: block; margin: 0; }
.apk-announcement p strong { display: block; color: #fff; font-size: 16px; line-height: 1.25; font-weight: 900; letter-spacing: -.01em; }
.apk-announcement p span { display: block; max-width: 680px; margin-top: 3px; color: #b9cce8; font-size: 11px; line-height: 1.35; }

.apk-announcement-action,
.apk-coming-soon {
    min-width: 174px;
    min-height: 54px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 10px 8px 16px;
    border: 1px solid rgba(113, 250, 245, .55);
    border-radius: 18px;
    color: #06243e;
    background: linear-gradient(135deg, #7bf8ed 0%, #4cd7fb 100%);
    box-shadow: 0 12px 26px rgba(18, 205, 227, .2), inset 0 1px rgba(255, 255, 255, .55);
    backdrop-filter: none;
}

.apk-announcement-action:hover { color: #061f38; background: linear-gradient(135deg, #a2fff7, #70e7ff); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(18, 205, 227, .3); }
.apk-announcement-action .apk-action-label { display: block; font-size: 12px; line-height: 1.15; font-weight: 950; }
.apk-announcement-action .apk-action-label small,
.apk-coming-soon small { display: block; margin-bottom: 4px; color: rgba(6, 36, 62, .6); font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.apk-announcement-action b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #0b3973; font-size: 18px; box-shadow: 0 7px 16px rgba(9, 39, 88, .25); }
.apk-coming-soon { display: block; padding-top: 12px; color: #d8e8ff; background: rgba(255, 255, 255, .08); border-color: rgba(134, 202, 255, .25); box-shadow: none; opacity: 1; font-size: 11px; font-weight: 900; }
.apk-coming-soon small { color: #72e6f4; }

.apk-announcement-close {
    top: 14px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(159, 215, 255, .24);
    color: #a9bad5;
    background: rgba(2, 12, 35, .22);
    font-size: 20px;
    transform: none;
}
.apk-announcement-close:hover { color: #fff; background: rgba(41, 120, 220, .28); transform: rotate(8deg); }

.portal-footer.complex-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #e9f4ff;
    background:
        radial-gradient(circle at 8% 25%, rgba(22, 202, 238, .13), transparent 28%),
        radial-gradient(circle at 92% 70%, rgba(125, 73, 255, .14), transparent 28%),
        #06142b;
}

.portal-footer.complex-footer::before,
.portal-footer.complex-footer::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(91, 220, 255, .1); border-radius: 50%; pointer-events: none; }
.portal-footer.complex-footer::before { width: 350px; height: 350px; top: 100px; left: -230px; }
.portal-footer.complex-footer::after { width: 500px; height: 500px; right: -350px; bottom: -210px; }

.footer-app-strip {
    width: min(100% - 48px, 1240px);
    min-height: 112px;
    margin: 42px auto 0;
    padding: 18px;
    grid-template-columns: 1.25fr repeat(5, minmax(120px, 1fr));
    gap: 10px;
    border: 1px solid rgba(109, 202, 255, .17);
    border-radius: 27px;
    background: linear-gradient(120deg, rgba(18, 55, 111, .74), rgba(24, 37, 91, .58));
    box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 24px 55px rgba(0, 5, 22, .24);
    backdrop-filter: blur(12px);
}

.footer-app-strip > strong { padding-left: 9px; color: #fff; font-size: 14px; }
.footer-app-strip > a,
.footer-app-strip > span {
    min-height: 58px;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(142, 207, 255, .1);
    border-radius: 17px;
    color: #c9ddf4;
    background: rgba(2, 15, 42, .28);
    font-size: 10.5px;
    text-align: center;
}
.footer-app-strip > a:hover { color: #fff; border-color: rgba(89, 239, 239, .38); background: rgba(35, 122, 187, .23); transform: translateY(-2px); }
.footer-app-strip > .muted { color: #7f94b2; }
.footer-app-icon { color: #72ecf3; }
.footer-app-icon.android { color: #9e82ff; }

.footer-main { padding: 54px 0 48px; gap: 42px; }
.footer-brand-lockup strong { color: #fff; }
.footer-brand-lockup img { filter: drop-shadow(0 10px 22px rgba(28, 157, 255, .25)); }
.footer-brand-column > p { color: #8fa4c2; }
.footer-live-status { color: #b7c9df; }

.footer-links-grid { gap: 12px; }
.footer-links-grid section {
    min-height: 205px;
    padding: 19px 17px;
    border: 1px solid rgba(113, 185, 239, .11);
    border-radius: 19px;
    background: linear-gradient(150deg, rgba(20, 49, 91, .58), rgba(10, 25, 58, .24));
    box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}
.footer-links-grid h3 { color: #fff; }
.footer-links-grid a,
.footer-links-grid section > span { color: #8fa7c5; }
.footer-links-grid a:hover { color: #61e6ef; }

.footer-bottom {
    min-height: 78px;
    border-top: 1px solid rgba(126, 197, 247, .1);
    color: #7389a8;
    background: rgba(1, 9, 25, .5);
}
.footer-bottom a { color: #b9cbe0 !important; }
.footer-bottom a:hover { color: #62eaf0 !important; }

@keyframes apkBubbleFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(8px, -8px, 0) scale(1.08); }
}

@media (max-width: 1080px) {
    .footer-app-strip { grid-template-columns: repeat(3, 1fr); }
    .footer-app-strip > strong { grid-column: 1 / -1; padding: 0 5px; }
    .footer-brand-column > p { color: #8fa4c2; }
}

@media (max-width: 780px) {
    .apk-announcement-inner { min-height: 82px; width: min(100% - 28px, 1240px); gap: 13px; padding-right: 42px; }
    .apk-product-mark { flex-basis: 51px; width: 51px; height: 51px; }
    .apk-announcement-icon { width: 49px; height: 49px; border-radius: 16px; }
    .apk-announcement-icon svg { width: 26px; height: 26px; }
    .apk-announcement p { font-size: inherit; }
    .apk-announcement p strong { font-size: 13px; }
    .apk-announcement p span { max-width: 380px; font-size: 9px; }
    .apk-announcement-action,
    .apk-coming-soon { min-width: 145px; min-height: 48px; margin-left: auto; }
    .footer-links-grid section { min-height: 190px; }
}

@media (max-width: 560px) {
    .apk-announcement { max-height: 102px; }
    .apk-announcement-inner { min-height: 76px; width: calc(100% - 20px); gap: 10px; padding: 8px 31px 8px 0; }
    .apk-product-mark { flex: 0 0 43px; width: 43px; height: 43px; }
    .apk-announcement-icon { width: 42px; height: 42px; border-radius: 14px; }
    .apk-announcement-icon svg { width: 23px; height: 23px; }
    .apk-format-badge { right: -3px; min-width: 27px; height: 17px; font-size: 7px; }
    .apk-announcement-kicker { font-size: 6.5px; }
    .apk-announcement p strong { font-size: 11px; }
    .apk-announcement p span { display: none; }
    .apk-announcement-action { min-width: 94px; min-height: 42px; padding: 6px 7px 6px 10px; border-radius: 14px; }
    .apk-announcement-action .apk-action-label { font-size: 9px; }
    .apk-announcement-action .apk-action-label small { font-size: 5.5px; }
    .apk-announcement-action b { width: 29px; height: 29px; border-radius: 9px; font-size: 14px; }
    .apk-coming-soon { min-width: 91px; min-height: 42px; display: block; padding: 9px; border-radius: 14px; font-size: 8px; }
    .apk-coming-soon small { display: block; font-size: 5.5px; }
    .apk-announcement-close { top: 8px; right: -5px; width: 25px; height: 25px; font-size: 17px; }
    .footer-app-strip { width: min(100% - 30px, 1240px); margin-top: 28px; padding: 13px; grid-template-columns: 1fr 1fr; border-radius: 22px; }
    .footer-app-strip > a,
    .footer-app-strip > span { min-height: 54px; }
    .footer-links-grid section { min-height: 0; }
}

@media (max-width: 380px) {
    .apk-announcement-copy { max-width: 132px; }
    .apk-announcement-action,
    .apk-coming-soon { min-width: 86px; }
}

@media (prefers-reduced-motion: reduce) {
    .apk-banner-bubbles i { animation: none !important; }
}
