body{--ColorPrimary: #1E3755;--ColorPrimaryLight: #466892;--ColorPrimaryDark: #0f1d30;--ColorSecondary: #C9A141;--ColorSecondaryLight: #fad47a;--ColorSecondaryDark: #806934;--ColorBlack: #000000;--ColorWhite: #FFFFFF;--ColorFont: #000000;--ColorButton: var(--ColorPrimary);--ColorButtonHover: var(--ColorPrimaryDark);--ColorButtonText: var(--ColorWhite);--MaxWidth: 1200px;--MaxWidthContent: 980px;--HeaderHeight: 120px}html,body{height:100%;overflow:hidden}.section--Game{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;width:100dvw;height:100dvh;overflow:hidden;background:url(/_resources/app/client/images/gameassets/background-pattern.png) center/auto repeat}.section--Game .section_content{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box}.game-header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:20px;position:fixed;top:10px;left:50%;width:100%;transform:translate(-50%);max-width:600px;z-index:10;pointer-events:none;padding:0 10px}.game-header_progress{flex:1;min-width:280px;max-width:760px}.progressbar{display:flex;gap:6px;margin:0;padding:0;list-style:none;height:auto}.progressbar_item{aspect-ratio:68/91;display:block;width:100%}.progressbar_icon--active,.progressbar_item.is-current .progressbar_icon--inactive,.progressbar_item.is-complete .progressbar_icon--inactive{display:none}.progressbar_item.is-current .progressbar_icon--active,.progressbar_item.is-complete .progressbar_icon--active{display:block;animation:progressbar_item_highlight .3s ease}@keyframes progressbar_item_highlight{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.progressbar_card{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;max-width:130px;padding:8px 6px 10px;border:2px solid #d5d5d5;border-radius:10px;background:var(--ColorWhite);text-align:center;transition:border-color .2s ease}.progressbar_label{font-size:.7rem;font-weight:700;line-height:1.25;color:#333}.progressbar_icon{width:100%;height:100%}.progressbar_item.is-current .progressbar_card{border-color:#c51919;box-shadow:0 0 0 2px #c5191926}.progressbar_item.is-current .progressbar_label{color:#c51919}.progressbar_track{position:relative;margin-top:20px;aspect-ratio:76/9;border-radius:13px;overflow:hidden}.progressbar_fill_bg{position:absolute;right:0;bottom:0;background:linear-gradient(90deg,#f7d43d,#f5c400);height:42%;top:37%;left:2px}.progressbar_fill{position:absolute;right:0;bottom:0;width:0%;height:42%;top:37%;left:2px;background:linear-gradient(90deg,#e2231a,#f08a1e 95%,transparent 100%);transition:width .3s ease}.progressbar_middleground{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/_resources/app/client/images/gameassets/progressbar_middleground.png) center/100% 100% no-repeat;pointer-events:none}.progressbar_markers{position:absolute;top:3px;left:7.9%;right:7.9%;display:flex;justify-content:space-between;margin:0;padding:0;list-style:none}.progressbar_marker{position:relative;width:3.8%;aspect-ratio:1/1}.progressbar_marker_icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease}.progressbar_marker_icon--lock{opacity:1}.progressbar_marker.is-current .progressbar_marker_icon--lock{opacity:0}.progressbar_marker.is-current .progressbar_marker_icon--current{opacity:1}.progressbar_marker.is-complete .progressbar_marker_icon--lock,.progressbar_marker.is-complete .progressbar_marker_icon--current{opacity:0}.progressbar_marker.is-complete .progressbar_marker_icon--check{opacity:1}.game-timer{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;width:10%;height:50%;aspect-ratio:80/33;flex-shrink:0;padding:15px 26px 15px 16px;color:var(--ColorBlack);background:url(/_resources/app/client/images/gameassets/time_background.png) center/100% 100% no-repeat}.game-timer_label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.game-timer_value{font-size:1.3rem;font-weight:700;font-variant-numeric:tabular-nums}.game-sound-toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;aspect-ratio:1/1;border:none;border-radius:50%;background:var(--ColorWhite);box-shadow:0 2px 6px #00000026;cursor:pointer;pointer-events:auto;font-size:1.3rem;line-height:1}.game-sound-toggle_icon--on,.game-sound-toggle.is-enabled .game-sound-toggle_icon--off{display:none}.game-sound-toggle.is-enabled .game-sound-toggle_icon--on{display:block}.game-container{position:relative;flex:1 1 auto;min-height:0;width:100%;overflow:hidden;border-radius:12px}.game-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer}.game-floor{position:absolute;left:0;right:0;bottom:0;z-index:5;height:130px;pointer-events:none;background:url(/_resources/app/client/images/gameassets/woodenfloor.png) bottom left/auto 100% repeat-x}.scale{position:absolute;z-index:6;left:50%;bottom:-20px;transform:translate(-50%);width:min(300px,55%);aspect-ratio:1/1;pointer-events:none;background:url(/_resources/app/client/images/gameassets/scale.png) center/contain no-repeat}.scale_tray{position:absolute;left:20%;top:6%;width:60%;height:26%}.scale_tray_leaf{position:absolute;width:24%;height:auto;filter:drop-shadow(0 2px 2px rgba(0,0,0,.25))}.scale_flying_leaf{position:absolute;top:0;left:0;pointer-events:none;filter:drop-shadow(0 2px 2px rgba(0,0,0,.25))}.scale_foreground{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/_resources/app/client/images/gameassets/scale_foreground.png) center/contain no-repeat}.scale_display{position:absolute;left:20%;top:47%;width:60%;height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ColorWhite)}.scale_display_label{font-size:.55rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.scale_display_value{font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums}.scale_display.is-negative .scale_display_value{animation:game-scale-flash .3s ease}@keyframes game-scale-flash{0%,to{color:var(--ColorWhite)}50%{color:#ff5252}}.milestone{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.milestone.is-visible{opacity:1;animation:milestone-zoom .3s ease}.milestone.is-visible .milestone_check{animation:milestone-check-bounce .5s ease}.milestone[hidden]{display:none}.milestone_card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;border-radius:16px}.milestone_label{font-size:clamp(1rem,4dvw,1.5rem);font-weight:700;color:#c51919;flex-shrink:0}.milestone_image{display:block;width:auto;height:auto;max-width:min(60dvw,380px);max-height:min(55dvh,480px)}.milestone_check{position:absolute;bottom:-10%;right:-15%;width:30%;aspect-ratio:1/1}@keyframes milestone-check-bounce{0%{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes milestone-zoom{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.game-win{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;font-size:1.3rem;font-weight:700;color:var(--ColorWhite);background:#0f1d30bf}.game-win[hidden]{display:none}@media (max-width: 480px){.progressbar_card{max-width:64px;padding:6px 4px 8px}.progressbar_label{font-size:.55rem}.game-timer{min-width:80px;padding:8px 20px 8px 12px}.game-timer_value{font-size:1.1rem}}@media (prefers-reduced-motion: reduce){.progressbar_card,.progressbar_fill,.progressbar_marker_icon,.scale_display_value,.milestone{transition:none;animation:none}}
