.toast-wrapper{pointer-events:none;z-index:11000;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;top:16px;left:0;right:0}.toast{pointer-events:auto;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform-origin:top;background:#1414148c;border:1px solid #ffffff26;border-radius:18px;align-items:center;gap:12px;min-width:260px;max-width:92vw;padding:12px 16px;animation:.28s ease-out forwards toast-in;display:flex;box-shadow:0 8px 24px #00000073}.toast__icon{color:#111;background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;display:inline-flex}.toast__body{min-width:0}.toast__title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.toast__description{opacity:.9;margin-top:2px;font-size:13px}.toast--success{background-color:#10b98140}.toast--error{background-color:#f43f5e40}.toast--info{background-color:#38bdf840}.toast--exit{animation:.26s ease-in forwards toast-out}@keyframes toast-in{0%{opacity:0;transform:translateY(-100%)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-100%)scale(.96)}}.collections-content{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.collections-separator{border:none;border-top:1px solid var(--border-subtle,#2a2a2a);margin:0}.collections-library{flex-direction:column;gap:1rem;display:flex}.collections-section-title{color:var(--text-muted,#9ca3af);letter-spacing:.02em;font-size:1rem;font-weight:600}.collections-grid{margin-top:.5rem}.collections-error{text-align:left;color:#fca5a5;white-space:pre-line;background:#0f172a;border:1px dashed #7f1d1d;border-radius:.5rem;grid-column:1/-1;padding:1.5rem;font-size:.9rem}.collections-empty{text-align:center;color:var(--text-muted,#9ca3af);background:var(--surface-subtle,#0f172a);border:1px dashed var(--border-subtle,#334155);border-radius:.5rem;grid-column:1/-1;padding:1.5rem;font-size:.9rem}.collections-empty code{color:#e5e7eb;background:#020617;border-radius:.25rem;padding:.15rem .35rem;font-size:.85em}.collections-loading{justify-content:center;padding:1.5rem 0;display:flex}.collections-loading-spinner{border:3px solid #fff3;border-top-color:#ffffffe6;border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite collections-spin}@keyframes collections-spin{to{transform:rotate(360deg)}}.card{border:1px solid var(--border-1);border-radius:var(--radius-2xl);background:#1e293b80;padding:1.5rem;transition:box-shadow .2s,background .2s;box-shadow:0 2px 6px #0000001a}.card:hover{background:#1e293bb3;box-shadow:0 12px 24px #00000040}.card-title{color:var(--text-1);margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.btn.btn-ghost,.btn.btn-ghost:hover,.btn.btn-ghost:focus,.btn.btn-ghost:visited,.btn.btn-ghost:active{text-decoration:none}.upload-row{align-items:center;gap:.75rem;display:flex}.upload-hint{color:var(--text-2);font-size:.875rem;font-style:italic}.hidden-input{display:none}.tol-container{flex-direction:column;gap:.5rem;width:100%;height:100%;min-height:600px;display:flex}.tol-content{flex-direction:row;flex:1;align-items:center;gap:1rem;min-height:0;display:flex}.tol-legend-sidebar{flex-shrink:0;width:220px}.tol-svg-wrapper{aspect-ratio:1;flex:1;min-width:0;max-height:100%;position:relative}.tol-toggle-label{color:#d8e6ff;align-self:flex-start;align-items:center;font-size:14px;display:inline-flex}.tol-toggle-input{margin-right:4px}.tol-svg-wrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.tol-label-canvas{cursor:default;width:100%;height:100%;display:block;position:absolute;inset:0}.tol-legend-color{flex:0 0 18px;width:18px;height:18px;margin-right:6px;display:inline-block}.modal-backdrop{z-index:1000;background:#0000008c;place-items:center;display:grid;position:fixed;inset:0}.modal-panel{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-2xl);flex-direction:column;width:min(1100px,95vw);max-height:90vh;display:flex;box-shadow:0 24px 60px #00000073}.modal-header{border-bottom:1px solid var(--border-1);padding:1rem 1.25rem}.modal-header h2{color:var(--text-1);margin:0}.modal-body{padding:1rem 1.25rem;overflow:auto}.modal-footer{border-top:1px solid var(--border-1);justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;display:flex}.modal-footer .btn{border-radius:var(--radius-xl);border:1px solid var(--border-1);background:var(--bg-2);color:var(--text-1);cursor:pointer;padding:.6rem .9rem}.modal-footer .btn.primary{background-image:linear-gradient(to right, var(--brand-from), var(--brand-to));color:#0f172a;border-color:#0000;font-weight:700}.modal-footer .btn:disabled{opacity:.5;cursor:not-allowed}.tol-popup-field{flex-direction:column;gap:.25rem;display:flex}.tol-popup-field__label{text-transform:uppercase;letter-spacing:.04em;opacity:.55;font-size:.75rem;font-weight:500}.tol-popup-field__value{overflow-wrap:anywhere;margin:0}.tol-popup-field__empty{opacity:.55;font-style:italic}.tol-popup-reference-footer{background:#0000002e;border-top:1px solid #ffffff1a;grid-template-columns:110px minmax(0,1fr);gap:.75rem;padding:.8rem .9rem;display:grid}.tol-popup-reference-footer__label{opacity:.9}.tol-popup-reference-footer__buttons{flex-wrap:wrap;gap:.5rem;display:flex}.tol-popup-reference-footer__button{color:inherit;background:#00000038;border:1px solid #ffffff2e;border-radius:999px;padding:.35rem .65rem;font-size:.9rem;text-decoration:none}.tol-popup-reference-footer__button:hover{background:#0000004d}.tol-popup{flex-direction:column;gap:1rem;min-width:min(38rem,82vw);display:flex}.tol-popup__header{flex-direction:column;align-items:center;gap:.25rem;display:flex}.tol-popup__title{text-align:center;margin:0;font-size:1.35rem}.tol-popup__taxonomy{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.tol-popup__taxonomy-item{align-items:center;gap:.4rem;display:inline-flex}.tol-popup__taxonomy-pill{background:#00000038;border:1px solid #ffffff2e;border-radius:999px;padding:.22rem .55rem;font-weight:600}.tol-popup__taxonomy-pill[style]{border-color:var(--taxonomy-color);background:linear-gradient(color-mix(in srgb, var(--taxonomy-color) 26%, transparent), color-mix(in srgb, var(--taxonomy-color) 26%, transparent)), #00000038}.tol-popup__taxonomy-separator{opacity:.75;position:relative;top:-1px}.tol-popup__section{grid-template-columns:1fr 1fr;gap:.75rem 1rem;display:grid}.tol-popup__section--nested{margin-top:.75rem}.tol-popup__details{border-top:1px solid #ffffff1a;padding-top:.9rem}.tol-popup__details summary{cursor:pointer;font-weight:600}@media (width<=520px){.tol-popup__section{grid-template-columns:1fr}}._page_10i7r_1{padding:1.5rem}._title_10i7r_5{margin-bottom:.5rem}._description_10i7r_9{opacity:.8;margin-bottom:1rem;font-size:.9rem;line-height:1.4}._code_10i7r_16{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}._status_10i7r_23{margin:.75rem 0}.form-grid-controls{grid-template-columns:auto 1fr;grid-auto-rows:auto;align-items:center;gap:.75rem;margin-top:.25rem;display:grid}.generator-section{margin-top:2rem}.generator-flex-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.generator-select{max-width:420px}.generator-list{margin-top:.75rem}.zone{background:var(--bg-2);border:1px solid var(--border-1);border-radius:var(--radius-xl);flex-direction:column;min-height:0;display:flex;overflow:hidden}.zone-header h3{color:var(--text-1);margin:0}.zone-header .hint{color:var(--text-2);font-size:.9rem}.zone-header{border-bottom:1px solid var(--border-1);color:var(--text-1);z-index:1;flex-direction:column;align-items:flex-start;gap:.25rem;margin:0;padding:.5rem .75rem;font-weight:600;display:flex;position:sticky;top:0}.bin-icon{filter:grayscale(.2)}.zone:hover{outline-offset:-2px;outline:2px dashed #34d39959}.zone .chip-list{overflow:auto}.chip-list{align-content:start;gap:.5rem;margin:0;padding:.75rem;list-style:none;display:grid}.chip{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-xl);color:var(--text-1);align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.chip .name{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.chip-select{background:var(--bg-1);color:var(--text-1);border:1px solid var(--border-1);border-radius:var(--radius-xl);padding:.25rem .4rem}.categorizer-layout{grid-template-columns:40% 60%;align-items:start;gap:1rem;display:grid}.zone-left{height:70vh}.zone-excluded .zone-header{color:#eab308}.zone-excluded{background:#1e1b1b}.zone-excluded .chip{background:#2a1f1f;border-color:#78350f}.right-zones{border:1px solid var(--border-1);border-radius:var(--radius-xl);background:var(--bg-2);background:var(--border-1);flex-direction:column;grid-template-rows:33% 33% 34%;align-self:start;gap:1px;height:70vh;display:grid;position:sticky;top:0;overflow:hidden}.zone-left .chip-list{flex:auto;overflow-y:auto}.right-zones .zone-header .hint{color:var(--text-2);margin:0;font-size:.9rem;font-weight:400}.tipLabelSelectorHelpText{opacity:.8;max-width:420px;margin-bottom:.5rem;font-size:.9rem}.tipLabelSelectorSelect{max-width:420px;display:block}.custom-popup-creator{flex-direction:column;gap:1rem;display:flex}.custom-popup-creator__intro{padding-bottom:.25rem}.custom-popup-creator__divider{background:#ffffff2e;flex-shrink:0;width:100%;height:1px;margin:0}.custom-popup-mock__body{flex-direction:column;gap:1rem;padding:.9rem;display:flex}.custom-popup-mock__footer{background:#0000002e;border-top:1px solid #ffffff1a;grid-template-columns:110px minmax(0,1fr);align-items:start;gap:.75rem;padding:.8rem .9rem;display:grid}.custom-popup-mock__footerLabel{opacity:.9;font-size:.95rem}.custom-popup-mock__refsButtons{flex-wrap:wrap;gap:.5rem;display:flex}.custom-popup-mock__refBtn{appearance:none;color:inherit;cursor:default;background:#00000038;border:1px solid #ffffff2e;border-radius:999px;padding:.35rem .65rem;font-size:.9rem;line-height:1}.custom-popup-mock__refBtn:hover{background:#0000004d}.custom-popup-mock__refBtn:focus{outline-offset:2px;outline:2px solid #ffffff47}@media (width<=520px){.custom-popup-mock__footer{grid-template-columns:90px minmax(0,1fr)}}.custom-popup-mock__section{border-top:1px solid #ffffff1a;padding-top:.9rem}.custom-popup-mock__sectionHeader{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.custom-popup-mock__sectionTitle{font-weight:600}.custom-popup-mock__twoCol{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.custom-popup-mock__col{flex-direction:column;gap:.6rem;display:flex}.custom-popup-mock__row{grid-template-columns:110px minmax(0,1fr);align-items:center;gap:.75rem;display:grid}.custom-popup-mock__rowLabel{opacity:.9;font-size:.92rem}@media (width<=520px){.custom-popup-mock__row{grid-template-columns:90px minmax(0,1fr)}.custom-popup-mock__twoCol{grid-template-columns:1fr;gap:.75rem}}.custom-popup-slot{flex-direction:column;gap:.35rem;display:flex}.custom-popup-slot__label{opacity:.9;font-size:.9rem}.custom-popup-slot__controlRow{align-items:center;gap:.5rem;min-width:0;display:flex}.custom-popup-slot__select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:2.25rem;color:inherit;background:#0003;border:1px solid #ffffff29;border-radius:10px;flex:auto;padding:.25rem .55rem}.custom-popup-slot__select:disabled{opacity:.55}.custom-popup-mock__taxonomyInline{opacity:.92;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:-.15rem;margin-bottom:.35rem;display:flex}.custom-popup-mock__taxItemInline{align-items:center;gap:.35rem;display:inline-flex}.custom-popup-mock__taxItemInline--colorGenerating{background:#1e1b1b;border-radius:999px}.custom-popup-mock__taxItemInline--colorGenerating .custom-popup-mock__taxName{color:#eab308;background:#2a1f1f;border-color:#78350f}.custom-popup-mock__taxName{background:#00000038;border:1px solid #ffffff2e;border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.92rem;font-weight:600;line-height:1;display:inline-flex}.custom-popup-mock__taxSep{opacity:.75;-webkit-user-select:none;user-select:none}.custom-popup-mock__titleRow{grid-template-columns:110px minmax(0,1fr);align-items:center;gap:.75rem;display:grid}.custom-popup-mock__titleLabel{opacity:.9;font-size:.95rem}@media (width<=520px){.custom-popup-mock__titleRow{grid-template-columns:90px minmax(0,1fr)}}.notfound-container{color:#fff;background:#0e0e0e;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}.notfound-title{margin:0;font-size:6rem;font-weight:700;line-height:1}.notfound-text{opacity:.8;margin:1rem 0 2rem;font-size:1.25rem}.notfound-btn{color:#000;background:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .25s}.notfound-btn:hover{transform:scale(1.05)}:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--brand-from:#34d399;--brand-to:#2dd4bf;--bg-1:#030618;--bg-2:#12172b;--text-1:#e2e8f0;--text-2:#94a3b8;--border-1:#334155}.heading-gradient{background-image:linear-gradient(to right, var(--brand-from), var(--brand-to));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;line-height:1.2}.container-page{max-width:64rem;color:var(--text-1);margin-inline:auto;padding:2rem}.twin-action-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.twin-action-grid{grid-template-columns:1fr 1fr}}:where(button,a,[role=button])[class*=btn]{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:none;transition:filter .15s,opacity .15s}:where(button,a,[role=button])[class*=btn]:where(:disabled,.disabled,.is-disabled,[aria-disabled=true]){cursor:not-allowed;opacity:.55;filter:grayscale(.15);pointer-events:none}:where(button,a,[role=button])[class*=btn]:where(:disabled,.disabled,.is-disabled,[aria-disabled=true]):hover{filter:none}.btn-primary{border-radius:var(--radius-2xl);color:#0f172a;background-image:linear-gradient(to right, var(--brand-from), var(--brand-to));padding:.75rem 1rem;font-weight:700;box-shadow:0 12px 24px #00000040}.btn-primary:hover{filter:brightness(1.05)}.btn-ghost{color:#0f172a;border-radius:var(--radius-xl);background:#e2e8f0;border:none;padding:.5rem .75rem;font-weight:600;box-shadow:0 2px 6px #00000026}.btn-ghost:hover{filter:brightness(1.05)}html,body,#root{height:100%}html{background:linear-gradient(to bottom, var(--bg-2), var(--bg-1));background-repeat:no-repeat;background-size:cover;background-attachment:fixed}body{min-height:100vh;color:var(--text-1);background:0 0;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}input,select,button{font:inherit}.page-title{margin:0}.page-subtitle{color:var(--text-2);margin-top:.5rem;font-size:1.125rem}.input,.select{background:var(--bg-2);color:var(--text-1);border:1px solid var(--border-1);border-radius:var(--radius-xl);padding:var(--space-2);outline:none;width:100%;transition:box-shadow .2s}.input:focus,.select:focus{box-shadow:0 0 0 2px var(--brand-from)}.hint{color:var(--text-2);font-size:.875rem;font-style:italic}
