@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--primary:#0f380f;--secondary:#9bbc0f;--accent:#8bac0f;--highlight:#306230;--bg:#9bbc0f;--text:#0f380f;--npc-blue:#4a90e2;--npc-purple:#8a2be2;--npc-orange:#ff8c00;--npc-green:#22c55e;--npc-red:#ef4444}html{width:100%;height:100%;overflow:clip}*{box-sizing:border-box;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);width:100%;height:100%;font-family:"Press Start 2P",cursive;overflow:clip}.game-area,.npc,.collectible,.menu-button,.control-btn,.popup-close{cursor:pointer!important}.game-area:focus-visible,.npc:focus-visible,.collectible:focus-visible,.menu-button:focus-visible,.control-btn:focus-visible,.popup-close:focus-visible,#switch-mode-btn:focus-visible{outline:3px dashed var(--secondary);outline-offset:4px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes walk{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes npcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes collectibleFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(180deg)}}#loading-screen{background-color:var(--primary);z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100dvh;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.loading-text{color:var(--secondary);margin-bottom:20px;font-size:16px;animation:1s infinite blink}#game-container{background-color:var(--bg);touch-action:none;contain:strict;width:100vw;height:100dvh;position:fixed;inset:0;overflow:hidden}#game-world{background-image:repeating-linear-gradient(0deg, transparent, transparent 31px, var(--highlight) 31px, var(--highlight) 32px), repeating-linear-gradient(90deg, transparent, transparent 31px, var(--highlight) 31px, var(--highlight) 32px);transition:transform .1s linear;position:absolute}.game-area{cursor:pointer;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute}.game-area:hover{filter:brightness(1.1);transform:scale(1.02)}.area-architecture{z-index:5;grid-template-rows:repeat(8,6px);grid-template-columns:repeat(8,6px);width:48px;height:48px;display:grid;position:absolute;top:8px;left:8px}.building-pixel{background:0 0;width:6px;height:6px}.home-building .building-pixel:nth-child(2),.home-building .building-pixel:nth-child(3),.home-building .building-pixel:nth-child(6),.home-building .building-pixel:nth-child(7){background:var(--primary)}.home-building .building-pixel:nth-child(10),.home-building .building-pixel:nth-child(11),.home-building .building-pixel:nth-child(14),.home-building .building-pixel:nth-child(15){background:var(--secondary)}.home-building .building-pixel:nth-child(18),.home-building .building-pixel:nth-child(19),.home-building .building-pixel:nth-child(22),.home-building .building-pixel:nth-child(23){background:var(--primary)}.home-building .building-pixel:nth-child(26),.home-building .building-pixel:nth-child(27),.home-building .building-pixel:nth-child(30),.home-building .building-pixel:nth-child(31){background:var(--secondary)}.research-building .building-pixel:first-child,.research-building .building-pixel:nth-child(2),.research-building .building-pixel:nth-child(7),.research-building .building-pixel:nth-child(8),.research-building .building-pixel:nth-child(9),.research-building .building-pixel:nth-child(16),.research-building .building-pixel:nth-child(17),.research-building .building-pixel:nth-child(24){background:var(--accent)}.research-building .building-pixel:nth-child(3),.research-building .building-pixel:nth-child(4),.research-building .building-pixel:nth-child(5),.research-building .building-pixel:nth-child(6),.research-building .building-pixel:nth-child(11),.research-building .building-pixel:nth-child(12),.research-building .building-pixel:nth-child(13),.research-building .building-pixel:nth-child(14){background:var(--secondary)}.papers-building .building-pixel:first-child,.papers-building .building-pixel:nth-child(8),.papers-building .building-pixel:nth-child(9),.papers-building .building-pixel:nth-child(16),.papers-building .building-pixel:nth-child(17),.papers-building .building-pixel:nth-child(24),.papers-building .building-pixel:nth-child(25),.papers-building .building-pixel:nth-child(32){background:#654321}.papers-building .building-pixel:nth-child(2),.papers-building .building-pixel:nth-child(3),.papers-building .building-pixel:nth-child(4),.papers-building .building-pixel:nth-child(5),.papers-building .building-pixel:nth-child(6),.papers-building .building-pixel:nth-child(7){background:#8b4513}.projects-building .building-pixel:nth-child(4),.projects-building .building-pixel:nth-child(5),.projects-building .building-pixel:nth-child(11),.projects-building .building-pixel:nth-child(14),.projects-building .building-pixel:nth-child(19),.projects-building .building-pixel:nth-child(22),.projects-building .building-pixel:nth-child(27),.projects-building .building-pixel:nth-child(30){background:#4a90e2}.projects-building .building-pixel:nth-child(12),.projects-building .building-pixel:nth-child(13),.projects-building .building-pixel:nth-child(20),.projects-building .building-pixel:nth-child(21),.projects-building .building-pixel:nth-child(28),.projects-building .building-pixel:nth-child(29){background:#357abd}.gallery-building .building-pixel:first-child,.gallery-building .building-pixel:nth-child(2),.gallery-building .building-pixel:nth-child(3),.gallery-building .building-pixel:nth-child(6),.gallery-building .building-pixel:nth-child(7),.gallery-building .building-pixel:nth-child(8),.gallery-building .building-pixel:nth-child(9),.gallery-building .building-pixel:nth-child(16),.gallery-building .building-pixel:nth-child(17),.gallery-building .building-pixel:nth-child(24){background:#daa520}.gallery-building .building-pixel:nth-child(4),.gallery-building .building-pixel:nth-child(5),.gallery-building .building-pixel:nth-child(12),.gallery-building .building-pixel:nth-child(13),.gallery-building .building-pixel:nth-child(20),.gallery-building .building-pixel:nth-child(21){background:gold}.music-building .building-pixel:nth-child(3),.music-building .building-pixel:nth-child(4),.music-building .building-pixel:nth-child(11),.music-building .building-pixel:nth-child(12),.music-building .building-pixel:nth-child(20),.music-building .building-pixel:nth-child(27),.music-building .building-pixel:nth-child(28){background:#9b59b6}.music-building .building-pixel:nth-child(19),.music-building .building-pixel:nth-child(26){background:#8e44ad}.about-building .building-pixel:nth-child(3),.about-building .building-pixel:nth-child(4),.about-building .building-pixel:nth-child(5),.about-building .building-pixel:nth-child(6),.about-building .building-pixel:nth-child(11),.about-building .building-pixel:nth-child(14),.about-building .building-pixel:nth-child(19),.about-building .building-pixel:nth-child(22){background:#e67e22}.about-building .building-pixel:nth-child(12),.about-building .building-pixel:nth-child(13),.about-building .building-pixel:nth-child(20),.about-building .building-pixel:nth-child(21){background:#d35400}.contact-building .building-pixel:nth-child(2),.contact-building .building-pixel:nth-child(3),.contact-building .building-pixel:nth-child(6),.contact-building .building-pixel:nth-child(7),.contact-building .building-pixel:nth-child(9),.contact-building .building-pixel:nth-child(16),.contact-building .building-pixel:nth-child(17),.contact-building .building-pixel:nth-child(24){background:#1abc9c}.contact-building .building-pixel:nth-child(4),.contact-building .building-pixel:nth-child(5),.contact-building .building-pixel:nth-child(12),.contact-building .building-pixel:nth-child(13){background:#16a085}#home-area,#research-area,#papers-area,#projects-area,#gallery-area,#music-area,#about-area,#contact-area{background:var(--highlight);border:4px solid var(--secondary)}.area-label{background-color:var(--primary);color:var(--secondary);white-space:nowrap;border:2px solid var(--highlight);padding:5px 10px;font-size:10px;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.area-icon{font-size:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#papers-board,#projects-board{position:relative;background:linear-gradient(145deg,#8b4513,sienna)!important;border:3px solid #654321!important;box-shadow:0 4px 8px #0000004d!important}#papers-board:hover,#projects-board:hover{background:linear-gradient(145deg,sienna,peru)!important;box-shadow:0 6px 12px #0006!important}#papers-board:before,#papers-board:after,#projects-board:before,#projects-board:after{content:"";background:#654321;border-radius:2px;width:4px;height:18px;position:absolute;bottom:-12px}#papers-board:before,#projects-board:before{left:10px}#papers-board:after,#projects-board:after{right:10px}#papers-board .area-label,#projects-board .area-label{color:wheat!important;background:#654321!important;border:2px solid #8b4513!important}#papers-board .area-icon,#projects-board .area-icon{color:wheat;text-shadow:2px 2px 4px #0000004d}.fence{z-index:3;background:linear-gradient(45deg,#8b4513 0%,sienna 100%);border:2px solid #654321;position:absolute}#hud{background-color:var(--primary);border:3px solid var(--highlight);color:var(--secondary);z-index:1000;pointer-events:none;min-width:200px;padding:15px;font-size:12px;position:fixed;top:20px;left:20px}#hud div{margin-bottom:8px}#hud div:last-child{margin-bottom:0}#instructions{background-color:var(--primary);border:3px solid var(--highlight);color:var(--secondary);z-index:1000;pointer-events:none;max-width:300px;padding:15px;font-size:10px;position:fixed;top:20px;right:20px}.interaction-prompt{background-color:var(--primary);border:3px solid var(--secondary);color:var(--secondary);z-index:150;white-space:normal;text-align:center;max-width:calc(100vw - 16px);padding:8px 12px;font-size:10px;line-height:1.4;animation:1s ease-in-out infinite promptBounce;display:none;position:fixed;box-shadow:0 4px 8px #0000004d}.interaction-prompt:after{content:"";border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--secondary);width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@keyframes promptBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.dialogue-box{background-color:var(--primary);border:4px solid var(--secondary);z-index:500;width:90%;max-width:600px;padding:20px;display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #00000080}.dialogue-speaker{color:var(--secondary);margin-bottom:10px;font-size:12px}.dialogue-text{color:var(--accent);margin-bottom:15px;font-size:10px;line-height:1.8}.dialogue-continue{color:var(--secondary);text-align:right;font-size:10px;animation:1s infinite blink}.popup{background-color:var(--primary);border:4px solid var(--secondary);z-index:2000;max-width:80%;max-height:80%;padding:30px;display:none;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 50px #00000080}.popup-close{z-index:10;width:44px;height:44px;color:var(--primary);background:var(--secondary);border:2px solid var(--highlight);cursor:pointer;text-align:center;opacity:.9;appearance:none;border-radius:4px;padding:0;font-family:inherit;font-size:16px;font-weight:700;line-height:40px;transition:transform .15s;position:absolute;top:8px;right:8px}.popup-close:hover{opacity:1;background:var(--highlight);color:var(--secondary);transform:scale(1.1)}.popup-content{color:var(--secondary);-webkit-overflow-scrolling:touch;max-height:calc(80vh - 100px);padding-top:36px;padding-right:10px;font-size:10px;line-height:2;overflow:hidden auto}.popup-content h2{text-align:center;margin-bottom:20px;font-size:16px}.popup-content h3{margin:20px 0 10px;font-size:12px}.popup-content button,.popup-content a,.game-modal button,.game-modal a{min-width:44px;min-height:44px}.menu-button{background-color:var(--highlight);color:var(--secondary);border:2px solid var(--secondary);cursor:pointer;text-align:center;margin:10px 5px;padding:10px 20px;font-family:inherit;font-size:10px;text-decoration:none;transition:all .3s;display:inline-block}.menu-button:hover{background-color:var(--secondary);color:var(--primary);transform:scale(1.05)}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px;display:grid}.game-photo-grid{grid-template-columns:repeat(4,122px);justify-content:center;gap:6px;display:grid}.game-photo-card{width:122px;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;padding:0}.gallery-thumb{aspect-ratio:1;background-color:var(--highlight);border:2px solid var(--secondary);cursor:pointer;width:100%;transition:all .3s;position:relative;overflow:hidden}.gallery-thumb:hover{transform:scale(1.1);box-shadow:0 0 10px #9bbc0f80}.music-controls{justify-content:center;gap:15px;margin:20px 0;display:flex}.music-btn{background-color:var(--secondary);border:2px solid var(--highlight);cursor:pointer;width:40px;height:40px;color:var(--primary);font-family:inherit;font-size:16px;transition:all .3s}.music-btn:hover{background-color:var(--accent);transform:scale(1.1)}#minimap{background-color:var(--primary);border:3px solid var(--highlight);z-index:1000;opacity:.8;pointer-events:none;position:fixed;top:120px;left:20px}#minimap-player{background-color:var(--secondary);z-index:1001;width:4px;height:4px;position:absolute}.minimap-area{background-color:var(--highlight);opacity:.5;position:absolute}.minimap-npc{z-index:1001;border-radius:50%;position:absolute}#switch-mode-btn{z-index:1001;background-color:var(--primary);color:var(--secondary);border:3px solid var(--highlight);cursor:pointer;align-items:center;min-height:44px;padding:10px 15px;font-family:inherit;font-size:10px;text-decoration:none;transition:all .3s;display:inline-flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}#switch-mode-btn:hover{background-color:var(--highlight);transform:translate(-50%)translateY(-2px)}#mobile-controls{z-index:1000;justify-content:space-between;align-items:flex-end;display:none;position:fixed;bottom:20px;left:20px;right:20px}.control-pad{width:132px;height:132px;position:relative}.control-btn{background-color:var(--primary);border:2px solid var(--secondary);width:44px;height:44px;color:var(--secondary);cursor:pointer;-webkit-user-select:none;user-select:none;appearance:none;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:20px;display:flex;position:absolute}.control-btn[data-dir]:before{content:"↑";line-height:44px;display:block}.control-btn[data-dir=left]:before{transform:rotate(-90deg)}.control-btn[data-dir=right]:before{transform:rotate(90deg)}.control-btn[data-dir=up]{transform:rotate(0)}.control-btn[data-dir=down]{transform:rotate(180deg)}.control-btn:active{background-color:var(--highlight)}.control-btn:focus{outline:2px dashed var(--secondary);outline-offset:2px}#btn-up{top:0;left:44px}#btn-down{bottom:0;left:44px}#btn-left{top:44px;left:0}#btn-right{top:44px;right:0}#btn-action{flex-shrink:0;width:64px;height:64px;margin-left:16px;font-size:28px;position:static}@media (width<=1024px),(hover:none) and (pointer:coarse){#switch-mode-btn{padding:8px 12px;font-size:10px}#hud{min-width:150px;padding:8px;font-size:10px;top:10px;left:auto;right:10px}#instructions{display:none}#minimap{opacity:.8;top:10px;left:10px;right:auto}.dialogue-box{width:calc(100% - 30px);max-width:none;bottom:160px}.dialogue-speaker{font-size:12px}.dialogue-text,.dialogue-continue{font-size:10px}.popup{width:92%;max-width:none;max-height:85vh;padding:20px;top:5%;left:4%;overflow:hidden;transform:none}.popup-content{-webkit-overflow-scrolling:touch;max-height:calc(85vh - 80px);padding-top:40px;padding-right:5px;font-size:10px;line-height:1.7;overflow:hidden auto}.popup-close{touch-action:manipulation;width:44px;height:44px;font-size:18px;line-height:40px;top:5px;right:5px}.popup-content h2{font-size:15px}.popup-content h3{font-size:12px}.menu-button{touch-action:manipulation;width:calc(100% - 8px);min-height:44px;margin:8px 4px;padding:12px 16px;display:block;font-size:10px!important}.popup-content button{touch-action:manipulation;min-width:44px;min-height:44px}.popup-content [style*="font-size: 7px"],.popup-content [style*="font-size: 8px"],.popup-content [style*="font-size: 9px"]{font-size:10px!important}.game-modal button,.game-modal a{touch-action:manipulation;min-width:44px;min-height:44px}.game-photo-grid{grid-template-columns:repeat(2,minmax(0,122px))}.game-photo-card{width:100%}.game-photo-card>div{width:100%!important;padding:10px 10px 20px!important}.game-photo-card>div>div:first-child{aspect-ratio:94/70;width:100%!important;height:auto!important}.game-photo-card img{width:100%!important;height:100%!important}#paper-counter,#project-counter-board,#photo-page-counter,#current-paper,#current-project-board{font-size:10px!important}#mobile-controls{display:flex}}.particle{background-color:var(--highlight);pointer-events:none;width:4px;height:4px;animation:3s ease-out forwards particleFade;position:absolute}@keyframes particleFade{to{opacity:0;transform:translateY(-20px)}}.collectible{cursor:pointer;isolation:isolate;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;animation:2s ease-in-out infinite collectibleFloat;display:flex;position:absolute}.collectible:before{content:"";z-index:-1;background-color:var(--secondary);border:2px solid var(--primary);position:absolute;inset:10px}.achievement{background-color:var(--primary);border:4px solid var(--secondary);color:var(--secondary);z-index:1500;text-align:center;pointer-events:none;overflow-wrap:anywhere;width:max-content;max-width:calc(100vw - 32px);padding:14px 20px;font-size:11px;line-height:1.5;position:fixed;top:84px;left:50%;transform:translate(-50%);box-shadow:0 0 30px #9bbc0fcc}.achievement[hidden]{display:none}.achievement.is-visible{animation:.18s ease-out notificationEnter}@keyframes notificationEnter{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (width<=768px){#hud,#minimap{top:70px}.achievement{padding:12px 14px;font-size:10px;top:180px}}@media (width<=480px){#hud,#minimap{top:70px}.popup{width:96%;max-height:90vh;padding:15px;top:2%;left:2%}.popup-content{max-height:calc(90vh - 60px);padding-top:40px;font-size:10px;line-height:1.65}.popup-close{width:44px;height:44px;font-size:16px;line-height:40px;top:3px;right:3px}.popup-content h2{margin-bottom:15px;font-size:15px}.popup-content h3{margin:15px 0 8px;font-size:12px}.menu-button{min-height:44px;margin:6px 2px;padding:10px 12px;font-size:10px!important}}#player{z-index:100;pointer-events:none;width:48px;height:48px;transition:none;position:absolute}.player-sprite{grid-template-rows:repeat(8,6px);grid-template-columns:repeat(8,6px);width:100%;height:100%;display:grid;position:relative}.pixel{width:6px;height:6px}.npc{z-index:50;cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute}.npc-sprite{grid-template-rows:repeat(8,4px);grid-template-columns:repeat(8,4px);width:32px;height:32px;display:grid;position:relative}.npc-sprite .pixel{width:4px!important;height:4px!important}.player-sprite.facing-down .pixel:nth-child(10),.player-sprite.facing-down .pixel:nth-child(11),.player-sprite.facing-down .pixel:nth-child(14),.player-sprite.facing-down .pixel:nth-child(15),.player-sprite.facing-down .pixel:nth-child(18),.player-sprite.facing-down .pixel:nth-child(19),.player-sprite.facing-down .pixel:nth-child(20),.player-sprite.facing-down .pixel:nth-child(21),.player-sprite.facing-down .pixel:nth-child(22),.player-sprite.facing-down .pixel:nth-child(23),.player-sprite.facing-down .pixel:nth-child(26),.player-sprite.facing-down .pixel:nth-child(27),.player-sprite.facing-down .pixel:nth-child(28),.player-sprite.facing-down .pixel:nth-child(29),.player-sprite.facing-down .pixel:nth-child(30),.player-sprite.facing-down .pixel:nth-child(31),.player-sprite.facing-down .pixel:nth-child(35),.player-sprite.facing-down .pixel:nth-child(36),.player-sprite.facing-down .pixel:nth-child(37),.player-sprite.facing-down .pixel:nth-child(38),.player-sprite.facing-down .pixel:nth-child(42),.player-sprite.facing-down .pixel:nth-child(43),.player-sprite.facing-down .pixel:nth-child(44),.player-sprite.facing-down .pixel:nth-child(45),.player-sprite.facing-down .pixel:nth-child(46),.player-sprite.facing-down .pixel:nth-child(47),.player-sprite.facing-down .pixel:nth-child(51),.player-sprite.facing-down .pixel:nth-child(54){background-color:var(--primary)}.player-sprite.facing-down .pixel:nth-child(2),.player-sprite.facing-down .pixel:nth-child(3),.player-sprite.facing-down .pixel:nth-child(4),.player-sprite.facing-down .pixel:nth-child(5),.player-sprite.facing-down .pixel:nth-child(6),.player-sprite.facing-down .pixel:nth-child(7),.player-sprite.facing-down .pixel:nth-child(9),.player-sprite.facing-down .pixel:nth-child(10),.player-sprite.facing-down .pixel:nth-child(11),.player-sprite.facing-down .pixel:nth-child(14),.player-sprite.facing-down .pixel:nth-child(15),.player-sprite.facing-down .pixel:nth-child(16){background-color:#4a3c28}.player-sprite.facing-down .pixel:nth-child(19),.player-sprite.facing-down .pixel:nth-child(22){background-color:#fff}.player-sprite.facing-up .pixel:nth-child(10),.player-sprite.facing-up .pixel:nth-child(11),.player-sprite.facing-up .pixel:nth-child(14),.player-sprite.facing-up .pixel:nth-child(15),.player-sprite.facing-up .pixel:nth-child(18),.player-sprite.facing-up .pixel:nth-child(19),.player-sprite.facing-up .pixel:nth-child(20),.player-sprite.facing-up .pixel:nth-child(21),.player-sprite.facing-up .pixel:nth-child(22),.player-sprite.facing-up .pixel:nth-child(23),.player-sprite.facing-up .pixel:nth-child(26),.player-sprite.facing-up .pixel:nth-child(27),.player-sprite.facing-up .pixel:nth-child(28),.player-sprite.facing-up .pixel:nth-child(29),.player-sprite.facing-up .pixel:nth-child(30),.player-sprite.facing-up .pixel:nth-child(31),.player-sprite.facing-up .pixel:nth-child(35),.player-sprite.facing-up .pixel:nth-child(36),.player-sprite.facing-up .pixel:nth-child(37),.player-sprite.facing-up .pixel:nth-child(38),.player-sprite.facing-up .pixel:nth-child(42),.player-sprite.facing-up .pixel:nth-child(43),.player-sprite.facing-up .pixel:nth-child(44),.player-sprite.facing-up .pixel:nth-child(45),.player-sprite.facing-up .pixel:nth-child(46),.player-sprite.facing-up .pixel:nth-child(47),.player-sprite.facing-up .pixel:nth-child(51),.player-sprite.facing-up .pixel:nth-child(54){background-color:var(--primary)}.player-sprite.facing-up .pixel:nth-child(2),.player-sprite.facing-up .pixel:nth-child(3),.player-sprite.facing-up .pixel:nth-child(4),.player-sprite.facing-up .pixel:nth-child(5),.player-sprite.facing-up .pixel:nth-child(6),.player-sprite.facing-up .pixel:nth-child(7),.player-sprite.facing-up .pixel:nth-child(9),.player-sprite.facing-up .pixel:nth-child(10),.player-sprite.facing-up .pixel:nth-child(11),.player-sprite.facing-up .pixel:nth-child(12),.player-sprite.facing-up .pixel:nth-child(13),.player-sprite.facing-up .pixel:nth-child(14),.player-sprite.facing-up .pixel:nth-child(15),.player-sprite.facing-up .pixel:nth-child(16),.player-sprite.facing-up .pixel:nth-child(17),.player-sprite.facing-up .pixel:nth-child(18),.player-sprite.facing-up .pixel:nth-child(23),.player-sprite.facing-up .pixel:nth-child(24){background-color:#4a3c28}.player-sprite.facing-left .pixel:nth-child(11),.player-sprite.facing-left .pixel:nth-child(12),.player-sprite.facing-left .pixel:nth-child(18),.player-sprite.facing-left .pixel:nth-child(19),.player-sprite.facing-left .pixel:nth-child(20),.player-sprite.facing-left .pixel:nth-child(26),.player-sprite.facing-left .pixel:nth-child(27),.player-sprite.facing-left .pixel:nth-child(28),.player-sprite.facing-left .pixel:nth-child(34),.player-sprite.facing-left .pixel:nth-child(35),.player-sprite.facing-left .pixel:nth-child(36),.player-sprite.facing-left .pixel:nth-child(42),.player-sprite.facing-left .pixel:nth-child(43),.player-sprite.facing-left .pixel:nth-child(44),.player-sprite.facing-left .pixel:nth-child(50),.player-sprite.facing-left .pixel:nth-child(52){background-color:var(--primary)}.player-sprite.facing-left .pixel:nth-child(2),.player-sprite.facing-left .pixel:nth-child(3),.player-sprite.facing-left .pixel:nth-child(4),.player-sprite.facing-left .pixel:nth-child(5),.player-sprite.facing-left .pixel:nth-child(9),.player-sprite.facing-left .pixel:nth-child(10),.player-sprite.facing-left .pixel:nth-child(11),.player-sprite.facing-left .pixel:nth-child(12),.player-sprite.facing-left .pixel:nth-child(13),.player-sprite.facing-left .pixel:nth-child(17),.player-sprite.facing-left .pixel:nth-child(18),.player-sprite.facing-left .pixel:nth-child(19),.player-sprite.facing-left .pixel:nth-child(20),.player-sprite.facing-left .pixel:nth-child(21),.player-sprite.facing-left .pixel:nth-child(25),.player-sprite.facing-left .pixel:nth-child(26){background-color:#4a3c28}.player-sprite.facing-left .pixel:nth-child(19){background-color:#fff}.player-sprite.facing-right .pixel:nth-child(12),.player-sprite.facing-right .pixel:nth-child(13),.player-sprite.facing-right .pixel:nth-child(19),.player-sprite.facing-right .pixel:nth-child(20),.player-sprite.facing-right .pixel:nth-child(21),.player-sprite.facing-right .pixel:nth-child(27),.player-sprite.facing-right .pixel:nth-child(28),.player-sprite.facing-right .pixel:nth-child(29),.player-sprite.facing-right .pixel:nth-child(35),.player-sprite.facing-right .pixel:nth-child(36),.player-sprite.facing-right .pixel:nth-child(37),.player-sprite.facing-right .pixel:nth-child(43),.player-sprite.facing-right .pixel:nth-child(44),.player-sprite.facing-right .pixel:nth-child(45),.player-sprite.facing-right .pixel:nth-child(51),.player-sprite.facing-right .pixel:nth-child(53){background-color:var(--primary)}.player-sprite.facing-right .pixel:nth-child(4),.player-sprite.facing-right .pixel:nth-child(5),.player-sprite.facing-right .pixel:nth-child(6),.player-sprite.facing-right .pixel:nth-child(7),.player-sprite.facing-right .pixel:nth-child(11),.player-sprite.facing-right .pixel:nth-child(12),.player-sprite.facing-right .pixel:nth-child(13),.player-sprite.facing-right .pixel:nth-child(14),.player-sprite.facing-right .pixel:nth-child(15),.player-sprite.facing-right .pixel:nth-child(19),.player-sprite.facing-right .pixel:nth-child(20),.player-sprite.facing-right .pixel:nth-child(21),.player-sprite.facing-right .pixel:nth-child(22),.player-sprite.facing-right .pixel:nth-child(23),.player-sprite.facing-right .pixel:nth-child(28),.player-sprite.facing-right .pixel:nth-child(29){background-color:#4a3c28}.player-sprite.facing-right .pixel:nth-child(21){background-color:#fff}.player-sprite.moving{animation:.4s infinite walk}.npc{cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute}.npc-sprite{grid-template-rows:repeat(8,4px);grid-template-columns:repeat(8,4px);width:32px;height:32px;animation:3s ease-in-out infinite npcFloat;display:grid;position:relative}.scientist .pixel:nth-child(10),.scientist .pixel:nth-child(11),.scientist .pixel:nth-child(14),.scientist .pixel:nth-child(15),.scientist .pixel:nth-child(18),.scientist .pixel:nth-child(19),.scientist .pixel:nth-child(20),.scientist .pixel:nth-child(21),.scientist .pixel:nth-child(22),.scientist .pixel:nth-child(23),.scientist .pixel:nth-child(26),.scientist .pixel:nth-child(27),.scientist .pixel:nth-child(28),.scientist .pixel:nth-child(29),.scientist .pixel:nth-child(30),.scientist .pixel:nth-child(31),.scientist .pixel:nth-child(34),.scientist .pixel:nth-child(35),.scientist .pixel:nth-child(36),.scientist .pixel:nth-child(37),.scientist .pixel:nth-child(38),.scientist .pixel:nth-child(39),.scientist .pixel:nth-child(42),.scientist .pixel:nth-child(43),.scientist .pixel:nth-child(44),.scientist .pixel:nth-child(45),.scientist .pixel:nth-child(46),.scientist .pixel:nth-child(47),.scientist .pixel:nth-child(51),.scientist .pixel:nth-child(54){background-color:#fff}.scientist .pixel:nth-child(2),.scientist .pixel:nth-child(3),.scientist .pixel:nth-child(4),.scientist .pixel:nth-child(5),.scientist .pixel:nth-child(6),.scientist .pixel:nth-child(7){background-color:gray}.photographer .pixel:nth-child(10),.photographer .pixel:nth-child(11),.photographer .pixel:nth-child(14),.photographer .pixel:nth-child(15),.photographer .pixel:nth-child(18),.photographer .pixel:nth-child(19),.photographer .pixel:nth-child(20),.photographer .pixel:nth-child(21),.photographer .pixel:nth-child(22),.photographer .pixel:nth-child(23),.photographer .pixel:nth-child(26),.photographer .pixel:nth-child(27),.photographer .pixel:nth-child(28),.photographer .pixel:nth-child(29),.photographer .pixel:nth-child(30),.photographer .pixel:nth-child(31),.photographer .pixel:nth-child(35),.photographer .pixel:nth-child(36),.photographer .pixel:nth-child(37),.photographer .pixel:nth-child(38),.photographer .pixel:nth-child(42),.photographer .pixel:nth-child(43),.photographer .pixel:nth-child(44),.photographer .pixel:nth-child(45),.photographer .pixel:nth-child(46),.photographer .pixel:nth-child(47),.photographer .pixel:nth-child(51),.photographer .pixel:nth-child(54){background-color:#ff6b6b}.photographer .pixel:nth-child(34),.photographer .pixel:nth-child(35){background-color:#000}.musician .pixel:nth-child(3),.musician .pixel:nth-child(4),.musician .pixel:nth-child(5),.musician .pixel:nth-child(6){background-color:#9b59b6}.musician .pixel:nth-child(10),.musician .pixel:nth-child(11),.musician .pixel:nth-child(14),.musician .pixel:nth-child(15),.musician .pixel:nth-child(18),.musician .pixel:nth-child(19),.musician .pixel:nth-child(20),.musician .pixel:nth-child(21),.musician .pixel:nth-child(22),.musician .pixel:nth-child(23),.musician .pixel:nth-child(26),.musician .pixel:nth-child(27),.musician .pixel:nth-child(28),.musician .pixel:nth-child(29),.musician .pixel:nth-child(30),.musician .pixel:nth-child(31),.musician .pixel:nth-child(35),.musician .pixel:nth-child(36),.musician .pixel:nth-child(37),.musician .pixel:nth-child(38),.musician .pixel:nth-child(42),.musician .pixel:nth-child(43),.musician .pixel:nth-child(44),.musician .pixel:nth-child(45),.musician .pixel:nth-child(46),.musician .pixel:nth-child(47),.musician .pixel:nth-child(51),.musician .pixel:nth-child(54){background-color:#3498db}.npc.color-blue .scientist .pixel:nth-child(10),.npc.color-blue .scientist .pixel:nth-child(11),.npc.color-blue .scientist .pixel:nth-child(14),.npc.color-blue .scientist .pixel:nth-child(15),.npc.color-blue .scientist .pixel:nth-child(18),.npc.color-blue .scientist .pixel:nth-child(19),.npc.color-blue .scientist .pixel:nth-child(20),.npc.color-blue .scientist .pixel:nth-child(21),.npc.color-blue .scientist .pixel:nth-child(22),.npc.color-blue .scientist .pixel:nth-child(23),.npc.color-blue .scientist .pixel:nth-child(26),.npc.color-blue .scientist .pixel:nth-child(27),.npc.color-blue .scientist .pixel:nth-child(28),.npc.color-blue .scientist .pixel:nth-child(29),.npc.color-blue .scientist .pixel:nth-child(30),.npc.color-blue .scientist .pixel:nth-child(31),.npc.color-blue .scientist .pixel:nth-child(34),.npc.color-blue .scientist .pixel:nth-child(35),.npc.color-blue .scientist .pixel:nth-child(36),.npc.color-blue .scientist .pixel:nth-child(37),.npc.color-blue .scientist .pixel:nth-child(38),.npc.color-blue .scientist .pixel:nth-child(39),.npc.color-blue .scientist .pixel:nth-child(42),.npc.color-blue .scientist .pixel:nth-child(43),.npc.color-blue .scientist .pixel:nth-child(44),.npc.color-blue .scientist .pixel:nth-child(45),.npc.color-blue .scientist .pixel:nth-child(46),.npc.color-blue .scientist .pixel:nth-child(47),.npc.color-blue .scientist .pixel:nth-child(51),.npc.color-blue .scientist .pixel:nth-child(54){background-color:#e6f3ff!important}.npc.color-cyan .scientist .pixel:nth-child(10),.npc.color-cyan .scientist .pixel:nth-child(11),.npc.color-cyan .scientist .pixel:nth-child(14),.npc.color-cyan .scientist .pixel:nth-child(15),.npc.color-cyan .scientist .pixel:nth-child(18),.npc.color-cyan .scientist .pixel:nth-child(19),.npc.color-cyan .scientist .pixel:nth-child(20),.npc.color-cyan .scientist .pixel:nth-child(21),.npc.color-cyan .scientist .pixel:nth-child(22),.npc.color-cyan .scientist .pixel:nth-child(23),.npc.color-cyan .scientist .pixel:nth-child(26),.npc.color-cyan .scientist .pixel:nth-child(27),.npc.color-cyan .scientist .pixel:nth-child(28),.npc.color-cyan .scientist .pixel:nth-child(29),.npc.color-cyan .scientist .pixel:nth-child(30),.npc.color-cyan .scientist .pixel:nth-child(31),.npc.color-cyan .scientist .pixel:nth-child(34),.npc.color-cyan .scientist .pixel:nth-child(35),.npc.color-cyan .scientist .pixel:nth-child(36),.npc.color-cyan .scientist .pixel:nth-child(37),.npc.color-cyan .scientist .pixel:nth-child(38),.npc.color-cyan .scientist .pixel:nth-child(39),.npc.color-cyan .scientist .pixel:nth-child(42),.npc.color-cyan .scientist .pixel:nth-child(43),.npc.color-cyan .scientist .pixel:nth-child(44),.npc.color-cyan .scientist .pixel:nth-child(45),.npc.color-cyan .scientist .pixel:nth-child(46),.npc.color-cyan .scientist .pixel:nth-child(47),.npc.color-cyan .scientist .pixel:nth-child(51),.npc.color-cyan .scientist .pixel:nth-child(54){background-color:#e0ffff!important}.npc.color-purple .photographer .pixel:nth-child(10),.npc.color-purple .photographer .pixel:nth-child(11),.npc.color-purple .photographer .pixel:nth-child(14),.npc.color-purple .photographer .pixel:nth-child(15),.npc.color-purple .photographer .pixel:nth-child(18),.npc.color-purple .photographer .pixel:nth-child(19),.npc.color-purple .photographer .pixel:nth-child(20),.npc.color-purple .photographer .pixel:nth-child(21),.npc.color-purple .photographer .pixel:nth-child(22),.npc.color-purple .photographer .pixel:nth-child(23),.npc.color-purple .photographer .pixel:nth-child(26),.npc.color-purple .photographer .pixel:nth-child(27),.npc.color-purple .photographer .pixel:nth-child(28),.npc.color-purple .photographer .pixel:nth-child(29),.npc.color-purple .photographer .pixel:nth-child(30),.npc.color-purple .photographer .pixel:nth-child(31),.npc.color-purple .photographer .pixel:nth-child(35),.npc.color-purple .photographer .pixel:nth-child(36),.npc.color-purple .photographer .pixel:nth-child(37),.npc.color-purple .photographer .pixel:nth-child(38),.npc.color-purple .photographer .pixel:nth-child(42),.npc.color-purple .photographer .pixel:nth-child(43),.npc.color-purple .photographer .pixel:nth-child(44),.npc.color-purple .photographer .pixel:nth-child(45),.npc.color-purple .photographer .pixel:nth-child(46),.npc.color-purple .photographer .pixel:nth-child(47),.npc.color-purple .photographer .pixel:nth-child(51),.npc.color-purple .photographer .pixel:nth-child(54){background-color:#e6b3ff!important}.npc.color-pink .photographer .pixel:nth-child(10),.npc.color-pink .photographer .pixel:nth-child(11),.npc.color-pink .photographer .pixel:nth-child(14),.npc.color-pink .photographer .pixel:nth-child(15),.npc.color-pink .photographer .pixel:nth-child(18),.npc.color-pink .photographer .pixel:nth-child(19),.npc.color-pink .photographer .pixel:nth-child(20),.npc.color-pink .photographer .pixel:nth-child(21),.npc.color-pink .photographer .pixel:nth-child(22),.npc.color-pink .photographer .pixel:nth-child(23),.npc.color-pink .photographer .pixel:nth-child(26),.npc.color-pink .photographer .pixel:nth-child(27),.npc.color-pink .photographer .pixel:nth-child(28),.npc.color-pink .photographer .pixel:nth-child(29),.npc.color-pink .photographer .pixel:nth-child(30),.npc.color-pink .photographer .pixel:nth-child(31),.npc.color-pink .photographer .pixel:nth-child(35),.npc.color-pink .photographer .pixel:nth-child(36),.npc.color-pink .photographer .pixel:nth-child(37),.npc.color-pink .photographer .pixel:nth-child(38),.npc.color-pink .photographer .pixel:nth-child(42),.npc.color-pink .photographer .pixel:nth-child(43),.npc.color-pink .photographer .pixel:nth-child(44),.npc.color-pink .photographer .pixel:nth-child(45),.npc.color-pink .photographer .pixel:nth-child(46),.npc.color-pink .photographer .pixel:nth-child(47),.npc.color-pink .photographer .pixel:nth-child(51),.npc.color-pink .photographer .pixel:nth-child(54){background-color:#ffb3e6!important}.npc.color-orange .musician .pixel:nth-child(10),.npc.color-orange .musician .pixel:nth-child(11),.npc.color-orange .musician .pixel:nth-child(14),.npc.color-orange .musician .pixel:nth-child(15),.npc.color-orange .musician .pixel:nth-child(18),.npc.color-orange .musician .pixel:nth-child(19),.npc.color-orange .musician .pixel:nth-child(20),.npc.color-orange .musician .pixel:nth-child(21),.npc.color-orange .musician .pixel:nth-child(22),.npc.color-orange .musician .pixel:nth-child(23),.npc.color-orange .musician .pixel:nth-child(26),.npc.color-orange .musician .pixel:nth-child(27),.npc.color-orange .musician .pixel:nth-child(28),.npc.color-orange .musician .pixel:nth-child(29),.npc.color-orange .musician .pixel:nth-child(30),.npc.color-orange .musician .pixel:nth-child(31),.npc.color-orange .musician .pixel:nth-child(35),.npc.color-orange .musician .pixel:nth-child(36),.npc.color-orange .musician .pixel:nth-child(37),.npc.color-orange .musician .pixel:nth-child(38),.npc.color-orange .musician .pixel:nth-child(42),.npc.color-orange .musician .pixel:nth-child(43),.npc.color-orange .musician .pixel:nth-child(44),.npc.color-orange .musician .pixel:nth-child(45),.npc.color-orange .musician .pixel:nth-child(46),.npc.color-orange .musician .pixel:nth-child(47),.npc.color-orange .musician .pixel:nth-child(51),.npc.color-orange .musician .pixel:nth-child(54){background-color:#ffd699!important}.npc.color-green .scientist .pixel:nth-child(10),.npc.color-green .scientist .pixel:nth-child(11),.npc.color-green .scientist .pixel:nth-child(14),.npc.color-green .scientist .pixel:nth-child(15),.npc.color-green .scientist .pixel:nth-child(18),.npc.color-green .scientist .pixel:nth-child(19),.npc.color-green .scientist .pixel:nth-child(20),.npc.color-green .scientist .pixel:nth-child(21),.npc.color-green .scientist .pixel:nth-child(22),.npc.color-green .scientist .pixel:nth-child(23),.npc.color-green .scientist .pixel:nth-child(26),.npc.color-green .scientist .pixel:nth-child(27),.npc.color-green .scientist .pixel:nth-child(28),.npc.color-green .scientist .pixel:nth-child(29),.npc.color-green .scientist .pixel:nth-child(30),.npc.color-green .scientist .pixel:nth-child(31),.npc.color-green .scientist .pixel:nth-child(34),.npc.color-green .scientist .pixel:nth-child(35),.npc.color-green .scientist .pixel:nth-child(36),.npc.color-green .scientist .pixel:nth-child(37),.npc.color-green .scientist .pixel:nth-child(38),.npc.color-green .scientist .pixel:nth-child(39),.npc.color-green .scientist .pixel:nth-child(42),.npc.color-green .scientist .pixel:nth-child(43),.npc.color-green .scientist .pixel:nth-child(44),.npc.color-green .scientist .pixel:nth-child(45),.npc.color-green .scientist .pixel:nth-child(46),.npc.color-green .scientist .pixel:nth-child(47),.npc.color-green .scientist .pixel:nth-child(51),.npc.color-green .scientist .pixel:nth-child(54){background-color:#b3ffb3!important}.npc.color-red .photographer .pixel:nth-child(10),.npc.color-red .photographer .pixel:nth-child(11),.npc.color-red .photographer .pixel:nth-child(14),.npc.color-red .photographer .pixel:nth-child(15),.npc.color-red .photographer .pixel:nth-child(18),.npc.color-red .photographer .pixel:nth-child(19),.npc.color-red .photographer .pixel:nth-child(20),.npc.color-red .photographer .pixel:nth-child(21),.npc.color-red .photographer .pixel:nth-child(22),.npc.color-red .photographer .pixel:nth-child(23),.npc.color-red .photographer .pixel:nth-child(26),.npc.color-red .photographer .pixel:nth-child(27),.npc.color-red .photographer .pixel:nth-child(28),.npc.color-red .photographer .pixel:nth-child(29),.npc.color-red .photographer .pixel:nth-child(30),.npc.color-red .photographer .pixel:nth-child(31),.npc.color-red .photographer .pixel:nth-child(35),.npc.color-red .photographer .pixel:nth-child(36),.npc.color-red .photographer .pixel:nth-child(37),.npc.color-red .photographer .pixel:nth-child(38),.npc.color-red .photographer .pixel:nth-child(42),.npc.color-red .photographer .pixel:nth-child(43),.npc.color-red .photographer .pixel:nth-child(44),.npc.color-red .photographer .pixel:nth-child(45),.npc.color-red .photographer .pixel:nth-child(46),.npc.color-red .photographer .pixel:nth-child(47),.npc.color-red .photographer .pixel:nth-child(51),.npc.color-red .photographer .pixel:nth-child(54){background-color:#ffb3b3!important}
