.nl-line-wrap{position:relative;margin:20px auto;max-width:640px;padding:10px}.nl-numline{position:relative;padding:36px 0 42px}.nl-line-track{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:linear-gradient(90deg,transparent 0%,#a8a29e 4%,#a8a29e 96%,transparent 100%);border-radius:2px}.nl-arrow-left,.nl-arrow-right{position:absolute;top:50%;transform:translateY(-50%);font-size:16px;color:#78716c;font-weight:900;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.nl-arrow-left{left:0}.nl-arrow-right{right:0}.nl-ticks{position:relative;display:flex;justify-content:space-between;align-items:stretch;margin:0 4%;z-index:1}.nl-tick{display:flex;flex-direction:column;align-items:center;position:relative;width:50px}.nl-tick-spacer{min-height:28px}.nl-tick-line{width:2px;height:18px;background:#78716c;flex-shrink:0}.nl-tick-label{margin-top:4px;font-size:14px;font-weight:800;color:#44403c;white-space:nowrap;text-align:center}.nl-tick.nl-tick-zero .nl-tick-line{height:24px;background:#0d9488;width:3px}.nl-tick.nl-tick-zero .nl-tick-label{color:#0d9488;font-size:16px;font-weight:900}.nl-tick.nl-tick-one .nl-tick-line{height:22px;background:#6366f1;width:3px}.nl-tick.nl-tick-one .nl-tick-label{color:#6366f1;font-size:15px}.nl-tick.nl-tick-blank .nl-tick-label{color:#d97706;font-size:22px}.nl-tick.nl-tick-highlight .nl-tick-line{height:22px;background:#d97706;width:3px}.nl-tick.nl-tick-highlight .nl-tick-label{color:#d97706;font-size:15px;font-weight:900}.nl-tick.nl-tick-answer .nl-tick-line{height:24px;background:#22c55e;width:3px}.nl-tick.nl-tick-answer .nl-tick-label{color:#22c55e;font-size:16px;font-weight:900}.nl-tick-marker{font-size:11px;font-weight:800;padding:3px 8px;border-radius:8px;white-space:nowrap;margin-bottom:4px;position:relative;text-align:center}.nl-tick-marker:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.nl-marker-zero{background:#ccfbf1;color:#0d9488;border:1px solid #5eead4}.nl-marker-zero:after{border-top:5px solid #5eead4}.nl-marker-one{background:#e0e7ff;color:#4338ca;border:1px solid #a5b4fc}.nl-marker-one:after{border-top:5px solid #a5b4fc}.nl-marker-highlight{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.nl-marker-highlight:after{border-top:5px solid #fbbf24}.nl-marker-answer{background:#dcfce7;color:#166534;border:1px solid #86efac;animation:nlCorrectPulse .4s ease}.nl-marker-answer:after{border-top:5px solid #86efac}.nl-marker-blank{background:#fff7ed;color:#c2410c;border:1px solid #fdba74;animation:nlBlankPulse 1.5s ease-in-out infinite alternate}.nl-marker-blank:after{border-top:5px solid #fdba74}@keyframes nlBlankPulse{0%{box-shadow:0 0 #fb923c00}to{box-shadow:0 0 8px 2px #fb923c40}}.nl-unit-bracket{position:absolute;top:2px;display:flex;flex-direction:column;align-items:center;pointer-events:none}.nl-unit-label{font-size:11px;font-weight:800;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:6px;white-space:nowrap;margin-bottom:2px}.nl-unit-brace{width:100%;height:10px;border-bottom:2px solid #6366f1;border-left:2px solid #6366f1;border-right:2px solid #6366f1;border-radius:0 0 6px 6px}.nl-jump-arc{position:absolute;top:-38px;pointer-events:none}.nl-jump-arc svg{overflow:visible}.nl-question-area{background:#fafaf9;border:2px solid #e7e5e4;border-radius:18px;padding:20px;margin-bottom:16px;position:relative}.nl-q-prompt{font-size:16px;font-weight:700;color:#44403c;text-align:center;margin-bottom:14px;line-height:1.7}.nl-q-prompt em{color:#6366f1;font-style:normal;font-weight:900;background:#eef2ff;padding:2px 8px;border-radius:6px}.nl-input-row{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0}.nl-num-input{width:140px;max-width:160px;text-align:center;font-size:20px;font-weight:800;padding:12px 14px;border-radius:14px;border:3px solid #d6d3d1;background:#fff;color:#1c1917;outline:none;transition:all .2s ease}.nl-num-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.nl-input-correct{border-color:#22c55e!important;background:#f0fdf4!important;color:#166534!important;animation:nlCorrectPulse .4s ease}.nl-input-wrong{border-color:#ef4444!important;background:#fef2f2!important;color:#991b1b!important;animation:nlShake .4s ease}@keyframes nlCorrectPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes nlShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.nl-tf-row{display:flex;justify-content:center;gap:16px;margin:14px 0}.nl-tf-btn{padding:14px 36px;border-radius:14px;font-size:16px;font-weight:800;cursor:pointer;transition:all .2s ease;border:3px solid}.nl-tf-btn:hover{transform:translateY(-2px)}.nl-tf-btn:active{transform:scale(.96)}.nl-tf-true{background:#f0fdf4;color:#166534;border-color:#86efac}.nl-tf-true:hover{background:#dcfce7;box-shadow:0 4px 12px #22c55e33}.nl-tf-false{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.nl-tf-false:hover{background:#fee2e2;box-shadow:0 4px 12px #ef444433}.nl-tf-btn.nl-tf-picked-correct{background:#22c55e!important;color:#fff!important;border-color:#16a34a!important}.nl-tf-btn.nl-tf-picked-wrong{background:#ef4444!important;color:#fff!important;border-color:#dc2626!important}.nl-tf-btn.nl-tf-dim{opacity:.4;pointer-events:none}.nl-streak-chip{font-size:14px;font-weight:700;color:#44403c;background:#f0fdfa;padding:4px 14px;border-radius:999px;border:2px solid #99f6e4}.nl-streak-chip span{color:#0d9488;font-weight:800}.nl-discovery{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fbbf24;border-radius:16px;padding:18px;margin:16px 0;text-align:center;animation:nlDiscovery .6s ease}@keyframes nlDiscovery{0%{transform:scale(.9);opacity:0}50%{transform:scale(1.03)}to{transform:scale(1);opacity:1}}.nl-discovery-icon{font-size:32px;margin-bottom:6px}.nl-discovery h3{font-size:17px;font-weight:900;color:#92400e;margin-bottom:6px}.nl-discovery p{font-size:14px;color:#78350f;line-height:1.6;max-width:500px;margin:0 auto}.nl-timer-bar{margin-bottom:14px}.nl-timer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:13px;font-weight:700;color:#78716c}.nl-timer-track{height:8px;background:#e7e5e4;border-radius:999px;overflow:hidden}.nl-timer-fill{height:100%;border-radius:999px;transition:width .3s linear;background:linear-gradient(90deg,#14b8a6,#0d9488)}.nl-timer-fill.nl-timer-warn{background:linear-gradient(90deg,#f59e0b,#ef4444)}.nl-timer-fill.nl-timer-danger{background:linear-gradient(90deg,#ef4444,#dc2626)}.nl-btn-teal{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff}.nl-btn-teal:hover:not(:disabled){box-shadow:0 4px 16px #0d948866;transform:translateY(-1px)}.nl-btn-amber{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff}.nl-btn-amber:hover:not(:disabled){box-shadow:0 4px 16px #f59e0b66;transform:translateY(-1px)}.nl-slot-row{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:14px 0}.nl-slot-chip{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;cursor:pointer;border:3px solid #c4b5fd;background:#f5f3ff;color:#6366f1;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nl-slot-chip:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f140}.nl-slot-chip.nl-chip-selected{background:#6366f1;color:#fff;border-color:#4f46e5;transform:scale(1.1)}.nl-slot-chip.nl-chip-used{opacity:.35;pointer-events:none}.nl-concept-line{position:relative;margin:20px 0;text-align:center}.nl-concept-dots{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.nl-c-dot{width:40px;height:40px;border-radius:50%;background:#f0fdfa;border:2px solid #99f6e4;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#0d9488;flex-shrink:0}.nl-c-arrow{font-size:16px;color:#a8a29e;margin:0 2px;flex-shrink:0}.nl-c-dot.nl-c-highlight{background:#14b8a6;color:#fff;border-color:#0d9488;transform:scale(1.15);box-shadow:0 4px 12px #0d94884d}.nl-c-dot.nl-c-zero{background:#fef3c7;color:#92400e;border-color:#fbbf24}.nl-c-dot.nl-c-unit{background:#eef2ff;color:#4338ca;border-color:#a5b4fc}.nl-c-ellipsis{font-size:22px;font-weight:800;color:#a8a29e;margin:0 6px;letter-spacing:2px}.nl-step-strip{display:flex;justify-content:center;gap:6px;margin-bottom:14px}.nl-step-pip{width:10px;height:10px;border-radius:50%;background:#d6d3d1;transition:all .3s ease}.nl-step-pip.nl-pip-done{background:#22c55e}.nl-step-pip.nl-pip-active{background:#6366f1;transform:scale(1.3);box-shadow:0 0 8px #6366f166}.dark .nl-question-area{background:#1c1917;border-color:#292524}.dark .nl-q-prompt{color:#d6d3d1}.dark .nl-q-prompt em{background:#312e81;color:#a5b4fc}.dark .nl-num-input{background:#292524;border-color:#44403c;color:#e7e5e4}.dark .nl-streak-chip{background:#1c1917;color:#a8a29e;border-color:#44403c}.dark .nl-streak-chip span{color:#2dd4bf}.dark .nl-tf-true{background:#064e3b;color:#6ee7b7;border-color:#065f46}.dark .nl-tf-false{background:#450a0a;color:#fca5a5;border-color:#7f1d1d}.dark .nl-line-track{background:linear-gradient(90deg,transparent 0%,#57534e 4%,#57534e 96%,transparent 100%)}.dark .nl-tick-line{background:#57534e}.dark .nl-tick-label{color:#a8a29e}.dark .nl-tick.nl-tick-zero .nl-tick-label{color:#2dd4bf}.dark .nl-tick.nl-tick-one .nl-tick-label{color:#a5b4fc}.dark .nl-tick.nl-tick-zero .nl-tick-line{background:#14b8a6}.dark .nl-tick.nl-tick-one .nl-tick-line{background:#6366f1}.dark .nl-tick.nl-tick-highlight .nl-tick-line{background:#f59e0b}.dark .nl-tick.nl-tick-highlight .nl-tick-label{color:#fbbf24}.dark .nl-tick.nl-tick-answer .nl-tick-line{background:#22c55e}.dark .nl-tick.nl-tick-answer .nl-tick-label{color:#4ade80}.dark .nl-unit-label{background:#312e81;color:#a5b4fc}.dark .nl-unit-brace{border-color:#6366f1}.dark .nl-marker-zero{background:#042f2e;color:#5eead4;border-color:#115e59}.dark .nl-marker-zero:after{border-top-color:#115e59}.dark .nl-marker-one{background:#312e81;color:#a5b4fc;border-color:#4f46e5}.dark .nl-marker-one:after{border-top-color:#4f46e5}.dark .nl-marker-highlight{background:#451a03;color:#fbbf24;border-color:#b45309}.dark .nl-marker-highlight:after{border-top-color:#b45309}.dark .nl-marker-answer{background:#052e16;color:#4ade80;border-color:#16a34a}.dark .nl-marker-answer:after{border-top-color:#16a34a}.dark .nl-marker-blank{background:#431407;color:#fb923c;border-color:#c2410c}.dark .nl-marker-blank:after{border-top-color:#c2410c}.dark .nl-c-dot{background:#042f2e;border-color:#115e59;color:#5eead4}.dark .nl-c-dot.nl-c-zero{background:#451a03;color:#fbbf24;border-color:#b45309}.dark .nl-c-dot.nl-c-unit{background:#312e81;color:#a5b4fc;border-color:#6366f1}.dark .nl-c-dot.nl-c-highlight{background:#0d9488;color:#fff}.dark .nl-input-correct{background:#064e3b!important;color:#6ee7b7!important;border-color:#22c55e!important}.dark .nl-input-wrong{background:#450a0a!important;color:#fca5a5!important;border-color:#ef4444!important}.dark .nl-discovery{background:linear-gradient(135deg,#451a03,#78350f);border-color:#b45309}.dark .nl-discovery h3{color:#fbbf24}.dark .nl-discovery p{color:#fde68a}.dark .nl-timer-track{background:#292524}.dark .nl-slot-chip{background:#312e81;color:#a5b4fc;border-color:#4f46e5}.dark .nl-slot-chip.nl-chip-selected{background:#6366f1;color:#fff}.dark .nl-step-pip{background:#44403c}@media (max-width: 480px){.nl-q-prompt{font-size:14px}.nl-num-input{width:120px;max-width:120px;font-size:16px;padding:10px}.nl-tick{width:38px}.nl-tick-spacer{min-height:22px}.nl-tick-marker{font-size:9px;padding:2px 5px}.nl-tick-label{font-size:11px}.nl-tick.nl-tick-zero .nl-tick-label{font-size:13px}.nl-c-dot{width:32px;height:32px;font-size:12px}.nl-tf-btn{padding:12px 24px;font-size:14px}.nl-input-row{gap:8px}.nl-slot-chip{width:38px;height:38px;font-size:15px}}
