/* 09-toolkit.css — Toolkit Viewer: Prose, Glossary, Visa Comparison, Consulate Directory, Field Guide, Document Tracker, Post-Arrival Resources */

/* ══════════════════════════════════════════════════════
   TOOLKIT VIEWER STYLES
══════════════════════════════════════════════════════ */
.tk-prose {
  font-size: 13px; line-height: 1.75; color: var(--text-mid);
  margin-bottom: 16px;
}
.tk-prose-note {
  font-style: italic; font-size: 12px; color: var(--text-light);
}
.tk-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--cobalt);
  margin-bottom: 8px; margin-top: 20px; display: block;
}
.tk-callout {
  background: var(--warm-white); border-left: 3px solid var(--cobalt);
  padding: 14px 18px; margin-bottom: 20px; border-radius: 0 3px 3px 0;
}
.tk-callout-terra { border-left-color: var(--terracotta); }
.tk-callout-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cobalt);
  margin-bottom: 6px;
}
.tk-callout-terra .tk-callout-label { color: var(--terracotta); }
.tk-callout-body { font-size: 13px; line-height: 1.7; color: var(--text-mid); }

/* Two-column field grid (consulate profiles, visa comparison) */
.tk-field-grid { display: flex; flex-direction: column; gap: 1px; }
.tk-two-col-item {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 16px; align-items: baseline;
  padding: 10px 0; border-bottom: 1px solid var(--rule);
}
.tk-two-col-item:last-child { border-bottom: none; }
.tk-field-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--cobalt);
}
.tk-field-value { font-size: 13px; line-height: 1.6; color: var(--text-mid); }

/* Document tracker rows */
.tk-tracker-list { display: flex; flex-direction: column; gap: 2px; }
.tk-tracker-row {
  display: grid; grid-template-columns: 1fr 180px 1fr;
  gap: 16px; align-items: start;
  padding: 12px 14px; background: var(--warm-white);
  border-radius: 3px; border-left: 3px solid transparent;
}
.tk-tracker-critical { border-left-color: var(--terracotta); }
.tk-tracker-doc { font-size: 13px; font-weight: 500; color: var(--text-dark); line-height: 1.4; }
.tk-tracker-meta { display: flex; flex-direction: column; gap: 4px; }
.tk-tracker-badge {
  font-size: 10px; font-weight: 500; letter-spacing: 0.05em;
  background: rgba(38,50,18,0.08); color: var(--cobalt);
  padding: 2px 7px; border-radius: 2px; display: inline-block; width: fit-content;
}
.tk-badge-phase { background: rgba(196,98,45,0.1); color: var(--terracotta); }
.tk-tracker-validity { font-size: 12px; color: var(--text-mid); line-height: 1.5; }
.tk-validity-critical { color: var(--terracotta); font-weight: 500; }
.tk-tracker-note-col { font-size: 12px; color: var(--text-light); line-height: 1.5; font-style: italic; }

