*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;background:#f5f7fb;color:#1f2937}a{text-decoration:none;color:#1d4ed8}pre{white-space:pre-wrap;font-family:inherit;line-height:1.7;background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e5e7eb}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#0f172a;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.logo{font-size:24px;font-weight:700;margin-bottom:24px}.sidebar nav{display:flex;flex-direction:column;gap:10px}.sidebar a{color:#cbd5e1;padding:10px 12px;border-radius:10px}.sidebar a:hover{background:#1e293b;color:#fff}.main{flex:1;padding:24px 28px}.topbar{display:flex;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 18px;margin-bottom:20px}.page-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}h1{margin:0 0 16px 0;font-size:30px}h3{margin:0 0 12px 0}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;text-align:center}.stat-card span{display:block;font-size:30px;font-weight:700;color:#0f766e}.stat-card label{display:block;margin-top:8px;color:#6b7280}.stat-card-action{display:block;transition:transform .15s,box-shadow .15s}
.weather-badge{font-size:13px;padding:6px 12px;border-radius:10px;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}
.weather-badge.weather-ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.weather-badge.weather-fail{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.stat-card-action:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.stat-card-pending{background:#fff7ed !important;border-color:#fdba74 !important;box-shadow:0 0 0 2px rgba(251,146,60,.2)}.stat-card-pending span{color:#c2410c}.stat-card-pending label{color:#9a3412}.stat-card-pending:hover{border-color:#f97316 !important}.card-grid{display:grid;gap:16px}.two-col{grid-template-columns:1fr 1fr}.three-col{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 8px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top}.table th{color:#6b7280;font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid textarea,.form-grid .form-actions{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:11px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px}.form-grid textarea{min-height:100px;resize:vertical}
.form-field{display:flex;flex-direction:column;gap:4px}.form-field label{font-size:13px;color:#6b7280;font-weight:600}.form-grid .form-field-full{grid-column:1/-1}.btn{display:inline-block;background:#0f766e;color:#fff;padding:10px 14px;border:none;border-radius:10px;cursor:pointer}.btn-light{background:#e2e8f0;color:#0f172a}.btn-danger{background:#dc2626;color:#fff}.form-actions{display:flex;justify-content:flex-end}.list-stack{display:flex;flex-direction:column;gap:12px}.list-item{display:block;padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.list-item span{display:block;color:#6b7280;margin-top:6px}.hint{color:#64748b}.qa-item{padding:12px 0;border-bottom:1px solid #eef2f7}.action-row{display:flex;gap:10px;margin-top:16px}.inline{display:inline-block;margin-left:6px}.summary-btn{cursor:pointer;color:#0f766e}.mini-form{margin-top:10px;display:grid;gap:8px;padding:12px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.version-card{margin-bottom:16px}@media(max-width:1100px){.stats-grid,.two-col,.three-col,.form-grid{grid-template-columns:1fr}.sidebar{position:relative;height:auto;width:100%}.layout{flex-direction:column}}

hr{border:none;border-top:1px solid #e5e7eb;margin:16px 0}.pill{display:inline-block;padding:4px 10px;border-radius:999px;background:#ecfeff;color:#155e75;font-size:12px}.success-pill{background:#dcfce7;color:#166534}.version-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.wrap-row{flex-wrap:wrap}
.metric-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 12px;color:#334155}.metric-row span{padding:6px 10px;border-radius:999px;background:#f1f5f9;font-size:13px}.danger-pill{background:#fee2e2;color:#991b1b}
.completeness-badge{display:inline-block;padding:2px 8px;border-radius:8px;font-size:12px;font-weight:600}.completeness-high{background:#dcfce7;color:#166534}.completeness-mid{background:#fef9c3;color:#854d0e}.completeness-low{background:#fee2e2;color:#991b1b}
.schedule-week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:12px}
.schedule-day-cell{border:1px solid #e5e7eb;border-radius:12px;padding:12px;min-height:80px;background:#fafafa}
.schedule-day-cell.has-items{background:#f0fdf4;border-color:#a7f3d0}
.schedule-day-head{font-weight:600;color:#334155;margin-bottom:8px;font-size:13px}
.schedule-day-list{list-style:none;margin:0;padding:0;font-size:12px}
.schedule-day-list li{padding:6px 0;border-bottom:1px solid #eef2f7}
.schedule-day-list li:last-child{border-bottom:none}

.asset-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}

.asset-card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.asset-thumb{
  width:100%;
  height:220px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.asset-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.asset-placeholder{
  color:#64748b;
  font-size:14px;
}

.asset-body{
  padding:14px;
}

.asset-body h4{
  margin:0 0 8px 0;
  font-size:16px;
}

.recommend-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:12px;
}

.recommend-card{
  border:1px solid #e5e7eb;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.recommend-card img{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
}

.recommend-card .inner{
  padding:10px;
}

@media(max-width:1100px){
  .asset-grid,
  .recommend-grid{
    grid-template-columns:1fr;
  }
  .schedule-week-grid{
    grid-template-columns:repeat(3,1fr);
  }
}