:root{--primary-color: #8ec742;--primary-hover: #78a438;--rating-color: #f59e0b;--rating-color-dark: #fbbf24;--background-light: #f9fafb;--background-dark: #1f2937;--card-background-light: #ffffff;--card-background-dark: #374151;--text-primary: #1f2937;--text-secondary: #6b7280;--text-primary-dark: #e5e7eb}.loading.svelte-e95sdi,.error.svelte-e95sdi,.notification.svelte-e95sdi{text-align:center;padding:1rem;font-size:.875rem;border-radius:.375rem}.loading.svelte-e95sdi{color:var(--text-secondary)}.error.svelte-e95sdi{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.notification.svelte-e95sdi{margin-bottom:1rem}.success.svelte-e95sdi{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.container.svelte-e95sdi{background:var(--background-light);border-radius:1.5rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;font-family:Inter,sans-serif;width:100%;max-width:1000px;margin:0 auto}.header.svelte-e95sdi{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.header-title.svelte-e95sdi{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.header-subtitle.svelte-e95sdi{font-size:1.25rem;font-weight:500;color:var(--text-secondary)}.search-bar.svelte-e95sdi{margin-bottom:1.5rem}.search-input.svelte-e95sdi{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:var(--text-primary);background:var(--background-light)}.search-input.svelte-e95sdi:focus{outline:2px solid var(--primary-color);outline-offset:2px}.section.svelte-e95sdi{margin-bottom:2rem;background:var(--card-background-light);border-radius:1rem;padding:1rem;box-shadow:0 2px 4px #0000000d}.section-title.svelte-e95sdi{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.table-container.svelte-e95sdi{overflow-x:auto;-webkit-overflow-scrolling:touch}.course-table.svelte-e95sdi,.assignment-table.svelte-e95sdi{width:100%;min-width:600px;border-collapse:collapse;font-size:.875rem;color:var(--text-primary)}.course-table.svelte-e95sdi th:where(.svelte-e95sdi),.course-table.svelte-e95sdi td:where(.svelte-e95sdi),.assignment-table.svelte-e95sdi th:where(.svelte-e95sdi),.assignment-table.svelte-e95sdi td:where(.svelte-e95sdi){padding:.5rem;border:1px solid #e5e7eb;text-align:left}.course-table.svelte-e95sdi th:where(.svelte-e95sdi),.assignment-table.svelte-e95sdi th:where(.svelte-e95sdi){background:#f3f4f6;font-weight:600}.course-table.svelte-e95sdi tr:where(.svelte-e95sdi):nth-child(2n),.assignment-table.svelte-e95sdi tr:where(.svelte-e95sdi):nth-child(2n){background:var(--background-light)}.description.svelte-e95sdi,.prerequisites.svelte-e95sdi,.instructors.svelte-e95sdi,.content.svelte-e95sdi{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.duration.svelte-e95sdi{max-width:80px}.rating.svelte-e95sdi{max-width:80px;color:var(--rating-color)}.progress-bar.svelte-e95sdi{width:80px;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-right:.5rem;display:inline-block}.progress-fill.svelte-e95sdi{height:100%;background:var(--primary-color);transition:width .3s ease}.action-button.svelte-e95sdi{background:linear-gradient(135deg,var(--primary-color),#6aa632);color:#fff;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.action-button.svelte-e95sdi:hover{background:linear-gradient(135deg,var(--primary-hover),#5a8c2b);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.action-button.svelte-e95sdi:focus{outline:2px solid var(--primary-color);outline-offset:2px}.no-data.svelte-e95sdi{font-size:.875rem;color:var(--text-secondary);text-align:center;padding:1rem}.card-container.svelte-e95sdi{display:flex;flex-direction:column;gap:1rem}.card.svelte-e95sdi{background:linear-gradient(145deg,var(--card-background-light),#f1f5f9);border-radius:.75rem;padding:1.25rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.card.svelte-e95sdi:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.card-header.svelte-e95sdi{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.card-title.svelte-e95sdi{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.toggle-button.svelte-e95sdi{background:#e5e7eb;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.toggle-button.svelte-e95sdi:hover{background:#d1d5db}.toggle-button.svelte-e95sdi:focus{outline:2px solid var(--primary-color);outline-offset:2px}.card-content.svelte-e95sdi{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.card-content.svelte-e95sdi p:where(.svelte-e95sdi){margin:0;display:flex;align-items:center;gap:.5rem}.card-content.svelte-e95sdi p:where(.svelte-e95sdi) strong:where(.svelte-e95sdi){font-weight:600;color:var(--text-primary);min-width:100px}.card-details.svelte-e95sdi{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;animation:svelte-e95sdi-slideDown .3s ease}.card-actions.svelte-e95sdi{display:flex;justify-content:flex-end;margin-top:.75rem}.star-icon.svelte-e95sdi{font-size:1rem;color:var(--rating-color);vertical-align:middle}.modal-overlay.svelte-e95sdi{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal.svelte-e95sdi{background:var(--card-background-light);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0003;width:100%;max-width:600px;max-height:80vh;overflow-y:auto}.modal-header.svelte-e95sdi{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-title.svelte-e95sdi{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.close-button.svelte-e95sdi{background:none;border:none;cursor:pointer;color:var(--text-secondary)}.close-button.svelte-e95sdi:hover{color:var(--text-primary)}.modal-content.svelte-e95sdi{display:flex;flex-direction:column;gap:1rem}.modal-actions.svelte-e95sdi{display:flex;justify-content:flex-end;gap:.5rem}.content-list.svelte-e95sdi{list-style-type:disc;padding-left:1.5rem}.content-list.svelte-e95sdi li:where(.svelte-e95sdi){font-size:.875rem;color:var(--text-primary)}.desktop-only.svelte-e95sdi{display:block}.mobile-only.svelte-e95sdi{display:none}@keyframes svelte-e95sdi-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){:root{--background-light: var(--background-dark);--card-background-light: var(--card-background-dark);--text-primary: var(--text-primary-dark);--rating-color: var(--rating-color-dark)}.container.svelte-e95sdi{background:var(--background-dark)}.header.svelte-e95sdi{border-bottom-color:#4b5563}.section.svelte-e95sdi,.card.svelte-e95sdi{background:linear-gradient(145deg,var(--card-background-dark),#2d3748)}.course-table.svelte-e95sdi th:where(.svelte-e95sdi),.assignment-table.svelte-e95sdi th:where(.svelte-e95sdi){background:#4b5563}.modal.svelte-e95sdi{background:var(--card-background-dark)}.notification.success.svelte-e95sdi{background:#166534;color:#dcfce7;border-color:#86efac}.notification.error.svelte-e95sdi{background:#991b1b;color:#fee2e2;border-color:#f87171}.content-list.svelte-e95sdi li:where(.svelte-e95sdi){color:var(--text-primary-dark)}.toggle-button.svelte-e95sdi{background:#4b5563}.toggle-button.svelte-e95sdi:hover{background:#6b7280}}@media (max-width: 639px){.container.svelte-e95sdi{padding:1rem}.progress-bar.svelte-e95sdi{width:60px}.desktop-only.svelte-e95sdi{display:none}.mobile-only.svelte-e95sdi{display:block}.card-title.svelte-e95sdi{font-size:1rem}.card-content.svelte-e95sdi{font-size:.8125rem}.card-content.svelte-e95sdi p:where(.svelte-e95sdi) strong:where(.svelte-e95sdi){min-width:80px}}@media (min-width: 640px) and (max-width: 799px){.hide-on-small-desktop.svelte-e95sdi{display:none}}
