@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--kh2-green:#00C16A;--kh2-green-dark:#009952;--kh2-text:#1A1A1A;--kh2-sub:#4b5563;--kh2-bg:#F8FAF8;--kh2-yellow:#FFC83D;--kh2-teal:#317B74;--kids-hero-bg:#F8FAF8;--kids-hero-green:#00C16A;--kids-hero-teal:#317B74}@keyframes kh2-float-a{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(3deg)}}@keyframes kh2-float-b{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-6px) rotate(-3deg)}}@keyframes kh2-float-c{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-5px) rotate(2deg)}66%{transform:translateY(3px) rotate(-2deg)}}@keyframes kh2-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.45)}}@keyframes kh2-slide-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes kh2-card-enter{0%{opacity:0;transform:scale(.94) translateY(18px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes kh2-badge-attention{0%{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 0 rgba(0,193,106,.5)}50%{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 10px rgba(0,193,106,0)}to{box-shadow:0 4px 24px rgba(0,193,106,.18),0 0 0 0 rgba(0,193,106,0)}}@keyframes kh2-arrow-nudge{0%,to{transform:translateX(0)}50%{transform:translateX(3px)}}@keyframes kh2-icon-ring{0%,to{box-shadow:0 0 0 0 rgba(0,193,106,.38)}60%{box-shadow:0 0 0 6px rgba(0,193,106,0)}}.kh2-section{background:var(--kh2-bg);width:100%;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;overflow:hidden;position:relative;min-height:100vh;box-sizing:border-box}@media (min-width:1025px){.kh2-section{height:100vh;justify-content:center}}.kh2-inner{width:100%;max-width:1400px;display:flex;flex-direction:row;align-items:center;gap:clamp(32px,4vw,72px);padding:clamp(80px,9vh,110px) clamp(28px,5vw,80px) clamp(20px,3vh,40px);flex:1 1;min-height:0;box-sizing:border-box}@media (max-width:1024px){.kh2-inner{min-height:calc(100vh - 90px)}}@media (min-width:1200px) and (max-width:1300px){.kh2-inner{margin-left:200px}}.kh2-left{flex:1.15 1;display:flex;flex-direction:column;align-items:flex-start;animation:kh2-slide-up .55s ease both}.kh2-badge-wrap{margin-bottom:22px;margin-top:10px}.kh2-badge{display:inline-flex;align-items:stretch;border-radius:12px;cursor:pointer;font-family:Inter,sans-serif;white-space:nowrap;overflow:hidden;border:none;outline:none;background:#ffffff;padding:0;box-shadow:0 4px 24px rgba(0,193,106,.18),0 1px 4px rgba(0,0,0,.06);animation:kh2-badge-attention 3s ease-in-out infinite;transition:transform .22s ease,box-shadow .22s ease;position:relative}.kh2-badge:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px rgba(0,193,106,.28);animation:none}.kh2-badge:active{transform:scale(.98)}.kh2-badge-char{width:62px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:12px 0 0 12px;overflow:hidden;flex-shrink:0;padding:4px 0 0 2px}.kh2-badge-char-img{width:48px;height:48px;object-fit:contain;display:block;margin:auto}.kh2-badge-body{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:10px 14px 10px 12px;background:#ffffff;position:relative;border-right:none;min-width:0}.kh2-badge-eyebrow{display:flex;align-items:center;gap:5px}.kh2-live-tag{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#00C16A}.kh2-badge-title{display:flex;align-items:baseline;gap:3px;line-height:1}.kh2-title-kids{color:#1A1A1A}.kh2-title-kids,.kh2-title-play{font-size:18px;font-weight:900;font-family:Inter,sans-serif}.kh2-title-play{color:#00C16A}.kh2-title-zone{font-size:18px;font-weight:900;color:#f59e0b;font-family:Inter,sans-serif}.kh2-badge-subtext{font-size:9.5px;font-weight:600;color:#9ca3af;letter-spacing:.01em}.kh2-badge-decos{position:absolute;top:0;right:0;display:flex;gap:3px;padding:5px 8px 0 0;pointer-events:none}.kh2-deco-leaf-tl{display:inline-flex;transform:rotate(-30deg);opacity:.9;animation:kh2-float-a 3s ease-in-out infinite}.kh2-deco-star{display:inline-flex;animation:kh2-float-b 2.5s ease-in-out .4s infinite}.kh2-badge-leaf-br{position:absolute;bottom:4px;right:6px;transform:rotate(40deg);opacity:.7;animation:kh2-float-c 3.5s ease-in-out infinite;pointer-events:none}.kh2-badge-notch{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 7px;background:#f3fdf7;border-top:1.5px solid rgba(0,193,106,.15);border-bottom:1.5px solid rgba(0,193,106,.15);flex-shrink:0}.kh2-notch-dot{width:4px;height:4px;border-radius:50%;background:rgba(0,193,106,.25)}.kh2-badge:hover .kh2-badge-cta{background:linear-gradient(135deg,#009952,#007a3f)}.kh2-badge-cta-label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#fff;line-height:1}.kh2-badge-cta-arrow{display:flex;align-items:center;animation:kh2-arrow-nudge 2s ease-in-out infinite}.kh2-title{font-size:clamp(24px,3.5vw,48px);font-weight:700;line-height:1.15;color:var(--kh2-text);letter-spacing:-.02em;margin:0 0 20px;animation:kh2-slide-up .55s ease .08s both;white-space:normal}.kh2-highlight{position:relative;display:inline-block;background:linear-gradient(135deg,#00C16A,#009952);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kh2-underline-svg{position:absolute;bottom:-6px;left:0;width:100%;height:14px;pointer-events:none}.kh2-desc{font-size:clamp(15px,1.15vw,18px);line-height:1.65;color:var(--kh2-sub);max-width:420px;margin:0 0 28px;animation:kh2-slide-up .55s ease .16s both}.kh2-mobile-stats{display:none!important}.kh2-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;animation:kh2-slide-up .55s ease .22s both}.kh2-btn-primary{background:linear-gradient(135deg,#00C16A,#009952);color:#fff;border:none;padding:16px 38px;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 6px 24px rgba(0,193,106,.35);transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,sans-serif;white-space:nowrap;letter-spacing:-.01em}.kh2-btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 32px rgba(0,193,106,.45)}.kh2-btn-primary:active{transform:scale(.98)}.kh2-btn-secondary{background:transparent;color:var(--kh2-text);border:2px solid #d1d5db;padding:14px 30px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;white-space:nowrap}.kh2-btn-secondary:hover{border-color:var(--kh2-text);background:var(--kh2-text);color:#fff}.kh2-right{flex:1 1;display:flex;align-items:center;justify-content:flex-end;animation:kh2-card-enter .65s ease .2s both}.kh2-hero-card{position:relative;width:clamp(450px,48vw,680px);aspect-ratio:1.5;height:auto;overflow:visible;flex-shrink:0;background:transparent}.kh2-card-img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:100%;height:100%;object-fit:contain;object-position:bottom center;z-index:2}.kh2-trust-band{width:100%;background:#fff;border-top:1px solid #e6f0eb;padding:22px 0;box-shadow:0 -2px 14px rgba(0,0,0,.02)}.kh2-trust-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(28px,5vw,80px);gap:12px}.kh2-trust-item{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.kh2-trust-item:not(:last-child):after{content:"";position:absolute;right:-6px;top:10%;height:80%;width:1px;background:#e5e7eb}.kh2-trust-val{font-size:clamp(22px,2.2vw,32px);font-weight:800;color:var(--kh2-green);line-height:1.1}.kh2-trust-label{font-size:clamp(9px,.72vw,11px);color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}@media (max-width:1100px){.kh2-inner{padding:90px 48px 48px;gap:0;min-height:auto}.kh2-hero-card{width:clamp(380px,55vw,600px);max-width:none;height:auto;aspect-ratio:1.5}.kh2-trust-band{display:none}}@media (max-width:1100px) and (max-height:650px){.kh2-inner{flex-direction:row!important;align-items:center!important;margin-top:-80px!important;gap:32px!important;min-height:auto!important;margin-left:80px!important}.kh2-left{display:flex!important;flex-direction:column!important;align-items:flex-start!important;flex:1.2 1!important;order:0!important}.kh2-badge-wrap{order:unset!important;margin-bottom:14px!important}.kh2-title{font-size:30px!important;margin-bottom:10px!important;width:auto!important}.kh2-desc,.kh2-title{text-align:left!important}.kh2-desc{font-size:13px!important;max-width:340px!important;margin-bottom:16px!important}.kh2-cta-row{flex-direction:row!important;width:auto!important;order:unset!important}.kh2-btn-primary{padding:12px 28px!important;font-size:14px!important}.kh2-btn-secondary{padding:10px 22px!important;font-size:14px!important}.kh2-right{order:1!important;display:flex!important;flex:1 1!important;width:auto!important;justify-content:center!important}.kh2-hero-card{width:clamp(280px,40vw,400px)!important;height:auto!important;aspect-ratio:1.5!important;max-width:none!important}.kh2-mobile-stats,.kh2-trust-band{display:none!important}.kh2-badge-char{width:50px!important}.kh2-badge-char-img{width:42px!important;height:42px!important}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:15px!important}.kh2-badge-subtext{display:none!important}.kh2-badge-cta-label{font-size:11px!important}}@media (max-width:767px){.kh2-section{overflow:visible}.kh2-inner{flex-direction:column;align-items:center;padding:75px 20px 32px;gap:0;min-height:auto}.kh2-left{display:contents}.kh2-badge-wrap{order:1;width:100%;display:flex;justify-content:center;margin-bottom:18px}.kh2-title{order:2;text-align:center;font-size:clamp(30px,11.5vw,54px)!important;margin-bottom:14px;width:100%}.kh2-desc{order:3;text-align:center;font-size:14.5px!important;max-width:320px;margin:0 auto 20px}.kh2-right{order:4;width:100%;display:flex;justify-content:center;margin-bottom:22px}.kh2-mobile-stats{display:none!important}.kh2-cta-row{order:6;flex-direction:column;width:100%;gap:10px}.kh2-hero-card{width:min(430px,98vw);height:auto;aspect-ratio:1.5}.kh2-btn-primary,.kh2-btn-secondary{width:100%;height:56px;padding:0 24px;border-radius:16px;font-size:16px;display:flex;align-items:center;justify-content:center}.kh2-trust-band{display:none}.kh2-badge-char{width:54px}.kh2-badge-char-img{width:44px;height:44px}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:16px}.kh2-badge-subtext{font-size:9px}.kh2-badge-cta{padding:0 14px 0 12px}.kh2-badge-cta-label{font-size:11px}}@media (max-width:390px){.kh2-inner{padding:65px 16px 24px}.kh2-title{font-size:30px!important}.kh2-hero-card{width:98vw;height:auto;aspect-ratio:1.5}.kh2-badge-char{width:46px}.kh2-badge-char-img{width:38px;height:38px}.kh2-title-kids,.kh2-title-play,.kh2-title-zone{font-size:14px}.kh2-badge-decos,.kh2-badge-leaf-br,.kh2-badge-subtext{display:none}.kh2-badge-cta{padding:0 12px}.kh2-badge-cta-label{font-size:10px}}.kh2-badge-cta{display:flex;align-items:center;gap:8px;padding:0 18px 0 16px;background:linear-gradient(135deg,#00C16A,#009952);border-radius:0 12px 12px 0;flex-shrink:0;transition:background .18s ease;position:relative;overflow:hidden}.kh2-badge-cta:before{content:"";position:absolute;inset:0;border-radius:0 12px 12px 0;box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);animation:kh2-cta-ring 2s ease-out infinite;pointer-events:none}@keyframes kh2-cta-ring{0%{box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);opacity:1}70%{box-shadow:inset 0 0 0 8px rgba(255,255,255,0);opacity:0}to{box-shadow:inset 0 0 0 3px rgba(255,255,255,.45);opacity:1}}.kh2-badge-cta-arrow,.kh2-badge-cta-label{animation:kh2-cta-pop 2s ease-in-out infinite}@keyframes kh2-cta-pop{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.kh2-badge-cta-arrow{animation:kh2-cta-arrow-pulse 2s ease-in-out infinite}@keyframes kh2-cta-arrow-pulse{0%,to{transform:translateX(0) scale(1)}40%{transform:translateX(3px) scale(1.1)}60%{transform:translateX(1px) scale(1)}}.kh2-badge:hover .kh2-badge-cta:before{animation:none;opacity:0}.kh2-badge:hover .kh2-badge-cta-label{animation:none}.kh2-badge:hover .kh2-badge-cta-arrow{animation:none;transform:translateX(3px)}.kids-game-container{background:linear-gradient(145deg,#ffffff,#f7fbf9 60%,#eefbf5);border-radius:30px;padding:0;box-shadow:0 12px 40px rgba(0,181,111,.08),0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,181,111,.15);max-width:960px;margin:0 auto;position:relative;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;animation:containerFadeIn .7s cubic-bezier(.16,1,.3,1)}@keyframes containerFadeIn{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.game-header{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#0a3d2b,#0d5c40);padding:14px 24px;border-radius:0;flex-wrap:wrap}.header-level-info{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-level-badge{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.header-level-num{font-size:11px;color:rgba(255,255,255,.6);margin:0;text-transform:uppercase;letter-spacing:.8px}.header-level-name{font-size:16px;font-weight:700;color:#fff;margin:0;line-height:1.2}.header-xp-section{flex:1 1;min-width:160px}.header-xp-label{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.7);margin-bottom:6px;font-weight:600;letter-spacing:.3px}.header-xp-value{color:#FFD700;font-weight:800}.header-xp-track{height:8px;background:rgba(255,255,255,.15);border-radius:6px;overflow:hidden;position:relative}.header-xp-fill{height:100%;background:linear-gradient(90deg,#00D084,#FFD700);border-radius:6px;min-width:4px}.xp-shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);background-size:200% 100%;animation:shimmerXP 2s infinite}@keyframes shimmerXP{0%{background-position:200% 0}to{background-position:-200% 0}}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.header-stars{display:flex;gap:4px;font-size:18px}.header-star{display:inline-block}.header-star.star-empty{opacity:.3}.header-progress-text{font-size:11px;color:rgba(255,255,255,.6);margin:0;font-weight:600}.game-nav-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#f0faf6;border-bottom:1px solid #c2eedc;gap:10px;flex-wrap:wrap}.hint-toggle-btn,.nav-map-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #10b981;color:#065f46;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.hint-toggle-btn:hover,.nav-map-btn:hover{background:#10b981;color:#fff;transform:translateY(-1px)}.hint-toggle-row{display:flex;gap:8px}.game-hint-box{display:flex;align-items:flex-start;gap:10px;background:#f0faf6;border-left:4px solid #10b981;border-bottom:1px solid #c2eedc;padding:10px 20px}.game-hint-box p{margin:0;font-size:13.5px;color:#065f46;font-weight:500;line-height:1.5}.hint-icon-badge{font-size:18px;flex-shrink:0;margin-top:1px}.level-desc-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#fff;border-bottom:1px solid #e8f5ee;gap:12px;flex-wrap:wrap}.level-desc-text{font-size:14px;color:#334155;font-weight:500}.kids-category-tag{display:inline-block;background:#e6f7f0;color:#00B56F;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;flex-shrink:0}.game-main-area{display:grid;grid-template-columns:auto 1fr;grid-gap:0;gap:0;padding:20px;grid-gap:20px;gap:20px;align-items:start}.game-board-section{flex-shrink:0}.game-controls-section{display:flex;flex-direction:column;gap:14px;min-width:0}.game-board-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.game-board-grid{background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;padding:10px}.game-cell{border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.cell-floor{background:#ffffff;border:1px dashed #e2e8f0}.cell-floor-inner{position:absolute;inset:0;border-radius:7px;background:repeating-linear-gradient(45deg,transparent,transparent 6px,rgba(0,181,111,.03) 0,rgba(0,181,111,.03) 7px)}.cell-obstacle{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px}.cell-water{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:8px}.cell-goal{background:rgba(255,215,0,.06);border:2px solid #ffd700;border-radius:8px;box-shadow:0 0 12px rgba(255,215,0,.25)}.cell-icon,.goal-glow{font-size:inherit;line-height:1}.cell-icon,.goal-glow,.robot-sprite{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.robot-sprite{display:flex;align-items:center;justify-content:center;z-index:4;filter:drop-shadow(0 2px 6px rgba(0,0,0,.12))}.robot-sprite.robot-crashed{filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.robot-sprite.robot-success{filter:drop-shadow(0 0 10px rgba(0,181,111,.6))}.board-compass{display:flex;justify-content:flex-start}.compass-label{font-size:12px;color:#64748b;font-weight:600;background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}.block-toolbox{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px}.toolbox-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.toolbox-label{font-size:13px;font-weight:800;color:#334155;letter-spacing:-.2px}.toolbox-tip{font-size:11px;color:#94a3b8}.toolbox-section{margin-bottom:10px}.toolbox-section:last-of-type{margin-bottom:0}.toolbox-section-title{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;font-weight:700;margin:0 0 6px}.toolbox-blocks{display:flex;flex-direction:column;gap:6px}.toolbox-footer{margin-top:10px;padding-top:10px;border-top:1px dashed #e2e8f0}.toolbox-footer p{font-size:12px;color:#94a3b8;margin:0;text-align:center}.block-btn{font-family:Inter,system-ui,sans-serif}.block-notch-bottom,.block-notch-top{position:absolute;width:10px;height:5px;border-radius:0 0 5px 5px;left:14px}.block-notch-top{top:-5px;border-radius:5px 5px 0 0}.block-notch-bottom{bottom:-5px;border-radius:0 0 5px 5px}.program-area{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px;min-height:160px}.program-area-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.program-area-title{font-size:13px;font-weight:800;color:#334155}.program-block-count{font-size:11px;background:#e2e8f0;color:#64748b;padding:2px 8px;border-radius:10px;font-weight:700}.program-sequence-wrapper{min-height:120px;background:#fff;border:2px dashed #cbd5e1;border-radius:10px;padding:10px;transition:border-color .2s ease}.program-sequence-wrapper:hover{border-color:#10b981}.program-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100px;gap:4px}.empty-state-icon{font-size:28px}.program-empty-state p{margin:0;font-size:13px;color:#94a3b8;font-weight:600}.empty-state-sub{font-size:12px!important;color:#cbd5e1!important;font-weight:400!important}.program-block-list{display:flex;flex-direction:column;gap:4px}.program-block-item{border-radius:10px}.program-drop-zone{margin-top:8px;border:2px dashed #10b981;border-radius:8px;padding:6px;text-align:center;font-size:12px;color:#10b981;font-weight:700;opacity:0;transition:opacity .2s ease}.program-area:hover .program-drop-zone{opacity:1}.game-action-bar{display:flex;gap:10px}.action-btn{flex:1 1;padding:12px;border:none;border-radius:10px;font-size:15px;font-weight:800;cursor:pointer;letter-spacing:-.2px;font-family:Inter,system-ui,sans-serif;transition:box-shadow .2s ease,opacity .2s ease}.action-btn:disabled{opacity:.45;cursor:not-allowed}.btn-run{background:linear-gradient(135deg,#00B56F,#10b981);color:#fff;box-shadow:0 4px 0 #008f58,0 2px 12px rgba(0,181,111,.3)}.btn-run:not(:disabled):active{box-shadow:none;transform:translateY(2px)}.btn-reset{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 0 #b91c1c,0 2px 12px rgba(239,68,68,.25)}.btn-reset:not(:disabled):active{box-shadow:none;transform:translateY(2px)}.level-map{padding:16px 20px;background:#f0faf6;border-bottom:1px solid #c2eedc}.level-map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.level-map-title{font-size:14px;font-weight:800;color:#065f46}.level-map-nodes{align-items:flex-end;padding-bottom:6px}.level-node-wrapper{position:relative}.level-connector{width:16px;margin-top:18px}.level-map-nodes{gap:4px}.level-connector{margin-top:19px;align-self:flex-start}.connector-active{background:#10b981}.connector-inactive{background:#cbd5e1}.level-map-nodes{gap:0;overflow-x:auto;flex-wrap:nowrap}.level-node-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.level-connector{display:none}.level-map-nodes{display:flex;align-items:flex-start}.level-node-wrapper{display:inline-flex;flex-direction:row;align-items:flex-start}.level-connector{width:14px;height:3px;border-radius:2px;margin-top:20px;flex-shrink:0}.level-node-col{flex-direction:column;gap:4px}.level-node,.level-node-col{display:flex;align-items:center}.level-node{width:40px;height:40px;border-radius:50%;border:2.5px solid;font-size:13px;font-weight:800;justify-content:center;cursor:pointer;position:relative;transition:transform .15s ease;font-family:Inter,system-ui,sans-serif}.node-available{background:#fff;border-color:#10b981;color:#065f46}.node-current{background:#10b981;border-color:#10b981;color:#fff;box-shadow:0 0 0 4px rgba(16,185,129,.2)}.node-completed{background:#d1fae5;border-color:#10b981;color:#065f46}.node-locked{background:#f1f5f9;border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.node-number{line-height:1}.node-pulse-ring{position:absolute;inset:-6px;border:2.5px solid #10b981;border-radius:50%}.node-label{display:flex;flex-direction:column;align-items:center;gap:1px}.node-name{font-size:9px;font-weight:600;color:#64748b;white-space:nowrap;max-width:52px;overflow:hidden;text-overflow:ellipsis;text-align:center}.node-badge{font-size:10px}.level-map-footer{margin-top:12px;display:flex;flex-direction:column;gap:6px}.map-progress-bar{height:6px;background:#c2eedc;border-radius:4px;overflow:hidden}.map-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#FFD700);border-radius:4px;min-width:4px}.map-progress-text{font-size:12px;color:#065f46;font-weight:700;margin:0;text-align:right}.modal-overlay{position:absolute;inset:0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:50}.fail-overlay,.modal-overlay{background:rgba(255,255,255,.55)}.success-modal-card{background:linear-gradient(145deg,#fff,#f0fdf8);border-radius:24px;padding:36px 32px 28px;text-align:center;box-shadow:0 24px 60px rgba(0,181,111,.15),0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,181,111,.2);max-width:420px;width:90%;position:relative;overflow:hidden}.success-glow-ring{position:absolute;top:-60px;left:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(0,181,111,.15) 0,transparent 70%);pointer-events:none}.success-emoji{font-size:56px;margin-bottom:12px}.success-title{font-size:26px;font-weight:800;color:#10b981;margin:0 0 8px;letter-spacing:-.5px}.success-subtitle{font-size:14px;color:#475569;margin:0 0 18px;line-height:1.5}.success-stars-row{font-size:32px;letter-spacing:8px;margin-bottom:16px}.modal-star-empty{opacity:.25}.success-stats{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.stat-pill{display:flex;align-items:center;gap:5px;background:#f0fdf8;border:1px solid #c2eedc;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:700;color:#065f46}.stat-pill-gold{background:#fffbeb;border-color:#FCD34D;color:#92400e}.success-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.btn-success-primary{background:linear-gradient(135deg,#00B56F,#10b981);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:800;box-shadow:0 4px 0 #008f58,0 2px 14px rgba(0,181,111,.3);letter-spacing:-.2px}.btn-success-primary,.btn-success-secondary{cursor:pointer;font-family:Inter,system-ui,sans-serif}.btn-success-secondary{background:#f1f5f9;color:#475569;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:700}.free-limit-msg{font-size:14px;color:#475569;margin:0 0 12px;line-height:1.5}.free-limit-msg span{display:block;font-size:13px;color:#64748b;margin-top:4px}.fail-modal-card{background:linear-gradient(145deg,#fff,#fff5f5);border-radius:24px;padding:36px 32px 28px;text-align:center;box-shadow:0 24px 60px rgba(239,68,68,.12),0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(239,68,68,.18);max-width:380px;width:90%}.fail-emoji{font-size:64px;margin-bottom:12px}.fail-title{font-size:24px;font-weight:800;color:#ef4444;margin:0 0 8px;letter-spacing:-.5px}.fail-message{font-size:15px;color:#475569;font-weight:600;margin:0 0 10px}.fail-tip{font-size:13px;color:#64748b;background:#fef3c7;border-radius:8px;padding:8px 14px;margin:0 0 18px;display:inline-block}.btn-fail-retry{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;padding:12px 28px;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 4px 0 #b91c1c,0 2px 12px rgba(239,68,68,.25);font-family:Inter,system-ui,sans-serif}.achievement-toast{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:6px;z-index:60}.achievement-item{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0a3d2b,#0d5c40);color:#fff;border-radius:12px;padding:10px 18px;font-size:14px;box-shadow:0 6px 20px rgba(0,0,0,.2);white-space:nowrap}.achievement-item span:first-child{font-size:22px}@media (max-width:768px){.game-main-area{grid-template-columns:1fr;padding:14px;gap:14px}.game-board-section{overflow-x:auto}.game-board-grid{min-width:max-content}.game-header{padding:10px 14px;gap:10px}.header-xp-section{display:none}.game-nav-bar,.level-desc-bar{padding:8px 14px}.fail-modal-card,.success-modal-card{padding:24px 20px 20px}.success-title{font-size:22px}.fail-title{font-size:20px}.action-btn{font-size:14px;padding:10px}.level-map{padding:12px 14px}.level-map-nodes{gap:2px}}@media (max-width:480px){.game-header{flex-wrap:wrap;gap:8px}.header-right{display:none}.success-actions{flex-direction:column}.btn-success-primary,.btn-success-secondary{width:100%}}