.inct-v1 {
  max-width: 920px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #222;
}
.inct-v1 h2 {
  color: #048451;
  margin-top: 32px;
}
.inct-v1 h2:first-child {
  margin-top: 0;
}
.inct-v1 h3 {
  color: #036b42;
  margin-top: 24px;
  font-size: 1.15rem;
}
.inct-lead {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}
.inct-disclaimer {
  font-size: 13px;
  color: #555;
  background: #f8f9fa;
  border-left: 4px solid #048451;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  margin: 16px 0 20px;
}
.inct-layers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 28px;
}
.inct-layer {
  background: #f1f8f4;
  border: 1px solid #c8e6d4;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.inct-layer strong {
  display: block;
  color: #048451;
  margin-bottom: 6px;
  font-size: 15px;
}
.inct-layer span {
  color: #444;
}
.inct-howto {
  font-size: 14px;
  line-height: 1.55;
  margin: 8px 0 16px;
}
.inct-howto ul {
  margin: 8px 0 0 1.2em;
  padding: 0;
}
.inct-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 13px;
  color: #555;
  margin: 0 0 14px;
}
.inct-legend .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.inct-tool {
  margin: 12px 0 28px;
}
.inct-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.inct-filter-btn {
  appearance: none;
  border: 2px solid #048451;
  background: #fff;
  color: #048451;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}
.inct-filter-btn:hover {
  background: #f1f8f4;
}
.inct-filter-btn.is-active {
  background: #048451;
  color: #fff;
}
.inct-filter-hint {
  font-size: 13px;
  color: #666;
  margin: 0 0 14px;
  line-height: 1.45;
}
.inct-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.inct-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce8e1;
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.inct-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.45;
}
.inct-table th {
  text-align: left;
  background: #e8f5ef;
  color: #036b42;
  padding: 12px 14px;
  border-bottom: 1px solid #c8e6d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.inct-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f0;
  vertical-align: middle;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}
.inct-table tr:last-child td {
  border-bottom: none;
}
.inct-col-code {
  width: 72px;
}
.inct-col-name {
  width: 22%;
}
.inct-col-risk {
  width: auto;
}
.inct-col-party {
  width: 110px;
  white-space: nowrap;
}
.inct-row {
  cursor: pointer;
  transition: background 0.15s;
}
.inct-row:hover {
  background: #f5faf7;
}
.inct-row.is-active {
  background: #e8f5ef;
  box-shadow: inset 3px 0 0 #048451;
}
.inct-row:focus {
  outline: 2px solid #048451;
  outline-offset: -2px;
}
.inct-code-badge {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  line-height: 1;
}
.inct-code-badge--multimodal {
  background: #e3f2fd;
  color: #1565c0;
}
.inct-code-badge--sea {
  background: #e0f7fa;
  color: #00838f;
}
.inct-name-ru {
  display: block;
  font-weight: 600;
  color: #222;
  margin-bottom: 2px;
}
.inct-en {
  display: block;
  color: #777;
  font-size: 12px;
  font-weight: 400;
}
.inct-col-risk {
  color: #444;
  font-size: 13px;
}
.inct-empty,
.inct-loading,
.inct-error {
  padding: 16px;
  color: #555;
  font-size: 14px;
}
.inct-error {
  color: #b71c1c;
  background: #ffebee;
  border-radius: 8px;
}
.inct-detail {
  border: 1px solid #dce8e1;
  border-radius: 12px;
  padding: 18px 20px;
  background: #f7faf8;
  font-size: 14px;
  line-height: 1.55;
}
.inct-detail.is-filled {
  background: #fff;
  border-color: #048451;
  box-shadow: 0 1px 0 rgba(4, 132, 81, 0.08);
}
.inct-detail-empty {
  margin: 0;
  color: #666;
}
.inct-detail-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.inct-detail h3 {
  margin: 0 0 10px;
  color: #036b42;
  font-size: 1.15rem;
}
.inct-detail-lead {
  margin: 0 0 14px;
  color: #333;
}
.inct-family {
  font-size: 12px;
  color: #555;
  background: #eee;
  border-radius: 999px;
  padding: 3px 10px;
}
.inct-group-pill {
  font-size: 12px;
  border-radius: 999px;
  padding: 3px 10px;
  font-weight: 600;
}
.inct-group-pill--multimodal {
  background: #e3f2fd;
  color: #1565c0;
}
.inct-group-pill--sea {
  background: #e0f7fa;
  color: #00838f;
}
.inct-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}
.inct-fact {
  background: #f5faf7;
  border: 1px solid #e0eee6;
  border-radius: 8px;
  padding: 10px 12px;
}
.inct-fact span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #678;
  margin-bottom: 4px;
  font-weight: 700;
}
.inct-fact strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}
.inct-mistake {
  background: #fff8e1;
  border-left: 4px solid #f9a825;
  padding: 10px 12px;
  border-radius: 0 8px 8px 0;
  margin: 0 0 10px;
}
.inct-contract {
  background: #e8f5ef;
  border-left: 4px solid #048451;
  padding: 10px 12px;
  border-radius: 0 8px 8px 0;
  margin: 0;
}
.inct-pay-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px 0 24px;
}
.inct-pay-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}
.inct-pay-card h3 {
  margin: 0 0 8px;
  color: #048451;
  font-size: 1rem;
}
.inct-faq h3 {
  margin-bottom: 6px;
}
.inct-faq p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .inct-layers {
    grid-template-columns: 1fr;
  }
  .inct-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .inct-col-party {
    width: 96px;
  }
  .inct-table {
    font-size: 13px;
    min-width: 560px;
  }
}