/* Glossary */
/* Glossary document-style overrides */
#tk-glossary { background: #F5F2EC; }
#tk-glossary .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; }
#tk-glossary .wb-tabs { background: #E8E2D8; border-bottom: 1px solid #D4CCC0; }
#tk-glossary .wb-tab { color: #777; border-bottom: 3px solid transparent; }
#tk-glossary .wb-tab:hover { color: #444; }
#tk-glossary .wb-tab.active { color: var(--cobalt); border-bottom-color: var(--terracotta); background: rgba(38,50,18,0.06); }
#tk-glossary .wb-scroll { display: flex; flex-direction: column; align-items: center; }
.tk-glossary-intro { max-width: 860px; width: 100%; margin: 0 0 24px; }
.tk-glossary-intro h3 { font-size: 20px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-glossary-intro p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-glossary-table { width: 100%; max-width: 860px; border-collapse: collapse; border: 1px solid #D4CCC0; }
#tk-glossary .wb-section { width: 100%; max-width: 860px; }
.tk-glossary-table thead th { background: var(--cobalt); color: white; font-size: 12px; font-weight: 700; padding: 10px 14px; text-align: left; letter-spacing: 0.03em; }
.tk-glossary-table tbody tr { border-bottom: 1px solid #E0DAD0; }
.tk-glossary-table tbody tr:nth-child(even) { background: #EFEBE4; }
.tk-glossary-table tbody tr:nth-child(odd) { background: #FAFAF7; }
.tk-glossary-table td { padding: 10px 14px; vertical-align: top; font-size: 13px; line-height: 1.55; }
.tk-glossary-table td:first-child { font-weight: 700; color: var(--terracotta); width: 200px; min-width: 160px; }
.tk-glossary-table td:last-child { color: #444; }
.tk-glossary-callout { max-width: 720px; background: #EDE8DF; border-left: 3px solid var(--gold); padding: 12px 14px; border-radius: 0 4px 4px 0; margin: 0 0 20px; }
.tk-glossary-callout .callout-label { font-size: 11px; font-weight: 700; color: #8B7332; letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-glossary-callout .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-glossary-acr-label { font-size: 13px; font-weight: 700; color: var(--cobalt); margin: 24px 0 10px; }

/* Visa Comparison document-style overrides */
#tk-visa { background: #F5F2EC; }
#tk-visa .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; display: flex; flex-direction: column; align-items: center; }
#tk-visa .wb-tabs { display: none; }
.tk-visa-intro { max-width: 1100px; width: 100%; margin: 0 0 24px; }
.tk-visa-intro h3 { font-size: 20px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-visa-intro p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-visa-table-wrap { width: 100%; max-width: 1100px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tk-visa-table { width: 100%; border-collapse: collapse; border: 1px solid #D4CCC0; min-width: 900px; }
.tk-visa-table thead th { background: var(--cobalt); color: white; font-size: 11px; font-weight: 700; padding: 10px 12px; text-align: left; letter-spacing: 0.02em; line-height: 1.4; border-right: 1px solid rgba(255,255,255,0.15); vertical-align: bottom; }
.tk-visa-table thead th:first-child { width: 140px; min-width: 120px; background: var(--cobalt); }
.tk-visa-table thead th:last-child { border-right: none; }
.tk-visa-table tbody tr { border-bottom: 1px solid #E0DAD0; }
.tk-visa-table td { padding: 9px 12px; vertical-align: top; font-size: 12px; line-height: 1.5; color: #444; border-right: 1px solid #E0DAD0; }
.tk-visa-table td:last-child { border-right: none; }
.tk-visa-label { font-weight: 700; color: var(--cobalt) !important; font-size: 11px !important; letter-spacing: 0.01em; white-space: nowrap; }
.tk-visa-disclaimer { max-width: 1100px; width: 100%; margin: 16px 0 0; font-size: 12px; color: #888; line-height: 1.55; }

/* Consulate Directory document-style overrides */
#tk-consulate { background: #F5F2EC; }
#tk-consulate .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; display: flex; flex-direction: column; align-items: center; }
#tk-consulate .wb-tabs { background: #E8E2D8; border-bottom: 1px solid #D4CCC0; }
#tk-consulate .wb-tab { color: #777; border-bottom: 3px solid transparent; }
#tk-consulate .wb-tab:hover { color: #444; }
#tk-consulate .wb-tab.active { color: var(--cobalt); border-bottom-color: var(--terracotta); background: rgba(38,50,18,0.06); }
#tk-consulate .wb-section { width: 100%; max-width: 860px; }

/* Pathway Field Guide document-style overrides */
#tk-fieldguide { background: #F5F2EC; }
#tk-fieldguide .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; display: flex; flex-direction: column; align-items: center; }
#tk-fieldguide .wb-tabs { background: #E8E2D8; border-bottom: 1px solid #D4CCC0; }
#tk-fieldguide .wb-tab { color: #777; border-bottom: 3px solid transparent; }
#tk-fieldguide .wb-tab:hover { color: #444; }
#tk-fieldguide .wb-tab.active { color: var(--cobalt); border-bottom-color: var(--terracotta); background: rgba(38,50,18,0.06); }
#tk-fieldguide .wb-section { width: 100%; max-width: 860px; }

/* Field Guide specific styles */
.fg-header { margin-bottom: 28px; }
.fg-header h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--cobalt); margin-bottom: 8px; }
.fg-header .fg-pathway-badge { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; color: white; margin-bottom: 12px; }
.fg-header p { font-size: 14px; line-height: 1.7; color: #555; }

.fg-section { margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid #D4CCC0; }
.fg-section:last-child { border-bottom: none; margin-bottom: 0; }
.fg-section h4 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--cobalt); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--terracotta); display: inline-block; }
.fg-section p { font-size: 13.5px; line-height: 1.75; color: #444; margin-bottom: 10px; }
.fg-section ul { list-style: none; padding: 0; margin: 8px 0 12px; }
.fg-section ul li { position: relative; padding: 7px 0 7px 22px; font-size: 13px; line-height: 1.6; color: #444; border-bottom: 1px solid rgba(0,0,0,0.04); }
.fg-section ul li::before { content: '\203A'; position: absolute; left: 4px; top: 7px; color: var(--terracotta); font-weight: 700; font-size: 15px; }

.fg-req-table { width: 100%; border-collapse: collapse; margin: 12px 0 16px; font-size: 13px; }
.fg-req-table th { text-align: left; padding: 10px 14px; background: var(--cobalt); color: white; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; }
.fg-req-table td { padding: 10px 14px; border-bottom: 1px solid #D4CCC0; }
.fg-req-table tr:nth-child(even) td { background: rgba(38,50,18,0.03); }
.fg-req-table .fg-label { font-weight: 600; color: var(--cobalt); width: 200px; }

.fg-callout { padding: 14px 18px; border-radius: 6px; margin: 14px 0; font-size: 13px; line-height: 1.65; }
.fg-callout.critical { background: #FFF3ED; border-left: 4px solid var(--terracotta); }
.fg-callout.info { background: #F0F3EB; border-left: 4px solid var(--cobalt); }
.fg-callout.tip { background: #F0F5ED; border-left: 4px solid var(--forest); }
.fg-callout .fg-callout-label { font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.fg-callout.critical .fg-callout-label { color: var(--terracotta); }
.fg-callout.info .fg-callout-label { color: var(--cobalt); }
.fg-callout.tip .fg-callout-label { color: var(--forest); }

.fg-qa-list { margin: 10px 0; }
.fg-qa-list .fg-qa { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.fg-qa-list .fg-qa:last-child { border-bottom: none; }
.fg-qa-list .fg-q { font-size: 13px; font-weight: 600; color: var(--cobalt); margin-bottom: 4px; }
.fg-qa-list .fg-a { font-size: 12.5px; color: #666; line-height: 1.6; font-style: italic; }

.fg-timeline-step { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.fg-timeline-step:last-child { border-bottom: none; }
.fg-timeline-marker { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--cobalt); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.fg-timeline-content { flex: 1; }
.fg-timeline-content .fg-tl-title { font-size: 13px; font-weight: 600; color: #333; }
.fg-timeline-content .fg-tl-desc { font-size: 12px; color: #777; margin-top: 2px; }
.fg-timeline-content .fg-tl-time { font-size: 11px; color: var(--terracotta); font-weight: 600; margin-top: 3px; }

@media(max-width:768px) {
  #tk-fieldguide .wb-scroll { padding: 20px 16px; }
  .fg-req-table .fg-label { width: 130px; }
}
.tk-con-intro { margin: 0 0 20px; }
.tk-con-intro h3 { font-size: 20px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-con-intro p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-con-sub { margin: 16px 0; }
.tk-con-sub h4 { font-size: 14px; font-weight: 700; color: var(--cobalt); margin: 0 0 8px; }
.tk-con-sub p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-con-callout { padding: 12px 14px; border-radius: 0 4px 4px 0; margin: 16px 0; }
.tk-con-callout.critical { background: #F3E4DF; border-left: 3px solid var(--terracotta); }
.tk-con-callout.critical .callout-label { font-size: 11px; font-weight: 700; color: var(--terracotta); letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-con-callout.critical .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-con-callout.info { background: #EDE8DF; border-left: 3px solid var(--gold); }
.tk-con-callout.info .callout-label { font-size: 11px; font-weight: 700; color: #8B7332; letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-con-callout.info .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-con-card { border: 1px solid #D4CCC0; border-radius: 6px; overflow: hidden; margin-bottom: 20px; }
.tk-con-card-header { background: var(--cobalt); color: white; font-size: 14px; font-weight: 700; padding: 11px 16px; }
.tk-con-table { width: 100%; border-collapse: collapse; }
.tk-con-table tr { border-bottom: 1px solid #E0DAD0; }
.tk-con-table tr:last-child { border-bottom: none; }
.tk-con-table tr.shaded { background: #EFEBE4; }
.tk-con-table td { padding: 8px 14px; vertical-align: top; font-size: 12px; line-height: 1.55; color: #444; }
.tk-con-label { font-weight: 700; color: var(--cobalt) !important; width: 140px; min-width: 120px; white-space: nowrap; }

/* Document Tracker document-style overrides */
#tk-tracker { background: #F5F2EC; }
#tk-tracker .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; display: flex; flex-direction: column; align-items: center; -webkit-overflow-scrolling: touch; }
#tk-tracker .wb-scroll > * { width: 100%; max-width: 1160px; }
/* Scroll hint for tracker tables on narrow screens */
.tk-trk-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; position: relative; }
.tk-trk-intro { margin: 0 0 20px; }
.tk-trk-intro h3 { font-size: 20px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-trk-intro p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-trk-callout { padding: 12px 14px; border-radius: 0 4px 4px 0; margin: 16px 0; }
.tk-trk-callout.info { background: #EDE8DF; border-left: 3px solid var(--gold); }
.tk-trk-callout.info .callout-label { font-size: 11px; font-weight: 700; color: #8B7332; letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-trk-callout.info .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-trk-callout.critical { background: #F3E4DF; border-left: 3px solid var(--terracotta); }
.tk-trk-callout.critical .callout-label { font-size: 11px; font-weight: 700; color: var(--terracotta); letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-trk-callout.critical .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-trk-section-title { font-size: 14px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; padding-top: 4px; }
.tk-trk-section-title + .tk-trk-section-title { margin-top: 24px; }
.tk-trk-table + .tk-trk-section-title { margin-top: 24px; }
.tk-trk-table { width: 100%; border-collapse: collapse; border: 1px solid #D4CCC0; margin-bottom: 4px; table-layout: fixed; }
.tk-trk-table thead th { background: var(--cobalt); color: white; font-size: 11px; font-weight: 700; padding: 9px 12px; text-align: left; letter-spacing: 0.02em; border-right: 1px solid rgba(255,255,255,0.15); }
.tk-trk-table thead th:last-child { border-right: none; }
/* Fixed column widths for 6-col tracker tables: Document|Phase|Status|DateObt|Expires|Notes */
.tk-trk-table.tk-trk-6col thead th:nth-child(1) { width: 22%; }
.tk-trk-table.tk-trk-6col thead th:nth-child(2) { width: 5%; }
.tk-trk-table.tk-trk-6col thead th:nth-child(3) { width: 10%; }
.tk-trk-table.tk-trk-6col thead th:nth-child(4) { width: 11%; }
.tk-trk-table.tk-trk-6col thead th:nth-child(5) { width: 11%; }
.tk-trk-table.tk-trk-6col thead th:nth-child(6) { width: 41%; }
/* 3-col validity reference table */
.tk-trk-table.tk-trk-3col thead th:nth-child(1) { width: 22%; }
.tk-trk-table.tk-trk-3col thead th:nth-child(2) { width: 35%; }
.tk-trk-table.tk-trk-3col thead th:nth-child(3) { width: 43%; }
.tk-trk-table tbody tr { border-bottom: 1px solid #E0DAD0; }
.tk-trk-table tbody tr.shaded { background: #EFEBE4; }
.tk-trk-table td { padding: 8px 12px; vertical-align: top; font-size: 12px; line-height: 1.5; color: #444; border-right: 1px solid #E0DAD0; word-wrap: break-word; }
.tk-trk-table td:last-child { border-right: none; }
.tk-trk-doc { font-weight: 600; color: #333 !important; }
.tk-trk-phase { color: #777 !important; font-size: 11px !important; white-space: nowrap; text-align: center; }
.tk-trk-pathway-indicator { font-size: 13px; color: #555; margin: 0 0 16px; padding: 10px 14px; background: #E8E2D8; border-radius: 4px; border-left: 3px solid var(--cobalt); }
.tk-trk-pathway-indicator strong { color: var(--cobalt); }

/* Tracker interactive columns */
.tk-trk-status { min-width: 100px; }
.tk-trk-status select {
  width: 100%; font-size: 11px; padding: 4px 6px; border: 1px solid #D4CCC0;
  border-radius: 3px; background: #FAFAF7; color: #555; cursor: pointer;
  font-family: inherit;
}
.tk-trk-status select:focus { outline: 2px solid var(--cobalt); outline-offset: -1px; border-color: var(--cobalt); }
.tk-trk-status select.trk-not-started { background: #F5F2EC; color: #999; }
.tk-trk-status select.trk-in-progress { background: #FFF8ED; color: #8B6914; border-color: #D4B96A; }
.tk-trk-status select.trk-obtained { background: #EDF5ED; color: #2D5F2D; border-color: #7CB07C; }
.tk-trk-status select.trk-submitted { background: #EDF0F5; color: var(--cobalt); border-color: var(--cobalt); }

.tk-trk-date { min-width: 110px; }
.tk-trk-date input[type="date"] {
  width: 100%; font-size: 11px; padding: 4px 6px; border: 1px solid #D4CCC0;
  border-radius: 3px; background: #FAFAF7; color: #555;
  font-family: inherit;
}
.tk-trk-date input[type="date"]:focus { outline: 2px solid var(--cobalt); outline-offset: -1px; border-color: var(--cobalt); }

/* Post-Arrival Resources document-style overrides */
#tk-resources { background: #F5F2EC; }
#tk-resources .wb-scroll { background: #F5F2EC; color: #333; padding: 32px 40px; display: flex; flex-direction: column; align-items: center; }
#tk-resources .wb-tabs { background: #E8E2D8; border-bottom: 1px solid #D4CCC0; flex-wrap: wrap; }
#tk-resources .wb-tab { color: #777; border-bottom: 3px solid transparent; font-size: 11px; padding: 10px 12px; }
#tk-resources .wb-tab:hover { color: #444; }
#tk-resources .wb-tab.active { color: var(--cobalt); border-bottom-color: var(--terracotta); background: rgba(38,50,18,0.06); }
#tk-resources .wb-section { width: 100%; max-width: 900px; }
.tk-res-intro { margin: 0 0 20px; }
.tk-res-intro h3 { font-size: 20px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-res-intro p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-res-callout { background: #EDE8DF; border-left: 3px solid var(--gold); padding: 12px 14px; border-radius: 0 4px 4px 0; margin: 0 0 20px; }
.tk-res-callout .callout-label { font-size: 11px; font-weight: 700; color: #8B7332; letter-spacing: 0.06em; margin-bottom: 6px; }
.tk-res-callout .callout-body { font-size: 12px; color: #555; line-height: 1.6; }
.tk-res-final { margin: 0; }
.tk-res-final h4 { font-size: 14px; font-weight: 700; color: var(--cobalt); margin: 0 0 8px; }
.tk-res-final p { font-size: 13px; line-height: 1.65; color: #555; margin: 0; }
.tk-res-sec-header { font-size: 17px; font-weight: 700; color: var(--cobalt); margin: 0 0 10px; }
.tk-res-sec-intro { font-size: 13px; line-height: 1.65; color: #555; margin: 0 0 16px; }
.tk-res-sub-title { font-size: 13px; font-weight: 700; color: var(--terracotta); margin: 18px 0 6px; }
.tk-res-sub-desc { font-size: 12px; line-height: 1.6; color: #666; margin: 0 0 10px; }
.tk-res-table { width: 100%; border-collapse: collapse; border: 1px solid #D4CCC0; margin-bottom: 8px; }
.tk-res-table thead th { background: var(--cobalt); color: white; font-size: 11px; font-weight: 700; padding: 8px 12px; text-align: left; border-right: 1px solid rgba(255,255,255,0.15); }
.tk-res-table thead th:last-child { border-right: none; }
.tk-res-table tbody tr { border-bottom: 1px solid #E0DAD0; }
.tk-res-table tbody tr.shaded { background: #EFEBE4; }
.tk-res-table td { padding: 8px 12px; vertical-align: top; font-size: 12px; line-height: 1.5; color: #444; border-right: 1px solid #E0DAD0; }
.tk-res-table td:last-child { border-right: none; }
.tk-res-name { font-weight: 600; color: #333 !important; white-space: nowrap; min-width: 130px; }
.tk-res-url { color: var(--terracotta) !important; font-size: 11px !important; min-width: 140px; word-break: break-all; }
.tk-glossary-list { display: flex; flex-direction: column; gap: 1px; }
.tk-glossary-entry {
  padding: 14px 0; border-bottom: 1px solid var(--rule);
}
.tk-glossary-entry:last-child { border-bottom: none; }
.tk-glossary-term {
  font-size: 13px; font-weight: 600; color: var(--cobalt);
  margin-bottom: 5px; font-style: italic;
}
.tk-glossary-def { font-size: 13px; line-height: 1.7; color: var(--text-mid); }

/* Resource list */
.tk-resource-list { display: flex; flex-direction: column; gap: 2px; }
.tk-resource-row {
  display: grid; grid-template-columns: 160px 160px 1fr;
  gap: 16px; align-items: start;
  padding: 12px 14px; background: var(--warm-white); border-radius: 3px;
}
.tk-resource-name { font-size: 13px; font-weight: 600; color: var(--cobalt); line-height: 1.4; }
.tk-resource-url { font-size: 12px; color: var(--terracotta); font-style: italic; line-height: 1.5; word-break: break-all; }
.tk-resource-desc { font-size: 12px; line-height: 1.65; color: var(--text-mid); }

/* Pathway overview cards */
.tk-pathway-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px; margin: 20px 0;
}
.tk-pathway-card {
  padding: 16px 14px; background: var(--warm-white);
  border-radius: 3px; border-top: 3px solid var(--cobalt);
}
.tk-pathway-icon { font-size: 20px; margin-bottom: 8px; }
.tk-pathway-name { font-size: 13px; font-weight: 600; color: var(--cobalt); margin-bottom: 2px; }
.tk-pathway-full { font-size: 11px; color: var(--text-light); margin-bottom: 8px; font-style: italic; }
.tk-pathway-desc { font-size: 12px; line-height: 1.55; color: var(--text-mid); }
