.ant-table-wrapper .ant-table{border-radius:8px}.ant-table-wrapper .ant-table-tbody>tr:last-child>td:first-child{border-bottom-left-radius:8px}.ant-table-wrapper .ant-table-tbody>tr:last-child>td:last-child{border-bottom-right-radius:8px}.ant-pagination{align-items:center;display:flex}.ant-table-pagination.ant-pagination{border-radius:0 0 8px 8px}.ant-pagination-total-text{margin-right:auto!important;margin-inline-end:auto!important;font-size:14px!important}.ant-col{height:100%}html[data-theme=dark] .ant-table-filter-dropdown{background-color:#000}.cio-coaching-app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1f1f1f}::-webkit-scrollbar-thumb{background:#1890ff;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#40a9ff}.cio-layout{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh}.cio-header{background:linear-gradient(90deg,#001529 0%,#1890ff 100%);border-bottom:2px solid #1890ff;box-shadow:0 2px 8px #0000001a}.cio-sider{background:#001529;border-right:1px solid #1890ff;box-shadow:2px 0 8px #0000001a}.cio-brand-title{color:#c90000;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.cio-brand-icon{color:#1890ff;font-size:20px}.cio-brand-subtitle{color:#8c8c8c;font-size:12px;font-weight:400}.cio-card{border:1px solid #f0f0f0;border-radius:12px;transition:all .3s;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.cio-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cio-card-header{background:linear-gradient(90deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #dee2e6;border-radius:12px 12px 0 0;padding:16px 24px}.cio-btn-primary{background:linear-gradient(90deg,#1890ff 0%,#40a9ff 100%);border:none;border-radius:6px;height:36px;font-weight:500;transition:all .3s}.cio-btn-primary:hover{background:linear-gradient(90deg,#40a9ff 0%,#69c0ff 100%);transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}.cio-btn-success{background:linear-gradient(90deg,#52c41a 0%,#73d13d 100%);border:none;border-radius:6px;height:36px;font-weight:500;transition:all .3s}.cio-btn-success:hover{background:linear-gradient(90deg,#73d13d 0%,#95de64 100%);transform:translateY(-1px);box-shadow:0 4px 12px #52c41a4d}.cio-table{border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.cio-table .ant-table-thead>tr>th{color:#262626;background:linear-gradient(90deg,#fafafa 0%,#f0f0f0 100%);border-bottom:2px solid #1890ff;font-weight:600}.cio-table .ant-table-tbody>tr:hover>td{background:#1890ff0d}.cio-form-item .ant-form-item-label>label{color:#262626;font-weight:500}.cio-input{border:1px solid #d9d9d9;border-radius:6px;height:36px;transition:all .3s}.cio-input:focus,.cio-input:hover{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.cio-menu{background:#001529}.cio-menu .ant-menu-item{border-radius:6px;margin:4px 8px;transition:all .3s}.cio-menu .ant-menu-item:hover{color:#1890ff;background:#1890ff1a}.cio-menu .ant-menu-item-selected{color:#fff;background:#1890ff;box-shadow:0 2px 8px #1890ff4d}.cio-auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.cio-auth-card{background:#fff;border-radius:16px;width:100%;padding:40px;box-shadow:0 20px 40px #0000001a}.cio-auth-header{text-align:center;margin-bottom:20px}.cio-auth-icon{margin-bottom:16px;font-size:32px}.cio-auth-title{color:#001529;margin:0 0 8px;font-size:24px;font-weight:700}.cio-auth-subtitle{margin:0;font-size:14px}.cio-stat-card{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:24px;transition:all .3s;box-shadow:0 4px 12px #0000001a}.cio-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.cio-stat-card-success{background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%)}.cio-stat-card-warning{background:linear-gradient(135deg,#faad14 0%,#ffc53d 100%)}.cio-stat-card-error{background:linear-gradient(135deg,#ff4d4f 0%,#ff7875 100%)}.cio-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.cio-loading-spinner{color:#1890ff;font-size:24px}.cio-notification{border-radius:8px;box-shadow:0 4px 12px #0000001a}.cio-notification-success{border-left:4px solid #52c41a}.cio-notification-warning{border-left:4px solid #faad14}.cio-notification-error{border-left:4px solid #ff4d4f}.cio-notification-info{border-left:4px solid #1890ff}@media (width<=768px){.cio-auth-card{margin:10px;padding:24px}.cio-brand-title{font-size:16px}.cio-brand-subtitle{display:none}}.cio-fade-in{animation:.5s ease-in fadeIn}.cio-slide-up{animation:.3s ease-out slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cio-tag{border-radius:4px;padding:2px 8px;font-weight:500}.cio-tag-student{color:#1890ff;background:#e6f7ff;border:1px solid #91d5ff}.cio-tag-coach{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f}.cio-tag-admin{color:#fa8c16;background:#fff2e8;border:1px solid #ffd591}.cio-progress{border-radius:6px;overflow:hidden}.cio-progress-bar{background:linear-gradient(90deg,#1890ff 0%,#40a9ff 100%);transition:width .3s}.cio-tooltip{border-radius:6px;box-shadow:0 4px 12px #00000026}.cio-modal .ant-modal-content{border-radius:12px;overflow:hidden}.cio-modal .ant-modal-header{background:linear-gradient(90deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #dee2e6}.cio-modal .ant-modal-title{color:#262626;font-weight:600}.cio-dropdown .ant-dropdown-menu{border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 4px 12px #0000001a}.cio-dropdown .ant-dropdown-menu-item{border-radius:4px;margin:2px 4px;transition:all .2s}.cio-dropdown .ant-dropdown-menu-item:hover{color:#1890ff;background:#1890ff1a}.cio-pagination .ant-pagination-item{border:1px solid #d9d9d9;border-radius:6px;transition:all .3s}.cio-pagination .ant-pagination-item:hover{color:#1890ff;border-color:#1890ff}.cio-pagination .ant-pagination-item-active{color:#fff;background:#1890ff;border-color:#1890ff}.cio-breadcrumb .ant-breadcrumb-link{color:#8c8c8c;transition:color .3s}.cio-breadcrumb .ant-breadcrumb-link:hover{color:#1890ff}.cio-breadcrumb .ant-breadcrumb-separator{color:#d9d9d9}.cio-empty{text-align:center;padding:48px 24px}.cio-empty-icon{color:#d9d9d9;margin-bottom:16px;font-size:64px}.cio-empty-text{color:#8c8c8c;margin-bottom:8px;font-size:16px}.cio-empty-description{color:#bfbfbf;font-size:14px}[data-theme=dark] .cio-card{border-color:#303030;box-shadow:0 1px 2px #0000001a,0 1px 6px -1px #00000014,0 2px 4px #0000000f}[data-theme=dark] .cio-card:hover{box-shadow:0 4px 12px #00000059}[data-theme=dark] .cio-card-header{background:linear-gradient(90deg,#1f1f1f 0%,#2a2a2a 100%);border-bottom-color:#303030}[data-theme=dark] .cio-table .ant-table-thead>tr>th{color:#ffffffd9;background:linear-gradient(90deg,#1f1f1f 0%,#262626 100%);border-bottom-color:#1890ff}[data-theme=dark] .cio-table .ant-table-tbody>tr:hover>td{background:#1890ff14}[data-theme=dark] .cio-form-item .ant-form-item-label>label{color:#ffffffd9}[data-theme=dark] .cio-input{color:#ffffffd9;background:#141414;border-color:#434343}[data-theme=dark] .cio-input:focus,[data-theme=dark] .cio-input:hover{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff26}[data-theme=dark] .cio-modal .ant-modal-header{background:linear-gradient(90deg,#1f1f1f 0%,#262626 100%);border-bottom-color:#303030}[data-theme=dark] .cio-modal .ant-modal-title{color:#ffffffd9}[data-theme=dark] .cio-dropdown .ant-dropdown-menu{background:#1f1f1f;border-color:#303030}[data-theme=dark] .cio-dropdown .ant-dropdown-menu-item:hover{background:#1890ff26}[data-theme=dark] .cio-tag-student{color:#40a9ff;background:#1890ff26;border-color:#1890ff66}[data-theme=dark] .cio-tag-coach{color:#73d13d;background:#52c41a26;border-color:#52c41a66}[data-theme=dark] .cio-tag-admin{color:#ffa940;background:#fa8c1626;border-color:#fa8c1666}[data-theme=dark] .cio-empty-icon{color:#434343}[data-theme=dark] .cio-empty-text{color:#ffffff73}[data-theme=dark] .cio-empty-description{color:#ffffff40}[data-theme=dark] .cio-auth-card{background:#141414}[data-theme=dark] .cio-auth-title{color:#ffffffd9}[data-theme=dark] .cio-pagination .ant-pagination-item{color:#ffffffa6;border-color:#434343}[data-theme=dark] .cio-pagination .ant-pagination-item:hover{color:#1890ff;border-color:#1890ff}[data-theme=dark] .cio-breadcrumb .ant-breadcrumb-link{color:#ffffff73}[data-theme=dark] .cio-breadcrumb .ant-breadcrumb-separator{color:#434343}
