*{margin:0;padding:0;box-sizing:border-box}.exit-zone{background-color:transparent;border:none;display:flex;justify-content:center;align-items:center}.nav-arrow:hover{border-radius:10px;cursor:pointer;background-color:#000;opacity:.8}.nav-arrow{width:50px;height:50px;color:#fff9;transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.exit-zone:hover .nav-arrow{color:#fbbf24;transform:scale(1.2);filter:drop-shadow(0 0 10px rgba(251,191,36,.8))}.inventory-container{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:90px;max-height:80vh;background:#121928bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(148,163,184,.3);border-radius:20px;padding:15px 10px;display:flex;flex-direction:column;align-items:center;gap:15px;z-index:50;box-shadow:0 10px 30px #00000080}.inventory-container::-webkit-scrollbar{width:0;background:transparent}.settings-btn{font-size:24px;background:none;border:none;cursor:pointer;margin-bottom:5px;transition:transform .3s;filter:grayscale(100%) brightness(200%)}.settings-btn:hover{transform:rotate(90deg)}.divider{width:80%;height:1px;background:#fff3;margin-bottom:5px}.divider_option{width:100%;height:1px;background:#fff3;margin-bottom:5px}.inventory-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;animation:popIn .4s cubic-bezier(.175,.885,.32,1.275)}.item-icon{width:45px;height:45px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));margin-bottom:4px;transition:transform .2s}.inventory-item:hover .item-icon{transform:scale(1.1)}.item-value{color:#fff;font-family:Courier New,monospace;font-size:11px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.home-container{position:fixed;inset:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden;font-family:sans-serif;z-index:50}.home-bg-image{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(8px);opacity:.3;z-index:0}.home-overlay{position:absolute;inset:0;background-color:#0006;z-index:1}.home-content{position:relative;z-index:10;text-align:center;padding:0 1rem;max-width:56rem;width:100%}.home-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.025em;line-height:1}@media(min-width:768px){.home-title{font-size:4.5rem}.home-subtitle{font-size:1.875rem}}.home-subtitle{font-size:1.5rem;font-weight:300;color:#eab308;margin-top:0;margin-bottom:2rem}.glow-gold{text-shadow:0 0 10px rgba(234,179,8,.5),0 0 20px rgba(234,179,8,.3)}.home-description{color:#e5e7eb;max-width:28rem;margin:0 auto 2rem;font-size:1.125rem;line-height:1.5}.timer-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:center}.timer-box{background-color:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:.75rem 1.5rem;display:inline-block;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.timer-digits{font-family:monospace;font-size:1.875rem;color:#ef4444;font-weight:700;letter-spacing:.1em}.timer-label{font-size:.875rem;color:#9ca3af;margin:0}.start-button{background-color:#eab308;color:#000;padding:1rem 3rem;border-radius:.75rem;font-weight:700;font-size:1.25rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto}.start-button:hover{background-color:#facc15;transform:scale(1.05);box-shadow:0 10px 15px -3px #eab30833}.btn-icon{width:1.5rem;height:1.5rem}.stats-container{margin-top:3rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.875rem;color:#9ca3af}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{color:#eab308;font-weight:700;font-size:1.25rem}.fade-in{animation:fadeIn 1.5s ease-out forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-fullscreen-container{position:fixed;inset:0;width:100vw;height:100vh;background-color:#000;z-index:100;display:flex;align-items:center;justify-content:center}.fullscreen-video{width:100%;height:100%;object-fit:cover}.skip-button{position:absolute;bottom:2rem;right:2rem;background:#00000080;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.8rem;z-index:101;transition:background .2s}.skip-button:hover{background:#fff3}
