.inw-root {
  width: 100%;
}

.inw-list {
  max-width: 920px;
  margin: 0 auto;
}

.inw-day-group {
  width: 100%;
  margin: 0 0 22px;
}

.inw-day-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.inw-day-header::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #c7d2fe 0%, #e5e7eb 70%);
}

.inw-day-title {
  margin: 0;
  color: #312e81;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  border: 1px solid #c7d2fe;
  box-shadow: 0 2px 8px rgba(67, 56, 202, 0.12);
}

.inw-day-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inw-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  padding: 16px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.inw-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.inw-rank {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.inw-body {
  min-width: 0;
  width: 100%;
}

.inw-title {
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 700;
}

.inw-title a {
  color: #111827;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: color 0.2s ease, background-size 0.25s ease, text-shadow 0.2s ease;
}

.inw-title a:hover {
  color: #1d4ed8;
  background-size: 100% 2px;
  text-shadow: 0 0 0.01px currentColor;
}

.inw-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 13px;
}

.inw-source {
  color: #111827;
  font-weight: 600;
}

.inw-time {
  color: #6b7280;
}

.inw-summary {
  margin: 0;
  color: #374151;
  line-height: 1.65;
  font-size: 15px;
}

.inw-status {
  text-align: center;
  margin: 18px 0;
  color: #6b7280;
  font-size: 13px;
}

.inw-sentinel {
  height: 1px;
}

@media (max-width: 720px) {
  .inw-title {
    font-size: 17px;
  }
  .inw-card {
    padding: 14px 12px;
  }
  .inw-rank {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
