:root{--base-font-size:16px}#app{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background-color:#f5f7fa;font-size:var(--base-font-size)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body.high-contrast-mode{background:#fff!important;color:#000!important}body.high-contrast-mode .el-table td,body.high-contrast-mode .el-table th{color:#000!important;border-color:#000!important}body.high-contrast-mode .el-card{border:2px solid #000!important}body.high-contrast-mode .el-button--primary{background:#0052d9!important;border-color:#0052d9!important}body.high-contrast-mode .el-button--success{background:green!important;border-color:green!important}body.high-contrast-mode .el-button--danger{background:#c00!important;border-color:#c00!important}body.high-contrast-mode .el-input__inner,body.high-contrast-mode .el-textarea__inner{border:2px solid #000!important;color:#000!important}body.high-contrast-mode .el-menu{background:#000!important}body.high-contrast-mode .el-menu-item,body.high-contrast-mode .el-submenu__title{color:#fff!important}body.high-contrast-mode .el-menu-item:hover,body.high-contrast-mode .el-submenu__title:hover{background:#333!important}body.high-contrast-mode .el-menu-item.is-active{background:#0052d9!important}body.high-contrast-mode .el-dialog,body.high-contrast-mode .el-tag{border:2px solid #000!important}body.high-contrast-mode .el-dialog__header{background:#f0f0f0!important;border-bottom:2px solid #000!important}body.high-contrast-mode .el-breadcrumb__item{color:#000!important}body.high-contrast-mode .el-pagination .el-pager li,body.high-contrast-mode .el-pagination button{border:2px solid #000!important;color:#000!important}body.high-contrast-mode .el-form-item__label{color:#000!important;font-weight:700}body,body .el-button,body .el-card,body .el-dialog,body .el-form,body .el-table{font-size:var(--base-font-size,16px)}body .el-button{min-height:40px;padding:12px 20px}body .el-input__inner{height:40px;line-height:40px;font-size:var(--base-font-size,16px)}body .el-textarea__inner{font-size:var(--base-font-size,16px);line-height:1.6}body .el-form-item__label{line-height:40px}body .el-form-item__label,body .el-pagination{font-size:var(--base-font-size,16px)}body .el-dialog__title,body .el-message-box__title{font-size:calc(var(--base-font-size, 16px) + 2px);font-weight:700}body .el-message-box__content{font-size:var(--base-font-size,16px)}.voice-input-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#409eff;color:#fff;border:none;cursor:pointer;margin-left:10px}.voice-input-btn.listening{background:#f56c6c;animation:voice-pulse 1s infinite}@keyframes voice-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.simple-form .el-form-item{margin-bottom:24px}.simple-form .el-form-item__label{font-weight:700}@keyframes emergency-pulse{0%{transform:scale(1);box-shadow:0 4px 12px hsla(0,87%,69%,.4)}50%{transform:scale(1.05);box-shadow:0 6px 16px hsla(0,87%,69%,.6)}to{transform:scale(1);box-shadow:0 4px 12px hsla(0,87%,69%,.4)}}