/* Mosslight: lantern-lit forest expedition. All visual elements are original CSS/geometry. */
.ml-page{background:#edf0e9;color:#1d3a31}.ml-shell{max-width:1100px;margin:32px auto;padding:0 20px}.ml-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 4px 22px}.ml-heading h1{font-size:clamp(2rem,4vw,3rem);font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.08;letter-spacing:-.035em;margin:7px 0 8px;color:#203d31}.ml-heading p{margin:0;color:#657b6b;font-size:.9rem}.ml-heading .ml-eyebrow{font-size:.64rem;letter-spacing:.2em;font-weight:800;color:#4c7651}.ml-toolbar{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.ml-toolbar button{border:1px solid #b8c8b9;background:#ffffff80;border-radius:20px;color:#345d44;padding:9px 15px;font:inherit;font-size:.77rem;font-weight:700;cursor:pointer}.ml-toolbar button:disabled{opacity:.45;cursor:default}.ml-game{background:#122d27;border:1px solid #51745c80;border-radius:25px;overflow:hidden;box-shadow:0 28px 70px #183d2b24,0 4px 16px #183d2b12;scroll-margin-top:76px}.ml-hud{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:25px;position:relative;z-index:2;padding:18px 26px;background:linear-gradient(130deg,#132d26,#224336);border-bottom:1px solid #a3c19523;color:#f3eedb}.ml-hud>div{display:flex;flex-direction:column;gap:6px;min-width:0}.ml-hud span{color:#9fb39e;font-size:.58rem;text-transform:uppercase;letter-spacing:.13em}.ml-hud strong{font-size:1.18rem;font-weight:650;font-variant-numeric:tabular-nums;line-height:1.1}.ml-health-track{height:4px;width:150px;max-width:95%;border-radius:8px;background:#0e241b;overflow:hidden}.ml-health-track>div{height:100%;background:linear-gradient(90deg,#6dad74,#bde3a0);transition:width .2s}.ml-world{position:relative;background:#2b4b40;isolation:isolate}.ml-world:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(#0c261e20,transparent 30%,transparent 80%,#0c261e40);box-shadow:inset 0 0 85px #102e2124}.ml-world canvas{display:block;width:100%;height:clamp(420px,57vw,590px);touch-action:none;outline-offset:-4px}.ml-world-label{position:absolute;z-index:1;top:18px;left:23px;color:#fff7df;font-size:.75rem;font-weight:650;letter-spacing:.03em;text-shadow:0 2px 7px #173526;pointer-events:none;padding:8px 12px;border-radius:20px;background:#153a2b9c;border:1px solid #c8dca925;backdrop-filter:blur(8px)}.ml-combo{position:absolute;z-index:1;bottom:18px;left:23px;border:1px solid #c8dca938;background:#16362aba;color:#e6d9ae;border-radius:20px;font-size:.68rem;padding:7px 12px;pointer-events:none;letter-spacing:.05em}.ml-overlay{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:flex-start;padding:30px;background:linear-gradient(90deg,#10271d8f,transparent 92%);overflow:auto}.ml-overlay[hidden]{display:none}.ml-overlay-content{width:min(100%,420px);padding:30px;background:linear-gradient(155deg,#15372fed,#0f2923f5);color:#f0ecd9;border:1px solid #b7c7963d;border-radius:20px;box-shadow:0 20px 60px #0b241e66;text-align:left;max-height:100%;overflow:auto;backdrop-filter:blur(15px)}.ml-overlay-content:before{content:'✧';display:block;color:#d5bd77;font-size:1.9rem;margin-bottom:12px}.ml-overlay-content h2{font:500 clamp(1.7rem,3.7vw,2.4rem)/1.1 Georgia,'Times New Roman',serif;letter-spacing:-.025em;margin:0 0 16px}.ml-overlay-content p{font-size:.8rem;line-height:1.8;color:#bac8b6;margin:0 0 21px}.ml-overlay-actions{display:flex;flex-direction:column;gap:8px}.ml-button{border:1px solid #71866877;background:#47634d33;color:#e4ead4;border-radius:9px;padding:11px 14px;font:inherit;font-size:.81rem;min-height:44px;font-weight:700;cursor:pointer;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.ml-button:hover{background:#54745655;border-color:#b5c295}.ml-button span{font-size:.71rem;font-weight:400;color:#b8c9b2}.ml-button.ml-primary{background:linear-gradient(120deg,#eed29a,#caae6c);color:#28392b;border-color:#ebd29b;box-shadow:0 4px 18px #ddbd6030}.ml-button.ml-primary:hover{background:#f0dcae}.ml-button:disabled{opacity:.5;cursor:default}.ml-overlay-actions small{font-size:.61rem;line-height:1.7;color:#899f8c;margin-top:9px}.ml-result-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:10px;font-size:.72rem}.ml-result-links a{color:#d2dda8;text-decoration:underline}.ml-page .ml-result-stats{color:#e6d295;font-weight:800}.ml-objectives{padding:18px 25px 0;border-top:1px solid #adbd802d;background:linear-gradient(120deg,#1e3d30,#173127)}.ml-objectives strong{display:block;color:#e3e7cb;font-size:.8rem;font-weight:650;line-height:1.6}.ml-sidequest{display:block;color:#c4ae78;font-size:.68rem;margin-top:5px;line-height:1.6}.ml-objectives p{font-size:.71rem;line-height:1.7;color:#a1b6a1;margin:8px 0 0;min-height:1.7em}.ml-controls.game-controls{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 25px 20px;background:linear-gradient(120deg,#1e3d30,#173127)}.ml-dpad{display:grid;grid-template-columns:44px 44px 44px;grid-template-rows:40px 40px 40px;gap:4px;flex-shrink:0;user-select:none}.ml-dpad button,.ml-actions button{border:1px solid #76907845;border-radius:9px;background:linear-gradient(#395444,#2b4436);color:#dce6c9;font:inherit;font-weight:700;cursor:pointer;touch-action:none;user-select:none;-webkit-user-select:none;box-shadow:0 3px 0 #0c271c}.ml-dpad button{font-size:1.15rem;padding:0}.ml-dpad button:active,.ml-dpad button.pressed,.ml-actions button:active{transform:translateY(2px);box-shadow:0 1px 0 #0c271c;background:#49664b}.ml-dpad span{grid-column:2;grid-row:2;display:grid;place-items:center;color:#a1b580;font-size:1.05rem}#ml-north{grid-column:2;grid-row:1}#ml-west{grid-column:1;grid-row:2}#ml-east{grid-column:3;grid-row:2}#ml-south{grid-column:2;grid-row:3}.ml-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;flex:1;max-width:710px}.ml-actions button{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 9px;font-size:.83rem;position:relative;overflow:hidden}.ml-actions small{font-size:.62rem;font-weight:500;color:#b4c3aa}.ml-actions button.ml-pulse{background:linear-gradient(130deg,#547954,#3b6547);color:#f1f2cf;border-color:#aec79466;grid-column:1;grid-row:1}.ml-actions button.ml-bloom{grid-column:1/4;grid-row:2;min-height:42px;background:linear-gradient(90deg,#897745 var(--charge,25%),#263c30 var(--charge,25%));flex-direction:row;justify-content:space-between;color:#f4e0a4;border-color:#b9a56a55;padding:8px 16px;box-shadow:none}.ml-actions button.ml-bloom small{color:#f1dfa9}.ml-actions button.ml-bloom:disabled{opacity:.72}.ml-actions #ml-restore{grid-column:4;grid-row:1/3}.ml-actions button:disabled{opacity:.45;cursor:default;transform:none}.ml-help{margin:0;padding:12px 25px;border-top:1px solid #a3b39121;color:#b4c5ad;font-size:.72rem;background:#19332a}.ml-help summary{font-weight:650;cursor:pointer}.ml-help p{line-height:1.9;margin:12px 0 3px;max-width:780px}.ml-progress{display:flex;justify-content:space-between;align-items:center;gap:9px;flex-wrap:wrap;padding:13px 25px;color:#93ab92;background:#142c23;border-top:1px solid #a3b39115;font-size:.65rem}.ml-progress small{font-size:.61rem;color:#78957d}.ml-webgl{margin:0;padding:15px;background:#fee2e2;color:#991b1b;line-height:1.7;font-size:.85rem}.ml-guide{max-width:880px!important;padding-top:30px!important;padding-bottom:12px!important}.ml-guide h2{font-size:1.4rem}.ml-guide p{font-size:.93rem;line-height:1.95}.ml-page #ad-sidebar{display:none}.ml-page .cross-promo{max-width:1080px}.ml-page button:focus-visible,.ml-page canvas:focus-visible{outline:3px solid #d7b26c;outline-offset:3px}.ml-page [hidden]{display:none!important}.ml-overlay[aria-busy="true"] a{pointer-events:none;opacity:.5}
@media(max-width:700px){.ml-shell{margin:22px auto;padding:0 10px}.ml-heading{align-items:flex-start;margin:0 4px 17px;gap:10px}.ml-heading h1{font-size:1.95rem}.ml-heading p{font-size:.74rem;line-height:1.5}.ml-heading .ml-eyebrow{font-size:.56rem;letter-spacing:.1em}.ml-toolbar{max-width:94px;gap:5px}.ml-toolbar button{padding:7px 10px;font-size:.65rem}.ml-game{border-radius:19px}.ml-hud{padding:14px;gap:13px;grid-template-columns:1.45fr 1fr 1fr .8fr}.ml-hud strong{font-size:1rem}.ml-hud span{font-size:.53rem;letter-spacing:.04em}.ml-world canvas{height:clamp(290px,39svh,350px)}.ml-world-label{top:12px;left:12px;font-size:.61rem;padding:6px 9px;max-width:calc(100% - 24px)}.ml-combo{bottom:12px;left:12px;font-size:.59rem;padding:6px 9px}.ml-overlay{padding:16px;background:#10271d66;align-items:center;justify-content:center}.ml-overlay-content{padding:21px;width:100%;max-width:360px;border-radius:15px}.ml-overlay-content:before{font-size:1.3rem;margin-bottom:9px}.ml-overlay-content h2{font-size:1.65rem;margin-bottom:10px}.ml-overlay-content p{font-size:.73rem;line-height:1.65;margin-bottom:14px}.ml-button{min-height:42px;font-size:.74rem;padding:9px}.ml-overlay-actions{gap:7px}.ml-overlay-actions small{font-size:.58rem}.ml-objectives{padding:14px 15px 0}.ml-objectives strong{font-size:.71rem}.ml-sidequest{font-size:.62rem}.ml-objectives p{font-size:.64rem;line-height:1.6;min-height:2.6em;margin-top:6px}.ml-controls.game-controls{padding:13px 15px 17px;gap:12px}.ml-dpad{grid-template-columns:39px 39px 39px;grid-template-rows:42px 42px 42px;gap:3px}.ml-actions{grid-template-columns:1fr 1fr;gap:7px}.ml-actions button{min-height:45px;font-size:.72rem;padding:6px 3px;gap:3px}.ml-actions small{font-size:.55rem}.ml-actions button.ml-pulse{grid-column:auto;grid-row:auto}.ml-actions button.ml-bloom{grid-column:1/3;grid-row:3;min-height:35px;padding:7px 11px}.ml-actions #ml-restore{grid-column:2;grid-row:2}.ml-help{padding:11px 15px;font-size:.67rem}.ml-progress{padding:11px 15px;gap:7px;font-size:.61rem}.ml-progress small{font-size:.58rem}.ml-guide{padding-left:20px!important;padding-right:20px!important}.ml-page{padding-bottom:env(safe-area-inset-bottom,0)}}
@media(max-width:360px){.ml-shell{padding:0 6px}.ml-heading h1{font-size:1.65rem}.ml-dpad{grid-template-columns:34px 34px 34px;grid-template-rows:40px 40px 40px}.ml-controls.game-controls{padding:12px;gap:9px}.ml-hud{gap:8px;padding:12px}.ml-world canvas{height:290px}.ml-overlay{padding:12px}.ml-overlay-content{padding:17px}.ml-overlay-content p{font-size:.69rem}.ml-overlay-content:before{display:none}}
@media(prefers-color-scheme:dark){.ml-page{background:#101f19;color:#d1dfcf}.ml-heading h1{color:#e3e6cd}.ml-heading p{color:#9eb399}.ml-heading .ml-eyebrow{color:#afc28b}.ml-toolbar button{background:#223c2d;color:#d4ddc0;border-color:#4b6546}.ml-guide h2{color:#e1e6d1}.ml-game{box-shadow:0 28px 70px #050e0966;border-color:#5f795740}}
@media(prefers-reduced-motion:reduce){.ml-health-track>div,.ml-button{transition:none}.ml-dpad button:active,.ml-dpad button.pressed,.ml-actions button:active{transform:none}}
