/* ═══════════════════════════════════════════════════════════
   jnet.us — home.css  (fullscreen rotating globe landing)
   ═══════════════════════════════════════════════════════════ */

html, body {
    width: 100%; height: 100%;
    overflow: hidden;
    background: #000;
}

canvas#globe {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: block;
}

/* ── PLANET LABEL ── */
.planet-info {
    position: fixed;
    bottom: 52px; left: 0; right: 0;
    text-align: center;
    z-index: 50;
    pointer-events: none;
    text-shadow: 0 0 24px rgba(0,0,0,0.9);
}

/* ── FOOTER (fixed overlay) ── */
.footer {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    text-align: center; color: rgba(255,255,255,0.75);
    font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase;
    padding: 5px 0 8px;
    background: linear-gradient(transparent, rgba(0,0,0,0.55));
    pointer-events: none;
    margin-top: 0; padding-top: 5px; border-top: none;
}
