*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;background:radial-gradient(1200px 600px at 50% -10%,#131a27,#0b0e14 60%);color:#e6edf3;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{background:#151b28;border:1px solid #263042;border-radius:16px;padding:32px;box-shadow:0 12px 40px #00000073;width:100%;max-width:440px}.panel{max-width:720px}.app-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}h1{color:#e6edf3;font-size:22px;font-weight:650;letter-spacing:.2px;display:flex;align-items:center;gap:10px}h1:before{content:"";width:10px;height:10px;border-radius:50%;background:#4f8cff;box-shadow:0 0 12px #4f8cff}.card>h1{justify-content:center;margin-bottom:28px}.form-group{margin-bottom:18px}label{display:block;margin-bottom:6px;color:#8b98a9;font-size:13px}input[type=text],input[type=password]{width:100%;padding:12px 14px;background:#10151f;border:1px solid #263042;border-radius:10px;color:#e6edf3;font-size:15px;outline:none;transition:border-color .15s,box-shadow .15s}input[type=text]::placeholder,input[type=password]::placeholder{color:#566072}input[type=text]:focus,input[type=password]:focus{border-color:#4f8cff;box-shadow:0 0 0 3px #4f8cff26}button{width:100%;padding:13px;background:#4f8cff;border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}button:hover{background:#6ba0ff}button:disabled{background:#1b2333;color:#8b98a9;cursor:not-allowed}.error{background:#ff5c6c1f;border:1px solid rgba(255,92,108,.4);border-radius:10px;padding:11px;margin-bottom:18px;color:#ff5c6c;text-align:center;font-size:14px}.btn-group{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.btn-control{padding:14px;font-size:14px;background:#1b2333;border:1px solid #263042;color:#e6edf3}.btn-control:hover{background:#222c40;border-color:#33415c}.btn-reboot{background:#ff5c6c24;border-color:#ff5c6c73;color:#ff8a95}.btn-reboot:hover{background:#ff5c6c38;border-color:#ff5c6c}.send-message{margin-top:14px;display:flex;gap:10px}.send-message input{flex:1}.send-message .btn-message{width:auto;padding:12px 18px;background:#4f8cff}.send-message .btn-message:hover{background:#6ba0ff}.result{margin-top:22px;border:1px solid #263042;border-radius:12px;overflow:hidden}.result-head{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;border-bottom:1px solid #263042}.result-head.ok{background:#3fb9501a;color:#3fb950}.result-head.err{background:#ff5c6c1a;color:#ff5c6c}.result-body{padding:16px}.result-line{font-size:15px;line-height:1.5}.result-line .muted{color:#8b98a9}.result-line strong{color:#e6edf3;font-weight:600}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#d9a44129;color:#d9a441;margin-left:8px}.win-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13.5px}.win-table th,.win-table td{text-align:left;padding:9px 12px;border-bottom:1px solid #263042}.win-table th{color:#8b98a9;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.win-table th:nth-child(2),.win-table td:nth-child(2){width:150px}.win-table th:nth-child(3),.win-table td:nth-child(3){width:64px}.win-table tbody tr:last-child td{border-bottom:none}.win-table tbody tr:hover td{background:#ffffff05}.win-table .col-title,.win-table .col-proc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.win-table .col-title{color:#e6edf3}.win-table .col-proc{color:#4f8cff}.win-table .col-pid{color:#8b98a9;font-family:Consolas,monospace}.win-scroll{max-height:340px;overflow-y:auto}.result-count{color:#8b98a9;font-size:12px}.raw-box{background:#10151f;border-radius:8px;padding:12px;white-space:pre-wrap;font-family:Consolas,monospace;font-size:12.5px;color:#8b98a9;max-height:300px;overflow-y:auto}.foot{color:#8b98a9;font-size:12px;margin-top:22px}a{color:#4f8cff;text-decoration:none}a:hover{text-decoration:underline}.hosts{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;background:#10151f;border:1px solid #263042;border-radius:10px;font-size:14px}.hosts-empty{color:#ff5c6c;font-weight:600}.hosts-label{color:#8b98a9}.hosts-label strong{color:#e6edf3}.hosts-count{color:#8b98a9;font-size:12px;margin-left:auto}.hosts select{flex:1;padding:8px 12px;background:#1b2333;border:1px solid #263042;border-radius:8px;color:#e6edf3;font-size:14px;outline:none}.hosts select:focus{border-color:#4f8cff}
