.calendar-container{max-width:1400px;padding:var(--spacing-lg);margin:0 auto}.calendar-header{padding:var(--spacing-md) var(--spacing-lg);background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:var(--spacing-lg);justify-content:space-between;align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.calendar-header__title{font-size:var(--font-size-xl);color:var(--color-text);align-items:center;gap:var(--spacing-sm);font-weight:700;display:flex}.calendar-header__region-tag{font-size:var(--font-size-sm);color:var(--color-primary);background:#e3f2fd;border-radius:12px;padding:2px 10px;font-weight:500}.calendar-header__nav{align-items:center;gap:var(--spacing-sm);display:flex}.calendar-header__month{font-size:var(--font-size-lg);text-align:center;min-width:140px;font-weight:600}.calendar-header__actions{align-items:center;gap:var(--spacing-sm);display:flex}.matrix-weekdays,.matrix-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.matrix-weekdays{margin-bottom:0}.matrix-grid{border-radius:0 0 var(--radius-md) var(--radius-md);margin-bottom:var(--spacing-lg);background:#eaeaea;border:1px solid #eaeaea;grid-auto-rows:minmax(0,1fr);height:calc(100vh - 210px);min-height:500px}.matrix-weekday{text-align:center;padding:var(--spacing-md) var(--spacing-sm);font-weight:700;font-size:var(--font-size-base);color:#fff;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.matrix-weekday--1,.matrix-day-cell--1{--matrix-theme-color:#8b3a36}.matrix-weekday--1{background:var(--matrix-theme-color)}.matrix-day-cell--1{background:#fdf5f3}.matrix-weekday--2,.matrix-day-cell--2{--matrix-theme-color:#5e7a69}.matrix-weekday--2{background:var(--matrix-theme-color)}.matrix-day-cell--2{background:#f3f7f5}.matrix-weekday--3,.matrix-day-cell--3{--matrix-theme-color:#a25c65}.matrix-weekday--3{background:var(--matrix-theme-color)}.matrix-day-cell--3{background:#fcf5f6}.matrix-weekday--4,.matrix-day-cell--4{--matrix-theme-color:#786884}.matrix-weekday--4{background:var(--matrix-theme-color)}.matrix-day-cell--4{background:#f6f4f8}.matrix-weekday--5,.matrix-day-cell--5{--matrix-theme-color:#a68b42}.matrix-weekday--5{background:var(--matrix-theme-color)}.matrix-day-cell--5{background:#fdfcf5}.matrix-weekday--6,.matrix-day-cell--6{--matrix-theme-color:#8c7861}.matrix-weekday--6{background:var(--matrix-theme-color)}.matrix-day-cell--6{background:#f8f6f4}.matrix-weekday--0,.matrix-day-cell--0{--matrix-theme-color:#4a7c89}.matrix-weekday--0{background:var(--matrix-theme-color)}.matrix-day-cell--0{background:#f2f7f9}.matrix-day-cell{flex-direction:column;transition:filter .2s;display:flex;position:relative;overflow:hidden}.matrix-day-cell:hover{filter:brightness(.97)}.matrix-day-cell--empty{pointer-events:none;background:#fafafa!important}.matrix-day-cell__date{color:#333;font-size:12px;font-weight:800;position:absolute;top:4px;left:6px}.matrix-day-cell__courses{flex-direction:column;flex:1;gap:6px;padding:20px 4px 4px;display:flex;overflow:hidden}.matrix-course-card{cursor:pointer;flex-direction:column;width:100%;transition:transform .15s;display:flex}.matrix-course-card:hover{transform:translateY(-2px)}.matrix-course-card__header{color:#666;justify-content:space-between;align-items:flex-start;font-size:9px;font-weight:500;display:flex}.matrix-course-card__time{white-space:nowrap;padding-left:14px}.matrix-course-card__address{text-align:right;color:#111;font-size:10px;font-weight:700}.matrix-course-card__additional{color:#2e7d32;margin-top:1px;font-size:9px}.matrix-course-card__title{color:var(--matrix-theme-color,#111);text-align:center;word-break:break-all;margin:6px 0;font-size:13px;font-weight:800;line-height:1.2}.matrix-course-card__footer{color:#444;flex-direction:column;font-size:9px;line-height:1.3;display:flex}.matrix-course-card__footer div{font-weight:600}.matrix-view{overflow-x:auto}.matrix-table{border-collapse:collapse;table-layout:fixed;background:var(--color-surface);width:100%;box-shadow:var(--shadow-sm);border-radius:var(--radius-md);overflow:hidden}.matrix-table th{padding:var(--spacing-sm) var(--spacing-md);font-weight:600;font-size:var(--font-size-sm);text-align:center;border:1px solid var(--color-border)}.matrix-table td{padding:var(--spacing-sm);border:1px solid var(--color-border);vertical-align:top;cursor:pointer;min-height:140px;transition:background .15s}.matrix-table td:hover{background:#f5f5f5}.matrix-cell__date-row{margin-bottom:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--color-text-secondary);justify-content:space-between;align-items:center;display:flex}.matrix-cell__title{font-weight:700;font-size:var(--font-size-base);margin-bottom:var(--spacing-xs);line-height:1.4}.matrix-cell__detail{font-size:var(--font-size-xs);color:var(--color-text-secondary);line-height:1.6}.matrix-cell__detail span{display:block}.matrix-table tr:nth-child(2n) td{background:var(--color-row-even)}.matrix-table tr:nth-child(2n) td:hover{background:#0000000d}.course-card-mini--selected{outline-offset:-2px;outline:2px solid #1677ff;transform:scale(.98);color:#1677ff!important;background-color:#e6f4ff!important}.course-card-mini--selected .course-card-mini__title{color:#1677ff!important}.calendar-header__batch-bar{background-color:#e6f4ff;border:1px solid #91caff;border-radius:6px;flex:1;justify-content:flex-end;align-items:center;gap:12px;padding:4px 16px;display:flex}.calendar-header__batch-info{color:#1677ff;margin-right:auto;font-weight:500}.mobile-calendar{flex-direction:column;flex:1;width:100%;display:none;overflow:hidden}.mobile-calendar--visible{display:flex}.mobile-weekday-header{flex-shrink:0;grid-template-columns:repeat(7,1fr);width:100%;display:grid}.mobile-weekday-header__cell{text-align:center;color:#fff;padding:7px 0;font-size:12px;font-weight:700}.mobile-weekday-header__cell:first-child{background:#8b3a36}.mobile-weekday-header__cell:nth-child(2){background:#5e7a69}.mobile-weekday-header__cell:nth-child(3){background:#a25c65}.mobile-weekday-header__cell:nth-child(4){background:#786884}.mobile-weekday-header__cell:nth-child(5){background:#a68b42}.mobile-weekday-header__cell:nth-child(6){background:#8c7861}.mobile-weekday-header__cell:nth-child(7){background:#4a7c89}.mobile-month-grid{background:#e8e8e8;grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(0,1fr);gap:1px;width:100%;display:grid;overflow:hidden}.mobile-day-cell{cursor:pointer;flex-direction:column;min-height:0;padding:2px;transition:background .15s;display:flex;position:relative;overflow:hidden}.mobile-day-cell:active{filter:brightness(.94)}.mobile-day-cell--dow-1{background:#fdf5f3}.mobile-day-cell--dow-2{background:#f3f7f5}.mobile-day-cell--dow-3{background:#fcf5f6}.mobile-day-cell--dow-4{background:#f6f4f8}.mobile-day-cell--dow-5{background:#fdfcf5}.mobile-day-cell--dow-6{background:#f8f6f4}.mobile-day-cell--dow-0{background:#f2f7f9}.mobile-day-cell--empty{pointer-events:none;background:#fafafa}.mobile-day-cell--today{box-shadow:inset 0 0 0 2px #1976d2}.mobile-day-cell--selected{box-shadow:inset 0 0 0 2px #764ba2}.mobile-day-cell--selected .mobile-day-cell__date{color:#764ba2;font-weight:800}.mobile-day-cell__date{color:#444;flex-shrink:0;margin-bottom:1px;font-size:11px;font-weight:700;line-height:1}.mobile-day-cell--other-month .mobile-day-cell__date{color:#ccc}.mobile-day-cell__courses{flex-direction:column;flex:1;gap:1px;min-height:0;display:flex;overflow:hidden}.mobile-course-pill{cursor:pointer;border-radius:3px;flex-direction:column;flex-shrink:0;max-width:100%;padding:1px 3px;display:flex;overflow:hidden}.mobile-course-pill__title{white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:700;line-height:1.2;overflow:hidden}.mobile-course-pill__people{white-space:nowrap;text-overflow:ellipsis;opacity:.7;font-size:8px;font-weight:500;line-height:1.1;overflow:hidden}.mobile-day-cell--dow-1 .mobile-course-pill{background:#8b3a3621}.mobile-day-cell--dow-1 .mobile-course-pill__title,.mobile-day-cell--dow-1 .mobile-course-pill__people{color:#8b3a36}.mobile-day-cell--dow-2 .mobile-course-pill{background:#5e7a6921}.mobile-day-cell--dow-2 .mobile-course-pill__title,.mobile-day-cell--dow-2 .mobile-course-pill__people{color:#5e7a69}.mobile-day-cell--dow-3 .mobile-course-pill{background:#a25c6521}.mobile-day-cell--dow-3 .mobile-course-pill__title,.mobile-day-cell--dow-3 .mobile-course-pill__people{color:#a25c65}.mobile-day-cell--dow-4 .mobile-course-pill{background:#78688421}.mobile-day-cell--dow-4 .mobile-course-pill__title,.mobile-day-cell--dow-4 .mobile-course-pill__people{color:#786884}.mobile-day-cell--dow-5 .mobile-course-pill{background:#a68b4221}.mobile-day-cell--dow-5 .mobile-course-pill__title,.mobile-day-cell--dow-5 .mobile-course-pill__people{color:#a68b42}.mobile-day-cell--dow-6 .mobile-course-pill{background:#8c786121}.mobile-day-cell--dow-6 .mobile-course-pill__title,.mobile-day-cell--dow-6 .mobile-course-pill__people{color:#8c7861}.mobile-day-cell--dow-0 .mobile-course-pill{background:#4a7c8921}.mobile-day-cell--dow-0 .mobile-course-pill__title,.mobile-day-cell--dow-0 .mobile-course-pill__people{color:#4a7c89}.mobile-day-cell__overflow{color:#999;text-align:center;flex-shrink:0;font-size:8px;line-height:1}.drawer-overlay{z-index:200;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.drawer-overlay--open{opacity:1;pointer-events:auto}.bottom-drawer{z-index:201;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;max-height:70vh;transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000026}.bottom-drawer--open{transform:translateY(0)}.bottom-drawer__handle{background:#d0d0d0;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0}.bottom-drawer__header{flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px 8px;display:flex}.bottom-drawer__title{color:#333;font-size:16px;font-weight:700}.bottom-drawer__content{-webkit-overflow-scrolling:touch;flex:1;padding:4px 16px 24px;overflow-y:auto}.bottom-drawer__course-card{border:1px solid #e8e8e8;border-left:4px solid var(--card-theme-color,#8b3a36);cursor:pointer;background:#fafafa;border-radius:10px;margin-bottom:12px;padding:14px 16px;transition:transform .15s}.bottom-drawer__course-card:active{transform:scale(.98)}.bottom-drawer__course-title{color:var(--card-theme-color,#8b3a36);margin-bottom:8px;font-size:16px;font-weight:800}.bottom-drawer__course-row{color:#555;gap:4px;font-size:13px;line-height:1.8;display:flex}.bottom-drawer__course-label{color:#999;flex-shrink:0;min-width:42px;font-weight:600}.bottom-drawer__course-tag{color:#1976d2;background:#e3f2fd;border-radius:10px;padding:1px 8px;font-size:11px;font-weight:500;display:inline-block}.bottom-drawer__empty{text-align:center;color:#bbb;padding:32px 0}.bottom-drawer__empty-icon{margin-bottom:8px;font-size:36px}.mobile-fab{color:#fff;z-index:90;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:26px;font-weight:300;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:20px;box-shadow:0 4px 16px #764ba266}.mobile-fab:active{transform:scale(.9);box-shadow:0 2px 8px #764ba24d}@media (width<=767px){.mobile-header-menu{display:none}.calendar-container{padding:var(--spacing-xs);flex-direction:column;height:calc(100vh - 48px);display:flex}.calendar-container .ant-spin-nested-loading,.calendar-container .ant-spin-container{width:100%!important}.calendar-header{padding:var(--spacing-sm) var(--spacing-sm);margin-bottom:var(--spacing-sm);gap:var(--spacing-xs)}.calendar-header__title{gap:4px;font-size:15px}.calendar-header__title .ant-btn{height:26px;padding:0 6px;font-size:12px}.calendar-header__month{font-size:var(--font-size-base);min-width:90px}.calendar-header__nav .ant-btn{width:28px;min-width:28px;height:28px;padding:0}.calendar-header__actions{justify-content:flex-end;width:100%}.calendar-header__actions .ant-select{width:110px!important}.calendar-header__batch-bar{flex-flow:wrap;gap:6px;padding:4px 8px}.desktop-only{display:none!important}}:root{--color-title-red:#d32f2f;--color-title-brown:#795548;--color-title-green:#2e7d32;--color-title-purple:#7b1fa2;--color-title-orange:#e65100;--color-title-teal:#00695c;--color-row-even:#fff8e1;--color-row-odd:#fff;--color-header-mon:#e8f5e9;--color-header-wed:#fff3e0;--color-header-thu:#e3f2fd;--color-header-fri:#fce4ec;--color-header-sun:#f3e5f5;--color-today-bg:#e3f2fd;--color-today-border:#1976d2;--color-bg:#fafafa;--color-surface:#fff;--color-border:#e0e0e0;--color-text:#212121;--color-text-secondary:#616161;--color-text-muted:#9e9e9e;--color-primary:#1976d2;--color-danger:#d32f2f;--color-success:#2e7d32;--font-main:"PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-xs:11px;--font-size-sm:12px;--font-size-base:14px;--font-size-lg:16px;--font-size-xl:20px;--font-size-xxl:24px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:24px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-main);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:silver;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:.3s ease-out fadeIn}.slide-in{animation:.3s ease-out slideIn}
