.dcx-panel,.dcx-admin{
  max-width:1180px;
  margin:16px auto;
  color:#123733;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.dcx-panel{
  border:1px solid rgba(18,55,51,.16);
  border-radius:22px;
  background:#fbfffe;
  box-shadow:0 10px 30px rgba(18,55,51,.07);
  overflow:hidden;
}
.dcx-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:linear-gradient(135deg,#123733,#1f5b55 72%,#7fc8bd);
  color:#fff;
}
.dcx-eyebrow{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.74rem;
  font-weight:900;
  opacity:.88;
}
.dcx-head h2{
  margin:4px 0 5px;
  color:#fff;
  font-size:clamp(1.5rem,2.2vw,2.3rem);
  line-height:1.05;
}
.dcx-head p{
  margin:0;
  color:#eefdf9;
  max-width:760px;
  line-height:1.45;
}
.dcx-toggle,.dcx-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  min-height:40px;
  padding:9px 14px;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
}
.dcx-toggle{
  background:#fff;
  color:#123733;
  white-space:nowrap;
}
.dcx-body{
  padding:18px;
}
.dcx-loading,.dcx-muted{
  color:#657971;
  line-height:1.5;
}
.dcx-summary{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}
.dcx-pill{
  display:inline-flex;
  gap:5px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#edf6f4;
  color:#123733;
  font-size:.82rem;
  font-weight:800;
}
.dcx-source,.dcx-note,.dcx-warn,.dcx-card,.dcx-admin .dcx-card{
  border:1px solid rgba(18,55,51,.13);
  border-radius:16px;
  background:#fff;
  padding:13px 14px;
  margin:10px 0;
}
.dcx-source span,.dcx-small{
  color:#60756f;
  font-size:.84rem;
}
.dcx-note{
  background:#f2fbf8;
  color:#224a44;
}
.dcx-warn,.dcx-card.warning{
  background:#fff3cd;
  color:#5d4100;
  border-color:rgba(120,82,0,.22);
}
.dcx-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.dcx-card{
  margin:0;
  min-width:0;
}
.dcx-card.wide{
  grid-column:1/-1;
}
.dcx-card h3{
  margin:0 0 10px;
  color:#123733;
  font-size:1.05rem;
}
.dcx-list{
  margin:0;
  padding-left:18px;
}
.dcx-list li{
  margin:8px 0;
  line-height:1.35;
}
.dcx-list a{
  color:#123733;
  text-decoration:underline;
  text-underline-offset:2px;
}
.dcx-availability{
  background:#edf6f4;
  color:#123733;
  border-radius:12px;
  padding:10px 12px;
  margin-bottom:10px;
  line-height:1.45;
}
.dcx-scroll{
  overflow:auto;
  max-height:420px;
  border:1px solid rgba(18,55,51,.1);
  border-radius:12px;
}
.dcx-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
.dcx-table th,.dcx-table td{
  padding:9px 10px;
  border-bottom:1px solid rgba(18,55,51,.1);
  text-align:left;
  vertical-align:top;
}
.dcx-table th{
  background:#f4faf8;
  color:#123733;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.dcx-admin{
  padding:18px 20px 56px;
}
.dcx-admin h1{
  color:#123733;
  margin-bottom:8px;
}
@media (max-width:800px){
  .dcx-head{display:block}
  .dcx-toggle{margin-top:12px;width:100%}
  .dcx-grid{grid-template-columns:1fr}
}
