@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--uw-brand-900:#0b1c33;--uw-brand-800:#11294a;--uw-brand-700:#173766;--uw-brand-600:#1f4c8f;--uw-brand-500:#2a63b7;--uw-brand-400:#4d83d3;--uw-brand-100:#e7eef9;--uw-accent:#6753c6;--uw-ok:#1f8b4c;--uw-warn:#b58105;--uw-err:#b1380b;--uw-ink:#151a22;--uw-ink-2:#4a5365;--uw-line:#d8dde6;--uw-bg:#f5f7fa;--uw-bg-card:#fff;--uw-ink-3:#7b879d;--uw-ink-4:#acb4c3;--uw-line-2:#c3c9d5;--uw-ok-hover:#26ab5d;--uw-ok-active:#186d3b;--uw-ok-wash:#e7f9ee;--uw-warn-wash:#f9f3e7;--uw-err-wash:#f9ebe7;--uw-brand-wash:#e3edfb;--uw-muted-wash:#eef0f4;--uw-bg-2:#f5f7fa;--uw-mono:ui-monospace, "SF Mono", "Roboto Mono", Consolas, monospace;--uw-scrim:#0f182873;--uw-on-brand:#fff;--uw-log-info:#d8e1ee;--uw-log-warn:#f5c451;--uw-log-error:#f17a5a;--uw-log-debug:#8b96a8;--uw-inv-bg:#0f172a;--uw-inv-raised:#1e293b;--uw-inv-hover:#334155;--uw-inv-line:#ffffff14;--uw-inv-line-faint:#ffffff08;--uw-inv-row:#ffffff08;--uw-inv-ink:#fff;--uw-inv-body:#cbd5e1;--uw-inv-ink-2:#94a3b8;--uw-inv-ink-3:#64748b;--uw-inv-info:#3b82f6;--uw-inv-warn:#f59e0b;--uw-inv-err:#ef4444;--uw-graph-bg:#fbfcfe;--uw-graph-link:#4a536540;--uw-graph-palette:#1f4c8f, #6753c6, #1f8b4c, #b58105, #b1380b, #2a7d8c, #8c2a6b, #4a6a2a, #2a4a8c, #8c5a2a}html,body{background:var(--uw-bg);color:var(--uw-ink);-webkit-font-smoothing:antialiased;font-family:RedHatText,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px}a{color:var(--uw-brand-600);text-decoration:none}a:hover{text-decoration:underline}.uw-masthead{background:var(--uw-brand-900);color:#fff;border-bottom:1px solid #000;align-items:center;height:56px;padding:0 20px;display:flex}.uw-brand{color:#fff;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.uw-brand:hover{text-decoration:none}.uw-brand-logo{background:linear-gradient(135deg, var(--uw-brand-400), var(--uw-accent));color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:inline-flex}.uw-brand small{opacity:.6;letter-spacing:1.2px;text-transform:uppercase;margin-left:4px;font-size:11px;font-weight:400}.uw-masthead-tools{align-items:center;gap:18px;margin-left:auto;font-size:13px;display:flex}.uw-masthead-tools .uw-chip{background:#ffffff14;border-radius:4px;padding:4px 10px;font-size:12px}.uw-masthead-tools button{color:#fff;cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:13px}.uw-masthead-tools button:hover{opacity:.8}.uw-avatar{background:var(--uw-brand-500);width:30px;height:30px;color:var(--uw-on-brand);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.uw-usermenu{display:inline-flex;position:relative}.uw-usermenu .uw-avatar{cursor:pointer;border:0;padding:0;font-family:inherit;line-height:1}.uw-usermenu .uw-avatar:hover{opacity:.85}.uw-usermenu-pop{z-index:50;min-width:180px;color:var(--uw-ink);border:1px solid var(--uw-line);background:#fff;border-radius:6px;padding:4px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 6px 20px #0000002e}.uw-usermenu-name{color:var(--uw-ink-2);border-bottom:1px solid var(--uw-line);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;padding:8px 10px;font-size:12px;overflow:hidden}.uw-usermenu-item{text-align:left;box-sizing:border-box;cursor:pointer;width:100%;color:var(--uw-ink);background:0 0;border:0;border-radius:4px;padding:8px 10px;font-size:13px;display:block}.uw-usermenu-item:hover{background:var(--uw-brand-100);color:var(--uw-brand-700)}.uw-shell{grid-template-columns:240px 1fr;min-height:calc(100vh - 56px);display:grid}.uw-sidebar{border-right:1px solid var(--uw-line);background:#fff;padding:12px 0}.uw-nav-section{text-transform:uppercase;letter-spacing:1.2px;color:var(--uw-ink-2);margin-top:6px;padding:8px 18px;font-size:11px;font-weight:600}.uw-nav{margin:0;padding:0;list-style:none}.uw-nav a{color:var(--uw-ink);border-left:3px solid #0000;align-items:center;gap:10px;padding:8px 18px;font-size:14px;display:flex}.uw-nav a:hover{background:var(--uw-brand-100);text-decoration:none}.uw-nav a.is-active{background:var(--uw-brand-100);border-left-color:var(--uw-brand-600);color:var(--uw-brand-700);font-weight:600}.uw-nav .ic{opacity:.7;text-align:center;width:16px;height:16px;display:inline-block}.uw-main{min-width:0;padding:0}.uw-page-header{border-bottom:1px solid var(--uw-line);background:#fff;padding:18px 28px}.uw-breadcrumbs{color:var(--uw-ink-2);margin-bottom:6px;font-size:12px}.uw-breadcrumbs a{color:var(--uw-ink-2)}.uw-h1{margin:0;font-size:22px;font-weight:600}.uw-sub{color:var(--uw-ink-2);margin-top:4px;font-size:13px}.uw-page-header-actions{gap:8px;margin-top:12px;display:flex}.uw-body{padding:24px 28px}.uw-card{background:var(--uw-bg-card);border:1px solid var(--uw-line);border-radius:6px;box-shadow:0 1px #0f152205}.uw-card-h{border-bottom:1px solid var(--uw-line);justify-content:space-between;align-items:center;padding:14px 18px;font-size:14px;font-weight:600;display:flex}.uw-card-h small{color:var(--uw-ink-2);font-size:12px;font-weight:400}.uw-card-b{padding:18px}.uw-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.uw-stat .uw-stat-label{color:var(--uw-ink-2);text-transform:uppercase;letter-spacing:1px;font-size:12px}.uw-stat .uw-stat-value{margin:4px 0 0;font-size:30px;font-weight:600}.uw-stat .uw-stat-delta{font-size:12px}.uw-stat .delta-up{color:var(--uw-ok)}.uw-stat .delta-down{color:var(--uw-err)}.uw-grid-2{grid-template-columns:2fr 1fr;gap:16px;display:grid}.uw-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.uw-grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.uw-stack>*+*{margin-top:16px}.uw-btn{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:4px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}.uw-btn-primary{background:var(--uw-brand-600);color:var(--uw-on-brand);border-color:var(--uw-brand-600)}.uw-btn-primary:hover{background:var(--uw-brand-700)}.uw-btn-secondary{color:var(--uw-brand-600);border-color:var(--uw-brand-600);background:#fff}.uw-btn-ghost{color:var(--uw-ink);border-color:var(--uw-line);background:0 0}.uw-btn-danger{color:var(--uw-err);border-color:var(--uw-err);background:#fff}.uw-table{border-collapse:collapse;width:100%;font-size:13px}.uw-table th{text-align:left;color:var(--uw-ink-2);letter-spacing:.4px;text-transform:uppercase;border-bottom:1px solid var(--uw-line);background:#fafbfd;padding:12px 14px;font-size:12px;font-weight:600}.uw-table td{border-bottom:1px solid var(--uw-line);vertical-align:middle;padding:14px}.uw-table tr:hover td{background:#fafbfd}.uw-table .mono{color:var(--uw-ink-2);font-family:ui-monospace,SF Mono,Roboto Mono,monospace;font-size:12px}.uw-table .row-title{font-weight:600}.uw-table .row-desc{color:var(--uw-ink-2);margin-top:2px;font-size:12px}.uw-badge{background:var(--uw-muted-wash);color:var(--uw-ink-2);text-transform:uppercase;letter-spacing:.4px;border-radius:10px;align-items:center;gap:5px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.uw-badge-ok{background:var(--uw-ok-wash);color:var(--uw-ok)}.uw-badge-run{background:var(--uw-brand-wash);color:var(--uw-brand-600)}.uw-badge-warn{background:var(--uw-warn-wash);color:var(--uw-warn)}.uw-badge-err{background:var(--uw-err-wash);color:var(--uw-err)}.uw-badge-muted{background:var(--uw-muted-wash);color:var(--uw-ink-2)}.uw-dot{background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.uw-timeline{margin:0;padding:0;list-style:none}.uw-timeline li{border-bottom:1px dashed var(--uw-line);grid-template-columns:110px 16px 1fr;align-items:start;gap:12px;padding:10px 0;display:grid}.uw-timeline li:last-child{border-bottom:0}.uw-timeline .t{color:var(--uw-ink-2);font-family:ui-monospace,monospace;font-size:12px}.uw-timeline .pin{background:var(--uw-brand-500);width:10px;height:10px;box-shadow:0 0 0 3px var(--uw-brand-100);border-radius:50%;margin-top:4px}.uw-timeline .pin.ok{background:var(--uw-ok);box-shadow:0 0 0 3px var(--uw-ok-wash)}.uw-timeline .pin.warn{background:var(--uw-warn);box-shadow:0 0 0 3px var(--uw-warn-wash)}.uw-timeline .pin.err{background:var(--uw-err);box-shadow:0 0 0 3px var(--uw-err-wash)}.uw-timeline .ev{font-size:13px;font-weight:600}.uw-timeline .meta{color:var(--uw-ink-2);margin-top:2px;font-size:12px}.uw-feed{margin:0;padding:0;list-style:none;position:relative}.uw-feed-item{border-radius:8px;grid-template-columns:28px 1fr auto;align-items:start;gap:0 12px;padding:12px 10px 12px 0;transition:background .12s;display:grid;position:relative}.uw-feed-item:hover{background:var(--uw-brand-100)}.uw-feed-item:before{content:"";background:var(--uw-line);width:2px;position:absolute;top:0;bottom:0;left:13px}.uw-feed-item:first-child:before{top:23px}.uw-feed-item:last-child:before{height:23px;bottom:auto}.uw-feed-item:only-child:before{display:none}.uw-feed-pin{z-index:1;background:var(--uw-brand-500);width:12px;height:12px;box-shadow:0 0 0 3px var(--uw-bg-card), 0 0 0 5px var(--uw-brand-100);border-radius:50%;margin:17px auto 0;position:relative}.uw-feed-pin.ok{background:var(--uw-ok);box-shadow:0 0 0 3px var(--uw-bg-card), 0 0 0 5px var(--uw-ok-wash)}.uw-feed-pin.warn{background:var(--uw-warn);box-shadow:0 0 0 3px var(--uw-bg-card), 0 0 0 5px var(--uw-warn-wash)}.uw-feed-pin.err{background:var(--uw-err);box-shadow:0 0 0 3px var(--uw-bg-card), 0 0 0 5px var(--uw-err-wash)}.uw-feed-body{min-width:0;padding-top:11px}.uw-feed-title{color:var(--uw-ink);flex-wrap:wrap;align-items:baseline;gap:8px;font-size:13px;display:flex}.uw-feed-title .name{font-family:ui-monospace,SF Mono,Roboto Mono,monospace;font-weight:600}.uw-feed-verb{letter-spacing:.6px;text-transform:uppercase;color:var(--uw-ink-2);font-size:10px;font-weight:700}.uw-feed-verb.ok{color:var(--uw-ok)}.uw-feed-verb.warn{color:var(--uw-warn)}.uw-feed-verb.err{color:var(--uw-err)}.uw-feed-tags{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.uw-feed-tag{background:var(--uw-muted-wash);color:var(--uw-ink-2);border-radius:10px;align-items:center;gap:4px;padding:4px 8px;font-family:ui-monospace,SF Mono,Roboto Mono,monospace;font-size:11px;line-height:1;display:inline-flex}.uw-feed-tag .k{color:var(--uw-ink-3);font-family:inherit}.uw-feed-time{color:var(--uw-ink-2);white-space:nowrap;padding-top:13px;font-family:ui-monospace,SF Mono,Roboto Mono,monospace;font-size:12px}.uw-feed-empty{color:var(--uw-ink-2);text-align:center;padding:28px 4px;font-size:13px}.uw-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.uw-chip-f{border:1px solid var(--uw-line);color:var(--uw-ink-2);cursor:pointer;background:#fff;border-radius:14px;padding:4px 10px;font-size:12px}.uw-chip-f.is-on{background:var(--uw-brand-100);color:var(--uw-brand-700);border-color:var(--uw-brand-100);font-weight:600}.uw-bars{align-items:flex-end;gap:6px;height:130px;padding-top:12px;display:flex}.uw-bars .b{background:linear-gradient(180deg, var(--uw-brand-500), var(--uw-brand-700));border-radius:3px 3px 0 0;flex:1;position:relative}.uw-bars .b:after{content:attr(data-label);color:var(--uw-ink-2);font-size:10px;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.uw-donut{border-radius:50%;width:130px;height:130px;position:relative}.uw-donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:16px}.uw-donut-c{z-index:1;flex-direction:column;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.uw-donut-c b{font-size:22px}.uw-donut-c span{color:var(--uw-ink-2);text-transform:uppercase;letter-spacing:1px;font-size:11px}.uw-legend{margin:12px 0 0;padding:0;font-size:12px;list-style:none}.uw-legend li{align-items:center;gap:8px;padding:3px 0;display:flex}.uw-legend .sw{border-radius:2px;width:10px;height:10px;display:inline-block}.uw-chat-shell{grid-template-columns:280px 1fr 300px;height:calc(100vh - 56px);display:grid}.uw-chat-list{border-right:1px solid var(--uw-line);background:#fff;padding:12px;overflow-y:auto}.uw-chat-item{cursor:pointer;border-radius:6px;margin-bottom:4px;padding:10px 12px}.uw-chat-item:hover,.uw-chat-item.is-active{background:var(--uw-brand-100)}.uw-chat-item .t1{font-size:13px;font-weight:600}.uw-chat-item .t2{color:var(--uw-ink-2);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.uw-chat-main{flex-direction:column;min-width:0;display:flex}.uw-chat-header{border-bottom:1px solid var(--uw-line);background:#fff;padding:14px 22px}.uw-chat-stream{flex:1;padding:18px 22px;overflow:auto}.uw-msg{max-width:760px;margin-bottom:18px}.uw-msg.me{margin-left:auto}.uw-msg .hdr{color:var(--uw-ink-2);margin-bottom:4px;font-size:12px}.uw-msg .bubble{border:1px solid var(--uw-line);background:#fff;border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.55}.uw-msg.me .bubble{background:var(--uw-brand-600);color:var(--uw-on-brand);border-color:var(--uw-brand-600)}.uw-msg.tool .bubble{background:#f1f4fa;border-color:#dde4f0;font-family:ui-monospace,monospace;font-size:12px}.uw-chat-input{border-top:1px solid var(--uw-line);background:#fff;gap:8px;padding:14px 22px;display:flex}.uw-chat-input input{border:1px solid var(--uw-line);border-radius:6px;outline:0;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.uw-chat-context{border-left:1px solid var(--uw-line);background:#fff;padding:16px;overflow-y:auto}.uw-context-h{text-transform:uppercase;letter-spacing:1.2px;color:var(--uw-ink-2);margin:12px 0 6px;font-size:11px;font-weight:600}.uw-overlay{z-index:1000;background:var(--uw-scrim);justify-content:center;align-items:flex-start;padding:64px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.uw-modal{background:#fff;border-radius:10px;flex-direction:column;max-width:calc(100vw - 32px);display:flex;box-shadow:0 20px 50px #0f18284d}.uw-modal-h{border-bottom:1px solid var(--uw-line);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.uw-modal-h h3{margin:0;font-size:17px;font-weight:600}.uw-modal-x{cursor:pointer;color:var(--uw-ink-2);background:0 0;border:0;padding:0 4px;font-family:inherit;font-size:24px;line-height:1}.uw-modal-x:hover{color:var(--uw-ink)}.uw-modal-b{padding:22px}.uw-modal-f{border-top:1px solid var(--uw-line);background:#fafbfd;border-radius:0 0 10px 10px;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.uw-modal-intro{color:var(--uw-ink-2);margin:0 0 16px;font-size:13px;line-height:1.5}.uw-modal .uw-field{margin-bottom:14px}.uw-modal .uw-field label{margin-bottom:4px;font-size:12px;font-weight:600;display:block}.uw-modal .uw-field input,.uw-modal .uw-field textarea,.uw-modal .uw-field select{border:1px solid var(--uw-line);background:#fff;border-radius:4px;outline:0;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.uw-modal .uw-field input:focus,.uw-modal .uw-field textarea:focus,.uw-modal .uw-field select:focus{border-color:var(--uw-brand-500);box-shadow:0 0 0 3px #2a63b726}.uw-req{color:var(--uw-err)}.uw-field-help{color:var(--uw-ink-2);margin-top:4px;font-size:11px;display:block}.uw-checklist{border:1px solid var(--uw-line);background:#fff;border-radius:4px;gap:6px;max-height:260px;padding:8px;display:grid;overflow-y:auto}.uw-checklist-item{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.uw-checklist-item input[type=checkbox]{flex:none;width:auto;margin:2px 0 0}.uw-checklist-text{flex-direction:column;line-height:1.3;display:flex}.uw-checklist-text strong{font-size:13px;font-weight:600}.uw-checklist-text small{color:var(--uw-ink-2);font-size:11px}.uw-form-error{background:var(--uw-err-wash);color:var(--uw-err);border-radius:4px;margin:4px 0 0;padding:8px 10px;font-size:13px}.uw-toasts{z-index:1100;flex-direction:column;gap:8px;max-width:380px;display:flex;position:fixed;bottom:20px;right:20px}.uw-toast{cursor:pointer;color:var(--uw-on-brand);border-radius:6px;padding:12px 16px;font-size:13px;line-height:1.4;animation:.16s ease-out uw-toast-in;box-shadow:0 6px 18px #0f182840}.uw-toast.is-ok{background:var(--uw-ok)}.uw-toast.is-err{background:var(--uw-err)}@keyframes uw-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.uw-ldag-scroll{padding:8px 2px 4px;overflow-x:auto}.uw-ldag{display:block}.uw-ldag-empty{text-align:center;color:var(--uw-ink-2);border:1px dashed var(--uw-line);border-radius:10px;padding:32px 16px}.uw-ldag-edge{fill:none;stroke:var(--uw-brand-600);stroke-width:1.5px}.uw-ldag-edge.is-data{opacity:.5}.uw-ldag-edge.is-after{opacity:.4;stroke-dasharray:4 4;stroke:var(--uw-ink-2)}.uw-ldag-arrowhead{fill:var(--uw-brand-600);opacity:.55}.uw-ldag-node{box-sizing:border-box;background:var(--uw-bg-card);border:1px solid var(--uw-line);border-left:3px solid var(--uw-brand-600);border-radius:10px;flex-direction:column;gap:4px;height:100%;padding:10px 12px;display:flex;overflow:hidden;box-shadow:0 1px 2px #1018280f}.uw-ldag-node.is-default{border-left-color:var(--uw-brand-600)}.uw-ldag-node.is-warning{border-left-color:var(--uw-warn)}.uw-ldag-node.is-error{border-left-color:var(--uw-err)}.uw-ldag-node.is-interactive{cursor:pointer;transition:box-shadow .12s,border-color .12s}.uw-ldag-node.is-interactive:hover{box-shadow:0 2px 8px #1018281f}.uw-ldag-node.is-selected{border-color:var(--uw-accent);box-shadow:0 0 0 2px var(--uw-accent)}.uw-ldag-node-head{align-items:center;gap:8px;min-width:0;display:flex}.uw-ldag-node-name{color:var(--uw-ink);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:600;overflow:hidden}.uw-ldag-node-sub{color:var(--uw-ink-2);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.uw-ldag-badge{background:var(--uw-brand-100);color:var(--uw-brand-700);border-radius:999px;flex:none;padding:1px 6px;font-size:10px;font-weight:600}.uw-ldag-node.is-warning .uw-ldag-badge{color:var(--uw-warn);background:#fdf1d6}.uw-ldag-node.is-error .uw-ldag-badge{color:var(--uw-err);background:#fbe3da}
.uw-search{border:1px solid var(--uw-line);background:#fff;border-radius:4px;align-items:center;gap:6px;padding:5px 10px;display:flex}.uw-search input{background:0 0;border:0;outline:0;width:260px;font-family:inherit;font-size:13px}.uw-field{margin-bottom:14px}.uw-field label{margin-bottom:4px;font-size:12px;font-weight:600;display:block}.uw-field input,.uw-field textarea,.uw-field select{border:1px solid var(--uw-line);background:#fff;border-radius:4px;outline:0;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.uw-field input:focus,.uw-field textarea:focus,.uw-field select:focus{border-color:var(--uw-brand-500);box-shadow:0 0 0 3px #2a63b726}.uw-pill{background:#eef1f7;border-radius:4px;padding:3px 8px;font-size:12px;display:inline-block}.uw-dl{grid-template-columns:140px 1fr;gap:6px 16px;font-size:13px;display:grid}.uw-dl dt{color:var(--uw-ink-2)}.uw-dl dd{margin:0}.uw-tabs{border-bottom:1px solid var(--uw-line);background:#fff;gap:0;padding:0 18px;display:flex}.uw-tab{color:var(--uw-ink-2);cursor:pointer;border-bottom:2px solid #0000;padding:12px 16px;font-weight:500}.uw-tab.is-active{color:var(--uw-brand-700);border-bottom-color:var(--uw-brand-600);font-weight:600}.uw-login-shell{background:linear-gradient(135deg, var(--uw-brand-900), var(--uw-brand-700) 60%, var(--uw-accent));grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.uw-login-hero{color:#fff;flex-direction:column;justify-content:space-between;padding:60px 60px 60px 80px;display:flex}.uw-login-hero h1{margin:36px 0 18px;font-size:44px;font-weight:700;line-height:1.1}.uw-login-hero p{opacity:.85;max-width:460px;font-size:16px;line-height:1.5}.uw-login-hero .feats{gap:14px;max-width:480px;margin-top:40px;display:grid}.uw-login-hero .feat{grid-template-columns:36px 1fr;align-items:start;gap:14px;display:grid}.uw-login-hero .feat .ic2{background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.uw-login-hero .feat h4{margin:0 0 2px;font-size:14px;font-weight:600}.uw-login-hero .feat p{opacity:.75;margin:0;font-size:13px}.uw-login-card-wrap{background:#fff;justify-content:center;align-items:center;padding:40px;display:flex}.uw-login-card{width:380px}.uw-login-card--wide{width:min(560px,100%)}.uw-login-card h2{margin:0 0 6px;font-size:24px;font-weight:600}.uw-login-card .lead{color:var(--uw-ink-2);margin:0 0 24px;font-size:14px}.uw-divider{text-align:center;color:var(--uw-ink-2);margin:16px 0;font-size:12px;position:relative}.uw-divider:before,.uw-divider:after{content:"";background:var(--uw-line);width:38%;height:1px;position:absolute;top:50%}.uw-divider:before{left:0}.uw-divider:after{right:0}.uw-sso-btn{border:1px solid var(--uw-line);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:8px;padding:9px 12px;font-family:inherit;font-size:13px;display:flex}.uw-empty{border:1px dashed var(--uw-line);text-align:center;background:#fbfcfe;border-radius:6px;padding:36px}.uw-empty h3{margin:0 0 6px;font-size:16px;font-weight:600}.uw-empty p{color:var(--uw-ink-2);margin:0 0 16px}.uw-code{color:#d8e1ee;white-space:pre-wrap;overflow-wrap:anywhere;background:#0f1828;border-radius:6px;padding:14px 16px;font-family:ui-monospace,monospace;font-size:12px;line-height:1.55;overflow:auto}.uw-persona-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.uw-persona-card{border:1px solid var(--uw-line);background:#fff;border-radius:6px;padding:14px 16px;box-shadow:0 1px 3px #0000000d}.uw-persona-card-name{margin-bottom:4px;font-size:13px;font-weight:600}.uw-persona-card-role{color:var(--uw-ink-2);margin-bottom:8px;font-size:12px;line-height:1.4}.uw-persona-card-ver{color:var(--uw-brand-600);font-family:ui-monospace,monospace;font-size:11px}.uw-lineage-dag-scroll{padding:8px 2px 4px;overflow-x:auto}.uw-lineage-dag{display:block}.uw-lineage-dag-edge{fill:none;stroke:var(--uw-brand-600);stroke-width:1.5px;opacity:.4}.uw-lineage-dag-arrow{fill:var(--uw-brand-600);opacity:.55}.uw-lineage-dag-fallback-row{padding:2px 0}.uw-dag-node{box-sizing:border-box;border:1px solid var(--uw-line);border-left:3px solid var(--uw-line);background:#fff;border-radius:8px;flex-direction:column;gap:6px;height:100%;padding:10px 12px;display:flex;overflow:hidden}.uw-dag-node.is-model{border-left-color:var(--uw-brand-600)}.uw-dag-node.is-tool{border-left-color:var(--uw-accent)}.uw-dag-node.is-failed{border-left-color:var(--uw-err)}.uw-dag-node-head{align-items:center;gap:8px;min-width:0;display:flex}.uw-dag-node-name{white-space:nowrap;text-overflow:ellipsis;font-family:ui-monospace,monospace;font-size:13px;font-weight:600;overflow:hidden}.uw-dag-node.is-interactive{cursor:pointer;transition:box-shadow .12s,border-color .12s}.uw-dag-node.is-interactive:hover{border-color:var(--uw-brand-500)}.uw-dag-node.is-selected{border-color:var(--uw-brand-500);box-shadow:0 0 0 3px #2a63b726}.uw-lineage-io-block{margin-bottom:14px}.uw-lineage-io-block:last-child{margin-bottom:0}.uw-lineage-io-label{text-transform:uppercase;letter-spacing:.4px;color:var(--uw-ink-2);margin-bottom:4px;font-size:10px}.uw-lineage-io-empty,.uw-lineage-io-hint{color:var(--uw-ink-2);font-size:13px}.uw-lineage-pipeline{flex-direction:column;padding:4px 0;display:flex}.uw-lineage-level{flex-direction:row;align-items:stretch;gap:16px;display:flex}.uw-lineage-level>.uw-lineage-step{flex:1 1 0;min-width:0}.uw-lineage-level.is-parallel{gap:12px}.uw-lineage-level.is-parallel>.uw-lineage-step{background:#0ea5e90b;border-radius:8px;padding:10px 14px}.uw-lineage-step{border-left:3px solid var(--uw-line);align-items:center;gap:14px;padding:12px 0 12px 20px;display:flex;position:relative}.uw-lineage-step.is-model{border-left-color:var(--uw-brand-600)}.uw-lineage-step.is-tool{border-left-color:var(--uw-accent)}.uw-lineage-step.is-failed{border-left-color:var(--uw-err)}.uw-lineage-step-num{background:var(--uw-line);width:26px;height:26px;color:var(--uw-ink-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.uw-lineage-step.is-model .uw-lineage-step-num{background:var(--uw-brand-600);color:var(--uw-on-brand)}.uw-lineage-step.is-tool .uw-lineage-step-num{background:var(--uw-accent);color:var(--uw-on-brand)}.uw-lineage-step.is-failed .uw-lineage-step-num{background:var(--uw-err);color:var(--uw-on-brand)}.uw-lineage-step-body{flex:1;min-width:0}.uw-lineage-step-name{font-family:ui-monospace,monospace;font-size:13px;font-weight:600}.uw-lineage-step-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:3px;display:flex}.uw-lineage-step-provider{color:var(--uw-ink-2);font-size:11px}.uw-lineage-step-op{color:var(--uw-ink-2);font-family:ui-monospace,monospace;font-size:11px}.uw-lineage-step-stats{flex-shrink:0;gap:16px;display:flex}.uw-lineage-stat{text-align:right}.uw-lineage-stat-val{color:var(--uw-ink);font-size:13px;font-weight:600}.uw-lineage-stat-label{color:var(--uw-ink-2);text-transform:uppercase;letter-spacing:.4px;font-size:10px}.uw-lineage-connector{background:var(--uw-line);width:2px;height:12px;margin-left:30px}.uw-lineage-io-pill{border:1px solid var(--uw-line);background:#fff;border-radius:100px;align-items:center;gap:6px;margin:3px;padding:4px 12px;font-size:12px;display:inline-flex}.uw-lineage-empty{text-align:center;color:var(--uw-ink-2);padding:40px 0;font-size:13px}.uw-split{grid-template-columns:320px 1fr;gap:16px;display:grid}.uw-ontology-explorer{grid-template-columns:260px 1fr 340px;align-items:stretch;gap:16px;height:580px;display:grid}@media (max-width:1100px){.uw-ontology-explorer{grid-template-columns:1fr;height:auto}.uw-ontology-explorer>.uw-card{min-height:320px}}.uw-filter-input,.uw-ask-input{box-sizing:border-box;border:1px solid var(--uw-line);background:#fff;border-radius:4px;outline:0;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.uw-ask-input{flex:1}.uw-entitytype-list{flex:1;min-height:0;overflow-y:auto}.uw-entitytype-row{text-align:left;cursor:pointer;border:0;border-bottom:1px solid var(--uw-line);width:100%;color:var(--uw-ink);background:#fff;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:13px;display:flex}.uw-entitytype-row:hover{background:#f5f7fa}.uw-entitytype-row.is-active{box-shadow:inset 3px 0 0 var(--uw-brand-900,#1f4c8f);background:#eef1f7}.uw-entitytype-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.uw-entitytype-meta{color:var(--uw-ink-2);flex:none;align-items:center;gap:8px;font-size:12px;display:flex}.uw-ontology-graph{background:var(--uw-graph-bg);border-radius:6px;flex:1;width:100%;min-height:0;position:relative;overflow:hidden}.uw-ontology-graph-overlay{text-align:center;color:var(--uw-ink-2);justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex;position:absolute;inset:0}.uw-graph-foot{border-top:1px solid var(--uw-line);color:var(--uw-ink-2);padding:8px 14px;font-size:12px}.uw-facts-scroll{flex:1;min-height:0;padding:12px;overflow-y:auto}.uw-facts-card{border:1px solid var(--uw-line);border-radius:6px;margin-bottom:10px;padding:10px 12px}.uw-facts-title{overflow-wrap:anywhere;font-size:13px;font-weight:600}.uw-facts-labels{flex-wrap:wrap;gap:6px;margin:6px 0 8px;display:flex}.uw-facts-table{border-collapse:collapse;width:100%;font-size:12px}.uw-facts-table td,.uw-facts-table th{vertical-align:top;border-top:1px solid var(--uw-line);overflow-wrap:anywhere;text-align:left;padding:3px 6px}.uw-facts-key{color:var(--uw-ink-2);white-space:nowrap;width:38%;font-weight:600}.uw-facts-val{color:var(--uw-ink)}.uw-tools-layout{align-items:flex-start;gap:16px;display:flex}.uw-tools-main{flex:1;min-width:0}@media (max-width:1000px){.uw-tools-layout{flex-direction:column}}.uw-tool-cat{margin-bottom:18px}.uw-tool-cat:last-child{margin-bottom:0}.uw-tool-cat-h{text-transform:uppercase;letter-spacing:.05em;color:var(--uw-ink-2);margin:0 0 10px;font-size:11px;font-weight:600}.uw-tool-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.uw-tool-card{text-align:left;cursor:pointer;border:1px solid var(--uw-line);color:var(--uw-ink);background:#fff;border-radius:6px;flex-direction:column;gap:6px;padding:12px 14px;font-family:inherit;display:flex}.uw-tool-card:hover{border-color:var(--uw-brand-900,#1f4c8f)}.uw-tool-card.is-active{border-color:var(--uw-brand-900,#1f4c8f);box-shadow:0 0 0 1px var(--uw-brand-900,#1f4c8f)}.uw-tool-card-h{align-items:center;gap:8px;display:flex}.uw-tool-dot{border-radius:50%;flex:none;width:9px;height:9px;display:inline-block}.uw-tool-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.uw-tool-desc{color:var(--uw-ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.uw-tool-meta{color:var(--uw-ink-2);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.uw-pill-err{color:var(--uw-err,#b1380b);background:#fbe9e3}.uw-pill-warn{color:var(--uw-warn,#b58105);background:#fbf3df}.uw-tool-drawer{border:1px solid var(--uw-line);background:#fff;border-radius:6px;flex:0 0 420px;align-self:stretch;width:420px;max-height:calc(100vh - 140px);position:sticky;top:16px;overflow-y:auto}@media (max-width:1000px){.uw-tool-drawer{flex-basis:auto;width:100%;max-height:none;position:static}}.uw-tool-drawer-h{border-bottom:1px solid var(--uw-line);background:#fff;justify-content:space-between;align-items:flex-start;padding:14px 16px;display:flex;position:sticky;top:0}.uw-tool-drawer-title{font-size:15px;font-weight:600}.uw-tool-drawer-sub{color:var(--uw-ink-2);margin-top:2px;font-size:12px}.uw-tool-drawer-b{padding:14px 16px}.uw-tool-section-h{text-transform:uppercase;letter-spacing:.05em;color:var(--uw-ink-2);margin:18px 0 8px;font-size:11px;font-weight:600}.uw-tool-op{border:1px solid var(--uw-line);border-radius:6px;margin-bottom:8px;padding:8px 10px}.uw-tool-op-name{font-size:13px;font-weight:600}.uw-tool-op-desc{color:var(--uw-ink-2);margin-top:2px;font-size:12px}.uw-tool-params{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.uw-tool-params-label{color:var(--uw-ink-2);align-self:center;font-size:11px}.uw-tool-example-code{background:#f5f7fa;border-radius:4px;margin:6px 0 0;padding:8px;font-size:11px;overflow-x:auto}.uw-weave-editor{flex-direction:column;gap:12px;display:flex}.uw-weave-editor-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.uw-weave-editor-title{align-items:center;gap:10px;display:flex}.uw-weave-editor-status{color:var(--uw-ink-2);font-size:12px}.uw-weave-editor-actions{gap:8px;display:flex}.uw-weave-editor-body{grid-template-columns:220px minmax(0,1fr) 340px;align-items:start;gap:16px;display:grid}@media (max-width:1200px){.uw-weave-editor-body{grid-template-columns:200px minmax(0,1fr) 300px}}@media (max-width:900px){.uw-weave-editor-body{grid-template-columns:1fr}}.uw-weave-editor-canvas{border:1px solid var(--uw-line);background:var(--uw-bg-card);border-radius:12px;min-height:240px;max-height:70vh;padding:12px;overflow-y:auto}.uw-weave-editor-inspector{border:1px solid var(--uw-line);background:var(--uw-bg-card);border-radius:12px;min-height:240px;max-height:70vh;padding:14px;overflow-y:auto}.uw-weave-editor-inspector-title{margin:0 0 8px;font-size:15px}.uw-weave-editor-inspector-sub{text-transform:uppercase;letter-spacing:.04em;color:var(--uw-ink-2);margin:12px 0 6px;font-size:12px}.uw-weave-editor-inspector-diags{flex-direction:column;gap:4px;margin:0 0 8px;padding:0;list-style:none;display:flex}.uw-weave-editor-inspector-diags li{border-radius:6px;padding:4px 8px;font-size:12px}.uw-weave-editor-inspector-diags li.is-error{color:var(--uw-err);background:#fbe3da}.uw-weave-editor-inspector-diags li.is-warning{color:var(--uw-warn);background:#fdf1d6}.uw-weave-editor-hint{color:var(--uw-ink-2);font-size:12px}.uw-weave-editor-plan{margin:0 0 8px;padding-left:20px;font-size:13px}.uw-weave-editor-plan li{padding:1px 0}.uw-weave-editor-refs{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.uw-weave-editor-ref{flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.uw-weave-editor-ref code{background:var(--uw-bg);border-radius:4px;padding:1px 5px}.uw-weave-editor-ref-expr{color:var(--uw-ink-2);font-family:ui-monospace,monospace}.uw-weave-editor-ref-state{border-radius:999px;margin-left:auto;padding:1px 6px;font-size:10px}.uw-weave-editor-ref-state.is-declared{color:var(--uw-ok);background:#dcf3e6}.uw-weave-editor-ref-state.is-warning{color:var(--uw-warn);background:#fdf1d6}.uw-weave-editor-ref-state.is-unverifiable{background:var(--uw-bg);color:var(--uw-ink-2)}.uw-weave-editor-ref-state.is-unknown{color:var(--uw-err);background:#fbe3da}.uw-weave-editor-diags{border:1px solid var(--uw-line);background:var(--uw-bg-card);border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.uw-weave-editor-diag-summary{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.uw-weave-editor-diag-summary.is-ok{color:var(--uw-ok);background:#dcf3e6}.uw-weave-editor-diag-summary.is-warning{color:var(--uw-warn);background:#fdf1d6}.uw-weave-editor-diag-summary.is-error{color:var(--uw-err);background:#fbe3da}.uw-weave-editor-diag-list{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.uw-weave-editor-diag{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:baseline;gap:8px;padding:2px 4px;font-size:12px;display:flex}.uw-weave-editor-diag:hover{background:var(--uw-bg)}.uw-weave-editor-diag-code{font-family:ui-monospace,monospace;font-size:11px}.uw-weave-editor-diag.is-error .uw-weave-editor-diag-code{color:var(--uw-err)}.uw-weave-editor-diag.is-warning .uw-weave-editor-diag-code{color:var(--uw-warn)}.uw-weave-editor-diag-step{font-weight:600}.uw-weave-editor-diag-msg{color:var(--uw-ink-2);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uw-weave-editor-json{border:1px solid var(--uw-line);border-radius:10px;overflow:hidden}.uw-weave-editor-json-head{background:var(--uw-bg);border-bottom:1px solid var(--uw-line);padding:6px 10px;font-size:12px}.uw-weave-editor-json-err{color:var(--uw-err);font-style:normal}.uw-weave-editor-json-area{resize:vertical;box-sizing:border-box;border:none;width:100%;min-height:280px;padding:10px 12px;font-family:ui-monospace,monospace;font-size:12px}.uw-weave-editor-palette-pane{border:1px solid var(--uw-line);background:var(--uw-bg-card);border-radius:12px;min-height:240px;max-height:70vh;padding:10px;overflow-y:auto}.uw-weave-editor-palette-search{box-sizing:border-box;border:1px solid var(--uw-line);border-radius:8px;width:100%;margin-bottom:8px;padding:6px 8px;font-size:12px}.uw-weave-editor-palette-group{margin-bottom:10px}.uw-weave-editor-palette-group-title{text-transform:uppercase;letter-spacing:.04em;color:var(--uw-ink-2);margin:0 0 4px;font-size:11px}.uw-weave-editor-palette-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:1px;width:100%;margin-bottom:2px;padding:6px 8px;display:flex}.uw-weave-editor-palette-item:hover{background:var(--uw-bg)}.uw-weave-editor-palette-item-label{color:var(--uw-ink);font-size:12px;font-weight:600}.uw-weave-editor-palette-item-sub{color:var(--uw-ink-2);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.uw-weave-editor-step-form-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.uw-btn-danger-text{color:var(--uw-err)}.uw-btn-xs{padding:2px 8px;font-size:11px}.uw-weave-editor-field{margin-bottom:12px}.uw-weave-editor-field-label-row{align-items:center;gap:6px;margin-bottom:3px;display:flex}.uw-weave-editor-field-label-row label{color:var(--uw-ink-2);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.uw-weave-editor-field-req{color:var(--uw-err)}.uw-weave-editor-field-input{box-sizing:border-box;border:1px solid var(--uw-line);background:var(--uw-bg-card);width:100%;color:var(--uw-ink);border-radius:6px;padding:5px 8px;font-family:inherit;font-size:12px;display:block}textarea.uw-weave-editor-field-input{resize:vertical;min-height:60px}.uw-weave-editor-field-pair{grid-template-columns:1fr 1fr;gap:8px;display:grid}.uw-weave-editor-field-badge{text-transform:uppercase;border-radius:999px;flex:none;padding:1px 6px;font-size:9px;font-weight:600}.uw-weave-editor-field-badge.is-declared{color:var(--uw-ok);background:#dcf3e6}.uw-weave-editor-field-badge.is-warning{color:var(--uw-warn);background:#fdf1d6}.uw-weave-editor-field-badge.is-unverifiable{background:var(--uw-bg);color:var(--uw-ink-2)}.uw-weave-editor-field-badge.is-unknown{color:var(--uw-err);background:#fbe3da}.uw-weave-editor-ref-picker{text-align:center;border:1px solid var(--uw-line);background:var(--uw-bg-card);width:22px;color:var(--uw-ink-2);cursor:pointer;border-radius:5px;flex:none;margin-left:auto;padding:2px 0;font-size:11px}.uw-weave-editor-checkbox-field{align-items:center;gap:6px;padding:3px 0;font-size:12px;display:flex}.uw-weave-editor-kv{margin-bottom:12px}.uw-weave-editor-kv-head{color:var(--uw-ink-2);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px;font-weight:600;display:flex}.uw-weave-editor-kv-row{margin-bottom:8px}.uw-weave-editor-kv-row-head{align-items:center;gap:4px;margin-bottom:3px;display:flex}.uw-weave-editor-kv-key,.uw-weave-editor-kv-value{box-sizing:border-box;border:1px solid var(--uw-line);border-radius:5px;min-width:0;padding:4px 6px;font-family:inherit;font-size:11px}.uw-weave-editor-kv-key{flex:auto;font-weight:600}.uw-weave-editor-kv-value{width:100%;font-family:ui-monospace,monospace;display:block}.uw-weave-editor-advanced{margin:10px 0;font-size:12px}.uw-weave-editor-advanced summary{cursor:pointer;color:var(--uw-ink-2);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:11px;font-weight:600}.uw-weave-editor-inputs{margin:10px 0}
html.ascendant{--asc-ivory:#fbfafe;--asc-pearl:#f4f3fb;--asc-cloud:#eaebf6;--asc-mist:#dfe2f1;--asc-halo:#d2d7ec;--asc-abyss:#171b34;--asc-ink:#1b1f3a;--asc-slate:#3e456a;--asc-haze:#52587e;--asc-faint:#8c95c6;--asc-gold:#8d6400;--asc-gold-bright:#e6be4a;--asc-gold-soft:#f1db94;--asc-gold-active:#805a00;--asc-azure:#1e7fc2;--asc-azure-hover:#2e93d6;--asc-azure-active:#16679e;--asc-ice:#6fc5f0;--asc-amethyst:#6b47c0;--asc-amethyst-active:#573aa0;--asc-lilac:#9b7be0;--asc-aurora:#1f9e8b;--asc-font-display:"Chakra Petch", "Saira", system-ui, sans-serif;--asc-font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--asc-font-mono:"JetBrains Mono", "Fira Code", ui-monospace, "SF Mono", Consolas, monospace;--uw-brand-900:var(--asc-abyss);--uw-brand-800:var(--asc-ink);--uw-brand-700:var(--asc-azure-active);--uw-brand-600:var(--asc-azure);--uw-brand-500:var(--asc-azure-hover);--uw-brand-400:var(--asc-ice);--uw-brand-100:#e2edf8;--uw-accent:var(--asc-amethyst);--uw-ok:#1f9e6e;--uw-warn:var(--asc-gold);--uw-err:#c6413e;--uw-ink:var(--asc-abyss);--uw-ink-2:var(--asc-slate);--uw-ink-3:var(--asc-haze);--uw-ink-4:var(--asc-faint);--uw-line:var(--asc-halo);--uw-line-2:#bec4e0;--uw-ok-hover:#24b57e;--uw-ok-active:#187c56;--uw-ok-wash:#e7f9f2;--uw-warn-wash:#f9f3e7;--uw-err-wash:#f9e7e7;--uw-brand-wash:var(--uw-brand-100);--uw-muted-wash:var(--asc-cloud);--uw-bg:var(--asc-pearl);--uw-bg-card:var(--asc-ivory);--uw-bg-2:var(--asc-cloud);--uw-mono:var(--asc-font-mono);--uw-scrim:#171b348c;--uw-inv-bg:var(--asc-abyss);--uw-inv-raised:#262c4e;--uw-inv-hover:#333a61;--uw-inv-ink-2:var(--asc-faint);--uw-inv-ink-3:#7e85a8;--uw-inv-info:var(--asc-ice);--uw-inv-warn:var(--asc-gold-bright);--uw-inv-err:#f2777a;--uw-graph-bg:var(--asc-ivory);--uw-graph-link:#3e456a38;--uw-graph-palette:#1e7fc2, #6b47c0, #1f9e8b, #b8891f, #c6413e, #2e93d6, #8b5fd6, #1f8b6e, #4e6bb8, #a8742a}html.ascendant body{font-family:var(--asc-font-body);background-color:var(--asc-pearl);background-image:radial-gradient(ellipse at 50% -10%, #e6be4a29 0%, transparent 55%), radial-gradient(ellipse at 12% 8%, #6fc5f024 0%, transparent 45%), radial-gradient(ellipse at 88% 22%, #9b7be01f 0%, transparent 45%), linear-gradient(#1e7fc207 1px, transparent 1px), linear-gradient(90deg, #1e7fc207 1px, transparent 1px), linear-gradient(180deg, #fdfcff 0%, var(--asc-pearl) 100%);background-size:auto,auto,auto,64px 64px,64px 64px,auto;background-attachment:fixed}html.ascendant .uw-h1,html.ascendant .uw-brand,html.ascendant .uw-card-h,html.ascendant .uw-stat-value,html.ascendant .uw-modal-h h3,html.ascendant .uw-login-hero h1,html.ascendant .uw-login-card h2{font-family:var(--asc-font-display);letter-spacing:1.2px;text-transform:uppercase}html.ascendant .uw-h1{letter-spacing:1.6px;font-weight:600}html.ascendant .uw-stat-value{font-weight:600}html.ascendant .mono,html.ascendant .uw-table .mono,html.ascendant code{font-family:var(--asc-font-mono)}html.ascendant .uw-btn,html.ascendant .uw-card,html.ascendant .uw-badge,html.ascendant .uw-pill,html.ascendant .uw-chip,html.ascendant .uw-chip-f,html.ascendant .uw-search,html.ascendant .uw-field input,html.ascendant .uw-field textarea,html.ascendant .uw-field select,html.ascendant .uw-modal .uw-field input,html.ascendant .uw-modal .uw-field textarea,html.ascendant .uw-modal .uw-field select{border-radius:2px}html.ascendant ::selection{color:var(--asc-abyss);background:#e6be4a4d}html.ascendant .uw-masthead{border-bottom:2px solid var(--asc-gold)}html.ascendant .uw-brand{letter-spacing:3px}html.ascendant .uw-brand small{letter-spacing:2px}html.ascendant .uw-brand-logo{background:var(--asc-abyss);border:1px solid var(--asc-gold);color:var(--asc-gold-bright);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));border-radius:2px}html.ascendant .uw-avatar{background:linear-gradient(135deg, var(--asc-amethyst), var(--asc-lilac));border-radius:2px}html.ascendant .uw-sidebar{background:var(--asc-ink);border-right:1px solid var(--asc-gold)}html.ascendant .uw-nav-section{color:#f8fafc;font-family:var(--asc-font-mono);letter-spacing:1.5px}html.ascendant .uw-nav a{color:#f8fafc;font-family:var(--asc-font-mono);letter-spacing:.5px;border-left-color:#0000;font-size:12.5px}html.ascendant .uw-nav a:hover{color:#0f172a;background:#e6be4a14}html.ascendant .uw-nav a.is-active{border-left-color:var(--asc-gold);color:var(--asc-gold-bright);background:linear-gradient(90deg,#e6be4a2e,#0000)}html.ascendant .uw-nav .ic{opacity:.85}html.ascendant .uw-page-header{background:linear-gradient(180deg, var(--asc-ivory), #fbfafe99);border-bottom:1px solid var(--asc-halo);box-shadow:0 1px #e6be4a59}html.ascendant .uw-card{position:relative;box-shadow:0 1px 2px #171b340d,0 4px 12px #171b340d}html.ascendant .uw-card:before{content:"";border-top:2px solid var(--asc-gold);border-left:2px solid var(--asc-gold);pointer-events:none;width:14px;height:14px;position:absolute;top:-1px;left:-1px}html.ascendant .uw-card-h{letter-spacing:1.5px;font-size:13px}html.ascendant .uw-card-h small{font-family:var(--asc-font-mono);text-transform:none;letter-spacing:0}html.ascendant .uw-stat .uw-stat-label{font-family:var(--asc-font-mono);letter-spacing:.8px;color:var(--asc-haze)}html.ascendant .uw-table th{background:var(--asc-cloud);color:var(--asc-haze);font-family:var(--asc-font-mono);letter-spacing:.6px}html.ascendant .uw-btn{letter-spacing:.4px}html.ascendant .uw-btn-primary{box-shadow:0 2px 8px #1e7fc238}html.ascendant .uw-btn-primary:hover{background:var(--asc-azure-hover);border-color:var(--asc-azure-hover)}html.ascendant .uw-login-shell{background:radial-gradient(ellipse at 20% 10%, #e6be4a38 0%, transparent 45%), radial-gradient(ellipse at 80% 80%, #6b47c059 0%, transparent 50%), radial-gradient(ellipse at 65% 25%, #1e7fc247 0%, transparent 45%), linear-gradient(160deg, #0e1122 0%, var(--asc-abyss) 55%, #241c3e 100%)}html.ascendant .uw-login-hero h1{letter-spacing:2px;text-shadow:0 0 26px #e6be4a40;font-weight:700}html.ascendant .uw-login-hero .feat .ic2{color:var(--asc-gold-bright);background:#e6be4a1f;border:1px solid #e6be4a73;border-radius:2px}html.ascendant .uw-login-card-wrap{background:var(--asc-ivory)}html.ascendant .uw-login-card h2{letter-spacing:1.4px}@keyframes asc-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes asc-reticle{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){html.ascendant .asc-hero,html.ascendant .asc-reticle{animation:none}}html.ascendant .asc-login{z-index:1;position:relative}html.ascendant .asc-dia{background:var(--asc-gold-bright);width:8px;height:8px;display:inline-block;transform:rotate(45deg)}html.ascendant .asc-hero{min-height:100vh;animation:.7s both asc-rise;position:relative;overflow:hidden}html.ascendant .asc-hero-bg{background:#0d1026 url(/xeno_backdrop.avif) 100%/cover no-repeat;position:absolute;inset:0}html.ascendant .asc-hero-depth{background:linear-gradient(90deg,#0000 50%,#0b0e1e5c 100%);position:absolute;inset:0}html.ascendant .asc-hero-seam{background:var(--asc-gold);clip-path:polygon(0 0,100% 0,calc(100% - 104px) 100%,0 100%);width:min(60%,700px);position:absolute;top:0;bottom:0;left:0}html.ascendant .asc-hero-panel{clip-path:polygon(0 0,100% 0,calc(100% - 104px) 100%,0 100%);background:linear-gradient(160deg,#fdfcff 0%,#f1f0f8 100%);width:calc(min(60%,700px) - 3px);position:absolute;top:0;bottom:0;left:0}html.ascendant .asc-reticle{opacity:.5;pointer-events:none;z-index:1;width:280px;height:280px;animation:44s linear infinite asc-reticle;position:absolute;top:50%;right:7%;transform:translateY(-50%)}html.ascendant .asc-reticle i{display:block;position:absolute}html.ascendant .asc-reticle .r1{border:1px solid var(--asc-gold);border-radius:50%;inset:0}html.ascendant .asc-reticle .r2{border:1px solid #9b7be0b3;border-radius:50%;inset:24px}html.ascendant .asc-reticle .r3{border:1px solid var(--asc-gold);inset:66px;transform:rotate(45deg)}html.ascendant .asc-reticle .r4{border:1px solid #e6be4a99;inset:88px}html.ascendant .asc-reticle .core{background:var(--asc-gold-bright);width:16px;height:16px;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}html.ascendant .asc-hero-tick{z-index:2;width:22px;height:22px;position:absolute}html.ascendant .asc-hero-tick.tl{border-top:2px solid var(--asc-gold);border-left:2px solid var(--asc-gold);top:16px;left:16px}html.ascendant .asc-hero-tick.bl{border-bottom:2px solid var(--asc-gold);border-left:2px solid var(--asc-gold);bottom:16px;left:16px}html.ascendant .asc-hero-content{z-index:3;box-sizing:border-box;flex-direction:column;justify-content:center;max-width:640px;min-height:100vh;padding:60px 56px;display:flex;position:relative}html.ascendant .asc-eyebrow{text-transform:uppercase;font-family:var(--asc-font-mono);letter-spacing:2px;color:var(--asc-azure-active);align-items:center;gap:12px;margin-bottom:24px;font-size:11px;display:inline-flex}html.ascendant .asc-eyebrow .asc-dia{background:var(--asc-gold);width:7px;height:7px}html.ascendant .asc-hero-title{font-family:var(--asc-font-display);letter-spacing:3px;color:var(--asc-abyss);text-transform:uppercase;margin:0 0 16px;font-size:clamp(40px,5vw,60px);font-weight:700;line-height:.92}html.ascendant .asc-hero-rule{align-items:center;gap:8px;margin-bottom:20px;display:flex}html.ascendant .asc-hero-rule .g{background:var(--asc-gold);width:56px;height:2px}html.ascendant .asc-hero-rule .d{background:var(--asc-amethyst);width:8px;height:8px;display:inline-block;transform:rotate(45deg)}html.ascendant .asc-hero-rule .a{background:var(--asc-amethyst);width:28px;height:2px}html.ascendant .asc-tagline{font-family:var(--asc-font-display);letter-spacing:1.5px;color:var(--asc-slate);text-transform:uppercase;max-width:440px;margin:0 0 20px;font-size:23px;font-weight:500;line-height:1.25}html.ascendant .asc-tagline .hl{color:var(--asc-gold-active);font-weight:700}html.ascendant .asc-lede{font-family:var(--asc-font-body);color:var(--asc-slate);max-width:410px;margin:0 0 30px;font-size:15px;line-height:1.6}html.ascendant .asc-hero-cta{flex-direction:column;gap:12px;max-width:340px;display:flex}html.ascendant .asc-hero-cta .lead{text-transform:uppercase;font-family:var(--asc-font-mono);letter-spacing:1px;color:var(--asc-haze);margin:0;font-size:11px}html.ascendant .asc-signin{background:var(--asc-azure);color:#fff;border:1px solid var(--asc-azure);height:48px;font-family:var(--asc-font-display);letter-spacing:2px;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 6px 22px #1e7fc247}html.ascendant .asc-signin:hover{background:var(--asc-azure-hover);border-color:var(--asc-azure-hover);text-decoration:none}html.ascendant .asc-signin .arrow{font-family:var(--asc-font-body);font-weight:400}html.ascendant .asc-hint{color:var(--asc-haze);margin:2px 0 0;font-size:12px}html.ascendant .asc-login-foot{text-align:center;font-family:var(--asc-font-mono);letter-spacing:.5px;color:var(--asc-faint);margin-top:22px;font-size:11px}@media (max-width:860px){html.ascendant .asc-hero-seam{display:none}html.ascendant .asc-hero-panel{clip-path:none;background:linear-gradient(#fdfcfff5,#f1f0f8eb);width:100%}html.ascendant .asc-hero-content{max-width:none;padding:44px 28px}html.ascendant .asc-hero-title{letter-spacing:3px;font-size:46px}html.ascendant .asc-tagline{font-size:19px}html.ascendant .asc-reticle{display:none}}
html.high-evolution{--hev-void:#050508;--hev-abyss:#070b12;--hev-panel:#0a101a;--hev-panel-2:#0e141f;--hev-well:#04070c;--hev-ice:#4ee3ff;--hev-ice-bright:#8cf2ff;--hev-ice-pale:#a9f4ff;--hev-ice-deep:#38d2f0;--hev-violet:#9370db;--hev-violet-deep:#8a2be2;--hev-green:#6ef08a;--hev-amber:#ffb020;--hev-magenta:#ff4fd8;--hev-font-display:"Orbitron", "Chakra Petch", system-ui, sans-serif;--hev-font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--hev-font-mono:"JetBrains Mono", "Fira Code", ui-monospace, "SF Mono", Consolas, monospace;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--uw-brand-900:var(--hev-void);--uw-brand-800:var(--hev-abyss);--uw-brand-700:var(--hev-ice-bright);--uw-brand-600:var(--hev-ice);--uw-brand-500:var(--hev-ice-deep);--uw-brand-400:var(--hev-ice-pale);--uw-brand-100:#0c2430;--uw-accent:var(--hev-violet);--uw-ok:var(--hev-green);--uw-warn:var(--hev-amber);--uw-err:var(--hev-magenta);--uw-ok-hover:#8af5a2;--uw-ok-active:#4fd973;--uw-ink:#e8f4f8;--uw-ink-2:#a8bcc8;--uw-ink-3:#7a8b99;--uw-ink-4:#6b7c8a;--uw-line:#1b2733;--uw-line-2:#2a3a48;--uw-bg:var(--hev-void);--uw-bg-card:var(--hev-panel);--uw-bg-2:var(--hev-panel-2);--uw-mono:var(--hev-font-mono);--uw-scrim:#020306c7;--uw-log-info:var(--uw-ink-2);--uw-log-warn:var(--hev-amber);--uw-log-error:var(--hev-magenta);--uw-log-debug:var(--uw-ink-3);--uw-on-brand:var(--hev-void);--uw-inv-bg:var(--hev-abyss);--uw-inv-raised:var(--hev-panel-2);--uw-inv-hover:#17202e;--uw-inv-line:#4ee3ff2e;--uw-inv-line-faint:#4ee3ff12;--uw-inv-row:#4ee3ff0d;--uw-inv-ink:var(--uw-ink);--uw-inv-body:var(--uw-ink-2);--uw-inv-ink-2:var(--uw-ink-2);--uw-inv-ink-3:var(--uw-ink-3);--uw-inv-info:var(--hev-ice);--uw-inv-warn:var(--hev-amber);--uw-inv-err:var(--hev-magenta);--uw-graph-bg:var(--hev-well);--uw-graph-link:#4ee3ff38;--uw-graph-palette:#4ee3ff, #9370db, #38d2f0, #7fa8ff, #b98cff, #5fd3e8, #8a6be8, #6ef08a, #4e9fe0, #ff4fd8;--uw-brand-wash:#4ee3ff1f;--uw-ok-wash:#6ef08a1f;--uw-warn-wash:#ffb02024;--uw-err-wash:#ff4fd821;--uw-muted-wash:#e8f4f812}html.high-evolution body{font-family:var(--hev-font-body);background-color:var(--hev-void);background-image:radial-gradient(110% 70% at 72% 8%,#4ee3ff21,#0000 62%),radial-gradient(95% 75% at 12% 92%,#8a2be229,#0000 66%),linear-gradient(#4ee3ff0b 1px,#0000 1px),linear-gradient(90deg,#4ee3ff0b 1px,#0000 1px);background-size:auto,auto,64px 64px,64px 64px;background-attachment:fixed}html.high-evolution .uw-h1,html.high-evolution .uw-brand,html.high-evolution .uw-card-h,html.high-evolution .uw-modal-h h3,html.high-evolution .uw-nav-section,html.high-evolution .uw-stat .uw-stat-label,html.high-evolution .uw-table th,html.high-evolution .uw-context-h,html.high-evolution .uw-tool-cat-h,html.high-evolution .uw-tool-section-h,html.high-evolution .uw-login-card h2{font-family:var(--hev-font-display);text-transform:uppercase;letter-spacing:2px}html.high-evolution .uw-nav-section,html.high-evolution .uw-stat .uw-stat-label,html.high-evolution .uw-table th,html.high-evolution .uw-context-h,html.high-evolution .uw-tool-cat-h,html.high-evolution .uw-tool-section-h{color:var(--uw-ink-3);font-size:10px}html.high-evolution .uw-card-h{letter-spacing:1.6px;font-size:12px}html.high-evolution .uw-h1{letter-spacing:2.4px;font-size:21px;font-weight:600}html.high-evolution .uw-brand{letter-spacing:3px}html.high-evolution .uw-brand small{letter-spacing:2px}html.high-evolution .uw-card-h small,html.high-evolution .uw-nav-section small{text-transform:none;letter-spacing:0}html.high-evolution .mono,html.high-evolution code,html.high-evolution .uw-table .mono,html.high-evolution .uw-timeline .t,html.high-evolution .uw-feed-time,html.high-evolution .uw-feed-tag,html.high-evolution .uw-feed-title .name,html.high-evolution .uw-stat .uw-stat-value,html.high-evolution .uw-nav a,html.high-evolution .uw-lineage-step-name,html.high-evolution .uw-dag-node-name,html.high-evolution .uw-ldag-node-name{font-family:var(--hev-font-mono)}html.high-evolution .uw-stat .uw-stat-value{letter-spacing:-.5px;font-weight:600}html.high-evolution .uw-btn,html.high-evolution .uw-card,html.high-evolution .uw-badge,html.high-evolution .uw-pill,html.high-evolution .uw-chip,html.high-evolution .uw-chip-f,html.high-evolution .uw-search,html.high-evolution .uw-modal,html.high-evolution .uw-usermenu-pop,html.high-evolution .uw-toast,html.high-evolution .uw-ldag-node,html.high-evolution .uw-dag-node,html.high-evolution .uw-tool-card,html.high-evolution .uw-tool-drawer,html.high-evolution .uw-persona-card,html.high-evolution .uw-facts-card,html.high-evolution .uw-empty,html.high-evolution .uw-code,html.high-evolution .uw-checklist,html.high-evolution .uw-chat-item,html.high-evolution .uw-msg .bubble,html.high-evolution .uw-weave-editor-canvas,html.high-evolution .uw-weave-editor-inspector,html.high-evolution .uw-weave-editor-palette-pane,html.high-evolution .uw-weave-editor-json,html.high-evolution .uw-field input,html.high-evolution .uw-field textarea,html.high-evolution .uw-field select,html.high-evolution .uw-modal .uw-field input,html.high-evolution .uw-modal .uw-field textarea,html.high-evolution .uw-modal .uw-field select{border-radius:2px}html.high-evolution ::selection{color:var(--hev-void);background:#4ee3ff47}html.high-evolution .uw-masthead{background:var(--hev-void);border-bottom:1px solid #4ee3ff59;box-shadow:0 1px 18px #4ee3ff1a}html.high-evolution .uw-brand-logo{background:var(--hev-abyss);color:var(--hev-ice);border:1px solid #4ee3ff8c;border-radius:2px;box-shadow:0 0 14px #4ee3ff40,inset 0 0 12px #4ee3ff1a}html.high-evolution .uw-avatar{background:linear-gradient(135deg, var(--hev-ice-deep), var(--hev-violet));color:var(--hev-void);border-radius:2px}html.high-evolution .uw-masthead-tools .uw-chip{background:#4ee3ff1a;border-radius:2px}html.high-evolution .uw-usermenu-pop{background:var(--hev-panel-2);border:1px solid var(--uw-line-2);box-shadow:0 0 28px #000000b3,inset 0 0 24px #4ee3ff0a}html.high-evolution .uw-sidebar{background:var(--hev-abyss);border-right:1px solid #4ee3ff38}html.high-evolution .uw-nav a{color:var(--uw-ink-2);font-size:12.5px}html.high-evolution .uw-nav a:hover{color:var(--hev-ice-bright);background:#4ee3ff0f}html.high-evolution .uw-nav a.is-active{border-left-color:var(--hev-ice);color:var(--hev-ice-bright);background:linear-gradient(90deg,#4ee3ff24,#0000)}html.high-evolution .uw-page-header{background:linear-gradient(#4ee3ff0d,#060a148c);border-bottom:1px solid #4ee3ff47}html.high-evolution .uw-card{border-color:var(--uw-line-2);box-shadow:inset 0 0 30px #4ee3ff08}html.high-evolution .uw-btn{color:var(--uw-ink);background:0 0}html.high-evolution .uw-btn-primary{background:var(--hev-ice);border-color:var(--hev-ice);box-shadow:0 0 18px #4ee3ff47}html.high-evolution .uw-btn-primary:hover{background:var(--hev-ice-bright);border-color:var(--hev-ice-bright)}html.high-evolution .uw-btn-secondary,html.high-evolution .uw-btn-danger{background:0 0}html.high-evolution .uw-table th{background:var(--hev-panel-2)}html.high-evolution .uw-table tr:hover td{background:#4ee3ff0d}html.high-evolution .uw-badge{border:1px solid}html.high-evolution .uw-donut:after{background:var(--uw-bg-card)}html.high-evolution .uw-bars .b{background:linear-gradient(180deg, var(--hev-ice), var(--hev-ice-deep))}html.high-evolution .uw-legend .sw{border-radius:2px}html.high-evolution .uw-timeline li{border-bottom-color:var(--uw-line)}html.high-evolution .uw-feed-item:hover{background:#4ee3ff0d}html.high-evolution .uw-feed-item:before{background:var(--uw-line-2)}html.high-evolution .uw-search,html.high-evolution .uw-chip-f,html.high-evolution .uw-sso-btn,html.high-evolution .uw-tabs{background:0 0}html.high-evolution .uw-search,html.high-evolution .uw-chip-f,html.high-evolution .uw-sso-btn{border-color:var(--uw-line-2)}html.high-evolution .uw-field input,html.high-evolution .uw-field textarea,html.high-evolution .uw-field select,html.high-evolution .uw-modal .uw-field input,html.high-evolution .uw-modal .uw-field textarea,html.high-evolution .uw-modal .uw-field select,html.high-evolution .uw-filter-input,html.high-evolution .uw-ask-input,html.high-evolution .uw-chat-input input,html.high-evolution .uw-checklist,html.high-evolution .uw-weave-editor-json-area,html.high-evolution .uw-weave-editor-palette-search,html.high-evolution .uw-weave-editor-kv-key,html.high-evolution .uw-weave-editor-kv-value,html.high-evolution textarea.uw-weave-editor-field-input{background:var(--hev-panel-2);border-color:var(--uw-line-2);color:var(--uw-ink)}html.high-evolution .uw-field input:focus,html.high-evolution .uw-field textarea:focus,html.high-evolution .uw-field select:focus,html.high-evolution .uw-modal .uw-field input:focus,html.high-evolution .uw-modal .uw-field textarea:focus,html.high-evolution .uw-modal .uw-field select:focus,html.high-evolution .uw-dag-node.is-selected{border-color:var(--hev-ice);box-shadow:0 0 0 3px #4ee3ff38}html.high-evolution .uw-pill{background:var(--uw-muted-wash);border-radius:2px}html.high-evolution .uw-empty{border-color:var(--uw-line-2);background:#4ee3ff08}html.high-evolution .uw-persona-card{background:var(--uw-bg-card);box-shadow:none}html.high-evolution .uw-code,html.high-evolution .uw-tool-example-code{background:var(--hev-well);color:var(--uw-ink-2);font-family:var(--hev-font-mono)}html.high-evolution .uw-login-card-wrap{background:var(--hev-panel)}html.high-evolution .uw-chat-list,html.high-evolution .uw-chat-context{background:var(--hev-abyss)}html.high-evolution .uw-chat-header,html.high-evolution .uw-chat-input{background:var(--hev-panel)}html.high-evolution .uw-msg .bubble{background:var(--uw-bg-card);border-color:var(--uw-line-2)}html.high-evolution .uw-msg.me .bubble{background:var(--hev-ice);border-color:var(--hev-ice)}html.high-evolution .uw-chat-item:hover,html.high-evolution .uw-chat-item.is-active{background:#4ee3ff12}html.high-evolution .uw-msg.tool .bubble{font-family:var(--hev-font-mono);background:#9370db1a;border-color:#9370db59}html.high-evolution .uw-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html.high-evolution .uw-modal{background:var(--hev-panel);border:1px solid #4ee3ff4d;box-shadow:0 0 40px #000000b3,inset 0 0 36px #4ee3ff0d}html.high-evolution .uw-modal-f{background:var(--hev-panel-2);border-radius:0}html.high-evolution .uw-dag-node{background:var(--uw-bg-card)}html.high-evolution .uw-dag-node.is-tool,html.high-evolution .uw-lineage-step.is-tool{border-left-color:var(--hev-violet)}html.high-evolution .uw-dag-node.is-failed,html.high-evolution .uw-lineage-step.is-failed{border-left-color:var(--uw-err)}html.high-evolution .uw-lineage-step.is-tool .uw-lineage-step-num{background:var(--hev-violet)}html.high-evolution .uw-lineage-step.is-failed .uw-lineage-step-num{background:var(--uw-err)}html.high-evolution .uw-lineage-level.is-parallel>.uw-lineage-step{background:#9370db12}html.high-evolution .uw-lineage-io-pill{border-color:var(--uw-line-2);background:#ffffff08}html.high-evolution .uw-entitytype-row{background:0 0}html.high-evolution .uw-entitytype-row:hover{background:#4ee3ff0d}html.high-evolution .uw-tool-card{background:var(--uw-bg-card)}html.high-evolution .uw-tool-drawer{background:var(--hev-panel)}html.high-evolution .uw-tool-drawer-h{background:var(--hev-panel-2)}html.high-evolution .uw-pill-err{background:var(--uw-err-wash);color:var(--uw-err)}html.high-evolution .uw-pill-warn{background:var(--uw-warn-wash);color:var(--uw-warn)}html.high-evolution .uw-entitytype-row.is-active{background:var(--uw-brand-100);box-shadow:inset 3px 0 0 var(--hev-ice)}html.high-evolution .uw-tool-card:hover,html.high-evolution .uw-tool-card.is-active{border-color:var(--hev-ice)}html.high-evolution .uw-tool-card.is-active{box-shadow:0 0 0 1px var(--hev-ice)}html.high-evolution .uw-weave-editor-inspector-diags li.is-error,html.high-evolution .uw-weave-editor-ref-state.is-unknown,html.high-evolution .uw-weave-editor-diag-summary.is-error,html.high-evolution .uw-weave-editor-field-badge.is-unknown{background:var(--uw-err-wash)}html.high-evolution .uw-weave-editor-inspector-diags li.is-warning,html.high-evolution .uw-weave-editor-ref-state.is-warning,html.high-evolution .uw-weave-editor-diag-summary.is-warning,html.high-evolution .uw-weave-editor-field-badge.is-warning{background:var(--uw-warn-wash)}html.high-evolution .uw-weave-editor-ref-state.is-declared,html.high-evolution .uw-weave-editor-diag-summary.is-ok,html.high-evolution .uw-weave-editor-field-badge.is-declared{background:var(--uw-ok-wash)}html.high-evolution .uw-ldag-node.is-warning .uw-ldag-badge{background:var(--uw-warn-wash);color:var(--uw-warn)}html.high-evolution .uw-ldag-node.is-error .uw-ldag-badge{background:var(--uw-err-wash);color:var(--uw-err)}@keyframes hev-sweep{0%{opacity:0;transform:translateY(-8%)}12%{opacity:.55}88%{opacity:.55}to{opacity:0;transform:translateY(760%)}}@keyframes hev-ring{0%{opacity:.7;transform:perspective(160px)rotateX(62deg)scale(.7)}to{opacity:0;transform:perspective(160px)rotateX(62deg)scale(1.5)}}html.high-evolution .hev-login{z-index:1;position:relative}html.high-evolution .hev-stage{z-index:0;pointer-events:none;background-color:var(--hev-void);background-image:radial-gradient(110% 70% at 72% 8%,#4ee3ff21,#0000 62%),radial-gradient(95% 75% at 12% 92%,#8a2be229,#0000 66%),linear-gradient(#4ee3ff0b 1px,#0000 1px),linear-gradient(90deg,#4ee3ff0b 1px,#0000 1px);background-size:auto,auto,64px 64px,64px 64px;position:fixed;inset:0}html.high-evolution .hev-scan{z-index:0;pointer-events:none;background:repeating-linear-gradient(#ffffff0b 0 1px,#0000 1px 3px);position:fixed;inset:0}html.high-evolution .hev-shell{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:100vh;padding:48px 24px;display:flex;position:relative}html.high-evolution .hev-eyebrow{font-family:var(--hev-font-display);letter-spacing:2.4px;text-transform:uppercase;color:#4ee3ffe6;text-shadow:0 0 12px #4ee3ff80;align-items:center;gap:12px;font-size:10px;display:inline-flex}html.high-evolution .hev-dia{background:var(--hev-violet);width:7px;height:7px;display:inline-block;transform:rotate(45deg)}html.high-evolution .hev-eyebrow .rule{background:linear-gradient(90deg,#4ee3ffb3,#0000);width:64px;height:1px}html.high-evolution .hev-projection{width:min(560px,100%);position:relative}html.high-evolution .hev-frame{background:linear-gradient(#4ee3ff14,#060a148c);border:1px solid #4ee3ff59;border-radius:2px;position:relative;overflow:hidden;box-shadow:0 0 26px #4ee3ff2e,inset 0 0 36px #4ee3ff0f}html.high-evolution .hev-frame:before{content:"";z-index:2;background:linear-gradient(90deg,#0000,#4ee3fff2,#0000);height:1px;position:absolute;inset:-1px 10% auto}html.high-evolution .hev-frame:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff80,#0000);height:2px;animation:6s linear infinite hev-sweep;position:absolute;top:0;left:0;right:0}html.high-evolution .hev-bracket{z-index:2;width:16px;height:16px;position:absolute}html.high-evolution .hev-bracket.tl{border-top:1px solid #4ee3fff2;border-left:1px solid #4ee3fff2;top:-1px;left:-1px}html.high-evolution .hev-bracket.br{border-bottom:1px solid #4ee3fff2;border-right:1px solid #4ee3fff2;bottom:-1px;right:-1px}html.high-evolution .hev-frame-b{z-index:1;flex-direction:column;gap:16px;padding:40px 40px 36px;display:flex;position:relative}html.high-evolution .hev-title{font-family:var(--hev-font-display);letter-spacing:4px;text-transform:uppercase;color:#eaf7ff;text-shadow:0 0 18px #4ee3ff73,0 0 44px #8a2be24d;margin:0;font-size:clamp(34px,4.6vw,52px);font-weight:700;line-height:1.02}html.high-evolution .hev-rule{align-items:center;gap:8px;display:flex}html.high-evolution .hev-rule .c{background:var(--hev-ice);width:56px;height:2px}html.high-evolution .hev-rule .v{background:var(--hev-violet);width:28px;height:2px}html.high-evolution .hev-lede{max-width:46ch;color:var(--uw-ink-2);text-wrap:pretty;margin:0;font-size:15px;line-height:1.6}html.high-evolution .hev-readout{font-family:var(--hev-font-mono);letter-spacing:.5px;grid-template-rows:auto auto;grid-auto-flow:column;justify-content:start;gap:4px 34px;margin:4px 0 0;font-size:10px;display:grid}html.high-evolution .hev-readout dt{color:var(--uw-ink-3);text-transform:uppercase}html.high-evolution .hev-readout dd{color:#4ee3ffd9;margin:0}html.high-evolution .hev-signin{background:var(--hev-ice);height:48px;color:var(--hev-void);border:1px solid var(--hev-ice);font-family:var(--hev-font-display);letter-spacing:2px;text-transform:uppercase;border-radius:2px;justify-content:center;align-self:flex-start;align-items:center;gap:10px;margin-top:6px;padding:0 30px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 0 24px #4ee3ff59}html.high-evolution .hev-signin:hover{background:var(--hev-ice-bright);border-color:var(--hev-ice-bright);color:var(--hev-void);text-decoration:none}html.high-evolution .hev-signin .arrow{font-family:var(--hev-font-body);font-weight:400}html.high-evolution .hev-hint{color:var(--uw-ink-3);margin:0;font-size:12px}html.high-evolution .hev-emitter{pointer-events:none;filter:blur(10px);background:linear-gradient(#4ee3ff4d,#0000);width:60%;height:30px;position:absolute;top:100%;left:50%;transform:translate(-50%)}html.high-evolution .hev-ring{border:1px solid #4ee3ff99;border-radius:9999px;width:220px;height:44px;margin-left:-110px;animation:3.4s ease-out infinite hev-ring;position:absolute;top:14px;left:50%;transform:perspective(160px)rotateX(62deg)}html.high-evolution .hev-foot{font-family:var(--hev-font-mono);letter-spacing:.5px;color:var(--uw-ink-4);margin:0;font-size:11px}@media (prefers-reduced-motion:reduce){html.high-evolution .hev-frame:after,html.high-evolution .hev-ring{animation:none}}@media (max-width:860px){html.high-evolution .hev-scan{display:none}html.high-evolution .hev-shell{padding:32px 16px}html.high-evolution .hev-frame-b{padding:28px 22px 26px}html.high-evolution .hev-title{letter-spacing:3px;font-size:32px}html.high-evolution .hev-bracket{width:14px;height:14px}html.high-evolution .hev-readout{gap:4px 22px;font-size:9px}}
