*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8eb)}.login-card{width:400px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:80px;height:80px;margin-bottom:16px}.login-title{font-size:24px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.login-subtitle{font-size:14px;color:#86868b}.main-layout{min-height:100vh}.layout-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #0000000a}.header-title{font-size:18px;font-weight:600;color:#1d1d1f}.layout-sider{background:#fff;border-right:1px solid #f0f0f0}.layout-content{padding:24px;background:#f5f5f7;min-height:calc(100vh - 64px)}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000a}.stat-card .stat-title{font-size:14px;color:#86868b;margin-bottom:8px}.stat-card .stat-value{font-size:32px;font-weight:600;color:#1d1d1f}.stat-card .stat-trend{font-size:12px;margin-top:8px}.stat-card .stat-trend.up{color:#52c41a}.stat-card .stat-trend.down{color:#ff4d4f}.page-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000a}.page-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-card-title{font-size:18px;font-weight:600;color:#1d1d1f}.ant-table{border-radius:8px}.ant-table-thead>tr>th{background:#fafafa;font-weight:500}.prompt-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px 4px #0000000a}.prompt-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.prompt-card-title{font-size:16px;font-weight:600;color:#1d1d1f}.prompt-textarea{width:100%;min-height:200px;padding:12px;border:1px solid #d9d9d9;border-radius:8px;font-size:14px;line-height:1.6;resize:vertical}.prompt-textarea:focus{border-color:#0f766e;outline:none;box-shadow:0 0 0 2px #14b8a626}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#22c55e);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500}.status-tag{padding:2px 8px;border-radius:4px;font-size:12px}.status-tag.active{background:#52c41a1a;color:#52c41a}.status-tag.inactive{background:#0000000a;color:#8c8c8c}.detail-header{background:#fff;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 4px #0000000a}.detail-content{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 4px #0000000a}.report-content-body{font-size:14px;line-height:1.8;color:#424245;word-break:break-word}.dashboard-card-hover{transition:box-shadow .2s ease,transform .15s ease}.dashboard-card-hover:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.dashboard-card-hover:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}.dashboard-dual-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start;min-width:0}.dashboard-flow-column{display:flex;flex-direction:column;gap:16px;min-width:0}.ant-table-tbody>tr[style*="cursor: pointer"]:hover>td{background:#e6f4ff!important}.report-mobile-card{cursor:pointer;transition:box-shadow .2s ease;border-radius:10px}.report-mobile-card:hover{box-shadow:0 2px 12px #00000014}.report-mobile-card:active{background:#fafafa}@media (max-width: 1024px){.page-card-header{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-dual-flow{grid-template-columns:1fr}.page-card-header>.ant-space{width:100%;flex-wrap:wrap}}@media (max-width: 768px){.login-card{width:90%;max-width:400px;padding:24px;margin:16px}.login-title{font-size:20px}.layout-content{padding:12px}.layout-header{padding:0 12px}.header-title{font-size:16px}.page-card{padding:16px;border-radius:8px}.page-card-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.page-card-title{font-size:16px}.page-card-header>.ant-space{width:100%;justify-content:space-between}.page-card-header .ant-input-affix-wrapper,.page-card-header .ant-input{width:100%!important;min-width:0!important}.page-card-header .ant-btn{flex-shrink:0}.stat-card{padding:16px}.stat-card .stat-value{font-size:24px}.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:500px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:14px 8px;font-size:13px;white-space:nowrap}.ant-table-tbody>tr>td{height:48px}.ant-table .ant-space{gap:4px!important}.ant-table .ant-btn-text,.ant-table .ant-btn-icon-only{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.ant-modal{max-width:calc(100vw - 24px);margin:12px auto;top:12px}.ant-modal-body{padding:16px;max-height:70vh;overflow-y:auto}.ant-modal .ant-form-item{margin-bottom:18px}.ant-form-item-label{padding-bottom:4px}.ant-form-item-label>label{font-size:13px}.detail-header,.detail-content,.prompt-card{padding:16px}.prompt-card-title{font-size:14px}.prompt-textarea{min-height:150px;font-size:13px}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:8px}.ant-pagination-options{display:none}.ant-pagination-total-text{width:100%;text-align:center;margin-bottom:4px}.ant-tag{font-size:11px;padding:0 6px;line-height:18px}.ant-select{width:100%!important}.dashboard-org-scope-select .ant-select-selector{min-height:40px!important;font-size:16px!important;align-items:center}.dashboard-org-scope-select .ant-select-selection-item,.dashboard-org-scope-select .ant-select-selection-placeholder,.dashboard-org-scope-select .ant-select-selection-search-input{font-size:16px!important;line-height:38px!important}.ant-picker{width:100%!important}.user-dropdown{max-width:40px}.ant-breadcrumb{font-size:13px;margin-bottom:12px!important}.dashboard-card-hover:active{transform:scale(.98)}.report-content-body{font-size:13px;line-height:1.7}}@media (max-width: 480px){.login-card{width:95%;padding:20px}.layout-content{padding:8px}.page-card{padding:12px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:10px 6px;font-size:12px}.ant-btn{padding:4px 12px;font-size:13px;min-height:36px}.stat-card .stat-value{font-size:20px}.ant-breadcrumb{font-size:12px}.report-mobile-card{border-radius:8px}.report-mobile-card .ant-card-body{padding:12px}}.mobile-drawer .ant-drawer-body{padding:0}.mobile-drawer .ant-menu{border-right:none}@media (max-height: 500px) and (orientation: landscape){.layout-content{padding:8px}.page-card{padding:12px}}
