@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--color-primary:#066fd1;--color-error:#d63939;--color-success:#2fb344;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--color-white:#fff;--border-radius:6px;--shadow:#1f29370f 0px 1px 1px 0px;--shadow-lg:#0003 0px 18px 50px -10px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400}body{background:var(--gray-50);color:var(--gray-500);margin:0;padding:0}*{box-sizing:border-box}p{margin-top:0;margin-bottom:1rem}p:last-of-type{margin-bottom:0}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon{-webkit-user-select:none;user-select:none}.icon.spin{animation:1.2s linear infinite rotate360}fieldset{border:none;margin:0;padding:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.layout-empty{justify-content:center;min-height:100dvh;padding:2rem;display:flex}.app-layout{--menu-width:17.5rem;--menu-left:0px;--content-left:var(--menu-width)}@media (max-width:768px){.app-layout{--menu-left:calc(var(--menu-width)*-1);--content-left:0px;--hamburger-display:block}.app-layout.open{--menu-left:0px;--menu-backdrop-opacity:1;--menu-backdrop-pointer-events:all}}.app-layout>aside{left:var(--menu-left);width:var(--menu-width);background:var(--color-white);z-index:2;border-right:1px solid var(--gray-300);flex-direction:column;justify-content:space-between;gap:1rem;height:100dvh;padding:0 1.625rem 1.625rem;transition:all .3s;display:flex;position:fixed;top:0}.app-layout>aside .logo{border-bottom:1px solid var(--gray-200);width:100%;padding:1rem;display:block}.app-layout>aside .menu{margin-top:.5rem}.app-layout>section{min-height:100dvh;padding-left:var(--content-left);transition:all .3s}.app-layout>section>.header{border-bottom:1px solid var(--gray-300);background:var(--color-white);justify-content:space-between;align-items:center;padding:1rem;display:flex}.app-layout>section>.header>.hamburger{display:var(--hamburger-display,none)}.app-layout>.backdrop{opacity:var(--menu-backdrop-opacity,0);left:calc(var(--menu-width) + var(--menu-left));pointer-events:var(--menu-backdrop-pointer-events,none);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000004d;border:none;transition:all .3s;display:block;position:fixed;top:0;bottom:0;right:0}.app-page{padding:1rem}.process-graph{grid-template-columns:minmax(0,1fr) 22rem;gap:1rem;min-height:calc(100dvh - 8rem);display:grid}@media (max-width:1024px){.process-graph{grid-template-columns:minmax(0,1fr)}}.process-graph .canvas{background:var(--color-white);border:1px solid var(--gray-300);border-radius:8px;position:relative;overflow:auto}.process-graph .canvas svg{display:block}.process-graph .section-bg{fill:#0000;pointer-events:none}.process-graph .section-bg.alt{fill:#0f172a06}.process-graph .section-divider{stroke:var(--gray-300,#d1d5db);stroke-width:1px;stroke-dasharray:4 4;pointer-events:none}.process-graph .lot-node rect{fill:var(--color-white);stroke:var(--gray-400);stroke-width:1.5px;transition:stroke .15s,fill .15s}.process-graph .lot-node:hover rect,.process-graph .lot-node.selected rect{stroke:var(--color-primary);stroke-width:2.5px}.process-graph .lot-node.selected rect{fill:#3b82f614}.process-graph .lot-node.status-FINAL rect{fill:#22c55e14;stroke:#22c55e99}.process-graph .lot-node.status-DISCARDED rect{fill:#ef44440f;stroke:#ef444499;stroke-dasharray:4 4}.process-graph .lot-node text{pointer-events:none;fill:var(--gray-900,#111);font-family:inherit}.process-graph .lot-node .lot-code{font-size:13px;font-weight:600}.process-graph .lot-node .lot-meta{fill:var(--gray-600,#555);font-size:11px}.process-graph .edge{stroke:var(--gray-400,#aaa);stroke-width:1.5px;fill:none;pointer-events:none;transition:stroke .15s,stroke-width .15s}.process-graph .edge-hit{stroke:#0000;stroke-width:14px;fill:none;pointer-events:stroke}.process-graph .edge-group:hover .edge,.process-graph .edge-group.highlight .edge{stroke:var(--color-primary);stroke-width:2.5px}.process-graph .step-label rect{fill:var(--color-white);stroke:var(--gray-400,#aaa);stroke-width:1px;transition:fill .15s,stroke .15s}.process-graph .step-label text{pointer-events:none;fill:var(--gray-700,#333);font-size:10px;font-weight:600}.process-graph .step-label:hover rect,.process-graph .step-label.highlight rect,.process-graph .step-label.selected rect{stroke:var(--color-primary);stroke-width:1.5px;fill:#3b82f61a}.process-graph .step-label.selected rect{stroke-width:2px}.process-graph .clickable{cursor:pointer}.process-graph .details{background:var(--color-white);border:1px solid var(--gray-300);border-radius:8px;max-height:calc(100dvh - 8rem);padding:1rem;position:sticky;top:1rem;overflow:auto}.process-graph .details h3{margin:0 0 .5rem;font-size:1.1rem}.process-graph .details .placeholder{color:var(--gray-600,#555);font-style:italic}.process-graph .details dl{grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:.5rem 0;display:grid}.process-graph .details dt{color:var(--gray-600,#555);font-size:.85rem}.process-graph .details dd{word-break:break-word;margin:0;font-size:.9rem}.process-graph .details h4{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600,#555);margin:1rem 0 .25rem;font-size:.9rem}.process-graph .details table{border-collapse:collapse;width:100%;font-size:.85rem}.process-graph .details table th,.process-graph .details table td{text-align:left;border-bottom:1px solid var(--gray-200,#eee);vertical-align:top;padding:.25rem .5rem}.process-graph .details table th{color:var(--gray-700,#333);font-weight:600}.process-graph .details .empty{color:var(--gray-500,#888);font-size:.85rem;font-style:italic}.process-graph .status-pill{background:var(--gray-100,#f3f4f6);color:var(--gray-700,#333);border:1px solid var(--gray-200,#e5e7eb);border-radius:999px;padding:.1rem .5rem;font-size:.75rem;display:inline-block}.process-graph .status-pill.FINAL{color:#15803d;background:#22c55e1f;border-color:#22c55e66}.process-graph .status-pill.DISCARDED{color:#991b1b;background:#ef44441a;border-color:#ef444466}.process-list{margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid var(--gray-200,#eee);padding:.75rem 0}.process-list li:last-child{border-bottom:none}.process-list a{color:var(--color-primary);text-decoration:none}.process-list .version{color:var(--gray-600,#555);margin-left:.5rem;font-size:.85rem}.process-list .meta{color:var(--gray-600,#555);margin-top:.2rem;font-size:.85rem}.process-list .description{color:var(--gray-700,#333);margin-top:.2rem;font-size:.85rem}.container-wJMzSv{z-index:999;flex-direction:column;gap:1rem;display:flex;position:fixed;top:1rem;right:1rem}.btn-icon-jICbJ8{cursor:pointer;color:var(--gray-600);background:0 0;border:none;margin:0;padding:0;transition:all .1s;display:inline-flex}.btn-icon-jICbJ8:hover{color:var(--gray-900)}.toast-bWAZYW{border-radius:var(--border-radius);border:1px solid var(--gray-200);width:25rem;max-width:100%;box-shadow:var(--shadow-lg);background:#fff;gap:8px;padding:.5rem;display:flex;overflow:hidden}.header-SJEHO8{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-weight:500;display:flex}.line-F30V8r{border-radius:var(--border-radius);background-color:var(--toast-color);width:6px;min-height:48px}.icon-InGd3x{color:var(--toast-color);justify-content:center;align-self:center;align-items:center;padding:4px;font-size:2.5rem}.body-bCmfoB{width:100%;color:var(--gray-600)}.title-aDOpCK{width:100%;color:var(--gray-800);justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:500;display:flex}.close-RlYpp0{font-size:1.5rem}.info-XSyt2o{--toast-color:var(--color-primary)}.error-JhflZE{--toast-color:var(--color-error)}.success-yNShPa{--toast-color:var(--color-success)}.alert-FdOMpI{border-radius:var(--border-radius);border:1px solid var(--alert-border);background:var(--alert-bg);color:var(--alert-text);align-items:flex-start;gap:8px;padding:.75rem 1rem;display:flex}.icon-cRyCv8{flex-shrink:0;font-size:1.25rem}.content-TAAR5n{min-width:0}.error-d55lGl{--alert-bg:color-mix(in srgb,var(--color-error)10%,var(--color-white));--alert-border:color-mix(in srgb,var(--color-error)30%,var(--color-white));--alert-text:var(--color-error)}.info-VxV8F0{--alert-bg:color-mix(in srgb,var(--color-primary)10%,var(--color-white));--alert-border:color-mix(in srgb,var(--color-primary)30%,var(--color-white));--alert-text:var(--color-primary)}.success-o5n7C9{--alert-bg:color-mix(in srgb,var(--color-success)10%,var(--color-white));--alert-border:color-mix(in srgb,var(--color-success)30%,var(--color-white));--alert-text:var(--color-success)}.tooltip-JFEVQu{color:var(--color-white);border-radius:var(--border-radius);z-index:9999;background:#000000bf;padding:6px 10px;transition:opacity .3s}.container-Gxk6aM{display:inline-flex}.container-qIEVLZ{flex-direction:column;align-items:center;gap:.5rem;margin:2rem 0;display:flex}.loader-o3JOKA{aspect-ratio:1;background:var(--color-primary);border-radius:50%;width:50px;animation:3s linear infinite l1-O1SumE}@keyframes l1-O1SumE{12.5%{border-radius:37% 63% 70% 30%/30% 62% 38% 70%}25%{border-radius:50% 50% 70% 30%/52% 62% 38% 48%}37.5%{border-radius:33% 67% 18% 82%/52% 75% 25% 48%}50%{border-radius:73% 27% 18% 82%/52% 32% 68% 48%}62.5%{border-radius:73% 27% 74% 26%/64% 32% 68% 36%}75%{border-radius:84% 16% 15% 85%/55% 79% 21% 45%}87.5%{border-radius:12% 88% 69% 31%/10% 66% 34% 90%}}.card-Sqc0BV{background:var(--color-white);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:var(--border-radius);overflow:hidden}.title-b7vOkc{color:var(--gray-700);font-size:16px;font-weight:500}.body-vdMtMV{padding:1rem}.header-MycBI2{border-bottom:1px solid var(--gray-200);justify-content:space-between;padding:1rem;display:flex}.footer-W7eCui{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:1rem}.list-uGakYm{gap:1rem;margin:0;padding:0;list-style:none}.list-item-kL4gBR{justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}.list-item-kL4gBR:hover{background:var(--gray-50)}.list-item-kL4gBR:not(:last-child){border-bottom:1px solid var(--gray-200)}.list-item-label-Hu8Uf6{align-items:center;display:flex}.list-item-value-E1GQ2S{text-align:right}.btn-yZkEHC{background-color:var(--btn-bg);color:var(--btn-content);border-radius:var(--border-radius);border-style:solid;border-width:1px;border-color:var(--btn-border-color);box-shadow:var(--shadow);cursor:pointer;justify-content:center;align-items:center;gap:4px;padding:7px 16px;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-yZkEHC:hover{background:color-mix(in srgb,var(--btn-bg),#fffbfb 20%);border-color:color-mix(in srgb,var(--btn-border-color),#fffbfb 20%)}.btn-yZkEHC:active{background:color-mix(in srgb,var(--btn-bg),#000 20%);border-color:color-mix(in srgb,var(--btn-border-color),#000 20%)}.btn-yZkEHC[aria-disabled=true],.btn-yZkEHC:disabled{pointer-events:none;opacity:.4}.full-j6BhKj{width:100%}.primary-f_STuM{--btn-bg:var(--color-primary);--btn-content:#fff;--btn-border-color:var(--color-primary)}.menu-item-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.menu-item-list>li>button,.menu-item-list>li>a{border-radius:var(--border-radius);cursor:pointer;width:100%;color:var(--gray-900);background:0 0;border:none;align-items:center;gap:.75rem;padding:.5rem .75rem;font-family:inherit;font-size:1rem;text-decoration:none;transition:all .4s;display:flex}:is(.menu-item-list>li>button,.menu-item-list>li>a):hover{background:var(--gray-200)}:is(.menu-item-list>li>button,.menu-item-list>li>a).active{background:color-mix(in srgb,var(--color-primary),#fff 90%)}:is(.menu-item-list>li>button,.menu-item-list>li>a).disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.dialog-IoPb3T{border-radius:var(--border-radius);width:100%;max-width:min(700px,100vw - 2rem);max-height:calc(100dvh - 4rem);box-shadow:var(--shadow);border:1px solid var(--gray-200);background:#fff;padding:0;position:fixed;overflow-y:auto}.header-C3A4dY{color:var(--gray-700);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1rem;font-weight:500;display:flex}.body-zouAQ0{padding:1rem}.footer-V1DF5q{background:var(--gray-50);border-top:1px solid var(--gray-200);justify-content:flex-end;gap:.5rem;padding:1rem;display:flex}.error-zFTGsz{color:var(--color-error);margin-top:.25rem;font-size:.875rem}.input-D6hX2F{--outline-color:var(--color-primary);border:1px solid var(--gray-200);background-color:var(--color-white);border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow);padding:.4375rem .75rem;font-size:1rem;font-weight:400;line-height:1.42857;display:block}.input-D6hX2F::placeholder{color:var(--gray-400)}.input-D6hX2F:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--outline-color),transparent 50%);outline:none}.error-b6zw0g{--outline-color:var(--color-error);border-color:var(--color-error)}.label-X5tWp7{color:var(--gray-700);margin-bottom:.5rem;font-weight:500;display:block}.required-LGfQBJ:after{content:"*";color:var(--color-error);margin-left:.25rem;display:inline}.select-tvRjFv{--outline-color:var(--color-primary);appearance:none;border:1px solid var(--gray-200);border-radius:var(--border-radius);background-color:var(--color-white);width:100%;box-shadow:var(--shadow);background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%236b7280%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem 1rem;padding:.4375rem 2rem .4375rem .75rem;font-size:1rem;font-weight:400;line-height:1.42857;display:block}.select-tvRjFv:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--outline-color),transparent 50%);outline:none}.error-v0NDnE{--outline-color:var(--color-error);border-color:var(--color-error)}.textarea-wjkdXl{--outline-color:var(--color-primary);border:1px solid var(--gray-200);background-color:var(--color-white);border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow);resize:vertical;padding:.4375rem .75rem;font-size:1rem;font-weight:400;line-height:1.42857;display:block}.textarea-wjkdXl::placeholder{color:var(--gray-400)}.textarea-wjkdXl:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--outline-color),transparent 50%);outline:none}.error-jCjHg0{--outline-color:var(--color-error);border-color:var(--color-error)}