@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@layer base{._content_1hxhe_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:var(--shadow-md);font-family:var(--font-family-base);border:1px solid var(--border);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:var(--animation-duration-normal);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_1hxhe_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_1hxhe_1}@keyframes _slideUpAndFade_1hxhe_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_1hxhe_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_1hxhe_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_1hxhe_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}@layer base{._input_1pney_2{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:var(--foreground);background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-2) var(--spacing-3);width:100%;transition:border-color var(--animation-duration-normal) ease,background-color var(--animation-duration-normal) ease,box-shadow var(--animation-duration-normal) ease,transform var(--animation-duration-fast) ease;outline:none;height:2.5rem;box-shadow:inset 0 1px 2px #00000005,0 1px #ffffff4d}._input_1pney_2::placeholder{color:var(--muted-foreground);opacity:.7}._input_1pney_2:hover{border-color:color-mix(in srgb,var(--primary) 80%,transparent);background-color:color-mix(in srgb,var(--card) 98%,var(--primary) 2%);box-shadow:inset 0 1px 2px #00000005,0 2px 4px #0000000d}._input_1pney_2:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent),0 2px 4px #0000000d;background-color:var(--card)}._input_1pney_2:disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}.dark ._input_1pney_2{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:inset 0 1px 2px #0000001a,0 1px #ffffff0d}.dark ._input_1pney_2:hover{background-color:color-mix(in srgb,var(--background) 75%,black);border-color:color-mix(in srgb,var(--primary) 90%,white);box-shadow:inset 0 1px 2px #0000001a,0 2px 4px #00000026}.dark ._input_1pney_2:focus{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent),0 2px 4px #00000026}}@layer base{._button_iv06j_2{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);font-family:var(--font-family-base);font-weight:500;border-radius:var(--radius);white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,border-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,box-shadow var(--animation-duration-fast) ease;outline:none;border:1px solid transparent;position:relative}._button_iv06j_2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary);outline:none}._sm_iv06j_32{height:1.5rem;padding:0 var(--spacing-2);font-size:.875rem}._md_iv06j_38{height:2.5rem;padding:0 var(--spacing-3);font-size:.9375rem}._lg_iv06j_44{height:3rem;padding:0 var(--spacing-4);font-size:1rem;border-radius:var(--radius-md)}._icon_iv06j_52,._icon-md_iv06j_53{width:2rem;height:2rem;padding:0}._icon-sm_iv06j_59{width:1.5rem;height:1.5rem;padding:0}._icon-lg_iv06j_65{width:2.5rem;height:2.5rem;padding:0;border-radius:var(--radius-md)}._button_iv06j_2 svg{flex-shrink:0}._sm_iv06j_32 svg,._icon-sm_iv06j_59 svg{width:1rem;height:1rem}._md_iv06j_38 svg,._icon_iv06j_52 svg,._icon-md_iv06j_53 svg{width:1.25rem;height:1.25rem}._lg_iv06j_44 svg,._icon-lg_iv06j_65 svg{width:1.5rem;height:1.5rem}._primary_iv06j_97{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);--spinner-color: var(--primary-foreground)}._primary_iv06j_97:hover{background-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._primary_iv06j_97:active{background-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._secondary_iv06j_114{background-color:var(--secondary);color:var(--secondary-foreground);border-color:var(--secondary);--spinner-color: var(--secondary-foreground)}._secondary_iv06j_114:hover{background-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground))}._secondary_iv06j_114:active{background-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground))}._destructive_iv06j_132{background-color:var(--error);color:var(--error-foreground);border-color:var(--error);--spinner-color: var(--error-foreground)}._destructive_iv06j_132:hover{background-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground))}._destructive_iv06j_132:active{background-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground))}._destructive_iv06j_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}._outline_iv06j_156{background-color:transparent;border-color:var(--primary);color:var(--primary);--spinner-color: var(--primary)}._outline_iv06j_156:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._outline_iv06j_156:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._ghost_iv06j_176{background-color:transparent;border-color:transparent;--spinner-color: var(--primary)}._ghost_iv06j_176:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._ghost_iv06j_176:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._link_iv06j_193{background-color:transparent;color:var(--primary);height:auto;padding:0;text-decoration:none;border:none;border-radius:0;min-height:2.75rem;display:inline-flex;align-items:center;--spinner-color: var(--primary)}._link_iv06j_193:hover{text-decoration:underline;color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));background-color:transparent}._link_iv06j_193:active{color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));background-color:transparent}._link_iv06j_193:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none;border-radius:.25rem}._disabled_iv06j_225{opacity:.5;cursor:not-allowed;pointer-events:none}._dark_iv06j_232 ._primary_iv06j_97:focus-visible,._dark_iv06j_232 ._outline_iv06j_156:focus-visible,._dark_iv06j_232 ._ghost_iv06j_176:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}._dark_iv06j_232 ._destructive_iv06j_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}._dark_iv06j_232 ._link_iv06j_193:focus-visible{box-shadow:0 0 0 2px var(--primary)}}@layer base{._container_1hhjs_2{position:relative;height:100%;width:100%;padding-top:var(--spacing-4);font-family:var(--font-family-base);display:flex;flex-direction:column;min-height:300px;>*{flex:1 1 auto;min-height:0}}._container_1hhjs_2 .recharts-cartesian-axis-tick text{fill:var(--muted-foreground);font-size:.75rem}._container_1hhjs_2 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in srgb,var(--border) 50%,transparent)}._container_1hhjs_2 .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}._container_1hhjs_2 .recharts-dot[stroke="#fff"]{stroke:transparent}._container_1hhjs_2 .recharts-layer{outline:none}._container_1hhjs_2 .recharts-polar-grid[stroke="#ccc"]{stroke:var(--border)}._container_1hhjs_2 .recharts-radial-bar-background-sector{fill:var(--muted)}._container_1hhjs_2 .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted);opacity:.3}._container_1hhjs_2 .recharts-reference-line[stroke="#ccc"]{stroke:var(--border)}._container_1hhjs_2 .recharts-sector[stroke="#fff"]{stroke:transparent}._container_1hhjs_2 .recharts-sector,._container_1hhjs_2 .recharts-surface{outline:none}._tooltip_1hhjs_74{background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:var(--spacing-3);border:1px solid var(--border);max-width:300px;min-width:180px;z-index:var(--z-overlay);transition:opacity var(--animation-duration-normal) ease-in-out,transform var(--animation-duration-normal) ease-in-out;transform-origin:center top;animation:_tooltipFadeIn_1hhjs_1 var(--animation-duration-normal) ease-in-out}@keyframes _tooltipFadeIn_1hhjs_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._tooltipLabel_1hhjs_102{font-weight:600;font-size:.875rem;margin-bottom:var(--spacing-2);color:var(--popup-foreground);padding-bottom:var(--spacing-2);border-bottom:1px solid var(--border)}._tooltipItems_1hhjs_111{display:flex;flex-direction:column;gap:var(--spacing-2)}._tooltipItem_1hhjs_111{display:flex;align-items:center;gap:var(--spacing-2);font-size:.875rem}._tooltipItemIndicator_1hhjs_124{flex-shrink:0}._tooltipItemIndicator-dot_1hhjs_128{width:8px;height:8px;border-radius:var(--radius-full);background-color:var(--color-bg, var(--chart-color-5))}._tooltipItemIndicator-line_1hhjs_135{width:12px;height:2px;background-color:var(--color-bg, var(--chart-color-3))}._tooltipItemIndicator-dashed_1hhjs_141{width:12px;height:2px;background:repeating-linear-gradient(to right,var(--color-bg, var(--chart-color-4)),var(--color-bg, var(--chart-color-4)) 2px,transparent 2px,transparent 4px)}._tooltipItemIndicator-nested-dashed_1hhjs_153{width:12px;height:2px;background:repeating-linear-gradient(to right,var(--color-bg, var(--chart-color-4)),var(--color-bg, var(--chart-color-4)) 2px,transparent 2px,transparent 4px);margin-right:var(--spacing-1)}._tooltipItemLabel_1hhjs_166{display:flex;flex:1;justify-content:space-between;align-items:center;gap:var(--spacing-2)}._tooltipItemLabel-nested_1hhjs_174{flex-direction:column;align-items:flex-start;gap:var(--spacing-1)}._tooltipItemLabel-center_1hhjs_180{align-items:center}._tooltipItemLabelContent_1hhjs_184{display:flex;flex-direction:column;gap:var(--spacing-1)}._tooltipItemLabelText_1hhjs_190{color:var(--popup-foreground);font-weight:500}._tooltipItemValue_1hhjs_195{font-weight:600;color:var(--popup-foreground)}._legend_1hhjs_201{display:flex;flex-wrap:wrap;gap:var(--spacing-4);justify-content:center;padding:var(--spacing-3)}._legend-top_1hhjs_209{margin-bottom:var(--spacing-4)}._legend-bottom_1hhjs_213{margin-top:var(--spacing-4)}._legendItem_1hhjs_217{display:flex;align-items:center;gap:var(--spacing-2);font-size:.875rem;color:var(--surface-foreground)}._legendItemIcon_1hhjs_225{width:12px;height:12px;border-radius:var(--radius-sm);flex-shrink:0}}._pageWrapper_16se0_1{width:100%;max-width:1200px;margin:0 auto;padding:var(--spacing-6) var(--spacing-4) var(--spacing-16);font-family:var(--font-family-base);color:var(--foreground)}@media(max-width:600px){._pageWrapper_16se0_1{padding:var(--spacing-4) var(--spacing-2) var(--spacing-8)}}._header_16se0_16{text-align:center;margin-bottom:var(--spacing-10)}._title_16se0_21{font-family:var(--font-family-heading);font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground);margin:0 0 var(--spacing-2)}@media(max-width:600px){._title_16se0_21{font-size:1.75rem}}._subtitle_16se0_36{font-size:1.125rem;color:var(--muted-foreground);margin:0;font-weight:400}._layoutGrid_16se0_43{display:grid;grid-template-columns:1fr;gap:var(--spacing-8);align-items:start}@media(min-width:992px){._layoutGrid_16se0_43{grid-template-columns:380px 1fr;gap:var(--spacing-10)}}._inputSection_16se0_58{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--spacing-6);box-shadow:var(--shadow);min-width:0}@media(min-width:992px){._inputSection_16se0_58{position:sticky;top:var(--spacing-6)}}._inputSectionHeader_16se0_74{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-6);padding-bottom:var(--spacing-4);border-bottom:1px solid var(--border)}._sectionTitle_16se0_83{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:500;margin:0}._groupTitle_16se0_90{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:0 0 var(--spacing-4)}._inputGroup_16se0_99{margin-bottom:var(--spacing-8)}._inputGroup_16se0_99:last-child{margin-bottom:0}._inputRow_16se0_107{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-4);margin-bottom:var(--spacing-4);min-width:0}@media(max-width:600px){._inputRow_16se0_107{grid-template-columns:1fr}}._inputRow_16se0_107:last-child{margin-bottom:0}._inputRow_16se0_107>label:only-child{grid-column:1 / -1}._label_16se0_130{display:flex;flex-direction:column;gap:var(--spacing-2);font-size:.875rem;font-weight:500;color:var(--surface-foreground);min-width:0}._adornedInput_16se0_141{position:relative;display:flex;align-items:center;width:100%;min-width:0}._prefix_16se0_149,._suffix_16se0_150,._suffixText_16se0_151{position:absolute;color:var(--muted-foreground);font-size:.9375rem;pointer-events:none;z-index:10}._prefix_16se0_149{left:var(--spacing-3)}._suffix_16se0_150{right:var(--spacing-3)}._suffixText_16se0_151{right:var(--spacing-3);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}._inputWithPrefix_16se0_174{padding-left:calc(var(--spacing-3) * 2 + .5rem)!important;width:100%;min-width:0}._inputWithSuffix_16se0_180{padding-right:calc(var(--spacing-3) * 2 + .5rem)!important;width:100%;min-width:0}._inputWithSuffixText_16se0_186{padding-right:calc(var(--spacing-3) * 2 + 1.5rem)!important;width:100%;min-width:0}._resultsSection_16se0_193{display:flex;flex-direction:column;gap:var(--spacing-8);min-width:0}._gradeHeader_16se0_200{display:flex;justify-content:space-between;align-items:center;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--spacing-6) var(--spacing-8);box-shadow:var(--shadow-md);min-width:0}@media(max-width:600px){._gradeHeader_16se0_200{flex-direction:column;text-align:center;gap:var(--spacing-4);padding:var(--spacing-4)}}._resultsTitle_16se0_221{font-family:var(--font-family-heading);font-size:1.5rem;font-weight:500;margin:0 0 var(--spacing-1)}._resultsSubtitle_16se0_228{font-size:.875rem;color:var(--muted-foreground);margin:0}._gradeBadge_16se0_234{font-family:var(--font-family-heading);font-size:3rem;font-weight:700;line-height:1;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border:2px solid;border-radius:var(--radius-full);background-color:color-mix(in srgb,currentColor 5%,transparent)}@media(max-width:600px){._gradeBadge_16se0_234{width:4rem;height:4rem;font-size:2.25rem}}._metricsGrid_16se0_257{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-4);min-width:0}@media(max-width:600px){._metricsGrid_16se0_257{grid-template-columns:1fr 1fr}}._metricCard_16se0_270{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--spacing-5);display:flex;flex-direction:column;box-shadow:var(--shadow);min-width:0}._metricLabel_16se0_281{font-size:.875rem;font-weight:500;color:var(--muted-foreground);margin-bottom:var(--spacing-2)}._metricValue_16se0_288{font-family:var(--font-family-monospace);font-size:1.5rem;font-weight:600;color:var(--surface-foreground);line-height:1.2}@media(max-width:600px){._metricValue_16se0_288{font-size:1.25rem}}._metricSubtext_16se0_302{font-size:.75rem;color:var(--muted-foreground);margin-top:var(--spacing-1)}._negativeValue_16se0_308{color:var(--error)!important}._sectionTitleSmall_16se0_312{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:500;margin:0 0 var(--spacing-4);padding-bottom:var(--spacing-2);border-bottom:1px solid var(--border)}._chartSection_16se0_321,._tableSection_16se0_322{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--spacing-6);box-shadow:var(--shadow);max-width:100%;overflow:hidden;min-width:0}._chartWrapper_16se0_333{height:350px;width:100%;max-width:100%;overflow:hidden;min-width:0}@media(max-width:600px){._chartWrapper_16se0_333{height:280px}}._tableWrapper_16se0_347{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}._projectionTable_16se0_353{width:100%;border-collapse:collapse;font-size:.875rem}._projectionTable_16se0_353 th,._projectionTable_16se0_353 td{padding:var(--spacing-3) var(--spacing-4);border-bottom:1px solid var(--border);white-space:nowrap}._projectionTable_16se0_353 th{text-align:left;font-weight:600;color:var(--muted-foreground);background-color:var(--muted)}._projectionTable_16se0_353 td{font-family:var(--font-family-monospace);color:var(--surface-foreground)}._projectionTable_16se0_353 tr:last-child td{border-bottom:none}._projectionTable_16se0_353 tr:hover td{background-color:color-mix(in srgb,var(--primary) 2%,transparent)}._textRight_16se0_386{text-align:right!important}:root{--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-7: 1.75rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-13: 3.25rem;--spacing-14: 3.5rem;--spacing-15: 3.75rem;--spacing-16: 4rem;--spacing-17: 4.25rem;--spacing-18: 4.5rem;--spacing-19: 4.75rem;--spacing-20: 5rem}:root{--background: #F8FAFC;--foreground: #0F172A;--surface: #FFFFFF;--surface-foreground: #0F172A;--sidebar: #F1F5F9;--sidebar-foreground: #1E293B;--card: #FFFFFF;--card-foreground: #0F172A;--popup: #FFFFFF;--popup-foreground: #0F172A;--primary: #065F46;--primary-foreground: #FFFFFF;--secondary: #E2E8F0;--secondary-foreground: #0F172A;--accent: #047857;--accent-foreground: #FFFFFF;--muted: #F1F5F9;--muted-foreground: #64748B;--success: #059669;--success-foreground: #FFFFFF;--error: #DC2626;--error-foreground: #FFFFFF;--warning: #D97706;--warning-foreground: #FFFFFF;--info: #0284C7;--info-foreground: #FFFFFF;--info-hover: #0369A1;--info-active: #075985;--border: #E2E8F0;--font-family-base: "Plus Jakarta Sans", system-ui, sans-serif;--font-family-heading: "Fraunces", Georgia, serif;--font-family-monospace: "JetBrains Mono", ui-monospace, monospace;--font-family-cursive: "Fraunces", Georgia, serif;--radius-sm: 2px;--radius: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-full: 9999px;--shadow: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .05), 0 2px 4px -2px rgba(15, 23, 42, .05);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .05), 0 4px 6px -4px rgba(15, 23, 42, .02);--shadow-focus: 0 0 0 2px #FFFFFF, 0 0 0 4px #065F46;--animation-duration-fast: .15s;--animation-duration-normal: .25s;--animation-duration-slow: .4s;--chart-color-1: #065F46;--chart-color-2: #10B981;--chart-color-3: #0EA5E9;--chart-color-4: #64748B;--chart-color-5: #CBD5E1;--grade-a: #059669;--grade-b: #65A30D;--grade-c: #D97706;--grade-d: #EA580C;--grade-f: #DC2626}.dark{--background: #0B1120;--foreground: #F8FAFC;--surface: #151E2E;--surface-foreground: #F8FAFC;--sidebar: #0F172A;--sidebar-foreground: #E2E8F0;--card: #151E2E;--card-foreground: #F8FAFC;--popup: #1E293B;--popup-foreground: #F8FAFC;--primary: #10B981;--primary-foreground: #022C22;--secondary: #1E293B;--secondary-foreground: #F8FAFC;--accent: #34D399;--accent-foreground: #022C22;--muted: #1E293B;--muted-foreground: #94A3B8;--success: #10B981;--success-foreground: #022C22;--error: #EF4444;--error-foreground: #450A0A;--warning: #F59E0B;--warning-foreground: #451A03;--info: #38BDF8;--info-foreground: #082F49;--info-hover: #7DD3FC;--info-active: #BAE6FD;--border: #1E293B;--shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-focus: 0 0 0 2px #0B1120, 0 0 0 4px #10B981;--chart-color-1: #10B981;--chart-color-2: #34D399;--chart-color-3: #38BDF8;--chart-color-4: #94A3B8;--chart-color-5: #475569;--grade-a: #10B981;--grade-b: #A3E635;--grade-c: #FBBF24;--grade-d: #FB923C;--grade-f: #F87171}@layer base{ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}
