
.hdw-os-status-card,
.hdw-os-panel{
  max-width:1100px;
  margin:18px 0;
  padding:20px;
  border:1px solid #dce5eb;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 30px rgba(8,43,73,.06);
}
.hdw-os-status-card>div{display:flex;align-items:center;gap:10px}
.hdw-os-status-card p{margin:8px 0}
.hdw-os-status-dot{
  width:12px;
  height:12px;
  display:inline-block;
  border-radius:50%;
  background:#b6424e;
  box-shadow:0 0 0 4px rgba(182,66,78,.12);
}
.is-connected .hdw-os-status-dot{
  background:#2ca36a;
  box-shadow:0 0 0 4px rgba(44,163,106,.12);
}
.hdw-os-form{max-width:1100px}
.hdw-os-panel label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 0;
}
.hdw-os-panel select{min-width:320px}
.hdw-os-module-grid,
.hdw-os-app-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.hdw-os-module-grid article,
.hdw-os-app-card{
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:8px;
  border:1px solid #dce5eb;
  border-radius:14px;
  background:#f8fbfd;
  text-decoration:none;
}
.hdw-os-module-grid .dashicons,
.hdw-os-app-card .dashicons{
  width:auto;
  height:auto;
  color:#082b49;
  font-size:26px;
}
.hdw-os-module-grid strong,
.hdw-os-app-card strong{color:#082b49}
.hdw-os-module-grid small,
.hdw-os-app-card small{color:#718390}
.hdw-os-apps{
  margin:20px 0;
  padding:22px;
  border:1px solid #dce5eb;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 50px rgba(8,43,73,.07);
}
.hdw-os-apps-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.hdw-os-apps-head span{
  color:#718390;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hdw-os-apps-head h2{margin:4px 0 0;color:#082b49}
.hdw-os-connected-badge{
  padding:7px 11px;
  border-radius:999px;
  background:#eaf7f0;
  color:#26714d;
}
.hdw-os-app-card{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.hdw-os-app-card:hover{
  transform:translateY(-2px);
  border-color:#d6ae5d;
  box-shadow:0 12px 30px rgba(8,43,73,.09);
}
.hdw-os-mini-status{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid #dce5eb;
  border-radius:12px;
  background:#fff;
}
.hdw-os-mini-status>div{display:flex;flex-direction:column}
.hdw-os-mini-status small{color:#718390}
@media(max-width:1000px){
  .hdw-os-module-grid,.hdw-os-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .hdw-os-module-grid,.hdw-os-app-grid{grid-template-columns:1fr}
  .hdw-os-panel select{min-width:0;width:100%}
  .hdw-os-apps-head{align-items:flex-start;flex-direction:column}
}
