:root{--eq-ink:#18212b;--eq-ink-2:#293645;--eq-cream:#fff4d8;--eq-paper:#ffe9b4;--eq-panel:#31485c;--eq-panel-dark:#1f2f3d;--eq-blue:#2d7dd2;--eq-sky:#8ed9ff;--eq-green:#3fa35b;--eq-lime:#b6e36d;--eq-orange:#f56a28;--eq-gold:#f3b43f;--eq-red:#d93f31;--eq-muted:#778892;--eq-shadow:#0d141c47;--eq-radius:8px;--eq-border:3px solid #111922}html{letter-spacing:0;font-family:Trebuchet MS,Verdana,Arial,sans-serif;font-size:16px}body,button,input{font:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,strong{letter-spacing:0}h1{font-size:1.45rem;line-height:1.05}h2{font-size:1.2rem;line-height:1.1}h3{font-size:1.05rem;line-height:1.2}p{line-height:1.45}.pixel-kicker{color:var(--eq-gold);text-transform:uppercase;font-size:.76rem;font-weight:900;line-height:1.2}@keyframes seismic-pulse{0%{opacity:.65;transform:translate(-50%,-50%)scale(.66)}to{opacity:0;transform:translate(-50%,-50%)scale(2.1)}}@keyframes route-glow{0%,to{filter:drop-shadow(0 0 #f56a2800)}50%{filter:drop-shadow(0 0 9px #f56a28cc)}}@keyframes pixel-glow{0%,to{box-shadow:0 0 #f3b43f00}50%{box-shadow:0 0 18px #f3b43fbf}}@keyframes screen-shake{0%,to{transform:translate(0,0)}15%{transform:translate(-7px,5px)}30%{transform:translate(8px,-5px)}45%{transform:translate(-5px,-4px)}60%{transform:translate(7px,4px)}75%{transform:translate(-4px,3px)}}@keyframes unlock-pop{0%{opacity:0;transform:scale(.72)}75%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.seismic-pulse{border:3px solid var(--eq-orange);pointer-events:none;border-radius:999px;width:64px;height:64px;animation:1.7s ease-out infinite seismic-pulse;position:absolute;top:50%;left:50%}.pixel-glow{animation:1.8s ease-in-out infinite pixel-glow}.screen-shake{animation:.55s linear infinite screen-shake}.unlock-pop{animation:.36s ease-out both unlock-pop}.eduquake-shell{min-height:100vh;padding:14px}.eduquake-layout{grid-template-columns:minmax(220px,270px) minmax(0,1fr) minmax(260px,330px);gap:14px;max-width:1680px;margin:14px auto 0;display:grid}.eduquake-main{gap:14px;min-width:0;display:grid}.pixel-panel,.pixel-window,.preparedness-level,.pixel-hud{background:linear-gradient(180deg, #fff4d814, transparent 34%), var(--eq-panel);border:var(--eq-border);border-radius:var(--eq-radius);box-shadow:0 8px 0 #111922, 0 18px 34px var(--eq-shadow);color:var(--eq-cream)}.pixel-panel{padding:14px}.pixel-panel__header,.pixel-hud,.world-map-toolbar,.pixel-window__title,.pixel-dialog__header,.pixel-panel__actions{align-items:center;gap:12px;display:flex}.pixel-panel__header,.world-map-toolbar{justify-content:space-between;margin-bottom:12px}.pixel-panel__header h2{color:#fff}.pixel-button{text-transform:uppercase;border:3px solid #111922;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:10px 14px;font-weight:900;line-height:1;transition:transform .12s,filter .12s;display:inline-flex;box-shadow:0 5px #111922}.pixel-button:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-2px)}.pixel-button:not(:disabled):active{transform:translateY(3px);box-shadow:0 2px #111922}.pixel-button:disabled{filter:grayscale(.8);opacity:.58}.pixel-button--primary{background:var(--eq-orange);color:#fff8df}.pixel-button--secondary{background:var(--eq-blue);color:#fff8df}.pixel-button--success{background:var(--eq-green);color:#fff8df}.pixel-button--ghost{color:var(--eq-ink);background:#e7edf0}.pixel-button--sm{min-height:34px;padding:8px 10px;font-size:.78rem}.pixel-button--lg{min-height:48px;padding:14px 18px}.pixel-button__icon{text-align:center;background:#fff3;border-radius:4px;min-width:22px;padding:3px 5px}.pixel-progress{background:#111922;border:2px solid #0c1218;border-radius:4px;height:16px;overflow:hidden}.pixel-progress__fill{background:repeating-linear-gradient(90deg, var(--eq-green) 0 12px, var(--eq-lime) 12px 18px);height:100%;transition:width .24s}.pixel-progress__fill--orange{background:repeating-linear-gradient(90deg, var(--eq-orange) 0 12px, var(--eq-gold) 12px 18px)}.pixel-hud{grid-template-columns:minmax(190px,1.2fr) auto minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) auto;align-items:center;gap:12px;max-width:1680px;min-height:72px;margin:0 auto;padding:12px 14px;display:grid}.pixel-hud__brand{flex-shrink:0;align-items:center;gap:12px;min-width:0;display:flex}.pixel-hud__brand>div{flex-direction:column;justify-content:center;min-width:0;display:flex}.pixel-hud__brand strong{color:#fff;white-space:nowrap;font-size:1.24rem;line-height:1.2;display:block}.pixel-hud__brand span,.pixel-hud__stat span,.pixel-hud__xp span{color:#c9d8df;font-size:.76rem;font-weight:800;line-height:1.2;display:block}.pixel-hud__logo{object-fit:contain;background:#fff4d8;border:2px solid #111922;border-radius:6px;flex-shrink:0;width:52px;height:52px;padding:4px}.pixel-hud__stat{background:var(--eq-panel-dark);border:2px solid #111922;border-radius:6px;flex-direction:column;justify-content:center;min-height:52px;padding:10px 12px;display:flex}.pixel-hud__stat span{margin-bottom:2px;line-height:1}.pixel-hud__stat strong{color:#fff;overflow-wrap:anywhere;max-width:170px;font-size:1.1rem;line-height:1.2;display:block}.pixel-hud__coins strong{color:var(--eq-gold)}.pixel-hud__xp{min-width:0}.journey-sidebar,.mission-panel{gap:14px;min-width:0;display:grid}.progress-tracker{gap:8px;margin-bottom:12px;display:grid}.progress-tracker__label{justify-content:space-between;display:flex}.learning-path{gap:8px;margin:0;padding:0;list-style:none;display:grid}.learning-path__item{color:var(--eq-cream);text-align:left;background:#233443;border:2px solid #111922;border-radius:6px;grid-template-columns:34px 1fr;align-items:center;gap:8px;width:100%;min-height:44px;padding:8px;display:grid}.learning-path__item span{background:var(--eq-muted);color:#fff;text-align:center;border:2px solid #111922;border-radius:999px;padding:5px 2px;font-size:.72rem;font-weight:900}.learning-path__item--active,.learning-path__item--recommended{outline:2px solid var(--eq-gold);animation:1.7s ease-in-out infinite pixel-glow}.learning-path__item--active span,.learning-path__item--recommended span{background:var(--eq-orange)}.learning-path__item--completed span{background:var(--eq-green)}.learning-path__item--locked{color:#a9b3b8;opacity:.62}.preparedness-level{gap:10px;padding:12px;display:grid}.preparedness-level__badge{background:var(--eq-paper);height:66px;image-rendering:pixelated;border:2px solid #111922;border-radius:6px;width:66px}.badge-row{flex-wrap:wrap;gap:6px;display:flex}.badge-row img{height:36px;image-rendering:pixelated;background:#fff4d8;border:2px solid #111922;border-radius:6px;width:36px}.world-map-shell{min-width:0}.world-map{border:var(--eq-border);border-radius:var(--eq-radius);box-shadow:0 8px 0 #111922, 0 18px 34px var(--eq-shadow);cursor:grab;touch-action:none;background:linear-gradient(#8ed9ff57,#3fa35b1f),#426f86;height:520px;position:relative;overflow:hidden}.camera-controller{width:100%;height:100%;transition:transform .22s}.world-map__stage{isolation:isolate;width:100%;height:100%;position:relative}.world-map__backdrop{object-fit:cover;opacity:.7;z-index:0;width:100%;height:100%;position:absolute;inset:0}.world-map__stage:before{content:"";z-index:1;background:radial-gradient(circle at 50% 9%,#2d7dd247,#0000 14%),radial-gradient(circle at 35% 39%,#f56a2838,#0000 13%),radial-gradient(circle at 65% 39%,#3fa35b3d,#0000 13%),radial-gradient(circle at 50% 87%,#d93f312e,#0000 15%);position:absolute;inset:0}.world-map__routes{z-index:2;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.route-line{stroke-linecap:round;stroke-width:1.4px}.route-line--active{stroke:var(--eq-orange);stroke-dasharray:2.4 1.2;animation:1.4s ease-in-out infinite route-glow}.route-line--completed{stroke:var(--eq-green)}.route-line--locked{stroke:#83909a;stroke-dasharray:1.6 1.4}.route-node{color:#fff;z-index:3;background:0 0;place-items:center;gap:5px;min-width:92px;display:grid;position:absolute;transform:translate(-50%,-50%)}.route-node__orb{box-shadow:none;color:#fff;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:62px;height:62px;font-size:.76rem;font-weight:900;display:flex}.route-node__orb img{height:100%;image-rendering:pixelated;width:100%}.route-node__label{border:2px solid var(--eq-paper);overflow-wrap:anywhere;text-transform:uppercase;background:#111922;border-radius:5px;max-width:116px;padding:5px 7px;font-size:.72rem;font-weight:900}.route-node--active .route-node__orb,.route-node--recommended .route-node__orb{animation:1.4s ease-in-out infinite pixel-glow}.route-node--locked{opacity:.66}.mini-map{background:var(--eq-panel-dark);border:2px solid #111922;border-radius:6px;width:96px;height:54px;position:relative}.mini-map span{background:var(--eq-muted);border:1px solid #111922;border-radius:999px;width:7px;height:7px;position:absolute;transform:translate(-50%,-50%)}.mini-map span.is-active{background:var(--eq-gold);width:10px;height:10px}.mobile-zone-strip{display:none}.zone-workspace{min-width:0}.zone-hero-image,.zone-scene img,.kit-zone__scene>img,.risk-map-canvas img,.risk-detail img{object-fit:cover;border:3px solid #111922;border-radius:6px;width:100%}.zone-hero-image{aspect-ratio:16/7}.command-center,.final-zone{gap:12px;display:grid}.command-console{background:var(--eq-panel-dark);border:3px solid #111922;border-radius:6px;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.command-console__sprite{background:var(--eq-paper);height:76px;image-rendering:pixelated;border:2px solid #111922;border-radius:6px;width:76px}.command-console__main{gap:9px;display:grid}.command-menu,.zone-actions,.choice-row,.quiz-actions,.mission-actions{flex-wrap:wrap;gap:8px;display:flex}.zone-learning-grid,.risk-map-zone,.kit-zone{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:14px;display:grid}.zone-scene{min-height:280px;position:relative}.zone-scene img,.kit-zone__scene>img,.risk-map-canvas img{aspect-ratio:16/10;height:100%}.scene-hotspot,.risk-marker{background:var(--eq-orange);color:#fff;z-index:2;border:3px solid #111922;border-radius:999px;font-weight:900;animation:1.8s ease-in-out infinite pixel-glow;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px #111922}.scene-hotspot{width:38px;height:38px}.scene-hotspot--board{top:34%;left:36%}.scene-hotspot--globe{top:42%;left:68%}.scene-hotspot--dust{top:70%;left:54%}.hotspot-list,.risk-detail,.hazard-detection,.earthquake-event,.evacuation-simulation,.quiz-card,.quiz-result,.survival-scenario{background:var(--eq-panel-dark);border:2px solid #111922;border-radius:6px;gap:10px;padding:12px;display:grid}.hotspot-list article{background:#293b4b;border:2px solid #111922;border-radius:5px;padding:10px}.hotspot-list article.is-open{border-color:var(--eq-gold)}.risk-map-canvas{min-height:310px;position:relative}.risk-marker{background:var(--marker-color);white-space:nowrap;padding:7px 9px;font-size:.72rem}.risk-detail img{aspect-ratio:16/10}.kit-zone__scene{min-height:360px;position:relative}.inventory-grid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:9px;display:grid}.drag-item,.item-card{color:var(--eq-ink);text-align:center;background:#e8f1f2;border:3px solid #111922;border-radius:6px;justify-items:center;gap:6px;min-height:128px;padding:10px;display:grid;box-shadow:0 4px #111922}.drag-item img,.item-card img{height:44px;image-rendering:pixelated;width:44px}.drag-item span,.item-card p{font-size:.76rem}.drag-item.is-collected{background:#c9f3cf}.emergency-bag{width:min(330px,100% - 28px);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.emergency-bag__lid{background:#d94434;border:3px solid #111922;border-bottom:0;border-radius:8px 8px 0 0;width:66%;height:34px;margin:0 auto}.emergency-bag__body{background:#ee5d42;border:3px solid #111922;border-radius:8px;gap:8px;padding:12px;display:grid;box-shadow:0 5px #111922}.emergency-bag__items{grid-template-columns:repeat(6,1fr);gap:5px;display:grid}.emergency-bag__items span{opacity:.45;background:#8e2c24;border:2px solid #111922;border-radius:4px;justify-content:center;align-items:center;height:38px;display:flex}.emergency-bag__items span.is-filled{background:var(--eq-paper);opacity:1}.emergency-bag__items img{height:26px;image-rendering:pixelated;width:26px}.hazard-detection label{background:#293b4b;border:2px solid #111922;border-radius:5px;align-items:center;gap:10px;padding:10px;display:flex}.hazard-detection label.is-checked{background:#244b34}.hazard-detection input{width:18px;height:18px}.earthquake-event{position:relative;overflow:hidden}.warning-overlay{pointer-events:none;background:#d93f3133;animation:.8s ease-in-out infinite pixel-glow;position:absolute;inset:0}.earthquake-event__timer{justify-content:space-between;align-items:center;display:flex;position:relative}.earthquake-event__timer strong{color:var(--eq-gold);font-size:1.6rem}.earthquake-event__sequence{grid-template-columns:repeat(3,1fr);gap:8px;display:grid;position:relative}.earthquake-event__sequence span,.quiz-choice,.evacuation-path__step{color:var(--eq-ink);text-align:center;background:#e8f1f2;border:3px solid #111922;border-radius:6px;padding:10px;font-weight:900;box-shadow:0 4px #111922}.earthquake-event__sequence span.is-correct,.quiz-choice.is-correct,.evacuation-path__step.is-selected:not(.is-danger){background:#b9f0a5}.evacuation-path{gap:8px;display:grid}.evacuation-path__step.is-danger.is-selected{background:#ffc0b8}.quiz-card__choices{gap:8px;display:grid}.quiz-choice.is-selected{outline:3px solid var(--eq-gold)}.quiz-progress{gap:6px;display:grid}.quiz-result{background:#243443}.system-note{color:#dce7eb;font-size:.9rem}.mission-state{background:var(--eq-muted);text-transform:uppercase;border:2px solid #111922;border-radius:999px;margin-bottom:10px;padding:5px 9px;font-size:.72rem;font-weight:900;display:inline-flex}.mission-state--active,.mission-state--recommended{background:var(--eq-orange)}.mission-state--completed{background:var(--eq-green)}.mission-objectives{gap:8px;margin:12px 0;padding:0;list-style:none;display:grid}.mission-objectives li{background:var(--eq-panel-dark);border:2px solid #111922;border-radius:5px;grid-template-columns:34px 1fr;align-items:center;gap:8px;padding:8px;display:grid}.mission-objectives li span{background:var(--eq-muted);text-align:center;border-radius:4px;padding:4px;font-size:.7rem;font-weight:900}.mission-objectives li.is-ready span{background:var(--eq-green)}.mission-tip{background:#533927;border:2px solid #111922;border-radius:6px;gap:6px;margin-bottom:12px;padding:10px;display:grid}.npc-dialog{background:var(--eq-panel-dark);border:2px solid #111922;border-radius:6px;grid-template-columns:58px 1fr;align-items:start;gap:10px;margin-bottom:12px;padding:10px;display:grid}.npc-portrait img{background:var(--eq-paper);height:52px;image-rendering:pixelated;border:2px solid #111922;border-radius:6px;width:52px}.npc-bubble{color:#dce7eb;margin-top:5px;font-size:.86rem}.pixel-tooltip{position:relative}.pixel-tooltip__bubble{border:2px solid var(--eq-paper);color:var(--eq-cream);white-space:nowrap;z-index:10;background:#111922;border-radius:4px;padding:6px 8px;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.pixel-tooltip:hover .pixel-tooltip__bubble{display:block}.pixel-dialog{z-index:50;background:#0d141cb8;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.pixel-dialog__box{background:var(--eq-panel);border:var(--eq-border);border-radius:8px;width:100%;max-width:520px;padding:14px}.pixel-dialog__header{justify-content:space-between;margin-bottom:12px}.glow-overlay,.fog-overlay{pointer-events:none;position:absolute;inset:0}.glow-overlay{background:radial-gradient(circle,#f3b43f3d,#0000 34%)}.fog-overlay{background:linear-gradient(#e8f1f22e,#0000 42%)}@media (width<=1180px){.eduquake-layout,.journey-sidebar,.mission-panel{grid-template-columns:minmax(0,1fr)}.pixel-hud{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.pixel-hud__brand{grid-column:1/-1}}@media (width<=780px){.eduquake-shell{padding:8px}.pixel-hud{grid-template-columns:auto 1fr;gap:10px;min-height:auto;padding:8px 10px}.pixel-hud__brand{grid-column:1/2}.pixel-hud__stat{min-height:auto;padding:6px 8px;font-size:.85rem}.pixel-hud__stat span{font-size:.65rem}.pixel-hud__stat strong{font-size:.95rem}.pixel-hud__logo{width:44px;height:44px}.world-map{display:none}.mobile-zone-strip{scroll-snap-type:x mandatory;grid-auto-columns:minmax(260px,82%);grid-auto-flow:column;gap:10px;padding:0 0 12px;display:grid;overflow-x:auto}.zone-entrance{background:var(--eq-panel);border:var(--eq-border);color:var(--eq-cream);scroll-snap-align:start;border-radius:8px;gap:10px;padding:10px;display:grid}.zone-entrance img{aspect-ratio:16/9;object-fit:cover;border:2px solid #111922;border-radius:6px;width:100%}.zone-entrance.is-locked{filter:grayscale(.8);opacity:.68}.zone-learning-grid,.risk-map-zone,.kit-zone,.command-console{grid-template-columns:minmax(0,1fr)}.command-console__sprite{justify-self:center}}.simple-eduquake{color:#101922;background:radial-gradient(circle at 88% 86%,#2d7dd21f,#0000 24%),linear-gradient(#eef8f7 0,#fcfffafa 44%,#f8fbf3 100%);min-height:100vh}.simple-header{z-index:20;background:#0d1b27;border-bottom:3px solid #111922;justify-content:space-between;align-items:center;height:74px;padding:0 clamp(18px,6vw,78px);display:flex;position:relative}.simple-logo{color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex}.simple-logo img{filter:drop-shadow(3px 3px #17202a);object-fit:contain;width:42px;height:42px}.simple-logo span{color:#f7fbff;letter-spacing:0;text-shadow:3px 3px #17202a;text-transform:uppercase;font-size:clamp(1.45rem,3.4vw,2.25rem);font-weight:950}.simple-nav,.simple-footer nav{align-items:center;gap:clamp(16px,3vw,38px);display:flex}.simple-nav a,.simple-footer a{color:#f7fbff;letter-spacing:0;text-transform:uppercase;padding:8px 0;font-size:.86rem;font-weight:900;text-decoration:none}.simple-nav a:nth-child(2){border-bottom:2px solid #f7fbff}.simple-hero{background:linear-gradient(90deg,#0d1b27,#112332cc 26% 74%,#0d1b27),#102030;border-bottom:3px solid #111922;height:clamp(260px,42vw,430px);position:relative;overflow:hidden}.simple-hero .smart-image{width:100%;max-width:1380px;height:100%;margin:0 auto}.simple-hero .smart-image:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0d1b2770,#0000 14% 86%,#0d1b2770),linear-gradient(#ffffff14,#0000 16% 80%,#0d1b275c);position:absolute;inset:0}.smart-image{background:linear-gradient(90deg,#ffffff1f,#2d7dd21f,#ffffff1f),#cbd8d7;display:block;position:relative;overflow:hidden}.smart-image:before{content:"";opacity:.46;background:repeating-linear-gradient(90deg,#0000 0 10px,#ffffff57 10px 14px);animation:1.1s ease-in-out infinite pixel-glow;position:absolute;inset:0}.smart-image.is-loaded:before{display:none}.smart-image img{opacity:0;object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .18s;position:absolute;inset:0}.smart-image img[data-fit=contain]{object-fit:contain}.smart-image.is-loaded img{opacity:1}.simple-main{grid-template-columns:minmax(220px,250px) minmax(0,740px);align-items:start;gap:34px;max-width:1080px;margin:0 auto;padding:42px 24px 84px;display:grid}.simple-sidebar{gap:22px;height:max-content;display:grid}.simple-sidebar h2,.simple-module-title h1,.simple-drawer-label{color:#05090d;font-weight:950}.simple-sidebar h2{font-size:1.45rem}.simple-module-list,.simple-progress-card,.simple-drawer{background:#ffffffeb;border:2px solid #111922;border-radius:8px;box-shadow:0 4px #1119221f,0 14px 26px #1119221a}.simple-module-list{gap:4px;padding:10px;display:grid}.simple-module-list button{color:#101922;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:30px 1fr;align-items:center;gap:10px;min-height:44px;padding:8px 9px;font-weight:900;transition:background .14s,border-color .14s,transform .14s;display:grid}.simple-module-list button:hover{background:#f1f6f4;border-color:#1119222e;transform:translate(2px)}.simple-module-list button.is-active{background:#e6edf0;border-color:#11192247;box-shadow:inset 0 0 0 1px #11192214}.simple-module-list .smart-image{height:28px;image-rendering:pixelated;background:#2f8f57;border:2px solid #111922;border-radius:4px;width:28px;padding:2px}.simple-module-list .smart-image img{padding:3px}.simple-progress-card{gap:7px;padding:14px;display:grid}.simple-progress-card h3{color:#05090d;font-size:1.15rem;font-weight:950}.simple-progress-card p{color:#111922;font-weight:800;line-height:1.15}.simple-module-content{min-width:0}.simple-module-title{margin-bottom:12px}.simple-module-title h1{font-size:clamp(1.9rem,4vw,2.35rem);line-height:1}.simple-module-title p{color:#101922;font-size:clamp(1.25rem,3vw,1.8rem);line-height:1.16}.simple-feature-image{background:#111922;border:2px solid #111922;border-radius:8px;margin-bottom:30px;position:relative;overflow:hidden;box-shadow:0 5px #1119222e,0 18px 38px #11192229}.simple-feature-image .smart-image{aspect-ratio:16/9;width:100%}.simple-feature-image:after{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#0000 18%,#0d1b272e);position:absolute;inset:0}.simple-feature-caption{color:#fff;z-index:2;background:#0d1b27d6;border:2px solid #ffffff4d;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-width:150px;padding:7px 10px;display:flex;position:absolute;bottom:12px;left:12px}.simple-feature-caption span{text-transform:uppercase;font-size:.78rem;font-weight:900}.simple-feature-caption strong{color:#f3b43f}.simple-hand-cursor{color:#111922;background:#f7fbff;border:3px solid #111922;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;font-weight:950;display:flex;position:absolute;bottom:70px;left:54%;transform:rotate(45deg);box-shadow:0 4px #1119223d}.simple-drawer-label{margin-bottom:12px;font-size:1.3rem}.simple-drawer{padding:16px}.simple-drawer h3{color:#05090d;margin-bottom:12px;font-size:1.45rem;font-weight:950}.simple-step-list{gap:10px;display:grid}.simple-step{color:#111922;background:#fff;border:1px solid #9eaab1;border-radius:6px;grid-template-columns:76px 1fr 24px;align-items:center;gap:16px;min-height:76px;padding:8px 12px 8px 8px;transition:background .14s,border-color .14s,transform .14s;display:grid}.simple-step:hover{background:#f6faf8;border-color:#6c7b82;transform:translateY(-1px)}.simple-step__thumb{background:#eef0e9;border-radius:4px;width:68px;height:60px;overflow:hidden}.simple-step__thumb .smart-image{width:100%;height:100%}.simple-step span:nth-child(2){font-size:1.35rem;line-height:1.1}.simple-step input{accent-color:#2d7dd2;width:22px;height:22px}.simple-actions{justify-content:flex-end;margin-top:18px;display:flex}.simple-actions button{color:#fff;text-transform:uppercase;background:#2d7dd2;border:3px solid #1b526f;border-radius:8px;min-height:48px;padding:0 24px;font-weight:950;transition:transform .14s,filter .14s;box-shadow:0 4px #11192238}.simple-actions button:hover{filter:brightness(1.07);transform:translateY(-2px)}.simple-footer{background:#0d1b27;border-top:3px solid #111922;justify-content:space-between;align-items:end;min-height:58px;padding:0 clamp(18px,6vw,78px);display:flex;position:relative}.simple-footer nav{align-self:center;gap:28px}.simple-footer a{font-size:.76rem}.simple-skyline{align-items:end;gap:4px;height:70px;display:flex}.simple-skyline span{background:#c8d7d8;border:2px solid #111922;border-bottom:0;width:34px;display:block}.simple-skyline span:first-child{background:#70a56f;height:22px}.simple-skyline span:nth-child(2){height:45px}.simple-skyline span:nth-child(3){background:#e1b16a;height:32px}.simple-skyline span:nth-child(4){height:56px}.simple-skyline span:nth-child(5){background:#92b6c7;height:38px}@media (width<=860px){.simple-header{flex-direction:column;align-items:flex-start;gap:10px;height:auto;padding-top:12px;padding-bottom:12px}.simple-nav{gap:18px;width:100%;overflow-x:auto}.simple-nav a{white-space:nowrap}.simple-main{grid-template-columns:minmax(0,1fr);padding-inline:16px}.simple-sidebar{order:1}.simple-module-content{order:2}.simple-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-footer{align-items:center;min-height:64px}.simple-footer nav{gap:14px;overflow-x:auto}.simple-skyline{display:none}}@media (width<=520px){.simple-module-list{grid-template-columns:minmax(0,1fr)}.simple-step{grid-template-columns:54px 1fr 22px;gap:10px}.simple-step__thumb{width:52px;height:52px}.simple-step span:nth-child(2){font-size:1.05rem}}.rpg-dashboard{color:#eaf4ff;background:linear-gradient(#07111e,#081726,#0a1623);min-height:100vh;padding-bottom:120px;font-family:Pixelify Sans,VT323,Trebuchet MS,monospace;overflow-x:hidden}.rpg-dashboard *{letter-spacing:0}.rpg-topbar{z-index:20;background:#07111e;border-bottom:2px solid #14314d;grid-template-columns:260px minmax(360px,1fr) 540px;align-items:center;height:72px;padding:0 20px;display:grid;position:sticky;top:0}.rpg-logo{color:#f8fbff;text-shadow:3px 3px #02070d;text-transform:uppercase;align-items:center;gap:10px;text-decoration:none;display:flex}.rpg-logo img{filter:drop-shadow(0 0 8px #f2a53173);height:42px;image-rendering:pixelated;width:42px}.rpg-logo span{font-size:2rem;font-weight:950}.rpg-nav{justify-content:center;gap:42px;display:flex}.rpg-nav a{color:#f6f8fb;text-transform:uppercase;border-bottom:2px solid #0000;padding:24px 0 18px;font-size:1rem;font-weight:900;text-decoration:none}.rpg-nav a.is-active{color:#f2a531;border-bottom-color:#f2a531}.player-hud{border:2px solid #14314d;grid-template-columns:38px 70px 76px 92px 88px 76px 38px;justify-self:end;align-items:center;gap:10px;min-height:48px;padding:6px 8px;display:grid;box-shadow:inset 0 0 18px #14314d73}.player-hud .dashboard-image{background:#08111b;border:2px solid #14314d;width:34px;height:34px}.player-hud strong{color:#07111e;text-align:center;background:#78c850;border:2px solid #295420;padding:6px 8px;font-weight:950}.player-hud span{font-weight:900}.player-hud button,.dashboard-panel button,.strip-arrow{color:#f8fbff;font:inherit;text-transform:uppercase;background:#0b355c;border:2px solid #1b72b0;font-weight:900;transition:all .2s}.player-hud button:hover,.dashboard-panel button:hover,.strip-arrow:hover{transform:translateY(-2px);box-shadow:0 0 12px #f2a53180}.hud-token{color:#ffe2a1}.hud-token--gem{color:#ff7c8a}.rpg-shell{grid-template-columns:240px minmax(760px,1fr) 360px;gap:16px;padding:16px 20px 0;display:grid}.rpg-sidebar{background:#0d1b2bf2;border:2px solid #14314d;min-height:calc(100vh - 100px);padding:18px 14px;box-shadow:inset 0 0 24px #14314d59}.rpg-sidebar nav{gap:7px;display:grid}.rpg-sidebar button{color:#f8fbff;font:inherit;text-align:left;background:0 0;border:2px solid #0000;grid-template-columns:38px 1fr;align-items:center;gap:14px;min-height:54px;padding:7px 10px;font-size:1.06rem;font-weight:850;transition:all .2s;display:grid;position:relative}.rpg-sidebar button:hover{background:#12314d9e}.rpg-sidebar button.is-active{background:#12314d;border-color:#1b72b0 #1b72b0 #1b72b0 #f2a531;border-left-style:solid;border-left-width:4px;box-shadow:0 0 12px #f2a5315c}.rpg-sidebar button.is-active:after{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #f2a531;position:absolute;right:-13px}.rpg-sidebar .dashboard-image{height:34px;image-rendering:pixelated;background:#08111b;border:2px solid #14314d;width:34px}.sidebar-progress{background:#08111b;border:2px solid #14314d;margin-top:22px;padding:14px;box-shadow:inset 0 0 14px #14314d57}.sidebar-progress h3,.dashboard-panel h2,.dashboard-panel h1{color:#f8fbff;text-transform:uppercase;margin:0;font-weight:950;line-height:1.1}.sidebar-progress p{color:#d7e6f2;margin:12px 0 8px}.sidebar-progress>span:last-child{text-align:right;margin-top:8px;font-weight:900;display:block}.rpg-content{gap:16px;min-width:0;display:grid}.dashboard-panel{background:#0d1b2b;border:2px solid #14314d;border-radius:8px;padding:16px;transition:all .2s;box-shadow:inset 0 0 24px #14314d57,0 12px 26px #00000047}.dashboard-panel:hover{transform:translateY(-2px)}.module-strip{min-height:312px;position:relative}.panel-title{align-items:center;gap:14px;margin-bottom:14px;display:flex}.panel-title .dashboard-image{width:38px;height:38px}.panel-title h1{font-size:1.55rem}.module-card-row{scrollbar-color:#14314d #08111b;grid-auto-columns:220px;grid-auto-flow:column;gap:18px;padding:0 40px 6px;display:grid;overflow-x:auto}.module-card{color:#f8fbff;text-align:left;background:#08111b;border:2px solid #14314d;border-radius:6px;gap:10px;width:220px;height:280px;padding:12px;transition:all .2s;display:grid}.module-card.is-active{border:2px solid #f2a531;box-shadow:0 0 12px #f2a53166}.module-card h2{text-transform:uppercase;margin:0;font-size:1rem}.module-card p{color:#d8e5ef;margin:0;font-size:.86rem;line-height:1.45}.module-card .dashboard-image{aspect-ratio:16/10;border:2px solid #14314d}.card-progress,.simulation-progress{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.strip-arrow{z-index:2;width:28px;height:46px;position:absolute;top:150px}.strip-arrow--right{right:16px}.strip-arrow:not(.strip-arrow--right){left:16px}.center-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.86fr);gap:16px;display:grid}.simulation-panel,.survival-panel{gap:12px;display:grid}.simulation-panel .dashboard-image{aspect-ratio:16/9;border:2px solid #14314d}.simulation-panel h3{color:#f8fbff;text-transform:uppercase;margin:0;font-size:1.2rem}.simulation-panel p{color:#d8e5ef;margin:0;font-size:.92rem;line-height:1.5}.simulation-panel button,.survival-panel button,.badges-panel button,.leaderboard-panel button{justify-self:end;min-width:150px;min-height:42px}.step-list{gap:8px;display:grid}.step-list label{background:#08111b;border:2px solid #14314d;border-radius:6px;grid-template-columns:44px 74px 1fr 28px;align-items:center;gap:10px;height:96px;padding:8px;transition:all .2s;display:grid}.step-list label.is-done{border-color:#78c850;box-shadow:inset 0 0 12px #78c85033}.step-number{background:#07111e;border:2px solid #14314d;justify-content:center;align-items:center;height:100%;font-size:1.35rem;font-weight:950;display:flex}.step-list strong{color:#f8fbff;text-transform:uppercase;font-size:1rem;display:block}.step-list small{color:#d8e5ef;font-size:.78rem;line-height:1.35;display:block}.step-list input{appearance:none;background:0 0;border:2px solid #94a3b8;width:22px;height:22px}.step-list input:checked{background:linear-gradient(135deg,#78c850 0 50%,#f2a531 50%);border-color:#78c850}.leaderboard-panel{min-height:102px}.leaderboard-row{grid-template-columns:repeat(4,minmax(130px,1fr)) 160px;align-items:center;gap:8px;margin-top:10px;display:grid}.leaderboard-row div{background:#08111b;border:2px solid #14314d;grid-template-columns:auto 28px 1fr auto;align-items:center;gap:8px;min-height:46px;padding:6px 8px;display:grid}.leaderboard-row div.is-player{background:#235d19;border-color:#78c850}.rpg-right-panel{gap:16px;width:360px;display:grid}.status-panel,.items-panel,.badges-panel{gap:14px;display:grid}.status-line{grid-template-columns:30px 110px minmax(90px,1fr) auto;align-items:center;gap:12px;min-height:36px;display:grid}.status-icon{text-align:center;font-size:1.4rem;font-weight:950}.status-icon--heart,.heart-row{color:#e74c3c}.status-icon--stamina{color:#78c850}.status-icon--xp{color:#f2a531}.heart-row{letter-spacing:2px;font-size:1.2rem}.item-grid{grid-template-columns:repeat(3,88px);justify-content:center;gap:12px;display:grid}.item-grid div{background:#08111b;border:2px solid #14314d;place-items:center;width:88px;height:88px;padding:8px;display:grid}.item-grid span{color:#d8e5ef;text-transform:uppercase;font-size:.68rem}.badge-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.badge-grid div{justify-items:center;gap:6px;display:grid}.preparedness-level__badge,.badge-row img{box-shadow:none;object-fit:contain;background:0 0;border:0;padding:0}.preparedness-level__badge,.badge-row img,.badge-grid .dashboard-image img{filter:drop-shadow(2px 3px #050a1073)}.badge-grid .dashboard-image{box-shadow:none;background:0 0;border:0;overflow:visible}.badge-grid .dashboard-image img[data-fit=contain]{padding:0}.badge-grid span{color:#f8fbff;text-align:center;font-size:.72rem;line-height:1.15}.dash-meter{background:#050c15;border:2px solid #14314d;border-radius:4px;height:16px;display:block;overflow:hidden}.dash-meter__fill{background:linear-gradient(90deg,#4da82c,#78c850);height:100%;transition:width .25s;display:block}.dash-meter__fill--orange{background:linear-gradient(90deg,#c56f17,#f2a531)}.dashboard-image{background:#08111b;display:block;position:relative;overflow:hidden}.dashboard-image img{image-rendering:auto;object-fit:cover;width:100%;height:100%}.rpg-footer{z-index:18;background:linear-gradient(#0000,#050c15f0,#050c15);grid-template-columns:1fr auto;height:120px;padding:78px 28px 18px;display:grid;position:fixed;bottom:0;left:0;right:0}.rpg-footer p,.rpg-footer a{color:#f8fbff;margin:0;font-size:.92rem;font-weight:800;text-decoration:none}.rpg-footer nav{gap:42px;display:flex}.pixel-landscape{pointer-events:none;height:82px;position:absolute;bottom:42px;left:0;right:0;overflow:hidden}.mountain{background:linear-gradient(135deg,#0000 50%,#3c5364 51%);width:160px;height:90px;position:absolute;bottom:8px}.mountain--left{left:58px}.mountain--right{right:122px}.building,.tree,.monument{position:absolute;bottom:0}.building{background:#23506d;border:2px solid #07111e;width:22px;height:30px}.building:nth-of-type(4n){background:#c36e23;height:42px}.building:nth-of-type(5n){background:#3e6f91;height:52px}.tree{background:#2f7e42;border:2px solid #07111e;border-radius:50% 50% 0 0;width:18px;height:22px}.monument{background:#f0f2e6;width:16px;height:58px;left:50%;transform:translate(-50%)}.monument:before{content:"";background:#f0f2e6;width:6px;height:14px;position:absolute;top:-14px;left:5px}.building:first-of-type{left:18%}.building:nth-of-type(2){left:21%}.building:nth-of-type(3){left:24%}.building:nth-of-type(4){left:28%}.building:nth-of-type(5){left:31%}.building:nth-of-type(6){left:35%}.building:nth-of-type(7){left:39%}.building:nth-of-type(8){left:43%}.building:nth-of-type(9){left:47%}.building:nth-of-type(10){left:53%}.building:nth-of-type(11){left:57%}.building:nth-of-type(12){left:61%}.building:nth-of-type(13){left:65%}.building:nth-of-type(14){left:69%}.building:nth-of-type(15){left:73%}.building:nth-of-type(16){left:77%}.building:nth-of-type(17){left:81%}.building:nth-of-type(18){left:85%}.tree:last-of-type{left:1%}.tree:nth-last-of-type(2){left:4%}.tree:nth-last-of-type(3){left:7%}.tree:nth-last-of-type(4){left:10%}.tree:nth-last-of-type(5){left:13%}.tree:nth-last-of-type(6){left:16%}.tree:nth-last-of-type(7){left:88%}.tree:nth-last-of-type(8){left:91%}.tree:nth-last-of-type(9){left:94%}.tree:nth-last-of-type(10){left:97%}.rpg-bottom-nav{display:none}@media (width<=1280px){.rpg-topbar{grid-template-columns:230px 1fr;row-gap:8px;height:auto;padding-top:10px;padding-bottom:10px}.player-hud{grid-column:1/-1;justify-self:stretch}.rpg-shell{grid-template-columns:220px minmax(0,1fr)}.rpg-right-panel{grid-column:2;grid-template-columns:repeat(3,minmax(0,1fr));width:auto}.badge-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.rpg-dashboard{padding-bottom:76px}.rpg-topbar{grid-template-columns:1fr}.rpg-nav,.rpg-sidebar,.rpg-footer{display:none}.player-hud{grid-template-columns:38px 70px 1fr auto;overflow-x:auto}.player-hud .hud-token,.player-hud button{display:none}.rpg-shell{grid-template-columns:minmax(0,1fr);padding:12px;display:grid}.rpg-content,.rpg-right-panel{width:auto}.rpg-right-panel{grid-column:auto;grid-template-columns:minmax(0,1fr)}.module-strip{min-height:300px}.module-card-row{grid-auto-columns:220px;padding-inline:0}.strip-arrow{display:none}.center-grid,.leaderboard-row{grid-template-columns:minmax(0,1fr)}.item-grid{grid-template-columns:repeat(3,88px)}.rpg-bottom-nav{z-index:30;background:#07111e;border-top:2px solid #14314d;grid-template-columns:repeat(5,1fr);min-height:62px;display:grid;position:fixed;bottom:0;left:0;right:0}.rpg-bottom-nav a{color:#f8fbff;text-transform:uppercase;justify-content:center;align-items:center;font-size:.72rem;font-weight:900;text-decoration:none;display:flex}.rpg-bottom-nav a:nth-child(2){color:#f2a531}}.rpg-dashboard{padding-bottom:0}.rpg-topbar{grid-template-columns:minmax(210px,260px) minmax(360px,1fr) minmax(420px,560px);overflow:hidden}.rpg-logo-mark,.icon-tile{color:#f8fbff;text-align:center;background:linear-gradient(#ffffff1f,#0000),#12314d;border:2px solid #14314d;flex:none;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 4px;font-size:.68rem;font-weight:950;line-height:1;display:inline-flex;box-shadow:inset 0 0 10px #14314d80}.rpg-logo img,.dashboard-image{display:none}.rpg-logo-mark{color:#07111e;background:linear-gradient(#f7bf54,#f2a531);border-color:#8a5a14;min-width:42px;height:42px;font-size:.82rem}.icon-tile--orange{color:#07111e;background:linear-gradient(#f7bf54,#f2a531);border-color:#8a5a14}.icon-tile--green{color:#07111e;background:linear-gradient(#78c850,#3d8f35);border-color:#295420}.icon-tile--red{background:linear-gradient(#e74c3c,#983026);border-color:#5c201b}.icon-tile--gray{background:linear-gradient(#6d7a86,#36434f);border-color:#94a3b8}.player-hud{grid-template-columns:40px 72px minmax(72px,1fr) auto auto auto 42px;min-width:0;max-width:100%}.player-hud>span,.player-hud>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.player-hud button{min-width:38px;min-height:34px;padding:0 6px}.rpg-shell{grid-template-columns:240px minmax(0,1fr) 360px;align-items:start;min-width:0;padding-bottom:126px}.rpg-sidebar,.rpg-content,.rpg-right-panel{min-width:0}.rpg-sidebar{min-height:0;max-height:calc(100vh - 104px);overflow-y:auto}.rpg-sidebar button{grid-template-columns:42px minmax(0,1fr)}.rpg-sidebar button span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.module-strip{min-height:316px;overflow:hidden}.module-card-row{grid-auto-columns:220px;min-width:0;overflow:auto hidden}.module-card{grid-template-rows:auto 118px minmax(48px,1fr) auto;min-width:220px;overflow:hidden}.module-card h2,.module-card p,.simulation-panel p,.step-list small,.leaderboard-row span{overflow-wrap:anywhere}.strip-arrow{padding:0;font-size:.65rem}.pixel-preview{background:linear-gradient(#8ed9ff1f,#0000),#08111b;border:2px solid #14314d;min-height:118px;display:grid;position:relative;overflow:hidden}.simulation-panel>.pixel-preview{min-height:242px}.pixel-preview__room{background:linear-gradient(90deg,#0000 0 18%,#ffffff14 18% 20%,#0000 20% 80%,#ffffff14 80% 82%,#0000 82%),linear-gradient(#182d40 0 52%,#233443 52% 100%);min-height:100%;position:relative}.room-board,.room-window,.room-table,.room-desk{border:2px solid #07111e;position:absolute}.room-board{background:#264b38;width:36%;height:28%;top:12%;left:32%}.room-window{background:#6fb6d6;width:18%;height:30%;top:14%}.room-window--left{left:6%}.room-window--right{right:6%}.room-table{background:#8a5a2b;width:44%;height:16%;top:56%;left:28%}.room-desk{background:#a16b32;width:18%;height:12%;top:76%}.room-desk--one{left:12%}.room-desk--two{left:41%}.room-desk--three{right:12%}.pixel-preview__icon{z-index:2;min-width:54px;height:46px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pixel-preview__hud{z-index:3;background:#07111eeb;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;display:flex;position:absolute;bottom:0;left:0;right:0}.pixel-preview__hud span,.pixel-preview__hud strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.72rem;overflow:hidden}.center-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.95fr)}.simulation-panel,.survival-panel,.status-panel,.items-panel,.badges-panel{overflow:hidden}.step-list label{grid-template-columns:42px 48px minmax(0,1fr) 26px;min-width:0}.step-list .icon-tile{min-width:48px;height:48px}.status-line{grid-template-columns:32px 96px minmax(0,1fr) auto;min-width:0}.heart-row{color:#e74c3c;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.item-grid{grid-template-columns:repeat(3,minmax(76px,88px))}.item-grid div{width:auto}.item-grid .icon-tile{min-width:52px;height:44px}.badge-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.badge-grid .icon-tile{min-width:52px;height:52px}.leaderboard-row{grid-template-columns:repeat(4,minmax(128px,1fr)) 150px}.leaderboard-row div{grid-template-columns:auto 42px minmax(0,1fr) auto;min-width:0}.leaderboard-row .icon-tile{min-width:38px;height:30px}.rpg-footer{position:fixed}@media (width<=1440px){.rpg-topbar{grid-template-columns:230px minmax(260px,1fr);row-gap:8px;height:auto;padding-top:10px;padding-bottom:10px}.player-hud{grid-column:1/-1;justify-self:stretch}.rpg-shell{grid-template-columns:220px minmax(0,1fr)}.rpg-right-panel{grid-column:2;grid-template-columns:minmax(0,1fr);width:auto}}@media (width<=1100px){.center-grid,.leaderboard-row{grid-template-columns:minmax(0,1fr)}.rpg-right-panel{grid-column:1/-1}}@media (width<=900px){.rpg-shell{padding-bottom:78px}.player-hud{grid-template-columns:40px 72px minmax(80px,1fr) auto}.player-hud>span:nth-of-type(n+2){display:none}.module-card-row{grid-auto-columns:minmax(210px,78vw)}.module-card{width:auto}.rpg-footer{display:none}}@media (width<=560px){.rpg-logo span{font-size:1.35rem}.player-hud{grid-template-columns:40px 68px minmax(70px,1fr)}.player-hud>span,.player-hud button{display:none}.step-list label{grid-template-columns:36px 42px minmax(0,1fr) 24px;height:auto;min-height:96px}.item-grid{grid-template-columns:repeat(2,minmax(76px,1fr))}.badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rpg-logo img{filter:drop-shadow(0 0 8px #f2a53173);image-rendering:auto;object-fit:contain;width:42px;height:42px;display:block}.dashboard-image{background:#08111b;border:2px solid #14314d;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.dashboard-image img{object-fit:cover;width:100%;height:100%;display:block}.dashboard-image img[data-fit=contain]{image-rendering:pixelated;object-fit:contain;padding:3px}.rpg-logo-mark{display:none}.player-hud>.dashboard-image,.rpg-sidebar .dashboard-image,.panel-title .dashboard-image{width:38px;height:38px}.pixel-preview--asset{border:2px solid #14314d;min-height:118px}.pixel-preview--asset>.dashboard-image{border:0;width:100%;height:100%;position:absolute;inset:0}.simulation-panel>.pixel-preview--asset{min-height:242px}.step-list .dashboard-image{width:48px;height:48px}.leaderboard-row .dashboard-image{width:38px;height:30px}.item-grid .dashboard-image{width:54px;height:50px}.badge-grid .dashboard-image{width:58px;height:58px}*{box-sizing:border-box}html{background:#1e2730}body{color:var(--eq-cream);background:linear-gradient(135deg,#2d7dd229,#0000 35%),linear-gradient(225deg,#f56a282e,#0000 42%),#25303a;min-width:320px;min-height:100vh;margin:0}button{border:0}button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed}img{-webkit-user-select:none;user-select:none;max-width:100%;display:block}#root{min-height:100vh}.not-found,.main-layout,.simulation-layout,.dialog-layout{padding:24px}.quest-dashboard{--quest-bg:#0b1220;--quest-paper:#d8c29d;--quest-paper-light:#ead7ae;--quest-paper-dark:#a67843;--quest-wood:#3a2416;--quest-wood-dark:#160d08;--quest-gold:#d9a441;--quest-green:#5fa34c;--quest-red:#b13a2e;color:#24180d;isolation:isolate;background:radial-gradient(circle at 9% 28%,#d9a4411f,#0000 18%),radial-gradient(circle at 93% 24%,#5fa34c1f,#0000 20%),linear-gradient(90deg,#0a0704d1,#0000 14% 84%,#0a0704db),repeating-linear-gradient(90deg,#201109 0 7px,#28160c 7px 14px,#160b06 14px 20px);min-height:100vh;padding:18px 26px 126px;font-family:Trebuchet MS,Pixelify Sans,Verdana,sans-serif;position:relative;overflow-x:hidden}.quest-dashboard:before{content:"";pointer-events:none;z-index:-2;background:linear-gradient(#ffd3651a,#0000 18%),repeating-linear-gradient(0deg,#0000 0 30px,#0000001f 31px 32px);position:fixed;inset:0}.quest-vignette{pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 48%,#0000 0 54%,#00000085 88%),linear-gradient(#0000009e,#0000 18% 76%,#000000a8);position:fixed;inset:0}.quest-topbar{grid-template-columns:minmax(230px,300px) minmax(380px,1fr) minmax(430px,560px);align-items:center;gap:18px;max-width:1760px;margin:0 auto 18px;display:grid}.quest-brand{color:#f8e8bb;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;min-width:0;text-decoration:none;display:grid}.quest-brand img{height:54px;image-rendering:pixelated;object-fit:contain;background:#21150c;border:3px solid #5e3a1b;width:54px;padding:5px;box-shadow:0 4px #080502,inset 0 0 0 2px #0e0804}.quest-brand strong{color:#fff0bf;text-shadow:4px 4px #0b0704,-2px 0 #7f5421;font-size:clamp(2rem,3.1vw,3rem);font-weight:950;line-height:.92;display:block}.quest-brand small{color:var(--quest-gold);letter-spacing:.08em;text-transform:uppercase;margin-top:7px;font-size:.82rem;font-weight:950;display:block}.quest-nav{justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.quest-nav a,.quest-leaderboard button{color:#f8e8bb;text-align:center;text-transform:uppercase;background:linear-gradient(#ffe8a914,#0000 36%),#1b120c;border:3px solid #070402;min-width:132px;padding:14px 18px;font-size:.86rem;font-weight:950;text-decoration:none;box-shadow:0 4px #050302,inset 0 0 0 2px #3f2a15,inset 0 0 18px #d9a44114}.quest-nav a.is-active{color:#ffd86b;border-color:#7f4d12;box-shadow:0 4px #050302,inset 0 0 0 2px #1c1007,0 0 16px #d9a44157}.quest-player{background:linear-gradient(#ffe8a914,#0000 50%),#19110c;border:3px solid #050302;grid-template-columns:48px auto minmax(84px,1fr) auto auto auto;align-items:center;gap:12px;min-height:72px;padding:10px 14px;display:grid;box-shadow:0 5px #050302,inset 0 0 0 2px #3e2a16}.quest-avatar{background:#2b1a0e;border:2px solid #7a4b1d;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 0 0 2px #0d0704}.quest-avatar img,.quest-module-list img,.quest-inventory-grid img,.quest-step-thumb img,.quest-leaderboard img,.quest-tip img{image-rendering:pixelated}.quest-avatar img{object-fit:contain;width:38px;height:38px}.quest-player strong{color:#64e241;text-shadow:2px 2px #050302;white-space:nowrap;font-size:1.2rem}.quest-xp{background:#0d0b08;border:2px solid #392817;min-width:72px;height:17px;display:block;overflow:hidden;box-shadow:inset 0 0 0 2px #050302}.quest-xp-text{color:#f8e8bb;white-space:nowrap;font-size:.88rem;font-weight:950}.quest-currency{color:#f8e8bb;white-space:nowrap;align-items:center;gap:8px;font-size:1rem;font-weight:950;display:inline-flex}.quest-currency i{width:24px;height:24px;display:inline-block;position:relative}.quest-currency--gold i{background:#e5b949;border:3px solid #704516;border-radius:999px;box-shadow:inset 0 0 0 3px #ffdc68,2px 2px #050302}.quest-currency--gem i{clip-path:polygon(50% 0,100% 34%,78% 100%,22% 100%,0 34%);filter:drop-shadow(2px 2px #050302);background:linear-gradient(135deg,#ff9184 0 30%,#c82830 31% 72%,#76101a 73%)}.quest-stage{grid-template-columns:226px minmax(0,1fr);align-items:stretch;gap:22px;max-width:1760px;margin:0 auto;display:grid}.quest-sidebar{grid-template-rows:minmax(0,1fr) auto;gap:14px;min-height:0;display:grid}.quest-side-panel{background:linear-gradient(#ead7ae14,#0000 34%),repeating-linear-gradient(0deg,#21140b 0 8px,#170d07 8px 16px);border:4px solid #080503;padding:12px;position:relative;box-shadow:0 7px #060302,inset 0 0 0 2px #5f3b1b,0 0 18px #0000006b}.quest-side-panel h2{color:#d9a441;text-align:center;text-transform:uppercase;border-bottom:2px solid #5e3a1b;margin:0 0 10px;padding:0 0 9px;font-size:.9rem;font-weight:950}.quest-module-list{gap:8px;display:grid}.quest-module-list button{background:linear-gradient(135deg, #fff2c91f, transparent 42%), var(--quest-paper);color:#2d1a0d;text-align:left;border:3px solid #120a05;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;padding:7px 8px;display:grid;position:relative;box-shadow:inset 0 0 0 2px #603b1ba6,0 3px #070402}.quest-module-list button:after{border-bottom:11px solid #0000;border-left:13px solid var(--quest-gold);content:"";filter:drop-shadow(2px 2px #070402);border-top:11px solid #0000;display:none;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.quest-module-list button:hover,.quest-module-list button.is-active{background:linear-gradient(135deg,#fff3,#0000 42%),#ead7ae;box-shadow:inset 0 0 0 2px #f7d166,0 0 14px #d9a44185,0 3px #070402}.quest-module-list button.is-active:after{display:block}.quest-module-list img{object-fit:cover;background:#1d1209;border:2px solid #5b381a;width:36px;height:36px;padding:2px}.quest-module-list span{overflow-wrap:anywhere;font-size:.82rem;font-weight:950;line-height:1.12}.quest-side-panel--inventory{padding-bottom:14px}.quest-inventory-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.quest-inventory-grid button{color:#f1d69e;background:#0e0a06;border:3px solid #060302;place-items:center;gap:4px;min-height:62px;padding:5px;display:grid;box-shadow:inset 0 0 0 2px #4b2d14,0 3px #050302}.quest-inventory-grid img{object-fit:contain;width:30px;height:30px}.quest-inventory-grid span{text-transform:uppercase;font-size:.58rem;font-weight:950;line-height:1}.quest-book{background:linear-gradient(90deg,#2f1d10 0 1.2%,#0000 1.4% 98.6%,#2f1d10 98.8%),linear-gradient(#5b3519,#1e1008);border:6px solid #090503;grid-template-columns:1fr 1fr;gap:0;min-height:760px;padding:18px 22px;display:grid;position:relative;box-shadow:0 11px #050302,0 28px 38px #00000085,inset 0 0 0 4px #8b541f}.quest-book:before,.quest-book:after{content:"";pointer-events:none;position:absolute}.quest-book:before{z-index:3;background:linear-gradient(90deg,#00000061,#ffeeb81f,#0006);width:42px;top:17px;bottom:17px;left:50%;transform:translate(-50%)}.quest-book:after{z-index:2;border:3px solid #4628109e;inset:20px}.quest-book__spine{z-index:5;background:linear-gradient(90deg,#00000080,#5b3519 38%,#8d5625 50%,#4a2811 64%,#00000085);width:18px;position:absolute;top:8px;bottom:8px;left:calc(50% - 9px)}.quest-book__ribbon{z-index:6;background:#8f1f17;border:3px solid #4a0e0b;width:36px;height:92px;position:absolute}.quest-book__ribbon--top{top:-2px;left:86px}.quest-book__ribbon--bottom{bottom:-28px;left:50%;transform:translate(-50%)}.quest-page{background:radial-gradient(circle at 12% 18%, #ffffff29, transparent 16%), radial-gradient(circle at 86% 84%, #4e250c24, transparent 19%), repeating-linear-gradient(0deg, #6946200b 0 2px, transparent 2px 24px), var(--quest-paper);gap:18px;padding:clamp(24px,3vw,54px);display:grid;position:relative;box-shadow:inset 0 0 0 3px #5f3a1973,inset 0 0 34px #5c321157}.quest-page:before{content:"";pointer-events:none;background:linear-gradient(90deg,#49270f42,#0000 10% 90%,#49270f3d),linear-gradient(#49270f2e,#0000 12% 88%,#49270f2e);border:3px double #4e30146b;position:absolute;inset:22px}.quest-page--left{border-radius:18px 0 0 18px;padding-right:clamp(32px,3.5vw,70px)}.quest-page--right{border-radius:0 18px 18px 0;padding-left:clamp(32px,3.5vw,70px)}.quest-page-title{text-align:center;text-transform:uppercase;z-index:1;border-bottom:3px solid #4e301470;justify-self:center;width:min(420px,88%);padding-bottom:9px;position:relative}.quest-page-title h1,.quest-page-title h2{color:#1e160c;text-shadow:2px 2px #ffebb480;font-size:clamp(1.55rem,2vw,2.25rem);font-weight:950;line-height:1}.quest-illustration{z-index:1;background:#563315;border:5px solid #4b2b12;min-height:310px;margin:0;position:relative;overflow:hidden;box-shadow:0 5px #361e0bb3,inset 0 0 0 3px #140b05}.quest-illustration img{image-rendering:auto;object-fit:cover;width:100%;height:100%}.quest-illustration figcaption{color:#f9e3ad;text-transform:uppercase;background:#160d08e0;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.86rem;font-weight:950;display:flex;position:absolute;bottom:0;left:0;right:0}.quest-copy,.quest-progress,.quest-cta,.quest-step-list,.quest-tip{z-index:1;position:relative}.quest-copy{color:#20150b;font-size:clamp(.94rem,1vw,1.08rem);font-weight:800;line-height:1.55}.quest-progress{gap:7px;display:grid}.quest-progress h2{color:#23170c;text-transform:uppercase;font-size:1rem;font-weight:950}.quest-progress p{color:#2d1f12;font-size:.92rem;font-weight:800}.quest-progress__row{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.quest-progress__track{background:#3a2615;border:3px solid #1a0e07;height:20px;display:block;overflow:hidden;box-shadow:inset 0 0 0 2px #ffe29424}.quest-progress__track i{background:repeating-linear-gradient(90deg,#3c8f31 0 13px,#5fa34c 13px 20px);height:100%;display:block}.quest-progress__row strong{color:#1e160c;font-weight:950}.quest-cta{color:#fff0bf;text-transform:uppercase;text-shadow:2px 2px #0b1909;background:linear-gradient(#409b30,#1f641b);border:4px solid #102d0e;justify-self:center;align-items:center;gap:12px;min-width:260px;min-height:54px;padding:0 26px;font-size:1rem;font-weight:950;display:inline-flex;box-shadow:0 5px #0b1909,inset 0 0 0 3px #73bf55,0 0 12px #5fa34c47}.quest-step-list label{background:linear-gradient(90deg,#fff2c91f,#0000 34%),#d8c29d7a;border:3px solid #5935168a;grid-template-columns:44px 94px minmax(0,1fr) 34px;align-items:center;gap:18px;min-height:122px;padding:14px 16px;display:grid;box-shadow:inset 0 0 0 2px #ffebb42e}.quest-step-number{color:#fff0bf;background:#1f5720;border:3px solid #153813;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.35rem;font-weight:950;display:flex;box-shadow:0 3px #090503,inset 0 0 0 2px #4b8c39}.quest-step-thumb{background:#8f5e2a;border:4px solid #4c2b12;place-items:center;width:94px;height:88px;display:grid;box-shadow:0 4px #361e0b8c,inset 0 0 0 2px #170c05}.quest-step-thumb img{object-fit:contain;width:78px;height:78px}.quest-step-copy strong{color:#160d08;text-transform:uppercase;font-size:1.36rem;font-weight:950;line-height:1;display:block}.quest-step-copy small{color:#24180d;margin-top:8px;font-size:.92rem;font-weight:800;line-height:1.35;display:block}.quest-step-list input{appearance:none;background:0 0;border:3px solid #4b2b12;width:30px;height:30px;box-shadow:inset 0 0 0 2px #ffebb442}.quest-tip{background:linear-gradient(135deg,#fff4cd1f,#0000 44%),#d8c29d85;border:4px double #59351699;grid-template-columns:54px minmax(0,1fr) 86px;align-items:center;gap:16px;min-height:132px;margin-top:auto;padding:16px 20px;display:grid}.quest-tip__icon{color:#3a2416;background:#e8c75c;border:4px solid #5b3716;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;font-weight:950;display:flex;box-shadow:0 4px #271407}.quest-tip strong{color:#160d08;text-transform:uppercase;font-size:1.2rem;font-weight:950;display:block}.quest-tip small{color:#24180d;margin-top:6px;font-size:.98rem;font-weight:850;line-height:1.35;display:block}.quest-tip img{object-fit:contain;width:78px;height:78px}.quest-leaderboard{color:#f5dfac;z-index:2;background:linear-gradient(#ffe8a914,#0000 38%),#18110c;border:4px solid #070402;grid-template-columns:220px minmax(0,1fr) 150px;align-items:center;gap:14px;max-width:1360px;min-height:84px;margin:20px auto 0;padding:12px 18px;display:grid;position:relative;box-shadow:0 7px #050302,inset 0 0 0 2px #533417}.quest-leaderboard h2{color:#f8e8bb;text-transform:uppercase;font-size:1.18rem;font-weight:950}.quest-leaderboard__list{grid-template-columns:repeat(4,minmax(130px,1fr));gap:8px;display:grid}.quest-leaderboard article{background:#24170d;border:3px solid #080503;grid-template-columns:auto 34px minmax(0,1fr);align-items:center;gap:7px;min-height:50px;padding:7px 8px;display:grid;box-shadow:inset 0 0 0 2px #4c2e14}.quest-leaderboard article.is-player{background:#1f5c16;box-shadow:inset 0 0 0 2px #5fa34c,0 0 12px #5fa34c47}.quest-leaderboard article>strong{color:#f7c957;font-size:1.32rem;font-weight:950}.quest-leaderboard img{object-fit:contain;background:#0e0a06;border:2px solid #5b381a;width:34px;height:34px}.quest-leaderboard span,.quest-leaderboard small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.quest-leaderboard span{color:#f8e8bb;font-weight:950}.quest-leaderboard small{color:#ffd36c;grid-column:3;font-size:.76rem}.quest-leaderboard button{min-width:0;padding-inline:12px}.quest-city{z-index:1;background:linear-gradient(#0000,#050d16b8 28%,#07111d 58%),#07111d;height:116px;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.quest-city__skyline{height:88px;position:absolute;bottom:16px;left:0;right:0}.quest-city__building,.quest-city__tree,.quest-city__monument{position:absolute;bottom:0}.quest-city__building{background:repeating-linear-gradient(0deg,#0000 0 10px,#ffc948b8 10px 14px,#0000 14px 20px),#18324f;border:3px solid #06101b;width:28px}.quest-city__building:nth-child(3n){background:repeating-linear-gradient(0deg,#0000 0 11px,#ffc948c2 11px 15px,#0000 15px 21px),#27496b}.quest-city__building:nth-child(5n){width:36px}.quest-city__tree{background:#245f33;border:3px solid #06101b;border-radius:50% 50% 0 0;width:24px;height:26px}.quest-city__monument{background:#d2d0b8;border:3px solid #06101b;width:18px;height:62px;left:50%;transform:translate(-50%)}.quest-city__monument:before{content:"";background:#d2d0b8;border:3px solid #06101b;width:28px;height:14px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.quest-city nav{z-index:2;gap:16px;display:flex;position:absolute;bottom:18px;right:24px}.quest-city a{color:#f8e8bb;text-transform:uppercase;background:#1a120c;border:3px solid #070402;padding:12px 16px;font-size:.82rem;font-weight:950;text-decoration:none;box-shadow:inset 0 0 0 2px #533417}@media (width<=1440px){.quest-dashboard{padding-inline:16px}.quest-topbar{grid-template-columns:minmax(230px,1fr) minmax(420px,1.3fr)}.quest-nav{order:3;grid-column:1/-1}.quest-stage{grid-template-columns:210px minmax(0,1fr)}.quest-book{min-height:720px}.quest-step-list label{grid-template-columns:40px 78px minmax(0,1fr) 30px;gap:12px}.quest-step-thumb{width:78px;height:76px}.quest-step-thumb img{width:66px;height:66px}}@media (width<=1180px){.quest-stage{grid-template-columns:minmax(0,1fr)}.quest-sidebar{grid-template-rows:auto;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr)}.quest-module-list{grid-auto-columns:minmax(174px,1fr);grid-auto-flow:column;padding-bottom:8px;overflow-x:auto}.quest-module-list button:after{display:none}.quest-book{min-height:auto}.quest-leaderboard{grid-template-columns:minmax(0,1fr)}.quest-leaderboard__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.quest-dashboard:before,.quest-vignette{display:none}.quest-inventory-grid{scrollbar-color:#d9a441 #120b06;grid-template-columns:repeat(3,minmax(0,1fr));max-height:330px;padding-right:4px;overflow-y:auto}.quest-inventory-grid button{min-height:76px}.quest-support{grid-template-columns:minmax(0,1fr) minmax(260px,340px);max-width:1100px}.quest-support__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.quest-support a,.quest-pixel-preview{color:#f8e8bb;background:linear-gradient(#ffe8a917,#0000 48%),#1a120c;border:4px solid #070402;border-radius:16px;box-shadow:0 6px #050302,inset 0 0 0 2px #533417}.quest-pixel-preview{grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:78px;padding:10px 12px;display:grid}.quest-pixel-preview figure{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;margin:0;display:grid}.quest-pixel-preview img{image-rendering:auto;object-fit:contain;background:#0e0905;border:3px solid #5c421f;border-radius:14px;width:74px;height:74px;padding:4px}.quest-pixel-preview figcaption{color:#f6cf75;text-transform:uppercase;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.94rem;font-weight:950}.quest-pixel-preview__triggers{gap:7px;display:flex}.quest-pixel-preview__triggers button{color:#f8e8bb;background:#25160b;border:3px solid #070402;border-radius:10px;width:34px;height:34px;font-weight:950;box-shadow:inset 0 0 0 2px #533417}.quest-pixel-preview__triggers button.is-active,.quest-pixel-preview__triggers button:hover{color:#24180d;background:#d9a441}@media (width<=860px){.quest-support,.quest-support__links,.quest-pixel-preview{grid-template-columns:minmax(0,1fr)}}.quest-dashboard:before{opacity:.36}.quest-vignette{background:radial-gradient(circle at 50% 48%,#0000 0 60%,#00000057 90%),linear-gradient(#00000052,#0000 20% 80%,#0000004d)}.quest-brand{grid-template-columns:86px minmax(0,1fr)}.quest-brand img{box-shadow:none;filter:drop-shadow(4px 5px #080503c7)drop-shadow(0 0 10px #d9a4412e);background:0 0;border:0;width:78px;height:78px;padding:0}.quest-brand strong{font-size:clamp(2.15rem,3.35vw,3.35rem)}.quest-module-list button{grid-template-columns:38px minmax(0,1fr)}.quest-module-list button>img{display:none}.quest-module-list button>i{color:#263c1d;background:linear-gradient(#f1d99f,#a77b40);border:3px solid #2d4b23;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:1rem;font-style:normal;font-weight:950;display:flex;box-shadow:inset 0 0 0 2px #f8edc4,0 3px #050302cc}.quest-module-list button.is-active>i,.quest-module-list button:hover>i{background:linear-gradient(#ffe7a0,#d9a441);border-color:#5b3716}.quest-inventory-grid i{display:none}.quest-inventory-grid img{image-rendering:auto;object-fit:contain;background:radial-gradient(circle at 45% 35%,#fff0bf2e,#0000 52%),#130d08;border:2px solid #5c421f;border-radius:10px;width:38px;height:38px;padding:3px;display:block}.quest-inventory-grid button:hover img{border-color:#d9a441;box-shadow:0 0 10px #d9a44147}.quest-leaderboard{margin-top:18px}.quest-support a{color:#f8e8bb;background:linear-gradient(#ffe8a917,#0000 48%),#1a120c;border:4px solid #070402;border-radius:16px;gap:4px;min-height:78px;padding:14px 18px;text-decoration:none;transition:filter .16s,transform .16s,box-shadow .16s;display:grid;box-shadow:0 6px #050302,inset 0 0 0 2px #533417}.quest-support a:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px #050302,inset 0 0 0 2px #d9a441,0 0 16px #d9a44138}.quest-support strong{color:#f6cf75;text-transform:uppercase;font-family:Trebuchet MS,Verdana,sans-serif;font-size:1rem;font-weight:950}.quest-support span{color:#d8bd84;font-size:.88rem;font-weight:800}.quest-city{display:none}@media (width<=860px){.quest-brand{grid-template-columns:70px minmax(0,1fr)}.quest-brand img{width:64px;height:64px}.quest-support{grid-template-columns:minmax(0,1fr)}.quest-dashboard{padding:12px 10px 86px}.quest-topbar,.quest-player,.quest-sidebar,.quest-book{grid-template-columns:minmax(0,1fr)}.quest-nav{justify-content:start;padding-bottom:6px;overflow-x:auto}.quest-nav a{min-width:140px}.quest-player{gap:8px}.quest-book{padding:14px}.quest-book:before,.quest-book__spine{display:none}.quest-page,.quest-page--left,.quest-page--right{border-radius:12px;padding:28px 20px}.quest-illustration{min-height:230px}.quest-step-list label{grid-template-columns:40px 70px minmax(0,1fr)}.quest-step-list input{grid-column:1/-1;justify-self:end}.quest-tip{grid-template-columns:44px minmax(0,1fr)}.quest-tip img{display:none}.quest-leaderboard__list{grid-template-columns:minmax(0,1fr)}.quest-city{height:84px}.quest-city nav{display:none}}.quest-dashboard{background:radial-gradient(circle at 50% 40%, #ffe79f14, transparent 38%), linear-gradient(90deg, #080503c7, #0805032e 22%, #08050329 78%, #080503c7), var(--quest-bg-main) center / cover fixed no-repeat, #201109;padding-left:74px;font-family:Georgia,Times New Roman,serif}.quest-dashboard:before{opacity:.8;background:radial-gradient(circle at 18% 16%,#f6c55c29,#0000 21%),radial-gradient(circle at 84% 20%,#5fa34c21,#0000 20%),repeating-linear-gradient(0deg,#0000 0 24px,#00000014 24px 26px)}.quest-brand strong,.quest-brand small,.quest-nav a,.quest-player,.quest-side-panel h2,.quest-side-panel h3,.quest-module-list span,.quest-module-badge,.quest-module-heading h1,.quest-page-title h2,.quest-progress h2,.quest-cta,.quest-step-copy strong,.quest-leaderboard,.quest-city a{letter-spacing:0;font-family:Trebuchet MS,Verdana,sans-serif}.quest-nav a,.quest-player,.quest-avatar,.quest-currency--gold i,.quest-side-panel,.quest-module-list button,.quest-inventory-grid button,.quest-book,.quest-page,.quest-illustration,.quest-step-list label,.quest-step-number,.quest-step-thumb,.quest-tip,.quest-leaderboard,.quest-leaderboard article,.quest-city a{border-radius:14px}.quest-topbar{max-width:1860px}.quest-nav a,.quest-module-list button,.quest-inventory-grid button,.quest-step-list label,.quest-leaderboard article,.quest-city a{transition:box-shadow .16s,filter .16s,transform .16s,border-color .16s}.quest-nav a:hover,.quest-module-list button:hover,.quest-inventory-grid button:hover,.quest-leaderboard article:hover,.quest-city a:hover{filter:brightness(1.08)saturate(1.06);transform:translateY(-2px)}.quest-stage{grid-template-columns:minmax(0,1fr);max-width:1800px;position:relative}.quest-drawer-trigger{color:#f4d38a;z-index:40;background:linear-gradient(#ffe8a91a,#0000 42%),#24140b;border:4px solid #070402;border-left:0;border-radius:0 18px 18px 0;justify-content:center;align-items:center;width:46px;height:218px;padding:12px 7px;display:flex;position:fixed;top:218px;left:0;box-shadow:0 6px #050302,inset 0 0 0 2px #6a421d,0 0 22px #00000073}.quest-drawer-trigger b{text-align:center;text-transform:uppercase;writing-mode:vertical-rl;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.74rem;font-weight:950;line-height:1.05;display:block;transform:rotate(180deg)}.quest-sidebar{opacity:0;z-index:45;width:min(262px,100vw - 42px);max-width:262px;transition:opacity .18s,transform .22s;display:block;position:fixed;top:118px;bottom:128px;left:18px;overflow-y:auto;transform:translate(-112%)}.quest-drawer-trigger:hover+.quest-sidebar,.quest-sidebar:hover,.quest-sidebar:focus-within{opacity:1;transform:translate(0)}.quest-side-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:radial-gradient(circle at 50% 100%,#5fa34c2e,#0000 18%),linear-gradient(#ead7ae14,#0000 34%),repeating-linear-gradient(0deg,#21140b 0 8px,#170d07 8px 16px);min-height:100%;padding:14px}.quest-side-panel h2{color:#f0cd79;border-bottom:3px double #6a421d;font-size:.92rem}.quest-side-panel h3{color:#d9a441;text-align:center;text-transform:uppercase;margin:16px 0 9px;font-size:.84rem}.quest-drawer-hint{color:#c7aa74;text-align:center;margin:0 0 10px;font-size:.72rem;font-weight:800;line-height:1.25}.quest-module-list{gap:7px}.quest-module-list button{color:#f2dba8;background:linear-gradient(90deg,#d8c29d29,#d8c29d05),#181008;grid-template-columns:36px minmax(0,1fr);min-height:54px}.quest-module-list button.is-active{background:linear-gradient(90deg,#d9a44161,#d8c29d14),#2b190c;border-color:#d9a441}.quest-module-list img{object-fit:contain;background:radial-gradient(circle at 45% 35%,#d9a4412e,#0000 50%),#0d0905;border-radius:10px}.quest-inventory-grid{grid-template-columns:repeat(3,1fr)}.quest-inventory-grid i{color:#f8e8bb;background:radial-gradient(circle at 35% 30%,#fff0bf40,#0000 42%),#23361f;border:2px solid #5c421f;border-radius:10px;justify-content:center;align-items:center;width:31px;height:31px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.68rem;font-style:normal;font-weight:950;display:flex}.quest-inventory-grid img{display:none}.quest-book{border-radius:30px 34px 34px 30px;min-height:min(820px,100vh - 224px);padding:20px 24px;box-shadow:0 12px #050302,0 32px 54px #00000094,inset 0 0 0 4px #8b541f,inset 0 0 30px #d9a4412e}.quest-page{border-radius:28px;gap:16px}.quest-page--left{border-radius:30px 12px 12px 30px}.quest-page--right{border-radius:12px 30px 30px 12px}.quest-module-header{z-index:1;background:linear-gradient(90deg,#e8dab6f0,#e8dab6ad),#d8c29d;border:4px solid #4e3014b3;border-radius:18px;grid-template-columns:68px minmax(0,1fr) minmax(110px,34%);align-items:center;gap:14px;min-height:92px;padding:10px 12px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #fff2c747,0 4px #49270f59}.quest-module-header:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#4b2b123d);position:absolute;inset:0}.quest-module-badge{color:#29421f;z-index:1;background:linear-gradient(#f3ddb1,#c8aa78);border:4px solid #355c2b;border-radius:13px;justify-content:center;align-items:center;height:58px;font-size:1.36rem;font-weight:950;display:flex;position:relative;box-shadow:inset 0 0 0 3px #f9edc5,0 4px #23180c73}.quest-module-heading{z-index:1;min-width:0;display:block;position:relative}.quest-module-heading h1{color:#1e160c;text-transform:capitalize;font-size:clamp(1.12rem,1.8vw,1.55rem);font-weight:950;line-height:1.05}.quest-module-heading small{color:#4d3419;margin-top:4px;font-size:.76rem;font-weight:900;line-height:1.15;display:block}.quest-module-header img{object-fit:cover;z-index:1;border-left:3px solid #4e301473;width:100%;height:72px;position:relative}.quest-page-title h2{font-size:clamp(1.2rem,1.65vw,1.72rem)}.quest-illustration{border-radius:18px;min-height:330px}.quest-copy{font-size:1rem}.quest-step-list label{border-radius:18px;min-height:116px}.quest-step-list label:hover{border-color:#d9a441cc;transform:translate(3px);box-shadow:inset 0 0 0 2px #ffebb43d,0 0 16px #d9a44133}.quest-step-thumb,.quest-tip,.quest-leaderboard{border-radius:18px}.quest-cta:hover{filter:brightness(1.1)saturate(1.08);transform:translateY(-2px)}.quest-leaderboard{max-width:1600px}@media (width<=1180px){.quest-dashboard{padding-left:16px}.quest-drawer-trigger,.quest-sidebar{display:none}.quest-book{grid-template-columns:minmax(0,1fr)}.quest-book:before,.quest-book__spine{display:none}.quest-page--left,.quest-page--right{border-radius:24px;padding-inline:28px}}.quest-module-header{clip-path:polygon(0 14px,14px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,14px 100%,0 calc(100% - 14px));background:linear-gradient(#fff0c657,#72522b1a),linear-gradient(90deg,#e7d0a4 0%,#dfc28f 58%,#cfa96e 100%);border:3px solid #3d2a15;border-radius:0;grid-template-columns:66px minmax(148px,1fr) minmax(150px,42%);align-items:stretch;gap:10px;width:min(100%,560px);max-width:560px;min-height:76px;margin:0 auto 4px 0;padding:8px 10px;display:grid;position:relative;overflow:hidden;box-shadow:0 3px #3f26129e,inset 0 0 0 2px #fff6ce7a,inset 0 0 22px #5030142e}.quest-module-header:after{content:"";opacity:.8;pointer-events:none;z-index:2;background:radial-gradient(circle at 10px 10px,#402b1357 0 1px,#0000 2px) 0 0/20px 20px,linear-gradient(90deg,#0000 0 54%,#fff0bc2e 66%,#3a241242 100%) 0 0/100% 100%;position:absolute;inset:0}.quest-module-badge{color:#f8e7b5;text-shadow:1px 1px #0d190b;z-index:4;background:linear-gradient(#ffeeb82e,#17371947),#345b2d;border:3px solid #26371d;border-radius:4px;justify-content:center;align-self:center;align-items:center;height:52px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:1.24rem;font-weight:950;line-height:1;display:flex;position:relative;box-shadow:inset 0 0 0 3px #d9c190,inset 0 0 0 5px #24421e,0 3px #2c1b0d94}.quest-module-heading{z-index:4;align-self:center;min-width:0;padding-right:2px;display:block;position:relative}.quest-module-header img{clip-path:polygon(10px 0,100% 0,100% 100%,0 100%);filter:sepia(.08)saturate(.94)contrast(1.02);object-fit:cover;object-position:center;opacity:.92;z-index:1;border:0;align-self:stretch;width:calc(100% + 10px);height:auto;min-height:76px;margin:-8px -10px -8px 0;position:relative}.quest-support{max-width:1060px}.quest-pixel-section{color:#f8e8bb;z-index:2;background:linear-gradient(#ffe9a924,#452a1421),#20140b;border:5px solid #080402;border-radius:22px;max-width:1240px;margin:22px auto 0;padding:14px;position:relative;box-shadow:0 9px #050302,0 18px 34px #00000061,inset 0 0 0 2px #6d421d,inset 0 0 24px #d9a44124}.quest-pixel-section header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.quest-pixel-section header>span{color:#f6cf75;letter-spacing:0;text-transform:uppercase;text-shadow:2px 2px #100904;font-family:Trebuchet MS,Verdana,sans-serif;font-size:1rem;font-weight:950}.quest-pixel-section__triggers{gap:8px;display:flex}.quest-pixel-section__triggers button:hover,.quest-pixel-section__triggers button.is-active{color:#25170b;background:#d9a441;transform:translateY(-1px);box-shadow:inset 0 0 0 2px #fff0b2,0 3px #5b3514,0 0 14px #d9a44147}.quest-pixel-section figure{background:linear-gradient(#0c122033,#0805038a),#0d0906;border:4px solid #0a0502;border-radius:16px;place-items:center;min-height:260px;margin:0;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #4b3016}.quest-pixel-section img{height:min(440px,58vh);image-rendering:pixelated;object-fit:contain;width:100%;padding:8px;display:block}.quest-pixel-section figcaption{color:#f6cf75;text-transform:uppercase;background:#100904cc;border:3px solid #070402;border-radius:9px;padding:8px 12px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.84rem;font-weight:950;position:absolute;bottom:12px;left:12px;box-shadow:inset 0 0 0 2px #5e3b18}@media (width<=760px){.quest-module-header{grid-template-columns:56px minmax(0,1fr);max-width:100%;min-height:72px}.quest-module-header img{display:none}.quest-module-badge{height:46px;font-size:1.05rem}.quest-pixel-section header{flex-direction:column;align-items:flex-start}.quest-pixel-section figure{min-height:190px}.quest-pixel-section img{height:auto;max-height:340px}}.quest-module-header{clip-path:polygon(0 8px,8px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,8px 100%,0 calc(100% - 8px));background:#d8c29d;border:2px solid #3b2a17;border-radius:0;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;width:min(100%,520px);max-width:520px;height:72px;min-height:0;margin:0 0 6px;padding:9px 14px 9px 10px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px #6f4b25,0 4px #26170b57,inset 0 0 0 2px #ffeebd94}.quest-module-header>img{clip-path:inherit;filter:saturate(.96)contrast(1.02);object-fit:cover;object-position:center;opacity:1;z-index:0;border:0;width:100%;height:100%;min-height:0;margin:0;padding:0;display:block;position:absolute;inset:0}.quest-module-header:after{content:"";opacity:1;pointer-events:none;z-index:1;background-color:#0000;background-image:linear-gradient(90deg,#e1cc9df5 0%,#e1cc9de0 47%,#e1cc9d5c 67%,#e1cc9d00 100%),linear-gradient(#fff7ce42,#593c1c1a);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.quest-module-header:before{clip-path:polygon(0 6px,6px 0,calc(100% - 13px) 0,100% 13px,100% calc(100% - 13px),calc(100% - 13px) 100%,6px 100%,0 calc(100% - 6px));content:"";opacity:.95;pointer-events:none;z-index:4;border:1px solid #3e2c1694;position:absolute;inset:4px}.quest-module-badge{color:#2c4f28;text-shadow:1px 1px #fff0beb8;z-index:3;background:linear-gradient(#f2ddb1 0%,#d4bd86 100%);border:3px solid #33562b;border-radius:3px;justify-content:center;align-self:center;align-items:center;width:44px;height:44px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:1.12rem;font-weight:950;line-height:1;display:flex;box-shadow:inset 0 0 0 2px #f8efc9,inset 0 0 0 4px #33562b33,2px 2px #34220e5c}.quest-module-heading{z-index:3;align-self:center;min-width:0;position:relative}.quest-module-heading h1{color:#17371f;text-shadow:1px 1px #ffefbcb3;text-transform:none;margin:0;font-family:Trebuchet MS,Verdana,sans-serif;font-size:clamp(1rem,1.35vw,1.22rem);font-weight:950;line-height:1.02}.quest-module-heading small{color:#3e321e;margin-top:4px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.66rem;font-weight:900;line-height:1.12;display:block}.quest-pixel-section{box-shadow:none;color:inherit;z-index:1;background:0 0;border:0;border-radius:0;width:min(100%,1600px);max-width:1600px;margin:10px auto 0;padding:0;position:relative;overflow:visible}.quest-pixel-section header,.quest-pixel-section header>span,.quest-pixel-section figcaption{display:none}.quest-pixel-section figure{box-shadow:none;background:0 0;border:0;border-radius:0;min-height:0;margin:0;padding:0;line-height:0;display:block;position:relative;overflow:visible}.quest-pixel-section img{image-rendering:auto;object-fit:contain;width:100%;height:auto;max-height:none;padding:0;display:block}.quest-support{margin-top:14px}@media (width<=760px){.quest-module-header{grid-template-columns:46px minmax(0,1fr);max-width:100%;height:66px;padding:8px 10px 8px 8px}.quest-module-header>img{display:block}.quest-module-badge{width:38px;height:38px;font-size:.96rem}.quest-module-heading h1{font-size:.96rem}.quest-module-heading small{font-size:.62rem}.quest-pixel-section__triggers{bottom:8px;right:8px}}.quest-pixel-section{box-shadow:none;color:inherit;isolation:isolate;z-index:1;background:0 0;border:0;border-radius:0;width:100vw;max-width:none;min-height:clamp(330px,48vw,850px);margin:8px 0 0 calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.quest-pixel-section:before{background-image:var(--pixel-frame);content:"";filter:saturate(1.04)contrast(1.02);bottom:0;mix-blend-mode:lighten;opacity:.96;pointer-events:none;inset-inline:0;z-index:0;background-position:bottom;background-repeat:repeat-x;background-size:max(100vw,1774px);position:absolute;top:0}.quest-pixel-section:after{content:"";mix-blend-mode:multiply;pointer-events:none;z-index:1;background:linear-gradient(#0b122000 0%,#0b122014 72%,#08050338 100%);position:absolute;inset:0}.quest-pixel-section .quest-support{z-index:4;grid-template-columns:repeat(2,minmax(148px,1fr));gap:12px;width:min(520px,100vw - 32px);max-width:min(520px,100vw - 32px);margin:0;display:grid;position:absolute;bottom:clamp(26px,5vw,72px);right:clamp(16px,5vw,80px)}.quest-pixel-section .quest-support a{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#ffe8a91a,#0000 48%),#1a120cdb}@media (width<=760px){.quest-pixel-section{min-height:clamp(260px,70vw,460px);margin-top:4px}.quest-pixel-section:before{background-size:auto 100%}.quest-pixel-section .quest-support{grid-template-columns:minmax(0,1fr);width:min(280px,100vw - 24px);bottom:18px;right:12px}.quest-pixel-section__triggers{top:14px;bottom:auto;right:12px}}.quest-support{z-index:3;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:920px;margin:16px auto 0;display:grid;position:relative}.quest-pixel-section{--pixel-strip-height:clamp(190px, 18vw, 290px);box-shadow:none;color:inherit;isolation:isolate;max-width:none;min-height:var(--pixel-strip-height);z-index:1;background:0 0;border:0;border-radius:0;width:100vw;margin:10px 0 0 calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.quest-pixel-section:before{background-image:var(--pixel-frame);background-position:0 100%;background-repeat:repeat-x;background-size:auto var(--pixel-strip-height);content:"";filter:saturate(1.08)contrast(1.04);bottom:0;mix-blend-mode:lighten;opacity:.98;pointer-events:none;inset-inline:0;z-index:0;position:absolute;top:0}.quest-pixel-section:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0b122000 0%,#0b12200a 64%,#08050329 100%);position:absolute;inset:0}.quest-pixel-section figure,.quest-pixel-section figure img,.quest-pixel-section figcaption,.quest-pixel-section header,.quest-pixel-section .quest-support{display:none}.quest-pixel-section__triggers{z-index:3;gap:6px;display:flex;position:absolute;bottom:12px;right:clamp(14px,3vw,48px)}@media (width<=760px){.quest-support{grid-template-columns:minmax(0,1fr);max-width:min(420px,100vw - 24px);margin-top:12px}.quest-pixel-section{--pixel-strip-height:clamp(160px, 44vw, 230px);margin-top:8px}.quest-pixel-section__triggers{top:auto;bottom:8px;right:10px}}.quest-pixel-section{--pixel-control-height:42px;--pixel-strip-height:clamp(190px, 18vw, 290px);box-shadow:none;color:inherit;isolation:isolate;max-width:none;min-height:calc(var(--pixel-control-height) + var(--pixel-strip-height));z-index:1;background:0 0;border:0;border-radius:0;width:100vw;margin:10px 0 0 calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.quest-pixel-section:before{background-image:var(--pixel-frame);background-position:0 100%;background-repeat:repeat-x;background-size:auto var(--pixel-strip-height);content:"";filter:saturate(1.06)contrast(1.03);image-rendering:pixelated;bottom:0;mix-blend-mode:normal;opacity:1;pointer-events:none;inset-inline:0;top:var(--pixel-control-height);z-index:0;position:absolute}.quest-pixel-section:after,.quest-pixel-section figure,.quest-pixel-section figure img,.quest-pixel-section figcaption,.quest-pixel-section header,.quest-pixel-section .quest-support{display:none}.quest-pixel-section__triggers{height:var(--pixel-control-height);z-index:3;justify-content:center;align-items:center;gap:7px;display:flex;position:absolute;top:0;left:0;right:0}.quest-pixel-section__triggers button{color:#f8e8bb;cursor:pointer;background:#0f0904b8;border:2px solid #f6cf75d1;border-radius:4px;width:28px;height:28px;font-family:Trebuchet MS,Verdana,sans-serif;font-size:.76rem;font-weight:950;transition:filter .12s,transform .12s,background .12s;box-shadow:0 2px #00000073}@media (width<=760px){.quest-pixel-section{--pixel-control-height:38px;--pixel-strip-height:clamp(160px, 44vw, 230px);margin-top:8px}.quest-pixel-section__triggers{top:0;bottom:auto;right:0}}.quest-dashboard{padding-bottom:0}.quest-pixel-section{margin-bottom:0}.quest-dashboard{background:linear-gradient(180deg, #140c0714, #140c0738), var(--quest-bg-main) center top / cover no-repeat, #201109;padding-bottom:0}.quest-topbar,.quest-stage,.quest-leaderboard,.quest-support{z-index:2;position:relative}.quest-book{background:linear-gradient(90deg,#1a0d06 0 10px,#5e3618 10px 20px,#0000 20px calc(100% - 20px),#5e3618 calc(100% - 20px) calc(100% - 10px),#1a0d06 calc(100% - 10px)),linear-gradient(#8a5725 0,#4a2710 12%,#1a0d06 100%);border:8px solid #070402;border-radius:36px 42px 42px 36px;gap:0;padding:26px 32px 30px;box-shadow:0 10px #2a1609,0 19px #070402,0 38px 72px #00000094,inset 0 0 0 4px #a86825,inset 0 0 0 9px #251207bd,inset 0 0 34px #d9a4413d}.quest-book:after{z-index:2;border:3px solid #492b129e;border-radius:26px;inset:18px;box-shadow:inset 18px 0 18px #49270f33,inset -18px 0 18px #49270f33}.quest-book__spine{background:linear-gradient(90deg,#00000094,#301707 20%,#a4672a 50%,#301707 80%,#00000094);width:30px;top:12px;bottom:12px;left:calc(50% - 15px)}.quest-page{color:#21160b;background:radial-gradient(circle at 16% 14%,#fffbdc38,#0000 18%),radial-gradient(circle at 84% 90%,#663a1824,#0000 22%),repeating-linear-gradient(0deg,#64431f09 0 1px,#0000 1px 18px),linear-gradient(#e3c99a,#d5b783 54%,#cda974);box-shadow:inset 0 0 0 3px #fff1c552,inset 0 0 0 7px #67401c38,inset 0 0 36px #4e2b0f3d}.quest-page:after{border-radius:inherit;content:"";pointer-events:none;z-index:0;border:1px solid #5b3b1d59;position:absolute;inset:10px;box-shadow:inset 0 0 20px #fff2c633,inset 0 -12px 22px #5331121f}.quest-page--left{box-shadow:inset -18px 0 24px #5d361438,inset 0 0 0 3px #fff1c547,inset 0 0 34px #4e2b0f33}.quest-page--right{box-shadow:inset 18px 0 24px #5d361438,inset 0 0 0 3px #fff1c547,inset 0 0 34px #4e2b0f33}.quest-module-header,.quest-illustration,.quest-progress,.quest-step-list label,.quest-tip,.quest-cta{transition:box-shadow .16s,filter .16s,transform .16s,border-color .16s}.quest-module-heading h1,.quest-page-title h2,.quest-progress h2,.quest-step-copy strong,.quest-tip strong,.quest-cta{letter-spacing:0;font-family:Trebuchet MS,Verdana,sans-serif}.quest-copy,.quest-progress p,.quest-step-copy small,.quest-tip small{color:#2a1c0f;font-family:Trebuchet MS,Segoe UI,Verdana,sans-serif;font-weight:800;line-height:1.48}.quest-module-header:hover{filter:brightness(1.04)saturate(1.04);transform:translateY(-1px)}.quest-illustration{border-color:#5a3518;box-shadow:0 6px #311b0bc7,0 13px 20px #4a280e38,inset 0 0 0 3px #140b05}.quest-illustration img{transition:filter .18s,transform .18s}.quest-illustration:hover{border-color:#8a5725;box-shadow:0 7px #311b0bcc,0 0 18px #d9a44138,inset 0 0 0 3px #140b05}.quest-illustration:hover img{filter:saturate(1.05)contrast(1.03);transform:scale(1.015)}.quest-progress{background:#ecd5a942;border:2px solid #6b441e42;border-radius:14px;padding:12px 14px;box-shadow:inset 0 0 0 1px #fff1c547}.quest-progress:hover{border-color:#8958257a;box-shadow:inset 0 0 0 1px #fff1c561,0 0 14px #89582529}.quest-progress__track{border-radius:999px}.quest-progress__track i{border-radius:inherit;box-shadow:inset 0 1px #ffffff38}.quest-step-list label{border-radius:18px}.quest-tip:hover{border-color:#895825cc;box-shadow:inset 0 0 0 2px #ffefbe2e,0 0 16px #d9a4412e}.quest-cta:hover{box-shadow:0 7px #0b1909,inset 0 0 0 3px #94d267,0 0 18px #5fa34c57}.quest-pixel-section{--pixel-strip-height:clamp(180px, 17vw, 275px);box-shadow:none;min-height:var(--pixel-strip-height);z-index:1;background:0 0;border:0;width:100vw;margin:0 0 0 calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.quest-pixel-section:before{background-image:var(--pixel-frame);background-position:0 100%;background-repeat:repeat-x;background-size:auto var(--pixel-strip-height);content:"";filter:saturate(1.04)contrast(1.03);image-rendering:pixelated;bottom:0;opacity:1;pointer-events:none;inset-inline:0;z-index:0;position:absolute;top:0}.quest-pixel-section:after,.quest-pixel-section figure,.quest-pixel-section figcaption,.quest-pixel-section header,.quest-pixel-section .quest-support{display:none}.quest-pixel-section__triggers{z-index:3;justify-content:center;align-items:center;gap:7px;display:flex;position:absolute;top:10px;left:0;right:0}.quest-pixel-section__triggers button{color:#f8e8bb;background:#120b06a8;border:2px solid #f6cf75c7;border-radius:5px;width:28px;height:28px;box-shadow:0 2px #0000006b}.quest-pixel-section__triggers button:hover,.quest-pixel-section__triggers button.is-active{color:#24180d;background:#d9a441;border-color:#fff1b3;transform:translateY(-1px)}@media (width<=1180px){.quest-book{padding:20px 22px 24px}}@media (width<=760px){.quest-book{border-radius:26px;padding:16px}.quest-pixel-section{--pixel-strip-height:clamp(150px, 42vw, 220px)}.quest-pixel-section__triggers{top:8px}}.quest-avatar{box-shadow:none;background:radial-gradient(circle at 50% 68%,#d9a4413d,#d9a44114 42%,#0000 68%);border:0;width:54px;height:54px;overflow:visible}.quest-avatar img{box-shadow:none;filter:drop-shadow(2px 3px #0603019e);object-fit:contain;background:0 0;border:0;width:52px;height:52px;padding:0;display:block}.quest-leaderboard img{box-shadow:none;filter:drop-shadow(1px 2px #050301ad);object-fit:contain;background:0 0;border:0;width:38px;height:38px;padding:0}.quest-leaderboard article{grid-template-columns:auto 42px minmax(0,1fr)}.quest-tip img{box-shadow:none;filter:drop-shadow(2px 3px #4f2d1152);object-fit:contain;background:0 0;border:0;width:92px;height:92px;padding:0}.quest-player{grid-template-columns:54px auto minmax(84px,1fr) auto auto auto}.quest-book{--codex-paper:#d8c29d;--codex-paper-dark:#c4ae84;--codex-wood:#3a2416;--codex-wood-dark:#24150d;--codex-green:#355e3b;--codex-gold:#d9a441;--codex-ink:#2b1d0e;isolation:isolate;aspect-ratio:1448/1086;background:url(/assets/bgbook-DjJTt-X7.png) 50%/100% 100% no-repeat;border:0;border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(7px,.8vw,12px) clamp(24px,2.8vw,44px);width:min(100%,1448px);min-height:0;margin-inline:auto;padding:calc(clamp(86px,7.4vw,112px) + 10px) clamp(94px,8vw,118px) calc(clamp(52px,5.2vw,76px) - 10px);font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;display:grid;position:relative;overflow:visible;box-shadow:0 18px 36px #00000061,0 36px 78px #00000085}.quest-book:before{box-shadow:none;content:"";pointer-events:none;z-index:8;background:linear-gradient(90deg,#43250d00,#43250d29 48%,#43250d00,#ffeeb81a,#43250d00);width:24px;position:absolute;top:13px;bottom:13px;left:calc(50% - 12px)}.quest-book:after,.quest-book__spine,.quest-book__ribbon{display:none}.quest-page{color:var(--codex-ink);background:0 0;grid-auto-rows:min-content;gap:clamp(7px,.65vw,11px);min-width:0;padding:clamp(24px,2.45vw,42px);display:grid;position:relative;overflow:hidden}.quest-page:before,.quest-page:after{display:none}.quest-page--left{box-shadow:none;border-radius:7px 1px 1px 7px;padding:clamp(8px,1vw,16px) clamp(18px,1.8vw,28px) clamp(8px,1vw,16px) clamp(8px,1vw,16px)}.quest-page--right{box-shadow:none;border-radius:1px 7px 7px 1px;padding:clamp(8px,1vw,16px) clamp(8px,1vw,16px) clamp(8px,1vw,16px) clamp(18px,1.8vw,28px)}.quest-module-header,.quest-illustration,.quest-copy,.quest-progress,.quest-cta,.quest-page-title,.quest-step-list,.quest-bag-slots,.quest-mini-quiz,.quest-gameplay,.quest-left-feature,.quest-tutorial-left-notes,.quest-book-footer,.quest-reward-popup,.quest-tip{z-index:2;position:relative}.quest-module-header{background:linear-gradient(90deg, #d8c29dc7 0%, #d8c29d9e 35%, #c4ae8447 64%, #c4ae840f 100%), linear-gradient(180deg, #ffefbc1f, #472b1124), radial-gradient(ellipse at 76% 58%, #5935162e, transparent 58%), var(--quest-module-header-bg) center center / 100% 100% no-repeat, var(--codex-paper);clip-path:none;aspect-ratio:2172/500;border:3px solid #26351e;border-radius:12px;grid-template-columns:clamp(50px,5.2vw,76px) minmax(0,1fr) minmax(96px,30%);align-items:center;gap:clamp(8px,.8vw,12px);width:100%;max-width:none;height:auto;min-height:0;margin:0;padding:clamp(8px,.8vw,11px) clamp(10px,1vw,14px);display:grid;overflow:hidden;box-shadow:0 3px #2b1d0e9e,inset 0 0 0 2px #ffefbda3,inset 0 0 0 5px #2f4a272e,inset 0 0 24px #452b133d}.quest-module-header:before{content:"";opacity:.72;pointer-events:none;z-index:5;border:1px solid #2b1d0e94;border-radius:8px;position:absolute;inset:5px}.quest-module-header:after{content:"";opacity:.58;mix-blend-mode:multiply;pointer-events:none;z-index:4;background-color:#0000;background-image:radial-gradient(circle at 22% 28%,#5b3b1d14 0 1px,#0000 2px),radial-gradient(at 78%,#5935162e,#0000 58%),linear-gradient(90deg,#fff1c00a,#0000 38%,#472b1114 72%,#2b1d0e2e);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;position:absolute;inset:0}.quest-module-header>img{display:none}.quest-module-badge{box-shadow:none;color:var(--codex-green);text-shadow:2px 2px #ffeab294;z-index:6;background:0 0;border:0;justify-content:center;align-self:center;align-items:center;width:auto;height:auto;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(1.05rem,2vw,2.1rem);font-weight:400;line-height:1;display:flex}.quest-module-heading{z-index:6;align-self:center;gap:clamp(3px,.35vw,6px);min-width:0;display:grid;position:relative}.quest-module-heading h1{color:var(--codex-green);text-shadow:1px 1px #ffebb4b3;text-transform:none;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(1.06rem,1.48vw,1.58rem);font-weight:700;line-height:1}.quest-module-heading small{color:#26190d;overflow-wrap:anywhere;max-width:100%;margin:0;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.58rem,.72vw,.82rem);font-weight:600;line-height:1.05;display:block}.quest-illustration{box-shadow:none;margin:var(--quest-poster-offset-y,0px) 0 0;max-height:var(--quest-poster-frame-max-height,min(270px, 29vh));max-width:100%;min-height:var(--quest-poster-frame-min-height,clamp(150px, 13vw, 220px));background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.quest-illustration img{filter:drop-shadow(0 3px #462a123d)saturate(.98)contrast(1.03);height:auto;image-rendering:pixelated;max-height:var(--quest-poster-max-height,min(270px, 29vh));object-fit:contain;max-width:100%;transform:translateY(var(--quest-poster-inner-offset-y,0px));width:var(--quest-poster-width,100%);display:block;overflow:hidden}.quest-illustration figcaption{display:none}.quest-page--poster{grid-template-rows:min-content minmax(0,1fr);align-content:start}.quest-illustration--poster{margin-top:var(--quest-poster-offset-y,-10px);justify-content:center;align-items:center;min-height:0;max-height:none;position:relative;overflow:visible;box-shadow:none!important;filter:none!important;border:0!important;outline:0!important;transform:none!important}.quest-illustration--poster img{object-fit:contain;transform-origin:top;height:auto;max-height:none;width:var(--quest-poster-width,min(94%, 440px));transition:none;box-shadow:none!important;filter:none!important;border:0!important;outline:0!important;transform:none!important}.quest-illustration--poster:hover,.quest-illustration--poster:hover img,.quest-illustration--poster:focus,.quest-illustration--poster:focus-visible,.quest-illustration--poster:focus-within,.quest-illustration--poster img:focus,.quest-illustration--poster img:focus-visible{box-shadow:none!important;filter:none!important;border:0!important;outline:0!important;transform:none!important}.quest-poster-switch{z-index:4;center:clamp(21px, 1vw, 12px);gap:5px;display:inline-flex;position:absolute;bottom:clamp(7px,.8vw,12px)}.quest-poster-switch button{color:#f4df9d;cursor:pointer;background:linear-gradient(#ffeeae29,#0000 48%),#355e3b;border:2px solid #2b1d0e;width:clamp(24px,2.3vw,31px);height:clamp(23px,2.2vw,30px);padding:0;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.46rem,.52vw,.62rem);box-shadow:inset 0 0 0 1px #d9a4418f,2px 2px #2b1d0e52}.quest-poster-switch button.is-active{color:#2b1d0e;background:linear-gradient(#d9a441,#8f6023)}.quest-tutorial-left-notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(5px,.5vw,8px);margin-top:-2px;display:grid}.quest-tutorial-left-notes article{background:linear-gradient(135deg,#fff6cc5c,#0000 64%),#dabe8b80;border:2px solid #54391b94;min-width:0;padding:clamp(5px,.48vw,7px);box-shadow:inset 0 0 0 1px #ffeeb829,0 2px #3923112e}.quest-tutorial-left-notes strong{color:var(--codex-green);margin-bottom:4px;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.46rem,.52vw,.62rem);line-height:1.15;display:block}.quest-tutorial-left-notes ul,.quest-tutorial-detail-list{margin:0;padding:0;list-style:none}.quest-tutorial-left-notes li{color:#20150b;padding-left:8px;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.62rem,.68vw,.78rem);font-weight:600;line-height:.95;position:relative}.quest-tutorial-left-notes li+li{margin-top:3px}.quest-tutorial-left-notes li:before,.quest-tutorial-detail-list li:before{color:var(--codex-green);content:"-";position:absolute;top:0;left:0}.quest-copy{color:#20150b;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.84rem,.95vw,1rem);font-weight:600;line-height:1.28}.quest-progress{box-shadow:none;background:0 0;border:0;border-radius:0;gap:6px;padding:0 clamp(2px,.5vw,8px);display:grid}.quest-progress__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.quest-progress h2{color:var(--codex-ink);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.78rem,.86vw,.92rem);font-weight:700;line-height:1}.quest-progress__heading strong{color:var(--codex-ink);font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.8rem,.88vw,.96rem);font-weight:700}.quest-progress__row{display:block}.quest-progress__track{background:linear-gradient(#fff2bf40,#34200e2e),#9f8153;border:2px solid #482e16c2;border-radius:0;height:10px;display:block;overflow:hidden;box-shadow:inset 0 2px #3a220d33,0 1px #ffeeb859}.quest-progress__track i{background:repeating-linear-gradient(90deg,#fff4c21a 0 9px,#0000 9px 18px),linear-gradient(#4f7e39 0%,#244b27 100%);border-right:3px solid #203b24b3;border-radius:0;height:100%;display:block;box-shadow:inset 0 1px #f6e29833}.quest-cta{background:linear-gradient(180deg, #ffefab1f 0%, transparent 22%), linear-gradient(180deg, #3e6b3d 0%, var(--codex-green) 52%, #203b25 100%);box-shadow:0 4px 0 #0d160c, inset 0 0 0 2px var(--codex-gold), inset 0 -5px 0 #00000038, 0 0 14px #d9a44129;color:#f6e5b5;letter-spacing:0;text-shadow:2px 2px #101d10;text-transform:uppercase;border:3px solid #142616;border-radius:2px;justify-content:center;justify-self:center;align-items:center;gap:14px;min-width:min(270px,100%);min-height:44px;padding:0 22px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.78rem,.88vw,.96rem);font-weight:700;transition:filter .14s,transform .14s,box-shadow .14s;display:inline-flex}.quest-cta span{order:2}.quest-cta:hover{filter:brightness(1.08)saturate(1.06);transform:translateY(-2px);box-shadow:0 5px #0d160c,inset 0 0 0 2px #f4c965,inset 0 -5px #00000038,0 0 18px #d9a44152}.quest-cta:active{transform:translateY(3px);box-shadow:0 1px #0d160c,inset 0 0 0 2px #f4c965,inset 0 -3px #0000003d}.quest-page-title{text-align:center;text-transform:uppercase;border:0;justify-self:center;width:min(520px,100%);margin:2px 0 5px;padding:0 32px 12px;position:relative}.quest-page-title:before,.quest-page-title:after{content:"";background:linear-gradient(90deg,#0000,#7e542780,#0000);width:42%;height:2px;position:absolute;bottom:0}.quest-page-title:before{left:0}.quest-page-title:after{right:0}.quest-page-title h2{color:var(--codex-green);text-shadow:1px 1px #ffeab2b3;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.96rem,1.28vw,1.28rem);font-weight:700;line-height:1}.quest-page-title h2:before,.quest-page-title h2:after{color:var(--codex-green);content:"+";margin:0 14px;font-family:"Press Start 2P",monospace;font-size:.55em;display:inline-block;transform:translateY(-1px)}.quest-step-list{gap:clamp(8px,.9vw,12px);display:grid}.quest-step-list label{cursor:pointer;background:linear-gradient(90deg,#fff4ca33,#0000 38%),radial-gradient(circle at 12% 20%,#fff0be38,#0000 30%),#d5ba8870;border:2px solid #734d228c;border-radius:0;grid-template-columns:32px clamp(50px,4.6vw,64px) minmax(0,1fr) 26px;align-items:center;gap:clamp(8px,.8vw,12px);min-height:clamp(68px,5.4vw,86px);padding:clamp(7px,.75vw,10px) clamp(8px,.85vw,12px);display:grid;position:relative;box-shadow:inset 0 0 0 2px #ffeeb829,0 3px #59351638}.quest-step-list label:before,.quest-tip:before{background:linear-gradient(var(--codex-wood), var(--codex-wood)) left 6px top 6px / 18px 1px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) left 6px top 6px / 1px 18px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) right 6px top 6px / 18px 1px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) right 6px top 6px / 1px 18px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) left 6px bottom 6px / 18px 1px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) left 6px bottom 6px / 1px 18px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) right 6px bottom 6px / 18px 1px no-repeat, linear-gradient(var(--codex-wood), var(--codex-wood)) right 6px bottom 6px / 1px 18px no-repeat;content:"";opacity:.35;pointer-events:none;position:absolute;inset:0}.quest-step-list label:hover{background:linear-gradient(90deg,#fff4ca45,#0000 44%),#dfc59694;border-color:#d9a441bd;transform:translate(3px);box-shadow:inset 0 0 0 2px #ffeeb833,0 4px #59351647,0 0 16px #d9a44133}.quest-step-list label.is-done{background:linear-gradient(90deg,#355e3b29,#0000 46%),#dac1938f;border-color:#355e3bb8}.quest-step-number{background:linear-gradient(180deg, #ffeda61f, transparent 30%), var(--codex-green);color:#f6e5b5;text-shadow:1px 1px #0f1d10;border:2px solid #1d321f;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.98rem,1.15vw,1.16rem);font-weight:700;line-height:1;display:flex;box-shadow:0 3px #130b06,inset 0 0 0 2px #5c7b43}.quest-step-thumb{background:linear-gradient(#ffefb833,#2d1c0d14),#b9a26f;border:3px solid #6d4a22;border-radius:0;place-items:center;width:clamp(50px,4.6vw,64px);height:clamp(48px,4.6vw,62px);display:grid;position:relative;box-shadow:0 3px #3f25107a,inset 0 0 0 2px #fff1c03d}.quest-step-thumb:after{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#2b1d0e14 0 2px,#0000 2px 7px);position:absolute;inset:0}.quest-step-icon{z-index:1;width:58px;height:58px;display:block;position:relative;transform:scale(.7)}.quest-step-icon span{display:block;position:absolute}.quest-step-icon--map span:first-child{background:linear-gradient(90deg,#cdb879 0 49%,#9c8b58 50% 51%,#cab574 52%),repeating-linear-gradient(0deg,#0000 0 8px,#355e3b2e 8px 10px);border:3px solid #26351e;width:42px;height:36px;top:16px;left:8px;box-shadow:inset 0 0 0 2px #fff0be59}.quest-step-icon--map span:nth-child(2){background:#d9472e;border:3px solid #4a2115;border-radius:50% 50% 50% 0;width:17px;height:17px;top:4px;left:25px;transform:rotate(-45deg)}.quest-step-icon--map span:nth-child(2):after{content:"";background:#f7e7b8;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;left:3px}.quest-step-icon--map span:nth-child(3){border-bottom:4px dotted #355e3b;width:32px;height:14px;top:30px;left:14px;transform:rotate(-12deg)}.quest-step-icon--runner span:first-child{background:#24150d;border-radius:50%;width:11px;height:11px;top:6px;left:25px}.quest-step-icon--runner span:nth-child(2){background:var(--codex-green);border:3px solid #24150d;width:12px;height:25px;top:18px;left:24px;transform:rotate(18deg)}.quest-step-icon--runner span:nth-child(2):before,.quest-step-icon--runner span:nth-child(2):after{content:"";background:#24150d;width:23px;height:6px;position:absolute;top:6px}.quest-step-icon--runner span:nth-child(2):before{left:-19px;transform:rotate(-32deg)}.quest-step-icon--runner span:nth-child(2):after{right:-19px;transform:rotate(30deg)}.quest-step-icon--runner span:nth-child(3):before,.quest-step-icon--runner span:nth-child(3):after{content:"";background:#24150d;width:24px;height:7px;position:absolute;top:41px}.quest-step-icon--runner span:nth-child(3):before{left:10px;transform:rotate(-48deg)}.quest-step-icon--runner span:nth-child(3):after{left:29px;transform:rotate(36deg)}.quest-step-icon--family span{background:#f2d6a2;border:3px solid #24150d;width:13px;height:30px;bottom:8px}.quest-step-icon--family span:before{content:"";background:#24150d;border-radius:50%;width:12px;height:12px;position:absolute;top:-16px;left:-2px}.quest-step-icon--family span:after{content:"";background:linear-gradient(90deg,#24150d 0 5px,#0000 5px 8px,#24150d 8px 13px);width:16px;height:8px;position:absolute;bottom:-8px;left:-3px}.quest-step-icon--family span:first-child{background:#e9c48e;left:8px;transform:scale(.86)}.quest-step-icon--family span:nth-child(2){background:#355e3b;left:23px}.quest-step-icon--family span:nth-child(3){background:#e9c48e;left:40px;transform:scale(.86)}.quest-step-copy{min-width:0}.quest-step-copy strong{color:#1d1208;overflow-wrap:anywhere;text-transform:none;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.86rem,.98vw,1.06rem);font-weight:700;line-height:1.05;display:block}.quest-step-copy small{color:#20150b;overflow-wrap:anywhere;margin-top:5px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.76rem,.88vw,.94rem);font-weight:500;line-height:1.18;display:block}.quest-step-list input{appearance:none;background:#d8c29d7a;border:3px solid #6c4a25;border-radius:2px;width:25px;height:25px;position:relative;box-shadow:inset 0 0 0 2px #ffefbc42,0 2px #482b1252}.quest-step-list input:checked{background:linear-gradient(135deg, transparent 0 38%, var(--codex-green) 39% 59%, transparent 60%), linear-gradient(45deg, transparent 0 45%, var(--codex-green) 46% 63%, transparent 64%), #e3c891;border-color:var(--codex-green)}.quest-tip{background:linear-gradient(90deg,#fff3cb30,#0000 52%),#ddc4976b;border:2px solid #55371bc7;border-radius:0;grid-template-columns:44px minmax(0,1fr) clamp(58px,5.5vw,78px);align-self:end;align-items:center;gap:clamp(8px,.9vw,12px);min-height:clamp(74px,6.3vw,94px);margin-top:clamp(6px,.7vw,10px);padding:10px 12px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #ffefbe2b,0 3px #502f1238}.quest-tip:before{opacity:.42}.quest-tip__icon{box-shadow:none;background:0 0;border:0;width:42px;height:42px;display:block;position:relative}.quest-tip__icon:before{content:"";background:radial-gradient(circle at 38% 32%,#fff2a8 0 7px,#0000 8px),radial-gradient(circle at 50% 43%,#ffd94d 0 20px,#d9a441 21px 24px,#0000 25px);border:3px solid #2b1d0e;border-radius:50%;width:29px;height:29px;position:absolute;top:2px;left:5px;box-shadow:0 3px #2b1d0e}.quest-tip__icon:after{content:"";background:repeating-linear-gradient(#2b1d0e 0 3px,#6c4b24 3px 6px);border:2px solid #2b1d0e;width:13px;height:12px;position:absolute;top:28px;left:14px;box-shadow:0 2px #2b1d0e}.quest-tip strong{color:#1d1208;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.92rem,1.05vw,1.12rem);font-weight:700;line-height:1;display:block}.quest-tip small{color:#20150b;margin-top:6px;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.98rem,1.08vw,1.14rem);font-weight:400;line-height:1.08;display:block}.quest-tip img{box-shadow:none;filter:drop-shadow(3px 4px #2b1d0e6b);height:clamp(66px,6.2vw,86px);image-rendering:pixelated;object-fit:contain;object-position:bottom center;background:0 0;border:0;place-self:end;width:clamp(56px,5.4vw,76px);padding:0}.quest-left-feature{background:linear-gradient(90deg,#fff3c338,#0000 58%),#ccae7a61;border:2px solid #5a3b1c8f;gap:4px;min-height:42px;padding:7px 10px;display:grid;box-shadow:inset 0 0 0 2px #ffeeb81f,0 2px #462a122e}.quest-left-feature strong{color:var(--codex-green);text-transform:uppercase;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.44rem,.5vw,.6rem);line-height:1.18}.quest-left-feature small{color:#1e140a;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.92rem,1vw,1.1rem);line-height:1}.quest-left-feature--comic{background:linear-gradient(90deg,#88342021,#0000 60%),#dbbf8b70}.quest-left-feature--backpack{background:linear-gradient(90deg,#355e3b29,#0000 60%),#dbbf8b75}.quest-gameplay{gap:clamp(7px,.7vw,10px);min-width:0;display:grid}.quest-gameplay button{cursor:pointer;border-radius:2px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif}.quest-paper-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.quest-paper-tabs button,.quest-bookmark-grid button,.quest-note-pins button,.quest-route-options button,.quest-message-options button,.quest-recipe-list button,.quest-final-scenes button{color:#21160b;background:linear-gradient(#fff4c240,#4428111a),#ccae7a85;border:2px solid #5e3e1dad;min-height:31px;padding:5px 8px;box-shadow:inset 0 0 0 2px #ffeeb81f,0 2px #42271038}.quest-paper-tabs button{color:var(--codex-green);text-transform:uppercase;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.92rem,.96vw,1.06rem);line-height:1}.quest-bookmark-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.quest-bookmark-grid button{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;min-height:52px;display:grid}.quest-bookmark-grid span,.quest-note-pins button,.quest-route-options button,.quest-message-options button{font-size:clamp(.82rem,.94vw,1rem);font-weight:700;line-height:1}.quest-bookmark-grid i{color:var(--codex-green);background:#355e3b1f;border:1px solid #355e3b7a;padding:3px 5px;font-family:VT323,monospace;font-size:.82rem;font-style:normal;line-height:1}.quest-bookmark-grid button.is-stamped,.quest-note-pins button.is-open,.quest-route-options button.is-correct,.quest-message-options button.is-correct,.quest-recipe-list button.is-crafted,.quest-final-scenes button.is-cleared{background:linear-gradient(90deg,#355e3b2e,#0000 58%),#e0c697ad;border-color:#355e3bc7}.quest-page--finale-left,.quest-page--finale-right{grid-template-rows:minmax(0,1fr);align-content:stretch;padding-top:clamp(4px,.48vw,8px);overflow:hidden}.quest-page--finale-left{padding-left:clamp(3px,.36vw,7px);padding-right:clamp(12px,1.25vw,22px)}.quest-page--finale-right{padding-left:clamp(12px,1.25vw,22px);padding-right:clamp(3px,.36vw,7px)}.quest-gameplay--module09{align-content:stretch;justify-items:center;width:100%;height:100%;min-height:0;margin:0;display:grid}.quest-module09-poster-stage,.quest-module09-ready-stage{aspect-ratio:2/3;filter:drop-shadow(4px 6px #2b1d0e3d);height:var(--module09-frame-height,min(100%, 724px));image-rendering:pixelated;max-width:100%;width:var(--module09-frame-width,min(100%, 484px));place-self:center;margin:0;display:grid;position:relative;overflow:hidden}.quest-module09-ready-stage{aspect-ratio:2/3;height:var(--module09-frame-height,min(100%, 724px));width:var(--module09-frame-width,min(100%, 484px))}.quest-module09-poster-stage img,.quest-module09-ready-stage img{height:100%;image-rendering:pixelated;object-fit:cover;object-position:center center;opacity:0;pointer-events:none;grid-area:1/1;width:100%;transition:opacity .9s,filter .9s;display:block}.quest-module09-poster-stage img.is-active{opacity:1}.quest-module09-start,.quest-module09-ready-start{cursor:pointer;z-index:4;background:#355e3b03;border:0;width:58%;height:8.7%;display:block;position:absolute;bottom:2.1%;left:50%;transform:translate(-50%)}.quest-module09-start:hover,.quest-module09-start:focus-visible,.quest-module09-ready-start:hover,.quest-module09-ready-start:focus-visible{outline-offset:3px;background:#d9a4411c;outline:2px solid #d9a4417a;box-shadow:0 0 18px #d9a44152}.quest-module09-start.is-locked{filter:grayscale(.5)}.quest-module09-ready-stage img.quest-module09-ready{object-fit:contain;opacity:1}.quest-module09-ready-start{width:45%;height:6.8%;bottom:4.4%}.quest-gameplay--tutorial{gap:clamp(8px,.85vw,12px)}.quest-bookmark-instruction{color:#1f150b;text-align:center;margin:-2px 0 2px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.86rem,.96vw,1.04rem);font-weight:600;line-height:1}.quest-bookmark-drawer{gap:clamp(7px,.8vw,11px);display:grid}.quest-bookmark-drawer__item{box-shadow:none;color:#1d1208;text-align:left;background:0 0;border:0;min-height:clamp(68px,5.95vw,90px);padding:0;transition:filter .16s,transform .16s;display:block;position:relative;overflow:hidden}.quest-bookmark-drawer__item img{filter:drop-shadow(0 3px #38220e5c);height:100%;image-rendering:pixelated;object-fit:fill;width:100%;display:block;position:absolute;top:0;left:0}.quest-bookmark-drawer__item:hover,.quest-bookmark-drawer__item.is-active{filter:brightness(1.04)saturate(1.04);transform:translate(5px)}.quest-bookmark-drawer__item.is-stamped{filter:sepia(.06)saturate(1.08)brightness(1.02)}.quest-bookmark-drawer__item.is-stamped .quest-bookmark-drawer__text strong{color:var(--codex-green);text-shadow:1px 1px #ffebb4c7,0 0 7px #d9a4412e}.quest-bookmark-drawer__text{z-index:2;align-items:center;max-width:calc(100% - clamp(138px,14.2vw,198px));display:flex;position:absolute;top:50%;left:clamp(54px,5.35vw,78px);transform:translateY(-50%)}.quest-bookmark-drawer__text strong{color:#1d1208;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.96rem,1.18vw,1.38rem);font-weight:700;line-height:.95}.quest-bookmark-drawer__text small{color:#1f150b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.62rem,.68vw,.78rem);font-weight:600;line-height:1.02;display:-webkit-box;overflow:hidden}.quest-open-note.quest-tutorial-drawer-note{box-shadow:none;background:0 0;border:0;align-items:stretch;gap:clamp(5px,.55vw,8px);min-height:0;padding:clamp(6px,.6vw,9px) clamp(4px,.4vw,7px);overflow:visible}.quest-open-note.quest-tutorial-drawer-note--quiz{gap:clamp(4px,.45vw,7px)}.quest-tutorial-note-header{gap:4px;min-width:0;margin-bottom:clamp(5px,.55vw,9px);display:grid}.quest-open-note .quest-tutorial-note-header strong{color:var(--codex-green);text-align:center;text-transform:uppercase;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.72rem,.8vw,.92rem);line-height:1.15}.quest-open-note .quest-tutorial-note-header p{color:#21160b;text-align:justify;margin:0;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.84rem,.94vw,1.02rem);font-weight:600;line-height:1.5}.quest-tutorial-npc-frame{box-shadow:none;background:0 0;border:0;justify-content:center;align-items:end;min-height:clamp(78px,7vw,104px);margin:0;padding:0;display:flex;overflow:visible}.quest-tutorial-detail-list{box-shadow:none;background:0 0;border:0;gap:4px;min-width:0;margin:0;padding:0;display:grid}.quest-tutorial-detail-list li{color:#21160b;background:linear-gradient(90deg,#5b3b1d14,#0000 72%);border-left:3px solid #355e3b85;width:100%;padding:4px 8px 4px 18px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.74rem,.84vw,.94rem);font-weight:600;line-height:1.5;position:relative}.quest-tutorial-detail-list--quiz{gap:3px}.quest-tutorial-detail-list--quiz li{font-size:clamp(.7rem,.78vw,.9rem);line-height:1}.quest-tutorial-npc{filter:drop-shadow(0 4px #3d251152);height:clamp(159px,13.2vw,193px);image-rendering:pixelated;object-fit:contain;align-self:end;width:auto;margin-bottom:-6px;display:block}.quest-open-note,.quest-sticky-note,.quest-ending-card{background:linear-gradient(135deg,#fff8ce4d,#0000 58%),#dfc38e94;border:2px solid #5c3b1ba3;gap:4px;min-height:52px;padding:8px 10px;display:grid;box-shadow:inset 0 0 0 2px #ffeeb821,0 2px #44271033}.quest-open-note strong,.quest-sticky-note strong,.quest-ending-card strong{color:#1e140a;font-size:clamp(.9rem,1vw,1.08rem);line-height:1}.quest-open-note small,.quest-sticky-note small,.quest-ending-card small{color:#21160b;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.96rem,1.06vw,1.16rem);line-height:1}.quest-seismic-map,.quest-room-scan{background:radial-gradient(circle at 36% 44%,#355e3b2e,#0000 24%),radial-gradient(circle at 68% 36%,#8d3c2426,#0000 22%),linear-gradient(135deg,#d9a44124,#462c141a),#c4ae8485;border:2px solid #533519b8;min-height:clamp(112px,10.5vw,150px);position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #ffeeb826,inset 0 0 24px #4c2d1229}.quest-seismic-map:hover{filter:contrast(1.04)saturate(1.05)}.quest-crack-line{opacity:.68;background:linear-gradient(132deg,#0000 0 17%,#4b2e15 18% 20%,#0000 21% 34%,#4b2e15 35% 38%,#0000 39% 55%,#4b2e15 56% 58%,#0000 59%);position:absolute;inset:12px}.quest-seismic-map button,.quest-room-scan button{color:#f7e2ac;background:#b8452d;border:3px solid #3a2416;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-family:"Press Start 2P",monospace;font-size:.52rem;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px #24150d,0 0 0 4px #d9a44138}.quest-seismic-map button:hover,.quest-room-scan button:hover{transform:translate(-50%,-50%)scale(1.12);box-shadow:0 2px #24150d,0 0 0 8px #d9a4414d}.quest-seismic-map button.is-found,.quest-room-scan button.is-found{background:var(--codex-green)}.quest-note-pins,.quest-route-options,.quest-message-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.quest-gameplay--module02{gap:clamp(6px,.68vw,10px)}.quest-module02-instruction{color:#24170b;text-align:center;margin:-2px 0 0;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.8rem,.82vw,.94rem);font-weight:650;line-height:1}.quest-module02-notes{background:var(--module02-notes) center center / 100% 100% no-repeat;aspect-ratio:1107/973;justify-self:center;width:min(100%,520px);min-height:0;position:relative}.quest-module02-note-button{cursor:pointer;z-index:3;background:0 0;border:0;width:18.5%;height:25%;padding:0;position:absolute}.quest-module02-note-button:hover,.quest-module02-note-button.is-active{filter:drop-shadow(0 0 7px #d9a4419e)brightness(1.05)}.quest-module02-note-button.is-open:after{content:"";background:#355e3b9e;border:1px solid #2b1d0e94;width:6px;height:6px;position:absolute;top:7px;right:8px;transform:rotate(45deg)}.quest-module02-note-button--top-left{top:13.5%;left:6.4%}.quest-module02-note-button--top-right{top:13.5%;left:51.7%}.quest-module02-note-button--bottom-left{top:58.8%;left:6.4%}.quest-module02-note-button--bottom-right{top:58.8%;left:51.7%}.quest-module02-note-paper{color:#2b1d0e;text-align:center;z-index:5;align-content:start;justify-items:center;gap:2px;width:23%;height:39%;margin-top:-8px;padding:clamp(5px,.48vw,8px) clamp(8px,.78vw,11px) clamp(8px,.78vw,11px);display:grid;position:absolute}.quest-module02-note-paper strong{color:#1f1409;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.54rem,.62vw,.72rem);font-weight:700;line-height:1.05}.quest-module02-note-paper small{color:#2b1d0e;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.68rem,.76vw,.88rem);line-height:.9}.quest-module02-note-paper--top-left{top:11.1%;left:25.4%}.quest-module02-note-paper--top-right{top:11.1%;left:70.6%}.quest-module02-note-paper--bottom-left{top:55.7%;left:25.4%}.quest-module02-note-paper--bottom-right{top:55.7%;left:70.6%}.quest-module02-question-nav{grid-template-columns:34px minmax(0,1fr) 34px;justify-self:center;align-items:center;gap:7px;width:min(88%,378px);margin-top:clamp(6px,.75vw,11px);display:grid}.quest-module02-question-nav button{color:#f4df9d;cursor:pointer;background:linear-gradient(#ffeeae24,#0000 52%),#355e3b;border:2px solid #2b1d0edb;height:27px;padding:0;font-family:"Press Start 2P",monospace;box-shadow:inset 0 0 0 1px #d9a44180,2px 2px #2b1d0e3d}.quest-module02-question-nav span{color:#2b1d0e;text-align:center;background:#d8bc867a;border:2px solid #5d3d1c94;padding:5px 8px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.7rem,.8vw,.92rem);font-weight:700;line-height:1}.quest-sticky-note{transform:rotate(-.7deg)}.quest-comic-panels{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.quest-comic-panels span{color:#f8e5b3;text-shadow:2px 2px #24150d;background:linear-gradient(#ffedb426,#452a124d),#92673a8a;border:3px solid #3a2412d9;align-items:end;min-height:84px;padding:7px;font-family:VT323,monospace;font-size:clamp(1rem,1.2vw,1.28rem);display:flex;box-shadow:inset 0 0 0 2px #ffeeb81f}.quest-reaction-bar,.quest-weight-meter span{background:#8f764d;border:2px solid #462c14cc;height:10px;display:block;overflow:hidden;box-shadow:inset 0 2px #3a220d33}.quest-reaction-bar i,.quest-weight-meter i{background:linear-gradient(#d9a441,#8b5a24);height:100%;display:block}.quest-decision-cards,.quest-recipe-list,.quest-final-scenes{gap:7px;display:grid}.quest-decision-cards button,.quest-recipe-list button,.quest-final-scenes button{text-align:left}.quest-decision-cards strong,.quest-recipe-list strong,.quest-final-scenes strong{font-size:clamp(.86rem,.96vw,1.04rem);line-height:1;display:block}.quest-decision-cards small,.quest-recipe-list small,.quest-final-scenes small,.quest-final-scenes span{margin-top:4px;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.92rem,1vw,1.08rem);line-height:1;display:block}.quest-decision-cards button.is-selected,.quest-route-options button.is-selected{border-color:#d9a441db}.quest-gameplay--module03{align-content:start;justify-items:center;gap:clamp(5px,.58vw,8px)}.quest-gameplay--module03-left{justify-items:stretch;width:calc(100% + clamp(14px,1.2vw,24px));margin-top:clamp(-6px,-.35vw,-2px);margin-left:clamp(-10px,-.75vw,-6px)}.quest-gameplay--module03-right{gap:clamp(7px,.72vw,10px)}.quest-module03-action-copy{color:#2b1d0e;text-align:center;text-shadow:1px 1px #ffebb28c;width:min(96%,480px);margin:0;padding:0 clamp(26px,2.2vw,36px) 2px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.78rem,.88vw,.98rem);font-weight:600;line-height:1.1;position:relative}.quest-module03-action-copy:before,.quest-module03-action-copy:after{content:"";background:linear-gradient(90deg,#0000,#7e542773,#0000);width:38%;height:2px;position:absolute;bottom:0}.quest-module03-action-copy:before{left:0}.quest-module03-action-copy:after{right:0}.quest-module03-action-board{aspect-ratio:1257/862;justify-self:center;width:min(96%,480px);margin-top:-2px;position:relative}.quest-module03-action-board>img{height:100%;image-rendering:pixelated;object-fit:fill;pointer-events:none;width:100%;display:block}.quest-module03-action{box-shadow:none;color:#0000;opacity:1;z-index:2;background:0 0;border:0;outline:0;height:57.5%;padding:0;font-size:0;position:absolute;top:27.5%}.quest-module03-action:hover,.quest-module03-action:focus-visible{background:0 0;outline:0}.quest-module03-action--safe-action{--module03-check-x:40.5%;width:27.1%;left:8.6%}.quest-module03-action--run{--module03-check-x:46%;width:26.5%;left:37.7%}.quest-module03-action--glass{--module03-check-x:56%;width:26.6%;left:66.4%}.quest-module03-action:after{box-shadow:none;color:#0000;content:"";height:clamp(14px,1.25vw,18px);left:var(--module03-check-x,50%);top:var(--module03-check-y,98.9%);background:0 0;border:0;border-radius:99px;justify-content:center;align-items:center;width:clamp(14px,1.25vw,18px);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.4rem,.46vw,.54rem);line-height:1;display:flex;position:absolute;transform:translate(-50%,-50%)}.quest-module03-action.is-selected:after{color:#f6e5b5;content:"V";text-shadow:1px 1px #101d10;background:linear-gradient(#ffeeae47,#233e2629),#355e3b;border:2px solid #1f351f;box-shadow:inset 0 0 0 2px #d9a44194,0 2px #2b1d0e61}.quest-module03-action:not(.is-selected) span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.quest-module03-result-panel{justify-content:center;align-items:center;width:min(100%,440px);max-height:clamp(130px,12vw,172px);margin:clamp(-7px,-.45vw,-3px) 0 0;display:flex;overflow:visible}.quest-module03-result-panel img{filter:none;height:auto;image-rendering:pixelated;object-fit:contain;width:auto;max-width:100%;max-height:clamp(130px,12vw,172px);display:block}.quest-module03-guide-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(5px,.5vw,8px);width:min(96%,430px);display:grid}.quest-module03-guide-tabs article{color:#20150be6;text-shadow:1px 1px #ffecb152;background:0 0;border-left:2px solid #355e3b8c;gap:3px;min-width:0;padding:0 0 0 clamp(6px,.62vw,9px);display:grid}.quest-module03-guide-tabs article>span{color:#f6e5b5;background:#355e3be6;border:2px solid #2b1d0eb3;justify-content:center;align-items:center;width:18px;height:18px;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.38rem,.42vw,.5rem);line-height:1;display:inline-flex}.quest-module03-guide-tabs strong{color:var(--codex-green);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.76rem,.84vw,.95rem);line-height:1}.quest-module03-guide-tabs small{color:#20150bd1;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.78rem,.86vw,.98rem);line-height:.9}.quest-gameplay--module03 .quest-game-quiz.variant-pixel-card{width:100%;max-height:clamp(140px,12vw,168px);padding:clamp(5px,.52vw,8px)}.quest-gameplay--module03 .quest-game-quiz.variant-pixel-card .quest-game-quiz__title{padding:4px 8px;font-size:clamp(.42rem,.5vw,.58rem)}.quest-gameplay--module03 .quest-game-quiz.variant-pixel-card .quest-game-quiz__question{padding:5px 8px;font-size:clamp(.58rem,.68vw,.78rem)}.quest-gameplay--module03 .quest-game-quiz.variant-pixel-card .quest-game-quiz__option{min-height:22px;padding:3px 7px;font-size:clamp(.58rem,.68vw,.78rem)}.quest-module03-playfield{grid-template-columns:minmax(118px,.76fr) minmax(0,1fr);align-items:start;gap:clamp(6px,.62vw,9px);width:min(100%,460px);display:grid}.quest-module03-playfield .quest-module03-action-board{width:100%;margin-top:0}.quest-module03-comic-stack{--module03-comic-width:min(100%, 420px);--module03-main-height:clamp(120px, 26vw, 420px);--module03-result-height:clamp(228px, 27vw, 200px);min-width:0;width:var(--module03-comic-width);justify-self:center;place-items:center stretch;gap:0;display:grid}.quest-module03-main-comic,.quest-module03-result-panel{place-items:center;width:100%;margin:0;display:grid;overflow:hidden}.quest-module03-main-comic img,.quest-module03-result-panel img{filter:none;height:100%;image-rendering:pixelated;object-fit:cover;width:100%;display:block}.quest-module03-main-comic img{height:var(--module03-main-height);max-height:none}.quest-module03-result-panel{height:var(--module03-result-height);max-height:var(--module03-result-height);min-height:var(--module03-result-height)}.quest-module03-result-panel img{height:var(--module03-result-height);object-position:center;width:100%;max-height:none}.quest-module03-result-panel figcaption{color:#8d3c24ad;letter-spacing:0;min-height:var(--module03-result-height);text-align:center;text-shadow:1px 1px #ffebb273;text-transform:uppercase;justify-content:center;align-items:center;width:100%;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.78rem,.95vw,1.08rem);display:flex}.quest-gameplay--module03-right .quest-module03-action-board{--module03-act-offset-x:0px;--module03-act-width:min(100%, 550px);margin-left:var(--module03-act-offset-x);width:var(--module03-act-width)}.quest-gameplay--module03-right .quest-module03-outcome,.quest-gameplay--module03-right .quest-module03-outdoor-info,.quest-gameplay--module03-right .quest-module03-quiz{width:min(96%,430px)}.quest-module03-outcome,.quest-module03-outdoor-info{color:#20150b;text-shadow:1px 1px #ffecb138;background:linear-gradient(90deg,#355e3b14,#0000 72%),#d8c29d2e;border-left:3px solid #355e3ba3;gap:4px;width:min(96%,450px);padding:0 0 0 clamp(8px,.8vw,11px);display:grid}.quest-gameplay--module03-right .quest-module03-outcome{box-shadow:none;text-shadow:1px 1px #ffecb157;background:0 0;border:0;padding:0 clamp(8px,.8vw,12px)}.quest-module03-outcome header{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:4px 7px;display:grid}.quest-module03-outcome header span{color:var(--codex-green);background:0 0;border:0;justify-content:center;align-items:center;width:22px;height:22px;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:.45rem;line-height:1;display:inline-flex}.quest-module03-outcome--run header span{color:#9d6b1f;background:0 0}.quest-module03-outcome--glass header span{color:#8d3c24;background:0 0}.quest-module03-outcome strong,.quest-module03-outdoor-info strong{color:var(--codex-green);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.78rem,.88vw,1rem);line-height:1}.quest-module03-outcome header strong{color:#f6e5b5;text-shadow:1px 1px #2b1d0e59;background:linear-gradient(#ffeeae47,#1b321d1a),#355e3b;border:2px solid #2b1d0eb8;place-self:center start;padding:3px 8px;display:inline-flex;box-shadow:inset 0 0 0 1px #ffe8a93d,2px 2px #2b1d0e38}.quest-module03-outcome--safe-action header strong{color:#f6e5b5;background:linear-gradient(#ffeeae4d,#1b321d1f),#355e3b}.quest-module03-outcome--run header strong{color:#2b1d0e;background:linear-gradient(#ffefb052,#52371114),#d9a441}.quest-module03-outcome--glass header strong{color:#f6e5b5;background:linear-gradient(#ffdcbc3d,#4817121f),#8d3c24}.quest-module03-outcome header small{color:#2b1d0e;grid-column:2;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.96rem,1.04vw,1.14rem);font-weight:700;line-height:1}.quest-module03-outcome p,.quest-module03-outcome li,.quest-module03-outdoor-info small,.quest-module03-outdoor-info p{margin:0;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.86rem,.96vw,1.06rem);font-weight:600;line-height:1.08}.quest-module03-outcome b{color:var(--codex-green);align-items:center;gap:5px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.72rem,.82vw,.94rem);line-height:1;display:inline-flex}.quest-module03-outcome b span{color:#d9a441;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:.48rem}.quest-module03-outcome ul{margin:2px 0 0;padding:0;list-style:none}.quest-module03-outcome li{padding-left:10px;position:relative}.quest-module03-outcome li:before{color:var(--codex-green);content:"-";position:absolute;top:0;left:0}.quest-module03-guide-tabs{gap:clamp(4px,.42vw,6px);width:min(96%,450px)}.quest-module03-guide-tabs article{gap:2px}.quest-module03-guide-tabs article>span{width:16px;height:16px}.quest-module03-guide-tabs strong{font-size:clamp(.62rem,.7vw,.82rem)}.quest-module03-guide-tabs small{font-size:clamp(.68rem,.78vw,.9rem)}.quest-module03-outdoor-info{background:linear-gradient(90deg,#fff4ca2e,#0000 48%),#d5ba886b;border:2px solid #5b3b1d9e;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:clamp(7px,.75vw,10px);min-height:clamp(82px,7.4vw,108px);padding:clamp(8px,.8vw,11px);display:grid;position:relative;box-shadow:inset 0 0 0 1px #ffeeb82e}.quest-gameplay--module03-right{--module03-right-gap:clamp(7px, .68vw, 10px);--module03-right-width:min(94%, 430px);--module03-act-width:min(100%, 535px);align-content:start;gap:var(--module03-right-gap);justify-items:center;padding-top:0}.quest-gameplay--module03-right .quest-module03-action-board,.quest-gameplay--module03-right .quest-module03-outcome,.quest-gameplay--module03-right .quest-module03-outdoor-info,.quest-gameplay--module03-right .quest-module03-top-question,.quest-gameplay--module03-right .quest-module03-quiz{box-sizing:border-box;width:var(--module03-right-width);margin:0}.quest-module03-top-question{place-self:start center}.quest-module03-top-question .quest-game-quiz.variant-pixel-card{width:100%;max-height:clamp(128px,10vw,154px);padding:clamp(4px,.46vw,7px)}.quest-module03-top-question .quest-game-quiz.variant-pixel-card:before{inset:6px}.quest-module03-top-question .quest-game-quiz.variant-pixel-card .quest-game-quiz__title{padding:3px 8px;font-size:clamp(.38rem,.45vw,.52rem)}.quest-module03-top-question .quest-game-quiz.variant-pixel-card .quest-game-quiz__question{padding:4px 7px;font-size:clamp(.52rem,.62vw,.72rem)}.quest-module03-top-question .quest-game-quiz.variant-pixel-card .quest-game-quiz__option{min-height:20px;padding:3px 7px;font-size:clamp(.52rem,.62vw,.72rem)}.quest-gameplay--module03-right .quest-module03-action-board{aspect-ratio:1257/862;width:var(--module03-act-width);justify-self:center;margin:0 auto;transform:none}.quest-gameplay--module03-right .quest-module03-outdoor-info{grid-template-columns:42px minmax(0,1fr) clamp(82px,8vw,120px);min-height:clamp(96px,8.8vw,132px);padding:clamp(7px,.72vw,10px) clamp(6px,.62vw,9px);overflow:hidden}.quest-module03-info-npc{filter:drop-shadow(2px 3px #2b1d0e52);height:clamp(102px,8.8vw,140px);image-rendering:pixelated;object-fit:contain;pointer-events:none;place-self:end;width:auto;max-width:100%;display:block}.quest-module03-outdoor-info p{color:#2b1d0e}.quest-module03-outdoor-info p>span{color:var(--codex-green);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:.46rem}.quest-module03-quiz{width:min(96%,450px)}.quest-gameplay--module04{align-content:start;justify-items:center;gap:clamp(7px,.68vw,10px)}.quest-module04-puzzle{aspect-ratio:1445/1077;justify-self:center;width:min(128%,560px);max-height:clamp(560px,48vw,790px);position:relative}.quest-module04-puzzle>img{height:100%;image-rendering:pixelated;object-fit:contain;pointer-events:none;width:100%;display:block}.quest-module04-dropzone{color:#0000;cursor:pointer;height:var(--module04-slot-h,9.95%);left:var(--module04-slot-x,24%);top:var(--module04-slot-y,30%);width:var(--module04-slot-w,6.55%);z-index:5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:filter .14s,transform .14s;display:flex;position:absolute;overflow:hidden}.quest-module04-dropzone:hover,.quest-module04-dropzone:focus-visible{filter:drop-shadow(0 0 8px #d9a4417a);outline:0;transform:translateY(-1px)}.quest-module04-dropzone.is-filled{filter:drop-shadow(0 0 7px #355e3b61)}.quest-module04-dropzone img{height:100%;image-rendering:pixelated;object-fit:fill;width:100%;display:block}.quest-module04-puzzle.is-complete .quest-module04-dropzone{filter:drop-shadow(0 0 8px #d9a44180)}.quest-module04-route-piece{color:#0000;cursor:grab;height:var(--module04-piece-h,9.4%);left:var(--module04-piece-x,79.45%);top:var(--module04-piece-y,17.7%);width:var(--module04-piece-w,7.4%);z-index:4;background:0 0;border:2px solid #0000;padding:0;font-size:0;position:absolute;overflow:hidden}.quest-module04-route-piece img{height:100%;image-rendering:pixelated;object-fit:fill;pointer-events:none;width:100%;display:block}.quest-module04-route-piece:active{cursor:grabbing}.quest-module04-route-piece:hover,.quest-module04-route-piece:focus-visible,.quest-module04-route-piece.is-selected{border-color:#d9a441e6;outline:0;box-shadow:inset 0 0 0 2px #355e3b59,0 0 12px #d9a4416b}.quest-module04-route-piece.is-used,.quest-module04-route-piece:disabled{cursor:default;filter:grayscale(.45)brightness(.82);opacity:.28;pointer-events:none}.quest-module04-route-tip{box-shadow:none;box-sizing:border-box;background:0 0;border:0;grid-template-columns:1fr;align-items:stretch;gap:1.5rem;width:min(92%,410px);min-height:0;padding:0 clamp(8px,.8vw,12px);display:grid;overflow:visible}.quest-module04-route-tip__row{grid-template-columns:minmax(0, 1fr) var(--module04-woman2-column,clamp(58px, 5.8vw, 126px));align-items:end;gap:clamp(8px,.75vw,12px);display:grid}.quest-module04-route-tip__row--reverse{grid-template-columns:var(--module04-woman3-column,clamp(58px, 5.8vw, 188px)) minmax(0, 1fr)}.quest-module04-route-tip strong{color:var(--codex-green);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.72rem,.82vw,.94rem);line-height:1;display:block}.quest-module04-route-tip p{color:#2b1d0e;margin:3px 0 0;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.82rem,.9vw,1rem);font-weight:600;line-height:1}.quest-module04-route-tip__row img{filter:drop-shadow(2px 3px #2b1d0e52);height:var(--module04-woman2-height,clamp(72px, 6.4vw, 128px));image-rendering:pixelated;object-fit:contain;pointer-events:none;place-self:end;width:auto;max-width:100%;display:block}.quest-module04-route-tip__row--reverse img{height:var(--module04-woman3-height,var(--module04-woman2-height,clamp(102px, 6.4vw, 228px)));justify-self:start}.quest-gameplay--module04 .quest-game-quiz.variant-pixel-card{width:min(94%,430px);max-height:clamp(156px,13vw,186px)}.quest-maze{background:linear-gradient(90deg,#355e3b14,#0000),#caae7a7a;border:2px solid #533519b8;grid-template-columns:repeat(3,1fr);gap:4px;padding:7px;display:grid}.quest-maze__cell{border:2px solid #4e32188c;min-height:28px}.quest-maze__cell--path,.quest-maze__cell--start,.quest-maze__cell--finish,.quest-maze__cell--safe{background:#d9a44157;box-shadow:0 0 12px #d9a4412e}.quest-maze__cell--block{background:#39251361}.quest-gameplay--module06{align-content:start;justify-items:center}.quest-gameplay--module06-left{gap:clamp(8px,.72vw,12px);width:min(104%,520px);margin-top:clamp(-8px,-.55vw,-3px);transform:translate(clamp(14px,1.35vw,24px))}.quest-gameplay--module06-right{margin-inline:auto;align-content:start;justify-self:center;justify-items:center;gap:clamp(1px,.14vw,3px);width:min(100%,430px);margin-top:clamp(-8px,-.5vw,-3px);transform:translate(0)}.quest-module06-number-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(5px,.46vw,7px);width:min(100%,420px);display:grid}.quest-module06-number-grid button{color:#f7e7b4;cursor:pointer;text-shadow:1px 1px #2b1d0e6b;background:linear-gradient(#ffeeae3d,#263f271a),#355e3b;border:2px solid #2b1d0ebd;justify-content:center;align-items:center;height:clamp(25px,2.2vw,32px);padding:0;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.5rem,.58vw,.68rem);display:inline-flex;box-shadow:inset 0 0 0 1px #ffe8a942,2px 2px #2b1d0e47}.quest-module06-number-grid button:hover,.quest-module06-number-grid button:focus-visible,.quest-module06-number-grid button.is-active{border-color:#d9a441f5;outline:0;box-shadow:inset 0 0 0 1px #ffe8a952,0 0 10px #d9a44157,2px 2px #2b1d0e47}.quest-module06-number-grid button.is-found{background:linear-gradient(#ffeeae47,#1729181f),#7f2f24}.quest-module06-divider{background:linear-gradient(90deg,#0000,#57381994,#0000);width:min(100%,430px);height:2px;display:block}.quest-module06-scale{filter:drop-shadow(2px 3px #2b1d0e38);image-rendering:pixelated;object-fit:contain;width:min(68%,292px);margin:0 auto clamp(-3px,-.16vw,-1px);display:block}.quest-module06-inspection-board{filter:drop-shadow(3px 5px #2b1d0e38);image-rendering:pixelated;width:min(70%,302px);margin:clamp(-3px,-.16vw,-1px) auto 0;display:block;position:relative}.quest-module06-inspection-board__frame{image-rendering:pixelated;width:100%;display:block}.quest-module06-inspection-slot{box-sizing:border-box;height:var(--module06-slot-h);left:var(--module06-slot-x);pointer-events:none;top:var(--module06-slot-y);width:var(--module06-slot-w);place-items:center;margin:0;padding:0;display:block;position:absolute;transform:translateZ(0)}.quest-module06-inspection-slot img{filter:drop-shadow(2px 3px #2b1d0e47);image-rendering:pixelated;object-fit:contain;max-width:72%;max-height:40%;display:block;position:absolute;top:17%;left:50%;transform:translate(-50%)}.quest-module06-inspection-slot strong{color:#8d3c24;letter-spacing:0;text-align:center;text-transform:uppercase;text-shadow:1px 1px #ffebb473;width:82%;max-width:82%;max-height:18px;margin:0;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.34rem,.42vw,.5rem);font-weight:900;line-height:.82;display:block;position:absolute;top:59.6%;left:9%;overflow:hidden}.quest-module06-inspection-slot.is-aman strong{color:#355e3b}.quest-module06-inspection-slot.is-waspada strong{color:#9f6815}.quest-module06-inspection-slot small{color:#2b1d0e;text-align:center;text-shadow:1px 1px #ffebb44d;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:82%;max-width:82%;margin:0;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.34rem,.42vw,.5rem);font-weight:700;line-height:.8;display:-webkit-box;position:absolute;top:72.7%;left:9%;overflow:hidden}.quest-module06-inspection-slot:nth-of-type(n+4) img{max-height:38%;top:18.5%}.quest-module06-inspection-slot:nth-of-type(n+4) strong{top:58.2%}.quest-module06-inspection-slot:nth-of-type(n+4) small{top:70.8%}.quest-module06-result-card{box-sizing:border-box;background:linear-gradient(#ffecb680,#c7a26438),#d8c29d57;border:2px solid #5f3d1cb8;place-items:center;gap:6px;width:min(100%,260px);min-height:clamp(210px,18vw,265px);margin:0;padding:clamp(14px,1.25vw,18px) clamp(12px,1vw,16px) clamp(12px,1vw,15px);display:grid;position:relative;box-shadow:inset 0 0 0 2px #ffefbe38,2px 3px #2b1d0e42}.quest-module06-result-card:before,.quest-module06-result-card:after{content:"";pointer-events:none;border-style:solid;border-color:#5b3a1b8f;width:22px;height:22px;position:absolute}.quest-module06-result-card:before{border-width:2px 0 0 2px;top:6px;left:6px}.quest-module06-result-card:after{border-width:0 2px 2px 0;bottom:6px;right:6px}.quest-module06-result-card__number{color:#f7e7b4;background:linear-gradient(#ffdf9a38,#5b171024),#8d3c24;border:2px solid #2b1d0eb8;justify-content:center;align-items:center;width:clamp(26px,2.6vw,34px);height:clamp(34px,3.1vw,44px);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.72rem,.88vw,1rem);line-height:1;display:inline-flex;position:absolute;top:9px;left:10px}.quest-module06-result-card__number:after{content:"";border-top:9px solid #8d3c24;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.quest-module06-result-card__status{border:2px solid #2b1d0ea3;border-radius:99px;justify-content:center;align-items:center;width:clamp(24px,2.3vw,32px);height:clamp(24px,2.3vw,32px);display:inline-flex;position:absolute;top:12px;right:11px}.quest-module06-result-card__status:before{color:#f7e7b4;content:"!";font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.52rem,.6vw,.68rem)}.quest-module06-result-card.is-aman .quest-module06-result-card__status{background:#355e3b}.quest-module06-result-card.is-aman .quest-module06-result-card__status:before{content:"✓"}.quest-module06-result-card.is-waspada .quest-module06-result-card__status{background:#d9a441}.quest-module06-result-card.is-waspada .quest-module06-result-card__status:before{color:#2b1d0e;content:"!"}.quest-module06-result-card.is-bahaya .quest-module06-result-card__status{background:#8d3c24}.quest-module06-result-card.is-bahaya .quest-module06-result-card__status:before{content:"☠"}.quest-module06-result-card>img{filter:drop-shadow(2px 3px #2b1d0e52);image-rendering:pixelated;object-fit:contain;justify-self:center;max-width:100%;max-height:clamp(92px,8.2vw,128px);display:block}.quest-module06-result-card figcaption{text-align:center;gap:5px;min-width:0;display:grid}.quest-module06-result-card figcaption strong{color:#8d3c24;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.8rem,.9vw,1.04rem);line-height:.95}.quest-module06-result-card figcaption small{color:#2b1d0e;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.86rem,.96vw,1.06rem);font-weight:700;line-height:1}.quest-module06-mitigation{color:#2b1d0e;text-shadow:1px 1px #ffecb13d;background:0 0;gap:3px;width:min(76%,320px);padding:0 clamp(6px,.6vw,9px);display:grid}.quest-module06-mitigation strong{color:var(--codex-green);text-align:center;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.62rem,.7vw,.82rem);line-height:1}.quest-module06-mitigation ul{gap:2px;margin:0;padding:0;list-style:none;display:grid}.quest-module06-mitigation li{border-left:2px solid #355e3b94;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1px;padding-left:7px;display:grid}.quest-module06-mitigation b,.quest-module06-mitigation span{font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.68rem,.76vw,.86rem);font-weight:700;line-height:.86}.quest-module06-mitigation b{color:#f6e3aa;text-shadow:1px 1px #2b1d0e59;background:#355e3be0;border:1px solid #2b1d0e85;justify-content:center;align-items:center;min-width:clamp(13px,1.12vw,16px);height:clamp(13px,1.12vw,16px);margin-right:5px;line-height:1;display:inline-flex}.quest-module06-home-poster{justify-self:center;width:min(108%,500px);margin:8px 0 clamp(12px,1.1vw,18px);position:relative}.quest-module06-home-poster>img{image-rendering:pixelated;width:100%;display:block}.quest-module06-hotspot{color:#0000;cursor:pointer;height:clamp(30px,3vw,42px);left:var(--module06-x);top:var(--module06-y);background:0 0;border:0;border-radius:99px;width:clamp(30px,3vw,42px);padding:0;font-size:0;display:block;position:absolute;transform:translate(-50%,-50%)}.quest-module06-hotspot:hover,.quest-module06-hotspot:focus-visible,.quest-module06-hotspot.is-active{box-shadow:none;outline:0}.quest-module06-hotspot.is-found{box-shadow:none}.quest-module06-found{color:var(--codex-green);text-align:center;text-shadow:1px 1px #ffecb14d;margin:0;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.48rem,.54vw,.62rem)}.quest-module06-meja-illustration{filter:drop-shadow(2px 3px #2b1d0e3d);image-rendering:pixelated;max-height:var(--module06-meja-max-height,clamp(58px, 5.5vw, 84px));object-fit:contain;pointer-events:none;width:var(--module06-meja-width,min(58%, 210px));margin:clamp(1px,.12vw,2px) auto 0;display:block}.final-simulation-page{color:#f4df9d;text-align:center;background:radial-gradient(circle at 50% 35%,#d9a4412e,#0000 36%),linear-gradient(#12100feb,#090706fa),#100d0a;justify-content:center;align-items:center;min-height:100vh;padding:clamp(14px,2vw,28px);font-family:"Press Start 2P",Pixelify Sans,monospace;display:flex;overflow:hidden}.final-simulation-game-shell{background:linear-gradient(#2b2622,#15110f),#17120f;border:5px solid #d9a441;place-items:center;gap:12px;width:100%;max-width:min(96vw,980px);padding:clamp(12px,2vw,20px);display:grid;position:relative;box-shadow:inset 0 0 0 4px #355e3bbf,0 24px 48px #0000006b}.final-simulation-ds-top{color:#f4df9d;background:repeating-linear-gradient(0deg,#f4df9d14 0 2px,#0000 2px 7px),#12100f;border:3px solid #7a4b22;justify-content:space-between;align-items:center;gap:14px;width:min(100%,800px);min-height:54px;padding:10px 14px;display:flex}.final-simulation-ds-top span,.final-simulation-ds-top strong{font-size:clamp(.42rem,.9vw,.68rem);line-height:1.55}.final-simulation-ds-top span{color:#d9a441}.final-simulation-canvas{aspect-ratio:5/3;background:#160f0a;border:4px solid #7a4b22;outline:none;width:min(100%,800px);max-width:800px;overflow:hidden;box-shadow:inset 0 0 0 3px #00000080,0 0 28px #d9a44133}.final-simulation-canvas canvas{image-rendering:pixelated;display:block}.final-simulation-page--fullscreen{width:100vw;height:100vh;padding:0;position:fixed;inset:0}.final-simulation-page--fullscreen .final-simulation-game-shell{box-shadow:none;border:0;width:100%;max-width:none;height:100%;padding:0}.final-simulation-page--fullscreen .final-simulation-canvas{aspect-ratio:auto;border:0;width:100%;max-width:none;height:100%}.final-simulation-page--fullscreen .final-simulation-canvas canvas{width:100%!important;height:100%!important}.quest-chat-board{background:repeating-linear-gradient(0deg,#fff1be12 0 2px,#0000 2px 8px),#432a1447;border:2px solid #4e3218b3;gap:5px;padding:8px;display:grid}.quest-chat-board span{color:#1e140a;background:#eed19a9e;border:2px solid #4e32186b;padding:5px 7px;font-family:VT323,monospace;font-size:clamp(.98rem,1.05vw,1.16rem);line-height:1}.quest-chat-board .is-alert{color:var(--codex-green);border-color:#d9a441cc}.quest-gameplay--module05{align-content:start;justify-items:center;gap:clamp(6px,.56vw,9px);margin-top:clamp(-8px,-.52vw,-3px)}.quest-module05-info-header{box-sizing:border-box;color:#2b1d0e;text-shadow:1px 1px #ffecb175;gap:clamp(3px,.3vw,5px);width:min(92%,424px);padding:clamp(2px,.24vw,4px) clamp(8px,.82vw,12px);display:grid}.quest-module05-info-header strong{color:var(--codex-green);text-align:center;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.8rem,.92vw,1.05rem);line-height:1}.quest-module05-info-header span{text-align:center;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.88rem,.98vw,1.1rem);font-weight:700;line-height:.95}.quest-module05-call-card{filter:drop-shadow(2px 3px #2b1d0e38);image-rendering:pixelated;object-fit:contain;width:min(100%,468px);display:block}.quest-module05-call-card--hotline{max-height:clamp(124px,11.4vw,176px)}.quest-module05-call-row{grid-template-columns:minmax(0,clamp(250px,25vw,330px)) clamp(96px,9vw,142px);justify-content:center;place-items:end center;gap:0;width:min(98%,452px);margin-top:clamp(-6px,-.42vw,-2px);display:grid}.quest-module05-call-card--info{width:200%;max-height:clamp(256px,16.4vw,312px);margin-top:20px}.quest-module05-timsar-point{filter:drop-shadow(2px 4px #2b1d0e3d);image-rendering:pixelated;object-fit:contain;align-self:end;width:100%;max-height:clamp(150px,14.6vw,230px);display:block;transform:translate(clamp(-18px,-1.1vw,-10px),clamp(4px,.42vw,7px))}.quest-gameplay--module05 .quest-game-quiz.variant-pixel-card{width:min(96%,430px);max-height:none;margin:0 auto;padding:clamp(5px,.52vw,8px);overflow:visible}.quest-gameplay--module05 .quest-game-quiz.variant-pixel-card .quest-game-quiz__title{min-height:0;padding:4px 8px;font-size:clamp(.42rem,.5vw,.58rem)}.quest-gameplay--module05 .quest-game-quiz.variant-pixel-card .quest-game-quiz__question,.quest-gameplay--module05 .quest-game-quiz.variant-pixel-card .quest-game-quiz__option{min-height:22px;padding:3px 7px;font-size:clamp(.58rem,.68vw,.78rem);line-height:.95}.quest-gameplay--module05 .quest-game-quiz.variant-pixel-card .quest-game-quiz__question{padding:5px 8px}.quest-family-tree{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.quest-family-tree span{color:#1e140a;text-align:center;background:#355e3b21;border:2px solid #355e3b7a;min-height:30px;padding:6px;font-family:VT323,monospace;font-size:clamp(.92rem,1vw,1.08rem);line-height:1}.quest-room-scan{background:linear-gradient(90deg,#5d3f1e52 0 18%,#0000 18% 62%,#5d3f1e2e 62%),linear-gradient(0deg,#6e482338 0 28%,#0000 28%),#d1b5838c}.quest-craft-grid,.quest-equipment-slots{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.quest-craft-grid span,.quest-equipment-slots button{background:linear-gradient(#fff0bc2e,#4c2d121c),#ccae7a70;border:2px solid #5d3f1ea6;place-items:center;gap:4px;min-height:58px;padding:5px;display:grid;position:relative;box-shadow:inset 0 0 0 2px #ffeeb81f,0 2px #4529113d}.quest-craft-grid img,.quest-equipment-slots img{filter:drop-shadow(0 2px #2b1d0e6b);height:29px;image-rendering:pixelated;object-fit:contain;width:29px}.quest-craft-grid small,.quest-equipment-slots span,.quest-equipment-slots small{color:#1f150b;text-align:center;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.76rem,.84vw,.92rem);line-height:.95}.quest-gameplay--module07{align-content:start;justify-items:center;gap:clamp(7px,.68vw,11px);margin-top:clamp(-4px,-.28vw,-1px)}.quest-module07-copy,.quest-module07-note{box-sizing:border-box;color:#2b1d0e;text-shadow:1px 1px #ffecb170;gap:clamp(4px,.42vw,7px);width:min(94%,468px);display:grid}.quest-module07-copy strong,.quest-module07-note strong{color:var(--codex-green);text-align:center;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.86rem,.94vw,1.08rem);line-height:1}.quest-module07-copy p,.quest-module07-note p{text-align:justify;margin:0;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.94rem,1.02vw,1.18rem);font-weight:700;line-height:1.05}.quest-module07-craft-board{filter:drop-shadow(3px 4px #2b1d0e33);image-rendering:pixelated;width:min(104%,548px);margin:0;display:block;position:relative}.quest-module07-craft-board__frame{image-rendering:pixelated;width:100%;display:block}.quest-module07-material-desk{justify-content:center;align-items:center;width:12.5%;display:flex;position:absolute;top:82.1%;left:13.9%;transform:translate(-50%,-50%)}.quest-module07-material-desk span{justify-content:center;align-items:center;min-width:0;display:inline-flex}.quest-module07-material-desk img{filter:drop-shadow(1px 2px #2b1d0e47);image-rendering:pixelated;object-fit:contain;max-width:100%;max-height:clamp(28px,3vw,44px);display:block}.quest-module07-craft-item,.quest-module07-craft-result{filter:drop-shadow(2px 3px #2b1d0e47);image-rendering:pixelated;object-fit:contain;pointer-events:none;display:block;position:absolute;transform:translate(-50%,-50%)}.quest-module07-craft-item{height:var(--module07-material-slot-size,clamp(34px, 3.55vw, 52px));width:var(--module07-material-slot-size,clamp(34px, 3.55vw, 52px))}.quest-module07-craft-item--a{top:41.6%;left:13.3%}.quest-module07-craft-item--b{top:41.6%;left:36%}.quest-module07-craft-result{max-height:var(--module07-actmed-slot-size,clamp(52px, 5.4vw, 78px));max-width:var(--module07-actmed-slot-size,clamp(52px, 5.4vw, 78px));top:41.6%;left:58.8%}.quest-module07-craft-board figcaption{color:#2b1d0e;pointer-events:none;text-align:center;text-shadow:1px 1px #ffecb159;gap:clamp(4px,.42vw,7px);width:21.5%;display:grid;position:absolute;top:49.2%;left:82.9%;transform:translate(-50%,-50%)}.quest-module07-description-item{filter:drop-shadow(1px 2px #2b1d0e47);image-rendering:pixelated;max-height:var(--module07-description-item-size,clamp(38px, 3.8vw, 58px));max-width:var(--module07-description-item-size,clamp(42px, 4.2vw, 64px));object-fit:contain;justify-self:center;display:block}.quest-module07-craft-board figcaption strong{color:var(--codex-green);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.52rem,.62vw,.72rem);line-height:1}.quest-module07-craft-board figcaption small{color:#2b1d0e;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.4rem,.48vw,.58rem);font-weight:900;line-height:.92}.quest-module07-craft-board figcaption small.is-valid{color:#355e3b}.quest-module07-craft-board figcaption small.is-invalid{color:#8d3c24}.quest-module07-craft-board figcaption span{font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.62rem,.74vw,.86rem);font-weight:700;line-height:.9}.quest-module07-craft-controls{pointer-events:auto;grid-template-columns:clamp(24px,2.2vw,31px) minmax(54px,1fr) clamp(24px,2.2vw,31px);align-items:center;gap:clamp(4px,.38vw,6px);width:100%;margin-top:clamp(4px,.4vw,6px);display:grid}.quest-module07-craft-controls button{color:#f7e6b4;cursor:pointer;background:linear-gradient(#466f41,#214520);border:2px solid #2b1d0e;justify-content:center;align-items:center;height:clamp(22px,2vw,28px);padding:0 clamp(3px,.34vw,5px);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.34rem,.42vw,.54rem);line-height:1;display:inline-flex;box-shadow:inset 0 0 0 1px #d9a44185,1px 1px #2b1d0e5c}.quest-module07-craft-board>button{box-shadow:none;color:#0000;cursor:pointer;text-transform:uppercase;background:0 0;border:0;width:31.6%;height:10.5%;padding:0;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:0;position:absolute;top:68.6%;left:34.6%;transform:translate(-50%,-50%)}.quest-module07-craft-board>button:disabled{cursor:not-allowed;pointer-events:none}.quest-module07-craft-board>button.is-crafted{background:#355e3b29;box-shadow:0 0 14px #355e3b42}.quest-module07-note{border-left:3px solid #355e3bb8;padding-left:clamp(8px,.8vw,12px)}.quest-module07-result-list{gap:clamp(4px,.46vw,7px);display:grid}.quest-module07-result-list section{grid-template-columns:minmax(0,1fr) clamp(42px,4.2vw,60px);align-items:center;gap:clamp(6px,.62vw,9px);display:grid}.quest-module07-result-list section.is-reversed{grid-template-columns:clamp(42px,4.2vw,60px) minmax(0,1fr)}.quest-module07-result-list section.is-reversed span{order:2}.quest-module07-result-list section.is-reversed img{order:1}.quest-module07-result-list span{gap:2px;min-width:0;display:grid}.quest-module07-result-list b{color:var(--codex-green);text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.58rem,.68vw,.78rem);line-height:1}.quest-module07-result-list small{color:#2b1d0e;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.68rem,.78vw,.9rem);font-weight:700;line-height:.9}.quest-module07-result-list img{filter:drop-shadow(1px 2px #2b1d0e47);image-rendering:pixelated;max-height:var(--module07-actmed-list-size,clamp(42px, 4.8vw, 66px));max-width:var(--module07-actmed-list-size,clamp(42px, 4.8vw, 66px));object-fit:contain;justify-self:center;display:block}.quest-equipment-slots button.is-locked{cursor:not-allowed;filter:grayscale(.7)brightness(.78);opacity:.5}.quest-equipment-slots button.is-equipped{border-color:var(--codex-green);box-shadow:inset 0 0 0 2px #355e3b47,0 0 14px #355e3b2e}.quest-weight-meter{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;display:grid}.quest-weight-meter strong{color:var(--codex-green);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.48rem,.55vw,.66rem);line-height:1.15}.quest-weight-meter.is-overweight strong{color:#8d3c24}.quest-weight-meter.is-overweight i{background:linear-gradient(#c75a35,#7d2e1c)}.quest-gameplay--module08{align-content:start;justify-items:center;display:grid}.quest-gameplay--module08-left{gap:clamp(2px,.9vw,8px);padding-top:clamp(4px,.45vw,8px)}.quest-module08-bag,.quest-module08-inventory{margin:0;display:block;position:relative}.quest-module08-bag{width:min(85%,600px);margin-top:clamp(-15px,-.45vw,-8px)}.quest-module08-bag>img,.quest-module08-inventory>img{filter:drop-shadow(2px 4px #2b1d0e47);height:auto;image-rendering:pixelated;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;display:block}.quest-module08-bag.is-complete>img{filter:drop-shadow(0 0 10px #d9a44142)drop-shadow(2px 4px #2b1d0e47)}.quest-module08-bag-slot,.quest-module08-inventory-item{appearance:none;cursor:grab;z-index:2;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;transform:translate(-50%,-50%)}.quest-module08-bag-slot{cursor:pointer;height:var(--module08-slot-h);left:var(--module08-slot-x);top:var(--module08-slot-y);width:var(--module08-slot-w);transform:none}.quest-module08-bag-slot:hover,.quest-module08-bag-slot:focus-visible{filter:drop-shadow(0 0 7px #d9a44170);outline:none}.quest-module08-bag-slot.is-filled{filter:drop-shadow(0 0 6px #355e3b47)}.quest-module08-inventory-item{height:clamp(26px,3vw,44px);left:var(--module08-x);top:var(--module08-y);width:clamp(26px,3vw,44px)}.quest-module08-inventory-item.is-selected{filter:drop-shadow(0 0 8px #d9a441b8)}.quest-module08-bag-slot:active,.quest-module08-inventory-item:active{cursor:grabbing}.quest-module08-bag-slot img,.quest-module08-inventory-item img{filter:drop-shadow(1px 2px #2b1d0e6b);image-rendering:pixelated;object-fit:contain;pointer-events:none;max-width:86%;max-height:86%;display:block}.quest-module08-inventory-item img{max-width:100%;max-height:100%}.quest-module08-inventory-wrap{grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:clamp(5px,.65vw,9px);width:min(96%,456px);display:grid}.quest-module08-inventory{width:100%}.quest-module08-arrow{color:#f4df9d;cursor:pointer;background:linear-gradient(#ffeeae24,#0000 54%),#355e3b;border:2px solid #2b1d0ee0;justify-content:center;align-items:center;width:28px;height:27px;padding:0;font-family:"Press Start 2P",monospace;font-size:clamp(.56rem,.62vw,.72rem);display:flex;box-shadow:inset 0 0 0 1px #d9a44185,2px 2px #2b1d0e3d}.quest-module08-arrow:hover{background:linear-gradient(#ffeeae3d,#0000 54%),#456f42}.quest-module08-page-count,.quest-module08-empty-inventory{color:#2b1d0ed1;text-align:center;margin:0;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.62rem,.76vw,.86rem);font-weight:700;line-height:1}.quest-module08-empty-inventory{width:78%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quest-gameplay--module08-right{gap:clamp(6px,.72vw,10px);padding-top:clamp(2px,.35vw,6px)}.quest-module08-mission-board,.quest-module08-material{margin:0;display:block}.quest-module08-mission-board{width:min(100%,430px);position:relative}.quest-module08-mission,.quest-module08-material{filter:drop-shadow(2px 3px #2b1d0e2e);height:auto;image-rendering:pixelated;object-fit:contain;width:100%;display:block}.quest-module08-mission{width:min(100%,430px);margin-top:-2px}.quest-module08-material{width:min(104%,470px);max-height:clamp(350px,33vw,555px)}.quest-module08-progress-text{color:#355e3b;text-align:center;text-shadow:1px 1px #f4df9d94;text-transform:uppercase;margin:0;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.56rem,.68vw,.78rem);line-height:1.35}.quest-module08-progress-text.is-complete{color:#2f7a31}.quest-module08-mission-status{color:#f2ddb0;text-shadow:2px 2px #24150ddb;z-index:2;grid-template-columns:clamp(23px,2.3vw,34px) minmax(0,1fr);align-items:center;gap:5px 8px;width:84.5%;display:grid;position:absolute;bottom:7.6%;left:6.8%}.quest-module08-mission-status span,.quest-module08-mission-status img{color:#ffd55a;height:clamp(23px,2.3vw,34px);image-rendering:pixelated;justify-content:center;align-items:center;width:clamp(23px,2.3vw,34px);font-family:"Press Start 2P",monospace;font-size:clamp(.34rem,.42vw,.52rem);display:flex}.quest-module08-mission-status img{filter:drop-shadow(1px 2px #2b1d0e57);object-fit:contain}.quest-module08-mission-status strong{color:#ffd55a;text-transform:uppercase;font-family:"Press Start 2P",monospace;font-size:clamp(.46rem,.58vw,.68rem);line-height:1.2;display:block}.quest-module08-mission-status small{color:#f4df9d;margin-top:3px;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.84rem,.98vw,1.12rem);font-weight:700;line-height:.86;display:block}.quest-module08-mission-status.is-unlocked strong{color:#95cf5d}.quest-module08-mission-bar{background:#24150dc7;border:2px solid #0b0704db;grid-column:2;width:100%;height:clamp(10px,1vw,14px);display:block;overflow:hidden;box-shadow:inset 0 0 0 2px #744a1f73,1px 1px #ffde8538}.quest-module08-mission-bar b{background:linear-gradient(#ffefa93d,#0000 54%),#2f8e2f;height:100%;transition:width .18s ease-out;display:block}.quest-gameplay--module08-right .quest-weight-meter{width:min(82%,360px)}.quest-final-scenes{grid-template-columns:repeat(3,minmax(0,1fr))}.quest-final-scenes button{min-height:104px}.quest-module-list button.is-complete{border-color:#d9a441d1;box-shadow:inset 0 0 0 2px #d9a44133,0 3px #040201d1}.quest-module-list button.is-locked:not(.is-active){filter:grayscale(.35)brightness(.78)}.quest-inventory-grid button{position:relative}.quest-inventory-grid img{filter:drop-shadow(0 2px #0000008c);image-rendering:pixelated;display:block}.quest-inventory-grid button.is-locked{opacity:.45;filter:grayscale(.7)brightness(.75)}.quest-inventory-grid button.is-locked:after{content:"";pointer-events:none;background:linear-gradient(45deg,#0000 0 42%,#d9a441cc 43% 57%,#0000 58%),linear-gradient(-45deg,#0000 0 42%,#d9a441cc 43% 57%,#0000 58%);width:18px;height:18px;position:absolute;top:6px;right:6px}.quest-inventory-grid button.is-unlocked{border-color:#d9a441e6;box-shadow:inset 0 0 0 2px #d9a44161,0 3px #050302,0 0 14px #d9a4412e}.quest-step-list label.is-locked{cursor:not-allowed;filter:grayscale(.18)brightness(.9);opacity:.68}.quest-step-list input:disabled{cursor:not-allowed;opacity:.55}.quest-bag-slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.quest-bag-slots span{background:linear-gradient(#fff0bc2e,#4c2d121c),#ccae7a70;border:2px solid #5d3f1ea6;place-items:center;gap:3px;min-height:50px;padding:5px;display:grid;position:relative;box-shadow:inset 0 0 0 2px #ffeeb81f,0 2px #4529113d}.quest-bag-slots img{filter:drop-shadow(0 2px #2b1d0e6b);height:27px;image-rendering:pixelated;object-fit:contain;width:27px}.quest-bag-slots small{color:#1f150b;text-align:center;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.72rem,.8vw,.86rem);line-height:.95}.quest-bag-slots span.is-locked{filter:grayscale(.65)brightness(.78);opacity:.48}.quest-bag-slots span.is-locked:after{color:#4b3219;content:"LOCK";font-family:VT323,monospace;font-size:.74rem;font-weight:700;position:absolute;top:4px;right:5px}.quest-game-quiz.variant-pixel-card{filter:saturate(.84)sepia(.08);background:linear-gradient(#e2c389c7,#c6a671b8),repeating-linear-gradient(90deg,#462b120e 0 1px,#0000 1px 8px);border:3px solid #3e2814d6;border-radius:0;justify-self:center;gap:clamp(4px,.48vw,7px);width:min(92%,520px);min-height:0;max-height:clamp(172px,15.4vw,212px);padding:clamp(7px,.72vw,10px);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #8a6230c7,inset 0 0 0 4px #ffe8a947,3px 3px #23160a42}.quest-game-quiz.variant-pixel-card:before{content:"";pointer-events:none;z-index:1;border:2px solid #3e281452;position:absolute;inset:8px;box-shadow:0 0 0 1px #fff1be59}.quest-game-quiz.variant-pixel-card>*{z-index:2;position:relative}.quest-game-quiz.variant-pixel-card .quest-game-quiz__title{color:#f4df9d;position:center;text-align:center;text-shadow:2px 2px #2b1d0eb8;text-transform:uppercase;background:linear-gradient(#ffec9717,#0000 44%),#355e3b;border:2px solid #3e2814e0;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;padding:clamp(5px,.5vw,7px) 10px;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.48rem,.58vw,.68rem);line-height:1;display:grid;box-shadow:2px 2px #3e281459,inset 0 0 0 2px #f4df9d1f}.quest-game-quiz.variant-pixel-card .quest-game-quiz__title:before,.quest-game-quiz.variant-pixel-card .quest-game-quiz__title:after{content:"";background:radial-gradient(at 50% 18%,#f4df9d 0 18%,#0000 19%),radial-gradient(at 50% 82%,#f4df9d 0 18%,#0000 19%),radial-gradient(at 18%,#d9a441 0 18%,#0000 19%),radial-gradient(at 82%,#d9a441 0 18%,#0000 19%),#315a33;border:1px solid #3e2814b8;justify-self:center;width:13px;height:13px;display:block;transform:rotate(45deg);box-shadow:1px 1px #2b1d0e80}.quest-game-quiz.variant-pixel-card .quest-game-quiz__question,.quest-game-quiz.variant-pixel-card .quest-game-quiz__option{color:#20150b;background:linear-gradient(#fff5c957,#6f47200a),#e4c48b80;border:2px solid #735026b8;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;box-shadow:inset 0 0 0 1px #fff6cd33}.quest-game-quiz.variant-pixel-card .quest-game-quiz__question{background:linear-gradient(#efd097ad,#754e2414),#d5b3798a;padding:clamp(6px,.62vw,8px) clamp(8px,.82vw,11px);font-size:clamp(.66rem,.78vw,.9rem);font-weight:700;line-height:1.1}.quest-lock-note{color:#5b2f1b;font-family:VT323,Pixelify Sans,monospace;font-size:clamp(.9rem,.98vw,1.04rem);line-height:1}.quest-quiz-options{gap:clamp(4px,.44vw,6px);display:grid}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option{cursor:pointer;text-align:left;border-radius:0;align-items:center;gap:6px;min-height:clamp(23px,2.2vw,30px);padding:clamp(4px,.42vw,6px) clamp(7px,.72vw,10px);font-size:clamp(.68rem,.78vw,.9rem);font-weight:700;line-height:1.05;transition:background .14s,border-color .14s,transform .14s;display:flex}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option span{color:#5a3b1be6;flex:none;min-width:17px;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option:hover{background:#d6d18a;border-color:#315a33;transform:translate(3px)}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option.is-selected{background:linear-gradient(90deg,#355e3b2e,#0000 58%),#e0c697c7;border-color:#315a33}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option.is-correct{box-shadow:inset 0 0 0 2px #355e3b3d,0 0 12px #355e3b2e}.quest-game-quiz.variant-pixel-card .quest-game-quiz__option.is-wrong{border-color:#8d3c24;box-shadow:inset 0 0 0 2px #8d3c242e}.quest-mini-quiz.is-locked,.quest-mini-quiz.is-locked .quest-quiz-choice,.quest-game-quiz.is-locked,.quest-game-quiz.is-locked .quest-quiz-choice{cursor:not-allowed;filter:grayscale(.25)brightness(.9)}.quest-book-footer{box-shadow:none;pointer-events:none;z-index:15;background:0 0;border:0;grid-column:1/-1;justify-content:center;align-items:center;gap:0;min-height:0;padding:0;display:flex;position:absolute;bottom:95px;left:50%;transform:translate(-50%)}.quest-next{pointer-events:auto;justify-self:center;gap:9px;min-width:clamp(126px,12.5vw,168px);min-height:clamp(30px,2.7vw,38px);padding:0 clamp(13px,1.2vw,18px);font-size:clamp(.58rem,.64vw,.72rem)}.quest-cta:disabled,.quest-cta:disabled:hover{cursor:not-allowed;filter:grayscale(.55)brightness(.72);opacity:.72;transform:none}.quest-reward-popup{background:linear-gradient(180deg, #fff2ba2e, #25160b29), linear-gradient(180deg, #3e6b3d 0%, var(--codex-green) 56%, #1f3b24 100%);box-shadow:0 5px 0 #0d160c, inset 0 0 0 2px var(--codex-gold), inset 0 -6px 0 #00000038, 0 0 22px #d9a44157;color:#f8e7b8;z-index:16;border:3px solid #142616;gap:8px;width:clamp(210px,18vw,270px);min-width:0;max-width:none;padding:11px 13px;animation:.42s steps(4,end) both questRewardPop;display:grid;position:absolute;top:clamp(26px,2.8vw,42px);right:clamp(96px,8.2vw,126px)}.quest-reward-popup:before{background:linear-gradient(var(--codex-gold), var(--codex-gold)) left 6px top 6px / 18px 2px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) left 6px top 6px / 2px 18px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) right 6px top 6px / 18px 2px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) right 6px top 6px / 2px 18px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) left 6px bottom 6px / 18px 2px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) left 6px bottom 6px / 2px 18px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) right 6px bottom 6px / 18px 2px no-repeat, linear-gradient(var(--codex-gold), var(--codex-gold)) right 6px bottom 6px / 2px 18px no-repeat;content:"";opacity:.68;pointer-events:none;position:absolute;inset:0}.quest-reward-popup>strong{text-shadow:2px 2px #101d10;text-transform:uppercase;z-index:1;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.48rem,.55vw,.68rem);line-height:1.3;position:relative}@keyframes questRewardPop{0%{opacity:0;transform:translateY(-10px)scale(.94)}70%{opacity:1;transform:translateY(2px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1440px){.quest-book{padding:calc(clamp(80px,7.1vw,108px) + 10px) clamp(88px,7.6vw,112px) calc(clamp(48px,4.9vw,72px) - 10px)}.quest-page{padding:clamp(18px,2vw,28px)}.quest-page--left{padding:clamp(8px,1vw,14px) clamp(16px,1.6vw,24px) clamp(8px,1vw,14px) clamp(8px,1vw,14px)}.quest-page--right{padding:clamp(8px,1vw,14px) clamp(8px,1vw,14px) clamp(8px,1vw,14px) clamp(16px,1.6vw,24px)}.quest-step-list label{grid-template-columns:32px clamp(50px,4.6vw,64px) minmax(0,1fr) 26px}}@media (width<=1180px){.quest-book{grid-template-columns:minmax(0,1fr);gap:12px;max-width:860px;min-height:auto;padding:74px 48px 34px}.quest-book:before{width:auto;height:24px;display:block;inset:calc(50% - 12px) 18px auto}.quest-book__spine{display:none}.quest-page--left,.quest-page--right{box-shadow:none;border-radius:6px;padding:30px}.quest-page--left{padding-bottom:18px}.quest-page--right{padding-top:18px}.quest-module-header{height:auto}.quest-book-footer{bottom:34px}.quest-reward-popup{width:min(260px,100% - 96px);max-width:min(320px,100% - 96px);top:46px;right:48px}.quest-next{justify-self:center;width:auto}}@media (width<=760px){.quest-book{border-width:5px;border-radius:8px;padding:12px}.quest-book:after{inset:7px}.quest-book__ribbon{display:none}.quest-page--left,.quest-page--right{padding:22px}.quest-page:before{inset:12px}.quest-module-header{grid-template-columns:52px minmax(0,1fr);height:auto;padding:10px}.quest-module-header>img{opacity:.42;width:52%;display:block}.quest-module-badge{font-size:1.05rem}.quest-module-heading h1{font-size:1.04rem}.quest-module-heading small{font-size:.72rem}.quest-illustration{height:auto;min-height:170px}.quest-page-title{padding-inline:14px}.quest-page-title h2{font-size:1.02rem}.quest-page-title h2:before,.quest-page-title h2:after{margin-inline:8px}.quest-step-list label{grid-template-columns:34px 58px minmax(0,1fr) 28px;gap:9px;min-height:88px;padding:10px}.quest-step-number{width:34px;height:34px;font-size:1.05rem}.quest-step-thumb{width:58px;height:58px}.quest-step-icon{transform:scale(.74)}.quest-step-copy strong{font-size:.98rem}.quest-step-copy small{font-size:.88rem;line-height:1.18}.quest-tip{grid-template-columns:44px minmax(0,1fr) 56px;gap:10px;min-height:96px;padding:12px}.quest-tip__icon{transform-origin:0;transform:scale(.82)}.quest-tip small{font-size:1.04rem}.quest-tip img{width:58px;height:78px}.quest-bag-slots{grid-template-columns:repeat(2,minmax(0,1fr))}.quest-book-footer{bottom:16px}.quest-reward-popup{width:auto;min-width:0;max-width:none;top:20px;left:22px;right:22px}}@media (width<=520px){.quest-page--left,.quest-page--right{padding:18px}.quest-copy{font-size:.94rem}.quest-cta{width:100%;min-width:0}.quest-step-list label{grid-template-columns:34px minmax(0,1fr) 28px;align-items:start}.quest-step-thumb{grid-area:2/2}.quest-step-copy{grid-area:1/2}.quest-step-list input{grid-area:1/3}}.quest-topbar{isolation:isolate;grid-template-columns:minmax(310px,.92fr) minmax(460px,1.34fr) minmax(330px,.94fr);align-items:end;column-gap:clamp(8px,.85vw,16px);width:100%;max-width:min(100%,1900px);min-height:clamp(218px,19.5vw,330px);margin:0 auto clamp(10px,1vw,18px);padding:clamp(76px,7.4vw,138px) clamp(8px,.8vw,14px) 0;display:grid;position:relative;overflow:visible}.quest-topbar:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(at 50% 0,#111b228c,#0000 58%),linear-gradient(#000000db,#0000001f 72%,#0000);height:72%;position:absolute;inset:0 -4vw auto}.quest-topbar__city{filter:drop-shadow(0 8px #00000057)drop-shadow(0 0 12px #d9a44124);height:clamp(130px,13vw,248px);image-rendering:pixelated;object-fit:cover;object-position:center bottom;pointer-events:none;z-index:0;width:min(100vw,1920px);display:block;position:absolute;bottom:clamp(72px,6.8vw,122px);left:50%;transform:translate(-50%)}.quest-brand,.quest-nav,.quest-player{z-index:2;position:relative}.quest-brand{filter:drop-shadow(0 8px #0000005c);align-self:end;min-width:0;text-decoration:none;display:block}.quest-brand img{box-shadow:none;height:auto;image-rendering:pixelated;object-fit:contain;background:0 0;border:0;width:min(100%,560px);padding:0;display:block}.quest-nav{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center;align-self:end;gap:clamp(7px,.62vw,12px);min-width:0;display:grid;transform:translateY(clamp(-4px,-.28vw,-1px))}.quest-nav a{color:#f5e4b2;text-align:center;text-shadow:2px 2px #000000a8;text-transform:uppercase;background:linear-gradient(#fbe59d24,#0000 38%),radial-gradient(at 50% 100%,#d9a44129,#0000 58%),#123120;border:3px solid #c78b2f;justify-content:center;align-items:center;min-width:0;min-height:clamp(56px,5.5vw,88px);padding:0 clamp(8px,.82vw,16px);font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.48rem,.6vw,.76rem);font-weight:400;line-height:1.15;text-decoration:none;display:inline-flex;position:relative;box-shadow:inset 0 0 0 2px #050302,inset 0 0 0 5px #1b4125d1,inset 0 -8px #00000038,0 5px #050302,0 0 0 2px #050302b8}.quest-nav a:before,.quest-nav a:after{color:#d9a441;content:"+";opacity:.9;font-family:"Press Start 2P",monospace;font-size:.64em;position:absolute}.quest-nav a:before{bottom:9px;left:50%;transform:translate(-50%)}.quest-nav a:after{display:none}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a.is-active{color:#fff0bf;filter:brightness(1.08)saturate(1.08);background:linear-gradient(#ffecac33,#0000 38%),radial-gradient(at 50% 100%,#d9a4413d,#0000 58%),#173f28;border-color:#f0bd58;outline:0;transform:translateY(-2px)}.quest-player{box-shadow:none;background:0 0;border:0;grid-template-columns:clamp(54px,4.8vw,78px) minmax(0,1fr) clamp(46px,4.2vw,70px);align-self:end;gap:clamp(10px,.8vw,16px);width:min(100%,860px);min-height:0;padding:clamp(24px,2.1vw,36px) clamp(34px,3vw,56px);display:grid}.quest-player__frame{height:100%;image-rendering:pixelated;object-fit:fill;pointer-events:none;z-index:-1;width:100%;display:block;position:absolute;inset:0}.quest-avatar{box-shadow:none;background:0 0;border:0;align-self:center;place-items:center;width:clamp(52px,4.55vw,74px);height:clamp(52px,4.55vw,74px);display:grid}.quest-avatar img{filter:drop-shadow(2px 3px #00000073);height:94%;image-rendering:pixelated;object-fit:contain;width:94%}.quest-player__stats{align-self:center;gap:clamp(4px,.38vw,7px);min-width:0;display:grid}.quest-player__stats strong{color:#78e852;text-shadow:2px 2px #050302;white-space:nowrap;font-family:"Press Start 2P",Pixelify Sans,monospace;font-size:clamp(.66rem,.86vw,1.08rem);line-height:1}.quest-player__stats small{color:#f4d38a;text-transform:uppercase;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif;font-size:clamp(.58rem,.72vw,.86rem);font-weight:800;line-height:1}.quest-xp{background:#0b0907;border:2px solid #3c2818;width:100%;min-width:0;height:clamp(12px,1.16vw,18px);display:block;overflow:hidden;box-shadow:inset 0 0 0 2px #050302,0 1px #d9a44147}.quest-xp i{background:linear-gradient(90deg,#4fb83d,#82e74a);height:100%;display:block}.quest-player__crest{align-self:center;width:clamp(34px,3.2vw,50px);height:clamp(42px,4vw,62px);display:block}@media (width<=1120px){.quest-topbar{grid-template-columns:minmax(0,1fr);row-gap:10px;min-height:0;padding-top:78px}.quest-topbar__city{height:118px;top:0;bottom:auto}.quest-brand,.quest-player{justify-self:center;width:min(100%,560px)}.quest-nav{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:center;width:min(100%,640px)}}@media (width<=620px){.quest-topbar{padding-inline:0}.quest-nav{grid-template-columns:minmax(0,1fr);width:min(100%,360px)}.quest-player{padding-inline:28px}}.quest-topbar:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#f6d37b14,#0000 32%),linear-gradient(90deg,#0a0d0a,#0d1710 16% 84%,#0a0d0a);border:4px solid #0b0704;height:clamp(86px,7.4vw,126px);position:absolute;bottom:0;left:clamp(14px,1.1vw,22px);right:clamp(14px,1.1vw,22px);box-shadow:inset 0 0 0 2px #c68b2d,inset 0 0 0 6px #163820,inset 0 -10px #00000038,0 6px #000000b8}.quest-topbar__city{object-fit:cover;object-position:center bottom;z-index:0;width:min(100%,1760px);height:clamp(132px,12vw,218px);bottom:clamp(62px,5.4vw,94px)}.quest-brand,.quest-nav,.quest-player{z-index:3;align-self:end}.quest-brand{justify-self:start;width:100%;margin-bottom:clamp(-6px,-.38vw,-2px)}.quest-brand img{filter:drop-shadow(0 5px #00000094)drop-shadow(0 0 10px #d9a44129);width:min(100%,510px);margin-left:clamp(-8px,-.45vw,-3px)}.quest-nav{justify-content:center;align-self:end;gap:clamp(6px,.52vw,10px);width:100%;padding-bottom:clamp(11px,.92vw,17px);display:flex;transform:none}.quest-nav a{border-width:2px;flex:0 clamp(100px,8.7vw,144px);min-height:clamp(42px,3.7vw,60px);padding:0 clamp(6px,.58vw,10px);font-size:clamp(.38rem,.48vw,.58rem);box-shadow:inset 0 0 0 2px #050302,inset 0 0 0 4px #1b4125d6,inset 0 -6px #0003,0 3px #050302,0 0 0 1px #050302b3}.quest-player{justify-self:end;width:min(100%,440px);margin-bottom:clamp(3px,.32vw,6px);padding:clamp(12px,1.02vw,18px) clamp(23px,1.9vw,34px) clamp(12px,1vw,17px)}.quest-player__frame{filter:drop-shadow(0 4px #00000094)drop-shadow(0 0 8px #d9a4411f);object-fit:fill}.quest-player__crest{width:clamp(28px,2.5vw,40px);height:clamp(34px,3vw,48px)}@media (width<=1240px){.quest-topbar{grid-template-columns:minmax(280px,1fr);min-height:auto;padding-top:118px}.quest-topbar:after{display:none}.quest-brand,.quest-nav,.quest-player{justify-self:center}.quest-brand{width:min(100%,500px)}.quest-nav{flex-wrap:wrap;width:min(100%,620px);padding-bottom:0}}.quest-topbar{grid-template-columns:clamp(270px,24vw,420px) minmax(360px,1fr) clamp(390px,34vw,760px);align-items:center;column-gap:clamp(10px,1vw,18px);max-width:min(100%,1540px);min-height:0;margin-bottom:clamp(10px,.9vw,16px);padding:clamp(8px,.8vw,14px) clamp(14px,1.35vw,24px)}.quest-brand img{filter:drop-shadow(0 4px #0000007a);width:min(100%,405px);margin:0;display:block}.quest-nav{justify-content:center;align-self:center;gap:clamp(6px,.58vw,10px);width:100%;padding:0;display:flex;transform:none}.quest-nav a{border-width:2px;flex:0 clamp(82px,7.2vw,118px);min-height:clamp(34px,3vw,48px);padding:0 clamp(5px,.5vw,9px);font-size:clamp(.34rem,.43vw,.52rem)}.quest-nav a:before{font-size:.48em;bottom:4px}.quest-player{grid-template-columns:clamp(48px,4.3vw,68px) minmax(150px,1fr) clamp(44px,4vw,62px);place-self:center end;gap:clamp(8px,.72vw,13px);width:min(100%,560px);min-height:clamp(82px,7.2vw,116px);margin:0;padding:clamp(16px,1.35vw,23px) clamp(30px,2.55vw,46px) clamp(15px,1.3vw,22px)}.quest-player__frame{filter:drop-shadow(0 4px #00000080)}.quest-avatar{width:clamp(44px,4vw,62px);height:clamp(44px,4vw,62px)}.quest-player__stats{gap:clamp(4px,.4vw,7px)}.quest-player__stats strong{font-size:clamp(.58rem,.72vw,.9rem)}.quest-player__stats small{font-size:clamp(.46rem,.58vw,.72rem)}.quest-xp{height:clamp(9px,.82vw,13px)}.quest-player__crest{display:none}.quest-inventory-shortcut{background:radial-gradient(circle at 50% 38%,#f6de982e,#0000 58%),#15351f;border:2px solid #d9a441;align-self:center;place-items:center;width:clamp(38px,3.4vw,54px);height:clamp(38px,3.4vw,54px);text-decoration:none;display:grid;box-shadow:inset 0 0 0 2px #050302,inset 0 0 0 4px #264d2bb8,0 3px #0000009e}.quest-inventory-shortcut img{filter:drop-shadow(1px 2px #00000073);height:82%;image-rendering:pixelated;object-fit:contain;width:82%;display:block}.quest-inventory-shortcut:hover,.quest-inventory-shortcut:focus-visible{border-color:#f2c563;outline:0;box-shadow:inset 0 0 0 2px #050302,inset 0 0 0 4px #264d2bb8,0 0 14px #d9a44159,0 3px #0000009e}@media (width<=1120px){.quest-topbar{grid-template-columns:minmax(0,1fr)}.quest-brand,.quest-player{justify-self:center;width:min(100%,560px)}.quest-nav{flex-wrap:wrap;width:min(100%,560px)}}.quest-topbar{background:radial-gradient(at 50% 44%,#d9a4412e,#0000 46%),linear-gradient(#355e3b57,#24150d1a 42%,#140c072e),linear-gradient(#2c1b10 0%,#171008 100%)!important;border:2px solid #d9a44147!important;border-radius:999px!important;grid-template-columns:clamp(220px,18vw,315px) minmax(420px,1fr) clamp(520px,38vw,690px)!important;justify-self:center!important;align-items:center!important;column-gap:clamp(22px,2.2vw,46px)!important;width:min(100vw - 28px,1740px)!important;max-width:none!important;min-height:clamp(128px,9.5vw,158px)!important;margin:10px auto clamp(14px,1.2vw,22px)!important;padding:clamp(8px,.7vw,13px) clamp(34px,2.6vw,56px)!important;display:grid!important;overflow:visible!important;box-shadow:0 18px 34px #00000085,inset 0 0 0 2px #3a2416db,inset 0 1px #f5da8f1f,inset 0 -3px #0000006b!important}.quest-brand{filter:none!important;place-self:center start!important;width:clamp(220px,17vw,305px)!important;margin:0!important}.quest-brand img{filter:drop-shadow(0 4px #00000073)!important;object-fit:contain!important;width:100%!important;height:auto!important;margin:0!important;display:block!important}.quest-nav a{box-shadow:none!important;color:#e6d2a0!important;letter-spacing:0!important;text-shadow:0 2px #0b0704,0 0 6px #d9a4411f!important;text-transform:none!important;background:0 0!important;border:0!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:0!important;min-height:0!important;padding:8px 0 10px!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.72rem,.72vw,.9rem)!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;position:relative!important}.quest-nav a:after{content:""!important;opacity:0!important;background:#d9a441!important;border-radius:999px!important;height:3px!important;transition:opacity .16s,transform .16s!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;transform:scaleX(.5)!important;box-shadow:0 0 8px #d9a44161!important}.quest-nav a:hover:after,.quest-nav a:focus-visible:after,.quest-nav a.is-active:after{opacity:1!important;transform:scaleX(1)!important}.quest-topbar__right{place-self:center end!important;place-items:center!important;gap:8px!important;width:clamp(520px,38vw,690px)!important;display:grid!important}.quest-topbar__right .quest-inventory-shortcut{box-shadow:none!important;background:0 0!important;border:0!important;place-self:center!important;width:clamp(255px,20vw,350px)!important;height:auto!important;padding:0!important;text-decoration:none!important;display:block!important;transform:translateY(6px)!important}.quest-topbar__right .quest-player{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:clamp(72px,5.7vw,98px) minmax(0,1fr)!important;place-self:center!important;align-items:center!important;gap:clamp(16px,1.35vw,24px)!important;width:clamp(520px,38vw,690px)!important;height:clamp(124px,9.4vw,164px)!important;min-height:0!important;margin:0!important;padding:clamp(34px,2.65vw,46px) clamp(92px,7vw,128px) clamp(28px,2.25vw,40px) clamp(84px,6.4vw,118px)!important;display:grid!important;position:relative!important;overflow:visible!important}.quest-topbar__right .quest-avatar,.quest-topbar__right .quest-player__stats{z-index:1!important;position:relative!important}.quest-topbar__right .quest-avatar{box-shadow:none!important;background:0 0!important;border:0!important;width:clamp(70px,5.4vw,92px)!important;height:clamp(70px,5.4vw,92px)!important;display:block!important;overflow:visible!important}.quest-topbar__right .quest-player__stats{align-self:center!important;justify-items:start!important;gap:clamp(7px,.55vw,10px)!important;min-width:0!important;display:grid!important}.quest-topbar__right .quest-xp{background:#080806!important;border:2px solid #3a2416!important;width:clamp(160px,13vw,220px)!important;height:clamp(12px,1vw,16px)!important;display:block!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #d9a4413d!important}@media (width<=1180px){.quest-topbar{border-radius:28px!important;grid-template-columns:1fr!important;justify-items:center!important;min-height:0!important}.quest-brand,.quest-nav,.quest-topbar__right{justify-self:center!important}}.quest-topbar{background:linear-gradient(#24150d0a,#24150d0a)!important;border:0!important;border-radius:0!important;grid-template-columns:clamp(240px,21vw,320px) minmax(480px,1fr) clamp(112px,10vw,145px) clamp(270px,23vw,330px)!important;grid-auto-flow:column!important;align-items:center!important;column-gap:clamp(24px,1.8vw,40px)!important;width:min(100vw - 32px,2020px)!important;max-width:min(100vw - 32px,2020px)!important;height:110px!important;min-height:110px!important;max-height:110px!important;margin:clamp(18px,1.8vw,32px) auto clamp(12px,1vw,18px)!important;padding:0 clamp(48px,3.4vw,72px)!important;display:grid!important;position:relative!important;overflow:visible!important;box-shadow:0 8px 24px #0000008c!important}.quest-topbar>.quest-brand{grid-area:1/1!important;justify-self:start!important;width:clamp(225px,18vw,295px)!important}.quest-topbar>.quest-nav{grid-area:1/2!important;justify-self:center!important;width:100%!important}.quest-topbar>.quest-inventory-shortcut{grid-area:1/3!important;justify-self:end!important;width:clamp(112px,9vw,138px)!important}.quest-topbar>.quest-player{grid-area:1/4!important;justify-self:end!important}.quest-topbar>.quest-brand,.quest-topbar>.quest-nav,.quest-topbar>.quest-inventory-shortcut,.quest-topbar>.quest-player{z-index:2!important;align-self:center!important;margin:0!important;position:relative!important}.quest-topbar>.quest-brand img,.quest-topbar>.quest-inventory-shortcut img{height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;display:block!important}.quest-topbar>.quest-nav{justify-content:center!important;align-items:center!important;gap:clamp(38px,3vw,56px)!important;padding:0!important;display:flex!important;transform:none!important}.quest-topbar>.quest-nav a{box-shadow:none!important;color:#f3d89a!important;text-shadow:2px 2px #1a1208!important;text-transform:none!important;white-space:nowrap!important;background:0 0!important;border:0!important;flex:none!important;min-width:0!important;min-height:0!important;padding:0!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.9rem,.92vw,1.08rem)!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:relative!important}.quest-topbar>.quest-player{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:56px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:clamp(270px,22vw,325px)!important;height:72px!important;min-height:0!important;padding:16px 56px 12px 52px!important;display:grid!important;overflow:visible!important}.quest-topbar>.quest-player .quest-player__frame{height:100%!important;image-rendering:pixelated!important;object-fit:fill!important;pointer-events:none!important;z-index:0!important;width:100%!important;display:block!important;position:absolute!important;inset:0!important}.quest-topbar>.quest-player .quest-avatar img{height:122%!important;image-rendering:pixelated!important;object-fit:contain!important;width:122%!important;display:block!important;transform:translate(-7px,-9px)!important}.quest-topbar{grid-template-columns:clamp(250px,21vw,330px) minmax(500px,1fr) clamp(118px,10vw,148px) clamp(300px,24vw,370px)!important;align-items:center!important;height:126px!important;min-height:126px!important;max-height:126px!important;padding:0 clamp(56px,3.8vw,82px)!important}.quest-topbar>.quest-brand,.quest-topbar>.quest-nav,.quest-topbar>.quest-inventory-shortcut,.quest-topbar>.quest-player{align-self:center!important;transform:translateY(0)!important}.quest-topbar>.quest-brand{align-items:center!important;width:clamp(250px,18vw,315px)!important;height:86px!important;display:flex!important}.quest-topbar>.quest-brand img{object-fit:contain!important;max-height:86px!important}.quest-topbar>.quest-nav{height:64px!important}.quest-topbar>.quest-nav a{align-items:center!important;height:52px!important}.quest-topbar>.quest-nav a:after{width:clamp(156px,10.4vw,186px)!important;height:52px!important}.quest-topbar>.quest-inventory-shortcut{align-items:center!important;width:clamp(120px,9.4vw,146px)!important;height:52px!important;display:flex!important}.quest-topbar>.quest-inventory-shortcut img{object-fit:contain!important;max-height:52px!important}.quest-topbar>.quest-player{grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;width:clamp(300px,24vw,370px)!important;height:88px!important;padding:20px 64px 16px 60px!important}.quest-topbar>.quest-player .quest-avatar{width:64px!important;height:64px!important}.quest-topbar>.quest-player .quest-avatar img{width:124%!important;height:124%!important;transform:translate(-8px,-10px)!important}.quest-topbar>.quest-player .quest-player__stats{gap:4px!important}.quest-topbar>.quest-player .quest-player__stats strong{font-size:clamp(.66rem,.72vw,.86rem)!important}.quest-topbar>.quest-player .quest-player__stats small{font-size:clamp(.36rem,.44vw,.54rem)!important}.quest-topbar>.quest-player .quest-xp{width:clamp(108px,8.4vw,142px)!important;height:10px!important}.quest-topbar{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:clamp(260px,18vw,340px) minmax(470px,1fr) clamp(145px,10vw,190px) clamp(390px,27vw,500px)!important;align-items:center!important;column-gap:clamp(22px,2vw,44px)!important;width:min(100vw - 42px,1880px)!important;max-width:min(100vw - 42px,1880px)!important;height:148px!important;min-height:148px!important;max-height:148px!important;margin:clamp(12px,1.4vw,24px) auto clamp(12px,1vw,18px)!important;padding:0 clamp(42px,3vw,68px)!important;display:grid!important;overflow:visible!important}.quest-topbar>.quest-brand,.quest-topbar>.quest-nav,.quest-topbar>.quest-inventory-shortcut,.quest-topbar>.quest-player{z-index:2!important;grid-row:1!important;align-self:center!important;margin:0!important;position:relative!important;transform:none!important}.quest-topbar>.quest-brand{grid-column:1!important;justify-self:start!important;width:clamp(250px,17vw,330px)!important}.quest-topbar>.quest-brand img{filter:drop-shadow(0 5px #0009)!important;height:auto!important;image-rendering:pixelated!important;width:100%!important;display:block!important}.quest-topbar>.quest-nav{grid-column:2!important;justify-content:center!important;justify-self:center!important;align-items:center!important;gap:clamp(16px,1.25vw,26px)!important;width:100%!important;padding:0!important;display:flex!important}.quest-topbar>.quest-nav a{color:#f3d89a!important;text-shadow:2px 2px #1a1208!important;text-transform:none!important;white-space:nowrap!important;background:linear-gradient(#452b16f5,#20130afa)!important;border:2px solid #d9a441!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:clamp(136px,9vw,166px)!important;height:52px!important;min-height:52px!important;padding:0 18px!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.86rem,.86vw,1rem)!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:relative!important;box-shadow:inset 0 0 0 2px #0a0603,inset 0 0 0 4px #4f3218b8,4px 4px #0000006b!important}.quest-topbar>.quest-nav a:before,.quest-topbar>.quest-nav a:after{display:none!important}.quest-topbar>.quest-nav a:hover,.quest-topbar>.quest-nav a:focus-visible,.quest-topbar>.quest-nav a.is-active{color:#7cff5b!important;background:linear-gradient(#355e3bfa,#18341dfa)!important;outline:0!important}.quest-topbar>.quest-inventory-shortcut{box-shadow:none!important;background:0 0!important;border:0!important;grid-column:3!important;justify-self:end!important;width:clamp(138px,9vw,178px)!important;padding:0!important;display:block!important}.quest-topbar>.quest-inventory-shortcut img{filter:drop-shadow(0 4px #0000008a)!important;height:auto!important;image-rendering:pixelated!important;width:100%!important;display:block!important}.quest-topbar>.quest-player{box-shadow:none!important;background:0 0!important;border:0!important;grid-column:4!important;grid-template-columns:86px minmax(0,1fr)!important;justify-self:end!important;align-items:center!important;gap:14px!important;width:clamp(390px,27vw,500px)!important;height:118px!important;min-height:118px!important;padding:27px 82px 22px 78px!important;display:grid!important;overflow:visible!important}.quest-topbar>.quest-brand,.quest-topbar>.quest-nav,.quest-topbar>.quest-inventory-shortcut,.quest-topbar>.quest-player{z-index:2!important;position:relative!important}.quest-topbar>.quest-brand{filter:none!important;place-self:center start!important;width:clamp(220px,18vw,295px)!important;margin:0!important}.quest-topbar>.quest-brand img{filter:drop-shadow(0 3px #000000b3)drop-shadow(0 0 8px #d9a4411f)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;display:block!important}.quest-topbar>.quest-nav{justify-content:center!important;place-self:center!important;align-items:center!important;gap:clamp(36px,3vw,56px)!important;width:100%!important;padding:0!important;display:flex!important;transform:none!important}.quest-topbar>.quest-nav a{box-shadow:none!important;color:#f3d89a!important;letter-spacing:0!important;text-shadow:2px 2px #1a1208!important;text-transform:none!important;white-space:nowrap!important;background:0 0!important;border:0!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:0!important;min-height:0!important;padding:0!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.9rem,.92vw,1.08rem)!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:relative!important}.quest-topbar>.quest-nav a:before{content:""!important;background:#d9a4418c!important;width:2px!important;height:22px!important;display:block!important;position:absolute!important;top:50%!important;left:calc(clamp(36px,3vw,56px)/-2)!important;transform:translate(-50%,-50%)!important}.quest-topbar>.quest-nav a:first-child:before,.quest-topbar>.quest-nav a.is-active:before,.quest-topbar>.quest-nav a.is-active+a:before{display:none!important}.quest-topbar>.quest-nav a:after{content:""!important;opacity:0!important;z-index:-1!important;background:linear-gradient(#355e3bf5,#17301cf5)!important;border:2px solid #d9a441!important;width:clamp(150px,10vw,180px)!important;height:48px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:inset 0 0 0 2px #0a0603,inset 0 0 0 4px #49753d6b,3px 3px #0503028c!important}.quest-topbar>.quest-nav a:hover,.quest-topbar>.quest-nav a:focus-visible,.quest-topbar>.quest-nav a.is-active{color:#7cff5b!important;outline:0!important}.quest-topbar>.quest-nav a:hover:after,.quest-topbar>.quest-nav a:focus-visible:after,.quest-topbar>.quest-nav a.is-active:after{opacity:1!important}.quest-topbar>.quest-inventory-shortcut{box-shadow:none!important;background:0 0!important;border:0!important;place-self:center!important;width:clamp(112px,9vw,140px)!important;height:auto!important;padding:0!important;text-decoration:none!important;display:block!important;transform:none!important}.quest-topbar>.quest-inventory-shortcut img{filter:drop-shadow(0 3px #0000008f)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;display:block!important}.quest-topbar>.quest-inventory-shortcut:hover,.quest-topbar>.quest-inventory-shortcut:focus-visible{filter:brightness(1.08)drop-shadow(0 0 9px #d9a44152)!important;outline:0!important}.quest-topbar>.quest-player{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:52px minmax(0,1fr)!important;place-self:center end!important;align-items:center!important;gap:10px!important;width:clamp(260px,22vw,315px)!important;height:68px!important;min-height:0!important;margin:0!important;padding:15px 54px 12px 50px!important;display:grid!important;position:relative!important;overflow:visible!important}.quest-topbar>.quest-player .quest-player__frame{filter:drop-shadow(0 3px #0000009e)!important;height:100%!important;image-rendering:pixelated!important;object-fit:fill!important;pointer-events:none!important;z-index:0!important;width:100%!important;display:block!important;position:absolute!important;inset:0!important}.quest-topbar>.quest-player .quest-avatar,.quest-topbar>.quest-player .quest-player__stats{z-index:1!important;position:relative!important}.quest-topbar>.quest-player .quest-avatar{box-shadow:none!important;background:0 0!important;border:0!important;width:54px!important;height:54px!important;overflow:visible!important}.quest-topbar>.quest-player .quest-avatar img{filter:drop-shadow(2px 3px #0009)!important;height:122%!important;image-rendering:pixelated!important;object-fit:contain!important;width:122%!important;display:block!important;transform:translate(-6px,-8px)!important}.quest-topbar>.quest-player .quest-player__stats{justify-items:start!important;gap:3px!important;min-width:0!important;display:grid!important}.quest-topbar>.quest-player .quest-player__stats strong{color:#78dc55!important;text-shadow:0 2px #0b1409!important;font-family:"Press Start 2P",Pixelify Sans,monospace!important;font-size:clamp(.6rem,.66vw,.78rem)!important;line-height:1!important}.quest-topbar>.quest-player .quest-player__stats small{color:#f5df91!important;text-shadow:0 2px #0b0804!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.34rem,.42vw,.5rem)!important;font-weight:900!important;line-height:1!important}.quest-topbar>.quest-player .quest-xp{background:#080806!important;border:2px solid #6e441d!important;width:clamp(96px,8vw,128px)!important;height:9px!important;display:block!important;overflow:hidden!important}.quest-topbar>.quest-player .quest-xp i{background:linear-gradient(90deg,#4fad3a,#8ed95b)!important;height:100%!important;display:block!important}@media (width<=1180px){.quest-topbar{grid-template-columns:1fr!important;row-gap:14px!important;height:auto!important;min-height:0!important;max-height:none!important;padding-block:18px!important}.quest-topbar>.quest-brand,.quest-topbar>.quest-nav,.quest-topbar>.quest-inventory-shortcut,.quest-topbar>.quest-player{justify-self:center!important}}.quest-topbar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:radial-gradient(#d9a4411f,#0000 48%),linear-gradient(#355e3b2e,#24150d29),#24150d57!important;border:0!important;border-top:1px solid #d9a44138!important;border-bottom:1px solid #d9a4416b!important;border-radius:0!important;grid-template-columns:clamp(190px,16vw,270px) minmax(340px,1fr) clamp(310px,27vw,460px)!important;align-items:center!important;column-gap:clamp(18px,2.1vw,44px)!important;width:100vw!important;max-width:none!important;height:clamp(56px,5vw,72px)!important;min-height:clamp(56px,5vw,72px)!important;max-height:clamp(56px,5vw,72px)!important;margin:0 calc(50% - 50vw) clamp(10px,1vw,16px)!important;padding:5px clamp(18px,2.2vw,48px)!important;display:grid!important;overflow:visible!important;box-shadow:0 8px 18px #00000038,inset 0 -1px #3a2416b8!important}.quest-nav a{color:#e8d49c!important;padding:7px 0 9px!important;font-size:clamp(.66rem,.72vw,.88rem)!important}.quest-topbar__right{grid-template-columns:clamp(118px,9vw,160px) clamp(235px,17vw,300px)!important;justify-content:end!important;place-items:center!important;gap:clamp(8px,.7vw,12px)!important;width:clamp(310px,27vw,460px)!important;display:grid!important}.quest-topbar__right .quest-inventory-shortcut{width:clamp(118px,9vw,160px)!important;transform:none!important}@media (width<=1180px){.quest-topbar{border-radius:0!important;grid-template-columns:minmax(150px,1fr)!important;row-gap:8px!important;height:auto!important;min-height:0!important;max-height:none!important;padding-block:10px!important}}.quest-topbar{background:linear-gradient(90deg,#140c07d1,#3a2416e6 10%,#24150deb 50%,#3a2416e6 90%,#140c07d1),repeating-linear-gradient(0deg,#d9a4410d 0 1px,#0000 1px 8px),#24150d!important;border:2px solid #6e441d!important;border-radius:0!important;grid-template-columns:clamp(230px,18vw,350px) minmax(520px,1fr) clamp(430px,30vw,610px)!important;align-items:center!important;column-gap:clamp(20px,2.3vw,54px)!important;width:min(100vw - 48px,1900px)!important;max-width:none!important;height:clamp(78px,6vw,106px)!important;min-height:clamp(78px,6vw,106px)!important;max-height:clamp(78px,6vw,106px)!important;margin:clamp(18px,2vw,36px) auto clamp(14px,1.2vw,22px)!important;padding:clamp(10px,.85vw,16px) clamp(28px,2.4vw,54px)!important;display:grid!important;position:relative!important;overflow:visible!important;box-shadow:inset 0 0 0 2px #0b0704,inset 0 0 0 4px #d9a44159,inset 0 12px #ffdc800a,0 8px #0503028a,0 18px 34px #0000006b!important}.quest-topbar:before,.quest-topbar:after{content:""!important;pointer-events:none!important;z-index:1!important;display:block!important;position:absolute!important}.quest-topbar:before{border:1px solid #d9a4418c!important;inset:8px!important;box-shadow:inset 0 0 0 1px #050302b8!important}.quest-topbar:after{opacity:.58!important;background:linear-gradient(90deg,#d9a441 0 6px,#0000 6px calc(100% - 6px),#d9a441 calc(100% - 6px)),linear-gradient(#d9a441 0 6px,#0000 6px calc(100% - 6px),#d9a441 calc(100% - 6px))!important;inset:5px!important}.quest-brand,.quest-nav,.quest-topbar__right{z-index:2!important;position:relative!important}.quest-brand{place-self:center start!important;width:clamp(220px,17vw,330px)!important;margin:0!important}.quest-brand img{filter:drop-shadow(0 3px #000000b3)drop-shadow(0 0 8px #d9a44124)!important;height:auto!important;image-rendering:pixelated!important;width:100%!important;display:block!important}.quest-nav{justify-content:center!important;align-self:center!important;align-items:center!important;gap:clamp(26px,2.8vw,64px)!important;width:100%!important;padding:0!important;display:flex!important;transform:none!important}.quest-nav a{box-shadow:none!important;color:#f0d897!important;letter-spacing:0!important;text-shadow:0 3px #0a0603!important;text-transform:none!important;white-space:nowrap!important;background:0 0!important;border:0!important;flex:none!important;place-items:center!important;min-width:0!important;min-height:0!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.88rem,1vw,1.2rem)!important;font-weight:900!important;line-height:1!important;display:inline-grid!important;position:relative!important}.quest-nav a:before{display:none!important}.quest-nav a:after{content:""!important;opacity:0!important;z-index:-1!important;background:#315a33!important;border:2px solid #d9a441!important;transition:opacity .14s,filter .14s!important;position:absolute!important;inset:-14px -34px!important;transform:none!important;box-shadow:inset 0 0 0 2px #0a0603,0 0 0 1px #d9a4418c,4px 4px #0503027a!important}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a.is-active{color:#78d165!important;outline:0!important}.quest-nav a:hover:after,.quest-nav a:focus-visible:after,.quest-nav a.is-active:after{opacity:1!important}.quest-topbar__right{grid-template-columns:clamp(170px,11vw,230px) clamp(245px,17vw,340px)!important;justify-content:end!important;place-self:center end!important;place-items:center end!important;gap:clamp(14px,1.3vw,24px)!important;width:clamp(430px,30vw,610px)!important;display:grid!important}.quest-topbar__right .quest-inventory-shortcut{box-shadow:none!important;background:0 0!important;border:0!important;width:clamp(170px,11vw,230px)!important;height:auto!important;padding:0!important;display:block!important;transform:none!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 3px #00000094)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;display:block!important}.quest-topbar__right .quest-player{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:clamp(46px,3.4vw,64px) minmax(0,1fr)!important;justify-self:end!important;align-items:center!important;gap:clamp(8px,.7vw,13px)!important;width:clamp(245px,17vw,340px)!important;height:clamp(58px,4.5vw,78px)!important;min-height:0!important;margin:0!important;padding:clamp(13px,1.1vw,18px) clamp(46px,3.4vw,68px) clamp(10px,.85vw,15px) clamp(44px,3.2vw,62px)!important;display:grid!important;position:relative!important;overflow:visible!important}.quest-topbar__right .quest-player__frame{filter:drop-shadow(0 3px #0000009e)!important;height:100%!important;image-rendering:pixelated!important;object-fit:fill!important;pointer-events:none!important;z-index:0!important;width:100%!important;display:block!important;position:absolute!important;inset:0!important}.quest-topbar__right .quest-avatar{box-shadow:none!important;z-index:1!important;background:0 0!important;border:0!important;width:clamp(46px,3.4vw,64px)!important;height:clamp(46px,3.4vw,64px)!important;position:relative!important;overflow:visible!important}.quest-topbar__right .quest-avatar img{filter:drop-shadow(2px 3px #00000094)!important;height:118%!important;image-rendering:pixelated!important;object-fit:contain!important;width:118%!important;display:block!important;transform:translate(-5px,-7px)!important}.quest-topbar__right .quest-player__stats{z-index:1!important;justify-items:start!important;gap:3px!important;min-width:0!important;display:grid!important;position:relative!important}.quest-topbar__right .quest-player__stats strong{color:#78dc55!important;text-shadow:0 2px #0b1409!important;font-family:"Press Start 2P",Pixelify Sans,monospace!important;font-size:clamp(.58rem,.66vw,.78rem)!important;line-height:1!important}.quest-topbar__right .quest-player__stats small{color:#f5df91!important;text-shadow:0 2px #0b0804!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.36rem,.44vw,.54rem)!important;font-weight:900!important;line-height:1!important}.quest-topbar__right .quest-xp{background:#080806!important;border:2px solid #6e441d!important;width:clamp(92px,7.2vw,136px)!important;height:clamp(8px,.58vw,10px)!important;display:block!important;overflow:hidden!important}.quest-topbar__right .quest-xp i{background:linear-gradient(90deg,#4fad3a,#8ed95b)!important;height:100%!important;display:block!important}@media (width<=1180px){.quest-topbar{grid-template-columns:1fr!important;row-gap:14px!important;height:auto!important;min-height:0!important;max-height:none!important}}.quest-topbar{grid-template-columns:clamp(250px,17vw,335px) minmax(420px,1fr) clamp(430px,27vw,540px)!important;column-gap:clamp(14px,1.45vw,30px)!important;width:min(100vw - 28px,1940px)!important;height:clamp(82px,5.4vw,100px)!important;min-height:clamp(82px,5.4vw,100px)!important;max-height:clamp(82px,5.4vw,100px)!important;padding:clamp(9px,.7vw,13px) clamp(30px,2vw,44px)!important}.quest-nav a{font-size:clamp(.82rem,.88vw,1.08rem)!important}.quest-nav a:after{inset:-12px -26px!important}.quest-topbar__right .quest-inventory-shortcut{width:clamp(155px,9.6vw,205px)!important}.quest-topbar__right .quest-avatar img{transform:translate(-5px,-8px)!important}.quest-topbar__right .quest-xp{width:clamp(100px,6.8vw,132px)!important}.quest-topbar{background:linear-gradient(#24150d14,#24150d14)!important;border:0!important;border-radius:0!important;grid-template-columns:clamp(250px,17vw,340px) minmax(470px,1fr) clamp(510px,31vw,650px)!important;align-items:center!important;column-gap:clamp(12px,1.35vw,28px)!important;width:100vw!important;max-width:none!important;height:clamp(92px,5.9vw,118px)!important;min-height:clamp(92px,5.9vw,118px)!important;max-height:clamp(92px,5.9vw,118px)!important;margin:clamp(16px,1.7vw,28px) calc(50% - 50vw) clamp(10px,1vw,18px)!important;padding:clamp(12px,.9vw,18px) clamp(46px,3.4vw,74px)!important;display:grid!important;overflow:visible!important;box-shadow:0 10px 22px #00000057,0 2px #d9a4411f!important}.quest-topbar:before,.quest-topbar:after{display:none!important}.quest-brand{width:clamp(265px,17vw,340px)!important}.quest-brand img{filter:drop-shadow(0 4px #000000a3)drop-shadow(0 0 8px #d9a4411f)!important}.quest-nav{gap:clamp(20px,2vw,48px)!important}.quest-nav a{color:#edd89e!important;font-size:clamp(.9rem,.98vw,1.18rem)!important}.quest-nav a:after{border-color:#d9a441!important;inset:-13px -30px!important}.quest-topbar__right{grid-template-columns:clamp(160px,9.5vw,210px) clamp(335px,20vw,430px)!important;gap:clamp(8px,.72vw,14px)!important;width:clamp(510px,31vw,650px)!important}.quest-topbar__right .quest-inventory-shortcut{justify-self:end!important;width:clamp(160px,9.5vw,210px)!important}.quest-topbar__right .quest-player{grid-template-columns:clamp(64px,4.2vw,86px) minmax(0,1fr)!important;gap:clamp(12px,.86vw,17px)!important;width:clamp(335px,20vw,430px)!important;height:clamp(78px,5vw,102px)!important;padding:clamp(18px,1.3vw,26px) clamp(64px,4.1vw,86px) clamp(14px,1vw,21px) clamp(60px,3.8vw,80px)!important}.quest-topbar__right .quest-avatar{width:clamp(64px,4.2vw,86px)!important;height:clamp(64px,4.2vw,86px)!important}.quest-topbar__right .quest-avatar img{width:120%!important;height:120%!important;transform:translate(-7px,-10px)!important}.quest-topbar__right .quest-player__stats{gap:clamp(4px,.34vw,7px)!important}.quest-topbar__right .quest-player__stats strong{font-size:clamp(.78rem,.82vw,1rem)!important}.quest-topbar__right .quest-player__stats small{font-size:clamp(.44rem,.5vw,.62rem)!important}.quest-topbar__right .quest-xp{width:clamp(126px,8.1vw,170px)!important;height:clamp(9px,.68vw,12px)!important}@media (width<=1180px){.quest-topbar{background:linear-gradient(#24150d2e,#24150d2e)!important;grid-template-columns:1fr!important;row-gap:12px!important;height:auto!important;min-height:0!important;max-height:none!important;padding-block:18px!important}.quest-topbar__right{justify-self:center!important}}.quest-topbar{z-index:50!important;background:#282834f5!important;border:1px solid #ffffff14!important;border-radius:999px!important;grid-template-columns:minmax(132px,190px) minmax(280px,1fr) minmax(190px,auto)!important;grid-template-areas:"brand nav right"!important;align-items:center!important;column-gap:clamp(14px,2vw,34px)!important;width:min(100vw - 32px,1120px)!important;max-width:1120px!important;height:auto!important;min-height:72px!important;max-height:none!important;margin:clamp(16px,2.1vw,28px) auto clamp(12px,1.5vw,20px)!important;padding:8px 12px!important;display:grid!important;position:sticky!important;top:14px!important;overflow:visible!important;box-shadow:0 2px 6px #00000026,0 16px 34px #1012182e!important}.quest-topbar:before,.quest-topbar:after,.quest-topbar__city{display:none!important}.quest-brand{box-shadow:none!important;filter:none!important;background:0 0!important;border:0!important;grid-area:brand!important;place-self:center start!important;align-items:center!important;width:clamp(132px,15vw,190px)!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.quest-brand img{box-shadow:none!important;filter:drop-shadow(0 2px 3px #0000003d)!important;image-rendering:auto!important;object-fit:contain!important;background:0 0!important;border:0!important;width:100%!important;height:auto!important;max-height:54px!important;margin:0!important;display:block!important}.quest-brand__text{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.quest-nav{flex-wrap:nowrap!important;grid-area:nav!important;justify-content:center!important;place-self:center!important;align-items:center!important;gap:clamp(8px,1vw,16px)!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important}.quest-nav a{box-shadow:none!important;color:#fff!important;letter-spacing:0!important;min-height:38px!important;text-shadow:none!important;white-space:nowrap!important;background:0 0!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 14px!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;font-size:clamp(.82rem,.86vw,.94rem)!important;font-weight:500!important;line-height:1.2!important;text-decoration:none!important;display:inline-flex!important;position:relative!important}.quest-nav a:before,.quest-nav a:after{display:none!important}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a.is-active{color:#fff!important;background:#1f1f29eb!important;outline:0!important}.quest-topbar__right{grid-area:right!important;justify-content:flex-end!important;place-self:center end!important;align-items:center!important;gap:clamp(8px,1vw,14px)!important;width:auto!important;min-width:0!important;display:flex!important}.quest-topbar__right .quest-inventory-shortcut{box-shadow:none!important;background:#1f1f29c7!important;border:1px solid #dee2de2e!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:64px!important;height:48px!important;margin:0!important;padding:6px 10px!important;display:inline-flex!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 2px 2px #00000052)!important;image-rendering:auto!important;object-fit:contain!important;width:100%!important;height:100%!important;display:block!important;transform:none!important}.quest-topbar__right .quest-player{box-shadow:none!important;background:0 0!important;border:0!important;flex:0 auto!important;grid-template-columns:42px minmax(74px,1fr)!important;align-items:center!important;gap:8px!important;width:clamp(148px,16vw,198px)!important;min-width:0!important;height:56px!important;margin:0!important;padding:7px 16px 7px 10px!important;display:grid!important;position:relative!important;overflow:visible!important}.quest-topbar__right .quest-player__frame{filter:drop-shadow(0 2px 3px #00000047)!important;image-rendering:auto!important;object-fit:contain!important;pointer-events:none!important;z-index:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.quest-topbar__right .quest-avatar{box-shadow:none!important;z-index:1!important;background:#ffffffe0!important;border:1px solid #1717172e!important;border-radius:999px!important;justify-content:center!important;align-self:center!important;align-items:center!important;width:38px!important;height:38px!important;margin:0!important;display:inline-flex!important;position:relative!important;overflow:hidden!important}.quest-topbar__right .quest-avatar img{filter:none!important;image-rendering:auto!important;object-fit:contain!important;width:118%!important;height:118%!important;display:block!important;transform:translateY(3px)!important}.quest-topbar__right .quest-player__stats{z-index:1!important;align-self:center!important;justify-items:start!important;gap:3px!important;min-width:0!important;display:grid!important;position:relative!important}.quest-topbar__right .quest-player__stats strong,.quest-topbar__right .quest-player__stats small{color:#fff!important;letter-spacing:0!important;text-overflow:ellipsis!important;text-shadow:none!important;white-space:nowrap!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;line-height:1!important;overflow:hidden!important}.quest-topbar__right .quest-player__stats strong{font-size:.78rem!important;font-weight:700!important}.quest-topbar__right .quest-player__stats small{color:#ffffffb8!important;font-size:.55rem!important;font-weight:600!important}.quest-topbar__right .quest-xp{background:#ffffff38!important;border:0!important;border-radius:999px!important;width:min(100%,86px)!important;height:5px!important;display:block!important;overflow:hidden!important}.quest-topbar__right .quest-xp i{border-radius:inherit!important;background:#41a1cf!important;height:100%!important;display:block!important}@media (width<=820px){.quest-topbar{grid-template-columns:minmax(120px,1fr) auto!important;grid-template-areas:"brand right""nav nav"!important;row-gap:8px!important;min-height:0!important;padding:10px 12px!important;top:10px!important}.quest-brand{width:clamp(120px,34vw,170px)!important}.quest-brand img{max-height:46px!important}.quest-nav{scrollbar-width:none!important;justify-content:center!important;padding-bottom:2px!important;overflow-x:auto!important}.quest-nav::-webkit-scrollbar{display:none!important}.quest-nav a{flex:none!important;min-height:34px!important;padding-inline:12px!important}}@media (width<=540px){.quest-topbar{border-radius:24px!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"brand""nav""right"!important;justify-items:center!important;width:min(100vw - 20px,1120px)!important}.quest-brand,.quest-topbar__right{justify-self:center!important}.quest-topbar__right .quest-inventory-shortcut{width:56px!important;height:44px!important}.quest-topbar__right .quest-player{width:172px!important;height:52px!important}}.quest-topbar__right{width:auto!important}.quest-topbar__right .quest-inventory-shortcut{appearance:none!important;cursor:pointer!important;width:78px!important;height:52px!important;padding:7px 12px!important}.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true]{background:#41a1cf2e!important;border-color:#41a1cf80!important}.quest-topbar__right .quest-inventory-shortcut img{object-fit:contain!important;width:100%!important;max-width:54px!important;height:100%!important;max-height:34px!important}.quest-drawer-trigger{display:none!important}.quest-inventory-backdrop{cursor:pointer!important;z-index:58!important;background:#080a0e52!important;border:0!important;position:fixed!important;inset:0!important}.quest-sidebar.quest-inventory-module{box-shadow:none!important;opacity:0!important;pointer-events:none!important;z-index:60!important;background:0 0!important;width:min(360px,100vw - 24px)!important;max-width:none!important;max-height:min(680px,100vh - 120px)!important;transition:opacity .18s,transform .2s!important;display:block!important;position:fixed!important;inset:clamp(92px,8vw,116px) clamp(12px,3vw,36px) auto auto!important;overflow:visible!important;transform:translate(24px)scale(.98)!important}.quest-sidebar.quest-inventory-module.is-open{opacity:1!important;pointer-events:auto!important;transform:translate(0)scale(1)!important}.quest-sidebar.quest-inventory-module .quest-side-panel{color:#fff!important;max-height:inherit!important;background:linear-gradient(#ffffff12,#0000 42%),#22222dfa!important;border:1px solid #ffffff1a!important;border-radius:22px!important;gap:14px!important;min-height:0!important;padding:18px!important;display:grid!important;overflow-y:auto!important;box-shadow:0 24px 60px #00000061,0 2px 8px #0000002e!important}.quest-sidebar.quest-inventory-module h2,.quest-sidebar.quest-inventory-module h3{color:#fff!important;text-align:left!important;text-transform:none!important;border:0!important;margin:0!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;font-size:.9rem!important;font-weight:800!important;line-height:1!important}.quest-inventory-close{color:#ffffffc7!important;cursor:pointer!important;background:#ffffff14!important;border:1px solid #ffffff1a!important;border-radius:999px!important;justify-content:center!important;justify-self:end!important;align-items:center!important;width:30px!important;height:30px!important;padding:0!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;font-size:.75rem!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:14px!important;right:14px!important}.quest-inventory-profile{grid-template-columns:56px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:86px!important;padding:14px 20px 14px 14px!important;display:grid!important;position:relative!important;overflow:visible!important}.quest-inventory-profile .quest-player__frame{filter:drop-shadow(0 3px 4px #00000052)!important;image-rendering:auto!important;object-fit:contain!important;pointer-events:none!important;z-index:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.quest-inventory-profile .quest-avatar,.quest-inventory-profile .quest-player__stats{z-index:1!important;position:relative!important}.quest-inventory-profile .quest-avatar{background:#fffffff2!important;border:1px solid #1717172e!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:56px!important;height:56px!important;display:inline-flex!important;overflow:hidden!important;box-shadow:0 4px 10px #0000002e!important}.quest-inventory-profile .quest-avatar img{filter:none!important;image-rendering:auto!important;object-fit:contain!important;width:112%!important;height:112%!important;display:block!important;transform:translateY(3px)!important}.quest-inventory-profile .quest-player__stats{gap:5px!important;min-width:0!important;display:grid!important}.quest-inventory-profile .quest-player__stats strong,.quest-inventory-profile .quest-player__stats small{color:#fff!important;letter-spacing:0!important;text-overflow:ellipsis!important;text-shadow:none!important;white-space:nowrap!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;line-height:1!important;overflow:hidden!important}.quest-inventory-profile .quest-xp{background:#fff3!important;border:0!important;border-radius:999px!important;width:min(100%,140px)!important;height:6px!important;display:block!important;overflow:hidden!important}.quest-inventory-profile .quest-xp i{border-radius:inherit!important;background:#41a1cf!important;height:100%!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{aspect-ratio:1!important;box-shadow:none!important;color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff1c!important;border-radius:16px!important;grid-template-rows:minmax(0,1fr) auto!important;place-items:center!important;gap:6px!important;min-height:0!important;padding:9px!important;display:grid!important;overflow:hidden!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:after{display:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{filter:drop-shadow(0 3px 3px #0000003d)!important;image-rendering:auto!important;object-fit:contain!important;width:100%!important;max-width:64px!important;height:100%!important;max-height:54px!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid span{color:#ffffffd6!important;text-align:center!important;text-overflow:ellipsis!important;max-width:100%!important;text-shadow:none!important;white-space:nowrap!important;font-family:Inter,Segoe UI,system-ui,sans-serif!important;font-size:.62rem!important;font-weight:700!important;line-height:1.05!important;display:block!important;overflow:hidden!important}@media (width<=820px){.quest-topbar{grid-template-columns:minmax(120px,1fr) auto!important}}@media (width<=540px){.quest-sidebar.quest-inventory-module{width:auto!important;top:148px!important;left:10px!important;right:10px!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.quest-topbar{opacity:.94!important;background:linear-gradient(#543118a3,#2b1c1094),#301f1285!important;border:1px solid #d9a4413d!important;min-height:62px!important;padding:7px 14px!important;box-shadow:0 8px 18px #27170a29,inset 0 1px #ffeeb81a!important}.quest-nav a{color:#f2dba8!important;text-shadow:0 1px #2b1d0e8c!important;min-height:34px!important;padding:0 13px!important}.quest-topbar__right .quest-inventory-shortcut,.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true]{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;width:auto!important;height:auto!important;min-height:0!important;padding:0!important}.quest-topbar__right .quest-inventory-shortcut:hover,.quest-topbar__right .quest-inventory-shortcut:focus-visible{filter:brightness(1.08)drop-shadow(0 2px 3px #2b1d0e59)!important;outline:0!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 2px 2px #2b1d0e4d)!important;object-fit:contain!important;width:clamp(72px,6.4vw,112px)!important;max-width:none!important;height:auto!important;max-height:none!important;display:block!important}@media (width<=540px){.quest-topbar__right .quest-inventory-shortcut img{width:clamp(68px,24vw,96px)!important}}.quest-topbar{opacity:.93!important;background:#fcf9f1e0!important;border:1px solid #5c4e3a17!important;border-radius:8px!important;grid-template-columns:24px minmax(0,1fr) auto!important;column-gap:16px!important;width:min(100vw - 32px,620px)!important;max-width:620px!important;min-height:44px!important;padding:5px 6px 5px 12px!important;box-shadow:0 6px 16px #2b1d0e12,inset 0 1px #ffffffb8!important}.quest-brand{justify-content:center!important;width:20px!important;height:20px!important;overflow:hidden!important}.quest-brand img{display:none!important}.quest-brand:before{background:linear-gradient(#2c241b,#2c241b) 0 4px/13px 1px no-repeat,linear-gradient(#2c241b,#2c241b) 3px 9px/10px 1px no-repeat,linear-gradient(#2c241b,#2c241b) 0 14px/13px 1px no-repeat;content:""!important;opacity:.9!important;width:16px!important;height:20px!important;display:block!important}.quest-nav{justify-content:start!important;gap:22px!important}.quest-nav a{color:#2f281f!important;min-height:28px!important;text-shadow:none!important;background:0 0!important;padding:0!important;font-size:.76rem!important;font-weight:650!important}.quest-nav a:focus-visible{box-shadow:0 0 0 2px #2b1d0e29!important}.quest-topbar__right .quest-inventory-shortcut,.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true]{background:#1f1e1d!important;border:1px solid #000000b8!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:34px!important;padding:4px 10px!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff1f,0 2px 5px #2b1d0e29!important}.quest-topbar__right .quest-inventory-shortcut:hover,.quest-topbar__right .quest-inventory-shortcut:focus-visible{filter:none!important;background:#11100f!important}.quest-topbar__right .quest-inventory-shortcut:focus-visible{box-shadow:0 0 0 2px #2b1d0e2e,inset 0 1px #ffffff1f!important}.quest-topbar__right .quest-inventory-shortcut img{filter:none!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:clamp(122px,9.8vw,162px)!important;max-height:25px!important}.quest-inventory-close{box-shadow:none!important;color:#0000!important;background:0 0!important;border:0!important;border-radius:0!important;width:11.2%!important;height:7.8%!important;top:4.3%!important;right:9.8%!important}.quest-inventory-close:focus-visible{outline:0!important;box-shadow:0 0 0 2px #f6d580a6!important}.quest-inventory-profile{width:74.6%!important;height:18.6%!important;min-height:0!important;padding:0!important;display:block!important;position:absolute!important;top:17.7%!important;left:12.8%!important}.quest-inventory-profile .quest-avatar{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;width:18%!important;height:46%!important;position:absolute!important;top:27.5%!important;left:7.2%!important;overflow:hidden!important}.quest-inventory-profile .quest-avatar img{height:118%!important;image-rendering:pixelated!important;object-fit:contain!important;width:118%!important;transform:translateY(4%)!important}.quest-inventory-profile .quest-player__stats strong,.quest-inventory-profile .quest-player__stats small{color:#f7e7bb!important;letter-spacing:0!important;text-shadow:0 2px #000000c2!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;line-height:1!important}.quest-inventory-profile .quest-player__stats strong{font-size:clamp(.86rem,1.8vw,1.18rem)!important;font-weight:900!important}.quest-inventory-profile .quest-xp{background:#0b0805e6!important;border:1px solid #d9a44199!important;border-radius:999px!important;width:min(100%,150px)!important;height:clamp(5px,.7vw,7px)!important}.quest-inventory-profile .quest-xp i{background:linear-gradient(90deg,#4f8f38,#b8d96b)!important}.quest-inventory-badges{gap:3.2%!important;width:42%!important;display:flex!important;position:absolute!important;top:56%!important;left:33%!important}.quest-inventory-badges span{aspect-ratio:1!important;background:#0a0805b8!important;border:1px solid #d9a4417a!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:21%!important;padding:2px!important;display:inline-flex!important}.quest-inventory-badges span.is-locked{filter:grayscale()brightness(.48)!important;opacity:.55!important}.quest-inventory-badges img{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{aspect-ratio:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;width:100%!important;height:100%!important;min-height:0!important;padding:14%!important;display:flex!important;position:relative!important;overflow:visible!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{filter:drop-shadow(0 4px 3px #0000007a)!important;height:100%!important;image-rendering:pixelated!important;object-fit:contain!important;align-self:center!important;width:100%!important;max-width:100%!important;max-height:100%!important;display:block!important}@media (width<=640px){.quest-topbar{column-gap:10px!important;width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important}.quest-nav{gap:12px!important;overflow-x:auto!important}.quest-topbar__right .quest-inventory-shortcut img{width:clamp(117px,30vw,147px)!important}.quest-sidebar.quest-inventory-module{width:auto!important;top:82px!important;left:10px!important;right:10px!important}}.quest-topbar{opacity:1!important;background:#fcf9f1f0!important;border:1px solid #5c4e3a1f!important;border-radius:10px!important;grid-template-columns:22px minmax(260px,1fr) auto!important;align-items:center!important;column-gap:clamp(12px,2vw,24px)!important;width:min(100vw - 32px,760px)!important;max-width:760px!important;min-height:48px!important;padding:6px 8px 6px 14px!important;box-shadow:0 8px 20px #2b1d0e17,inset 0 1px #ffffffc2!important}.quest-nav{justify-content:start!important;gap:clamp(14px,2.3vw,30px)!important;min-width:0!important;overflow:visible!important}.quest-nav a{color:#2b241b!important;white-space:nowrap!important;min-height:30px!important;padding:0!important;font-size:.76rem!important;font-weight:700!important}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a.is-active{color:#0f0d0b!important;background:0 0!important}.quest-topbar__right .quest-inventory-shortcut,.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true]{background:#1f1e1d!important;border:1px solid #000000b8!important;border-radius:8px!important;height:36px!important;padding:4px 12px!important}.quest-topbar__right .quest-inventory-shortcut img{filter:none!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:clamp(122px,9.6vw,162px)!important;max-height:26px!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-side-panel{background:var(--inventory-panel-art) center / contain no-repeat!important}.quest-inventory-profile .quest-avatar{background:0 0!important;width:18.8%!important;height:48%!important;top:25%!important;left:6.7%!important}.quest-inventory-profile .quest-avatar img{filter:drop-shadow(0 2px #00000073)!important;object-fit:contain!important;width:106%!important;height:106%!important;transform:translateY(1%)!important}.quest-inventory-profile .quest-player__stats strong{color:#f8e9be!important;text-shadow:0 2px #000000b8!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(1rem,2.25vw,1.48rem)!important;font-weight:900!important}.quest-inventory-profile .quest-player__stats small{color:#e3c16d!important;text-shadow:0 2px #000000ad!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.5rem,1.05vw,.72rem)!important;font-weight:900!important}.quest-progress-line{align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.quest-progress-line em{color:#f5e7ba!important;text-shadow:0 2px #000000b8!important;white-space:nowrap!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.48rem,.92vw,.66rem)!important;font-style:normal!important;font-weight:900!important;line-height:1!important;display:block!important}.quest-inventory-profile .quest-xp i{border-radius:inherit!important;background:repeating-linear-gradient(90deg,#0000 0 22px,#273a138c 22px 24px),linear-gradient(#9fca43,#4e8f32)!important;box-shadow:inset 0 1px #fff6a56b!important}.quest-inventory-badge-feature{background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:15.5%!important;height:42%!important;display:flex!important;position:absolute!important;top:22%!important;right:7.8%!important}@media (width<=640px){.quest-topbar{grid-template-columns:22px minmax(150px,1fr) auto!important;width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important}.quest-nav{gap:12px!important;overflow-x:auto!important}.quest-topbar__right .quest-inventory-shortcut img{width:clamp(116px,30vw,146px)!important}}.quest-topbar{opacity:.96!important;background:linear-gradient(#5d371ceb,#301d11e6),#362114e6!important;border:1px solid #d9a44142!important;border-radius:999px!important;grid-template-columns:clamp(150px,17vw,230px) minmax(280px,1fr) auto!important;grid-template-areas:"brand nav right"!important;align-items:center!important;column-gap:clamp(16px,2.2vw,34px)!important;width:min(100vw - 32px,1120px)!important;max-width:1120px!important;min-height:68px!important;padding:8px 18px!important;box-shadow:0 10px 24px #25160b38,inset 0 1px #ffeeb829,inset 0 -1px #00000047!important}.quest-brand{justify-content:flex-start!important;align-items:center!important;width:clamp(150px,17vw,230px)!important;height:auto!important;display:flex!important;overflow:visible!important}.quest-brand:before{content:none!important;display:none!important}.quest-brand img{filter:drop-shadow(0 3px 2px #00000057)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;max-height:56px!important;display:block!important}.quest-nav{justify-content:center!important;gap:clamp(18px,2.5vw,42px)!important;overflow:visible!important}.quest-nav a{color:#f4dca2!important;text-shadow:0 2px #23150ab8!important;min-height:36px!important;padding:0 6px!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.88rem,1vw,1.06rem)!important;font-weight:850!important}.quest-topbar__right .quest-inventory-shortcut:hover,.quest-topbar__right .quest-inventory-shortcut:focus-visible{background:linear-gradient(#ffeeb824,#0000 42%),#140f0ac7!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 2px 2px #0000006b)!important;width:clamp(138px,11vw,178px)!important;max-height:40px!important}.quest-sidebar.quest-inventory-module{width:min(520px,100vw - 24px)!important;max-height:min(90vh,820px)!important}.quest-sidebar.quest-inventory-module .quest-side-panel{background:var(--inventory-panel-art) center / contain no-repeat!important;max-height:min(90vh,820px)!important}.quest-inventory-profile .quest-avatar img{width:102%!important;height:102%!important;transform:translateY(1%)!important}.quest-inventory-profile .quest-player__stats{width:45.5%!important;top:22.4%!important;left:30.2%!important}.quest-inventory-profile .quest-player__stats strong{font-size:clamp(.94rem,2.05vw,1.34rem)!important}.quest-inventory-profile .quest-player__stats small{font-size:clamp(.46rem,.98vw,.68rem)!important}.quest-progress-line{gap:7px!important}.quest-inventory-profile .quest-xp{min-width:108px!important;height:clamp(7px,.95vw,10px)!important}.quest-progress-line em{font-size:clamp(.45rem,.85vw,.62rem)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-rows:repeat(5,minmax(0,1fr))!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:3.9% 4.35%!important;width:70.25%!important;height:51.5%!important;top:42.7%!important;left:14.55%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{justify-content:center!important;align-items:center!important;padding:19%!important;display:flex!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{object-fit:contain!important;width:100%!important;max-width:78px!important;height:100%!important;max-height:78px!important}@media (width<=780px){.quest-topbar{border-radius:24px!important;grid-template-columns:minmax(118px,.8fr) minmax(190px,1fr) auto!important;padding:8px 12px!important}.quest-brand{width:clamp(118px,22vw,170px)!important}.quest-nav{gap:14px!important;overflow-x:auto!important}.quest-nav a{font-size:.78rem!important}.quest-topbar__right .quest-inventory-shortcut img{width:clamp(118px,24vw,150px)!important}}.quest-inventory-profile{width:74.2%!important;height:17.2%!important;top:18.75%!important;left:12.9%!important}.quest-inventory-profile .quest-avatar{width:18.5%!important;height:50.5%!important;top:24.5%!important;left:7.35%!important}.quest-inventory-profile .quest-avatar img{object-fit:contain!important;width:112%!important;height:112%!important;transform:translate(-1%,1%)!important}.quest-inventory-profile .quest-player__stats{gap:7px!important;width:49%!important;top:28.2%!important;left:29.2%!important}.quest-inventory-profile .quest-player__stats strong{font-size:clamp(1.06rem,2.15vw,1.42rem)!important;line-height:1!important}.quest-inventory-profile .quest-player__stats small{font-size:clamp(.52rem,.98vw,.68rem)!important;line-height:1!important}.quest-progress-line{gap:8px!important;width:100%!important}.quest-inventory-profile .quest-xp{width:72%!important;min-width:0!important;height:clamp(8px,1vw,11px)!important}.quest-progress-line em{min-width:32px!important;font-size:clamp(.48rem,.82vw,.62rem)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{justify-content:center!important;align-items:center!important;padding:12%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-locked{opacity:.58!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-unlocked{opacity:1!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{filter:drop-shadow(0 4px 3px #00000080)saturate(1.05)!important;object-fit:contain!important;object-position:center!important;transform-origin:50%!important;width:100%!important;max-width:92px!important;height:100%!important;max-height:92px!important;transform:scale(1.14)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:first-child img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(2) img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(8) img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(10) img{transform:scale(1.02)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(5) img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(6) img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(13) img{transform:scale(1.24)!important}.quest-topbar{opacity:.94!important;background:linear-gradient(#5c371de6,#2b1a0fe0),#321f13e6!important;border:1px solid #dba4463d!important;border-radius:999px!important;grid-template-columns:clamp(148px,16vw,224px) minmax(300px,1fr) auto!important;grid-template-areas:"brand nav right"!important;align-items:center!important;width:min(100vw - 32px,1100px)!important;min-height:66px!important;padding:8px 18px!important;display:grid!important;box-shadow:0 10px 24px #140b0533,inset 0 1px #ffe5a32b,inset 0 -1px #00000052!important}.quest-brand{grid-area:brand!important;width:clamp(148px,16vw,224px)!important}.quest-brand img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:54px!important;display:block!important}.quest-nav{grid-area:nav!important;justify-content:center!important;gap:clamp(20px,2.4vw,42px)!important;min-width:0!important;display:flex!important}.quest-nav a{color:#f2d89d!important;text-shadow:0 2px #1f1209b8!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 8px!important;font-size:clamp(.86rem,.95vw,1.02rem)!important;font-weight:800!important;display:inline-flex!important}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a.is-active{color:#fff0c2!important;background:#d8a34526!important;border-radius:999px!important}.quest-topbar__right{grid-area:right!important}.quest-topbar__right .quest-inventory-shortcut,.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true]{background:#0f0b0794!important;border:1px solid #d8a34538!important;border-radius:12px!important;height:46px!important;padding:3px 12px!important;box-shadow:inset 0 0 0 1px #00000057,0 3px 8px #00000038!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 2px 2px #00000070)!important;object-fit:contain!important;width:clamp(140px,10.8vw,178px)!important;height:auto!important;max-height:40px!important;display:block!important}.quest-sidebar.quest-inventory-module{width:min(500px,100vw - 24px)!important;max-height:min(90vh,820px)!important;top:clamp(78px,6.5vw,104px)!important;right:clamp(12px,3.6vw,54px)!important}.quest-sidebar.quest-inventory-module .quest-side-panel{aspect-ratio:1024/1535!important;background:var(--inventory-panel-art) center / contain no-repeat!important;border:0!important;border-radius:0!important;width:100%!important;max-height:min(90vh,820px)!important;padding:0!important;display:block!important;position:relative!important;overflow:visible!important;box-shadow:0 28px 70px #00000075!important}.quest-inventory-close{box-shadow:none!important;color:#0000!important;background:0 0!important;border:0!important;width:11.2%!important;height:7.7%!important;padding:0!important;position:absolute!important;top:4.2%!important;right:9.7%!important}.quest-inventory-profile .quest-player__stats strong,.quest-inventory-profile .quest-player__stats small,.quest-progress-line em{letter-spacing:0!important;text-shadow:0 2px #000000c2!important;white-space:nowrap!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;line-height:1!important}.quest-inventory-profile .quest-player__stats strong{color:#f8e9be!important;font-size:clamp(1.1rem,1.55vw,1.44rem)!important;font-weight:900!important}.quest-inventory-profile .quest-player__stats small{color:#d9b862!important;font-size:clamp(.58rem,.72vw,.72rem)!important;font-weight:900!important}.quest-progress-line em{color:#f5e7ba!important;min-width:34px!important;font-size:clamp(.52rem,.58vw,.66rem)!important;font-style:normal!important;font-weight:900!important;display:block!important}.quest-inventory-badge-feature.is-locked{filter:grayscale()brightness(.56)!important;opacity:.72!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{aspect-ratio:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;padding:8%!important;display:flex!important;position:relative!important;overflow:visible!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-unlocked{filter:none!important;opacity:1!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=senter] img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=baterai] img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=kartu-identitas] img{transform:scale(.98)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=air] img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=obat] img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=antibiotik] img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=paspor] img{transform:scale(1.02)!important}@media (width<=780px){.quest-topbar{grid-template-columns:minmax(126px,.8fr) minmax(170px,1fr) auto!important;width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important;padding:8px 12px!important}.quest-brand{width:clamp(126px,24vw,170px)!important}.quest-nav{gap:14px!important;overflow-x:auto!important}.quest-nav a{font-size:.78rem!important}.quest-topbar__right .quest-inventory-shortcut img{width:clamp(118px,27vw,148px)!important}.quest-sidebar.quest-inventory-module{width:auto!important;top:82px!important;left:10px!important;right:10px!important}}.quest-inventory-profile{background:0 0!important;width:77%!important;height:23.1%!important;min-height:0!important;padding:0!important;display:block!important;position:absolute!important;top:11.55%!important;left:11.6%!important}.quest-inventory-profile .quest-avatar{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:25.5%!important;height:56.5%!important;display:flex!important;position:absolute!important;top:32.2%!important;left:6.1%!important;overflow:hidden!important}.quest-inventory-profile .quest-avatar img{filter:drop-shadow(0 2px #00000080)!important;height:122%!important;image-rendering:pixelated!important;object-fit:contain!important;width:122%!important;display:block!important;transform:translateY(5%)!important}.quest-inventory-profile .quest-player__stats{gap:clamp(4px,.38vw,8px)!important;width:39.6%!important;min-width:0!important;display:grid!important;position:absolute!important;top:38.5%!important;left:36.1%!important}.quest-inventory-profile .quest-player__stats strong{color:#f8e6b4!important;letter-spacing:0!important;text-shadow:0 2px #000000c2!important;white-space:nowrap!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(1.05rem,1.5vw,1.42rem)!important;font-weight:900!important;line-height:1!important}.quest-inventory-profile .quest-player__stats small{color:#d9b862!important;letter-spacing:0!important;text-shadow:0 2px #000000b8!important;white-space:nowrap!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.5rem,.68vw,.68rem)!important;font-weight:900!important;line-height:1!important}.quest-progress-line{align-items:center!important;gap:clamp(5px,.52vw,9px)!important;width:100%!important;min-width:0!important;display:flex!important}.quest-inventory-profile .quest-xp{background:#050706!important;border:2px solid #181209!important;border-radius:999px!important;flex:auto!important;width:auto!important;min-width:0!important;height:clamp(8px,.6vw,11px)!important;overflow:hidden!important;box-shadow:inset 0 1px #ffeeb81f,0 1px #d9a4415c!important}.quest-inventory-profile .quest-xp i{border-radius:inherit!important;background:repeating-linear-gradient(90deg,#0000 0 22px,#22371194 22px 24px),linear-gradient(#a7cf47,#4b8c31)!important;height:100%!important;display:block!important;box-shadow:inset 0 1px #fff6a56b!important}.quest-progress-line em{color:#f4e2ae!important;letter-spacing:0!important;text-shadow:0 2px #000000b8!important;white-space:nowrap!important;min-width:31px!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.5rem,.55vw,.62rem)!important;font-style:normal!important;font-weight:900!important;line-height:1!important;display:block!important}.quest-inventory-badge-feature{box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:11.6%!important;height:31%!important;display:flex!important;position:absolute!important;top:42%!important;right:3.8%!important}.quest-inventory-badge-feature img{filter:drop-shadow(0 3px 2px #0000008a)!important;height:112%!important;image-rendering:pixelated!important;object-fit:contain!important;width:112%!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{filter:drop-shadow(0 4px 3px #00000080)saturate(1.06)!important;height:100%!important;image-rendering:pixelated!important;object-fit:contain!important;object-position:center!important;transform-origin:50%!important;width:100%!important;max-width:100%!important;max-height:100%!important;display:block!important;transform:scale(1.1)!important}.quest-topbar{grid-template-columns:clamp(150px,17vw,230px) minmax(280px,1fr) clamp(150px,17vw,230px)!important}.quest-brand,.quest-topbar__right{width:clamp(150px,17vw,230px)!important}.quest-brand{justify-content:flex-start!important}.quest-brand img,.quest-topbar__right .quest-inventory-shortcut img{height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;width:100%!important;display:block!important}.quest-topbar__right{justify-content:flex-end!important;align-items:center!important;display:flex!important}.quest-topbar__right .quest-inventory-shortcut,.quest-topbar__right .quest-inventory-shortcut[aria-expanded=true],.quest-topbar__right .quest-inventory-shortcut:hover,.quest-topbar__right .quest-inventory-shortcut:focus-visible{box-shadow:none!important;filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;width:clamp(150px,17vw,230px)!important;height:auto!important;max-height:none!important;padding:0!important;transform:none!important}.quest-topbar__right .quest-inventory-shortcut img{filter:drop-shadow(0 3px 2px #00000057)!important;max-height:90px!important}.quest-nav a,.quest-nav a.is-active{box-shadow:none!important;color:#f4dca2!important;background:0 0!important;border-color:#0000!important}.quest-nav a:hover,.quest-nav a:focus-visible,.quest-nav a:active{box-shadow:none!important;color:#65bd58!important;background:0 0!important;border-color:#0000!important;transform:none!important}header.quest-topbar .quest-nav a,header.quest-topbar .quest-nav a.is-active,header.quest-topbar .quest-nav a.is-active:hover,header.quest-topbar .quest-nav a.is-active:focus-visible{box-shadow:none!important;color:#f4dca2!important;background:0 0!important;border:0!important;outline:0!important;transform:none!important}header.quest-topbar .quest-nav a:hover,header.quest-topbar .quest-nav a:focus-visible,header.quest-topbar .quest-nav a:active{box-shadow:none!important;color:#65bd58!important;background:0 0!important;border:0!important;outline:0!important;transform:none!important}header.quest-topbar .quest-topbar__right .quest-inventory-shortcut img{width:100%!important;max-height:56px!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{gap:2.25% 4.15%!important;width:70.85%!important;height:54.8%!important;top:42.58%!important;left:14.35%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:visible!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img{filter:drop-shadow(0 4px 3px #00000080)saturate(1.04)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;object-position:center!important;width:auto!important;max-width:74%!important;max-height:74%!important;margin:auto!important;display:block!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=paspor] img{max-width:72%!important;max-height:72%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=kartu-identitas] img{max-width:72%!important;max-height:58%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=senter] img{max-width:76%!important;max-height:62%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=gunting] img{max-width:74%!important;max-height:74%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=air] img{max-width:52%!important;max-height:70%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=makanan-instan] img{max-width:78%!important;max-height:78%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=alat-tulis] img{max-width:82%!important;max-height:80%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=dokpenting] img{max-width:74%!important;max-height:70%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=radio] img{max-width:84%!important;max-height:80%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=baterai] img{max-width:78%!important;max-height:76%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=masker] img{max-width:84%!important;max-height:78%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=obat] img{max-width:58%!important;max-height:66%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=medkit] img{max-width:84%!important;max-height:82%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key=antibiotik] img{max-width:56%!important;max-height:68%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{width:15.15%!important;height:9.85%!important;position:absolute!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+17):nth-child(-n+20){top:87.35%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:15.1%!important;height:9.65%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;overflow:visible!important;transform:translate(-50%,-50%)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+1){left:21.97%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+2){left:39.94%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+3){left:58.15%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n){left:76.46%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(-n+4){top:47.43%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5):nth-child(-n+8){top:58.66%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+9):nth-child(-n+12){top:69.8%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+13):nth-child(-n+16){top:80.88%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+17):nth-child(-n+20){height:7.55%!important;top:90.84%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-rows:repeat(5,minmax(0,1fr))!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2.62% 3.9%!important;width:69.73%!important;height:52.18%!important;display:grid!important;position:absolute!important;top:42.48%!important;left:14.45%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+1),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+2),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+3),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(-n+4),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5):nth-child(-n+8),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+9):nth-child(-n+12),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+13):nth-child(-n+16),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+17):nth-child(-n+20){box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;top:auto!important;left:auto!important;overflow:visible!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-rows:18.98% 18.85% 18.6% 18.6% 14.61%!important;grid-template-columns:21.6% 22.16% 22.02% 21.88%!important;gap:2.62% 4.05%!important;width:69.63%!important;height:52.18%!important;display:grid!important;top:42.48%!important;left:14.45%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button{justify-content:center!important;place-self:stretch stretch!important;align-items:center!important;display:flex!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{grid-template-rows:none!important;grid-template-columns:repeat(4,64px)!important;grid-auto-rows:64px!important;gap:8px!important;width:auto!important;height:auto!important;display:grid!important;position:absolute!important;top:184px!important;left:36px!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot,.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(4n+1),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(4n+2),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(4n+3),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(4n),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(-n+4),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(n+5):nth-child(-n+8),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(n+9):nth-child(-n+12),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(n+13):nth-child(-n+16),.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot:nth-child(n+17):nth-child(-n+20){box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:64px!important;height:64px!important;min-height:64px!important;margin:0!important;padding:8px!important;display:flex!important;position:relative!important;top:auto!important;left:auto!important;overflow:hidden!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-item-img,.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot[data-item-key] .inventory-item-img{filter:drop-shadow(0 3px 2px #0000007a)!important;height:auto!important;image-rendering:pixelated!important;object-fit:contain!important;object-position:center!important;flex:none!important;width:auto!important;max-width:42px!important;max-height:42px!important;margin:0!important;display:block!important;position:static!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid .inventory-slot span{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.quest-sidebar.quest-inventory-module .inventory-section{box-sizing:border-box!important;width:calc(100% - 72px)!important;padding:10px 12px 14px!important;position:absolute!important;top:172px!important;left:36px!important}.quest-sidebar.quest-inventory-module .inventory-section-title{color:#f4d38a!important;text-shadow:0 2px #000000b8!important;z-index:2!important;align-items:center!important;height:24px!important;margin-bottom:10px!important;padding-left:6px!important;font-family:inherit!important;font-size:14px!important;line-height:1!important;display:flex!important;position:relative!important}.quest-sidebar.quest-inventory-module .inventory-grid{z-index:1!important;grid-template-columns:repeat(4,64px)!important;grid-auto-rows:64px!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:grid!important;position:relative!important}.quest-sidebar.quest-inventory-module .inventory-slot,.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(4n+1),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(4n+2),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(4n+3),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(4n),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(-n+4),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(n+5):nth-child(-n+8),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(n+9):nth-child(-n+12),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(n+13):nth-child(-n+16),.quest-sidebar.quest-inventory-module .inventory-slot:nth-child(n+17):nth-child(-n+20){box-shadow:none!important;box-sizing:border-box!important;z-index:auto!important;background:50%/100% 100% no-repeat!important;border:0!important;justify-content:center!important;align-items:center!important;width:64px!important;height:64px!important;min-height:64px!important;margin:0!important;padding:8px!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.quest-sidebar.quest-inventory-module .inventory-item-img,.quest-sidebar.quest-inventory-module .inventory-slot img,.quest-sidebar.quest-inventory-module .inventory-slot[data-item-key] .inventory-item-img{height:auto!important;image-rendering:pixelated!important;bottom:auto!important;object-fit:contain!important;object-position:center!important;pointer-events:none!important;z-index:auto!important;flex:none!important;width:auto!important;max-width:42px!important;max-height:42px!important;margin:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid{z-index:1!important;grid-template-rows:repeat(5,minmax(0,1fr))!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:3.35% 4.1%!important;width:70.3%!important;height:51.9%!important;display:grid!important;position:absolute!important;top:42.65%!important;left:14.5%!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+1),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+2),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+3),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(-n+4),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5):nth-child(-n+8),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+9):nth-child(-n+12),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+13):nth-child(-n+16),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+17):nth-child(-n+20){box-shadow:none!important;box-sizing:border-box!important;z-index:auto!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:8px!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key] img{filter:drop-shadow(0 3px 2px #0000007a)!important;height:auto!important;image-rendering:pixelated!important;bottom:auto!important;object-fit:contain!important;object-position:center!important;pointer-events:none!important;z-index:auto!important;width:auto!important;max-width:42px!important;max-height:42px!important;margin:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid span{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5) img{transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid,.quest-sidebar.quest-inventory-module .quest-inventory-grid button,.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+1),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+2),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n+3),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(4n),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5):nth-child(-n+8),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+9):nth-child(-n+12),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+13):nth-child(-n+16),.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+17):nth-child(-n+20){overflow:visible!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button[data-item-key] img{filter:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-locked img{opacity:1!important;visibility:visible!important;display:block!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-locked{filter:none!important;opacity:1!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-locked img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button.is-unlocked img{filter:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5) img,.quest-sidebar.quest-inventory-module .quest-inventory-grid button img{filter:none!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;width:auto!important;max-width:42px!important;height:auto!important;max-height:42px!important;display:block!important;position:static!important;transform:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid,.quest-sidebar.quest-inventory-module .quest-inventory-grid button{overflow:visible!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5) img{filter:none!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;width:auto!important;max-width:42px!important;height:auto!important;max-height:42px!important;display:block!important;position:static!important;transform:translateY(50px)!important}.quest-sidebar.quest-inventory-module{pointer-events:none!important;top:clamp(118px,8.8vw,146px)!important}.quest-sidebar.quest-inventory-module.is-open{pointer-events:none!important}.quest-sidebar.quest-inventory-module .quest-side-panel,.quest-sidebar.quest-inventory-module .quest-side-panel *,.quest-sidebar.quest-inventory-module .quest-inventory-close{pointer-events:auto!important}@media (width<=540px){.quest-sidebar.quest-inventory-module{top:112px!important}}.quest-inventory-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:none!important;background:0 0!important;display:none!important}.quest-sidebar.quest-inventory-module{pointer-events:none!important;z-index:59!important;width:min(330px,100vw - 24px)!important;max-height:min(72vh,620px)!important;top:clamp(126px,10vh,156px)!important;left:clamp(10px,1.8vw,32px)!important;right:auto!important;transform:translate(-18px)scale(.98)!important}.quest-sidebar.quest-inventory-module.is-open{pointer-events:none!important;transform:translate(0)scale(1)!important}.quest-sidebar.quest-inventory-module .quest-side-panel{pointer-events:auto!important;width:100%!important;max-height:min(72vh,620px)!important}@media (width<=900px){.quest-sidebar.quest-inventory-module{width:min(300px,100vw - 20px)!important;max-height:min(68vh,560px)!important;top:112px!important}}@media (width>=901px){.quest-sidebar.quest-inventory-module{width:430px!important;max-height:610px!important;top:255px!important;left:16px!important;right:auto!important}.quest-sidebar.quest-inventory-module .quest-side-panel{aspect-ratio:auto!important;box-shadow:none!important;filter:none!important;background-size:100% 100%!important;width:430px!important;height:610px!important;max-height:610px!important}}header.quest-topbar{background:#22120633!important;border-color:#d9a44138!important;overflow:visible!important;box-shadow:inset 0 0 0 1px #ffda850f,0 8px 24px #0000002e!important}header.quest-topbar .quest-nav{z-index:8!important;position:relative!important;overflow:visible!important}header.quest-topbar .quest-nav__module{justify-content:center!important;align-items:center!important;display:inline-flex!important;position:relative!important}header.quest-topbar .quest-nav a,header.quest-topbar .quest-nav button,header.quest-topbar .quest-nav__trigger,header.quest-topbar .quest-nav a.is-active,header.quest-topbar .quest-nav__trigger.is-active{appearance:none!important;box-shadow:none!important;color:#f4dca2!important;cursor:pointer!important;font:inherit!important;background:0 0!important;border:0!important;min-height:36px!important;padding:0 6px!important;text-decoration:none!important;transform:none!important}header.quest-topbar .quest-nav a:before,header.quest-topbar .quest-nav a:after,header.quest-topbar .quest-nav button:before,header.quest-topbar .quest-nav button:after{content:none!important;display:none!important}header.quest-topbar .quest-nav a:hover,header.quest-topbar .quest-nav a:focus-visible,header.quest-topbar .quest-nav button:hover,header.quest-topbar .quest-nav button:focus-visible,header.quest-topbar .quest-nav__trigger.is-active{color:#65bd58!important;background:0 0!important;outline:0!important}header.quest-topbar .quest-module-dropdown{z-index:40!important;background:#221206e0!important;border:1px solid #d9a44161!important;gap:4px!important;min-width:230px!important;padding:8px!important;display:grid!important;position:absolute!important;top:calc(100% + 10px)!important;left:50%!important;transform:translate(-50%)!important;box-shadow:inset 0 0 0 1px #0000006b,0 14px 24px #00000047!important}header.quest-topbar .quest-module-dropdown button{color:#f4dca2!important;text-align:left!important;grid-template-columns:34px 1fr!important;place-items:center start!important;gap:8px!important;width:100%!important;min-height:34px!important;padding:4px 8px!important;display:grid!important}header.quest-topbar .quest-module-dropdown button small{color:#d9a441!important;font-size:.72em!important}header.quest-topbar .quest-module-dropdown button:hover,header.quest-topbar .quest-module-dropdown button:focus-visible,header.quest-topbar .quest-module-dropdown button.is-active{color:#65bd58!important;background:#65bd5824!important}header.quest-topbar .quest-nav a,header.quest-topbar .quest-nav button,header.quest-topbar .quest-nav__trigger{letter-spacing:0!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.86rem,.95vw,1.02rem)!important;font-weight:800!important}.quest-reward-popup{aspect-ratio:1122/1402!important;background:var(--reward-panel-art) center / contain no-repeat!important;box-shadow:none!important;color:#2b1708!important;filter:none!important;pointer-events:auto!important;z-index:120!important;border:0!important;width:min(560px,84vw,62vh)!important;min-width:0!important;max-width:none!important;height:auto!important;margin:auto!important;padding:0!important;animation:.38s steps(4,end) both questRewardPanelPop!important;display:block!important;position:fixed!important;inset:0!important;transform:none!important}.quest-reward-reopen{color:#f9e3a9!important;cursor:pointer!important;letter-spacing:0!important;text-shadow:1px 1px #142513!important;text-transform:uppercase!important;z-index:18!important;background:linear-gradient(#ffedb042,#5c2f0c1f),linear-gradient(#315b35 0%,#1e3f26 100%)!important;border:2px solid #132713!important;justify-content:center!important;align-items:center!important;gap:8px!important;min-height:40px!important;padding:8px 14px!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.78rem,.82vw,.92rem)!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:7.8%!important;right:8.7%!important;box-shadow:0 3px #0d170c,inset 0 0 0 2px #d9a441,inset 0 -4px #00000038!important}.quest-reward-reopen:hover,.quest-reward-reopen:focus-visible{filter:brightness(1.08)saturate(1.08)!important;transform:translateY(-1px)!important}.quest-reward-reopen:active{transform:translateY(2px)!important;box-shadow:0 1px #0d170c,inset 0 0 0 2px #d9a441,inset 0 -2px #00000038!important}.quest-reward-reopen__gift{background:linear-gradient(#f9e3a9,#f9e3a9) 50% 8px/4px 10px no-repeat,linear-gradient(#132713,#132713) 50% 8px/8px 4px no-repeat,linear-gradient(#f4c84f 0 34%,#9a5c1d 34% 100%) 50%/100% 100% no-repeat!important;border:2px solid #132713!important;border-radius:3px 3px 2px 2px!important;width:24px!important;height:18px!important;display:inline-block!important;position:relative!important;box-shadow:2px 2px #132713,inset 0 2px #ffefb1b8,inset 0 -3px #2b1d0e61!important}.quest-reward-reopen__gift:before{content:""!important;background:linear-gradient(#132713,#132713) 50%/100% 2px no-repeat,linear-gradient(90deg,#d9a441 0%,#f7d96a 52%,#b87322 100%)!important;border:2px solid #132713!important;border-radius:12px 12px 2px 2px!important;height:10px!important;position:absolute!important;top:-10px!important;left:-3px!important;right:-3px!important}.quest-reward-reopen__gift:after{content:""!important;background:radial-gradient(circle,#f9e3a9 0 28%,#0000 30%) 50%/100% 100% no-repeat!important;border:2px solid #132713!important;width:8px!important;height:8px!important;position:absolute!important;top:4px!important;left:50%!important;transform:translate(-50%)!important}.quest-reward-popup:before,.quest-reward-popup:after{content:none!important;display:none!important}@keyframes questRewardPanelPop{0%{opacity:0}to{opacity:1}}@media (width<=620px){.quest-reward-popup{width:min(430px,92vw)!important}.quest-reward-reopen{min-height:34px!important;padding:7px 10px!important;top:5.5%!important;right:6.5%!important}}.quest-inventory-badge-feature img{object-fit:contain!important;width:126%!important;max-width:none!important;height:126%!important;max-height:none!important}.quest-inventory-badge-feature{width:22%!important;height:56%!important;top:17.5%!important;right:2.8%!important}.quest-inventory-badge-feature img{width:140%!important;height:140%!important}header.quest-topbar .quest-nav a,header.quest-topbar .quest-nav a:hover,header.quest-topbar .quest-nav a:focus-visible,header.quest-topbar .quest-nav a:active,header.quest-topbar .quest-nav a.is-active,header.quest-topbar .quest-nav button,header.quest-topbar .quest-nav button:hover,header.quest-topbar .quest-nav button:focus-visible,header.quest-topbar .quest-nav button:active,header.quest-topbar .quest-nav button.is-active,header.quest-topbar .quest-nav__trigger,header.quest-topbar .quest-nav__trigger:hover,header.quest-topbar .quest-nav__trigger:focus-visible,header.quest-topbar .quest-nav__trigger:active,header.quest-topbar .quest-nav__trigger.is-active,header.quest-topbar .quest-nav__trigger[aria-expanded=true]{letter-spacing:0!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.86rem,.95vw,1.02rem)!important;font-weight:800!important;line-height:1!important}.quest-reward-popup.has-items-only,.quest-reward-popup.has-badge{background:var(--reward-panel-art) center / contain no-repeat!important;justify-items:center!important;row-gap:0!important;padding:0 12.4%!important;display:block!important}.quest-reward-popup>strong{color:#5a3517!important;text-align:center!important;text-shadow:none!important;z-index:2!important;width:auto!important;margin:0!important;font-family:Pixelify Sans,"Press Start 2P",monospace!important;font-size:clamp(.82rem,1vw,1.04rem)!important;font-weight:900!important;line-height:1.1!important;position:absolute!important;top:22.8%!important;left:16%!important;right:16%!important}.quest-reward-popup.has-badge>strong{top:16.2%!important}.quest-reward-popup>p{display:none!important}.quest-reward-popup__items{box-sizing:border-box!important;z-index:2!important;align-content:stretch!important;align-self:stretch!important;gap:13px!important;height:100%!important;min-height:0!important;margin:0 auto!important;display:grid!important;position:absolute!important}.quest-reward-popup.has-items-only .quest-reward-popup__items{grid-template-rows:repeat(2,minmax(0,1fr))!important;width:75.2%!important;height:auto!important;top:28.8%!important;bottom:13.2%!important;left:12.4%!important}.quest-reward-popup.has-badge .quest-reward-popup__items{grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:2.6%!important;width:73.8%!important;height:28.4%!important;top:23.2%!important;bottom:auto!important;left:13.1%!important}.quest-reward-popup__item{box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:center!important;column-gap:18px!important;min-height:0!important;padding:0 9%!important;display:grid!important;overflow:visible!important}.quest-reward-popup.has-items-only .quest-reward-popup__item{padding-inline:12%!important}.quest-reward-popup.has-badge .quest-reward-popup__item{grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;column-gap:15px!important;padding:0 14.8%!important}.quest-reward-popup__icon{justify-content:center!important;align-items:center!important;width:64px!important;height:64px!important;display:flex!important}.quest-reward-popup__icon img{box-shadow:none!important;filter:drop-shadow(0 4px 2px #472b0e59)!important;height:64px!important;image-rendering:pixelated!important;object-fit:contain!important;background:0 0!important;border:0!important;width:64px!important;padding:0!important;display:block!important}.quest-reward-popup.has-items-only .quest-reward-popup__icon,.quest-reward-popup.has-items-only .quest-reward-popup__icon img{width:68px!important;height:68px!important}.quest-reward-popup.has-badge .quest-reward-popup__icon,.quest-reward-popup.has-badge .quest-reward-popup__icon img{width:58px!important;height:58px!important}.quest-reward-popup__content{color:#4a250e!important;text-align:left!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;min-width:0!important;display:flex!important}.quest-reward-popup.has-badge .quest-reward-popup__content{justify-content:center!important;gap:2px!important;max-width:235px!important;transform:translateY(-2px)!important}.quest-reward-popup__title{overflow-wrap:anywhere!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(1rem,1.12vw,1.2rem)!important;font-weight:950!important;line-height:1.1!important;display:block!important}.quest-reward-popup.has-badge .quest-reward-popup__title{overflow-wrap:normal!important;white-space:nowrap!important;max-width:235px!important;font-size:clamp(.9rem,.96vw,1.04rem)!important;line-height:1!important}.quest-reward-popup__description{overflow-wrap:anywhere!important;max-width:270px!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.66rem,.76vw,.82rem)!important;font-style:normal!important;font-weight:850!important;line-height:1.25!important;display:block!important}.quest-reward-popup.has-badge .quest-reward-popup__description{overflow-wrap:normal!important;max-width:235px!important;font-size:clamp(.54rem,.62vw,.68rem)!important;line-height:1.08!important}.quest-reward-popup__badges{grid-row:5!important;justify-content:center!important;align-self:stretch!important;align-items:center!important;width:100%!important;height:100%!important;margin:0!important;display:flex!important;position:static!important}.quest-reward-popup.has-badge .quest-reward-popup__badges{z-index:2!important;width:auto!important;height:auto!important;margin:0!important;position:absolute!important;inset:59.8% 14% 6.4%!important}.quest-reward-popup__badges span{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;display:flex!important}.quest-reward-popup__badges img{filter:drop-shadow(0 4px 2px #472b0e59)!important;height:min(180px,19vh)!important;image-rendering:pixelated!important;object-fit:contain!important;width:min(180px,19vh)!important;display:block!important}.quest-reward-popup.has-badge .quest-reward-popup__badges img{width:clamp(126px,22vh,178px)!important;height:clamp(126px,22vh,178px)!important}.quest-reward-popup__badges small{display:none!important}.quest-reward-popup.has-badge .quest-reward-popup__badges small{color:#5a3517!important;text-align:center!important;text-shadow:none!important;order:-1!important;font-family:Pixelify Sans,Trebuchet MS,Verdana,sans-serif!important;font-size:clamp(.72rem,.84vw,.92rem)!important;font-weight:900!important;line-height:1!important;display:none!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+5):nth-child(-n+8) img{transform:translateY(-5px)!important}.quest-sidebar.quest-inventory-module .quest-inventory-grid button:nth-child(n+9):nth-child(-n+14) img{transform:translateY(15px)!important}
