#dotd360-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at top, #1b2338 0, #050814 55%, #000 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .7s ease;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

#dotd360-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.dotd360-bg-blur {
    position: absolute;
    inset: -40px;
    background: linear-gradient(135deg, rgba(77,163,255,0.25), rgba(255,255,255,0.02));
    filter: blur(28px);
    opacity: 0.7;
}

.dotd360-vignette {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 180px rgba(0,0,0,0.9);
}

.dotd360-screen {
    position: absolute;
    opacity: 0;
    transform: translateY(20px) scale(1.02);
    transition: opacity 0.9s ease, transform 1.2s ease;
    text-align: center;
    color: #f5f7ff;
}

.dotd360-screen.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#dotd360-logo {
    width: 260px;
    max-width: 60vw;
    filter: drop-shadow(0 0 22px rgba(255,255,255,0.55));
    margin-bottom: 18px;
}

#dotd360-barname {
    font-size: 20px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #cfd7ff;
}

#dotd360-barphoto {
    width: 72vw;
    max-width: 980px;
    border-radius: 14px;
    box-shadow: 0 26px 80px rgba(0,0,0,0.85);
    transform: scale(1.12);
}

#dotd360-dishphoto {
    width: 52vw;
    max-width: 720px;
    border-radius: 18px;
    box-shadow: 0 26px 80px rgba(0,0,0,0.9);
    transform: scale(1.08);
}

#dotd360-dish-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#dotd360-dishtitle {
    margin-top: 22px;
    font-size: 26px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
}

#dotd360-dishdesc {
    margin-top: 10px;
    max-width: 520px;
    font-size: 15px;
    color: #c3c9f0;
}

#dotd360-dishprice {
    margin-top: 14px;
    font-size: 18px;
    color: #ffd27a;
}
