:root{--bg-gradient:linear-gradient(135deg, #0b0f19 0%, #111827 50%, #070a13 100%);--panel-bg:#111827bf;--panel-border:1px solid #ffffff14;--text-main:#f3f4f6;--text-muted:#9ca3af;--color-a:#ff5722;--color-b:#10b981;--color-c:#0ea5e9;--color-a-glow:#ff572266;--color-b-glow:#10b98166;--color-c-glow:#0ea5e966;--neon-green:#39ff14;--neon-red:#ff3b30}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-main);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1.5rem;font-family:Outfit,Noto Sans SC,sans-serif;display:flex;overflow-x:hidden}.container{flex-direction:column;gap:2rem;width:100%;max-width:1400px;display:flex}header{text-align:center;margin-bottom:.5rem}header h1{background:linear-gradient(90deg,#38bdf8,#818cf8,#f472b6);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin-bottom:.75rem;font-size:2.4rem;font-weight:800}header p{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.motor-nav-tabs{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;margin-bottom:1.5rem;display:grid}.motor-nav-tab{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);text-align:center;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;padding:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00000026}.motor-nav-tab:hover{color:#38bdf8;border-color:#38bdf880;transform:translateY(-3px);box-shadow:0 10px 25px #38bdf826}.motor-nav-tab.active{color:#38bdf8;background:linear-gradient(135deg,#38bdf826 0%,#818cf81a 100%);border-color:#38bdf8;box-shadow:0 8px 20px #38bdf833}.intro-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);border-radius:16px;padding:1.5rem;line-height:1.6;box-shadow:0 10px 30px #0000004d}.intro-card h3{color:#38bdf8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.2rem;display:flex}.intro-card p{color:#d1d5db;font-size:.95rem}.grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=960px){.grid{grid-template-columns:1fr}}.panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;min-height:480px;padding:1.5rem;display:flex;position:relative;box-shadow:0 20px 40px #0006}.panel-title{text-align:left;color:#38bdf8;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.panel-content{flex-grow:1;justify-content:center;align-items:center;width:100%;padding:1rem 0;display:flex}.panel-content svg{width:100%;max-width:380px;height:auto}@keyframes march{to{stroke-dashoffset:-20px}}.active-current-flow{stroke-dasharray:6 4;animation:.8s linear infinite march}@keyframes flux-pulsate{0%,to{stroke-width:2.5px;opacity:.4}50%{stroke-width:4px;opacity:.9}}.magnetic-flux-active{stroke-dasharray:4 4;animation:1.5s linear infinite march,1.5s ease-in-out infinite flux-pulsate}.controls-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0006}.control-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.btn-group{gap:.75rem;display:flex}button{color:var(--text-main);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}button:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}button:active{transform:translateY(0)}button.primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;box-shadow:0 4px 15px #3b82f666}button.primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px #3b82f699}.mode-selector{background:#0000004d;border:1px solid #ffffff14;border-radius:12px;padding:4px;display:flex}.mode-tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.mode-tab.active{color:#38bdf8;background:#ffffff14;box-shadow:0 2px 8px #0003}.speed-control{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}input[type=range]{appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:120px;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#38bdf8;border-radius:50%;width:16px;height:16px;transition:all .2s;box-shadow:0 0 10px #38bdf880}.timeline-container{margin:1.5rem 0;padding:0 1rem}.timeline-title{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.timeline{justify-content:space-between;width:100%;display:flex;position:relative}.timeline:before{content:"";z-index:1;background:#ffffff0f;height:3px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.timeline-progress{z-index:2;background:linear-gradient(90deg,#38bdf8,#818cf8);width:0%;height:3px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:0;transform:translateY(-50%)}.timeline-node{width:36px;height:36px;color:var(--text-muted);cursor:pointer;z-index:3;background:#1f2937;border:3px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.timeline-node:hover{color:var(--text-main);border-color:#38bdf899;transform:scale(1.1)}.timeline-node.active{color:#38bdf8;background:#0f172a;border-color:#38bdf8;transform:scale(1.15);box-shadow:0 0 15px #38bdf899}.details-box{background:#0003;border-left:4px solid #38bdf8;border-radius:12px;min-height:160px;padding:1.25rem;transition:all .3s}.details-box h4{color:#38bdf8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.details-box p{color:#e5e7eb;font-size:.95rem;line-height:1.6}.table-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);border-radius:20px;width:100%;padding:1.5rem;box-shadow:0 10px 30px #0000004d}table{border-collapse:collapse;text-align:center;width:100%;margin-top:1rem;font-size:.9rem}th{color:var(--text-muted);background:#ffffff0a;border-bottom:2px solid #ffffff14;padding:.85rem;font-weight:600}td{color:var(--text-muted);border-bottom:1px solid #ffffff0a;padding:.85rem;transition:all .2s}tr.active-row{background:#38bdf814}tr.active-row td{color:#38bdf8}.status-badge{border-radius:6px;padding:.15rem .6rem;font-size:.8rem;font-weight:700;display:inline-block}.status-badge.on{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.status-badge.off{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.theory-section{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000004d}.theory-section h2{color:#38bdf8;border-bottom:1px solid #ffffff0d;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.4rem}.theory-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.theory-grid{grid-template-columns:1fr}}.theory-item{flex-direction:column;gap:.5rem;display:flex}.theory-item h4{color:#818cf8;font-size:1.1rem;font-weight:600}.theory-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.play-icon,.pause-icon,.step-icon,.reset-icon{flex-shrink:0;width:16px;height:16px;display:inline-block}.prep-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.prep-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:1rem}.prep-item strong{margin-bottom:.5rem;display:block}.prep-item p{color:#d1d5db;font-size:.9rem;line-height:1.5}.top-nav{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--panel-border);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:1400px;margin:0 auto 1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 10px 30px #0000004d}.lang-wrapper{width:100%;position:relative;overflow:hidden}.lang-container{white-space:nowrap;scrollbar-width:none;gap:16px;padding:4px 0;transition:all .3s;display:flex;overflow-x:hidden;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 85%,#0000 100%)}.lang-container::-webkit-scrollbar{display:none}.lang-wrapper:hover .lang-container{scrollbar-width:auto;overflow-x:auto;-webkit-mask-image:none;mask-image:none}.lang-wrapper:hover .lang-container::-webkit-scrollbar{height:6px;display:block}.lang-wrapper:hover .lang-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.lang-wrapper:hover .lang-container::-webkit-scrollbar-thumb{cursor:pointer;background:#ffffff26;border-radius:3px}.lang-wrapper:hover .lang-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.lang-link{color:var(--text-muted);flex-shrink:0;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.lang-link:hover{color:#38bdf8;transform:translateY(-1px)}.lang-link.active{color:#38bdf8;border-bottom:2px solid #38bdf8;padding-bottom:2px;font-weight:700}.sub-nav{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:4px;padding-top:10px;display:flex}.home-link{color:var(--text-muted);align-items:center;gap:6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.home-link:hover{color:#38bdf8}.theme-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.theme-btn:hover{color:#38bdf8;background:#ffffff0d}body:not(.dark-theme){--bg-gradient:linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 50%, #cbd5e1 100%);--panel-bg:#ffffffd9;--panel-border:1px solid #00000014;--text-main:#1e293b;--text-muted:#64748b;--motor-bg:#f8fafc;--motor-border:#0000001a;--winding-base:#e2e8f0;--stator-pole:#cbd5e1;--rotor-core:#e2e8f0}body:not(.dark-theme) .top-nav{box-shadow:0 10px 30px #0000000d}body:not(.dark-theme) .sub-nav{border-top-color:#0000000d}body:not(.dark-theme) .theme-btn:hover{background:#0000000d}body:not(.dark-theme) footer{border-top-color:#0000000d!important}body:not(.dark-theme) .lang-wrapper:hover .lang-container{scrollbar-color:#00000026 transparent}body:not(.dark-theme) .lang-wrapper:hover .lang-container::-webkit-scrollbar-track{background:#00000005}body:not(.dark-theme) .lang-wrapper:hover .lang-container::-webkit-scrollbar-thumb{background:#00000026}body:not(.dark-theme) .lang-wrapper:hover .lang-container::-webkit-scrollbar-thumb:hover{background:#0000004d}body:not(.dark-theme) #motor-svg circle[fill=\#111827]{fill:var(--motor-bg)}body:not(.dark-theme) #motor-svg circle[stroke="rgba(255,255,255,0.12)"]{stroke:var(--motor-border)}body:not(.dark-theme) #motor-svg rect[fill=\#1f2937]{fill:var(--winding-base)}body:not(.dark-theme) #motor-svg path[fill=\#4b5563]{fill:var(--stator-pole)}body:not(.dark-theme) #motor-svg circle[fill=\#1e293b]{fill:var(--rotor-core)}body:not(.dark-theme) #motor-svg text[fill=\#f3f4f6]{fill:var(--text-main)}body:not(.dark-theme) #circuit-svg rect[fill=\#1e293b]{fill:var(--winding-base)}body:not(.dark-theme) #circuit-svg line[stroke=\#475569],body:not(.dark-theme) #circuit-svg line[stroke=\#334155],body:not(.dark-theme) #circuit-svg path[stroke=\#334155],body:not(.dark-theme) #circuit-svg path[stroke=\#475569],body:not(.dark-theme) #circuit-svg g line[stroke=\#475569],body:not(.dark-theme) #circuit-svg g line[stroke=\#334155]{stroke:var(--text-muted)}body:not(.dark-theme) #circuit-svg polygon[fill=\#475569]{fill:var(--text-muted)}body:not(.dark-theme) #circuit-svg text[fill=\#f3f4f6]{fill:var(--text-main)}body:not(.dark-theme) #circuit-svg text[fill=\#9ca3af],body:not(.dark-theme) #circuit-svg text[fill="var(--text-muted)"]{fill:var(--text-muted)}body:not(.dark-theme) .timeline-node{color:var(--text-muted);background:#f1f5f9;border-color:#0000001a}body:not(.dark-theme) .timeline-node:hover{color:var(--text-main);border-color:#38bdf8cc}body:not(.dark-theme) .timeline-node.active{color:#38bdf8;background:#fff;border-color:#38bdf8}body:not(.dark-theme) button{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}body:not(.dark-theme) button:hover{color:#0284c7;background:#fff;border-color:#cbd5e1;box-shadow:0 4px 6px #0000000d}body:not(.dark-theme) button.primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none}body:not(.dark-theme) button.primary:hover{filter:brightness(1.1)}body:not(.dark-theme) input[type=range]{background:#00000014}body:not(.dark-theme) input[type=range]::-webkit-slider-thumb{background:#0284c7;box-shadow:0 0 10px #0284c74d}body:not(.dark-theme) .mode-selector{background:#0000000d;border:1px solid #0000000f}body:not(.dark-theme) .mode-tab.active{color:#0284c7;background:#fff}body:not(.dark-theme) th{background:#00000005;border-bottom:2px solid #0000000f}body:not(.dark-theme) td{border-bottom:1px solid #0000000a}body:not(.dark-theme) tr.active-row{background:#0284c714}body:not(.dark-theme) tr.active-row td{color:#0284c7}body:not(.dark-theme) .details-box{background:#00000005;border-left-color:#0284c7}body:not(.dark-theme) .details-box h4{color:#0284c7}body:not(.dark-theme) .details-box p,body:not(.dark-theme) .intro-card p{color:var(--text-main)}body:not(.dark-theme) .intro-card h3{color:#0284c7}body:not(.dark-theme) .prep-item p{color:var(--text-main)}body:not(.dark-theme) .panel-title,body:not(.dark-theme) .theory-section h2{color:#0284c7;border-bottom-color:#0000000f}body:not(.dark-theme) .theory-item h4{color:#4f46e5}body:not(.dark-theme) .theory-item p{color:var(--text-muted)}body:not(.dark-theme) .lang-link:hover{color:#0284c7}body:not(.dark-theme) .lang-link.active{color:#0284c7;border-bottom-color:#0284c7}body:not(.dark-theme) .home-link:hover,body:not(.dark-theme) .theme-btn:hover{color:#0284c7}body:not(.dark-theme) .prep-item strong{color:#4f46e5!important}body:not(.dark-theme) .motor-nav-tab{box-shadow:0 4px 15px #0000000d}body:not(.dark-theme) .motor-nav-tab.active{color:#0284c7;background:linear-gradient(135deg,#0284c71a 0%,#6366f10d 100%);border-color:#0284c7}@media (width<=640px){body{padding:1rem .5rem}.container{gap:1rem}.top-nav{border-radius:12px;margin-bottom:.75rem;padding:.75rem}header h1{font-size:1.6rem}header p{font-size:.95rem}.panel{border-radius:12px;min-height:auto;padding:1rem}.controls-card{border-radius:12px;padding:1rem}.details-box{min-height:240px}.theory-section{border-radius:12px;padding:1.25rem 1rem}.intro-card,.table-panel{border-radius:12px;padding:1rem}.control-row{flex-direction:column;align-items:stretch;gap:1rem}.btn-group{justify-content:space-between;width:100%}.btn-group button{flex:1;justify-content:center;padding:.6rem .5rem;font-size:.85rem}.speed-control{justify-content:space-between;width:100%}input[type=range]{flex-grow:1;width:auto}.mode-selector{width:100%;display:flex}.mode-tab{text-align:center;flex:1;padding:.5rem .25rem;font-size:.8rem}}
