:root{color:#1d2433;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.page-card{background:#fff}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.page-header-row h1{margin:0;font-size:22px;font-weight:600}.page-header-row p{margin:6px 0 0;color:#64748b}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.snapshot-pre{margin:0;max-height:280px;overflow:auto;padding:12px;border-radius:8px;background:#0f172a;color:#e2e8f0;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.filter-form-grid .ant-form-item{margin-bottom:12px}.users-filter-card .ant-card-body{padding:16px 20px 4px}.users-filter{display:flex;flex-wrap:wrap;align-items:flex-end;gap:4px 16px}.users-filter__field{width:148px;margin-bottom:12px!important}.users-filter__field--keyword{width:220px}.users-filter__field--action{width:auto}.users-table-card .ant-table{table-layout:fixed}.users-table-card .ant-table-thead>tr>th,.users-table-card .ant-table-tbody>tr>td{padding:12px 16px}.users-table-card .ant-table-pagination{margin:12px 16px!important}.permission-tree-panel{max-height:360px;overflow:auto;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.profession-tree .ant-tree-treenode{width:100%;padding:4px 0}.profession-tree .ant-tree-node-content-wrapper{width:100%;padding-block:6px}.profession-tree-node{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding-right:8px}.profession-tree-node__main{display:flex;flex-direction:column;gap:2px;min-width:0}.review-drawer-footer{margin:-4px 0}.user-detail{display:flex;flex-direction:column;gap:16px}.user-detail__hero{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.user-detail__hero-main,.user-detail__hero-text{display:flex;flex-direction:column;gap:4px;min-width:0}.user-detail__avatar{flex-shrink:0;background:#cbd5e1;color:#334155;font-weight:600}.user-detail__name{margin:0!important;font-size:20px!important;line-height:1.3!important;word-break:break-all}.user-detail__tags{margin:0}.user-detail__section{padding:14px 16px 8px;border-radius:12px;background:#fff;border:1px solid #e8edf4}.user-detail__section-title{margin-bottom:8px;font-size:13px;font-weight:600;color:#334155;letter-spacing:.02em}.user-detail__desc.ant-descriptions .ant-descriptions-item{padding-bottom:10px!important}.user-detail__desc.ant-descriptions .ant-descriptions-item-label{padding-inline-end:12px}.user-detail__desc.ant-descriptions .ant-descriptions-item-content{color:#1d2433}.user-detail__empty{padding:24px 12px;border-radius:12px;border:1px dashed #dbe3ef;background:#f8fafc}.user-detail-drawer .ant-drawer-body{padding-top:16px;background:#f5f7fb}.cs-page{display:flex;flex-direction:column;gap:16px;height:calc(100vh - 112px);min-height:480px}.cs-page .page-header-row{margin-bottom:0;flex-shrink:0}.cs-page__card{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cs-page__card .ant-card-body{flex:1;min-height:0;height:100%}.cs-workspace{display:grid;grid-template-columns:320px minmax(0,1fr);height:100%;min-height:0}.cs-workspace__list{border-right:1px solid #e8edf4;overflow:auto;background:#fff;min-height:0}.cs-workspace__item{cursor:pointer;padding:14px 16px!important;border-left:3px solid transparent;transition:background .15s ease}.cs-workspace__item:hover{background:#f8fafc}.cs-workspace__item--active{background:#eff6ff!important;border-left-color:#2563eb}.cs-workspace__preview{max-width:200px;color:#64748b}.cs-workspace__panel{display:flex;min-width:0;min-height:0;height:100%;flex-direction:column;overflow:hidden;background:#fff}.cs-workspace__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #e8edf4;background:#fff;flex-shrink:0}.cs-workspace__header-main{display:flex;align-items:center;gap:12px;min-width:0}.cs-workspace__messages{flex:1;min-height:0;overflow:auto;padding:18px;background:#f5f7fb}.cs-bubble-row{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;margin-bottom:14px}.cs-bubble-row--staff{justify-content:flex-end}.cs-bubble__avatar{flex-shrink:0;background:#cbd5e1;color:#334155;font-weight:600}.cs-bubble{max-width:calc(72% - 46px);padding:10px 12px;border-radius:12px}.cs-bubble--user{background:#fff;border:1px solid #e8edf4;border-bottom-left-radius:4px}.cs-bubble--staff{background:#2563eb;color:#fff;border-bottom-right-radius:4px}.cs-bubble__content{white-space:pre-wrap;word-break:break-word;line-height:1.5}.cs-bubble__meta{margin-top:6px;font-size:11px;opacity:.75}.cs-bubble--user .cs-bubble__meta{color:#94a3b8;opacity:1}.cs-workspace__composer{display:flex;gap:8px;padding:12px;border-top:1px solid #e8edf4;background:#fff;flex-shrink:0}.cs-workspace__loading{padding:32px;text-align:center}.cs-workspace__loading--messages{padding-top:120px}.cs-workspace__empty{margin:auto}.review-material-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.review-material-card{margin:0;padding:8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.review-material-card--error{min-height:120px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:12px}.review-material-card figcaption{margin-top:8px;font-size:12px;color:#64748b;text-align:center}.review-material-image{width:100%;height:110px;object-fit:cover;border-radius:8px}.review-material-card .ant-image{display:block;width:100%}.review-material-card .ant-image-img{width:100%;height:110px;object-fit:cover;border-radius:8px}.admin-sider .ant-menu-inline .ant-menu-item{height:40px;line-height:40px}.admin-sider .ant-menu-title-content{flex:1;min-width:0}.admin-sider .ant-menu-item .admin-sider__nav-label{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.admin-sider .admin-sider__nav-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sider .admin-sider__nav-count{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center;box-shadow:0 0 0 1px #0f172a59;flex-shrink:0}.admin-sider .ant-menu-item-selected .admin-sider__nav-count{box-shadow:0 0 0 1px #1677ff59}
