body.protected #main-content,body.protected header,body.protected footer{display:none}.password-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.7);z-index:9998}.password-lightbox{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:white;padding:2rem;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,0.3);z-index:9999;width:90%;max-width:400px;text-align:center}.password-lightbox form{display:flex;flex-direction:column;gap:1rem}.password-lightbox input[type="password"]{padding:0.5rem;font-size:1rem;border-radius:5px;border:1px solid #ccc}.password-lightbox input[type="submit"]{background-color:#0073aa;color:white;border:none;padding:0.5rem;border-radius:5px;cursor:pointer}