.ad-dream-universe-entry {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 8;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(109, 188, 255, .48);
    border-radius: 999px;
    color: #edf8ff !important;
    background: rgba(4, 18, 37, .54);
    box-shadow: 0 0 30px rgba(50, 151, 236, .11), inset 0 0 18px rgba(59, 151, 231, .04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    white-space: nowrap;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.front-hero { position: relative; }
.ad-dream-universe-entry:hover {
    transform: translateX(-50%) translateY(-2px);
    border-color: rgba(139, 208, 255, .78);
    background: rgba(16, 54, 94, .65);
    box-shadow: 0 0 38px rgba(60, 167, 255, .2), inset 0 0 20px rgba(70, 171, 255, .07);
}
.ad-dream-universe-orbit {
    position: relative;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(132, 210, 255, .86);
    border-radius: 50%;
    box-shadow: 0 0 11px rgba(78, 181, 255, .55);
}
.ad-dream-universe-orbit::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #88d0ff;
    box-shadow: 0 0 8px #58b3ff;
}

.ad-dream-return {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(112, 190, 255, .38);
    border-radius: 999px;
    color: #ecf8ff !important;
    background: rgba(3, 14, 31, .76);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .26), 0 0 24px rgba(57, 155, 234, .1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ad-dream-return:hover { background: rgba(18, 61, 105, .82); border-color: rgba(132, 205, 255, .62); }
.ad-dream-return .ad-dream-universe-orbit { width: 11px; height: 11px; }

@media (max-width: 700px) {
    .ad-dream-universe-entry {
        bottom: 18px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 9px;
        letter-spacing: .09em;
    }
    .ad-dream-return {
        left: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        min-height: 39px;
        padding: 0 12px;
        font-size: 9px;
    }
}
