.page-container{padding:20px;background-color:#f5f5f5;min-height:100vh}.card-container{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.09);padding:24px}.stat-cards{display:-ms-flexbox;display:flex;gap:12px;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.stat-card{-ms-flex:1;flex:1;min-width:140px;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;padding:14px 16px;text-align:center;position:relative;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.stat-card .stat-label{font-size:12px;color:#8c8c8c;margin-bottom:6px}.stat-card .stat-count{font-size:22px;font-weight:700;line-height:1;margin-bottom:4px}.stat-card .stat-badge{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%}.stat-card.valid .stat-count{color:#389e0d}.stat-card.valid .stat-badge{background:#52c41a}.stat-card.invalid .stat-count{color:#a8071a}.stat-card.invalid .stat-badge{background:#f5222d}.stat-card.total .stat-count{color:#1d39c4}.stat-card.total .stat-badge{background:#2f54eb}.search-form{margin-bottom:20px}.table-operations{margin-bottom:16px}.table-operations button{margin-right:8px}.status-tag{padding:0 8px;border-radius:4px;font-size:12px}.status-1{background-color:#d9f7be;color:#389e0d}.status-0{background-color:#ffccc7;color:#a8071a}