*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;overflow:hidden;height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh;overflow:hidden}.app-container{height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5;overflow:hidden}.main-layout{flex:1;display:grid;overflow:hidden;height:calc(100vh - 80px)}.resize-handle{background:#e0e0e0;cursor:col-resize;transition:background .2s ease;-webkit-user-select:none;user-select:none}.resize-handle:hover{background:#667eea}.resize-handle:active{background:#5568d3}._overlay_hfdru_17{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_hfdru_47{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:_slideIn_hfdru_1 .3s ease-out}@keyframes _slideIn_hfdru_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._header_hfdru_93{padding:32px 32px 24px;border-bottom:1px solid #e5e7eb;position:relative;display:flex;align-items:center;justify-content:center}._header_hfdru_93 h2{margin:0;font-size:24px;font-weight:600;color:#1f2937;text-align:center}._closeButton_hfdru_127{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:32px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}._closeButton_hfdru_127:hover:not(:disabled){background-color:#f3f4f6;color:#374151}._closeButton_hfdru_127:disabled{opacity:.5;cursor:not-allowed}._content_hfdru_191{padding:32px}._info_hfdru_201{display:flex;gap:12px;padding:16px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:24px}._infoIcon_hfdru_221{width:24px;height:24px;color:#3b82f6;flex-shrink:0;margin-top:2px}._info_hfdru_201 p{margin:0;font-size:14px;line-height:1.6;color:#1e40af}._formGroup_hfdru_253{margin-bottom:20px}._label_hfdru_261{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}._select_hfdru_277{width:100%;padding:12px 40px 12px 16px;font-size:16px;color:#1f2937;background-color:#fff;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}._select_hfdru_277:hover:not(:disabled){border-color:#9ca3af}._select_hfdru_277:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._select_hfdru_277:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}._select_hfdru_277 option{padding:8px}._error_hfdru_357{display:flex;gap:12px;padding:16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px}._errorIcon_hfdru_377{width:24px;height:24px;color:#dc2626;flex-shrink:0;margin-top:2px}._error_hfdru_357 span{font-size:14px;line-height:1.6;color:#991b1b}._submitButton_hfdru_407{width:100%;padding:14px 24px;background-color:#3b82f6;color:#fff;border:2px solid #3b82f6;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}._submitButton_hfdru_407:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._submitButton_hfdru_407:disabled{opacity:.6;cursor:not-allowed;background-color:#9ca3af;border-color:#9ca3af}._submitButton_hfdru_407:active:not(:disabled){transform:translateY(0)}._disclaimer_hfdru_471{padding-top:16px;border-top:1px solid #e5e7eb;margin-top:24px}._disclaimer_hfdru_471 p{margin:0;font-size:13px;color:#6b7280;text-align:center;line-height:1.5}@media (max-width: 600px){._modal_hfdru_47{width:95%;margin:20px}._header_hfdru_93{padding:24px 24px 16px}._header_hfdru_93 h2{font-size:20px}._content_hfdru_191{padding:24px}._select_hfdru_277{padding:10px 14px;font-size:15px}._submitButton_hfdru_407{padding:12px 20px;font-size:15px}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s,color .2s}.modal-close:hover{background-color:#f3f4f6;color:#1f2937}.profile-content{padding:24px}.profile-content.student{background:linear-gradient(to bottom,#eff6ff,#fff 100px)}.profile-content.teacher{background:linear-gradient(to bottom,#ecfdf5,#fff 100px)}.profile-content.admin{background:linear-gradient(to bottom,#fffbeb,#fff 100px)}.profile-info{background:#fff;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.info-row strong{color:#6b7280;font-weight:600;font-size:14px}.info-row span{color:#1f2937;font-size:14px;text-align:right;max-width:60%;word-break:break-word}.name-display-container{display:flex;align-items:center;gap:8px}.edit-name-button-modal{background:none;border:none;padding:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;opacity:.6}.edit-name-button-modal:hover{opacity:1;background-color:#f3f4f6}.edit-name-button-modal svg{width:16px;height:16px;color:#3b82f6}.name-edit-container-modal{display:flex;align-items:center;gap:6px;flex:1}.name-edit-input-modal{padding:6px 10px;border:2px solid #3b82f6;border-radius:6px;font-size:14px;font-weight:500;color:#1f2937;outline:none;transition:all .2s;flex:1;min-width:150px}.name-edit-input-modal:focus{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}.name-edit-input-modal:disabled{opacity:.6;cursor:not-allowed}.name-edit-save-modal,.name-edit-cancel-modal{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;transition:all .2s;flex-shrink:0}.name-edit-save-modal{background-color:#22c55e;color:#fff}.name-edit-save-modal:hover:not(:disabled){background-color:#16a34a;transform:scale(1.05)}.name-edit-save-modal:disabled{opacity:.5;cursor:not-allowed}.name-edit-cancel-modal{background-color:#ef4444;color:#fff}.name-edit-cancel-modal:hover:not(:disabled){background-color:#dc2626;transform:scale(1.05)}.name-edit-cancel-modal:disabled{opacity:.5;cursor:not-allowed}.error-message-modal{padding:8px 12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;font-weight:500;margin-top:8px}.updating-message-modal{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#eff6ff;border-radius:6px;font-size:13px;color:#1e40af;font-weight:500;margin-top:8px}.spinner-small-modal{width:14px;height:14px;border:2px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.role-badge{padding:4px 12px;border-radius:12px;font-weight:600;font-size:13px;display:inline-block}.role-badge.student{background:#3b82f6;color:#fff}.role-badge.teacher{background:#10b981;color:#fff}.role-badge.admin{background:#f59e0b;color:#fff}._modalOverlay_eh6qh_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;animation:_fadeIn_eh6qh_1 .2s ease-out}._modalContent_eh6qh_29{background:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_eh6qh_1 .2s ease-out;overflow:hidden}._modalContent_eh6qh_29._warning_eh6qh_49{border-top:4px solid #ff9800}._modalContent_eh6qh_29._danger_eh6qh_57{border-top:4px solid #ef4444}._modalContent_eh6qh_29._info_eh6qh_65{border-top:4px solid #3b82f6}._modalHeader_eh6qh_73{padding:24px 24px 16px;display:flex;align-items:center;gap:12px}._modalIcon_eh6qh_87{font-size:32px;line-height:1}._modalHeader_eh6qh_73 h3{margin:0;font-size:20px;font-weight:600;color:#1f2937}._modalBody_eh6qh_111{padding:0 24px 24px}._modalBody_eh6qh_111 p{margin:0;font-size:15px;line-height:1.6;color:#4b5563}._modalFooter_eh6qh_133{padding:16px 24px;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}._cancelBtn_eh6qh_151,._confirmBtn_eh6qh_153{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}._cancelBtn_eh6qh_151{background:#f3f4f6;color:#374151}._cancelBtn_eh6qh_151:hover{background:#e5e7eb}._confirmBtn_eh6qh_153{color:#fff}._confirmBtn_eh6qh_153._warning_eh6qh_49{background:#ff9800}._confirmBtn_eh6qh_153._warning_eh6qh_49:hover{background:#f57c00}._confirmBtn_eh6qh_153._danger_eh6qh_57{background:#ef4444}._confirmBtn_eh6qh_153._danger_eh6qh_57:hover{background:#dc2626}._confirmBtn_eh6qh_153._info_eh6qh_65{background:#3b82f6}._confirmBtn_eh6qh_153._info_eh6qh_65:hover{background:#2563eb}@keyframes _fadeIn_eh6qh_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_eh6qh_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.course-editor-modal-content{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out}.course-editor-content{flex:1;overflow-y:auto;padding:24px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:#374151;font-size:14px}.form-group input[type=text],.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.readonly-field{padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#6b7280;font-weight:500}.field-help-text{margin-top:4px;font-size:12px;color:#6b7280;font-style:italic}.field-error{margin-top:6px;font-size:13px;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:4px}.field-error:before{content:"⚠";font-size:14px}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444;background-color:#fef2f2}.form-group input.error:focus,.form-group textarea.error:focus,.form-group select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}.level-pills{display:flex;flex-wrap:wrap;gap:8px}.level-pill{display:inline-flex;align-items:center;padding:8px 16px;background:#f3f4f6;border:2px solid #d1d5db;border-radius:20px;font-size:14px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.level-pill:hover{background:#e5e7eb;border-color:#9ca3af}.level-pill.selected{background:#dcfce7;border-color:#86efac;color:#166534}.level-pill.selected:hover{background:#bbf7d0;border-color:#4ade80}.class-mode-pills{display:flex;flex-wrap:wrap;gap:8px}.class-mode-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f3f4f6;border:2px solid #d1d5db;border-radius:20px;font-size:14px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.class-mode-pill:hover{background:#e5e7eb;border-color:#9ca3af}.class-mode-pill.selected{background:#fef3c7;border-color:#fcd34d;color:#92400e}.class-mode-pill.selected:hover{background:#fde68a;border-color:#fbbf24}.pill-remove-btn{background:none;border:none;color:currentColor;font-size:18px;line-height:1;cursor:pointer;padding:0;margin:0 0 0 4px;opacity:.7;transition:opacity .2s}.pill-remove-btn:hover{opacity:1}.add-mode-pill{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.add-mode-input{padding:4px 8px;min-width:150px}.add-mode-input input{border:none;outline:none;background:transparent;font-size:14px;width:100%;color:#92400e;font-weight:500}.add-mode-input input::placeholder{color:#d97706;opacity:.6}.homework-level-pills{display:flex;flex-wrap:wrap;gap:8px}.homework-pill{display:inline-flex;align-items:center;padding:8px 16px;background:#f3f4f6;border:2px solid #d1d5db;border-radius:20px;font-size:14px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.homework-pill:hover{background:#e5e7eb;border-color:#9ca3af}.homework-pill.selected{background:#e0e7ff;border-color:#a5b4fc;color:#3730a3}.homework-pill.selected:hover{background:#c7d2fe;border-color:#818cf8}.teachers-container{position:relative}.teacher-pills{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.teacher-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#dbeafe;border:1px solid #93c5fd;border-radius:16px;font-size:13px;color:#1e40af;font-weight:500}.teacher-pill button{background:none;border:none;color:#3b82f6;font-size:18px;line-height:1;cursor:pointer;padding:0;margin:0;transition:color .2s}.teacher-pill button:hover{color:#ef4444}.add-teacher-btn{width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:2px dashed #9ca3af;color:#6b7280;font-size:20px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0}.add-teacher-btn:hover{background:#e5e7eb;border-color:#6b7280;color:#374151}.teacher-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:200px;overflow-y:auto;z-index:10;min-width:200px}.teacher-option{padding:10px 12px;cursor:pointer;transition:background-color .2s;font-size:14px;color:#374151}.teacher-option:hover{background:#f3f4f6}.teacher-option:first-child{border-radius:8px 8px 0 0}.teacher-option:last-child{border-radius:0 0 8px 8px}.tag-input-container{display:flex;gap:8px;margin-bottom:8px}.tag-input-container input{flex:1}.tag-input-container button{padding:10px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.tag-input-container button:hover{background:#2563eb}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#e5e7eb;border-radius:16px;font-size:13px;color:#374151}.tag button{background:none;border:none;color:#6b7280;font-size:18px;line-height:1;cursor:pointer;padding:0;margin:0;transition:color .2s}.tag button:hover{color:#ef4444}.block-tag{background:#dcfce7;border:1px solid #86efac;color:#166534}.goal-input-row{display:flex;gap:8px;margin-bottom:8px}.goal-input-row input{flex:1}.goal-input-row button{padding:10px 12px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .2s}.goal-input-row button:hover{background:#dc2626}.add-goal-btn{padding:8px 16px;background:#f3f4f6;color:#374151;border:1px dashed #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.add-goal-btn:hover{background:#e5e7eb;border-color:#9ca3af}.modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-footer-left,.modal-footer-right{display:flex;gap:12px}.cancel-btn,.save-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cancel-btn{background:#f3f4f6;color:#374151}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.save-btn{background:#3b82f6;color:#fff}.save-btn:hover:not(:disabled){background:#2563eb}.cancel-btn:disabled,.save-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{padding:12px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:14px;margin-bottom:16px}.duplicate-course-modal-content{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out;overflow:hidden}.duplicate-course-info{padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.duplicate-course-info p{margin:0;font-size:14px;color:#374151}.duplicate-course-info strong{color:#1f2937;font-weight:600}.duplicate-course-controls{padding:20px 24px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:20px;flex-wrap:wrap}.control-group{flex:1;min-width:250px;display:flex;flex-direction:column;gap:8px}.control-group label{font-size:13px;font-weight:600;color:#374151;margin:0}.period-select,.search-input{padding:10px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1f2937;transition:all .2s}.period-select{cursor:pointer}.period-select:hover,.search-input:hover{border-color:#3b82f6}.period-select:focus,.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#9ca3af}.duplicate-error{margin:16px 24px;padding:12px 16px;background:#fee2e2;border:1px solid #dc2626;border-radius:8px;color:#991b1b;font-size:14px;display:flex;justify-content:space-between;align-items:center}.duplicate-error p{margin:0}.duplicate-error button{padding:6px 12px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.duplicate-error button:hover{background:#991b1b}.duplicate-course-list{flex:1;overflow-y:auto;padding:20px 24px;background:#fff}.duplicate-loading,.duplicate-empty{display:flex;align-items:center;justify-content:center;min-height:300px;text-align:center}.duplicate-loading p,.duplicate-empty p{font-size:15px;color:#6b7280;margin:0}.course-list{display:flex;flex-direction:column;gap:12px}.course-item{position:relative;padding:16px 120px 16px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.course-item:hover{background:#f3f4f6;border-color:#d1d5db}.course-item-info{flex:1;min-width:0}.course-item-info h4{margin:0 0 6px;font-size:16px;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-item-description{margin:0 0 8px;font-size:13px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-item-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.course-level,.course-blocks{padding:4px 8px;border-radius:4px;background:#fff;border:1px solid #cbd5e0;font-size:12px;font-weight:600}.course-level{color:#805ad5}.course-blocks{color:#2b6cb0}.course-tag{padding:3px 8px;border-radius:3px;font-size:11px;font-weight:500;white-space:nowrap}.course-tag-homework{background:#f3e5f5;color:#6a1b9a;border:1px solid #e1bee7;font-weight:500}.duplicate-btn{position:absolute;top:12px;right:12px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 3px #0000001a}.duplicate-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.duplicate-btn:active:not(:disabled){transform:translateY(0)}.duplicate-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.course-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;border-color:#667eea}.course-card.highlighted{background:#d4e8fc;border-color:#4299e1}.course-card.highlighted:hover{background:#c3ddf5;border-color:#3182ce}.course-card.filtered-out{opacity:.3;background:#f7fafc;border-color:#cbd5e0}.course-card.filtered-out:hover{transform:none;box-shadow:0 1px 3px #0000001a;cursor:not-allowed;border-color:#cbd5e0}.course-card.filtered-out .course-title{color:#a0aec0}.course-card.filtered-out .course-description{color:#cbd5e0}.course-card.filtered-out .course-tag{background:#e2e8f0;color:#a0aec0;border-color:#cbd5e0}.course-image{width:100%;height:120px;overflow:hidden;background:#f5f5f5;flex-shrink:0;border-radius:8px 8px 0 0}.course-image img{width:100%;height:100%;object-fit:cover}.course-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.course-title{font-weight:600;color:#333;font-size:.95rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-shrink:0}.course-description{font-size:.85rem;color:#666;line-height:1.4;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:auto}.course-meta{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;padding-top:.5rem;border-top:1px solid #f0f0f0;flex-shrink:0}.course-meta-row{display:flex;gap:.3rem}.course-level,.course-blocks{padding:.15rem .5rem;border-radius:4px;background:#fff;border:1px solid #cbd5e0;font-size:.75rem}.course-level{color:#805ad5;font-weight:600}.course-blocks{color:#2b6cb0;font-weight:600}.course-meta-tags{display:flex;flex-wrap:wrap;gap:.25rem}.course-tag{padding:.12rem .35rem;border-radius:3px;font-size:.7rem;font-weight:500;white-space:nowrap}.course-tag-teacher{background:#fef5e7;color:#8b6914;border:1px solid #f4e4c1}.course-tag-mode{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.course-tag-prereq{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2;font-weight:600}.course-homework-section{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem;flex-shrink:0}.course-homework-label{font-size:.65rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.course-homework-value{font-size:.75rem;color:#6a1b9a;font-weight:500;background:#f3e5f5;padding:.2rem .4rem;border-radius:4px;border:1px solid #e1bee7}.course-card.dragging{opacity:.5;cursor:grabbing}.classes-modal-content{background:#fff;border-radius:12px;width:90%;max-width:1100px;height:calc(100vh - 40px);display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out;overflow:hidden}.modal-header-left{display:flex;align-items:center;gap:16px}.modal-header-left h2{margin:0}.period-dropdown{padding:6px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1f2937;cursor:pointer;transition:all .2s;min-width:180px;font-weight:500}.period-dropdown:hover{border-color:#3b82f6}.period-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.refresh-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s;color:#6b7280}.refresh-button svg{width:20px;height:20px;transition:transform .3s}.refresh-button:hover{background:#f3f4f6;color:#3b82f6}.refresh-button:hover svg{transform:rotate(180deg)}.refresh-button:active{background:#e5e7eb}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.refresh-button:disabled:hover{background:transparent;color:#6b7280}.refresh-button:disabled svg{transform:none}.view-toggle-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s;color:#6b7280}.view-toggle-button svg{width:20px;height:20px}.view-toggle-button:hover{background:#f3f4f6;color:#3b82f6;border-color:#3b82f6}.view-toggle-button:active{background:#e5e7eb}.view-toggle-button:disabled{opacity:.5;cursor:not-allowed}.view-toggle-button:disabled:hover{background:transparent;color:#6b7280;border-color:#d1d5db}.courses-table-container{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px}.courses-table{width:100%;border-collapse:collapse;font-size:14px}.courses-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.courses-table th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;white-space:nowrap}.courses-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.courses-table th.sortable:hover{background-color:#e5e7eb}.courses-table th.sortable:active{background-color:#d1d5db}.courses-table .sort-indicator{font-size:12px;margin-left:4px;font-weight:700;opacity:.5}.courses-table th.sortable:hover .sort-indicator{opacity:1}.courses-table th.sortable .sort-indicator{color:#9ca3af}.courses-table th.sortable:hover .sort-indicator,.courses-table th.sortable:active .sort-indicator{color:#3b82f6}.courses-table th:nth-child(1),.courses-table td:nth-child(1){max-width:175px;width:175px}.courses-table th:nth-child(2),.courses-table td:nth-child(2){max-width:150px;width:150px}.courses-table th:nth-child(3),.courses-table td:nth-child(3){max-width:120px;width:120px}.courses-table th:nth-child(4),.courses-table td:nth-child(4){max-width:120px;width:120px}.courses-table th:nth-child(5),.courses-table td:nth-child(5){max-width:120px;width:120px}.courses-table tbody tr{border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .15s}.courses-table tbody tr:hover{background-color:#f9fafb}.courses-table tbody tr:last-child{border-bottom:none}.courses-table td{padding:12px 16px;color:#1f2937;word-wrap:break-word;white-space:normal}.courses-table .course-title-cell{font-weight:500;color:#3b82f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.courses-table tbody tr:hover .course-title-cell{color:#2563eb;text-decoration:underline}.classes-main-content{background:#fff;overflow-y:auto;padding:24px;flex:1}.classes-section{margin-bottom:40px}.classes-section:last-child{margin-bottom:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.section-header h3{margin:0;font-size:20px;font-weight:600;color:#1f2937}.section-header-with-toggle{display:flex;align-items:center;gap:12px}.section-header-with-toggle h3{margin:0;font-size:20px;font-weight:600;color:#1f2937}.section-header-actions{display:flex;gap:12px;align-items:center}.create-course-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.create-course-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.create-course-btn:active{transform:translateY(0)}.duplicate-course-btn{padding:10px 20px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.duplicate-course-btn:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.duplicate-course-btn:active{transform:translateY(0)}.bulk-upload-btn{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.bulk-upload-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.bulk-upload-btn:active:not(:disabled){transform:translateY(0)}.bulk-upload-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.upload-progress{margin-bottom:16px;padding:12px 16px;background:#dbeafe;border:1px solid #3b82f6;border-radius:8px;color:#1e40af;font-size:14px;font-weight:500}.upload-progress p{margin:0}.upload-error{margin-bottom:16px;padding:12px 16px;background:#fee2e2;border:1px solid #dc2626;border-radius:8px;color:#991b1b;font-size:14px;display:flex;justify-content:space-between;align-items:center}.upload-error p{margin:0;white-space:pre-wrap}.upload-error button{padding:6px 12px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.upload-error button:hover{background:#991b1b}.classes-empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:40px 20px;background:#f9fafb;border-radius:8px;color:#6b7280;text-align:center}.classes-empty-section p{font-size:15px;margin:6px 0}.classes-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6b7280;text-align:center}.classes-placeholder p{font-size:16px;margin:8px 0}.classes-hint{font-size:14px!important;color:#9ca3af;margin-top:4px!important}.classes-loading,.classes-error{display:flex;align-items:center;justify-content:center;min-height:400px;text-align:center}.classes-loading p{font-size:16px;color:#6b7280}.classes-error p{font-size:16px;color:#dc2626;font-weight:500}.classes-course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;padding:4px}.classes-course-grid .course-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.classes-course-grid .course-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.classes-course-grid .course-card:active{transform:translateY(0)}._badge_cniqi_13{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;font-size:.9em;font-weight:500;transition:all .2s ease;white-space:nowrap}._badge_cniqi_13._saving_cniqi_39{background:#ffc107;color:#000}._badge_cniqi_13._saved_cniqi_51{background:#28a745;color:#fff}._badge_cniqi_13._error_cniqi_63{background:#dc3545;color:#fff;cursor:help}._checkIcon_cniqi_77,._errorIcon_cniqi_79{flex-shrink:0}._spinner_cniqi_89{flex-shrink:0;animation:_spin_cniqi_89 1s linear infinite}@keyframes _spin_cniqi_89{0%{transform:rotate(0);stroke-dashoffset:32}to{transform:rotate(360deg);stroke-dashoffset:0}}._badge_cniqi_13._error_cniqi_63:hover{background:#c82333}._badge_cniqi_13._saved_cniqi_51:hover{background:#218838}@media (max-width: 768px){._badge_cniqi_13{font-size:.85em;padding:5px 10px;gap:4px}._checkIcon_cniqi_77,._errorIcon_cniqi_79,._spinner_cniqi_89{width:14px;height:14px}}._icon_6mo0p_13{display:inline-block;vertical-align:middle;flex-shrink:0}._spinner_6mo0p_33{animation:_spin_6mo0p_33 1s linear infinite}@keyframes _spin_6mo0p_33{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.impersonation-banner{background:linear-gradient(135deg,#e65100,#f57c00);padding:.75rem 2rem;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000026;animation:slideInDown .3s ease-out}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.impersonation-banner-content{display:flex;align-items:center;gap:1rem;flex:1}.impersonation-icon{width:24px;height:24px;flex-shrink:0}.impersonation-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;flex-wrap:wrap}.impersonation-info strong{font-weight:600}.impersonation-divider{opacity:.6;margin:0 .25rem}.impersonation-admin{opacity:.85;font-size:.85rem}.stop-impersonation-btn{display:flex;align-items:center;gap:.5rem;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.stop-impersonation-btn:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.stop-impersonation-btn:active{transform:translateY(0)}.stop-impersonation-btn svg{width:16px;height:16px}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 2rem;color:#fff;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.app-header h1{margin:0;font-size:1.75rem;font-weight:600}.header-right{display:flex;align-items:center;gap:1.5rem}.timezone-info{font-size:.9rem;opacity:.9}.sign-in-button{background-color:#fff;color:#667eea;border:none;padding:.5rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.sign-in-button:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.sign-in-button:active{transform:translateY(0)}.user-profile-container{position:relative}.user-profile-button{background:none;border:2px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;padding:0;width:40px;height:40px;transition:all .2s ease;overflow:hidden}.user-profile-button:hover{border-color:#fff;transform:scale(1.05)}.user-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:1.2rem}.user-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:220px;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{padding:1rem;border-bottom:1px solid #e5e7eb}.user-menu-name{font-weight:600;color:#1f2937;font-size:.95rem;margin-bottom:.25rem}.user-menu-email{font-size:.85rem;color:#6b7280;word-break:break-word}.user-menu-divider{height:1px;background-color:#e5e7eb}.user-menu-item{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:#374151;display:flex;align-items:center;gap:.75rem;transition:background-color .15s ease}.user-menu-item:hover{background-color:#f3f4f6}.user-menu-item:first-of-type{border-radius:0 0 8px 8px}.user-menu-item.admin-menu-item{color:#f59e0b;font-weight:600}.user-menu-item.admin-menu-item:hover{background-color:#fffbeb}.user-menu-item.admin-menu-item .menu-icon{color:#f59e0b}.menu-icon{width:18px;height:18px;color:#6b7280}.database-mode-indicator{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem .75rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mode-badge{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border:2px solid}.mode-badge.emulator{background:#22c55e33;border-color:#22c55e;color:#fff}.mode-badge.live{background:#ef444433;border-color:#ef4444;color:#fff;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.mode-icon{width:16px;height:16px;flex-shrink:0}.mode-toggle-button{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff}.mode-toggle-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.mode-toggle-button:active{transform:scale(.95)}.mode-toggle-button svg{width:18px;height:18px}@media (max-width: 768px){.impersonation-banner{padding:.6rem 1rem;flex-direction:column;align-items:stretch;gap:.75rem}.impersonation-banner-content{gap:.75rem}.impersonation-icon{width:20px;height:20px}.impersonation-info{font-size:.8rem;flex-direction:column;align-items:flex-start;gap:.25rem}.impersonation-divider{display:none}.stop-impersonation-btn{justify-content:center;width:100%}.app-header{padding:1rem 1.5rem;gap:.75rem}.app-header h1{font-size:1.5rem}.header-right{gap:1rem}.timezone-info{display:none}.user-menu{right:-8px}.database-mode-indicator{padding:.4rem .6rem}.mode-badge{font-size:.65rem;padding:.2rem .5rem}.mode-icon{width:14px;height:14px}.mode-toggle-button{padding:.4rem}.mode-toggle-button svg{width:16px;height:16px}}.auth-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}.auth-modal-header{padding:32px 32px 24px;border-bottom:1px solid #e5e7eb}.auth-modal-header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937;text-align:center}.auth-modal-content{padding:32px}.auth-info{display:flex;gap:12px;padding:16px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:24px}.info-icon{width:24px;height:24px;color:#3b82f6;flex-shrink:0;margin-top:2px}.auth-info p{margin:0;font-size:14px;line-height:1.6;color:#1e40af}.auth-info strong{color:#1e3a8a;font-weight:700}.auth-error{display:flex;gap:12px;padding:16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px}.error-icon{width:24px;height:24px;color:#dc2626;flex-shrink:0;margin-top:2px}.auth-error span{font-size:14px;line-height:1.6;color:#991b1b}.auth-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.google-sign-in-button,.guest-browse-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border:2px solid;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.google-sign-in-button{background-color:#fff;color:#1f2937;border-color:#d1d5db}.google-sign-in-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.google-sign-in-button:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px;flex-shrink:0}.guest-browse-button{background-color:transparent;color:#6b7280;border-color:#d1d5db}.guest-browse-button:hover:not(:disabled){background-color:#f9fafb;color:#374151;border-color:#9ca3af}.guest-browse-button:disabled{opacity:.6;cursor:not-allowed}.auth-disclaimer{padding-top:16px;border-top:1px solid #e5e7eb}.auth-disclaimer p{margin:0;font-size:13px;color:#6b7280;text-align:center;line-height:1.5}@media (max-width: 600px){.auth-modal{width:95%;margin:20px}.auth-modal-header{padding:24px 24px 16px}.auth-modal-header h2{font-size:20px}.auth-modal-content{padding:24px}.google-sign-in-button,.guest-browse-button{padding:12px 20px;font-size:15px}}.unauthorized-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.unauthorized-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.unauthorized-modal-header{padding:32px 32px 24px;border-bottom:1px solid #fee2e2;text-align:center;background:linear-gradient(to bottom,#fef2f2,#fff);border-radius:16px 16px 0 0}.unauthorized-icon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center}.unauthorized-icon svg{width:36px;height:36px;color:#fff;stroke-width:2.5}.unauthorized-modal-header h2{margin:0;font-size:22px;font-weight:600;color:#991b1b}.unauthorized-modal-content{padding:32px;text-align:center}.unauthorized-message{margin:0 0 16px;font-size:15px;color:#374151;line-height:1.6}.unauthorized-message strong{color:#dc2626;font-weight:600;word-break:break-word}.unauthorized-instruction{margin:0 0 16px;padding:16px;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;font-size:15px;color:#1f2937;line-height:1.6}.unauthorized-instruction strong{color:#dc2626;font-weight:600}.unauthorized-help{margin:0 0 24px;font-size:14px;color:#6b7280;line-height:1.6}.unauthorized-signout-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #dc26264d}.unauthorized-signout-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #dc262666}.unauthorized-signout-button:active{transform:translateY(0)}@media (max-width: 600px){.unauthorized-modal{width:95%;margin:20px}.unauthorized-modal-header{padding:24px 24px 16px}.unauthorized-modal-header h2{font-size:20px}.unauthorized-icon{width:56px;height:56px}.unauthorized-icon svg{width:32px;height:32px}.unauthorized-modal-content{padding:24px}}._archivedModalOverlay_lutdf_1{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._archivedModal_lutdf_1{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:_slideIn_lutdf_1 .3s ease-out}@keyframes _slideIn_lutdf_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._archivedModalHeader_lutdf_73{padding:32px 32px 24px;border-bottom:1px solid #dbeafe;text-align:center;background:linear-gradient(to bottom,#eff6ff,#fff);border-radius:16px 16px 0 0}._archivedIcon_lutdf_89{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center}._archivedIcon_lutdf_89 svg{width:36px;height:36px;color:#fff;stroke-width:2.5}._archivedModalHeader_lutdf_73 h2{margin:0;font-size:22px;font-weight:600;color:#1e40af}._archivedModalContent_lutdf_139{padding:32px;text-align:center}._archivedMessage_lutdf_149{margin:0 0 16px;font-size:15px;color:#374151;line-height:1.6}._archivedMessage_lutdf_149 strong{color:#3b82f6;font-weight:600;word-break:break-word}._archivedInstruction_lutdf_175{margin:0 0 16px;padding:16px;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:8px;font-size:15px;color:#1f2937;line-height:1.6}._archivedInstruction_lutdf_175 strong{color:#3b82f6;font-weight:600}._archivedHelp_lutdf_207{margin:0 0 24px;font-size:14px;color:#6b7280;line-height:1.6}._archivedSignoutButton_lutdf_221{width:100%;padding:14px 24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}._archivedSignoutButton_lutdf_221:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}._archivedSignoutButton_lutdf_221:active{transform:translateY(0)}@media (max-width: 600px){._archivedModal_lutdf_1{width:95%;margin:20px}._archivedModalHeader_lutdf_73{padding:24px 24px 16px}._archivedModalHeader_lutdf_73 h2{font-size:20px}._archivedIcon_lutdf_89{width:56px;height:56px}._archivedIcon_lutdf_89 svg{width:32px;height:32px}._archivedModalContent_lutdf_139{padding:24px}}.migration-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.migration-modal{background:#fff;border-radius:16px;padding:48px;text-align:center;max-width:400px;box-shadow:0 20px 60px #0000004d}.migration-modal h2{margin:24px 0 12px;font-size:24px;font-weight:600;color:#1a1a1a}.migration-modal p{margin:0;font-size:16px;color:#666}.migration-spinner{width:60px;height:60px;margin:0 auto;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._placedCourseChip_zc8t4_15{background:#bbdefb;color:#0d47a1;padding:0 8px;border-radius:4px;margin:2px 0;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s;position:relative;font-weight:500}._placedCourseChip_zc8t4_15:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0d47a166;background:#90caf9}._placedCourseChip_zc8t4_15:focus{outline:2px solid white;outline-offset:2px}._placedCourseChip_zc8t4_15._selected_zc8t4_69{border:3px solid #0d47a1;box-shadow:0 0 0 3px #1565c0,0 4px 12px #1565c080;background:#90caf9;color:#01579b;transform:translateY(-2px)}._placedCourseChip_zc8t4_15._selected_zc8t4_69:hover{box-shadow:0 0 0 3px #1565c0,0 6px 16px #1565c099}._placedCourseChip_zc8t4_15._conflict_zc8t4_95{background:#fff59d;color:#f57f17;border-left:4px solid #f9a825}._placedCourseChip_zc8t4_15._conflict_zc8t4_95:hover{background:#fff176;box-shadow:0 4px 12px #f9a82566}._conflictIcon_zc8t4_119{font-size:1rem;flex-shrink:0;background:transparent;border:none;padding:2px 4px;cursor:pointer;border-radius:3px;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}._conflictIcon_zc8t4_119:hover{background:#f57f1733;transform:scale(1.15)}._conflictIcon_zc8t4_119:active{transform:scale(.95)}._chipContent_zc8t4_167{flex:1;min-width:0}._courseTitle_zc8t4_177{font-size:.75rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._teachers_zc8t4_195{font-size:.75rem;opacity:.9;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sectionTag_zc8t4_213{font-size:.7rem;background:#ffffff40;padding:.2rem .5rem;border-radius:4px;display:inline-block}._removeButton_zc8t4_231{margin-left:auto;background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;opacity:0;transition:all .2s}._placedCourseChip_zc8t4_15:hover ._removeButton_zc8t4_231{opacity:1}._removeButton_zc8t4_231:hover{background:#ffffff4d;transform:scale(1.1)}._removeButton_zc8t4_231:active{transform:scale(.95)}._removeButton_zc8t4_231:focus{opacity:1;outline:2px solid white;outline-offset:2px}._placedCourseChip_zc8t4_15._conflict_zc8t4_95 ._removeButton_zc8t4_231{opacity:.7;color:#f57f17}._placedCourseChip_zc8t4_15._conflict_zc8t4_95:hover ._removeButton_zc8t4_231{opacity:1}._placedCourseChip_zc8t4_15._conflict_zc8t4_95 ._removeButton_zc8t4_231:hover{background:#f57f1733}._modalOverlay_zc8t4_345{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}._conflictDetailModal_zc8t4_373{background:#fff;border-radius:8px;padding:0;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d;z-index:1001}._modalHeader_zc8t4_397{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}._modalHeader_zc8t4_397 h2{margin:0;font-size:1.25rem;color:#f57f17}._closeButton_zc8t4_425{background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}._closeButton_zc8t4_425:hover{background:#f5f5f5;color:#333}._modalBody_zc8t4_467{padding:1.5rem}._conflictSummary_zc8t4_475 p{margin:.5rem 0;font-size:.95rem}._conflictsList_zc8t4_485{margin-top:1.5rem}._conflictItem_zc8t4_493{margin-bottom:.75rem}._conflictNotice_zc8t4_501{margin-top:1.5rem;padding:1rem;background:#fff3e0;border-left:4px solid #ff9800;border-radius:4px}._conflictNotice_zc8t4_501 p{margin:0;color:#f57f17;font-size:.9rem}._modalFooter_zc8t4_529{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:.75rem}._btnSecondary_zc8t4_545{padding:.5rem 1rem;background:#e0e0e0;color:#333;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}._btnSecondary_zc8t4_545:hover{background:#d0d0d0}._btnDanger_zc8t4_575{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}._btnDanger_zc8t4_575:hover{background:#d32f2f}@media (max-width: 1200px){._placedCourseChip_zc8t4_15{padding:0 .5rem}._courseTitle_zc8t4_177{font-size:.85rem}._teachers_zc8t4_195{font-size:.7rem}}._scheduleCell_v370a_17{display:flex;flex-direction:column;height:130px;max-height:130px;padding:0;background:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc;transition:all .2s ease;overflow:hidden}._scheduleCell_v370a_17:last-child{border-right:none}._cellHeader_v370a_53{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 4px;border-bottom:1px solid #e0e0e0;flex-shrink:0;position:sticky;top:0;background:#fff;z-index:1}._blockGroupLabel_v370a_79{font-size:.7rem;font-weight:600;color:#757575;display:flex;align-items:center;gap:4px;cursor:pointer;transition:color .2s}._blockGroupLabel_v370a_79:hover{color:var(--primary-color, #2196f3)}._filterIcon_v370a_109{font-size:.8rem;display:inline-flex;align-items:center;opacity:.7;transition:opacity .2s}._blockGroupLabel_v370a_79:hover ._filterIcon_v370a_109{opacity:1}._cellCount_v370a_133{font-size:.7rem;color:#616161;font-weight:600;display:flex;align-items:center;gap:4px}._capacityValue_v370a_151{display:inline-flex;align-items:center}._capacityButton_v370a_161{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:1px solid #90caf9;background:#fff;color:var(--primary-color, #2196f3);font-size:.9rem;font-weight:700;cursor:pointer;border-radius:3px;transition:all .2s;line-height:1}._capacityButton_v370a_161:hover:not(:disabled){background:#e3f2fd;border-color:var(--primary-color, #2196f3);transform:scale(1.1)}._capacityButton_v370a_161:active:not(:disabled){transform:scale(.95)}._capacityButton_v370a_161:disabled{opacity:.3;cursor:not-allowed}._capacityButton_v370a_161._decrease_v370a_227{margin-right:2px}._capacityButton_v370a_161._increase_v370a_235{margin-left:2px}._cellBody_v370a_245{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;padding:8px}._cellEmptyState_v370a_263{font-size:.75rem;color:#9e9e9e;font-style:italic;text-align:center;padding:20px 8px}._emptySlotPlaceholder_v370a_281{font-size:.75rem;color:#bdbdbd;font-style:italic;text-align:center;padding:6px 8px;background:#fafafa;border:1px dashed #e0e0e0;border-radius:4px;margin:2px 0;transition:all .2s ease}._emptySlotPlaceholder_v370a_281._clickable_v370a_307{cursor:pointer}._emptySlotPlaceholder_v370a_281._clickable_v370a_307:hover{background:#e3f2fd;border-color:#42a5f5;border-style:solid;color:#1976d2;transform:translateY(-1px);box-shadow:0 2px 4px #2196f333}._emptySlotPlaceholder_v370a_281._clickable_v370a_307:focus{outline:none;border-color:var(--primary-color, #2196f3);border-style:solid;box-shadow:0 0 0 2px #2196f34d}._scheduleCell_v370a_17._empty_v370a_281{background:#fafafa}._scheduleCell_v370a_17._highlighted_v370a_359{background:#e8f5e9;border-color:#4caf50;box-shadow:inset 0 0 0 2px #4caf50;animation:_highlightPulse_v370a_1 2s ease-in-out infinite}@keyframes _highlightPulse_v370a_1{0%,to{box-shadow:inset 0 0 0 2px #4caf50}50%{box-shadow:inset 0 0 0 3px #4caf50}}._scheduleCell_v370a_17._highlighted_v370a_359._clickable_v370a_307:hover{background:#c8e6c9;border-color:#388e3c;box-shadow:inset 0 0 0 3px #388e3c}._scheduleCell_v370a_17._conflict_v370a_409{background:#ffebee;border-color:#e53935;box-shadow:inset 0 0 0 2px #e53935}._scheduleCell_v370a_17._full_v370a_423{background:#e8f5e9}._scheduleCell_v370a_17._full_v370a_423 ._cellCount_v370a_133{color:#2e7d32;font-weight:700}._scheduleCell_v370a_17._under_v370a_443 ._cellCount_v370a_133{color:#ef6c00}._scheduleCell_v370a_17._clickable_v370a_307{cursor:pointer}._scheduleCell_v370a_17._clickable_v370a_307:hover{background:#e3f2fd;border-color:#42a5f5}._scheduleCell_v370a_17._clickable_v370a_307._empty_v370a_281:hover{background:#f5f5f5}._scheduleCell_v370a_17._clickable_v370a_307:focus{outline:none;box-shadow:inset 0 0 0 3px var(--primary-color, #2196f3);border-color:var(--primary-color, #2196f3)}._scheduleCell_v370a_17._highlighted_v370a_359:focus{box-shadow:inset 0 0 0 3px #4caf50;border-color:#4caf50}._cellBody_v370a_245::-webkit-scrollbar{width:4px}._cellBody_v370a_245::-webkit-scrollbar-track{background:transparent}._cellBody_v370a_245::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:2px}._cellBody_v370a_245::-webkit-scrollbar-thumb:hover{background:#9e9e9e}@media (max-width: 1200px){._scheduleCell_v370a_17{height:115px;max-height:115px}._cellHeader_v370a_53{padding:6px 6px 4px}._cellBody_v370a_245{padding:6px}._cellCount_v370a_133{font-size:.65rem}}._scheduleGrid_1x7dv_17{width:100%;max-width:1366px;border:1px solid #ccc;background:#fff;box-shadow:0 2px 4px #0000001a;border-radius:4px;overflow:visible;position:relative}._scheduleHeader_1x7dv_41{display:grid;grid-template-columns:90px repeat(5,1fr);border-bottom:2px solid #999;position:sticky;top:0;z-index:3;background:#fff}._scheduleRow_1x7dv_63{display:grid;grid-template-columns:90px repeat(5,1fr);border-bottom:1px solid #ccc}._scheduleRow_1x7dv_63:last-child{border-bottom:none}._scheduleCornerCell_1x7dv_85{background-color:#e0e0e0;border-right:2px solid #999;border-bottom:2px solid #999;position:sticky;left:0;top:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:8px 4px;font-weight:600;font-size:.65rem;color:#424242;white-space:pre-line;text-align:center;line-height:1.3}._scheduleDayHeader_1x7dv_127{display:flex;align-items:center;justify-content:center;padding:12px;font-weight:700;font-size:.9rem;color:#424242;background-color:#f5f5f5;border-right:1px solid #ccc;text-transform:capitalize;z-index:3}._scheduleDayHeader_1x7dv_127:last-child{border-right:none}._scheduleBlockHeader_1x7dv_165{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 4px;font-weight:700;font-size:.75rem;color:#424242;background-color:#f5f5f5;border-right:2px solid #999;position:sticky;left:0;z-index:2;white-space:pre-line;text-align:left;line-height:1.3}._blockLabel_1x7dv_203{margin-bottom:auto;text-align:center;width:100%}._blockTime_1x7dv_215{flex:1;display:flex;align-items:center;white-space:pre-line;text-align:left}._scheduleCell_1x7dv_233{border-right:1px solid #ccc;height:130px;max-height:130px}._scheduleCellDisabled_1x7dv_245{background:#f5f5f5;cursor:not-allowed;opacity:.6}@media (max-width: 1400px){._scheduleGrid_1x7dv_17{overflow-x:auto}._scheduleHeader_1x7dv_41,._scheduleRow_1x7dv_63{min-width:1070px}._scheduleDayHeader_1x7dv_127,._scheduleBlockHeader_1x7dv_165{font-size:.8rem;padding:10px}}@media (max-width: 1200px){._scheduleHeader_1x7dv_41,._scheduleRow_1x7dv_63{min-width:970px;grid-template-columns:90px repeat(5,1fr)}._scheduleDayHeader_1x7dv_127,._scheduleBlockHeader_1x7dv_165{font-size:.75rem;padding:8px}._scheduleCell_1x7dv_233{height:115px;max-height:115px}}@media print{._scheduleGrid_1x7dv_17{box-shadow:none;border:1px solid #000}._scheduleDayHeader_1x7dv_127,._scheduleBlockHeader_1x7dv_165{background-color:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}._courseListPanel_1pb53_15{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden}._courseListHeader_1pb53_39{padding:16px;border-bottom:2px solid #ddd;background-color:#f5f5f5;flex-shrink:0}._courseListHeader_1pb53_39 h2{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:#333}._courseSearch_1pb53_69{width:100%;padding:8px 12px;margin-bottom:8px;border:1px solid #ccc;border-radius:4px;font-size:.9rem;font-family:inherit;transition:border-color .2s}._courseSearch_1pb53_69:focus{outline:none;border-color:var(--primary-color, #2196f3);box-shadow:0 0 0 2px #2196f31a}._statusFilter_1pb53_105{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:.9rem;font-family:inherit;background-color:#fff;cursor:pointer;transition:border-color .2s}._statusFilter_1pb53_105:focus{outline:none;border-color:var(--primary-color, #2196f3);box-shadow:0 0 0 2px #2196f31a}._courseListPanel_1pb53_15 ._filterPill_1pb53_143{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-top:8px;background:#e3f2fd!important;border:1px solid #90caf9!important;border-radius:16px;font-size:.85rem;font-weight:600;color:#1976d2!important}._courseListPanel_1pb53_15 ._filterPill_1pb53_143 ._pillText_1pb53_171{flex:1;font-weight:500}._courseListPanel_1pb53_15 ._filterPill_1pb53_143 ._pillClose_1pb53_181{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:none;color:#1976d2;font-size:20px;line-height:1;cursor:pointer;border-radius:50%;transition:background-color .2s}._courseListPanel_1pb53_15 ._filterPill_1pb53_143 ._pillClose_1pb53_181:hover{background-color:#1976d21a}._courseListPanel_1pb53_15 ._filterPill_1pb53_143 ._pillClose_1pb53_181:focus{outline:none;background-color:#1976d233}._courseList_1pb53_15{flex:1;overflow-y:auto;padding:8px}._noCourses_1pb53_249{padding:32px;text-align:center;color:#999;font-style:italic;font-size:.9rem}._courseItem_1pb53_267{position:relative;padding:5px 12px;margin-bottom:4px;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}._courseItem_1pb53_267:hover{background-color:#f5f5f5;border-color:#e0e0e0}._courseItem_1pb53_267:last-child{margin-bottom:0}._courseItem_1pb53_267._scheduled_1pb53_309,._courseItem_1pb53_267._scheduled_1pb53_309:hover{background:#e8f5e9}._courseItem_1pb53_267._selected_1pb53_327{background:var(--selected-background, #e3f2fd);border-color:var(--primary-color, #2196f3);box-shadow:0 2px 8px #2196f333;padding-right:36px}._courseItem_1pb53_267._selected_1pb53_327:hover{background:var(--selected-background, #e3f2fd);border-color:var(--primary-color, #2196f3)}._courseItem_1pb53_267._greyedOut_1pb53_353{opacity:.4;pointer-events:all}._courseItem_1pb53_267._greyedOut_1pb53_353:hover{background-color:#f5f5f5;opacity:.5}._courseItem_1pb53_267._greyedOut_1pb53_353 h3,._courseItem_1pb53_267._greyedOut_1pb53_353 ._courseCode_1pb53_375,._courseItem_1pb53_267._greyedOut_1pb53_353 ._courseMeta_1pb53_377{color:#999}._courseItem_1pb53_267._conflictFree_1pb53_387{background:linear-gradient(to right,#fffde7,#fff9c4);border-left:4px solid #fbc02d;font-weight:500}._courseItem_1pb53_267._conflictFree_1pb53_387:hover{background:linear-gradient(to right,#fff9c4,#fff59d);border-color:#f9a825}._courseItem_1pb53_267._conflictFree_1pb53_387 h3{color:#f57f17;font-weight:600}._courseItem_1pb53_267._conflictFree_1pb53_387._selected_1pb53_327{background:linear-gradient(to right,#e3f2fd,#bbdefb);border-left:4px solid #2196f3}._courseItem_1pb53_267._conflictFree_1pb53_387._selected_1pb53_327 h3{color:#0d47a1}._courseItemClose_1pb53_441{position:absolute;top:8px;right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;color:var(--primary-color, #2196f3);font-weight:700;pointer-events:none;opacity:.7;transition:opacity .2s}._courseItem_1pb53_267._selected_1pb53_327:hover ._courseItemClose_1pb53_441{opacity:1}._courseItem_1pb53_267 h3{margin:0 0 4px;font-size:.95rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._courseCode_1pb53_375{font-size:.85rem;color:#666;margin-bottom:6px;font-family:Courier New,monospace}._courseMeta_1pb53_377{font-size:.85rem;margin-top:6px}._statusScheduled_1pb53_537{color:#2e7d32;font-weight:500}._statusUnscheduled_1pb53_547{color:#999;font-style:italic}._courseList_1pb53_15::-webkit-scrollbar{width:8px}._courseList_1pb53_15::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._courseList_1pb53_15::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._courseList_1pb53_15::-webkit-scrollbar-thumb:hover{background:#aaa}@media (max-width: 1200px){._courseListHeader_1pb53_39{padding:14px;font-size:.95rem}._courseListFilters_1pb53_609{padding:10px 14px;gap:10px}._courseListItem_1pb53_619{padding:10px 14px}._courseListItem-title_1pb53_627{font-size:.9rem}._courseListItem-status_1pb53_635{font-size:.8rem}}@media (max-width: 768px){._courseListHeader_1pb53_39{padding:12px;font-size:.9rem}._courseListFilters_1pb53_609{flex-direction:column;gap:8px}._courseStatusFilter_1pb53_667{width:100%}._courseListItem_1pb53_619{padding:8px 12px;gap:10px}._courseStatusIcon_1pb53_685{font-size:1rem}._courseListItem-title_1pb53_627{font-size:.85rem}._courseListItem-status_1pb53_635{font-size:.75rem}}@media print{._courseListPanel_1pb53_15{box-shadow:none;border:1px solid #000}._courseListHeader_1pb53_39{background-color:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}._courseListFilters_1pb53_609{display:none}._courseListScroll_1pb53_745{overflow:visible}._courseListItem_1pb53_619:hover{background-color:transparent}}._conflictResolverOverlay_nujom_15{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._conflictResolverModal_nujom_45{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}._conflictResolverHeader_nujom_71{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#f5f5f5}._conflictResolverHeader_nujom_71 h2{margin:0;font-size:1.25rem;font-weight:600;color:#333}._conflictResolverClose_nujom_103{background:none;border:none;font-size:32px;line-height:1;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}._conflictResolverClose_nujom_103:hover{background:#e0e0e0;color:#333}._conflictResolverContent_nujom_149{flex:1;overflow-y:auto;padding:24px}._conflictResolverIntro_nujom_161{margin:0 0 20px;font-size:1rem}._conflictResolverLoading_nujom_173{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._loadingSpinner_nujom_191{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:var(--primary-color, #2196f3);border-radius:50%;animation:_spin_nujom_1 1s linear infinite}@keyframes _spin_nujom_1{to{transform:rotate(360deg)}}._conflictResolverNoSolutions_nujom_219{text-align:center;padding:40px 20px;background:#fff9c4;border:1px solid #f9a825;border-radius:8px;box-shadow:0 2px 4px #f9a8251a}._conflictResolverNoSolutions_nujom_219 p{margin:0 0 12px}._conflictResolverBlocks_nujom_247{display:flex;flex-direction:column;gap:20px}._proposedBlockCard_nujom_261{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d}._proposedBlockCard_nujom_261:hover{border-color:#2196f3;box-shadow:0 4px 16px #2196f326;transform:translateY(-2px)}._proposedBlockHeader_nujom_293{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #e8e8e8}._proposedBlockHeader_nujom_293 h3{margin:0;font-size:1.15rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}._capacityBadge_nujom_337{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a}._capacityBadge_nujom_337._available_nujom_361{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff}._capacityBadge_nujom_337._full_nujom_371{background:linear-gradient(135deg,#f44336,#e57373);color:#fff}._blockAvailableMessage_nujom_383{padding:16px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:4px solid #4caf50;border-radius:6px;color:#2e7d32;font-size:.95rem;font-weight:500;margin:0}._blockNoMoves_nujom_405{padding:16px;background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:4px solid #f44336;border-radius:6px;color:#c62828;font-size:.95rem;font-weight:500;margin:0}._blockingCourses_nujom_429{margin-top:4px}._blockingCoursesIntro_nujom_437{margin:0 0 16px;font-size:.95rem;font-weight:600;color:#555}._blockingCourseCard_nujom_453{background:#fff;border:2px solid #e8e8e8;border-radius:10px;padding:16px;margin-bottom:12px;transition:all .2s;box-shadow:0 2px 6px #0000000a}._blockingCourseCard_nujom_453:last-child{margin-bottom:0}._blockingCourseCard_nujom_453:hover{border-color:#2196f3;box-shadow:0 4px 12px #2196f31f;transform:translate(4px)}._blockingCourseInfo_nujom_495{margin-bottom:12px}._blockingCourseInfo_nujom_495 h4{margin:0 0 6px;font-size:1rem;font-weight:600;color:#1a1a1a}._currentBlock_nujom_517{margin:0;font-size:.9rem;color:#666;display:flex;align-items:center;gap:8px}._noAlternatives_nujom_541{padding:12px 16px;background:#fff3e0;border:1px solid #ffb74d;border-radius:6px;color:#e65100;font-size:.85rem;font-weight:500;margin:0;text-align:center}._alternativeBlocks_nujom_567{padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}._alternativesLabel_nujom_581{margin:0 0 10px;font-size:.85rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px}._alternativeButtons_nujom_601{display:flex;flex-wrap:wrap;gap:8px}._moveButton_nujom_615{padding:8px 16px;background:linear-gradient(135deg,#2196f3,#42a5f5);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #2196f34d;position:relative;overflow:hidden}._moveButton_nujom_615:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}._moveButton_nujom_615:hover:before{width:300px;height:300px}._moveButton_nujom_615:hover{background:linear-gradient(135deg,#1976d2,#2196f3);box-shadow:0 4px 16px #2196f380;transform:translateY(-2px)}._moveButton_nujom_615:active{transform:translateY(0);box-shadow:0 2px 8px #2196f34d}._blockCode_nujom_705{display:inline-block;padding:6px 12px;background-color:#e3f2fd;border:1px solid #90caf9;border-radius:16px;font-size:.9rem;font-family:Courier New,monospace;font-weight:600;color:#1976d2}._conflictResolverFooter_nujom_731{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background:#f5f5f5}._conflictResolverButtonPrimary_nujom_751,._conflictResolverButtonSecondary_nujom_753{padding:10px 20px;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}._conflictResolverButtonPrimary_nujom_751{background:var(--primary-color, #2196f3);color:#fff}._conflictResolverButtonPrimary_nujom_751:hover{background:var(--primary-color-dark, #1976d2)}._conflictResolverButtonSecondary_nujom_753{background:transparent;color:#666;border:1px solid #ccc}._conflictResolverButtonSecondary_nujom_753:hover{background:#f5f5f5;border-color:#999}@media (max-width: 768px){._conflictResolverModal_nujom_45{max-width:100%;max-height:100vh;border-radius:0}._conflictResolverHeader_nujom_71,._conflictResolverContent_nujom_149,._conflictResolverFooter_nujom_731{padding:16px}._conflictResolverFooter_nujom_731{flex-direction:column-reverse}._conflictResolverButtonPrimary_nujom_751,._conflictResolverButtonSecondary_nujom_753{width:100%}}._courseDetailsPanel_kjxuq_15{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden}._courseDetailsHeader_kjxuq_39{padding:16px;border-bottom:2px solid #ddd;font-weight:600;font-size:1rem;color:#333;background-color:#f5f5f5;flex-shrink:0}._courseDetailsScroll_kjxuq_61{flex:1;overflow-y:auto;padding:16px}._courseDetailsEmpty_kjxuq_75{padding:32px;text-align:center;color:#999;font-style:italic;font-size:.9rem}._courseDetailsTitle_kjxuq_93{font-size:1.3rem;font-weight:600;margin-bottom:8px;color:#333;line-height:1.3}._courseDetailsDescription_kjxuq_109{color:#666;margin-bottom:20px;line-height:1.5;font-size:.95rem;cursor:pointer;transition:background-color .2s ease;padding:8px;border-radius:4px}._courseDetailsDescription_kjxuq_109._truncated_kjxuq_131{max-height:70px;overflow:hidden;position:relative}._courseDetailsDescription_kjxuq_109._truncated_kjxuq_131:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,white)}._courseDetailsDescription_kjxuq_109:hover{background-color:#f9f9f9}._courseDetailsDescription_kjxuq_109._expanded_kjxuq_171{max-height:none}._courseDetailsSection_kjxuq_181{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}._courseDetailsSection_kjxuq_181:last-child{border-bottom:none}._courseDetailsSectionTitle_kjxuq_201{font-weight:600;font-size:.95rem;margin-bottom:8px;color:#444}._courseDetailsList_kjxuq_217{list-style:none;padding:0;margin:0}._courseDetailsListItem_kjxuq_229{padding:6px 0 6px 20px;position:relative;font-size:.9rem;color:#555}._courseDetailsListItem_kjxuq_229:before{content:"•";position:absolute;left:8px;color:#007bff;font-weight:700}._blockCode_kjxuq_263{font-family:Courier New,monospace;font-weight:600;color:#333}._blockPillsContainer_kjxuq_277{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}._blockPill_kjxuq_277{padding:6px 12px;background-color:#e3f2fd;border:1px solid #90caf9;border-radius:16px;font-size:.9rem;font-family:Courier New,monospace;font-weight:600;color:#1976d2;display:inline-block}._blockPillScheduled_kjxuq_319{background-color:#e8f5e9;border-color:#81c784;color:#2e7d32}._blockPillRemovable_kjxuq_333{display:inline-flex;align-items:center;gap:6px;padding-right:4px;position:relative}._blockPillRemove_kjxuq_351{background:none;border:none;color:#2e7d32;font-size:1.2rem;line-height:1;cursor:pointer;padding:0 4px;margin:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;width:20px;height:20px}._blockPillRemove_kjxuq_351:hover{background-color:#c8e6c9;color:#1b5e20}._blockPillRemove_kjxuq_351:active{background-color:#a5d6a7}._blockPillSuggested_kjxuq_407{background-color:#e8f5e9;border-color:#66bb6a;color:#2e7d32;cursor:pointer;transition:all .2s ease}._blockPillSuggested_kjxuq_407:hover{background-color:#c8e6c9;border-color:#4caf50;transform:translateY(-1px);box-shadow:0 2px 4px #4caf504d}._blockPillSuggested_kjxuq_407:active{transform:translateY(0);box-shadow:0 1px 2px #4caf504d}._blockPillSuggested_kjxuq_407:focus{outline:2px solid #4caf50;outline-offset:2px}._notScheduledText_kjxuq_459{margin-top:8px;font-size:.95rem;color:#999;font-style:italic}._noSuggestionsContainer_kjxuq_475{margin-top:8px}._rejectionReasonItem_kjxuq_483{margin-bottom:12px;padding:8px;background-color:#fff3e0;border-left:3px solid #ff9800;border-radius:4px}._rejectionReasonItem_kjxuq_483:last-child{margin-bottom:0}._rejectedBlockCode_kjxuq_507{font-family:Courier New,monospace;font-weight:600;color:#e65100;font-size:.9rem}._rejectionReasonsList_kjxuq_521{margin:4px 0 0 20px;padding:0;list-style:disc}._rejectionReasonsList_kjxuq_521 li{font-size:.85rem;color:#666;margin-bottom:2px;line-height:1.4}._sectionStatusList_kjxuq_549{margin-top:8px}._sectionStatusItem_kjxuq_557{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:.9rem}._sectionStatusItem_kjxuq_557 ._sectionName_kjxuq_573{font-weight:500;font-family:Courier New,monospace;min-width:60px}._sectionStatusItem_kjxuq_557._scheduled_kjxuq_585{color:#333}._sectionStatusItem_kjxuq_557._unscheduled_kjxuq_593{color:#666;font-style:italic}._sectionTeachers_kjxuq_603{color:#666;font-size:.85rem;font-style:italic}._compatibleBlocksList_kjxuq_617{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}._compatibleBlockChip_kjxuq_631{padding:4px 10px;background-color:#e3f2fd;border:1px solid #90caf9;border-radius:12px;font-size:.85rem;font-family:Courier New,monospace;color:#1976d2;font-weight:500}._compatibleBlocksEmpty_kjxuq_653{margin-top:8px;padding:12px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:.85rem}._courseInfoSection_kjxuq_675{background-color:#f9f9f9;padding:16px;border-radius:8px;border:1px solid #e0e0e0}._courseInfoContent_kjxuq_689{display:flex;flex-direction:column;gap:12px}._courseInfoMetaRow_kjxuq_703{display:flex;gap:8px;flex-wrap:wrap}._courseInfoLevel_kjxuq_715,._courseInfoBlocks_kjxuq_717{padding:4px 10px;border-radius:4px;background:#fff;border:1px solid #cbd5e0;font-size:.8rem;font-weight:600}._courseInfoLevel_kjxuq_715{color:#805ad5}._courseInfoBlocks_kjxuq_717{color:#2b6cb0}._courseInfoTags_kjxuq_753{display:flex;flex-wrap:wrap;gap:6px}._courseInfoTag_kjxuq_753{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}._courseInfoTagMode_kjxuq_781{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}._courseInfoTagPrereq_kjxuq_793{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2;font-weight:600}._coursePrerequisites_kjxuq_809{padding:12px;background:#fffbf0;border:1px solid #ffe0b2;border-radius:6px}._coursePrerequisitesLabel_kjxuq_823{font-size:.75rem;font-weight:600;color:#e65100;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._coursePrerequisitesList_kjxuq_841{margin:0;padding-left:20px;list-style:disc}._coursePrerequisitesList_kjxuq_841 li{font-size:.85rem;color:#666;margin-bottom:4px;line-height:1.4}._courseHomeworkSection_kjxuq_869{padding-top:12px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:6px}._courseHomeworkLabel_kjxuq_885{font-size:.7rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}._courseHomeworkValue_kjxuq_901{font-size:.8rem;color:#6a1b9a;font-weight:500;background:#f3e5f5;padding:6px 10px;border-radius:4px;border:1px solid #e1bee7;align-self:flex-start}._courseInfoImage_kjxuq_925{width:100%;max-width:300px;height:auto;overflow:hidden;border-radius:8px;border:1px solid #e0e0e0;margin-top:8px}._courseInfoImage_kjxuq_925 img{width:100%;height:auto;object-fit:cover;display:block}._courseDetailsScroll_kjxuq_61::-webkit-scrollbar{width:8px}._courseDetailsScroll_kjxuq_61::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._courseDetailsScroll_kjxuq_61::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._courseDetailsScroll_kjxuq_61::-webkit-scrollbar-thumb:hover{background:#aaa}@media (max-width: 1200px){._courseDetailsTitle_kjxuq_93{font-size:1.2rem}._courseDetailsDescription_kjxuq_109,._courseDetailsSectionTitle_kjxuq_201{font-size:.9rem}._courseDetailsListItem_kjxuq_229,._sectionStatusItem_kjxuq_557{font-size:.85rem}}._conflictResolverButton_kjxuq_1045{margin-top:16px;padding:10px 20px;background:var(--primary-color, #2196f3);color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}._conflictResolverButton_kjxuq_1045:hover{background:var(--primary-color-dark, #1976d2);box-shadow:0 2px 8px #2196f34d}._conflictResolverButton_kjxuq_1045:active{transform:translateY(1px)}@media (max-width: 768px){._courseDetailsScroll_kjxuq_61{padding:12px}._courseDetailsTitle_kjxuq_93{font-size:1.1rem}._courseDetailsDescription_kjxuq_109{font-size:.85rem}._courseDetailsSection_kjxuq_181{margin-bottom:16px;padding-bottom:12px}._courseDetailsSectionTitle_kjxuq_201{font-size:.85rem}._courseDetailsListItem_kjxuq_229{font-size:.8rem;padding:4px 0 4px 18px}._sectionStatusItem_kjxuq_557{font-size:.8rem;flex-wrap:wrap}._compatibleBlockChip_kjxuq_631{font-size:.75rem;padding:3px 8px}}@media print{._courseDetailsPanel_kjxuq_15{box-shadow:none;border:1px solid #000}._courseDetailsHeader_kjxuq_39{background-color:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}._courseDetailsScroll_kjxuq_61{overflow:visible}._compatibleBlockChip_kjxuq_631,._compatibleBlocksEmpty_kjxuq_653{border:1px solid #000}}._teacherConstraintRow_1kzqb_15{border-bottom:1px solid #eee;transition:background-color .2s ease}._teacherConstraintRow_1kzqb_15:hover{background-color:#f9f9f9}._teacherConstraintRow_1kzqb_15._selected_1kzqb_33{background-color:#e3f2fd;border-left:4px solid var(--primary-color, #2196f3)}._teacherConstraintRow_1kzqb_15._selected_1kzqb_33:hover{background-color:#bbdefb}._teacherConstraintRow_1kzqb_15._assignedToSelectedCourse_1kzqb_51{background-color:#fff3e0;border-left:4px solid #ff9800;font-weight:500}._teacherConstraintRow_1kzqb_15._assignedToSelectedCourse_1kzqb_51:hover{background-color:#ffe0b2}._teacherConstraintRow_1kzqb_15._availableForBlockGroup_1kzqb_71{background-color:#e8f5e9;border-left:4px solid #4caf50;font-weight:500}._teacherConstraintRow_1kzqb_15._availableForBlockGroup_1kzqb_71:hover{background-color:#c8e6c9}._teacherConstraintRow_1kzqb_15:last-child{border-bottom:none}._teacherConstraintRow_1kzqb_15 td{padding:12px;font-size:.9rem;color:#333}._teacherName_1kzqb_115{font-weight:500;color:#333}._assignedCount_1kzqb_127,._targetCount_1kzqb_129,._maxCount_1kzqb_131{text-align:center;font-family:Courier New,monospace;font-size:.95rem;font-weight:500}._workloadStatus_1kzqb_147{display:flex;align-items:center;gap:8px}._workloadStatusIcon_1kzqb_161{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}._workloadStatusIcon_1kzqb_161._under_1kzqb_177{background-color:#28a745}._workloadStatusIcon_1kzqb_161._at_1kzqb_185{background-color:#007bff}._workloadStatusIcon_1kzqb_161._over_1kzqb_193{background-color:#ffc107}._workloadStatusIcon_1kzqb_161._max_1kzqb_131{background-color:#dc3545}._workloadStatusLabel_1kzqb_211{font-size:.9rem;font-weight:500}._workloadStatusLabel_1kzqb_211._workloadStatusUnder_1kzqb_221{color:#28a745}._workloadStatusLabel_1kzqb_211._workloadStatusAt_1kzqb_229{color:#007bff}._workloadStatusLabel_1kzqb_211._workloadStatusOver_1kzqb_237{color:#f0ad4e}._workloadStatusLabel_1kzqb_211._workloadStatusMax_1kzqb_245{color:#dc3545;font-weight:600}@media (max-width: 1200px){._teacherConstraintRow_1kzqb_15 td{padding:10px 8px;font-size:.85rem}._workloadStatusIcon_1kzqb_161{width:10px;height:10px}._workloadStatusLabel_1kzqb_211{font-size:.85rem}}@media (max-width: 768px){._teacherConstraintRow_1kzqb_15 td{padding:8px 6px;font-size:.8rem}._workloadStatus_1kzqb_147{gap:6px}._workloadStatusIcon_1kzqb_161{width:8px;height:8px}._workloadStatusLabel_1kzqb_211{font-size:.8rem}._assignedCount_1kzqb_127,._targetCount_1kzqb_129,._maxCount_1kzqb_131{font-size:.85rem}}._constraintValue_1kzqb_345{display:flex;align-items:center;justify-content:center;gap:4px}._constraintValue_1kzqb_345 ._value_1kzqb_359{min-width:30px;text-align:center;font-weight:600;font-family:Courier New,monospace}._constraintValue_1kzqb_345 ._capacityButton_1kzqb_373{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid #90caf9;background:#fff;color:var(--primary-color, #2196f3);font-size:1rem;font-weight:700;cursor:pointer;border-radius:3px;transition:all .2s;line-height:1}._constraintValue_1kzqb_345 ._capacityButton_1kzqb_373:hover:not(:disabled){background:#e3f2fd;border-color:var(--primary-color, #2196f3);transform:scale(1.1)}._constraintValue_1kzqb_345 ._capacityButton_1kzqb_373:active:not(:disabled){transform:scale(.95)}._constraintValue_1kzqb_345 ._capacityButton_1kzqb_373:disabled{opacity:.3;cursor:not-allowed}._statusBadge_1kzqb_441{margin-left:.5rem;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}._statusBadge_1kzqb_441._error_1kzqb_457{background:var(--error-background, #ffebee);color:var(--error-color, #f44336)}._statusBadge_1kzqb_441._success_1kzqb_467{background:var(--success-background, #e8f5e9);color:var(--success-color, #4caf50)}._statusBadge_1kzqb_441._warning_1kzqb_477{background:var(--warning-background, #fff3e0);color:var(--warning-color, #ff9800)}._statusBadge_1kzqb_441._none_1kzqb_487{background:var(--none-background, #f5f5f5);color:var(--text-secondary, #999)}._teacherConstraintsPanel_rngdb_15{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:500px;margin-top:8px}._teacherConstraintsHeader_rngdb_43{padding:12px 16px;border-bottom:1px solid #ddd;font-weight:600;font-size:1rem;color:#333;background-color:#f5f5f5;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px}._headerLeft_rngdb_73{flex-shrink:0;white-space:nowrap}._headerRight_rngdb_85{flex:1;min-width:200px;max-width:300px}._teacherSearchContainer_rngdb_99{position:relative;display:flex;align-items:center}._teacherSearchInput_rngdb_113{width:100%;padding:6px 28px 6px 10px;border:1px solid #cbd5e0;border-radius:4px;font-size:.85rem;font-family:inherit;transition:all .2s ease;background-color:#fff}._teacherSearchInput_rngdb_113::placeholder{color:#a0aec0}._teacherSearchInput_rngdb_113:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a;background-color:#fff}._teacherSearchClear_rngdb_159{position:absolute;right:6px;background:none;border:none;color:#a0aec0;cursor:pointer;font-size:.9rem;padding:4px 6px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;line-height:1}._teacherSearchClear_rngdb_159:hover{color:#2196f3}._teacherConstraintsTableContainer_rngdb_201{overflow-y:auto;flex:1;min-height:0}._teacherConstraintsEmpty_rngdb_215{padding:32px;text-align:center;color:#999;font-style:italic;font-size:.9rem}._teacherConstraintsTable_rngdb_201{width:100%;border-collapse:collapse}._teacherConstraintsTable_rngdb_201 thead{background-color:#f5f5f5;border-bottom:2px solid #999;position:sticky;top:0;z-index:1}._teacherConstraintsTable_rngdb_201 th{padding:12px;text-align:left;font-weight:600;font-size:.9rem;color:#424242}._teacherConstraintsTable_rngdb_201 th._sortable_rngdb_279{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}._teacherConstraintsTable_rngdb_201 th._sortable_rngdb_279:hover{background-color:#e8e8e8}._teacherConstraintsTable_rngdb_201 th._sortable_rngdb_279:active{background-color:#d8d8d8}._teacherConstraintsTable_rngdb_201 th ._headerContent_rngdb_309{display:inline-flex;align-items:center;gap:6px;justify-content:center}._teacherConstraintsTable_rngdb_201 th ._sortIcon_rngdb_325{font-size:.75rem;opacity:.4;transition:opacity .2s ease}._teacherConstraintsTable_rngdb_201 th._sortable_rngdb_279:hover ._sortIcon_rngdb_325{opacity:.7}._teacherConstraintsTable_rngdb_201 th:first-child ._headerContent_rngdb_309{justify-content:flex-start}._teacherConstraintsTable_rngdb_201 th:nth-child(2),._teacherConstraintsTable_rngdb_201 th:nth-child(3),._teacherConstraintsTable_rngdb_201 th:nth-child(4){text-align:center}._workloadStatusUnder_rngdb_373{color:#28a745}._workloadStatusAt_rngdb_381{color:#007bff}._workloadStatusOver_rngdb_389{color:#ffc107}._workloadStatusMax_rngdb_397{color:#dc3545}._teacherConstraintsTable_rngdb_201 th._assignedHeader_rngdb_407 ._headerContent_rngdb_309{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}._filterContainer_rngdb_423{position:relative;display:inline-flex;align-items:center}._filterButton_rngdb_435{background:transparent;border:1px solid #cbd5e0;color:#718096;font-size:.75rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;line-height:1;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-weight:500}._filterButton_rngdb_435:hover{background-color:#e2e8f0;border-color:#a0aec0;color:#4a5568}._filterButton_rngdb_435._active_rngdb_483{font-weight:600;border:none}._filterButton_rngdb_435._filterNone_rngdb_495{background:var(--none-background, #f5f5f5);color:var(--text-secondary, #999)}._filterButton_rngdb_435._filterNone_rngdb_495:hover{background:#e0e0e0;color:#666}._filterButton_rngdb_435._filterUnder_rngdb_515{background:var(--warning-background, #fff3e0);color:var(--warning-color, #ff9800)}._filterButton_rngdb_435._filterUnder_rngdb_515:hover{background:#ffe0b2;color:#e65100}._filterButton_rngdb_435._filterOk_rngdb_535{background:var(--success-background, #e8f5e9);color:var(--success-color, #4caf50)}._filterButton_rngdb_435._filterOk_rngdb_535:hover{background:#c8e6c9;color:#2e7d32}._filterButton_rngdb_435._filterOver_rngdb_555{background:var(--error-background, #ffebee);color:var(--error-color, #f44336)}._filterButton_rngdb_435._filterOver_rngdb_555:hover{background:#ffcdd2;color:#c62828}._filterDropdown_rngdb_575{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #cbd5e0;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1000;padding:4px 0}._filterOption_rngdb_601{width:100%;padding:8px 12px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.875rem;color:#333;transition:background-color .2s;display:block}._filterOption_rngdb_601:hover{background-color:#f7fafc}._filterOption_rngdb_601._selected_rngdb_635{background-color:#e3f2fd;color:var(--primary-color, #2196f3);font-weight:600}._filterOption_rngdb_601._selected_rngdb_635:before{content:"✓ ";font-weight:700}@media (max-width: 1200px){._teacherConstraintsPanel_rngdb_15{font-size:.9rem}._teacherConstraintsTable_rngdb_201 th,._teacherConstraintsTable_rngdb_201 td{padding:10px 8px;font-size:.85rem}}@media (max-width: 768px){._teacherConstraintsPanel_rngdb_15{font-size:.85rem}._teacherConstraintsTable_rngdb_201 th,._teacherConstraintsTable_rngdb_201 td{padding:8px 6px;font-size:.8rem}._teacherConstraintsHeader_rngdb_43{padding:12px;font-size:.95rem}}@media print{._teacherConstraintsPanel_rngdb_15{box-shadow:none;border:1px solid #000}._teacherConstraintsHeader_rngdb_43,._teacherConstraintsTable_rngdb_201 thead{background-color:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}._teacherAssignmentRow_1ouwu_9{transition:all .2s ease}._teacherAssignmentRow_1ouwu_9:hover{background:#f5f5f5}._teacherAssignmentRow_1ouwu_9._selected_1ouwu_25{background:#e3f2fd;font-weight:500}._teacherAssignmentRow_1ouwu_9._selected_1ouwu_25:hover{background:#bbdefb}._teacherAssignmentRow_1ouwu_9 ._teacherName_1ouwu_43{font-weight:500;color:#333}._teacherAssignmentRow_1ouwu_9 ._assignedBlocks_1ouwu_53{text-align:center;font-weight:600;color:#1976d2}._teacherAssignmentRow_1ouwu_9._selected_1ouwu_25 ._teacherName_1ouwu_43{color:#1565c0}._teacherAssignmentRow_1ouwu_9._selected_1ouwu_25 ._assignedBlocks_1ouwu_53{color:#0d47a1}._teacherAssignmentsPanel_1pa20_11{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}._teacherAssignmentsHeader_1pa20_31{padding:12px 16px;border-bottom:1px solid #ddd;font-weight:600;font-size:1rem;color:#333;background-color:#f5f5f5;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px}._headerLeft_1pa20_61{flex-shrink:0;white-space:nowrap}._headerRight_1pa20_73{flex:1;min-width:200px;max-width:300px}._teacherSearchContainer_1pa20_87{position:relative;display:flex;align-items:center}._teacherSearchInput_1pa20_101{width:100%;padding:6px 28px 6px 10px;border:1px solid #cbd5e0;border-radius:4px;font-size:.85rem;font-family:inherit;transition:all .2s ease;background-color:#fff}._teacherSearchInput_1pa20_101::placeholder{color:#a0aec0}._teacherSearchInput_1pa20_101:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a;background-color:#fff}._teacherSearchClear_1pa20_147{position:absolute;right:6px;background:none;border:none;color:#a0aec0;cursor:pointer;font-size:.9rem;padding:4px 6px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;line-height:1}._teacherSearchClear_1pa20_147:hover{color:#2196f3}._teacherAssignmentsEmpty_1pa20_187{padding:2rem;text-align:center;color:#999;font-style:italic}._teacherAssignmentsTableContainer_1pa20_201{flex:1;overflow-y:auto;overflow-x:hidden}._teacherAssignmentsTable_1pa20_201{width:100%;border-collapse:collapse;font-size:.9rem}._teacherAssignmentsTable_1pa20_201 thead{position:sticky;top:0;background:#fff;z-index:10;box-shadow:0 2px 4px #0000000d}._teacherAssignmentsTable_1pa20_201 th{padding:.75rem 1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0;background:#fff;white-space:nowrap}._teacherAssignmentsTable_1pa20_201 th._sortable_1pa20_259{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._teacherAssignmentsTable_1pa20_201 th._sortable_1pa20_259:hover{background:#f5f5f5}._teacherAssignmentsTable_1pa20_201 ._headerContent_1pa20_279{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._teacherAssignmentsTable_1pa20_201 ._sortIcon_1pa20_293{font-size:.75rem;color:#999;transition:color .2s}._teacherAssignmentsTable_1pa20_201 th._sortable_1pa20_259:hover ._sortIcon_1pa20_293{color:#333}._teacherAssignmentsTable_1pa20_201 tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}._teacherAssignmentsTable_1pa20_201 tbody tr:hover{background:#f9f9f9}._teacherAssignmentsTable_1pa20_201 td{padding:.75rem 1rem}._teacherAssignmentsTableContainer_1pa20_201::-webkit-scrollbar{width:8px}._teacherAssignmentsTableContainer_1pa20_201::-webkit-scrollbar-track{background:#f0f0f0}._teacherAssignmentsTableContainer_1pa20_201::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._teacherAssignmentsTableContainer_1pa20_201::-webkit-scrollbar-thumb:hover{background:#999}._modalOverlay_ussza_15{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;animation:_fadeIn_ussza_1 .2s ease-in}@keyframes _fadeIn_ussza_1{0%{opacity:0}to{opacity:1}}._conflictModal_ussza_55{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:auto;box-shadow:0 8px 32px #0000004d;animation:_slideIn_ussza_1 .3s ease-out}@keyframes _slideIn_ussza_1{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_ussza_101{padding:1.5rem;border-bottom:1px solid var(--border-color, #e0e0e0);display:flex;justify-content:space-between;align-items:center;background:var(--header-background, #f5f5f5)}._modalHeader_ussza_101 h2{margin:0;font-size:1.25rem;color:var(--error-color, #d32f2f)}._closeButton_ussza_131{background:transparent;border:none;font-size:2rem;line-height:1;color:var(--text-secondary, #666);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}._closeButton_ussza_131:hover{background:var(--hover-background, #eeeeee)}._modalBody_ussza_173{padding:1.5rem;max-height:60vh;overflow-y:auto}._conflictSummary_ussza_187{background:var(--info-background, #e3f2fd);border-left:4px solid var(--primary-color, #2196f3);padding:1rem;margin-bottom:1.5rem;border-radius:4px}._conflictSummary_ussza_187 p{margin:.5rem 0}._conflictsList_ussza_213 h3{margin-top:0;margin-bottom:1rem;font-size:1rem;color:var(--text-primary, #333)}._conflictItem_ussza_227{display:flex;gap:1rem;padding:1rem;border:1px solid var(--error-border, #ffcdd2);border-radius:8px;background:var(--error-background, #ffebee);margin-bottom:1rem}._conflictIcon_ussza_247{font-size:1.5rem;flex-shrink:0}._conflictDetails_ussza_257{flex:1}._conflictType_ussza_265{margin:0 0 .5rem;font-size:.95rem;color:var(--error-color, #d32f2f)}._conflictMessage_ussza_277{margin:0 0 .75rem;font-size:.9rem;color:var(--text-primary, #333)}._existingCourses_ussza_289,._suggestions_ussza_291{margin-top:.75rem;font-size:.85rem}._existingCourses_ussza_289 ul,._suggestions_ussza_291 ul{margin:.25rem 0 0;padding-left:1.5rem}._existingCourses_ussza_289 li,._suggestions_ussza_291 li{margin:.25rem 0}._warningNotice_ussza_325{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-top:1.5rem}._warningNotice_ussza_325 p{margin:.5rem 0;font-size:.9rem;color:#856404}._warningNotice_ussza_325 strong{color:#856404}._modalFooter_ussza_363{padding:1.5rem;border-top:1px solid var(--border-color, #e0e0e0);display:flex;justify-content:flex-end;gap:1rem;background:var(--footer-background, #fafafa)}._modalFooter_ussza_363 button{padding:.6rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}._btnSecondary_ussza_401{background:var(--secondary-color, #757575);color:#fff}._btnSecondary_ussza_401:hover{background:var(--secondary-hover, #616161)}._btnDanger_ussza_419{background:var(--error-color, #d32f2f);color:#fff}._btnDanger_ussza_419:hover{background:#b71c1c;transform:translateY(-1px);box-shadow:0 4px 8px #d32f2f4d}@media (max-width: 768px){._conflictModal_ussza_55{width:95%;max-height:90vh}._modalHeader_ussza_101 h2{font-size:1rem}._conflictItem_ussza_227{flex-direction:column}}._versionConflictModal_1q2t4_15{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}._versionConflictModal_1q2t4_15 ._modalHeader_1q2t4_39{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fef3c7}._versionConflictModal_1q2t4_15 ._modalHeader_1q2t4_39 h2{margin:0;font-size:20px;color:#92400e;display:flex;align-items:center;gap:8px}._versionConflictModal_1q2t4_15 ._closeButton_1q2t4_75{background:none;border:none;font-size:28px;color:#92400e;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}._versionConflictModal_1q2t4_15 ._closeButton_1q2t4_75:hover{background:#92400e1a}._versionConflictModal_1q2t4_15 ._modalBody_1q2t4_115{padding:24px;flex:1;overflow-y:auto}._conflictIconLarge_1q2t4_127{text-align:center;margin-bottom:20px}._conflictIconLarge_1q2t4_127 svg{width:64px;height:64px;color:#f59e0b}._conflictInfo_1q2t4_149{display:flex;flex-direction:column;gap:20px}._conflictMessage_1q2t4_161{text-align:center;font-size:16px;color:#1f2937;margin:0}._conflictDetails_1q2t4_175{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:12px}._detailRow_1q2t4_195{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}._detailRow_1q2t4_195:last-child{border-bottom:none}._detailLabel_1q2t4_219{font-weight:500;color:#6b7280;font-size:14px}._detailValue_1q2t4_231{font-weight:600;color:#1f2937;font-size:14px}._warningBox_1q2t4_243{background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:16px}._warningBox_1q2t4_243 p{margin:0;color:#92400e;font-size:14px;line-height:1.5}._optionsInfo_1q2t4_271{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:16px}._optionsInfo_1q2t4_271 h3{margin:0 0 12px;font-size:15px;color:#1e40af}._optionsInfo_1q2t4_271 ul{margin:0;padding-left:20px;color:#1e3a8a}._optionsInfo_1q2t4_271 li{margin-bottom:8px;font-size:14px;line-height:1.5}._optionsInfo_1q2t4_271 li:last-child{margin-bottom:0}._versionConflictModal_1q2t4_15 ._modalFooter_1q2t4_329{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}._versionConflictModal_1q2t4_15 ._btnSecondary_1q2t4_347,._versionConflictModal_1q2t4_15 ._btnInfo_1q2t4_349,._versionConflictModal_1q2t4_15 ._btnWarning_1q2t4_351,._versionConflictModal_1q2t4_15 ._btnDanger_1q2t4_353{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}._versionConflictModal_1q2t4_15 ._btnSecondary_1q2t4_347{background:#6b7280;color:#fff}._versionConflictModal_1q2t4_15 ._btnSecondary_1q2t4_347:hover{background:#4b5563}._versionConflictModal_1q2t4_15 ._btnInfo_1q2t4_349{background:#3b82f6;color:#fff}._versionConflictModal_1q2t4_15 ._btnInfo_1q2t4_349:hover{background:#2563eb}._versionConflictModal_1q2t4_15 ._btnWarning_1q2t4_351{background:#f59e0b;color:#fff}._versionConflictModal_1q2t4_15 ._btnWarning_1q2t4_351:hover{background:#d97706}._versionConflictModal_1q2t4_15 ._btnDanger_1q2t4_353{background:#dc2626;color:#fff}._versionConflictModal_1q2t4_15 ._btnDanger_1q2t4_353:hover{background:#b91c1c}@media (max-width: 640px){._versionConflictModal_1q2t4_15{max-width:95%}._versionConflictModal_1q2t4_15 ._modalHeader_1q2t4_39{padding:16px}._versionConflictModal_1q2t4_15 ._modalHeader_1q2t4_39 h2{font-size:18px}._versionConflictModal_1q2t4_15 ._modalBody_1q2t4_115{padding:16px}._conflictIconLarge_1q2t4_127 svg{width:48px;height:48px}._detailRow_1q2t4_195{flex-direction:column;align-items:flex-start;gap:4px}._versionConflictModal_1q2t4_15 ._modalFooter_1q2t4_329{flex-direction:column-reverse;padding:12px 16px}._versionConflictModal_1q2t4_15 ._btnSecondary_1q2t4_347,._versionConflictModal_1q2t4_15 ._btnInfo_1q2t4_349,._versionConflictModal_1q2t4_15 ._btnWarning_1q2t4_351,._versionConflictModal_1q2t4_15 ._btnDanger_1q2t4_353{width:100%}}._loadingOverlay_p9scm_9{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._loadingCard_p9scm_37{background:#fff;border-radius:12px;padding:3rem 4rem;box-shadow:0 10px 40px #0000004d;min-width:400px;text-align:center;animation:_fadeSlideIn_p9scm_1 .3s ease-out}@keyframes _fadeSlideIn_p9scm_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._loadingSpinner_p9scm_79{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #007bff;border-radius:50%;margin:0 auto 1.5rem;animation:_spin_p9scm_1 1s linear infinite}@keyframes _spin_p9scm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingTitle_p9scm_117{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#333}._loadingMessage_p9scm_131{margin:0 0 1.5rem;font-size:1rem;color:#666;min-height:24px}._loadingProgressBar_p9scm_145{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:.75rem}._loadingProgressFill_p9scm_163{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .3s ease-out;border-radius:4px}._loadingPercentage_p9scm_177{margin:0;font-size:.875rem;font-weight:600;color:#007bff}._modalOverlay_qfq50_9{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._modal_qfq50_9{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column}._header_qfq50_59{padding:24px 24px 16px;border-bottom:2px solid #e0e0e0}._header_qfq50_59 h2{margin:0 0 8px;font-size:1.5rem;color:#212121}._subtitle_qfq50_81{margin:0;color:#666;font-size:.95rem}._content_qfq50_93{flex:1;overflow-y:auto;padding:16px 24px}._updatesList_qfq50_105{display:flex;flex-direction:column;gap:16px}._updateItem_qfq50_117{border:1px solid #e0e0e0;border-radius:6px;padding:16px;background:#fafafa}._updateHeader_qfq50_131{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}._updateNumber_qfq50_149{display:inline-flex;align-items:center;justify-content:center;background:#1976d2;color:#fff;font-weight:600;font-size:.75rem;padding:4px 8px;border-radius:4px;min-width:32px}._courseId_qfq50_175{font-family:Courier New,monospace;font-size:.9rem;color:#424242;font-weight:500}._field_qfq50_189{margin-bottom:12px}._field_qfq50_189:last-child{margin-bottom:0}._fieldLabel_qfq50_205{font-weight:600;color:#424242;margin-bottom:8px;font-size:.9rem}._fieldChange_qfq50_219{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:start}._oldValue_qfq50_233,._newValue_qfq50_235{display:flex;flex-direction:column;gap:4px}._oldValue_qfq50_233 ._label_qfq50_247,._newValue_qfq50_235 ._label_qfq50_247{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._oldValue_qfq50_233 ._label_qfq50_247{color:#d32f2f}._newValue_qfq50_235 ._label_qfq50_247{color:#388e3c}._oldValue_qfq50_233 ._value_qfq50_279,._newValue_qfq50_235 ._value_qfq50_279{padding:8px 12px;border-radius:4px;font-size:.9rem;word-wrap:break-word;overflow-wrap:break-word}._oldValue_qfq50_233 ._value_qfq50_279{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}._newValue_qfq50_235 ._value_qfq50_279{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}._arrow_qfq50_321{display:flex;align-items:center;justify-content:center;color:#757575;font-size:1.2rem;font-weight:700;padding-top:20px}._footer_qfq50_341{padding:16px 24px 24px;border-top:2px solid #e0e0e0;display:flex;flex-direction:column;gap:16px}._warning_qfq50_357{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404}._warningIcon_qfq50_379{width:24px;height:24px;flex-shrink:0;color:#ff9800}._warning_qfq50_357 span{font-size:.9rem;line-height:1.4}._buttons_qfq50_403{display:flex;justify-content:flex-end;gap:12px}._cancelButton_qfq50_415,._confirmButton_qfq50_417{padding:10px 24px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}._cancelButton_qfq50_415{background:#e0e0e0;color:#424242}._cancelButton_qfq50_415:hover:not(:disabled){background:#bdbdbd}._confirmButton_qfq50_417{background:#1976d2;color:#fff}._confirmButton_qfq50_417:hover:not(:disabled){background:#1565c0}._cancelButton_qfq50_415:disabled,._confirmButton_qfq50_417:disabled{opacity:.6;cursor:not-allowed}._content_qfq50_93::-webkit-scrollbar{width:8px}._content_qfq50_93::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._content_qfq50_93::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px}._content_qfq50_93::-webkit-scrollbar-thumb:hover{background:#9e9e9e}@media (max-width: 768px){._fieldChange_qfq50_219{grid-template-columns:1fr;gap:8px}._arrow_qfq50_321{transform:rotate(90deg);padding:8px 0}._modal_qfq50_9{max-width:100%;max-height:100vh;border-radius:0}}._scheduleBuilder_1sn22_21{position:fixed;inset:0;background:var(--background-color, #ffffff);display:flex;flex-direction:column;z-index:1000;overflow:hidden}._scheduleBuilderHeader_1sn22_49{height:60px;border-bottom:1px solid var(--border-color, #e0e0e0);display:flex;align-items:center;padding:0 1rem;background:var(--header-background, #f5f5f5);flex-shrink:0;position:relative}._headerLeft_1sn22_71{display:flex;align-items:center;gap:1rem}._menuButton_1sn22_83{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:var(--text-primary, #333);border-radius:4px;transition:background-color .2s}._menuButton_1sn22_83:hover{background-color:var(--hover-background, #e0e0e0)}._scheduleBuilderHeader_1sn22_49 h1{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-primary, #333)}._menuDropdown_1sn22_127{position:absolute;top:60px;left:1rem;background:#fff;border:1px solid var(--border-color, #e0e0e0);border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1100;padding:.5rem 0}._menuItem_1sn22_153{width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-primary, #333);transition:background-color .2s;display:flex;align-items:center}._menuItem_1sn22_153:hover:not(:disabled){background-color:var(--hover-background, #f5f5f5)}._menuItem_1sn22_153:disabled{opacity:.5;cursor:not-allowed}._menuItemClose_1sn22_201{color:var(--danger-color, #f44336)}._menuItemClose_1sn22_201:hover:not(:disabled){background-color:#ffebee}._menuSeparator_1sn22_217{height:1px;background-color:var(--border-color, #e0e0e0);margin:.5rem 0}._scheduleBuilderHeader_1sn22_49 ._actions_1sn22_229{display:flex;gap:.5rem}._scheduleBuilderHeader_1sn22_49 button{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}._btnPrimary_1sn22_259{background:var(--primary-color, #2196f3);color:#fff}._btnPrimary_1sn22_259:hover{background:var(--primary-hover, #1976d2)}._btnSecondary_1sn22_277{background:var(--secondary-color, #757575);color:#fff}._btnSecondary_1sn22_277:hover{background:var(--secondary-hover, #616161)}._btnClose_1sn22_295{background:transparent;color:var(--text-secondary, #666);padding:.25rem .5rem;font-size:1.5rem}._btnClose_1sn22_295:hover{background:var(--hover-background, #eeeeee)}._scheduleBuilderContent_1sn22_319{flex:1;display:grid;grid-template-columns:650px 1fr;gap:0;overflow:hidden;min-height:0}._leftPanel_1sn22_339{display:flex;flex-direction:column;overflow:hidden;min-height:0;border-right:1px solid var(--border-color, #e0e0e0)}._leftTop_1sn22_357{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:300px;max-height:50%;overflow:hidden;padding:1rem;padding-bottom:0}._coursesColumn_1sn22_381,._detailsColumn_1sn22_383{overflow-y:auto;display:flex;flex-direction:column;min-height:300px}._leftBottom_1sn22_399{flex:1;overflow:hidden;min-height:0;padding:1rem;padding-top:0;display:flex;flex-direction:column}._centerPanel_1sn22_421{overflow:auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:1rem;min-height:0;height:100%}._scheduleBuilderStatus_1sn22_443{height:40px;border-top:1px solid var(--border-color, #e0e0e0);display:flex;align-items:center;padding:0 1rem;gap:2rem;background:var(--footer-background, #fafafa);font-size:.875rem;flex-shrink:0}._statusItem_1sn22_467{display:flex;align-items:center;gap:.5rem}._statusItemUnsaved_1sn22_479{color:var(--warning-color, #ff9800);font-weight:500;display:flex;align-items:center;gap:.75rem}._saveNowButton_1sn22_495{padding:.4rem .75rem;background:var(--primary-color, #2196f3);color:#fff;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}._saveNowButton_1sn22_495:hover{background:var(--primary-hover, #1976d2);transform:translateY(-1px);box-shadow:0 2px 4px #0003}._saveNowButton_1sn22_495:active{transform:translateY(0);box-shadow:0 1px 2px #0003}._scheduleBuilderLoading_1sn22_543{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;color:var(--text-secondary, #666)}._scheduleBuilderError_1sn22_563{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-size:1rem;color:var(--text-secondary, #666)}@media (max-width: 1200px){._scheduleBuilderContent_1sn22_319{grid-template-columns:550px 1fr}}@media (max-width: 768px){._scheduleBuilderContent_1sn22_319{grid-template-columns:1fr;grid-template-rows:auto 1fr}._leftTop_1sn22_357{grid-template-columns:1fr}._scheduleBuilderHeader_1sn22_49 h1{font-size:1rem}._scheduleBuilderHeader_1sn22_49 ._actions_1sn22_229{gap:.25rem}._scheduleBuilderHeader_1sn22_49 button{padding:.4rem .75rem;font-size:.75rem}}@keyframes _spin_1sn22_1{to{transform:rotate(360deg)}}._databaseModeIndicator_1sn22_663{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;background:#fffffff2;padding:.5rem .75rem;border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:1200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1)}._modeBadge_1sn22_695{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border:2px solid;transition:all .3s ease}._modeIcon_1sn22_723{font-size:.9rem;line-height:1}._modeText_1sn22_733{line-height:1}._modeBadgeEmulator_1sn22_741{background:#22c55e1a;border-color:#22c55e;color:#15803d}._modeBadgeLive_1sn22_753{background:#ef44441a;border-color:#ef4444;color:#b91c1c;animation:_pulse_1sn22_1 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_1sn22_1{0%,to{opacity:1}50%{opacity:.7}}._modeToggleButton_1sn22_785{background:#2196f31a;border:1px solid rgba(33,150,243,.3);border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1976d2;min-width:32px;min-height:32px}._modeToggleButton_1sn22_785:hover{background:#2196f333;border-color:#2196f380;transform:rotate(180deg)}._modeToggleButton_1sn22_785:active{transform:rotate(180deg) scale(.95)}.user-info-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.user-info-panel{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.panel-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb}.panel-header h3{margin:0;font-size:20px;color:#1f2937;font-weight:600}.panel-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;padding:0;line-height:1}.panel-close:hover{background-color:#e5e7eb;color:#374151}.panel-body{padding:24px;flex:1;overflow-y:auto}.info-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.info-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.section-title{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937;text-transform:uppercase;letter-spacing:.05em;font-size:14px;color:#6b7280}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f9fafb}.info-row:last-child{border-bottom:none}.info-label{font-size:14px;color:#6b7280;font-weight:500;min-width:140px}.info-value{font-size:14px;color:#1f2937;font-weight:500;text-align:right;flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px}.edit-name-button{background:none;border:none;padding:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;opacity:.6}.edit-name-button:hover{opacity:1;background-color:#f3f4f6}.edit-name-button svg{width:16px;height:16px;color:#3b82f6}.name-edit-container{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}.name-edit-input{padding:6px 10px;border:2px solid #3b82f6;border-radius:6px;font-size:14px;font-weight:500;color:#1f2937;outline:none;transition:all .2s;flex:1;max-width:250px}.name-edit-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}.name-edit-input:disabled{opacity:.6;cursor:not-allowed}.name-edit-save,.name-edit-cancel{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;transition:all .2s}.name-edit-save{background-color:#22c55e;color:#fff}.name-edit-save:hover:not(:disabled){background-color:#16a34a;transform:scale(1.05)}.name-edit-save:disabled{opacity:.5;cursor:not-allowed}.name-edit-cancel{background-color:#ef4444;color:#fff}.name-edit-cancel:hover:not(:disabled){background-color:#dc2626;transform:scale(1.05)}.name-edit-cancel:disabled{opacity:.5;cursor:not-allowed}.user-id{font-family:monospace;font-size:12px;color:#6b7280;word-break:break-all}.role-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize}.role-badge.role-student{background-color:#dbeafe;color:#1e40af}.role-badge.role-teacher{background-color:#e0e7ff;color:#4338ca}.role-badge.role-admin{background-color:#fef3c7;color:#92400e}.role-badge.clickable{cursor:pointer;transition:all .2s}.role-badge.clickable:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.role-badge.clickable:active{transform:translateY(0)}.role-change-section{margin-top:16px;padding:16px;background-color:#f9fafb;border-radius:8px}.role-change-label{margin:0 0 12px;font-size:14px;font-weight:500;color:#374151}.role-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.role-button{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background-color:#fff;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#374151;position:relative}.role-button:hover:not(:disabled){border-color:#3b82f6;background-color:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.role-button:disabled{opacity:.5;cursor:not-allowed}.role-button.current{border-color:#3b82f6;background-color:#eff6ff}.role-icon{width:24px;height:24px;color:#3b82f6}.current-indicator{position:absolute;top:8px;right:8px;font-size:12px;color:#22c55e;font-weight:600}.admin-notice{display:flex;align-items:center;gap:12px;padding:16px;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;margin-top:16px}.notice-icon{width:24px;height:24px;color:#92400e;flex-shrink:0}.admin-notice p{margin:0;font-size:14px;color:#92400e;font-weight:500}.updating-message{display:flex;align-items:center;gap:8px;margin-top:12px;padding:12px;background-color:#eff6ff;border-radius:6px;font-size:14px;color:#1e40af;font-weight:500}.spinner-small{width:16px;height:16px;border:2px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message-panel{margin-top:12px;padding:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px;font-weight:500}@media (max-width: 640px){.user-info-panel{width:95%;max-height:90vh}.panel-body{padding:16px}.info-row{flex-direction:column;align-items:flex-start;gap:4px}.info-label{min-width:auto}.info-value{text-align:left}.role-buttons{grid-template-columns:1fr}}.browse-as-user-section{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.browse-as-user-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:linear-gradient(135deg,#4285f4,#3367d6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #4285f433}.browse-as-user-btn:hover{background:linear-gradient(135deg,#3367d6,#2952b3);transform:translateY(-1px);box-shadow:0 4px 8px #4285f44d}.browse-as-user-btn:active{transform:translateY(0);box-shadow:0 2px 4px #4285f433}.browse-as-user-btn svg{width:18px;height:18px}.archive-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.archive-button,.unarchive-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;width:100%;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;border:1px solid}.archive-button{background-color:#fef3c7;color:#92400e;border-color:#fbbf24}.archive-button:hover:not(:disabled){background-color:#fde68a;border-color:#f59e0b}.unarchive-button{background-color:#d1fae5;color:#065f46;border-color:#10b981}.unarchive-button:hover:not(:disabled){background-color:#a7f3d0;border-color:#059669}.archive-button:disabled,.unarchive-button:disabled{opacity:.5;cursor:not-allowed}.archive-icon,.unarchive-icon{width:20px;height:20px;flex-shrink:0}.archive-confirm{margin-top:1rem;padding:1rem;background-color:#fffbeb;border-radius:6px;border:1px solid #fbbf24}.archive-warning{margin:0 0 1rem;color:#92400e;font-size:.95rem;line-height:1.5}.archive-buttons{display:flex;gap:.5rem}.confirm-archive-btn,.cancel-archive-btn{flex:1;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid}.confirm-archive-btn{background-color:#dc2626;color:#fff;border-color:#b91c1c}.confirm-archive-btn:hover:not(:disabled){background-color:#b91c1c}.confirm-archive-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-archive-btn{background-color:#f3f4f6;color:#374151;border-color:#d1d5db}.cancel-archive-btn:hover:not(:disabled){background-color:#e5e7eb}.cancel-archive-btn:disabled{opacity:.5;cursor:not-allowed}.archived-notice{padding:1rem;background-color:#eff6ff;border-radius:6px;border:1px solid #3b82f6;margin-bottom:1rem}.archived-notice p{margin:.5rem 0;display:flex;align-items:center;gap:.5rem;color:#1e40af}.archived-notice p:first-child{font-weight:500}.archived-icon{width:20px;height:20px;flex-shrink:0}.archive-details{font-size:.85rem;color:#6b7280;margin-top:.25rem}._manage-students-container_10hqh_1{display:flex;flex-direction:column;height:100%}._loading-state_10hqh_15,._error-state_10hqh_17{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6b7280}._spinner_10hqh_35{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:_spin_10hqh_35 .8s linear infinite}@keyframes _spin_10hqh_35{to{transform:rotate(360deg)}}._error-message_10hqh_65{color:#dc2626;margin-bottom:16px}._retry-button_10hqh_75{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}._retry-button_10hqh_75:hover{background-color:#2563eb}._students-header_10hqh_107{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}._students-header_10hqh_107 h3{margin:0;font-size:24px;color:#1f2937}._header-actions_10hqh_135{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}._add-students-button_10hqh_153{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}._add-students-button_10hqh_153:hover{background-color:#2563eb}._add-icon_10hqh_191{width:16px;height:16px}._last-updated_10hqh_203{font-size:13px;color:#666;margin-right:8px}._refresh-button_10hqh_217{background:none;border:none;font-size:20px;cursor:pointer;opacity:1;transition:opacity .2s}._refresh-button_10hqh_217:disabled{cursor:not-allowed;opacity:.5}._refresh-button_10hqh_217:not(:disabled):hover{opacity:.7}._search-container_10hqh_255{position:relative;display:flex;align-items:center;max-width:400px;flex:0 0 auto;margin-bottom:12px}._search-icon_10hqh_273{position:absolute;left:12px;width:18px;height:18px;color:#9ca3af;pointer-events:none}._search-input_10hqh_291{width:100%;padding:8px 36px 8px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;transition:all .2s;height:36px}._search-input_10hqh_291:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._search-input_10hqh_291::placeholder{color:#9ca3af}._clear-search_10hqh_333{position:absolute;right:8px;width:24px;height:24px;border:none;background-color:transparent;color:#6b7280;font-size:24px;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}._clear-search_10hqh_333:hover{background-color:#f3f4f6;color:#374151}._students-table-container_10hqh_383{flex:1;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px}._students-table_10hqh_383{width:100%;border-collapse:collapse;background:#fff}._students-table_10hqh_383 thead{background-color:#f9fafb;position:sticky;top:0;z-index:1}._students-table_10hqh_383 th{padding:12px 16px;text-align:left;font-weight:600;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}._students-table_10hqh_383 th._sortable_10hqh_447{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s,color .2s}._students-table_10hqh_383 th._sortable_10hqh_447:hover{background-color:#f3f4f6;color:#374151}._sort-indicator_10hqh_469{margin-left:8px;font-size:14px;display:inline-block;transition:opacity .2s}._sort-indicator_10hqh_469._inactive_10hqh_483{opacity:.3}._sort-indicator_10hqh_469._active_10hqh_491{opacity:1;color:#3b82f6;font-weight:700}._students-table_10hqh_383 td{padding:16px;border-bottom:1px solid #f3f4f6;color:#374151;font-size:14px}._students-table_10hqh_383 tbody tr:hover{background-color:#f9fafb}._students-table_10hqh_383 tbody tr._clickable-row_10hqh_525{cursor:pointer;transition:background-color .2s}._students-table_10hqh_383 tbody tr._clickable-row_10hqh_525:hover{background-color:#eff6ff}._students-table_10hqh_383 tbody tr._clickable-row_10hqh_525:active{background-color:#dbeafe}._clickable-cell_10hqh_551{cursor:pointer;transition:background-color .2s}._clickable-cell_10hqh_551:hover{background-color:#eff6ff}._student-name_10hqh_569{display:flex;align-items:center;gap:8px;font-weight:500}._admin-badge_10hqh_583{font-size:16px;margin-left:4px;cursor:help}._block-hours-value_10hqh_595{display:inline-block;padding:4px 12px;background-color:#dbeafe;color:#1e40af;border-radius:12px;font-weight:600;font-size:13px;transition:all .2s}._block-hours-value_10hqh_595._editable_10hqh_617{cursor:pointer;-webkit-user-select:none;user-select:none}._block-hours-value_10hqh_595._editable_10hqh_617:hover{background-color:#bfdbfe;box-shadow:0 0 0 2px #3b82f633}._block-hours-value_10hqh_595._updating_10hqh_637{opacity:.6;cursor:wait}._updating-indicator_10hqh_647{display:inline-block;animation:_spin_10hqh_35 1s linear infinite}._max-hours-input_10hqh_657{width:60px;padding:4px 8px;border:2px solid #3b82f6;border-radius:6px;font-size:13px;font-weight:600;text-align:center;color:#1e40af;background-color:#eff6ff}._max-hours-input_10hqh_657:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f633}._max-hours-input_10hqh_657:disabled{opacity:.5;cursor:wait}._no-students_10hqh_703{padding:60px 20px;text-align:center;color:#6b7280}._checkbox-cell_10hqh_717{text-align:center}._math-checkbox_10hqh_725{cursor:pointer;width:18px;height:18px}._math-checkbox_10hqh_725:disabled{cursor:wait}._students-stats_10hqh_747{display:flex;gap:24px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;align-items:flex-start}._stat-item_10hqh_767{display:flex;flex-direction:column;gap:4px}._stat-label_10hqh_779{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._stat-value_10hqh_795{font-size:24px;font-weight:700;color:#1f2937}._stat-filterable_10hqh_807{cursor:pointer;border:2px solid transparent;border-radius:6px;transition:all .2s;-webkit-user-select:none;user-select:none}._stat-filterable_10hqh_807:hover{background-color:#e5e7eb}._stat-filterable_10hqh_807._stat-active_10hqh_831{background-color:#dbeafe;border:2px solid #3b82f6}._stat-filterable_10hqh_807._stat-active_10hqh_831 ._stat-label_10hqh_779,._stat-filterable_10hqh_807._stat-active_10hqh_831 ._stat-value_10hqh_795{color:#1e40af}._hours-stats-group_10hqh_859{margin-left:auto;display:flex;flex-direction:column;gap:8px;padding:8px;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}._hours-stats-group_10hqh_859:hover{background-color:#f9fafb;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._hours-group-label_10hqh_899{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center}._hours-stats_10hqh_859{display:flex;gap:16px}._stat-item-small_10hqh_927{display:flex;align-items:center;gap:6px}._stat-label-small_10hqh_939{font-size:11px;color:#6b7280;font-weight:500}._stat-value-small_10hqh_951{font-size:16px;font-weight:700;color:#1f2937}._modal-overlay_10hqh_965{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_10hqh_1 .2s}@keyframes _fadeIn_10hqh_1{0%{opacity:0}to{opacity:1}}._modal-content_10hqh_1011{background-color:#fff;border-radius:12px;padding:24px;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_10hqh_1 .2s}@keyframes _slideUp_10hqh_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modal-header_10hqh_1055{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._modal-header_10hqh_1055 h3{margin:0;font-size:20px;color:#1f2937}._modal-close_10hqh_1081{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}._modal-close_10hqh_1081:hover{background-color:#f3f4f6;color:#374151}._histogram-container_10hqh_1127{display:flex;flex-direction:column;gap:16px;min-width:800px}._histogram-y-label_10hqh_1141{font-size:14px;font-weight:600;color:#6b7280;text-align:center;transform:rotate(-90deg);position:absolute;left:-20px;top:50%;transform-origin:center;white-space:nowrap}._histogram_10hqh_1127{display:flex;gap:8px;align-items:flex-end;justify-content:space-around;height:300px;padding:20px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;position:relative}._histogram-bar-container_10hqh_1193{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;height:100%}._histogram-bar-wrapper_10hqh_1211{flex:1;display:flex;align-items:flex-end;width:100%}._histogram-bar_10hqh_1193{width:100%;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:4px;transition:all .3s;position:relative;min-height:2px}._histogram-bar_10hqh_1193:hover{background:linear-gradient(180deg,#2563eb,#1e40af)}._histogram-count_10hqh_1259{font-size:11px;font-weight:600;color:#fff}._histogram-label_10hqh_1271{font-size:11px;color:#6b7280;font-weight:500;text-align:center}._histogram-x-label_10hqh_1285{font-size:14px;font-weight:600;color:#6b7280;text-align:center}@media (max-width: 768px){._students-header_10hqh_107,._header-actions_10hqh_135{flex-direction:column;align-items:stretch;gap:12px}._add-students-button_10hqh_153{width:100%;justify-content:center}._search-container_10hqh_255{max-width:100%}._students-table_10hqh_383{font-size:13px}._students-table_10hqh_383 th,._students-table_10hqh_383 td{padding:10px}._students-stats_10hqh_747{flex-wrap:wrap;gap:16px}._stat-item_10hqh_767{flex:1;min-width:100px}}.add-students-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.add-students-modal .modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.add-students-modal .modal-header h3{margin:0;font-size:20px;color:#1f2937;font-weight:600}.add-students-modal .modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;padding:0;line-height:1}.add-students-modal .modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:24px;flex:1;overflow-y:auto}.instruction-text{margin:0 0 16px;color:#6b7280;font-size:14px;line-height:1.5}.email-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#374151;resize:vertical;min-height:120px;transition:all .2s}.email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.email-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.cancel-button,.add-button,.close-button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:8px}.cancel-button{background-color:#fff;color:#374151;border:1px solid #d1d5db}.cancel-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.add-button{background-color:#3b82f6;color:#fff}.add-button:hover:not(:disabled){background-color:#2563eb}.add-button:disabled,.cancel-button:disabled{opacity:.5;cursor:not-allowed}.close-button{background-color:#3b82f6;color:#fff}.close-button:hover{background-color:#2563eb}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.results-container{display:flex;flex-direction:column;gap:20px}.success-message,.error-message{padding:16px;border-radius:8px}.success-message{background-color:#f0fdf4;border:1px solid #86efac}.error-message{background-color:#fef2f2;border:1px solid #fecaca}.success-header,.error-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#1f2937}.success-icon{width:20px;height:20px;color:#22c55e}.error-icon{width:20px;height:20px;color:#ef4444}.email-list,.error-list{margin:0;padding-left:28px;color:#374151;font-size:14px}.email-list li{margin-bottom:4px}.error-list li{margin-bottom:8px;display:flex;flex-direction:column;gap:2px}.failed-email{font-weight:500;color:#1f2937}.failed-reason{font-size:13px;color:#ef4444;font-style:italic}@media (max-width: 640px){.add-students-modal{width:95%;max-height:90vh}.modal-body{padding:16px}.modal-actions{flex-direction:column}.cancel-button,.add-button,.close-button{width:100%;justify-content:center}}._modalOverlay_1sdz3_15{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;animation:_fadeIn_1sdz3_1 .2s ease-out}._modalContent_1sdz3_43{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:85vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_1sdz3_1 .2s ease-out;overflow:hidden;display:flex;flex-direction:column;border-top:4px solid #198754}._modalHeader_1sdz3_71{padding:20px 24px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}._modalHeader_1sdz3_71 h2{margin:0;font-size:18px;font-weight:600;color:#1f2937}._closeButton_1sdz3_101{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;line-height:1}._closeButton_1sdz3_101:hover{color:#374151}._modalBody_1sdz3_129{padding:20px 24px;overflow-y:auto;flex:1}._selectFileStep_1sdz3_143{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center}._instruction_1sdz3_159{font-size:14px;color:#4b5563;margin-bottom:24px}._fileInput_1sdz3_171{display:none}._selectButton_1sdz3_179{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#198754;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}._selectButton_1sdz3_179:hover:not(:disabled){background-color:#157347}._selectButton_1sdz3_179:disabled{background-color:#9ca3af;cursor:not-allowed}._uploadIcon_1sdz3_227{width:20px;height:20px}._warningText_1sdz3_237{margin-top:16px;font-size:13px;color:#dc3545}._errorBanner_1sdz3_251{background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:14px;color:#b91c1c;width:100%}._errorIcon_1sdz3_279{font-size:18px}._section_1sdz3_289{margin-bottom:24px}._section_1sdz3_289:last-child{margin-bottom:0}._section_1sdz3_289 h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#374151}._sectionHint_1sdz3_319{font-size:13px;color:#6b7280;margin:0 0 12px}._emailInputContainer_1sdz3_333{margin-bottom:8px}._emailInput_1sdz3_333{width:100%;padding:10px 14px;font-size:15px;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:border-color .2s,box-shadow .2s}._emailInput_1sdz3_333:focus{border-color:#198754;box-shadow:0 0 0 3px #19875426}._emailInputError_1sdz3_371{border-color:#dc3545}._emailInputError_1sdz3_371:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc354526}._emailErrorText_1sdz3_389{margin:6px 0 0;font-size:13px;color:#dc3545}._checkboxGrid_1sdz3_403{display:flex;flex-direction:column;gap:8px}._checkboxItem_1sdz3_415{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#374151;cursor:pointer}._checkboxItem_1sdz3_415 input[type=checkbox]{margin-top:2px;cursor:pointer}._fieldLabel_1sdz3_443{font-weight:500;color:#6b7280;min-width:110px;flex-shrink:0}._fieldValue_1sdz3_457{color:#111827;word-break:break-word}._invalidCoursesWarning_1sdz3_469{background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:12px 16px;margin-bottom:16px}._invalidCoursesWarning_1sdz3_469 strong{color:#b91c1c;font-size:14px;display:block;margin-bottom:8px}._invalidCoursesWarning_1sdz3_469 ul{margin:0;padding-left:20px;font-size:13px;color:#7f1d1d}._invalidCoursesWarning_1sdz3_469 li{margin-bottom:4px}._sectionWarning_1sdz3_523{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:12px 16px;margin-bottom:16px}._sectionWarning_1sdz3_523 strong{color:#856404;font-size:14px;display:block;margin-bottom:8px}._sectionWarning_1sdz3_523 ul{margin:0;padding-left:20px;font-size:13px;color:#664d03}._sectionWarning_1sdz3_523 li{margin-bottom:4px}._placementsList_1sdz3_577{display:flex;flex-direction:column;gap:12px}._blockGroup_1sdz3_589{background:#f9fafb;border-radius:8px;padding:12px 16px}._blockGroup_1sdz3_589 h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}._blockGroup_1sdz3_589 ul{margin:0;padding-left:20px;font-size:13px;color:#4b5563}._blockGroup_1sdz3_589 li{margin-bottom:4px}._placementWarning_1sdz3_637{background-color:#fff3cd;border-radius:4px;padding:2px 6px;margin-left:-6px}._warningBadge_1sdz3_651{margin-left:6px;color:#856404}._noPlacementsWarning_1sdz3_661{font-size:14px;color:#6b7280;text-align:center;padding:20px;background:#f9fafb;border-radius:8px}._processingStep_1sdz3_681{display:flex;flex-direction:column;align-items:center;padding:60px 20px;text-align:center}._processingStep_1sdz3_681 p{margin-top:16px;font-size:14px;color:#4b5563}._resultsStep_1sdz3_711{padding:40px 20px;text-align:center}._successMessage_1sdz3_721,._errorMessage_1sdz3_723{display:flex;flex-direction:column;align-items:center}._successMessage_1sdz3_721 h3,._errorMessage_1sdz3_723 h3{margin:16px 0 8px;font-size:18px;font-weight:600}._successMessage_1sdz3_721,._successMessage_1sdz3_721 h3{color:#065f46}._successMessage_1sdz3_721 p{color:#047857;font-size:14px;margin:4px 0}._successIcon_1sdz3_777{width:48px;height:48px;color:#10b981}._errorMessage_1sdz3_723,._errorMessage_1sdz3_723 h3{color:#991b1b}._errorMessage_1sdz3_723 p{color:#b91c1c;font-size:14px;margin:4px 0}._errorIcon_1sdz3_279{width:48px;height:48px;color:#ef4444}._autoCloseNote_1sdz3_829{font-size:12px;color:#6b7280;margin-top:16px}._spinner_1sdz3_843{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1sdz3_843 .8s linear infinite;margin-right:8px}._spinnerLarge_1sdz3_865{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#198754;border-radius:50%;animation:_spin_1sdz3_843 .8s linear infinite}._modalActions_1sdz3_885{padding:16px 24px;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}._cancelButton_1sdz3_903,._importButton_1sdz3_905{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}._cancelButton_1sdz3_903{background:#f3f4f6;color:#374151}._cancelButton_1sdz3_903:hover{background:#e5e7eb}._importButton_1sdz3_905{background-color:#198754;color:#fff}._importButton_1sdz3_905:hover:not(:disabled){background-color:#157347}._importButton_1sdz3_905:disabled{background-color:#9ca3af;cursor:not-allowed}@keyframes _fadeIn_1sdz3_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1sdz3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_1sdz3_843{to{transform:rotate(360deg)}}@media (max-width: 600px){._modalContent_1sdz3_43{max-height:90vh;width:95%}._modalHeader_1sdz3_71 h2{font-size:16px}._fieldLabel_1sdz3_443{min-width:90px}._modalActions_1sdz3_885{flex-direction:column-reverse}._cancelButton_1sdz3_903,._importButton_1sdz3_905{width:100%}}.enrollment-period-management{padding:0}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.management-header h3{font-size:24px;color:#1f2937;margin:0;padding-bottom:12px;border-bottom:2px solid #f59e0b}.create-period-btn{background-color:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.create-period-btn:hover{background-color:#d97706}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:6px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.error-message button{background:none;border:none;color:#991b1b;font-size:20px;cursor:pointer;padding:0;line-height:1}.loading,.empty-state{text-align:center;color:#6b7280;padding:60px 20px}.empty-state p{margin:8px 0}.current-term-section{margin-bottom:32px}.periods-list h4{font-size:18px;color:#1f2937;margin-bottom:16px}.periods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.period-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s;cursor:pointer}.period-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.current-term-card{background:#fef3c7;border:3px solid #f59e0b;border-radius:8px;box-shadow:0 4px 6px -1px #f59e0b33}.current-term-card:hover{box-shadow:0 6px 8px -1px #f59e0b4d}.period-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.period-header h5{font-size:16px;color:#1f2937;margin:0}.active-badge{background-color:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.current-badge{background-color:#f59e0b;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.current-badge.large{font-size:13px;padding:6px 12px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.frozen-badge{background-color:#6b7280;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.period-details p{margin:6px 0;font-size:14px;color:#4b5563}.period-details strong{color:#1f2937}.create-dialog{background:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.dialog-header h3{font-size:20px;color:#1f2937;margin:0}.close-btn{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;line-height:1;transition:color .2s}.close-btn:hover{color:#1f2937}.close-btn:disabled{opacity:.5;cursor:not-allowed}.dialog-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;background-color:#fff;cursor:pointer;transition:border-color .2s}.form-group select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed}.preview{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-top:20px}.preview p{margin:6px 0;font-size:14px;color:#4b5563}.dialog-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.cancel-btn,.create-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn{background-color:#fff;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover{background-color:#f9fafb}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.create-btn{background-color:#f59e0b;border:none;color:#fff}.create-btn:hover{background-color:#d97706}.create-btn:disabled{opacity:.5;cursor:not-allowed}.set-active-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;background-color:#10b981;border:none;color:#fff}.set-active-btn:hover{background-color:#059669}.set-active-btn:disabled{opacity:.5;cursor:not-allowed}.term-info-dialog{background:#fff;border-radius:12px;width:90%;max-width:600px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out}.term-info-content h4{font-size:24px;color:#1f2937;margin-bottom:12px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.info-item{display:flex;flex-direction:column;gap:6px}.info-item label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-item p{font-size:16px;color:#1f2937;margin:0}.badges-row{display:flex;gap:8px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.status-badge{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.status-badge.open{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.status-badge.frozen{background-color:#f3f4f6;color:#374151;border:1px solid #9ca3af}.term-status-control{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.status-info{margin-bottom:16px}.status-info h5{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px}.status-info p{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.toggle-frozen-btn{width:100%;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.toggle-frozen-btn.open{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.toggle-frozen-btn.open:hover{background-color:#fecaca}.toggle-frozen-btn.frozen{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.toggle-frozen-btn.frozen:hover{background-color:#a7f3d0}.toggle-frozen-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.info-grid{grid-template-columns:1fr}}._scheduleListItem_1n0kt_1{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;transition:box-shadow .2s}._scheduleListItem_1n0kt_1:hover{box-shadow:0 2px 8px #0000001a}._scheduleListItem_1n0kt_1._archived_1n0kt_29{opacity:.6}._scheduleItemHeader_1n0kt_37{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0;width:100%}._scheduleItemTitleSection_1n0kt_59{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._scheduleInfo_1n0kt_75{display:flex;flex-direction:column;gap:.25rem}._scheduleName_1n0kt_87{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a}._statusBadge_1n0kt_101{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}._statusBadge_1n0kt_101._published_1n0kt_115{background:#d4edda;color:#155724}._statusBadge_1n0kt_101._draft_1n0kt_125{background:#d1ecf1;color:#0c5460}._statusBadge_1n0kt_101._archived_1n0kt_29{background:#e2e3e5;color:#383d41}._statusBadge_1n0kt_101._enrollmentOpen_1n0kt_145{background:#d4edda;color:#155724;font-weight:600;border:1px solid #c3e6cb}._statusBadge_1n0kt_101._enrollmentClosed_1n0kt_159{background:#fff3cd;color:#856404;font-weight:600;border:1px solid #ffeeba}._scheduleMeta_1n0kt_173{margin:.25rem 0;font-size:.875rem;color:#666}._scheduleUpdated_1n0kt_185{margin:.25rem 0 0;font-size:.8125rem;color:#999}._scheduleActions_1n0kt_197{display:flex;gap:.5rem}._btnPrimary_1n0kt_207,._btnSecondary_1n0kt_209{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btnPrimary_1n0kt_207{background:#007bff;color:#fff}._btnPrimary_1n0kt_207:hover{background:#0056b3}._btnSecondary_1n0kt_209{background:#f8f9fa;color:#333;border:1px solid #ddd}._btnSecondary_1n0kt_209:hover{background:#e9ecef}._dropdown_1n0kt_267{position:relative}._dropdownMenu_1n0kt_275{position:absolute;right:0;top:100%;margin-top:.25rem;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;min-width:150px}._dropdownMenu_1n0kt_275 button{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.875rem}._dropdownMenu_1n0kt_275 button:hover{background:#f8f9fa}._dropdownMenu_1n0kt_275 button._danger_1n0kt_331{color:#dc3545}._dropdownMenu_1n0kt_275 button._danger_1n0kt_331:hover{background:#ffe6e6}._overlay_3syzy_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_3syzy_1 .2s ease-out}@keyframes _fadeIn_3syzy_1{0%{opacity:0}to{opacity:1}}._content_3syzy_51{background:#fff;border-radius:12px;width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_3syzy_1 .2s ease-out}@keyframes _slideUp_3syzy_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._content_3syzy_51 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a1a1a}._formGroup_3syzy_109{margin-bottom:1.5rem}._formGroup_3syzy_109 label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}._formGroup_3syzy_109 select,._formGroup_3syzy_109 input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}._formGroup_3syzy_109 input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}._infoBox_3syzy_161{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;margin-bottom:1.5rem}._infoBox_3syzy_161 ul{margin:.5rem 0 0;padding-left:1.5rem}._infoBox_3syzy_161 li{margin:.25rem 0;color:#666}._actions_3syzy_197{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_3syzy_211{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._button_3syzy_211:disabled{opacity:.6;cursor:not-allowed}._buttonPrimary_3syzy_241{background:#007bff;color:#fff}._buttonPrimary_3syzy_241:hover:not(:disabled){background:#0056b3}._buttonSecondary_3syzy_261{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_3syzy_261:hover:not(:disabled){background:#e9ecef}._loadingBar_3syzy_283{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:6px;text-align:center}._loadingBar_3syzy_283 p{margin:0 0 .75rem;color:#495057;font-weight:500}._progressBar_3syzy_311{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;position:relative}._progressBarFill_3syzy_329{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);border-radius:4px;animation:_loading_3syzy_283 1.5s ease-in-out infinite}@keyframes _loading_3syzy_283{0%{width:0%;margin-left:0%}50%{width:50%;margin-left:25%}to{width:0%;margin-left:100%}}._overlay_czwh7_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_czwh7_1 .2s ease-out}@keyframes _fadeIn_czwh7_1{0%{opacity:0}to{opacity:1}}._content_czwh7_51{background:#fff;border-radius:12px;width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_czwh7_1 .2s ease-out}@keyframes _slideUp_czwh7_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._content_czwh7_51 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a1a1a}._warningBox_czwh7_109{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:1rem;margin-bottom:1.5rem;display:flex;gap:.75rem}._warningIcon_czwh7_129{font-size:1.5rem;flex-shrink:0}._warningBox_czwh7_109 p{margin:0}._sourceInfo_czwh7_147{background:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1.5rem}._sourceInfo_czwh7_147 label{display:block;font-weight:600;color:#666;margin-bottom:.25rem;font-size:.875rem}._sourceInfo_czwh7_147 p{margin:0;font-size:1rem;color:#1a1a1a}._formGroup_czwh7_189{margin-bottom:1.5rem}._formGroup_czwh7_189 label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}._formGroup_czwh7_189 input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}._formGroup_czwh7_189 input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}._actions_czwh7_239{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_czwh7_253{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._button_czwh7_253:disabled{opacity:.6;cursor:not-allowed}._buttonPrimary_czwh7_283{background:#007bff;color:#fff}._buttonPrimary_czwh7_283:hover:not(:disabled){background:#0056b3}._buttonSecondary_czwh7_303{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_czwh7_303:hover:not(:disabled){background:#e9ecef}._overlay_co9v2_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_co9v2_1 .2s ease-out}@keyframes _fadeIn_co9v2_1{0%{opacity:0}to{opacity:1}}._content_co9v2_51{background:#fff;border-radius:12px;width:500px;max-width:90vw;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_co9v2_1 .2s ease-out}@keyframes _slideUp_co9v2_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._content_co9v2_51 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a1a1a}._message_co9v2_105{margin-bottom:1.5rem}._message_co9v2_105 p{margin:0 0 .75rem;color:#333;font-size:1rem;line-height:1.5}._message_co9v2_105 p:last-child{margin-bottom:0}._warning_co9v2_135{color:#dc3545;font-weight:500}._actions_co9v2_145{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_co9v2_159{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._button_co9v2_159:disabled{opacity:.6;cursor:not-allowed}._buttonSecondary_co9v2_189{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_co9v2_189:hover:not(:disabled){background:#e9ecef}._buttonDanger_co9v2_211{background:#dc3545;color:#fff}._buttonDanger_co9v2_211:hover:not(:disabled){background:#c82333}._scheduleListPanel_lmmod_1{padding:1.5rem;max-width:900px;margin:0 auto}._panelHeader_lmmod_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._panelHeader_lmmod_13 h2{margin:0;font-size:1.75rem;color:#1a1a1a}._btnCreate_lmmod_39{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btnCreate_lmmod_39:hover{background:#218838}._schedulesList_lmmod_71{display:flex;flex-direction:column;gap:2rem}._enrollmentPeriodGroup_lmmod_83{display:flex;flex-direction:column;gap:1rem}._periodHeaderContainer_lmmod_95{display:flex;align-items:center}._periodHeader_lmmod_95{margin:0;font-size:1.25rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.5rem}._expandToggle_lmmod_125{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem .5rem;margin-right:.5rem;color:#666;transition:color .2s}._expandToggle_lmmod_125:hover:not(:disabled){color:#007bff}._expandToggle_lmmod_125:disabled{opacity:.5;cursor:not-allowed}._currentBadge_lmmod_165{padding:.25rem .75rem;background:#ffc107;color:#000;border-radius:12px;font-size:.75rem;font-weight:500}._schedulesGroup_lmmod_183{display:flex;flex-direction:column;gap:.75rem}._periodLoading_lmmod_195{padding:1rem;text-align:center;color:#666;font-style:italic}._periodLoading_lmmod_195 p{margin:0}._noSchedules_lmmod_217{padding:1.5rem;text-align:center;color:#999;font-style:italic;background:#f8f9fa;border-radius:4px;margin:0}._loading_lmmod_237,._emptyState_lmmod_239{text-align:center;color:#999;padding:3rem 0}._emptyState_lmmod_239{font-size:1.125rem}.course-proposals-report-modal .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.course-proposals-report-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:1400px;height:90vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;z-index:1001;overflow:hidden}.course-proposals-report-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e9ecef;background:#f8f9fa;flex-shrink:0}.course-proposals-report-modal .modal-header h2{margin:0;color:#1a1a1a;font-size:1.5rem}.course-proposals-report-modal .modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.course-proposals-report-modal .modal-close:hover{background:#e9ecef;color:#000}.course-proposals-report-modal .modal-body{flex:1;overflow-y:auto;overflow-x:hidden;background:#f8f9fa}.course-proposals-report{padding:0rem;max-width:100%;margin:0 auto;height:100%}.report-header{margin-bottom:2rem}.header-with-export{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.report-header h3{margin:0 0 .5rem;color:#333;font-size:1.8rem}.report-description{color:#666;margin:0}.export-button-header{padding:.6rem 1.2rem;border:none;border-radius:4px;font-size:.95rem;cursor:pointer;transition:all .2s;font-weight:500;white-space:nowrap;background:#28a745;color:#fff;flex-shrink:0}.export-button-header:hover{background:#218838;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.report-controls{display:flex;gap:.75rem;align-items:flex-end;margin-bottom:2rem;padding:0rem;background:#f8f9fa;border-radius:8px;flex-wrap:nowrap}.period-selector{flex:0 1 auto;min-width:200px;max-width:300px}.period-selector label{display:block;margin-bottom:.4rem;font-weight:500;color:#333;font-size:.9rem}.period-selector select{width:100%;padding:.6rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;background:#fff;cursor:pointer}.period-selector select:disabled{background:#f5f5f5;cursor:not-allowed}.generate-button,.export-button{padding:.6rem 1.2rem;border:none;border-radius:4px;font-size:.95rem;cursor:pointer;transition:all .2s;font-weight:500;white-space:nowrap}.generate-button{background:#007bff;color:#fff}.generate-button:hover:not(:disabled){background:#0056b3}.generate-button:disabled{background:#ccc;cursor:not-allowed}.export-button{background:#28a745;color:#fff}.export-button:hover{background:#218838}.error-message{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;margin-bottom:1.5rem}.top-section-layout{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.block-coverage-section{flex:0 0 auto;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:600px}.section-title{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600;border-bottom:2px solid #000;padding-bottom:.5rem}.block-coverage-grid-compact{display:grid;grid-template-rows:auto repeat(6,1fr);gap:.3rem;font-size:.85rem}.block-coverage-grid-compact .block-grid-header{display:grid;grid-template-columns:35px repeat(5,minmax(0,40px));gap:.3rem;margin-bottom:.2rem}.block-coverage-grid-compact .period-label{font-weight:600;color:#333;text-align:center;padding:.3rem .2rem;font-size:.75rem}.block-coverage-grid-compact .day-label{font-weight:600;color:#333;text-align:center;padding:.3rem .2rem;background:#f8f9fa;border-radius:3px;font-size:.8rem}.block-coverage-grid-compact .block-grid-row{display:grid;grid-template-columns:35px repeat(5,minmax(0,40px));gap:.3rem}.block-coverage-grid-compact .period-number{font-weight:600;color:#333;text-align:center;padding:.5rem .3rem;background:#f8f9fa;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.85rem}.block-coverage-grid-compact .block-cell{padding:.5rem .3rem;border-radius:3px;text-align:center;border:2px solid;transition:all .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:38px;box-sizing:border-box}.block-coverage-grid-compact .block-cell:hover{transform:scale(1.08);box-shadow:0 3px 6px #00000026}.block-coverage-grid-compact .block-cell.good{background:#d4edda;border-color:#28a745}.block-coverage-grid-compact .block-cell.warning{background:#fff3cd;border-color:#ffc107}.block-coverage-grid-compact .block-cell.empty{background:#f8f9fa;border-color:#dee2e6;color:#999}.block-coverage-grid-compact .block-cell .block-count{font-size:1rem;font-weight:700;color:#333}.block-coverage-grid-compact .block-cell.empty .block-count{color:#999}.summary-stats-section{flex:1;min-width:0}.summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{background:#fff;padding:1rem;border-radius:6px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#007bff;margin-bottom:.3rem}.stat-label{color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.report-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;min-width:0;overflow:hidden}.section-header-with-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.section-header-with-action h4{margin:0;flex:1;border-bottom:2px solid #000;padding-bottom:.5rem}.report-section h4{margin:0 0 1.5rem;color:#333;font-size:1.3rem;border-bottom:2px solid #000;padding-bottom:.5rem}.report-section h4.section-header{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.section-header-left{display:flex;align-items:center;gap:1rem}.export-button-inline{padding:.4rem 1rem;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s;font-weight:500;white-space:nowrap;background:#28a745;color:#fff;flex-shrink:0}.export-button-inline:hover{background:#218838;transform:translateY(-1px)}.collapse-icon{display:inline-block;transition:transform .2s;font-size:.9rem;color:#000;margin-left:auto}.collapse-icon.expanded{transform:rotate(90deg)}.collapse-icon.collapsed{transform:rotate(0)}.report-section h5{margin:0 0 1rem;color:#555;font-size:1.1rem}.teacher-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.teacher-grid{grid-template-columns:1fr}}.teacher-column{background:#f8f9fa;padding:1rem;border-radius:6px}.teacher-list{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.teacher-list li{padding:.75rem;margin-bottom:.5rem;background:#fff;border-radius:4px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e0e0e0}.teacher-name{color:#333;font-weight:500}.course-count{background:#007bff;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.course-proposals-report .block-coverage-grid{display:grid;grid-template-rows:auto repeat(6,1fr);gap:.4rem;font-size:.9rem;width:100%;box-sizing:border-box}.course-proposals-report .block-grid-header{display:grid;grid-template-columns:45px repeat(5,minmax(0,1fr));gap:.4rem;margin-bottom:.25rem}.course-proposals-report .period-label{font-weight:600;color:#333;text-align:center;padding:.4rem .2rem;font-size:.85rem}.course-proposals-report .day-label{font-weight:600;color:#333;text-align:center;padding:.4rem .2rem;background:#f8f9fa;border-radius:4px;font-size:.9rem}.course-proposals-report .block-grid-row{display:grid;grid-template-columns:45px repeat(5,minmax(0,1fr));gap:.4rem}.course-proposals-report .period-number{font-weight:600;color:#333;text-align:center;padding:.6rem .4rem;background:#f8f9fa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.95rem}.course-proposals-report .block-cell{padding:.6rem .4rem;border-radius:4px;text-align:center;border:2px solid;transition:all .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:45px;box-sizing:border-box}.course-proposals-report .block-cell:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.course-proposals-report .block-cell.good{background:#d4edda;border-color:#28a745}.course-proposals-report .block-cell.warning{background:#fff3cd;border-color:#ffc107}.course-proposals-report .block-cell.empty{background:#f8f9fa;border-color:#dee2e6;color:#999}.course-proposals-report .block-cell .block-count{font-size:1.2rem;font-weight:700;color:#333}.course-proposals-report .block-cell.empty .block-count{color:#999}.report-placeholder{text-align:center;padding:4rem 2rem;color:#999}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.report-placeholder h4{color:#666;margin:1rem 0}.report-placeholder p{color:#999;max-width:500px;margin:0 auto}.generate-button:disabled{opacity:.6}@media (max-width: 1024px){.top-section-layout{flex-direction:column}.block-coverage-section{width:100%}.summary-stats{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.course-proposals-report{padding:1rem}.report-controls{flex-direction:column;align-items:stretch}.generate-button,.export-button{width:100%}.summary-stats{grid-template-columns:repeat(2,1fr)}.block-coverage-grid-compact .block-grid-header,.block-coverage-grid-compact .block-grid-row{grid-template-columns:32px repeat(5,minmax(0,36px));gap:.25rem}.block-coverage-grid-compact .period-label,.block-coverage-grid-compact .day-label,.block-coverage-grid-compact .period-number{font-size:.75rem;padding:.3rem}.block-coverage-grid-compact .block-cell{min-height:35px;padding:.4rem}.block-coverage-grid-compact .block-cell .block-count{font-size:.9rem}}@media (max-width: 480px){.summary-stats{grid-template-columns:1fr}.stat-value{font-size:1.5rem}.stat-label{font-size:.7rem}}.courses-table-container{overflow-x:auto;overflow-y:auto;max-height:600px;max-width:100%;margin-top:1rem}.courses-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.9rem}.courses-table thead{background:#f8f9fa;position:sticky;top:0;z-index:1}.courses-table th{padding:.75rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6;white-space:nowrap}.courses-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.courses-table tbody tr:hover{background-color:#f8f9fa}.courses-table td{padding:.75rem;vertical-align:top;color:#333;font-size:.9rem}.courses-table .course-title{max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courses-table td{white-space:nowrap}@media (max-width: 768px){.courses-table{font-size:.8rem}.courses-table th,.courses-table td{padding:.5rem}.courses-table .course-title{max-width:200px}}.reports-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.reports-container-grid{padding:2rem}.reports-container-full{padding:1.5rem}.reports-header{margin-bottom:1.5rem;flex-shrink:0}.reports-header h2{margin:0 0 .5rem;color:#1a1a1a;font-size:1.75rem}.reports-description{margin:0;color:#666;font-size:1rem;line-height:1.5}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid #e9ecef;border-radius:6px;color:#495057;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#f8f9fa;border-color:#007bff;color:#007bff}.back-icon{width:20px;height:20px;stroke-width:2}.reports-content{flex:1;overflow:auto}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.report-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.report-card:hover:not(.coming-soon){border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}.report-card.active{border-color:#007bff;background:#f0f8ff;box-shadow:0 4px 12px #007bff26}.report-card.coming-soon{opacity:.6;cursor:not-allowed;border-style:dashed}.report-card-icon{font-size:2.5rem;margin-bottom:.5rem}.report-card h4{margin:0;color:#1a1a1a;font-size:1.1rem;font-weight:600}.report-card p{margin:0;color:#666;font-size:.9rem}.report-card.coming-soon p{color:#999;font-style:italic}.report-display-full{flex:1;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}._overlay_8hqv0_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_8hqv0_1 .2s ease}@keyframes _fadeIn_8hqv0_1{0%{opacity:0}to{opacity:1}}._modal_8hqv0_47{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:_slideUp_8hqv0_1 .3s ease}@keyframes _slideUp_8hqv0_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_8hqv0_91{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #dee2e6}._header_8hqv0_91 h2{margin:0;color:#212529;font-size:1.5rem}._closeButton_8hqv0_119{background:none;border:none;font-size:2rem;line-height:1;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease,color .15s ease}._closeButton_8hqv0_119:hover{background-color:#f8f9fa;color:#212529}._content_8hqv0_163{padding:1.5rem}._description_8hqv0_171{margin:0 0 1.5rem;color:#6c757d;font-size:.875rem}._exportOptions_8hqv0_183{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._exportOption_8hqv0_183{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px solid #dee2e6;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .15s ease;text-align:left}._exportOption_8hqv0_183:hover:not(:disabled){border-color:#007bff;background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}._exportOption_8hqv0_183:active:not(:disabled){transform:translateY(0)}._exportOption_8hqv0_183:disabled{opacity:.6;cursor:not-allowed;border-color:#dee2e6}._optionIcon_8hqv0_257{font-size:2rem;flex-shrink:0}._optionContent_8hqv0_267{flex:1}._optionContent_8hqv0_267 h3{margin:0 0 .25rem;color:#212529;font-size:1rem;font-weight:600}._optionContent_8hqv0_267 p{margin:0;color:#6c757d;font-size:.875rem}._authSection_8hqv0_301{padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}._authStatus_8hqv0_315{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._authLabel_8hqv0_329{font-weight:600;color:#495057;font-size:.875rem}._authSuccess_8hqv0_341{color:#28a745;font-weight:500;font-size:.875rem}._authPending_8hqv0_353{color:#6c757d;font-weight:500;font-size:.875rem}._signOutButton_8hqv0_365{width:100%;padding:.5rem 1rem;background-color:#fff;color:#dc3545;border:1px solid #dc3545;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}._signOutButton_8hqv0_365:hover{background-color:#dc3545;color:#fff}._authNote_8hqv0_401{margin:0;color:#6c757d;font-size:.875rem;font-style:italic}@media (max-width: 768px){._modal_8hqv0_47{width:95%}._header_8hqv0_91{padding:1rem}._header_8hqv0_91 h2{font-size:1.25rem}._content_8hqv0_163,._exportOption_8hqv0_183{padding:1rem}._optionIcon_8hqv0_257{font-size:1.5rem}._optionContent_8hqv0_267 h3{font-size:.9375rem}._optionContent_8hqv0_267 p{font-size:.8125rem}}._tableContainer_1yp72_1{overflow-x:auto;margin-top:1.5rem}._table_1yp72_1{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;overflow:hidden}._table_1yp72_1 thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}._table_1yp72_1 th{padding:.1rem .5rem .1rem .1rem;text-align:left;font-weight:600;color:#495057;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;background-color:#f8f9fa;z-index:10}._sortButton_1yp72_69{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;text-align:left;display:block;font-weight:600;color:#495057;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:color .15s ease}._sortButton_1yp72_69:hover{color:#007bff}._sortButton_1yp72_69:focus{outline:2px solid #007bff;outline-offset:2px}._sortIcon_1yp72_125{display:inline-block;vertical-align:middle;margin-left:.5rem;opacity:.6;transition:opacity .15s ease}._sortButton_1yp72_69:hover ._sortIcon_1yp72_125{opacity:1}._table_1yp72_1 tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .15s ease}._table_1yp72_1 tbody tr:hover{background-color:#f8f9fa}._table_1yp72_1 td{padding:.1rem .5rem .1rem .1rem;color:#212529}._viewColumn_1yp72_177{width:1%;text-align:center;white-space:nowrap}._viewCell_1yp72_189{text-align:center;padding:.5rem}._viewDetailsIcon_1yp72_199{background:none;border:none;padding:.5rem;cursor:pointer;color:#007bff;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}._viewDetailsIcon_1yp72_199:hover{background-color:#e7f3ff;color:#0056b3}._viewDetailsIcon_1yp72_199:focus{outline:2px solid #007bff;outline-offset:2px}._nameColumn_1yp72_245{width:1%;white-space:nowrap}._nameCell_1yp72_255{font-weight:500;white-space:nowrap}._emailColumn_1yp72_265{width:1%;white-space:nowrap}._emailCell_1yp72_275{color:#6c757d;font-size:.875rem;white-space:nowrap}._hoursColumn_1yp72_287{width:1%;white-space:nowrap}._hoursCell_1yp72_297{font-family:Courier New,monospace;font-weight:500;white-space:nowrap}._statusColumn_1yp72_309{position:relative;width:1%;white-space:nowrap}._statusHeader_1yp72_321{display:flex;align-items:center;gap:.5rem}._statusHeader_1yp72_321 ._sortButton_1yp72_69{width:auto}._filterDropdownContainer_1yp72_341{position:relative;display:inline-block}._filterButton_1yp72_351{background:none;border:1px solid transparent;padding:.25rem;cursor:pointer;color:#6c757d;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}._filterButton_1yp72_351:hover{background-color:#e9ecef;color:#495057}._filterActive_1yp72_387{color:#007bff;border-color:#007bff}._filterDropdown_1yp72_341{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;min-width:150px}._filterOption_1yp72_423{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.875rem;color:#212529;transition:background-color .15s ease}._filterOption_1yp72_423:hover{background-color:#f8f9fa}._filterOption_1yp72_423:first-child{border-radius:4px 4px 0 0}._filterOption_1yp72_423:last-child{border-radius:0 0 4px 4px}._filterOptionActive_1yp72_473{background-color:#e7f3ff;color:#007bff;font-weight:500}._statusCell_1yp72_485{white-space:nowrap}._updatedColumn_1yp72_495{width:auto}._dateCell_1yp72_503{color:#6c757d;font-size:.875rem}._actionsCell_1yp72_513{text-align:right}._mathColumn_1yp72_521{text-align:center;width:1%;white-space:nowrap}._mathCell_1yp72_533{text-align:center;white-space:nowrap}._mathCheckbox_1yp72_543{width:18px;height:18px;cursor:pointer;accent-color:#007bff}._mathCheckbox_1yp72_543:disabled{cursor:not-allowed;opacity:.5}._flagshipColumn_1yp72_567{text-align:center;width:1%;white-space:nowrap}._flagshipHeader_1yp72_579{font-size:.875rem;margin-bottom:.25rem;text-align:center}._flagshipSortButtons_1yp72_591{display:flex;justify-content:space-around;gap:.25rem}._flagshipSortButton_1yp72_591{background:none;border:none;padding:.25rem;font:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;font-weight:600;color:#495057;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;transition:color .15s ease}._flagshipSortButton_1yp72_591:hover{color:#007bff}._flagshipSortButton_1yp72_591:focus{outline:2px solid #007bff;outline-offset:2px}._flagshipCell_1yp72_655{text-align:center;padding:.5rem 1rem;white-space:nowrap}._flagshipCheckboxes_1yp72_667{display:flex;justify-content:space-around;align-items:center;gap:.5rem}._flagshipCheckbox_1yp72_667{width:18px;height:18px;cursor:pointer;accent-color:#28a745}._flagshipCheckbox_1yp72_667:disabled{cursor:not-allowed;opacity:.5}._badgeSubmitted_1yp72_707{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500;background-color:#d4edda;color:#155724}._badgeDraft_1yp72_727{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500;background-color:#fff3cd;color:#856404}._badgeNotStarted_1yp72_747{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500;background-color:#e9ecef;color:#6c757d}._viewButton_1yp72_769{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._viewButton_1yp72_769:hover{background-color:#0056b3}._viewButton_1yp72_769:active{background-color:#004085}._tableControls_1yp72_811{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 0;color:#6c757d;font-size:.875rem}._resultsInfo_1yp72_831{font-weight:500}._pageSizeSelector_1yp72_839{display:flex;align-items:center;gap:.5rem}._pageSizeSelect_1yp72_839{padding:.375rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer;transition:border-color .15s ease}._pageSizeSelect_1yp72_839:hover{border-color:#80bdff}._pageSizeSelect_1yp72_839:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}._pagination_1yp72_893{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem 0}._pageButton_1yp72_911{padding:.5rem 1rem;background-color:#fff;color:#007bff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}._pageButton_1yp72_911:hover:not(:disabled){background-color:#007bff;color:#fff;border-color:#007bff}._pageButton_1yp72_911:disabled{opacity:.5;cursor:not-allowed;color:#6c757d}._pageNumbers_1yp72_959{display:flex;gap:.25rem;align-items:center}._pageNumberGroup_1yp72_971{display:flex;align-items:center;gap:.25rem}._pageNumber_1yp72_959{min-width:2.5rem;padding:.5rem .75rem;background-color:#fff;color:#007bff;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}._pageNumber_1yp72_959:hover{background-color:#e9ecef;border-color:#adb5bd}._pageNumberActive_1yp72_1019{background-color:#007bff;color:#fff;border-color:#007bff}._pageNumberActive_1yp72_1019:hover{background-color:#0056b3;border-color:#0056b3}._ellipsis_1yp72_1041{padding:0 .5rem;color:#6c757d;-webkit-user-select:none;user-select:none}._searchContainer_1yp72_1055{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}._searchInputWrapper_1yp72_1071{position:relative;flex:1}._searchInput_1yp72_1071{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #ced4da;border-radius:4px;font-size:.875rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}._searchInput_1yp72_1071:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}._searchInput_1yp72_1071::placeholder{color:#6c757d;opacity:.7}._clearSearch_1yp72_1123{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:color .15s ease,background-color .15s ease}._clearSearch_1yp72_1123:hover{color:#495057;background-color:#f8f9fa}._clearSearch_1yp72_1123:focus{outline:2px solid #007bff;outline-offset:2px}._filterNote_1yp72_1175{color:#6c757d;font-weight:400;font-style:italic}._exportButton_1yp72_1187{padding:.5rem 1.5rem;border:1px solid #007bff;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;background-color:#fff;color:#007bff;transition:all .15s ease;white-space:nowrap}._exportButton_1yp72_1187:hover{background-color:#007bff;color:#fff}._exportButton_1yp72_1187:active{background-color:#0056b3;border-color:#0056b3}._exportButton_1yp72_1187:disabled{opacity:.6;cursor:not-allowed;background-color:#f8f9fa;border-color:#ced4da;color:#6c757d}._exportButton_1yp72_1187:disabled:hover{background-color:#f8f9fa;color:#6c757d}._exportButtonGroup_1yp72_1259{display:flex;gap:.5rem;align-items:center}@media (max-width: 768px){._table_1yp72_1 th,._table_1yp72_1 td{padding:.1rem .5rem .1rem .1rem;font-size:.8rem}._tableControls_1yp72_811{flex-direction:column;align-items:flex-start;gap:.5rem}._pagination_1yp72_893{flex-wrap:wrap;gap:.25rem}._pageButton_1yp72_911,._pageNumber_1yp72_959{font-size:.75rem;padding:.375rem .625rem;min-width:2rem}._searchContainer_1yp72_1055{flex-direction:column;align-items:stretch;gap:.75rem}._searchInput_1yp72_1071{font-size:.8rem;padding:.625rem 2.25rem .625rem .875rem}._exportButton_1yp72_1187{width:100%}}._modalOverlay_19q25_15{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;animation:_fadeIn_19q25_1 .2s ease-out}._modalContent_19q25_43{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:85vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_19q25_1 .2s ease-out;overflow:hidden;display:flex;flex-direction:column;border-top:4px solid #198754}._modalHeader_19q25_71{padding:20px 24px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}._modalHeader_19q25_71 h2{margin:0;font-size:18px;font-weight:600;color:#1f2937}._closeButton_19q25_101{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;line-height:1}._closeButton_19q25_101:hover{color:#374151}._modalBody_19q25_129{padding:20px 24px;overflow-y:auto;flex:1}._warningBanner_19q25_143{background-color:#fef3cd;border:1px solid #ffc107;border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:14px;color:#856404}._warningIcon_19q25_169{font-size:18px}._section_19q25_179{margin-bottom:24px}._section_19q25_179:last-child{margin-bottom:0}._section_19q25_179 h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#374151}._sectionHint_19q25_209{font-size:13px;color:#6b7280;margin:0 0 12px}._checkboxGrid_19q25_223{display:flex;flex-direction:column;gap:8px}._checkboxItem_19q25_235{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#374151;cursor:pointer}._checkboxItem_19q25_235 input[type=checkbox]{margin-top:2px;cursor:pointer}._fieldLabel_19q25_263{font-weight:500;color:#6b7280;min-width:110px;flex-shrink:0}._fieldValue_19q25_277{color:#111827;word-break:break-word}._invalidCoursesWarning_19q25_289{background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:12px 16px;margin-bottom:16px}._invalidCoursesWarning_19q25_289 strong{color:#b91c1c;font-size:14px;display:block;margin-bottom:8px}._invalidCoursesWarning_19q25_289 ul{margin:0;padding-left:20px;font-size:13px;color:#7f1d1d}._invalidCoursesWarning_19q25_289 li{margin-bottom:4px}._sectionWarning_19q25_343{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:12px 16px;margin-bottom:16px}._sectionWarning_19q25_343 strong{color:#856404;font-size:14px;display:block;margin-bottom:8px}._sectionWarning_19q25_343 ul{margin:0;padding-left:20px;font-size:13px;color:#664d03}._sectionWarning_19q25_343 li{margin-bottom:4px}._placementsList_19q25_397{display:flex;flex-direction:column;gap:12px}._blockGroup_19q25_409{background:#f9fafb;border-radius:8px;padding:12px 16px}._blockGroup_19q25_409 h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}._blockGroup_19q25_409 ul{margin:0;padding-left:20px;font-size:13px;color:#4b5563}._blockGroup_19q25_409 li{margin-bottom:4px}._placementWarning_19q25_457{background-color:#fff3cd;border-radius:4px;padding:2px 6px;margin-left:-6px}._warningBadge_19q25_471{margin-left:6px;color:#856404}._noPlacementsWarning_19q25_481{font-size:14px;color:#6b7280;text-align:center;padding:20px;background:#f9fafb;border-radius:8px}._modalActions_19q25_501{padding:16px 24px;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}._cancelButton_19q25_519,._importButton_19q25_521{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}._cancelButton_19q25_519{background:#f3f4f6;color:#374151}._cancelButton_19q25_519:hover{background:#e5e7eb}._importButton_19q25_521{background-color:#198754;color:#fff}._importButton_19q25_521:hover{background-color:#157347}._importButton_19q25_521:disabled{background-color:#6c757d;cursor:not-allowed}@keyframes _fadeIn_19q25_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_19q25_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){._modalContent_19q25_43{max-height:90vh;width:95%}._modalHeader_19q25_71 h2{font-size:16px}._fieldLabel_19q25_263{min-width:90px}._modalActions_19q25_501{flex-direction:column-reverse}._cancelButton_19q25_519,._importButton_19q25_521{width:100%}}._container_1qoh3_1{margin-top:1.5rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}._header_1qoh3_17{margin-bottom:1.5rem}._title_1qoh3_25{margin:0 0 .5rem;font-size:1.25rem;color:#212529}._helpText_1qoh3_37{margin:0;font-size:.875rem;color:#6c757d;line-height:1.5}._loading_1qoh3_51{padding:2rem;text-align:center;color:#6c757d;font-style:italic}._tableContainer_1qoh3_65{overflow-x:auto;margin-bottom:1.5rem}._table_1qoh3_65{width:100%;border-collapse:collapse;background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._table_1qoh3_65 th{padding:.75rem;text-align:left;background-color:#495057;color:#fff;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}._table_1qoh3_65 td{padding:.75rem;border-bottom:1px solid #dee2e6;font-size:.875rem;color:#212529}._table_1qoh3_65 tbody tr:last-child td{border-bottom:none}._table_1qoh3_65 tbody tr:hover{background-color:#f8f9fa}._blockCell_1qoh3_145{font-family:Courier New,monospace;color:#0056b3}._adminCell_1qoh3_155{color:#6c757d;font-size:.8rem}._dateCell_1qoh3_165{color:#6c757d;white-space:nowrap}._notesCell_1qoh3_175{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._removeButton_1qoh3_189{padding:.375rem .75rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:500;transition:background-color .15s ease}._removeButton_1qoh3_189:hover{background-color:#c82333}._removeButton_1qoh3_189:active{background-color:#bd2130}._noData_1qoh3_229{padding:2rem;text-align:center;color:#6c757d;font-style:italic;background-color:#fff;border-radius:4px;margin-bottom:1.5rem}._addForm_1qoh3_249{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1.5rem}._formTitle_1qoh3_265{margin:0 0 1.5rem;font-size:1.125rem;color:#212529}._formGroup_1qoh3_277{margin-bottom:1.25rem}._formGroup_1qoh3_277:last-of-type{margin-bottom:1.5rem}._label_1qoh3_293{display:block;margin-bottom:.5rem;font-weight:600;color:#495057;font-size:.875rem}._required_1qoh3_309{color:#dc3545}._input_1qoh3_317,._textarea_1qoh3_319{width:100%;padding:.625rem;border:1px solid #ced4da;border-radius:4px;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}._input_1qoh3_317:focus,._textarea_1qoh3_319:focus{outline:none;border-color:#0056b3;box-shadow:0 0 0 3px #0056b31a}._input_1qoh3_317:disabled,._textarea_1qoh3_319:disabled{background-color:#e9ecef;cursor:not-allowed}._inputError_1qoh3_365{border-color:#dc3545}._inputError_1qoh3_365:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc354526}._textarea_1qoh3_319{resize:vertical;min-height:80px}._hint_1qoh3_393{display:block;margin-top:.25rem;font-size:.75rem;color:#6c757d;font-style:italic}._error_1qoh3_409{display:block;margin-top:.25rem;font-size:.75rem;color:#dc3545;font-weight:500}._formActions_1qoh3_425{display:flex;gap:.75rem;justify-content:flex-start}._addButton_1qoh3_437{padding:.625rem 1.25rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._addButton_1qoh3_437:hover{background-color:#218838}._addButton_1qoh3_437:active{background-color:#1e7e34}._addButton_1qoh3_437:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.65}._cancelButton_1qoh3_489{padding:.625rem 1.25rem;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._cancelButton_1qoh3_489:hover{background-color:#5a6268}._cancelButton_1qoh3_489:active{background-color:#545b62}._cancelButton_1qoh3_489:disabled{opacity:.65;cursor:not-allowed}._newButton_1qoh3_539{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease;display:inline-flex;align-items:center;gap:.5rem}._newButton_1qoh3_539:hover{background-color:#0056b3}._newButton_1qoh3_539:active{background-color:#004085}._warningBox_1qoh3_587{margin-top:.5rem;padding:.75rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;display:flex;align-items:flex-start;gap:.5rem}._warningIcon_1qoh3_609{font-size:1.25rem;line-height:1}._warningText_1qoh3_619{color:#856404;font-size:.875rem;line-height:1.4;flex:1}@media (max-width: 768px){._container_1qoh3_1{padding:1rem}._table_1qoh3_65{font-size:.75rem}._table_1qoh3_65 th,._table_1qoh3_65 td{padding:.5rem}._notesCell_1qoh3_175{max-width:100px}._formActions_1qoh3_425{flex-direction:column}._addButton_1qoh3_437,._cancelButton_1qoh3_489{width:100%}}._modalOverlay_11grp_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_11grp_29{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}._modalHeader_11grp_53{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #dee2e6}._modalHeader_11grp_53 h2{margin:0;font-size:1.5rem;color:#212529}._saveStatus_11grp_81{margin-left:.75rem;font-size:.875rem;font-weight:500;color:#6c757d;vertical-align:middle}._saveStatus_11grp_81._saved_11grp_97{color:#28a745}._spinner_11grp_105{display:inline-block;width:12px;height:12px;border:2px solid #dee2e6;border-top-color:#6c757d;border-radius:50%;animation:_spin_11grp_105 .8s linear infinite;vertical-align:middle;margin-right:.25rem}@keyframes _spin_11grp_105{to{transform:rotate(360deg)}}._closeButton_11grp_141{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease}._closeButton_11grp_141:hover{background-color:#f8f9fa;color:#212529}._loading_11grp_183{padding:2rem;text-align:center;color:#6c757d}._metadata_11grp_195{padding:1.5rem;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;flex-wrap:wrap;gap:1.5rem}._metadataItem_11grp_213{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#212529}._metadataItem_11grp_213 strong{color:#495057}._statusSubmitted_11grp_237{padding:.25rem .75rem;border-radius:12px;background-color:#d4edda;color:#155724;font-weight:500;font-size:.875rem}._statusDraft_11grp_255{padding:.25rem .75rem;border-radius:12px;background-color:#fff3cd;color:#856404;font-weight:500;font-size:.875rem}._blockHoursControls_11grp_273{display:inline-flex;align-items:center;gap:.25rem;margin-left:.25rem}._blockHoursButton_11grp_287{width:24px;height:24px;padding:0;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;color:#495057;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._blockHoursButton_11grp_287:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}._blockHoursButton_11grp_287:disabled{opacity:.5;cursor:not-allowed}._blockHoursValue_11grp_341{min-width:50px;text-align:center;font-weight:500}._preferenceSummary_11grp_353{padding:1.5rem;flex:1;overflow-y:auto}._blockGroup_11grp_365{margin-bottom:1.5rem}._blockHeader_11grp_373{margin:0 0 .75rem;font-size:1rem;color:#495057;padding-bottom:.5rem;border-bottom:2px solid #dee2e6}._placementList_11grp_389{list-style:none;padding:0;margin:0}._placementItem_11grp_401{padding:.5rem 0;display:flex;align-items:center;gap:.75rem;font-size:.875rem}._preferenceRank_11grp_417{font-weight:600;color:#495057;min-width:70px}._courseTitle_11grp_429{font-weight:500;color:#212529;flex:1}._courseTitleSkeleton_11grp_441{flex:1;height:1rem;min-width:150px;max-width:250px;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa,#e9ecef 75%);background-size:200% 100%;animation:_shimmer_11grp_1 1.5s infinite;border-radius:4px}@keyframes _shimmer_11grp_1{0%{background-position:200% 0}to{background-position:-200% 0}}._sectionCode_11grp_481{color:#6c757d;font-family:Courier New,monospace;font-size:.8rem}._prerequisiteBypassed_11grp_493{padding:.25rem .5rem;border-radius:4px;background-color:#fff3cd;color:#856404;font-size:.75rem;font-weight:600;border:1px solid #ffeeba}._prerequisitesMet_11grp_513{padding:.25rem .5rem;border-radius:4px;background-color:#d4edda;color:#155724;font-size:.75rem;font-weight:600;border:1px solid #c3e6cb}._noData_11grp_533{padding:2rem;text-align:center;color:#6c757d;font-style:italic}._modalActions_11grp_547{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #dee2e6;background-color:#f8f9fa}._browseAsButton_11grp_565{padding:.75rem 1.5rem;background-color:#0d6efd;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._browseAsButton_11grp_565:hover{background-color:#0b5ed7}._importButton_11grp_597{padding:.75rem 1.5rem;background-color:#198754;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._importButton_11grp_597:hover{background-color:#157347}._importButton_11grp_597:disabled{background-color:#6c757d;cursor:not-allowed}._unlockButton_11grp_639{padding:.75rem 1.5rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._unlockButton_11grp_639:hover{background-color:#c82333}._unlockButton_11grp_639:disabled{background-color:#6c757d;cursor:not-allowed}._closeActionButton_11grp_681{padding:.75rem 1.5rem;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease}._closeActionButton_11grp_681:hover{background-color:#5a6268}@media (max-width: 768px){._modalContent_11grp_29{max-height:95vh;margin:.5rem}._modalHeader_11grp_53 h2{font-size:1.25rem}._metadata_11grp_195{flex-direction:column;gap:.75rem}._modalActions_11grp_547{flex-direction:column}._importButton_11grp_597,._browseAsButton_11grp_565,._unlockButton_11grp_639,._closeActionButton_11grp_681{width:100%}}._reportContainer_1jtlu_1{padding:1.5rem;max-width:calc(100vw - 3rem);width:100%}._reportHeader_1jtlu_13{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}._headerLeft_1jtlu_27{flex:1}._headerRight_1jtlu_35{display:flex;align-items:center;gap:.25rem}._reportHeader_1jtlu_13 h2{margin:0 0 .5rem;font-size:1.75rem;color:#212529}._subtitle_1jtlu_59{margin:0;color:#6c757d;font-size:.9rem}._refreshIconButton_1jtlu_71{padding:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1.25rem;background-color:transparent;transition:background-color .15s ease}._refreshIconButton_1jtlu_71:hover{background-color:#e9ecef}._lastUpdated_1jtlu_99{color:#6c757d;font-size:.8rem;white-space:nowrap}._debugButton_1jtlu_111{background-color:#6c757d;color:#fff}._debugButton_1jtlu_111:hover{background-color:#5a6268}._debugButton_1jtlu_111:disabled{opacity:.5;cursor:not-allowed}._statsContainer_1jtlu_139{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}._statCard_1jtlu_153{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center}._statCard_1jtlu_153 h3{margin:0 0 .5rem;font-size:2rem;color:#007bff}._statCard_1jtlu_153 p{margin:0;color:#6c757d;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}._clickableStatCard_1jtlu_197{cursor:pointer;transition:all .15s ease;border:2px solid transparent}._clickableStatCard_1jtlu_197:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}._clickableStatCard_1jtlu_197:active{transform:translateY(0)}._activeFilter_1jtlu_227{border-color:#007bff;background-color:#e7f3ff}._activeFilter_1jtlu_227 h3{color:#0056b3}._filterLabel_1jtlu_245{display:block;font-size:.65rem;color:#0056b3;margin-top:.25rem;font-weight:600}._loading_1jtlu_261{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6c757d}._spinner_1jtlu_279{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:_spin_1jtlu_279 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1jtlu_279{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noData_1jtlu_317{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center;color:#6c757d}._errorBanner_1jtlu_335{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:1rem;margin-bottom:1.5rem;color:#856404}._errorBanner_1jtlu_335 p{margin:0;display:flex;align-items:center;gap:.5rem}._retryLink_1jtlu_367{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;font-size:.875rem;padding:0;margin-left:.5rem}._retryLink_1jtlu_367:hover{color:#0056b3}._progressModal_1jtlu_399{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._progressContent_1jtlu_425{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:400px;max-width:90%}._progressTitle_1jtlu_443{margin:0 0 1rem;font-size:1.25rem;color:#212529;text-align:center}._progressText_1jtlu_457{margin:0 0 1rem;color:#6c757d;font-size:.875rem;text-align:center}._progressBarContainer_1jtlu_471{background-color:#e9ecef;border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}._progressBar_1jtlu_471{background-color:#007bff;height:100%;transition:width .3s ease}._progressCount_1jtlu_499{margin:0;color:#212529;font-size:.875rem;font-weight:500;text-align:center}._syncButton_1jtlu_515{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .15s ease;background-color:#17a2b8;color:#fff}._syncButton_1jtlu_515:hover{background-color:#138496}._syncButton_1jtlu_515:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}@media (max-width: 768px){._reportContainer_1jtlu_1{padding:1rem}._reportHeader_1jtlu_13{flex-direction:column;gap:.75rem}._headerRight_1jtlu_35{align-self:flex-start}._reportHeader_1jtlu_13 h2{font-size:1.5rem}._statsContainer_1jtlu_139{grid-template-columns:repeat(2,1fr)}._statCard_1jtlu_153 h3{font-size:1.5rem}}._summaryGrid_1jzgn_17{width:100%;max-width:1000px;border:1px solid #ccc;background:#fff;box-shadow:0 2px 4px #0000001a;border-radius:4px;overflow:visible}._gridHeader_1jzgn_39{display:grid;grid-template-columns:90px repeat(5,1fr);border-bottom:2px solid #999;background:#fff}._gridRow_1jzgn_55{display:grid;grid-template-columns:90px repeat(5,1fr);border-bottom:1px solid #ccc}._gridRow_1jzgn_55:last-child{border-bottom:none}._cornerCell_1jzgn_77{background-color:#e0e0e0;border-right:2px solid #999;display:flex;align-items:center;justify-content:center;padding:12px 8px;font-weight:600;font-size:.75rem;color:#424242}._dayHeader_1jzgn_103{display:flex;align-items:center;justify-content:center;padding:12px;font-weight:700;font-size:.85rem;color:#424242;background-color:#f5f5f5;border-right:1px solid #ccc}._dayHeader_1jzgn_103:last-child{border-right:none}._blockHeader_1jzgn_137{display:flex;align-items:center;justify-content:center;padding:12px 8px;font-weight:700;font-size:.75rem;color:#424242;background-color:#f5f5f5;border-right:2px solid #999}._gridCell_1jzgn_163{border-right:1px solid #ccc;min-height:70px;display:flex;align-items:center;justify-content:center;padding:8px}._gridCell_1jzgn_163:last-child{border-right:none}._cellDisabled_1jzgn_191{background:#f5f5f5;color:#999;font-style:italic}._cellContent_1jzgn_205{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;width:100%}._courseCount_1jzgn_225,._studentCount_1jzgn_227,._issueCount_1jzgn_229{display:flex;flex-direction:column;align-items:center;padding:4px;border-radius:4px;width:52px;box-sizing:border-box}._courseCount_1jzgn_225{background:#e3f2fd;border:1px solid #90caf9}._studentCount_1jzgn_227{background:#e8f5e9;border:1px solid #a5d6a7}._issueCount_1jzgn_229{background:#ffebee;border:1px solid #ef9a9a}._countValue_1jzgn_287{font-weight:700;font-size:1.1rem;color:#333;line-height:1}._countLabel_1jzgn_303{font-size:.6rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}@media (max-width: 768px){._gridHeader_1jzgn_39,._gridRow_1jzgn_55{grid-template-columns:70px repeat(5,1fr)}._dayHeader_1jzgn_103{font-size:.7rem;padding:8px 4px}._blockHeader_1jzgn_137{font-size:.65rem;padding:8px 4px}._gridCell_1jzgn_163{min-height:60px;padding:4px}._countValue_1jzgn_287{font-size:.9rem}._countLabel_1jzgn_303{font-size:.5rem}}._cellClickable_1jzgn_383{cursor:pointer;transition:background-color .15s ease}._cellClickable_1jzgn_383:hover{background-color:#f0f7ff}._cellUnderEnrolled_1jzgn_403{background-color:#ffebee}._cellUnderEnrolled_1jzgn_403._cellClickable_1jzgn_383:hover{background-color:#ffcdd2}._modalBackdrop_1jzgn_421{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1jzgn_447{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:1200px;width:95%;height:85vh;display:flex;flex-direction:column}._modalHeader_1jzgn_469{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f5f5f5;border-radius:8px 8px 0 0}._modalHeader_1jzgn_469 h2{margin:0;font-size:1.25rem;color:#333}._modalClose_1jzgn_499{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1}._modalClose_1jzgn_499:hover{color:#333}._modalHeaderActions_1jzgn_527{display:flex;align-items:center;gap:12px}._resetButton_1jzgn_539{padding:6px 12px;background:#f0f0f0;border:1px solid #ccc;border-radius:4px;font-size:.85rem;cursor:pointer;color:#555;transition:all .2s}._resetButton_1jzgn_539:hover{background:#e0e0e0;border-color:#999;color:#333}._modalBody_1jzgn_573{padding:0;overflow-y:auto;flex:1}._coursesGrid_1jzgn_587{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 900px){._coursesGrid_1jzgn_587{grid-template-columns:1fr}}._noCoursesMessage_1jzgn_611{text-align:center;color:#666;font-style:italic;padding:40px 0}._courseSection_1jzgn_627{padding:16px}._courseTitle_1jzgn_635{margin-top:0;margin-bottom:12px;font-size:1.1rem;color:#333}._sectionLabel_1jzgn_649{font-weight:400;color:#666;font-size:.9rem}._preferenceTabs_1jzgn_665{display:flex;gap:0;margin-bottom:0;border-bottom:1px solid #e0e0e0}._preferenceTab_1jzgn_665{padding:8px 12px;font-size:.8rem;font-weight:500;color:#666;background:#f0f0f0;border:1px solid #e0e0e0;border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer;transition:all .15s ease;margin-right:2px;margin-bottom:-1px}._preferenceTab_1jzgn_665:hover{color:#333;background:#e8e8e8}._preferenceTabActive_1jzgn_719{color:#1976d2;background:#fff;border-color:#e0e0e0;font-weight:600}._preferenceContent_1jzgn_733{min-height:180px;max-height:210px;overflow-y:auto;background:#fff;border:1px solid #e0e0e0;border-top:none}._noStudentsMessage_1jzgn_751{color:#999;font-style:italic;font-size:.85rem;margin:0;padding-left:8px}._studentTable_1jzgn_769{width:100%;border-collapse:collapse;background:#fff}._studentRow_1jzgn_781{background:#fff;font-size:.9rem}._studentRow_1jzgn_781:nth-child(2n){background:#f0f1f3}._studentRow_1jzgn_781 td{padding:6px 8px}._studentCheckbox_1jzgn_807{width:1%;white-space:nowrap;text-align:center;border:none!important}._studentCheckbox_1jzgn_807 input[type=checkbox]{cursor:pointer;width:16px;height:16px}._studentName_1jzgn_833{font-weight:500;white-space:nowrap;width:1%;max-width:150px;overflow:hidden;text-overflow:ellipsis}._studentAge_1jzgn_851{color:#666;font-size:.8rem;white-space:nowrap;width:1%}._studentPrereq_1jzgn_865{text-align:left;width:1%;white-space:nowrap}._studentDraft_1jzgn_877{text-align:right;width:1%;white-space:nowrap}._studentEnrolled_1jzgn_889{text-align:right;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._enrolledTag_1jzgn_905{background:#e3f2fd;color:#1565c0;padding:2px 6px;border-radius:3px;font-size:.75rem;font-weight:500;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._birthdate_1jzgn_933{color:#666;font-size:.8rem}._draftTag_1jzgn_943{background:#fff3cd;color:#856404;padding:2px 6px;border-radius:3px;font-size:.75rem;font-weight:500}._duplicateWarning_1jzgn_963,._cancelledWarning_1jzgn_987{background:#ffebee;color:#c62828;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:500;cursor:help;white-space:nowrap}._alternativeSections_1jzgn_1011{background:#e3f2fd;color:#1565c0;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:500;cursor:help;white-space:nowrap}._hasPrerequisitesTag_1jzgn_1035{background:#e8eaf6;color:#3f51b5;padding:2px 8px;border-radius:3px;font-size:.7rem;font-weight:500;margin-left:8px}._clickablePrerequisite_1jzgn_1057{cursor:pointer;transition:all .15s ease}._clickablePrerequisite_1jzgn_1057:hover{opacity:.8;text-decoration:underline}._maxStudentsLabel_1jzgn_1079{margin-left:auto;font-size:.8rem;font-weight:500;color:#666;display:inline-flex;align-items:center;gap:4px}._maxStudentsControls_1jzgn_1099{display:inline-flex;align-items:center;gap:2px;margin-left:4px}._maxStudentsButton_1jzgn_1113{width:20px;height:20px;padding:0;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#495057;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._maxStudentsButton_1jzgn_1113:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}._maxStudentsButton_1jzgn_1113:disabled{opacity:.5;cursor:not-allowed}._maxStudentsValue_1jzgn_1167{min-width:32px;text-align:center;font-weight:500;font-size:.8rem}._maxStudentsSpinner_1jzgn_1181{display:inline-block;width:10px;height:10px;border:2px solid #dee2e6;border-top-color:#6c757d;border-radius:50%;animation:_maxStudentsSpin_1jzgn_1181 .8s linear infinite;margin-right:2px}@keyframes _maxStudentsSpin_1jzgn_1181{to{transform:rotate(360deg)}}._maxStudentsSaved_1jzgn_1215{color:#28a745;font-size:.75rem;margin-right:2px}._maxStudentsOverCapacity_1jzgn_1227{color:#c62828}._maxStudentsWarning_1jzgn_1235{color:#c62828;font-size:.75rem;margin-right:2px}._rosterWarning_1jzgn_1247{color:#e65100;margin-left:4px}._prerequisitesMetTag_1jzgn_1257{background:#e8f5e9;color:#2e7d32;padding:2px 6px;border-radius:3px;font-size:.85rem;font-weight:700;cursor:help;position:relative}._prerequisitesMetTag_1jzgn_1257:after{content:"Prerequisites Met";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;margin-bottom:4px}._prerequisitesMetTag_1jzgn_1257:hover:after{opacity:1}._prerequisitesNotMetTag_1jzgn_1325{background:#ffebee;color:#c62828;padding:2px 6px;border-radius:3px;font-size:.85rem;font-weight:700;cursor:help;position:relative}._prerequisitesNotMetTag_1jzgn_1325:after{content:"Prerequisites Not Met";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;margin-bottom:4px}._prerequisitesNotMetTag_1jzgn_1325:hover:after{opacity:1}._modalTabs_1jzgn_1395{display:flex;gap:0;padding:0 20px;background:#f5f5f5}._modalTab_1jzgn_1395{padding:12px 24px;font-size:.9rem;font-weight:500;color:#666;background:#e8e8e8;border:1px solid #ccc;border-bottom:2px solid transparent;border-radius:4px 4px 0 0;cursor:pointer;transition:all .15s ease;margin-right:4px}._modalTab_1jzgn_1395:hover{color:#333;background:#e8e8e8}._modalTabActive_1jzgn_1447{color:#1976d2;background:#fff;border-bottom:none;font-weight:600}._studentsTableContainer_1jzgn_1463{width:100%;height:100%;display:flex;flex-direction:column}._searchContainer_1jzgn_1479{position:relative;margin-bottom:12px;flex-shrink:0}._studentsTableWrapper_1jzgn_1491{flex:1;overflow-y:auto;min-height:0}._searchInput_1jzgn_1503{width:100%;padding:10px 36px 10px 12px;font-size:.9rem;border:1px solid #ccc;border-radius:4px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}._searchInput_1jzgn_1503:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}._searchInput_1jzgn_1503::placeholder{color:#999}._clearSearchButton_1jzgn_1541{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:4px 8px;line-height:1;transition:color .15s ease}._clearSearchButton_1jzgn_1541:hover{color:#333}._studentsTable_1jzgn_1463{width:100%;border-collapse:collapse;font-size:.85rem}._studentsTable_1jzgn_1463 thead th{text-align:left;padding:10px 8px;background:#f5f5f5;border-bottom:2px solid #e0e0e0;font-weight:600;color:#333;white-space:nowrap;position:sticky;top:0;z-index:1}._studentsTableRow_1jzgn_1617 td{padding:8px;border-bottom:1px solid #e0e0e0;vertical-align:middle}._studentsTableRow_1jzgn_1617:hover{background:#f8f9fa}._assignedClass_1jzgn_1637{font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._choiceCell_1jzgn_1653{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666}._choiceCell_1jzgn_1653 ._prerequisitesMetTag_1jzgn_1257,._choiceCell_1jzgn_1653 ._prerequisitesNotMetTag_1jzgn_1325{margin-left:4px;font-size:.75rem;padding:1px 4px}._unassigned_1jzgn_1683{color:#999}._choiceCellClickable_1jzgn_1693{cursor:pointer;transition:all .15s ease;border-radius:3px}._choiceCellClickable_1jzgn_1693:hover{background-color:#e3f2fd;color:#1565c0;font-weight:500}._choiceCellAssigned_1jzgn_1719{font-weight:700;color:#1565c0}._confirmationOverlay_1jzgn_1731{position:absolute;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px}._confirmationDialog_1jzgn_1759{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;padding:24px;max-width:450px;width:90%}._confirmationTitle_1jzgn_1777{margin:0 0 16px;font-size:1.25rem;color:#333}._confirmationMessage_1jzgn_1789{margin:0 0 16px;font-size:.95rem;color:#555}._warningsList_1jzgn_1801{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._warningItem_1jzgn_1815{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:4px;font-size:.85rem;line-height:1.4}._warningItemDanger_1jzgn_1835{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}._warningItemCaution_1jzgn_1847{background-color:#fff8e1;color:#f57c00;border:1px solid #ffcc80}._warningIcon_1jzgn_1859{flex-shrink:0;font-size:1rem}._confirmationActions_1jzgn_1869{display:flex;justify-content:flex-end;gap:12px}._cancelButton_1jzgn_1881{padding:8px 16px;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-size:.9rem;cursor:pointer;color:#666;transition:all .15s ease}._cancelButton_1jzgn_1881:hover{background:#e0e0e0;border-color:#999;color:#333}._confirmButton_1jzgn_1915{padding:8px 16px;background:#1976d2;border:1px solid #1565c0;border-radius:4px;font-size:.9rem;cursor:pointer;color:#fff;font-weight:500;transition:all .15s ease}._confirmButton_1jzgn_1915:hover{background:#1565c0}._studentNameClickable_1jzgn_1949{cursor:pointer;transition:all .15s ease}._studentNameClickable_1jzgn_1949:hover{color:#1976d2;text-decoration:underline}._studentScheduleModal_1jzgn_1971{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:600px;width:90%;height:500px;display:flex;flex-direction:column}._studentScheduleHeader_1jzgn_1993{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}._studentScheduleHeader_1jzgn_1993 h3{margin:0;font-size:1.1rem;color:#333}._studentScheduleBody_1jzgn_2021{padding:16px 20px;overflow-y:auto;flex:1}._studentScheduleTable_1jzgn_2033{width:100%;border-collapse:collapse;font-size:.85rem}._studentScheduleTable_1jzgn_2033 thead th{text-align:left;padding:10px 8px;background:#f5f5f5;border-bottom:2px solid #e0e0e0;font-weight:600;color:#333;white-space:nowrap}._studentScheduleRow_1jzgn_2065 td{padding:10px 8px;border-bottom:1px solid #e0e0e0;vertical-align:top}._scheduleBlockCode_1jzgn_2077{font-weight:600;color:#1976d2;white-space:nowrap;width:50px}._scheduleRosterCourse_1jzgn_2091{font-weight:400;color:#333;max-width:250px}._scheduleRosterCourseClickable_1jzgn_2103{cursor:pointer;transition:color .15s ease}._scheduleRosterCourseClickable_1jzgn_2103:hover{color:#1976d2}._schedulePreferenceSelect_1jzgn_2123{width:100%;padding:6px 8px;font-size:.85rem;border:1px solid #1976d2;border-radius:4px;background:#fff;cursor:pointer}._schedulePreferenceSelect_1jzgn_2123:focus{outline:none;box-shadow:0 0 0 2px #1976d233}._schedulePreferenceOption_1jzgn_2153{padding:8px}._schedulePreferenceWarning_1jzgn_2161{color:#c62828;font-size:.75rem}._satisfactionSummary_1jzgn_2173{display:flex;gap:16px;align-items:center;padding:10px 12px;margin-bottom:12px;background:#f8f9fa;border-radius:6px;font-size:.85rem}._satisfactionLabel_1jzgn_2195{font-weight:600;color:#555}._satisfactionFirst_1jzgn_2205{color:#2e7d32;font-weight:500}._satisfactionSecond_1jzgn_2215{color:#1976d2;font-weight:500}._satisfactionThird_1jzgn_2225{color:#ed6c02;font-weight:500}._preferencesSummaryRow_1jzgn_2237{display:flex;gap:16px;align-items:center;padding:10px 12px;margin:8px 0;background:#f8f9fa;border-radius:6px;font-size:.9rem}._preferencesSummaryLabel_1jzgn_2259{font-weight:600;color:#555}._schedulePrefColumn_1jzgn_2271{width:50px;text-align:center;font-weight:500;color:#666}._schedulePreferences_1jzgn_2285{color:#666;font-size:.8rem}._scheduleManagement_1jzgn_2297{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 0;margin-top:16px;border-top:1px solid #e0e0e0}._suggestionsContainer_1jzgn_2319{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;padding:20px;overflow-y:auto;gap:24px}._suggestionsAllClear_1jzgn_2343{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#2e7d32}._suggestionsAllClearIcon_1jzgn_2363{font-size:3rem;margin-bottom:16px}._suggestionsAllClearTitle_1jzgn_2373{font-size:1.1rem;font-weight:600;margin-bottom:12px}._suggestionsAllClearList_1jzgn_2385{list-style:none;padding:0;margin:0;color:#4caf50;font-size:.9rem}._suggestionsAllClearList_1jzgn_2385 li{padding:4px 0}._suggestionSection_1jzgn_2411{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}._suggestionSectionHeader_1jzgn_2423{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}._suggestionSectionHeader_1jzgn_2423:hover{background-color:#00000005}._suggestionSectionHeaderRed_1jzgn_2451{background-color:#ffebee;border-bottom:1px solid #ef9a9a}._suggestionSectionHeaderRed_1jzgn_2451:hover{background-color:#ffcdd2}._suggestionSectionHeaderOrange_1jzgn_2469{background-color:#fff8e1;border-bottom:1px solid #ffcc80}._suggestionSectionHeaderOrange_1jzgn_2469:hover{background-color:#ffecb3}._suggestionSectionHeaderGreen_1jzgn_2487{background-color:#e8f5e9;border-bottom:1px solid #a5d6a7}._suggestionSectionTitle_1jzgn_2497{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem}._suggestionSectionTitleRed_1jzgn_2513{color:#c62828}._suggestionSectionTitleOrange_1jzgn_2521{color:#ef6c00}._suggestionSectionTitleGreen_1jzgn_2529{color:#2e7d32}._suggestionSectionCount_1jzgn_2537{font-size:.85rem;font-weight:500;padding:2px 8px;border-radius:12px;background-color:#00000014}._suggestionSectionToggle_1jzgn_2553{font-size:1.2rem;color:#666;transition:transform .2s ease}._suggestionSectionToggleCollapsed_1jzgn_2565{transform:rotate(-90deg)}._suggestionSectionContent_1jzgn_2573{padding:16px;display:flex;flex-direction:column;gap:16px;background-color:#fafafa}._suggestionCard_1jzgn_2591{background:#fff;border-radius:6px;padding:16px;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d}._suggestionCardPrerequisite_1jzgn_2607{border-left:4px solid #c62828}._suggestionCardEnrollment_1jzgn_2615{border-left:4px solid #f57c00}._suggestionCardNoAlternative_1jzgn_2623{border-left:4px solid #9e9e9e;background-color:#f5f5f5}._suggestionIssueHeader_1jzgn_2633{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}._suggestionIssueIcon_1jzgn_2647{font-size:1.1rem;flex-shrink:0}._suggestionIssueIconRed_1jzgn_2657{color:#c62828}._suggestionIssueIconOrange_1jzgn_2665{color:#f57c00}._suggestionIssueIconGray_1jzgn_2673{color:#757575}._suggestionIssueText_1jzgn_2681{font-size:.9rem;color:#333;line-height:1.4}._suggestionIssueTextBold_1jzgn_2693{font-weight:600}._suggestionTarget_1jzgn_2703{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#e3f2fd;border-radius:4px;margin-bottom:12px;font-size:.85rem}._suggestionTargetLabel_1jzgn_2725{color:#1565c0;font-weight:500}._suggestionTargetCourse_1jzgn_2735{color:#333;font-weight:600}._suggestionTargetPreference_1jzgn_2745{color:#666;font-size:.8rem}._suggestionImpactMetrics_1jzgn_2757{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px;font-size:.8rem;color:#666}._suggestionImpactItem_1jzgn_2775{display:flex;align-items:center;gap:4px}._suggestionImpactLabel_1jzgn_2787{color:#999}._suggestionImpactValue_1jzgn_2795{color:#333;font-weight:500}._suggestionImpactArrow_1jzgn_2805{color:#999;margin:0 2px}._suggestionSatisfaction_1jzgn_2817{display:flex;align-items:center;gap:6px;padding:6px 10px;background-color:#f5f5f5;border-radius:4px;font-size:.8rem}._suggestionSatisfactionUp_1jzgn_2837{color:#2e7d32}._suggestionSatisfactionDown_1jzgn_2845{color:#c62828}._suggestionSatisfactionNeutral_1jzgn_2853{color:#666}._suggestionWarnings_1jzgn_2863{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}._suggestionWarning_1jzgn_2863{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#f57c00;padding:4px 8px;background-color:#fff8e1;border-radius:3px}._suggestionApplyButton_1jzgn_2901{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:#1976d2;border:none;border-radius:4px;font-size:.85rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .15s ease;margin-left:auto}._suggestionApplyButton_1jzgn_2901:hover{background:#1565c0}._suggestionApplyButton_1jzgn_2901:disabled{background:#bdbdbd;cursor:not-allowed}._suggestionNoAlternative_1jzgn_2955{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#f5f5f5;border-radius:4px;font-size:.85rem;color:#757575}._courseIssueCard_1jzgn_2979{background:#fff;border-radius:6px;border:1px solid #e0e0e0;overflow:hidden}._courseIssueHeader_1jzgn_2993{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fafafa;border-bottom:1px solid #e0e0e0}._courseIssueTitle_1jzgn_3011{font-weight:600;font-size:.9rem;color:#333}._courseIssueCount_1jzgn_3023{font-size:.85rem;color:#f57c00;font-weight:500}._courseIssueSuggestions_1jzgn_3035{padding:12px;display:flex;flex-direction:column;gap:12px}._courseIssueNoSuggestions_1jzgn_3049{padding:16px;text-align:center;color:#999;font-size:.85rem;font-style:italic}._suggestionStudentName_1jzgn_3067{color:#1976d2;cursor:pointer;font-weight:600}._suggestionStudentName_1jzgn_3067:hover{text-decoration:underline}._modalOverlay_1jzgn_3089{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._globalIssuesModal_1jzgn_3117{max-width:900px;height:80vh}._globalIssuesModalTabs_1jzgn_3127{display:flex;gap:0;border-bottom:2px solid #e0e0e0;padding:0 20px;background:#f5f5f5;flex-shrink:0}._globalIssuesModalTab_1jzgn_3127{padding:12px 20px;font-size:.85rem;font-weight:500;color:#666;background:#e8e8e8;border:1px solid #ccc;border-bottom:none;border-radius:4px 4px 0 0;cursor:pointer;transition:all .15s ease;margin-right:4px;margin-bottom:-2px}._globalIssuesModalTab_1jzgn_3127:hover{color:#333;background:#e0e0e0}._globalIssuesModalTabActive_1jzgn_3185{color:#1976d2;background:#fff;border-color:#e0e0e0;font-weight:600}._modalTitle_1jzgn_3201{margin:0;font-size:1.25rem;color:#333}._closeButton_1jzgn_3213{background:none;border:none;font-size:1.75rem;cursor:pointer;color:#666;padding:0;line-height:1}._closeButton_1jzgn_3213:hover{color:#333}._blockBadge_1jzgn_3243{display:inline-block;padding:2px 6px;background:#e3f2fd;color:#1565c0;border-radius:3px;font-size:.75rem;font-weight:600;margin-right:8px}._autoResolveButton_1jzgn_3267{padding:8px 16px;background:#1976d2;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}._autoResolveButton_1jzgn_3267:hover{background:#1565c0}._autoResolveButton_1jzgn_3267:disabled{background:#bdbdbd;cursor:not-allowed}._autoResolveTabHeader_1jzgn_3311{display:flex;justify-content:flex-end;padding:0 0 12px;border-bottom:1px solid #e0e0e0;margin-bottom:12px}._autoResolveOverlay_1jzgn_3329{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10}._autoResolveModal_1jzgn_3357{background:#fff;border-radius:8px;padding:24px;min-width:320px;max-width:400px;box-shadow:0 4px 20px #0000004d}._autoResolveTitle_1jzgn_3375{margin:0 0 20px;font-size:1.1rem;color:#333;text-align:center}._autoResolveProgress_1jzgn_3391{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:16px}._autoResolveProgressBar_1jzgn_3407{height:100%;background:#1976d2;border-radius:4px;transition:width .15s ease}._autoResolveStats_1jzgn_3423{display:flex;justify-content:center;gap:24px;margin-bottom:12px;font-size:.9rem;color:#666}._autoResolveAction_1jzgn_3441{text-align:center;font-size:.85rem;color:#666;margin-bottom:16px;padding:8px;background:#f5f5f5;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._autoResolveCancelButton_1jzgn_3469{display:block;width:100%;padding:10px;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-size:.9rem;cursor:pointer;color:#666;transition:all .15s ease}._autoResolveCancelButton_1jzgn_3469:hover{background:#e0e0e0;border-color:#999;color:#333}._autoResolveSummary_1jzgn_3509{margin-bottom:20px}._autoResolveSummaryItem_1jzgn_3517{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f5f5f5;border-radius:4px;margin-bottom:8px;font-size:.9rem}._autoResolveSummaryIcon_1jzgn_3539{color:#2e7d32;font-size:1.1rem}._autoResolveSummaryIconWarning_1jzgn_3549{color:#f57c00;font-size:1.1rem}._autoResolveActions_1jzgn_3559{display:flex;justify-content:center}._autoResolveCloseButton_1jzgn_3569{padding:10px 24px;background:#1976d2;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}._autoResolveCloseButton_1jzgn_3569:hover{background:#1565c0}._globalResetButton_1jzgn_3603{padding:8px 16px;background:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-size:.9rem;cursor:pointer;color:#666;transition:all .15s ease}._globalResetButton_1jzgn_3603:hover{background:#e0e0e0;border-color:#999;color:#333}._resetConfirmationOverlay_1jzgn_3639{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._resetConfirmationDialog_1jzgn_3665{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;padding:24px;max-width:450px;width:90%}._resetConfirmationTitle_1jzgn_3683{margin:0 0 16px;font-size:1.25rem;color:#333}._resetConfirmationMessage_1jzgn_3695{margin:0 0 12px;font-size:.95rem;color:#555;line-height:1.5}._resetConfirmationWarning_1jzgn_3709{margin:0 0 20px;font-size:.9rem;color:#c62828;background:#ffebee;padding:12px;border-radius:4px;border:1px solid #ef9a9a}._resetConfirmationActions_1jzgn_3729{display:flex;justify-content:flex-end;gap:12px}._resetConfirmButton_1jzgn_3741{padding:8px 16px;background:#c62828;border:1px solid #b71c1c;border-radius:4px;font-size:.9rem;cursor:pointer;color:#fff;font-weight:500;transition:all .15s ease}._resetConfirmButton_1jzgn_3741:hover{background:#b71c1c}._preferenceStudentsModal_1jzgn_3781{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}._preferenceStudentsContent_1jzgn_3803{flex:1;overflow-y:auto;padding:16px 20px;min-height:400px}._preferenceStudentsTable_1jzgn_3817{width:100%;border-collapse:collapse}._preferenceStudentsTable_1jzgn_3817 th,._preferenceStudentsTable_1jzgn_3817 td{padding:10px 12px;text-align:left;border-bottom:1px solid #e0e0e0}._preferenceStudentsTable_1jzgn_3817 th{background:#f5f5f5;font-weight:600;color:#333;position:sticky;top:0;z-index:1}._preferenceStudentsTable_1jzgn_3817 th:nth-child(2),._preferenceStudentsTable_1jzgn_3817 th:nth-child(3),._preferenceStudentsTable_1jzgn_3817 th:nth-child(4),._preferenceStudentsTable_1jzgn_3817 th:nth-child(5),._preferenceStudentsTable_1jzgn_3817 td:nth-child(2),._preferenceStudentsTable_1jzgn_3817 td:nth-child(3),._preferenceStudentsTable_1jzgn_3817 td:nth-child(4),._preferenceStudentsTable_1jzgn_3817 td:nth-child(5){text-align:center;width:60px}._preferenceStudentRow_1jzgn_3883:hover{background:#f8f9fa}._preferenceSearchBox_1jzgn_3893{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;background:#fafafa;gap:8px}._preferenceSearchInput_1jzgn_3911{flex:1;padding:8px 12px;font-size:.9rem;border:1px solid #d0d0d0;border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}._preferenceSearchInput_1jzgn_3911:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}._preferenceSearchInput_1jzgn_3911::placeholder{color:#999}._preferenceSearchClear_1jzgn_3949{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:background-color .15s ease,color .15s ease}._preferenceSearchClear_1jzgn_3949:hover{background:#e0e0e0;color:#333}._preferenceStatClickable_1jzgn_3985{cursor:pointer;transition:all .15s ease;padding:2px 6px;border-radius:4px}._preferenceStatClickable_1jzgn_3985:hover{background:#0000000f;text-decoration:underline}._courseTitle_1fjlr_15._cancelled_1fjlr_15{text-decoration:line-through;color:#999}._courseSectionCancelled_1fjlr_27{opacity:.7}._cancelledBadge_1fjlr_37{background-color:#ffebee;color:#c62828;padding:2px 8px;border-radius:4px;font-size:.75rem;margin-left:8px}._sectionStatusMenu_1fjlr_57{position:relative;display:inline-block;margin-left:8px}._sectionStatusButton_1fjlr_71{background:none;border:1px solid #ddd;border-radius:4px;padding:4px 6px;cursor:pointer;display:flex;align-items:center;justify-content:center}._sectionStatusButton_1fjlr_71:hover:not(:disabled){background-color:#f5f5f5}._sectionStatusButton_1fjlr_71:disabled{opacity:.5;cursor:not-allowed}._sectionStatusDropdown_1fjlr_113{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:100;min-width:120px}._sectionStatusOption_1fjlr_141{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer}._sectionStatusOption_1fjlr_141:hover{background-color:#f5f5f5}._choiceCancelled_1fjlr_167{opacity:.6}._strikethrough_1fjlr_177{text-decoration:line-through}._cancelledIndicator_1fjlr_187{font-size:.75rem;color:#c62828;margin-left:4px}._overlay_22wm8_17{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_22wm8_45{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:450px;width:90%;max-height:80vh;display:flex;flex-direction:column}._header_22wm8_69{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}._header_22wm8_69 h3{margin:0;font-size:1rem;color:#333;display:flex;align-items:center;gap:8px;flex-wrap:wrap}._sectionTag_22wm8_107{background:#e3f2fd;color:#1565c0;padding:2px 8px;border-radius:3px;font-size:.75rem;font-weight:500}._closeButton_22wm8_127{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;line-height:1;flex-shrink:0}._closeButton_22wm8_127:hover{color:#333}._body_22wm8_159{padding:16px 20px;overflow-y:auto}._noPrerequisites_22wm8_171{color:#666;font-style:italic;margin:0;text-align:center;padding:20px 0}._prerequisiteList_22wm8_189{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}._prerequisiteItem_22wm8_209{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0}._prerequisiteItem_22wm8_209._notFound_22wm8_229{background:#fff8e1;border-color:#ffcc80}._prerequisiteTitle_22wm8_241{font-size:.9rem;color:#333;flex:1}._notFoundTag_22wm8_255{font-size:.75rem;color:#f57c00;font-style:italic}._clickablePrerequisite_22wm8_269{cursor:pointer;transition:all .15s ease}._clickablePrerequisite_22wm8_269:hover{opacity:.8;text-decoration:underline}._prerequisiteInfoIcon_22wm8_291{background:none;border:none;padding:2px 4px;margin-left:4px;cursor:pointer;color:#666;font-size:.85rem;line-height:1;border-radius:3px;transition:all .15s ease}._prerequisiteInfoIcon_22wm8_291:hover{background:#e3f2fd;color:#1976d2}._createButton_130xi_5{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:#4caf50;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s}._createButton_130xi_5:hover:not(:disabled){background-color:#45a049}._createButton_130xi_5:disabled{opacity:.7;cursor:not-allowed}._overlay_130xi_55{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_130xi_1 .2s ease-out}@keyframes _fadeIn_130xi_1{0%{opacity:0}to{opacity:1}}._content_130xi_103{background:#fff;border-radius:12px;width:500px;max-width:90vw;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_130xi_1 .2s ease-out}@keyframes _slideUp_130xi_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._content_130xi_103 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a1a1a}._message_130xi_157{margin-bottom:1.5rem}._message_130xi_157 p{margin:0 0 .75rem;color:#333;font-size:1rem;line-height:1.5}._message_130xi_157 p:last-child{margin-bottom:0}._warning_130xi_187{color:#dc3545;font-weight:500}._infoNote_130xi_197{background:#f8f9fa;border-left:3px solid #4CAF50;padding:.75rem 1rem;margin-top:1rem;border-radius:0 4px 4px 0}._infoNote_130xi_197 p{margin:0;font-size:.875rem;color:#555}._actions_130xi_225{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_130xi_239{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._button_130xi_239:disabled{opacity:.6;cursor:not-allowed}._buttonSecondary_130xi_269{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_130xi_269:hover:not(:disabled){background:#e9ecef}._buttonPrimary_130xi_291{background:#4caf50;color:#fff}._buttonPrimary_130xi_291:hover:not(:disabled){background:#45a049}._warning_1nlr3_5{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404;font-size:.875rem}._icon_1nlr3_29{font-size:1.25rem;flex-shrink:0}._content_1nlr3_39{flex:1}._title_1nlr3_47{font-weight:600;margin-bottom:.25rem}._details_1nlr3_57{font-size:.8125rem;color:#6c5d00}._size_1nlr3_67{font-weight:500}._statButton_a1frc_5{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#fff3cd;color:#856404;border:1px solid #ffc107;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._statButton_a1frc_5:hover{background-color:#ffe69c}._statButtonDanger_a1frc_43{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._statButtonDanger_a1frc_43:hover{background-color:#ffcdd2}._count_a1frc_81{font-weight:700;font-size:1rem}._overlay_a1frc_93{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_a1frc_1 .2s ease-out}@keyframes _fadeIn_a1frc_1{0%{opacity:0}to{opacity:1}}._content_a1frc_141{background:#fff;border-radius:12px;width:600px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_a1frc_1 .2s ease-out}@keyframes _slideUp_a1frc_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_a1frc_187{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee}._header_a1frc_187 h2{margin:0;font-size:1.25rem;color:#1a1a1a}._closeButton_a1frc_215{padding:.5rem;background:none;border:none;cursor:pointer;color:#666;font-size:1.25rem;line-height:1;border-radius:4px;transition:background-color .2s}._closeButton_a1frc_215:hover{background-color:#f0f0f0}._studentList_a1frc_247{flex:1;overflow-y:auto;padding:1rem 1.5rem}._studentItem_a1frc_259{display:grid;grid-template-columns:1fr 1.5fr auto auto;gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}._studentItem_a1frc_259:last-child{border-bottom:none}._studentName_a1frc_285{font-weight:500;color:#333}._studentEmail_a1frc_295{color:#666;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._statusBadge_a1frc_311{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;font-weight:500}._statusSubmitted_a1frc_325{background-color:#d4edda;color:#155724}._statusNotSubmitted_a1frc_337{background-color:#fff3cd;color:#856404}._statusHasDraft_a1frc_349{background-color:#e3f2fd;color:#1565c0}._statusNoDraft_a1frc_361{background-color:#fce4ec;color:#c62828}._footer_a1frc_373{padding:1rem 1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}._button_a1frc_387{padding:.625rem 1.25rem;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._buttonSecondary_a1frc_407{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_a1frc_407:hover{background:#e9ecef}._emptyMessage_a1frc_429{text-align:center;color:#666;padding:2rem}._addStudentButton_a1frc_443{padding:.375rem .75rem;background-color:#2e7d32;color:#fff;border:none;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .2s}._addStudentButton_a1frc_443:hover{background-color:#1b5e20}._addStudentButton_a1frc_443:disabled{background-color:#a5d6a7;cursor:not-allowed}._statButton_cp1wm_5{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#e3f2fd;color:#1565c0;border:1px solid #90caf9;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._statButton_cp1wm_5:hover{background-color:#bbdefb}._count_cp1wm_43{font-weight:700;font-size:1rem}._overlay_cp1wm_55{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_cp1wm_1 .2s ease-out}@keyframes _fadeIn_cp1wm_1{0%{opacity:0}to{opacity:1}}._content_cp1wm_103{background:#fff;border-radius:12px;width:600px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_cp1wm_1 .2s ease-out}@keyframes _slideUp_cp1wm_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_cp1wm_149{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee}._header_cp1wm_149 h2{margin:0;font-size:1.25rem;color:#1a1a1a}._closeButton_cp1wm_177{padding:.5rem;background:none;border:none;cursor:pointer;color:#666;font-size:1.25rem;line-height:1;border-radius:4px;transition:background-color .2s}._closeButton_cp1wm_177:hover{background-color:#f0f0f0}._description_cp1wm_209{padding:.75rem 1.5rem;background-color:#f8f9fa;color:#666;font-size:.875rem;border-bottom:1px solid #eee}._studentList_cp1wm_225{flex:1;overflow-y:auto;padding:1rem 1.5rem}._studentItem_cp1wm_237{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}._studentItem_cp1wm_237:last-child{border-bottom:none}._studentName_cp1wm_261{font-weight:500;color:#333}._preAssignments_cp1wm_271{display:flex;gap:.5rem;flex-wrap:wrap}._badge_cp1wm_283{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;font-weight:500;background-color:#e8f5e9;color:#2e7d32}._noBadge_cp1wm_301{font-size:.75rem;color:#999;font-style:italic}._footer_cp1wm_313{padding:1rem 1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}._button_cp1wm_327{padding:.625rem 1.25rem;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._buttonSecondary_cp1wm_347{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_cp1wm_347:hover{background:#e9ecef}._emptyMessage_cp1wm_369{text-align:center;color:#666;padding:2rem}._item_1g1o9_9{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;transition:box-shadow .2s}._item_1g1o9_9:hover{box-shadow:0 2px 8px #0000001a}._item_1g1o9_9._archived_1g1o9_37{opacity:.6}._header_1g1o9_45{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}._titleSection_1g1o9_65{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._name_1g1o9_81{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a}._statusBadge_1g1o9_95{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._statusBadge_1g1o9_95._published_1g1o9_113{background:#d4edda;color:#155724}._statusBadge_1g1o9_95._draft_1g1o9_123{background:#d1ecf1;color:#0c5460}._statusBadge_1g1o9_95._archived_1g1o9_37{background:#e2e3e5;color:#383d41}._actions_1g1o9_143{display:flex;gap:.5rem}._btnPrimary_1g1o9_153,._btnSecondary_1g1o9_155{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btnPrimary_1g1o9_153{background:#007bff;color:#fff}._btnPrimary_1g1o9_153:hover{background:#0056b3}._btnSecondary_1g1o9_155{background:#f8f9fa;color:#333;border:1px solid #ddd}._btnSecondary_1g1o9_155:hover{background:#e9ecef}._dropdown_1g1o9_213{position:relative}._dropdownMenu_1g1o9_221{position:absolute;right:0;top:100%;margin-top:.25rem;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;min-width:150px}._dropdownMenu_1g1o9_221 button{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.875rem}._dropdownMenu_1g1o9_221 button:hover{background:#f8f9fa}._dropdownMenu_1g1o9_221 button._publish_1g1o9_113{color:#28a745;font-weight:500}._dropdownMenu_1g1o9_221 button._publish_1g1o9_113:hover{background:#e8f5e9}._dropdownMenu_1g1o9_221 button._danger_1g1o9_295{color:#dc3545}._dropdownMenu_1g1o9_221 button._danger_1g1o9_295:hover{background:#ffe6e6}._dropdownMenu_1g1o9_221 button._warning_1g1o9_311{color:#e65100}._dropdownMenu_1g1o9_221 button._warning_1g1o9_311:hover{background:#fff3e0}._info_1g1o9_327{display:flex;flex-direction:column;gap:.5rem}._stats_1g1o9_339{display:flex;gap:1.5rem;flex-wrap:wrap}._stat_1g1o9_95{font-size:.875rem;color:#666}._stat_1g1o9_95 strong{color:#333}._stat_1g1o9_95._warning_1g1o9_311,._stat_1g1o9_95._warning_1g1o9_311 strong{color:#856404}._updated_1g1o9_385{margin:0;font-size:.8125rem;color:#999}._preferenceStats_1g1o9_397{display:flex;gap:1rem;align-items:center;font-size:.875rem;flex-wrap:wrap}._preferenceLabel_1g1o9_413{font-weight:600;color:#333}._pref1st_1g1o9_423{color:#2e7d32;font-weight:500}._pref2nd_1g1o9_433{color:#1976d2;font-weight:500}._pref3rd_1g1o9_443{color:#ed6c02;font-weight:500}._prefConcern_1g1o9_453{color:#c62828;font-weight:500}._prefIssues_1g1o9_463{color:#c62828;font-weight:600;background:#ffebee;padding:.125rem .5rem;border-radius:4px;border:1px solid #ef9a9a}._overlay_llvei_9{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_llvei_1 .2s ease-out}@keyframes _fadeIn_llvei_1{0%{opacity:0}to{opacity:1}}._content_llvei_55{background:#fff;border-radius:12px;width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_llvei_1 .2s ease-out}@keyframes _slideUp_llvei_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._content_llvei_55 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a1a1a}._message_llvei_115{margin-bottom:1.5rem}._message_llvei_115 p{margin:0 0 1rem;font-size:1rem;color:#333}._warningBox_llvei_135{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin:1rem 0;display:flex;gap:.75rem;align-items:flex-start}._warningIcon_llvei_157{width:24px;height:24px;background:#ffc107;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}._warningBox_llvei_135 p{margin:0;font-size:.9375rem;color:#664d03}._info_llvei_197{font-size:.9375rem;color:#666;font-style:italic}._actions_llvei_209{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_llvei_223{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._button_llvei_223:disabled{opacity:.6;cursor:not-allowed}._buttonSecondary_llvei_253{background:#f8f9fa;color:#333;border:1px solid #ddd}._buttonSecondary_llvei_253:hover:not(:disabled){background:#e9ecef}._buttonSuccess_llvei_275{background:#28a745;color:#fff}._buttonSuccess_llvei_275:hover:not(:disabled){background:#218838}._panel_1jjk2_9{padding:1.5rem;max-width:900px;margin:0 auto}._header_1jjk2_21{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._header_1jjk2_21 h2{margin:0;font-size:1.75rem;color:#1a1a1a}._btnCreate_1jjk2_47{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btnCreate_1jjk2_47:hover{background:#218838}._btnRetry_1jjk2_79{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:1rem}._btnRetry_1jjk2_79:hover{background:#0056b3}._list_1jjk2_107{display:flex;flex-direction:column;gap:1.5rem}._section_1jjk2_119{border:1px solid #e0e0e0;border-radius:8px}._sectionHeader_1jjk2_129{display:flex;align-items:center;gap:.5rem;width:100%;padding:1rem;background:#f8f9fa;border:none;border-radius:8px 8px 0 0;cursor:pointer;text-align:left;font-size:1rem;transition:background-color .2s}._sectionHeader_1jjk2_129:hover{background:#e9ecef}._expandToggle_1jjk2_167{font-size:.75rem;color:#666;width:1rem}._sectionIcon_1jjk2_179{font-size:1.25rem}._sectionTitle_1jjk2_187{font-weight:600;color:#333}._sectionCount_1jjk2_197{color:#666;font-weight:400}._sectionContent_1jjk2_207{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:0 0 8px 8px}._emptySection_1jjk2_225{text-align:center;color:#999;font-style:italic;padding:1rem 0;margin:0}._loading_1jjk2_241,._emptyState_1jjk2_243{text-align:center;color:#999;padding:3rem 0}._emptyState_1jjk2_243{font-size:1.125rem}._error_1jjk2_263{text-align:center;color:#dc3545;padding:2rem 0}._error_1jjk2_263 p{margin:0}.admin-modal-content{background:#fff;border-radius:12px;width:90%;height:calc(100vh - 40px);display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .2s ease-out;overflow:hidden}.admin-panel-layout{display:grid;grid-template-columns:250px 1fr;flex:1;overflow:hidden}.admin-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;overflow-y:auto}.admin-menu{padding:16px 0}.admin-menu-item{width:100%;padding:12px 20px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#374151;display:flex;align-items:center;gap:12px;transition:all .15s ease;border-left:3px solid transparent;font-weight:500}.admin-menu-item:hover{background-color:#f3f4f6;color:#1f2937}.admin-menu-item.active{background-color:#fffbeb;color:#f59e0b;border-left-color:#f59e0b}.admin-menu-item .menu-icon{width:20px;height:20px;color:#6b7280}.admin-menu-item.active .menu-icon{color:#f59e0b}.admin-main-content{background:#fff;overflow-y:auto;padding:24px}.admin-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6b7280}.admin-welcome h3{font-size:24px;color:#1f2937;margin-bottom:12px}.admin-welcome p{font-size:16px}.admin-tool-content h3{font-size:24px;color:#1f2937;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f59e0b}.tool-placeholder{text-align:center;color:#6b7280;font-size:16px;padding:60px 20px}@media (max-width: 768px){.admin-panel-layout{grid-template-columns:200px 1fr}.admin-menu-item{font-size:13px;padding:10px 16px}}.course-assignments-panel{width:100%}.course-assignments-panel .panel-header{margin-bottom:20px}.course-assignments-panel .panel-header h3{font-size:24px;color:#1f2937;margin:0 0 8px;padding-bottom:12px;border-bottom:2px solid #f59e0b}.course-assignments-panel .panel-description{color:#6b7280;font-size:14px;margin:0}.course-assignments-panel .panel-stats{display:flex;gap:24px;margin-bottom:16px;font-size:14px;color:#374151}.course-assignments-panel .panel-controls{margin-bottom:20px}.course-assignments-panel .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.course-assignments-panel .checkbox-label input[type=checkbox]{cursor:pointer}.course-assignments-panel .loading-message,.course-assignments-panel .error-message,.course-assignments-panel .no-data-message{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.course-assignments-panel .error-message{color:#dc2626}.course-assignments-panel .enrollment-warning-banner{display:flex;align-items:flex-start;gap:12px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#92400e;line-height:1.5}.course-assignments-panel .enrollment-warning-banner .warning-icon{flex-shrink:0;width:20px;height:20px;color:#f59e0b;margin-top:1px}._modalOverlay_1fubk_21{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1fubk_21{background:#fff;border-radius:12px;width:90%;max-width:600px;height:80vh;max-height:700px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_1fubk_83{display:flex;align-items:center;padding:16px 20px;background:#f7fafc;border-bottom:1px solid #e2e8f0}._headerInfo_1fubk_99{flex:1;display:flex;align-items:center;gap:12px;min-width:0}._headerInfo_1fubk_99 h2{margin:0;font-size:18px;font-weight:600;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalSection_1fubk_135{font-size:13px;color:#718096;background:#edf2f7;padding:4px 8px;border-radius:4px;flex-shrink:0}._modalClose_1fubk_153{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#718096;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0}._modalClose_1fubk_153:hover{background:#edf2f7;color:#2d3748}._modalTeacher_1fubk_195{padding:10px 20px;font-size:14px;color:#4a5568;background:#edf2f7;border-bottom:1px solid #e2e8f0}._statusRow_1fubk_219{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border-bottom:1px solid #e2e8f0}._statusRow_1fubk_219 label{font-size:14px;font-weight:500;color:#4a5568}._statusSelect_1fubk_249{padding:6px 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease}._statusSelect_1fubk_249:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e126}._statusSelect_1fubk_249[data-status=approved]{background:#c6f6d5;border-color:#9ae6b4;color:#22543d}._statusSelect_1fubk_249[data-status=pending]{background:#feebc8;border-color:#fbd38d;color:#c05621}._statusSelect_1fubk_249[data-status=attention]{background:#fed7d7;border-color:#feb2b2;color:#c53030}._messagesContainer_1fubk_325{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:0;background:#fff}._noMessages_1fubk_345{flex:1;display:flex;align-items:center;justify-content:center;color:#616061;font-size:14px}._message_1fubk_325{display:flex;gap:12px;padding:8px 0;position:relative;width:100%}._message_1fubk_325:hover{background:#f7fafc;margin:0 -20px;padding:8px 20px;width:calc(100% + 40px)}._deletedMessage_1fubk_411{opacity:.6}._deletedContent_1fubk_419{padding:4px 0}._deletedText_1fubk_427{font-size:13px;font-style:italic;color:#a0aec0}._continuationMessage_1fubk_441{padding-top:2px;padding-bottom:2px}._continuationMessage_1fubk_441:hover{padding:2px 20px}._avatar_1fubk_467{width:36px;height:36px;border-radius:4px;background:#4299e1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}._avatarSpacer_1fubk_497{width:36px;flex-shrink:0}._messageBody_1fubk_507{flex:1;min-width:0}._messageHeader_1fubk_525{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}._authorName_1fubk_539{font-size:15px;font-weight:700;color:#1a1d21}._timestamp_1fubk_551{font-size:12px;color:#616061;font-weight:400}._editedIndicator_1fubk_563{font-size:12px;font-style:normal;color:#616061}._messageContent_1fubk_575{font-size:15px;line-height:1.46;color:#1d1c1d;white-space:pre-wrap;word-wrap:break-word}._messageActionsWrapper_1fubk_599{position:absolute;top:0;right:0;opacity:0;transition:opacity .1s ease;display:flex;gap:2px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2px;box-shadow:0 1px 3px #00000014;transform:translateY(-50%)}._message_1fubk_325:hover ._messageActionsWrapper_1fubk_599{opacity:1}._actionButton_1fubk_639{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#616061;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .1s ease}._actionButton_1fubk_639:hover{background:#f4f4f4;color:#1d1c1d}._actionButton_1fubk_639._danger_1fubk_677:hover{background:#fff5f5;color:#c53030}._gearButton_1fubk_689{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#616061;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .1s ease}._gearButton_1fubk_689:hover{background:#f4f4f4;color:#1d1c1d}._actionsMenu_1fubk_727{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #00000026;overflow:hidden;min-width:120px;z-index:10}._menuItem_1fubk_755{display:block;width:100%;padding:8px 16px;font-size:13px;font-weight:400;color:#1d1c1d;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .1s ease}._menuItem_1fubk_755:hover{background:#f4f4f4}._menuItemDanger_1fubk_791{color:#c53030}._menuItemDanger_1fubk_791:hover{background:#fff5f5}._editingContainer_1fubk_815{width:100%}._editTextarea_1fubk_823{width:100%;padding:8px 10px;font-size:14px;font-family:inherit;line-height:1.5;border:1px solid #4299e1;border-radius:6px;resize:vertical;min-height:60px;box-sizing:border-box}._editTextarea_1fubk_823:focus{outline:none;box-shadow:0 0 0 3px #4299e126}._editActions_1fubk_859{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}._cancelButton_1fubk_873{padding:6px 12px;font-size:13px;font-weight:500;color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease}._cancelButton_1fubk_873:hover{background:#f7fafc}._saveButton_1fubk_905{padding:6px 12px;font-size:13px;font-weight:500;color:#fff;background:#4299e1;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}._saveButton_1fubk_905:hover:not(:disabled){background:#3182ce}._saveButton_1fubk_905:disabled{opacity:.6;cursor:not-allowed}._inputContainer_1fubk_955{padding:12px 20px 20px;background:#fff;border-top:1px solid #e2e8f0}._inputWrapper_1fubk_967{display:flex;align-items:flex-end;gap:8px;border:1px solid #868686;border-radius:8px;padding:8px 12px;background:#fff;transition:border-color .1s ease}._inputWrapper_1fubk_967:focus-within{border-color:#1264a3;box-shadow:0 0 0 1px #1264a3}._messageInput_1fubk_999{flex:1;padding:0;font-size:15px;font-family:inherit;line-height:1.46;border:none;resize:none;min-height:22px;max-height:200px}._messageInput_1fubk_999:focus{outline:none}._messageInput_1fubk_999::placeholder{color:#868686}._sendButton_1fubk_1039{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;background:#007a5a;border:none;border-radius:4px;cursor:pointer;transition:all .1s ease;flex-shrink:0}._sendButton_1fubk_1039:hover:not(:disabled){background:#148567}._sendButton_1fubk_1039:disabled{background:#ddd;color:#868686;cursor:not-allowed}._pendingMessage_1fubk_1097,._pendingMessage_1fubk_1097 ._avatar_1fubk_467{opacity:.6}._sendingIndicator_1fubk_1113{font-size:12px;color:#616061}._failedMessage_1fubk_1131{background:#fff5f5;margin:0 -20px;padding:8px 20px;width:calc(100% + 40px)}._failedMessage_1fubk_1131 ._avatar_1fubk_467{background:#c53030}._errorIndicator_1fubk_1153{font-size:12px;color:#c53030;font-weight:500}._failedActions_1fubk_1165{display:flex;gap:8px;margin-top:4px}._retryButton_1fubk_1177{padding:4px 10px;font-size:12px;font-weight:500;color:#1264a3;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .1s ease}._retryButton_1fubk_1177:hover{background:#e8f5fa;text-decoration:underline}._dismissButton_1fubk_1211{padding:4px 10px;font-size:12px;font-weight:500;color:#616061;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .1s ease}._dismissButton_1fubk_1211:hover{background:#f4f4f4}._newMessagesDivider_1fubk_1251{display:flex;align-items:center;gap:12px;margin:16px 0 8px;padding:0}._newMessagesDivider_1fubk_1251:before,._newMessagesDivider_1fubk_1251:after{content:"";flex:1;height:1px;background:#e53e3e}._newMessagesDividerText_1fubk_1283{font-size:12px;font-weight:600;color:#e53e3e;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}._container_9syte_13{display:flex;flex-direction:column;height:100%;background:#f5f7fa}._header_9syte_27{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#fff;border-bottom:1px solid #e1e5eb;box-shadow:0 1px 3px #0000000d}._backButton_9syte_47{display:flex;align-items:center;gap:4px;padding:8px 16px;font-size:14px;font-weight:500;color:#4a5568;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease}._backButton_9syte_47:hover{background:#edf2f7;color:#2d3748}._headerContent_9syte_87{display:flex;flex-direction:column;gap:4px}._titleRow_9syte_99{display:flex;align-items:center;gap:16px}._titleRow_9syte_99 h1{margin:0;font-size:20px;font-weight:600;color:#1a202c}._teacherSelect_9syte_125{padding:6px 12px;font-size:14px;font-weight:500;color:#2d3748;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;min-width:180px;transition:all .15s ease}._teacherSelect_9syte_125:hover{border-color:#cbd5e0}._teacherSelect_9syte_125:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e126}._assignmentInfo_9syte_171{display:flex;align-items:center;gap:8px}._assignmentName_9syte_183{font-size:14px;color:#4a5568}._statusBadge_9syte_193{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}._statusBadge_9syte_193._published_9syte_215{color:#22543d;background:#c6f6d5}._statusBadge_9syte_193._draft_9syte_225{color:#744210;background:#fefcbf}._statusBadge_9syte_193._archived_9syte_235{color:#4a5568;background:#e2e8f0}._main_9syte_245{flex:1;overflow-y:auto;padding:24px}._loading_9syte_257,._error_9syte_259,._emptyState_9syte_261{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}._loading_9syte_257{color:#4a5568;font-size:16px}._error_9syte_259 h2,._emptyState_9syte_261 h2{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a202c}._error_9syte_259 p,._emptyState_9syte_261 p{margin:0 0 16px;color:#4a5568}._summary_9syte_317{margin:4px 0 0;font-size:14px;color:#718096;font-weight:400}._sectionList_9syte_331{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px;align-items:start}._section_9syte_331{display:flex;flex-direction:column;background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;max-width:650px;height:500px}._section_9syte_331._cancelled_9syte_367{opacity:.7}._sectionHeader_9syte_375{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f7fafc;border-bottom:1px solid #e2e8f0}._sectionTitle_9syte_393{display:flex;align-items:center;gap:8px;min-width:0;flex:1}._courseCode_9syte_409{font-size:13px;font-weight:600;color:#2b6cb0;background:#ebf8ff;padding:2px 8px;border-radius:4px}._courseTitle_9syte_427{font-size:15px;font-weight:600;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._sectionCode_9syte_447{font-size:12px;color:#718096;background:#edf2f7;padding:2px 6px;border-radius:4px}._cancelledBadge_9syte_463{font-size:11px;font-weight:600;text-transform:uppercase;color:#c53030;background:#fed7d7;padding:2px 8px;border-radius:4px}._sectionMeta_9syte_483{display:flex;align-items:center;gap:12px}._studentCount_9syte_495{font-size:13px;color:#4a5568}._studentList_9syte_505{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto}._studentItem_9syte_521{display:flex;align-items:center;gap:12px;padding:8px 16px;border-bottom:1px solid #f0f4f8}._studentInfo_9syte_537{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._studentAge_9syte_553{font-size:12px;color:#718096;min-width:50px;text-align:right}._prerequisitesMetTag_9syte_567{background:#e8f5e9;color:#2e7d32;padding:2px 6px;border-radius:3px;font-size:.85rem;font-weight:700;cursor:help}._prerequisitesNotMetTag_9syte_587{background:#ffebee;color:#c62828;padding:2px 6px;border-radius:3px;font-size:.85rem;font-weight:700;cursor:help}._studentItem_9syte_521:nth-child(2n){background:#f8fafc}._studentItem_9syte_521:last-child{border-bottom:none}._studentItem_9syte_521:hover{background:#edf2f7}._studentName_9syte_631{font-size:14px;font-weight:500;color:#2d3748}._studentName_9syte_631._clickable_9syte_643{cursor:pointer;transition:color .15s ease}._studentName_9syte_631._clickable_9syte_643:hover{color:#2b6cb0;text-decoration:underline}._studentEmail_9syte_663{font-size:13px;color:#718096}._noStudents_9syte_673{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;color:#a0aec0;font-size:14px;font-style:italic;margin:0}._debugPanel_9syte_701{margin-top:32px;border-top:1px solid #e2e8f0;padding-top:16px}._debugToggle_9syte_713{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:500;color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease}._debugToggle_9syte_713:hover{background:#edf2f7;color:#4a5568}._debugContent_9syte_753{margin-top:12px;background:#1a202c;border-radius:8px;overflow:hidden}._debugHeader_9syte_767{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#2d3748;border-bottom:1px solid #4a5568}._debugHeader_9syte_767 span{font-size:13px;font-weight:600;color:#e2e8f0}._debugCopyButton_9syte_797{padding:6px 12px;font-size:12px;font-weight:500;color:#1a202c;background:#48bb78;border:none;border-radius:4px;cursor:pointer;transition:background .15s ease}._debugCopyButton_9syte_797:hover{background:#38a169}._debugPre_9syte_829{margin:0;padding:16px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.5;color:#e2e8f0;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto}@media print{._container_9syte_13{background:#fff}._backButton_9syte_47{display:none}._header_9syte_27{border-bottom:2px solid #1a202c;box-shadow:none}._section_9syte_331{break-inside:avoid}._debugPanel_9syte_701{display:none}}._summaryRow_9syte_911{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._statusSummary_9syte_927{display:flex;gap:12px}._statusCount_9syte_937{font-size:13px;font-weight:500;padding:4px 10px;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:all .15s ease}._statusCount_9syte_937[data-status=approved]{color:#22543d;background:#c6f6d5}._statusCount_9syte_937[data-status=approved]:hover{background:#9ae6b4}._statusCount_9syte_937[data-status=approved][data-active=true]{border-color:#22543d;box-shadow:0 0 0 2px #22543d33}._statusCount_9syte_937[data-status=pending]{color:#c05621;background:#feebc8}._statusCount_9syte_937[data-status=pending]:hover{background:#fbd38d}._statusCount_9syte_937[data-status=pending][data-active=true]{border-color:#c05621;box-shadow:0 0 0 2px #c0562133}._statusCount_9syte_937[data-status=attention]{color:#c53030;background:#fed7d7}._statusCount_9syte_937[data-status=attention]:hover{background:#feb2b2}._statusCount_9syte_937[data-status=attention][data-active=true]{border-color:#c53030;box-shadow:0 0 0 2px #c5303033}._statusCount_9syte_937[data-status=unread]{color:#2b6cb0;background:#bee3f8}._statusCount_9syte_937[data-status=unread]:hover{background:#90cdf4}._statusCount_9syte_937[data-status=unread][data-active=true]{border-color:#2b6cb0;box-shadow:0 0 0 2px #2b6cb033}._statusButton_9syte_1079{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:14px;font-weight:700;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease}._statusButton_9syte_1079[data-status=approved]{color:#22543d;background:#c6f6d5}._statusButton_9syte_1079[data-status=approved]:hover{background:#9ae6b4}._statusButton_9syte_1079[data-status=pending]{color:#c05621;background:#feebc8}._statusButton_9syte_1079[data-status=pending]:hover{background:#fbd38d}._statusButton_9syte_1079[data-status=attention]{color:#c53030;background:#fed7d7}._statusButton_9syte_1079[data-status=attention]:hover{background:#feb2b2}._unreadDot_9syte_1165{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:#e53e3e;border-radius:50%;border:2px solid white}._modalOverlay_9syte_1195{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_9syte_1195{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_9syte_1247{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f7fafc;border-bottom:1px solid #e2e8f0}._modalHeader_9syte_1247 h2{margin:0;font-size:18px;font-weight:600;color:#1a202c;flex:1}._modalSection_9syte_1281{font-size:13px;color:#718096;background:#edf2f7;padding:4px 8px;border-radius:4px}._modalClose_9syte_1297{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#718096;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}._modalClose_9syte_1297:hover{background:#edf2f7;color:#2d3748}._modalTeacher_9syte_1337{padding:12px 20px;font-size:14px;color:#4a5568;background:#edf2f7;border-bottom:1px solid #e2e8f0}._lastEdited_9syte_1353{padding:8px 20px;font-size:12px;color:#718096;background:#f7fafc;border-bottom:1px solid #e2e8f0}._modalBody_9syte_1369{padding:20px;overflow-y:auto}._formGroup_9syte_1379{margin-bottom:16px}._formGroup_9syte_1379:last-child{margin-bottom:0}._formGroup_9syte_1379 label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#2d3748}._formGroup_9syte_1379 select{width:100%;padding:10px 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff}._formGroup_9syte_1379 select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e126}._formGroup_9syte_1379 textarea{width:100%;padding:12px;font-size:14px;font-family:inherit;line-height:1.5;border:1px solid #e2e8f0;border-radius:6px;resize:vertical;min-height:120px}._formGroup_9syte_1379 textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e126}._modalFooter_9syte_1477{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:#f7fafc;border-top:1px solid #e2e8f0}._modalActions_9syte_1497{display:flex;gap:8px}._modalFooter_9syte_1477 button{padding:10px 16px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease}._modalFooter_9syte_1477 button:disabled{opacity:.6;cursor:not-allowed}._deleteButton_9syte_1535{color:#c53030;background:transparent;border:1px solid #fc8181}._deleteButton_9syte_1535:hover:not(:disabled){background:#fff5f5}._saveButton_9syte_1555{color:#fff;background:#4299e1;border:none}._saveButton_9syte_1555:hover:not(:disabled){background:#3182ce}._modalActions_9syte_1497 button:not(._saveButton_9syte_1555){color:#4a5568;background:#fff;border:1px solid #e2e8f0}._modalActions_9syte_1497 button:not(._saveButton_9syte_1555):hover:not(:disabled){background:#f7fafc}._container_ncbzo_3{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:12px 16px;margin-top:16px;font-size:1.1em}._container_ncbzo_3._overLimit_ncbzo_21{border-color:#dc3545;background:#f8d7da;color:#721c24}._mainText_ncbzo_33{font-weight:600}._breakdown_ncbzo_41{font-size:.9em;color:#666;margin-left:8px}._container_ncbzo_3._overLimit_ncbzo_21 ._breakdown_ncbzo_41{color:#721c24}._errorMessage_ncbzo_61{display:block;margin-top:8px;color:#dc3545;font-weight:700}._cell_1gbt3_17{background:linear-gradient(135deg,#f0fff4e6,#dcfce7e6);cursor:not-allowed;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;margin:0;border:none;text-align:center;min-height:0;height:100%;width:100%}._title_1gbt3_49{font-weight:600;font-size:.75rem;color:#2f855a;word-wrap:break-word;line-height:1.2}._cell_1gbt3_17:hover{background:linear-gradient(135deg,#e6f8f0f2,#d2f5dcf2)}._overlay_13m8l_3{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._dialog_13m8l_33{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}._header_13m8l_59{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}._header_13m8l_59 h2{margin:0;font-size:20px;font-weight:600;color:#111827}._closeButton_13m8l_89{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}._closeButton_13m8l_89:hover{background-color:#f3f4f6}._closeButton_13m8l_89:disabled{cursor:not-allowed;opacity:.5}._content_13m8l_141{padding:24px;overflow-y:auto;flex:1}._errorSection_13m8l_155{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:16px}._errorHeader_13m8l_169{display:flex;align-items:center;gap:8px;margin-bottom:12px}._errorHeader_13m8l_169 h3{margin:0;font-size:16px;font-weight:600;color:#991b1b}._errorIcon_13m8l_197{font-size:20px}._errorList_13m8l_205{margin:0;padding-left:24px;list-style-type:disc}._errorItem_13m8l_217{color:#991b1b;margin-bottom:8px;line-height:1.5}._errorItem_13m8l_217:last-child{margin-bottom:0}._errorHelp_13m8l_237{margin:12px 0 0;font-size:14px;color:#7f1d1d}._successSection_13m8l_251{display:flex;flex-direction:column;gap:20px}._successHeader_13m8l_263{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px}._successHeader_13m8l_263 h3{margin:0;font-size:16px;font-weight:600;color:#166534}._successIcon_13m8l_297{font-size:20px;color:#16a34a}._summary_13m8l_309{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}._summaryHeader_13m8l_329{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e5e7eb}._summaryItem_13m8l_345{display:flex;justify-content:space-between;align-items:center}._summaryLabel_13m8l_357{font-weight:500;color:#374151}._summaryValue_13m8l_367{font-weight:600;color:#111827}._blocksList_13m8l_379{display:flex;flex-direction:column;gap:8px}._blockItem_13m8l_391{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px}._blockNumber_13m8l_411{font-weight:500;color:#374151}._preAssignedBadge_13m8l_421{font-size:12px;font-weight:400;color:#92400e;font-style:italic}._blockTime_13m8l_435{font-size:14px;color:#6b7280}._warningSection_13m8l_447{background-color:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:12px}._warningHeader_13m8l_461{display:flex;align-items:center;gap:8px;margin-bottom:8px}._warningHeader_13m8l_461 h4{margin:0;font-size:14px;font-weight:600;color:#92400e}._warningIcon_13m8l_489{font-size:16px}._warningList_13m8l_497{margin:0;padding-left:24px;list-style-type:disc}._warningItem_13m8l_509{color:#92400e;font-size:14px;margin-bottom:4px;line-height:1.5}._warningItem_13m8l_509:last-child{margin-bottom:0}._confirmation_13m8l_533{padding:16px;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:6px}._confirmationWarning_13m8l_547{margin:0 0 12px;color:#92400e;line-height:1.6}._confirmationQuestion_13m8l_559{margin:0;font-weight:600;color:#78350f}._actions_13m8l_573{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb}._cancelButton_13m8l_591,._submitButton_13m8l_593{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}._cancelButton_13m8l_591{background-color:#fff;border-color:#d1d5db;color:#374151}._cancelButton_13m8l_591:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}._submitButton_13m8l_593{background-color:#2563eb;color:#fff;border-color:#2563eb}._submitButton_13m8l_593:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8}._cancelButton_13m8l_591:disabled,._submitButton_13m8l_593:disabled{cursor:not-allowed;opacity:.5}@media (max-width: 640px){._dialog_13m8l_33{max-width:100%;margin:0;border-radius:0}._header_13m8l_59,._content_13m8l_141{padding:16px}._actions_13m8l_573{padding:12px 16px;flex-direction:column}._cancelButton_13m8l_591,._submitButton_13m8l_593{width:100%}}._skeleton_hbj8m_1{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:_shimmer_hbj8m_1 1.5s infinite}@keyframes _shimmer_hbj8m_1{0%{background-position:200% 0}to{background-position:-200% 0}}._skeletonGridContainer_1os57_1{width:100%;padding:16px;background-color:#fff;border-radius:8px}._gridHeader_1os57_15{display:grid;grid-template-columns:120px repeat(5,1fr);gap:8px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}._blockLabel_1os57_33{display:flex;align-items:center;padding:8px}._dayLabel_1os57_45{display:flex;align-items:center;justify-content:center;padding:8px}._blockRow_1os57_59{display:grid;grid-template-columns:120px repeat(5,1fr);gap:8px;margin-bottom:8px}._blockTime_1os57_73{display:flex;flex-direction:column;gap:4px;padding:8px;justify-content:center}._blockCell_1os57_89{display:flex;flex-direction:column;gap:4px;padding:8px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;min-height:100px}._preferenceSlot_1os57_111{flex:1;display:flex;align-items:center}._container_1smux_1{background-color:#fef3c7;border:2px solid #fbbf24;border-radius:8px;padding:12px 16px;margin-top:16px}._header_1smux_17{display:flex;align-items:center;gap:8px;margin-bottom:8px}._icon_1smux_31{font-size:20px;flex-shrink:0}._title_1smux_41{font-weight:600;font-size:16px;color:#92400e}._warnings_1smux_53{display:flex;flex-direction:column;gap:6px}._warning_1smux_53{font-size:14px;color:#78350f;padding-left:28px;line-height:1.4}._banner_42vln_1{background:transparent;color:#333;padding:12px 20px;display:flex;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1000}._content_42vln_25{display:flex;align-items:center;gap:16px;max-width:1200px;flex-wrap:wrap}._icon_42vln_41{font-size:24px;line-height:1}._message_42vln_51{flex:1;min-width:200px;color:#555}._message_42vln_51 strong{font-weight:600;color:#333}._signInButton_42vln_73{background:#667eea;color:#fff;padding:8px 16px;border-radius:6px;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .2s;white-space:nowrap}._signInButton_42vln_73:hover{background:#5568d3;transform:translateY(-1px)}._signInButton_42vln_73:active{transform:translateY(0)}.prereq-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.prereq-dialog-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;width:90%;max-height:80vh;display:flex;flex-direction:column;animation:slideUpIn .3s ease-out}@keyframes slideUpIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.prereq-dialog-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0}.prereq-dialog-header h3{margin:0;color:#fff;font-size:1.25rem;font-weight:600}.prereq-dialog-body{padding:1.5rem;overflow-y:auto;flex:1}.prereq-dialog-message{margin:0 0 1rem;color:#4a5568;font-size:.95rem}.prereq-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;margin-bottom:.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease}.prereq-item:hover{background:#edf2f7;border-color:#cbd5e0}.prereq-checkbox{width:20px;height:20px;margin-top:.1rem;cursor:pointer;flex-shrink:0;accent-color:#667eea}.prereq-label{flex:1;color:#2d3748;font-size:.95rem;line-height:1.5;cursor:pointer;-webkit-user-select:none;user-select:none}.prereq-bypass-item{background:#fff3cd;border:1px solid #ffeeba;margin-top:.75rem}.prereq-bypass-item:hover{background:#ffe8a1;border-color:#ffd966}.prereq-bypass-label{color:#856404;font-weight:600}.prereq-bypass-checkbox{accent-color:#f59e0b}.prereq-dialog-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem;background:#f7fafc;border-radius:0 0 12px 12px}.prereq-confirm-btn,.prereq-cancel-btn{padding:.625rem 1.25rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.prereq-confirm-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.prereq-confirm-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.prereq-confirm-btn:disabled{background:#cbd5e0;color:#a0aec0;cursor:not-allowed;opacity:.6}.prereq-cancel-btn{background:#fff;color:#4a5568;border:1px solid #cbd5e0}.prereq-cancel-btn:hover{background:#f7fafc;border-color:#a0aec0}._modalOverlay_f5y67_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;animation:_fadeIn_f5y67_1 .2s ease-out}._modalContent_f5y67_29{background:#fff;border-radius:12px;width:95%;max-width:1400px;max-height:90vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_f5y67_1 .2s ease-out;overflow:hidden;display:flex;flex-direction:column}._modalHeader_f5y67_55{padding:24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}._modalHeader_f5y67_55 h3{margin:0;font-size:20px;font-weight:600;color:#1f2937}._closeButton_f5y67_85{background:none;border:none;font-size:32px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}._closeButton_f5y67_85:hover{background:#f3f4f6;color:#1f2937}._modalBody_f5y67_129{padding:24px;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}._video_f5y67_147{width:100%;height:auto;min-height:600px;max-height:calc(90vh - 100px);border-radius:8px;background:#000;outline:none}@keyframes _fadeIn_f5y67_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_f5y67_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._overlay_u302x_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_u302x_27{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}._header_u302x_47{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}._title_u302x_63{margin:0;font-size:18px;font-weight:600;color:#111827}._closeButton_u302x_77{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;line-height:1}._closeButton_u302x_77:hover{color:#111827}._content_u302x_105{padding:20px}._field_u302x_113{margin-bottom:16px}._field_u302x_113:last-child{margin-bottom:0}._label_u302x_129{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}._input_u302x_145{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;box-sizing:border-box}._input_u302x_145:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._input_u302x_145::placeholder{color:#9ca3af}._note_u302x_185{margin:0 0 6px;font-size:12px;color:#6b7280;font-style:italic}._textarea_u302x_199{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;box-sizing:border-box;font-family:inherit;resize:vertical}._textarea_u302x_199:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._textarea_u302x_199::placeholder{color:#9ca3af}._dateSelects_u302x_243{display:flex;gap:8px}._select_u302x_253{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;cursor:pointer;box-sizing:border-box}._select_u302x_253:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._footer_u302x_289{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb}._cancelButton_u302x_305{padding:10px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer}._cancelButton_u302x_305:hover{background:#f9fafb}._downloadButton_u302x_335{padding:10px 16px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer}._downloadButton_u302x_335:hover:not(:disabled){background:#1d4ed8}._downloadButton_u302x_335:disabled{background:#9ca3af;cursor:not-allowed}.block-grid-panel{background:#fff;padding:1.5rem;overflow:auto;width:100%}.block-grid{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.grid-header{display:grid;grid-template-columns:120px repeat(5,1fr);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;text-align:center}.block-label{padding:.75rem;border-right:1px solid rgba(255,255,255,.2)}.day-label{padding:.75rem;border-right:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.day-label:last-child{border-right:none}.day-label:hover{background:#fff3}.day-label.day-label-filtered{background:#fffbe6f2;color:#744210;font-weight:700;border-bottom:3px solid #f6e05e}.day-label.day-label-filtered:hover{background:#fef9dc}.day-label-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:4px;background:#ffffff4d;border-radius:50%;font-size:11px;font-weight:700;cursor:help;vertical-align:middle}.day-label-help:hover{background:#ffffff80}.day-divider{display:grid;grid-template-columns:120px repeat(5,1fr);background:linear-gradient(135deg,#4a5568,#2d3748);color:#fff;font-weight:600;text-align:center;border-bottom:1px solid #e0e0e0}.day-divider-label{padding:.5rem .75rem;border-right:1px solid rgba(255,255,255,.2);font-size:.75rem;display:flex;align-items:center;justify-content:center}.day-divider-day{padding:.5rem .75rem;border-right:1px solid rgba(255,255,255,.2);font-size:.875rem}.day-divider-day:last-child{border-right:none}.block-row{display:grid;grid-template-columns:120px repeat(5,1fr);border-bottom:1px solid #e0e0e0}.block-row:last-child{border-bottom:none}.block-time{padding:.75rem;border-right:1px solid #e0e0e0;background:#f9f9f9;display:flex;flex-direction:column;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.block-time:hover{background:#f0f0f0;border-right-color:#f6e05e}.block-time.block-time-filtered{background:#fffbe6cc;border-right:3px solid #f6e05e;font-weight:600}.block-time.block-time-filtered:hover{background:#fef9dce6}.block-number{font-weight:600;color:#333;font-size:.9rem}.time-range{font-size:.75rem;color:#666}.block-cell{padding:.5rem;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.25rem;background:#fff;transition:background .2s ease;min-width:0}.block-cell:last-child{border-right:none}.block-cell:hover{background:#f9f9f9}.block-cell.highlighted{background:linear-gradient(135deg,#f0fff4e6,#e6f8f0e6);border:2px solid #48bb78;border-right:2px solid #48bb78;box-shadow:0 0 10px #48bb7880}.block-cell.highlighted:hover{background:linear-gradient(135deg,#e6f8f0e6,#dcf5e6e6)}.block-cell.highlighted .preference-slot{border-color:#48bb78;background:#f0fff499}.block-cell.highlighted .preference-slot:hover{border-color:#38a169;background:#f0fff4cc;color:#2f855a;border-style:solid}.block-cell.clicked-block{background:#e6f4ffe6!important;border:3px solid #4299e1!important;position:relative;z-index:10;box-shadow:0 0 15px #4299e199}.block-cell.clicked-block:hover{background:#dcedfff2!important}.block-cell.clicked-block .preference-slot{border-color:#4299e1;background:#ffffff80}.block-cell.clicked-block .preference-slot:hover{border-color:#3182ce;background:#ffffffb3;color:#2c5282;border-style:solid}.block-cell.filtered-block{background:#fffbe699;border-top:3px solid #f6e05e;border-bottom:3px solid #f6e05e;border-left:none;border-right:none;position:relative}.block-cell.filtered-block:first-of-type{border-left:3px solid #f6e05e}.block-cell.filtered-block:last-of-type{border-right:3px solid #f6e05e}.block-cell.filtered-block:hover{background:#fef9dcb3}.block-cell.filtered-block .preference-slot{border-color:#ecc94b;background:#ffffff4d}.block-cell-disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.5;border-left:1px solid #e0e0e0}.block-cell-disabled:hover{background-color:#f5f5f5}.block-cell.filtered-block .preference-slot:hover{border-color:#d69e2e;background:#ffffff80;color:#744210;border-style:solid}.block-cell.block-complete{background:linear-gradient(135deg,#f0fff4e6,#dcfce7e6);border:2px solid #48bb78;box-shadow:0 0 8px #48bb784d}.block-cell.block-complete:hover{background:linear-gradient(135deg,#e6f8f0f2,#d2f5dcf2)}.block-cell.block-incomplete{background:linear-gradient(135deg,#fffbe6e6,#fef3c7e6);border:2px solid #f59e0b;box-shadow:0 0 8px #f59e0b4d}.block-cell.block-incomplete:hover{background:linear-gradient(135deg,#fef9dcf2,#fdedb9f2)}.block-cell.highlighted-day{background:#fffbe699;border-left:3px solid #f6e05e;border-right:3px solid #f6e05e;border-top:none;border-bottom:none;position:relative}.block-row:first-of-type .block-cell.highlighted-day{border-top:3px solid #f6e05e}.block-row:last-of-type .block-cell.highlighted-day{border-bottom:3px solid #f6e05e}.block-cell.highlighted-day:hover{background:#fef9dcb3}.block-cell.highlighted-day .preference-slot{border-color:#ecc94b;background:#ffffff4d}.block-cell.highlighted-day .preference-slot:hover{border-color:#d69e2e;background:#ffffff80;color:#744210;border-style:solid}.preference-slot{padding:.25rem;text-align:center;font-size:.75rem;color:#999;border:1px dashed #ddd;border-radius:4px;cursor:pointer;transition:all .2s ease;min-height:24px;min-width:0;display:flex;align-items:center;justify-content:space-between;position:relative}.preference-slot:hover{border-color:#667eea;background:#f0f0ff;color:#667eea}.preference-slot .pref-number{color:#a0aec0;font-weight:600;font-size:.7rem}.preference-slot.occupied{background:#f0f9ff;border-color:#63b3ed;border-style:solid;padding:.35rem .5rem;min-height:auto;cursor:default}.preference-slot.occupied:hover{background:#e6f7ff;border-color:#4299e1}.placed-course{font-size:.75rem;font-weight:600;color:#2b6cb0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;text-align:left;cursor:pointer}.placed-course:hover{color:#1a365d}.placed-pref-number{display:inline-block;background-color:#3182ce;color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .3rem;border-radius:3px;margin-right:.25rem;line-height:1;vertical-align:middle}.remove-course{cursor:pointer;font-size:1rem;font-weight:700;line-height:1;padding:.15rem .35rem;flex-shrink:0;background-color:#dc3545;color:#fff;border:none;border-radius:3px;transition:background-color .2s;display:inline-flex;align-items:center;justify-content:center}.remove-course:hover{background-color:#c82333}.remove-course:active{background-color:#bd2130}.block-cell.pre-assigned{background:linear-gradient(135deg,#f0fff4e6,#dcfce7e6);border:none;cursor:not-allowed;position:relative}.block-cell.pre-assigned:hover{background:linear-gradient(135deg,#e6f8f0f2,#d2f5dcf2)}.pre-assigned-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;min-height:100%}.lock-icon{font-size:32px;margin-bottom:8px}.pre-assigned-title{font-weight:700;font-size:1.1em;color:#495057;margin-bottom:4px}.pre-assigned-label{font-size:.85em;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.pre-assigned-notes{font-size:.8em;color:#868e96;margin-top:8px;font-style:italic}.button-container{display:flex;gap:12px;margin-top:16px}.submit-preferences-btn{flex:1;padding:12px 24px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #2563eb33}.submit-preferences-btn:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.submit-preferences-btn:disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.submit-preferences-btn.disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none}.help-video-btn{padding:12px 24px;background-color:#059669;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #05966933;white-space:nowrap}.help-video-btn:hover{background-color:#047857;box-shadow:0 4px 8px #0596694d;transform:translateY(-1px)}.submitted-banner{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:16px;background-color:#f0fdf4;border:2px solid #86efac;border-radius:8px}.submitted-banner .banner-icon{font-size:24px;color:#16a34a;flex-shrink:0}.submitted-banner .banner-content{flex:1}.submitted-banner .banner-title{font-weight:600;font-size:16px;color:#166534;margin-bottom:4px}.submitted-banner .banner-message{font-size:14px;color:#15803d;line-height:1.5}.frozen-banner{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:16px;background-color:#fef3c7;border:2px solid #fbbf24;border-radius:8px}.frozen-banner .banner-icon{font-size:24px;color:#f59e0b;flex-shrink:0}.frozen-banner .banner-content{flex:1}.frozen-banner .banner-title{font-weight:600;font-size:16px;color:#92400e;margin-bottom:4px}.frozen-banner .banner-message{font-size:14px;color:#78350f;line-height:1.5}.enrollment-closed-banner{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:16px;background-color:#fff7ed;border:2px solid #fb923c;border-radius:8px}.enrollment-closed-banner .banner-icon{font-size:24px;color:#ea580c;flex-shrink:0}.enrollment-closed-banner .banner-content{flex:1}.enrollment-closed-banner .banner-title{font-weight:600;font-size:16px;color:#9a3412;margin-bottom:4px}.enrollment-closed-banner .banner-message{font-size:14px;color:#c2410c;line-height:1.5}.block-cell.locked{cursor:not-allowed}.block-cell.locked:hover{background:#f9f9f9}.preference-slot.locked{cursor:default}.preference-slot.locked:hover{border-color:#ddd;background:#fff}.preference-slot.occupied.locked,.preference-slot.occupied.locked:hover{border-color:#cbd5e0}.preference-slot.occupied.locked .placed-course{cursor:pointer}.preference-slot.drag-over{background:#667eea33;border-color:#667eea;transform:scale(1.05);transition:all .2s ease}.preference-slot.occupied.drag-over{background:#ef44441a;border-color:#ef4444}.placed-course.dragging{opacity:.5;cursor:grabbing}._container_1h6t2_9{height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}._loadingContainer_1h6t2_25,._errorContainer_1h6t2_27{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px;text-align:center;color:#fff}._spinner_1h6t2_49{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1h6t2_49 1s linear infinite;margin-bottom:20px}@keyframes _spin_1h6t2_49{to{transform:rotate(360deg)}}._errorContainer_1h6t2_27{max-width:500px;margin:0 auto}._errorIcon_1h6t2_91{width:64px;height:64px;stroke:#ffc107;margin-bottom:20px}._errorContainer_1h6t2_27 h2{font-size:24px;margin-bottom:15px;color:#fff}._errorContainer_1h6t2_27 p{font-size:16px;line-height:1.6;margin-bottom:20px;color:#ffffffe6}._backButton_1h6t2_131{padding:12px 24px;background:#fff;color:#667eea;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}._backButton_1h6t2_131:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._header_1h6t2_167{background:#fff;padding:20px 30px;box-shadow:0 2px 8px #0000001a}._headerContent_1h6t2_179{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}._headerContent_1h6t2_179 h1{font-size:28px;color:#2d3748;margin:0}._periodInfo_1h6t2_207{display:flex;align-items:center;gap:15px}._periodBadge_1h6t2_219{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}._deadline_1h6t2_237{color:#4a5568;font-size:14px}._frozenBanner_1h6t2_247{display:flex;align-items:center;gap:10px;max-width:1400px;margin:15px auto 0;padding:12px 20px;background:#fff3cd;border:2px solid #ffc107;border-radius:6px;color:#856404;font-size:14px;font-weight:500}._frozenBanner_1h6t2_247 svg{width:20px;height:20px;flex-shrink:0}._mobileBanner_1h6t2_291{background:#e3f2fd;border-bottom:1px solid #90caf9;padding:12px 16px}._mobileBannerContent_1h6t2_303{max-width:1400px;margin:0 auto}._mobileBannerContent_1h6t2_303 p{margin:0;font-size:14px;line-height:1.5;color:#1565c0}._mobileBannerLink_1h6t2_327{color:#1565c0;font-weight:600;text-decoration:underline}._mobileBannerLink_1h6t2_327:hover{color:#0d47a1}._content_1h6t2_347{flex:1;padding:0;margin:0;width:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}._panelsContainer_1h6t2_369{display:flex;gap:0;flex:1;min-height:0;overflow:hidden}._placeholderContent_1h6t2_385{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 4px 20px #0000001a}._placeholderIcon_1h6t2_401{display:inline-block;margin-bottom:20px}._placeholderIcon_1h6t2_401 svg{width:80px;height:80px;stroke:#667eea;stroke-width:1.5}._placeholderContent_1h6t2_385 h2{font-size:24px;color:#2d3748;margin-bottom:15px}._placeholderContent_1h6t2_385 p{font-size:16px;color:#4a5568;line-height:1.6;margin-bottom:15px}._placeholderNote_1h6t2_451{background:#f7fafc;border-left:4px solid #667eea;padding:20px;margin:30px 0;text-align:left;border-radius:4px}._placeholderNote_1h6t2_451 strong{color:#667eea}._userInfo_1h6t2_477{margin-top:30px;padding-top:30px;border-top:2px solid #e2e8f0}._userInfo_1h6t2_477 p{font-size:14px;color:#4a5568;margin-bottom:8px}._userInfo_1h6t2_477 strong{color:#2d3748}._dragPreview_1h6t2_511{background:#fff;padding:.75rem 1rem;border-radius:6px;box-shadow:0 4px 12px #00000026;cursor:grabbing;pointer-events:none;max-width:200px;opacity:.75}._dragPreviewTitle_1h6t2_533{font-weight:600;color:#2d3748;font-size:.9rem;margin-bottom:.25rem}._dragPreviewCode_1h6t2_547{color:#667eea;font-size:.8rem;font-weight:500}._tuitionCallout_1h6t2_561{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:12px;padding:20px 24px;margin-top:16px;max-width:540px;margin-left:auto;margin-right:auto;text-align:center}._tuitionHours_1h6t2_585{font-size:18px;color:#0c4a6e;margin-bottom:16px}._tuitionHours_1h6t2_585 strong{font-weight:700}._tuitionLabel_1h6t2_605{font-size:18px;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}._tuitionAmount_1h6t2_621{font-size:32px;font-weight:700;color:#0369a1;margin-bottom:12px}._tuitionFootnote_1h6t2_635{font-size:15px;color:#64748b;font-style:italic}._tuitionInstructions_1h6t2_647{margin-top:16px;padding-top:16px;border-top:1px solid #bae6fd;font-size:14px;color:#0c4a6e;line-height:1.5}._tuitionInstructions_1h6t2_647 a{color:#0369a1;font-weight:600;text-decoration:none}._tuitionInstructions_1h6t2_647 a:hover{text-decoration:underline}@media (max-width: 768px){._headerContent_1h6t2_179{flex-direction:column;align-items:flex-start;gap:15px}._periodInfo_1h6t2_207{flex-direction:column;align-items:flex-start;gap:8px}._content_1h6t2_347{padding:20px 15px}._placeholderContent_1h6t2_385{padding:40px 20px}}.info-panel{position:absolute;inset:0;background:#fff;box-shadow:0 4px 12px #00000026;z-index:100;overflow-y:auto;border-radius:8px;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.info-close{position:sticky;top:12px;right:12px;float:right;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#e53e3e;color:#fff;border-radius:50%;font-size:18px;font-weight:700;z-index:101;transition:all .2s ease}.info-close:hover{background:#c53030;transform:scale(1.1)}.info-content{padding:1.5rem;clear:both}.course-info-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.course-info-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.info-placeholder{text-align:center;color:#a0aec0;padding:2rem;font-style:italic}.course-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;column-gap:2rem}.detail-section{border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.detail-section:last-child{border-bottom:none}.detail-label{font-weight:600;color:#2d3748;margin-bottom:.25rem;font-size:.9rem}.detail-value{color:#4a5568;font-size:.95rem;line-height:1.5}.detail-list{list-style:none;padding-left:1rem}.detail-list li:before{content:"• ";color:#4299e1;font-weight:700;margin-left:-1rem;margin-right:.5rem}@media (max-width: 1200px){.course-details{grid-template-columns:1fr}}._skeletonCard_w5f4a_1{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}._titleSection_w5f4a_23{display:flex;align-items:center}._metaSection_w5f4a_33{display:flex;flex-direction:column;gap:6px}._tagsSection_w5f4a_45{display:flex;gap:8px;flex-wrap:wrap}._blocksSection_w5f4a_57{padding-top:8px;border-top:1px solid #f0f0f0}._skeletonList_w5f4a_67{display:flex;flex-direction:column}.left-panel{background:#fff;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;overflow:hidden;position:relative;height:100%;max-width:600px;flex-shrink:0}.filter-bar{padding:1rem;border-bottom:1px solid #e0e0e0;background:#fff;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-height:56px;position:relative}.filter-label{font-weight:600;color:#333}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;flex:1}.filter-hint{color:#718096;font-size:.875rem;font-style:italic}.filter-hint-clickable{cursor:pointer;transition:color .2s ease}.filter-hint-clickable:hover{color:#4a5568;text-decoration:underline}.filter-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem;-webkit-user-select:none;user-select:none}.filter-pill:hover{transform:scale(1.05);box-shadow:0 2px 8px #667eea4d}.filter-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#fff3;border-radius:50%;font-size:10px;line-height:1;margin-left:.25rem}.filter-pill:hover .filter-remove{background:#ffffff4d}.tag-filter-pill{background:linear-gradient(135deg,#48bb78,#38a169)}.tag-filter-pill:hover{box-shadow:0 2px 8px #48bb784d}.clear-all-filters-btn{padding:.375rem .75rem;background:#e53e3e;color:#fff;border:none;border-radius:20px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-all-filters-btn:hover{background:#c53030;transform:scale(1.05)}.add-tag-filter-btn{padding:.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:50%;font-size:1.25rem;cursor:pointer;transition:all .2s ease;margin-left:auto;width:36px;height:36px;display:flex;align-items:center;justify-content:center;line-height:1}.add-tag-filter-btn:hover{background:#667eea;transform:scale(1.1)}.course-grid{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:auto;gap:1rem;align-content:start;min-height:0}.tag-selector-dropdown{position:fixed;top:auto;right:auto;max-height:500px;background:#fff;border:2px solid #667eea;border-radius:8px;box-shadow:0 8px 24px #00000040;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.tag-search-box{padding:.75rem;border-bottom:1px solid #e2e8f0;background:#fff;position:relative;border-radius:8px 8px 0 0}.tag-search-input{width:100%;padding:.5rem 2.5rem .5rem .75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.875rem;outline:none;transition:all .2s ease}.tag-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tag-search-input::placeholder{color:#a0aec0}.tag-search-clear{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;color:#718096;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s}.tag-search-clear:hover{background:#cbd5e0;color:#4a5568}.tag-selector-list{overflow-y:auto;max-height:500px;padding:.75rem}.tag-category{margin-bottom:.5rem;border-bottom:1px solid #e2e8f0}.tag-category:last-child{margin-bottom:0;border-bottom:none}.tag-category-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .5rem;cursor:pointer;transition:background .2s;-webkit-user-select:none;user-select:none}.tag-category-header:hover{background:#f7fafc}.tag-category-label{font-size:.75rem;font-weight:700;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.tag-category-arrow{font-size:.7rem;color:#718096;transition:transform .2s}.tag-category-items{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem .5rem .75rem}.tag-selector-item{cursor:pointer;transition:all .2s ease;position:relative;border-width:2px}.tag-selector-item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.tag-selector-item.tag-selected{box-shadow:0 0 0 3px #667eea4d;transform:scale(1.05)}.tag-selector-item.tag-selected:after{content:"✓";position:absolute;top:-8px;right:-8px;background:#667eea;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #0003}.tag-selector-item.course-tag{padding:.35rem .6rem;border-radius:4px;font-size:.8rem;font-weight:500;white-space:nowrap;border:2px solid transparent}.tag-selector-item.course-tag-title{background:#e3f2fd;color:#1565c0;border-color:#bbdefb}.tag-selector-item.course-tag-title:hover{background:#d1e7f8;border-color:#90caf9}.tag-selector-item.course-tag-teacher{background:#fef5e7;color:#8b6914;border-color:#f4e4c1}.tag-selector-item.course-tag-teacher:hover{background:#fdecc8;border-color:#e6d5a8}.tag-selector-item.course-tag-mode{background:#e8f5e9;color:#2e7d32;border-color:#c8e6c9}.tag-selector-item.course-tag-mode:hover{background:#d4edda;border-color:#b0d9b1}.tag-selector-item.course-tag-block{background:#ede7f6;color:#5e35b1;border-color:#d1c4e9;font-weight:600}.tag-selector-item.course-tag-block:hover{background:#e1d5f5;border-color:#b39ddb}.tag-selector-item.course-tag-block-number{background:#e0f2f1;color:#00695c;border-color:#b2dfdb;font-weight:600}.tag-selector-item.course-tag-block-number:hover{background:#d0ece8;border-color:#80cbc4}.tag-selector-item.course-tag-day{background:#fce4ec;color:#c2185b;border-color:#f8bbd0;font-weight:600}.tag-selector-item.course-tag-day:hover{background:#f8d7e4;border-color:#f48fb1}.tag-selector-item.course-tag-block-group{background:#e8eaf6;color:#3f51b5;border-color:#c5cae9;font-weight:600}.tag-selector-item.course-tag-block-group:hover{background:#dce0f5;border-color:#9fa8da}.tag-selector-item.course-tag-prereq{background:#fff3e0;color:#e65100;border-color:#ffe0b2;font-weight:600}.tag-selector-item.course-tag-prereq:hover{background:#ffe5cc;border-color:#ffd699}.tag-selector-item.course-level{padding:.35rem .6rem;border-radius:4px;font-size:.8rem;background:#fff;color:#805ad5;font-weight:600;border:2px solid #cbd5e0}.tag-selector-item.course-level:hover{background:#faf5ff;border-color:#805ad5}.tag-selector-item.course-homework-value{padding:.35rem .6rem;border-radius:4px;font-size:.8rem;color:#6a1b9a;font-weight:500;background:#f3e5f5;border:2px solid #e1bee7}.tag-selector-item.course-homework-value:hover{background:#e8d4ef;border-color:#d1a5d8}.course-grid{flex:1;overflow-y:auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:auto;gap:1rem;align-content:start}.loading-message,.no-courses-message{grid-column:1 / -1;text-align:center;padding:2rem;color:#666;font-size:.95rem}.loading-message{color:#667eea}@media (max-width: 1280px){.course-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width: 1280px){.left-panel{max-width:320px}.course-grid{grid-template-columns:1fr}}._overlay_1m8vw_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1m8vw_27{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100%;max-width:450px;max-height:90vh;overflow-y:auto}._header_1m8vw_47{padding:20px 20px 0;text-align:center}._title_1m8vw_57{margin:0;font-size:24px;font-weight:600;color:#111827}._content_1m8vw_71{padding:20px}._message_1m8vw_79{margin:0;font-size:14px;color:#4b5563;line-height:1.6;text-align:center}._footer_1m8vw_95{display:flex;justify-content:center;gap:12px;padding:16px 20px 20px}._startOverButton_1m8vw_109{padding:10px 20px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer}._startOverButton_1m8vw_109:hover{background:#f9fafb}._continueButton_1m8vw_139{padding:10px 20px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-size:14px;font-weight:500;cursor:pointer}._continueButton_1m8vw_139:hover{background:#1d4ed8}._container_vydcl_1{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9fafb;padding:20px}._content_vydcl_19{text-align:center;max-width:400px}._logo_vydcl_29{width:280px;height:auto;margin-bottom:32px}._errorCode_vydcl_41{font-size:96px;font-weight:700;color:#111827;margin:0 0 16px;line-height:1}._message_vydcl_57{font-size:18px;color:#6b7280;margin:0}._container_1ecuu_1{display:flex;flex-direction:column;height:100%;background-color:#f5f5f5}._loadingContainer_1ecuu_17,._errorContainer_1ecuu_19{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center}._spinner_1ecuu_39{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#2196f3;border-radius:50%;animation:_spin_1ecuu_39 1s linear infinite;margin-bottom:16px}@keyframes _spin_1ecuu_39{to{transform:rotate(360deg)}}._errorIcon_1ecuu_71{color:#f44336;margin-bottom:16px}._backButton_1ecuu_81{margin-top:16px;padding:12px 24px;background-color:#2196f3;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}._backButton_1ecuu_81:hover{background-color:#1976d2}._header_1ecuu_113{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}._headerLeft_1ecuu_137{display:flex;align-items:center;gap:10px}._headerLogo_1ecuu_149{height:28px;width:auto}._title_1ecuu_159{margin:0;font-size:20px;font-weight:600;color:#333}._headerActions_1ecuu_173{display:flex;gap:8px}._filterToggle_1ecuu_183{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;position:relative}._filterToggle_1ecuu_183._active_1ecuu_209{background-color:#e3f2fd;border-color:#2196f3;color:#2196f3}._filterBadge_1ecuu_221{position:absolute;top:-4px;right:-4px;background-color:#2196f3;color:#fff;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}._favoritesBar_1ecuu_255{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e0e0e0}._favoritesToggle_1ecuu_273{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;font-size:14px;color:#666;cursor:pointer}._favoritesToggle_1ecuu_273._active_1ecuu_209{background-color:#fff8e1;border-color:#ffc107;color:#f57f17}._favoritesToggle_1ecuu_273._active_1ecuu_209 svg{fill:#ffc107}._clearAllButton_1ecuu_319{padding:8px 12px;background:none;border:none;color:#f44336;font-size:14px;cursor:pointer}._clearAllButton_1ecuu_319:hover{text-decoration:underline}._activeFilters_1ecuu_347{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e0e0e0}._filterPill_1ecuu_365{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background-color:#e3f2fd;color:#1976d2;border-radius:16px;font-size:12px;cursor:pointer}._filterPill_1ecuu_365:hover{background-color:#bbdefb}._filterRemove_1ecuu_397{font-size:14px;font-weight:700;margin-left:2px}._filterPanel_1ecuu_411{background-color:#fff;border-bottom:1px solid #e0e0e0;max-height:50vh;overflow-y:auto}._filterSearch_1ecuu_425{position:relative;padding:12px 16px;border-bottom:1px solid #e0e0e0}._filterSearchInput_1ecuu_437{width:100%;padding:10px 36px 10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;box-sizing:border-box}._filterSearchInput_1ecuu_437:focus{outline:none;border-color:#2196f3}._filterSearchClear_1ecuu_465{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:4px 8px}._filterCategories_1ecuu_491{padding:8px 0}._filterCategory_1ecuu_499{border-bottom:1px solid #f0f0f0}._filterCategory_1ecuu_499:last-child{border-bottom:none}._categoryHeader_1ecuu_515{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;font-size:14px;font-weight:600;color:#333;cursor:pointer;text-align:left}._categoryHeader_1ecuu_515:hover{background-color:#f5f5f5}._categoryArrow_1ecuu_553{font-size:10px;color:#999}._categoryItems_1ecuu_563{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px 16px}._filterItem_1ecuu_577{padding:8px 12px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;font-size:13px;color:#666;cursor:pointer}._filterItem_1ecuu_577:hover{background-color:#e0e0e0}._filterItem_1ecuu_577._selected_1ecuu_605{background-color:#e3f2fd;border-color:#2196f3;color:#1976d2}._courseList_1ecuu_619{flex:1;overflow-y:auto;padding:8px}._noResults_1ecuu_631{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#666}._noResultsIcon_1ecuu_651{color:#ccc;margin-bottom:16px}._noResultsHint_1ecuu_661{font-size:14px;color:#999;margin-top:8px}._clearFiltersButton_1ecuu_673{margin-top:16px;padding:10px 20px;background-color:#2196f3;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}._clearFiltersButton_1ecuu_673:hover{background-color:#1976d2}._courseItem_1ecuu_705{display:flex;align-items:center;background-color:#fff;border-radius:12px;margin-bottom:8px;padding:16px;cursor:pointer;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s ease}._courseItem_1ecuu_705:hover{box-shadow:0 2px 8px #0000001f}._courseItem_1ecuu_705:active{background-color:#f5f5f5}._courseContent_1ecuu_745{flex:1;min-width:0}._courseHeader_1ecuu_755{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:0}._courseTitle_1ecuu_771{margin:0;font-size:16px;font-weight:600;color:#333;line-height:1.3}._favoriteButton_1ecuu_787{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:50%;cursor:pointer;color:#ccc;padding:0}._favoriteButton_1ecuu_787:hover{background-color:#f5f5f5}._favoriteButton_1ecuu_787._favorited_1ecuu_825{color:#ffc107}._favoriteButton_1ecuu_787._favorited_1ecuu_825 svg{fill:#ffc107}._courseDescription_1ecuu_841{margin:0 0 8px;font-size:14px;color:#666;line-height:1.4}._courseMeta_1ecuu_855{display:flex;flex-wrap:wrap;gap:8px;font-size:12px}._courseTeachers_1ecuu_869{margin:0;color:#666;font-size:13px}._courseDivider_1ecuu_881{margin:6px 0;border:none;border-top:1px solid #e0e0e0}._courseBlocks_1ecuu_893{color:#1976d2;font-weight:500}._courseLevel_1ecuu_903{color:#666;background-color:#f5f5f5;padding:2px 8px;border-radius:4px}._courseChevron_1ecuu_917{flex-shrink:0;color:#ccc;margin-left:8px}._modalOverlay_1ecuu_931{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:flex-end;z-index:1000;animation:_fadeIn_1ecuu_1 .2s ease}@keyframes _fadeIn_1ecuu_1{0%{opacity:0}to{opacity:1}}._modalContent_1ecuu_975{width:100%;max-height:90vh;background-color:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:_slideUp_1ecuu_1 .3s ease}@keyframes _slideUp_1ecuu_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._modalHeader_1ecuu_1013{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background-color:#fff;border-radius:16px 16px 0 0}._modalTitle_1ecuu_1037{margin:0;font-size:18px;font-weight:600;color:#333;padding-right:40px}._modalClose_1ecuu_1053{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:24px;color:#666;cursor:pointer;border-radius:50%}._modalClose_1ecuu_1053:hover{background-color:#f5f5f5}._modalBody_1ecuu_1097{flex:1;overflow-y:auto;padding:16px}._detailSection_1ecuu_1109{margin-bottom:16px}._detailSection_1ecuu_1109:last-child{margin-bottom:0}._detailLabel_1ecuu_1125{font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._detailValue_1ecuu_1143{font-size:14px;color:#333;line-height:1.5}._detailList_1ecuu_1155{margin:0;padding-left:20px}._detailList_1ecuu_1155 li{margin-bottom:4px}._detailList_1ecuu_1155 li:last-child{margin-bottom:0}._tagsList_1ecuu_1183{display:flex;flex-wrap:wrap;gap:8px}._tag_1ecuu_1183{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}._tagTeacher_1ecuu_1211{background-color:#e8f5e9;color:#2e7d32}._tagMode_1ecuu_1221{background-color:#fce4ec;color:#c2185b}._tagLevel_1ecuu_1231{background-color:#e3f2fd;color:#1565c0}._tagBlock_1ecuu_1241{background-color:#fff3e0;color:#e65100}._tagPrereq_1ecuu_1251{background-color:#f3e5f5;color:#7b1fa2}._modalFooter_1ecuu_1263{padding:16px;border-top:1px solid #e0e0e0;background-color:#fff}._favoriteButtonLarge_1ecuu_1275{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;color:#666;cursor:pointer}._favoriteButtonLarge_1ecuu_1275:hover{background-color:#e0e0e0}._favoriteButtonLarge_1ecuu_1275._favorited_1ecuu_825{background-color:#fff8e1;border-color:#ffc107;color:#f57f17}._favoriteButtonLarge_1ecuu_1275._favorited_1ecuu_825 svg{fill:#ffc107}@media (min-width: 768px){._modalContent_1ecuu_975{max-width:600px;margin:auto;border-radius:16px;max-height:80vh}._modalOverlay_1ecuu_931{align-items:center;justify-content:center}._modalHeader_1ecuu_1013{border-radius:16px 16px 0 0}}._container_zvhr3_5{min-height:100vh;background-color:#f8f9fa;padding:2rem 1rem}._content_zvhr3_17{max-width:900px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}._content_zvhr3_17 h1{color:#212529;font-size:2.5rem;margin-bottom:.5rem;border-bottom:3px solid #007bff;padding-bottom:1rem}._lastUpdated_zvhr3_51{color:#6c757d;font-size:.875rem;font-style:italic;margin-bottom:2rem}._section_zvhr3_65{margin-bottom:2.5rem}._section_zvhr3_65 h2{color:#343a40;font-size:1.75rem;margin-top:2rem;margin-bottom:1rem;border-bottom:2px solid #dee2e6;padding-bottom:.5rem}._section_zvhr3_65 h3{color:#495057;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}._section_zvhr3_65 p{color:#212529;line-height:1.7;margin-bottom:1rem}._section_zvhr3_65 ul{margin:1rem 0 1rem 1.5rem;line-height:1.8}._section_zvhr3_65 li{color:#212529;margin-bottom:.5rem}._section_zvhr3_65 li strong{color:#007bff}._section_zvhr3_65 a{color:#007bff;text-decoration:none;transition:color .15s ease}._section_zvhr3_65 a:hover{color:#0056b3;text-decoration:underline}._contactInfo_zvhr3_169{background-color:#f8f9fa;padding:1.5rem;border-radius:6px;border-left:4px solid #007bff;margin-top:1rem}._contactInfo_zvhr3_169 p{margin:0;line-height:1.8}._footer_zvhr3_195{margin-top:3rem;padding-top:2rem;border-top:2px solid #dee2e6;text-align:center}._footer_zvhr3_195 p{color:#6c757d;font-size:.875rem}._footer_zvhr3_195 a{color:#007bff;text-decoration:none;transition:color .15s ease}._footer_zvhr3_195 a:hover{color:#0056b3;text-decoration:underline}@media (max-width: 768px){._container_zvhr3_5{padding:1rem .5rem}._content_zvhr3_17{padding:2rem 1.5rem}._content_zvhr3_17 h1{font-size:2rem}._section_zvhr3_65 h2{font-size:1.5rem}._section_zvhr3_65 h3{font-size:1.125rem}._section_zvhr3_65 ul{margin-left:1rem}}@media (max-width: 480px){._content_zvhr3_17{padding:1.5rem 1rem}._content_zvhr3_17 h1{font-size:1.75rem}._section_zvhr3_65 h2{font-size:1.25rem}._section_zvhr3_65 h3{font-size:1rem}}._container_xad38_15{display:flex;flex-direction:column;height:100%;background-color:#f5f5f5}._header_xad38_31{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}._headerContent_xad38_51 h1{margin:0;font-size:24px;font-weight:600;color:#333}._summary_xad38_65{margin:4px 0 0;font-size:14px;color:#666}._closeButton_xad38_77{padding:8px 16px;font-size:14px;font-weight:500;color:#666;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s}._closeButton_xad38_77:hover{background-color:#e0e0e0;color:#333}._main_xad38_113{flex:1;padding:24px;overflow:auto}._loading_xad38_127,._error_xad38_129,._emptyState_xad38_131{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px}._loading_xad38_127{font-size:18px;color:#666}._error_xad38_129 h2,._emptyState_xad38_131 h2{margin:0 0 16px;font-size:24px;color:#333}._error_xad38_129 p,._emptyState_xad38_131 p{margin:0 0 24px;font-size:16px;color:#666;max-width:400px}._backButton_xad38_191{padding:12px 24px;font-size:16px;font-weight:500;color:#fff;background-color:#4a90d9;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}._backButton_xad38_191:hover{background-color:#3a7bc8}._grid_xad38_225{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:24px}._gridHeader_xad38_241{display:grid;grid-template-columns:100px repeat(5,1fr);background-color:#4a90d9;color:#fff}._dayHeader_xad38_255{padding:12px 8px;text-align:center;font-weight:600;font-size:14px;border-left:1px solid rgba(255,255,255,.2)}._gridRow_xad38_271{display:grid;grid-template-columns:100px repeat(5,1fr);border-bottom:1px solid #e0e0e0}._gridRow_xad38_271:last-child{border-bottom:none}._dayDivider_xad38_293{display:grid;grid-template-columns:100px repeat(5,1fr);background:linear-gradient(90deg,#4a90d9,#6ba3e0,#4a90d9);color:#fff;font-size:11px;font-weight:600}._dayDividerLabel_xad38_311{padding:4px;background-color:#3a7bc8;border-right:1px solid rgba(255,255,255,.2)}._dayDividerDay_xad38_323{padding:4px 8px;text-align:center;border-left:1px solid rgba(255,255,255,.2)}._timeColumn_xad38_335{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;background-color:#f8f9fa;border-right:1px solid #e0e0e0;font-size:12px;color:#666;gap:2px;min-width:80px}._blockNumber_xad38_363{font-weight:500;color:#333}._blockTime_xad38_373{font-size:10px;color:#888}._timezoneInfo_xad38_383{font-size:10px;color:#666;cursor:help;padding:2px 4px;background-color:#e8f4fd;border-radius:3px}._gridCell_xad38_401{min-height:60px;padding:4px;border-left:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center}._courseCell_xad38_421{background-color:#e8f4fd;cursor:pointer;transition:background-color .2s}._courseCell_xad38_421:hover{background-color:#d0e8fa}._disabledCell_xad38_443{background-color:#f5f5f5;background-image:repeating-linear-gradient(45deg,transparent,transparent 5px,#e8e8e8 5px,#e8e8e8 10px);cursor:default}._courseTitle_xad38_467{font-size:12px;font-weight:500;color:#1a5f9e;text-align:center;word-break:break-word;padding:4px}._preassignmentCell_xad38_487{background-color:#e8f5e9;cursor:default}._preassignmentTitle_xad38_497{font-size:12px;font-weight:500;color:#2e7d32;text-align:center;word-break:break-word;padding:4px}._courseList_xad38_517{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}._courseList_xad38_517 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}._noCoursesText_xad38_545{color:#666;font-style:italic}._courseListItems_xad38_555{list-style:none;margin:0;padding:0}._courseListItem_xad38_555{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #e0e0e0}._courseListItem_xad38_555:last-child{border-bottom:none}._courseListTitle_xad38_591{flex:1;font-weight:500;color:#333}._courseListSection_xad38_603{font-size:14px;color:#666;background-color:#f0f0f0;padding:4px 8px;border-radius:4px}._courseListTeachers_xad38_619{font-size:14px;color:#888}._modalOverlay_xad38_631{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_xad38_631{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-width:600px;width:90%;max-height:80vh;overflow:auto}._modalHeader_xad38_679{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}._modalHeader_xad38_679 h2{margin:0;font-size:20px;font-weight:600;color:#333}._modalHeader_xad38_679 ._closeButton_xad38_77{width:32px;height:32px;padding:0;font-size:24px;line-height:1;color:#666;background-color:transparent;border:none;border-radius:4px;cursor:pointer}._modalHeader_xad38_679 ._closeButton_xad38_77:hover{background-color:#f0f0f0}._modalContent_xad38_743{padding:20px}._detailRow_xad38_751{display:flex;margin-bottom:12px}._detailRow_xad38_751:last-child{margin-bottom:0}._detailLabel_xad38_769{font-weight:500;color:#666;width:100px;flex-shrink:0}._detailValue_xad38_783{color:#333;flex:1}._detailValue_xad38_783._placeholder_xad38_793{color:#999;font-style:italic}._tag_xad38_805{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;white-space:nowrap}._tagTeacher_xad38_823{background:#fef5e7;color:#8b6914;border:1px solid #f4e4c1}._tagMode_xad38_835{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}._tagLevel_xad38_847{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}._tagHomework_xad38_859{background:#fce4ec;color:#c2185b;border:1px solid #f8bbd9}._tagPrereq_xad38_871{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2;font-weight:600}._tagMaterial_xad38_885{background:#f3e5f5;color:#7b1fa2;border:1px solid #e1bee7}._tagZoom_xad38_897{background:#e0f7fa;color:#00838f;border:1px solid #b2ebf2}._tagList_xad38_909{display:flex;flex-wrap:wrap;gap:6px}._detailSection_xad38_923{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}._detailSection_xad38_923:first-of-type{margin-top:12px}._detailSectionLabel_xad38_943{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}._detailText_xad38_959{margin:0;color:#555;line-height:1.5;font-size:14px}._detailList_xad38_973{margin:0;padding-left:20px;color:#555;line-height:1.6;font-size:14px}._detailList_xad38_973 li{margin-bottom:4px}._detailList_xad38_973 li:last-child{margin-bottom:0}@media (max-width: 768px){._header_xad38_31{flex-direction:column;gap:12px;padding:12px 16px}._headerContent_xad38_51{text-align:center}._main_xad38_113{padding:16px}._gridHeader_xad38_241,._gridRow_xad38_271{grid-template-columns:70px repeat(5,1fr)}._dayDivider_xad38_293{grid-template-columns:70px repeat(5,1fr);font-size:9px}._dayDividerLabel_xad38_311{padding:2px}._dayDividerDay_xad38_323{padding:2px 4px}._dayHeader_xad38_255{font-size:12px;padding:8px 4px}._timeColumn_xad38_335{font-size:10px;min-width:70px;padding:4px 2px}._blockNumber_xad38_363{font-size:10px}._blockTime_xad38_373{font-size:8px}._timezoneInfo_xad38_383{font-size:8px;padding:1px 2px}._gridCell_xad38_401{min-height:50px}._courseTitle_xad38_467,._preassignmentTitle_xad38_497{font-size:10px}._courseListItem_xad38_555{flex-direction:column;align-items:flex-start;gap:8px}}._errorContainer_1dza5_1{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}._errorContent_1dza5_19{background:#fff;border-radius:12px;padding:40px;max-width:600px;box-shadow:0 10px 40px #0000001a;text-align:center}._errorIcon_1dza5_37{font-size:64px;margin-bottom:20px}._errorTitle_1dza5_47{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 16px}._errorMessage_1dza5_61{font-size:16px;color:#4a5568;margin:0 0 24px;line-height:1.6}._errorDetails_1dza5_75{text-align:left;margin:24px 0;padding:16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}._errorSummary_1dza5_93{cursor:pointer;font-weight:600;color:#2d3748;margin-bottom:12px;-webkit-user-select:none;user-select:none}._errorSummary_1dza5_93:hover{color:#4299e1}._errorStack_1dza5_117{font-family:Courier New,Courier,monospace;font-size:12px;color:#2d3748;white-space:pre-wrap;word-break:break-word;margin:12px 0 0;padding:12px;background:#fff;border-radius:4px;border:1px solid #cbd5e0;overflow-x:auto}._errorActions_1dza5_145{display:flex;gap:12px;justify-content:center;margin-top:24px}._retryButton_1dza5_159,._reloadButton_1dza5_161{padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}._retryButton_1dza5_159{background:#4299e1;color:#fff}._retryButton_1dza5_159:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 4px 12px #4299e14d}._reloadButton_1dza5_161{background:#f7fafc;color:#2d3748;border:1px solid #cbd5e0}._reloadButton_1dza5_161:hover{background:#edf2f7;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._retryButton_1dza5_159:active,._reloadButton_1dza5_161:active{transform:translateY(0)}
