html,body{font-family:Inter,sans-serif;margin:0;padding:0;height:100%;box-sizing:border-box;overflow:hidden}.about-container.svelte-1bnal8i.svelte-1bnal8i{font-family:Arial,sans-serif;color:var(--textColor);max-width:90%;margin:0 auto;padding:2rem;height:calc(100vh - 4rem);display:flex;flex-direction:column;align-items:center}.scroll-box.svelte-1bnal8i.svelte-1bnal8i{width:100%;max-width:1000px;height:fit-content;overflow-y:auto;padding:2rem;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:var(--boxShadow)}h1.svelte-1bnal8i.svelte-1bnal8i{font-size:var(--fontLarge);color:var(--primary);margin-bottom:1rem}h2.svelte-1bnal8i.svelte-1bnal8i{font-size:var(--fontMedium);margin-bottom:1rem;border-bottom:2px solid var(--primary);padding-bottom:.5rem}h3.svelte-1bnal8i.svelte-1bnal8i{font-size:var(--fontSmall);color:var(--secondary);margin-bottom:.5rem}p.svelte-1bnal8i.svelte-1bnal8i{font-size:var(--fontRegular);line-height:1.6;margin-bottom:1.5rem}.mode-card.svelte-1bnal8i.svelte-1bnal8i,.get-started-section.svelte-1bnal8i.svelte-1bnal8i{background-color:var(--background);padding:1.5rem;margin-bottom:1.5rem;border-left:5px solid var(--primary);border-radius:8px}.algorithm-list.svelte-1bnal8i li.svelte-1bnal8i{margin-bottom:1rem;padding:1rem;border-left:4px solid var(--primary);background-color:#f5f5f5;border-radius:4px}.scroll-box.svelte-1bnal8i.svelte-1bnal8i::-webkit-scrollbar{width:12px}.scroll-box.svelte-1bnal8i.svelte-1bnal8i::-webkit-scrollbar-track{background:#f1f1f1}.scroll-box.svelte-1bnal8i.svelte-1bnal8i::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;border:3px solid #f1f1f1}.scroll-box.svelte-1bnal8i.svelte-1bnal8i::-webkit-scrollbar-thumb:hover{background-color:#555}.start-page.svelte-1r3vto8.svelte-1r3vto8{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--backgroundLight);color:var(--textColor);box-sizing:border-box;overflow:auto;padding:10px;flex-direction:column}.content.svelte-1r3vto8.svelte-1r3vto8{max-width:900px;width:100%;max-height:85vh;padding:1rem;background:var(--backgroundDark);border-radius:10px;box-shadow:var(--boxShadow);color:var(--textColor);box-sizing:border-box;overflow-y:auto}h1.svelte-1r3vto8.svelte-1r3vto8{font-size:var(--fontLarge);margin-bottom:1rem;text-align:center}p.svelte-1r3vto8.svelte-1r3vto8{font-size:var(--fontRegular);margin-bottom:1rem;line-height:var(--lineHeight)}ul.svelte-1r3vto8.svelte-1r3vto8{list-style-type:disc;margin-left:1.5rem;margin-bottom:1.5rem}ul.svelte-1r3vto8 li.svelte-1r3vto8{margin-bottom:1rem}strong.svelte-1r3vto8.svelte-1r3vto8{color:var(--highlightColor)}@media (max-width: 768px){.content.svelte-1r3vto8.svelte-1r3vto8{padding:1.5rem}h1.svelte-1r3vto8.svelte-1r3vto8{font-size:var(--fontMedium)}p.svelte-1r3vto8.svelte-1r3vto8{font-size:1.1rem}}@media (max-width: 500px){.content.svelte-1r3vto8.svelte-1r3vto8{padding:1rem}h1.svelte-1r3vto8.svelte-1r3vto8{font-size:var(--fontSmall)}p.svelte-1r3vto8.svelte-1r3vto8{font-size:1rem}}.spacer.svelte-1r3vto8.svelte-1r3vto8{height:var(--navbarHeight, 70px);width:100%}.menu.svelte-spx2it{background-color:var(--generalBackground);color:var(--white);padding:1rem;border-radius:5px;box-shadow:0 2px 8px #0000001a;width:250px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%}.menu-header.svelte-spx2it{font-size:1.5rem;font-weight:700;text-align:center}.menu-margin.svelte-spx2it{margin-bottom:1rem}.prop-label.svelte-spx2it{position:relative;display:flex;align-items:center;font-size:1rem;justify-content:space-between;width:100%}.label-container.svelte-spx2it{display:flex;flex-direction:row}.node-properties.svelte-spx2it,.edge-properties.svelte-spx2it{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding-top:1rem;margin-bottom:1rem;border-top:1px solid rgba(255,255,255,.2)}@media (max-width: 600px){.menu.svelte-spx2it{width:100%;font-size:.9rem}.menu-header.svelte-spx2it{font-size:1.3rem}}.container.svelte-1ke9uoe.svelte-1ke9uoe{display:flex;flex-direction:column;height:100%;padding:10px;overflow:hidden}.graph.svelte-1ke9uoe.svelte-1ke9uoe{flex-grow:1;background-color:#d3d3d3;display:flex;justify-content:center;align-items:center;font-size:1.5em;margin-bottom:10px;overflow:hidden}.sidebar.svelte-1ke9uoe.svelte-1ke9uoe{height:100%;width:300px;background-color:#ecf0f1;border-left:1px solid #bdc3c7;padding:10px;box-sizing:border-box;gap:10px}.button-container.svelte-1ke9uoe.svelte-1ke9uoe{display:flex;justify-content:space-between;height:60px;min-height:10%;background-color:#2c3e50}button.svelte-1ke9uoe.svelte-1ke9uoe{flex:1;display:flex;justify-content:center;align-items:center;background-color:var(--generalBackground);color:var(--white);cursor:pointer;padding:10px;font-size:1em;height:100%;border:none;border-radius:5px;transition:background-color .3s,color .3s}button.svelte-1ke9uoe.svelte-1ke9uoe:hover{background-color:var(--generalHover)}button.svelte-1ke9uoe.svelte-1ke9uoe:disabled{background-color:var(--buttonDisabled);color:#bdc3c7;cursor:not-allowed}button.svelte-1ke9uoe.svelte-1ke9uoe:disabled:hover{background-color:var(--buttonDisabled)}.dot-src-display.svelte-1ke9uoe.svelte-1ke9uoe{background-color:#ecf0f1;color:var(--generalBackground);padding:10px;border-radius:5px;overflow:auto;font-family:monospace;font-size:.9em;border:1px solid var(--generalBackground);margin-top:10px;margin-bottom:10px;max-height:400px;position:relative}.copy-icon.svelte-1ke9uoe.svelte-1ke9uoe{position:absolute;top:8px;right:8px;cursor:pointer;color:var(--generalBackground);background:transparent;border:none;padding:5px;border-radius:3px}.copy-icon.svelte-1ke9uoe.svelte-1ke9uoe:hover{color:#1abc9c}.algorithm-buttons.svelte-1ke9uoe.svelte-1ke9uoe{display:flex;gap:10px;margin-top:10px;justify-content:center}.algorithm-buttons.svelte-1ke9uoe button.svelte-1ke9uoe{flex:1;padding:10px;font-size:.75em;border:none;border-radius:5px;background-color:#3498db;color:#fff;cursor:pointer;transition:background-color .3s}.algorithm-buttons.svelte-1ke9uoe button.svelte-1ke9uoe:hover{background-color:#2980b9}a.svelte-1ke9uoe.svelte-1ke9uoe{text-decoration:none;display:block;padding:10px;font-size:1em;border:none;border-radius:5px;background-color:#3498db;color:#fff;text-align:center;cursor:pointer;transition:background-color .3s}a.svelte-1ke9uoe.svelte-1ke9uoe:hover{background-color:#2980b9}a.svelte-1ke9uoe.svelte-1ke9uoe:active{background-color:#1d6ca1}@media (max-width: 300px){.button-container.svelte-1ke9uoe.svelte-1ke9uoe{flex-direction:column}button.svelte-1ke9uoe.svelte-1ke9uoe:not(:first-child){margin-left:0;margin-top:5px}button.svelte-1ke9uoe.svelte-1ke9uoe:not(:last-child){margin-right:0}}svg.svelte-1ke9uoe.svelte-1ke9uoe{height:100%;width:100%;object-fit:contain}.about-container.svelte-h8ynxy{display:flex;flex-direction:column;height:100%}.container.svelte-12y0gja.svelte-12y0gja{display:flex;height:calc(100vh - 60px);width:100%;overflow:hidden}.left.svelte-12y0gja.svelte-12y0gja{flex:1;display:flex;flex-direction:column;padding:10px;background-color:#f0f0f0;box-shadow:inset 0 0 10px #0000000d}.right.svelte-12y0gja.svelte-12y0gja{flex:1;display:flex;flex-direction:column;align-items:center;background-color:#d3d3d3;padding:10px}.dot-editor.svelte-12y0gja.svelte-12y0gja{flex-grow:1;height:100%;background-color:#f0f0f0}.error.svelte-12y0gja.svelte-12y0gja{margin-top:10px;color:#e74c3c;background-color:#e74c3c1a;border-left:4px solid #e74c3c;padding:10px 15px;border-radius:3px;font-weight:700;font-size:.9rem;box-shadow:0 2px 5px #0000001a}svg.svelte-12y0gja.svelte-12y0gja{width:100%;height:100%;object-fit:contain;background-color:#fff;border-radius:5px}.button-container-column.svelte-12y0gja.svelte-12y0gja{position:fixed;bottom:0;left:0;width:100%;background-color:#f0f0f0;box-shadow:0 -2px 10px #0000001a;display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px}.button-container-column.svelte-12y0gja a.svelte-12y0gja{text-decoration:none;display:block;width:80%;padding:10px;font-size:1em;border:none;border-radius:5px;background-color:#3498db;color:#fff;text-align:center;cursor:pointer;transition:background-color .3s}.button-container-column.svelte-12y0gja a.svelte-12y0gja:hover{background-color:#2980b9}.button-container-column.svelte-12y0gja a.svelte-12y0gja:active{background-color:#1d6ca1}.graph-examples-container.svelte-19ykor.svelte-19ykor{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#fff}.arrow.svelte-19ykor.svelte-19ykor{font-size:3rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px;color:#000}.arrow.svelte-19ykor.svelte-19ykor:hover{color:#2980b9;transform:scale(1.1)}.image-boxes.svelte-19ykor.svelte-19ykor{display:flex;gap:20px;overflow:hidden;width:80%}.image-box.svelte-19ykor.svelte-19ykor{flex:1;max-width:30%;background-color:#fff;display:flex;align-items:center;justify-content:center;border:5px solid black;box-shadow:0 4px 10px #0003;cursor:pointer;transition:border-color .3s;aspect-ratio:2 / 3}.image-box.svelte-19ykor img.svelte-19ykor{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background-color:#fff}.image-box.selected.svelte-19ykor.svelte-19ykor{border-color:red}.button-container.svelte-19ykor.svelte-19ykor{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px;gap:15px}.button-container.svelte-19ykor a.svelte-19ykor{text-decoration:none;padding:10px 20px;font-size:1rem;border-radius:5px;background-color:#3498db;color:#fff;text-align:center;transition:background-color .3s}.button-container.svelte-19ykor a.svelte-19ykor:hover{background-color:#2980b9}.svelte-u3i3ju.svelte-u3i3ju{box-sizing:border-box}td.highlight.svelte-u3i3ju.svelte-u3i3ju{background-color:#90ee90!important;transition:background-color .5s ease-out}.table-scroll.svelte-u3i3ju.svelte-u3i3ju{position:relative;width:100%}.table-scroll.svelte-u3i3ju table.svelte-u3i3ju{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.table-scroll.svelte-u3i3ju th.svelte-u3i3ju,.table-scroll.svelte-u3i3ju td.svelte-u3i3ju{width:100px;min-width:100px;max-width:100px;padding:5px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;background-color:var(--tableCellBackground)}.table-scroll.svelte-u3i3ju thead th.svelte-u3i3ju{position:sticky;top:0;z-index:1;background:var(--tableHeaderBackground);color:var(--tableHeaderText);border-top:2px solid var(--tableBorder);border-bottom:2px solid var(--tableBorder);border-right:2px solid var(--tableBorder)}.table-scroll.svelte-u3i3ju tbody td.svelte-u3i3ju{border-right:1px solid var(--tableCellBorder)}.table-scroll.svelte-u3i3ju tbody tr td.svelte-u3i3ju:first-child,.table-scroll.svelte-u3i3ju thead tr th.svelte-u3i3ju:first-child{border-left:2px solid var(--tableBorder)}.table-scroll.svelte-u3i3ju .sticky-1.svelte-u3i3ju{position:sticky;left:0;z-index:2;background:var(--stickyColumnBackground)}.table-scroll.svelte-u3i3ju thead th.sticky-1.svelte-u3i3ju{position:sticky;top:0;left:0;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText)}.table-scroll.svelte-u3i3ju .sticky-2.svelte-u3i3ju{position:sticky;left:100px;z-index:2;background:var(--stickyColumnBackground)}.table-scroll.svelte-u3i3ju thead th.sticky-2.svelte-u3i3ju{position:sticky;top:0;left:100px;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText)}.table-scroll.svelte-u3i3ju .sticky-3.svelte-u3i3ju{position:sticky;left:200px;z-index:2;background:var(--stickyColumnBackground)}.table-scroll.svelte-u3i3ju thead th.sticky-3.svelte-u3i3ju{position:sticky;top:0;left:200px;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText)}.table-scroll.svelte-u3i3ju .sticky-4.svelte-u3i3ju{position:sticky;left:300px;z-index:2;background:var(--stickyColumnBackground)}.table-scroll.svelte-u3i3ju thead th.sticky-4.svelte-u3i3ju{position:sticky;top:0;left:300px;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText)}.table-scroll.svelte-u3i3ju .sticky-5.svelte-u3i3ju{position:sticky;left:400px;z-index:2;background:var(--stickyColumnBackground)}.table-scroll.svelte-u3i3ju thead th.sticky-5.svelte-u3i3ju{position:sticky;top:0;left:400px;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText)}.table-scroll.svelte-u3i3ju .sticky-right.svelte-u3i3ju{position:sticky;right:0;z-index:2;background:var(--stickyColumnBackground);border-left:1px solid var(--border)}.table-scroll.svelte-u3i3ju thead th.sticky-right.svelte-u3i3ju{position:sticky;top:0;right:0;z-index:3;background:var(--stickyHeaderBackground);color:var(--stickyHeaderText);border-left:1px solid var(--border)}.container.svelte-1qvbmcp{display:flex;height:calc(100vh - var(--navbarHeight));width:100%}.left-sidebar.svelte-1qvbmcp{flex:1;display:flex;flex-direction:column;background-color:var(--sidebarBackground);box-shadow:inset 0 0 10px var(--sidebarShadow);max-width:60%;height:100%}.panel.svelte-1qvbmcp{margin:10px;border:1px solid var(--panelBorder);border-radius:5px;overflow:hidden;display:flex;flex-direction:column;background-color:var(--panelBackground)}.panel-header.svelte-1qvbmcp{background-color:var(--panelHeaderBackground);color:var(--panelHeaderText);padding:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;position:sticky;top:0;z-index:1}.panel-content.svelte-1qvbmcp{flex-grow:1;overflow-y:auto;background-color:var(--white)}.hidden.svelte-1qvbmcp{display:none}.collapse-icon.svelte-1qvbmcp{font-size:1.2em}.dot-editor.svelte-1qvbmcp{flex-grow:1;background-color:var(--panelBackground);overflow-y:auto}.table-container.svelte-1qvbmcp{flex-grow:1;overflow-y:auto}.right.svelte-1qvbmcp{flex:1;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--rightBackground)}svg.svelte-1qvbmcp{width:100%;height:100%;background-color:var(--svgBackground);border-radius:5px;border:1px solid var(--svgBorder)}.controls.svelte-1qvbmcp{display:flex;gap:10px;margin-top:10px}button.svelte-1qvbmcp{padding:8px 12px;font-size:1rem;color:var(--white);background-color:var(--controlBackground);border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}button.svelte-1qvbmcp:hover{background-color:var(--controlHoverBackground)}button.svelte-1qvbmcp:disabled{background-color:var(--buttonDisabled);cursor:not-allowed}.step-slider.svelte-1qvbmcp{accent-color:var(--sliderAccent)}.step-slider.svelte-1qvbmcp:hover{accent-color:var(--sliderHoverAccent)}.main.svelte-17884f0.svelte-17884f0{display:flex;flex-direction:column;height:100vh;margin:0;padding:0}nav.svelte-17884f0.svelte-17884f0{background-color:var(--generalBackground);padding:1rem;box-shadow:0 2px 8px #0000001a;flex-shrink:0}ul.svelte-17884f0.svelte-17884f0{display:flex;list-style:none;margin:0;padding:0}li.svelte-17884f0.svelte-17884f0{position:relative;margin-right:1.5rem}.nav-link.svelte-17884f0.svelte-17884f0,.dropdown-header.svelte-17884f0.svelte-17884f0{font-size:1.2rem;color:var(--white);text-decoration:none;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s,color .3s;display:flex;align-items:center}.nav-link.svelte-17884f0.svelte-17884f0:hover,.dropdown-header.svelte-17884f0.svelte-17884f0:hover{background-color:var(--generalHover)}.dropdown-header.svelte-17884f0.svelte-17884f0:after{content:"▼";font-size:.8rem;margin-left:.5rem;transition:transform .3s ease;display:inline-block}.dropdown.svelte-17884f0:hover .dropdown-header.svelte-17884f0:after{transform:rotate(180deg)}.dropdown-content.svelte-17884f0.svelte-17884f0{display:none;position:absolute;background-color:var(--generalBackground);min-width:160px;top:100%;left:0;box-shadow:0 8px 16px #0003;z-index:10}.dropdown.svelte-17884f0:hover .dropdown-content.svelte-17884f0,.dropdown-content.svelte-17884f0.svelte-17884f0:hover{display:block}.dropdown-content.svelte-17884f0 .dropdown-link.svelte-17884f0{color:var(--white);padding:12px 16px;text-decoration:none;display:block}.dropdown-content.svelte-17884f0 .dropdown-link.svelte-17884f0:hover{background-color:var(--generalHover)}.nav-link.active.svelte-17884f0.svelte-17884f0{background-color:var(--dropdownSelected);color:var(--white);font-weight:700}
