#app{width:100%;height:100%}.dev-banner{position:fixed;bottom:0;left:0;right:0;background-color:#dc2626;color:#fff;text-align:center;padding:4px 0;font-size:14px;font-weight:600;z-index:9999;pointer-events:none}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333;background-color:#f0f2f5}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.page-container{padding:24px;background-color:#fff;border-radius:8px;min-height:calc(100vh - 64px)}.page-title{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.toolbar .toolbar-left,.toolbar .toolbar-right{display:flex;gap:12px;align-items:center}.table-action{display:flex;gap:8px;justify-content:center}.status-tag{padding:2px 8px;border-radius:4px;font-size:12px}.status-tag.status-enabled{color:#52c41a;background-color:#f6ffed;border:1px solid #b7eb8f}.status-tag.status-disabled{color:#ff4d4f;background-color:#fff2f0;border:1px solid #ffccc7}
