/* MAP COLUMNS ORIGINAL MATCH V1 */
body.ps-original-shell .map-page{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:18px 56px 70px!important;
  color:#f4f7ff!important;
}
body.ps-original-shell .map-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:22px!important;
  margin:0 0 22px!important;
}
body.ps-original-shell .map-head h1{
  margin:0 0 6px!important;
  font-size:34px!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  font-weight:900!important;
  color:#f4f7ff!important;
}
body.ps-original-shell .map-head p{
  margin:6px 0 0!important;
  color:#9fb2c7!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
body.ps-original-shell .map-toast{
  display:none!important;
}
body.ps-original-shell .map-back-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  height:37px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  border:1px solid #123346!important;
  background:#071018!important;
  color:#f4f7ff!important;
  font-size:14px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.ps-original-shell .map-back-btn:hover{
  border-color:#09d6ff!important;
  color:#09d6ff!important;
}
body.ps-original-shell .map-card{
  border:1px solid #123346!important;
  background:#12141b!important;
  border-radius:9px!important;
  padding:24px!important;
  margin-bottom:20px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.20)!important;
}
body.ps-original-shell .map-file{
  display:none!important;
}
body.ps-original-shell .map-card-title{
  font-size:18px!important;
  font-weight:900!important;
  color:#f7fbff!important;
  margin:0 0 8px!important;
}
body.ps-original-shell .map-muted{
  color:#9fb2c7!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
body.ps-original-shell .map-step{
  font-size:17px!important;
  font-weight:900!important;
  color:#f7fbff!important;
  margin:22px 0 7px!important;
}
body.ps-original-shell .map-preview{
  border:1px solid #15384d!important;
  border-radius:0!important;
  overflow:auto!important;
  max-height:385px!important;
  background:#081018!important;
  margin-top:8px!important;
}
body.ps-original-shell .map-preview table{
  width:100%!important;
  border-collapse:collapse!important;
  font-size:13px!important;
  min-width:920px!important;
}
body.ps-original-shell .map-preview th,
body.ps-original-shell .map-preview td{
  border-bottom:1px solid #123246!important;
  border-right:1px solid rgba(18,51,70,.7)!important;
  padding:6px 10px!important;
  white-space:nowrap!important;
  max-width:390px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.ps-original-shell .map-preview th{
  position:sticky!important;
  top:0!important;
  background:#0b111a!important;
  color:#dbe9f8!important;
  z-index:2!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.ps-original-shell .map-preview tr.is-header td{
  background:#073d56!important;
  outline:1px solid rgba(0,212,255,.65)!important;
  color:#f4f7ff!important;
}
body.ps-original-shell .map-preview tr:hover td{
  background:rgba(0,212,255,.06)!important;
  cursor:pointer!important;
}
body.ps-original-shell .map-fields{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:26px 86px!important;
  border-top:1px solid #14364a!important;
  padding-top:22px!important;
}
body.ps-original-shell .map-field{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
}
body.ps-original-shell .map-field label,
body.ps-original-shell .map-field-title{
  font-size:14px!important;
  font-weight:900!important;
  color:#eaf6ff!important;
}
body.ps-original-shell .map-field small{
  display:block!important;
  color:#9fb2c7!important;
  font-size:12px!important;
  line-height:1.35!important;
}
body.ps-original-shell .map-field select,
body.ps-original-shell .map-field input[type="number"]{
  width:100%!important;
  max-width:330px!important;
  height:41px!important;
  min-height:41px!important;
  background:#071018!important;
  border:1px solid #183f55!important;
  color:#eaf6ff!important;
  border-radius:10px!important;
  padding:0 14px!important;
  font-size:14px!important;
  outline:0!important;
}
body.ps-original-shell .map-field select:focus,
body.ps-original-shell .map-field input:focus{
  border-color:#09d6ff!important;
  box-shadow:0 0 0 3px rgba(0,212,255,.12)!important;
}
body.ps-original-shell .ai-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  border-radius:999px!important;
  background:#0a783f!important;
  color:#99ffc8!important;
  padding:3px 8px!important;
  font-size:11px!important;
  font-weight:900!important;
  margin-left:6px!important;
}
body.ps-original-shell .purple-pill{
  background:#6c2aa0!important;
  color:#eac8ff!important;
}
body.ps-original-shell .map-section-line{
  grid-column:1/-1!important;
  border-top:1px solid #14364a!important;
  margin-top:4px!important;
  padding-top:18px!important;
  font-size:15px!important;
  font-weight:900!important;
  color:#eaf6ff!important;
}
body.ps-original-shell .map-actions{
  display:flex!important;
  justify-content:flex-end!important;
  gap:16px!important;
  align-items:center!important;
  margin-top:22px!important;
  border-top:0!important;
  padding-top:18px!important;
}
body.ps-original-shell .btn-map{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:37px!important;
  border-radius:10px!important;
  border:1px solid #17435b!important;
  background:#071018!important;
  color:#eaf6ff!important;
  font-size:14px!important;
  font-weight:900!important;
  padding:0 18px!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
body.ps-original-shell .btn-map-primary{
  background:#09d6ff!important;
  border-color:#09d6ff!important;
  color:#00131c!important;
  min-width:110px!important;
}
body.ps-original-shell .map-hide-original-extra{
  display:none!important;
}
body.ps-original-shell .map-bottom-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:22px 86px!important;
}
body.ps-original-shell .map-page option{
  background:#12141b!important;
  color:#eaf6ff!important;
}
@media(max-width:900px){
  body.ps-original-shell .map-page{padding:18px 18px 70px!important;}
  body.ps-original-shell .map-fields,
  body.ps-original-shell .map-bottom-grid{grid-template-columns:1fr!important;gap:16px!important;}
  body.ps-original-shell .map-head{flex-direction:column!important;}
  body.ps-original-shell .map-field select,
  body.ps-original-shell .map-field input[type="number"]{max-width:none!important;}
}
