@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--font-primary:"Outfit", sans-serif;--font-kids:"Fredoka", sans-serif;--color-bg-glass:#161c2dbf;--color-border-glass:#ffffff1f;--color-text-bright:#fff;--color-text-muted:#cbd5e1;--color-eco-a:#2dc937;--color-eco-b:#99c140;--color-eco-c:#e7b416;--color-eco-e:#db7b2b;--color-eco-g:#cc3232;--shadow-premium:0 8px 32px 0 #0000004d}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;margin:0;padding:0}body,html{width:100vw;height:100dvh;font-family:var(--font-primary);color:var(--color-text-bright);touch-action:none;background-color:#0d111a;overflow:hidden}#app{touch-action:none;width:100%;height:100%;position:relative;overflow:hidden}#canvas-container{z-index:1;touch-action:none;width:100%;height:100%;position:absolute;top:0;left:0}.glass-panel{background:var(--color-bg-glass);-webkit-backdrop-filter:blur(16px);border:1.5px solid var(--color-border-glass);box-shadow:var(--shadow-premium);pointer-events:auto;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}#hud-overlay{z-index:10;pointer-events:none;width:100%;height:100%;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));grid-template:"quest companion toolbar""stats main toolbar"1fr"inventory inventory inventory"/320px 1fr 80px;gap:15px;display:grid;position:absolute;top:0;left:0}.quest-panel{flex-direction:column;grid-area:quest;align-self:start;gap:8px;padding:15px;display:flex}.quest-header{align-items:center;gap:10px;display:flex}.quest-badge{font-size:1.8rem;animation:3s ease-in-out infinite bounce-slow}.quest-title-text{color:#48cae4;font-size:1.1rem;font-weight:800;font-family:var(--font-kids)}.quest-target-box{background:#ffffff0f;border:1px solid #ffffff0d;border-radius:12px;padding:10px}.quest-target-label{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:.75rem}.quest-target-val{color:#a4fc9d;margin-top:2px;font-size:.9rem;font-weight:700}.quest-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:10px;padding:8px 12px;font-size:.85rem;font-weight:700;transition:transform .1s;box-shadow:0 4px 10px #00b4d833}.quest-btn:active{transform:scale(.95)}.companion-panel{pointer-events:auto;grid-area:companion;place-self:start end;align-items:center;gap:15px;max-width:480px;display:flex}.robin-avatar{background:#e76f51 linear-gradient(#8d5b4c 45%,#e76f51 45%);border:3px solid #fff;border-radius:50%;flex-shrink:0;width:65px;height:65px;position:relative;box-shadow:0 4px 15px #0000004d}.robin-avatar:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid #f4a261;width:0;height:0;position:absolute;top:26px;right:-8px}.robin-avatar:after{content:"";background:#111;border-radius:50%;width:7px;height:7px;position:absolute;top:16px;left:36px}.speech-bubble{color:#2b2b2b;background:#fff;border-radius:18px;flex-direction:column;gap:6px;padding:12px 15px;display:flex;position:relative;box-shadow:0 8px 24px #00000026}.speech-bubble:before{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:12px solid #fff;width:0;height:0;position:absolute;top:22px;right:100%}.bubble-title{color:#e76f51;font-size:.9rem;font-weight:800;font-family:var(--font-kids)}.bubble-text{font-size:.85rem;font-weight:500;line-height:1.35}.tip-nav-btn{color:#555;cursor:pointer;background:#f0f0f0;border:none;border-radius:6px;align-self:flex-end;padding:3px 8px;font-size:.75rem;font-weight:700}.tip-nav-btn:active{background:#ddd}.stats-panel{flex-direction:column;grid-area:stats;align-self:start;gap:15px;padding:20px;display:flex}.stats-title{font-family:var(--font-kids);color:#fff;border-bottom:1px solid #ffffff1a;padding-bottom:8px;font-size:1.2rem;font-weight:700}.grade-section{background:#ffffff0a;border-radius:16px;align-items:center;gap:18px;padding:12px;display:flex}.grade-circle{width:70px;height:70px;font-size:2.2rem;font-weight:900;font-family:var(--font-kids);border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite pulse-gently;display:flex;box-shadow:0 0 15px #ffffff1a}.grade-a{background:var(--color-eco-a);text-shadow:0 0 10px #0003}.grade-b{background:var(--color-eco-b)}.grade-c{background:var(--color-eco-c)}.grade-e{background:var(--color-eco-e)}.grade-g{background:var(--color-eco-g)}.grade-label-title{color:var(--color-text-muted);font-size:.85rem}.grade-label-sub{margin-top:2px;font-size:1.1rem;font-weight:800}.progress-list{flex-direction:column;gap:12px;display:flex}.progress-item{flex-direction:column;gap:4px;display:flex}.progress-header{justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.progress-label{align-items:center;gap:6px;display:flex}.progress-value{color:var(--color-text-muted)}.progress-bar-bg{background:#ffffff1a;border-radius:5px;width:100%;height:10px;overflow:hidden}.progress-bar-fill{border-radius:5px;width:0%;height:100%;transition:width .6s cubic-bezier(.1,.8,.3,1)}#bar-energy{background:linear-gradient(90deg,#f77f00,#fcbf49)}#bar-carbon{background:linear-gradient(90deg,#40916c,#52b788)}#bar-water{background:linear-gradient(90deg,#0077b6,#00b4d8)}#bar-biodiversity{background:linear-gradient(90deg,#38b000,#70e000)}.toolbar-panel{pointer-events:auto;flex-direction:column;grid-area:toolbar;place-self:start center;gap:12px;display:flex}.tool-btn{color:#fff;cursor:pointer;background:#161c2db3;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.4rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #0003}.tool-btn:active{transform:scale(.9)}.active-tool{background:linear-gradient(135deg,#00b4d8,#0077b6);border-color:#90e0ef;transform:scale(1.05);box-shadow:0 0 15px #00b4d880}#tool-clear{background:#cc323259;border-color:#cc323266}#tool-clear:active{background:#cc323299}.inventory-panel{pointer-events:auto;flex-direction:column;grid-area:inventory;gap:12px;padding:15px;display:flex}.category-tabs{scrollbar-width:none;gap:10px;padding-bottom:5px;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.tab-btn{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;font-size:.9rem;font-weight:700;font-family:var(--font-kids);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:10px 18px;transition:all .2s}.tab-btn:active{transform:scale(.95)}.active-tab{color:#fff;background:#ffffff26;border-color:#ffffff4d}.inventory-list{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:12px;padding:5px 0 10px;display:flex;overflow-x:auto}.inventory-card{cursor:pointer;scroll-snap-align:start;background:#ffffff0d;border:1.5px solid #ffffff14;border-radius:16px;flex-direction:column;flex:0 0 120px;justify-content:center;align-items:center;gap:8px;height:110px;padding:8px;transition:all .2s cubic-bezier(.1,.8,.3,1);display:flex}.inventory-card span{color:var(--color-text-muted);text-align:center;font-size:.8rem;font-weight:700;line-height:1.2}.block-icon-preview{border-radius:10px;width:48px;height:48px;box-shadow:inset 0 -4px #0003,0 4px 8px #00000026}.inventory-card:active{transform:scale(.95)}.active-card{background:#00b4d81f;border-color:#00b4d8;box-shadow:0 4px 15px #00b4d826}.active-card span{color:#fff}.inspect-popup{z-index:12;pointer-events:auto;width:320px;padding:15px;position:absolute;bottom:210px;left:20px}.inspect-title{font-family:var(--font-kids);color:#48cae4;margin-bottom:6px;font-size:1.1rem;font-weight:700}.inspect-description{color:var(--color-text-muted);margin-bottom:12px;font-size:.8rem;line-height:1.35}.inspect-stat-grid{background:#ffffff0d;border-radius:10px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;padding:8px;display:grid}.inspect-stat-item{font-size:.75rem}.inspect-stat-val{color:#fff;margin-top:2px;font-weight:700}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;pointer-events:auto;background:#05081299;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.modal-content{flex-direction:column;gap:15px;width:100%;max-width:500px;max-height:80vh;padding:25px;display:flex;overflow-y:auto}.modal-header{border-bottom:1.5px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.modal-title{font-family:var(--font-kids);color:#fff;font-size:1.4rem;font-weight:700}.modal-close-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.modal-close-btn:active{color:#fff}.missions-list{flex-direction:column;gap:12px;display:flex}.mission-modal-card{cursor:pointer;background:#ffffff0d;border:1.5px solid #ffffff14;border-radius:16px;align-items:center;padding:15px;transition:all .2s;display:flex}.mission-modal-card:active{transform:scale(.98)}.active-mission-card{background:#00b4d81f;border-color:#00b4d8;box-shadow:0 4px 15px #00b4d826}.victory-splash{text-align:center;background:linear-gradient(135deg,#161c2df2,#0a0f1cf2);animation:.4s cubic-bezier(.1,.8,.3,1) pop-in}.victory-icon{font-size:4rem;animation:2s ease-in-out infinite bounce-slow}.victory-btn{color:#fff;cursor:pointer;font-size:1.1rem;font-weight:800;font-family:var(--font-kids);background:linear-gradient(135deg,#2dc937,#99c140);border:none;border-radius:14px;margin-top:10px;padding:12px 24px;box-shadow:0 4px 15px #2dc9374d}.help-p{color:var(--color-text-muted);margin-bottom:10px;font-size:.9rem;line-height:1.5}.hidden{display:none!important}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse-gently{0%,to{transform:scale(1);box-shadow:0 0 15px #ffffff1a}50%{transform:scale(1.02);box-shadow:0 0 25px #fff3}}@keyframes pop-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.height-panel{pointer-events:auto;z-index:11;flex-direction:column;align-items:center;gap:8px;padding:10px;display:flex;position:absolute;top:20px;right:95px}.height-title{font-family:var(--font-kids);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.72rem;font-weight:700}.height-btn{color:#fff;width:44px;height:44px;font-family:var(--font-kids);cursor:pointer;background:#161c2d99;border:1.5px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;transition:all .2s;display:flex}.height-btn:active{transform:scale(.9)}.active-height-btn{background:linear-gradient(135deg,#2dc937,#55a630);border-color:#a4fc9d;transform:scale(1.05);box-shadow:0 0 12px #55a63066}@media (width<=1024px),(height<=800px){#hud-overlay{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));grid-template-columns:280px 1fr 65px;gap:10px}.quest-panel{gap:4px;padding:8px 10px}.quest-badge{font-size:1.2rem}.quest-title-text{font-size:.85rem}.quest-target-box{padding:4px 8px}.quest-target-val{font-size:.75rem}.quest-btn{border-radius:8px;padding:4px 8px;font-size:.72rem}.companion-panel{gap:10px;max-width:380px}.robin-avatar{width:50px;height:50px}.robin-avatar:before{border-left-width:8px;top:18px;right:-6px}.robin-avatar:after{width:6px;height:6px;top:12px;left:28px}.speech-bubble{border-radius:14px;padding:8px 12px}.bubble-title{font-size:.8rem}.bubble-text{font-size:.78rem;line-height:1.3}.tip-nav-btn{padding:2px 6px;font-size:.7rem}.stats-panel{gap:6px;padding:8px 12px}.stats-title{margin-bottom:2px;padding-bottom:4px;font-size:.95rem}.grade-section{border-radius:10px;gap:8px;padding:6px}.grade-circle{width:44px;height:44px;font-size:1.4rem}.grade-label-title{font-size:.7rem}.grade-label-sub{font-size:.8rem}.progress-list{gap:6px}.progress-item{gap:2px}.progress-header{font-size:.7rem}.progress-bar-bg{height:6px}.toolbar-panel{gap:8px}.tool-btn{width:42px;height:42px;font-size:1.15rem}.height-panel{gap:6px;padding:8px;top:12px;right:75px}.height-title{font-size:.65rem}.height-btn{border-radius:8px;width:34px;height:34px;font-size:.9rem}.inventory-panel{gap:8px;padding:10px}.tab-btn{border-radius:8px;padding:5px 10px;font-size:.75rem}.inventory-list{gap:8px;padding-bottom:5px}.inventory-card{border-radius:12px;flex:0 0 96px;gap:4px;height:86px;padding:6px}.block-icon-preview{border-radius:8px;width:36px;height:36px}.inventory-card span{font-size:.72rem}.inspect-popup{width:280px;padding:10px;bottom:155px;left:12px}.inspect-title{font-size:.95rem}.inspect-description{margin-bottom:8px;font-size:.75rem}.inspect-stat-grid{border-radius:8px;margin-bottom:6px;padding:6px}.inspect-stat-item{font-size:.7rem}}@media (width<=576px){#hud-overlay{grid-template:"quest toolbar""companion companion""stats stats"1fr"inventory inventory"/1fr 50px}.height-panel{top:12px;right:65px}.stats-panel{flex-flow:wrap;align-items:center;width:100%;max-height:140px;overflow-y:auto}.companion-panel{justify-self:stretch;max-width:100%}.inspect-popup{width:auto;bottom:210px;left:12px;right:12px}}
