:root{
  --hv-red:#A93632;
  --hv-red-dark:#6E1F1D;
  --hv-green:#626A38;
  --hv-green-dark:#2E3B24;
  --hv-green-soft:#D7DDC5;
  --hv-ochre:#D99A27;
  --hv-cream:#F6F1E8;
  --hv-paper:#FFFDF7;
  --hv-ink:#171717;
  --hv-muted:#675F55;
  --hv-line:rgba(98,106,56,.24);
  --hv-error:#B94262;
  --hv-warning:#D47A00;
  --hv-info:#626A38;
}

*{ box-sizing:border-box; }
html{ overflow-x:hidden; scroll-behavior:smooth; }
body{
  overflow-x:hidden;
  margin:0 !important;
  padding:0 !important;
  background:
    linear-gradient(rgba(246,241,232,.86), rgba(246,241,232,.86)),
    url("../../figures/tsiino_bg.png");
  background-repeat:repeat;
  background-size:min(720px, 100vw) auto;
  background-attachment:fixed;
  background-position:center top;
  font-family:'Montserrat', Arial, sans-serif;
  color:var(--hv-ink);
}

main.content, #quarto-content, main, .page-columns, .page-layout-full, .content{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  background:transparent;
  overflow-x:hidden !important;
}
.page-columns{ display:block !important; }
.quarto-title-block{ display:none !important; }

#quarto-header{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:10000 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#quarto-header .navbar{ background:transparent !important; box-shadow:none !important; border:0 !important; min-height:76px; }
#quarto-header::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:128px;
  background:linear-gradient(180deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.18) 60%, rgba(0,0,0,0) 100%);
  pointer-events:none;
  z-index:-1;
}
#quarto-header .navbar-brand{ display:none !important; }
#quarto-header .navbar .nav-link,
#quarto-header .navbar .nav-link:visited,
#quarto-header .navbar svg,
#quarto-header .navbar i,
#quarto-header .navbar .bi,
#quarto-header .quarto-navbar-tools a,
#quarto-header .quarto-navbar-tools button{
  color:#fff !important;
  fill:#fff !important;
  text-shadow:0 2px 10px rgba(0,0,0,.72);
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.55));
}
#quarto-header .navbar .nav-link.active,
#quarto-header .navbar .nav-link:hover{ color:var(--hv-ochre) !important; }

