@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap";:root{--green-darkest: #1a4d2e;--green-dark: #2d7a3a;--green-primary: #3a9d4f;--green-light: #5bc469;--green-lightest: #e8f5e9;--gold: #ffc107;--gold-dark: #e6a800;--white: #ffffff;--text-dark: #1a2e1a;--text-light: #f0f7f0;--shadow-sm: 0 2px 8px rgba(0,0,0,.1);--shadow-md: 0 4px 16px rgba(0,0,0,.15);--shadow-lg: 0 8px 32px rgba(0,0,0,.2);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--font-display: "Baloo 2", cursive;--font-body: "Quicksand", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--green-lightest);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:var(--font-body)}ul{list-style:none}img{max-width:100%;display:block}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#e6f4d7}.loading-screen-logo{width:min(72vw,360px);height:auto;object-fit:contain;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;animation:loading-logo-spin 2.4s linear infinite;transform-origin:center center}@keyframes loading-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-shell{position:relative;min-height:100dvh}.page-shell-content{opacity:0;transition:opacity .45s ease}.page-shell-content--visible{opacity:1}.page-shell-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:1;transition:opacity .45s ease;pointer-events:auto}.page-shell-loading--hide{opacity:0;pointer-events:none}@media (prefers-reduced-motion: reduce){.page-shell-content,.page-shell-loading{transition-duration:.01ms}}.navbar{position:absolute;top:0;left:0;right:0;z-index:100;background:#1a4b26eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 10px #0003}.navbar-inner{max-width:1400px;margin:0 auto;padding:8px 32px;min-height:68px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;transition:transform .2s}.navbar-logo:hover{transform:scale(1.03)}.logo-img{width:56px;height:56px;object-fit:contain}.logo-text{font-family:var(--font-display);font-weight:800;font-size:17px;line-height:1.15;color:#fff;letter-spacing:.5px}.navbar-right{display:flex;align-items:center;gap:28px}.nav-link{font-weight:700;font-size:17px;letter-spacing:.3px;color:#fff;text-decoration:none;transition:color .25s}.nav-link:hover,.nav-link--certificate{color:var(--gold)}.nav-link--certificate:hover{color:#fff8dc}.player-greeting{font-size:17px;font-weight:600;color:#fff}.player-greeting em{font-style:italic}.sound-toggle{width:36px;height:36px;border-radius:50%;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .25s}.sound-toggle:hover{color:var(--gold);transform:scale(1.1)}@media (max-width: 768px){.navbar-inner{padding:0 16px;height:52px}.nav-link:not(.nav-link--certificate){display:none}.nav-link--certificate{font-size:12px;letter-spacing:0;white-space:nowrap}.logo-text{font-size:11px}.logo-img{width:38px;height:38px}.player-greeting{font-size:13px}}.input-page{min-height:100vh}.input-hero{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;background-size:cover;background-position:center bottom;background-repeat:no-repeat}.input-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding-top:80px}.input-mascot{position:absolute;left:24px;bottom:20px;width:220px;height:auto;object-fit:contain;z-index:2;animation:mascotSway 2.5s ease-in-out infinite}@keyframes mascotSway{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-2deg)}}.input-center{display:flex;flex-direction:column;align-items:center;z-index:5;width:100%;max-width:560px;padding:0 24px}.input-title{font-family:var(--font-display);font-size:48px;font-weight:800;font-style:italic;color:var(--green-darkest);text-align:center;margin-bottom:12px;display:flex;align-items:center;gap:10px;text-shadow:1px 1px 0 rgba(255,255,255,.3)}.leaf-icon{font-size:32px}.input-subtitle{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--green-darkest);text-align:center;margin-bottom:28px}.input-form{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center}.form-group{width:100%}.form-label{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--green-darkest);margin-bottom:8px;padding-left:4px}.form-input{width:100%;padding:14px 20px;font-family:var(--font-body);font-size:16px;font-weight:500;color:var(--green-darkest);background:#ffffffe6;border:2px solid var(--green-primary);border-radius:12px;outline:none;transition:all .25s}.form-input::placeholder{color:#9caa9c;font-weight:400}.form-input:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #3a9d4f33;background:#fff}.submit-button{margin-top:8px;padding:14px 56px;font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:1px;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:32px;box-shadow:0 4px 16px #2d7a3a59;transition:all .3s}.submit-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 24px #2d7a3a73}.submit-button:active{transform:translateY(0) scale(.98)}@media (max-width: 768px){.input-mascot{width:140px;left:8px;bottom:12px}.input-title{font-size:32px}.leaf-icon{font-size:24px}.input-subtitle{font-size:16px}.form-input{padding:12px 16px;font-size:14px}.submit-button{font-size:18px;padding:12px 44px}}.introduction-page{min-height:100vh;min-height:100dvh}.introduction-bg{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background-size:cover;background-position:center bottom;background-repeat:no-repeat;overflow:hidden}.introduction-content{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:88px 24px 28px;box-sizing:border-box}.introduction-header{flex-shrink:0;width:100%;display:flex;justify-content:center;margin-bottom:12px}.introduction-title-img{width:min(720px,94vw);height:auto;display:block;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.introduction-stage{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;overflow:visible}.introduction-card-wrap{position:relative;width:min(640px,90vw);margin:0 auto;overflow:visible}.introduction-mascot{position:absolute;left:max(-280px,-42vw);bottom:-4px;z-index:2;width:min(280px,38vw);height:auto;pointer-events:none;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}.introduction-card{position:relative;width:100%;min-height:300px;padding:28px 32px 32px;background:#fffdf5f0;border:4px solid var(--green-darkest);border-radius:28px;box-shadow:0 12px 32px #0000002e;overflow:hidden;box-sizing:border-box}.introduction-card:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px solid rgba(45,122,58,.35);border-radius:22px;pointer-events:none}.introduction-card-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(55%,220px);height:auto;opacity:.12;pointer-events:none}.introduction-card-body{position:relative;z-index:1}.introduction-card-body p{margin:0 0 14px;font-size:clamp(14px,1.7vw,17px);font-weight:600;line-height:1.55;color:var(--green-darkest)}.introduction-card-body p:last-child{margin-bottom:0}.introduction-quote{color:var(--green-dark)}.introduction-quote strong{color:var(--green-primary)}.introduction-skip-btn{flex-shrink:0;align-self:flex-end;margin-top:16px;padding:14px 56px;font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:1.5px;color:#fff;background:linear-gradient(135deg,var(--green-darkest),#0d3320);border:none;border-radius:32px;box-shadow:0 4px 16px #1a4d2e59;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.introduction-skip-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1a4d2e73}.introduction-skip-btn:active{transform:translateY(0)}@media (max-width: 900px){.introduction-content{padding:80px 16px 20px}.introduction-title-img{width:min(520px,96vw)}.introduction-card-wrap{width:min(640px,94vw)}.introduction-mascot{position:relative;left:auto;bottom:auto;display:block;width:min(200px,48vw);margin:0 auto -12px}.introduction-card{min-height:0;padding:22px 20px 24px}.introduction-skip-btn{align-self:center;width:100%;max-width:280px}}@media (max-width: 480px){.introduction-card-body p{font-size:14px}}.instruction-page{min-height:100vh;min-height:100dvh}.instruction-bg{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background-size:cover;background-position:center bottom;background-repeat:no-repeat}.instruction-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#dcebd2d1;z-index:0}.instruction-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:88px 24px;box-sizing:border-box;min-height:0}.instruction-title{position:absolute;top:112px;left:0;right:0;width:100%;margin:0;font-family:var(--font-display);font-size:48px;font-weight:800;font-style:italic;color:var(--green-darkest);text-align:center;pointer-events:none}.instruction-stage{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:100%;max-width:1100px}.instruction-body{display:flex;gap:24px;width:min(920px,100%);max-width:100%;align-items:flex-start;margin:0 auto}.stage-tabs{display:flex;flex-direction:column;gap:0;flex-shrink:0;width:180px;background:#ffffffb3;border-radius:16px;border:2px solid rgba(45,122,58,.2);overflow:hidden}.stage-tab{display:flex;align-items:center;gap:10px;padding:16px;background:transparent;border:none;border-bottom:1px solid rgba(45,122,58,.1);font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--green-darkest);cursor:pointer;transition:all .2s}.stage-tab:last-child{border-bottom:none}.stage-tab:hover{background:#2d7a3a14}.stage-tab.active{background:#2d7a3a1f;box-shadow:inset 4px 0 0 var(--green-primary)}.stage-tab-icon{width:48px;height:48px;object-fit:contain}.stage-tab-label{white-space:nowrap}.instruction-card{flex:1;background:#ffffffeb;border-radius:16px;border:2px solid var(--green-primary);padding:28px 32px;min-height:280px}.card-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--green-darkest);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid rgba(45,122,58,.15)}.card-instructions{display:flex;flex-direction:column;gap:16px}.instruction-item{display:flex;align-items:flex-start;gap:14px}.instruction-bullet-icon{width:40px;height:40px;object-fit:contain;flex-shrink:0;margin-top:2px}.instruction-text-block{flex:1}.instruction-text{font-size:15px;font-weight:500;color:var(--green-darkest);line-height:1.6}.instruction-text b{font-weight:700}.instruction-list{margin-top:8px;padding-left:20px;list-style:disc}.instruction-list li{font-size:15px;font-weight:500;color:var(--green-darkest);line-height:1.6;list-style:disc}.instruction-list li b{color:var(--green-dark)}.skip-button{position:absolute;right:24px;bottom:28px;margin:0;padding:14px 64px;border:none;cursor:pointer;font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:1.5px;color:#fff;background:linear-gradient(135deg,var(--green-darkest),#0d3320);border-radius:32px;box-shadow:0 4px 16px #1a4d2e59;transition:all .3s}.skip-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 24px #1a4d2e73}.skip-button:active{transform:translateY(0) scale(.98)}@media (max-width: 768px){.instruction-content{padding:80px 16px 72px}.instruction-title{top:96px;font-size:32px}.instruction-body{width:100%;flex-direction:column;gap:16px}.skip-button{left:50%;right:auto;bottom:20px;transform:translate(-50%)}.skip-button:hover{transform:translate(-50%) translateY(-3px) scale(1.03)}.skip-button:active{transform:translate(-50%) translateY(0) scale(.98)}.stage-tabs{width:100%;flex-direction:row}.stage-tab{flex:1;flex-direction:column;gap:6px;padding:12px 8px;border-bottom:none;border-right:1px solid rgba(45,122,58,.1);text-align:center;font-size:13px}.stage-tab:last-child{border-right:none}.stage-tab.active{box-shadow:inset 0 -3px 0 var(--green-primary)}.stage-tab-icon{width:36px;height:36px}.instruction-card{padding:20px}.card-title{font-size:18px}.instruction-text{font-size:14px}.skip-button{font-size:17px;padding:12px 48px}}.map-page{min-height:100vh}.map-bg{position:relative;min-height:100vh;display:flex;flex-direction:column;background-size:cover;background-position:center bottom;background-repeat:no-repeat}.map-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#281e14bf;z-index:0}.map-content{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:80px 32px 32px}.map-frame{position:relative;width:100%;max-width:900px;aspect-ratio:auto}.map-image{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 8px 40px #00000080}.stage-hotspot{position:absolute;width:48px;height:48px;border-radius:50%;background:transparent;border:none;cursor:pointer;transform:translate(-50%,-50%);z-index:5;transition:all .3s}.stage-hotspot.current{cursor:pointer}.stage-hotspot.locked{cursor:not-allowed;opacity:.5}.stage-hotspot.completed .check-mark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;background:var(--green-primary);border-radius:50%;box-shadow:0 2px 8px #2d7a3a66}.stage-hotspot.current .pulse-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:3px solid var(--gold);animation:pulseRing 1.5s ease-in-out infinite}@keyframes pulseRing{0%{transform:scale(.9);opacity:1}50%{transform:scale(1.2);opacity:.4}to{transform:scale(.9);opacity:1}}.map-mascot{position:absolute;z-index:10;transform:translate(-50%,-50%);transition:top .8s ease-in-out,left .8s ease-in-out;pointer-events:none}.map-mascot-img{width:72px;height:auto;object-fit:contain;animation:mascotMapBounce 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}@keyframes mascotMapBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 768px){.map-content{padding:70px 12px 16px}.map-frame{max-width:100%}.stage-hotspot{width:36px;height:36px}.map-mascot-img{width:48px}.stage-hotspot.completed .check-mark{font-size:16px}}.phase1-page{min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative}.phase1-body{flex:1;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:72px clamp(14px,4vw,56px) clamp(12px,2.5vh,40px);overflow:auto}.phase1-scene{position:relative;width:100%;max-width:1400px;margin:0 auto}.phase1-bg{width:100%;height:auto;display:block;vertical-align:top;border-radius:12px;box-shadow:0 12px 40px #00000059;border:3px solid rgba(255,255,255,.35)}.phase1-closet-grid{position:absolute;left:3.5%;top:35%;width:24%;height:57%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr);gap:2% 3%;pointer-events:none}.phase1-slot{pointer-events:auto;display:flex;align-items:center;justify-content:center;min-height:0;width:100%;height:100%;align-self:stretch}.phase1-item{padding:0;border:none;background:transparent;cursor:grab;touch-action:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;box-sizing:border-box;transition:transform .2s ease}.phase1-item:active{cursor:grabbing}.phase1-item--closet img{max-width:min(80%,11vw);max-height:min(80%,12vh);width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.phase1-item--reject{animation:phase1Shake .4s ease}@keyframes phase1Shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.phase1-suitcase{position:absolute;left:36%;top:40%;width:30%;height:34%;pointer-events:none;box-sizing:border-box;border:3px dashed rgba(255,200,0,.95);background:#ffff001f;border-radius:8px}.phase1-item--suitcase{position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center}.phase1-item--suitcase img{width:auto;max-width:min(72%,12vw);height:auto;max-height:min(22vh,18vmin,140px);object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.phase1-mascot-block{position:absolute;right:2%;top:28%;width:26%;display:flex;flex-direction:column;align-items:center;gap:8px}.phase1-bubble{background:#fffffff5;border:2px solid rgba(45,122,58,.25);border-radius:16px;padding:12px 16px;box-shadow:0 4px 14px #0000001f}.phase1-bubble p{margin:0;font-size:14px;font-weight:600;line-height:1.45;color:var(--green-darkest);text-align:center}.phase1-mascot{width:min(75%,220px);height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.phase1-drag-ghost{position:fixed;z-index:200;pointer-events:none;display:flex;align-items:center;justify-content:center;opacity:.95}.phase1-drag-ghost img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.35))}.phase1-complete{position:absolute;left:50%;bottom:6%;transform:translate(-50%);text-align:center;background:#fffffff2;padding:16px 24px 20px;border-radius:16px;border:2px solid var(--green-primary);box-shadow:0 8px 24px #0003;max-width:90%}.phase1-complete p{margin:0 0 12px;font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--green-darkest)}.phase1-continue{padding:12px 40px;font-family:var(--font-display);font-size:18px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:999px;box-shadow:0 4px 14px #2d7a3a59}.phase1-continue:hover{filter:brightness(1.05);transform:translateY(-2px)}@media (max-width: 768px){.phase1-bubble p{font-size:12px}.phase1-mascot{width:min(70%,150px)}.phase1-complete p{font-size:15px}}.phase2-page{min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative}.phase2-body{flex:1;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:72px clamp(14px,4vw,56px) clamp(12px,2.5vh,40px);overflow:auto}.phase2-scene{position:relative;width:100%;max-width:1400px;margin:0 auto;container-type:inline-size;container-name:phase2}.phase2-bg{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 12px 40px #00000059;border:3px solid rgba(255,255,255,.35);vertical-align:top}.phase2-hud{position:absolute;left:3%;top:5%;z-index:20;display:flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:none}.phase2-banner{font-family:var(--font-display);font-size:clamp(18px,2.4vw,26px);font-weight:800;color:var(--green-darkest);background:linear-gradient(180deg,#f5edd8,#e8dcc8);padding:8px 20px;border-radius:8px;border:2px solid rgba(45,122,58,.35);box-shadow:0 2px 8px #0000001f}.phase2-counter-box{display:flex;flex-direction:column;align-items:center;gap:4px;background:linear-gradient(135deg,var(--green-dark),var(--green-darkest));color:#fff;padding:10px 18px 12px;border-radius:12px;border:2px solid rgba(255,255,255,.25);box-shadow:0 4px 12px #0003;min-width:120px}.phase2-counter-label{font-size:clamp(11px,1.4vw,13px);font-weight:700;letter-spacing:.5px}.phase2-counter-value{font-family:var(--font-display);font-size:clamp(22px,3vw,30px);font-weight:800}.phase2-mascot-block{position:absolute;left:70%;bottom:30%;transform:none;width:min(38%,360px);z-index:20;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.phase2-bubble{background:#fffffff5;border:2px solid rgba(45,122,58,.25);border-radius:12px;padding:8px 12px;box-shadow:0 3px 10px #0000001a;align-self:center;max-width:min(200px,78%);width:fit-content;box-sizing:border-box}.phase2-bubble p{margin:0;font-size:clamp(11px,1.35vw,13px);font-weight:600;line-height:1.35;color:var(--green-darkest);text-align:center}.phase2-mascot{width:min(78%,200px);height:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.phase2-items-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.phase2-items-layer>.phase2-trash{pointer-events:auto}.phase2-trash{position:absolute;padding:6px;border:none;background:transparent;cursor:pointer;touch-action:manipulation;transition:opacity .25s ease;box-sizing:content-box;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%)}.phase2-trash img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.phase2-trash--under-rock{z-index:2}.phase2-rock{position:absolute;z-index:3;pointer-events:none;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));transform:translate(-50%,-50%);height:auto}.phase2-rock--left{left:17%;top:89%;width:min(10%,280px)}.phase2-rock--right{left:84%;top:77%;width:min(10%,280px)}.phase2-trash:not(.phase2-trash--under-rock){z-index:4}.phase2-trash--picked{opacity:0;pointer-events:none}.phase2-complete{position:absolute;left:50%;bottom:8%;transform:translate(-50%);z-index:30}.phase2-continue{padding:14px 48px;font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:999px;box-shadow:0 6px 20px #2d7a3a73;border:none;cursor:pointer}.phase2-continue:hover{filter:brightness(1.06);transform:translateY(-2px)}@media (max-width: 600px){.phase2-mascot-block{width:min(44%,280px);left:52%;bottom:10%}}.phase3-page{min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative}.phase3-body{flex:1;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:72px clamp(14px,4vw,56px) clamp(12px,2.5vh,40px);overflow:auto}.phase3-scene{position:relative;width:100%;max-width:1400px;margin:0 auto;container-type:inline-size;container-name:phase3}.phase3-bg{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 12px 40px #00000059;border:3px solid rgba(255,255,255,.35);vertical-align:top;-webkit-user-select:none;user-select:none;pointer-events:none}.phase3-instruction-bubble-wrap{position:absolute;left:50%;top:14%;transform:translate(-50%);z-index:15;width:min(92%,440px);pointer-events:none;display:flex;justify-content:center}.phase3-instruction-bubble{position:relative;background:#fffffffa;border:2px solid rgba(26,40,22,.88);border-radius:16px;padding:12px 16px 14px;box-shadow:0 6px 20px #00000024;box-sizing:border-box}.phase3-instruction-bubble:after{content:"";position:absolute;left:50%;bottom:-11px;transform:translate(-50%);width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:12px solid rgba(26,40,22,.88)}.phase3-instruction-bubble:before{content:"";position:absolute;left:50%;bottom:-8px;transform:translate(-50%);width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:10px solid rgba(255,255,255,.98);z-index:1}.phase3-instruction-bubble p{margin:0;font-size:clamp(12px,2.8cqw,15px);font-weight:600;line-height:1.45;color:var(--green-darkest);text-align:center}.phase3-instruction-footer{position:absolute;left:0;right:0;bottom:5%;display:flex;justify-content:center;pointer-events:none}.phase3-start{pointer-events:auto;padding:14px 40px;font-family:var(--font-display);font-size:clamp(17px,2.2vw,22px);font-weight:800;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:999px;box-shadow:0 6px 22px #2d7a3a73;border:none;cursor:pointer}.phase3-start:hover{filter:brightness(1.06);transform:translateY(-2px)}.phase3-timer{position:absolute;left:50%;top:5%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:10px;width:min(52%,420px);pointer-events:none}.phase3-timer-track{flex:1;height:14px;border-radius:999px;background:#fffffff2;border:2px solid rgba(45,122,58,.2);overflow:hidden;box-shadow:0 2px 8px #00000014}.phase3-timer-fill{height:100%;width:100%;border-radius:999px;background:linear-gradient(90deg,var(--green-primary),var(--green-dark));transform-origin:left center;transition:transform .08s linear}.phase3-timer-value{font-family:var(--font-display);font-size:clamp(15px,1.8vw,18px);font-weight:800;color:var(--green-darkest);min-width:2.5em;text-align:right}.phase3-bins-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.phase3-bin-hit{position:absolute;pointer-events:auto;bottom:6%;height:34%;border-radius:12px}.phase3-bin-hit--organic{left:4%;width:28%}.phase3-bin-hit--inorganic{left:36%;width:28%}.phase3-bin-hit--recyclable{left:68%;width:28%}.phase3-trash-anchor{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:15;display:flex;align-items:center;justify-content:center;pointer-events:none}.phase3-trash-home{position:relative;width:min(28cqw,26%);min-width:88px;max-width:200px;padding:0;border:none;background:transparent;cursor:grab;touch-action:none;pointer-events:auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.25))}.phase3-trash-home:active{cursor:grabbing}.phase3-trash-home img{width:100%;height:auto;display:block;pointer-events:none}.phase3-trash-float{position:fixed;z-index:100;pointer-events:none;filter:drop-shadow(0 8px 16px rgba(0,0,0,.35))}.phase3-trash-float img{width:100%;height:100%;object-fit:contain;display:block}.phase3-penalty-float{position:fixed;z-index:110;pointer-events:none;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}.phase3-penalty-float-inner{width:100%;height:100%;animation:phase3-penalty-vanish .68s linear forwards}.phase3-penalty-float-inner img{width:100%;height:100%;object-fit:contain;display:block}@keyframes phase3-penalty-vanish{0%{visibility:visible;transform:rotate(0) translate(0) scale(1)}12%{transform:rotate(-10deg) translate(-8px) scale(1.04)}24%{transform:rotate(10deg) translate(8px) scale(1.04)}36%{transform:rotate(-8deg) translate(-6px) scale(1.02)}48%{transform:rotate(8deg) translate(6px) scale(1.02)}72%{visibility:visible;transform:rotate(0) translate(0) scale(1)}72.01%,to{visibility:hidden;transform:scale(0)}}.phase3-complete{position:absolute;left:50%;bottom:8%;transform:translate(-50%);z-index:30}.phase3-continue{padding:14px 48px;font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border-radius:999px;box-shadow:0 6px 20px #2d7a3a73;border:none;cursor:pointer}.phase3-continue:hover{filter:brightness(1.06);transform:translateY(-2px)}@keyframes phase3-penalty-vanish-reduced{0%,70%{visibility:visible;transform:scale(1)}70.01%,to{visibility:hidden;transform:scale(0)}}@media (prefers-reduced-motion: reduce){.phase3-penalty-float-inner{animation:phase3-penalty-vanish-reduced .28s linear forwards}}@media (max-width: 600px){.phase3-instruction-bubble-wrap{top:10%;width:min(94%,380px)}.phase3-bin-hit{bottom:4%;height:38%}.phase3-trash-home{width:min(32cqw,30%);max-width:160px;min-width:72px}.phase3-timer{width:min(70%,360px);top:3%}}.result-page{height:100dvh;max-height:100dvh;width:100%;overflow:hidden;background:var(--green-darkest)}.result-capture{height:100%;display:flex;flex-direction:column;overflow:hidden}.result-capture .navbar{position:relative;flex-shrink:0}.result-scene{position:relative;flex:1;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center bottom;background-repeat:no-repeat;overflow:hidden;container-type:size;container-name:result}.result-main{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,1.8cqh,18px);width:min(92cqw,720px);max-height:100%;padding:min(1.5cqh,12px) min(2cqw,16px);box-sizing:border-box;pointer-events:none}.result-main>*{flex-shrink:0}.result-title-wrap{position:relative;width:min(100%,640px);line-height:0;overflow:visible;pointer-events:none}.result-title-svg{width:100%;height:auto;overflow:visible;display:block;margin-bottom:-.35em}.result-title-svg-text{fill:var(--green-primary);font-family:var(--font-display);font-size:70px;font-weight:800;letter-spacing:.06em;stroke:#fff;stroke-width:6px;paint-order:stroke fill}.result-title-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.result-ribbon-wrap{position:relative;width:min(100%,540px);line-height:0;pointer-events:none}.result-ribbon-img{width:100%;height:auto;display:block;margin-bottom:-8%}.result-ribbon-svg{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:94%;height:auto;overflow:visible}.result-ribbon-svg-text{fill:#fff;font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:.04em}.result-ribbon-svg-text--message{letter-spacing:.03em}.result-badge{width:min(30cqw,260px);height:auto;flex-shrink:0;pointer-events:none;filter:drop-shadow(0 8px 20px rgba(0,0,0,.22))}.result-footer{display:flex;flex-direction:column;align-items:center;gap:clamp(16px,2.2cqh,24px);width:100%}.result-footer .result-actions{pointer-events:auto}.result-footer .result-message,.result-footer .result-actions{width:100%}.result-message{position:relative;left:auto;bottom:auto;transform:none;width:100%;padding:10px 18px;text-align:center;background:#fffcf5e0;border-radius:12px;border:2px solid rgba(45,122,58,.2);box-shadow:0 4px 16px #0000001f;pointer-events:none;box-sizing:border-box}.result-message p{margin:0;font-size:min(2cqh,14px);font-weight:600;line-height:1.35;color:var(--green-darkest)}.result-message p+p{margin-top:2px}.result-mascot{position:absolute;left:10%;bottom:22cqh;width:min(28cqw,220px);height:auto;z-index:7;pointer-events:none;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25));transform:scaleX(-1)}.result-certificate{position:absolute;right:3%;top:50%;transform:translateY(-50%);z-index:8;width:min(32cqw,340px);max-height:52cqh;padding:14px 18px 18px;background:linear-gradient(180deg,#fffef9,#f8f4e8);border:3px solid var(--green-darkest);border-radius:14px;box-shadow:0 12px 32px #00000038,inset 0 0 0 2px #fff9;overflow:hidden;box-sizing:border-box}.result-certificate:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:2px solid rgba(45,122,58,.35);border-radius:10px;pointer-events:none}.result-cert-title{margin:0 0 10px;text-align:center;font-family:var(--font-display);font-size:min(2.4cqh,18px);font-weight:800;color:var(--green-darkest);letter-spacing:.06em}.result-cert-body{position:relative;z-index:1}.result-cert-line{margin:0 0 6px;font-size:min(1.8cqh,13px);line-height:1.35;color:var(--text-dark)}.result-cert-label{font-weight:600;color:var(--green-dark)}.result-cert-desc{margin:8px 0 0;padding-left:2px;padding-right:48px;font-size:min(1.65cqh,12px);line-height:1.45;color:var(--green-darkest)}.result-cert-check{display:inline-flex;align-items:center;justify-content:center;width:1.25em;height:1.25em;margin-right:4px;border-radius:50%;background:var(--green-primary);color:#fff;font-size:.75em;font-weight:800;vertical-align:middle}.result-cert-seal{position:absolute;right:8px;bottom:6px;width:min(8cqw,48px);height:auto;opacity:.95;pointer-events:none}.result-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(10px,2cqw,18px);width:100%;padding:0;background:transparent}.result-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:140px;padding:11px 22px;font-family:var(--font-display);font-size:clamp(14px,1.6vw,17px);font-weight:700;color:#fff;background:linear-gradient(180deg,var(--green-primary) 0%,var(--green-dark) 100%);border:2px solid rgba(255,255,255,.35);border-radius:999px;box-shadow:0 4px 14px #00000040;cursor:pointer;transition:filter .15s ease,transform .15s ease}.result-btn:hover{filter:brightness(1.08);transform:translateY(-2px)}.result-btn:active{transform:translateY(0)}@supports not (height: 1cqh){.result-main{width:min(92vw,720px);padding:20px 16px}.result-title-svg-text{font-size:clamp(44px,7.5vw,70px)}}@media (max-width: 900px){.result-certificate{right:50%;top:auto;bottom:32cqh;transform:translate(50%);width:min(88cqw,340px);max-height:26cqh}.result-mascot{width:min(24cqw,120px);left:2%;bottom:30cqh}.result-main{width:min(94cqw,520px)}.result-badge{width:min(34cqw,200px)}.result-ribbon-wrap{width:min(100%,460px)}.result-ribbon-svg-text--name{font-size:20px!important}.result-ribbon-svg-text--message{font-size:17px!important}.result-title-svg-text{font-size:54px;stroke-width:5px}}@media (max-width: 520px){.result-actions{flex-direction:column;align-items:stretch}.result-btn{width:100%;min-width:0;padding:10px 16px}.result-mascot{display:none}.result-certificate{bottom:38cqh;max-height:30cqh}.result-main{gap:10px;padding:10px 12px}}.mascot-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.speech-bubble{position:relative;background:#fffffff2;padding:14px 20px;border-radius:16px;box-shadow:0 2px 12px #0000001a;max-width:240px;margin-bottom:8px;border:2px solid rgba(45,122,58,.15)}.speech-bubble p{font-size:16px;font-weight:600;line-height:1.55;color:var(--green-darkest);text-align:center}.bubble-tail{position:absolute;bottom:-12px;left:40%;width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:14px solid rgba(255,255,255,.95);filter:drop-shadow(0 2px 2px rgba(0,0,0,.05))}.mascot{animation:mascotBounce 2.5s ease-in-out infinite}.mascot-img{width:320px;height:auto;object-fit:contain}@keyframes mascotBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width: 900px){.mascot-img{width:200px}.speech-bubble{max-width:190px;padding:10px 14px}.speech-bubble p{font-size:12px}}.home-page{min-height:100vh}.hero-section{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;background-size:cover;background-position:center bottom;background-repeat:no-repeat}.hero-content{flex:1;display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;margin:0 auto;padding:60px 48px 0;gap:24px}.hero-text{flex:1;max-width:580px}.hero-title{display:flex;flex-direction:column;line-height:.95;margin-bottom:16px}.title-line{font-family:var(--font-display);font-weight:800;font-style:italic;color:var(--green-darkest);text-shadow:2px 2px 0 rgba(255,255,255,.3),0 2px 8px rgba(0,0,0,.1);letter-spacing:2px}.title-line:first-child{font-size:82px}.title-line:last-child{font-size:74px}.hero-subtitle{font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--green-darkest);margin-bottom:10px}.hero-description{font-size:18px;font-weight:600;color:var(--green-darkest);line-height:1.6;opacity:.85}.hero-mascot{flex-shrink:0;padding-bottom:40px}.hero-mascot .mascot-img{width:256px}.bottom-bar{position:relative;z-index:10;display:flex;justify-content:center;padding:0 24px 20px}.bottom-bar-inner{display:inline-flex;align-items:center;gap:28px;background:#143c23d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:20px;padding:18px 32px}.stages-info{display:flex;align-items:center;gap:14px}.trophy-img{width:56px;height:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(255,193,7,.35))}.stages-text h2{font-family:var(--font-display);font-size:18px;font-weight:700;color:#fff;margin-bottom:3px;line-height:1.3}.stages-text p{font-size:15px;font-weight:500;color:#ffffffbf;line-height:1.4}.divider{width:1px;height:52px;background:#fff3;flex-shrink:0}.home-start-btn{flex-shrink:0;padding:14px 36px;font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,var(--green-primary),var(--green-dark));border:2px solid rgba(255,255,255,.35);border-radius:999px;box-shadow:0 4px 16px #00000040;cursor:pointer;transition:filter .2s ease,transform .2s ease;white-space:nowrap}.home-start-btn:hover{filter:brightness(1.08);transform:translateY(-2px)}.home-start-btn:active{transform:translateY(0)}@media (max-width: 900px){.hero-content{flex-direction:column;text-align:center;padding:70px 24px 0;gap:16px}.hero-text{max-width:100%}.title-line:first-child{font-size:52px}.title-line:last-child{font-size:46px}.hero-subtitle{font-size:20px}.hero-mascot{padding-bottom:16px}.hero-mascot .mascot-img{width:160px}.hero-mascot .speech-bubble{max-width:152px}.bottom-bar{padding:0 12px 12px}.bottom-bar-inner{flex-direction:column;padding:16px 20px;gap:14px;text-align:center}.stages-info{flex-direction:column}.divider{width:80%;height:1px}.home-start-btn{width:100%;max-width:320px;font-size:18px;padding:12px 28px}}@media (max-width: 480px){.title-line:first-child{font-size:40px}.title-line:last-child{font-size:36px}.hero-subtitle{font-size:17px}.hero-description,.stages-text h2{font-size:13px}.home-start-btn{font-size:16px;padding:11px 24px}}
