.knob-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}.knob-wrapper{width:80px;height:80px;position:relative}.knob-ring{transform:none}.knob-circle-bg{stroke:#ffffff0d;stroke-width:8px;fill:none;stroke-linecap:round}.knob-circle-progress{stroke-width:8px;fill:none;stroke-linecap:round;transition:stroke-dashoffset .5s cubic-bezier(.175,.885,.32,1.275)}.knob-value{color:var(--text-primary);font-family:Code,monospace;font-size:1.1rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.knob-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:normal;max-width:100%;font-size:.7rem;font-weight:600;line-height:1.2}
.switch-container{flex-direction:column;align-items:center;gap:12px;width:70px;display:flex}.switch-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:40px;height:70px;display:flex;position:relative;box-shadow:inset 0 2px 5px #00000080}.switch-plate{background:#222;border-radius:4px;flex-direction:column;justify-content:space-between;width:20px;height:50px;padding:4px 0;transition:all .3s;display:flex;position:relative;box-shadow:inset 0 1px 3px #000c}.switch-plate.is-on{background:var(--active-color);box-shadow:inset 0 1px 3px #0006,0 0 15px var(--active-color)}.switch-handle{z-index:2;background:linear-gradient(135deg,#e0e0e0 0%,#888 100%);border-radius:2px;width:16px;height:16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;left:2px;box-shadow:0 2px 4px #00000080,inset 0 1px 1px #fffc}.switch-handle.toggle-off{bottom:4px}.switch-handle.toggle-on,.switch-handle.pos-top{top:4px}.switch-handle.pos-middle{top:50%;transform:translateY(-50%)}.switch-handle.pos-bottom{bottom:4px}.switch-label{color:#fff6;text-transform:uppercase;letter-spacing:.1em;text-align:center;width:100%;font-size:10px;font-weight:700}.switch-value-label,.value-label-themed{color:var(--active-color,var(--accent-primary));opacity:1;font-size:11px;font-weight:700;font-family:var(--font-mono);text-shadow:0 0 10px rgba(var(--accent-primary-rgb),.3);text-align:center;margin-top:6px}
