:root{--primary-hue: 200;--primary-sat: 98%;--primary-light: 40%;--primary: hsl(var(--primary-hue), var(--primary-sat), var(--primary-light));--primary-soft: hsl(var(--primary-hue), var(--primary-sat), 94%);--primary-hover: hsl(var(--primary-hue), var(--primary-sat), 34%);--secondary: #10b981;--secondary-soft: #ecfdf5;--accent: #f59e0b;--accent-soft: #fffbeb;--sd-color: #f97316;--sd-soft: #fff7ed;--smp-color: #3b82f6;--smp-soft: #eff6ff;--font-heading: "Outfit", sans-serif;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--bg-app: #f8fafc;--bg-surface: #ffffff;--bg-surface-glass: rgba(255, 255, 255, .88);--border-subtle: #e2e8f0;--border-focus: #0284c7;--text-main: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--rainbow-gradient: linear-gradient(90deg, #0284c7, #10b981, #f59e0b, #ec4899);--header-height: 56px;--max-w-content: 1180px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-app);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:inherit;text-decoration:none}button{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:.88rem;padding:8px 16px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--secondary);color:#fff}.btn-secondary:hover{background:#059669}.btn-outline{background:var(--bg-surface);border-color:var(--border-subtle);color:var(--text-main)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-sm{padding:5px 10px;font-size:.78rem}.btn-block{width:100%}.badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:var(--radius-full)}.badge-sd{background:var(--sd-soft);color:var(--sd-color);border:1px solid rgba(249,115,22,.25)}.badge-smp{background:var(--smp-soft);color:var(--smp-color);border:1px solid rgba(59,130,246,.25)}.badge-subject{background:var(--primary-soft);color:var(--primary);border:1px solid rgba(2,132,199,.25)}.panel-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:14px;box-shadow:var(--shadow-sm)}.panel-title{display:flex;align-items:center;justify-content:space-between;font-size:.95rem;font-weight:700;color:var(--text-main);margin-bottom:10px}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(1.5deg)}}@keyframes holoPulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bubbleDrift{0%{transform:translateY(0) scale(.8);opacity:0}50%{opacity:.9}to{transform:translateY(-40px) scale(1.2);opacity:0}}.animate-float{animation:floatSlow 4s ease-in-out infinite;will-change:transform}.anim-holo-pulse{animation:holoPulse 3s ease-in-out infinite;will-change:transform,opacity}.anim-orbit{transform-origin:center;animation:orbitSpin 12s linear infinite;will-change:transform}.anim-orbit-reverse{transform-origin:center;animation:orbitSpin 8s linear infinite reverse;will-change:transform}.anim-bubble{animation:bubbleDrift 2.5s ease-in infinite;will-change:transform,opacity}.card-glass{background:var(--bg-surface-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.16,1,.3,1)}.card-glass:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#0284c766}.hero-cheerful-card{position:relative;background:linear-gradient(135deg,#e0f2fe,#f0fdf4 45%,#fef3c7);border-radius:var(--radius-xl);padding:22px;border:1.5px solid #bae6fd;box-shadow:0 14px 36px #bae6fd73,0 4px 12px #fde68a59;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-cheerful-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 60% 30%,rgba(255,255,255,.75) 0%,transparent 60%);pointer-events:none}.home-container.svelte-mqskfg{max-width:var(--max-w-content);margin:0 auto;padding:36px 20px 60px}.hero-dual-grid.svelte-mqskfg{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;margin-bottom:52px}@media(max-width:860px){.hero-dual-grid.svelte-mqskfg{grid-template-columns:1fr;text-align:center;gap:32px}}.hero-text-col.svelte-mqskfg{display:flex;flex-direction:column;justify-content:center}@media(max-width:860px){.hero-text-col.svelte-mqskfg{align-items:center}}.hero-badge.svelte-mqskfg{display:inline-flex;align-items:center;gap:8px;background:var(--primary-soft);color:var(--primary);padding:6px 16px;border-radius:var(--radius-full);font-weight:700;font-size:.85rem;margin-bottom:16px;border:1px solid var(--border-subtle);align-self:flex-start}@media(max-width:860px){.hero-badge.svelte-mqskfg{align-self:center}}.hero-title.svelte-mqskfg{font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1.15;margin-bottom:12px;color:var(--text-main);letter-spacing:-.5px;font-weight:800}.gradient-brand.svelte-mqskfg{background:linear-gradient(135deg,#0284c7,#f97316 60%,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-tagline.svelte-mqskfg{font-size:1.3rem;font-weight:800;color:#0284c7;margin-bottom:24px}.level-selection.svelte-mqskfg{margin-top:10px}.level-selection-title.svelte-mqskfg{text-align:center;font-size:1.45rem;font-weight:800;color:var(--text-main);margin-bottom:6px}.level-selection-subtitle.svelte-mqskfg{text-align:center;font-size:.92rem;color:var(--text-muted);margin-bottom:28px}.levels-grid.svelte-mqskfg{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.level-card.svelte-mqskfg{padding:28px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:all .25s cubic-bezier(.16,1,.3,1)}.level-sd.svelte-mqskfg{border-top:5px solid var(--sd-color);background:linear-gradient(135deg,#fffbf5,#fff);border-color:#fed7aa}.level-smp.svelte-mqskfg{border-top:5px solid var(--smp-color);background:linear-gradient(135deg,#f8fafc,#fff);border-color:var(--border-subtle)}.level-card-top.svelte-mqskfg{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.level-card-icon.svelte-mqskfg{font-size:2.6rem}.level-card-title.svelte-mqskfg{font-size:1.35rem;font-weight:800;margin-bottom:8px;color:var(--text-main)}.level-card-desc.svelte-mqskfg{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:22px}.level-card-footer.svelte-mqskfg{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border-subtle)}.level-action-text.svelte-mqskfg{font-weight:700;font-size:.92rem}.level-status-pill.svelte-mqskfg{font-size:.85rem;font-weight:700}.status-ready.svelte-mqskfg{color:var(--secondary)}.status-soon.svelte-mqskfg{color:var(--text-muted)}@keyframes svelte-mqskfg-orbit1{0%{transform:rotate(20deg)}to{transform:rotate(380deg)}}@keyframes svelte-mqskfg-orbit2{0%{transform:rotate(75deg)}to{transform:rotate(-285deg)}}@keyframes svelte-mqskfg-orbit3{0%{transform:rotate(130deg)}to{transform:rotate(490deg)}}@keyframes svelte-mqskfg-bubbleUp{0%{transform:translateY(0) scale(1);opacity:0}20%{opacity:.9}80%{opacity:.8}to{transform:translateY(-30px) scale(1.5);opacity:0}}@keyframes svelte-mqskfg-holoPulse{0%,to{transform:scale(.95);opacity:.8}50%{transform:scale(1.15);opacity:1}}@keyframes svelte-mqskfg-floatHover{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.anim-orbit-1.svelte-mqskfg{animation:svelte-mqskfg-orbit1 8s linear infinite;transform-origin:center}.anim-orbit-2.svelte-mqskfg{animation:svelte-mqskfg-orbit2 12s linear infinite;transform-origin:center}.anim-orbit-3.svelte-mqskfg{animation:svelte-mqskfg-orbit3 10s linear infinite;transform-origin:center}.anim-bubble.svelte-mqskfg{animation:svelte-mqskfg-bubbleUp 2.2s ease-in-out infinite}.anim-holo-pulse.svelte-mqskfg{animation:svelte-mqskfg-holoPulse 2.5s ease-in-out infinite;transform-origin:center}.animate-float.svelte-mqskfg{animation:svelte-mqskfg-floatHover 4s ease-in-out infinite}.catalog-container.svelte-1nn4ot4{max-width:var(--max-w-content);margin:0 auto;padding:16px 16px 48px;display:flex;flex-direction:column;gap:18px}.hero-mesh-banner.svelte-1nn4ot4{position:relative;border-radius:var(--radius-lg);padding:24px 28px;box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid rgba(255,255,255,.4);background:linear-gradient(135deg,#0284c7,#0ea5e9 40%,#10b981);color:#fff}.hero-sd.svelte-1nn4ot4{background:linear-gradient(135deg,#0284c7,#38bdf8 35%,#f59e0b 80%,#f97316)}.hero-smp.svelte-1nn4ot4{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#6366f1)}.hero-content.svelte-1nn4ot4{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px}.hero-top-row.svelte-1nn4ot4{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.hero-breadcrumbs.svelte-1nn4ot4{display:flex;align-items:center;gap:6px;font-size:.84rem}.back-link.svelte-1nn4ot4{color:#ffffffe6;text-decoration:none;font-weight:700}.back-link.svelte-1nn4ot4:hover{text-decoration:underline}.sep.svelte-1nn4ot4{color:#fff9}.current-label.svelte-1nn4ot4{color:#fff;font-weight:600}.level-pills-switcher.svelte-1nn4ot4{display:flex;gap:6px;background:#0f172a40;padding:4px;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.level-pill.svelte-1nn4ot4{padding:6px 14px;border-radius:var(--radius-full);font-size:.78rem;font-weight:700;color:#ffffffd9;text-decoration:none;transition:all .15s ease;min-height:36px;display:inline-flex;align-items:center}.level-pill.active.svelte-1nn4ot4{background:#fff;color:var(--text-main);box-shadow:0 2px 8px #00000026}.hero-title.svelte-1nn4ot4{font-size:1.5rem;font-weight:800;color:#fff;margin:0;line-height:1.25}.hero-desc.svelte-1nn4ot4{margin:4px 0 0;font-size:.9rem;color:#ffffffeb;max-width:680px;line-height:1.4}.stats-ribbon.svelte-1nn4ot4{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.stat-pill.svelte-1nn4ot4{display:inline-flex;align-items:center;gap:6px;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);padding:4px 12px;border-radius:var(--radius-full);font-size:.76rem;font-weight:700;color:#fff}.active-stat.svelte-1nn4ot4{background:#16653466;border-color:#4ade80}.pulse-dot.svelte-1nn4ot4{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80;animation:svelte-1nn4ot4-pulseGlow 1.5s infinite}@keyframes svelte-1nn4ot4-pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.filter-sticky-panel.svelte-1nn4ot4{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:14px 16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.search-and-subjects.svelte-1nn4ot4{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.search-input-wrapper.svelte-1nn4ot4{flex:1;min-width:260px;position:relative;display:flex;align-items:center;background:var(--bg-canvas);border:1.5px solid var(--border-subtle);border-radius:var(--radius-full);padding:0 14px;min-height:44px}.search-icon.svelte-1nn4ot4{font-size:1rem;margin-right:8px;color:var(--text-muted)}.modern-search-input.svelte-1nn4ot4{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;font-family:inherit;color:var(--text-main)}.clear-search-btn.svelte-1nn4ot4{background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;padding:4px}.subject-chips.svelte-1nn4ot4{display:flex;gap:6px;flex-wrap:wrap}.subject-chip.svelte-1nn4ot4{padding:8px 14px;border-radius:var(--radius-full);background:var(--bg-canvas);border:1px solid var(--border-subtle);font-size:.8rem;font-weight:700;color:var(--text-main);cursor:pointer;min-height:40px;transition:all .15s ease}.subject-chip.svelte-1nn4ot4:hover{border-color:var(--primary)}.subject-chip.active.svelte-1nn4ot4{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.grade-scroll-rail.svelte-1nn4ot4{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.grade-scroll-rail.svelte-1nn4ot4::-webkit-scrollbar{display:none}.grade-pill.svelte-1nn4ot4{white-space:nowrap;padding:7px 14px;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;color:var(--text-muted);background:var(--bg-canvas);border:1px solid var(--border-subtle);cursor:pointer;min-height:40px;transition:all .15s ease;flex-shrink:0}.grade-pill.svelte-1nn4ot4:hover{color:var(--text-main);border-color:var(--primary)}.grade-pill.active.svelte-1nn4ot4{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #0284c740}.chapters-grid.svelte-1nn4ot4{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:18px}.specimen-card.svelte-1nn4ot4{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:all .25s cubic-bezier(.16,1,.3,1)}.specimen-card.svelte-1nn4ot4:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary)}.card-ready.svelte-1nn4ot4{border-color:#22c55e80}.specimen-hero.svelte-1nn4ot4{height:110px;padding:12px 16px;position:relative;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.specimen-top-meta.svelte-1nn4ot4{display:flex;justify-content:space-between;align-items:center;z-index:2}.specimen-badge.svelte-1nn4ot4{background:#00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2px 8px;border-radius:var(--radius-full);font-size:.72rem;font-weight:700}.specimen-num.svelte-1nn4ot4{font-size:.78rem;font-weight:800;background:#ffffff4d;padding:2px 8px;border-radius:var(--radius-full)}.specimen-icon-avatar.svelte-1nn4ot4{position:absolute;bottom:-18px;left:16px;width:52px;height:52px;background:#fff;border-radius:50%;border:3px solid #ffffff;box-shadow:0 4px 10px #0000001f;display:flex;align-items:center;justify-content:center;z-index:3}.avatar-icon.svelte-1nn4ot4{font-size:1.6rem}.status-ribbon-tag.svelte-1nn4ot4{position:absolute;bottom:8px;right:14px;font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:var(--radius-full);background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.status-ribbon-tag.ready.svelte-1nn4ot4{background:#166534cc;color:#86efac;border:1px solid #4ade80}.specimen-body.svelte-1nn4ot4{padding:28px 16px 14px;display:flex;flex-direction:column;gap:8px;flex:1}.subject-tag-row.svelte-1nn4ot4{display:flex;justify-content:space-between;align-items:center}.subject-code.svelte-1nn4ot4{font-size:.72rem;font-weight:800;color:var(--primary);background:var(--primary-soft);padding:2px 8px;border-radius:var(--radius-sm)}.preview-trigger-btn.svelte-1nn4ot4{background:none;border:none;color:var(--text-muted);font-size:.76rem;font-weight:700;cursor:pointer;padding:2px 6px;border-radius:var(--radius-sm);transition:all .15s ease}.preview-trigger-btn.svelte-1nn4ot4:hover{background:var(--bg-canvas);color:var(--primary)}.specimen-title.svelte-1nn4ot4{font-size:1.08rem;font-weight:800;color:var(--text-main);margin:0;line-height:1.35}.specimen-summary.svelte-1nn4ot4{font-size:.83rem;color:var(--text-muted);line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.specimen-topics.svelte-1nn4ot4{display:flex;gap:5px;flex-wrap:wrap;margin-top:auto;padding-top:6px}.topic-tag.svelte-1nn4ot4{font-size:.72rem;font-weight:600;background:var(--bg-canvas);border:1px solid var(--border-subtle);padding:2px 7px;border-radius:var(--radius-full);color:var(--text-main)}.specimen-footer.svelte-1nn4ot4{padding:12px 16px;border-top:1px solid var(--border-subtle);background:var(--bg-surface)}.btn-launch.svelte-1nn4ot4{width:100%;padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:800;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;transition:all .15s ease}.active-launch.svelte-1nn4ot4{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 4px 12px #0284c740}.active-launch.svelte-1nn4ot4:hover{opacity:.95;transform:translateY(-1px)}.placeholder-launch.svelte-1nn4ot4{background:var(--bg-canvas);border:1.5px solid var(--border-subtle);color:var(--text-muted)}.placeholder-launch.svelte-1nn4ot4:hover{border-color:var(--primary);color:var(--text-main)}.btn-arrow.svelte-1nn4ot4{font-size:1rem;transition:transform .15s ease}.btn-launch.svelte-1nn4ot4:hover .btn-arrow:where(.svelte-1nn4ot4){transform:translate(4px)}.empty-state-box.svelte-1nn4ot4{grid-column:1 / -1;text-align:center;padding:48px 16px;background:var(--bg-surface);border:2px dashed var(--border-subtle);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:10px}.empty-icon.svelte-1nn4ot4{font-size:3rem}.empty-state-box.svelte-1nn4ot4 h3:where(.svelte-1nn4ot4){margin:0;color:var(--text-main)}.empty-state-box.svelte-1nn4ot4 p:where(.svelte-1nn4ot4){margin:0;font-size:.88rem;color:var(--text-muted);max-width:420px}.reset-filter-btn.svelte-1nn4ot4{margin-top:8px;min-height:40px}.preview-backdrop.svelte-1nn4ot4{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:999;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease}.preview-modal.svelte-1nn4ot4{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:520px;width:100%;padding:20px 24px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px;max-height:85vh;overflow-y:auto}.preview-header.svelte-1nn4ot4{display:flex;justify-content:space-between;align-items:flex-start}.preview-tag.svelte-1nn4ot4{font-size:.74rem;font-weight:700;color:var(--primary);text-transform:uppercase}.preview-title-group.svelte-1nn4ot4 h3:where(.svelte-1nn4ot4){margin:2px 0 0;font-size:1.15rem;color:var(--text-main)}.close-preview-btn.svelte-1nn4ot4{width:40px;height:40px;border-radius:50%;border:1px solid var(--border-subtle);background:var(--bg-canvas);color:var(--text-muted);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.preview-body.svelte-1nn4ot4{display:flex;flex-direction:column;gap:12px}.preview-summary-text.svelte-1nn4ot4{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.45}.preview-section.svelte-1nn4ot4 h4:where(.svelte-1nn4ot4){margin:0 0 6px;font-size:.88rem;color:var(--text-main)}.tp-preview-list.svelte-1nn4ot4{margin:0;padding-left:20px;font-size:.82rem;color:var(--text-muted);line-height:1.45}.topics-preview-chips.svelte-1nn4ot4{display:flex;gap:6px;flex-wrap:wrap}.topic-chip-lg.svelte-1nn4ot4{font-size:.76rem;font-weight:700;background:var(--bg-canvas);border:1px solid var(--border-subtle);padding:4px 10px;border-radius:var(--radius-full);color:var(--text-main)}.launch-modal-btn.svelte-1nn4ot4{min-height:46px;font-size:.9rem;font-weight:800}.arena-container.svelte-dd3wlz{display:flex;flex-direction:column;gap:14px}.canvas-wrapper.svelte-dd3wlz{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle)}.sim-canvas.svelte-dd3wlz{width:100%;height:auto;display:block;aspect-ratio:16 / 9}.control-grid.svelte-dd3wlz{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.slider-card.svelte-dd3wlz{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:10px 14px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-sm)}.slider-header.svelte-dd3wlz{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;font-weight:700}.val-badge.svelte-dd3wlz{background:var(--bg-canvas);padding:2px 8px;border-radius:var(--radius-full);font-size:.8rem;color:var(--primary)}.custom-track.svelte-dd3wlz{position:relative;height:18px;background:#e2e8f0;border-radius:var(--radius-full);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border:1.5px solid #cbd5e1}.custom-track.svelte-dd3wlz:active{cursor:grabbing}.track-fill.svelte-dd3wlz{height:100%;border-radius:var(--radius-full);transition:width .05s linear}.sun-fill.svelte-dd3wlz{background:linear-gradient(90deg,#fde047,#f59e0b)}.water-fill.svelte-dd3wlz{background:linear-gradient(90deg,#7dd3fc,#0284c7)}.co2-fill.svelte-dd3wlz{background:linear-gradient(90deg,#cbd5e1,#64748b)}.thumb.svelte-dd3wlz{position:absolute;top:50%;width:38px;height:38px;transform:translate(-50%,-50%);background:#fff;border:3px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #00000038;font-size:18px;transition:transform .1s}.custom-track.svelte-dd3wlz:active .thumb:where(.svelte-dd3wlz){transform:translate(-50%,-50%) scale(1.12)}.sub-hint.svelte-dd3wlz{font-size:.84rem;font-weight:600;color:#475569;line-height:1.35}.insight-banner.svelte-dd3wlz{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-left:5px solid var(--accent-sd);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm);flex-wrap:wrap}.insight-icon.svelte-dd3wlz{font-size:2rem}.insight-text.svelte-dd3wlz{flex:1;min-width:240px}.insight-text.svelte-dd3wlz strong:where(.svelte-dd3wlz){color:var(--text-main);display:block;margin-bottom:2px;font-size:.95rem}.insight-text.svelte-dd3wlz p:where(.svelte-dd3wlz){color:var(--text-muted);font-size:.85rem;margin:0;line-height:1.4}.harvest-box.svelte-dd3wlz{display:flex;align-items:center}.eat-apple-btn.svelte-dd3wlz{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;border:none;border-radius:var(--radius-full);padding:10px 18px;font-weight:700;font-size:.88rem;cursor:pointer;box-shadow:0 4px 12px #ef444459;animation:svelte-dd3wlz-pulseBtn 1.5s infinite;min-height:44px}@keyframes svelte-dd3wlz-pulseBtn{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.apple-progress.svelte-dd3wlz{display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:var(--text-muted);font-weight:600;min-width:130px}.progress-bar.svelte-dd3wlz{height:8px;background:#e2e8f0;border-radius:var(--radius-full);overflow:hidden}.bar-fill.svelte-dd3wlz{height:100%;background:#ef4444;transition:width .2s ease}.kid-guide-banner.svelte-dd3wlz{background:#0f172ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(245,158,11,.45);border-left:6px solid #f59e0b;border-radius:var(--radius-md, 14px);padding:.9rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 6px 20px #00000040}.guide-header.svelte-dd3wlz{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.guide-badge.svelte-dd3wlz{font-size:.82rem;font-weight:900;color:#fbbf24;letter-spacing:.06em;background:#f59e0b2e;border:1px solid rgba(245,158,11,.35);padding:.2rem .6rem;border-radius:9999px}.guide-sub.svelte-dd3wlz{font-size:.92rem;color:#fff;font-weight:700}.guide-steps-row.svelte-dd3wlz{display:flex;gap:.6rem;flex-wrap:wrap}.step-chip.svelte-dd3wlz{background:#1e293be6;border:1.5px solid rgba(255,255,255,.15);padding:.45rem .85rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 2px 8px #0003}.step-chip.svelte-dd3wlz strong:where(.svelte-dd3wlz){color:#38bdf8;font-weight:800}.arena-container.svelte-ip7y3u{display:flex;flex-direction:column;gap:14px}.canvas-wrapper.svelte-ip7y3u{background:#0f172a;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle)}.sim-canvas.svelte-ip7y3u{width:100%;height:auto;display:block;aspect-ratio:16 / 9}.selection-grid.svelte-ip7y3u{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.control-box.svelte-ip7y3u{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-sm)}.box-title.svelte-ip7y3u{font-size:.95rem;font-weight:700;color:var(--text-main);margin:0}.button-row.svelte-ip7y3u{display:flex;gap:8px;flex-wrap:wrap}.choice-btn.svelte-ip7y3u{flex:1;min-width:90px;padding:10px;background:var(--bg-canvas);border:2px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.88rem;font-weight:800;color:var(--text-main);cursor:pointer;transition:all .15s ease;min-height:48px}.choice-btn.svelte-ip7y3u:hover{border-color:var(--primary);transform:translateY(-1px)}.choice-btn.active.svelte-ip7y3u{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);box-shadow:0 0 10px #38bdf840}.action-subpanel.svelte-ip7y3u{background:var(--bg-canvas);border-radius:var(--radius-sm);padding:10px}.spin-btn.svelte-ip7y3u,.toggle-light-btn.svelte-ip7y3u,.recharge-btn.svelte-ip7y3u{width:100%;padding:12px 16px;border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;font-weight:800;font-size:.94rem;cursor:pointer;min-height:48px;box-shadow:0 4px 12px #0284c74d;transition:all .15s}.spin-btn.svelte-ip7y3u:hover,.toggle-light-btn.svelte-ip7y3u:hover,.recharge-btn.svelte-ip7y3u:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #0284c773}.spin-btn.svelte-ip7y3u:active{transform:scale(.98)}.energy-hint.svelte-ip7y3u{display:block;font-size:.84rem;font-weight:600;color:#475569;margin-top:6px;text-align:center}.output-explanation.svelte-ip7y3u{background:var(--bg-canvas);border-radius:var(--radius-sm);padding:12px;font-size:.85rem;color:var(--text-main);line-height:1.4}.output-explanation.svelte-ip7y3u p:where(.svelte-ip7y3u){margin:0}.insight-banner.svelte-ip7y3u{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-left:5px solid var(--primary);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}.insight-icon.svelte-ip7y3u{font-size:1.8rem}.insight-text.svelte-ip7y3u strong:where(.svelte-ip7y3u){display:block;color:var(--text-main);font-size:.92rem;margin-bottom:2px}.insight-text.svelte-ip7y3u p:where(.svelte-ip7y3u){margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.4}.arena-container.svelte-1p78anc{display:flex;flex-direction:column;gap:14px}.canvas-wrapper.svelte-1p78anc{background:#0f172a;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle)}.sim-canvas.svelte-1p78anc{width:100%;height:auto;display:block;aspect-ratio:16 / 9}.control-sections.svelte-1p78anc{display:flex;flex-direction:column;gap:12px}.mission-card.svelte-1p78anc{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 16px;box-shadow:var(--shadow-sm)}.card-title.svelte-1p78anc{font-size:.92rem;font-weight:700;margin:0 0 8px;color:var(--text-main)}.weather-buttons.svelte-1p78anc{display:flex;gap:8px;flex-wrap:wrap}.weather-btn.svelte-1p78anc{flex:1;min-width:100px;padding:10px 12px;background:var(--bg-canvas);border:2px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.9rem;font-weight:800;cursor:pointer;min-height:48px;color:var(--text-main);transition:all .15s ease}.weather-btn.svelte-1p78anc:hover{border-color:var(--primary);transform:translateY(-1px)}.weather-btn.active.svelte-1p78anc{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);box-shadow:0 0 10px #38bdf840}.toggle-grid.svelte-1p78anc{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.tool-btn.svelte-1p78anc,.room-btn.svelte-1p78anc{padding:12px 14px;border:2px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-canvas);font-size:.88rem;font-weight:700;color:var(--text-main);cursor:pointer;min-height:48px;text-align:left;transition:all .15s ease}.tool-btn.svelte-1p78anc:hover,.room-btn.svelte-1p78anc:hover{border-color:var(--primary)}.tool-btn.active.svelte-1p78anc,.room-btn.active.svelte-1p78anc{border-color:#22c55e;background:#22c55e26;color:#15803d;font-weight:800;box-shadow:0 0 10px #22c55e33}.insight-banner.svelte-1p78anc{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-left:5px solid var(--accent-sd);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}.insight-banner.victory.svelte-1p78anc{border-left-color:#22c55e;background:#22c55e26}.insight-icon.svelte-1p78anc{font-size:2rem}.insight-text.svelte-1p78anc strong:where(.svelte-1p78anc){display:block;color:var(--text-main);font-size:.95rem;margin-bottom:2px}.insight-text.svelte-1p78anc p:where(.svelte-1p78anc){margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.4}.modal-backdrop.svelte-6xzwiv{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999;padding:16px}.modal-content.svelte-6xzwiv{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:520px;width:100%;padding:20px 24px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px;max-height:90vh;overflow-y:auto}.modal-header.svelte-6xzwiv{display:flex;justify-content:space-between;align-items:center}.modal-header.svelte-6xzwiv h3:where(.svelte-6xzwiv){margin:0;font-size:1.15rem;color:var(--text-main)}.close-btn.svelte-6xzwiv{background:none;border:none;font-size:1.2rem;color:var(--text-muted);cursor:pointer;padding:4px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.modal-desc.svelte-6xzwiv{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.45}.cards-flow.svelte-6xzwiv{display:flex;flex-direction:column;gap:8px}.flow-step.svelte-6xzwiv{display:flex;flex-direction:column;gap:2px}.step-num.svelte-6xzwiv{font-size:.75rem;font-weight:700;color:var(--primary)}.step-card.svelte-6xzwiv{display:flex;align-items:center;gap:12px;background:var(--bg-canvas);border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);padding:8px 12px;transition:all .2s ease}.step-card.correct.svelte-6xzwiv{border-color:#22c55e;background:#22c55e14}.step-icon.svelte-6xzwiv{font-size:1.8rem}.step-info.svelte-6xzwiv{flex:1;display:flex;flex-direction:column}.step-info.svelte-6xzwiv strong:where(.svelte-6xzwiv){font-size:.9rem;color:var(--text-main)}.step-info.svelte-6xzwiv small:where(.svelte-6xzwiv){font-size:.76rem;color:var(--text-muted)}.move-actions.svelte-6xzwiv{display:flex;flex-direction:column;gap:4px}.nav-btn.svelte-6xzwiv{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.65rem;width:32px;height:24px;cursor:pointer}.nav-btn.svelte-6xzwiv:disabled{opacity:.3;cursor:not-allowed}.victory-box.svelte-6xzwiv{background:linear-gradient(135deg,#22c55e26,#10b98140);border:2px solid #22c55e;border-radius:var(--radius-md);padding:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.badge-icon.svelte-6xzwiv{font-size:2.2rem}.victory-box.svelte-6xzwiv h4:where(.svelte-6xzwiv){margin:0;color:#15803d;font-size:.98rem;font-weight:800}.victory-box.svelte-6xzwiv p:where(.svelte-6xzwiv){margin:0;font-size:.82rem;color:var(--text-main);line-height:1.45}.modal-backdrop.svelte-1fjmgj3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172aa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999;padding:16px;animation:svelte-1fjmgj3-fadeIn .2s ease}@keyframes svelte-1fjmgj3-fadeIn{0%{opacity:0}to{opacity:1}}.modal-sheet.svelte-1fjmgj3{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:640px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);padding:24px;display:flex;flex-direction:column;gap:16px}.modal-header.svelte-1fjmgj3{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.badge-tag.svelte-1fjmgj3{display:inline-block;font-size:.76rem;font-weight:800;color:#d97706;background:#fffbeb;border:1px solid rgba(217,119,6,.25);padding:3px 10px;border-radius:var(--radius-full);margin-bottom:4px}.header-titles.svelte-1fjmgj3 h3:where(.svelte-1fjmgj3){margin:0;font-size:1.2rem;color:var(--text-main)}.close-btn.svelte-1fjmgj3{width:44px;height:44px;border-radius:50%;background:var(--bg-canvas);border:1px solid var(--border-subtle);color:var(--text-muted);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.close-btn.svelte-1fjmgj3:hover{color:var(--text-main);border-color:var(--primary)}.intro-text.svelte-1fjmgj3{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.45}.findings-list.svelte-1fjmgj3{display:flex;flex-direction:column;gap:10px}.finding-card.svelte-1fjmgj3{display:flex;gap:12px;background:var(--bg-canvas);border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 14px;align-items:flex-start;transition:all .15s ease}.finding-card.svelte-1fjmgj3:hover{border-color:var(--accent);background:#fffdf5}.card-icon.svelte-1fjmgj3{font-size:1.8rem;flex-shrink:0;margin-top:2px}.card-body.svelte-1fjmgj3{flex:1;display:flex;flex-direction:column;gap:4px}.card-title-row.svelte-1fjmgj3{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.card-title-row.svelte-1fjmgj3 strong:where(.svelte-1fjmgj3){font-size:.9rem;color:var(--text-main)}.pill-highlight.svelte-1fjmgj3{font-size:.72rem;font-weight:700;background:var(--primary-soft);color:var(--primary);padding:2px 8px;border-radius:var(--radius-full)}.card-body.svelte-1fjmgj3 p:where(.svelte-1fjmgj3){margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.45}.modal-footer.svelte-1fjmgj3{display:flex;flex-direction:column;gap:12px;padding-top:10px;border-top:1px solid var(--border-subtle)}.award-banner.svelte-1fjmgj3{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f59e0b1f,#eab30833);border:1.5px solid rgba(245,158,11,.4);border-radius:var(--radius-md);padding:10px 14px}.award-icon.svelte-1fjmgj3{font-size:1.8rem}.award-text.svelte-1fjmgj3{display:flex;flex-direction:column}.award-text.svelte-1fjmgj3 strong:where(.svelte-1fjmgj3){font-size:.9rem;color:#b45309}.award-text.svelte-1fjmgj3 small:where(.svelte-1fjmgj3){font-size:.76rem;color:#78350f}.finish-btn.svelte-1fjmgj3{width:100%;min-height:46px;font-size:.92rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 4px 14px #0284c74d}.lab-shell-wrapper.svelte-e2db23{display:flex;flex-direction:column;gap:12px;width:100%}.arena-tabs-bar.svelte-e2db23{display:flex;justify-content:space-between;align-items:center;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:8px 12px;box-shadow:var(--shadow-sm);flex-wrap:wrap;gap:10px}.tabs-group.svelte-e2db23{display:flex;gap:6px;flex-wrap:wrap}.tab-btn.svelte-e2db23{padding:8px 14px;background:var(--bg-canvas);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.84rem;font-weight:700;color:var(--text-main);cursor:pointer;transition:all .15s ease;min-height:44px}.tab-btn.svelte-e2db23:hover{border-color:var(--primary)}.tab-btn.active.svelte-e2db23{background:var(--primary);color:#fff;border-color:var(--primary)}.human-energy-pill.svelte-e2db23{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:var(--text-muted);background:var(--bg-canvas);padding:4px 12px;border-radius:var(--radius-full);border:1px solid var(--border-subtle)}.energy-track.svelte-e2db23{width:60px;height:8px;background:#e2e8f0;border-radius:var(--radius-full);overflow:hidden}.energy-bar.svelte-e2db23{height:100%;background:linear-gradient(90deg,#ef4444,#22c55e);transition:width .2s ease}.lab-main-layout.svelte-e2db23{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:1024px){.lab-main-layout.svelte-e2db23{grid-template-columns:1fr 300px;align-items:start}}.arena-content.svelte-e2db23{min-width:0}.sidebar-missions.svelte-e2db23{display:flex;flex-direction:column;gap:12px}.missions-card.svelte-e2db23{background:#0f172acc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;gap:1rem}.missions-header.svelte-e2db23{display:flex;flex-direction:column;gap:.35rem}.badge-inspector.svelte-e2db23{font-size:.75rem;font-weight:800;color:#38bdf8;text-transform:uppercase;letter-spacing:.05em}.missions-header.svelte-e2db23 h4:where(.svelte-e2db23){margin:0;font-size:1.2rem;font-weight:800;color:#fff}.progress-sub-badge.svelte-e2db23{font-size:.8rem;font-weight:800;color:#38bdf8;background:#38bdf82e;border:1px solid rgba(56,189,248,.4);border-radius:9999px;padding:.2rem .65rem;width:fit-content}.missions-list.svelte-e2db23{display:flex;flex-direction:column;gap:10px}.mission-item.svelte-e2db23{display:flex;flex-direction:column;gap:.6rem;padding:.85rem .95rem;border-radius:12px;background:#1e293bcc;border:1.5px solid rgba(255,255,255,.12);transition:all .2s ease;cursor:pointer}.mission-item.svelte-e2db23:hover{border-color:#38bdf880;background:#1e293bf2}.mission-item.active-arena.svelte-e2db23{border-color:#38bdf8;background:#38bdf824;box-shadow:0 0 16px #38bdf840}.mission-item.done.svelte-e2db23{border-color:#22c55e;background:#22c55e1f}.mission-top-row.svelte-e2db23{display:flex;gap:.75rem;align-items:flex-start}.checkbox-circle.svelte-e2db23{width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:#cbd5e1;flex-shrink:0;margin-top:1px;background:#0f172a99}.mission-item.done.svelte-e2db23 .checkbox-circle:where(.svelte-e2db23){background:#22c55e;border-color:#22c55e;color:#fff;box-shadow:0 0 10px #22c55e66}.mission-info.svelte-e2db23{display:flex;flex-direction:column;gap:4px;flex:1}.mission-title-row.svelte-e2db23{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.35rem}.mission-title.svelte-e2db23{font-size:.96rem;font-weight:800;color:#fff;line-height:1.35}.now-playing-tag.svelte-e2db23{font-size:.74rem;font-weight:800;color:#38bdf8;background:#38bdf82e;padding:.2rem .55rem;border-radius:9999px;border:1px solid rgba(56,189,248,.4)}.mission-desc.svelte-e2db23{margin:0;font-size:.86rem;font-weight:500;color:#cbd5e1;line-height:1.45}.clue-toggle-btn.svelte-e2db23{min-height:40px;display:flex;justify-content:space-between;align-items:center;background:#f59e0b26;border:1.5px solid rgba(245,158,11,.35);color:#fef08a;font-size:.84rem;font-weight:800;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .2s}.clue-toggle-btn.svelte-e2db23:hover{background:#f59e0b40;border-color:#f59e0b;color:#fff}.clue-toggle-btn.expanded.svelte-e2db23{background:#f59e0b38;border-color:#f59e0b}.clue-box.svelte-e2db23{background:#0f172af2;border:1.5px solid rgba(245,158,11,.35);border-radius:10px;padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.clue-box-title.svelte-e2db23{font-size:.82rem;font-weight:800;color:#fbbf24;text-transform:uppercase;letter-spacing:.05em}.clue-list.svelte-e2db23{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.86rem;color:#f8fafc;line-height:1.5}.clue-list.svelte-e2db23 li:where(.svelte-e2db23)::marker{color:#f59e0b;font-weight:700}.clue-done-tag.svelte-e2db23{margin-top:.25rem;font-size:.82rem;font-weight:800;color:#4ade80;background:#22c55e2e;padding:.4rem .7rem;border-radius:6px;border:1px solid rgba(34,197,94,.35)}.action-buttons-group.svelte-e2db23{display:flex;flex-direction:column;gap:8px}.reflection-btn.svelte-e2db23{width:100%;padding:12px 16px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;font-size:.92rem;font-weight:800;cursor:pointer;box-shadow:0 4px 12px #0284c74d;min-height:48px;transition:all .2s ease}.reflection-btn.svelte-e2db23:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0284c773}.conclusion-btn.svelte-e2db23{width:100%;padding:12px 16px;border-radius:10px;font-size:.92rem;font-weight:800;cursor:pointer;min-height:48px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-align:center}.conclusion-btn.locked.svelte-e2db23{background:#33415566;color:#94a3b8;border:1.5px dashed rgba(255,255,255,.15)}.conclusion-btn.locked.svelte-e2db23:hover{border-color:#f59e0b;color:#f8fafc;background:#33415599}.conclusion-btn.unlocked.svelte-e2db23{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;font-weight:800;box-shadow:0 4px 14px #d9770659;animation:svelte-e2db23-glowPulse 2s infinite ease-in-out}@keyframes svelte-e2db23-glowPulse{0%,to{box-shadow:0 4px 14px #d9770659;transform:scale(1)}50%{box-shadow:0 6px 20px #f59e0b8c;transform:scale(1.02)}}.lock-toast-banner.svelte-e2db23{background:#fffbeb;border:1px solid rgba(245,158,11,.4);border-radius:var(--radius-sm);padding:8px 10px;font-size:.76rem;font-weight:600;color:#b45309;line-height:1.35;animation:svelte-e2db23-fadeIn .2s ease;text-align:center}@keyframes svelte-e2db23-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.arena-container.svelte-1cn3l8z{display:flex;flex-direction:column;gap:14px}.canvas-wrapper.svelte-1cn3l8z{background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle)}.sim-canvas.svelte-1cn3l8z{width:100%;height:auto;display:block;aspect-ratio:16 / 9}.controls-grid.svelte-1cn3l8z{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.tool-card.svelte-1cn3l8z{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-sm)}.tool-header.svelte-1cn3l8z{display:flex;justify-content:space-between;align-items:center}.tool-header.svelte-1cn3l8z strong:where(.svelte-1cn3l8z){font-size:.88rem;color:var(--text-main)}.force-slider-row.svelte-1cn3l8z{display:flex;gap:6px}.force-slider-row.svelte-1cn3l8z button:where(.svelte-1cn3l8z){flex:1;font-size:.76rem;font-weight:700}.btn-pull.svelte-1cn3l8z{background:#fff7ed;color:#c2410c;border:2px solid #ea580c;border-radius:var(--radius-sm);min-height:44px;font-size:.84rem;font-weight:800;cursor:pointer;transition:all .15s}.btn-pull.svelte-1cn3l8z:hover{background:#ea580c;color:#fff;box-shadow:0 2px 8px #ea580c59}.btn-neutral.svelte-1cn3l8z{background:#f1f5f9;color:#475569;border:1.5px solid #cbd5e1;border-radius:var(--radius-sm);min-height:44px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.btn-neutral.svelte-1cn3l8z:hover{background:#e2e8f0;color:#1e293b}.btn-push.svelte-1cn3l8z{background:#f0f9ff;color:#0369a1;border:2px solid #0284c7;border-radius:var(--radius-sm);min-height:44px;font-size:.84rem;font-weight:800;cursor:pointer;transition:all .15s}.btn-push.svelte-1cn3l8z:hover{background:#0284c7;color:#fff;box-shadow:0 2px 8px #0284c759}.action-buttons-line.svelte-1cn3l8z{display:flex;gap:8px}.action-buttons-line.svelte-1cn3l8z button:where(.svelte-1cn3l8z){flex:1;font-size:.85rem;font-weight:800;min-height:44px;border-radius:var(--radius-sm);cursor:pointer}.launch-btn.svelte-1cn3l8z{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;border:none!important;box-shadow:0 3px 10px #ef444459}.launch-btn.svelte-1cn3l8z:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #ef444473}.custom-track.svelte-1cn3l8z{position:relative;height:18px;background:#e2e8f0;border-radius:var(--radius-full);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border:1px solid #cbd5e1}.custom-track.svelte-1cn3l8z:active{cursor:grabbing}.track-fill.svelte-1cn3l8z{height:100%;border-radius:var(--radius-full)}.spring-fill.svelte-1cn3l8z{background:linear-gradient(90deg,#f87171,#ef4444)}.press-fill.svelte-1cn3l8z{background:linear-gradient(90deg,#34d399,#059669)}.thumb.svelte-1cn3l8z{position:absolute;top:50%;width:38px;height:38px;transform:translate(-50%,-50%);background:#fff;border:3px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #00000038;font-size:18px;transition:transform .1s}.custom-track.svelte-1cn3l8z:active .thumb:where(.svelte-1cn3l8z){transform:translate(-50%,-50%) scale(1.12)}.hint-text.svelte-1cn3l8z{font-size:.84rem;color:#475569;font-weight:600;line-height:1.4}.insight-banner.svelte-1cn3l8z{background:#0f172a;border:1.5px solid #0284c7;border-radius:var(--radius-md, 14px);padding:16px 18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 16px #00000040}.insight-header.svelte-1cn3l8z{display:flex;align-items:flex-start;gap:12px}.insight-icon.svelte-1cn3l8z{font-size:1.6rem;line-height:1}.insight-title-group.svelte-1cn3l8z{display:flex;flex-direction:column;gap:4px}.insight-title.svelte-1cn3l8z{margin:0;color:#38bdf8;font-size:.95rem;font-weight:800;letter-spacing:.5px}.insight-definition.svelte-1cn3l8z{margin:0;font-size:.88rem;color:#e2e8f0;line-height:1.4}.insight-definition.svelte-1cn3l8z strong:where(.svelte-1cn3l8z){color:#facc15}.findings-grid.svelte-1cn3l8z{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.finding-card.svelte-1cn3l8z{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.finding-badge.svelte-1cn3l8z{display:inline-block;width:fit-content;font-size:.75rem;font-weight:800;padding:2px 8px;border-radius:9999px}.badge-motion.svelte-1cn3l8z{background:#0284c733;color:#38bdf8;border:1px solid rgba(56,189,248,.4)}.badge-direction.svelte-1cn3l8z{background:#f59e0b33;color:#fbbf24;border:1px solid rgba(251,191,36,.4)}.badge-shape.svelte-1cn3l8z{background:#10b98133;color:#4ade80;border:1px solid rgba(74,222,128,.4)}.finding-heading.svelte-1cn3l8z{font-size:.86rem;color:#fff;font-weight:700}.finding-desc.svelte-1cn3l8z{margin:0;font-size:.8rem;color:#cbd5e1;line-height:1.4}.key-takeaway.svelte-1cn3l8z{background:#1e293b;border-left:4px solid #f59e0b;border-radius:6px;padding:8px 12px;font-size:.84rem;color:#f1f5f9;line-height:1.4}.key-takeaway.svelte-1cn3l8z strong:where(.svelte-1cn3l8z){color:#fbbf24}.kid-guide-banner.svelte-1cn3l8z{background:#0f172ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(245,158,11,.45);border-left:6px solid #f59e0b;border-radius:var(--radius-md, 14px);padding:.9rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 6px 20px #00000040}.guide-header.svelte-1cn3l8z{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.guide-badge.svelte-1cn3l8z{font-size:.82rem;font-weight:900;color:#fbbf24;letter-spacing:.06em;background:#f59e0b2e;border:1px solid rgba(245,158,11,.35);padding:.2rem .6rem;border-radius:9999px}.guide-sub.svelte-1cn3l8z{font-size:.92rem;color:#fff;font-weight:700}.guide-steps-row.svelte-1cn3l8z{display:flex;gap:.6rem;flex-wrap:wrap}.step-chip.svelte-1cn3l8z{background:#1e293be6;border:1.5px solid rgba(255,255,255,.15);padding:.45rem .85rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 2px 8px #0003}.step-chip.svelte-1cn3l8z strong:where(.svelte-1cn3l8z){color:#38bdf8;font-weight:800}.arena2-container.svelte-1s7tmqm{display:flex;flex-direction:column;gap:1.25rem;width:100%}.sub-nav.svelte-1s7tmqm{display:flex;gap:.75rem;background:#0f172a99;padding:.5rem;border-radius:14px;border:1px solid rgba(255,255,255,.08)}.station-pill.svelte-1s7tmqm{flex:1;min-height:44px;padding:.6rem 1.25rem;border-radius:10px;border:1px solid transparent;background:transparent;color:#94a3b8;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease}.station-pill.svelte-1s7tmqm:hover{color:#f8fafc;background:#ffffff0d}.station-pill.active.svelte-1s7tmqm{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 14px #2563eb59;border-color:#fff3}.station-card.svelte-1s7tmqm{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.card-header.svelte-1s7tmqm{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.card-title.svelte-1s7tmqm{font-size:1.2rem;font-weight:700;color:#f8fafc;margin:0 0 .35rem}.card-subtitle.svelte-1s7tmqm{font-size:.875rem;color:#cbd5e1;margin:0;line-height:1.45;max-width:650px}.stat-badge.svelte-1s7tmqm .badge:where(.svelte-1s7tmqm){padding:.4rem .85rem;border-radius:9999px;font-size:.8rem;font-weight:700}.badge.green.svelte-1s7tmqm{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.badge.amber.svelte-1s7tmqm{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.badge.red.svelte-1s7tmqm{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.simulation-canvas.svelte-1s7tmqm{position:relative;background:#090d16;border-radius:14px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.stage-svg.svelte-1s7tmqm{width:100%;height:auto;display:block;max-height:260px}.live-stats-bar.svelte-1s7tmqm{position:absolute;top:10px;right:12px;display:flex;gap:.75rem}.stat-pill.svelte-1s7tmqm{background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.35rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);font-size:.8rem;display:flex;gap:.35rem;align-items:center}.stat-label.svelte-1s7tmqm{color:#94a3b8}.stat-value.svelte-1s7tmqm{color:#38bdf8;font-weight:700}.stat-value.high.svelte-1s7tmqm{color:#f87171}.stat-value.low.svelte-1s7tmqm{color:#4ade80}.magnet-feedback-bar.svelte-1s7tmqm{padding:.6rem 1rem;background:#0f172ad9;border-top:1px solid rgba(255,255,255,.08);font-size:.875rem;text-align:center}.text-attract.svelte-1s7tmqm{color:#38bdf8}.text-repel.svelte-1s7tmqm{color:#f87171}.controls-grid.svelte-1s7tmqm{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.control-box.svelte-1s7tmqm{background:#0f172a80;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.75rem}.control-title.svelte-1s7tmqm{font-size:.92rem;font-weight:800;color:#e2e8f0;text-transform:uppercase;letter-spacing:.05em}.button-row.svelte-1s7tmqm{display:flex;gap:.5rem;flex-wrap:wrap}.choice-btn.svelte-1s7tmqm{flex:1;min-height:46px;padding:.6rem .85rem;background:#1e293bcc;border:1.5px solid rgba(255,255,255,.15);border-radius:10px;color:#f8fafc;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s}.choice-btn.svelte-1s7tmqm:hover{background:#334155f2;border-color:#ffffff4d}.choice-btn.selected.svelte-1s7tmqm{background:#2563eb;border-color:#93c5fd;color:#fff;box-shadow:0 0 14px #2563eb80}.toggle-btn.svelte-1s7tmqm{width:100%;min-height:44px;padding:.6rem;background:#1e293bcc;border:1px dashed rgba(255,255,255,.2);border-radius:8px;color:#cbd5e1;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.toggle-btn.on.svelte-1s7tmqm{background:#22c55e33;border-color:#22c55e;color:#4ade80}.slider-wrapper.svelte-1s7tmqm{display:flex;flex-direction:column;gap:.5rem}.slider-wrapper.svelte-1s7tmqm label:where(.svelte-1s7tmqm){font-size:.9rem;font-weight:700;color:#f1f5f9}.styled-range.svelte-1s7tmqm{width:100%;accent-color:#38bdf8;height:14px;background:#1e293b;border-radius:8px;outline:none;cursor:pointer;border:1px solid rgba(255,255,255,.15)}.styled-range.svelte-1s7tmqm::-webkit-slider-thumb{width:28px;height:28px;border-radius:50%;background:#38bdf8;border:3px solid #ffffff;box-shadow:0 2px 8px #0006;cursor:grab}.action-buttons.svelte-1s7tmqm{display:flex;gap:.5rem}.btn-primary-action.svelte-1s7tmqm{flex:2;min-height:48px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-weight:800;font-size:.95rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #10b98159}.btn-primary-action.svelte-1s7tmqm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #10b98180}.btn-primary-action.svelte-1s7tmqm:disabled{opacity:.5;cursor:not-allowed}.btn-secondary-action.svelte-1s7tmqm{flex:1;min-height:48px;background:#334155cc;color:#f1f5f9;border:1px solid rgba(255,255,255,.15);border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s}.btn-secondary-action.svelte-1s7tmqm:hover{background:#475569e6;color:#fff}.obj-btn.svelte-1s7tmqm{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.6rem .4rem;min-height:64px}.obj-btn.svelte-1s7tmqm span:where(.svelte-1s7tmqm):first-child{font-size:1.5rem;line-height:1}.obj-text.svelte-1s7tmqm{font-size:.84rem;font-weight:800;color:inherit;text-align:center}.object-note.svelte-1s7tmqm{font-size:.88rem;font-weight:600;color:#e2e8f0;margin:0;line-height:1.45;background:#0f172ab3;border:1px solid rgba(255,255,255,.1);padding:.65rem .85rem;border-radius:8px}.kid-guide-banner.svelte-1s7tmqm{background:#0f172ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(245,158,11,.45);border-left:6px solid #f59e0b;border-radius:var(--radius-md, 14px);padding:.9rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 6px 20px #00000040}.guide-header.svelte-1s7tmqm{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.guide-badge.svelte-1s7tmqm{font-size:.82rem;font-weight:900;color:#fbbf24;letter-spacing:.06em;background:#f59e0b2e;border:1px solid rgba(245,158,11,.35);padding:.2rem .6rem;border-radius:9999px}.guide-sub.svelte-1s7tmqm{font-size:.92rem;color:#fff;font-weight:700}.guide-steps-row.svelte-1s7tmqm{display:flex;gap:.6rem;flex-wrap:wrap}.step-chip.svelte-1s7tmqm{background:#1e293be6;border:1.5px solid rgba(255,255,255,.15);padding:.45rem .85rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 2px 8px #0003}.step-chip.svelte-1s7tmqm strong:where(.svelte-1s7tmqm){color:#38bdf8;font-weight:800}.arena3-container.svelte-1tfmd1d{display:flex;flex-direction:column;gap:1.25rem;width:100%}.challenge-tabs.svelte-1tfmd1d{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.tab-btn.svelte-1tfmd1d{min-height:56px;padding:.7rem 1.1rem;background:#1e293bb3;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;cursor:pointer;transition:all .2s ease;text-align:left}.tab-btn.svelte-1tfmd1d:hover{background:#334155d9;border-color:#ffffff40}.tab-btn.active.svelte-1tfmd1d{background:linear-gradient(135deg,#2563eb59,#3b82f640);border-color:#60a5fa;box-shadow:0 4px 16px #2563eb59}.badge-status.svelte-1tfmd1d{font-size:.8rem;font-weight:800;color:#cbd5e1;text-transform:uppercase;letter-spacing:.04em}.tab-btn.done.svelte-1tfmd1d .badge-status:where(.svelte-1tfmd1d){color:#4ade80}.tab-title.svelte-1tfmd1d{font-size:.95rem;font-weight:800;color:#fff}.mission-card.svelte-1tfmd1d{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.mission-header.svelte-1tfmd1d{display:flex;justify-content:space-between;align-items:flex-start}.mission-heading.svelte-1tfmd1d{font-size:1.25rem;font-weight:800;color:#f8fafc;margin:0 0 .35rem}.mission-desc.svelte-1tfmd1d{font-size:.9rem;color:#e2e8f0;margin:0;line-height:1.5}.canvas-box.svelte-1tfmd1d{background:#090d16;border-radius:14px;border:1px solid rgba(255,255,255,.1);overflow:hidden;position:relative}.mission-svg.svelte-1tfmd1d{width:100%;height:auto;display:block;max-height:220px}.result-banner.svelte-1tfmd1d{padding:.85rem 1.15rem;background:#0f172ae6;border-top:1px solid rgba(255,255,255,.1);font-size:.92rem;font-weight:600;text-align:center;color:#e2e8f0}.text-fail.svelte-1tfmd1d{color:#fca5a5}.text-success.svelte-1tfmd1d{color:#86efac}.mission-controls.svelte-1tfmd1d{display:flex;flex-direction:column;gap:.75rem}.selector-group.svelte-1tfmd1d{display:flex;gap:.5rem;flex-wrap:wrap}.choice-btn.svelte-1tfmd1d{flex:1;min-height:48px;padding:.65rem .9rem;background:#0f172ab3;border:1.5px solid rgba(255,255,255,.15);border-radius:10px;color:#f8fafc;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.choice-btn.svelte-1tfmd1d:hover{background:#1e293bf2;border-color:#ffffff4d}.choice-btn.selected.svelte-1tfmd1d{background:#2563eb;border-color:#93c5fd;color:#fff;box-shadow:0 0 14px #2563eb80}.btn-action-primary.svelte-1tfmd1d{min-height:48px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #10b9814d}.btn-action-primary.svelte-1tfmd1d:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #10b98173}.btn-action-primary.svelte-1tfmd1d:disabled{opacity:.5;cursor:not-allowed}.compass-actions.svelte-1tfmd1d{display:flex;gap:.75rem;flex-wrap:wrap}.choice-btn.round.svelte-1tfmd1d{flex:1}.kid-guide-banner.svelte-1tfmd1d{background:#0f172ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(245,158,11,.45);border-left:6px solid #f59e0b;border-radius:var(--radius-md, 14px);padding:.9rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 6px 20px #00000040}.guide-header.svelte-1tfmd1d{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.guide-badge.svelte-1tfmd1d{font-size:.82rem;font-weight:900;color:#fbbf24;letter-spacing:.06em;background:#f59e0b2e;border:1px solid rgba(245,158,11,.35);padding:.2rem .6rem;border-radius:9999px}.guide-sub.svelte-1tfmd1d{font-size:.92rem;color:#fff;font-weight:700}.guide-steps-row.svelte-1tfmd1d{display:flex;gap:.6rem;flex-wrap:wrap}.step-chip.svelte-1tfmd1d{background:#1e293be6;border:1.5px solid rgba(255,255,255,.15);padding:.45rem .85rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 2px 8px #0003}.step-chip.svelte-1tfmd1d strong:where(.svelte-1tfmd1d){color:#38bdf8;font-weight:800}.modal-backdrop.svelte-10ojxeu{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999;padding:1rem}.modal-content.svelte-10ojxeu{background:#1e293b;border:1px solid rgba(255,255,255,.15);border-radius:20px;width:100%;max-width:580px;padding:1.5rem;box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column;gap:1.25rem}.modal-header.svelte-10ojxeu{display:flex;justify-content:space-between;align-items:flex-start}.title-wrap.svelte-10ojxeu{display:flex;flex-direction:column;gap:.25rem}.badge-tag.svelte-10ojxeu{font-size:.75rem;font-weight:700;color:#f59e0b;text-transform:uppercase;letter-spacing:.05em}.modal-title.svelte-10ojxeu{font-size:1.25rem;font-weight:800;color:#f8fafc;margin:0}.close-btn.svelte-10ojxeu{min-width:44px;min-height:44px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;border-radius:10px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn.svelte-10ojxeu:hover{background:#ffffff26;color:#fff}.modal-desc.svelte-10ojxeu{font-size:.9rem;color:#94a3b8;margin:0;line-height:1.45}.step-indicator.svelte-10ojxeu{display:flex;gap:.4rem;flex-wrap:wrap}.step-pill.svelte-10ojxeu{flex:1;min-height:44px;padding:.4rem .5rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s}.step-pill.active.svelte-10ojxeu{border-color:#38bdf8;color:#38bdf8;background:#38bdf81a}.step-pill.correct.svelte-10ojxeu{background:#22c55e26;border-color:#22c55e;color:#4ade80}.step-pill.wrong.svelte-10ojxeu{background:#ef444426;border-color:#ef4444;color:#f87171}.case-card.svelte-10ojxeu{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.85rem}.case-header.svelte-10ojxeu{display:flex;flex-direction:column;gap:.25rem}.case-number.svelte-10ojxeu{font-size:.8rem;font-weight:700;color:#38bdf8}.case-text.svelte-10ojxeu{font-size:1.05rem;font-weight:700;color:#f8fafc;line-height:1.4}.case-instruction.svelte-10ojxeu{font-size:.85rem;color:#cbd5e1;margin:0}.options-grid.svelte-10ojxeu{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.option-btn.svelte-10ojxeu{min-height:44px;padding:.6rem .75rem;background:#1e293bcc;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#e2e8f0;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.option-btn.svelte-10ojxeu:hover{background:#334155e6}.option-btn.correct.svelte-10ojxeu{background:#16a34a;border-color:#22c55e;color:#fff;box-shadow:0 0 12px #22c55e59}.option-btn.wrong.svelte-10ojxeu{background:#dc2626;border-color:#ef4444;color:#fff}.explanation-box.svelte-10ojxeu{padding:.75rem 1rem;border-radius:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5;font-size:.85rem}.explanation-box.success.svelte-10ojxeu{background:#22c55e1a;border-color:#22c55e40;color:#86efac}.explanation-box.svelte-10ojxeu p:where(.svelte-10ojxeu){margin:0;line-height:1.45}.modal-actions.svelte-10ojxeu{display:flex;justify-content:space-between;gap:.75rem}.nav-btn.svelte-10ojxeu{min-height:44px;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;transition:all .2s}.nav-btn.svelte-10ojxeu:hover:not(:disabled){background:#ffffff26;color:#fff}.nav-btn.svelte-10ojxeu:disabled{opacity:.4;cursor:not-allowed}.nav-btn.primary.svelte-10ojxeu{background:#2563eb;border-color:#3b82f6;color:#fff}.nav-btn.success.svelte-10ojxeu{background:#16a34a;border-color:#22c55e;color:#fff}.congrats-banner.svelte-10ojxeu{padding:.75rem 1rem;background:linear-gradient(135deg,#f59e0b33,#eab3081a);border:1px solid rgba(245,158,11,.4);border-radius:10px;color:#fde68a;font-size:.9rem;text-align:center}.modal-backdrop.svelte-1gv2joe{position:fixed;top:0;right:0;bottom:0;left:0;background:#040812d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999;padding:1.25rem}.modal-card.svelte-1gv2joe{background:linear-gradient(145deg,#0f172a,#1e293b);border:1px solid rgba(245,158,11,.35);border-radius:20px;width:100%;max-width:680px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #000000b3,0 0 30px #f59e0b26;overflow:hidden}.modal-header.svelte-1gv2joe{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0f172a99}.header-tag-group.svelte-1gv2joe{display:flex;flex-direction:column;gap:.35rem}.report-badge.svelte-1gv2joe{font-size:.72rem;font-weight:800;color:#f59e0b;letter-spacing:.08em}.modal-title.svelte-1gv2joe{font-size:1.25rem;font-weight:800;color:#f8fafc;margin:0}.modal-subtitle.svelte-1gv2joe{font-size:.83rem;color:#94a3b8;margin:0}.btn-close.svelte-1gv2joe{min-width:44px;min-height:44px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#cbd5e1;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-close.svelte-1gv2joe:hover{background:#ef444433;border-color:#ef4444;color:#fca5a5}.findings-list.svelte-1gv2joe{padding:1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.finding-item.svelte-1gv2joe{display:flex;gap:1rem;background:#0f172a99;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem;transition:transform .2s ease,border-color .2s ease}.finding-item.svelte-1gv2joe:hover{border-color:#f59e0b4d;transform:translate(3px)}.finding-icon-wrap.svelte-1gv2joe{min-width:46px;height:46px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);border-radius:12px;display:flex;align-items:center;justify-content:center}.finding-icon.svelte-1gv2joe{font-size:1.4rem}.finding-body.svelte-1gv2joe{display:flex;flex-direction:column;gap:.3rem}.finding-title-row.svelte-1gv2joe{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.finding-title.svelte-1gv2joe{font-size:.95rem;font-weight:700;color:#f1f5f9;margin:0}.finding-pill.svelte-1gv2joe{font-size:.72rem;font-weight:700;padding:.2rem .6rem;background:#38bdf81f;color:#38bdf8;border-radius:9999px;border:1px solid rgba(56,189,248,.25)}.finding-desc.svelte-1gv2joe{font-size:.84rem;color:#cbd5e1;line-height:1.45;margin:0}.modal-footer.svelte-1gv2joe{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);background:#0f172acc}.footer-note.svelte-1gv2joe{font-size:.78rem;color:#fde68a;max-width:320px;line-height:1.35}.btn-understood.svelte-1gv2joe{min-height:44px;padding:.6rem 1.25rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;font-weight:800;font-size:.88rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 14px #f59e0b59;transition:all .2s}.btn-understood.svelte-1gv2joe:hover{transform:translateY(-1px);box-shadow:0 6px 18px #f59e0b80}.lab-shell-wrapper.svelte-jfpbmc{display:flex;flex-direction:column;gap:1.25rem;width:100%}.arena-tabs-bar.svelte-jfpbmc{display:flex;justify-content:space-between;align-items:center;background:#0f172abf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.5rem .75rem;gap:1rem;flex-wrap:wrap}.tabs-group.svelte-jfpbmc{display:flex;gap:.5rem;flex-wrap:wrap}.tab-btn.svelte-jfpbmc{min-height:44px;padding:.6rem 1.25rem;border-radius:10px;background:transparent;border:1px solid transparent;color:#94a3b8;font-weight:700;font-size:.92rem;cursor:pointer;transition:all .2s ease}.tab-btn.svelte-jfpbmc:hover{color:#f8fafc;background:#ffffff0d}.tab-btn.active.svelte-jfpbmc{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 14px #2563eb59;border-color:#fff3}.progress-pill.svelte-jfpbmc{display:flex;align-items:center;gap:.6rem;background:#1e293b99;padding:.4rem .85rem;border-radius:9999px;font-size:.82rem;color:#cbd5e1;border:1px solid rgba(255,255,255,.08)}.progress-track.svelte-jfpbmc{width:80px;height:8px;background:#1e293b;border-radius:9999px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.progress-fill.svelte-jfpbmc{height:100%;background:linear-gradient(90deg,#10b981,#22c55e);border-radius:9999px;transition:width .3s ease}.lab-main-layout.svelte-jfpbmc{display:grid;grid-template-columns:1fr 310px;gap:1.25rem;align-items:start}@media(max-width:1024px){.lab-main-layout.svelte-jfpbmc{grid-template-columns:1fr}}.arena-content.svelte-jfpbmc{min-width:0}.sidebar-missions.svelte-jfpbmc{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;position:relative}.missions-header.svelte-jfpbmc{display:flex;flex-direction:column;gap:.2rem}.badge-inspector.svelte-jfpbmc{font-size:.75rem;font-weight:700;color:#f59e0b;letter-spacing:.04em;text-transform:uppercase}.missions-header.svelte-jfpbmc h4:where(.svelte-jfpbmc){margin:0;font-size:1.15rem;font-weight:800;color:#f8fafc}.missions-list.svelte-jfpbmc{display:flex;flex-direction:column;gap:.75rem}.mission-item.svelte-jfpbmc{display:flex;flex-direction:column;gap:.6rem;background:#0f172a80;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:.85rem;transition:all .2s ease;cursor:pointer}.mission-item.svelte-jfpbmc:hover{border-color:#38bdf859;background:#0f172ab3}.mission-item.active-arena.svelte-jfpbmc{border-color:#38bdf8;background:#38bdf814;box-shadow:0 0 16px #38bdf826}.mission-item.completed.svelte-jfpbmc{border-color:#22c55e66;background:#22c55e14}.mission-top-row.svelte-jfpbmc{display:flex;gap:.75rem;align-items:flex-start}.mission-checkbox.svelte-jfpbmc{min-width:28px;height:28px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:#94a3b8}.mission-item.completed.svelte-jfpbmc .mission-checkbox:where(.svelte-jfpbmc){background:#16a34a;border-color:#22c55e;color:#fff}.mission-text.svelte-jfpbmc{display:flex;flex-direction:column;gap:.25rem;flex:1}.mission-title-row.svelte-jfpbmc{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.35rem}.mission-title.svelte-jfpbmc{font-size:.95rem;font-weight:800;color:#fff}.now-playing-tag.svelte-jfpbmc{font-size:.74rem;font-weight:800;color:#38bdf8;background:#38bdf82e;padding:.2rem .55rem;border-radius:9999px;border:1px solid rgba(56,189,248,.4)}.mission-desc.svelte-jfpbmc{font-size:.85rem;color:#cbd5e1;margin:0;line-height:1.45}.clue-toggle-btn.svelte-jfpbmc{min-height:40px;display:flex;justify-content:space-between;align-items:center;background:#f59e0b26;border:1.5px solid rgba(245,158,11,.35);color:#fef08a;font-size:.84rem;font-weight:800;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .2s}.clue-toggle-btn.svelte-jfpbmc:hover{background:#f59e0b40;border-color:#f59e0b;color:#fff}.clue-toggle-btn.expanded.svelte-jfpbmc{background:#f59e0b38;border-color:#f59e0b}.clue-box.svelte-jfpbmc{background:#0f172af2;border:1.5px solid rgba(245,158,11,.35);border-radius:10px;padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.clue-box-title.svelte-jfpbmc{font-size:.82rem;font-weight:800;color:#fbbf24;text-transform:uppercase;letter-spacing:.05em}.clue-list.svelte-jfpbmc{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.86rem;color:#f8fafc;line-height:1.5}.clue-list.svelte-jfpbmc li:where(.svelte-jfpbmc)::marker{color:#f59e0b;font-weight:700}.clue-done-tag.svelte-jfpbmc{margin-top:.25rem;font-size:.82rem;font-weight:800;color:#4ade80;background:#22c55e2e;padding:.4rem .7rem;border-radius:6px;border:1px solid rgba(34,197,94,.35)}.sidebar-actions.svelte-jfpbmc{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.action-btn.svelte-jfpbmc{width:100%;min-height:44px;border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:.6rem 1rem;border:1px solid transparent}.puzzle-btn.svelte-jfpbmc{background:#8b5cf626;border-color:#8b5cf659;color:#c4b5fd}.puzzle-btn.svelte-jfpbmc:hover{background:#8b5cf640;color:#fff}.conclusion-btn.locked.svelte-jfpbmc{background:#33415566;border-color:#ffffff14;color:#94a3b8}.conclusion-btn.unlocked.svelte-jfpbmc{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;font-weight:800;box-shadow:0 4px 16px #f59e0b66;animation:svelte-jfpbmc-pulse-glow 2s infinite ease-in-out}@keyframes svelte-jfpbmc-pulse-glow{0%,to{box-shadow:0 4px 16px #f59e0b66}50%{box-shadow:0 4px 24px #f59e0bcc}}.lock-toast.svelte-jfpbmc{position:absolute;bottom:-60px;left:0;right:0;background:#dc2626;color:#fff;font-size:.8rem;font-weight:600;padding:.6rem .8rem;border-radius:8px;box-shadow:0 8px 16px #00000059;z-index:10;line-height:1.35;animation:svelte-jfpbmc-toast-in .2s ease-out}@keyframes svelte-jfpbmc-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.arena-container.svelte-xaspf3{display:flex;flex-direction:column;gap:12px}.kid-guide-banner.svelte-xaspf3{background:#0f172af2;border:2px solid #38bdf8;border-radius:12px;padding:12px 16px;color:#fff;box-shadow:0 4px 14px #00000040}.guide-header.svelte-xaspf3{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-xaspf3{background:#0284c7;color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;letter-spacing:.5px}.guide-sub.svelte-xaspf3{color:#38bdf8;font-size:12px;font-weight:700}.guide-text.svelte-xaspf3{margin:0;font-size:13px;line-height:1.5;color:#fff;font-weight:700}.control-toolbar.svelte-xaspf3{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;background:#0f172a;padding:8px 14px;border-radius:10px;border:1px solid #1e293b}.toolbar-group.svelte-xaspf3{display:flex;align-items:center;gap:8px}.toolbar-label.svelte-xaspf3{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.5px}.pill-toggle-group.svelte-xaspf3{display:flex;gap:6px}.pill-btn.svelte-xaspf3{min-height:40px;padding:6px 12px;background:#1e293b;border:1.5px solid #334155;border-radius:8px;color:#e2e8f0;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease}.pill-btn.svelte-xaspf3:hover{border-color:#38bdf8;color:#fff}.pill-btn.active.svelte-xaspf3,.pill-btn.active-digital.svelte-xaspf3{background:#0284c7;border-color:#38bdf8;color:#fff}.pill-btn.active-konvensional.svelte-xaspf3{background:#854d0e;border-color:#facc15;color:#fff}.canvas-wrapper.svelte-xaspf3{position:relative;width:100%;min-height:340px;max-height:380px;border-radius:14px;overflow:hidden;border:2px solid #1e293b;background:#082f49;box-shadow:0 6px 20px #0000004d}.canvas-wrapper.konvensional.svelte-xaspf3{border-color:#78350f;background:#bae6fd}.map-svg.svelte-xaspf3{width:100%;height:100%;display:block}.map-pin.svelte-xaspf3{cursor:pointer;outline:none}.map-pin.svelte-xaspf3 .pin-circle:where(.svelte-xaspf3){transition:stroke .15s ease,stroke-width .15s ease,filter .15s ease}.map-pin.svelte-xaspf3 .pin-badge-rect:where(.svelte-xaspf3){transition:stroke .15s ease,stroke-width .15s ease,fill .15s ease}.map-pin.svelte-xaspf3 .pin-text:where(.svelte-xaspf3){transition:fill .15s ease}.map-pin.svelte-xaspf3:hover .pin-circle:where(.svelte-xaspf3),.map-pin.svelte-xaspf3:focus-visible .pin-circle:where(.svelte-xaspf3){stroke:#fbbf24;stroke-width:3.5px;filter:drop-shadow(0 0 6px rgba(251,191,36,.7))}.map-pin.svelte-xaspf3:hover .pin-badge-rect:where(.svelte-xaspf3),.map-pin.svelte-xaspf3:focus-visible .pin-badge-rect:where(.svelte-xaspf3){stroke:#fbbf24;stroke-width:2.2px;fill:#1e293b}.map-pin.svelte-xaspf3:hover .pin-text:where(.svelte-xaspf3),.map-pin.svelte-xaspf3:focus-visible .pin-text:where(.svelte-xaspf3){fill:#fef08a}.pulse-ring.svelte-xaspf3{animation:svelte-xaspf3-pulse 1.6s infinite ease-out;transform-origin:center}.pulse-box.svelte-xaspf3{animation:svelte-xaspf3-pulseBox 1.4s infinite alternate ease-in-out}@keyframes svelte-xaspf3-pulse{0%{r:12px;opacity:1}to{r:24px;opacity:0}}@keyframes svelte-xaspf3-pulseBox{0%{stroke-width:2;opacity:.7}to{stroke-width:3.5;opacity:1;stroke:#fbbf24}}.ruler-handle.svelte-xaspf3{cursor:grab;touch-action:none}.ruler-handle.svelte-xaspf3:active{cursor:grabbing}.component-toggle-rail.svelte-xaspf3{display:flex;flex-wrap:wrap;gap:8px}.comp-btn.svelte-xaspf3{min-height:48px;padding:8px 14px;background:#0f172a;border:2px solid #334155;border-radius:10px;color:#f8fafc;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.comp-btn.svelte-xaspf3:hover{border-color:#38bdf8;background:#1e293b}.comp-btn.active.svelte-xaspf3{background:#0284c7;border-color:#38bdf8;color:#fff;box-shadow:0 4px 12px #0284c766}.place-inspector-card.svelte-xaspf3{background:#0f172afa;border:2px solid #f59e0b;border-radius:14px;padding:14px 18px;color:#fff;box-shadow:0 6px 18px #00000059}.inspector-header.svelte-xaspf3{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #334155}.inspector-title.svelte-xaspf3{display:flex;align-items:center;gap:10px}.inspector-icon.svelte-xaspf3{font-size:24px}.inspector-title.svelte-xaspf3 h3:where(.svelte-xaspf3){margin:0;font-size:16px;color:#fbbf24;font-weight:800}.close-btn.svelte-xaspf3{min-width:44px;min-height:44px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#fff;font-size:16px;cursor:pointer}.inspector-grid.svelte-xaspf3{display:grid;grid-template-columns:1fr 1.2fr;gap:14px}@media(max-width:640px){.inspector-grid.svelte-xaspf3{grid-template-columns:1fr}}.inspector-col.svelte-xaspf3{background:#1e293b;border-radius:10px;padding:12px 14px;border:1px solid #334155}.col-badge.svelte-xaspf3{display:inline-block;font-size:10px;font-weight:800;padding:3px 8px;border-radius:6px;margin-bottom:6px}.astro-col.svelte-xaspf3 .col-badge:where(.svelte-xaspf3){background:#0284c7;color:#fff}.geo-col.svelte-xaspf3 .col-badge:where(.svelte-xaspf3){background:#b45309;color:#fef08a}.astro-coords.svelte-xaspf3{font-size:13px;font-weight:800;color:#38bdf8;margin:4px 0 8px}.col-desc.svelte-xaspf3{font-size:11px;color:#cbd5e1;line-height:1.4}.geo-desc.svelte-xaspf3{font-size:12px;color:#f8fafc;font-weight:700;margin:4px 0 8px}.borders-list.svelte-xaspf3{display:flex;flex-direction:column;gap:4px}.border-item.svelte-xaspf3{font-size:11px;color:#e2e8f0;background:#0f172a;padding:4px 8px;border-radius:6px;border:1px solid #334155}.border-item.svelte-xaspf3 strong:where(.svelte-xaspf3){color:#fbbf24}.arena-container.svelte-1lri90h{display:flex;flex-direction:column;gap:12px}.kid-guide-banner.svelte-1lri90h{background:#0f172af2;border:2px solid #ea580c;border-radius:12px;padding:12px 16px;color:#fff;box-shadow:0 4px 14px #00000040}.guide-header.svelte-1lri90h{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-1lri90h{background:#c2410c;color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;letter-spacing:.5px}.guide-sub.svelte-1lri90h{color:#fb923c;font-size:12px;font-weight:700}.guide-text.svelte-1lri90h{margin:0;font-size:13px;line-height:1.5;color:#fff;font-weight:700}.mode-toolbar.svelte-1lri90h{display:flex;flex-direction:column;gap:8px;background:#0f172a;padding:10px 14px;border-radius:12px;border:1px solid #1e293b}.toolbar-label.svelte-1lri90h{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:.5px}.mode-btn-group.svelte-1lri90h{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media(max-width:640px){.mode-btn-group.svelte-1lri90h{grid-template-columns:1fr}}.mode-btn.svelte-1lri90h{min-height:48px;padding:8px 12px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#e2e8f0;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left;transition:all .2s ease}.mode-btn.svelte-1lri90h:hover{border-color:#f97316;background:#334155}.mode-btn.active-konvergen.svelte-1lri90h{background:#7c2d12;border-color:#ea580c;color:#fff;box-shadow:0 4px 12px #ea580c66}.mode-btn.active-divergen.svelte-1lri90h{background:#075985;border-color:#0284c7;color:#fff;box-shadow:0 4px 12px #0284c766}.mode-btn.active-transform.svelte-1lri90h{background:#713f12;border-color:#eab308;color:#fff;box-shadow:0 4px 12px #eab30866}.btn-icon.svelte-1lri90h{font-size:18px}.btn-info.svelte-1lri90h strong:where(.svelte-1lri90h){display:block;font-size:13px;font-weight:800}.btn-info.svelte-1lri90h small:where(.svelte-1lri90h){display:block;font-size:11px;color:#cbd5e1}.canvas-wrapper.svelte-1lri90h{position:relative;width:100%;min-height:340px;max-height:380px;border-radius:14px;overflow:hidden;border:2px solid #334155;background:#0284c7;box-shadow:0 6px 20px #00000059}.tectonic-svg.svelte-1lri90h{width:100%;height:100%;display:block}.shake-earth.svelte-1lri90h{animation:svelte-1lri90h-shake .2s infinite ease-in-out}@keyframes svelte-1lri90h-shake{0%{transform:translate(0)}25%{transform:translate(-3px,2px)}50%{transform:translate(3px,-2px)}75%{transform:translate(-2px,-1px)}to{transform:translate(2px,1px)}}.quake-wave.svelte-1lri90h{animation:svelte-1lri90h-wavePulse .8s infinite ease-out}@keyframes svelte-1lri90h-wavePulse{0%{transform:scale(.6);opacity:1}to{transform:scale(1.4);opacity:0}}.slider-control-card.svelte-1lri90h{background:#0f172a;border:2px solid #334155;border-radius:12px;padding:12px 16px;color:#fff}.slider-header.svelte-1lri90h{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.slider-title.svelte-1lri90h{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#fbbf24}.slider-val-badge.svelte-1lri90h{background:#c2410c;color:#fff;font-size:12px;font-weight:800;padding:3px 10px;border-radius:12px;border:1px solid #ea580c}.slider-track-wrapper.svelte-1lri90h{display:flex;align-items:center;gap:12px}.slider-bound.svelte-1lri90h{font-size:11px;font-weight:700;color:#94a3b8;white-space:nowrap}.custom-slider.svelte-1lri90h{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;background:#1e293b;border-radius:10px;border:2px solid #475569;outline:none;cursor:pointer}.custom-slider.svelte-1lri90h::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border-radius:50%;background:#ea580c;border:3px solid #ffffff;box-shadow:0 3px 10px #0006;cursor:grab;transition:transform .1s ease}.custom-slider.svelte-1lri90h::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15);background:#f97316}.custom-slider.svelte-1lri90h::-moz-range-thumb{width:40px;height:40px;border-radius:50%;background:#ea580c;border:3px solid #ffffff;box-shadow:0 3px 10px #0006;cursor:grab}.slider-caption.svelte-1lri90h{font-size:11px;color:#cbd5e1;margin-top:6px;font-weight:600}.arena-container.svelte-x9r46h{display:flex;flex-direction:column;gap:12px}.kid-guide-banner.svelte-x9r46h{background:#0f172af2;border:2px solid #22c55e;border-radius:12px;padding:12px 16px;color:#fff;box-shadow:0 4px 14px #00000040}.guide-header.svelte-x9r46h{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-x9r46h{background:#15803d;color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;letter-spacing:.5px}.guide-sub.svelte-x9r46h{color:#4ade80;font-size:12px;font-weight:700}.guide-text.svelte-x9r46h{margin:0;font-size:13px;line-height:1.5;color:#fff;font-weight:700}.canvas-wrapper.svelte-x9r46h{position:relative;width:100%;min-height:340px;max-height:380px;border-radius:14px;overflow:hidden;border:2px solid #334155;background:#082f49;box-shadow:0 6px 20px #00000059}.expedition-svg.svelte-x9r46h{width:100%;height:100%;display:block}.build-target.svelte-x9r46h{cursor:pointer;outline:none}.build-target.svelte-x9r46h circle:where(.svelte-x9r46h){transition:stroke .15s ease,stroke-width .15s ease,filter .15s ease}.build-target.svelte-x9r46h:hover circle:where(.svelte-x9r46h),.build-target.svelte-x9r46h:focus-visible circle:where(.svelte-x9r46h){stroke:#fbbf24;stroke-width:4px;filter:drop-shadow(0 0 8px rgba(251,191,36,.8))}.pulse-target.svelte-x9r46h{animation:svelte-x9r46h-targetPulse 1.5s infinite ease-out}@keyframes svelte-x9r46h-targetPulse{0%{stroke-width:2.5}50%{stroke-width:4.5;stroke:#f59e0b}to{stroke-width:2.5}}.danger-zone.svelte-x9r46h{cursor:pointer;outline:none}.danger-zone.svelte-x9r46h rect:where(.svelte-x9r46h){transition:stroke .15s ease,stroke-width .15s ease,filter .15s ease}.danger-zone.svelte-x9r46h:hover rect:where(.svelte-x9r46h),.danger-zone.svelte-x9r46h:focus-visible rect:where(.svelte-x9r46h){stroke:#ef4444;stroke-width:2.5px;filter:drop-shadow(0 0 8px rgba(239,68,68,.8))}.highway-glow.svelte-x9r46h{animation:svelte-x9r46h-dashMove 1s linear infinite}@keyframes svelte-x9r46h-dashMove{to{stroke-dashoffset:-16}}.feedback-card.svelte-x9r46h{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;background:#0f172a;border:2px solid #38bdf8;color:#fff}.feedback-card.success.svelte-x9r46h{border-color:#22c55e;background:#14532df2}.feedback-card.warning.svelte-x9r46h{border-color:#ef4444;background:#7f1d1df2}.feedback-icon.svelte-x9r46h{font-size:20px;flex-shrink:0}.feedback-text.svelte-x9r46h{margin:0;font-size:13px;font-weight:700;line-height:1.4}.tool-tray-card.svelte-x9r46h{background:#0f172a;border:2px solid #334155;border-radius:12px;padding:12px 16px}.tray-header.svelte-x9r46h{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.tray-title.svelte-x9r46h{font-size:12px;font-weight:800;color:#fbbf24;letter-spacing:.5px}.reset-btn.svelte-x9r46h{min-height:40px;padding:6px 14px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#e2e8f0;font-size:12px;font-weight:700;cursor:pointer}.reset-btn.svelte-x9r46h:hover{background:#334155;color:#fff}.tool-buttons-grid.svelte-x9r46h{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:640px){.tool-buttons-grid.svelte-x9r46h{grid-template-columns:1fr}}.tool-btn.svelte-x9r46h{min-height:52px;padding:8px 12px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left;position:relative;transition:all .2s ease}.tool-btn.svelte-x9r46h:hover{border-color:#38bdf8;background:#273549}.tool-btn.active-tool.svelte-x9r46h{background:#0369a1;border-color:#38bdf8;box-shadow:0 4px 12px #0284c766}.tool-icon.svelte-x9r46h{font-size:22px}.tool-details.svelte-x9r46h strong:where(.svelte-x9r46h){display:block;font-size:13px;font-weight:800;color:#f8fafc}.tool-details.svelte-x9r46h small:where(.svelte-x9r46h){display:block;font-size:11px;color:#cbd5e1}.check-badge.svelte-x9r46h{position:absolute;top:6px;right:8px;background:#15803d;color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:6px}.modal-backdrop.svelte-csuxuf{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999;padding:16px}.modal-card.svelte-csuxuf{background:#0f172a;border:2px solid #f59e0b;border-radius:16px;width:100%;max-width:720px;padding:20px;box-shadow:0 10px 30px #00000080;color:#fff}.modal-header.svelte-csuxuf{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.header-badge.svelte-csuxuf{background:#b45309;color:#fef08a;font-size:11px;font-weight:800;padding:3px 8px;border-radius:6px;display:inline-block;margin-bottom:4px}.header-left.svelte-csuxuf h2:where(.svelte-csuxuf){margin:0;font-size:18px;color:#fbbf24;font-weight:800}.close-btn.svelte-csuxuf{min-width:44px;min-height:44px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#fff;font-size:18px;cursor:pointer}.feedback-banner.svelte-csuxuf{background:#1e293bcc;border:1.5px solid #38bdf8;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;margin:0 0 14px;text-align:center}.puzzle-columns.svelte-csuxuf{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:640px){.puzzle-columns.svelte-csuxuf{grid-template-columns:1fr}}.col-list.svelte-csuxuf{display:flex;flex-direction:column;gap:8px}.col-list.svelte-csuxuf h3:where(.svelte-csuxuf){margin:0 0 4px;font-size:13px;color:#94a3b8;font-weight:700}.match-btn.svelte-csuxuf{min-height:50px;padding:10px 14px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#fff;font-size:12px;font-weight:700;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .15s ease}.match-btn.svelte-csuxuf:hover:not(:disabled){border-color:#38bdf8;background:#334155}.match-btn.selected.svelte-csuxuf{background:#0369a1;border-color:#38bdf8;box-shadow:0 0 10px #38bdf880}.match-btn.solved.svelte-csuxuf{background:#14532d;border-color:#22c55e;color:#86efac;opacity:.85;cursor:default}.solved-check.svelte-csuxuf{color:#4ade80;font-weight:900;font-size:16px}.modal-footer.svelte-csuxuf{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;border-top:1px solid #334155}.progress-label.svelte-csuxuf{font-size:13px;color:#e2e8f0}.progress-label.svelte-csuxuf strong:where(.svelte-csuxuf){color:#fbbf24}.finish-btn.svelte-csuxuf{min-height:48px;padding:8px 20px;background:#f59e0b;border:none;border-radius:10px;color:#0f172a;font-size:13px;font-weight:800;cursor:pointer}.finish-btn.svelte-csuxuf:hover{background:#fbbf24}.modal-backdrop.svelte-rcqmkv{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999;padding:16px}.modal-card.svelte-rcqmkv{background:#0f172a;border:2px solid #38bdf8;border-radius:16px;width:100%;max-width:740px;max-height:90vh;display:flex;flex-direction:column;padding:20px;box-shadow:0 10px 30px #00000080;color:#fff}.modal-header.svelte-rcqmkv{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #334155}.header-badge.svelte-rcqmkv{background:#0369a1;color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:6px;display:inline-block;margin-bottom:4px}.header-left.svelte-rcqmkv h2:where(.svelte-rcqmkv){margin:0;font-size:18px;color:#38bdf8;font-weight:800}.close-btn.svelte-rcqmkv{min-width:44px;min-height:44px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#fff;font-size:18px;cursor:pointer}.conclusions-scroll.svelte-rcqmkv{overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:6px}.conclusion-item.svelte-rcqmkv{display:flex;gap:12px;background:#1e293b;border:1px solid #334155;border-radius:10px;padding:12px 14px}.item-badge.svelte-rcqmkv{background:#0f172a;border:1px solid #38bdf8;color:#38bdf8;font-size:13px;font-weight:800;padding:6px 10px;border-radius:8px;height:fit-content;white-space:nowrap}.item-content.svelte-rcqmkv h3:where(.svelte-rcqmkv){margin:0 0 6px;font-size:14px;color:#fbbf24;font-weight:800}.item-content.svelte-rcqmkv p:where(.svelte-rcqmkv){margin:0;font-size:12px;color:#f1f5f9;line-height:1.5;font-weight:600}.modal-footer.svelte-rcqmkv{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid #334155;flex-wrap:wrap;gap:10px}.footer-note.svelte-rcqmkv{font-size:11px;color:#94a3b8}.close-action-btn.svelte-rcqmkv{min-height:48px;padding:8px 20px;background:#0284c7;border:none;border-radius:10px;color:#fff;font-size:13px;font-weight:800;cursor:pointer}.close-action-btn.svelte-rcqmkv:hover{background:#0369a1}.lab-module-container.svelte-8lcj6s{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1240px;margin:0 auto}.arena-tab-bar.svelte-8lcj6s{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:768px){.arena-tab-bar.svelte-8lcj6s{grid-template-columns:1fr}}.tab-btn.svelte-8lcj6s{min-height:52px;padding:10px 14px;background:#0f172a;border:2px solid #334155;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;align-items:center;gap:12px;text-align:left;position:relative;transition:all .2s ease}.tab-btn.svelte-8lcj6s:hover{border-color:#38bdf8;background:#1e293b;color:#fff}.tab-btn.active-tab.svelte-8lcj6s{background:#0369a1;border-color:#38bdf8;color:#fff;box-shadow:0 4px 14px #0284c766}.tab-icon.svelte-8lcj6s{font-size:24px;flex-shrink:0}.tab-text.svelte-8lcj6s strong:where(.svelte-8lcj6s){display:block;font-size:13px;font-weight:800}.tab-text.svelte-8lcj6s small:where(.svelte-8lcj6s){display:block;font-size:11px;color:#cbd5e1}.tab-done-badge.svelte-8lcj6s{position:absolute;top:6px;right:8px;background:#15803d;color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:6px}.lab-content-grid.svelte-8lcj6s{display:grid;grid-template-columns:1fr 340px;gap:16px;align-items:start}@media(max-width:960px){.lab-content-grid.svelte-8lcj6s{grid-template-columns:1fr}}.arena-main-column.svelte-8lcj6s{min-width:0}.missions-sidebar.svelte-8lcj6s{background:#0f172af2;border:2px solid #334155;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px;color:#fff;box-shadow:0 6px 20px #00000059}.sidebar-header.svelte-8lcj6s{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #334155}.badge-title.svelte-8lcj6s{display:flex;align-items:center;gap:8px}.badge-title.svelte-8lcj6s h3:where(.svelte-8lcj6s){margin:0;font-size:14px;font-weight:800;color:#fbbf24;letter-spacing:.5px}.star-icon.svelte-8lcj6s{font-size:16px}.progress-pill.svelte-8lcj6s{background:#0284c7;color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:8px}.mission-card.svelte-8lcj6s{background:#1e293b;border:1.5px solid #334155;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px;transition:all .2s ease}.mission-card.mission-completed.svelte-8lcj6s{border-color:#22c55e;background:#14532d59}.mission-top.svelte-8lcj6s{display:flex;justify-content:space-between;align-items:center}.mission-title.svelte-8lcj6s{display:flex;align-items:center;gap:8px}.mission-title.svelte-8lcj6s h4:where(.svelte-8lcj6s){margin:0;font-size:13px;font-weight:800;color:#f8fafc}.m-icon.svelte-8lcj6s{font-size:16px}.jump-btn.svelte-8lcj6s{background:#0f172a;border:1px solid #0284c7;color:#38bdf8;font-size:10px;font-weight:800;padding:3px 8px;border-radius:6px;cursor:pointer}.jump-btn.svelte-8lcj6s:hover{background:#0284c7;color:#fff}.mission-desc.svelte-8lcj6s{margin:0;font-size:12px;color:#cbd5e1;line-height:1.4;font-weight:600}.clue-toggle-btn.svelte-8lcj6s{min-height:38px;padding:6px 10px;background:#0f172a;border:1px solid #475569;border-radius:8px;color:#fbbf24;font-size:11px;font-weight:700;cursor:pointer;text-align:left}.clue-toggle-btn.svelte-8lcj6s:hover{background:#1e293b;border-color:#fbbf24}.clue-box.svelte-8lcj6s{background:#0f172a;border:1px dashed #f59e0b;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.clue-box.svelte-8lcj6s p:where(.svelte-8lcj6s){margin:0;font-size:11px;color:#f1f5f9;line-height:1.4;font-weight:600}.sidebar-action-buttons.svelte-8lcj6s{display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:8px;border-top:1px solid #334155}.action-modal-btn.svelte-8lcj6s{min-height:48px;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:800;cursor:pointer;text-align:center;transition:all .2s ease}.reflection-btn.svelte-8lcj6s{background:#1e293b;border:2px solid #f59e0b;color:#fbbf24}.reflection-btn.svelte-8lcj6s:hover{background:#b45309;color:#fff}.conclusion-btn.svelte-8lcj6s{background:#0284c7;border:2px solid #38bdf8;color:#fff}.conclusion-btn.svelte-8lcj6s:hover{background:#0369a1}.arena-card.svelte-zp4m3y{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-zp4m3y{background:#0f172af2;border:2px solid #f59e0b;border-radius:12px;padding:12px 16px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-zp4m3y{display:flex;align-items:center;gap:8px;margin-bottom:8px}.guide-icon.svelte-zp4m3y{font-size:1.25rem}.guide-title.svelte-zp4m3y{color:#fbbf24;font-size:.95rem;letter-spacing:.5px;font-weight:800}.guide-steps.svelte-zp4m3y{display:flex;flex-wrap:wrap;gap:8px}.step-chip.svelte-zp4m3y{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:6px 10px;font-size:.85rem;color:#fff;font-weight:700;line-height:1.35}.step-chip.svelte-zp4m3y strong:where(.svelte-zp4m3y){color:#38bdf8}.canvas-wrapper.svelte-zp4m3y{background:#020617;border:2px solid #334155;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000059}.sim-svg.svelte-zp4m3y{width:100%;height:auto;max-height:380px;display:block}.control-panel.svelte-zp4m3y{display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 16px}.control-label.svelte-zp4m3y{font-size:.9rem;font-weight:800;color:var(--text)}.month-slider-card.svelte-zp4m3y{display:flex;flex-direction:column;gap:6px}.zone-selector-group.svelte-zp4m3y{display:flex;flex-direction:column;gap:6px;padding-top:10px;border-top:1px dashed #cbd5e1}.zone-buttons.svelte-zp4m3y{display:flex;gap:10px;margin-top:2px}.zone-btn.svelte-zp4m3y{flex:1;min-height:48px;padding:10px 14px;border-radius:10px;border:2px solid #cbd5e1;background:#fff;color:#1e293b;font-weight:800;font-size:.9rem;cursor:pointer;transition:all .15s ease}.zone-btn.svelte-zp4m3y:hover{border-color:#0ea5e9;background:#f0f9ff}.zone-btn.active-zone.svelte-zp4m3y{border-color:#0284c7;background:#0284c7;color:#fff;box-shadow:0 4px 12px #0284c74d}.slider-header.svelte-zp4m3y{display:flex;justify-content:space-between;align-items:center}.month-val.svelte-zp4m3y{color:#0284c7;font-size:.95rem}.btn-orbit.svelte-zp4m3y{min-height:36px;padding:6px 14px;border-radius:8px;background:#1e293b;color:#facc15;border:1px solid #facc15;font-weight:800;cursor:pointer}.btn-orbit.svelte-zp4m3y:hover{background:#334155}.tactile-slider.svelte-zp4m3y{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:18px;border-radius:9px;background:#cbd5e1;outline:none;cursor:pointer;margin:8px 0 4px}.tactile-slider.svelte-zp4m3y::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border-radius:50%;background:#0284c7;border:3px solid #ffffff;box-shadow:0 4px 12px #0000004d;cursor:grab;transition:transform .1s ease}.tactile-slider.svelte-zp4m3y::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.1)}.tactile-slider.svelte-zp4m3y::-moz-range-thumb{width:40px;height:40px;border-radius:50%;background:#0284c7;border:3px solid #ffffff;box-shadow:0 4px 12px #0000004d;cursor:grab}.month-labels.svelte-zp4m3y{display:flex;justify-content:space-between;font-size:.8rem;font-weight:800;color:#1e293b}.science-result-box.svelte-zp4m3y{background:#0f172af2;border:2px solid #0ea5e9;border-radius:14px;padding:14px 18px;box-shadow:0 4px 16px #00000040}.res-title.svelte-zp4m3y{display:flex;align-items:center;gap:8px;margin-bottom:6px}.res-icon.svelte-zp4m3y{font-size:1.2rem}.res-title.svelte-zp4m3y h4:where(.svelte-zp4m3y){color:#38bdf8;font-size:.92rem;font-weight:800;margin:0}.res-desc.svelte-zp4m3y{color:#fff;font-size:.88rem;font-weight:700;line-height:1.45;margin:0 0 10px}.key-takeaway.svelte-zp4m3y{border-top:1px solid #334155;padding-top:8px;color:#f1f5f9;font-size:.84rem;line-height:1.4}.key-takeaway.svelte-zp4m3y strong:where(.svelte-zp4m3y){color:#facc15}@media(max-width:640px){.zone-buttons.svelte-zp4m3y{flex-direction:column}}.arena-card.svelte-lsuywq{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-lsuywq{background:#0f172af2;border:2px solid #f59e0b;border-radius:12px;padding:12px 16px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-lsuywq{display:flex;align-items:center;gap:8px;margin-bottom:8px}.guide-icon.svelte-lsuywq{font-size:1.25rem}.guide-title.svelte-lsuywq{color:#fbbf24;font-size:.95rem;letter-spacing:.5px;font-weight:800}.guide-steps.svelte-lsuywq{display:flex;flex-wrap:wrap;gap:8px}.step-chip.svelte-lsuywq{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:6px 10px;font-size:.85rem;color:#fff;font-weight:700;line-height:1.35}.step-chip.svelte-lsuywq strong:where(.svelte-lsuywq){color:#38bdf8}.canvas-wrapper.svelte-lsuywq{background:#020617;border:2px solid #334155;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000059}.sim-svg.svelte-lsuywq{width:100%;height:auto;max-height:380px;display:block}.control-panel.svelte-lsuywq{display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 16px}.lamp-switch-row.svelte-lsuywq{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.lamp-btn.svelte-lsuywq{min-height:48px;padding:10px 20px;border-radius:10px;border:2px solid #f59e0b;background:#fff;color:#b45309;font-weight:800;font-size:.95rem;cursor:pointer;transition:all .15s ease}.lamp-btn.svelte-lsuywq:hover{background:#fef3c7}.lamp-btn.lamp-active.svelte-lsuywq{background:#f59e0b;color:#fff;border-color:#d97706;box-shadow:0 4px 14px #f59e0b66}.lamp-status-text.svelte-lsuywq{font-size:.88rem;font-weight:800;color:#0f172a}.sliders-grid.svelte-lsuywq{display:grid;grid-template-columns:1fr 1fr;gap:16px}.slider-box.svelte-lsuywq{display:flex;flex-direction:column;gap:4px}.slider-label.svelte-lsuywq{font-size:.88rem;font-weight:800;color:var(--text)}.val-co2.svelte-lsuywq{color:#ea580c}.val-tree.svelte-lsuywq{color:#16a34a}.tactile-slider.svelte-lsuywq{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:18px;border-radius:9px;background:#cbd5e1;outline:none;cursor:pointer;margin:8px 0 4px}.co2-slider.svelte-lsuywq::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border-radius:50%;background:#ea580c;border:3px solid #ffffff;box-shadow:0 4px 12px #0000004d;cursor:grab}.tree-slider.svelte-lsuywq::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;border-radius:50%;background:#16a34a;border:3px solid #ffffff;box-shadow:0 4px 12px #0000004d;cursor:grab}.slider-tips.svelte-lsuywq{display:flex;justify-content:space-between;font-size:.78rem;font-weight:800;color:#1e293b}.science-result-box.svelte-lsuywq{background:#0f172af2;border:2px solid #0ea5e9;border-radius:14px;padding:14px 18px;box-shadow:0 4px 16px #00000040}.res-title.svelte-lsuywq{display:flex;align-items:center;gap:8px;margin-bottom:6px}.res-icon.svelte-lsuywq{font-size:1.2rem}.res-title.svelte-lsuywq h4:where(.svelte-lsuywq){color:#38bdf8;font-size:.92rem;font-weight:800;margin:0}.res-desc.svelte-lsuywq{color:#fff;font-size:.88rem;font-weight:700;line-height:1.45;margin:0 0 10px}.key-takeaway.svelte-lsuywq{border-top:1px solid #334155;padding-top:8px;color:#f1f5f9;font-size:.84rem;line-height:1.4}.key-takeaway.svelte-lsuywq strong:where(.svelte-lsuywq){color:#facc15}@media(max-width:640px){.sliders-grid.svelte-lsuywq{grid-template-columns:1fr}}.arena-card.svelte-5ftjbo{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-5ftjbo{background:#0f172af2;border:2px solid #f59e0b;border-radius:12px;padding:12px 16px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-5ftjbo{display:flex;align-items:center;gap:8px;margin-bottom:8px}.guide-icon.svelte-5ftjbo{font-size:1.25rem}.guide-title.svelte-5ftjbo{color:#fbbf24;font-size:.95rem;letter-spacing:.5px;font-weight:800}.guide-steps.svelte-5ftjbo{display:flex;flex-wrap:wrap;gap:8px}.step-chip.svelte-5ftjbo{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:6px 10px;font-size:.85rem;color:#fff;font-weight:700;line-height:1.35}.step-chip.svelte-5ftjbo strong:where(.svelte-5ftjbo){color:#38bdf8}.canvas-wrapper.svelte-5ftjbo{background:#020617;border:2px solid #334155;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000059}.sim-svg.svelte-5ftjbo{width:100%;height:auto;max-height:380px;display:block}.control-panel.svelte-5ftjbo{display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 16px}.control-header.svelte-5ftjbo{display:flex;justify-content:space-between;align-items:center}.control-label.svelte-5ftjbo{font-size:.9rem;font-weight:800;color:var(--text)}.active-count-badge.svelte-5ftjbo{background:#1e293b;color:#38bdf8;border:1px solid #38bdf8;border-radius:20px;padding:4px 12px;font-size:.82rem;font-weight:800}.actions-grid.svelte-5ftjbo{display:grid;grid-template-columns:1fr 1fr;gap:10px}.action-card-btn.svelte-5ftjbo{display:flex;align-items:center;gap:12px;min-height:52px;padding:10px 14px;border-radius:12px;border:2px solid #cbd5e1;background:#fff;color:#1e293b;text-align:left;cursor:pointer;transition:all .15s ease}.action-card-btn.svelte-5ftjbo:hover{border-color:#0ea5e9;background:#f0f9ff}.action-card-btn.action-active.svelte-5ftjbo{border-color:#16a34a;background:#f0fdf4;box-shadow:0 4px 14px #16a34a40}.action-icon.svelte-5ftjbo{font-size:1.6rem;flex-shrink:0}.action-text.svelte-5ftjbo{flex:1;display:flex;flex-direction:column}.action-text.svelte-5ftjbo strong:where(.svelte-5ftjbo){font-size:.9rem;color:#0f172a}.action-text.svelte-5ftjbo small:where(.svelte-5ftjbo){font-size:.78rem;color:#334155;font-weight:700;line-height:1.25}.action-switch.svelte-5ftjbo{font-size:.78rem;font-weight:800;padding:4px 8px;border-radius:6px;background:#e2e8f0;color:#64748b}.action-active.svelte-5ftjbo .action-switch:where(.svelte-5ftjbo){background:#16a34a;color:#fff}.science-result-box.svelte-5ftjbo{background:#0f172af2;border:2px solid #0ea5e9;border-radius:14px;padding:14px 18px;box-shadow:0 4px 16px #00000040}.res-title.svelte-5ftjbo{display:flex;align-items:center;gap:8px;margin-bottom:6px}.res-icon.svelte-5ftjbo{font-size:1.2rem}.res-title.svelte-5ftjbo h4:where(.svelte-5ftjbo){color:#38bdf8;font-size:.92rem;font-weight:800;margin:0}.res-desc.svelte-5ftjbo{color:#fff;font-size:.88rem;font-weight:700;line-height:1.45;margin:0 0 10px}.key-takeaway.svelte-5ftjbo{border-top:1px solid #334155;padding-top:8px;color:#f1f5f9;font-size:.84rem;line-height:1.4}.key-takeaway.svelte-5ftjbo strong:where(.svelte-5ftjbo){color:#facc15}@media(max-width:640px){.actions-grid.svelte-5ftjbo{grid-template-columns:1fr}}.modal-backdrop.svelte-dwmuqo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#020617d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.modal-card.svelte-dwmuqo{background:#0f172a;border:2px solid #0ea5e9;border-radius:20px;max-width:680px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow-y:auto;padding:20px;box-shadow:0 16px 40px #0009}.modal-header.svelte-dwmuqo{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1e293b;padding-bottom:12px}.title-wrap.svelte-dwmuqo{display:flex;align-items:center;gap:12px}.m-icon.svelte-dwmuqo{font-size:2rem}.m-title.svelte-dwmuqo{color:#38bdf8;font-size:1.1rem;font-weight:800;margin:0}.m-sub.svelte-dwmuqo{color:#94a3b8;font-size:.85rem;margin:2px 0 0}.btn-close.svelte-dwmuqo{background:#1e293b;color:#f1f5f9;border:1px solid #334155;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer}.feedback-banner.svelte-dwmuqo{margin:14px 0;padding:10px 14px;border-radius:10px;background:#1e293b;border:1.5px solid;font-weight:800;font-size:.9rem;text-align:center}.puzzle-grid.svelte-dwmuqo{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:8px 0 16px}.puzzle-col.svelte-dwmuqo{display:flex;flex-direction:column;gap:10px}.col-head.svelte-dwmuqo{color:#facc15;font-size:.88rem;margin:0 0 2px}.puzzle-btn.svelte-dwmuqo{display:flex;flex-direction:column;gap:6px;min-height:64px;padding:10px 12px;border-radius:10px;border:2px solid #334155;background:#1e293b;color:#fff;font-size:.85rem;font-weight:700;line-height:1.35;text-align:left;cursor:pointer;transition:all .15s ease}.puzzle-btn.svelte-dwmuqo:hover:not(:disabled){border-color:#38bdf8;background:#0c4a6e}.puzzle-btn.btn-selected.svelte-dwmuqo{border-color:#facc15;background:#713f12;box-shadow:0 0 12px #facc1566}.puzzle-btn.btn-solved.svelte-dwmuqo{border-color:#22c55e;background:#064e3b;opacity:.85;cursor:default}.check-mark.svelte-dwmuqo{align-self:flex-end;font-size:.76rem;color:#4ade80;font-weight:800}.modal-footer.svelte-dwmuqo{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1e293b;padding-top:14px}.score-pill.svelte-dwmuqo{background:#1e293b;color:#38bdf8;border:1px solid #38bdf8;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:800}@media(max-width:640px){.puzzle-grid.svelte-dwmuqo{grid-template-columns:1fr}}.modal-backdrop.svelte-1f7a4w8{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#020617d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.modal-card.svelte-1f7a4w8{background:#0f172a;border:2px solid #38bdf8;border-radius:20px;max-width:680px;width:100%;max-height:90vh;display:flex;flex-direction:column;padding:24px;box-shadow:0 16px 40px #0009}.modal-header.svelte-1f7a4w8{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #1e293b;padding-bottom:14px;margin-bottom:16px}.header-badge.svelte-1f7a4w8{display:inline-block;background:#1e293b;color:#facc15;border:1px solid #facc15;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:800;margin-bottom:6px}.header-left.svelte-1f7a4w8 h2:where(.svelte-1f7a4w8){color:#fff;font-size:1.15rem;font-weight:800;margin:0}.close-btn.svelte-1f7a4w8{background:#1e293b;color:#f1f5f9;border:1px solid #334155;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer}.conclusions-scroll.svelte-1f7a4w8{overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding-right:6px}.conclusion-item.svelte-1f7a4w8{display:flex;gap:14px;background:#1e293b;border:1px solid #334155;border-radius:14px;padding:14px 16px;align-items:flex-start}.item-badge.svelte-1f7a4w8{background:#0f172a;border:1px solid #0ea5e9;border-radius:12px;padding:6px 10px;font-size:1.1rem;font-weight:800;color:#38bdf8;flex-shrink:0}.item-content.svelte-1f7a4w8 h3:where(.svelte-1f7a4w8){color:#fbbf24;font-size:.95rem;font-weight:800;margin:0 0 6px}.item-content.svelte-1f7a4w8 p:where(.svelte-1f7a4w8){color:#fff;font-size:.85rem;line-height:1.45;margin:0}.modal-footer.svelte-1f7a4w8{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1e293b;padding-top:16px;margin-top:14px}.footer-note.svelte-1f7a4w8{color:#94a3b8;font-size:.8rem;margin:0}@media(max-width:640px){.modal-footer.svelte-1f7a4w8{flex-direction:column;gap:12px;text-align:center}}.lab-module-container.svelte-10bnxpi{display:flex;flex-direction:column;gap:16px}.arena-tab-bar.svelte-10bnxpi{display:flex;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:8px;box-shadow:0 4px 12px #0000000d}.tab-btn.svelte-10bnxpi{flex:1;display:flex;align-items:center;gap:12px;min-height:52px;padding:8px 14px;border-radius:12px;border:2px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;text-align:left;transition:all .2s ease}.tab-btn.svelte-10bnxpi:hover{background:var(--surface-hover);color:var(--text)}.tab-btn.active-tab.svelte-10bnxpi{background:#fff;border-color:#0284c7;color:#0284c7;box-shadow:0 4px 14px #0284c72e}.tab-icon.svelte-10bnxpi{font-size:1.5rem;flex-shrink:0}.tab-text.svelte-10bnxpi{flex:1;display:flex;flex-direction:column}.tab-text.svelte-10bnxpi strong:where(.svelte-10bnxpi){font-size:.92rem;color:var(--text)}.active-tab.svelte-10bnxpi .tab-text:where(.svelte-10bnxpi) strong:where(.svelte-10bnxpi){color:#0284c7}.tab-text.svelte-10bnxpi small:where(.svelte-10bnxpi){font-size:.75rem;color:var(--text-muted)}.tab-done-badge.svelte-10bnxpi{background:#22c55e;color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:20px;white-space:nowrap}.lab-content-grid.svelte-10bnxpi{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.arena-main-column.svelte-10bnxpi{min-width:0}.missions-sidebar.svelte-10bnxpi{background:#0f172af2;border:2px solid #0ea5e9;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 24px #00000040}.sidebar-header.svelte-10bnxpi{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #334155;padding-bottom:10px}.badge-title.svelte-10bnxpi{display:flex;align-items:center;gap:8px}.star-icon.svelte-10bnxpi{font-size:1.25rem}.badge-title.svelte-10bnxpi h3:where(.svelte-10bnxpi){color:#38bdf8;font-size:.95rem;font-weight:800;margin:0;letter-spacing:.5px}.progress-pill.svelte-10bnxpi{background:#0284c7;color:#fff;padding:4px 10px;border-radius:20px;font-size:.78rem;font-weight:800}.mission-card.svelte-10bnxpi{background:#1e293b;border:1.5px solid #334155;border-radius:12px;padding:12px;transition:all .2s ease}.mission-card.mission-completed.svelte-10bnxpi{border-color:#22c55e;background:#064e3b}.mission-top.svelte-10bnxpi{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mission-title.svelte-10bnxpi{display:flex;align-items:center;gap:6px}.m-icon.svelte-10bnxpi{font-size:1.1rem}.mission-title.svelte-10bnxpi h4:where(.svelte-10bnxpi){color:#fbbf24;font-size:.88rem;font-weight:800;margin:0}.mission-completed.svelte-10bnxpi .mission-title:where(.svelte-10bnxpi) h4:where(.svelte-10bnxpi){color:#86efac}.jump-btn.svelte-10bnxpi{background:#0f172a;color:#38bdf8;border:1px solid #38bdf8;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:700;cursor:pointer}.jump-btn.svelte-10bnxpi:hover{background:#38bdf8;color:#0f172a}.mission-desc.svelte-10bnxpi{color:#fff;font-size:.82rem;line-height:1.35;margin:0 0 8px;font-weight:600}.clue-toggle-btn.svelte-10bnxpi{width:100%;background:#0f172a;border:1px dashed #f59e0b;color:#facc15;border-radius:8px;padding:6px 10px;font-size:.76rem;font-weight:700;cursor:pointer;text-align:left;margin-top:4px}.clue-toggle-btn.svelte-10bnxpi:hover{background:#292524}.clue-box.svelte-10bnxpi{margin-top:8px;background:#0f172a;border:1px solid #f59e0b;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.clue-box.svelte-10bnxpi p:where(.svelte-10bnxpi){color:#f1f5f9;font-size:.78rem;line-height:1.3;margin:0}.clue-box.svelte-10bnxpi strong:where(.svelte-10bnxpi){color:#38bdf8}.sidebar-actions.svelte-10bnxpi{display:flex;flex-direction:column;gap:8px;margin-top:6px}.btn-action-quiz.svelte-10bnxpi{min-height:48px;border-radius:10px;border:2px solid #f59e0b;background:#78350f;color:#fef08a;font-weight:800;font-size:.88rem;cursor:pointer;transition:all .15s ease}.btn-action-quiz.svelte-10bnxpi:hover{background:#92400e}.btn-action-summary.svelte-10bnxpi{min-height:48px;border-radius:10px;border:2px solid #0ea5e9;background:#0369a1;color:#fff;font-weight:800;font-size:.88rem;cursor:pointer;transition:all .15s ease}.btn-action-summary.svelte-10bnxpi:hover{background:#0284c7}@media(max-width:960px){.lab-content-grid.svelte-10bnxpi{grid-template-columns:1fr}.arena-tab-bar.svelte-10bnxpi{flex-direction:column;gap:6px}}.arena-container.svelte-mlrwgt{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-mlrwgt{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #f59e0b;border-left:5px solid #fbbf24;border-radius:12px;padding:12px 18px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-mlrwgt{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-mlrwgt{background:#f59e0b;color:#0f172a;font-size:.75rem;font-weight:800;padding:3px 8px;border-radius:6px;letter-spacing:.5px}.guide-title.svelte-mlrwgt{color:#fbbf24;font-size:1rem;font-weight:700}.guide-text.svelte-mlrwgt{color:#fff;font-size:.92rem;line-height:1.5;margin:0;font-weight:600}.canvas-wrapper.svelte-mlrwgt{background:#090d16;border:1px solid var(--border-subtle, #334155);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000004d}.bioma-svg.svelte-mlrwgt{width:100%;height:auto;display:block;min-height:320px;max-height:380px}.controls-grid.svelte-mlrwgt{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:14px}.control-card.svelte-mlrwgt{background:#0f172ae6;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.card-header-bar.svelte-mlrwgt{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.card-icon.svelte-mlrwgt{font-size:1.2rem}.card-title.svelte-mlrwgt{color:#fff;font-weight:700;font-size:.92rem}.btn-activate-sim.svelte-mlrwgt{min-height:48px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 4px 12px #10b98159;transition:transform .15s ease}.btn-activate-sim.svelte-mlrwgt:hover{transform:translateY(-2px)}.zone-selector-group.svelte-mlrwgt{display:flex;flex-direction:column;gap:8px}.zone-pill.svelte-mlrwgt{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:8px 12px;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;transition:all .2s ease;color:#fff}.zone-pill.svelte-mlrwgt span:where(.svelte-mlrwgt){font-weight:700;font-size:.88rem}.zone-pill.svelte-mlrwgt small:where(.svelte-mlrwgt){color:#94a3b8;font-size:.76rem}.zone-pill.active-asiatis.svelte-mlrwgt{background:#10b98133;border-color:#10b981}.zone-pill.active-peralihan.svelte-mlrwgt{background:#f59e0b33;border-color:#f59e0b}.zone-pill.active-australis.svelte-mlrwgt{background:#0ea5e933;border-color:#0ea5e9}.slider-wrapper.svelte-mlrwgt{display:flex;align-items:center;gap:10px}.slider-label-left.svelte-mlrwgt,.slider-label-right.svelte-mlrwgt{font-size:.75rem;color:#cbd5e1;font-weight:600;white-space:nowrap}.tactile-range.svelte-mlrwgt{flex:1;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#334155;border-radius:9px;outline:none}.tactile-range.svelte-mlrwgt::-webkit-slider-thumb{-webkit-appearance:none;width:38px;height:38px;border-radius:50%;background:#0ea5e9;border:3px solid #ffffff;box-shadow:0 2px 8px #0006;cursor:grab}.altitude-feedback.svelte-mlrwgt{margin-top:4px;text-align:center}.feedback-badge.svelte-mlrwgt{background:#0f172a;border:1px solid #38bdf8;color:#38bdf8;font-size:.82rem;font-weight:700;padding:4px 10px;border-radius:8px;display:inline-block}.lens-toggle-group.svelte-mlrwgt{display:flex;gap:6px}.lens-btn.svelte-mlrwgt{flex:1;min-height:44px;background:#1e293b;border:1px solid #334155;color:#e2e8f0;border-radius:8px;font-weight:700;font-size:.82rem;cursor:pointer}.lens-btn.active.svelte-mlrwgt{background:#0284c7;border-color:#38bdf8;color:#fff}.gene-selection-box.svelte-mlrwgt,.species-list-box.svelte-mlrwgt,.ecosystem-summary-box.svelte-mlrwgt{background:#0f172a;border-radius:8px;padding:10px;font-size:.82rem;color:#e2e8f0}.gene-pills.svelte-mlrwgt{display:flex;gap:6px;margin:8px 0}.gene-chip.svelte-mlrwgt{flex:1;min-height:44px;background:#1e293b;border:2px solid #334155;border-radius:8px;color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.gene-chip.selected.svelte-mlrwgt{border-color:#38bdf8;background:#38bdf826}.color-dot.svelte-mlrwgt{width:12px;height:12px;border-radius:50%}.gene-explanation.svelte-mlrwgt{margin:4px 0 0;color:#38bdf8;font-size:.8rem}.species-item.svelte-mlrwgt{display:flex;align-items:center;gap:10px;padding:6px 0;border-bottom:1px solid #1e293b}.animal-icon.svelte-mlrwgt{font-size:1.6rem}.animal-info.svelte-mlrwgt strong:where(.svelte-mlrwgt){color:#fff;display:block;font-size:.86rem}.animal-info.svelte-mlrwgt small:where(.svelte-mlrwgt){color:#94a3b8;font-size:.75rem}.quiz-card.svelte-mlrwgt{border-color:#f59e0b}.quiz-question.svelte-mlrwgt{color:#fff;font-size:.86rem;line-height:1.45;margin:0}.quiz-options.svelte-mlrwgt{display:flex;flex-direction:column;gap:6px}.quiz-btn.svelte-mlrwgt{min-height:48px;background:#1e293b;border:1px solid #334155;color:#fff;border-radius:8px;font-size:.88rem;font-weight:700;text-align:left;padding:0 14px;cursor:pointer;transition:all .15s}.quiz-btn.correct.svelte-mlrwgt{background:#10b98140;border-color:#10b981;color:#34d399}.quiz-btn.wrong.svelte-mlrwgt{background:#ef444433;border-color:#ef4444;color:#f87171}.quiz-feedback-success.svelte-mlrwgt{background:#10b98133;border:1px solid #10b981;color:#a7f3d0;padding:8px 12px;border-radius:8px;font-size:.82rem;line-height:1.4}.quiz-feedback-hint.svelte-mlrwgt{background:#f59e0b33;border:1px solid #f59e0b;color:#fde68a;padding:8px 12px;border-radius:8px;font-size:.82rem;line-height:1.4}.arena-container.svelte-nsru75{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-nsru75{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #10b981;border-left:5px solid #34d399;border-radius:12px;padding:12px 18px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-nsru75{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-nsru75{background:#10b981;color:#0f172a;font-size:.75rem;font-weight:800;padding:3px 8px;border-radius:6px}.guide-title.svelte-nsru75{color:#34d399;font-size:1rem;font-weight:700}.guide-text.svelte-nsru75{color:#fff;font-size:.92rem;line-height:1.5;margin:0;font-weight:600}.canvas-wrapper.svelte-nsru75{background:#090d16;border:1px solid var(--border-subtle, #334155);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000004d}.neraca-svg.svelte-nsru75{width:100%;height:auto;display:block;min-height:280px;max-height:320px}.controls-grid.svelte-nsru75{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.control-card.svelte-nsru75{background:#0f172ae6;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.card-renewable.svelte-nsru75{border-top:4px solid #10b981}.card-non-renewable.svelte-nsru75{border-top:4px solid #0ea5e9}.card-header-bar.svelte-nsru75{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.card-icon.svelte-nsru75{font-size:1.2rem}.card-title.svelte-nsru75{color:#fff;font-weight:700;font-size:.88rem}.slider-wrapper.svelte-nsru75{display:flex;align-items:center;gap:10px}.slider-label-left.svelte-nsru75,.slider-label-right.svelte-nsru75{font-size:.75rem;color:#cbd5e1;font-weight:600;white-space:nowrap}.tactile-range.svelte-nsru75{flex:1;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#334155;border-radius:9px;outline:none}.tactile-range.svelte-nsru75::-webkit-slider-thumb{-webkit-appearance:none;width:38px;height:38px;border-radius:50%;background:#10b981;border:3px solid #ffffff;box-shadow:0 2px 8px #0006;cursor:grab}.range-oil.svelte-nsru75::-webkit-slider-thumb{background:#0ea5e9}.card-meta-info.svelte-nsru75{display:flex;justify-content:space-between;gap:6px}.meta-tag.svelte-nsru75{background:#1e293b;border:1px solid #334155;color:#e2e8f0;font-size:.76rem;font-weight:700;padding:3px 8px;border-radius:6px}.meta-tag.regen.svelte-nsru75{color:#34d399;border-color:#10b981}.meta-tag.zero-regen.svelte-nsru75{color:#f87171;border-color:#ef4444}.pros-cons-box.svelte-nsru75{background:#0f172a;border-radius:8px;padding:10px;font-size:.78rem;display:flex;flex-direction:column;gap:6px}.pro-item.svelte-nsru75{color:#a7f3d0}.con-item.svelte-nsru75{color:#fde68a}.simulation-actions-bar.svelte-nsru75{display:flex;flex-wrap:wrap;gap:10px}.btn-action-time.svelte-nsru75{flex:1;min-height:48px;background:#1e293b;border:1px solid #38bdf8;color:#fff;border-radius:10px;font-weight:700;font-size:.92rem;cursor:pointer;transition:all .15s ease}.btn-action-time.highlight.svelte-nsru75{background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:0 4px 12px #0284c74d}.btn-action-time.svelte-nsru75:hover{transform:translateY(-2px)}.btn-action-reset.svelte-nsru75{min-height:48px;background:#334155;border:1px solid #64748b;color:#fff;border-radius:10px;font-weight:700;padding:0 16px;cursor:pointer}.safe-failure-banner.svelte-nsru75{background:#ef444426;border:2px solid #ef4444;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start}.alert-icon.svelte-nsru75{font-size:1.8rem}.alert-text.svelte-nsru75 strong:where(.svelte-nsru75){color:#f87171;font-size:.94rem}.alert-text.svelte-nsru75 p:where(.svelte-nsru75){color:#fecaca;font-size:.86rem;line-height:1.45;margin:4px 0 0}.arena-container.svelte-12dogj5{display:flex;flex-direction:column;gap:16px}.kid-guide-banner.svelte-12dogj5{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fbbf24;border-left:5px solid #f59e0b;border-radius:12px;padding:12px 18px;box-shadow:0 4px 16px #00000040}.guide-header.svelte-12dogj5{display:flex;align-items:center;gap:10px;margin-bottom:6px}.guide-badge.svelte-12dogj5{background:#f59e0b;color:#0f172a;font-size:.75rem;font-weight:800;padding:3px 8px;border-radius:6px}.guide-title.svelte-12dogj5{color:#fbbf24;font-size:1rem;font-weight:700}.guide-text.svelte-12dogj5{color:#fff;font-size:.92rem;line-height:1.5;margin:0;font-weight:600}.canvas-wrapper.svelte-12dogj5{background:#090d16;border:1px solid var(--border-subtle, #334155);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000004d}.desa-svg.svelte-12dogj5{width:100%;height:auto;display:block;min-height:280px;max-height:320px}.controls-grid.svelte-12dogj5{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:14px}.control-card.svelte-12dogj5{background:#0f172ae6;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.card-header-bar.svelte-12dogj5{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.card-icon.svelte-12dogj5{font-size:1.2rem}.card-title.svelte-12dogj5{color:#fff;font-weight:700;font-size:.88rem}.selection-pills.svelte-12dogj5{display:flex;flex-direction:column;gap:8px}.region-btn.svelte-12dogj5{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:8px 12px;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;color:#fff;transition:all .15s}.region-btn.svelte-12dogj5 span:where(.svelte-12dogj5){font-weight:700;font-size:.88rem}.region-btn.svelte-12dogj5 small:where(.svelte-12dogj5){color:#cbd5e1;font-size:.76rem}.region-btn.active.svelte-12dogj5{background:#0ea5e933;border-color:#0ea5e9}.livelihood-group.svelte-12dogj5{display:flex;flex-direction:column;gap:8px}.livelihood-btn.svelte-12dogj5{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;color:#fff;text-align:left;transition:all .15s}.liv-icon.svelte-12dogj5{font-size:1.5rem}.liv-text.svelte-12dogj5 strong:where(.svelte-12dogj5){display:block;font-size:.86rem;color:#fff}.liv-text.svelte-12dogj5 small:where(.svelte-12dogj5){color:#cbd5e1;font-size:.74rem}.livelihood-btn.active.svelte-12dogj5{background:#10b98133;border-color:#10b981}.match-feedback.svelte-12dogj5{padding:8px 12px;border-radius:8px;font-size:.8rem;line-height:1.4}.match-feedback.success.svelte-12dogj5{background:#10b98133;border:1px solid #10b981;color:#a7f3d0}.match-feedback.warning.svelte-12dogj5{background:#f59e0b33;border:1px solid #f59e0b;color:#fde68a}.prof-intro.svelte-12dogj5{color:#cbd5e1;font-size:.8rem;margin:0}.profession-toggle-list.svelte-12dogj5{display:flex;flex-direction:column;gap:8px}.prof-card.svelte-12dogj5{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;color:#fff;text-align:left;transition:all .15s}.prof-emoji.svelte-12dogj5{font-size:1.5rem}.prof-meta.svelte-12dogj5{flex:1}.prof-meta.svelte-12dogj5 strong:where(.svelte-12dogj5){display:block;font-size:.86rem;color:#fff}.prof-meta.svelte-12dogj5 small:where(.svelte-12dogj5){color:#cbd5e1;font-size:.74rem}.prof-status.svelte-12dogj5{font-size:.78rem;font-weight:700;color:#cbd5e1}.prof-card.active-guru.svelte-12dogj5{border-color:#f59e0b;background:#f59e0b26}.prof-card.active-dokter.svelte-12dogj5{border-color:#ef4444;background:#ef444426}.prof-card.active-peneliti.svelte-12dogj5{border-color:#0ea5e9;background:#0ea5e926}.mission-success-banner.svelte-12dogj5{background:#10b98126;border:2px solid #10b981;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:center}.banner-icon.svelte-12dogj5{font-size:2rem}.banner-text.svelte-12dogj5 strong:where(.svelte-12dogj5){color:#34d399;font-size:.96rem}.banner-text.svelte-12dogj5 p:where(.svelte-12dogj5){color:#d1fae5;font-size:.88rem;line-height:1.45;margin:4px 0 0}.modal-backdrop.svelte-uzuama{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:999}.modal-card.svelte-uzuama{background:#0f172a;border:2px solid #38bdf8;border-radius:16px;max-width:580px;width:100%;box-shadow:0 16px 40px #00000080;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-uzuama{background:#1e293b;border-bottom:1px solid #334155;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.header-badge.svelte-uzuama span:where(.svelte-uzuama){color:#38bdf8;font-weight:800;font-size:.88rem;display:block}.header-badge.svelte-uzuama small:where(.svelte-uzuama){color:#94a3b8;font-size:.76rem}.btn-close.svelte-uzuama{background:transparent;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:6px}.modal-body.svelte-uzuama{padding:20px;display:flex;flex-direction:column;gap:14px}.question-text.svelte-uzuama{color:#fff;font-size:1.05rem;line-height:1.45;margin:0;font-weight:700}.options-list.svelte-uzuama{display:flex;flex-direction:column;gap:8px}.option-btn.svelte-uzuama{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:all .15s;color:#fff}.option-tag.svelte-uzuama{background:#334155;color:#fff;font-weight:800;font-size:.85rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.option-text.svelte-uzuama{font-size:.88rem;line-height:1.4;flex:1}.option-btn.correct.svelte-uzuama{background:#10b98133;border-color:#10b981}.option-btn.correct.svelte-uzuama .option-tag:where(.svelte-uzuama){background:#10b981}.option-btn.wrong.svelte-uzuama{background:#ef444433;border-color:#ef4444}.option-btn.wrong.svelte-uzuama .option-tag:where(.svelte-uzuama){background:#ef4444}.feedback-box.svelte-uzuama{background:#38bdf81f;border:1px solid #38bdf8;border-radius:10px;padding:12px 14px;color:#bae6fd;font-size:.85rem;line-height:1.45}.feedback-box.svelte-uzuama p:where(.svelte-uzuama){margin:0}.modal-footer.svelte-uzuama{background:#1e293b;border-top:1px solid #334155;padding:12px 18px;display:flex;justify-content:space-between;gap:10px}.btn-nav.svelte-uzuama{min-height:44px;padding:0 16px;border-radius:8px;background:#334155;border:1px solid #475569;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer}.btn-nav.primary.svelte-uzuama{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-color:#38bdf8}.btn-nav.svelte-uzuama:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop.svelte-1lypuru{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:999}.modal-card.svelte-1lypuru{background:#0f172a;border:2px solid #fbbf24;border-radius:16px;max-width:620px;width:100%;max-height:90vh;box-shadow:0 16px 40px #00000080;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-1lypuru{background:#1e293b;border-bottom:1px solid #334155;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.header-info.svelte-1lypuru{display:flex;align-items:center;gap:12px}.header-icon.svelte-1lypuru{font-size:1.8rem}.header-info.svelte-1lypuru h3:where(.svelte-1lypuru){color:#fbbf24;font-size:1.05rem;margin:0;font-weight:800}.header-info.svelte-1lypuru small:where(.svelte-1lypuru){color:#94a3b8;font-size:.78rem}.btn-close.svelte-1lypuru{background:transparent;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:4px 8px}.modal-body.svelte-1lypuru{padding:18px;overflow-y:auto}.conclusions-grid.svelte-1lypuru{display:flex;flex-direction:column;gap:12px}.conclusion-card.svelte-1lypuru{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:12px 14px;display:flex;gap:14px;align-items:flex-start}.badge-num.svelte-1lypuru{background:#f59e0b;color:#0f172a;font-weight:900;font-size:1rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-content.svelte-1lypuru h4:where(.svelte-1lypuru){color:#fff;font-size:.94rem;margin:0 0 4px;font-weight:700}.card-content.svelte-1lypuru p:where(.svelte-1lypuru){color:#cbd5e1;font-size:.84rem;line-height:1.45;margin:0}.modal-footer.svelte-1lypuru{background:#1e293b;border-top:1px solid #334155;padding:12px 18px;display:flex;justify-content:center}.btn-finish.svelte-1lypuru{min-height:48px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;border-radius:10px;font-weight:800;font-size:.95rem;padding:0 24px;cursor:pointer;box-shadow:0 4px 12px #f59e0b4d}.lab-shell-wrapper.svelte-1m30l7r{display:flex;flex-direction:column;gap:16px}.lab-grid-layout.svelte-1m30l7r{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:960px){.lab-grid-layout.svelte-1m30l7r{grid-template-columns:minmax(0,1fr) 340px}}.arena-display-column.svelte-1m30l7r{display:flex;flex-direction:column;gap:14px}.arena-tab-bar.svelte-1m30l7r{display:flex;gap:10px;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:8px;overflow-x:auto;box-shadow:0 4px 16px #00000040}.arena-tab-btn.svelte-1m30l7r{flex:1;min-height:54px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#cbd5e1;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:8px 16px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.tab-icon.svelte-1m30l7r{font-size:1.6rem}.tab-text.svelte-1m30l7r{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.tab-text.svelte-1m30l7r strong:where(.svelte-1m30l7r){color:#fff;font-size:.92rem;font-weight:800}.tab-text.svelte-1m30l7r small:where(.svelte-1m30l7r){color:#94a3b8;font-size:.76rem;font-weight:600}.arena-tab-btn.active.svelte-1m30l7r{background:linear-gradient(135deg,#0284c7,#0369a1);border-color:#38bdf8;box-shadow:0 4px 14px #0284c766}.arena-tab-btn.active.svelte-1m30l7r .tab-text:where(.svelte-1m30l7r) small:where(.svelte-1m30l7r){color:#e0f2fe}.tab-check.svelte-1m30l7r{background:#10b981;color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:6px;margin-left:auto}.sidebar-mission-column.svelte-1m30l7r{display:flex;flex-direction:column;gap:14px}.mission-panel-card.svelte-1m30l7r{background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 24px #00000040}.mission-panel-header.svelte-1m30l7r{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.title-with-badge.svelte-1m30l7r{display:flex;align-items:center;gap:10px}.panel-icon.svelte-1m30l7r{font-size:1.5rem}.title-with-badge.svelte-1m30l7r h3:where(.svelte-1m30l7r){color:#fff;font-size:.96rem;font-weight:800;margin:0}.title-with-badge.svelte-1m30l7r small:where(.svelte-1m30l7r){color:#94a3b8;font-size:.76rem}.progress-pill.svelte-1m30l7r{background:#1e293b;border:1px solid #38bdf8;color:#38bdf8;font-size:.78rem;font-weight:800;padding:3px 8px;border-radius:6px}.missions-list.svelte-1m30l7r{display:flex;flex-direction:column;gap:10px}.mission-item.svelte-1m30l7r{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s}.mission-item.done.svelte-1m30l7r{border-color:#10b981;background:#10b9811a}.mission-top-row.svelte-1m30l7r{display:flex;align-items:center;justify-content:space-between;gap:8px}.mission-select-btn.svelte-1m30l7r{flex:1;background:transparent;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;padding:0}.mission-name.svelte-1m30l7r{color:#fff;font-size:.85rem;font-weight:700}.clue-toggle-btn.svelte-1m30l7r{min-height:44px;width:44px;background:#0f172a;border:1px solid #f59e0b;border-radius:8px;color:#fbbf24;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.clue-dropdown-box.svelte-1m30l7r{background:#0f172a;border-radius:8px;padding:10px 12px;border:1px dashed #f59e0b}.clue-dropdown-box.svelte-1m30l7r ol:where(.svelte-1m30l7r){margin:0 0 0 16px;padding:0;color:#fde68a;font-size:.78rem;line-height:1.45}.mission-panel-actions.svelte-1m30l7r{display:flex;flex-direction:column;gap:8px;margin-top:4px}.btn-sidebar-action.svelte-1m30l7r{min-height:48px;background:#1e293b;border:1px solid #334155;color:#fff;border-radius:10px;font-weight:700;font-size:.86rem;cursor:pointer;transition:all .15s ease}.btn-sidebar-action.highlight.svelte-1m30l7r{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;box-shadow:0 4px 12px #f59e0b40}.btn-sidebar-action.svelte-1m30l7r:hover{transform:translateY(-2px)}.arena-container.svelte-1g8gixt{display:flex;flex-direction:column;gap:14px;width:100%}.kid-guide-banner.svelte-1g8gixt{display:flex;align-items:center;gap:12px;background:#0f172aeb;border:2px solid #38bdf8;border-radius:12px;padding:12px 16px;box-shadow:0 4px 14px #00000059}.banner-icon.svelte-1g8gixt{font-size:1.8rem;flex-shrink:0}.banner-text.svelte-1g8gixt strong:where(.svelte-1g8gixt){color:#fbbf24;font-size:.88rem;display:block;margin-bottom:2px;letter-spacing:.5px}.banner-text.svelte-1g8gixt p:where(.svelte-1g8gixt){color:#fff;font-size:.84rem;line-height:1.4;margin:0;font-weight:600}.canvas-wrapper.svelte-1g8gixt{background:#020617;border:2px solid #334155;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006}.sim-svg.svelte-1g8gixt{width:100%;min-height:340px;max-height:380px;display:block}.status-summary-bar.svelte-1g8gixt{display:flex;align-items:center;gap:12px;background:#0f172a;border:1px solid #334155;border-left:6px solid #38bdf8;border-radius:10px;padding:10px 14px}.status-badge.svelte-1g8gixt{color:#fff;font-size:.75rem;font-weight:800;padding:4px 8px;border-radius:6px;letter-spacing:.5px;flex-shrink:0}.status-text.svelte-1g8gixt{color:#fff;font-size:.88rem;font-weight:700}.prediction-card.svelte-1g8gixt{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.pred-header.svelte-1g8gixt{display:flex;align-items:center;gap:8px}.pred-icon.svelte-1g8gixt{font-size:1.3rem}.pred-header.svelte-1g8gixt strong:where(.svelte-1g8gixt){color:#38bdf8;font-size:.82rem;letter-spacing:.5px}.pred-question.svelte-1g8gixt{color:#fff;font-size:.88rem;line-height:1.45;margin:0}.pred-options.svelte-1g8gixt{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.btn-pred.svelte-1g8gixt{min-height:44px;background:#1e293b;border:1px solid #475569;border-radius:8px;padding:8px 10px;color:#e2e8f0;font-size:.82rem;text-align:left;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .15s}.btn-pred.svelte-1g8gixt span:where(.svelte-1g8gixt){background:#334155;color:#fff;font-weight:800;font-size:.78rem;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-pred.svelte-1g8gixt:hover{border-color:#38bdf8;background:#334155}.btn-pred.selected.correct.svelte-1g8gixt{background:#10b98140;border-color:#10b981;color:#6ee7b7}.btn-pred.selected.correct.svelte-1g8gixt span:where(.svelte-1g8gixt){background:#10b981}.btn-pred.selected.wrong.svelte-1g8gixt{background:#ef444440;border-color:#ef4444;color:#fca5a5}.btn-pred.selected.wrong.svelte-1g8gixt span:where(.svelte-1g8gixt){background:#ef4444}.pred-feedback.svelte-1g8gixt{background:#38bdf81f;border:1px solid #38bdf8;border-radius:8px;padding:8px 12px;color:#bae6fd;font-size:.82rem;line-height:1.4}.control-deck.svelte-1g8gixt{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px}.deck-header.svelte-1g8gixt{display:flex;justify-content:space-between;align-items:center}.deck-title.svelte-1g8gixt{display:flex;align-items:center;gap:10px}.deck-icon.svelte-1g8gixt{font-size:1.5rem}.deck-title.svelte-1g8gixt h4:where(.svelte-1g8gixt){color:#fff;font-size:.92rem;margin:0;font-weight:800}.deck-title.svelte-1g8gixt small:where(.svelte-1g8gixt){color:#cbd5e1;font-size:.78rem}.btn-reset.svelte-1g8gixt{min-height:38px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#cbd5e1;font-size:.8rem;font-weight:700;padding:0 12px;cursor:pointer}.roles-grid.svelte-1g8gixt{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.role-card.svelte-1g8gixt{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.role-card.alert-border.svelte-1g8gixt{border-color:#ef4444;background:#ef44441a}.role-icon.svelte-1g8gixt{font-size:1.4rem}.role-info.svelte-1g8gixt{flex:1;display:flex;flex-direction:column}.role-info.svelte-1g8gixt strong:where(.svelte-1g8gixt){color:#fff;font-size:.85rem}.role-info.svelte-1g8gixt small:where(.svelte-1g8gixt){color:#cbd5e1;font-size:.72rem}.counter-box.svelte-1g8gixt{display:flex;align-items:center;gap:8px}.btn-count.svelte-1g8gixt{min-width:44px;min-height:44px;background:#334155;border:1px solid #475569;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s}.btn-count.svelte-1g8gixt:active:not(:disabled){transform:scale(.92)}.btn-count.svelte-1g8gixt:disabled{opacity:.3;cursor:not-allowed}.count-val.svelte-1g8gixt{color:#38bdf8;font-size:1.1rem;font-weight:800;min-width:20px;text-align:center}.action-bar.svelte-1g8gixt{display:flex}.btn-execute.svelte-1g8gixt{min-height:48px;width:100%;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:2px solid #38bdf8;border-radius:10px;color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #0ea5e959;transition:transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-execute.svelte-1g8gixt:active:not(:disabled){transform:scale(.98)}.btn-execute.svelte-1g8gixt:disabled{opacity:.45;cursor:not-allowed}.btn-execute.running.svelte-1g8gixt{background:#475569;border-color:#64748b}.arena-container.svelte-o6uxm8{display:flex;flex-direction:column;gap:14px;width:100%}.kid-guide-banner.svelte-o6uxm8{display:flex;align-items:center;gap:12px;background:#0f172aeb;border:2px solid #38bdf8;border-radius:12px;padding:12px 16px;box-shadow:0 4px 14px #00000059}.banner-icon.svelte-o6uxm8{font-size:1.8rem;flex-shrink:0}.banner-text.svelte-o6uxm8 strong:where(.svelte-o6uxm8){color:#fbbf24;font-size:.88rem;display:block;margin-bottom:2px}.banner-text.svelte-o6uxm8 p:where(.svelte-o6uxm8){color:#fff;font-size:.84rem;line-height:1.4;margin:0;font-weight:600}.canvas-wrapper.svelte-o6uxm8{background:#020617;border:2px solid #334155;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006}.sim-svg.svelte-o6uxm8{width:100%;min-height:340px;max-height:380px;display:block}.status-bar.svelte-o6uxm8{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;background:#0f172a;border:1px solid #334155;border-radius:10px;padding:10px 14px}.status-item.svelte-o6uxm8{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#fff}.status-item.svelte-o6uxm8 strong:where(.svelte-o6uxm8){color:#cbd5e1}.dot.svelte-o6uxm8{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot.green.svelte-o6uxm8{background:#10b981;box-shadow:0 0 8px #10b981}.dot.orange.svelte-o6uxm8{background:#f59e0b;box-shadow:0 0 8px #f59e0b}.dot.red.svelte-o6uxm8{background:#ef4444;box-shadow:0 0 8px #ef4444}.controls-card.svelte-o6uxm8{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px}.sliders-grid.svelte-o6uxm8{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.slider-group.svelte-o6uxm8{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.slider-header.svelte-o6uxm8{display:flex;justify-content:space-between;align-items:center}.label-with-icon.svelte-o6uxm8{display:flex;align-items:center;gap:8px}.label-with-icon.svelte-o6uxm8 .icon:where(.svelte-o6uxm8){font-size:1.2rem}.label-with-icon.svelte-o6uxm8 strong:where(.svelte-o6uxm8){color:#fff;font-size:.85rem}.slider-val.svelte-o6uxm8{font-size:1rem;font-weight:800}.tactile-slider-wrap.svelte-o6uxm8{width:100%;padding:6px 0}.tactile-range.svelte-o6uxm8{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:18px;background:#334155;border-radius:9px;outline:none;cursor:pointer}.tactile-range.svelte-o6uxm8::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:3px solid #ffffff;box-shadow:0 3px 10px #00000059;cursor:grab;transition:transform .1s}.tactile-range.svelte-o6uxm8::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.12)}.tactile-range.svelte-o6uxm8::-moz-range-thumb{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:3px solid #ffffff;box-shadow:0 3px 10px #00000059;cursor:grab}.slider-desc.svelte-o6uxm8{color:#cbd5e1;font-size:.74rem;line-height:1.35}.action-row.svelte-o6uxm8{display:flex}.btn-rain.svelte-o6uxm8{min-height:48px;width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:2px solid #60a5fa;border-radius:10px;color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #3b82f659;transition:transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-rain.svelte-o6uxm8:active:not(:disabled){transform:scale(.98)}.btn-rain.active.svelte-o6uxm8{background:#047857;border-color:#10b981}.btn-rain.svelte-o6uxm8:disabled{cursor:wait}.arena-container.svelte-1nzscqo{display:flex;flex-direction:column;gap:14px;width:100%}.kid-guide-banner.svelte-1nzscqo{display:flex;align-items:center;gap:12px;background:#0f172aeb;border:2px solid #38bdf8;border-radius:12px;padding:12px 16px;box-shadow:0 4px 14px #00000059}.banner-icon.svelte-1nzscqo{font-size:1.8rem;flex-shrink:0}.banner-text.svelte-1nzscqo strong:where(.svelte-1nzscqo){color:#fbbf24;font-size:.88rem;display:block;margin-bottom:2px}.banner-text.svelte-1nzscqo p:where(.svelte-1nzscqo){color:#fff;font-size:.84rem;line-height:1.4;margin:0;font-weight:600}.canvas-wrapper.svelte-1nzscqo{background:#020617;border:2px solid #334155;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006}.sim-svg.svelte-1nzscqo{width:100%;min-height:340px;max-height:380px;display:block}.actions-card.svelte-1nzscqo{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px}.actions-header.svelte-1nzscqo{display:flex;justify-content:space-between;align-items:center}.header-text.svelte-1nzscqo h4:where(.svelte-1nzscqo){color:#fff;font-size:.92rem;margin:0 0 2px;font-weight:800}.header-text.svelte-1nzscqo small:where(.svelte-1nzscqo){color:#cbd5e1;font-size:.78rem}.btn-reset.svelte-1nzscqo{min-height:38px;background:#1e293b;border:1px solid #475569;border-radius:8px;color:#cbd5e1;font-size:.8rem;font-weight:700;padding:0 12px;cursor:pointer}.action-buttons-grid.svelte-1nzscqo{display:flex;flex-direction:column;gap:10px}.btn-action.svelte-1nzscqo{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:all .15s;color:#fff}.btn-action.svelte-1nzscqo:hover{border-color:#38bdf8;background:#334155}.btn-action.active.svelte-1nzscqo{background:#10b98133;border-color:#10b981}.action-icon.svelte-1nzscqo{font-size:1.5rem;flex-shrink:0}.action-info.svelte-1nzscqo{flex:1;display:flex;flex-direction:column}.action-info.svelte-1nzscqo strong:where(.svelte-1nzscqo){color:#fff;font-size:.86rem;line-height:1.35}.btn-action.active.svelte-1nzscqo .action-info:where(.svelte-1nzscqo) strong:where(.svelte-1nzscqo){color:#6ee7b7}.action-info.svelte-1nzscqo small:where(.svelte-1nzscqo){color:#cbd5e1;font-size:.75rem;line-height:1.3}.toggle-status.svelte-1nzscqo{background:#334155;padding:6px 10px;border-radius:6px;font-size:.78rem;font-weight:800;color:#cbd5e1;flex-shrink:0}.btn-action.active.svelte-1nzscqo .toggle-status:where(.svelte-1nzscqo){background:#065f46;color:#6ee7b7}.modal-backdrop.svelte-mo73zn{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:999}.modal-card.svelte-mo73zn{background:#0f172a;border:2px solid #38bdf8;border-radius:16px;max-width:580px;width:100%;box-shadow:0 16px 40px #00000080;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-mo73zn{background:#1e293b;border-bottom:1px solid #334155;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.header-badge.svelte-mo73zn span:where(.svelte-mo73zn){color:#38bdf8;font-weight:800;font-size:.88rem;display:block}.header-badge.svelte-mo73zn small:where(.svelte-mo73zn){color:#94a3b8;font-size:.76rem}.btn-close.svelte-mo73zn{background:transparent;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:6px}.modal-body.svelte-mo73zn{padding:20px;display:flex;flex-direction:column;gap:14px}.question-text.svelte-mo73zn{color:#fff;font-size:1.02rem;line-height:1.45;margin:0;font-weight:700}.options-list.svelte-mo73zn{display:flex;flex-direction:column;gap:8px}.option-btn.svelte-mo73zn{min-height:48px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:all .15s;color:#fff}.option-tag.svelte-mo73zn{background:#334155;color:#fff;font-weight:800;font-size:.85rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-text.svelte-mo73zn{font-size:.88rem;line-height:1.4;flex:1}.option-btn.correct.svelte-mo73zn{background:#10b98133;border-color:#10b981}.option-btn.correct.svelte-mo73zn .option-tag:where(.svelte-mo73zn){background:#10b981}.option-btn.wrong.svelte-mo73zn{background:#ef444433;border-color:#ef4444}.option-btn.wrong.svelte-mo73zn .option-tag:where(.svelte-mo73zn){background:#ef4444}.feedback-box.svelte-mo73zn{background:#38bdf81f;border:1px solid #38bdf8;border-radius:10px;padding:12px 14px;color:#bae6fd;font-size:.85rem;line-height:1.45}.feedback-box.svelte-mo73zn p:where(.svelte-mo73zn){margin:0}.modal-footer.svelte-mo73zn{background:#1e293b;border-top:1px solid #334155;padding:12px 18px;display:flex;justify-content:space-between;gap:10px}.btn-nav.svelte-mo73zn{min-height:44px;padding:0 16px;border-radius:8px;background:#334155;border:1px solid #475569;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer}.btn-nav.primary.svelte-mo73zn{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-color:#38bdf8}.btn-nav.svelte-mo73zn:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop.svelte-1tj36vf{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:999}.modal-card.svelte-1tj36vf{background:#0f172a;border:2px solid #fbbf24;border-radius:16px;max-width:620px;width:100%;max-height:90vh;box-shadow:0 16px 40px #00000080;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-1tj36vf{background:#1e293b;border-bottom:1px solid #334155;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.header-info.svelte-1tj36vf{display:flex;align-items:center;gap:12px}.header-icon.svelte-1tj36vf{font-size:1.8rem}.header-info.svelte-1tj36vf h3:where(.svelte-1tj36vf){color:#fbbf24;font-size:1.05rem;margin:0;font-weight:800}.header-info.svelte-1tj36vf small:where(.svelte-1tj36vf){color:#94a3b8;font-size:.78rem}.btn-close.svelte-1tj36vf{background:transparent;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:4px 8px}.modal-body.svelte-1tj36vf{padding:18px;overflow-y:auto}.conclusions-grid.svelte-1tj36vf{display:flex;flex-direction:column;gap:12px}.conclusion-card.svelte-1tj36vf{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:14px;display:flex;gap:14px;align-items:flex-start}.badge-num.svelte-1tj36vf{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:900;font-size:.95rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #f59e0b66}.card-content.svelte-1tj36vf h4:where(.svelte-1tj36vf){color:#fef08a;font-size:.92rem;margin:0 0 6px;font-weight:800;line-height:1.35}.card-content.svelte-1tj36vf p:where(.svelte-1tj36vf){color:#e2e8f0;font-size:.84rem;margin:0;line-height:1.5}.modal-footer.svelte-1tj36vf{background:#1e293b;border-top:1px solid #334155;padding:14px 18px}.btn-finish.svelte-1tj36vf{min-height:48px;width:100%;background:linear-gradient(135deg,#f59e0b,#d97706);border:2px solid #fbbf24;border-radius:10px;color:#fff;font-weight:800;font-size:.95rem;cursor:pointer;box-shadow:0 4px 14px #f59e0b59;transition:transform .1s}.btn-finish.svelte-1tj36vf:active{transform:scale(.98)}.lab-shell-wrapper.svelte-1pp3x53{display:flex;flex-direction:column;gap:16px}.lab-grid-layout.svelte-1pp3x53{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:960px){.lab-grid-layout.svelte-1pp3x53{grid-template-columns:minmax(0,1fr) 340px}}.arena-display-column.svelte-1pp3x53{display:flex;flex-direction:column;gap:14px}.arena-tab-bar.svelte-1pp3x53{display:flex;gap:10px;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:8px;overflow-x:auto;box-shadow:0 4px 16px #00000040}.arena-tab-btn.svelte-1pp3x53{flex:1;min-height:54px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#cbd5e1;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:8px 16px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.tab-icon.svelte-1pp3x53{font-size:1.6rem}.tab-text.svelte-1pp3x53{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.tab-text.svelte-1pp3x53 strong:where(.svelte-1pp3x53){color:#fff;font-size:.92rem;font-weight:800}.tab-text.svelte-1pp3x53 small:where(.svelte-1pp3x53){color:#cbd5e1;font-size:.78rem;font-weight:600}.arena-tab-btn.active.svelte-1pp3x53{background:linear-gradient(135deg,#0284c7,#0369a1);border-color:#38bdf8;box-shadow:0 4px 14px #0284c766}.arena-tab-btn.active.svelte-1pp3x53 .tab-text:where(.svelte-1pp3x53) small:where(.svelte-1pp3x53){color:#e0f2fe}.tab-check.svelte-1pp3x53{background:#10b981;color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:6px;margin-left:auto}.sidebar-mission-column.svelte-1pp3x53{display:flex;flex-direction:column;gap:14px}.mission-panel-card.svelte-1pp3x53{background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 24px #00000040}.mission-panel-header.svelte-1pp3x53{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.title-with-badge.svelte-1pp3x53{display:flex;align-items:center;gap:10px}.panel-icon.svelte-1pp3x53{font-size:1.5rem}.title-with-badge.svelte-1pp3x53 h3:where(.svelte-1pp3x53){color:#fff;font-size:.96rem;font-weight:800;margin:0}.title-with-badge.svelte-1pp3x53 small:where(.svelte-1pp3x53){color:#cbd5e1;font-size:.78rem}.progress-pill.svelte-1pp3x53{background:#1e293b;border:1px solid #38bdf8;color:#38bdf8;font-size:.78rem;font-weight:800;padding:3px 8px;border-radius:6px}.missions-list.svelte-1pp3x53{display:flex;flex-direction:column;gap:10px}.mission-item.svelte-1pp3x53{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s}.mission-item.done.svelte-1pp3x53{border-color:#10b981;background:#10b9811a}.mission-top-row.svelte-1pp3x53{display:flex;align-items:center;justify-content:space-between;gap:8px}.mission-select-btn.svelte-1pp3x53{flex:1;background:transparent;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;padding:0}.mission-name.svelte-1pp3x53{color:#fff;font-size:.85rem;font-weight:700}.clue-toggle-btn.svelte-1pp3x53{min-height:44px;width:44px;background:#0f172a;border:1px solid #f59e0b;border-radius:8px;color:#fbbf24;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.clue-dropdown-box.svelte-1pp3x53{background:#0f172a;border-radius:8px;padding:10px 12px;border:1px dashed #f59e0b}.clue-dropdown-box.svelte-1pp3x53 ol:where(.svelte-1pp3x53){margin:0 0 0 16px;padding:0;color:#fde68a;font-size:.78rem;line-height:1.45}.mission-panel-actions.svelte-1pp3x53{display:flex;flex-direction:column;gap:8px;margin-top:4px}.btn-sidebar-action.svelte-1pp3x53{min-height:48px;background:#1e293b;border:1px solid #334155;color:#fff;border-radius:10px;font-weight:700;font-size:.86rem;cursor:pointer;transition:all .15s ease}.btn-sidebar-action.highlight.svelte-1pp3x53{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;box-shadow:0 4px 12px #f59e0b40}.btn-sidebar-action.svelte-1pp3x53:hover{transform:translateY(-2px)}.kid-guide-banner.svelte-7frpm{background:#0f172aeb;border:2px solid #f59e0b;border-radius:12px;padding:10px 14px;margin-bottom:4px}.banner-inner.svelte-7frpm{display:flex;align-items:center;gap:10px}.banner-icon.svelte-7frpm{font-size:1.6rem}.banner-text.svelte-7frpm{flex:1;display:flex;flex-direction:column;gap:2px}.banner-text.svelte-7frpm strong:where(.svelte-7frpm){color:#fbbf24;font-size:.85rem;font-weight:800}.banner-text.svelte-7frpm span:where(.svelte-7frpm){color:#fff;font-size:.78rem;font-weight:600}.artifact-counter.svelte-7frpm{background:#1e293b;border:2px solid #38bdf8;color:#38bdf8;font-size:.85rem;font-weight:800;padding:4px 12px;border-radius:8px;white-space:nowrap}.artifact-counter.complete.svelte-7frpm{border-color:#10b981;color:#10b981}.prediction-box.svelte-7frpm{background:#0f172ae6;border:1px solid #7c3aed;border-radius:12px;padding:12px 14px}.prediction-q.svelte-7frpm{color:#e2e8f0;font-size:.85rem;margin:0 0 10px}.prediction-options.svelte-7frpm{display:flex;flex-wrap:wrap;gap:8px}.pred-btn.svelte-7frpm{background:#1e293b;border:2px solid #7c3aed;color:#c4b5fd;border-radius:8px;padding:8px 14px;font-size:.8rem;font-weight:700;cursor:pointer;min-height:44px;transition:all .15s}.pred-btn.svelte-7frpm:hover{background:#7c3aed;color:#fff}.prediction-result.svelte-7frpm{border-radius:10px;padding:10px 14px;font-size:.82rem;font-weight:600}.prediction-result.correct.svelte-7frpm{background:#10b98126;border:1px solid #10b981;color:#6ee7b7}.prediction-result.wrong.svelte-7frpm{background:#f59e0b1f;border:1px solid #f59e0b;color:#fde68a}.nusantara-map-area.svelte-7frpm{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:14px;overflow:hidden}.map-svg.svelte-7frpm{width:100%;height:auto;display:block}.zone-group.svelte-7frpm{outline:none}.zone-artifact-panel.svelte-7frpm{background:#0f172af2;border:1px solid #334155;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.zone-panel-header.svelte-7frpm{display:flex;align-items:center;gap:12px;border-bottom:2px solid #334155;padding-bottom:10px}.artifact-grid.svelte-7frpm{display:flex;flex-wrap:wrap;gap:8px}.artifact-btn.svelte-7frpm{display:flex;flex-direction:column;align-items:center;gap:4px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:10px 12px;cursor:pointer;min-height:72px;min-width:90px;transition:all .15s;flex:1}.artifact-btn.svelte-7frpm:hover{border-color:#f59e0b}.artifact-btn.found.svelte-7frpm{border-color:#10b981;background:#10b9811f}.artifact-btn.selected.svelte-7frpm{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf84d}.artifact-icon.svelte-7frpm{font-size:1.8rem}.artifact-name.svelte-7frpm{color:#fff;font-size:.75rem;font-weight:700;text-align:center}.found-badge.svelte-7frpm{background:#10b981;color:#fff;font-size:11px;font-weight:800;padding:2px 6px;border-radius:4px}.artifact-info-card.svelte-7frpm{background:#0f172a;border:1px solid #38bdf8;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.artifact-info-header.svelte-7frpm{display:flex;align-items:center;gap:10px}.artifact-info-header.svelte-7frpm strong:where(.svelte-7frpm){color:#fff;font-size:.95rem;font-weight:800}.artifact-desc.svelte-7frpm{color:#e2e8f0;font-size:.82rem;line-height:1.5;margin:0}.found-stamp.svelte-7frpm{background:#10b98126;border:1px solid #10b981;border-radius:8px;padding:6px 10px;color:#6ee7b7;font-size:.78rem;font-weight:700}.map-hint-box.svelte-7frpm{background:#0f172ad9;border:1px dashed #475569;border-radius:10px;padding:14px;text-align:center;color:#e2e8f0;font-size:.82rem}.map-hint-box.svelte-7frpm strong:where(.svelte-7frpm){color:#fbbf24}.kid-guide-banner.svelte-km3gwz{background:#0f172aeb;border:2px solid #10b981;border-radius:12px;padding:10px 14px;margin-bottom:6px}.banner-inner.svelte-km3gwz{display:flex;align-items:center;gap:10px}.banner-icon.svelte-km3gwz{font-size:1.6rem}.banner-text.svelte-km3gwz{flex:1;display:flex;flex-direction:column;gap:2px}.banner-text.svelte-km3gwz strong:where(.svelte-km3gwz){color:#6ee7b7;font-size:.85rem;font-weight:800}.banner-text.svelte-km3gwz span:where(.svelte-km3gwz){color:#fff;font-size:.78rem;font-weight:600}.prediction-box.svelte-km3gwz{background:#0f172ae6;border:1px solid #7c3aed;border-radius:12px;padding:12px 14px;margin-bottom:8px}.prediction-q.svelte-km3gwz{color:#e2e8f0;font-size:.85rem;margin:0 0 10px}.prediction-options.svelte-km3gwz{display:flex;flex-wrap:wrap;gap:8px}.pred-btn.svelte-km3gwz{background:#1e293b;border:2px solid #7c3aed;color:#c4b5fd;border-radius:8px;padding:8px 14px;font-size:.8rem;font-weight:700;cursor:pointer;min-height:44px;transition:all .15s}.pred-btn.svelte-km3gwz:hover{background:#7c3aed;color:#fff}.dual-zone-area.svelte-km3gwz{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.kampung-zone.svelte-km3gwz{background:#0f172ae6;border:1px solid #334155;border-radius:12px;padding:8px}.zone-label.svelte-km3gwz{font-size:.8rem;font-weight:800;text-align:center;margin-bottom:4px}.canggung-label.svelte-km3gwz{color:#f87171}.rukun-label.svelte-km3gwz{color:#6ee7b7}.kampung-svg.svelte-km3gwz{width:100%;height:auto;display:block}.harmony-center.svelte-km3gwz{display:flex;flex-direction:column;align-items:center;gap:4px}.harmony-meter-label.svelte-km3gwz{font-size:1.8rem}.harmony-bar-wrap.svelte-km3gwz{width:20px;height:120px;background:#1e293b;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #334155}.harmony-bar-fill.svelte-km3gwz{width:100%;border-radius:10px 10px 0 0;transition:height .4s ease}.harmony-score-val.svelte-km3gwz{font-size:1rem;font-weight:800}.harmony-label-text.svelte-km3gwz{font-size:11px;font-weight:700;text-align:center;max-width:60px}.warning-box.svelte-km3gwz{background:#ef44441f;border:1px solid #ef4444;border-radius:10px;padding:10px 14px;color:#fca5a5;font-size:.82rem}.sikap-panel.svelte-km3gwz{background:#0f172ae6;border:1px solid #334155;border-radius:12px;padding:12px}.sikap-title.svelte-km3gwz{color:#fff;font-size:.9rem;font-weight:800;margin:0 0 10px}.sikap-grid.svelte-km3gwz{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sikap-card.svelte-km3gwz{display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:#1e293b;border:2px solid #334155;border-radius:10px;padding:10px 12px;cursor:pointer;min-height:80px;transition:all .15s;text-align:left}.sikap-card.positive.svelte-km3gwz:hover{border-color:#10b981}.sikap-card.negative.svelte-km3gwz:hover{border-color:#ef4444}.sikap-card.active.positive.svelte-km3gwz{background:#10b98126;border-color:#10b981}.sikap-card.active.negative.svelte-km3gwz{background:#ef44441f;border-color:#ef4444}.sikap-icon.svelte-km3gwz{font-size:1.4rem}.sikap-label.svelte-km3gwz{color:#fff;font-size:.76rem;font-weight:600;line-height:1.35}.sikap-toggle-indicator.svelte-km3gwz{font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:4px;margin-top:auto}.sikap-toggle-indicator.on.svelte-km3gwz{background:#10b981;color:#fff}.sikap-toggle-indicator.off.svelte-km3gwz{background:#334155;color:#e2e8f0}.mission-success-banner.svelte-km3gwz{background:linear-gradient(135deg,#059669,#10b981);border-radius:10px;padding:12px 16px;color:#fff;font-weight:800;font-size:.9rem;text-align:center}.kid-guide-banner.svelte-p7atte{background:#0f172aeb;border:2px solid #f472b6;border-radius:12px;padding:10px 14px;margin-bottom:6px}.banner-inner.svelte-p7atte{display:flex;align-items:center;gap:10px}.banner-icon.svelte-p7atte{font-size:1.6rem}.banner-text.svelte-p7atte{flex:1;display:flex;flex-direction:column;gap:2px}.banner-text.svelte-p7atte strong:where(.svelte-p7atte){color:#f9a8d4;font-size:.85rem;font-weight:800}.banner-text.svelte-p7atte span:where(.svelte-p7atte){color:#fff;font-size:.78rem;font-weight:600}.pelestarian-counter.svelte-p7atte{background:#1e293b;border:2px solid;font-size:.9rem;font-weight:800;padding:4px 12px;border-radius:8px;white-space:nowrap;transition:color .4s,border-color .4s}.desa-canvas-area.svelte-p7atte{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:14px;overflow:hidden}.desa-svg.svelte-p7atte{width:100%;height:auto;display:block}.warning-box.svelte-p7atte{background:#f59e0b1a;border:1px solid #f59e0b;border-radius:10px;padding:10px 14px;color:#fde68a;font-size:.82rem}.aksi-panel.svelte-p7atte{background:#0f172ae6;border:1px solid #334155;border-radius:12px;padding:12px}.aksi-title.svelte-p7atte{color:#fff;font-size:.9rem;font-weight:800;margin:0 0 10px}.aksi-grid.svelte-p7atte{display:flex;flex-direction:column;gap:10px}.aksi-card.svelte-p7atte{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s}.aksi-card.done.svelte-p7atte{border-color:#10b981;background:#10b98114}.aksi-card-header.svelte-p7atte{display:flex;align-items:flex-start;gap:10px;border-bottom:2px solid;padding-bottom:8px}.aksi-icon.svelte-p7atte{font-size:1.8rem}.aksi-label.svelte-p7atte{color:#fff;font-size:.88rem;font-weight:800}.aksi-desc.svelte-p7atte{color:#cbd5e1;font-size:.76rem;margin:3px 0 0;line-height:1.35}.aksi-status-row.svelte-p7atte{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.crisis-tag.svelte-p7atte{font-size:.78rem;font-weight:700;transition:color .3s;color:#cbd5e1}.aksi-btn.svelte-p7atte{color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:.82rem;font-weight:800;cursor:pointer;min-height:44px;transition:all .15s}.aksi-btn.svelte-p7atte:disabled{cursor:default;opacity:.8}.aksi-btn.svelte-p7atte:not(:disabled):hover{filter:brightness(1.15);transform:translateY(-1px)}.mission-success-banner.svelte-p7atte{background:linear-gradient(135deg,#db2777,#f472b6);border-radius:10px;padding:12px 16px;color:#fff;font-weight:800;font-size:.9rem;text-align:center}.modal-backdrop.svelte-z15emj{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box.svelte-z15emj{background:#0f172a;border:1px solid #334155;border-radius:16px;padding:20px;max-width:580px;width:100%;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 64px #00000080}.modal-header.svelte-z15emj{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.modal-header.svelte-z15emj h2:where(.svelte-z15emj){color:#fff;font-size:1.05rem;font-weight:800;margin:0}.modal-header.svelte-z15emj p:where(.svelte-z15emj){color:#94a3b8;font-size:.8rem;margin:4px 0 0}.close-btn.svelte-z15emj{background:#1e293b;border:1px solid #334155;color:#94a3b8;border-radius:8px;width:36px;height:36px;cursor:pointer;font-size:1rem;flex-shrink:0}.questions-list.svelte-z15emj{display:flex;flex-direction:column;gap:14px}.question-card.svelte-z15emj{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.q-number.svelte-z15emj{background:#f59e0b;color:#0f172a;font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:4px;width:fit-content}.q-text.svelte-z15emj{color:#fff;font-size:.85rem;font-weight:600;margin:0;line-height:1.5}.options-grid.svelte-z15emj{display:flex;flex-direction:column;gap:6px}.opt-btn.svelte-z15emj{background:#0f172a;border:1.5px solid #334155;color:#fff;border-radius:8px;padding:9px 12px;text-align:left;font-size:.8rem;font-weight:600;cursor:pointer;min-height:44px;transition:all .15s}.opt-btn.svelte-z15emj:not(:disabled):hover{border-color:#f59e0b;background:#f59e0b14}.opt-btn.correct.svelte-z15emj{border-color:#10b981;background:#10b98126;color:#6ee7b7}.opt-btn.wrong.svelte-z15emj{border-color:#ef4444;background:#ef44441a;color:#fca5a5}.opt-btn.selected.svelte-z15emj{border-color:#38bdf8}.opt-btn.svelte-z15emj:disabled{cursor:default}.feedback.svelte-z15emj{font-size:.8rem;font-weight:700;padding:8px 10px;border-radius:8px}.feedback.correct.svelte-z15emj{background:#10b9811f;color:#6ee7b7;border:1px solid #10b981}.feedback.wrong.svelte-z15emj{background:#f59e0b1a;color:#fde68a;border:1px solid #f59e0b}.all-done-banner.svelte-z15emj{background:linear-gradient(135deg,#1e3a5f,#0f172a);border:1px solid #38bdf8;border-radius:10px;padding:12px 16px;color:#fff;font-size:.88rem;text-align:center}.btn-summary.svelte-z15emj{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;border-radius:10px;padding:12px 20px;font-weight:800;font-size:.9rem;cursor:pointer;width:100%;min-height:48px;transition:filter .15s}.btn-summary.svelte-z15emj:hover{filter:brightness(1.1)}.modal-backdrop.svelte-d3afg3{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box.svelte-d3afg3{background:#0f172a;border:1px solid #334155;border-radius:16px;padding:20px;max-width:600px;width:100%;max-height:88vh;overflow-y:auto;display:flex;flex-direction:column;gap:14px;box-shadow:0 24px 64px #00000080}.modal-header.svelte-d3afg3{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.modal-header.svelte-d3afg3 h2:where(.svelte-d3afg3){color:#fff;font-size:1.05rem;font-weight:800;margin:0}.modal-header.svelte-d3afg3 p:where(.svelte-d3afg3){color:#fbbf24;font-size:.8rem;margin:4px 0 0;font-weight:700}.close-btn.svelte-d3afg3{background:#1e293b;border:1px solid #334155;color:#94a3b8;border-radius:8px;width:36px;height:36px;cursor:pointer;font-size:1rem;flex-shrink:0}.kesimpulan-list.svelte-d3afg3{display:flex;flex-direction:column;gap:10px}.kesimpulan-card.svelte-d3afg3{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.card-header.svelte-d3afg3{display:flex;align-items:center;gap:10px}.card-number.svelte-d3afg3{background:#d97706;color:#fff;font-size:.8rem;font-weight:800;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon.svelte-d3afg3{font-size:1.4rem}.card-judul.svelte-d3afg3{color:#fff;font-size:.9rem;font-weight:800}.card-isi.svelte-d3afg3{color:#e2e8f0;font-size:.8rem;line-height:1.55;margin:0}.teacher-guide.svelte-d3afg3{background:#0f172ae6;border:1px solid rgba(251,191,36,.3);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.tg-header.svelte-d3afg3{color:#fbbf24;font-size:.82rem;font-weight:800}.tg-list.svelte-d3afg3{margin:0 0 0 16px;padding:0;color:#cbd5e1;font-size:.78rem;line-height:1.5}.tg-miskonsepsi.svelte-d3afg3{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:8px 10px;color:#fca5a5;font-size:.76rem;line-height:1.45}.close-action-btn.svelte-d3afg3{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:none;border-radius:10px;padding:12px 20px;font-weight:800;font-size:.9rem;cursor:pointer;width:100%;min-height:48px;transition:filter .15s}.close-action-btn.svelte-d3afg3:hover{filter:brightness(1.1)}.lab-shell-wrapper.svelte-y35rxu{display:flex;flex-direction:column;gap:16px}.lab-grid-layout.svelte-y35rxu{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:960px){.lab-grid-layout.svelte-y35rxu{grid-template-columns:minmax(0,1fr) 340px}}.arena-display-column.svelte-y35rxu{display:flex;flex-direction:column;gap:14px}.arena-tab-bar.svelte-y35rxu{display:flex;gap:10px;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:8px;overflow-x:auto;box-shadow:0 4px 16px #00000040}.arena-tab-btn.svelte-y35rxu{flex:1;min-height:54px;background:#1e293b;border:2px solid #334155;border-radius:10px;color:#cbd5e1;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:8px 16px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.tab-icon.svelte-y35rxu{font-size:1.6rem}.tab-text.svelte-y35rxu{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.tab-text.svelte-y35rxu strong:where(.svelte-y35rxu){color:#fff;font-size:.92rem;font-weight:800}.tab-text.svelte-y35rxu small:where(.svelte-y35rxu){color:#cbd5e1;font-size:.78rem;font-weight:600}.arena-tab-btn.active.svelte-y35rxu{background:linear-gradient(135deg,#d97706,#b45309);border-color:#fbbf24;box-shadow:0 4px 14px #d9770666}.arena-tab-btn.active.svelte-y35rxu .tab-text:where(.svelte-y35rxu) small:where(.svelte-y35rxu){color:#fef3c7}.tab-check.svelte-y35rxu{background:#10b981;color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:6px;margin-left:auto}.sidebar-mission-column.svelte-y35rxu{display:flex;flex-direction:column;gap:14px}.mission-panel-card.svelte-y35rxu{background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 24px #00000040}.mission-panel-header.svelte-y35rxu{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.title-with-badge.svelte-y35rxu{display:flex;align-items:center;gap:10px}.panel-icon.svelte-y35rxu{font-size:1.5rem}.title-with-badge.svelte-y35rxu h3:where(.svelte-y35rxu){color:#fff;font-size:.96rem;font-weight:800;margin:0}.title-with-badge.svelte-y35rxu small:where(.svelte-y35rxu){color:#cbd5e1;font-size:.78rem}.progress-pill.svelte-y35rxu{background:#1e293b;border:1px solid #fbbf24;color:#fbbf24;font-size:.78rem;font-weight:800;padding:3px 8px;border-radius:6px}.missions-list.svelte-y35rxu{display:flex;flex-direction:column;gap:10px}.mission-item.svelte-y35rxu{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s}.mission-item.done.svelte-y35rxu{border-color:#10b981;background:#10b9811a}.mission-top-row.svelte-y35rxu{display:flex;align-items:center;justify-content:space-between;gap:8px}.mission-select-btn.svelte-y35rxu{flex:1;background:transparent;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;padding:0}.mission-name.svelte-y35rxu{color:#fff;font-size:.85rem;font-weight:700}.clue-toggle-btn.svelte-y35rxu{min-height:44px;width:44px;background:#0f172a;border:1px solid #f59e0b;border-radius:8px;color:#fbbf24;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.clue-dropdown-box.svelte-y35rxu{background:#0f172a;border-radius:8px;padding:10px 12px;border:1px dashed #f59e0b}.clue-dropdown-box.svelte-y35rxu ol:where(.svelte-y35rxu){margin:0 0 0 16px;padding:0;color:#fde68a;font-size:.78rem;line-height:1.45}.mission-panel-actions.svelte-y35rxu{display:flex;flex-direction:column;gap:8px;margin-top:4px}.btn-sidebar-action.svelte-y35rxu{min-height:48px;background:#1e293b;border:1px solid #334155;color:#fff;border-radius:10px;font-weight:700;font-size:.86rem;cursor:pointer;transition:all .15s ease}.btn-sidebar-action.highlight.svelte-y35rxu{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a;border:none;box-shadow:0 4px 12px #f59e0b40}.btn-sidebar-action.svelte-y35rxu:hover{transform:translateY(-2px)}.lab-view-container.svelte-1e3yq9f{max-width:var(--max-w-content);margin:0 auto;padding:8px 16px 32px;display:flex;flex-direction:column;gap:10px}.lab-compact-header.svelte-1e3yq9f{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:8px 14px;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.header-left.svelte-1e3yq9f{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.lab-header-title.svelte-1e3yq9f{font-size:1.12rem;font-weight:700;color:var(--text-main);margin:0}.header-right.svelte-1e3yq9f{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.audio-toggle-btn.svelte-1e3yq9f{display:inline-flex;align-items:center;gap:6px;background:var(--bg-surface);color:var(--text-main);border:1.5px solid var(--border-subtle);font-size:.8rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-full);cursor:pointer;min-height:36px;transition:all .15s ease}.audio-toggle-btn.svelte-1e3yq9f:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.audio-toggle-btn.muted.svelte-1e3yq9f{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.audio-toggle-btn.muted.svelte-1e3yq9f:hover{background:#fee2e2;border-color:#ef4444}.tp-toggle-btn.svelte-1e3yq9f{display:inline-flex;align-items:center;gap:6px;background:var(--primary-soft);color:var(--primary);border:1px solid rgba(2,132,199,.25);font-size:.8rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-full);cursor:pointer;transition:all .15s ease}.tp-toggle-btn.svelte-1e3yq9f:hover{background:var(--primary);color:#fff}.tp-dropdown-panel.svelte-1e3yq9f{background:var(--bg-surface);border:1px solid var(--border-subtle);border-left:4px solid var(--primary);border-radius:var(--radius-sm);padding:10px 14px;box-shadow:var(--shadow-sm)}.lab-content.svelte-1e3yq9f{width:100%}.app-layout.svelte-1n46o8q{display:flex;flex-direction:column;min-height:100vh}.site-nav.svelte-1n46o8q{height:var(--header-height);background:var(--bg-surface-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.nav-container.svelte-1n46o8q{max-width:var(--max-w-content);height:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.brand-logo.svelte-1n46o8q{display:flex;align-items:center;gap:8px;text-decoration:none}.brand-icon.svelte-1n46o8q{font-size:1.45rem}.brand-text.svelte-1n46o8q{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--text-main)}.brand-badge.svelte-1n46o8q{font-size:.72rem;font-weight:700;background:var(--primary-soft);color:var(--primary);padding:3px 9px;border-radius:var(--radius-full);border:1px solid rgba(2,132,199,.2);display:none}@media(min-width:640px){.brand-badge.svelte-1n46o8q{display:inline-block}}.desktop-only.svelte-1n46o8q{display:none}@media(min-width:640px){.desktop-only.svelte-1n46o8q{display:flex}}.nav-links.svelte-1n46o8q{align-items:center;gap:8px}.nav-btn.svelte-1n46o8q{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;color:var(--text-muted);border:1px solid var(--border-subtle);background:var(--bg-surface);transition:all .15s ease;text-decoration:none;min-height:40px}.nav-btn.svelte-1n46o8q:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.nav-btn.active.svelte-1n46o8q{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #0284c740}.mobile-nav-actions.svelte-1n46o8q{display:flex;align-items:center;gap:6px}@media(min-width:640px){.mobile-nav-actions.svelte-1n46o8q{display:none}}.mobile-quick-btn.svelte-1n46o8q{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:var(--radius-full);font-size:.78rem;font-weight:800;text-decoration:none;color:var(--text-main);background:var(--bg-surface);border:1.5px solid var(--border-subtle);min-height:38px;min-width:44px;transition:all .15s ease}.mobile-quick-btn.svelte-1n46o8q:hover{border-color:var(--primary);color:var(--primary)}.mobile-quick-btn.active.svelte-1n46o8q{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #0284c740}.menu-toggle-btn.svelte-1n46o8q{width:40px;height:40px;border-radius:var(--radius-sm);border:1.5px solid var(--border-subtle);background:var(--bg-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;transition:all .2s ease}.menu-toggle-btn.svelte-1n46o8q:hover{border-color:var(--primary);background:var(--primary-soft)}.bar.svelte-1n46o8q{width:18px;height:2px;background:var(--text-main);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.menu-toggle-btn.open.svelte-1n46o8q .top-bar:where(.svelte-1n46o8q){transform:translateY(6px) rotate(45deg)}.menu-toggle-btn.open.svelte-1n46o8q .mid-bar:where(.svelte-1n46o8q){opacity:0}.menu-toggle-btn.open.svelte-1n46o8q .bot-bar:where(.svelte-1n46o8q){transform:translateY(-6px) rotate(-45deg)}.drawer-backdrop.svelte-1n46o8q{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100;display:flex;justify-content:flex-end;animation:svelte-1n46o8q-fadeIn .2s ease}.drawer-sheet.svelte-1n46o8q{width:min(340px,85vw);height:100%;background:var(--bg-surface);box-shadow:-6px 0 28px #0003;padding:20px 18px;display:flex;flex-direction:column;gap:16px;animation:svelte-1n46o8q-slideIn .25s cubic-bezier(.16,1,.3,1);overflow-y:auto}@keyframes svelte-1n46o8q-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1n46o8q-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center}.drawer-brand.svelte-1n46o8q{display:flex;align-items:center;gap:8px}.drawer-close-btn.svelte-1n46o8q{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-subtle);background:var(--bg-canvas);color:var(--text-muted);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.drawer-close-btn.svelte-1n46o8q:hover{color:var(--text-main);border-color:var(--primary)}.drawer-school-card.svelte-1n46o8q{background:linear-gradient(135deg,var(--primary-soft),#f0fdf4);border:1px solid rgba(2,132,199,.15);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:3px}.school-tag.svelte-1n46o8q{font-size:.72rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.drawer-school-card.svelte-1n46o8q strong:where(.svelte-1n46o8q){font-size:.92rem;color:var(--text-main)}.drawer-school-card.svelte-1n46o8q small:where(.svelte-1n46o8q){font-size:.76rem;color:var(--text-muted);line-height:1.35}.drawer-menu-list.svelte-1n46o8q{display:flex;flex-direction:column;gap:10px}.drawer-link.svelte-1n46o8q{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-md);background:var(--bg-canvas);border:1.5px solid var(--border-subtle);text-decoration:none;color:var(--text-main);transition:all .15s ease;min-height:48px}.drawer-link.svelte-1n46o8q:hover,.drawer-link.active.svelte-1n46o8q{border-color:var(--primary);background:var(--primary-soft)}.link-icon.svelte-1n46o8q{font-size:1.5rem}.link-meta.svelte-1n46o8q{flex:1;display:flex;flex-direction:column;gap:2px}.link-meta.svelte-1n46o8q strong:where(.svelte-1n46o8q){font-size:.9rem;color:var(--text-main)}.link-meta.svelte-1n46o8q small:where(.svelte-1n46o8q){font-size:.75rem;color:var(--text-muted)}.link-arrow.svelte-1n46o8q{font-size:1rem;color:var(--text-light)}.drawer-footer.svelte-1n46o8q{margin-top:auto;padding-top:14px;border-top:1px solid var(--border-subtle);text-align:center}.domain-badge-btn.svelte-1n46o8q{display:block;padding:8px 12px;border-radius:var(--radius-full);background:var(--bg-canvas);border:1px solid var(--border-subtle);color:var(--primary);font-size:.78rem;font-weight:700;text-decoration:none;word-break:break-all}.site-main.svelte-1n46o8q{flex:1}.site-footer.svelte-1n46o8q{background:var(--bg-surface);border-top:1px solid var(--border-subtle);padding:32px 20px 36px;margin-top:auto}.footer-container.svelte-1n46o8q{max-width:var(--max-w-content);margin:0 auto;text-align:center}.footer-pill-badge.svelte-1n46o8q{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:6px 16px;border-radius:var(--radius-full);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);margin-bottom:12px}
