@charset "UTF-8";*{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;color:#333;background:#f5f7fa}#app{width:100%;height:100%}.page-container{padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 112px)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-size:20px;font-weight:600;color:#333}.filter-bar{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin-bottom:16px;padding:20px;background:#fafafa;border-radius:8px}.table-actions{display:flex;gap:8px}.status-tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:12px}.status-tag.success{color:#00a870;background:#e8f8f2}.status-tag.warning{color:#ed7b2f;background:#fef3e6}.status-tag.danger{color:#e34d59;background:#fde8ea}.status-tag.info{color:#0052d9;background:#e8f0fe}.status-tag.default{color:#999;background:#f0f0f0}
