/* Shared portal shell — STRUCTURAL styles only. The Hotel Willy palette and all
   theme colours live in brand.css (loaded after this). Keep no colour overrides
   here or they would fight brand.css by specificity. */

/* --- Login gate --- */
#login-overlay { position:fixed; inset:0; z-index:100; display:flex; align-items:center; justify-content:center; background:#2b2320; }
#login-overlay.hidden { display:none; }

/* --- Toast --- */
.wtoast { position:fixed; bottom:1.5rem; left:50%; transform:translateX(-50%); z-index:120; }

/* --- misc --- */
.dot { width:10px; height:10px; border-radius:9999px; display:inline-block; }

@media print { #willy-sidebar, .no-print { display:none !important; } }
