/* 
   MOBILE ONLY OVERLAY - ULTRA MINIMALIST (APPLE STYLE)
   Tema: Pure Black & White / High-End Minimalism
*/

#mobile-only-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 999999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#mobile-only-overlay .icon-container {
    margin-bottom: 30px;
}

#mobile-only-overlay .icon-container svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.9;
}

#mobile-only-overlay h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

#mobile-only-overlay p {
    font-size: 16px;
    max-width: 280px;
    line-height: 1.5;
    color: #86868b; /* Apple gray */
    font-weight: 400;
}

#mobile-only-overlay .footer {
    position: absolute;
    bottom: 60px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}
