*{box-sizing:border-box}:root{font-family:Clear Sans,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#121213;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.map-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;box-sizing:border-box}.map-container{position:relative;width:100%;max-width:900px}.us-map{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 8px 32px #00000080}.vegas-hotspot{position:absolute;left:15%;top:46%;width:60px;height:60px;background:transparent;border:none;border-radius:50%;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" style="font-size:24px"><text y="24">✈️</text></svg>') 16 16,pointer;z-index:10}.vegas-hotspot:focus{outline:none}.vegas-pulse{position:absolute;inset:0;border-radius:50%;background:#f006;animation:pulse 2s ease-in-out infinite,fadeIn .5s ease-out}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:.2}}.vegas-hotspot:hover .vegas-pulse{background:#ffd70099;animation:pulseHover .5s ease-in-out infinite}@keyframes pulseHover{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.map-prompt{margin:0 0 1.5rem;color:#fff;font-size:2rem;font-weight:700;text-align:center}.map-hint{margin-top:1.5rem;color:#aaa;font-size:1.1rem;text-align:center;animation:fadeIn .5s ease-out}.game-container{display:flex;flex-direction:column;align-items:center;padding:1rem;min-height:100vh;box-sizing:border-box}header{text-align:center;margin-bottom:1rem}header h1{font-size:2.5rem;margin:0;letter-spacing:.1em}.subtitle{color:#888;margin:.5rem 0}.grid{display:flex;flex-direction:column;gap:6px;margin-bottom:1.5rem}.row{display:flex;gap:6px}.row.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.tile{width:58px;height:58px;border:2px solid #3a3a3c;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;text-transform:uppercase;transition:transform .3s,background-color .3s,border-color .3s}.tile.empty{background-color:transparent}.tile:not(.empty):not(.correct):not(.present):not(.absent){border-color:#565758}.tile.flipping{animation:flip .4s ease-in-out}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.tile.correct{background-color:#538d4e;border-color:#538d4e}.tile.present{background-color:#b59f3b;border-color:#b59f3b}.tile.absent{background-color:#3a3a3c;border-color:#3a3a3c}.keyboard{display:flex;flex-direction:column;gap:8px}.keyboard-row{display:flex;gap:6px;justify-content:center}.key{min-width:43px;height:58px;border-radius:4px;border:none;background-color:#818384;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .2s,transform .1s}.key:hover{opacity:.9}.key:active{transform:scale(.95)}.key.wide{min-width:65px;font-size:.75rem}.key.correct{background-color:#538d4e}.key.present{background-color:#b59f3b}.key.absent{background-color:#3a3a3c}.elvis-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.elvis-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem}.elvis-image{width:250px;height:auto;border-radius:12px;box-shadow:0 0 40px #ffd70099;animation:elvisJump .5s ease-out infinite alternate}@keyframes elvisJump{0%{transform:translateY(0) rotate(-2deg)}to{transform:translateY(-20px) rotate(2deg)}}.elvis-speech{background:linear-gradient(135deg,gold,#ffec8b);color:#1a1a1a;padding:1.5rem 2rem;border-radius:20px;max-width:400px;text-align:center;font-size:1.3rem;font-weight:600;position:relative;box-shadow:0 8px 32px #ffd70066}.elvis-speech:before{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);border:10px solid transparent;border-bottom-color:gold}.elvis-speech p{margin:0}.continue-btn{background:linear-gradient(135deg,#ff1493,#ff69b4);color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #ff149380}.continue-btn:hover{transform:scale(1.05);box-shadow:0 6px 30px #ff1493b3}.blackjack-container{display:flex;flex-direction:column;align-items:center;padding:1rem;min-height:100vh;box-sizing:border-box;background:linear-gradient(135deg,#0d4f1c,#1a472a,#0d3314)}.bj-header{text-align:center;margin-bottom:1rem}.blackjack-container h1{font-size:2.5rem;margin:0;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.bj-subtitle{color:#aaa;margin:.5rem 0 0}.bj-table{display:flex;align-items:center;justify-content:center;gap:2rem;flex:1;width:100%;max-width:1200px;padding:1rem}.bj-side{display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex:1;max-width:400px}.bj-center{display:flex;align-items:center;justify-content:center;min-width:120px}.vs-indicator{font-size:2.5rem;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.player-info{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#0000004d;padding:1rem 1.5rem;border-radius:20px}.player-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #ffd700;box-shadow:0 4px 15px #0006}.player-details{display:flex;flex-direction:column;align-items:center}.player-name{font-weight:700;font-size:1.2rem;color:#fff}.player-score{font-size:2rem;font-weight:700;color:gold}.cards-area{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;min-height:168px}.playing-card{width:100px;height:140px;background:#fff;border-radius:10px;position:relative;box-shadow:0 6px 12px #0006;animation:dealCard .3s ease-out backwards}@keyframes dealCard{0%{transform:translateY(-50px) rotate(-10deg);opacity:0}to{transform:translateY(0) rotate(0);opacity:1}}.playing-card.red{color:#dc143c}.playing-card.black{color:#1a1a1a}.playing-card.card-hidden{background:linear-gradient(135deg,#1a1a8a,#4a4aba)}.card-back{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem}.card-corner{position:absolute;display:flex;flex-direction:column;align-items:center;line-height:1}.card-corner.top-left{top:5px;left:5px}.card-corner.bottom-right{bottom:5px;right:5px;transform:rotate(180deg)}.card-rank{font-size:1.3rem;font-weight:700}.card-suit{font-size:1.1rem}.card-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem}.bj-message{font-size:1.5rem;font-weight:700;padding:.75rem 1.5rem;border-radius:10px;margin:1rem 0;animation:popIn .3s ease-out}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.bj-message.win{background:linear-gradient(135deg,gold,#ffec8b);color:#1a1a1a}.bj-message.lose{background:linear-gradient(135deg,#8b0000,#dc143c);color:#fff}.bj-controls{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.bj-btn{padding:1rem 2rem;font-size:1.2rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s}.bj-btn:hover{transform:scale(1.05)}.bj-btn:active{transform:scale(.98)}.hit-btn{background:linear-gradient(135deg,#228b22,#32cd32);color:#fff;box-shadow:0 4px 15px #228b2280}.stand-btn{background:linear-gradient(135deg,#8b0000,#dc143c);color:#fff;box-shadow:0 4px 15px #8b000080}.bj-btn.continue-btn{background:linear-gradient(135deg,gold,orange);color:#1a1a1a;box-shadow:0 4px 15px #ffd70080}.retry-btn{background:linear-gradient(135deg,#4a4a4a,#6a6a6a);color:#fff;box-shadow:0 4px 15px #0000004d}.player-avatar.inverted{filter:invert(1);transition:filter .3s ease}.day-night-toggle{padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.day-night-toggle.day{background:linear-gradient(135deg,gold,#ff8c00);color:#1a1a1a;box-shadow:0 4px 15px #ffd70066}.day-night-toggle.night{background:linear-gradient(135deg,#1a1a4a,#4a4a8a);color:#fff;box-shadow:0 4px 15px #00003266}.day-night-toggle:hover{transform:scale(1.05)}.maze-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0;width:100vw;min-height:100vh;box-sizing:border-box;background:#c2703a;overflow-y:auto;overflow-x:hidden}.maze-area{width:100%;max-width:400px;aspect-ratio:100 / 1600;overflow:visible;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" style="font-size:24px"><text y="24">🛶</text></svg>') 16 16,pointer;position:relative}.maze-area.on-path{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" style="font-size:24px"><text y="24">🛶</text></svg>') 16 16,pointer}.maze-area.started{border-color:#2ecc71}.maze-svg{width:100%;height:auto}.pulse-circle{animation:mazePulse 1.5s ease-in-out infinite}@keyframes mazePulse{0%,to{opacity:1}50%{opacity:.6}}.maze-emoji{animation:emojiPulse 1s ease-in-out infinite}@keyframes emojiPulse{0%,to{opacity:1}50%{opacity:.7}}.progress-indicator{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;animation:fadeIn .3s ease-out;z-index:100}.start-prompt{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:2rem 3rem;border-radius:20px;font-size:1.5rem;text-align:center;animation:pulse 1.5s ease-in-out infinite;z-index:100}.start-prompt p{margin:0}.maze-win-emoji{font-size:5rem;animation:elvisJump .5s ease-out infinite alternate}.mini-map{position:fixed;bottom:10px;left:10px;width:80px;height:280px;background:#000000b3;border-radius:10px;padding:8px;box-shadow:0 4px 12px #00000080;z-index:100;border:2px solid #ffd700}.mini-map svg{width:100%;height:100%}.desert-emojis-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;pointer-events:none;z-index:5;overflow:visible}.desert-emojis-left,.desert-emojis-right{position:absolute;top:0;height:100%;width:calc(50% - 220px);pointer-events:none;overflow:visible}.desert-emojis-left{left:0}.desert-emojis-right{right:0}.desert-emojis-left span,.desert-emojis-right span{position:absolute;font-size:40px}@media(max-width:500px){.tile{width:50px;height:50px;font-size:1.6rem}.key{min-width:32px;height:50px;font-size:.8rem}.key.wide{min-width:50px}header h1{font-size:1.8rem}.elvis-image{width:180px}.elvis-speech{font-size:1.1rem;padding:1rem 1.5rem}.vegas-hotspot{width:45px;height:45px}.map-hint{font-size:.95rem;padding:0 1rem}.blackjack-container h1{font-size:1.8rem}.bj-table{flex-direction:column;gap:1rem}.bj-side{flex-direction:row;max-width:100%;gap:1rem}.bj-center{min-width:auto}.vs-indicator{font-size:1.5rem}.player-info{flex-direction:row;padding:.5rem 1rem}.player-avatar{width:50px;height:50px}.player-details{align-items:flex-start}.player-name{font-size:.9rem}.player-score{font-size:1.3rem}.cards-area{min-height:100px;gap:8px}.playing-card{width:65px;height:91px}.card-rank{font-size:.9rem}.card-suit{font-size:.7rem}.card-center{font-size:1.8rem}.bj-btn{padding:.8rem 1.5rem;font-size:1rem}.bj-message{font-size:1rem;padding:.5rem 1rem}}@media(max-width:380px){.vegas-hotspot{width:35px;height:35px}}.rebus-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#8b4513,#d2691e,peru)}.rebus-title{font-size:2.5rem;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.5);margin-bottom:2rem}.rebus-images{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.rebus-image{width:300px;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #0006;border:4px solid #fff}.rebus-plus{font-size:3rem;color:#fff;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.rebus-form{display:flex;flex-direction:column;align-items:center;gap:1rem}.rebus-input{padding:1rem 2rem;font-size:1.5rem;border:none;border-radius:12px;text-align:center;width:300px;max-width:90vw;box-shadow:0 4px 12px #0000004d}.rebus-input:focus{outline:3px solid #ffd700}.rebus-input.shake{animation:tileShake .5s ease;background-color:#fcc}.rebus-submit{padding:1rem 2rem;font-size:1.3rem;background:linear-gradient(135deg,gold,#ffb700);border:none;border-radius:12px;cursor:pointer;font-weight:700;box-shadow:0 4px 12px #0000004d;transition:transform .2s,box-shadow .2s}.rebus-submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.rebus-win{text-align:center;animation:fadeIn .5s ease}.rebus-win h2{font-size:2.5rem;color:gold;text-shadow:3px 3px 6px rgba(0,0,0,.5);margin-bottom:1rem}.rebus-win p{font-size:1.5rem;color:#fff;margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.rebus-image{width:200px;height:200px}.rebus-plus{font-size:2rem}.rebus-title{font-size:1.8rem}}@media(max-width:500px){.rebus-image{width:120px;height:120px}.rebus-plus{font-size:1.5rem}.rebus-title{font-size:1.4rem}}.finalmap-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:#1a1a2e}.finalmap-image{max-width:95vw;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 10px 40px #0009}.finalmap-btn{margin-top:2rem;padding:1rem 2rem;font-size:1.3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;box-shadow:0 4px 20px #667eea80;animation:fadeIn 1s ease,pulse 2s ease-in-out infinite;transition:transform .2s}.finalmap-btn:hover{transform:translateY(-3px) scale(1.02)}.dvd-container{position:fixed;inset:0;width:100%;height:100%;background:#000;overflow:hidden;margin:0;padding:0}.dvd-image{position:absolute;height:400px;width:auto;top:100px;left:100px}
