/* PR361 — TRai Daily Briefing Panel Styles
 * All classes scoped to .pr361- prefix.
 */

/* Main container */
.pr361-briefing-wrap {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
}

/* TRai branded header bar */
.pr361-trai-bar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-left: 4px solid #F97316;
  border-radius: 0 6px 6px 0;
  padding: 10px 16px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.pr361-trai-bar-text {
  font-size: 14px;
  font-weight: 600;
  color: #1A1A2E;
  line-height: 1.4;
}

/* Each section card */
.pr361-section {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  padding: 14px 16px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

/* Section header */
.pr361-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #1A1A2E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8f0;
}

/* Stat row */
.pr361-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Individual stat tile */
.pr361-stat-tile {
  display: flex;
  align-items: baseline;
  background: #f8f8fc;
  border-radius: 6px;
  padding: 8px 14px;
  min-width: 120px;
  border: 1px solid #ededf5;
}

.pr361-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: #F97316;
  line-height: 1;
  margin-right: 6px;
}

.pr361-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #444460;
}

/* Needs Attention items */
.pr361-needs-item {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f8;
}

.pr361-needs-item:last-child {
  border-bottom: none;
}

.pr361-needs-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 2px;
}

.pr361-needs-item-body {
  font-size: 12px;
  color: #5a5a7a;
  margin-bottom: 4px;
  line-height: 1.4;
}

.pr361-needs-item-route {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #F97316;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 2px;
}

.pr361-needs-item-route:hover {
  color: #ea6900;
}

/* Conflict list */
.pr361-conflict-list {
  margin: 0;
  padding-left: 18px;
}

.pr361-conflict-item {
  font-size: 13px;
  color: #3a3a5a;
  padding: 3px 0;
  line-height: 1.4;
}

/* Briefing summary */
.pr361-briefing-summary {
  padding: 4px 0;
}

.pr361-briefing-cat-list {
  margin: 0;
  padding-left: 18px;
}

.pr361-briefing-cat-item {
  font-size: 13px;
  color: #3a3a5a;
  padding: 3px 0;
  line-height: 1.4;
}

/* Empty / nothing-here state */
.pr361-empty {
  font-size: 13px;
  color: #9090a8;
  font-style: italic;
  padding: 4px 0;
}
