.grid.svelte-18binx1{grid-template-columns:max-content 1fr;gap:.2rem 1rem;margin-top:1rem;display:grid}.header-flex.svelte-1vhbi4r{justify-content:space-between;display:flex}dialog.svelte-1vhbi4r{--body-color:white;width:min(var(--max-width), calc(100% - 2em));background-color:var(--body-color);border:none;border-radius:.2em;max-height:calc(100% - 4em);margin-top:2em;padding:0}dialog.svelte-1vhbi4r::backdrop{background:#0000004d}dialog.svelte-1vhbi4r>div:where(.svelte-1vhbi4r){padding:20px}dialog[open].svelte-1vhbi4r{animation:.3s cubic-bezier(.34,1.56,.64,1) svelte-1vhbi4r-zoom}hr.svelte-1vhbi4r{margin-top:.5rem}h2.svelte-1vhbi4r{align-items:end;font-size:1.5rem}h2.svelte-1vhbi4r>button:where(.svelte-1vhbi4r){align-self:flex-start}@keyframes svelte-1vhbi4r-zoom{0%{transform:scale(.95)}to{transform:scale(1)}}dialog[open].svelte-1vhbi4r::backdrop{animation:.2s ease-out svelte-1vhbi4r-fade}@keyframes svelte-1vhbi4r-fade{0%{opacity:0}to{opacity:1}}.in-basket.svelte-g07cae{color:#27ae60;text-align:center;padding:.3rem 1rem;font-size:.85rem;font-weight:600;line-height:1}.registered.svelte-g07cae{padding:.1rem 1rem;font-size:.8rem;font-weight:600;line-height:1}.leader.svelte-g07cae{color:var(--leader)}.follower.svelte-g07cae{text-align:right;color:var(--follower)}.bar.svelte-g07cae{gap:5px;min-height:34px;margin-top:5px;display:flex}.slider.svelte-g07cae{gap:5px;width:100%;font-size:.8rem;display:flex}.slider.party-slider.svelte-g07cae{display:block}.party-registration.svelte-g07cae{--context-color:#1a433a;background-color:var(--context-color);min-height:34px}.slider-leaders.svelte-g07cae{--context-color:var(--leader);justify-content:space-between}.slider-follows.svelte-g07cae{--context-color:var(--follower);text-align:right;justify-content:flex-end}.slider-common.svelte-g07cae{color:#f0f8ff;background-color:var(--context-color);align-items:center;gap:.5rem;width:100%;padding:6px 1rem;display:flex}.booked.svelte-g07cae{background-color:#47313159}.checkbox-container.svelte-g07cae{cursor:pointer;align-items:center;gap:.5rem;display:flex;position:relative}.checkbox-container.svelte-g07cae input[type=checkbox]:where(.svelte-g07cae){opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark.svelte-g07cae{background-color:#fff;border:2px solid #fff;border-radius:3px;width:22px;height:22px;transition:all .2s;position:relative}.checkbox-container.svelte-g07cae:hover .checkmark:where(.svelte-g07cae){transform:scale(1.1)}.checkmark.svelte-g07cae:after{content:"";display:none;position:absolute}.checkbox-container.svelte-g07cae input:where(.svelte-g07cae):checked~.checkmark:where(.svelte-g07cae):after{display:block}.checkbox-container.svelte-g07cae .checkmark:where(.svelte-g07cae):after{border:solid #fff;border:solid var(--context-color,black);border-width:0 2px 3px 0;width:6px;height:14px;top:1px;left:6px;transform:rotate(45deg)}.basket-item.svelte-hra4l{background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.item-info.svelte-hra4l{flex:1;min-width:0}.course-name.svelte-hra4l{color:var(--font-color);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.course-details.svelte-hra4l{margin-top:.25rem}.course-number.svelte-hra4l{color:var(--font-color);font-size:.8rem;font-weight:600}.role-badge.svelte-hra4l{white-space:nowrap;font-weight:600}.role-badge.leader.svelte-hra4l{color:var(--leader)}.role-badge.follower.svelte-hra4l{color:var(--follower)}.course-details.svelte-hra4l{color:#666;font-size:.85rem}.checkout-form.svelte-aot1wv{margin-block:1rem}.basket-summary.svelte-aot1wv{background-color:var(--bg-color);border-left:4px solid var(--primary-color);border-radius:8px;margin-bottom:1.5rem;padding:1rem}h3.svelte-aot1wv{color:var(--font-color);margin:0 0 1rem;font-size:1rem}.course-list.svelte-aot1wv{flex-direction:column;gap:.3rem;display:flex}.form-fields.svelte-aot1wv{flex-flow:wrap;gap:1.25rem;display:flex}.field.svelte-aot1wv{flex-direction:column;flex:100%;gap:.5rem;display:flex}.field.w-50.svelte-aot1wv{flex-basis:350px}.checkbox-field.svelte-aot1wv{flex-direction:row;align-items:center}.checkbox-field.svelte-aot1wv label:where(.svelte-aot1wv){cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.checkbox-field.svelte-aot1wv input[type=checkbox]:where(.svelte-aot1wv){cursor:pointer;width:18px;height:18px}label.svelte-aot1wv{font-size:.95rem;font-weight:500}.required.svelte-aot1wv{color:#e74c3c}input[type=text].svelte-aot1wv,input[type=email].svelte-aot1wv,select.svelte-aot1wv,textarea.svelte-aot1wv{border:1px solid #ddd;border-radius:4px;padding:.75rem;font-family:inherit;font-size:1rem}select.svelte-aot1wv{cursor:pointer;background-color:#fff}textarea.svelte-aot1wv{resize:vertical;min-height:60px}input[type=text].svelte-aot1wv:focus,input[type=email].svelte-aot1wv:focus,select.svelte-aot1wv:focus,textarea.svelte-aot1wv:focus{outline:none;box-shadow:0 0 0 3px #3498db1a}input.svelte-aot1wv:disabled,textarea.svelte-aot1wv:disabled{cursor:not-allowed;background-color:#f5f5f5}.message.svelte-aot1wv{border-radius:4px;margin-top:1rem;padding:1rem}.error-message.svelte-aot1wv{color:#c33;background-color:#fee;border:1px solid #fcc}.success-message.svelte-aot1wv{color:#3c3;background-color:#efe;border:1px solid #cfc}.actions.svelte-aot1wv{gap:1rem;margin-top:1.5rem;display:flex}button.svelte-aot1wv{cursor:pointer;border:none;border-radius:4px;flex:1;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .2s}button.svelte-aot1wv:disabled{opacity:.6;cursor:not-allowed}.basket-wrapper.svelte-1d07o3g{z-index:1000;position:fixed;top:20px;right:20px}.basket-toggle.svelte-1d07o3g{cursor:pointer;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000026}.arrow.svelte-1d07o3g{font-size:.8rem;transition:transform .2s}.arrow.open.svelte-1d07o3g{transform:rotate(180deg)}.basket-dropdown.svelte-1d07o3g{background:#fff;border-radius:8px;min-width:400px;max-width:500px;max-height:600px;position:absolute;top:60px;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}h3.svelte-1d07o3g{border-bottom:2px solid #f0f0f0;margin:0;padding:1rem 1.5rem;font-size:1.1rem}.empty.svelte-1d07o3g{text-align:center;color:#999;padding:2rem}.basket-items.svelte-1d07o3g{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.basket-total.svelte-1d07o3g{background-color:#f8f9fa;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.total-label.svelte-1d07o3g{color:var(--font-color);font-size:1.1rem;font-weight:600}.total-amount.svelte-1d07o3g{color:var(--brand-color);font-size:1.2rem;font-weight:700}.basket-footer.svelte-1d07o3g{border-top:2px solid #f0f0f0;gap:1rem;padding:1rem 1.5rem;display:flex}@media (width<=600px){.basket-wrapper.svelte-1d07o3g{top:10px;right:10px}.basket-dropdown.svelte-1d07o3g{min-width:300px;max-width:calc(100vw - 20px)}}@container (width<=400px){.basket-dropdown.svelte-1d07o3g{min-width:280px}}.filter-toggle.svelte-11eyfq9{border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s;display:flex}.filter-toggle.svelte-11eyfq9:has(.open:where(.svelte-11eyfq9)){border-radius:6px 6px 0 0}.filter-toggle.svelte-11eyfq9 .arrow:where(.svelte-11eyfq9){font-size:.8rem;transition:transform .3s}.filter-toggle.svelte-11eyfq9 .arrow.open:where(.svelte-11eyfq9){transform:rotate(-180deg)}.highlight-filters.svelte-11eyfq9{border:1px solid var(--brand-color,#ddd);margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.highlight-filters.svelte-11eyfq9 h3:where(.svelte-11eyfq9){color:var(--font-color,black);margin-top:0;margin-bottom:1rem;font-size:1.2rem}.filter-row.svelte-11eyfq9{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2.5rem;margin-bottom:1rem;display:grid}.filter-group.svelte-11eyfq9{flex-direction:column;gap:.75rem;display:flex}.filter-label.svelte-11eyfq9{color:var(--font-color,black);font-size:1rem;font-weight:600}.checkbox-group.svelte-11eyfq9{border-radius:4px;flex-direction:column;display:flex}.checkbox-label.svelte-11eyfq9{cursor:pointer;border-radius:3px;align-items:center;gap:.5rem;padding:.25rem;font-size:.95rem;transition:background-color .2s;display:flex}.checkbox-label.svelte-11eyfq9:hover{background-color:#f0f0f0}.filter-option-text.svelte-11eyfq9{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.filter-count-badge.svelte-11eyfq9{background-color:var(--brand-color,#007bff);color:#fff;text-align:center;border-radius:10px;min-width:20px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.filter-summary.svelte-11eyfq9{background-color:#e7f3ff;border:2px solid #2196f3;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0 2rem;padding:1rem 1.5rem;display:flex;position:relative}.filter-summary-content.svelte-11eyfq9{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.filter-summary-content.svelte-11eyfq9 strong:where(.svelte-11eyfq9){color:#1976d2}.filter-badge.svelte-11eyfq9{color:#1976d2;background-color:#fff;border:1px solid #2196f3;border-radius:16px;padding:.25rem .75rem;font-size:.9rem}.filter-count.svelte-11eyfq9{color:#1976d2;white-space:nowrap;font-weight:600}.clear-filters-summary.svelte-11eyfq9{color:#fff;cursor:pointer;background-color:#2196f3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:background-color .2s;display:flex}.clear-filters-summary.svelte-11eyfq9:hover{background-color:#1976d2}.no-matches-message.svelte-11eyfq9{text-align:center;background-color:#fff3cd;border:2px solid #ffc107;border-radius:8px;margin:2rem 0;padding:1.5rem}.no-matches-message.svelte-11eyfq9 p:where(.svelte-11eyfq9){color:#856404;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.clear-filters-inline.svelte-11eyfq9{color:#000;cursor:pointer;background-color:#ffc107;border:none;border-radius:4px;padding:.5rem 1.5rem;font-weight:600;transition:background-color .2s}.clear-filters-inline.svelte-11eyfq9:hover{background-color:#e0a800}.notification.svelte-11eyfq9{z-index:1000;border-radius:8px;padding:1rem 1.5rem;font-weight:600;animation:.3s ease-out svelte-11eyfq9-slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.prerequisite-notification.svelte-11eyfq9{color:#fff;background-color:#3498db}@keyframes svelte-11eyfq9-slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.checkbox-label.svelte-11eyfq9 input[type=checkbox]:where(.svelte-11eyfq9){cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color,#007bff)}.clear-filters.svelte-11eyfq9{color:#fff;cursor:pointer;background-color:#6c757d;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:background-color .2s}.clear-filters.svelte-11eyfq9:hover{background-color:#5a6268}.filter-actions.svelte-11eyfq9{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.apply-filters.svelte-11eyfq9{background-color:var(--brand-color,#007bff);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s;display:none}.apply-filters.svelte-11eyfq9:hover{background-color:#0056b3}@media (width<=768px){.apply-filters.svelte-11eyfq9{flex:1;min-width:200px;display:block}}.course.faded.svelte-11eyfq9{opacity:.3}.course.faded.svelte-11eyfq9:hover{opacity:1}@keyframes svelte-11eyfq9-pulse{0%,to{box-shadow:0 0 15px 5px #ffc107cc}50%{box-shadow:0 0 20px 8px #ffc107}}@media (width<=768px){.filter-row.svelte-11eyfq9{grid-template-columns:1fr}}h1.svelte-11eyfq9,h2.svelte-11eyfq9{color:var(--font-color,black);margin-bottom:.3em}h1.svelte-11eyfq9{margin-top:1.2em;margin-bottom:0;font-size:2rem}h2.svelte-11eyfq9{align-items:center;gap:1rem;margin-top:.4em;font-size:1.2rem;display:flex}.block-selected.svelte-11eyfq9{color:#fff;background-color:#27ae60;border-radius:15px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.in-basket-indicator.svelte-11eyfq9{color:#fff;text-align:center;background-color:#27ae60;border-radius:6px;margin:.5rem 1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.reg-slider.svelte-11eyfq9{margin-bottom:0}.course-name.svelte-11eyfq9{justify-content:space-between;align-items:center;margin-top:.3rem;font-size:1.2rem;font-weight:600}.course-header.svelte-11eyfq9{justify-content:space-between;align-items:center;gap:.4rem;font-family:monospace;font-size:.8rem;font-weight:700;display:flex}.row-block.svelte-11eyfq9{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:1rem 1.5rem;margin-bottom:2rem;display:grid}.course.svelte-11eyfq9{display:subgrid;background-color:#fff;transition:all .2s;position:relative;box-shadow:0 0 5px 2px #0003}.course-padded.svelte-11eyfq9{padding-block:1rem;padding-inline:1rem}.course.inactive.svelte-11eyfq9{filter:grayscale();background:#d3d3d3}.course.inactive.svelte-11eyfq9:hover{filter:none}@media (width<=1000px){.row-block.svelte-11eyfq9{grid-template-columns:1fr}}.prerequisite.svelte-11eyfq9{color:var(--brand-color,black);font-size:.9rem;font-weight:600}
