.asset-module-page{
  --asset-bg:#f6f7f9;
  --asset-card:#fff;
  --asset-line:#e5e7eb;
  --asset-soft:#f8fafc;
  --asset-text:#111827;
  --asset-muted:#667085;
  --asset-blue:#1677ff;
  --asset-green:#16a34a;
  --asset-shadow:0 10px 28px rgba(15,23,42,.045);
  max-width:1680px;
  background:var(--asset-bg);
}
.asset-module-page .expense-module-kicker{
  background:#eef6ff;
  border-color:#d8e7ff;
  color:var(--asset-blue);
}
.asset-module-page .expense-head h1{
  color:var(--asset-text);
  font-size:28px!important;
  font-weight:900;
}
.asset-module-page .expense-head p{
  color:var(--asset-muted);
}
.asset-module-page .expense-head-actions .el-button{
  height:36px;
  border-radius:8px!important;
  font-weight:750;
}
.asset-module-page .table-stat-row{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:16px;
}
.asset-module-page .pro-stat-card{
  min-height:100px;
  padding:18px 20px 16px 58px;
  position:relative;
  border:1px solid var(--asset-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--asset-shadow)!important;
}
.asset-module-page .pro-stat-card::before{
  content:"";
  position:absolute;
  left:20px;
  top:20px;
  width:26px;
  height:26px;
  border-radius:8px;
  background:#eef6ff;
  box-shadow:inset 0 0 0 1px #d8e7ff;
}
.asset-module-page .pro-stat-card::after{
  content:"";
  position:absolute;
  left:29px;
  top:29px;
  width:8px;
  height:8px;
  border-radius:2px;
  background:var(--asset-blue);
}
.asset-module-page .pro-stat-card.green::before{background:#ecfdf3;box-shadow:inset 0 0 0 1px #bbf7d0}
.asset-module-page .pro-stat-card.green::after{background:var(--asset-green)}
.asset-module-page .pro-stat-card.orange::before{background:#fff7ed;box-shadow:inset 0 0 0 1px #fed7aa}
.asset-module-page .pro-stat-card.orange::after{background:#f59e0b}
.asset-module-page .pro-stat-card.slate::before{background:#f8fafc;box-shadow:inset 0 0 0 1px #dfe5ee}
.asset-module-page .pro-stat-card.slate::after{background:#475569}
.asset-module-page .pro-stat-card span{
  color:#5f6b7a;
  font-size:12px;
  font-weight:800;
}
.asset-module-page .pro-stat-card b{
  margin:9px 0 7px;
  color:var(--asset-text);
  font-size:27px;
  line-height:1;
  font-weight:900;
  font-variant-numeric:tabular-nums;
}
.asset-module-page .pro-stat-card small{
  color:#98a2b3;
  font-size:12px;
  font-weight:700;
}
.asset-module-page .pro-table-panel{
  min-height:0!important;
  border:1px solid var(--asset-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--asset-shadow)!important;
  overflow:hidden;
}
.asset-module-page .pro-table-panel>.el-card__header{
  min-height:68px!important;
  padding:17px 20px!important;
  border-bottom:1px solid #eef1f5!important;
  background:#fff!important;
}
.asset-module-page .pro-table-panel>.el-card__body{
  min-height:0!important;
  padding:16px 20px 14px!important;
  background:#fff!important;
}
.asset-module-page .table-toolbar b{
  color:var(--asset-text);
  font-size:18px;
  font-weight:900;
}
.asset-module-page .table-toolbar span{
  margin-top:5px;
  color:#98a2b3;
}
.asset-module-page .expense-filter-compact{
  min-height:38px;
  margin-bottom:10px;
}
.asset-module-page .pro-filter-card{
  display:grid!important;
  grid-template-columns:108px repeat(auto-fit,minmax(154px,1fr)) auto auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:13px!important;
  margin-bottom:12px!important;
  border:1px solid var(--asset-line)!important;
  border-radius:9px!important;
  background:#fbfcfe!important;
  overflow:visible!important;
}
.asset-module-page .pro-filter-card .filter-title span{
  display:none!important;
}
.asset-module-page .pro-filter-card .el-input,
.asset-module-page .pro-filter-card .el-select,
.asset-module-page .pro-filter-card .el-date-editor{
  width:100%!important;
  flex:auto!important;
}
.asset-module-page .pro-filter-card .el-input__wrapper,
.asset-module-page .pro-filter-card .el-select__wrapper{
  height:34px;
  border-radius:7px!important;
  background:#fff;
}
.asset-module-page .data-table{
  min-height:0!important;
  border:1px solid var(--asset-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden;
  font-size:13px!important;
}
.asset-module-page .data-table .el-table__header th{
  height:46px!important;
  background:#f8fafc!important;
  color:#475467!important;
  font-weight:850!important;
}
.asset-module-page .data-table th.el-table__cell>.cell{
  min-height:44px!important;
  padding:0 10px!important;
}
.asset-module-page .data-table td.el-table__cell>.cell{
  min-height:54px!important;
  padding:0 10px!important;
  color:#344054;
  font-weight:500!important;
}
.asset-module-page .data-table td,
.asset-module-page .data-table th{
  border-color:#eef1f5!important;
}
.asset-module-page .data-table .el-table__row:nth-child(even)>td{
  background:#fcfdff!important;
}
.asset-module-page .data-table .el-table__row:hover>td{
  background:#f6faff!important;
}
.asset-module-page .cell-upload-preview>img,
.asset-module-page .sheet-image-cell{
  border-radius:8px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
}
.asset-module-page .tag-cell{
  min-width:58px;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
  font-weight:800!important;
}
.asset-module-page .money-cell{
  justify-content:flex-end!important;
  text-align:right!important;
  color:#111827!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-weight:800!important;
  font-variant-numeric:tabular-nums;
}
.asset-module-page .table-pagination{
  padding:14px 4px 0!important;
}
.asset-edit-dialog .el-dialog{
  border-radius:12px!important;
  overflow:hidden;
}
.asset-edit-dialog .el-dialog__header{
  padding:18px 22px!important;
  margin-right:0;
  border-bottom:1px solid #eef1f5;
  background:#fff;
}
.asset-edit-dialog .el-dialog__title{
  color:#111827;
  font-size:18px;
  font-weight:900;
}
.asset-edit-dialog .el-dialog__body{
  max-height:68vh;
  overflow:auto;
  padding:18px 22px 10px!important;
  background:#f8fafc;
}
.asset-edit-dialog .el-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}
.asset-edit-dialog .el-form-item{
  min-width:0;
  margin-bottom:0!important;
  padding:12px;
  border:1px solid #e5e7eb;
  border-radius:9px;
  background:#fff;
}
.asset-edit-dialog .el-form-item__label{
  color:#475467;
  font-weight:800;
}
.asset-edit-dialog .drop-upload{
  min-height:66px;
  border-radius:8px;
  background:#fbfcfe;
}
.asset-edit-dialog .el-dialog__footer{
  padding:14px 22px!important;
  border-top:1px solid #eef1f5;
  background:#fff;
}
.asset-detail-drawer .el-drawer{
  background:#f8fafc!important;
}
.asset-detail-drawer .el-drawer__header{
  margin:0;
  padding:18px 22px;
  border-bottom:1px solid #eef1f5;
  background:#fff;
}
.asset-detail-drawer .el-drawer__body{
  padding:20px 22px;
}
.asset-detail-wrap{
  display:grid;
  gap:16px;
}
.asset-detail-hero{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:16px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fff;
}
.asset-detail-cover{
  height:160px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#f8fafc;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#98a2b3;
  font-weight:800;
}
.asset-detail-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  cursor:zoom-in;
}
.asset-detail-hero h2{
  margin:0 0 8px;
  font-size:22px;
  font-weight:900;
  color:#111827;
}
.asset-detail-hero p{
  margin:0;
  color:#667085;
  font-size:13px;
  font-weight:650;
}
.asset-detail-actions{
  display:flex;
  gap:8px;
  margin-top:20px;
}
.asset-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.asset-detail-grid article{
  min-height:76px;
  padding:14px 16px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
}
.asset-detail-grid span{
  display:block;
  color:#98a2b3;
  font-size:12px;
  font-weight:800;
}
.asset-detail-grid b{
  display:block;
  margin-top:9px;
  color:#111827;
  font-size:14px;
  line-height:1.45;
  font-weight:800;
  word-break:break-word;
}
.asset-detail-gallery{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:14px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
}
.asset-detail-gallery img{
  width:72px;
  height:72px;
  object-fit:cover;
  border:1px solid #e5e7eb;
  border-radius:8px;
  cursor:zoom-in;
}
@media(max-width:1366px){
  .asset-module-page .table-stat-row{gap:10px}
  .asset-module-page .pro-stat-card{padding-left:52px}
  .asset-module-page .pro-stat-card b{font-size:23px}
  .asset-module-page .pro-filter-card{grid-template-columns:1fr 1fr 1fr!important}
  .asset-module-page .pro-filter-card .filter-title{grid-column:1/-1}
  .asset-edit-dialog .el-form{grid-template-columns:1fr}
}
@media(max-width:900px){
  .asset-module-page .table-stat-row{grid-template-columns:1fr 1fr}
  .asset-module-page .pro-filter-card{grid-template-columns:1fr!important}
  .asset-detail-hero,.asset-detail-grid{grid-template-columns:1fr}
}