.hv-hero{
  position:relative;
  left:50%;
  transform:translateX(-50%);
  width:100vw;
  max-width:100vw;
  min-height:min(790px, 100svh);
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.36) 36%, rgba(0,0,0,.10) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.18) 50%, rgba(46,59,36,.82) 100%),
    url("../../figures/conservacao/conservacaotitlebg.png"),
    url("../../figures/tsiino_bg.png");
  background-size:cover, cover, cover, 620px auto;
  background-position:center;
  color:#fff;
  display:grid;
  justify-items:end;
  align-items:end;
  padding:clamp(7rem, 14vh, 10rem) clamp(1rem, 5vw, 5.5rem) clamp(3rem, 7vh, 5rem);
}
.hv-hero-inner{
  width:min(980px, 58vw);
  margin-left:auto;
  margin-right:clamp(1rem, 5vw, 6rem);
  display:block;
  text-align:right;
}
.hv-kicker{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  margin:0 0 .85rem auto;
  border-radius:999px;
  padding:.35rem .72rem;
  background:rgba(246,241,232,.86);
  border:1px solid rgba(246,241,232,.36);
  color:var(--hv-green-dark);
  font-family:'Space Mono', monospace;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hv-title{
  margin:0 !important;
  color:#fff !important;
  font-family:'Montserrat', Arial, sans-serif;
  font-size:clamp(4rem, 7vw, 7.1rem);
  line-height:.86;
  font-weight:900;
  letter-spacing:-.08em;
  text-align:right;
  text-shadow:0 4px 28px rgba(0,0,0,.72);
}
.hv-title span{ display:block; }
.hv-hero-text{
  margin:1.15rem 0 0 auto !important;
  max-width:740px;
  color:rgba(255,255,255,.96);
  font-family:'Source Serif 4', Georgia, serif;
  font-size:clamp(1.1rem, 1.6vw, 1.42rem);
  line-height:1.5;
  text-shadow:0 2px 16px rgba(0,0,0,.58);
}

.hv-page{
  width:min(1160px, calc(100vw - 2rem));
  max-width:1160px;
  margin:0 auto;
  padding:clamp(2rem, 4vw, 3rem) 0 5rem;
  color:var(--hv-ink);
  min-width:0;
}
.hv-page *{ min-width:0; }
.hv-panel,
.hv-results{
  width:100%;
  max-width:100%;
  margin:0 auto 1.4rem;
  background:rgba(255,253,247,.97);
  border:1px solid var(--hv-line);
  border-top:5px solid var(--hv-green);
  border-radius:0 0 26px 26px;
  box-shadow:0 16px 38px rgba(0,0,0,.10);
  padding:clamp(1.15rem, 2.5vw, 2.15rem);
  overflow:hidden;
}
.hv-section-title{
  display:grid;
  grid-template-columns:76px minmax(0, 1fr);
  gap:.9rem;
  align-items:center;
  margin:0 0 1.15rem;
}
.hv-section-title span{ height:1px; background:var(--hv-green-dark); opacity:.8; }
.hv-section-title h2{
  margin:0 !important;
  color:var(--hv-red) !important;
  font-size:clamp(1.55rem, 2.8vw, 2.4rem);
  font-weight:900;
  letter-spacing:-.03em;
}
.hv-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
}
.hv-feature-grid article{
  border-radius:18px;
  padding:1rem;
  background:rgba(215,221,197,.22);
  border:1px solid rgba(98,106,56,.22);
}
.hv-feature-grid b{
  display:block;
  color:var(--hv-green-dark);
  font-family:'Space Mono', monospace;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hv-feature-grid p{ margin:.45rem 0 0 !important; color:var(--hv-muted); line-height:1.48; }
.hv-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
}
.hv-form label span{
  display:block;
  margin:0 0 .35rem;
  color:var(--hv-green-dark);
  font-weight:900;
}
.hv-form input[type="text"],
.hv-form input[type="file"],
.hv-form select{
  width:100%;
  border:1px solid rgba(98,106,56,.30);
  border-radius:14px;
  background:#fffdf7;
  padding:.78rem .9rem;
  font:inherit;
}
.hv-checks{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem 1.2rem;
  margin:1.05rem 0;
  color:var(--hv-green-dark);
}
.hv-checks label{ display:flex; gap:.45rem; align-items:center; }
.hv-file-label{ display:block; margin-top:.6rem; }
.hv-actions{ display:flex; flex-wrap:wrap; gap:.8rem; align-items:center; margin-top:1rem; }
.hv-primary,
.hv-secondary,
.hv-filter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:.78rem 1.25rem;
  font-weight:900;
  cursor:pointer;
  text-decoration:none !important;
  font-family:'Montserrat', Arial, sans-serif;
}
.hv-primary{
  color:#fff;
  background:linear-gradient(135deg, var(--hv-red), var(--hv-red-dark));
  box-shadow:0 12px 24px rgba(169,54,50,.22);
}
.hv-primary:disabled{ opacity:.65; cursor:wait; }
.hv-secondary{
  color:var(--hv-green-dark);
  background:rgba(215,221,197,.78);
  border:1px solid rgba(98,106,56,.26);
}
.hv-secondary.is-disabled{ opacity:.45; pointer-events:none; }
.hv-status{
  margin:.95rem 0 0 !important;
  padding:.85rem 1rem;
  border-radius:16px;
  background:rgba(98,106,56,.10);
  border:1px solid rgba(98,106,56,.25);
  color:var(--hv-green-dark);
}
.hv-status.is-error{ color:var(--hv-red-dark); background:rgba(185,66,98,.10); border-color:rgba(185,66,98,.34); }
.hv-status.is-ok{ color:var(--hv-green-dark); background:rgba(98,106,56,.16); border-color:rgba(98,106,56,.36); }
.hv-results{ margin-top:1.6rem; }
.hv-results[hidden], .hv-map-panel[hidden]{ display:none !important; }
.hv-summary{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
  margin-bottom:1rem;
}
.hv-card-number{
  min-height:108px;
  border-radius:18px;
  padding:1rem;
  color:#fff;
  background:linear-gradient(rgba(36,50,30,.82), rgba(36,50,30,.82)), url("../../figures/tsiino_bg.png");
  background-size:520px auto;
}
.hv-card-number span{ display:block; font-family:'Space Mono', monospace; font-size:.72rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.hv-card-number strong{ display:block; margin:.15rem 0 0; color:var(--hv-ochre); font-size:clamp(2rem, 4vw, 3rem); line-height:1; font-weight:900; }
.hv-card-number small{ display:block; margin-top:.25rem; }
.hv-toolbar{ display:flex; gap:.7rem; flex-wrap:wrap; margin:1rem 0; }
.hv-filter{ color:var(--hv-green-dark); background:rgba(215,221,197,.78); border:1px solid rgba(98,106,56,.26); }
.hv-filter.is-active{ color:#fff; background:var(--hv-green); }
.hv-sheet-caption{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .9rem;
  align-items:baseline;
  margin:.3rem 0 .65rem;
  color:var(--hv-green-dark);
}
.hv-sheet-caption span{ color:var(--hv-muted); }
.hv-sheet-wrap,
.hv-issues-wrap{
  width:100%;
  max-width:100%;
  max-height:72vh;
  overflow:auto;
  border:1px solid var(--hv-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}
.hv-sheet,
.hv-issues-table{
  width:max-content;
  min-width:100%;
  border-collapse:separate;
  border-spacing:0;
  font-size:.9rem;
}
.hv-sheet th,
.hv-sheet td,
.hv-issues-table th,
.hv-issues-table td{
  border-right:1px solid rgba(98,106,56,.18);
  border-bottom:1px solid rgba(98,106,56,.18);
  padding:.65rem .75rem;
  vertical-align:top;
  background:#fff;
}
.hv-sheet th,
.hv-issues-table th{
  position:sticky;
  top:0;
  z-index:3;
  color:var(--hv-red);
  background:#F2EEE6;
  font-family:'Space Mono', monospace;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}
.hv-sheet .hv-rownum,
.hv-sheet th.hv-rownum{
  position:sticky;
  left:0;
  z-index:4;
  min-width:72px;
  color:var(--hv-red);
  background:#F7F1E8;
  font-weight:900;
  text-align:left;
}
.hv-sheet td{ min-width:145px; max-width:320px; word-break:break-word; }
.hv-cell-value{ white-space:pre-wrap; }
.hv-cell-issues{ margin-top:.45rem; display:grid; gap:.35rem; }
.hv-cell-msg{ display:block; border-radius:10px; padding:.4rem .48rem; font-size:.82rem; line-height:1.25; font-weight:800; }
.hv-cell-error{ border-left:4px solid var(--hv-error); background:rgba(185,66,98,.12) !important; }
.hv-cell-warning{ border-left:4px solid var(--hv-warning); background:rgba(212,122,0,.12) !important; }
.hv-cell-info{ border-left:4px solid var(--hv-info); background:rgba(98,106,56,.10) !important; }
.hv-cell-msg.error{ color:#8B1F3C; background:rgba(185,66,98,.13); }
.hv-cell-msg.warning{ color:#8B4A00; background:rgba(212,122,0,.13); }
.hv-cell-msg.info{ color:var(--hv-green-dark); background:rgba(98,106,56,.13); }
.hv-row-muted{ opacity:.42; }
.hv-issues-details{ margin-top:1rem; color:var(--hv-green-dark); }
.hv-issues-details summary{ cursor:pointer; font-weight:900; margin-bottom:.6rem; }
.hv-pill{ display:inline-flex; border-radius:999px; padding:.25rem .55rem; color:#fff; font-family:'Space Mono', monospace; font-size:.72rem; font-weight:900; text-transform:uppercase; }
.hv-pill.error{ background:var(--hv-error); }
.hv-pill.warning{ background:var(--hv-warning); }
.hv-pill.info{ background:var(--hv-info); }

.hv-map-panel{
  margin:1rem 0 1.2rem;
  padding:1rem;
  border:1px solid rgba(98,106,56,.22);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,253,247,.98), rgba(246,241,232,.92));
  box-shadow:0 10px 26px rgba(0,0,0,.07);
}
.hv-map-heading{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:.8rem;
  align-items:flex-start;
  color:var(--hv-green-dark);
  margin-bottom:.85rem;
}
.hv-map-heading strong{ display:block; font-size:1.15rem; }
.hv-map-heading span{ display:block; color:var(--hv-muted); margin-top:.2rem; }
.hv-map-close{ border:1px solid rgba(98,106,56,.24); border-radius:999px; padding:.55rem .85rem; background:rgba(215,221,197,.72); color:var(--hv-green-dark); font-weight:900; cursor:pointer; }
.hv-map{
  min-height:360px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(98,106,56,.18);
  background:linear-gradient(rgba(246,241,232,.82), rgba(246,241,232,.82)), url("../../figures/tsiino_bg.png");
  background-size:520px auto;
}
.hv-map-layout{ display:grid; grid-template-columns:minmax(0, 1.2fr) minmax(240px, .8fr); gap:0; min-height:360px; }
.hv-map-svg{ width:100%; height:100%; min-height:360px; background:rgba(255,253,247,.78); }
.hv-map-list{ max-height:360px; overflow:auto; padding:1rem; background:rgba(255,253,247,.92); border-left:1px solid rgba(98,106,56,.18); }
.hv-map-list h4{ margin:.1rem 0 .8rem; color:var(--hv-red); font-weight:900; }
.hv-map-list ol{ margin:0; padding-left:1.2rem; display:grid; gap:.5rem; }
.hv-map-list li{ color:var(--hv-green-dark); }
.hv-map-list small{ display:block; color:var(--hv-muted); }
.hv-map-point-error{ fill:var(--hv-error); stroke:#fff; stroke-width:2; }
.hv-map-point-ok{ fill:var(--hv-green); stroke:#fff; stroke-width:2; }
.hv-map-empty{ padding:2rem; color:var(--hv-muted); }

@media (max-width:950px){
  .hv-hero{ min-height:680px; justify-items:start; padding:7rem 1rem 2.5rem; }
  .hv-hero-inner{ width:100%; margin-left:0; margin-right:0; text-align:left; }
  .hv-kicker{ margin-left:0; }
  .hv-title{ text-align:left; font-size:clamp(2.9rem, 12vw, 5rem); }
  .hv-hero-text{ margin-left:0 !important; max-width:100%; }
  .hv-page{ width:min(100vw - 1rem, 1160px); }
  .hv-form-grid, .hv-feature-grid, .hv-summary, .hv-map-layout{ grid-template-columns:1fr; }
  .hv-map-list{ border-left:0; border-top:1px solid rgba(98,106,56,.18); }
}

/* Conversor INPA/BRAHMS: appended into assets/css/herb-validator.css by the patch. */
.hv-converter-panel {
  margin: 1.5rem auto;
  padding: 1.25rem;
  border: 1px solid rgba(112, 64, 35, 0.22);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 16px 40px rgba(75, 45, 22, 0.08);
}
.hv-converter-lead {
  max-width: 980px;
  margin: 0 0 1rem 0;
}
.hv-converter-actions,
.hv-defaults-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 0.75rem 0;
}
.hv-defaults-grid label {
  display: grid;
  gap: 0.25rem;
  font-weight: 600;
}
.hv-defaults-grid input {
  min-width: 14rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(112, 64, 35, 0.25);
  border-radius: 10px;
}
.hv-converter-status {
  margin: 0.75rem 0;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  background: rgba(112, 64, 35, 0.08);
}
.hv-converter-status.is-ok {
  background: rgba(16, 129, 79, 0.11);
}
.hv-converter-status.is-warning {
  background: rgba(245, 158, 11, 0.14);
}
.hv-converter-status.is-error {
  background: rgba(220, 38, 38, 0.12);
}
.hv-converter-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.hv-source-bank {
  margin: 1rem 0;
  padding: 0.9rem;
  border: 1px dashed rgba(112, 64, 35, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}
.hv-source-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}
.hv-source-chip {
  cursor: grab;
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(112, 64, 35, 0.35);
  border-radius: 999px;
  background: #fff;
  font-size: 0.86rem;
}
.hv-source-chip:active {
  cursor: grabbing;
}
.hv-converter-table-wrap {
  overflow-x: auto;
  max-height: 62vh;
  border: 1px solid rgba(112, 64, 35, 0.18);
  border-radius: 14px;
}
.hv-converter-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  background: #fff;
}
.hv-converter-table th,
.hv-converter-table td {
  border-bottom: 1px solid rgba(112, 64, 35, 0.12);
  padding: 0.65rem;
  vertical-align: top;
}
.hv-converter-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #704023;
  color: #fff;
  text-align: left;
}
.hv-target-field strong {
  font-family: var(--mono-font, monospace);
}
.hv-target-field span,
.hv-target-help small {
  color: rgba(55, 35, 22, 0.78);
}
.hv-required {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  color: #991b1b;
  font-size: 0.72rem;
  font-weight: 700;
}
.hv-example {
  margin-top: 0.35rem;
}
.hv-example code {
  white-space: normal;
}
.hv-drop-cell {
  min-width: 320px;
  transition: background 0.15s ease;
}
.hv-drop-cell.is-drag-over {
  background: rgba(16, 129, 79, 0.10);
}
.hv-map-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(112, 64, 35, 0.25);
  border-radius: 10px;
  background: #fff;
}
.hv-drop-hint {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: rgba(55, 35, 22, 0.58);
}

/* == Tsiino INPA horizontal column mapper v2 == */
.hv-converter-panel {
  margin: clamp(1.5rem, 3vw, 2.8rem) auto;
  width: min(100%, 1480px);
  border-radius: 30px;
  border: 1px solid rgba(105, 62, 36, 0.18);
  background: rgba(255, 252, 246, 0.96);
  box-shadow: 0 24px 70px rgba(37, 27, 18, 0.10);
  padding: clamp(1.25rem, 2.5vw, 2.4rem);
}

.hv-converter-lead,
.hv-mapper-instructions,
.hv-source-bank-title span,
.hv-converter-status {
  color: rgba(48, 37, 27, 0.78);
}

.hv-converter-lead {
  max-width: 980px;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.hv-converter-actions,
.hv-converter-actions-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 0;
}

.hv-converter-status {
  margin: 0.8rem 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(243, 235, 223, 0.85);
  border: 1px solid rgba(105, 62, 36, 0.12);
  font-weight: 650;
}

.hv-converter-status.is-ok {
  background: rgba(222, 239, 224, 0.95);
}

.hv-converter-status.is-warning {
  background: rgba(255, 244, 209, 0.95);
}

.hv-converter-status.is-error {
  background: rgba(255, 226, 222, 0.95);
}

.hv-converter-meta,
.hv-defaults-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 0.8rem;
  margin: 1rem 0;
}

.hv-converter-meta > div,
.hv-defaults-grid label {
  border: 1px solid rgba(105, 62, 36, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.9rem 1rem;
}

.hv-defaults-grid label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.hv-defaults-grid input {
  width: 100%;
  border: 1px solid rgba(105, 62, 36, 0.22);
  border-radius: 14px;
  padding: 0.65rem 0.8rem;
  font: inherit;
  background: #fffdf8;
}

.hv-mapper-instructions {
  margin: 1rem 0;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  background: rgba(244, 235, 221, 0.86);
  line-height: 1.55;
}

.hv-source-bank {
  margin: 1rem 0 1.2rem;
  border: 1px solid rgba(105, 62, 36, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  padding: 1rem;
}

.hv-source-bank-title {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.hv-source-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-height: 185px;
  overflow: auto;
  padding: 0.25rem;
}

.hv-source-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  max-width: 300px;
  border: 1px solid rgba(105, 62, 36, 0.22);
  border-radius: 999px;
  background: #fffaf2;
  color: #1d2b22;
  padding: 0.54rem 0.75rem;
  cursor: grab;
  font: inherit;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(36, 26, 18, 0.06);
}

.hv-source-chip:active {
  cursor: grabbing;
}

.hv-source-chip.is-selected {
  outline: 3px solid rgba(149, 91, 42, 0.22);
  border-color: rgba(149, 91, 42, 0.65);
}

.hv-source-chip.is-small {
  width: 100%;
  justify-content: flex-start;
  border-radius: 16px;
  padding: 0.46rem 0.55rem;
  max-width: 100%;
  white-space: normal;
}

.hv-source-chip.is-mapped {
  background: #fffdf9;
}

.hv-source-letter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(112, 64, 35, 0.12);
  color: #704023;
  font-weight: 850;
}

.hv-source-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv-column-map-wrap {
  overflow: auto;
  border: 1px solid rgba(105, 62, 36, 0.16);
  border-radius: 24px;
  background: #fffaf2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.hv-column-map-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: max-content;
  width: max-content;
  table-layout: fixed;
  font-size: 0.92rem;
}

.hv-column-map-table th,
.hv-column-map-table td {
  border-right: 1px solid rgba(105, 62, 36, 0.14);
  border-bottom: 1px solid rgba(105, 62, 36, 0.14);
  vertical-align: top;
}

.hv-map-row-label {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 154px;
  min-width: 154px;
  max-width: 154px;
  padding: 0.9rem 0.85rem;
  background: #f3eadc;
  color: #704023;
  text-align: left;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hv-map-row-label.is-source {
  background: #efe3d2;
  color: #1d2b22;
}

.hv-standard-cell,
.hv-note-cell,
.hv-example-cell,
.hv-target-drop,
.hv-source-sample {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  padding: 0.75rem;
}

.hv-standard-cell {
  background: #fbf3e8;
}

.hv-standard-field {
  color: #a62e23;
  font-family: var(--bs-font-monospace, 'Space Mono', monospace);
  font-weight: 850;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hv-standard-label {
  margin-top: 0.3rem;
  color: #2d372d;
  font-weight: 700;
}

.hv-required {
  display: inline-flex;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: #f3d7cc;
  color: #704023;
  padding: 0.18rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: lowercase;
}

.hv-note-cell {
  background: #fffaf2;
  color: rgba(48, 37, 27, 0.86);
  line-height: 1.45;
}

.hv-example-cell {
  background: #fffdf8;
}

.hv-example-cell code {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  color: #6d248e;
  background: rgba(128, 56, 180, 0.08);
  border-radius: 8px;
  padding: 0.1rem 0.25rem;
}

.hv-target-drop {
  min-height: 104px;
  background: rgba(255, 255, 255, 0.85);
  cursor: copy;
}

.hv-target-drop.is-drag-over {
  outline: 3px solid rgba(104, 135, 83, 0.35);
  outline-offset: -5px;
  background: rgba(237, 246, 224, 0.95);
}

.hv-target-drop.has-source {
  background: rgba(250, 246, 239, 0.98);
}

.hv-drop-placeholder {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px dashed rgba(105, 62, 36, 0.26);
  border-radius: 18px;
  color: rgba(48, 37, 27, 0.55);
  font-weight: 750;
  text-align: center;
}

.hv-mapped-source {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
}

.hv-unmap-source {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(166, 46, 35, 0.12);
  color: #a62e23;
  font-weight: 900;
  cursor: pointer;
}

.hv-source-sample {
  background: #fffaf2;
  color: rgba(48, 37, 27, 0.78);
  line-height: 1.35;
}

.hv-source-sample span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.22rem;
}

.hv-no-sample,
.hv-source-empty {
  color: rgba(48, 37, 27, 0.52);
  font-style: italic;
}

@media (max-width: 820px) {
  .hv-converter-meta,
  .hv-defaults-grid {
    grid-template-columns: 1fr;
  }
  .hv-map-row-label {
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    font-size: 0.78rem;
  }
  .hv-standard-cell,
  .hv-note-cell,
  .hv-example-cell,
  .hv-target-drop,
  .hv-source-sample {
    width: 185px;
    min-width: 185px;
    max-width: 185px;
  }
}
/* == /Tsiino INPA horizontal column mapper v2 == */


/* == Tsiino validator compact horizontal mapper + title fix == */
.hv-hero .hv-title,
.hv-hero .hv-title span,
.hv-hero h1,
.hv-hero h1 span,
.hero-inner .hv-title,
.hero-inner .hv-title span {
  color: #fff !important;
}

.hv-hero .hv-title,
.hv-hero h1.hv-title {
  font-size: clamp(2.15rem, 5.2vw, 4.85rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
  text-shadow: 0 0.28rem 1.8rem rgba(0, 0, 0, 0.45) !important;
  max-width: 980px;
}

.hv-section-title h2,
.hc-section-title h2 {
  font-size: clamp(1.35rem, 2.2vw, 2.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

.hv-feature-grid article b,
.hv-sheet-caption strong,
.hv-map-heading strong,
.hc-mapper-caption strong,
.hc-bank-head strong {
  font-size: clamp(1rem, 1.2vw, 1.25rem) !important;
}

.hc-panel {
  overflow: visible;
}

.hc-intro {
  max-width: 980px;
  margin: 0 0 1rem;
  color: rgba(25, 41, 37, 0.78);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
}

.hc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 0;
}

.hc-status {
  margin: 0.75rem 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(244, 239, 229, 0.88);
  color: #20342f;
  border: 1px solid rgba(85, 101, 63, 0.18);
}

.hc-status.is-ok {
  background: rgba(230, 238, 218, 0.88);
}

.hc-status.is-error {
  background: rgba(250, 225, 219, 0.95);
}

.hc-status.is-busy {
  background: rgba(241, 235, 214, 0.95);
}

.hc-source-bank {
  margin: 1rem 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(89, 60, 39, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 252, 246, 0.82);
}

.hc-bank-head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.hc-bank-head span,
.hc-mapper-caption span,
.hc-drop-empty small {
  color: rgba(32, 52, 47, 0.68);
}

.hc-bank-list {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
}

.hc-empty-bank {
  color: rgba(32, 52, 47, 0.62);
  font-style: italic;
}

.hc-mapper-caption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0 0 0.65rem;
}

.hc-mapper-scroll {
  overflow-x: auto;
  border: 1px solid rgba(93, 65, 42, 0.18);
  border-radius: 1.4rem;
  background: rgba(253, 249, 241, 0.92);
  box-shadow: 0 1rem 2.5rem rgba(50, 39, 25, 0.08);
}

.hc-map-table {
  border-collapse: separate;
  border-spacing: 0;
  width: max-content;
  min-width: 100%;
  table-layout: fixed;
  font-size: 0.94rem;
}

.hc-map-table th,
.hc-map-table td {
  border-right: 1px solid rgba(93, 65, 42, 0.13);
  border-bottom: 1px solid rgba(93, 65, 42, 0.13);
  vertical-align: top;
}

.hc-map-table th {
  position: sticky;
  left: 0;
  z-index: 4;
  min-width: 168px;
  width: 168px;
  padding: 1rem 0.9rem;
  background: rgba(237, 226, 209, 0.94);
  color: #683819;
  font-family: var(--mono, 'Space Mono', monospace);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-align: left;
}

.hc-map-table td {
  width: 236px;
  min-width: 236px;
  max-width: 236px;
  padding: 0.9rem;
  background: rgba(255, 252, 246, 0.78);
}

.hc-row-standard td {
  min-height: 132px;
}

.hc-row-source td {
  min-height: 104px;
  background: rgba(250, 245, 235, 0.92);
}

.hc-target-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
  align-items: start;
}

.hc-target-top strong {
  display: block;
  color: #b72c1e;
  font-family: var(--mono, 'Space Mono', monospace);
  font-size: 1.02rem;
  letter-spacing: 0.055em;
  word-break: break-word;
}

.hc-target-label {
  display: block;
  margin-top: 0.5rem;
  color: #20342f;
  font-weight: 700;
  font-size: 0.98rem;
}

.hc-required {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(244, 207, 196, 0.78);
  color: #683819;
  font-size: 0.76rem;
  font-weight: 800;
}

.hc-help-wrap {
  position: relative;
  justify-self: end;
}

.hc-help {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(85, 101, 63, 0.25);
  background: #fff8e9;
  color: #5f6f37;
  font-weight: 900;
  cursor: pointer;
}

.hc-popover {
  display: none;
  position: absolute;
  right: 0;
  top: 2.2rem;
  z-index: 20;
  width: min(21rem, 70vw);
  padding: 0.9rem;
  border-radius: 1rem;
  background: #fffdf8;
  color: #20342f;
  border: 1px solid rgba(93, 65, 42, 0.2);
  box-shadow: 0 1rem 2.5rem rgba(28, 22, 15, 0.18);
}

.hc-popover.is-open {
  display: grid;
  gap: 0.38rem;
}

.hc-popover strong {
  color: #683819;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hc-popover code {
  white-space: normal;
  word-break: break-word;
  background: rgba(102, 37, 154, 0.08);
  color: #6726a2;
  padding: 0.1rem 0.35rem;
  border-radius: 0.35rem;
}

.hc-drop-cell {
  cursor: pointer;
}

.hc-drop-cell.is-dragover {
  outline: 3px solid rgba(96, 111, 55, 0.42);
  outline-offset: -6px;
  background: rgba(235, 242, 220, 0.95);
}

.hc-drop-empty {
  display: grid;
  place-items: center;
  min-height: 4.8rem;
  padding: 0.85rem;
  border: 1px dashed rgba(93, 65, 42, 0.35);
  border-radius: 1rem;
  text-align: center;
  color: rgba(32, 52, 47, 0.68);
  background: rgba(255, 255, 255, 0.48);
}

.hc-assigned-wrap {
  position: relative;
  min-height: 4.8rem;
}

.hc-source-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(93, 65, 42, 0.18);
  background: #fffdf9;
  color: #20342f;
  box-shadow: 0 0.65rem 1.35rem rgba(50, 39, 25, 0.08);
  cursor: grab;
  font-weight: 800;
}

.hc-source-chip:active {
  cursor: grabbing;
}

.hc-source-chip.is-selected {
  outline: 3px solid rgba(96, 111, 55, 0.35);
}

.hc-source-chip.is-assigned {
  width: calc(100% - 1.95rem);
  justify-content: flex-start;
}

.hc-chip-letter {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: rgba(93, 65, 42, 0.12);
  color: #683819;
  font-family: var(--mono, 'Space Mono', monospace);
}

.hc-chip-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hc-chip-sample {
  display: none;
}

.hc-clear {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 207, 196, 0.95);
  color: #a3281b;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 760px) {
  .hv-hero .hv-title,
  .hv-hero h1.hv-title {
    font-size: clamp(2rem, 13vw, 3.9rem) !important;
  }
  .hc-map-table th {
    min-width: 136px;
    width: 136px;
    font-size: 0.95rem;
  }
  .hc-map-table td {
    width: 212px;
    min-width: 212px;
    max-width: 212px;
  }
}


