:root{--bg-dark: #060913;--bg-panel: rgba(11, 18, 33, .82);--bg-card: rgba(18, 28, 50, .7);--border-subtle: rgba(0, 240, 255, .15);--border-glow: rgba(0, 240, 255, .45);--accent-cyan: #00f0ff;--accent-blue: #3b82f6;--accent-purple: #a855f7;--accent-green: #10b981;--accent-amber: #f59e0b;--accent-red: #ef4444;--text-main: #f1f5f9;--text-muted: #94a3b8;--text-dim: #64748b;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);overflow:hidden;height:100vh;width:100vw;-webkit-user-select:none;user-select:none}#app{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column}#webgl-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.glass-panel{background:var(--bg-panel);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:14px;box-shadow:0 8px 32px #00000073;z-index:10}.top-nav{position:absolute;top:14px;left:16px;right:16px;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px}.brand-section{display:flex;align-items:center;gap:10px}.brand-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));display:flex;align-items:center;justify-content:center;color:#000;font-weight:800;font-size:16px;box-shadow:0 0 15px #00f0ff80}.brand-title{display:flex;flex-direction:column}.brand-title h1{font-size:15px;font-weight:700;letter-spacing:.5px;color:#fff}.brand-title span{font-size:10px;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px}.filter-pills-scroll{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;max-width:50%;padding:4px 0}.filter-pills-scroll::-webkit-scrollbar{display:none}.filter-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-btn:hover{background:#00f0ff26;color:#fff;border-color:var(--accent-cyan)}.filter-btn.active{background:var(--accent-cyan);color:#060913;border-color:var(--accent-cyan);font-weight:600;box-shadow:0 0 12px #00f0ff66}.nav-actions{display:flex;align-items:center;gap:8px}.nav-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--text-main);padding:7px 12px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.nav-btn:hover{background:#ffffff1f;border-color:#ffffff40}.nav-btn.active{background:#00f0ff33;border-color:var(--accent-cyan);color:var(--accent-cyan)}.left-hud{position:absolute;top:80px;left:16px;width:260px;padding:16px;display:flex;flex-direction:column;gap:14px}.hud-header{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--accent-cyan);font-weight:700}.hud-cluster-list{display:flex;flex-direction:column;gap:8px}.hud-cluster-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-muted);cursor:pointer;padding:4px 6px;border-radius:6px;transition:all .2s ease}.hud-cluster-item:hover{background:#ffffff0f;color:#fff}.cluster-dot{width:10px;height:10px;border-radius:50%}.hud-stats-row{display:flex;justify-content:space-between;border-top:1px solid var(--border-subtle);padding-top:10px;font-size:11px;color:var(--text-dim)}.hud-stats-row strong{color:var(--text-main)}.right-panel{position:absolute;top:80px;right:16px;bottom:84px;width:440px;display:flex;flex-direction:column;overflow:hidden;box-shadow:-4px 0 30px #00000080;transition:transform .3s cubic-bezier(.16,1,.3,1)}.panel-tabs{display:flex;border-bottom:1px solid var(--border-subtle);background:#060a1480}.tab-btn{flex:1;background:transparent;border:none;color:var(--text-muted);padding:12px 6px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;border-bottom:2px solid transparent}.tab-btn:hover{color:#fff}.tab-btn.active{color:var(--accent-cyan);border-bottom-color:var(--accent-cyan);background:#00f0ff0f}.panel-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.panel-body::-webkit-scrollbar{width:6px}.panel-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.qa-input-wrapper{display:flex;gap:8px;background:#060a16cc;border:1px solid var(--border-subtle);border-radius:10px;padding:6px 10px;align-items:center;transition:border-color .2s ease}.qa-input-wrapper:focus-within{border-color:var(--accent-cyan);box-shadow:0 0 10px #00f0ff33}.qa-input{flex:1;background:transparent;border:none;color:#fff;font-size:13px;outline:none;font-family:inherit}.qa-input::placeholder{color:var(--text-dim)}.qa-send-btn{background:var(--accent-cyan);border:none;color:#060913;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;transition:transform .15s ease,background .2s ease}.qa-send-btn:hover{transform:scale(1.05);background:#38f8ff}.concept-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.concept-category-badge{align-self:flex-start;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;border-radius:4px}.concept-title{font-size:17px;font-weight:700;color:#fff;line-height:1.3}.concept-definition{font-size:13px;line-height:1.6;color:#e2e8f0}.concept-bullets{display:flex;flex-direction:column;gap:6px;margin-top:4px}.bullet-item{font-size:12px;line-height:1.5;color:var(--text-muted);display:flex;align-items:flex-start;gap:8px}.bullet-dot{color:var(--accent-cyan);font-weight:700}.exam-tip-box{background:#f59e0b1a;border-left:3px solid var(--accent-amber);border-radius:0 8px 8px 0;padding:10px 12px;font-size:12px;color:#fde68a;line-height:1.5}.exam-tip-box strong{color:#fbbf24}.related-nodes-section{display:flex;flex-direction:column;gap:8px;margin-top:6px}.related-nodes-title{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-dim);font-weight:700}.related-pills-row{display:flex;flex-wrap:wrap;gap:6px}.related-node-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#cbd5e1;padding:4px 10px;border-radius:6px;font-size:11px;cursor:pointer;transition:all .2s ease}.related-node-pill:hover{background:#00f0ff2e;border-color:var(--accent-cyan);color:#fff}.bottom-prompt-bar{position:absolute;bottom:14px;left:16px;right:16px;height:52px;display:flex;align-items:center;padding:0 16px;gap:10px;overflow-x:auto;scrollbar-width:none}.bottom-prompt-bar::-webkit-scrollbar{display:none}.prompt-bar-label{font-size:11px;font-weight:700;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.quick-chip{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:var(--text-muted);padding:6px 14px;border-radius:20px;font-size:12px;cursor:pointer;white-space:nowrap;transition:all .2s ease;display:flex;align-items:center;gap:6px}.quick-chip:hover{background:#00f0ff26;border-color:var(--accent-cyan);color:#fff;transform:translateY(-1px)}.gantt-card{display:flex;flex-direction:column;gap:14px}.gantt-header{display:flex;flex-direction:column;gap:10px}.gantt-title{display:flex;align-items:center;gap:8px}.gantt-badge{background:#ef444433;border:1px solid var(--accent-red);color:var(--accent-red);font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.gantt-title h3{font-size:15px;color:#fff}.algo-pills{display:flex;flex-wrap:wrap;gap:6px}.algo-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--text-muted);padding:5px 10px;border-radius:6px;font-size:11px;cursor:pointer;transition:all .2s ease}.algo-pill.active{background:var(--accent-red);border-color:var(--accent-red);color:#fff;font-weight:600}.quantum-control{background:#ffffff08;padding:10px;border-radius:8px;display:flex;flex-direction:column;gap:6px;font-size:12px}.quantum-control input[type=range]{accent-color:var(--accent-red)}.proc-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--border-subtle)}.proc-table{width:100%;border-collapse:collapse;font-size:11px;text-align:left}.proc-table th{background:#ffffff0a;padding:8px 6px;color:var(--text-dim);font-weight:600}.proc-table td{padding:8px 6px;border-top:1px solid rgba(255,255,255,.05);color:var(--text-main)}.burst-input,.pri-input{width:44px;background:#0006;border:1px solid rgba(255,255,255,.15);color:#fff;padding:3px 4px;border-radius:4px;font-size:11px;text-align:center}.proc-tag{padding:2px 6px;border-radius:4px;font-weight:700;font-size:11px}.metric-val{font-weight:600;color:var(--accent-cyan)}.gantt-chart-section{display:flex;flex-direction:column;gap:8px}.gantt-chart-section h4{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.gantt-bar-container{display:flex;height:48px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#0000004d}.gantt-block{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(0,0,0,.3);position:relative;transition:all .2s ease}.gantt-block-id{font-size:12px;font-weight:700;color:#fff}.gantt-time-labels{position:absolute;bottom:2px;left:2px;right:2px;display:flex;justify-content:space-between;font-size:9px;color:#ffffffb3}.metric-summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metric-card{background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:4px}.m-label{font-size:10px;color:var(--text-dim)}.m-val{font-size:14px;font-weight:700;color:var(--accent-cyan)}.quiz-card{display:flex;flex-direction:column;gap:12px;width:100%}.exam-mode-bar{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#050916d9;padding:5px;border-radius:12px;border:1px solid var(--border-subtle);width:100%;box-sizing:border-box}.mode-toggle-btn{height:40px;background:transparent;border:1px solid transparent;color:var(--text-muted);border-radius:8px;font-size:clamp(11px,2.2vw,12px);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:inherit;padding:0 8px;min-width:0}.mode-toggle-btn:hover{background:#ffffff0f;color:#fff}.mode-toggle-btn.active{background:linear-gradient(135deg,#00f0ff33,#a855f733);color:#fff;border:1px solid var(--accent-cyan);box-shadow:0 0 12px #00f0ff40}.quiz-header{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;width:100%}.quiz-progress-info{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.quiz-badge{background:#a855f733;border:1px solid var(--accent-purple);color:var(--accent-purple);font-size:10px;font-weight:800;padding:3px 8px;border-radius:6px;white-space:nowrap;line-height:1.2;text-transform:uppercase;letter-spacing:.5px}.quiz-step{font-size:12px;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.quiz-step strong{color:#fff}.jump-select-wrapper{display:inline-flex;align-items:center;gap:5px;background:#00f0ff14;border:1px solid rgba(0,240,255,.35);padding:2px 8px;border-radius:16px;font-size:11px;color:var(--accent-cyan);font-weight:700;transition:all .2s ease;height:28px;box-sizing:border-box;flex-shrink:0}.jump-select-wrapper:hover{border-color:var(--accent-cyan);background:#00f0ff29}.jump-icon{font-size:11px}.jump-select-wrapper label{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11px}.jump-select{background:#060a18f2;border:1px solid rgba(0,240,255,.6);color:#fff;font-size:11px;font-weight:800;padding:1px 6px;border-radius:6px;cursor:pointer;outline:none;font-family:inherit;height:22px;transition:border-color .2s ease}.jump-select:hover,.jump-select:focus{border-color:var(--accent-cyan);box-shadow:0 0 8px #00f0ff4d}.jump-select option{background:#091226;color:#fff}.quiz-score-pill{display:inline-flex;align-items:center;gap:6px;background:#10b9811f;border:1px solid rgba(16,185,129,.35);padding:2px 10px;border-radius:16px;font-size:12px;color:var(--text-muted);white-space:nowrap;height:28px;box-sizing:border-box;flex-shrink:0;font-variant-numeric:tabular-nums}.quiz-score-pill strong{color:var(--accent-green);font-weight:800}.score-icon{font-size:12px}.quiz-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;width:100%}.quiz-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple));transition:width .3s ease}.quiz-question-box{display:flex;gap:10px;align-items:flex-start;background:#ffffff08;border:1px solid var(--border-subtle);border-radius:12px;padding:14px 16px;width:100%;box-sizing:border-box}.q-num-tag{background:#00f0ff26;border:1px solid var(--accent-cyan);color:var(--accent-cyan);font-size:11px;font-weight:800;padding:2px 7px;border-radius:6px;flex-shrink:0;line-height:1.2;margin-top:2px}.quiz-question-title{font-size:14px;color:#fff;line-height:1.55;font-weight:600;margin:0;flex:1}.quiz-options-list{display:flex;flex-direction:column;gap:8px;width:100%}.quiz-option-btn{display:flex;align-items:flex-start;justify-content:space-between;background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:var(--text-main);padding:12px 14px;border-radius:10px;font-size:13px;text-align:left;cursor:pointer;transition:all .15s ease;gap:12px;width:100%;box-sizing:border-box;font-family:inherit}.opt-left{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0}.opt-right{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-top:2px}.opt-letter{width:24px;height:24px;border-radius:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;color:var(--text-main);flex-shrink:0;margin-top:1px}.opt-text{line-height:1.5;color:#e2e8f0;word-break:break-word;flex:1}.opt-radio{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.25);transition:all .2s ease;box-sizing:border-box}.opt-radio.checked{border-color:var(--accent-cyan);background:var(--accent-cyan);box-shadow:0 0 8px #00f0ff80}.opt-indicator-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.opt-indicator-icon.correct-icon{background:var(--accent-green);color:#060913}.opt-indicator-icon.wrong-icon{background:var(--accent-red);color:#fff}.quiz-option-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff40}.quiz-option-btn.selected-opt{background:#00f0ff1f;border-color:var(--accent-cyan)}.quiz-option-btn.selected-opt .opt-letter{background:var(--accent-cyan);color:#060913;border-color:var(--accent-cyan)}.quiz-option-btn.correct-opt{background:#10b9812e;border-color:var(--accent-green)}.quiz-option-btn.correct-opt .opt-letter{background:var(--accent-green);color:#060913;border-color:var(--accent-green)}.quiz-option-btn.wrong-opt{background:#ef44442e;border-color:var(--accent-red)}.quiz-option-btn.wrong-opt .opt-letter{background:var(--accent-red);color:#fff;border-color:var(--accent-red)}.quiz-option-btn.dimmed-opt{opacity:.4}.opt-status-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;white-space:nowrap}.opt-status-badge.correct-badge{background:#10b98140;border:1px solid var(--accent-green);color:#34d399}.opt-status-badge.wrong-badge{background:#ef444440;border:1px solid var(--accent-red);color:#f87171}.opt-status-badge.selected-badge{background:#00f0ff33;border:1px solid var(--accent-cyan);color:var(--accent-cyan)}.highlight-next{background:linear-gradient(135deg,#10b981,#00f0ff)!important;color:#060913!important;animation:nextPulse 2s infinite}@keyframes nextPulse{0%,to{box-shadow:0 0 10px #00f0ff4d}50%{box-shadow:0 0 20px #00f0ff99}}.answer-feedback-card{border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;animation:fadeIn .25s ease;border:1px solid transparent;width:100%;box-sizing:border-box}.answer-feedback-card.correct-card{background:#10b9811a;border-color:#10b98159}.answer-feedback-card.wrong-card{background:#ef44441a;border-color:#ef444459}.feedback-banner{display:flex;flex-direction:column;gap:2px}.banner-title{font-size:15px;font-weight:800}.correct-card .banner-title{color:var(--accent-green)}.wrong-card .banner-title{color:var(--accent-red)}.banner-sub{font-size:11px;color:var(--text-dim)}.answer-comparison-grid{display:flex;flex-direction:column;gap:6px;background:#00000059;padding:10px 12px;border-radius:8px;border:1px solid var(--border-subtle)}.ans-comp-item{display:flex;flex-direction:column;gap:2px;font-size:12px}.comp-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.comp-correct .comp-label{color:var(--accent-green)}.comp-wrong .comp-label{color:var(--accent-red)}.comp-val{color:#f1f5f9;line-height:1.4}.explanation-callout{background:#00f0ff0d;border-left:3px solid var(--accent-cyan);border-radius:0 8px 8px 0;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.exp-callout-header{font-size:11px;font-weight:700;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.5px}.exp-callout-body{font-size:12px;color:#cbd5e1;line-height:1.5}.fly-neural-btn{align-self:flex-start;margin-top:4px;background:linear-gradient(135deg,#00f0ff33,#3b82f633);border:1px solid var(--accent-cyan);color:var(--accent-cyan);padding:8px 14px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-family:inherit}.fly-neural-btn:hover{background:var(--accent-cyan);color:#060913;box-shadow:0 0 14px #00f0ff66;transform:translateY(-1px)}.fly-btn-icon{font-size:14px}.mtf-badge{background:#f59e0b33;border-color:var(--accent-amber);color:var(--accent-amber)}.mtf-instruction-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 12px;font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:8px;line-height:1.4;width:100%;box-sizing:border-box}.mtf-statement-box{background:#121c32d9;border:1px solid var(--border-subtle);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px;width:100%;box-sizing:border-box}.statement-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}.stmt-badge{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--accent-cyan);letter-spacing:.5px}.click-hint-badge{font-size:10px;color:var(--accent-amber);background:#f59e0b26;border:1px solid rgba(245,158,11,.3);padding:2px 6px;border-radius:4px;font-weight:600;animation:pulse 1.8s infinite}.mtf-statement-interactive{font-size:14px;color:#f1f5f9;line-height:2;-webkit-user-select:none;user-select:none;margin:0}.tf-word-token{display:inline-block;padding:1px 3px;border-radius:4px;cursor:pointer;transition:all .15s ease;position:relative}.tf-word-token:hover:not(.neutral-token):not(.actual-faulty-token){background:#00f0ff2e;color:#fff;box-shadow:0 0 8px #00f0ff33}.tf-word-token.user-underlined-token{text-decoration:underline 3px var(--accent-cyan);text-underline-offset:4px;background:#00f0ff38;color:#38f8ff;font-weight:800;box-shadow:0 0 10px #00f0ff4d}.tf-word-token.actual-faulty-token{text-decoration:line-through 2.5px var(--accent-red);background:#ef444438;color:#fca5a5;font-weight:700;padding:1px 4px}.tf-word-token.neutral-token{cursor:default}.mtf-interactive-panel{display:flex;flex-direction:column;gap:10px;animation:fadeIn .2s ease;width:100%}.underlined-word-display{display:flex;align-items:center;gap:8px;background:#00000073;padding:8px 12px;border-radius:8px;border:1px solid var(--border-subtle);font-size:12px;flex-wrap:wrap;width:100%;box-sizing:border-box}.u-prompt{color:var(--text-dim);font-weight:600}.user-chosen-pill{color:var(--accent-cyan);font-weight:800;background:#00f0ff26;border:1px solid var(--accent-cyan);padding:2px 8px;border-radius:4px}.clear-word-btn{background:#ffffff1a;border:none;color:var(--text-dim);width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;transition:all .15s ease}.clear-word-btn:hover{background:var(--accent-red);color:#fff}.no-word-pill{color:var(--accent-amber);font-style:italic;font-size:11px}.case-note{font-size:10px;color:var(--accent-cyan);font-weight:400;font-style:italic}.mtf-choice-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.mtf-choice-btn{padding:10px 14px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease;border:1px solid transparent;text-align:left;min-height:56px;box-sizing:border-box;font-family:inherit}.choice-icon{font-size:16px;font-weight:800;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.choice-text-col{display:flex;flex-direction:column;min-width:0}.choice-main{font-size:14px;font-weight:800;letter-spacing:.5px}.choice-sub{font-size:10px;opacity:.85;line-height:1.3}.mtf-choice-btn.true-btn{background:#10b9811f;border-color:#10b9814d;color:var(--accent-green)}.mtf-choice-btn.true-btn .choice-icon{background:#10b98133}.mtf-choice-btn.true-btn:hover:not(:disabled),.mtf-choice-btn.true-btn.selected{background:var(--accent-green);color:#060913;box-shadow:0 0 16px #10b98166}.mtf-choice-btn.true-btn:hover:not(:disabled) .choice-icon,.mtf-choice-btn.true-btn.selected .choice-icon{background:#060913;color:var(--accent-green)}.mtf-choice-btn.false-btn{background:#ef44441f;border-color:#ef44444d;color:var(--accent-red)}.mtf-choice-btn.false-btn .choice-icon{background:#ef444433}.mtf-choice-btn.false-btn:hover:not(:disabled),.mtf-choice-btn.false-btn.selected{background:var(--accent-red);color:#fff;box-shadow:0 0 16px #ef444466}.mtf-choice-btn.false-btn:hover:not(:disabled) .choice-icon,.mtf-choice-btn.false-btn.selected .choice-icon{background:#fff;color:var(--accent-red)}.mtf-correction-input-card{background:#ef444414;border:1px dashed rgba(239,68,68,.4);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.mtf-correction-input-card label{font-size:12px;color:#f1f5f9;line-height:1.4}.correction-input-row{display:flex;width:100%}.correction-input{width:100%;box-sizing:border-box;background:#0009;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;outline:none;font-family:inherit}.correction-input:focus{border-color:var(--accent-cyan);box-shadow:0 0 10px #00f0ff40}.mtf-verdict-summary{display:flex;flex-direction:column;gap:8px;background:#00000059;padding:12px;border-radius:8px;border:1px solid var(--border-subtle);width:100%;box-sizing:border-box}.verdict-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.v-label{color:var(--text-dim);font-weight:600}.v-val{font-weight:700}.val-good{color:var(--accent-green)}.val-bad{color:var(--accent-red)}.mtf-transform-box{margin-top:6px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px}.transform-title{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-dim);letter-spacing:.5px}.transform-row{display:flex;align-items:center;gap:8px;font-size:13px;flex-wrap:wrap}.strike-term{color:var(--accent-red);text-decoration:line-through 2px;font-weight:700;background:#ef444426;padding:2px 6px;border-radius:4px}.arrow-sep{color:var(--text-dim);font-weight:700}.correct-term{color:var(--accent-green);font-weight:800;background:#10b98133;border:1px solid var(--accent-green);padding:2px 8px;border-radius:4px}.user-eval-grid{display:flex;flex-direction:column;gap:6px;background:#00000040;padding:8px 10px;border-radius:6px}.eval-item{display:flex;align-items:center;gap:8px;font-size:12px;flex-wrap:wrap}.eval-label{color:var(--text-dim);font-size:11px}.true-confirmed-box{font-size:12px;color:var(--accent-green)}.quiz-nav-row{display:flex;align-items:center;gap:8px;width:100%}.nav-arrow-btn{height:44px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:var(--text-muted);padding:0 16px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit}.nav-arrow-btn:hover:not(:disabled){background:#ffffff24;color:#fff}.nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}.quiz-submit-btn,.quiz-next-btn{height:44px;flex:1;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-blue));border:none;color:#060913;padding:0 16px;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;transition:transform .15s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;font-family:inherit}.quiz-submit-btn:disabled{opacity:.4;cursor:not-allowed}.quiz-submit-btn:hover:not(:disabled),.quiz-next-btn:hover{transform:translateY(-1px);box-shadow:0 0 15px #00f0ff59}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#040710bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1);padding:16px}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-card{width:100%;max-width:380px;background:#0e1628f2;border:1px solid var(--border-subtle);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:16px;transform:scale(.92) translateY(10px);transition:transform .25s cubic-bezier(.16,1,.3,1);box-shadow:0 20px 50px #0009}.modal-overlay.active .modal-card{transform:scale(1) translateY(0)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between}.modal-title-group{display:flex;flex-direction:column;gap:4px}.modal-badge{font-size:10px;font-weight:700;color:var(--accent-cyan);letter-spacing:.8px}.modal-header h3{font-size:16px;color:#fff;font-weight:700}.modal-close-btn{background:#ffffff14;border:none;color:var(--text-muted);width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .2s ease}.modal-close-btn:hover{background:#ffffff2e;color:#fff}.modal-body{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.qr-canvas-wrapper{background:#fff;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000059}.qr-instruction{font-size:12px;color:var(--text-muted);line-height:1.5}.ip-display-box{width:100%;background:#0006;border:1px solid var(--border-subtle);border-radius:8px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.ip-label{font-size:10px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px}.ip-text{font-size:12px;color:var(--accent-cyan);font-family:monospace;font-weight:600}.copy-ip-btn{background:transparent;border:none;cursor:pointer;font-size:14px;opacity:.8;transition:transform .15s ease}.copy-ip-btn:hover{transform:scale(1.15);opacity:1}.mobile-drawer-handle{display:none;flex-direction:column;gap:6px;padding:8px 14px 10px;background:#060a14e6;border-bottom:1px solid var(--border-subtle);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.mobile-drawer-handle:active{cursor:grabbing}.drawer-drag-indicator{display:flex;justify-content:center;padding:2px 0}.drawer-pill{width:48px;height:5px;background:#00f0ff80;border-radius:4px;box-shadow:0 0 8px #00f0ff4d;transition:background .2s ease,width .2s ease}.mobile-drawer-handle:hover .drawer-pill{background:var(--accent-cyan);width:56px}.drawer-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.drawer-label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--accent-cyan);letter-spacing:.5px}.drawer-size-controls{display:flex;align-items:center;gap:4px}.drawer-size-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--text-main);padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.drawer-size-btn:hover{background:#00f0ff33;border-color:var(--accent-cyan);color:#fff}.drawer-size-btn.active-size{background:var(--accent-cyan);color:#060913;border-color:var(--accent-cyan);font-weight:700}@media(max-width:900px){.left-hud{display:none}.top-nav{top:8px;left:8px;right:8px;height:48px;padding:0 10px}.brand-title h1{font-size:12px}.brand-title span{font-size:8px}.filter-pills-scroll{max-width:55%}.nav-btn-text{display:none}.nav-btn{padding:6px 8px}.mobile-drawer-handle{display:flex}.right-panel{width:calc(100% - 16px);left:8px;right:8px;top:auto;bottom:54px;height:46vh;max-height:86vh;min-height:48px;border-radius:16px 16px 8px 8px;box-shadow:0 -8px 32px #000000b3;transition:height .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);z-index:20}.right-panel.sheet-minimized{height:48px;max-height:48px}.right-panel.sheet-minimized .panel-tabs,.right-panel.sheet-minimized .panel-body{display:none!important}.right-panel.sheet-half{height:46vh}.right-panel.sheet-fullscreen{height:84vh}.right-panel.sheet-dragging{transition:none!important}.bottom-prompt-bar{left:8px;right:8px;bottom:6px;height:42px;padding:0 8px;z-index:10}.quick-chip{padding:4px 10px;font-size:11px}#webgl-container canvas{touch-action:none}.mode-toggle-btn{font-size:11px;padding:0 4px;gap:4px;height:36px}.quiz-header{gap:6px}.quiz-badge{font-size:9px;padding:2px 6px}.quiz-step{font-size:11px}.jump-select-wrapper{padding:2px 8px;font-size:10px;gap:4px;height:26px}.jump-select{font-size:10px;padding:1px 4px;height:20px}.quiz-score-pill{font-size:11px;padding:2px 8px;height:26px}.quiz-option-btn{padding:10px 12px;font-size:12px}.opt-letter{width:22px;height:22px;font-size:10px}.mtf-choice-btn{padding:8px 10px;min-height:50px}.choice-icon{width:28px;height:28px;font-size:14px}.choice-main{font-size:13px}.choice-sub{font-size:9px}}@media(max-width:480px){.quiz-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.jump-select-wrapper{order:3;width:100%;justify-content:center;margin-top:2px}.exam-mode-bar{gap:4px}.mode-toggle-btn{font-size:10px}}
