:root{--canvas: #f8f9fa;--surface-1: #ffffff;--surface-2: #f4f5f7;--surface-3: #eaecef;--surface-4: #e2e5e9;--hairline: #e5e7eb;--hairline-strong: #d1d5db;--hairline-tertiary: #f0f1f3;--primary: #5e6ad2;--primary-hover: #4f5ac4;--primary-focus: #5e69d1;--on-primary: #ffffff;--ink: #111827;--ink-muted: #4b5563;--ink-subtle: #6b7280;--ink-tertiary: #9ca3af;--semantic-success: #16a34a;--semantic-warning: #d97706;--semantic-danger: #dc2626;--font-display: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif}body{background-color:var(--canvas)!important;color:var(--ink)!important;font-family:var(--font-display)!important;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--canvas)}::-webkit-scrollbar-thumb{background:var(--hairline-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ink-tertiary)}.linear-display-md{font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.6px;color:var(--ink)}.linear-card-title{font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.3px;color:var(--ink)}.linear-subhead{font-size:14px;color:var(--ink-muted);line-height:1.5}.linear-caption{font-size:12px;color:var(--ink-subtle);line-height:1.4}.linear-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;transition:border-color .15s ease,box-shadow .15s ease}.linear-card:hover{border-color:var(--hairline-strong);box-shadow:0 4px 12px #0000000d}.linear-card-lifted{background:var(--surface-1);border:1px solid var(--hairline-strong);border-radius:12px;box-shadow:0 4px 14px #0000000f}.linear-card-hero{background:var(--surface-1);border:1px solid var(--hairline);border-top:3px solid var(--primary);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005}.linear-btn-primary{background:var(--primary);color:var(--on-primary);border:1px solid transparent;border-radius:8px;font-weight:500;font-size:14px;padding:8px 16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease;min-height:38px;-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #5e6ad240}.linear-btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 2px 6px #5e6ad259}.linear-btn-primary:active:not(:disabled){background:var(--primary-focus)}.linear-btn-primary:disabled{opacity:.5;cursor:not-allowed}.linear-btn-secondary{background:var(--surface-1);color:var(--ink);border:1px solid var(--hairline);border-radius:8px;font-weight:500;font-size:14px;padding:8px 14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease;min-height:38px;-webkit-user-select:none;user-select:none;box-shadow:0 1px 2px #00000005}.linear-btn-secondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--hairline-strong);color:var(--ink)}.linear-btn-secondary:active:not(:disabled){background:var(--surface-3)}.linear-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.linear-btn-ghost{background:transparent;color:var(--ink-muted);border:1px solid transparent;border-radius:8px;font-weight:500;font-size:13px;padding:6px 12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .15s ease;min-height:34px}.linear-btn-ghost:hover{background:var(--surface-2);color:var(--ink)}.linear-pill{border-radius:9999px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--hairline);background:var(--surface-2);color:var(--ink-muted)}.linear-pill-success{background:#16a34a14;border-color:#16a34a40;color:#15803d}.linear-pill-duty{background:#5e6ad214;border-color:#5e6ad240;color:#4f5ac4}.linear-pill-warning{background:#d9770614;border-color:#d9770640;color:#b45309}.linear-pulse-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.linear-pulse-dot.green{background-color:#16a34a;box-shadow:0 0 6px #16a34a80;animation:linear-pulse 2s infinite ease-in-out}.linear-pulse-dot.blue{background-color:#5e6ad2;box-shadow:0 0 6px #5e6ad280;animation:linear-pulse 2s infinite ease-in-out}.linear-pulse-dot.gray{background-color:#9ca3af}@keyframes linear-pulse{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.15);opacity:1}to{transform:scale(.9);opacity:.6}}.timeline-slot-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;padding:16px 20px;margin-bottom:12px;transition:all .2s ease;position:relative;box-shadow:0 1px 2px #00000005}.timeline-slot-card:hover{border-color:var(--hairline-strong);background:#fbfbfc}.timeline-slot-card.duty{background:#f8f9ff;border-color:#c7cdfa;box-shadow:inset 0 0 0 1px #5e6ad233,0 2px 8px #5e6ad20f}.timeline-slot-card.duty:hover{border-color:var(--primary)}.timeline-slot-card.in-class{background:#fcfcfd;border-color:var(--hairline)}.timeline-slot-card.free{background:#fbfbfc;border-color:#edeef2}.linear-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--hairline);display:flex;align-items:center;justify-content:space-around;z-index:1000;padding-left:8px;padding-right:8px;box-shadow:0 -2px 12px #0000000a}.linear-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:48px;min-width:44px;color:var(--ink-subtle);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,transform .1s ease;font-size:11px;font-weight:500;gap:2px;padding:0;-webkit-tap-highlight-color:transparent}.linear-nav-item:active{transform:scale(.92)}.linear-nav-item:hover{color:var(--ink-muted)}.linear-nav-item.active{color:var(--primary);font-weight:600}.user-shell-header{height:56px;background:var(--surface-1);border-bottom:1px solid var(--hairline);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:90;transition:all .2s ease}.user-shell-header-title-desktop{display:flex;align-items:center;gap:10px}.user-shell-header-title-mobile{display:none;align-items:center;gap:8px}.btn-upload-label-desktop{display:inline}.dashboard-topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:4px 0 16px;border-bottom:1px solid var(--hairline);margin-bottom:20px}.dashboard-monthly-hours-pill{display:none}.hero-greeting-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:0 4px;margin-bottom:16px}.hero-greeting-title{font-size:24px;font-weight:700;color:var(--ink);letter-spacing:-.5px;line-height:1.25}.hero-greeting-caption{margin-top:4px;display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-subtle)}.hero-monthly-hours-card{display:flex;align-items:center;gap:14px;padding:10px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #00000005;cursor:pointer;min-width:260px;transition:all .15s ease}.hero-monthly-hours-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.hero-focus-card{padding:24px 30px;background:linear-gradient(135deg,#fff,#f8faff);border:1px solid rgba(94,106,210,.25);border-radius:12px;box-shadow:0 4px 20px #5e6ad214;margin-bottom:16px}.hero-focus-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:10px}.hero-focus-card-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-top:4px}.hero-focus-main-info{flex:1 1 500px;display:flex;flex-direction:column;gap:12px;min-width:0}.hero-target-title-wrap{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.hero-target-title{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.5px;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;line-height:1.3}.hero-meta-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero-meta-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:13px;box-shadow:0 1px 2px #00000005}.hero-countdown-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 22px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 10px #00000008;min-width:260px;flex-shrink:0}.hero-countdown-digits{font-size:34px;font-weight:800;letter-spacing:-1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.1}.hero-quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:20px}.action-card-desktop-content{display:flex;align-items:center;justify-content:space-between;width:100%}.action-card-mobile-box{display:none}.hero-action-card{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;transition:all .15s ease}.hero-action-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.timeline-container-card{padding:24px 28px;margin-bottom:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.timeline-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:18px}.timeline-weekday-selector{display:flex;align-items:center;gap:2px;background:#f1f5f9;padding:3px;border-radius:8px;border:1px solid #e2e8f0}.timeline-weekday-btn{border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.timeline-conflict-banner{border-radius:8px;padding:10px 16px;margin-bottom:16px;display:flex;align-items:center;gap:10px;font-size:13px}.timeline-slot-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #00000005;transition:all .18s cubic-bezier(.16,1,.3,1)}.timeline-slot-left{min-width:160px;display:flex;align-items:center;gap:12px;flex-shrink:0}.timeline-slot-middle{flex:1;min-width:240px}.timeline-slot-right{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.timeline-slot-badge-mobile{display:none}.timeline-slot-badge-desktop{display:inline-flex}.schedule-view-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.schedule-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.schedule-view-title{margin:0;font-size:26px;font-weight:700;color:var(--ink);letter-spacing:-.6px;line-height:1.2}.schedule-view-caption{margin-top:4px;font-size:12px;color:var(--ink-subtle)}.schedule-view-export-btn{height:36px;padding:0 14px;font-size:13px;display:inline-flex;align-items:center;gap:6px}.schedule-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.schedule-overview-card{padding:18px 22px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;transition:all .15s ease}.schedule-overview-card-header{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;margin-bottom:8px}.schedule-overview-card-num{font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.schedule-detail-hero-card{padding:26px 30px;background:linear-gradient(135deg,#fff,#f8faff);border:1px solid rgba(94,106,210,.25);border-left:5px solid #1677ff;border-radius:12px;box-shadow:0 4px 20px #5e6ad214}.schedule-detail-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.schedule-detail-title{margin:0 0 14px;font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.6px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.schedule-detail-meta-group{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:14px}.schedule-detail-meta-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:13px;box-shadow:0 1px 2px #00000005}.schedule-detail-notice-box{background:#f8fafc;padding:14px 18px;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;color:#475569;line-height:1.6}.schedule-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.schedule-shift-item{padding:16px 22px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:10px;transition:all .18s cubic-bezier(.16,1,.3,1)}.schedule-shift-date-block{padding:8px 16px;border-radius:8px;text-align:center;min-width:84px;flex-shrink:0}.schedule-shift-middle-info{flex:1;min-width:0}.schedule-shift-action{flex-shrink:0}.desktop-timetable-only{display:block}.mobile-timetable-only{display:none}.classes-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.classes-view-title-group{display:flex;flex-direction:column}.classes-view-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.classes-view-summary-banner{padding:12px 18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;background:#fff;border-radius:8px}.mobile-timetable-grid-wrapper{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000005}.mobile-tt-header-row{display:flex;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:6px 0;align-items:center}.mobile-tt-month-cell{width:34px;min-width:34px;text-align:center;font-size:11px;font-weight:700;color:#64748b;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile-tt-day-header{flex:1;min-width:0;text-align:center;padding:3px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border-radius:6px;margin:0 1px}.mobile-tt-day-name{font-size:11px;font-weight:600;color:#64748b}.mobile-tt-day-date{font-size:11px;color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.mobile-tt-day-header.active-today{background:#eff6ff;border:1px solid #bfdbfe}.mobile-tt-day-header.active-today .mobile-tt-day-name,.mobile-tt-day-header.active-today .mobile-tt-day-date{color:#1677ff;font-weight:700}.mobile-tt-body{display:flex;flex-direction:column}.mobile-tt-slot-row{display:flex;min-height:98px;border-bottom:1px dashed #f1f5f9}.mobile-tt-slot-row:last-child{border-bottom:none}.mobile-tt-slot-time-cell{width:34px;min-width:34px;background:#fafbfc;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 1px;gap:3px;-webkit-user-select:none;user-select:none}.mobile-tt-slot-num{font-size:13px;font-weight:800;color:#475569;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.mobile-tt-slot-time-text{font-size:8.5px;color:#94a3b8;line-height:1.1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-align:center}.mobile-tt-cell{flex:1;min-width:0;padding:2px 1px;border-right:1px solid #f8fafc;display:flex;flex-direction:column;gap:2px;position:relative}.mobile-tt-cell:last-child{border-right:none}.mobile-tt-cell.today-col-bg{background:#1677ff04}.mobile-tt-course-card{padding:4px 3px;border-radius:6px;display:flex;flex-direction:column;gap:1px;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:transform .1s ease,box-shadow .1s ease;overflow:hidden;height:calc(100% - 2px);min-height:90px;box-sizing:border-box}.mobile-tt-course-card:active{transform:scale(.96);opacity:.9}.mobile-tt-course-title{font-size:10.5px;font-weight:700;line-height:1.22;word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.2px}.mobile-tt-course-meta{font-size:9px;line-height:1.15;opacity:.88;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:1px}.mobile-tt-noncurrent-tag{font-size:8px;color:#94a3b8;font-weight:600;margin-bottom:1px}.mobile-tt-shift-card{padding:4px 3px;border-radius:6px;display:flex;flex-direction:column;gap:1px;cursor:pointer;box-shadow:0 1px 3px #0000000a;overflow:hidden;height:calc(100% - 2px);min-height:90px;box-sizing:border-box}.mobile-tt-shift-card:active{transform:scale(.96)}.market-view-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.market-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.market-view-title{margin:0;font-size:24px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:10px}.market-view-caption{margin-top:4px;font-size:13px;color:#64748b;display:flex;align-items:center;gap:8px}.market-view-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:20px}.market-column-card{padding:24px 26px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005}.market-column-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.market-column-title{margin:0;display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#0f172a}.market-column-subtext{font-size:12px;color:#64748b;margin-top:4px}.market-shift-item{padding:14px 18px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:all .15s ease}.market-shift-top-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.market-shift-bottom-row{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:12px;color:#64748b;border-top:1px dashed #f1f5f9;padding-top:6px;flex-wrap:wrap;gap:6px}.semester-view-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.semester-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.semester-view-title{margin:0;font-size:24px;font-weight:700;color:#0f172a}.semester-view-caption{margin-top:4px;font-size:13px;color:#64748b;display:flex;align-items:center;gap:8px}.semester-delivery-card{padding:22px 26px;background:linear-gradient(135deg,#fff,#f8faff);border:1px solid rgba(94,106,210,.22);border-radius:12px;box-shadow:0 1px 3px #0000000a,0 4px 16px #5e6ad20f}.semester-weeks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.semester-week-card{border-radius:10px;padding:14px;text-align:left;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:6px;position:relative}.profile-view-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.profile-shortcuts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profile-shortcut-card{padding:14px 16px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .15s ease;box-shadow:0 1px 2px #00000005}.profile-shortcut-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.profile-shortcut-card:active{transform:scale(.97)}.salary-view-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.salary-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.salary-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.salary-overview-card{padding:20px 24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;justify-content:space-between}.desktop-salary-table-only{display:block}.mobile-salary-list-only{display:none}.mobile-salary-ledger-item{padding:12px 14px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px #00000005}.mobile-salary-ledger-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-salary-ledger-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;border-top:1px dashed #f1f5f9;padding-top:6px}.history-view-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.history-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.history-capsule-bar{padding:14px 20px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.history-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.history-metric-card{padding:20px 24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;justify-content:space-between}.history-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px}.desktop-history-table-only{display:block}.mobile-history-list-only{display:none}.mobile-history-item{padding:12px 14px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px #00000005}.mobile-history-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-history-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px dashed #f1f5f9;padding-top:6px}.ant-layout{background:var(--canvas)!important}.ant-layout-sider{background:var(--surface-1)!important;border-right:1px solid var(--hairline)!important}.ant-modal .ant-modal-content{background:var(--surface-1)!important;border:1px solid var(--hairline)!important;border-radius:12px!important;box-shadow:0 16px 40px #0000001f!important}.ant-drawer .ant-drawer-content{background:var(--surface-1)!important}.ant-tabs-nav:before{border-bottom:1px solid var(--hairline)!important}.ant-input-affix-wrapper{background:var(--surface-1)!important;border:1px solid var(--hairline)!important;color:var(--ink)!important}.ant-input-affix-wrapper .ant-input{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.ant-input:not(.ant-input-affix-wrapper .ant-input){background:var(--surface-1)!important;border:1px solid var(--hairline)!important;color:var(--ink)!important}.ant-input:focus,.ant-input-affix-wrapper-focused{border-color:var(--primary)!important;box-shadow:0 0 0 2px #5e6ad226!important}@media (min-width: 769px){.linear-bottom-nav{display:none!important}}@media (max-width: 768px){.linear-desktop-sider{display:none!important}.user-shell-header{height:48px!important;padding:0 12px!important}.user-shell-header-title-desktop{display:none!important}.user-shell-header-title-mobile{display:flex!important}.btn-upload-label-desktop{display:none!important}.linear-main-content{padding:12px 12px calc(76px + env(safe-area-inset-bottom,0px)) 12px!important}.linear-btn-primary,.linear-btn-secondary{min-height:38px}.dashboard-topbar{padding:2px 0 10px!important;margin-bottom:12px!important;gap:8px!important}.dashboard-monthly-hours-pill{display:inline-flex!important;align-items:center;gap:5px;padding:4px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;cursor:pointer;box-shadow:0 1px 2px #2563eb0f;flex-shrink:0}.dashboard-monthly-hours-pill:active{transform:scale(.96);background:#dbeafe}.hero-greeting-container{flex-direction:column!important;align-items:stretch!important;gap:4px!important;margin-bottom:10px!important;padding:0!important}.hero-greeting-title{font-size:19px!important}.hero-greeting-caption{font-size:11px!important;flex-wrap:wrap!important;gap:4px!important}.hero-monthly-hours-card{display:none!important}.hero-focus-card{padding:14px!important;margin-bottom:10px!important;border-radius:10px!important}.hero-focus-card-header{margin-bottom:10px!important;gap:6px!important}.hero-focus-card-content{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.hero-focus-main-info{flex:1 1 auto!important;gap:10px!important}.hero-target-title{font-size:17px!important;gap:6px!important}.hero-meta-badges{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:6px!important}.hero-meta-badge{padding:5px 10px!important;font-size:12px!important;border-radius:6px!important;justify-content:flex-start!important}.hero-countdown-box{width:100%!important;min-width:0!important;padding:10px 14px!important;align-items:center!important;flex-direction:row!important;justify-content:space-between!important;border-radius:8px!important;background:#f8fafc!important;box-shadow:0 1px 3px #00000005!important}.hero-countdown-digits{font-size:20px!important}.hero-quick-actions-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-bottom:10px!important}.action-card-desktop-content{display:none!important}.action-card-mobile-box{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:4px!important;width:100%!important}.hero-action-card{padding:10px 4px!important;border-radius:8px!important;border:1px solid #e2e8f0!important;border-top-width:3px!important;min-height:72px!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero-action-card-blue{border-top-color:#1677ff!important;border-left:1px solid #e2e8f0!important}.hero-action-card-orange{border-top-color:#b45309!important;border-left:1px solid #e2e8f0!important}.hero-action-card-green{border-top-color:#16a34a!important;border-left:1px solid #e2e8f0!important}.hero-action-card:active{transform:scale(.96)!important}.timeline-container-card{padding:14px 12px!important;margin-bottom:12px!important;border-radius:10px!important}.timeline-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-bottom:12px!important}.timeline-weekday-selector{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;justify-content:space-between!important;padding:2px!important;scrollbar-width:none!important}.timeline-weekday-selector::-webkit-scrollbar{display:none!important}.timeline-weekday-btn{padding:5px 6px!important;font-size:12px!important;flex:1 0 auto!important;text-align:center!important;min-width:38px!important}.timeline-conflict-banner{padding:8px 12px!important;font-size:12px!important;margin-bottom:10px!important}.timeline-slot-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:10px 12px!important;border-radius:8px!important}.timeline-slot-left{min-width:0!important;width:100%!important;justify-content:space-between!important}.timeline-slot-middle{min-width:0!important;width:100%!important}.timeline-slot-right{display:none!important}.timeline-slot-badge-mobile{display:inline-flex!important}.timeline-slot-badge-desktop{display:none!important}.schedule-view-container{gap:12px!important}.schedule-view-header{margin-bottom:4px!important;gap:8px!important}.schedule-view-title{font-size:19px!important}.schedule-view-caption{font-size:11px!important;margin-top:2px!important}.schedule-view-export-btn{height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:6px!important}.schedule-overview-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.schedule-overview-card{padding:10px 12px!important;border-radius:8px!important}.schedule-overview-card-header{font-size:11px!important;margin-bottom:4px!important;gap:4px!important}.schedule-overview-card-num{font-size:20px!important}.schedule-detail-hero-card{padding:14px!important;border-radius:10px!important}.schedule-detail-top-row{margin-bottom:8px!important;font-size:11px!important}.schedule-detail-title{font-size:18px!important;gap:8px!important;margin-bottom:10px!important}.schedule-detail-meta-group{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:6px!important;margin-bottom:10px!important}.schedule-detail-meta-badge{padding:5px 10px!important;font-size:12px!important;border-radius:6px!important}.schedule-detail-notice-box{padding:10px 12px!important;font-size:12px!important;line-height:1.5!important;border-radius:6px!important}.schedule-list-header{margin-bottom:8px!important;font-size:11px!important}.schedule-shift-item{padding:10px 12px!important;border-radius:8px!important;gap:10px!important}.schedule-shift-date-block{min-width:58px!important;padding:6px 8px!important;border-radius:6px!important}.schedule-shift-date-title{font-size:12px!important}.schedule-shift-date-time{font-size:10px!important}.schedule-shift-title-row{font-size:14px!important;gap:6px!important;margin-bottom:2px!important}.schedule-shift-details-text{font-size:11px!important;gap:6px!important}.desktop-timetable-only{display:none!important}.mobile-timetable-only{display:block!important}.classes-view-header{gap:8px!important}.classes-view-header h2{font-size:18px!important}.classes-view-actions{width:100%!important;justify-content:space-between!important;gap:6px!important}.classes-view-summary-banner{padding:8px 12px!important;gap:8px!important;font-size:12px!important}.market-view-container{gap:12px!important}.market-view-header{margin-bottom:4px!important;gap:8px!important}.market-view-title{font-size:19px!important;gap:6px!important}.market-view-caption{font-size:11px!important;margin-top:2px!important}.market-view-grid{grid-template-columns:1fr!important;gap:12px!important}.market-column-card{padding:14px 12px!important;border-radius:10px!important}.market-column-header{margin-bottom:12px!important}.market-column-title{font-size:15px!important}.market-column-subtext{font-size:11px!important;margin-top:2px!important}.market-shift-item{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:12px!important;border-radius:8px!important}.market-shift-top-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:8px!important}.market-shift-bottom-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;font-size:11px!important;color:#64748b!important;border-top:1px dashed #f1f5f9!important;padding-top:6px!important;flex-wrap:wrap!important;gap:4px!important}.semester-view-container{gap:12px!important}.semester-view-header{margin-bottom:4px!important;gap:8px!important}.semester-view-title{font-size:19px!important}.semester-view-caption{font-size:11px!important;margin-top:2px!important}.semester-delivery-card{padding:14px 12px!important;border-radius:10px!important}.semester-weeks-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.semester-week-card{padding:10px!important;border-radius:8px!important;gap:4px!important;min-height:70px!important}.semester-week-title{font-size:13px!important}.semester-week-status{font-size:11px!important}.semester-week-course-tag{font-size:10px!important}.profile-view-container{gap:12px!important}.profile-shortcuts-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.profile-shortcut-card{padding:12px 10px!important;border-radius:8px!important;gap:8px!important}.salary-view-container{gap:12px!important}.salary-view-header{margin-bottom:4px!important;gap:8px!important}.salary-overview-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.salary-overview-card{padding:12px!important;border-radius:10px!important;min-height:100px!important}.salary-overview-num{font-size:20px!important}.salary-overview-subtext{font-size:11px!important;margin-top:6px!important;padding-top:6px!important}.desktop-salary-table-only{display:none!important}.mobile-salary-list-only{display:flex!important;flex-direction:column!important;gap:8px!important}.salary-filter-bar{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:2px!important;justify-content:flex-start!important}.salary-filter-bar::-webkit-scrollbar{display:none!important}.salary-filter-btn{white-space:nowrap!important;padding:4px 8px!important;font-size:11px!important;flex-shrink:0!important}.history-view-container{gap:12px!important}.history-view-header{margin-bottom:4px!important;gap:8px!important}.history-capsule-bar{padding:10px 12px!important;border-radius:8px!important;gap:8px!important}.history-capsule-scroll{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:2px!important}.history-capsule-scroll::-webkit-scrollbar{display:none!important}.history-metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.history-metric-card{padding:12px!important;border-radius:10px!important;min-height:100px!important}.history-metric-num{font-size:22px!important}.history-metric-subtext{font-size:11px!important;margin-top:6px!important;padding-top:6px!important}.history-charts-grid{grid-template-columns:1fr!important;gap:12px!important}.desktop-history-table-only{display:none!important}.mobile-history-list-only{display:flex!important;flex-direction:column!important;gap:8px!important}.ant-modal{max-width:calc(100vw - 20px)!important;margin:12px auto!important;top:12px!important}.ant-modal-content{padding:16px 14px!important;border-radius:12px!important}.ant-modal-header{margin-bottom:10px!important}.ant-tabs-nav-wrap{overflow-x:auto!important}.ant-tabs-nav-list{white-space:nowrap!important}.ant-tabs-tab{padding:6px 10px!important;font-size:13px!important}}:root{--page-bg: #f4f6f8;--paper: #ffffff;--text: #1f2430;--muted: #6b7280;--accent: #e44343;--accent-soft: #fff1f0;--line: #e6e8ec;--shadow: 0 10px 28px rgba(31, 36, 48, .08)}*{box-sizing:border-box}.ant-input-affix-wrapper input.ant-input,.ant-input-affix-wrapper .ant-input{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}html,body,#root{min-height:100%;margin:0}body{color:var(--text);background:var(--page-bg)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:#ebecf0}.login-panel{width:min(360px,100%)}.login-heading{text-align:center;margin-bottom:28px}.login-heading h2{color:#61677c;font-weight:800;text-shadow:1px 1px 1px #ffffff}.login-panel .ant-input-affix-wrapper,.login-panel .ant-input-password{border:0;border-radius:999px;padding:14px 18px;background:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -5px 10px #fff}.login-panel .ant-input{background:transparent}.login-button{height:52px;margin-top:6px;border-radius:999px;color:#ae1100;background:#ebecf0;border:0;box-shadow:-5px -5px 20px #fff,5px 5px 20px #babecc}.login-button:hover{color:#d11602!important;background:#ebecf0!important;box-shadow:-2px -2px 5px #fff,2px 2px 5px #babecc}.login-alert{margin-bottom:14px}.login-actions{display:flex;justify-content:center;gap:20px;padding:32px 0 18px}.login-actions span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#ebecf0;box-shadow:-5px -5px 20px #fff,5px 5px 20px #babecc}.login-footer{color:#9094a6;text-align:center;font-size:12px;line-height:1.8;text-shadow:1px 1px 0 #ffffff}.app-shell{min-height:100vh;background:var(--page-bg)}.app-sider{padding:20px 16px;background:#fff!important;border-right:1px solid #f0f0f0;transition:width .2s cubic-bezier(.4,0,.2,1),padding .2s cubic-bezier(.4,0,.2,1)!important}.app-sider::-webkit-scrollbar{width:4px}.app-sider::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.sider-category-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease;margin-bottom:4px}.sider-category-header:hover{background:#0000000a}.sider-category-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#000000a6;letter-spacing:.3px}.sider-category-badge{font-size:11px;color:#00000073;background:#0000000d;padding:1px 6px;border-radius:10px;font-weight:600}.sider-category-arrow{font-size:11px;color:#00000059;transition:transform .2s ease}.admin-sider-collapsed-item{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;margin:4px auto;transition:all .15s ease}.admin-sider-collapsed-item:hover{background:#f5f5f5}.admin-sider-collapsed-item.active{background:#e6f4ff;color:#1677ff}.admin-sider-nav-item{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;color:#000000a6;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.admin-sider-nav-item:hover{background:#f5f5f5;color:#000000e0}.admin-sider-nav-item.active{background:#e6f4ff;color:#1677ff;font-weight:600}.sider-profile{display:flex;gap:12px;align-items:center;margin-bottom:14px}.sider-profile>div{min-width:0;display:flex;flex-direction:column}.sider-meta{margin:8px 0 24px}.app-header{height:72px;min-height:72px;line-height:normal;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:90}.app-header h1{margin:0;font-size:24px;line-height:1.2;font-weight:800}.app-content{padding:20px 24px 60px}.nav-band{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.nav-label{color:var(--muted)}.top-segmented{width:fit-content;max-width:100%;overflow-x:auto;padding-bottom:2px}.top-segmented .ant-segmented-group{flex-wrap:wrap;gap:6px}.page-stack{width:100%}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-title h3{margin:0}.metric-card{min-height:132px;border-color:var(--line);box-shadow:var(--shadow)}.page-spin{min-height:220px;display:grid;place-items:center}.description-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.description-grid>div{display:flex;flex-direction:column;gap:6px}.log-list{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:0 16px}.table-toolbar{width:100%;justify-content:flex-end;margin-bottom:12px}.ant-card,.ant-table-wrapper .ant-table{border-radius:8px}@media (max-width: 768px){.app-header{height:58px!important;padding:0 12px!important}.app-header h1{font-size:20px}.app-content{padding:12px 10px 32px!important}.top-segmented{width:100%}.top-segmented .ant-segmented-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.top-segmented .ant-segmented-item{min-width:0}.description-grid{grid-template-columns:1fr}.semester-card{padding:14px 16px!important}.semester-card-value-green,.semester-card-value-orange{font-size:24px!important;margin:6px 0 2px!important}.semester-card-label{font-size:13px!important}.semester-card-sub{font-size:12px!important;line-height:1.5!important}.ant-card .ant-card-head{padding:0 12px!important;min-height:46px!important}.ant-card .ant-card-body{padding:14px 12px!important}.ant-card .ant-card-head-title{padding:10px 0!important;font-size:15px!important}.metric-card .ant-card-body,.classroom-stat-card{padding:12px 10px!important}.classroom-stat-label{font-size:11px!important;margin-bottom:4px!important}.classroom-stat-value{font-size:18px!important;font-weight:700!important}.classroom-export-btn{height:42px!important;font-size:13px!important}.roster-kpi-container{padding:12px 14px!important}.roster-kpi-label{font-size:11px!important}.roster-kpi-value{font-size:20px!important;margin:3px 0!important}.roster-kpi-sub{font-size:11px!important}.fun-card{padding:10px 8px!important}.fun-card-icon{font-size:22px!important;margin-bottom:2px!important}.fun-card-title,.fun-card-names{font-size:12px!important}.account-user-card{padding:10px 12px!important;margin-bottom:8px!important}.perm-pill{font-size:11px!important;padding:1px 6px!important}.batch-item-card{padding:8px 10px!important;gap:6px!important}.batch-btn-on,.batch-btn-off{padding:4px 8px!important;font-size:12px!important}}.semester-card{padding:24px;border-radius:12px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000a;transition:all .3s}.semester-card:hover{box-shadow:0 4px 16px #00000014}.semester-card-label{font-size:15px;color:#595959;font-weight:500}.semester-card-value-green{font-size:38px;font-weight:800;color:#2ca02c;margin:10px 0;letter-spacing:-.5px}.semester-card-value-orange{font-size:38px;font-weight:800;color:#ff7f0e;margin:10px 0;letter-spacing:-.5px}.semester-card-sub{font-size:13px;color:#8c8c8c}.timejump-box{padding:20px;border-radius:10px;background:#fff;border:1px solid #e8e8e8}.timejump-info{display:flex;align-items:flex-start;gap:12px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px;padding:14px 18px;line-height:1.6;color:#003a8c}.timejump-confirm-box{background:#fffbe6;border:1px solid #ffe58f;padding:12px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:8px}.debug-collapse{background:#fff!important;border:1px solid #e8e8e8!important;border-radius:8px!important}.sider-nav-status-box{background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px;padding:12px 14px;margin:14px 0 10px}.sider-nav-semester{font-weight:700;color:#096dd9;font-size:13px;margin-bottom:6px}.sider-nav-week{font-size:13px;color:#595959}.schedule-col-card{border-radius:12px;border:1px solid #e8e8e8;background:#fff;padding:20px;box-shadow:0 1px 3px #0000000a}.schedule-header-title{font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.red-tag-select .ant-select-selector{border-radius:8px!important;min-height:42px!important;padding:4px 8px!important}.red-tag-select .ant-select-selection-item{background:#ff4d4f!important;color:#fff!important;border:none!important;border-radius:6px!important;font-weight:600!important;font-size:13px!important;padding:2px 10px!important;height:28px!important;line-height:24px!important}.red-tag-select .ant-select-selection-item-remove{color:#fff!important}.red-tag-select .ant-select-selection-item-remove:hover{color:#ffd666!important}.file-dragger-box{background:#fafafa!important;border:1px dashed #d9d9d9!important;border-radius:8px!important;padding:16px 12px!important;text-align:center;height:140px!important;min-height:140px!important;max-height:140px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s}.file-dragger-box .ant-upload-drag-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.file-dragger-box .ant-upload-btn{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.file-dragger-box:hover{border-color:#1890ff!important}.sub-collapse{background:#fafafa!important;border:1px solid #e8e8e8!important;border-radius:8px!important;margin-bottom:16px}.empty-gray-box{background:#f5f5f5;border-radius:8px;padding:20px;text-align:center;color:#8c8c8c;font-size:14px}.progress-header-box{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:16px 20px}.big-red-btn{height:50px!important;font-size:16px!important;font-weight:700!important;border-radius:8px!important}.roster-kpi-container{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:20px 24px}.roster-kpi-label{font-size:14px;color:#595959;font-weight:500;display:flex;align-items:center;gap:4px}.roster-kpi-value{font-size:34px;font-weight:800;color:#1f2430;margin:6px 0;letter-spacing:-.5px}.roster-kpi-sub{font-size:12px;color:#8c8c8c}.fun-card{padding:18px 14px;border-radius:10px;text-align:center;box-shadow:0 2px 6px #0000000a;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s}.fun-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.fun-card-icon{font-size:28px;margin-bottom:6px}.fun-card-title{font-weight:700;font-size:15px;color:#262626;margin-bottom:6px}.fun-card-names{font-size:13px;color:#595959;line-height:1.5;min-height:20px}.history-green-pill{background:#f6ffed;border:1px solid #b7eb8f;color:#389e0d;font-weight:600;padding:8px 14px;border-radius:6px;margin:12px 0;display:flex;align-items:center;gap:8px;font-size:13px}.history-step-title{font-size:14px;font-weight:700;color:#262626;margin:14px 0 10px}.history-sub-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:16px 14px;height:100%}.history-matrix-table .ant-table-cell{padding:10px 8px!important;font-size:13px!important}.mobile-day-capsule-container{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px;margin-bottom:14px;-webkit-overflow-scrolling:touch}.mobile-day-capsule{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;cursor:pointer;transition:all .2s;min-width:64px}.mobile-day-capsule:hover{border-color:#5e6ad2;color:#5e6ad2}.mobile-day-capsule-active{background:#5e6ad2!important;border-color:#5e6ad2!important;color:#fff!important;box-shadow:0 2px 6px #5e6ad240}.mobile-day-capsule-title{font-size:13px;font-weight:700}.mobile-day-capsule-sub{font-size:11px;opacity:.85;margin-top:1px}.mobile-slot-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:12px 14px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;gap:10px;transition:all .15s ease}.mobile-slot-card:hover{border-color:#d1d5db;box-shadow:0 2px 6px #00000008}.mobile-slot-card-maint{background:linear-gradient(135deg,#fffdfa,#fffbf0);border:1px solid #fde68a}.trajectory-card{border:1px solid #e8e8e8;border-radius:8px;padding:12px 16px;background:#fff;margin-bottom:10px;transition:all .2s}.trajectory-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff14}.trajectory-badge-plus{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a;font-weight:700;padding:2px 8px;border-radius:4px;font-size:12px}.trajectory-badge-minus{background:#fff1f0;border:1px solid #ffa39e;color:#f5222d;font-weight:700;padding:2px 8px;border-radius:4px;font-size:12px}.hours-ledger-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f0f0f0}.hours-ledger-row:last-child{border-bottom:none}.classroom-pill-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;border:1px solid #d9d9d9;background:#fff;color:#595959;transition:all .2s ease}.classroom-pill-btn:hover{border-color:#ff4d4f;color:#ff4d4f}.classroom-pill-btn-active{border-color:#ff4d4f!important;color:#ff4d4f!important;background:#fff1f0!important;font-weight:600}.classroom-stat-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px 24px;box-shadow:0 1px 3px #0000000a}.classroom-stat-label{font-size:13px;color:#8c8c8c;margin-bottom:8px}.classroom-stat-value{font-size:32px;font-weight:800;line-height:1.2}.classroom-export-btn{height:48px;font-size:15px;font-weight:600;border-radius:8px;border:1px solid #d9d9d9;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.classroom-export-btn:hover{border-color:#1890ff;color:#1890ff}.salary-hero-card{background:linear-gradient(135deg,#1890ff,#096dd9);border-radius:12px;padding:24px;color:#fff;box-shadow:0 4px 12px #1890ff40}.account-user-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:14px 18px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.account-user-card:hover{border-color:#ff4d4f;box-shadow:0 2px 8px #0000000f}.account-user-card-active{border-color:#ff4d4f!important;background:#fffdfd!important;box-shadow:0 2px 8px #ff4d4f26!important}.role-badge-user{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.role-badge-room-admin{background:#e6f7ff;color:#0050b3;border:1px solid #91d5ff;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.role-badge-admin{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.role-badge-super{background:#fce4ec;color:#c2185b;border:1px solid #f8bbd0;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.perm-pill{display:inline-flex;align-items:center;padding:2px 8px;margin:2px 4px 2px 0;border-radius:12px;background:#f0f4f8;color:#486581;font-size:12px;border:1px solid #bcccdc;line-height:1.4}.batch-item-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:10px 14px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.batch-btn-on{border:1px solid #b7eb8f;background:#f6ffed;color:#389e0d;font-weight:600;padding:4px 14px;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.batch-btn-on:hover{background:#389e0d;color:#fff}.batch-btn-off{border:1px solid #d9d9d9;background:#fafafa;color:#595959;font-weight:600;padding:4px 14px;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.batch-btn-off:hover{border-color:#ff4d4f;color:#ff4d4f;background:#fff1f0}.schedule-matrix-cell{border-radius:8px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.schedule-matrix-cell:hover{transform:translateY(-2px);box-shadow:0 4px 12px #722ed129}.hover-cell-empty{border:1px dashed #d9d9d9;background:#fafafa}.hover-cell-empty:hover{border-color:#722ed1!important;background:#f9f0ff!important}.hover-cell-unscheduled{border:1px dashed #f0f0f0;background:#fff}.hover-cell-unscheduled:hover{border-color:#9254de!important;background:#fdfaff!important}.hover-cell-unscheduled:hover>span:first-child{display:none!important}.hover-cell-unscheduled:hover .unscheduled-hover-tip{display:inline-block!important}.hover-cell-normal{border:1px solid #adc6ff;background:#f0f5ff}.hover-cell-normal:hover{border-color:#2f54eb!important;background:#e6f7ff!important}.hover-cell-maint{border:1px solid #ffa39e;background:#fff1f0}.hover-cell-maint:hover{border-color:#f5222d!important;background:#ffebe9!important}.comparison-staff-card{border:1px solid #f0f0f0;border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;background:#fff}.comparison-staff-card:hover{border-color:#9254de;background:#fdfaff}.comparison-staff-card.active{border:2px solid #722ed1;background:#f9f0ff;box-shadow:0 2px 8px #722ed11f}.comparison-course-cell{border-radius:6px;padding:8px;min-height:80px;transition:all .2s;display:flex;flex-direction:column;justify-content:flex-start;font-size:12px;line-height:1.4}.modern-timetable-card{background:#fff;border-radius:16px;border:1px solid #e8e8e8;box-shadow:0 4px 20px #0000000a;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-timetable-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #f0f0f0}.modern-timetable-title-group{display:flex;flex-direction:column;gap:2px;cursor:pointer}.modern-timetable-date-text{font-size:20px;font-weight:700;color:#1f1f1f;line-height:1.2}.modern-timetable-sub-text{font-size:13px;font-weight:500;color:#8c8c8c;display:flex;align-items:center;gap:6px}.modern-timetable-actions{display:flex;align-items:center;gap:8px}.modern-timetable-action-btn{width:38px;height:38px;border-radius:50%;border:1px solid #e8e8e8;background:#f9f9f9;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease;color:#434343}.modern-timetable-action-btn:hover{background:#fff;border-color:#1677ff;color:#1677ff;transform:translateY(-1px);box-shadow:0 2px 8px #1677ff26}.modern-weekdays-row{display:grid;grid-template-columns:52px repeat(7,minmax(0,1fr));background:#fafafa;border-bottom:1px solid #f0f0f0;text-align:center;align-items:center}.modern-month-col{padding:10px 4px;font-size:13px;font-weight:700;color:#1f1f1f;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;justify-content:center}.modern-day-col{padding:8px 4px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:2px;transition:background .2s}.modern-day-col:last-child{border-right:none}.modern-day-name{font-size:12px;color:#8c8c8c}.modern-day-badge{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#262626;transition:all .2s}.modern-day-badge.today{background:#1677ff;color:#fff;box-shadow:0 2px 6px #1677ff59}.modern-day-badge.selected{border:2px solid #1677ff;color:#1677ff}.modern-grid-body{display:grid;grid-template-columns:52px repeat(7,minmax(0,1fr));position:relative;background:#fff}.modern-period-col{border-right:1px solid #f0f0f0;background:#fafafa}.modern-period-cell{height:64px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2px 4px}.modern-period-num{font-size:13px;font-weight:700;color:#262626;line-height:1}.modern-period-time{font-size:10px;color:#8c8c8c;line-height:1.1;margin-top:3px;text-align:center;transform:scale(.9)}.modern-day-track{border-right:1px solid #f0f0f0;position:relative;display:flex;flex-direction:column}.modern-day-track:last-child{border-right:none}.modern-slot-cell{height:64px;border-bottom:1px solid #f0f0f0;position:relative}.modern-course-card{position:absolute;left:3px;right:3px;border-radius:8px;padding:6px 8px;cursor:pointer;z-index:2;box-shadow:0 2px 6px #0000000a;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid transparent}.modern-course-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014;z-index:5}.modern-course-title{font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.modern-course-meta{font-size:11px;line-height:1.3;margin-top:4px;opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modern-course-card.not-this-week{opacity:.6;filter:grayscale(15%);border:1px dashed #d9d9d9!important;background:#fbfbfb!important;box-shadow:none}.modern-course-card.not-this-week .modern-course-title{color:#595959!important}.modern-course-card.not-this-week .modern-course-meta{color:#8c8c8c!important}@keyframes pulse-glow{0%{box-shadow:0 0 #1677ff99}70%{box-shadow:0 0 0 8px #1677ff00}to{box-shadow:0 0 #1677ff00}}.modern-course-card.current-active-class{border:2px solid #1677ff!important;box-shadow:0 4px 16px #1677ff59!important;animation:pulse-glow 2s infinite ease-in-out;z-index:10!important}.modern-course-card.next-upcoming-class{border:2px dashed #fa8c16!important;box-shadow:0 2px 10px #fa8c1640!important;z-index:8!important}.active-course-badge{display:inline-flex;align-items:center;gap:4px;background:#1677ff;color:#fff;padding:1px 6px;border-radius:10px;font-size:10px;font-weight:700;margin-bottom:4px;width:fit-content}.upcoming-course-badge{display:inline-flex;align-items:center;gap:4px;background:#fa8c16;color:#fff;padding:1px 6px;border-radius:10px;font-size:10px;font-weight:700;margin-bottom:4px;width:fit-content}.today-live-tracker-bar{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#e6f4ff,#f0f5ff);border:1px solid #91caff;border-radius:8px;padding:8px 16px;margin:10px 16px 0;font-size:13px;color:#0958d9}.course-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.course-detail-title{font-size:20px;font-weight:700;color:#1f1f1f;margin:0;flex:1;padding-right:16px}.course-detail-actions{display:flex;align-items:center;gap:12px}.course-detail-action-icon{font-size:18px;cursor:pointer;padding:6px;border-radius:6px;transition:all .2s}.course-detail-action-icon:hover{background:#f0f0f0}.course-detail-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fafafa;border-radius:10px;margin-bottom:12px}.course-detail-icon-wrap{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.course-detail-text{font-size:15px;font-weight:500;color:#262626}.timetable-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 8px;margin-top:16px}.timetable-tool-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:8px 4px;border-radius:8px;transition:all .2s}.timetable-tool-item:hover{background:#f5f5f5;transform:translateY(-2px)}.timetable-tool-icon-circle{width:44px;height:44px;border-radius:50%;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:20px;color:#434343;transition:all .2s}.timetable-tool-item:hover .timetable-tool-icon-circle{background:#e6f4ff;color:#1677ff}.timetable-tool-label{font-size:12px;color:#595959;text-align:center}.week-pill-slider{display:flex;gap:8px;overflow-x:auto;padding:8px 2px;scrollbar-width:thin}.week-pill-slider::-webkit-scrollbar{height:4px}.week-pill-slider::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.week-pill-item{flex-shrink:0;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500;background:#f5f5f5;color:#595959;cursor:pointer;transition:all .2s;border:1px solid transparent}.week-pill-item:hover{background:#e6f4ff;color:#1677ff}.week-pill-item.active{background:#1677ff;color:#fff;box-shadow:0 2px 8px #1677ff4d}.slice-matrix-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.slice-matrix-card{padding:10px 12px;border-radius:8px;border:1px solid #e8e8e8;background:#fff;display:flex;flex-direction:column;gap:4px;transition:all .2s}.slice-matrix-card.has-data{border-color:#b7eb8f;background:#f6ffed}.slice-matrix-card.empty{border-color:#ffd591;background:#fffbe6}.university-timetable-container{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 2px 12px #00000008;overflow:hidden}.university-timetable-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.university-th{padding:14px 8px;text-align:center;font-size:14px;font-weight:600;color:#262626;background:#fafafa;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}.university-th:last-child{border-right:none}.university-th.today-header{color:#fa8c16!important;font-weight:700;background:#fffbe6!important}.university-slot-label-col{width:120px;padding:16px 8px;text-align:center;background:#fafafa;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}.university-slot-title{font-size:14px;font-weight:700;color:#262626;margin-bottom:4px}.university-slot-time{font-size:11px;color:#8c8c8c;font-family:monospace}.university-slot-cell{padding:6px;min-height:90px;height:90px;vertical-align:top;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;position:relative;transition:background .2s}.university-slot-cell:last-child{border-right:none}.university-slot-cell.today-col{background:#fffdfa}.university-course-card{border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px #0000000a;border:1px solid #d9d9d9;height:100%;box-sizing:border-box}.university-course-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.university-course-card.today-highlight{border:2px solid #fa8c16!important;box-shadow:0 2px 10px #fa8c1647!important}.university-course-name{font-size:13px;font-weight:700;color:#1f1f1f;line-height:1.35;margin-bottom:2px}.university-course-teacher,.university-course-location{font-size:12px;color:#595959;display:flex;align-items:center;gap:4px}.linear-shift-duty-card{border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:5px;cursor:pointer;background:linear-gradient(135deg,#5e6ad214,#5e6ad205);border:1px solid rgba(94,106,210,.28);box-shadow:0 1px 3px #00000008,0 2px 6px #5e6ad20f;transition:all .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box;text-align:left;position:relative;overflow:hidden}.linear-shift-duty-card:hover{transform:translateY(-2px);border-color:#5e6ad2;box-shadow:0 4px 14px #5e6ad229}.linear-shift-duty-card.maint-shift{background:linear-gradient(135deg,#10b98114,#10b98105);border-color:#10b9814d}.linear-shift-duty-card.maint-shift:hover{border-color:#10b981;box-shadow:0 4px 14px #10b98129}.linear-shift-duty-card.night-shift{background:linear-gradient(135deg,#5e6ad217,#5e6ad208);border-color:#5e6ad252}.linear-shift-duty-card.morning-shift{background:linear-gradient(135deg,#ea580c14,#ea580c05);border-color:#ea580c52}.linear-list-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #00000005}.linear-list-item-card:hover{transform:translate(3px);border-color:#cbd5e1;box-shadow:0 4px 12px #0000000f}
