.button.svelte-1v1p7k6{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-sm);font-family:var(--main-font);font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:none;text-decoration:none}.button.svelte-1v1p7k6:disabled{opacity:.5;cursor:not-allowed}.button.svelte-1v1p7k6:disabled:hover{transform:none}.button-small.svelte-1v1p7k6{padding:.5rem 1rem;font-size:clamp(10px,1.5vw,12px)}.button-medium.svelte-1v1p7k6{padding:.75rem 1.25rem;font-size:clamp(12px,2vw,14px)}.button-large.svelte-1v1p7k6{padding:1rem 1.5rem;font-size:clamp(12px,2vw,16px)}.button-primary.svelte-1v1p7k6{background:var(--blue-500);color:var(--background-color-primary);border:1.5px solid var(--blue-500)}.button-primary.svelte-1v1p7k6:hover:not(:disabled){background:var(--blue-600);border-color:var(--blue-600);transform:translateY(-1px)}.button-primary.svelte-1v1p7k6:active:not(:disabled){transform:translateY(0)}.button-primary.svelte-1v1p7k6:focus-visible{outline:3px solid var(--blue-500);outline-offset:2px}.button-secondary.svelte-1v1p7k6{background:var(--background-color-primary);color:var(--grey-700);border:1px solid var(--grey-300);width:100%}.button-secondary.svelte-1v1p7k6:hover:not(:disabled){background:var(--grey-100);border-color:var(--grey-400);transform:translateY(-1px)}.button-secondary.svelte-1v1p7k6:active:not(:disabled){transform:translateY(0)}.button-secondary.svelte-1v1p7k6:focus-visible{outline:3px solid var(--blue-500);outline-offset:2px}@media (min-width: 768px){.button-secondary.svelte-1v1p7k6{width:auto}}.button-outline.svelte-1v1p7k6{background:transparent;color:var(--blue-500);border:1.5px solid var(--blue-500)}.button-outline.svelte-1v1p7k6:hover:not(:disabled){background:var(--blue-100)}.button-outline.svelte-1v1p7k6:active:not(:disabled){transform:scale(.98)}.button-outline.svelte-1v1p7k6:focus-visible{outline:3px solid var(--blue-500);outline-offset:2px}.button-danger.svelte-1v1p7k6{background:var(--red-500);color:var(--background-color-primary);border:1.5px solid var(--red-500)}.button-danger.svelte-1v1p7k6:hover:not(:disabled){background:var(--red-600);border-color:var(--red-600);transform:translateY(-1px)}.button-danger.svelte-1v1p7k6:active:not(:disabled){transform:translateY(0)}.button-danger.svelte-1v1p7k6:focus-visible{outline:3px solid var(--red-500);outline-offset:2px}.button-full-width.svelte-1v1p7k6{width:100%}.dashboard-header.svelte-tyda9u{display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem 1.25rem}@media (min-width: 768px){.dashboard-header.svelte-tyda9u{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:0 2rem 1.5rem;border-bottom:1px solid var(--grey-200)}}@media (min-width: 1024px){.dashboard-header.svelte-tyda9u{padding:0 3rem 1.5rem}}@media (min-width: 1440px){.dashboard-header.svelte-tyda9u{padding:0 4rem 1.5rem}}.header-content.svelte-tyda9u{flex:1;min-width:0}.page-title.svelte-tyda9u{margin:0 0 .5rem;line-height:1.4}.page-subtitle.svelte-tyda9u{margin:0;line-height:1.6;color:var(--grey-600)}.header-actions.svelte-tyda9u{display:flex;flex-direction:column;gap:.75rem;width:100%}@media (min-width: 768px){.header-actions.svelte-tyda9u{width:auto;flex-shrink:0}}.search-input.svelte-tyda9u{flex:1;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;border:1px solid var(--grey-300);background:var(--background-color-primary);color:var(--grey-700);transition:all .2s ease}.search-input.svelte-tyda9u::placeholder{color:var(--grey-500)}.search-input.svelte-tyda9u:hover{border-color:var(--grey-400)}.search-input.svelte-tyda9u:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #0073ff1a}@media (min-width: 768px){.search-input.svelte-tyda9u{flex:0 0 auto;min-width:16rem}}.stat-card.svelte-1b64ifo{width:100%;padding:.75rem 1rem;border-radius:.75rem;box-shadow:0 .25rem .75rem #22262b1f,0 .125rem .25rem #22262b14;display:grid;grid-template-columns:1fr auto;align-items:center}.stat-title.svelte-1b64ifo{font-size:.875rem;font-weight:600;margin:0}.stat-value.svelte-1b64ifo{font-size:1.25rem;font-weight:700;margin:0;font-variant-numeric:tabular-nums}@media (min-width: 768px){.stat-card.svelte-1b64ifo{width:auto;min-width:8.5rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:1rem;box-shadow:0 .25rem .75rem #22262b1f,0 .125rem .25rem #22262b14}.stat-title.svelte-1b64ifo{font-size:1rem}.stat-value.svelte-1b64ifo{font-size:2.25rem}}.stat-card.primary.svelte-1b64ifo{background:linear-gradient(135deg,var(--blue-200),var(--blue-300));border:none;color:var(--blue-700)}.stat-card.progress.svelte-1b64ifo{background:linear-gradient(135deg,var(--orange-200),var(--orange-300));border:none;color:var(--orange-700)}.stat-card.not-started.svelte-1b64ifo{background:linear-gradient(135deg,var(--grey-100),var(--grey-200));color:var(--grey-600)}.stat-card.graded.svelte-1b64ifo{background:linear-gradient(135deg,var(--green-200),var(--green-300));color:var(--green-800)}.stat-card.finalized.svelte-1b64ifo{background:var(--grey-100);border:2px solid var(--grey-200);color:var(--grey-600)}.stat-card.not-started.svelte-1b64ifo .stat-title:where(.svelte-1b64ifo),.stat-card.not-started.svelte-1b64ifo .stat-value:where(.svelte-1b64ifo){color:var(--grey-500)}.stat-card.graded.svelte-1b64ifo .stat-title:where(.svelte-1b64ifo),.stat-card.graded.svelte-1b64ifo .stat-value:where(.svelte-1b64ifo){color:var(--green-700)}.stat-card.finalized.svelte-1b64ifo .stat-title:where(.svelte-1b64ifo),.stat-card.finalized.svelte-1b64ifo .stat-value:where(.svelte-1b64ifo){color:var(--grey-500)}.stats-section.svelte-d7tp81{padding:0 1rem}@media (min-width: 768px){.stats-section.svelte-d7tp81{padding:0 2rem}}@media (min-width: 1024px){.stats-section.svelte-d7tp81{padding:0 3rem}}@media (min-width: 1440px){.stats-section.svelte-d7tp81{padding:0 4rem}}.section-title.svelte-d7tp81{margin:0 0 .5rem;line-height:1.4;color:var(--grey-700)}.section-subtitle.svelte-d7tp81{margin:0 0 1rem;line-height:1.6;color:var(--grey-600)}.stats-grid.svelte-d7tp81{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.stats-grid.svelte-d7tp81{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;align-items:stretch}}@media (min-width: 1024px){.stats-grid.svelte-d7tp81{gap:1.25rem}}.grading-card.svelte-mq094y{background:var(--background-color-primary);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);border:1px solid hsla(213,12%,15%,.06);transition:var(--transition-base)}.card-header.svelte-mq094y{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.card-title.svelte-mq094y{color:var(--grey-700);font-weight:600;font-size:1.125rem;line-height:1.4;flex:1;margin:0;word-wrap:break-word}@media (min-width: 768px){.card-title.svelte-mq094y{font-size:1.25rem}}.badge.svelte-mq094y{background:var(--orange-500);color:var(--background-color-primary);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius-sm);white-space:nowrap}.badge-intense.svelte-mq094y{background-color:var(--red-500)}.badge-medium.svelte-mq094y{background-color:var(--orange-500)}.badge-light.svelte-mq094y{background-color:var(--green-500)}.badge-no-deadline.svelte-mq094y{background-color:var(--grey-200);color:var(--grey-600)}.progress-section.svelte-mq094y{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.progress-row.svelte-mq094y{display:grid;grid-template-columns:5.5rem 1fr 3rem;align-items:center;gap:.75rem;margin:0}.progress-label.svelte-mq094y{font-size:.875rem;font-weight:800;margin:0}.progress-row.svelte-mq094y:first-child .progress-label:where(.svelte-mq094y){color:var(--blue-600)}.progress-row.svelte-mq094y:last-child .progress-label:where(.svelte-mq094y){color:var(--green-600)}.progress-bar-container.svelte-mq094y{height:.5rem;border-radius:var(--radius-full);overflow:hidden;position:relative}.blue-bg.svelte-mq094y{background:var(--blue-100)}.green-bg.svelte-mq094y{background:var(--green-100)}.progress-bar.svelte-mq094y{display:block;height:100%;border-radius:var(--radius-full);transition:width .3s ease}.progress-bar.blue.svelte-mq094y{background:var(--blue-500)}.progress-bar.green.svelte-mq094y{background:var(--green-500)}.progress-value.svelte-mq094y{font-size:.875rem;font-weight:600;color:var(--grey-700);text-align:right;margin:0;font-variant-numeric:tabular-nums}.card-footer.svelte-mq094y{display:flex;justify-content:flex-start}.grading-section.svelte-1w3ocwp{padding:0 1rem}@media (min-width: 768px){.grading-section.svelte-1w3ocwp{padding:0 2rem}}@media (min-width: 1024px){.grading-section.svelte-1w3ocwp{padding:0 3rem}}@media (min-width: 1440px){.grading-section.svelte-1w3ocwp{padding:0 4rem}}.section-header.svelte-1w3ocwp{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.section-title.svelte-1w3ocwp{margin:0 0 .5rem;line-height:1.4;color:var(--grey-700)}.section-subtitle.svelte-1w3ocwp{margin:0;line-height:1.6;color:var(--grey-600)}.grading-grid.svelte-1w3ocwp{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.grading-grid.svelte-1w3ocwp{grid-template-columns:repeat(auto-fit,minmax(min(100%,31rem),1fr))}}.view-all-card.svelte-1w3ocwp{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue-200),var(--blue-300));border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg);color:var(--blue-700);text-align:center}.view-all-content.svelte-1w3ocwp{display:flex;flex-direction:column;align-items:center;gap:1rem}.view-all-text.svelte-1w3ocwp{max-width:18rem;margin:0;font-weight:600}.empty-state.svelte-1w3ocwp{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--background-color-primary);border-radius:var(--radius-lg);border:2px dashed var(--grey-300);min-height:20rem}.empty-title.svelte-1w3ocwp{font-size:1.25rem;font-weight:600;color:var(--grey-700);margin:0 0 .5rem}.empty-text.svelte-1w3ocwp{font-size:.875rem;color:var(--grey-600);margin:0 0 1.5rem;max-width:25rem;line-height:1.6}.chart.svelte-56r4g2{width:100%;margin-top:4rem}.chart-visual.svelte-56r4g2{display:flex;align-items:center;justify-content:center;height:12.5rem;margin:0 0 1.5rem}@media (min-width: 768px){.chart-visual.svelte-56r4g2{height:15rem;margin-bottom:2rem}}.visually-hidden.svelte-56r4g2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.circle-container.svelte-56r4g2{width:100%;max-width:15rem;height:auto;aspect-ratio:1 / 1}@media (min-width: 768px){.circle-container.svelte-56r4g2{width:15rem;height:15rem}}.circle.svelte-56r4g2{display:block;width:100%;height:100%;border-radius:50%;position:relative}.percentage.svelte-56r4g2{position:absolute;transform:translate(-50%,-50%);font-size:.75rem;font-weight:600;color:var(--grey-700);z-index:2;pointer-events:none}@media (min-width: 768px){.percentage.svelte-56r4g2{font-size:1rem}}.legend.svelte-56r4g2{display:grid;grid-template-columns:1fr;gap:.75rem;list-style:none;padding:1rem;margin-top:5rem;justify-items:center}@media (min-width: 768px){.legend.svelte-56r4g2{grid-template-columns:repeat(2,1fr);gap:1rem}}.legend-item.svelte-56r4g2{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--grey-700)}.legend-dot.svelte-56r4g2{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.card.svelte-10ens93{background:var(--background-color-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.progress-card.svelte-10ens93{display:flex;flex-direction:column;height:100%}.card-header.svelte-10ens93{padding:1.5rem 1.5rem 0;margin-bottom:1.5rem}@media (min-width: 768px){.card-header.svelte-10ens93{padding:2rem 2rem 0}}.section-title.svelte-10ens93{margin:0 0 .5rem;line-height:1.4;color:var(--grey-700)}.section-subtitle.svelte-10ens93{margin:0;line-height:1.6;color:var(--grey-600)}.graph-container.svelte-10ens93{padding:0 1.5rem;display:flex;justify-content:center;align-items:center;min-height:200px;flex:1}@media (min-width: 768px){.graph-container.svelte-10ens93{padding:0 2rem;min-height:240px}}.card-footer.svelte-10ens93{padding:1.5rem;border-top:1px solid var(--grey-200);margin-top:auto}@media (min-width: 768px){.card-footer.svelte-10ens93{padding:2rem}}.card.svelte-4e64fx{background:var(--background-color-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.compare-card.svelte-4e64fx{display:flex;flex-direction:column;height:100%}.card-header.svelte-4e64fx{padding:1.5rem 1.5rem 0;margin-bottom:1.5rem}@media (min-width: 768px){.card-header.svelte-4e64fx{padding:2rem 2rem 0}}.section-title.svelte-4e64fx{margin:0 0 .5rem;line-height:1.4;color:var(--grey-700)}.section-subtitle.svelte-4e64fx{margin:0;line-height:1.6;color:var(--grey-600)}.compare-list.svelte-4e64fx{padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;list-style:none;flex:1}@media (min-width: 768px){.compare-list.svelte-4e64fx{padding:0 2rem}}@media (min-width: 1024px){.compare-list.svelte-4e64fx{overflow-y:auto;max-height:450px}.compare-list.svelte-4e64fx::-webkit-scrollbar{width:4px}.compare-list.svelte-4e64fx::-webkit-scrollbar-track{background:var(--grey-100);border-radius:2px}.compare-list.svelte-4e64fx::-webkit-scrollbar-thumb{background:var(--grey-400);border-radius:2px}.compare-list.svelte-4e64fx::-webkit-scrollbar-thumb:hover{background:var(--grey-500)}}.compare-item.svelte-4e64fx{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--grey-50);border-radius:var(--radius-md);border:1px solid var(--grey-200);transition:var(--transition-base)}@media (min-width: 768px){.compare-item.svelte-4e64fx{flex-direction:row;align-items:center;justify-content:space-between}}.compare-item.svelte-4e64fx:hover{border-color:var(--blue-300);background:var(--blue-50)}.compare-item-content.svelte-4e64fx{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0}.compare-icon.svelte-4e64fx{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--blue-50);border-radius:var(--radius-sm);color:var(--blue-500);margin-top:.125rem}.compare-text-content.svelte-4e64fx{flex:1;min-width:0}.compare-title.svelte-4e64fx{font-weight:500;margin:0 0 .375rem;line-height:1.4;color:var(--grey-700);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.compare-meta.svelte-4e64fx{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.compare-tag.svelte-4e64fx{font-weight:500;color:var(--blue-600);background:var(--blue-50);padding:.125rem .5rem;border-radius:var(--radius-full)}.compare-dot.svelte-4e64fx{color:var(--grey-400);font-size:.75rem}.compare-date.svelte-4e64fx{color:var(--grey-600)}.card-footer.svelte-4e64fx{padding:1.5rem;border-top:1px solid var(--grey-200);margin-top:0}@media (min-width: 768px){.card-footer.svelte-4e64fx{padding:2rem}}.empty-state.svelte-4e64fx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;flex:1}.empty-title.svelte-4e64fx{font-size:1.125rem;font-weight:600;color:var(--grey-700);margin:0 0 .5rem}.empty-text.svelte-4e64fx{font-size:.875rem;color:var(--grey-600);margin:0;max-width:20rem;line-height:1.6}.bottom-section.svelte-1tkaob1{width:100%;padding:0 1rem}@media (min-width: 768px){.bottom-section.svelte-1tkaob1{padding:0 2rem}}@media (min-width: 1024px){.bottom-section.svelte-1tkaob1{padding:0 3rem}}@media (min-width: 1440px){.bottom-section.svelte-1tkaob1{padding:0 4rem}}.bottom-grid.svelte-1tkaob1{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.bottom-grid.svelte-1tkaob1{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}@media (min-width: 1440px){.bottom-grid.svelte-1tkaob1{grid-template-columns:1.2fr 1fr;gap:2.5rem}}.footer.svelte-7lfk2o{width:100%;background-color:var(--background-color-primary);padding:1rem 0;display:flex;justify-content:center}.footer-content.svelte-7lfk2o{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:calc(100% - 2rem);margin:0 1rem;text-align:center}@media (min-width: 768px){.footer-content.svelte-7lfk2o{flex-direction:row;justify-content:center;text-align:left;gap:1.5rem;padding:0 1.5rem}}@media (min-width: 1024px){.footer-content.svelte-7lfk2o{justify-content:space-between;margin:0 auto;padding:0 3rem;max-width:80rem}}.footer-logo.svelte-7lfk2o{height:30px;width:auto;margin:1rem}.footer-madeby.svelte-7lfk2o{font-style:normal}.footer-info.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--blue-600);font-weight:600;text-decoration:underline;transition:color .2s}.footer-info.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--orange-500);outline:none}.footer-info.svelte-7lfk2o a:where(.svelte-7lfk2o):focus-visible{outline:3px solid var(--blue-500);outline-offset:2px}.dashboard.svelte-1uha8ag{display:flex;min-height:100vh;background:radial-gradient(circle at 100% 0%,#0057a31f,#94bdff0f 25%,#fff 35%)}.content.svelte-1uha8ag{flex:1;display:flex;flex-direction:column;padding:2rem 0 4rem;max-width:100%;gap:1.5rem}@media (min-width: 768px){.content.svelte-1uha8ag{padding:2rem 0 5rem;gap:2rem}}@media (min-width: 1024px){.content.svelte-1uha8ag{padding:3rem 0 6rem;gap:2.5rem}}
