*,:before,:after{box-sizing:border-box}:root{--font-game:"Jersey 15", sans-serif;--font-body:"IBM Plex Mono", monospace}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-body);color:#1a1a1a;cursor:default;font-size:16px;overflow:hidden}.app{width:100%;height:100dvh;position:relative;overflow:hidden}button{-webkit-tap-highlight-color:transparent;font-family:inherit}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #fc0}.placeholder-label{letter-spacing:.05em;color:#0000008c;text-transform:uppercase;background:#fff9;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.rotate-overlay{display:none}@media (orientation:landscape) and (height<=500px){.rotate-overlay{z-index:9999;text-align:center;background:#ece9df;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:hidden}}.rotate-overlay__icon{width:min(7rem,28vw);height:auto;image-rendering:pixelated}.rotate-overlay__title{font-family:var(--font-game);letter-spacing:1px;color:#1a1a1a;margin:0;font-size:1.75rem}.rotate-overlay__subtitle{font-family:var(--font-body);color:#000000a6;margin:0;font-size:.85rem}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.game-world{--ground-y:17%;background:#08213a;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.world-frame{--world-ratio:1.7778;--world-w:max(100vw, calc(100vh * var(--world-ratio)));width:var(--world-w);height:calc(var(--world-w) / var(--world-ratio));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.world-frame__image{width:100%;height:100%;image-rendering:pixelated;display:none;position:absolute;inset:0}.world-frame__image--desktop{display:block}@media (width>=769px) and (width<=1180px) and (orientation:landscape){.world-frame__image--desktop{display:none}.world-frame__image--tablet-landscape{display:block}.game-world{--ground-y:19%}}@media (width>=769px) and (width<=1180px) and (orientation:portrait){.world-frame__image--desktop{display:none}.world-frame__image--tablet-portrait{display:block}.world-frame{--world-ratio:.75}.game-world{--ground-y:13%}}@media (width<=768px){.world-frame__image--desktop{display:none}.world-frame__image--mobile{display:block}.world-frame{--world-ratio:.5625}.game-world{--ground-y:14%}}.world-stage{left:50%;bottom:var(--ground-y);z-index:1;align-items:flex-end;gap:1.5rem;display:flex;position:absolute;transform:translate(-50%)}.player-character{--player-frame-size:clamp(166px, 21vw, 226px);--player-frame-trim:calc((var(--player-frame-size) - clamp(110px, 14vw, 150px)) / -2);width:var(--player-frame-size);height:var(--player-frame-size);margin-left:var(--player-frame-trim);margin-right:var(--player-frame-trim);flex-shrink:0;align-self:flex-end}.player-character__frame{object-fit:contain;object-position:bottom center;width:100%;height:100%;image-rendering:pixelated;display:block}.player-character__frame--flipped{transform:scaleX(-1)}.player-character__frame--prone{--prone-ground-offset:29%;translate:0 var(--prone-ground-offset)}@media (width<=768px){.player-character{--player-frame-size:clamp(158px, 42vw, 196px);--player-frame-trim:calc((var(--player-frame-size) - clamp(105px, 28vw, 130px)) / -2)}}.pet-sprite{justify-content:center;align-self:flex-end;align-items:flex-end;width:clamp(56px,7vw,82px);height:clamp(56px,7vw,82px);display:flex}.pet-sprite__frame{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;image-rendering:pixelated}@media (width<=768px){.pet-sprite{width:clamp(56px,18vw,72px);height:clamp(56px,18vw,72px)}}.world-intro{z-index:1;pointer-events:none;flex-direction:column;display:inline-flex;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.world-name{font-family:var(--font-game);color:#ffffffe0;pointer-events:auto;-webkit-user-select:text;user-select:text;text-shadow:0 3px #2d649159,0 5px 8px #194b782e;flex-direction:row;justify-content:center;align-items:baseline;gap:.35em;margin:0;font-size:clamp(3rem,8vw,8rem);font-weight:700;line-height:1;display:flex}.world-name__word{white-space:nowrap}.world-subtitle{font-family:var(--font-game);color:#234b6ee6;pointer-events:auto;-webkit-user-select:text;user-select:text;text-shadow:1px 1px #0000000d;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:.35em;margin:-.75em 0 0;font-size:clamp(1rem,2.2vw,1.6rem);font-weight:600;line-height:1;display:flex}.world-subtitle__word{white-space:nowrap}@media (width<=768px){.world-intro{align-items:flex-end;max-width:calc(100% - 1.5rem);padding:0 1.25rem 0 0;top:6%;left:auto;right:0;transform:none}.world-name{flex-direction:column;align-items:flex-end;gap:0;font-size:clamp(3.5rem,19vw,6rem);line-height:.72}.world-subtitle{flex-direction:column;align-items:flex-end;gap:0;margin:.2em 0 0;font-size:clamp(1.1rem,4.6vw,1.6rem);line-height:.85}}.hud{left:50%;bottom:calc(.9rem + env(safe-area-inset-bottom));z-index:3;justify-content:center;align-items:stretch;gap:5px;display:flex;position:absolute;transform:translate(-50%)}.hud-button{color:#202b33;cursor:pointer;background:linear-gradient(#d5dde2 0%,#c2ccd3 100%);border:2px solid #2a3740;border-radius:7px;justify-content:center;align-items:center;gap:.4rem;height:52px;padding:0 1rem;font-weight:700;transition:transform 80ms,background-color 80ms,box-shadow 80ms;display:flex;box-shadow:inset 0 1px #eef3f5,inset -2px -2px #74838d,inset 2px 0 #eef3f5,0 2px 3px #00000059}@media (hover:hover) and (pointer:fine){.hud-button:hover{background:linear-gradient(#eef3f5 0%,#cbd5db 100%);transform:translateY(-1px)}.hud-button:hover .hud-icon{transform:scale(1.04)}}.hud-button:active{background:linear-gradient(#c2ccd3 0%,#bfcbd3 100%);transform:translateY(1px);box-shadow:inset 0 1px #a9b6bd,inset -1px -1px #74838d,0 1px 1px #00000059}.hud-button--active{background:linear-gradient(#bfcbd3 0%,#aeb9c1 100%);border-color:#33434e;transform:translateY(1px);box-shadow:inset 0 2px #8b98a1,inset -1px -1px #74838d,0 1px 1px #0000004d}.hud-button--active .hud-label{color:#12303f}.hud-button:focus,.hud-button:focus-visible{outline:none}.hud-icon-wrapper{flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.hud-icon{object-fit:contain;width:100%;height:100%;image-rendering:pixelated;transition:transform 80ms}.hud-icon--quests{width:90%;height:90%}.hud-label{font-family:var(--font-game);letter-spacing:0;color:#202b33;white-space:nowrap;font-size:21px;font-weight:600}@media (prefers-reduced-motion:reduce){.hud-button,.hud-icon{transition:none}.hud-button:hover,.hud-button--active,.hud-button:active{transform:none}}@media (width<=768px){.hud{gap:10px}.hud-button{aspect-ratio:1;min-width:56px;height:56px;padding:0}.hud-icon-wrapper{width:34px;height:34px}.hud-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@media (width<=600px){.hud-button--map{display:none}}.game-window-overlay{pointer-events:none;padding:1rem;padding-bottom:calc(1rem + 6rem + env(safe-area-inset-bottom));justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.game-window{pointer-events:auto;z-index:10;background:#ece9df;border:2px solid #202b38;border-radius:8px;flex-direction:column;width:min(32rem,100%);max-height:100%;display:flex;box-shadow:inset 0 1px #fff6,0 4px 10px #0006}.game-window--large{width:min(40rem,100%)}.game-window--map{width:min(54rem,100%)}.game-window--compact{width:min(23.75rem,100%)}.game-window--compact .game-window__body{padding:.92rem 1.08rem}.game-window__titlebar{touch-action:none;cursor:grab;color:#fdf6e3;background:linear-gradient(#5b7a9d 0%,#3c5a78 100%);border-bottom:2px solid #202b38;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;gap:.5rem;height:34px;padding:0 .5rem 0 .6rem;display:flex;box-shadow:inset 0 1px #ffffff40}.game-window__title-group{align-items:center;gap:.4rem;min-width:0;display:flex}.game-window__title-icon{object-fit:contain;width:20px;height:20px;image-rendering:pixelated;flex-shrink:0}.game-window__title{font-family:var(--font-game);letter-spacing:1.5px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.25rem;font-weight:600;overflow:hidden}.game-window__close{color:#f0f4f7;cursor:pointer;background:#33465a;border:1px solid #182029;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:0;line-height:0;transition:background-color 80ms,transform 80ms;display:flex;position:relative}.game-window__close:before,.game-window__close:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;width:10px;height:1.5px;position:absolute;top:50%;left:50%}.game-window__close:before{transform:translate(-50%,-50%)rotate(45deg)}.game-window__close:after{transform:translate(-50%,-50%)rotate(-45deg)}@media (hover:hover) and (pointer:fine){.game-window__close:hover{background:#46607d}}.game-window__close:active{background:#2a3947;transform:translateY(1px)}.game-window__close:focus,.game-window__close:focus-visible,.character-tabs__tab:focus,.character-tabs__tab:focus-visible,.quest-log__news:focus,.quest-log__news:focus-visible,.inventory-category-button:focus,.inventory-category-button:focus-visible,.project-detail__cta:focus,.project-detail__cta:focus-visible,.project-detail__github:focus,.project-detail__github:focus-visible,.world-map__marker:focus,.world-map__marker:focus-visible,.destination-panel__close:focus,.destination-panel__close:focus-visible,.mail-button:focus,.mail-button:focus-visible{outline:none}.game-window__body{padding:.85rem 1rem;overflow-y:auto}@media (width<=600px){.game-window-overlay{padding:.5rem;padding-bottom:calc(.5rem + 5rem + env(safe-area-inset-bottom))}.game-window{width:100%}.inventory-panel{height:16rem}.skill-item{width:3.1rem}.project-detail{grid-template-columns:1fr}.project-detail__github{justify-self:start}.world-map__marker{width:22px}.destination-panel{border-bottom:none;border-left:none;border-right:none;border-radius:8px 8px 0 0;width:auto;height:42%;max-height:42%;bottom:0;left:0;right:0}.game-window__titlebar{height:38px}.game-window__close{width:28px;height:28px}.character-profile__portrait{width:84px;height:84px}.stat-list__item{grid-template-columns:minmax(84px,auto) 1fr auto;gap:.35rem}}.character-profile{grid-template-columns:auto 1fr;align-items:start;gap:.85rem;display:grid}.character-profile__portrait{background:#f0ede0;border:1px solid #a9a48c;border-radius:8px;place-items:center;width:110px;height:110px;padding:.3rem;display:grid;overflow:hidden}.character-profile__sprite{object-fit:contain;object-position:bottom center;width:auto;max-width:100%;height:auto;max-height:100%;image-rendering:pixelated}.character-profile__info{min-width:0}.character-profile__name{font-family:var(--font-game);margin:0 0 .15rem;font-size:1.4rem;font-weight:700}.character-profile__role,.character-profile__location{font-family:var(--font-body);margin:.05rem 0;font-weight:500;line-height:1.3}.character-profile__tagline{font-family:var(--font-body);margin:.5rem 0 0;font-style:italic;font-weight:400;line-height:1.4}.character-tabs{margin-top:.85rem}.character-tabs__list{gap:4px;display:flex;position:relative}.character-tabs__tab{font-family:var(--font-game);color:#202b33;cursor:pointer;background:linear-gradient(#c2ccd3 0%,#aeb9c1 100%);border:1px solid #2a3740;border-radius:6px 6px 0 0;padding:.35rem .9rem;font-size:1.05rem;font-weight:600;position:relative;top:1px}@media (hover:hover) and (pointer:fine){.character-tabs__tab:hover{background:linear-gradient(#d5dde2 0%,#c2ccd3 100%)}}.character-tabs__tab--active{z-index:1;color:#2c2a1c;background:#f0ede0;border-bottom-color:#f0ede0;margin-bottom:-1px;top:0;box-shadow:inset 0 1px #fff9}.character-tabpanel{background:#f0ede0;border:1px solid #2a3740;border-radius:0 0 6px 6px;height:14rem;padding:.85rem .9rem;position:relative;overflow-y:auto}.stat-list__label{font-family:var(--font-game);font-size:1.05rem;font-weight:500}.character-window__bio{font-family:var(--font-body);margin:0;font-weight:400;line-height:1.5}.stat-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.stat-list__item{grid-template-columns:minmax(110px,auto) 1fr auto;align-items:center;gap:.5rem;display:grid}.stat-list__bar{grid-template-columns:repeat(10,1fr);gap:2px;height:.95rem;display:grid}.stat-list__segment{background:#c7d2d9;border:2px solid #2a3740;border-radius:2px;height:100%;display:block;box-shadow:inset 0 1px 2px #0000004d}.stat-list__segment--filled{background:linear-gradient(#9cc9ec 0%,#5b93c4 55%,#3d6a92 100%);box-shadow:inset 0 1px #fff9,inset 0 -2px 2px #00000059}.stat-list__bar--tier-low .stat-list__segment--filled{background:linear-gradient(#ff8a8a 0%,#ff3b3b 50%,#d90808 100%)}.stat-list__bar--tier-fair .stat-list__segment--filled{background:linear-gradient(#ffc266 0%,#ff8a00 50%,#e85d00 100%)}.stat-list__bar--tier-mid .stat-list__segment--filled{background:linear-gradient(#fff06a 0%,#ffd500 50%,#e6a900 100%)}.stat-list__bar--tier-good .stat-list__segment--filled{background:linear-gradient(#d5ff69 0%,#9be51f 50%,#68b80c 100%)}.stat-list__bar--tier-great .stat-list__segment--filled{background:linear-gradient(#91ff78 0%,#42dc35 50%,#16a522 100%)}.stat-list__bar--tier-max .stat-list__segment--filled{background:linear-gradient(#64ff96 0%,#16dc5c 50%,#009b3d 100%)}.stat-list__value{font-family:var(--font-game);text-align:right;color:#202b33;min-width:1.75rem;font-size:1.05rem;font-weight:700}.quest-log{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.quest-log__entry{border-bottom:1px solid #a9a48c;grid-template-columns:40px auto 1fr auto;align-items:center;gap:.75rem;padding:.95rem .15rem;display:grid}.quest-log__entry:last-child{border-bottom:none}.quest-log__icon{object-fit:contain;width:38px;height:38px;image-rendering:pixelated}.quest-log__year{font-family:var(--font-game);color:#2a3740;min-width:2.6rem;font-size:1.25rem;font-weight:700}.quest-log__details{flex-direction:column;gap:.25rem;min-width:0;display:flex}.quest-log__title{font-family:var(--font-game);color:#202b33;font-size:1.5rem;font-weight:600}.quest-log__role{font-family:var(--font-body);color:#555;font-size:.75rem;line-height:1.3}.quest-log__news{cursor:pointer;background:#e2ddc9;border:1px solid #a9a48c;border-radius:6px;place-items:center;width:38px;height:38px;padding:4px;transition:background-color 80ms,transform 80ms;display:grid}@media (hover:hover) and (pointer:fine){.quest-log__news:hover{background:#ece7d6}}.quest-log__news:active{background:#dcd6bf;transform:translateY(1px)}.quest-log__news-icon{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.quest-log__flavor{text-align:center;font-family:var(--font-body);color:#444;background:#f0ede0;border:1px solid #a9a48c;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.8rem;font-style:italic}.inventory-window{flex-direction:column;display:flex}.inventory-categories{justify-content:center;gap:.5rem;margin-bottom:.6rem;display:flex}.inventory-category-button{font-family:var(--font-game);color:#202b33;cursor:pointer;background:#e2ddc9;border:1px solid #a9a48c;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.95rem;font-weight:600;transition:transform 80ms,background-color 80ms,box-shadow 80ms;display:flex;box-shadow:inset 0 1px #ffffff80}@media (hover:hover) and (pointer:fine){.inventory-category-button:hover{background:#ece7d6}}.inventory-category-button:active{transform:translateY(1px)}.inventory-category-button--active{color:#12303f;background:#dcd6bf;border-color:#5b7a9d;box-shadow:inset 0 2px 3px #0000002e}.inventory-category-button__icon{object-fit:contain;width:18px;height:18px;image-rendering:pixelated}.inventory-panel{scrollbar-width:thin;scrollbar-color:#5b7a9d transparent;background:#f0ede0;border:1px solid #a9a48c;border-radius:8px;height:19rem;padding:.85rem .9rem;overflow-y:auto}.inventory-panel::-webkit-scrollbar{width:8px}.inventory-panel::-webkit-scrollbar-track{background:0 0}.inventory-panel::-webkit-scrollbar-button{width:0;height:0;display:none}.inventory-panel::-webkit-scrollbar-thumb{background:#5b7a9d;border-radius:999px;box-shadow:inset 0 1px #fff6}.inventory-panel::-webkit-scrollbar-thumb:hover{background:#3c5a78}.skill-group+.skill-group{margin-top:1rem}.skill-group__heading{font-family:var(--font-game);border-bottom:1px solid #2a374033;margin:0 0 .5rem;padding-bottom:.35rem;font-size:1rem;font-weight:600}.skill-grid{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.skill-item{flex-direction:column;align-items:center;gap:.25rem;width:3.75rem;display:flex}.skill-item__slot{aspect-ratio:1;background:linear-gradient(#eef0e8 0%,#dfe1d6 100%);border:1px solid #8d8a78;border-radius:6px;place-items:center;width:100%;display:grid;box-shadow:inset 0 1px #fff9,inset -1px -1px #0000001f,inset 0 2px 3px #00000026}.skill-item__icon{object-fit:contain;width:68%;height:68%;image-rendering:pixelated}.skill-item__name{font-family:var(--font-game);color:#202b33;text-align:center;word-break:break-word;font-size:.75rem;line-height:1.15}.project-list{margin:0;padding:0;list-style:none}.project-list__item{border-bottom:1px solid #a9a48c99;padding:.75rem 0}.project-list__item:first-child{padding-top:0}.project-list__item:last-child{border-bottom:none;padding-bottom:0}.project-detail__name{font-family:var(--font-game);margin:0;font-size:1.4rem;font-weight:600}.project-detail__title-row{letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.project-detail__badge{font-family:var(--font-game);white-space:nowrap;color:#fff;text-shadow:0 1px #5a3700b3,0 0 2px #5a37008c;background:linear-gradient(#ffdd57 0%,#f7bd1c 55%,#dd9805 100%);border:1px solid #8a5a12;border-radius:4px;padding:.22rem .45rem .16rem;font-size:.9rem;font-weight:600;line-height:1;box-shadow:inset 0 1px #ffffffb3,inset 0 -2px #784b0040,0 1px 1px #00000040}.project-detail__subtitle{font-family:var(--font-body);color:#555;margin:.1rem 0 0;font-size:.85rem;font-weight:500}.project-detail__tech{flex-wrap:wrap;gap:.35rem;margin:.6rem 0;padding:0;list-style:none;display:flex}.project-detail__tech li{font-family:var(--font-game);background:#dcd6bf;border:1px solid #a9a48c;border-radius:4px;padding:.2rem .5rem;font-size:.8rem}.project-detail__description{font-family:var(--font-body);margin:.5rem 0 0;line-height:1.45}.project-detail__cta{color:#fdf6e3;font-family:var(--font-game);text-align:center;cursor:pointer;background:linear-gradient(#3c5a78 0%,#2a3f54 100%);border:2px solid #182029;border-radius:6px;margin-top:.6rem;padding:.5rem .9rem;font-size:1rem;font-weight:600;text-decoration:none;display:block;box-shadow:inset 0 1px #ffffff40,inset 0 -2px #0000004d}@media (hover:hover) and (pointer:fine){.project-detail__cta:hover{background:linear-gradient(#48678a 0%,#33495f 100%)}}.project-detail__cta:active{transform:translateY(1px)}.project-detail{grid-template-columns:1fr auto;align-items:center;gap:.75rem;display:grid}.project-detail__main{min-width:0}.project-detail__github{cursor:pointer;background:#e2ddc9;border:1px solid #a9a48c;border-radius:6px;place-items:center;width:38px;height:38px;padding:4px;transition:background-color 80ms,transform 80ms;display:grid}@media (hover:hover) and (pointer:fine){.project-detail__github:hover{background:#ece7d6}}.project-detail__github:active{background:#dcd6bf;transform:translateY(1px)}.project-detail__github-icon{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.world-map{aspect-ratio:1491/844;margin:-.85rem -1rem;position:relative;overflow:hidden}.world-map__image{object-fit:contain;object-position:center;width:100%;height:100%;image-rendering:pixelated;display:block}.world-map__marker{cursor:pointer;background:0 0;border:none;width:26px;padding:0;transition:transform .12s;position:absolute;transform:translate(-50%,-100%)}@media (hover:hover) and (pointer:fine){.world-map__marker:hover{transform:translate(-50%,-100%)translateY(-3px)}}.world-map__marker-icon{width:100%;height:auto;image-rendering:pixelated;display:block}@media (prefers-reduced-motion:reduce){.world-map__marker{transition:none}.world-map__marker:hover{transform:translate(-50%,-100%)}}.destination-panel{z-index:2;background:#ece9df;border:1.5px solid #202b38;border-radius:7px;flex-direction:column;width:min(24rem,60%);max-height:calc(100% - 2rem);display:flex;position:absolute;bottom:1rem;box-shadow:inset 0 1px #fff6,inset 0 0 0 1px #ffffff26,0 2px 5px #00000040}.destination-panel--right{right:1rem}.destination-panel--left{left:1rem}.destination-panel__header{color:#fdf6e3;background:linear-gradient(#5b7a9d 0%,#3c5a78 100%);border-bottom:1.5px solid #202b38;border-radius:5.5px 5.5px 0 0;justify-content:space-between;align-items:center;gap:.5rem;height:28px;padding:0 .4rem 0 .6rem;display:flex;box-shadow:inset 0 1px #ffffff40}.destination-panel__title{font-family:var(--font-game);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.1em;font-size:.95rem;font-weight:600;overflow:hidden}.destination-panel__close{color:#f0f4f7;cursor:pointer;background:#33465a;border:1px solid #182029;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:0;line-height:0;transition:background-color 80ms,transform 80ms;display:flex;position:relative}.destination-panel__close:before,.destination-panel__close:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;width:8px;height:1.25px;position:absolute;top:50%;left:50%}.destination-panel__close:before{transform:translate(-50%,-50%)rotate(45deg)}.destination-panel__close:after{transform:translate(-50%,-50%)rotate(-45deg)}@media (hover:hover) and (pointer:fine){.destination-panel__close:hover{background:#46607d}}.destination-panel__close:active{background:#2a3947;transform:translateY(1px)}.destination-panel__body{padding:.5rem .6rem;overflow-y:auto}.destination-panel__location{font-family:var(--font-body);color:#555;margin:0 0 .3rem;font-size:.85rem}.destination-panel__image{aspect-ratio:16/9;background:#d8d4c2;border:1px solid #a9a48c;border-radius:5px;justify-content:center;align-items:center;width:100%;margin-bottom:.4rem;display:flex;overflow:hidden;box-shadow:inset 0 1px 3px #0003}.destination-panel__image-img{object-fit:cover;width:100%;height:100%;image-rendering:pixelated}.destination-panel__description{font-family:var(--font-body);margin:0;font-size:.85rem;line-height:1.4}.mail-window{text-align:center;flex-direction:column;align-items:center;display:flex}.mail-window__intro{font-family:var(--font-body);color:#555;white-space:nowrap;margin:0 0 .76rem;font-size:.92rem}.mail-window__intro strong{font-family:var(--font-game);color:#202b33;font-size:1.13rem;font-weight:600}.mail-window__buttons{justify-content:center;gap:.55rem;width:100%;display:flex}.mail-button{color:#202b33;cursor:pointer;background:linear-gradient(#eef0e8 0%,#dfe1d6 100%);border:1px solid #8d8a78;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.32rem;width:5.4rem;height:5.4rem;text-decoration:none;transition:background-color 80ms,transform 80ms,box-shadow 80ms;display:flex;box-shadow:inset 0 1px #fff9,inset -1px -1px #0000001f,inset 0 2px 3px #00000026}@media (hover:hover) and (pointer:fine){.mail-button:hover{background:linear-gradient(#f5f6f0 0%,#e9ebe1 100%)}}.mail-button:active{background:linear-gradient(#dfe1d6 0%,#d0d2c6 100%);transform:translateY(1px);box-shadow:inset 0 2px 3px #0003}.mail-button__icon{object-fit:contain;width:2.8rem;height:2.8rem;image-rendering:pixelated}.mail-button__label{font-family:var(--font-game);font-size:.86rem;font-weight:600}@media (width<=600px){.mail-window__buttons{gap:.4rem}.game-window--compact .game-window__body{padding:.55rem .6rem}.mail-window__intro{white-space:normal;margin:0 0 .4rem;line-height:1.25}.mail-button{aspect-ratio:1;flex:1 1 0;gap:.2rem;width:auto;height:auto}.mail-button__icon{width:3rem;height:3rem}.mail-button__label{font-size:1.1rem}}
