@charset "UTF-8";@font-face{font-family:Stanger;src:url(/assets/fonts/Stanger.woff2) format("woff2"),url(/assets/fonts/Stanger.woff) format("woff"),url(/assets/fonts/Stanger.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}body,html{margin:0;padding:0;font-family:sans-serif;line-height:2;background-color:#f8edc7;font-family:"IBM Plex Sans Hebrew",sans-serif;text-align:right}*{box-sizing:border-box}h2{font-weight:400}button{background:0 0;border:none;font-family:inherit;font-size:inherit}.app{position:absolute;left:0;top:0;bottom:0;right:0;display:grid;grid-template-areas:"map catalog";grid-template-columns:auto 1fr;overflow:hidden}@media (max-width:900px){.app{grid-template-areas:"map" "catalog";grid-template-columns:1fr;grid-template-rows:1fr auto}}.app .map-container{width:800px;max-width:100vw}.app .map{grid-area:map;overflow:hidden;position:relative;width:642.5px;height:642.5px;transform:scale(1);background-image:url(../assets/map.png);background-repeat:no-repeat;background-size:100% 100%}@media (max-width:900px){.app .map>svg{width:100%;height:100%}}.app .map .markers{position:absolute;left:0;top:0;right:0;bottom:0}.app .map .map-marker{position:absolute;width:8%;height:8%;border-radius:50%;padding:8px;margin-top:-24px;margin-left:-24px;display:flex;align-items:center;justify-content:center}.app .map .map-marker .point-title{position:absolute;white-space:nowrap;left:50%;transform:translateX(-50%);top:-1.1em;font-family:Stanger,sans-serif;font-weight:700}.app .map .map-marker.current circle{animation:fill-circle 2s forwards}@keyframes fill-circle{0%{stroke-dashoffset:1800}100%{stroke-dashoffset:0}}.app .map .map-marker:hover circle{fill:rgba(255,255,255,.3)}.app .map .map-marker svg{width:90%;height:90%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.app .map .map-marker circle{stroke:red;stroke-width:2px;fill:none;stroke-dasharray:1800;stroke-dashoffset:1800}.app .map .map-marker .icon{background-image:url(/assets/map-markers.png);width:80%;height:80%;background-size:auto 100%;image-rendering:pixelated}.app .map .map-marker .icon[data-index="0"]{background-position-x:0}.app .map .map-marker .icon[data-index="1"]{background-position-x:10%}.app .map .map-marker .icon[data-index="2"]{background-position-x:20%}.app .map .map-marker .icon[data-index="3"]{background-position-x:30%}.app .map .map-marker .icon[data-index="4"]{background-position-x:40%}.app .map .map-marker .icon[data-index="5"]{background-position-x:50%}.app .map .map-marker .icon[data-index="6"]{background-position-x:60%}.app .map .map-marker .icon[data-index="7"]{background-position-x:70%}.app .map .map-marker .icon[data-index="8"]{background-position-x:80%}.app .map .map-marker .icon[data-index="9"]{background-position-x:90%}.app .map .map-marker .icon[data-index="10"]{background-position-x:100%}.app .map .map-marker .icon[data-index="11"]{background-position-x:110%}.app .map .map-marker .icon[data-index="12"]{background-position-x:120%}.app .map .road{position:absolute;right:0;top:0;height:100%;background-image:url(../assets/road.png);background-position:top right;background-size:auto 100%}.app .catalog{padding:10px}.app .post{direction:rtl;padding:20px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.app .post img{display:block;max-width:100%;max-height:600px;margin:auto}.app .post h2{margin-top:0}.app .post .text{white-space:pre-wrap}.app .catalog{grid-area:catalog;overflow:auto;background:#f2f2f2;padding-bottom:50vh}@media (max-width:900px){.app .catalog{height:400px;transition:height .2s ease-out}.app .catalog:before{content:"↧";position:fixed;left:0;bottom:400px;right:0;height:32px;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;margin:auto;width:64px;transition:bottom .2s ease-out}.app .catalog.collapsed{height:100px}.app .catalog.collapsed:before{content:"↥";bottom:100px}}.packing{background-color:#f1e2ae;position:absolute;left:0;top:0;bottom:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:transform 1s;font-family:Stanger,sans-serif}.packing h2{margin:10px 0 0}.packing.done{transform:translateY(-100%)}.character{background-image:url(/assets/characters.png);width:180px;height:180px;background-size:1620px auto;image-rendering:pixelated;animation:character-idle 2s steps(9) infinite}.character[data-index="0"]{background-position-y:0}.character[data-index="1"]{background-position-y:-180px}.character[data-index="2"]{background-position-y:-360px}.character[data-index="3"]{background-position-y:-540px}.character[data-index="4"]{background-position-y:-720px}.character[data-index="5"]{background-position-y:-900px}.character[data-index="6"]{background-position-y:-1080px}.character[data-index="7"]{background-position-y:-1260px}.character[data-index="8"]{background-position-y:-1440px}.character[data-index="9"]{background-position-y:-1620px}.character[data-index="10"]{background-position-y:-1800px}.character[data-index="11"]{background-position-y:-1980px}.character[data-index="12"]{background-position-y:-2160px}.character[data-index="13"]{background-position-y:-2340px}.character[data-index="14"]{background-position-y:-2520px}@keyframes character-idle{0%{background-position-x:0}100%{background-position-x:-1620px}}.tool{width:48px;height:48px;background-size:auto 48px;background-repeat:no-repeat;image-rendering:pixelated;background-image:url(/assets/tools.png);background-position:0 0}.tool[data-index="0"]{background-position-x:0}.tool[data-index="1"]{background-position-x:-48px}.tool[data-index="2"]{background-position-x:-96px}.tool[data-index="3"]{background-position-x:-144px}.tool[data-index="4"]{background-position-x:-192px}.tool[data-index="5"]{background-position-x:-240px}.tool[data-index="6"]{background-position-x:-288px}.tool[data-index="7"]{background-position-x:-336px}.tool[data-index="8"]{background-position-x:-384px}.tool[data-index="9"]{background-position-x:-432px}.tool[data-index="10"]{background-position-x:-480px}.tool[data-index="11"]{background-position-x:-528px}.tool[data-index="12"]{background-position-x:-576px}.tool[data-index="13"]{background-position-x:-624px}.tool[data-index="14"]{background-position-x:-672px}.name{position:absolute;bottom:0;left:0;right:0;text-align:center;width:fit-content;padding:4px 20px;border-radius:10px;background-size:contain;background-repeat:no-repeat;font-size:20px;margin:auto;background-position:center}.name[data-index="0"]:before{content:"ארכיאולוג"}.name[data-index="1"]:before{content:"אריכזואולוג"}.name[data-index="2"]:before{content:"ביולוג"}.name[data-index="3"]:before{content:"אוצר"}.name[data-index="4"]:before{content:"נווד"}.name[data-index="5"]:before{content:"מתופף"}.name[data-index="6"]:before{content:"חלילן"}.name[data-index="7"]:before{content:"גאומורפולוג"}.name[data-index="8"]:before{content:"מאייר"}.name[data-index="9"]:before{content:"מוזיקאי"}.name[data-index="10"]:before{content:"צלם"}.name[data-index="11"]:before{content:"חוקר"}.name[data-index="12"]:before{content:"זמר"}.name[data-index="13"]:before{content:"אמן סאונד"}.name[data-index="14"]:before{content:"וידאוגרפר"}.food{background-image:url(/assets/food2.png);width:48px;height:48px;background-size:240px auto;image-rendering:pixelated}.food[data-index="0"]{background-position-x:0}.food[data-index="1"]{background-position-x:48px}.food[data-index="2"]{background-position-x:96px}.food[data-index="3"]{background-position-x:144px}.food[data-index="4"]{background-position-x:192px}.food[data-index="5"]{background-position-x:240px}.selector{display:flex;align-items:center;position:relative}.selector button{width:52px;height:52px;background:0 0;border:none;font-size:32px;font-family:monospace;background-size:40%;background-repeat:no-repeat;background-position:center;image-rendering:pixelated;background-image:url(/assets/side-arrow.png)}.selector button:hover{background-color:rgba(255,255,255,.5)}.selector button.btn-prev{transform:rotate(180deg)}.btn-start{margin-top:80px;border:1px solid #000;padding:12px 24px;background:#000;color:#fff}.btn-start:hover{background-color:rgba(0,0,0,.8)}.map-container{grid-area:map;position:relative}.map-container .toolbar button{width:48px;height:48px;border-radius:5px;background-position:center;image-rendering:pixelated;background-repeat:no-repeat;background-size:80%;z-index:1;background-color:#fbf5de;border:1px solid #d37437;cursor:pointer}.map-container .toolbar button:hover{filter:brightness(120%)}.map-container .toolbar button.btn-about{background-image:url(/assets/about.png);position:absolute;bottom:0;left:0;margin:20px}.map-container .toolbar button.btn-maps{position:absolute;top:0;right:0;margin:20px;background-image:url(/assets/maps.png)}.scroll-area{overflow:overlay;max-width:100%;max-height:100%;position:absolute;left:0;right:0;bottom:0;top:0;cursor:grab}.scroll-area::-webkit-scrollbar{width:4px;height:4px;background-color:transparent}.scroll-area::-webkit-scrollbar-thumb{border-width:0;background-color:#4d4d4d;background-clip:padding-box}.scroll-area::-webkit-scrollbar-thumb:hover{background-color:grey}.scroll-area::-webkit-scrollbar-corner{background-color:transparent}.scroll-area::-webkit-scrollbar-track-piece{background-color:transparent}figure.media{margin:0!important;max-width:100%;display:flex;justify-content:center}figure.media>div{width:100%}figure.media>div>iframe{width:80%;height:400px;margin:auto;display:block}figure.media>div>div{width:100%!important;padding-bottom:0!important;height:400px!important}.popup-container{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(248,237,199,.5);display:flex;align-items:center;justify-content:center;z-index:100}.popup-container:not(.is-open){display:none}.popup-container .popup{background-color:#f8edc7;border:1px solid #d37437;height:90%;width:90%;max-width:800px;max-height:700px;direction:rtl;position:relative}.popup-container .popup .scroll-area{padding:20px}.popup-container .popup img{display:block;max-width:100%;max-height:600px;margin:auto}