.v250-wrap{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.v250-head h3{
  margin:0 0 4px;
}

.v250-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.v250-stat-card{
  border:1px solid #e2e6ea;
  border-radius:10px;
  background:#fff;
  padding:14px;
}

.v250-stat-value{
  font-size:22px;
  font-weight:700;
  line-height:1.15;
}

.v250-stat-label{
  margin-top:4px;
  font-size:12px;
  color:#667085;
}

.v250-search-box{
  display:flex;
  gap:8px;
  align-items:center;
}

.v250-search-box input{
  flex:1 1 auto;
  min-width:0;
}

.v250-search-box button{
  flex:0 0 auto;
  white-space:nowrap;
}

.v250-search-meta{
  min-height:20px;
  font-size:12px;
  color:#667085;
}

.v250-table-wrap{
  overflow:auto;
  border:1px solid #e2e6ea;
  border-radius:10px;
  background:#fff;
}

.v250-table{
  width:100%;
  border-collapse:collapse;
  min-width:1050px;
}

.v250-table th,
.v250-table td{
  padding:10px 9px;
  border-bottom:1px solid #edf0f2;
  text-align:left;
  vertical-align:top;
  font-size:12px;
}

.v250-table th{
  position:sticky;
  top:0;
  background:#f7f8fa;
  z-index:1;
  font-weight:700;
}

.v250-table td small{
  display:block;
  margin-top:3px;
  color:#667085;
  font-size:11px;
}

.v250-area{
  white-space:nowrap;
}

.v250-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 8px;
  border:1px solid #d5dae0;
  border-radius:5px;
  background:#fff;
  color:#1f6feb;
  text-decoration:none;
  font-size:11px;
  white-space:nowrap;
  cursor:pointer;
}

@media (max-width:1200px){
  .v250-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:800px){
  .v250-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .v250-search-box{
    flex-direction:column;
    align-items:stretch;
  }
}

@media (max-width:520px){
  .v250-stats{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V2.5 C.2 REPORT CENTER
   ========================================================= */

.v250-report{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #e5e7eb;
}

.v250-report-head h3{
  margin:0 0 4px;
}

.v250-report-controls{
  display:grid;
  grid-template-columns:180px 1fr auto;
  gap:8px;
  margin:12px 0;
}

.v250-report-controls select,
.v250-report-controls input{
  min-height:38px;
}

.v250-report-title{
  margin:10px 0;
  font-size:15px;
  font-weight:700;
}

.v250-report-cards{
  display:grid;
  grid-template-columns:
    repeat(4,minmax(0,1fr));
  gap:8px;
  margin-bottom:12px;
}

.v250-report-card{
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#fff;
  padding:10px;
}

.v250-report-card b{
  display:block;
  font-size:17px;
}

.v250-report-card span{
  display:block;
  margin-top:3px;
  font-size:11px;
  color:#667085;
}

.v250-report-table{
  min-width:1250px;
}


@media (max-width:900px){

  .v250-report-controls{
    grid-template-columns:1fr;
  }

  .v250-report-cards{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


@media (max-width:520px){

  .v250-report-cards{
    grid-template-columns:1fr 1fr;
  }

  .v250-report-card{
    padding:8px;
  }

  .v250-report-card b{
    font-size:15px;
  }

}



/* =========================================================
   V2.5E.3A - LAND MOVEMENT UI
   ========================================================= */

.land-movement-section{
  margin-top:14px;
}

.land-movement-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.land-movement-head h3{
  margin-bottom:4px;
}

.land-movement-lock{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:28px;
  padding:0 10px;

  border-radius:999px;

  background:#f3f4f6;

  font-size:12px;
  font-weight:600;

  white-space:nowrap;
}

.land-movement-actions{
  display:grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap:10px;

  margin-top:12px;
}

.land-movement-btn{
  display:flex !important;

  align-items:center !important;

  justify-content:flex-start !important;

  gap:10px !important;

  min-height:74px;

  padding:10px 12px !important;

  text-align:left !important;
}

.land-movement-btn > span:last-child{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.land-movement-btn strong{
  font-size:13px;
}

.land-movement-btn small{
  display:block;

  font-size:11px;
  line-height:1.3;

  opacity:.72;
}

.land-movement-icon{
  display:flex;

  align-items:center;
  justify-content:center;

  flex:0 0 auto;

  width:38px;
  height:38px;

  border-radius:9px;

  background:
    rgba(0,0,0,.045);

  font-size:22px;
  font-weight:700;
}

.land-movement-btn:disabled{
  cursor:not-allowed;
  opacity:.48;
}

.land-movement-panel{
  margin-top:12px;
}

.land-movement-card{
  padding:14px;

  border:
    1px solid
    rgba(0,0,0,.10);

  border-radius:12px;

  background:
    rgba(0,0,0,.018);
}

.land-movement-card-head{
  display:flex;

  align-items:center;
  justify-content:space-between;

  gap:10px;

  margin-bottom:12px;
}

.land-movement-card-head h4{
  margin:0;
}

.land-movement-grid{
  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:10px 12px;
}

.land-movement-grid label{
  display:flex;

  flex-direction:column;

  gap:5px;

  font-size:12px;
  font-weight:600;
}

.land-movement-grid input,
.land-movement-grid select,
.land-movement-grid textarea{
  width:100%;

  box-sizing:border-box;
}

.land-movement-wide{
  grid-column:1 / -1;
}

.land-movement-submit{
  display:flex;

  justify-content:flex-end;

  gap:8px;

  margin-top:12px;
}

.land-movement-search-results{
  margin-top:12px;
}

.land-movement-search-row{
  display:flex;

  align-items:center;
  justify-content:space-between;

  gap:12px;

  padding:10px 0;

  border-bottom:
    1px solid
    rgba(0,0,0,.08);
}

.land-movement-search-row:last-child{
  border-bottom:0;
}

.land-movement-source-title{
  margin-bottom:6px;

  font-size:12px;
}


@media (max-width:900px){

  .land-movement-actions{
    grid-template-columns:1fr;
  }

}


@media (max-width:650px){

  .land-movement-head{
    flex-direction:column;
  }

  .land-movement-grid{
    grid-template-columns:1fr;
  }

  .land-movement-wide{
    grid-column:auto;
  }

  .land-movement-btn{
    min-height:68px;
  }

  .land-movement-submit{
    justify-content:stretch;
  }

  .land-movement-submit button{
    width:100%;
  }

}


