﻿.pov {
  color: #1f2937;
  font-size: 0.875rem;
  line-height: 1.45;
}
.pov-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.pov-search {
  flex: 1 1 16rem;
  max-width: 24rem;
}
.pov-filter {
  flex: 0 0 11rem;
}
.pov-updated {
  margin-left: auto;
  font-size: 0.8125rem;
  color: #6b7280;
}
.pov-warning {
  margin-bottom: 1rem;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  background: #fef9c3;
  color: #854d0e;
}
.pov-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.pov-kpi {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.pov-kpi-label {
  font-size: 0.8125rem;
  color: #6b7280;
}
.pov-kpi-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}
.pov-kpi-value small {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
}
.pov-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}
.pov-message {
  padding: 1rem;
  color: #6b7280;
}
.pov-message .btn-small {
  margin-left: 0.75rem;
}
.pov-scroll {
  max-height: 65vh;
  overflow: auto;
}
.pov-table,
.pov-keys {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.pov-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.6rem 0.9rem;
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  background: #f8fafc;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}
.pov-sortable {
  cursor: pointer;
  user-select: none;
}
.pov-sortable:hover {
  color: #111827;
  background: #f1f5f9;
}
.pov-active {
  color: #111827;
}
.pov-arw {
  margin-left: 0.25rem;
  color: #2563eb;
}
.pov-table td {
  padding: 0.6rem 0.9rem;
  vertical-align: top;
  border-bottom: 1px solid #f1f3f5;
}
.pov-row {
  cursor: pointer;
}
.pov-row:hover td,
.pov-open td {
  background: #f8fafc;
}
.pov-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.pov-table th.pov-num {
  text-align: right;
}
.pov-date {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pov-name {
  font-weight: 600;
  color: #111827;
}
.pov-sub {
  font-size: 0.75rem;
  color: #6b7280;
}
.pov-dash {
  color: #cbd5e1;
}
.pov-pill {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.pov-state-active,
.pov-tone-active {
  background: #dcfce7;
  color: #166534;
}
.pov-state-stale,
.pov-tone-warning {
  background: #fef9c3;
  color: #854d0e;
}
.pov-state-neversold,
.pov-tone-ended {
  background: #f1f5f9;
  color: #475569;
}
.pov-tone-trial {
  background: #e0f2fe;
  color: #075985;
}
.pov-tone-nfr {
  background: #ede9fe;
  color: #5b21b6;
}
.pov-detail > td {
  padding: 0.25rem 0.9rem 1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.pov-detail-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  margin-bottom: 0.75rem;
  color: #4b5563;
}
.pov-network {
  margin-bottom: 0.75rem;
}
.pov-network .pov-sub {
  display: block;
  margin-top: 0.15rem;
}
.pov-keys {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.pov-keys th {
  padding: 0.45rem 0.75rem;
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
.pov-keys td {
  padding: 0.45rem 0.75rem;
  border-bottom: 1px solid #f1f3f5;
}
.pov-keys tbody tr:last-child td {
  border-bottom: 0;
}
.pov-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.pov-tag {
  margin-left: 0.5rem;
  padding: 0 0.4rem;
  border-radius: 4px;
  background: #e0e7ff;
  color: #3730a3;
  font-size: 0.6875rem;
  font-weight: 600;
  white-space: nowrap;
}
.pov-foot {
  padding: 0.6rem 0.9rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.75rem;
  color: #6b7280;
}
.pov-kpi-risk {
  background: #fff7ed;
  border-color: #fed7aa;
}
.pov-kpi-risk .pov-kpi-value,
.pov-risk {
  color: #9a3412;
}
.pov-renew {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #075985;
}
.pov-kpi-button {
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.pov-kpi-button:hover {
  border-color: #93c5fd;
}
.pov-kpi-on {
  background: #eff6ff;
  border-color: #2563eb;
}
.pov-kpi-hint {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2563eb;
}
.pov-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.9rem;
  border-bottom: 1px solid #e5e7eb;
}
