.settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.settings-modal{background:#1e293b;border-radius:16px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #334155}.settings-header h2{margin:0;font-size:1.5rem;color:#e2e8f0}.settings-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:.5rem;line-height:1;transition:color .2s}.settings-close:hover{color:#e2e8f0}.settings-tabs{display:flex;gap:.5rem;padding:0 1.5rem;border-bottom:1px solid #334155;overflow-x:auto}.settings-tab{background:none;border:none;padding:1rem 1.5rem;color:#94a3b8;font-size:.875rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.settings-tab:hover{color:#e2e8f0}.settings-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.settings-content{flex:1;overflow-y:auto;padding:1.5rem}.settings-section h3{margin:0 0 1.5rem;font-size:1.125rem;color:#e2e8f0}.settings-field{margin-bottom:2rem}.settings-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;color:#cbd5e1;font-weight:500}.settings-value{font-weight:700;color:#3b82f6;font-size:1rem}.settings-slider{width:100%;height:6px;border-radius:3px;background:#334155;outline:none;-webkit-appearance:none}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);cursor:pointer;box-shadow:0 2px 6px #0000004d}.settings-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);cursor:pointer;border:none;box-shadow:0 2px 6px #0000004d}.settings-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.settings-slider::-moz-range-thumb:hover{transform:scale(1.1)}.settings-range{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.75rem;color:#64748b}.settings-info{background:#3b82f61a;border-left:3px solid #3b82f6;padding:.75rem 1rem;margin-top:1rem;border-radius:4px;font-size:.875rem;color:#94a3b8;line-height:1.5}.settings-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #334155}.settings-loading{text-align:center;padding:3rem;color:#94a3b8;font-size:1.125rem}.settings-error{background:#ef444433;border-left:3px solid #ef4444;color:#fca5a5;padding:1rem 1.5rem;margin:1rem 1.5rem 0;border-radius:4px}@media (max-width: 768px){.settings-modal{max-height:95vh}.settings-tabs{gap:.25rem}.settings-tab{padding:.75rem 1rem;font-size:.75rem}.settings-content,.settings-footer{padding:1rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e2e8f0;background-color:#0a0a0a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1e293b)}.app{max-width:1200px;margin:0 auto;padding:1rem}.header{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;font-weight:700;color:#3b82f6}.header-controls{display:flex;align-items:center;gap:1rem}.btn-settings{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-settings:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.connection-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:#10b98133;color:#10b981;font-size:.875rem}.connection-status.disconnected{background:#ef444433;color:#ef4444}.connection-dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.telemetry-display{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.sticky-telemetry{position:sticky;top:0;z-index:1000;background:#0a0a0a;padding-top:1rem;margin-top:-1rem}.sticky-mode{position:sticky;top:7rem;z-index:999;background:#0a0a0a;padding-top:.5rem;margin-bottom:1rem}.telemetry-item{text-align:center}.telemetry-label{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.telemetry-value{font-size:2rem;font-weight:700;color:#3b82f6;display:flex;flex-direction:column;gap:.25rem}.telemetry-subvalue{font-size:1rem;font-weight:500;color:#64748b}.control-section{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.section-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.button-grid{display:grid;gap:.5rem}.button-grid-3col{grid-template-columns:repeat(3,1fr)}.button-grid-4col{grid-template-columns:repeat(4,1fr)}.button-grid-5col{grid-template-columns:repeat(5,1fr)}.btn{padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;color:#fff}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.btn:active{transform:translateY(0)}.btn-decrease{background:linear-gradient(135deg,#475569,#334155)}.btn-increase{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-green{background:linear-gradient(135deg,#10b981,#059669)}.btn-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-yellow,.btn-orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-gray{background:linear-gradient(135deg,#475569,#334155)}.btn-confirm{background:linear-gradient(135deg,#10b981,#059669)}.wkg-adjust-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.5rem}.wkg-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.wkg-input{flex:1;padding:.75rem 1rem;border:2px solid #334155;border-radius:8px;background:#1e293b99;color:#e2e8f0;font-size:1rem;font-weight:600;transition:all .2s}.wkg-input:focus{outline:none;border-color:#3b82f6;background:#1e293bcc}.wkg-input::placeholder{color:#64748b}.mode-button{width:100%;padding:1.5rem;font-size:1.125rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.mode-icon{font-size:2rem}.mode-description{font-size:.75rem;opacity:.8;font-weight:400}.ble-devices-section{background:#0f172a;margin-bottom:1rem}.ble-devices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ble-device-card{background:#1e293b;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ble-device-header{display:flex;align-items:center;gap:.5rem}.ble-device-icon{font-size:1.5rem}.ble-device-name{font-weight:600;font-size:1rem;color:#f1f5f9}.ble-device-status{font-size:.875rem}.status-connected{color:#10b981;font-weight:500}.status-disconnected{color:#64748b;font-weight:500}.ble-device-actions button{width:100%}@media (max-width: 768px){.ble-devices-grid{grid-template-columns:1fr}.button-grid-5col{grid-template-columns:repeat(3,1fr)}.button-grid-4col{grid-template-columns:repeat(2,1fr)}.telemetry-value{font-size:1.5rem}.btn{font-size:.875rem;padding:.625rem .75rem}}@media (max-width: 480px){.button-grid-3col,.button-grid-4col,.button-grid-5col{grid-template-columns:1fr}.header{flex-direction:column;gap:1rem}}
