:root{color-scheme:light}
.card{border-radius:14px}
.table thead th{white-space:nowrap}

/* 全局布局优化 */
.app-container{max-width:1400px;margin:0 auto;padding-left:16px;padding-right:16px}
.navbar .nav-link{border-radius:10px;padding:.4rem .7rem}
.navbar .nav-link.active{background:rgba(255,255,255,.12)}
.table thead th{font-weight:600}
.card{border-radius:16px}
