*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafbfa;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:240px;background:#fff;border-right:1px solid #ECEFEC;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.app-sidebar .logo-wrap{padding:20px 16px;border-bottom:1px solid #ECEFEC;display:flex;align-items:center;justify-content:center}.app-sidebar .logo-wrap img{max-width:180px;width:100%;height:auto}.app-sidebar .sidebar-menu{flex:1;border-right:0!important;padding:8px}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-topbar{background:#fff;border-bottom:1px solid #ECEFEC;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.topbar-username{display:inline-block}@media (max-width: 768px){.topbar-username{display:none}}.app-topbar .page-title{font-size:18px;font-weight:600;color:#1a1a1a}.app-content{padding:24px;flex:1;min-width:0}@media (max-width: 768px){.app-sidebar{position:fixed;z-index:50;transform:translate(-100%);transition:transform .2s ease}.app-sidebar.open{transform:translate(0)}.app-content{padding:16px}.app-topbar{padding:0 12px}}.schedule-grid{--hour-w: 160px;--day-w: 2240px;--name-w: 220px;display:flex;flex-direction:column;background:#fff;border:1px solid #ECEFEC;border-radius:8px;min-width:max-content;width:max-content}.schedule-grid-header{display:flex;position:sticky;top:0;z-index:100;min-width:max-content}.schedule-grid-name-header{width:var(--name-w);min-width:var(--name-w);max-width:var(--name-w);flex-shrink:0;background:#5ac8a4;color:#fff;font-weight:600;padding:8px 12px;border-right:1px solid #48B392;border-bottom:2px solid #48B392;box-sizing:border-box;position:sticky;left:0;z-index:101;white-space:nowrap;display:flex;align-items:flex-end}.schedule-grid-day-header{width:var(--day-w);min-width:var(--day-w);flex-shrink:0;border-right:2px solid #48B392}.schedule-grid-day-title{background:#5ac8a4;color:#fff;font-weight:600;padding:8px 4px;text-align:center;white-space:nowrap}.schedule-grid-hours-header{display:flex;background:#48b392}.schedule-grid-hour-header{width:var(--hour-w);min-width:var(--hour-w);flex-shrink:0;color:#fff;font-weight:600;font-size:12px;text-align:left;padding:4px 2px 4px 6px;border-right:1px solid rgba(255,255,255,.25);box-sizing:border-box}.schedule-grid-body-row{display:flex;min-width:max-content}.schedule-grid-name-cell{width:var(--name-w);min-width:var(--name-w);max-width:var(--name-w);flex-shrink:0;background:#fafbfa;padding:8px 12px;font-weight:500;border-right:1px solid #ECEFEC;border-bottom:1px solid #ECEFEC;box-sizing:border-box;position:sticky;left:0;z-index:10;display:flex;align-items:center}.schedule-grid-day-cell{width:var(--day-w);min-width:var(--day-w);flex-shrink:0;position:relative;border-right:2px solid #48B392;border-bottom:1px solid #ECEFEC;min-height:80px;overflow:hidden}.schedule-grid-timeline{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.schedule-grid-timeline-hour{width:var(--hour-w);min-width:var(--hour-w);flex-shrink:0;border-right:1px solid #EFF1EF;height:100%;box-sizing:border-box}.schedule-grid-content-cell{position:absolute;padding:4px 8px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;z-index:1;border-radius:4px;box-shadow:0 1px 2px #0000000f}.schedule-grid-content-cell-shift{justify-content:center;text-align:center;opacity:.9}.schedule-grid-content-cell .cell-head{display:flex;align-items:center;gap:4px;margin-bottom:2px}.schedule-grid-content-cell .cell-class{font-weight:600;font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-grid-content-cell .cell-company{font-size:11px;color:#555;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-grid-content-cell .cell-time{font-size:11px;color:#666;margin-top:1px;white-space:nowrap}.cell-role{display:inline-block;padding:1px 6px;border-radius:3px;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.02em;white-space:nowrap}.cell-role-teaching{background:#2e9b78;color:#fff}.cell-role-tutoring{background:#e08a2e;color:#fff}.legend-item{display:inline-flex;align-items:center;gap:6px}.legend-swatch{display:inline-block;width:22px;height:12px;border-radius:3px}.schedule-table-wrap{overflow-x:auto;overflow-y:visible;border-radius:8px;-webkit-overflow-scrolling:touch}.schedule-table td .cell-class{font-weight:600;font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.schedule-table td .cell-company{font-size:11px;color:#555;margin-top:2px}.schedule-table td .cell-time{font-size:10px;color:#777;margin-top:2px}.schedule-table td .cell-badge{display:inline-block;margin-top:4px;padding:1px 6px;background:#f5e94e;border-radius:4px;font-size:10px;font-weight:700;color:#1a1a1a}.fill-card .ant-card-body{padding:16px}.full-width{width:100%}
