*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0c10;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#e8edf2;padding:20px}.container{max-width:1400px;margin:0 auto}.header{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px}.header h1{font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#fff 0,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.header h1 i{background:0 0;-webkit-text-fill-color:#3b82f6;margin-right:8px}.header p{color:#6c7a8a;font-size:.75rem;margin-top:4px}.status-badge-header{display:flex;align-items:center;gap:10px;background:#151a22;padding:6px 14px;border-radius:40px;border:1px solid #252e38;font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:#6c7a8a}.status-dot.connected{background:#22c55e;box-shadow:0 0 6px #22c55e;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.connect-bar{background:#151a22;border-radius:16px;padding:6px;display:flex;gap:8px;margin-bottom:24px;border:1px solid #252e38}.connect-bar input{flex:1;background:#0f131a;border:none;border-radius:12px;padding:12px 18px;color:#e8edf2;font-size:14px;font-weight:500;outline:0;font-family:Inter,monospace}.connect-bar input:focus{background:#1a1f2a;box-shadow:0 0 0 2px #3b82f6}.connect-bar button{background:#3b82f6;border:none;border-radius:12px;padding:12px 28px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.connect-bar button:hover{background:#2563eb}.dashboard{display:flex;gap:20px;flex-wrap:wrap}.devices-panel{width:100%;background:#151a22;border-radius:20px;padding:20px;border:1px solid #252e38}@media (min-width:768px){.devices-panel{width:300px}}.devices-panel h3{font-size:.7rem;color:#9ca8b5;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px;font-weight:600;display:flex;justify-content:space-between}.device-list{display:flex;flex-direction:column;gap:8px;max-height:500px;overflow-y:auto}.device-card{background:#0f131a;border-radius:14px;padding:12px;border:1px solid transparent;transition:all .2s;cursor:pointer}.device-card:hover{border-color:#3b82f6;background:#1a1f2a}.device-card.selected{background:linear-gradient(135deg,#1e3a8a 0,#0f131a 100%);border-color:#3b82f6}.device-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.device-name{font-weight:600;font-size:13px}.device-status{font-size:10px;display:flex;align-items:center;gap:6px;color:#9ca8b5}.status-badge{width:6px;height:6px;border-radius:50%;display:inline-block}.status-online{background:#22c55e;box-shadow:0 0 4px #22c55e}.device-meta{font-size:9px;color:#6c7a8a;margin-top:6px;font-family:monospace}.device-actions{display:flex;gap:8px;margin-top:8px}.delete-btn{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:3px 10px;color:#ef4444;font-size:10px;font-weight:600;cursor:pointer}.delete-btn:hover{background:#ef4444;color:#fff}.main-panel{flex:1;background:#151a22;border-radius:20px;padding:20px;border:1px solid #252e38}.selected-device{background:#0f131a;padding:10px 16px;border-radius:12px;margin-bottom:20px;border-left:3px solid #3b82f6;font-size:12px;font-family:monospace}.selected-device i{margin-right:8px;color:#3b82f6}.tabs{display:flex;gap:4px;border-bottom:1px solid #252e38;margin-bottom:20px;overflow-x:auto}.tab{background:0 0;border:none;padding:10px 18px;color:#9ca8b5;cursor:pointer;font-size:12px;font-weight:600;border-radius:10px 10px 0 0;transition:all .2s;display:flex;align-items:center;gap:6px}.tab i{font-size:12px}.tab.active{color:#3b82f6;background:#0f131a;border-bottom:2px solid #3b82f6}.tab-content{display:none}.tab-content.active{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.input-group{margin-bottom:18px}label{display:block;margin-bottom:6px;font-size:11px;font-weight:600;color:#9ca8b5;text-transform:uppercase;letter-spacing:.5px}label i{margin-right:6px}select,textarea{width:100%;padding:10px 14px;background:#0f131a;border:1px solid #2a3440;border-radius:12px;color:#e8edf2;font-size:13px;font-family:Inter,monospace;transition:all .2s}select:focus,textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}textarea{font-family:'Fira Code',monospace;resize:vertical}button{background:#3b82f6;border:none;border-radius:12px;padding:10px 20px;color:#fff;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}button:hover{background:#2563eb}.cmd-row{display:flex;gap:12px;margin-top:8px}.result-box{background:#0f131a;border-radius:14px;padding:14px;font-family:'Fira Code',monospace;font-size:12px;white-space:pre-wrap;word-break:break-word;max-height:280px;overflow-y:auto;margin-top:16px;border:1px solid #2a3440}.result-box i{color:#6c7a8a;margin-right:8px}.screen-container{text-align:center;margin-top:16px}.screen-container img{max-width:100%;border-radius:14px;border:1px solid #2a3440}.screen-controls{display:flex;gap:10px;flex-wrap:wrap}.file-list,.history-list{background:#0f131a;border-radius:14px;padding:8px;max-height:400px;overflow-y:auto}.file-item,.history-item{padding:10px;border-bottom:1px solid #252e38;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.file-list .file-item{cursor:pointer}.file-list .file-item:hover,.history-item:hover{background:#1a1f2a;border-radius:8px}.path-bar{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.path-bar input{flex:1;min-width:150px;padding:10px;background:#0f131a;border:1px solid #2a3440;border-radius:12px;color:#e8edf2}.download-file-btn{background:#3b82f6;border:none;border-radius:6px;padding:4px 12px;color:#fff;font-size:10px;cursor:pointer}.download-file-btn:hover{background:#2563eb}.loading-placeholder{text-align:center;padding:30px;color:#6c7a8a;font-size:12px}.loading-placeholder i{margin-right:6px}.toast{position:fixed;bottom:24px;right:24px;left:24px;max-width:320px;margin:0 auto;background:#22c55e;color:#0a0c10;padding:10px 18px;border-radius:40px;font-size:13px;font-weight:600;text-align:center;opacity:0;transition:opacity .2s;z-index:1000;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.3)}@media (min-width:768px){.toast{left:auto;right:24px;max-width:none}}.toast.error{background:#ef4444;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f131a;border-radius:10px}::-webkit-scrollbar-thumb{background:#2a3440;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}