/* == TSIINO INTERNAL CONVERTER FLOW 20260630 == */
/* Capa do validador: manter título branco e menor, mesmo quando herdar estilos antigos. */
.hv-hero .hv-title,
.hv-hero .hv-title span,
.hv-validator-hero .hv-title,
.hv-validator-hero .hv-title span,
.validator-hero .hv-title,
.validator-hero .hv-title span,
.validator-hero h1,
.hv-page-hero h1,
.hv-page-hero .hv-title,
.hv-page-hero .hv-title span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.hv-hero .hv-title,
.hv-validator-hero .hv-title,
.validator-hero h1,
.hv-page-hero h1 {
  font-size: clamp(2.45rem, 5vw, 5.2rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
}

.hv-section-title h2,
.hv-panel h2,
.hv-converter-title h2,
.hv-result-title h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.25rem) !important;
  line-height: 1.05 !important;
}

/* O conversor agora e parte do fluxo do validador; esconder paineis antigos independentes. */
#herb-converter-panel.hv-standalone,
#converter-panel.hv-standalone,
.hv-converter-standalone,
.hv-old-converter-panel,
.is-hidden-by-internal-flow {
  display: none !important;
}

.hv-internal-converter {
  margin-top: 1.4rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid rgba(91, 63, 39, 0.18);
  border-radius: 28px;
  background: rgba(255, 252, 246, 0.94);
  box-shadow: 0 18px 42px rgba(48, 32, 18, 0.08);
}

.hv-internal-converter[hidden] {
  display: none !important;
}

.hv-internal-converter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.hv-internal-converter h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.05;
  color: #2a2f1d;
}

.hv-internal-converter p {
  margin: 0;
  color: rgba(42, 47, 29, .72);
}

.hv-map-toolbar,
.hv-converter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: center;
  margin-top: 1rem;
}

.hv-converter-grid-wrap {
  overflow-x: auto;
  border: 1px solid rgba(91, 63, 39, 0.15);
  border-radius: 22px;
  background: #fffaf2;
}

.hv-converter-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 235px);
  min-width: max-content;
}

.hv-map-rowlabel {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 170px;
  min-width: 170px;
  border-right: 1px solid rgba(91, 63, 39, 0.16);
  background: #f4eadc;
  color: #5b341d;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hv-map-cell,
.hv-map-rowlabel {
  min-height: 112px;
  padding: .95rem 1rem;
  border-bottom: 1px solid rgba(91, 63, 39, 0.13);
}

.hv-map-standard {
  background: #fff8ee;
}

.hv-map-source {
  background: #fffdf8;
}

.hv-map-code {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #b12b22;
  font-family: 'Space Mono', monospace;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .94rem;
}

.hv-map-label {
  display: block;
  margin-top: .5rem;
  font-weight: 800;
  font-size: .94rem;
  color: #203026;
}

.hv-map-required {
  display: inline-flex;
  margin-top: .65rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: #f1d2c7;
  color: #6f3b22;
  font-weight: 800;
  font-size: .78rem;
}

.hv-map-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid rgba(91, 63, 39, .22);
  border-radius: 999px;
  background: #fff;
  color: #5b3b20;
  font-weight: 900;
  cursor: help;
}

.hv-map-help-pop {
  display: none;
  position: absolute;
  z-index: 30;
  width: 260px;
  max-width: 72vw;
  margin-top: .35rem;
  padding: .85rem .9rem;
  border: 1px solid rgba(91, 63, 39, .18);
  border-radius: 16px;
  background: #fffef9;
  color: #263024;
  box-shadow: 0 18px 40px rgba(45, 31, 18, .18);
  font-size: .85rem;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  font-family: inherit;
}

.hv-map-code:hover .hv-map-help-pop,
.hv-map-help:focus + .hv-map-help-pop,
.hv-map-help.is-open + .hv-map-help-pop {
  display: block;
}

.hv-drop-zone {
  min-height: 74px;
  display: flex;
  align-items: center;
  border: 1.5px dashed rgba(91, 63, 39, .24);
  border-radius: 18px;
  padding: .55rem;
  background: rgba(255,255,255,.75);
}

.hv-drop-zone.is-over {
  border-color: #7a853d;
  background: #fbfff0;
}

.hv-drop-placeholder {
  color: rgba(42, 47, 29, .48);
  font-size: .86rem;
  line-height: 1.25;
}

.hv-source-chip {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  max-width: 100%;
  padding: .58rem .72rem;
  border: 1px solid rgba(91, 63, 39, .16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(48, 32, 18, .08);
  color: #263024;
  font-weight: 800;
  cursor: grab;
}

.hv-source-chip:active {
  cursor: grabbing;
}

.hv-source-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: #eee7df;
  color: #754522;
  font-weight: 900;
}

.hv-source-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv-chip-remove {
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  width: 1.35rem;
  height: 1.35rem;
  background: #f1d2c7;
  color: #a1261d;
  font-weight: 900;
  cursor: pointer;
}

.hv-source-bank {
  margin-top: .9rem;
  padding: .8rem;
  border: 1px solid rgba(91, 63, 39, .14);
  border-radius: 18px;
  background: #fffaf2;
}

.hv-source-bank-title {
  margin-bottom: .55rem;
  color: rgba(42,47,29,.68);
  font-size: .86rem;
  font-weight: 800;
}

.hv-source-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.hv-converter-note {
  margin-top: .8rem;
  font-size: .9rem;
  color: rgba(42,47,29,.68);
}

@media (max-width: 760px) {
  .hv-map-rowlabel { width: 130px; min-width: 130px; }
  .hv-converter-grid { grid-auto-columns: minmax(170px, 200px); }
  .hv-hero .hv-title,
  .hv-validator-hero .hv-title,
  .validator-hero h1,
  .hv-page-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3.6rem) !important;
  }
}

