html,body,#root{background:#fff;width:100%;min-height:100vh}body{font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:#fff}.unlock-screen{background:#fdf8f2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.unlock-btn{color:#fff;cursor:pointer;background:#b8860b;border:none;border-radius:50px;padding:18px 45px;font-size:22px;transition:all .3s}.unlock-btn:hover{transform:scale(1.05)}.app{width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.unlock-btn{padding:14px 30px;font-size:18px}}
