body{color:#fff;background-color:#1e252b;width:100vw;height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}urdf-manipulator{width:100%;height:100%;display:block}.glass-panel{z-index:10;pointer-events:auto;background:#1e252bb3;border:1px solid #ffffff1a;border-radius:12px;width:280px;padding:24px;position:absolute;top:24px;left:24px;box-shadow:0 8px 32px #0000004d}.glass-panel header h2{color:#ffbf00;margin:0 0 5px;font-size:20px;font-weight:600}.glass-panel header p{color:#90a4ae;margin:0 0 20px;font-size:13px}.control-group{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.control-group label{text-transform:uppercase;letter-spacing:.5px;color:#90a4ae;font-size:12px}.modern-select{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.modern-select:hover,.modern-select:focus{border-color:#ffbf00}.toggles-container{border-top:1px solid #ffffff1a;flex-direction:column;gap:16px;padding-top:20px;display:flex}.toggle-row{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.toggle-label{color:#e0e0e0;font-size:14px;transition:color .2s}.toggle-row:hover .toggle-label{color:#fff}.toggle-row input{display:none}.toggle-switch{background:#fff3;border-radius:20px;width:40px;height:22px;transition:background .3s;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.toggle-row input:checked+.toggle-switch{background:#ffbf00}.toggle-row input:checked+.toggle-switch:after{transform:translate(18px)}.toggle-row input:disabled+.toggle-switch{cursor:not-allowed;background:#ffffff0d}.toggle-row input:disabled~.toggle-label{color:#546e7a}#loader-overlay{z-index:9999;background:#1e252b;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.loader-spinner{border:3px solid #ffffff1a;border-top-color:#ffbf00;border-radius:50%;width:50px;height:50px;margin-bottom:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}#loader-overlay p{color:#ffbf00;letter-spacing:2px;text-transform:uppercase;margin:0;font-size:14px;font-weight:600;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}
