.dcw-resource-bar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:16px 0 18px;
  padding:14px 16px;
  border:1px solid rgba(18,55,51,.14);
  border-radius:18px;
  background:linear-gradient(135deg,#fbfffe,#eef8f6);
  color:#123733;
  box-shadow:0 8px 22px rgba(18,55,51,.045);
}
.dcw-resource-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.dcw-resource-main strong{font-size:1rem;color:#123733}
.dcw-resource-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.dcw-mini-button,
.dcw-button{
  border:0;
  border-radius:999px;
  background:#123733;
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  text-decoration:none!important;
  font-weight:850;
  cursor:pointer;
  font-size:.92rem;
}
.dcw-mini-button.secondary,
.dcw-button.secondary{background:#edf6f4;color:#123733!important}
.dcw-status-pill,
.dcw-pill{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#e1f7e8;
  color:#145f2b;
  font-size:.76rem;
  font-weight:850;
  margin:2px 4px 2px 0;
}
.dcw-status-pill.warn,
.dcw-pill.warn{background:#fff3cd;color:#5d4100}
.dcw-pill.good{background:#e1f7e8;color:#145f2b}
.dcw-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:10000;
  background:rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.dcw-modal{
  position:relative;
  width:min(620px,96vw);
  max-height:88vh;
  overflow:auto;
  background:#fff;
  border-radius:22px;
  padding:24px;
  color:#123733;
  box-shadow:0 20px 80px rgba(0,0,0,.28);
}
.dcw-modal h2{margin:0 0 10px;color:#123733;font-size:1.55rem}
.dcw-modal p{line-height:1.55;color:#425f59}
.dcw-modal-close{
  position:absolute;
  top:10px;
  right:12px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#edf6f4;
  color:#123733;
  font-size:1.5rem;
  cursor:pointer;
}
.dcw-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;align-items:center}
.dcw-label{display:block;margin-top:14px;margin-bottom:6px;font-weight:850;color:#123733}
.dcw-note-input{
  width:100%;
  border:1px solid rgba(18,55,51,.2);
  border-radius:16px;
  padding:12px;
  font:inherit;
  resize:vertical;
}
.dcw-warning{
  border:1px solid rgba(128,84,0,.18);
  border-radius:16px;
  background:#fff8e6;
  color:#5d4100!important;
  padding:11px 12px;
}
.dcw-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  transform:translateY(20px);
  opacity:0;
  transition:all .18s ease;
  z-index:10001;
  max-width:360px;
  border-radius:16px;
  background:#123733;
  color:#fff;
  padding:12px 14px;
  font-weight:850;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.dcw-toast.show{opacity:1;transform:translateY(0)}
.dcw-toast.bad{background:#7a1f1f}
.dcw-mobile-bar{display:none}
.dcw-page{
  max-width:1180px;
  margin:0 auto;
  padding:18px 20px 56px;
  color:#123733;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.dcw-hero{
  background:linear-gradient(135deg,#123733,#1f5b55 70%,#71b8ae);
  color:#fff;
  border-radius:24px;
  padding:28px;
  margin-bottom:16px;
}
.dcw-hero h1{margin:0 0 8px;color:#fff;font-size:clamp(2rem,3vw,3rem);line-height:1.05}
.dcw-hero p{margin:0;color:#fff;max-width:900px;line-height:1.55}
.dcw-panel{
  background:#fff;
  border:1px solid rgba(18,55,51,.13);
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 22px rgba(18,55,51,.045);
  margin-top:14px;
}
.dcw-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dcw-stats div{border:1px solid rgba(18,55,51,.1);border-radius:16px;padding:14px;background:#fbfffe}
.dcw-stats strong{display:block;font-size:1.6rem;color:#123733}
.dcw-stats span{display:block;color:#60756f;text-transform:capitalize}
.dcw-muted{color:#60756f;line-height:1.5}
.dcw-table{width:100%;border-collapse:collapse;margin-top:10px}
.dcw-table th,.dcw-table td{padding:10px;border-bottom:1px solid rgba(18,55,51,.1);text-align:left;vertical-align:top}
.dcw-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#4a635e}
@media (max-width: 720px){
  .dcw-resource-bar{margin-bottom:70px}
  .dcw-resource-actions{width:100%}
  .dcw-mini-button{flex:1 1 45%}
  .dcw-mobile-bar{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:9999}
  .dcw-mobile-bar button{width:100%;min-height:46px;border:0;border-radius:999px;background:#123733;color:#fff;font-weight:900;box-shadow:0 12px 36px rgba(0,0,0,.2)}
  .dcw-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dcw-table{font-size:.9rem}
}
