html,body,#root{height:100%;margin:0}body{color-scheme:light}.group-modal-name{display:flex;align-items:center;gap:8px;margin-bottom:16px}.group-modal-name strong{flex:1;font-size:15px}.group-modal-name .ant-input{flex:1}.group-modal-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:#6e6e73;font-size:12px}.group-modal-add{margin-bottom:10px;padding:8px;border:1px solid #E2E2E7;border-radius:8px;background:#f5f5f7}.group-modal-add-results{max-height:160px;margin-top:6px;overflow:auto}.group-modal-members{max-height:280px;overflow:auto;border:1px solid #E2E2E7;border-radius:8px}.group-modal-members .ant-list-item{display:flex;align-items:center;gap:10px;padding:8px 12px}.group-member-name{display:flex;flex:1;min-width:0;align-items:baseline;gap:6px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.group-member-dept{overflow:hidden;color:#86868b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.group-modal-footer{display:flex;justify-content:flex-end;margin-top:16px;padding-top:12px;border-top:1px solid #F0F0F2}.chat-float-badge{position:fixed;right:24px;bottom:24px;z-index:90}.chat-float-button{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0071e3;color:#fff;box-shadow:0 10px 24px #0071e352;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.chat-float-button:hover{background:#0077ed;box-shadow:0 14px 30px #0071e366;transform:translateY(-2px)}.chat-drawer-title{display:flex;align-items:center;gap:8px}.chat-drawer-unread{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding:0 5px;border-radius:999px;background:#ff3b30;color:#fff;font-size:11px;font-weight:600}.chat-connection-status{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:#a8650a;font-size:11px;font-weight:400}.chat-connection-status i{width:6px;height:6px;border-radius:50%;background:#a8650a}.chat-connection-status.is-online{color:#1e7f45}.chat-connection-status.is-online i{background:#1e7f45}.chat-drawer .ant-drawer-body{padding:0}.chat-shell{display:flex;height:calc(100vh - 55px);flex-direction:row}.chat-conversation-list{display:flex;width:260px;min-width:260px;flex-direction:column;overflow:auto;background:#fafafb;border-right:1px solid #E2E2E7}.chat-list-toolbar{display:flex;align-items:center;gap:6px;padding:14px 12px 10px}.chat-list-toolbar .ant-input-affix-wrapper{flex:1;border-radius:8px;background:#fff}.chat-conversation-scroll{min-height:0;flex:1;overflow:auto;padding:2px 8px 12px}.chat-conversation{display:flex;width:100%;align-items:center;gap:10px;padding:9px 10px 9px 8px;border:0;border-left:3px solid transparent;border-radius:10px;background:transparent;color:#1d1d1f;text-align:left;cursor:pointer;transition:background-color .12s ease}.chat-conversation:hover{background:#f0f0f2}.chat-conversation.is-active{background:#eaf2fd;border-left-color:#0071e3}.chat-conversation-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.chat-conversation-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-conversation-row strong{overflow:hidden;font-size:13.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-time{flex:0 0 auto;color:#a1a1a6;font-size:10.5px}.chat-conversation-preview{overflow:hidden;color:#86868b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.chat-message-pane{display:flex;min-height:0;flex:1;flex-direction:column;background:#fff}.chat-message-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #F0F0F2}.chat-message-header-info{display:flex;align-items:center;gap:10px;min-width:0}.chat-message-header-title{display:flex;min-width:0;flex-direction:column;gap:1px}.chat-message-header-title strong{overflow:hidden;font-size:14.5px;text-overflow:ellipsis;white-space:nowrap}.chat-message-header-dept{overflow:hidden;color:#86868b;font-size:11.5px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.chat-messages{min-height:0;flex:1;overflow:auto;padding:16px 20px}.chat-day-divider{display:flex;align-items:center;gap:10px;margin:6px 0 16px;color:#a1a1a6;font-size:11px}.chat-day-divider:before,.chat-day-divider:after{height:1px;flex:1;background:#f0f0f2;content:""}.chat-message{display:flex;align-items:flex-end;gap:8px;margin-bottom:14px}.chat-message.is-grouped{margin-bottom:3px}.chat-message.is-mine{flex-direction:row-reverse}.chat-message-avatar{flex:0 0 auto}.chat-message-avatar.is-hidden{visibility:hidden}.chat-message-body{display:flex;min-width:0;max-width:78%;flex-direction:column;align-items:flex-start}.chat-message.is-mine .chat-message-body{align-items:flex-end}.chat-message-bubble{max-width:100%;padding:10px 13px;border-radius:15px 15px 15px 4px;background:#f0f0f2;color:#1d1d1f;font-size:13.5px;line-height:1.55;white-space:pre-wrap}.chat-message.is-mine .chat-message-bubble{border-radius:15px 15px 4px;background:#0071e3;color:#fff}.chat-message small{margin:4px 4px 0;color:#a1a1a6;font-size:10.5px}.chat-message-sender{margin:0 4px 3px;color:#86868b;font-size:11px}.chat-unread-divider{display:flex;align-items:center;gap:8px;margin:4px 0 14px;color:#0071e3;font-size:11px}.chat-unread-divider:before,.chat-unread-divider:after{height:1px;flex:1;background:#dceafb;content:""}.chat-composer{display:flex;align-items:flex-end;gap:4px;margin:0 20px 16px;padding:6px 8px 6px 14px;border:1px solid #E2E2E7;border-radius:18px;background:#fafafb;transition:border-color .12s ease,box-shadow .12s ease}.chat-composer:focus-within{border-color:#0071e3;box-shadow:0 0 0 3px #0071e324}.chat-composer .ant-input{padding:6px 4px;border:0!important;background:transparent!important;box-shadow:none!important;resize:none}.chat-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;width:232px}.chat-emoji-item{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;font-size:17px;cursor:pointer}.chat-emoji-item:hover{background:#f0f0f2}.chat-notification-body{display:flex;align-items:center;gap:8px}.chat-empty{display:grid;height:100%;min-height:100px;place-items:center;color:#a1a1a6;font-size:12px}.chat-empty-start{align-content:center;gap:10px;color:#c7c7cc}.chat-peer-results{min-height:120px;max-height:250px;margin-top:12px;overflow:auto;border:1px solid #E2E2E7;border-radius:8px}.chat-peer-option,.chat-peer-selected{display:flex;width:100%;align-items:center;gap:10px;padding:9px 12px;border:0;background:transparent;color:#1d1d1f;text-align:left;cursor:pointer}.chat-peer-option:hover{background:#f5f5f7}.chat-peer-option.is-checked{background:#eaf2fd}.chat-selected-members{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.chat-member-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#eaf2fd;color:#005bb8;font-size:12px}.chat-member-chip button{border:0;background:transparent;color:#005bb8;font-size:13px;line-height:1;cursor:pointer;padding:0}.chat-peer-option span,.chat-peer-selected span{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.chat-peer-option strong,.chat-peer-selected strong{font-size:13px;font-weight:550}.chat-peer-option small,.chat-peer-selected small{overflow:hidden;color:#86868b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.chat-peer-selected{background:#eaf2fd}.chat-peer-selected em{color:#0071e3;font-size:11px;font-style:normal;white-space:nowrap}.chat-peer-empty{display:grid;min-height:120px;place-items:center;color:#a1a1a6;font-size:12px}@media(max-width:600px){.chat-float-badge{right:16px;bottom:16px}.chat-conversation-list{width:148px;min-width:148px}.chat-list-toolbar{padding:10px 8px 8px}.chat-message-header{padding:10px 12px}.chat-messages{padding:12px}.chat-composer{margin:0 12px 12px}.chat-conversation{gap:6px;padding-inline:6px}.chat-conversation-time{display:none}}.profile-modal-avatar{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0 20px}.profile-avatar-uploader{position:relative;width:72px;height:72px;border-radius:50%;cursor:pointer}.profile-avatar-mask{position:absolute;inset:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0000;color:transparent;transition:background-color .2s,color .2s}.profile-avatar-uploader:hover .profile-avatar-mask{background:#0006;color:#fff}.profile-avatar-hint{font-size:12px;color:#00000073}.profile-modal-field{display:flex;flex-direction:column;gap:6px}.profile-modal-field label{font-size:13px;color:#000000a6}.main-layout{min-height:100vh;background:#f5f5f7}.sidebar{border-right:1px solid #E2E2E7;z-index:10;position:fixed;left:0;top:0;height:100vh;overflow:auto}.main-layout>.ant-layout{margin-left:224px;transition:margin-left .2s}.main-layout .ant-layout-sider-collapsed+.ant-layout{margin-left:64px}.logo{height:52px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 18px;border-bottom:1px solid #E2E2E7;overflow:hidden}.ant-layout-sider-collapsed .logo{justify-content:center;padding:0}.logo-dot{flex:0 0 auto;width:10px;height:10px;border-radius:50%;background:#0071e3}.logo-text{font-size:15px;font-weight:650;letter-spacing:-.2px;color:#000000e0;white-space:nowrap}.sidebar-menu{border-right:none;padding:8px;background:transparent!important}.sidebar-menu .ant-menu-item,.sidebar-menu .ant-menu-submenu-title{font-size:13.5px}.sidebar-menu .ant-menu-item-selected{font-weight:590}.header{height:52px;line-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #E2E2E7;z-index:9;position:sticky;top:0}.header-left{display:flex;align-items:center;min-width:0}.trigger{font-size:16px;cursor:pointer;transition:color .2s;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:8px;color:#0000008c}.trigger:hover{background:#f0f0f2;color:#0071e3}.header-title{margin-left:10px;overflow:hidden;color:#1d1d1f;font-size:16px;font-weight:600;letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap}.header-right{display:flex;align-items:center}.header-icon{font-size:16px;cursor:pointer;transition:color .2s;color:#0000008c}.header-action{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer}.header-action:hover{background:#f0f0f2}.header-icon:hover{color:#0071e3}.user-info{min-height:36px;padding:4px 8px;border-radius:10px;transition:background-color .2s}.user-info:hover{background-color:#0000000a}.user-details{line-height:1.2}.content{overflow:auto;min-height:280px;padding:20px 24px}@media(max-width:768px){.sidebar{position:fixed;height:100vh;z-index:100}.user-details{display:none}}.login-page{min-height:100vh;display:flex;background:#fff}.login-brand-panel{position:relative;width:44%;min-width:420px;display:flex;flex-direction:column;justify-content:center;padding:64px;overflow:hidden;background:linear-gradient(155deg,#0060c2,#0071e3 46%,#2e8fee);color:#fff}.login-brand-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(480px circle at 15% 12%,rgba(255,255,255,.22),transparent 60%),radial-gradient(560px circle at 88% 92%,rgba(0,30,80,.35),transparent 55%)}.login-brand-grid{position:absolute;inset:0;pointer-events:none;opacity:.12;background-image:radial-gradient(rgba(255,255,255,.9) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 75%);mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 75%)}.login-brand-illustration{position:relative;z-index:1;height:200px;max-width:400px;margin-bottom:36px}.login-illustration-card{position:absolute;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-illustration-card--main{top:0;left:0;width:280px;padding:16px 18px 18px;transform:rotate(-2deg)}.login-illustration-card-header{display:flex;gap:6px;margin-bottom:14px}.login-illustration-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59}.login-illustration-dot--red{background:#ff6259}.login-illustration-dot--yellow{background:#ffbd2e}.login-illustration-dot--green{background:#28c93f}.login-illustration-chart{display:block;width:100%;height:56px;margin-bottom:12px}.login-illustration-bar{height:7px;border-radius:4px;background:#ffffff47;margin-top:8px}.login-illustration-bar--w70{width:70%}.login-illustration-bar--w45{width:45%}.login-illustration-card--stat{top:132px;left:40px;width:148px;padding:12px 16px;display:flex;flex-direction:column;gap:4px;transform:rotate(3deg);box-shadow:0 16px 40px #001e5a47}.login-illustration-stat-label{font-size:11px;color:#ffffffad}.login-illustration-stat-value{font-size:20px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.login-illustration-card--badge{top:24px;left:254px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff29;transform:rotate(6deg)}.login-brand-content{position:relative;z-index:1;max-width:400px}.login-brand-features{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.login-brand-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#ffffffdb}.login-brand-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:8px;background:#ffffff24}.login-brand-mark{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;border-radius:14px;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.24)}.login-brand-title{margin:0 0 8px;font-size:32px;font-weight:600;letter-spacing:.2px;color:#fff}.login-brand-subtitle{margin:0 0 24px;font-size:14px;color:#ffffffad}.login-brand-tagline{margin:0;padding-top:24px;font-size:15px;line-height:1.6;color:#ffffffdb;border-top:1px solid rgba(255,255,255,.2)}.login-brand-footer{position:relative;z-index:1;margin-top:40px;font-size:12px;color:#ffffff80}.login-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:#fff}.login-form-wrapper{width:100%;max-width:360px}.login-form-header{margin-bottom:32px}.login-form-mark{display:none;width:42px;height:42px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:12px;color:#0071e3;background:#eaf2fd}.login-form-title{margin-bottom:4px!important;color:#1d1d1f!important;font-size:22px!important;font-weight:600!important}.qrcode-login{padding:8px 0 0;min-height:280px;display:flex;align-items:center;justify-content:center}.qrcode-loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.qrcode-content{display:flex;flex-direction:column;align-items:center}.qrcode-wrapper{position:relative;padding:16px;border:1px solid #E2E2E7;border-radius:12px;background:#fff}.qrcode-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffeb;z-index:1;border-radius:12px}.qrcode-status{margin-top:16px;text-align:center}.qrcode-error{display:flex;flex-direction:column;align-items:center}@media(max-width:900px){.login-brand-panel{display:none}.login-form-panel{padding:48px 20px}.login-form-mark{display:inline-flex}}.ops-stat-card{min-width:0;min-height:104px;padding:16px 20px;border:1px solid #E2E2E7;border-radius:12px;background:#fff;color:#1d1d1f;transition:background-color .12s ease,border-color .12s ease}.ops-stat-card.is-interactive{cursor:pointer}.ops-stat-card.is-interactive:hover{background:#f7f7f9}.ops-stat-card.is-interactive:focus-visible{outline:3px solid rgba(0,113,227,.15);outline-offset:1px}.ops-stat-card.is-selected{border-color:#0071e3}.ops-stat-card__label{display:flex;align-items:center;gap:6px;min-width:0;color:#6e6e73;font-size:13px;line-height:20px}.ops-stat-card__icon{display:inline-flex;flex:0 0 auto;color:#6e6e73;font-size:16px}.ops-stat-card__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-stat-card__value-row{display:flex;align-items:baseline;gap:8px;min-width:0;margin-top:6px}.ops-stat-card__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d1d1f;font-size:28px;font-weight:600;line-height:34px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.ops-stat-card__prefix,.ops-stat-card__suffix{margin-right:1px;font-size:18px;font-weight:500;letter-spacing:0}.ops-stat-card__suffix{margin-right:0;margin-left:2px;font-size:14px}.ops-stat-card__delta,.ops-stat-card__hint{font-size:12px;line-height:18px;font-variant-numeric:tabular-nums}.ops-stat-card__delta{font-weight:500}.ops-stat-card__hint{margin-top:4px;color:#86868b}@media(max-width:767px){.ops-stat-card{padding:14px 16px}.ops-stat-card__value{font-size:24px;line-height:30px}}.ops-page-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;margin-bottom:16px}.ops-page-header__copy{min-width:0}.ops-page-header__title{margin:0 0 2px!important;color:#1d1d1f!important;font-size:20px!important;font-weight:600!important;line-height:28px!important;letter-spacing:-.01em}.ops-page-header__description{display:block;color:#86868b;font-size:12px;line-height:18px}.ops-page-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:none}.ops-page-header__meta{color:#86868b;font-size:12px;white-space:nowrap}@media(max-width:700px){.ops-page-header{align-items:flex-start;flex-direction:column;gap:8px}.ops-page-header__actions{justify-content:flex-start;width:100%}}.customers-page{padding:0}.customers-page .filter-card{border:1px solid #E2E2E7;border-radius:12px;box-shadow:none}.customers-page .filter-card .ant-card-body{padding:0 16px!important}.customers-page .filter-header{min-height:54px;padding:0!important}.customers-page .filter-header .ant-space{gap:8px}.customers-page .filter-card.expanded .ant-divider{margin:0 0 14px!important}.customers-page .filter-card.expanded .ant-form{padding-bottom:2px}.customers-page .filter-card.expanded .ant-form-item{margin-bottom:12px!important}.customers-page .filter-card.expanded .ant-form-item-label{padding:0 0 4px}.customers-page .filter-card.expanded .ant-row:last-child{margin-top:0!important}.stat-card{border-radius:12px;transition:background-color .12s ease,border-color .12s ease}.stat-card:hover{background:#f7f7f9}.stat-card .ant-statistic-title{font-size:13px;color:#8c8c8c;margin-bottom:4px}.stat-card .ant-statistic-content{font-size:24px;font-weight:500}.stat-card-success .ant-statistic-content{color:#52c41a}.stat-card-purple .ant-statistic-content{color:#722ed1}.stat-card-warning .ant-statistic-content{color:#fa8c16}.table-card{border-radius:12px;border:1px solid #E2E2E7;box-shadow:none}.table-card .ant-table-small{font-size:13px}.table-card .ant-table-small .ant-table-cell{padding:8px 12px}.table-card .ant-table-small .ant-table-thead>tr>th{background:#fafafb;font-weight:500}.table-card .ant-btn-link{font-size:13px}.table-card .ant-input-search{border-radius:4px}.table-card .ant-pagination{margin-top:12px}.table-card .ant-table-body{overflow-x:auto!important}.table-card .ant-table-body::-webkit-scrollbar{height:8px}.table-card .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-card .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-card .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.operation-log-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.operation-log-toolbar .ant-input{width:150px}.operation-log-toolbar .ant-select{width:130px}.operation-log-empty{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#a1a1a6}@media(max-width:850px){.operation-log-toolbar{flex-direction:column}}:root{--primary-color: #0071E3;--primary-hover: #0077ED;--primary-light: rgba(0, 113, 227, .1);--success-color: #52c41a;--success-light: #f6ffed;--warning-color: #faad14;--warning-light: #fffbe6;--danger-color: #ff4d4f;--text-primary: #1f1f1f;--text-secondary: #666666;--text-tertiary: #999999;--border-color: #e8e8e8;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-tertiary: #fafafa;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02);--shadow-md: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05);--shadow-lg: 0 12px 24px -4px rgba(0, 0, 0, .1), 0 4px 8px -2px rgba(0, 0, 0, .05);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.students-page{padding:24px;background:linear-gradient(180deg,#f0f5ff,#f5f7fa);min-height:100vh}.page-header-card{margin-bottom:24px}.page-header-card .ant-card-body{padding:20px 24px}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.header-title{display:flex;align-items:center;gap:16px}.title-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-color) 0%,#42A5F5 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 12px #1677ff4d}.title-text{display:flex;flex-direction:column;gap:2px}.main-title{margin:0!important;font-size:24px!important;font-weight:600!important;color:var(--text-primary)!important;line-height:1.3!important}.sub-title{font-size:14px}.header-actions{display:flex;gap:12px}.refresh-btn{border-radius:var(--radius-sm);height:36px;padding:0 16px;font-weight:500;border-color:var(--border-color);transition:var(--transition)}.refresh-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.stats-row{margin-bottom:24px!important}.stat-card{border-radius:var(--radius-md)!important;border:none!important;box-shadow:var(--shadow-sm)!important;transition:var(--transition);overflow:hidden;cursor:default}.stat-card:hover{box-shadow:var(--shadow-md)!important;transform:translateY(-2px)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.total:before{background:linear-gradient(90deg,var(--primary-color),#42A5F5)}.stat-card.resume:before{background:linear-gradient(90deg,#13c2c2,#36cfc9)}.stat-card.account:before{background:linear-gradient(90deg,var(--success-color),#73d13d)}.stat-card.teacher:before{background:linear-gradient(90deg,#722ed1,#9254de)}.stat-card .ant-card-body{padding:20px!important}.stat-content{display:flex;align-items:center;gap:16px}.stat-icon{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px}.stat-card.total .stat-icon{background:var(--primary-light);color:var(--primary-color)}.stat-card.resume .stat-icon{background:#e6fffb;color:#13c2c2}.stat-card.account .stat-icon{background:var(--success-light);color:var(--success-color)}.stat-card.teacher .stat-icon{background:#f9f0ff;color:#722ed1}.stat-info{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:13px;color:var(--text-tertiary)}.stat-value{font-size:28px!important;font-weight:600!important;color:var(--text-primary)!important;line-height:1.2!important}.search-card{border-radius:var(--radius-md)!important;border:none!important;box-shadow:var(--shadow-sm)!important;margin-bottom:24px;overflow:hidden;transition:var(--transition)}.search-card .ant-card-body{padding:16px 24px!important}.search-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-icon{color:var(--primary-color);font-size:16px}.expand-icon{font-size:13px;color:var(--text-tertiary);transition:var(--transition)}.search-header:hover .expand-icon{color:var(--primary-color)}.search-input{border-radius:var(--radius-sm)!important}.search-input:hover{border-color:var(--primary-hover)!important}.search-input:focus,.search-input.ant-input-affix-wrapper-focused{border-color:var(--primary-color)!important;box-shadow:0 0 0 2px #1677ff1a!important}.input-prefix-icon{color:var(--text-tertiary)}.search-actions{display:flex;align-items:flex-end}.search-btn{border-radius:var(--radius-sm);height:36px;padding:0 24px;font-weight:500;box-shadow:0 2px 4px #1677ff33}.reset-btn{border-radius:var(--radius-sm);height:36px;transition:var(--transition)}.reset-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.table-card{border-radius:var(--radius-md)!important;border:none!important;box-shadow:var(--shadow-sm)!important}.table-card .ant-card-body{padding:24px!important}.table-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.table-title{font-size:16px!important;color:var(--text-primary)!important}.table-badge{background:var(--primary-color)!important}.students-table .ant-table-thead>tr>th{background:var(--bg-tertiary)!important;font-weight:600;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:14px 16px;font-size:13px}.students-table .ant-table-tbody>tr{transition:var(--transition)}.students-table .ant-table-tbody>tr:hover>td{background:var(--primary-light)!important}.students-table .ant-table-tbody>tr>td{padding:16px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.student-info-cell{display:flex;align-items:center;gap:12px}.student-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),#42A5F5);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.student-detail{display:flex;flex-direction:column;gap:2px;min-width:0}.student-name{font-size:14px!important;color:var(--text-primary)!important}.student-major{font-size:12px}.alma-mater-text{color:var(--text-secondary)}.degree-tag{border-radius:20px!important;padding:2px 12px!important;font-size:12px!important;font-weight:500!important;background:var(--primary-light)!important;color:var(--primary-color)!important;border:none!important}.graduation-year{font-family:SF Mono,Monaco,Courier New,monospace;font-weight:600;color:var(--text-secondary);background:var(--bg-tertiary);padding:4px 10px;border-radius:var(--radius-sm);font-size:13px}.teacher-cell-readonly{display:flex;align-items:center;gap:8px}.teacher-avatar-small{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#722ed1,#9254de);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;flex-shrink:0}.teacher-name{color:var(--text-secondary);font-size:14px}.unassigned-text{font-size:13px;font-style:italic}.status-tag{border-radius:20px!important;padding:2px 12px!important;font-size:12px!important;border:none!important}.status-tag.success{background:var(--success-light)!important;color:var(--success-color)!important}.status-tag.default{background:var(--bg-tertiary)!important;color:var(--text-tertiary)!important}.transaction-date-cell{display:flex;align-items:center;justify-content:center;gap:6px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:13px;color:var(--text-secondary)}.date-icon{color:var(--primary-color);font-size:12px}.status-select{min-width:120px!important}.status-select .ant-select-selector{padding:0 4px!important;border-radius:var(--radius-sm)!important;background:transparent!important}.status-select:hover .ant-select-selector{background:var(--bg-secondary)!important}.status-select .ant-select-selection-item{padding-right:20px!important}.status-select-tag{border-radius:20px!important;padding:1px 10px!important;font-size:12px!important;border:none!important;margin:0!important;cursor:pointer}.action-column{display:flex;justify-content:center}.action-btn{height:28px!important;padding:0 8px!important;border-radius:6px!important;font-size:12px!important;color:var(--text-secondary)!important;transition:var(--transition);position:relative;overflow:hidden}.action-btn:hover{background:var(--bg-tertiary)!important;color:var(--text-primary)!important}.action-btn.primary:hover{background:var(--primary-light)!important;color:var(--primary-color)!important}.action-btn.success:hover{background:var(--success-light)!important;color:var(--success-color)!important}.action-btn.highlight{background:var(--primary-light)!important;color:var(--primary-color)!important}.action-btn.highlight:hover{background:var(--primary-color)!important;color:#fff!important}.students-pagination{margin-top:20px}.pagination-text{font-size:13px}.students-pagination .ant-pagination-item{border-radius:var(--radius-sm);border-color:var(--border-color)}.students-pagination .ant-pagination-item-active{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.students-pagination .ant-pagination-item-active a{color:#fff!important}.students-empty{padding:60px 0}.students-empty .ant-empty-description{color:var(--text-tertiary);font-size:14px}.students-modal .ant-modal-content{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.students-modal .ant-modal-header{display:none}.students-modal .ant-modal-body{padding:0}.students-modal .ant-modal-footer{padding:16px 24px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.students-modal .ant-modal-footer .ant-btn{border-radius:var(--radius-sm);height:38px;padding:0 24px;font-weight:500}.students-modal .ant-modal-footer .ant-btn-primary{box-shadow:0 2px 4px #1677ff4d}.modal-header{padding:24px 24px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.modal-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.modal-icon.teacher-icon{background:linear-gradient(135deg,#722ed1,#9254de);color:#fff;box-shadow:0 4px 12px #722ed14d}.modal-icon.account-icon{background:linear-gradient(135deg,var(--primary-color),#42A5F5);color:#fff;box-shadow:0 4px 12px #1677ff4d}.modal-title{margin:0!important;font-size:18px!important;font-weight:600!important;color:var(--text-primary)!important}.student-info-card{margin:20px 24px;padding:16px;background:var(--bg-secondary);border-radius:var(--radius-md);display:flex;align-items:center;gap:16px}.student-avatar-large{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),#42A5F5);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}.student-info-detail{display:flex;flex-direction:column;gap:4px}.student-name-large{font-size:16px!important;color:var(--text-primary)!important}.student-major-text{font-size:13px}.modal-form{padding:0 24px 24px}.modal-form .ant-form-item-label>label{font-weight:500;color:var(--text-primary)}.modal-input,.modal-select{border-radius:var(--radius-sm)!important}.modal-input:hover,.modal-select:hover .ant-select-selector{border-color:var(--primary-hover)!important}.modal-input:focus,.modal-input.ant-input-affix-wrapper-focused,.modal-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color)!important;box-shadow:0 0 0 2px #1677ff1a!important}.teacher-option{display:flex;align-items:center;gap:8px}.option-icon{color:var(--text-tertiary)}@media(max-width:1200px){.students-page{padding:20px}.stat-card .ant-card-body{padding:16px!important}.stat-icon{width:44px;height:44px;font-size:20px}.stat-value{font-size:24px!important}}@media(max-width:992px){.header-content{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:flex-end}.table-card .ant-card-body,.search-card .ant-card-body{padding:16px!important}}@media(max-width:768px){.students-page{padding:16px}.header-title{gap:12px}.title-icon{width:40px;height:40px;font-size:20px}.main-title{font-size:20px!important}.stats-row{margin-bottom:16px!important}.stat-card .ant-card-body{padding:14px!important}.stat-content{gap:12px}.stat-icon{width:40px;height:40px;font-size:18px}.stat-label{font-size:12px}.stat-value{font-size:22px!important}.students-table .ant-table-tbody>tr>td{padding:12px 8px}.student-avatar{width:36px;height:36px;font-size:14px}.student-name{font-size:13px!important}.student-major{font-size:11px}.modal-header{padding:20px 20px 0}.modal-icon{width:48px;height:48px;font-size:20px}.modal-title{font-size:16px!important}.student-info-card{margin:16px 20px;padding:12px}.modal-form{padding:0 20px 20px}.students-modal .ant-modal-footer{padding:12px 20px}}@media(max-width:576px){.students-page{padding:12px}.page-header{margin-bottom:16px}.search-card .ant-card-body{padding:12px!important}.search-header{padding:4px 0}.table-header{margin-bottom:12px}.students-table .ant-table-thead>tr>th{padding:10px 8px;font-size:12px}.students-table .ant-table-tbody>tr>td{padding:10px 8px;font-size:13px}.degree-tag,.status-tag{font-size:11px!important;padding:1px 8px!important}.graduation-year{font-size:12px;padding:3px 8px}.action-icon-btn{width:24px!important;height:24px!important;font-size:12px!important}.assign-btn,.create-account-btn{font-size:11px;height:24px;padding:0 8px}.teacher-cell{flex-direction:column;align-items:flex-start;gap:4px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stat-card{animation:fadeInUp .4s ease-out}.stat-card:nth-child(1){animation-delay:0s}.stat-card:nth-child(2){animation-delay:.1s}.stat-card:nth-child(3){animation-delay:.2s}.stat-card:nth-child(4){animation-delay:.3s}.search-card{animation:fadeInUp .4s ease-out;animation-delay:.15s}.table-card{animation:fadeInUp .4s ease-out;animation-delay:.25s}.students-page{padding:0;background:transparent}.page-header-card,.search-card,.table-card{border:1px solid #E2E2E7!important;border-radius:12px!important;box-shadow:none!important;animation:none}.search-card,.table-card{margin-bottom:16px}.students-table .ant-table-tbody>tr:hover>td{background:#f7f7f9!important}.student-avatar,.teacher-avatar-small,.student-avatar-large,.modal-icon.teacher-icon,.modal-icon.account-icon{background:#f0f0f2;color:#1d1d1f;box-shadow:none}.search-btn,.students-modal .ant-modal-footer .ant-btn-primary{box-shadow:none!important}.students-page{display:flex;flex-direction:column;gap:16px;padding:0;background:transparent}.students-pagehead{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.students-pagehead .main-title{margin:0 0 2px!important;font-size:20px!important;line-height:28px!important;font-weight:600!important;letter-spacing:-.01em}.students-pagehead .sub-title{display:block;font-size:12px;line-height:18px}.students-pagehead-actions{display:flex;align-items:center;gap:8px}.students-pagehead-actions .ant-btn{height:32px;padding:0 8px;color:#6e6e73}.table-card{margin:0!important;overflow:hidden;border:1px solid #E2E2E7!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.table-card .ant-card-body{padding:0!important}.students-filter-form{border-bottom:1px solid #E2E2E7}.students-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.students-toolbar-main,.students-toolbar-actions{display:flex;align-items:center;gap:8px;min-width:0}.students-toolbar-main{flex:1;flex-wrap:wrap}.students-toolbar-actions{flex:none}.students-toolbar .ant-form-item{margin:0}.toolbar-search{width:240px}.toolbar-select{width:150px}.toolbar-search.ant-input-affix-wrapper,.toolbar-select .ant-select-selector,.students-toolbar .ant-btn{height:34px!important;border-radius:8px!important}.toolbar-search.ant-input-affix-wrapper{padding:0 10px}.toolbar-select .ant-select-selector{display:flex;align-items:center;padding:0 10px!important}.more-filter-btn{color:#1d1d1f!important;border:1px solid #B9B9C2!important;background:#fff!important}.more-filter-btn:hover{color:#0071e3!important;border-color:#0071e3!important;background:#fff!important}.students-toolbar-actions .ant-btn-primary{box-shadow:none!important}.advanced-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 16px;padding:14px 16px 2px;background:#fafafb;border-top:1px solid #F0F0F2}.advanced-filter-panel .ant-form-item{margin-bottom:12px}.advanced-filter-panel .ant-form-item-label{padding:0 0 4px}.advanced-filter-panel .ant-form-item-label>label{height:auto;color:#3a3a3c;font-size:12px}.advanced-filter-panel .ant-input,.advanced-filter-panel .ant-input-affix-wrapper,.advanced-filter-panel .ant-picker,.advanced-filter-panel .ant-select-selector{height:34px!important;border-radius:8px!important}.advanced-filter-panel .ant-picker,.advanced-filter-panel .ant-select{width:100%}.advanced-filter-actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;padding-bottom:12px}.advanced-filter-actions .ant-btn{height:34px;border-radius:8px}.filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:0 16px 12px}.filter-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:8px;color:#0071e3;background:#eaf2fd;font-size:13px}.filter-chip span{color:#6e6e73}.filter-chip b{font-weight:500}.filter-chips .ant-btn-link{padding:0 2px;color:#0071e3}.table-card .table-header{min-height:54px;margin:0;padding:12px 16px;border-top:0}.table-title{font-size:15px!important;font-weight:600!important}.table-card .table-header .ant-btn{height:30px;border-radius:7px}.students-table .ant-table{border-radius:0}.students-table .ant-table-thead>tr>th{height:40px;padding:0 12px;background:#fafafb!important;color:#6e6e73;border-bottom:1px solid #E2E2E7;font-size:13px;font-weight:500}.students-table .ant-table-tbody>tr>td{height:48px;padding:6px 12px;border-bottom:1px solid #F0F0F2;font-size:14px}.students-table .ant-table-tbody>tr:hover>td,.students-table .ant-table-tbody>tr.ant-table-row:hover>td{background:#f7f7f9!important}.students-table .ant-table-tbody>tr.ant-table-expanded-row>td{height:auto;padding:0;background:#fafafb!important}.students-table .ant-table-row-expand-icon{color:#0071e3;border:0;background:transparent}.student-info-cell{gap:10px}.student-avatar{width:32px;height:32px;background:#f0f0f2;color:#6e6e73;font-size:15px}.student-detail{gap:1px}.student-name{font-size:14px!important;line-height:18px!important}.student-major{font-size:12px;line-height:16px}.transaction-date-cell{justify-content:flex-start;gap:5px;color:#6e6e73;font-family:inherit;font-size:13px}.date-icon{color:#0071e3}.teacher-avatar-small{width:24px;height:24px;background:#f0f0f2;color:#6e6e73;box-shadow:none}.teacher-cell-readonly{gap:6px}.teacher-name,.alma-mater-text{color:#3a3a3c;font-size:13px}.graduation-year{padding:0;background:transparent;color:#3a3a3c;font-family:inherit;font-size:13px;font-weight:500}.students-table .status-select{min-width:116px!important}.students-table .status-select .ant-select-selector{border-color:transparent!important;background:transparent!important}.students-table .status-select:hover .ant-select-selector,.students-table .status-select.ant-select-focused .ant-select-selector{border-color:#d6d6dc!important;background:#fff!important}.students-table .action-column .ant-btn,.students-table .ant-table-cell .ant-space-item>.ant-btn{height:28px;padding:0 7px;border-radius:6px;color:#0071e3;font-size:13px}.students-table .ant-table-cell .ant-space-item>.ant-btn:hover{background:#eaf2fd}.student-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 32px;padding:16px 20px 18px 56px}.student-detail-grid>div:not(.student-detail-group){display:flex;flex-direction:column;gap:2px;min-width:0}.student-detail-grid span{color:#8e8e93;font-size:12px;line-height:18px}.student-detail-grid b{overflow:hidden;color:#3a3a3c;font-size:13px;font-weight:400;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.student-detail-group{grid-column:1 / -1;margin-top:2px;color:#8e8e93;font-size:12px;font-weight:500;letter-spacing:.02em}.students-pagination{margin:0!important;padding:12px 16px}.students-pagination .ant-pagination-item-active{border-color:#eaf2fd!important;background:#eaf2fd!important}.students-pagination .ant-pagination-item-active a{color:#0071e3!important}@media(max-width:1100px){.students-toolbar{align-items:flex-start;flex-direction:column}.students-toolbar-actions{align-self:flex-end}.advanced-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.students-pagehead{align-items:flex-start;flex-direction:column}.students-toolbar-main,.students-toolbar-actions{width:100%}.toolbar-search,.toolbar-select{flex:1 1 180px;width:auto}.advanced-filter-panel{grid-template-columns:1fr}.student-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:20px}}.lives-page{padding:0}.filter-card{margin-bottom:16px}.table-card{min-height:500px}.live-title{font-weight:500;color:#262626}.lives-page .ant-avatar{border:2px solid #fff;box-shadow:none}.lives-page .ant-tag{min-width:60px;text-align:center}.lives-page .ant-table-tbody>tr:hover{background-color:#f5f5f5}.lives-page td:nth-child(3),.lives-page td:nth-child(4),.lives-page td:nth-child(5){color:#595959;font-size:13px}.lives-page td:nth-child(6){text-align:center;font-weight:500;color:#0071e3}.live-attendance-page{padding:0}.attendance-filter-card{margin-bottom:16px;background-color:#fafafa}.stats-overview{margin-bottom:16px}.stats-overview .ant-card{text-align:center}.attendance-rate-stat{display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-label{font-size:14px;color:#00000073;margin-bottom:8px}.sales-breakdown-card{margin-top:16px}.sales-breakdown-card .ant-table-cell{padding:8px 12px!important}.stats-empty-card{min-height:300px;display:flex;align-items:center;justify-content:center}.stats-empty{text-align:center;padding:60px 0}.tickets-page .ticket-list-card{min-height:520px}.ticket-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.ticket-toolbar .ant-select{min-width:130px}.ticket-scope-hint{color:#86868b;font-size:12px}.ticket-title-button{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:0;border:0;background:transparent;color:#1d1d1f;text-align:left;cursor:pointer}.ticket-title-button:hover .ticket-title{color:#0071e3}.ticket-id{color:#86868b;font-size:11px;font-variant-numeric:tabular-nums}.ticket-title{overflow:hidden;max-width:290px;font-weight:550;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.ticket-detail-loading{display:grid;min-height:180px;place-items:center;color:#86868b}.ticket-detail-heading,.ticket-section-heading,.ticket-comment-box{display:flex;align-items:center;justify-content:space-between;gap:12px}.ticket-detail-title{margin-bottom:4px;color:#1d1d1f;font-size:18px;font-weight:600;line-height:26px}.ticket-detail-subtitle{color:#86868b;font-size:12px}.ticket-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0;padding:12px;border-radius:10px;background:#f5f5f7}.ticket-flow-step{display:flex;align-items:center;gap:6px;color:#86868b;font-size:12px}.ticket-flow-step span{display:inline-grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#e2e2e7;color:#6e6e73;font-size:11px;font-variant-numeric:tabular-nums}.ticket-flow-step.is-current,.ticket-flow-step.is-done{color:#0071e3}.ticket-flow-step.is-current span,.ticket-flow-step.is-done span{background:#eaf2fd;color:#0071e3}.ticket-meta{margin-bottom:16px}.ticket-meta .ant-descriptions-item-label{width:62px;color:#86868b}.ticket-description{margin-bottom:22px;padding:14px;border:1px solid #E2E2E7;border-radius:8px;color:#424245;font-size:13px;line-height:1.7;white-space:pre-wrap}.ticket-section-heading{margin:18px 0 10px;color:#1d1d1f;font-size:13px;font-weight:600}.ticket-section-heading>span{display:inline-flex;align-items:center;gap:6px}.ticket-comments .ant-list-item-meta-description{color:#424245;white-space:pre-wrap}.ticket-comments small{margin-left:8px;color:#86868b;font-size:11px;font-weight:400}.ticket-comment-box{align-items:flex-end;margin-top:12px}.ticket-comment-box .ant-input{flex:1}.ticket-attachments .ant-list-item{padding:8px 0}.ticket-attachments .ant-list-item>span{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow:hidden;color:#424245;text-overflow:ellipsis;white-space:nowrap}@media(max-width:700px){.ticket-toolbar{align-items:flex-start;flex-direction:column}.ticket-scope-hint{align-self:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000000e0}a{color:#0071e3}a:hover{color:#0077ed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-card{box-shadow:none}.ant-table{font-size:14px}.ant-table-thead>tr>th:before{display:none}.num,td.num,.ant-statistic-content{font-variant-numeric:tabular-nums}.app-header{background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-right-first:after{box-shadow:none!important;border-right:1px solid #E2E2E7}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-spin{animation:icon-spin 1s linear infinite}@media(max-width:768px){.ant-layout-sider{position:fixed;z-index:999;height:100vh}.ant-layout-content{margin-left:0!important}}body,.ant-layout,.ant-layout-content{background:#f5f5f7}.ant-card{border:1px solid #E2E2E7;border-radius:12px;background:#fff;box-shadow:none!important}.ant-card-head{min-height:52px;padding:0 20px;border-bottom-color:#e2e2e7}.ant-card-head-title{color:#1d1d1f;font-size:15px;font-weight:600}.ant-card-body{padding:20px}.ant-card-small>.ant-card-head{min-height:46px;padding:0 16px}.ant-card-small>.ant-card-body{padding:16px}.ant-card-type-inner{border-color:#e2e2e7;border-radius:10px;background:#fafafb}.ant-btn{border-radius:8px;font-weight:500;transition:color .12s ease-out,background .12s ease-out,border-color .12s ease-out}.ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text):hover{background:#f7f7f9}.ant-btn-primary:hover{background:#0077ed!important}.ant-btn-link{padding-inline:6px;font-weight:500}.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-select-selector,.ant-input-number,.ant-input-number-input-wrap{border-radius:8px!important}.ant-input-affix-wrapper,.ant-picker,.ant-select-selector,.ant-input-number{min-height:34px}.ant-input-affix-wrapper-focused,.ant-input:focus,.ant-picker-focused,.ant-select-focused .ant-select-selector,.ant-input-number-focused{box-shadow:0 0 0 3px #0071e324!important}.ant-form-item-label>label{color:#3a3a3c;font-size:13px;font-weight:500}.ant-form-item-explain-error{font-size:12px}.ant-table-wrapper{overflow:hidden}.ant-table{background:#fff}.ant-table-thead>tr>th{height:40px;padding:0 12px;background:#fafafb!important;color:#6e6e73;border-bottom:1px solid #E2E2E7;font-size:13px;font-weight:500}.ant-table-tbody>tr>td{height:48px;padding:6px 12px;border-bottom:1px solid #F0F0F2}.ant-table-tbody>tr:hover>td,.ant-table-tbody>tr.ant-table-row:hover>td{background:#f7f7f9!important}.ant-table-tbody>tr.ant-table-row-selected>td{background:#eaf2fd!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:inherit!important}.ant-pagination{margin-block:16px}.ant-pagination .ant-pagination-item{border:0;border-radius:7px}.ant-pagination .ant-pagination-item-active{background:#eaf2fd}.ant-pagination .ant-pagination-item-active a{color:#0071e3}.ant-modal .ant-modal-content{overflow:hidden;border:1px solid #E2E2E7;border-radius:14px;box-shadow:0 0 0 1px #0000000a,0 16px 40px #00000024}.ant-modal .ant-modal-header{margin-bottom:0;padding:20px 24px 14px;border-bottom:1px solid #F0F0F2}.ant-modal .ant-modal-title{color:#1d1d1f;font-size:16px;font-weight:600}.ant-modal .ant-modal-body{padding:20px 24px}.ant-modal .ant-modal-footer{margin-top:0;padding:14px 24px 20px;border-top:1px solid #F0F0F2}.ant-dropdown,.ant-select-dropdown,.ant-picker-dropdown,.ant-popover{border:1px solid #E2E2E7;border-radius:10px;box-shadow:0 0 0 1px #0000000a,0 8px 24px #0000001f}.ant-dropdown-menu-item,.ant-select-item,.ant-picker-cell{border-radius:6px}.ant-alert{border:1px solid #E2E2E7;border-radius:10px}.ant-spin-dot-item{background:#0071e3}.ant-empty-description{color:#86868b}.ops-page{min-width:0}.ops-workbench-card{overflow:hidden}.ops-workbench-card>.ant-card-body{padding:0!important}.ops-workbench-card>.ant-card-body>.ant-space:first-child,.ops-workbench-card>.ant-card-body>.ant-row:first-child,.ops-workbench-card>.ant-card-body>div:first-child:not(.ant-table-wrapper){display:flex;align-items:center;min-height:62px;margin:0!important;padding:14px 16px;border-bottom:1px solid #E2E2E7}.ops-workbench-card>.ant-card-body>.ant-space:first-child{flex-wrap:wrap}.ops-workbench-card>.ant-card-body>.ant-table-wrapper,.ops-workbench-card>.ant-card-body>.ant-spin-nested-loading{padding:0 16px 16px}.ops-workbench-card .ant-table-wrapper{overflow-x:auto}.ops-workbench-card .ant-table-pagination{margin-bottom:0}
