.consolepage header{display:flex;align-items:center;justify-content:space-between}.consolepage .avatar{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#647f9d}.consolepage nav{display:flex;justify-content:center;gap:30px;padding:0 20px;height:56px;align-items:center;overflow:auto;white-space:nowrap;font-size:12px}.consolepage nav b{height:56px;display:flex;align-items:center;border-bottom:2px solid #20b8ff;color:#fff}.consolepage nav span{color:#b4c9da}.serverhead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.serverhead a{font-size:12px;color:#a8c2d5}.serverhead h1{margin:14px 0 5px}.serverhead p{margin:0;color:#9eb5c7;font-size:12px}.power{display:flex;gap:8px}.power button{border:0;border-radius:5px;padding:12px 22px;background:#718599;color:#d9e2e9;font-weight:700}.power button:first-child{background:#527ba8}.power button:last-child{background:#a75c63}.consolepage .consolegrid{grid-template-columns:minmax(0,1fr) 290px}.consolepage .console{height:540px;display:flex;flex-direction:column;padding:0}.console .log{padding:22px;flex:1;overflow:auto}.console .log p{color:#9db2c2}.console .log .blue{color:#24aaff}.consolepage .console input{margin:0;height:48px;border-top:1px solid #243440}.consolegrid aside article{min-height:82px;display:flex;align-items:center;gap:15px}.consolegrid aside article i{width:44px;height:44px;display:grid;place-items:center;background:#465d70;border-radius:7px;font-style:normal;font-size:20px}.consolegrid aside article div{min-width:0}.consolegrid aside b{overflow-wrap:anywhere}.charts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.charts article{height:130px;background:#5a7081;padding:18px;position:relative}.charts span{position:absolute;left:16px;right:16px;top:72px;border-top:3px solid #23aaff;transform:rotate(3deg)}.charts article:first-child span{border-color:#ffc400;transform:rotate(-4deg)}.charts article:last-child span{border-color:#08d3a0;transform:rotate(-2deg)}
@media(max-width:850px){.serverhead{align-items:flex-start;flex-direction:column;gap:16px}.consolepage .consolegrid{grid-template-columns:1fr}.charts{grid-template-columns:1fr}.power{width:100%;overflow:auto}}
