.cloud-status{flex:0 0 auto;min-width:42px;height:36px;border:1px solid #4f4651;border-radius:9px;background:#121015;color:#aaa2ad;font-weight:900}
.cloud-status.ok{border-color:#3f8263;color:#8fe0b5;background:#0d1a14}
.cloud-status.syncing{border-color:#78663b;color:#f0cf7a}
.cloud-status.offline,.cloud-status.error{border-color:#87454e;color:#f5a0aa}
.cloud-status.test{border-color:#84612c;color:#e9c879}
.cloud-copy{width:100%;margin-top:10px}
.test-panel-head{grid-column:1/-1;display:flex;justify-content:space-between;gap:8px;align-items:center}
.test-panel-head span{font-size:9px}
.test-panel-body{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:5px}
.test-panel.closed{width:178px;padding:6px}
.test-panel.closed .test-panel-head{border:0}
.test-panel [hidden]{display:none!important}