/* == TSIINO VALIDATOR CLEAN HERO AND INTRO == */
.hv-site-kicker,.hv-kicker,.hv-eyebrow,.hv-site-actions,.hv-hero-actions,.hv-actions-hero{display:none!important;}
.hv-site-hero-inner,.hv-hero-inner{width:min(720px,46vw)!important;margin-left:auto!important;margin-right:clamp(18px,4.2vw,72px)!important;text-align:right!important;align-self:end!important;}
.hv-site-title,.hv-title{color:#fff!important;text-align:right!important;font-size:clamp(2.45rem,4.75vw,5.55rem)!important;line-height:.92!important;letter-spacing:-.055em!important;max-width:100%!important;margin-left:auto!important;margin-right:0!important;text-shadow:0 8px 30px rgba(0,0,0,.68)!important;}
.hv-site-title span,.hv-title span{display:block!important;color:#fff!important;}
.hv-site-deck,.hv-hero-text{max-width:min(680px,44vw)!important;margin-left:auto!important;margin-right:0!important;text-align:right!important;color:rgba(255,255,255,.92)!important;font-size:clamp(.98rem,1.22vw,1.18rem)!important;line-height:1.62!important;text-shadow:0 4px 18px rgba(0,0,0,.58)!important;}
.hv-clean-overview{border:0!important;box-shadow:none!important;background:transparent!important;padding:clamp(2.2rem,5vw,5rem) 0 clamp(1.2rem,3vw,2.5rem)!important;margin:0!important;}
.hv-clean-overview-inner{max-width:980px!important;margin-left:auto!important;}
.hv-clean-section-title{grid-template-columns:1fr minmax(260px,560px)!important;text-align:right!important;margin-bottom:1.1rem!important;}
.hv-clean-section-title h2{color:var(--tsiino-red,#6E1F1D)!important;font-size:clamp(1.55rem,3.2vw,3.05rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;text-transform:none!important;}
.hv-clean-copy{max-width:840px!important;margin-left:auto!important;text-align:right!important;color:rgba(46,59,36,.88)!important;}
.hv-clean-copy p{margin:0 0 1rem!important;font-size:clamp(1.02rem,1.32vw,1.22rem)!important;line-height:1.78!important;}
.hv-feature-grid,.hv-tool-strip,.hv-photo-card{display:none!important;}
@media (max-width:900px){.hv-site-hero-inner,.hv-hero-inner{width:min(92vw,680px)!important;margin-left:24px!important;margin-right:24px!important;text-align:left!important}.hv-site-title,.hv-title,.hv-site-deck,.hv-hero-text,.hv-clean-section-title,.hv-clean-copy{text-align:left!important;max-width:100%!important;margin-left:0!important}.hv-clean-section-title{grid-template-columns:minmax(54px,86px) 1fr!important}}

/* == TSIINO UI + PREFLIGHT PATCH 20260630 == */
:root {
  --tsiino-hero-title-max: 540px;
}

body main.content,
body #quarto-content,
body .page-columns,
body .content,
body .column-page,
body .column-body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body #title-block-header,
body .quarto-title-block,
body .quarto-title-banner,
body header.quarto-title-block {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .hv-site-page,
body .hv-site-shell,
body .hv-page-shell,
body .hv-validator-shell,
body .hv-tool-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body .hv-site-hero,
body .hv-page-hero,
body .hv-validator-hero,
body .validator-hero,
body .hv-hero {
  margin-top: 0 !important;
  padding-top: clamp(2.5rem, 6vh, 5.5rem) !important;
  min-height: clamp(430px, 64vh, 680px) !important;
  border-radius: 0 0 clamp(28px, 4vw, 54px) clamp(28px, 4vw, 54px) !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

body .hv-site-hero::before,
body .hv-page-hero::before,
body .hv-validator-hero::before,
body .validator-hero::before,
body .hv-hero::before {
  inset: 0 !important;
}

body .hv-site-kicker,
body .hv-site-actions,
body .hv-kicker,
body .hv-eyebrow,
body .hv-hero-actions,
body .hv-site-hero .hv-primary,
body .hv-site-hero .hv-secondary {
  display: none !important;
}

body .hv-site-hero-inner,
body .hv-page-hero-inner,
body .hv-validator-hero-inner,
body .validator-hero-inner,
body .hv-hero-inner {
  width: min(var(--tsiino-hero-title-max), 42vw) !important;
  max-width: var(--tsiino-hero-title-max) !important;
  margin-left: auto !important;
  margin-right: clamp(18px, 5vw, 96px) !important;
  text-align: right !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

body .hv-site-title,
body .hv-page-title,
body .hv-validator-title,
body .validator-hero h1,
body .hv-hero h1,
body .hv-title,
body .hv-title span {
  max-width: var(--tsiino-hero-title-max) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(2rem, 3.1vw, 3.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  text-align: right !important;
  text-shadow: 0 2px 20px rgba(0,0,0,.48) !important;
}

body .hv-site-title span,
body .hv-title span {
  display: block !important;
}

body .hv-clean-overview,
body .hv-site-card,
body .hv-overview {
  margin-top: clamp(1.6rem, 4vw, 3rem) !important;
}

@media (max-width: 900px) {
  body .hv-site-hero-inner,
  body .hv-page-hero-inner,
  body .hv-validator-hero-inner,
  body .validator-hero-inner,
  body .hv-hero-inner {
    width: min(86vw, 520px) !important;
    margin-right: clamp(18px, 6vw, 44px) !important;
  }

  body .hv-site-title,
  body .hv-page-title,
  body .hv-validator-title,
  body .validator-hero h1,
  body .hv-hero h1,
  body .hv-title,
  body .hv-title span {
    font-size: clamp(2rem, 9vw, 3.4rem) !important;
  }
}

/* == TSIINO STANDARD ONECARD ROUTEFIX PATCH 20260630 == */
:root { --tsiino-hero-title-max: 350px; }
body main.content, body #quarto-content, body .page-columns, body .content, body .column-page, body .column-body { padding-top: 0 !important; margin-top: 0 !important; }
body #title-block-header, body .quarto-title-block, body .quarto-title-banner, body header.quarto-title-block { display: none !important; margin: 0 !important; padding: 0 !important; }
body .hv-site-page, body .hv-site-shell, body .hv-page-shell, body .hv-validator-shell, body .hv-tool-page { margin-top: 0 !important; padding-top: 0 !important; }
body .hv-site-hero, body .hv-page-hero, body .hv-validator-hero, body .validator-hero, body .hv-hero { margin-top: 0 !important; padding-top: clamp(1.8rem, 4vh, 3.5rem) !important; min-height: clamp(390px, 62vh, 620px) !important; border-radius: 0 0 clamp(24px, 3.4vw, 46px) clamp(24px, 3.4vw, 46px) !important; overflow: hidden !important; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; }
body .hv-site-hero::before, body .hv-page-hero::before, body .hv-validator-hero::before, body .validator-hero::before, body .hv-hero::before { inset: 0 !important; }
body .hv-site-hero-inner, body .hv-page-hero-inner, body .hv-validator-hero-inner, body .validator-hero-inner, body .hv-hero-inner { width: min(var(--tsiino-hero-title-max), 28vw) !important; max-width: var(--tsiino-hero-title-max) !important; margin-left: auto !important; margin-right: clamp(2.2rem, 5.5vw, 6.5rem) !important; text-align: right !important; align-items: flex-end !important; justify-content: center !important; }
body .hv-site-title, body .hv-page-title, body .hv-validator-title, body .validator-hero h1, body .hv-hero h1, body .hv-title, body .hv-title span { max-width: var(--tsiino-hero-title-max) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(1.22rem, 1.68vw, 2.05rem) !important; line-height: 1.05 !important; letter-spacing: -0.025em !important; text-align: right !important; text-shadow: 0 2px 18px rgba(0,0,0,.55) !important; }
body .hv-site-hero-inner p, body .hv-page-hero-inner p, body .hv-validator-hero-inner p, body .validator-hero-inner p, body .hv-hero-inner p, body .hv-site-lead, body .hv-lead, body .hv-subtitle { max-width: 300px !important; margin-left: auto !important; text-align: right !important; font-size: clamp(.82rem, .86vw, .96rem) !important; line-height: 1.45 !important; }
.hv-direct-column-mapper { margin-top: 1.25rem; padding: clamp(.9rem, 1.7vw, 1.25rem); border: 1px solid rgba(91,63,39,.18); border-radius: 26px; background: rgba(255,252,246,.97); box-shadow: 0 16px 38px rgba(48,32,18,.08); }
.hv-direct-column-mapper .hv-internal-converter-head { display:flex; justify-content:space-between; align-items:flex-start; gap:1rem; margin-bottom:.8rem; }
.hv-direct-column-mapper h3 { margin:0 0 .25rem; font-size:clamp(1.05rem,1.45vw,1.35rem); line-height:1.12; color:#26321e; }
.hv-direct-column-mapper p, .hv-direct-column-mapper .hv-converter-note { margin:.35rem 0 0; color:rgba(38,50,30,.72); font-size:.92rem; }
.hv-direct-column-mapper .hv-converter-note.is-error { color:#b42318; font-weight:700; }
.hv-direct-column-mapper .hv-converter-grid-wrap { overflow:auto; max-height:min(70vh,760px); border:1px solid rgba(91,63,39,.16); border-radius:22px; background:#fffaf2; scrollbar-color:rgba(91,63,39,.55) transparent; }
.hv-direct-column-mapper .hv-map-matrix { display:grid; grid-template-columns:148px repeat(var(--hv-map-cols), minmax(176px,220px)); min-width:max-content; }
.hv-direct-column-mapper .hv-map-rowlabel { position:sticky; left:0; z-index:8; border-right:1px solid rgba(91,63,39,.16); background:#f4eadc; color:#5b341d; font-weight:900; letter-spacing:.045em; text-transform:uppercase; }
.hv-direct-column-mapper .hv-map-data-label { background:#f8efe1; color:rgba(91,52,29,.78); font-size:.78rem; text-transform:none; letter-spacing:0; }
.hv-direct-column-mapper .hv-map-cell, .hv-direct-column-mapper .hv-map-rowlabel { min-height:82px; padding:.68rem .76rem; border-bottom:1px solid rgba(91,63,39,.13); }
.hv-direct-column-mapper .hv-map-standard { position:sticky; top:0; z-index:6; min-height:70px; background:#fff8ee; }
.hv-direct-column-mapper .hv-map-rowlabel:first-child { top:0; z-index:10; }
.hv-direct-column-mapper .hv-map-source { position:sticky; top:70px; z-index:5; background:#fffdf8; }
.hv-direct-column-mapper .hv-map-extra-standard { opacity:.55; }
.hv-direct-column-mapper .hv-map-data-cell { min-height:42px; max-height:64px; overflow:hidden; background:#fffefa; color:#1d2c20; font-size:.82rem; line-height:1.28; }
.hv-direct-column-mapper .hv-map-code { display:flex; align-items:center; gap:.4rem; color:#b12b22; font-family:'Space Mono', monospace; font-weight:900; letter-spacing:.065em; text-transform:uppercase; font-size:.82rem; position:relative; }
.hv-direct-column-mapper .hv-map-help { display:inline-flex; align-items:center; justify-content:center; width:1.15rem; height:1.15rem; border:1px solid rgba(91,63,39,.22); border-radius:999px; background:#fff; color:#5b3b20; font-weight:900; cursor:help; }
.hv-direct-column-mapper .hv-map-help-pop { display:none; position:absolute; z-index:80; top:1.45rem; left:0; width:280px; max-width:74vw; padding:.72rem .82rem; border:1px solid rgba(91,63,39,.2); border-radius:16px; background:#fffdf8; color:#26321e; box-shadow:0 16px 36px rgba(48,32,18,.14); font-family:inherit; font-weight:500; letter-spacing:0; text-transform:none; line-height:1.35; }
.hv-direct-column-mapper .hv-map-help.is-open + .hv-map-help-pop, .hv-direct-column-mapper .hv-map-help:hover + .hv-map-help-pop { display:block; }
.hv-direct-column-mapper .hv-drop-zone { min-height:58px; border:1px dashed rgba(91,63,39,.24); border-radius:16px; padding:.38rem; background:rgba(255,255,255,.75); }
.hv-direct-column-mapper .hv-drop-zone.is-over { border-color:#8a4b2a; background:#fff3e0; }
.hv-direct-column-mapper .hv-source-chip { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:.4rem; width:100%; min-height:38px; padding:.42rem .5rem; border:1px solid rgba(91,63,39,.18); border-radius:14px; background:#fff; color:#173122; box-shadow:0 5px 13px rgba(48,32,18,.07); cursor:grab; }
.hv-direct-column-mapper .hv-source-chip:active { cursor:grabbing; }
.hv-direct-column-mapper .hv-source-chip.is-selected { outline:2px solid #8a4b2a; }
.hv-direct-column-mapper .hv-source-letter { display:inline-flex; align-items:center; justify-content:center; width:1.42rem; height:1.42rem; border-radius:999px; background:#f2e3d3; color:#704023; font-weight:900; font-size:.78rem; }
.hv-direct-column-mapper .hv-source-name { font-weight:850; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hv-direct-column-mapper .hv-source-samples { display:none; }
.hv-direct-column-mapper .hv-chip-remove { border:0; background:transparent; color:#9b2f22; font-weight:900; font-size:1rem; cursor:pointer; }
.hv-direct-column-mapper .hv-drop-placeholder { display:inline-flex; align-items:center; min-height:38px; color:rgba(38,50,30,.46); font-weight:700; font-size:.82rem; }
.hv-direct-column-mapper .hv-match-warning { display:inline-flex; margin-bottom:.28rem; padding:.15rem .45rem; border-radius:999px; background:#f9e1a8; color:#7a4300; font-size:.68rem; font-weight:850; }
.hv-direct-column-mapper .hv-converter-actions { display:flex; flex-wrap:wrap; gap:.7rem; align-items:center; margin-top:1rem; }
.hv-source-bank, .hv-source-bank-title, .hv-source-bank-list, .hv-preview-panel, .hv-preview-table, .hv-preview-title, .hv-preview-help, .hv-sheet-preview, .hv-sheet-preview-title, .hv-sheet-preview-scroll, .hv-preview-card, .hv-source-preview, [data-preview-panel], [data-source-preview] { display:none !important; }
@media (max-width:900px) { body .hv-site-hero-inner, body .hv-page-hero-inner, body .hv-validator-hero-inner, body .validator-hero-inner, body .hv-hero-inner { width:min(82vw,360px) !important; margin-right:clamp(2rem,7vw,4.6rem) !important; } body .hv-site-title, body .hv-page-title, body .hv-validator-title, body .validator-hero h1, body .hv-hero h1, body .hv-title, body .hv-title span { font-size:clamp(1.5rem,7vw,2.35rem) !important; } }

.hv-direct-column-mapper .hv-map-label, .hv-direct-column-mapper .hv-map-required { display:none !important; }
/* TSIINO MAPPER ONECARD UNDO STANDARD V1 */
.hv-site-title,
body .hv-site-title {
  font-size: clamp(1.85rem, 3.1vw, 3.85rem) !important;
  line-height: 0.96 !important;
}
.hv-site-hero-inner,
body .hv-site-hero-inner {
  width: min(520px, 38vw) !important;
  margin-right: clamp(36px, 8vw, 128px) !important;
  transform: none !important;
}
.hv-clean-overview,
body .hv-clean-overview {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: clamp(44px, 9vw, 132px) !important;
}
.tsiino-converter-panel {
  margin: 1.25rem auto 2rem;
  padding: clamp(1rem, 2.2vw, 1.75rem);
  border: 1px solid rgba(88, 73, 51, 0.18);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 18px 50px rgba(50, 38, 24, 0.10);
  color: #193224;
}
.tsiino-converter-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.tsiino-converter-header h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 1.8vw, 1.9rem);
  color: #183221;
}
.tsiino-converter-header p {
  max-width: 860px;
  margin: 0;
  line-height: 1.45;
}
.tsiino-close-mapper,
.tsiino-secondary,
.tsiino-mapper-actions .hv-secondary,
.tsiino-mapper-actions .hv-primary {
  border-radius: 999px;
  white-space: nowrap;
}
.tsiino-close-mapper,
.tsiino-secondary {
  border: 1px solid rgba(80, 72, 55, 0.22);
  background: #fffdf7;
  padding: 0.72rem 1.05rem;
  font-weight: 800;
  color: #183221;
}
.tsiino-secondary:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.tsiino-mapper-toolbar,
.tsiino-mapper-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.85rem 0;
}
.tsiino-mapper-card {
  border: 1px solid rgba(88, 73, 51, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,248,238,0.88), rgba(255,252,247,0.98));
  overflow: hidden;
}
.tsiino-onecard-scroll {
  width: 100%;
  max-height: 72vh;
  overflow: auto;
  overscroll-behavior: contain;
  scroll-behavior: auto;
}
.tsiino-onecard-grid {
  display: grid;
  grid-template-columns: 170px repeat(calc(var(--tsiino-cols) - 1), minmax(190px, 240px));
  min-width: max-content;
}
.tsiino-row-head,
.tsiino-standard-cell,
.tsiino-source-slot,
.tsiino-data-cell,
.tsiino-unassigned-cell {
  border-right: 1px solid rgba(77, 59, 38, 0.10);
  border-bottom: 1px solid rgba(77, 59, 38, 0.13);
  padding: 0.85rem;
  background: rgba(255, 251, 244, 0.80);
}
.tsiino-row-head {
  position: sticky;
  left: 0;
  z-index: 5;
  background: #f5ead9;
  color: #5b3a1e;
  font-weight: 900;
  font-size: 0.92rem;
}
.tsiino-row-head-strong {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
.tsiino-standard-cell {
  position: sticky;
  top: 0;
  z-index: 4;
  min-height: 116px;
  background: #fff8ef;
}
.tsiino-onecard-grid > .tsiino-row-head:first-child {
  top: 0;
  z-index: 8;
}
.tsiino-field-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 900;
  color: #b3201d;
  letter-spacing: 0.07em;
  font-size: 0.78rem;
}
.tsiino-field-label {
  margin-top: 0.4rem;
  font-weight: 850;
  color: #0d2b22;
}
.tsiino-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(40, 46, 35, 0.22);
  color: #183221;
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
}
.tsiino-required {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: #f3d7cc;
  color: #743115;
  font-weight: 800;
  font-size: 0.76rem;
}
.tsiino-source-slot {
  min-height: 88px;
  background: #fffaf2;
}
.tsiino-source-slot.is-drag-over {
  outline: 3px solid rgba(132, 73, 38, 0.35);
  outline-offset: -5px;
  background: #fff1df;
}
.tsiino-source-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  max-width: 100%;
  min-width: 0;
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(85, 68, 48, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(37, 31, 22, 0.08);
  color: #112d22;
  font-weight: 850;
  cursor: grab;
}
.tsiino-source-chip:active {
  cursor: grabbing;
}
.tsiino-chip-letter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #f2dfca;
  color: #8a4a24;
  font-weight: 900;
}
.tsiino-chip-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsiino-chip-remove {
  color: #a11d23;
  font-size: 1.05rem;
  line-height: 1;
  padding-left: 0.2rem;
}
.tsiino-drop-placeholder {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(90, 66, 43, 0.32);
  border-radius: 14px;
  color: rgba(72, 65, 47, 0.62);
  font-weight: 800;
  text-align: center;
}
.tsiino-data-cell {
  min-height: 3.7rem;
  color: #1d3027;
  font-size: 0.86rem;
  line-height: 1.25;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.tsiino-unassigned-cell {
  background: #fffaf2;
}
.tsiino-unassigned-cell .tsiino-source-chip {
  margin: 0.25rem;
}
.tsiino-mapper-hint {
  margin: 0.85rem 0 0.35rem;
  color: #546454;
  font-size: 0.92rem;
}
.tsiino-converter-message {
  margin-top: 0.75rem;
  font-weight: 700;
}
.tsiino-converter-message.error { color: #9b1c1c; }
.tsiino-converter-message.ok { color: #245f36; }
.tsiino-converter-message.info { color: #36506e; }
@media (max-width: 900px) {
  .hv-site-hero-inner,
  body .hv-site-hero-inner,
  .hv-clean-overview,
  body .hv-clean-overview {
    width: auto !important;
    max-width: min(92vw, 640px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .tsiino-onecard-grid {
    grid-template-columns: 135px repeat(calc(var(--tsiino-cols) - 1), minmax(170px, 210px));
  }
}

/* TSIINO MAPPER UX FIX V3 */
.hv-site-hero-inner { max-width: 560px !important; margin-left: auto !important; margin-right: clamp(2rem, 8vw, 8rem) !important; }
.hv-site-title { font-size: clamp(2rem, 3.4vw, 4.2rem) !important; line-height: 0.95 !important; }
.hv-clean-overview { max-width: 620px !important; margin-left: auto !important; margin-right: clamp(2rem, 13vw, 14rem) !important; }
.tsiino-mapper-card { margin: 1.25rem auto 2rem; max-width: min(1720px, calc(100vw - 3rem)); border: 1px solid rgba(72, 59, 36, .18); border-radius: 24px; background: rgba(255, 251, 244, .96); box-shadow: 0 22px 50px rgba(47, 38, 24, .12); padding: 1.25rem; position: relative; }
.tsiino-mapper-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: .75rem; }
.tsiino-mapper-head h3 { margin: 0 0 .25rem; font-size: clamp(1.35rem, 2vw, 2.2rem); color: #163326; }
.tsiino-mapper-head p { margin: 0; max-width: 900px; color: #4f5c4b; }
.tsiino-mapper-close, .tsiino-mini { border: 1px solid rgba(72, 59, 36, .18); background: rgba(255,255,255,.7); border-radius: 999px; padding: .62rem 1rem; font-weight: 800; color: #183224; cursor: pointer; }
.tsiino-mini:disabled { opacity: .45; cursor: default; }
.tsiino-mapper-toolbar { display: flex; align-items: center; gap: .5rem; margin: .65rem 0 .85rem; }
.tsiino-mapper-scroll { overflow: auto; max-height: min(72vh, 820px); border: 1px solid rgba(72, 59, 36, .16); border-radius: 18px; background: #fffaf2; scroll-behavior: auto; }
.tsiino-onecard-table { border-collapse: separate; border-spacing: 0; min-width: 1200px; width: max-content; font-size: .98rem; }
.tsiino-onecard-table th { position: sticky; left: 0; z-index: 3; min-width: 142px; max-width: 142px; background: #f0e4d4; color: #593417; text-align: left; vertical-align: top; font-size: 1rem; letter-spacing: .05em; padding: 1rem; border-right: 1px solid rgba(72, 59, 36, .14); border-bottom: 1px solid rgba(72, 59, 36, .12); }
.tsiino-onecard-table td { min-width: 220px; max-width: 220px; height: 70px; vertical-align: top; padding: .85rem; border-bottom: 1px solid rgba(72, 59, 36, .11); border-right: 1px solid rgba(72, 59, 36, .09); color: #143024; overflow-wrap: anywhere; }
.tsiino-standard-row td { background: #fff8ef; }
.tsiino-source-row td { background: #fffaf4; }
.tsiino-data-row td { background: rgba(255,255,255,.5); font-weight: 500; font-size: .9rem; white-space: pre-wrap; }
.tsiino-field-name { display: flex; align-items: center; gap: .45rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #b11414; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tsiino-help { width: 1.6rem; height: 1.6rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(30, 45, 35, .20); background: white; color: #123326; font-weight: 900; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,.06); }
.tsiino-help-wide { width: 1.8rem; height: 1.8rem; }
.tsiino-help-required { display: inline-block; margin: .15rem 0; padding: .15rem .5rem; border-radius: 999px; background: #f1d3c7; color: #7a310f; font-weight: 800; }
.tsiino-popover { position: absolute; z-index: 50; width: min(320px, calc(100vw - 3rem)); background: #173427; color: white; border-radius: 14px; padding: .85rem 1rem; box-shadow: 0 20px 42px rgba(0,0,0,.22); font-size: .92rem; line-height: 1.35; }
.tsiino-source-chip { display: inline-flex; align-items: center; gap: .55rem; max-width: 100%; border: 1px solid rgba(60, 46, 29, .14); border-radius: 14px; background: white; padding: .55rem .7rem; color: #0d2c20; font-weight: 900; cursor: grab; box-shadow: 0 3px 10px rgba(0,0,0,.05); }
.tsiino-source-chip span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tsiino-source-letter { flex: 0 0 auto; min-width: 1.8rem; height: 1.8rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #f0ddc8; color: #8a4d22; font-weight: 900; }
.tsiino-chip-remove { color: #a42824; font-size: 1.25rem; line-height: 1; margin-left: .25rem; }
.tsiino-dropzone { outline: 1px dashed rgba(72, 59, 36, .16); outline-offset: -8px; }
.tsiino-dropzone.is-over { background: #f5eadb; outline: 3px solid rgba(124, 73, 37, .45); }
.tsiino-drop-empty { display: flex; align-items: center; justify-content: center; min-height: 50px; border: 1px dashed rgba(72, 59, 36, .2); border-radius: 14px; color: #8a7a68; font-weight: 800; text-align: center; }
.tsiino-unmapped-row td { background: #fbf1e5; }
.tsiino-unmapped-drop { min-height: 64px; display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; }
.tsiino-muted { color: #817466; }
.tsiino-mapper-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.hv-source-preview, .tsiino-preview-card, .tsiino-preview-panel, [data-tsiino-preview-card="1"] { display: none !important; }
/* END TSIINO MAPPER UX FIX V3 */

/* TSIINO_RESULTS_FORCE_V1 */
.tsiino-results-force {
  margin: 1.5rem auto 2rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  max-width: min(1180px, calc(100vw - 2rem));
  background: rgba(255, 252, 246, 0.98);
  border: 1px solid rgba(90, 79, 48, 0.24);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(38, 33, 20, 0.08);
}
.tsiino-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.tsiino-result-kicker {
  margin: 0 0 .25rem;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #a43a2e;
  font-weight: 800;
}
.tsiino-result-head h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #102c23;
}
.tsiino-result-head p {
  margin: .35rem 0 0;
  color: #5b604e;
}
.tsiino-result-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: .75rem;
  margin: 1rem 0;
}
.tsiino-result-metrics div {
  padding: .9rem 1rem;
  border: 1px solid rgba(90, 79, 48, 0.18);
  border-radius: 16px;
  background: rgba(246, 238, 224, .65);
}
.tsiino-result-metrics strong {
  display: block;
  font-size: 1.55rem;
  color: #7a3d20;
}
.tsiino-result-metrics span {
  display: block;
  color: #4d5544;
  font-weight: 700;
}
.tsiino-result-section {
  margin-top: .9rem;
  border: 1px solid rgba(90, 79, 48, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background: #fffdf8;
}
.tsiino-result-section summary {
  cursor: pointer;
  padding: .9rem 1rem;
  font-weight: 800;
  color: #102c23;
  background: rgba(246, 238, 224, .75);
}
.tsiino-result-issues {
  margin: 0;
  padding: 1rem 1rem 1rem 2.2rem;
}
.tsiino-result-issues li {
  margin: 0 0 .75rem;
}
.tsiino-result-issues span,
.tsiino-result-note,
.tsiino-result-empty {
  color: #656b58;
}
.tsiino-result-table-wrap {
  overflow: auto;
  max-height: 520px;
}
.tsiino-result-table-wrap table {
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
  font-size: .92rem;
}
.tsiino-result-table-wrap th,
.tsiino-result-table-wrap td {
  border: 1px solid rgba(90, 79, 48, 0.14);
  padding: .55rem .7rem;
  vertical-align: top;
  max-width: 280px;
}
.tsiino-result-table-wrap th {
  position: sticky;
  top: 0;
  background: #f6eee0;
  color: #8a1f18;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.tsiino-result-error {
  padding: 1rem;
  border-radius: 16px;
  background: #fdebed;
  color: #7b1018;
}
@media (max-width: 760px) {
  .tsiino-result-head { flex-direction: column; }
  .tsiino-result-metrics { grid-template-columns: repeat(2, 1fr); }
}

/* == TSIINO SCROLL + NATIVE RESULTS CLEANUP == */
html,
body{
  height:auto !important;
  min-height:100% !important;
  overflow-y:auto !important;
}
body.tsiino-modal-open,
body.tsiino-results-locked,
body.hv-results-locked,
html.tsiino-modal-open,
html.tsiino-results-locked,
html.hv-results-locked{
  overflow-y:auto !important;
  position:static !important;
}
.hv-modern-page,
.hv-modern-main,
.hv-panel,
.hv-upload-panel,
.hv-results{
  overflow:visible !important;
}
#tsiino-results-force,
.tsiino-results-force,
.hv-results-force,
[data-tsiino-force-results],
[data-results-force]{
  display:none !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
#validator-results{
  position:relative !important;
  inset:auto !important;
  max-height:none !important;
  overflow:visible !important;
  margin-top:clamp(1.2rem, 2vw, 2rem) !important;
}
#validator-results[hidden]{
  display:none !important;
}
#validator-results:not([hidden]){
  display:block !important;
}
#validator-results .hv-summary{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
  gap:.85rem;
}
.hv-sheet-wrap,
.hv-issues-wrap{
  max-height:70vh !important;
  overflow:auto !important;
}
.hv-issues-details{
  margin-top:1rem !important;
}
.hv-issues-details[open] .hv-issues-wrap{
  max-height:52vh !important;
}

/* == TSIINO STOP LOOP AND SCROLL RESTORE == */
html, body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100% !important;
  position: static !important;
}
body .hv-results-force,
body #hv-results-force,
body [data-tsiino-results-force] {
  display: none !important;
}
body .hv-modern-page,
body .hv-modern-main,
body .hv-panel,
body .hv-results {
  overflow: visible !important;
}
body .hv-sheet-wrap,
body .hv-issues-wrap,
body .hv-converter-onecard-scroll,
body .hv-mapper-grid-wrap {
  overflow: auto !important;
}

/* == TSIINO MAPPER APPLY POPUP V4 == */
html, body {
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
  position: static !important;
}
#tsiino-column-mapper .tsiino-field-code {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B11B18;
  font-weight: 900;
}
#tsiino-column-mapper .tsiino-standard-row td {
  vertical-align: top;
  min-width: 210px;
  height: auto !important;
}
#tsiino-column-mapper .tsiino-source-row td {
  vertical-align: middle;
  min-height: 80px;
}
#tsiino-column-mapper .tsiino-data-row td {
  font-size: .88rem;
  line-height: 1.28;
  color: rgba(20, 39, 34, .92);
  max-width: 240px;
  min-width: 210px;
  white-space: normal;
  vertical-align: top;
}
#tsiino-column-mapper .tsiino-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(46,59,36,.22);
  background: #fff;
  color: #0B302E;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
#tsiino-column-mapper .tsiino-help-wide { width: 28px; }
#tsiino-column-mapper .tsiino-popover {
  position: absolute;
  z-index: 50;
  width: min(340px, calc(100vw - 44px));
  padding: .85rem .95rem;
  border: 1px solid rgba(46,59,36,.2);
  border-radius: 16px;
  background: #FFFDF7;
  color: #20302B;
  box-shadow: 0 18px 46px rgba(24,29,18,.18);
  font-size: .92rem;
  line-height: 1.45;
}
#tsiino-column-mapper .tsiino-help-required,
#tsiino-column-mapper .tsiino-help-optional {
  display: inline-flex;
  margin: .35rem 0;
  padding: .2rem .52rem;
  border-radius: 999px;
  background: #F2D1C7;
  color: #74351F;
  font-weight: 900;
}
#tsiino-column-mapper .tsiino-help-optional { background: #F2E8D7; }
#tsiino-column-mapper .tsiino-mapper-toolbar {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  margin: .85rem 0 1rem;
}
#tsiino-column-mapper .tsiino-mini {
  border-radius: 999px;
  border: 1px solid rgba(46,59,36,.22);
  background: rgba(255,253,247,.96);
  color: #0B302E;
  font-weight: 900;
  padding: .55rem .82rem;
}
#tsiino-column-mapper .tsiino-mini:disabled,
#tsiino-column-mapper button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
#tsiino-column-mapper .tsiino-source-chip {
  max-width: 100%;
}
#tsiino-column-mapper .tsiino-source-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#tsiino-column-mapper .tsiino-mapper-scroll {
  overflow: auto !important;
  max-height: min(72vh, 760px);
  border-radius: 22px;
}



/* TSIINO_SCROLL_UNLOCK_V5 */
html, body {
  overflow-y: auto !important;
  height: auto !important;
}
.hv-converter-modal,
.hv-converter-panel {
  max-height: none;
}

/* == TSIINO CLEAN FRONTEND LOOP FIX == */
html, body{
  overflow-y:auto !important;
  overflow-x:hidden;
  height:auto !important;
  min-height:100% !important;
  position:static !important;
}
#validator-results[hidden]{ display:none !important; }
#validator-results{
  display:block;
  max-height:none !important;
  overflow:visible !important;
}
.hv-force-summary{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:1rem;
  margin:1rem 0 1.25rem;
}
.hv-force-summary article{
  border:1px solid rgba(46,59,36,.16);
  border-radius:22px;
  background:rgba(247,241,232,.7);
  padding:1rem;
}
.hv-force-summary strong{
  display:block;
  color:var(--tsiino-brown, #704023);
  font-size:clamp(1.6rem, 3vw, 2.4rem);
  line-height:1;
}
.hv-force-summary span{
  display:block;
  margin-top:.4rem;
  font-weight:900;
  color:var(--tsiino-ink, #2E3B24);
}

/* == TSIINO STABLE CONVERTER RESULTS PATCH == */
html, body{ overflow-y:auto !important; height:auto !important; }
body{ position:static !important; }
#validator-results{ max-height:none !important; overflow:visible !important; }
.hv-sheet-wrap{ max-height:70vh !important; overflow:auto !important; }
.hv-sheet th, .hv-sheet td{ vertical-align:top !important; }
.tsiino-column-mapper{ overflow:visible !important; }
.tsiino-mapper-head{ display:flex; justify-content:space-between; gap:1rem; align-items:flex-start; }
.tsiino-mapper-head h3{ margin:.1rem 0 .3rem; font-size:clamp(1.45rem,2.5vw,2.2rem); color:#22331e; }
.tsiino-mapper-toolbar, .tsiino-mapper-actions{ display:flex; flex-wrap:wrap; gap:.7rem; align-items:center; margin:1rem 0; position:relative; }
.tsiino-map-wrap{ width:100%; max-height:68vh; overflow:auto; border:1px solid rgba(46,59,36,.18); border-radius:22px; background:#fffaf2; }
.tsiino-map-table{ border-collapse:separate; border-spacing:0; min-width:max-content; width:max-content; font-size:.96rem; }
.tsiino-map-table th, .tsiino-map-table td{ border-right:1px solid rgba(46,59,36,.12); border-bottom:1px solid rgba(46,59,36,.12); padding:.75rem; min-width:230px; max-width:330px; vertical-align:top; background:rgba(255,253,247,.96); }
.tsiino-map-table .tsiino-rowhead{ position:sticky; left:0; z-index:3; min-width:130px; max-width:130px; background:#f0e4d3; color:#704023; text-align:left; font-weight:900; }
.tsiino-field-head code{ color:#b12622; font-weight:900; letter-spacing:.09em; text-transform:uppercase; background:transparent; padding:0; }
.tsiino-help{ width:26px; height:26px; display:inline-flex; align-items:center; justify-content:center; margin-left:.35rem; border:1px solid rgba(46,59,36,.2); border-radius:999px; background:white; color:#123027; font-weight:900; cursor:pointer; }
.tsiino-help-popover{ display:none; position:absolute; z-index:50; width:min(320px,80vw); padding:.85rem; border:1px solid rgba(46,59,36,.18); border-radius:16px; background:#fffdf7; box-shadow:0 18px 48px rgba(24,29,18,.18); color:#22331e; line-height:1.45; }
.tsiino-field-head .tsiino-help-popover{ top:2rem; left:.2rem; }
.tsiino-global-popover{ top:2.3rem; left:0; }
.tsiino-help-popover.is-open{ display:block; }
.tsiino-dropzone.is-over{ outline:3px solid rgba(112,64,35,.35); outline-offset:-6px; }
.tsiino-source-chip{ display:inline-flex; align-items:center; gap:.5rem; max-width:100%; padding:.55rem .75rem; border:1px solid rgba(46,59,36,.15); border-radius:14px; background:#fff; color:#0e2c21; font-weight:900; cursor:grab; }
.tsiino-source-chip span{ display:inline-flex; align-items:center; justify-content:center; min-width:28px; height:28px; border-radius:999px; background:#f0ddc8; color:#88461d; }
.tsiino-source-chip b{ color:#a12624; font-size:1.05rem; margin-left:.25rem; }
.tsiino-empty-drop{ display:block; color:rgba(46,59,36,.55); font-weight:800; border:1px dashed rgba(46,59,36,.25); border-radius:14px; padding:.65rem; text-align:center; }
.tsiino-sample-cell{ white-space:pre-wrap; word-break:break-word; color:#173029; background:#fffdf9 !important; }
.tsiino-unassigned-cell{ max-width:none !important; background:#f8efe2 !important; }
.tsiino-unassigned-cell .tsiino-source-chip{ margin:.25rem; }

/* TSIINO MAPPER STABLE V7 */
html,body{overflow-y:auto!important}.hv-mapper-panel{overflow:visible!important}.hv-mapper-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.hv-mapper-header h2{margin:0 0 .35rem;color:var(--tsiino-ink,#2E3B24);font-size:clamp(2rem,3.2vw,3.8rem);line-height:1}.hv-mapper-header p{margin:0;max-width:920px;line-height:1.45}.hv-mapper-toolbar{display:flex;align-items:center;gap:.65rem;margin:1rem 0 1.2rem}.hv-onecard-scroller{max-height:70vh;overflow:auto;border:1px solid rgba(46,59,36,.18);border-radius:22px;background:#fffdf7;box-shadow:0 16px 45px rgba(24,29,18,.08)}.hv-onecard-map{border-collapse:separate;border-spacing:0;min-width:max-content;width:100%}.hv-onecard-map th{position:sticky;left:0;z-index:3;background:#efe4d3;color:#704023;text-align:left;vertical-align:top;min-width:150px;padding:1rem;font-weight:900;border-right:1px solid rgba(46,59,36,.14);border-bottom:1px solid rgba(46,59,36,.12)}.hv-onecard-map td{min-width:230px;max-width:310px;vertical-align:top;padding:1rem;border-right:1px solid rgba(46,59,36,.10);border-bottom:1px solid rgba(46,59,36,.10);background:#fffdf7;color:#0d2a20}.hv-map-field-name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase;letter-spacing:.08em;color:#a72018;font-weight:900;font-size:.92rem;display:flex;align-items:center;gap:.35rem}.hv-help-button{width:28px;height:28px;border-radius:999px;border:1px solid rgba(46,59,36,.22);background:#fff;color:#0d2a20;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hv-help-button.is-active{background:#24381f;color:#fff}.hv-help-popover{position:fixed;z-index:99999;width:min(320px,calc(100vw - 24px));padding:1rem;border-radius:18px;background:#fffdf7;border:1px solid rgba(46,59,36,.18);box-shadow:0 18px 50px rgba(24,29,18,.22);color:#24381f}.hv-help-popover strong{display:block;color:#a72018;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.hv-help-popover span{display:block;font-weight:900;margin-bottom:.5rem}.hv-help-popover p{margin:.45rem 0;line-height:1.45}.hv-help-popover em{display:inline-block;margin-top:.4rem;padding:.25rem .55rem;border-radius:999px;background:#f3d4c7;color:#704023;font-style:normal;font-weight:900}.hv-map-dropzone{outline:2px dashed rgba(112,64,35,.18);outline-offset:-10px}.hv-map-dropzone.is-over{background:#f7dfce!important;outline-color:#704023}.hv-map-empty{min-height:54px;display:flex;align-items:center;justify-content:center;color:rgba(46,59,36,.58);font-weight:900;text-align:center}.hv-map-chip{width:100%;display:flex;align-items:center;gap:.55rem;border:1px solid rgba(46,59,36,.14);background:#fff;border-radius:14px;padding:.55rem .65rem;box-shadow:0 6px 16px rgba(24,29,18,.08);cursor:grab;color:#0d2a20;font-weight:900;text-align:left}.hv-map-letter{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#f1dfcc;color:#704023;font-weight:900;flex:0 0 auto}.hv-map-chip-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.hv-map-remove{margin-left:auto;color:#a72018;font-size:1.2rem;line-height:1}.hv-unmapped-list{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-start}.hv-unmapped-list .hv-map-chip{width:auto;max-width:280px}.hv-map-data-row td{min-height:70px;white-space:pre-wrap;line-height:1.35}.hv-map-data-row:nth-child(even) td{background:#fffaf2}.hv-mapper-actions{margin-top:1rem}

/* TSIINO_MAPPER_SELFCONTAINED_V8 */
.tsiino-mapper-panel{overflow:visible!important;}
.tsiino-mapper-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem;}
.tsiino-mapper-head h3{margin:0 0 .35rem;font-size:clamp(1.8rem,3vw,3rem);color:#26361f;letter-spacing:-.035em;}
.tsiino-mapper-head p{margin:0;max-width:980px;line-height:1.55;color:rgba(38,54,31,.86);}
.tsiino-mapper-tools,.tsiino-mapper-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin:1rem 0;}
.tsiino-mapper-scroll{max-width:100%;max-height:70vh;overflow:auto;border:1px solid rgba(46,59,36,.18);border-radius:24px;background:#fffdf7;box-shadow:0 18px 48px rgba(24,29,18,.09);}
.tsiino-mapper-table{border-collapse:separate;border-spacing:0;min-width:max-content;width:max-content;table-layout:fixed;}
.tsiino-mapper-table th,.tsiino-mapper-table td{border-right:1px solid rgba(46,59,36,.12);border-bottom:1px solid rgba(46,59,36,.12);vertical-align:top;min-width:230px;max-width:260px;padding:1rem;background:rgba(255,253,247,.96);}
.tsiino-mapper-table th:first-child{position:sticky;left:0;z-index:3;min-width:145px;max-width:145px;background:#f1e4d3;color:#704023;text-align:left;font-weight:900;letter-spacing:.03em;}
.tsiino-standard-cell{height:86px;}
.tsiino-field-code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase;color:#b3211f;font-weight:900;letter-spacing:.08em;font-size:.9rem;white-space:nowrap;}
.tsiino-help{width:28px;height:28px;border-radius:50%;border:1px solid rgba(46,59,36,.25);background:#fff;color:#0c2c25;font-weight:900;line-height:1;cursor:pointer;margin-left:.3rem;box-shadow:0 4px 10px rgba(24,29,18,.08);}
.tsiino-dropzone{height:74px;background:#fffaf2!important;}
.tsiino-dropzone.is-over{outline:3px solid rgba(112,64,35,.45);outline-offset:-5px;background:#f7eadb!important;}
.tsiino-source-chip{display:inline-flex;align-items:center;gap:.55rem;max-width:100%;padding:.65rem .8rem;border-radius:16px;background:#fff;border:1px solid rgba(46,59,36,.16);box-shadow:0 8px 20px rgba(24,29,18,.08);font-weight:900;color:#092c26;cursor:grab;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tsiino-source-chip b{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:50%;background:#f3dfc7;color:#704023;}
.tsiino-chip-remove{border:0;background:transparent;color:#a1122b;font-weight:900;font-size:1.15rem;cursor:pointer;margin-left:.2rem;}
.tsiino-drop-empty{display:inline-flex;align-items:center;justify-content:center;min-height:50px;width:100%;border:1px dashed rgba(112,64,35,.3);border-radius:16px;color:rgba(46,59,36,.55);font-weight:800;text-align:center;}
.tsiino-data-cell{font-size:.92rem;line-height:1.35;color:#183027;white-space:normal;word-break:break-word;background:#fff!important;}
.tsiino-unassigned-row td{background:#fcf6ed!important;}
.tsiino-unassigned-bin{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;min-height:58px;}
.tsiino-muted{color:rgba(46,59,36,.55);font-weight:800;}
.tsiino-help-popover{position:fixed;z-index:99999;width:min(320px,calc(100vw - 32px));padding:1rem;border-radius:18px;background:#fffdf7;border:1px solid rgba(46,59,36,.2);box-shadow:0 22px 60px rgba(24,29,18,.22);color:#20331f;}
.tsiino-help-popover strong{display:block;color:#b3211f;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;}
.tsiino-help-popover p{margin:.35rem 0;line-height:1.45;}
@media(max-width:760px){.tsiino-mapper-table th,.tsiino-mapper-table td{min-width:190px;max-width:210px}.tsiino-mapper-table th:first-child{min-width:120px;max-width:120px}.tsiino-mapper-head{display:block}}

/* TSIINO_RESULTS_TABLE_DOWNLOAD_V12 */
.hv-issues-details{display:none !important;}
.hv-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.9rem;margin:1rem 0 1.25rem;}
.hv-summary-cards article{border:1px solid rgba(46,59,36,.16);border-radius:18px;background:rgba(247,241,232,.74);padding:1rem;}
.hv-summary-cards strong{display:block;font-size:1.65rem;color:#704023;line-height:1;}
.hv-summary-cards span{display:block;margin-top:.35rem;font-weight:800;color:#2E3B24;}
.hv-sheet-wrap{max-height:70vh;overflow:auto !important;}
.hv-sheet{min-width:max-content;width:100%;}
.hv-sheet th{position:sticky;top:0;z-index:2;}
.hv-sheet td{vertical-align:top;min-width:150px;max-width:340px;white-space:normal;}
.hv-sheet .hv-row-number{font-weight:900;color:#704023;background:#fbf4ea;position:sticky;left:0;z-index:1;}
.hv-cell-value{margin-bottom:.35rem;white-space:pre-wrap;}
.hv-cell-note{display:block;margin:.35rem 0 0;padding:.45rem .55rem;border-radius:12px;font-weight:800;line-height:1.25;}
.hv-cell-note.error{background:#f2dfe4;color:#8b1235;}
.hv-cell-note.warning{background:#f3dfbd;color:#854a00;}
.hv-cell-has-issue.hv-error{background:rgba(190,36,79,.08);border-left:4px solid #be244f;}
.hv-cell-has-issue.hv-warning{background:rgba(199,126,0,.08);border-left:4px solid #c77e00;}
.hv-empty-result{padding:1rem !important;font-weight:800;color:#704023;}

/* TSIINO_VALIDATOR_INDEX_REWRITE_V14 */
body .hv-site-hero,
body .hv-hero,
body .validator-hero {
  min-height: min(86vh, 820px) !important;
  padding-top: clamp(72px, 9vh, 110px) !important;
  padding-bottom: clamp(54px, 7vh, 92px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden !important;
}

body .hv-site-hero-inner,
body .hv-hero-inner,
body .validator-hero-inner {
  width: min(620px, 44vw) !important;
  max-width: 620px !important;
  margin-left: clamp(30px, 6vw, 96px) !important;
  margin-right: auto !important;
  text-align: left !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  align-items: flex-start !important;
}

body .hv-site-title,
body .hv-hero-title,
body .validator-hero-title {
  color: #ffffff !important;
  font-size: clamp(2.15rem, 4.15vw, 4.85rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0.005em !important;
  text-align: left !important;
  text-transform: none !important;
  max-width: 620px !important;
  margin: 0 !important;
  text-wrap: balance !important;
}

body .hv-site-title br,
body .hv-hero-title br,
body .validator-hero-title br {
  display: none !important;
}

body .hv-site-lead,
body .hv-hero-lead,
body .validator-hero-lead {
  max-width: 430px !important;
  margin: 1rem 0 0 !important;
  text-align: left !important;
  font-size: clamp(0.98rem, 1.05vw, 1.14rem) !important;
  line-height: 1.48 !important;
}

body .hv-clean-overview,
body .tsiino-validator-intro-card {
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: 760px !important;
  margin: clamp(32px, 5vw, 68px) auto clamp(40px, 6vw, 86px) clamp(28px, 6vw, 98px) !important;
  padding: clamp(22px, 3vw, 36px) !important;
  background: rgba(255, 252, 244, 0.94) !important;
  border: 1px solid rgba(42, 57, 32, 0.16) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 46px rgba(30, 38, 24, 0.09) !important;
  text-align: left !important;
}

body .hv-clean-overview::before,
body .hv-clean-overview::after,
body .tsiino-validator-intro-card::before,
body .tsiino-validator-intro-card::after,
body .hv-site-divider,
body .hv-clean-overview .hv-rule,
body .tsiino-validator-intro-card .hv-rule {
  display: none !important;
  content: none !important;
}

body .hv-clean-overview h2,
body .tsiino-validator-intro-card h2 {
  margin: 0 0 0.85rem !important;
  max-width: 640px !important;
  color: #7c1d16 !important;
  text-align: left !important;
  font-size: clamp(1.45rem, 2.05vw, 2.05rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.005em !important;
  text-transform: none !important;
}

body .hv-clean-overview p,
body .tsiino-validator-intro-card p {
  margin: 0 0 0.82rem !important;
  max-width: 670px !important;
  color: #203021 !important;
  text-align: left !important;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem) !important;
  line-height: 1.62 !important;
}

body .hv-clean-overview p:last-child,
body .tsiino-validator-intro-card p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  body .hv-site-hero-inner,
  body .hv-hero-inner,
  body .validator-hero-inner {
    width: min(88vw, 560px) !important;
    max-width: 560px !important;
    margin-left: clamp(22px, 6vw, 56px) !important;
  }

  body .hv-site-title,
  body .hv-hero-title,
  body .validator-hero-title {
    font-size: clamp(2rem, 9vw, 4.2rem) !important;
  }

  body .hv-clean-overview,
  body .tsiino-validator-intro-card {
    width: calc(100vw - 32px) !important;
    margin: 24px auto 48px !important;
    border-radius: 20px !important;
  }
}
/* TSIINO_INDEX_LEFT_CARD_V15
   Ajusta hero e transforma a explicação do validador em card minimalista. */
html body .hv-site-hero,
html body .hv-hero,
html body .validator-hero {
  background-position: center center !important;
}

html body .hv-site-hero-inner,
html body .hv-site-hero .hv-site-hero-inner,
html body .hv-site-hero-content,
html body .hv-hero-content,
html body .validator-hero-content {
  width: min(620px, 44vw) !important;
  max-width: 620px !important;
  min-width: 0 !important;
  margin-left: clamp(28px, 6.5vw, 118px) !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: center !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

html body .hv-site-title,
html body .hv-site-hero .hv-site-title,
html body .hv-site-hero h1,
html body .hv-hero-title,
html body .validator-hero-title {
  max-width: 620px !important;
  text-align: left !important;
  font-size: clamp(2.25rem, 3.55vw, 4.45rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.045em !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  white-space: normal !important;
}

html body .hv-site-subtitle,
html body .hv-site-hero .hv-site-subtitle,
html body .hv-hero-subtitle,
html body .validator-hero-subtitle {
  max-width: 440px !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  font-size: clamp(0.94rem, 1.05vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

html body .hv-clean-overview,
html body .hv-minimal-explainer,
html body section.hv-minimal-explainer {
  box-sizing: border-box !important;
  max-width: 740px !important;
  width: calc(100% - clamp(48px, 12vw, 220px)) !important;
  margin: clamp(2.1rem, 4.5vw, 4.8rem) auto clamp(1.7rem, 3vw, 3rem) clamp(28px, 6.5vw, 118px) !important;
  padding: clamp(1.15rem, 2.25vw, 1.85rem) !important;
  text-align: left !important;
  background: rgba(255, 252, 243, 0.92) !important;
  border: 1px solid rgba(55, 63, 34, 0.16) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 46px rgba(30, 33, 20, 0.08) !important;
}

html body .hv-clean-overview::before,
html body .hv-clean-overview::after,
html body .hv-minimal-explainer::before,
html body .hv-minimal-explainer::after {
  display: none !important;
}

html body .hv-clean-overview h2,
html body .hv-clean-overview .anchored,
html body .hv-minimal-explainer h2,
html body .hv-minimal-explainer .anchored {
  text-align: left !important;
  max-width: 620px !important;
  margin: 0 0 0.85rem 0 !important;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}

html body .hv-clean-overview h2 .anchorjs-link,
html body .hv-minimal-explainer h2 .anchorjs-link {
  display: none !important;
}

html body .hv-clean-overview p,
html body .hv-minimal-explainer p {
  max-width: 650px !important;
  margin: 0.72rem 0 0 0 !important;
  text-align: left !important;
  font-size: clamp(0.98rem, 1.14vw, 1.12rem) !important;
  line-height: 1.62 !important;
}

html body .hv-clean-overview p:first-of-type,
html body .hv-minimal-explainer p:first-of-type {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  html body .hv-site-hero-inner,
  html body .hv-site-hero .hv-site-hero-inner,
  html body .hv-site-hero-content,
  html body .hv-hero-content,
  html body .validator-hero-content {
    width: calc(100% - 40px) !important;
    max-width: 560px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  html body .hv-site-title,
  html body .hv-site-hero .hv-site-title,
  html body .hv-site-hero h1,
  html body .hv-hero-title,
  html body .validator-hero-title {
    font-size: clamp(2rem, 9vw, 3.25rem) !important;
  }
  html body .hv-clean-overview,
  html body .hv-minimal-explainer,
  html body section.hv-minimal-explainer {
    width: calc(100% - 36px) !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

/* TSIINO_RESULTS_CONVERTER_V16 */
.hv-issues-details,
.hv-issues-list,
.hv-auxiliary-issues{display:none !important;}
.hv-cell-note + .hv-cell-note{margin-top:.25rem;}
.hv-cell-note{max-width:28rem;}
.hv-empty-result{padding:1rem !important;font-weight:800;color:#704023;}
/* título e card da explicação mais enxutos */
.hv-clean-overview,
.hv-index-explainer,
.hv-site-card.hv-clean-overview{max-width:760px !important;margin:clamp(1.5rem,3vw,2.5rem) 0 clamp(1.5rem,3vw,2.5rem) clamp(24px,5vw,84px) !important;padding:1.25rem 1.35rem !important;border:1px solid rgba(46,59,36,.14) !important;border-radius:24px !important;background:rgba(255,252,246,.82) !important;box-shadow:0 18px 50px rgba(46,59,36,.08) !important;text-align:left !important;}
.hv-clean-overview h2,
.hv-index-explainer h2{font-size:clamp(1.55rem,2.4vw,2.45rem) !important;line-height:1.08 !important;text-align:left !important;margin:0 0 .85rem !important;max-width:13ch !important;}
.hv-clean-overview p,
.hv-index-explainer p{font-size:clamp(1rem,1.35vw,1.16rem) !important;line-height:1.65 !important;text-align:left !important;max-width:58ch !important;margin:.45rem 0 !important;}
.hv-clean-overview .anchorjs-link,
.hv-index-explainer .anchorjs-link{display:none !important;}
.hv-site-title{font-size:clamp(2.2rem,4vw,4.8rem) !important;line-height:.98 !important;text-align:left !important;max-width:8.5ch !important;margin-left:0 !important;}
.hv-site-copy,.hv-site-hero-inner{text-align:left !important;align-items:flex-start !important;}



/* TSIINO_MAPPER_ROWS_V17 */
.hv-mapper-v17 { margin: 1.5rem 0; border: 1px solid rgba(42,52,32,.18); border-radius: 24px; background: rgba(255,252,246,.96); box-shadow: 0 18px 50px rgba(37,30,20,.10); overflow: hidden; }
.hv-mapper-v17-head { display:flex; justify-content:space-between; gap:1rem; align-items:flex-start; padding:1.25rem 1.4rem .7rem; }
.hv-mapper-v17 h3 { margin:0; font-size:clamp(1.7rem,2.5vw,2.65rem); color:#213420; }
.hv-mapper-v17 p { margin:.35rem 0 0; color:#435044; max-width: 72ch; }
.hv-mapper-v17-tools { display:flex; flex-wrap:wrap; gap:.65rem; padding:0 1.4rem 1rem; align-items:center; }
.hv-mapper-v17-status { border-radius:16px; background:#f4eee4; padding:.8rem 1rem; margin:0 1.4rem 1rem; color:#3e4e38; font-weight:700; }
.hv-mapper-v17-tablewrap { margin: 0 1.4rem 1rem; border:1px solid rgba(42,52,32,.16); border-radius:20px; overflow:auto; max-height:70vh; background:#fffaf2; }
.hv-mapper-v17-grid { border-collapse:separate; border-spacing:0; min-width:max-content; width:100%; }
.hv-mapper-v17-grid th, .hv-mapper-v17-grid td { border-right:1px solid rgba(42,52,32,.12); border-bottom:1px solid rgba(42,52,32,.12); padding:.75rem .85rem; min-width:190px; max-width:340px; vertical-align:top; background:rgba(255,252,246,.82); }
.hv-mapper-v17-grid th:first-child, .hv-mapper-v17-grid td:first-child { position:sticky; left:0; z-index:5; min-width:120px; max-width:120px; background:#f2e7d5; color:#73401f; font-weight:900; text-transform:uppercase; letter-spacing:.03em; }
.hv-mapper-v17-grid thead th { position:sticky; top:0; z-index:7; background:#fff7eb; color:#b41412; text-transform:uppercase; letter-spacing:.08em; font-size:.9rem; }
.hv-mapper-v17-grid thead th:first-child { z-index:8; background:#eadcc8; color:#73401f; }
.hv-mapper-v17-slot { min-height:64px; border:1px dashed rgba(128,77,42,.28); border-radius:16px; padding:.45rem; background:#fff8ed; }
.hv-mapper-v17-slot.is-drop { outline:3px solid rgba(128,77,42,.24); }
.hv-mapper-v17-chip { display:inline-flex; align-items:center; gap:.45rem; max-width:100%; padding:.45rem .65rem; border-radius:14px; border:1px solid rgba(42,52,32,.15); background:white; box-shadow:0 8px 24px rgba(37,30,20,.08); cursor:grab; font-weight:800; color:#0b2b21; }
.hv-mapper-v17-chip:active { cursor:grabbing; }
.hv-mapper-v17-letter { flex:0 0 auto; width:1.55rem; height:1.55rem; display:inline-grid; place-items:center; border-radius:999px; background:#f4ddc7; color:#87491f; font-weight:900; }
.hv-mapper-v17-remove { border:0; background:transparent; color:#a20d2d; font-weight:900; font-size:1.1rem; cursor:pointer; }
.hv-mapper-v17-help { border:1px solid rgba(42,52,32,.2); background:#fff; border-radius:999px; width:1.45rem; height:1.45rem; font-weight:900; color:#0c2e24; cursor:pointer; margin-left:.35rem; }
.hv-mapper-v17-popup { position:fixed; z-index:9999; max-width:340px; background:#fffdf7; border:1px solid rgba(42,52,32,.2); border-radius:16px; padding:.85rem 1rem; box-shadow:0 18px 44px rgba(0,0,0,.18); color:#233326; }
.hv-mapper-v17-data { white-space:pre-wrap; color:#0b2b21; font-size:.95rem; line-height:1.35; }
.hv-mapper-v17-empty { color:#9a8f80; font-weight:700; }
.hv-mapper-v17-actions { display:flex; gap:.75rem; flex-wrap:wrap; padding: 0 1.4rem 1.4rem; }
.hv-mapper-v17 button.hv-primary { background:#7b4324; color:white; border:0; border-radius:999px; padding:.85rem 1.2rem; font-weight:900; }
.hv-mapper-v17 button.hv-secondary { background:#fffdf7; color:#0d2d22; border:1px solid rgba(42,52,32,.18); border-radius:999px; padding:.85rem 1.2rem; font-weight:900; }
.hv-mapper-v17 button:disabled { opacity:.45; cursor:not-allowed; }

/* TSIINO_MAPPER_ROWS_HELP_V20 */
.hv-mapper-v20 { margin: 1.6rem auto; padding: 1.35rem; border: 1px solid rgba(33,45,29,.14); border-radius: 24px; background: #fffdf7; box-shadow: 0 16px 42px rgba(48,38,20,.08); }
.hv-mapper-v20-head { display:flex; justify-content:space-between; gap:1rem; align-items:flex-start; }
.hv-mapper-v20-head h3 { margin:0 0 .35rem; font-size: clamp(1.6rem, 2.5vw, 2.35rem); color:#1c321f; }
.hv-mapper-v20-head p { margin:0; max-width:780px; color:#314536; line-height:1.45; }
.hv-mapper-v20-status { margin: 1rem 0; padding:.8rem 1rem; border-radius:16px; background:#f2ebdf; color:#1c321f; font-weight:700; }
.hv-mapper-v20-tools, .hv-mapper-v20-actions { display:flex; gap:.75rem; flex-wrap:wrap; margin:1rem 0; }
.hv-mapper-v20-tablewrap { max-height: 68vh; overflow:auto; border:1px solid rgba(33,45,29,.16); border-radius:20px; background:#fffaf2; }
.hv-mapper-v20-grid { border-collapse:separate; border-spacing:0; min-width:max-content; width:100%; }
.hv-mapper-v20-grid th, .hv-mapper-v20-grid td { border-right:1px solid rgba(33,45,29,.12); border-bottom:1px solid rgba(33,45,29,.12); padding:.75rem .8rem; min-width:170px; vertical-align:top; background:#fffaf2; }
.hv-mapper-v20-grid th:first-child, .hv-mapper-v20-grid td:first-child { position:sticky; left:0; z-index:3; min-width:110px; background:#efe3d2; color:#704023; font-weight:900; }
.hv-mapper-v20-grid thead th { position:sticky; top:0; z-index:4; background:#fff6e9; color:#b51616; letter-spacing:.08em; font-family:ui-monospace, SFMono-Regular, Consolas, monospace; }
.hv-mapper-v20-grid thead th:first-child { z-index:5; }
.hv-mapper-v20-source-row td { background:#fbf1e3; }
.hv-mapper-v20-code { display:inline-block; margin-right:.45rem; }
.hv-mapper-v20-help { width:1.65rem; height:1.65rem; border-radius:50%; border:1px solid rgba(33,45,29,.18); background:#fff; font-weight:900; color:#00342d; box-shadow:0 3px 10px rgba(0,0,0,.08); }
.hv-mapper-v20-slot { min-height:52px; border:1px dashed rgba(112,64,35,.22); border-radius:14px; display:flex; align-items:center; justify-content:center; padding:.35rem; }
.hv-mapper-v20-slot.is-drop { outline:3px solid rgba(112,64,35,.25); background:#fff4e3; }
.hv-mapper-v20-empty { color:#8e8f80; font-weight:800; font-size:.92rem; text-align:center; }
.hv-mapper-v20-chip { display:inline-flex; align-items:center; gap:.5rem; max-width: 260px; border:1px solid rgba(33,45,29,.12); background:#fff; border-radius:14px; padding:.45rem .6rem; font-weight:900; box-shadow:0 5px 14px rgba(0,0,0,.06); cursor:grab; }
.hv-mapper-v20-chip-text { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hv-mapper-v20-letter { display:inline-flex; align-items:center; justify-content:center; min-width:1.65rem; height:1.65rem; border-radius:50%; background:#f2dcc3; color:#704023; }
.hv-mapper-v20-remove { border:0; background:transparent; color:#a5162d; font-size:1.25rem; font-weight:900; }
.hv-mapper-v20-data { min-height:1.3rem; white-space:pre-wrap; color:#0c2a24; }
.hv-mapper-v20-unmapped td { background:#fff8ec; }
.hv-mapper-v20-popup { position:fixed; z-index:99999; width:min(360px, calc(100vw - 32px)); padding:1rem; border-radius:16px; background:#fffefa; color:#183225; border:1px solid rgba(33,45,29,.16); box-shadow:0 18px 48px rgba(0,0,0,.18); }
.hv-mapper-v20-popup-code { color:#b51616; font-weight:900; font-family:ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing:.08em; margin-bottom:.3rem; }
.hv-mapper-v20-popup p { margin:.45rem 0 0; line-height:1.4; }

/* TSIINO_MAPPER_UI_POPUPS_V21 */
.tsiino-mapper-polished-v21 {
  --tsiino-grid-border: rgba(60, 48, 35, .14);
}
.tsiino-mapper-polished-v21 .tsiino-mapper-table-v21,
.tsiino-mapper-polished-v21 table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: max-content !important;
  min-width: 100% !important;
  table-layout: fixed !important;
  background: #fffdfa !important;
  border: 1px solid var(--tsiino-grid-border) !important;
  border-radius: 18px !important;
  overflow: clip !important;
}
.tsiino-mapper-polished-v21 th,
.tsiino-mapper-polished-v21 td {
  min-width: 150px !important;
  max-width: 230px !important;
  width: 190px !important;
  padding: 12px 12px !important;
  border-right: 1px solid var(--tsiino-grid-border) !important;
  border-bottom: 1px solid var(--tsiino-grid-border) !important;
  vertical-align: top !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.25 !important;
}
.tsiino-mapper-polished-v21 th:first-child,
.tsiino-mapper-polished-v21 td:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 5 !important;
  min-width: 110px !important;
  width: 120px !important;
  max-width: 140px !important;
  background: #f1e7d7 !important;
  color: #7b3f20 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}
.tsiino-mapper-polished-v21 tr:first-child th,
.tsiino-mapper-polished-v21 tr:first-child td {
  background: #fff7ec !important;
  color: #b3231e !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  font-size: .88rem !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  font-weight: 900 !important;
}
.tsiino-mapper-polished-v21 tr:nth-child(2) td:not(:first-child),
.tsiino-mapper-polished-v21 tr:nth-child(2) th:not(:first-child) {
  background: #fffaf2 !important;
}
.tsiino-mapper-polished-v21 [draggable="true"],
.tsiino-mapper-polished-v21 .hv-mapper-chip,
.tsiino-mapper-polished-v21 .tsiino-source-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  max-width: 100% !important;
  padding: .55rem .75rem !important;
  border-radius: 14px !important;
  background: white !important;
  border: 1px solid rgba(60,48,35,.15) !important;
  box-shadow: 0 8px 18px rgba(35,27,20,.06) !important;
  font-weight: 800 !important;
  color: #092a25 !important;
}
.tsiino-help-btn {
  display: inline-grid !important;
  place-items: center !important;
  width: 1.45rem !important;
  height: 1.45rem !important;
  margin-left: .35rem !important;
  border-radius: 50% !important;
  border: 1px solid rgba(30, 47, 37, .22) !important;
  background: white !important;
  color: #002b26 !important;
  font: 900 .88rem/1 system-ui, sans-serif !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
  cursor: pointer !important;
}
.tsiino-mapper-help-popover {
  position: absolute !important;
  z-index: 99999 !important;
  max-width: 340px !important;
  padding: 1rem 1.05rem !important;
  border-radius: 18px !important;
  background: #fffdf8 !important;
  border: 1px solid rgba(52, 44, 33, .18) !important;
  box-shadow: 0 18px 50px rgba(28, 24, 20, .22) !important;
  color: #17352f !important;
}
.tsiino-pop-title { font-weight: 950 !important; font-size: 1.05rem !important; margin-bottom: .18rem !important; }
.tsiino-pop-code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important; color: #b3231e !important; font-weight: 900 !important; letter-spacing: .06em !important; text-transform: uppercase !important; margin-bottom: .55rem !important; }
.tsiino-pop-req { display: inline-block !important; padding: .25rem .55rem !important; border-radius: 999px !important; background: #f3d7cc !important; color: #7b3f20 !important; font-weight: 850 !important; margin-bottom: .65rem !important; }
.tsiino-pop-rec { font-size: .98rem !important; line-height: 1.45 !important; }

/* TSIINO_MAPPER_COMPACT_HELP_V23 */
.tsiino-mapper-compact-help-v23 {
  --tsiino-map-border: rgba(48, 59, 37, 0.16);
}
.tsiino-mapper-compact-help-v23 table,
.tsiino-mapper-compact-help-v23 .hv-map-grid,
.tsiino-mapper-compact-help-v23 .hv-direct-map-grid {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: rgba(255, 252, 244, 0.96) !important;
  border: 1px solid var(--tsiino-map-border) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 60px rgba(36, 41, 24, 0.08) !important;
}
.tsiino-mapper-compact-help-v23 th,
.tsiino-mapper-compact-help-v23 td {
  border-color: rgba(48, 59, 37, 0.10) !important;
  vertical-align: top !important;
}
.tsiino-mapper-compact-help-v23 th:first-child,
.tsiino-mapper-compact-help-v23 td:first-child {
  background: rgba(125, 80, 39, 0.12) !important;
  color: #6d3a17 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  min-width: 120px !important;
}
.tsiino-source-cell-compact-v23 {
  position: relative !important;
  max-width: 190px !important;
  min-width: 150px !important;
  height: 58px !important;
  max-height: 58px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  padding: 14px 58px 14px 16px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-radius: 14px !important;
  color: #0b2a20 !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
.tsiino-source-cell-compact-v23 button:not(.tsiino-source-help-v23) {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}
.tsiino-source-help-v23 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(48, 59, 37, 0.18) !important;
  background: #fff !important;
  color: #0b2a20 !important;
  font-weight: 900 !important;
  font-size: 0.85rem !important;
  box-shadow: 0 4px 14px rgba(36, 41, 24, 0.10) !important;
  cursor: pointer !important;
  margin-left: 6px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.tsiino-source-cell-compact-v23 > .tsiino-source-help-v23 {
  position: absolute !important;
  right: 40px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}
.tsiino-popover-v23 {
  position: absolute !important;
  z-index: 999999 !important;
  max-width: 330px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: #fffdf7 !important;
  border: 1px solid rgba(48, 59, 37, 0.18) !important;
  box-shadow: 0 18px 45px rgba(36, 41, 24, 0.18) !important;
  color: #173226 !important;
  font-size: 0.96rem !important;
}
.tsiino-popover-v23 strong {
  display: block !important;
  color: #7d1b18 !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}
.tsiino-popover-v23 p {
  margin: 0 !important;
  line-height: 1.45 !important;
}
/* TSIINO_MAPPER_VALIDATE_FLOW_V28 */
.tsiino-mapper-hidden-after-validation { display: none !important; }


/* TSIINO_RESULTS_TAXONOMY_BINDING_V32 */
.tsiino-tax-moved-note {
  display: inline-block;
  margin-top: .45rem;
}

/* TSIINO_MAPPER_RESULT_FLOW_V34 */
.hv-download-inline-v34 { margin-left: 0.75rem !important; }

/* TSIINO_STANDARD_FIRST_FLOW_V36 */
.hv-download-inline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-left: .5rem;
}


/* TSIINO_RESULTS_STABLE_V37 */
.tsiino-results-stable-v37 {
  margin-top: 1.1rem;
  border: 1px solid rgba(36, 54, 30, 0.18);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 18px 40px rgba(33, 32, 27, 0.08);
}
.tsiino-v37-toolbar {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.85rem 1rem;
  color: #29391f;
  font-weight: 800;
  border-bottom: 1px solid rgba(36, 54, 30, 0.12);
  background: #f4efe5;
}
.tsiino-v37-scroll {
  overflow: auto;
  max-height: 72vh;
}
.tsiino-v37-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.94rem;
}
.tsiino-v37-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #24361e;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.9rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  white-space: nowrap;
}
.tsiino-v37-table th.tsiino-v37-rowhead {
  position: sticky;
  left: 0;
  z-index: 4;
  min-width: 86px;
  background: #f2e8d7;
  color: #7b3e1f;
  text-align: left;
  font-weight: 900;
  border-right: 1px solid rgba(36, 54, 30, 0.14);
}
.tsiino-v37-table thead th.tsiino-v37-rowhead {
  background: #24361e;
  color: #fff;
}
.tsiino-v37-table td {
  vertical-align: top;
  min-width: 170px;
  max-width: 340px;
  padding: 0.85rem 0.95rem;
  border-right: 1px solid rgba(36, 54, 30, 0.12);
  border-bottom: 1px solid rgba(36, 54, 30, 0.12);
  background: #fffdf8;
  color: #082a22;
}
.tsiino-v37-value {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin-bottom: .35rem;
}
.tsiino-v37-cell-error {
  background: #f9e9ee !important;
  box-shadow: inset 5px 0 0 #b92758;
}
.tsiino-v37-cell-warning {
  background: #fff4df !important;
  box-shadow: inset 5px 0 0 #d18a00;
}
.tsiino-v37-note {
  display: block;
  margin: .35rem 0 0;
  padding: .45rem .65rem;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.tsiino-v37-note.error {
  background: #f2dbe4;
  color: #970b38;
}
.tsiino-v37-note.warning {
  background: #f6deb6;
  color: #7b4300;
}
.tsiino-v37-empty {
  padding: 1rem;
  font-weight: 800;
  color: #7b3e1f;
}
.tsiino-v37-download-button {
  margin-left: .75rem !important;
}
