
/* Four Color Comic v40.31.15 — interactive dashboard */

#dashboard .v413-counts{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

#dashboard .v413-count-action{
  appearance:none;
  width:100%;
  margin:0;
  text-align:left;
  color:inherit;
  font:inherit;
  background:transparent;
  cursor:pointer;
  position:relative;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}

#dashboard .v413-count-action:hover,
#dashboard .v413-count-action:focus-visible{
  background:rgba(112,92,255,.09);
  outline:none;
}

#dashboard .v413-count-action:active{
  transform:translateY(1px);
}

#dashboard .v413-count-action em{
  grid-column:2;
  margin-top:2px;
  color:#8e9db3;
  font-size:8px;
  font-style:normal;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

#dashboard .v413-expandable-panel{
  cursor:zoom-in;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

#dashboard .v413-expandable-panel:hover,
#dashboard .v413-expandable-panel:focus-visible{
  border-color:#43577a;
  box-shadow:0 15px 44px rgba(0,0,0,.22);
  outline:none;
}

#dashboard .v413-expandable-panel:active{
  transform:translateY(1px);
}

#dashboard .v413-expand-label{
  color:#9e91ff;
  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}

.v413-collection-scope-banner{
  margin:8px 0 10px;
  padding:9px 11px;
  border:1px solid rgba(124,108,255,.34);
  border-radius:10px;
  background:rgba(124,108,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#cbd5e5;
  font-size:11px;
}

.v413-collection-scope-banner b{color:#f3f6ff}

.v413-expand-backdrop{
  position:fixed;
  inset:0;
  z-index:10050;
  display:none;
  place-items:center;
  padding:24px;
  background:rgba(1,5,12,.82);
  backdrop-filter:blur(12px);
}

.v413-expand-backdrop.show{display:grid}

.v413-expand-modal{
  width:min(1080px,96vw);
  max-height:92vh;
  overflow:auto;
  border:1px solid #304767;
  border-radius:20px;
  background:linear-gradient(145deg,#0b1729,#060d19);
  box-shadow:0 42px 130px rgba(0,0,0,.64);
}

.v413-expand-head{
  position:sticky;
  top:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 18px;
  border-bottom:1px solid #21334f;
  background:rgba(8,16,29,.96);
  backdrop-filter:blur(10px);
}

.v413-expand-head>div{display:grid;gap:2px}
.v413-expand-head span{
  color:#7f91aa;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.v413-expand-head b{font-size:16px}

.v413-expand-body{padding:22px}
.v413-expand-body .v413-expanded-panel{
  width:100%;
  border:0;
  box-shadow:none;
  background:transparent;
}
.v413-expand-body .v413-panel-head{padding:0 0 18px}
.v413-expand-body .v413-panel-head h2{font-size:22px}

.v413-expand-body .v413-health-body,
.v413-expand-body .v413-mix-body{
  grid-template-columns:300px minmax(0,1fr);
  gap:38px;
  min-height:480px;
  padding:30px;
  border:1px solid #20334f;
  border-radius:16px;
  background:#081426;
}

.v413-expand-body .v413-gauge,
.v413-expand-body .v413-donut{
  width:240px;
  height:240px;
}

.v413-expand-body .v413-gauge::before{
  width:184px;
  height:184px;
}
.v413-expand-body .v413-donut::before{
  width:170px;
  height:170px;
}

.v413-expand-body .v413-gauge b{font-size:48px}
.v413-expand-body .v413-gauge span{font-size:13px}
.v413-expand-body .v413-gauge small{font-size:12px}
.v413-expand-body .v413-donut b{font-size:25px}
.v413-expand-body .v413-donut span{font-size:11px}

.v413-expand-body .v413-health-stats div,
.v413-expand-body .v413-mix-legend div{
  padding:14px 0;
  font-size:14px;
}

.v413-expand-body .v413-mix-legend div{
  grid-template-columns:16px minmax(0,1fr) auto;
}
.v413-expand-body .v413-mix-legend i{
  width:12px;
  height:12px;
}

@media(max-width:760px){
  #dashboard .v413-counts{grid-template-columns:1fr 1fr}
  #dashboard .v413-count-action:nth-child(2n){border-right:0}
  .v413-expand-backdrop{padding:8px}
  .v413-expand-body{padding:12px}
  .v413-expand-body .v413-health-body,
  .v413-expand-body .v413-mix-body{
    grid-template-columns:1fr;
    min-height:0;
    gap:22px;
    padding:18px;
  }
}
