button.svelte-g9c1iq{padding:.75rem 1.5rem;border:2.5px solid var(--pitch-black);border-radius:.5rem;box-shadow:.25rem .25rem 0 var(--box-shadow-color, var(--pitch-black));background:var(--button-bg-color, var(--sky-blue));width:var(--width, fit-content);display:inline-flex;gap:10px;align-items:center;justify-content:center;font-family:Open Sans;font-weight:600;font-size:18px;color:var(--button-text-color, var(--pitch-black))}button.svelte-g9c1iq:disabled{background:#eee;cursor:not-allowed}.secondary.svelte-g9c1iq{background:#fff}button.svelte-g9c1iq:active:enabled{box-shadow:none;transform:translate(.25rem,.25rem)}.fullWidth.svelte-g9c1iq{width:100%}@media(max-width:768px){button.svelte-g9c1iq{font-size:1rem}}h1.svelte-rq38yv{font-family:Inter;font-size:3.625rem;font-weight:600;text-align:var(--text-align, inherit);text-wrap:balance}@media(max-width:540px){h1.svelte-rq38yv{font-size:2.25rem}}h2.svelte-1llymqe{font-family:Inter;font-size:2.25rem;font-weight:600;text-align:var(--text-align, inherit)}@media(max-width:540px){h2.svelte-1llymqe{font-size:1.875rem}}h3.svelte-3imo7d{font-family:Inter;font-size:1.75rem;font-weight:600}@media(max-width:540px){h3.svelte-3imo7d{font-size:1.5rem}}h4.svelte-sthqp4{font-family:Inter;font-size:1.5rem;font-weight:600;color:var(--text-color, --pitch-black)}@media(max-width:540px){h4.svelte-sthqp4{font-size:1.25rem}}h5.svelte-vtxxrv{font-family:Inter;font-size:1.25rem;font-weight:600;color:var(--text-color, var(--pitch-black));text-align:var(--text-align, inherit)}p.svelte-1i9650h{font-family:Open Sans;font-size:1rem;font-weight:450;line-height:1.5rem;color:var(--text-color, --pitch-black);text-decoration-color:var(--text-color, --pitch-black);text-align:var(--text-align, inherit)}.bold.svelte-1i9650h{font-weight:700}@media(max-width:768px){p.svelte-1i9650h{font-size:.875rem;line-height:1.3125rem}}.wrapper.svelte-54xhc6{display:flex;flex-direction:column;gap:1.25rem;font-family:Open Sans;font-size:1.25rem;font-weight:400;line-height:1.875rem}@media(max-width:540px){.wrapper.svelte-54xhc6{font-size:1rem;line-height:1.5rem}}.wrapper.svelte-3wclrd{display:inline-flex;gap:.5rem;align-items:center;width:100%}.popup-overlay.svelte-4f290w{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;margin:0;padding:1rem;border:none;animation:fadeIn .3s ease-out}.popup-content.svelte-4f290w{background-color:var(--popup-color, var(--white));border-radius:.75rem;box-shadow:.25rem .25rem 0 var(--pitch-black);max-height:90vh;overflow-y:auto;border:1px solid var(--pitch-black);padding:2rem;text-align:center;scrollbar-color:var(--sky-blue) var(--light-sky-blue);scrollbar-width:thin}.popup-content.svelte-4f290w::-webkit-scrollbar{width:8px;margin:8px 4px 8px 0}.popup-content.svelte-4f290w::-webkit-scrollbar-track{background:var(--light-sky-blue);border-radius:4px}.popup-content.svelte-4f290w::-webkit-scrollbar-thumb{background:var(--sky-blue);border-radius:4px}.popup-small.svelte-4f290w{width:100%;max-width:400px}.popup-medium.svelte-4f290w{width:100%;max-width:600px}.popup-large.svelte-4f290w{width:100%;max-width:800px}.popup-very-large.svelte-4f290w{width:100%;max-width:1200px}.popup-header.svelte-4f290w{display:flex;align-items:center;justify-content:flex-end}.popup-title.svelte-4f290w{margin:0;padding-bottom:1rem;font-size:1.5rem;font-weight:600;color:var(--pitch-black)}.close-button.svelte-4f290w{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:var(--charcoal);transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.popup-body.svelte-4f290w{display:flex;flex-direction:column;gap:1rem;align-items:center;text-wrap:pretty}@media(max-width:640px){.popup-overlay.svelte-4f290w{padding:.5rem}.popup-content.svelte-4f290w{border-radius:8px;padding:1rem}.close-button.svelte-4f290w{padding:0;min-width:32px;min-height:32px}.popup-title.svelte-4f290w{font-size:1.25rem}.popup-small.svelte-4f290w,.popup-medium.svelte-4f290w,.popup-large.svelte-4f290w{max-width:none}}@media(max-height:600px){.popup-content.svelte-4f290w{max-height:85vh}}@media(prefers-contrast:high){.popup-content.svelte-4f290w{border:3px solid var(--pitch-black)}.popup-header.svelte-4f290w{border-bottom-color:var(--pitch-black)}}@media(prefers-reduced-motion:reduce){.popup-overlay.svelte-4f290w,.popup-content.svelte-4f290w{animation:none}}.input-root.svelte-1wwkhju{display:flex;flex-direction:column;flex-wrap:wrap;align-items:start;gap:.5rem;width:var(--width, fit-content);font-family:Open Sans,sans-serif;height:var(--height, fit-content)}.fullWidth.svelte-1wwkhju{width:100%}.input-container.svelte-1wwkhju{display:flex;flex-direction:row;align-items:center;gap:.5rem}.input-field.svelte-1wwkhju{flex:1 1 auto;padding:.75rem 1.25rem;font-size:1.125rem;border:2.5px solid var(--pitch-black);border-radius:.5rem;background:var(--white);color:var(--pitch-black);box-shadow:.25rem .25rem 0 var(--pitch-black);outline:none;font-weight:600;transition:box-shadow .1s,transform .1s}.input-field.svelte-1wwkhju:focus{box-shadow:.5rem .5rem 0 var(--pitch-black);transform:translate(-.125rem,-.125rem)}.input-field.svelte-1wwkhju:disabled{background:#eee;color:#888;cursor:not-allowed}.input-error.svelte-1wwkhju{color:var(--rose);font-size:.95rem;font-weight:500;margin-top:.1rem;background:var(--light-rose);border:1.5px solid var(--rose);border-radius:.25rem;padding:.25rem .5rem;box-shadow:.15rem .15rem 0 var(--rose);width:fit-content}@media(max-width:540px){.input-container.svelte-1wwkhju{flex-direction:column;gap:2rem}.input-field.svelte-1wwkhju{width:100%}}.help-icon-wrapper.svelte-1jg3hic{position:relative;display:inline-block;cursor:help}.help-tooltip.svelte-1jg3hic{visibility:hidden;background:var(--bg-color, var(--white));color:var(--pitch-black);text-align:center;padding:.5rem .75rem;position:absolute;z-index:10;bottom:125%;left:50%;translate:-50% 0;white-space:pre-line;font-size:.875rem;font-weight:700;opacity:0;transition:opacity .2s;pointer-events:none;border:.125rem solid var(--pitch-black);box-shadow:.25rem .25rem 0 var(--pitch-black);min-width:max-content}.help-icon-wrapper.svelte-1jg3hic:hover .help-tooltip:where(.svelte-1jg3hic),.help-icon-wrapper.svelte-1jg3hic:focus .help-tooltip:where(.svelte-1jg3hic){visibility:visible;opacity:1;pointer-events:auto}.help-icon-wrapper.svelte-1jg3hic:focus{outline:.125rem solid var(--sky-blue);outline-offset:.125rem}.dropdown-container.svelte-pvece1{display:flex;flex-direction:column;gap:.5rem;position:relative;width:var(--width, 100%)}.form-dropdown.svelte-pvece1{padding:.5rem 1.25rem;display:inline-flex;gap:.75rem;align-items:center;justify-content:space-between;background-color:var(--white);width:var(--width, 100%);border:3px solid var(--pitch-black);border-radius:.5rem;box-shadow:.25rem .25rem 0 0 var(--pitch-black);font-weight:700;font-size:1.1rem;color:var(--pitch-black);cursor:pointer;transition:background .1s,box-shadow .1s,color .1s;outline:none}.form-dropdown.svelte-pvece1:hover{background-color:var(--sky-blue);color:var(--pitch-black)}.dropdown-icon.svelte-pvece1{display:flex;align-items:center}.dropdown-icon.svelte-pvece1 svg:where(.svelte-pvece1){display:block}.dropdown-content.svelte-pvece1{width:var(--width, 100%);position:absolute;bottom:0;left:0;transform:translateY(100%);background-color:var(--white);border:3px solid var(--pitch-black);border-radius:.1rem;box-shadow:.25rem .25rem 0 0 var(--pitch-black);z-index:2}.dropdown-choice-container.svelte-pvece1{width:100%;display:flex;align-items:center;padding:.5rem 1.25rem;background:none;border:none;border-bottom:2px solid var(--pitch-black);font-weight:700;font-size:1.05rem;color:var(--pitch-black);cursor:pointer;transition:background .1s,color .1s;border-radius:0;outline:none}.dropdown-choice-container.svelte-pvece1:last-child{border-bottom:none}.dropdown-choice-container.svelte-pvece1:hover,.dropdown-choice-chosen.svelte-pvece1{background-color:var(--sky-blue);color:var(--pitch-black)}@media(max-width:600px){.form-dropdown.svelte-pvece1,.dropdown-choice-container.svelte-pvece1{padding:.5rem .75rem}}.mark-bar.svelte-1n6opuq{width:100%;display:inline-flex;height:34px;flex-shrink:0;background:#d9d9d9;align-items:center;border-bottom:3px solid;-webkit-user-select:none;user-select:none;font-family:Inter;font-style:normal;line-height:normal}.number.svelte-1n6opuq{width:2rem;height:calc(2rem - 1px);background:#000;flex-shrink:0;color:#fff;font-size:1.375rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mark.svelte-1n6opuq{display:inline-flex;align-items:center}.mark.svelte-1n6opuq svg:where(.svelte-1n6opuq){margin:0 5px 0 12px}.mark-text.svelte-1n6opuq{color:#000;font-size:15px;font-weight:400}.toggle-elimination.svelte-1n6opuq{width:30px;height:28px;flex-shrink:0;margin-left:auto;margin-right:6px}.acc-item.svelte-1hi9uaj{background:var(--light-sky-blue);border:3px solid var(--pitch-black);border-radius:.5rem;box-shadow:.25rem .25rem 0 var(--pitch-black);cursor:pointer;transition:background .1s,box-shadow .1s}.acc-trigger.svelte-1hi9uaj{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.acc-trigger.svelte-1hi9uaj:focus{outline:1px solid var(--sky-blue)}.acc-icon.svelte-1hi9uaj{font-size:1.25rem;line-height:1}.acc-panel.svelte-1hi9uaj{overflow:hidden;display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease,opacity .22s ease;background:var(--white)}.acc-panel[data-open=true].svelte-1hi9uaj{grid-template-rows:1fr;opacity:1;padding:1rem;border-top:3px solid var(--pitch-black);border-radius:0 0 .5rem .5rem}.acc-inner.svelte-1hi9uaj{min-height:0}
