.loginpage{height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(900px 500px at 80% -10%,rgba(79,166,255,.1),transparent 60%),radial-gradient(700px 460px at -8% 108%,rgba(56,224,208,.07),transparent 60%),var(--bg)}.loginbox{width:min(380px,100%);background:linear-gradient(180deg,var(--hi),transparent 40%),var(--panel);border:1px solid var(--line);border-radius:18px;padding:28px 26px;box-shadow:0 30px 70px -30px #000c;display:flex;flex-direction:column;gap:12px}.lbrand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.02em}.lbrand .logo{border-radius:10px;box-shadow:0 0 18px -4px var(--accent)}.lsub{color:var(--dim);font-size:13px;margin-bottom:8px}.lfield{display:flex;flex-direction:column;gap:6px}.lfield span{font-size:12px;color:var(--hint)}.lfield input{background:var(--fill-2);border:1px solid var(--line);border-radius:10px;padding:11px 14px;color:var(--text);font-size:14px;font-family:inherit;outline:none}.lfield input:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px #4fa6ff21}.lerr{color:var(--fail);font-size:12.5px;background:color-mix(in srgb,var(--fail) 10%,transparent);border:1px solid color-mix(in srgb,var(--fail) 30%,transparent);border-radius:9px;padding:8px 12px}.lbtn{justify-content:center;padding:12px;font-size:14px;margin-top:6px}.lskip{background:transparent;border:0;color:var(--hint);font-size:12px;cursor:pointer;padding:6px}.lskip:hover{color:var(--dim)}.mon{padding:18px 22px}.mon-head h1{font-size:20px;font-weight:700;margin:0 0 4px;color:var(--text)}.mon-head p{margin:0 0 14px;font-size:12.5px;color:var(--dim)}.mon-bar{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.seg{display:inline-flex;background:var(--panel-2);border:1px solid var(--line);border-radius:999px;padding:3px;gap:2px}.seg button{border:0;background:transparent;color:var(--dim);font:inherit;font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer;white-space:nowrap}.seg button:hover{color:var(--text)}.seg button.on{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}.mon-search{flex:1 1 220px;max-width:320px;background:var(--panel-2);border:1px solid var(--line);border-radius:999px;padding:8px 14px;color:var(--text);font:inherit;font-size:13px;outline:none}.mon-search:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.mon-cnt{margin-left:auto;font-size:12px;color:var(--hint);font-variant-numeric:tabular-nums}.mon-panel{padding:4px 8px}.mtable{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px}.mtable thead th{position:sticky;top:0;z-index:2;text-align:center;color:var(--hint);font-weight:600;padding:10px 12px;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;background:var(--panel-2);border-bottom:1px solid var(--line)}.mtable td{padding:10px 12px;border-bottom:1px solid var(--line-2);color:var(--dim);vertical-align:middle;text-align:center}.mtable td.jn{text-align:left;color:var(--text);font-weight:500;font-family:var(--mono);font-size:11.5px}.mtable td.dt{font-size:11px;white-space:nowrap;font-variant-numeric:tabular-nums}.mtable tbody tr:last-child td{border-bottom:0}.mtable tbody tr:hover td{background:color-mix(in srgb,var(--accent) 5%,transparent)}.mtable td.empty{text-align:center;padding:34px;color:var(--hint)}.mtable td.acts{white-space:nowrap}.mstat{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.03em;padding:3px 9px;border-radius:999px}.mstat.ok{color:var(--ok);background:color-mix(in srgb,var(--ok) 15%,transparent)}.mstat.fail{color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent)}.mstat.run{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}.mstat.stop{color:var(--warn);background:color-mix(in srgb,var(--warn) 15%,transparent)}.mstat.na{color:var(--hint);background:var(--fill-2)}.mbtn{font-size:11px;font-weight:600;color:var(--dim);background:var(--panel-2);border:1px solid var(--line);border-radius:7px;padding:4px 10px;cursor:pointer;margin:0 2px}.mbtn:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.mbtn.del:hover{color:var(--fail);border-color:color-mix(in srgb,var(--fail) 45%,transparent)}.mon-more{display:flex;justify-content:center;padding:12px}.mbtn.go:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 55%,transparent)}.mon-dh{display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.mon-dh .grow{flex:1}.mon-dh .x{cursor:pointer;color:var(--hint);font-size:15px}.mon-dh .x:hover{color:var(--text)}.mon-logpre{margin:0;padding:14px 16px;font-family:var(--mono);font-size:12px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-all;overflow:auto;background:var(--bg);flex:1}.sl-legend{font-size:12px;color:var(--hint);margin-bottom:10px}.sl-legend b{color:var(--text)}.sl-chart{display:grid;grid-template-columns:repeat(24,1fr);gap:4px;align-items:end;height:220px;padding:12px 10px 0;background:var(--panel);border:1px solid var(--line);border-radius:12px}.sl-col{display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end;cursor:pointer}.sl-bar{width:100%;max-width:26px;border-radius:5px 5px 0 0;background:color-mix(in srgb,var(--accent) 55%,transparent);min-height:2px;transition:background .13s,transform .13s}.sl-col:hover .sl-bar{transform:scaleY(1.03)}.sl-col.hot .sl-bar{background:var(--fail)}.sl-col.on .sl-bar{background:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 30%,transparent)}.sl-n{font-size:10px;font-weight:700;color:var(--dim);font-variant-numeric:tabular-nums}.sl-h{font-size:9.5px;color:var(--hint);margin-top:4px;font-variant-numeric:tabular-nums}.sl-detail{margin-top:16px}.sl-detail h3{font-size:13px;margin:0 0 8px;color:var(--text)}.sl-detail h3 b{color:var(--accent)}.sl-list{display:flex;flex-wrap:wrap;gap:6px}.sl-chip{font-size:11.5px;font-family:var(--mono);color:var(--dim);background:var(--panel-2);border:1px solid var(--line);border-radius:7px;padding:4px 9px}@media (max-width: 720px){.mon{padding:14px 12px}.mon-panel{overflow-x:auto}.mtable{min-width:620px}.sl-h{font-size:8px}}.sl-toggle{display:inline-flex;gap:0;margin-right:10px;border:1px solid var(--line);border-radius:8px;overflow:hidden;vertical-align:middle}.sl-toggle button{border:0;background:var(--panel);color:var(--dim);font:inherit;font-size:11.5px;font-weight:600;padding:4px 10px;cursor:pointer}.sl-toggle button.on{background:var(--accent);color:#fff}.sl-toggle button:not(.on):hover{background:var(--panel-2);color:var(--text)}.sl-chip-mem{color:var(--accent);font-weight:700}.sl-linewrap{width:100%;margin-top:6px}.sl-line{width:100%;height:auto;display:block;overflow:visible}.sl-grid{stroke:var(--line);stroke-width:1;stroke-dasharray:3 4;opacity:.6}.sl-area{fill:color-mix(in srgb,var(--accent) 12%,transparent);stroke:none}.sl-path{fill:none;stroke:var(--accent);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.sl-dot{fill:var(--accent);stroke:var(--panel);stroke-width:1.5;transition:r .1s}.sl-dot.hot{fill:var(--fail)}.sl-dot.on{fill:var(--accent);stroke:var(--accent)}.sl-dot.hot.on{fill:var(--fail);stroke:var(--fail)}.sl-vsel{stroke:color-mix(in srgb,var(--accent) 45%,transparent);stroke-width:1.5}.sl-xlab{fill:var(--hint);font-size:10px;text-anchor:middle;font-family:var(--mono)}.sl-pt{cursor:pointer}.sl-pt:hover .sl-dot{r:4.5}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.home2{display:flex;flex-direction:column;height:100%;min-height:0}.home2 .h2-scroll{flex:1;min-height:0;overflow:auto;padding:20px 22px 24px}.h2-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.h2-top h1{font-size:21px;font-weight:800;margin:0 0 3px;color:var(--text)}.h2-top p{margin:0;font-size:12.5px;color:var(--hint)}.h2-actions{margin-left:auto;display:flex;gap:8px;flex:0 0 auto}.h2-btn{border:1px solid var(--line);background:var(--panel);color:var(--dim);font:inherit;font-size:12.5px;font-weight:600;border-radius:8px;padding:7px 14px;cursor:pointer;transition:all .14s}.h2-btn:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 40%,var(--line))}.h2-btn.on{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 55%,transparent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.h2-btn.add{color:var(--accent)}.h2-loading{padding:48px;text-align:center;color:var(--hint);font-size:13px}.h2-blank{padding:48px;text-align:center;color:var(--hint);font-size:13px;border:1px dashed var(--line);border-radius:12px}.h2-rgl{position:relative}.h2-rgl .react-grid-item{transition:transform .18s ease,width .18s ease,height .18s ease}.h2-rgl .react-grid-item.react-grid-placeholder{background:color-mix(in srgb,var(--accent) 22%,transparent);border:1px dashed color-mix(in srgb,var(--accent) 60%,transparent);border-radius:13px;opacity:1}.h2-rgl .react-grid-item.react-draggable-dragging{z-index:5;box-shadow:0 18px 40px -14px #0000008c}.h2-rgl .react-grid-item.resizing{z-index:5;opacity:.9}.h2-rgl .react-resizable-handle{display:none}.h2-rgl.editing .react-resizable-handle{display:block}.h2-card{background:var(--panel);border:1px solid var(--line);border-radius:13px;overflow:hidden;display:flex;flex-direction:column;height:100%}.h2-card.editing{border-color:color-mix(in srgb,var(--accent) 40%,var(--line));box-shadow:0 2px 10px -6px color-mix(in srgb,var(--accent) 60%,transparent)}.h2-ch{display:flex;align-items:center;gap:8px;padding:10px 13px;border-bottom:1px solid var(--line-2);flex:0 0 auto}.h2-grip{color:var(--hint);font-size:15px;cursor:grab;letter-spacing:-2px;touch-action:none;padding:0 2px}.h2-grip:hover{color:var(--accent)}.h2-grip:active{cursor:grabbing}.h2-ct{font-size:12.5px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h2-rm{margin-left:auto;border:1px solid var(--line);background:var(--fill-2);color:var(--dim);font:inherit;font-size:11px;font-weight:700;border-radius:6px;padding:2px 8px;cursor:pointer;flex:0 0 auto}.h2-rm:hover{color:var(--fail);border-color:color-mix(in srgb,var(--fail) 50%,transparent)}.h2-cb{padding:12px 13px;flex:1;min-height:0;overflow:auto}.hw-empty{padding:18px 4px;text-align:center;color:var(--hint);font-size:12px}.hw-skel{height:60px;border-radius:8px;background:linear-gradient(90deg,var(--fill-2),var(--fill-3),var(--fill-2));background-size:200% 100%;animation:hwsk 1.3s ease-in-out infinite}@keyframes hwsk{0%{background-position:200% 0}to{background-position:-200% 0}}.hw-sub{font-size:11px;color:var(--hint);margin-bottom:6px}.hw-ops{display:flex;gap:8px}.hw-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;border:1px solid var(--line);background:var(--panel-2);border-radius:10px;padding:10px 6px;cursor:pointer;font:inherit;transition:border-color .12s}button.hw-stat:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--line))}.hw-stat b{font-family:var(--mono);font-size:22px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums}.hw-stat span{font-size:10.5px;color:var(--hint)}.hw-list{display:flex;flex-direction:column}.hw-row{display:flex;align-items:center;gap:8px;padding:6px 2px;border-bottom:1px solid var(--line-2);font-size:12px;cursor:pointer}.hw-row:last-child{border-bottom:0}.hw-row:hover{background:color-mix(in srgb,var(--accent) 6%,transparent)}.hw-led{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.hw-nm{flex:1;min-width:0;font-family:var(--mono);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--dim)}.hw-rt{flex:0 0 auto;font-size:11px;color:var(--hint);font-variant-numeric:tabular-nums}.hw-pill{flex:0 0 auto;font-size:10px;font-weight:700}.hw-more{padding:7px 2px 0;font-size:11px;color:var(--accent)}.hw-cl{display:flex;flex-direction:column;gap:12px}.hw-clname{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;margin-bottom:5px}.hw-mbar{display:grid;grid-template-columns:34px 1fr 26px;align-items:center;gap:8px;margin-bottom:3px}.hw-ml{font-size:10px;color:var(--hint)}.hw-mt{height:7px;border-radius:999px;background:var(--fill-2);overflow:hidden}.hw-mf{display:block;height:100%;border-radius:999px}.hw-mv{font-size:10.5px;text-align:right;color:var(--dim);font-variant-numeric:tabular-nums}.hw-tp{display:flex;align-items:flex-end;gap:2px;height:120px}.hw-tpcol{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}.hw-tpbar{width:70%;min-height:1px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 45%,transparent))}.hw-tph{font-size:8.5px;color:var(--hint);margin-top:3px}.hw-gauge{display:flex;flex-direction:column;align-items:center;gap:8px;padding:4px 0}.hw-gauge-s{font-size:11px;color:var(--hint);text-align:center}.hw-donutbar{display:flex;height:16px;border-radius:999px;overflow:hidden;background:var(--fill-2)}.hw-donutbar span{display:block;height:100%}.hw-donleg{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;font-size:11px;color:var(--dim)}.hw-donleg span{display:inline-flex;align-items:center;gap:5px;font-variant-numeric:tabular-nums}.hw-donleg i{width:8px;height:8px;border-radius:2px}.hw-embed .panel.dash-card{border:0;background:transparent;padding:0;margin:0}.hw-embed .panel.dash-card>h3{display:none}.h2-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}.h2-modal{width:min(640px,96vw);max-height:84vh;background:var(--panel);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px -30px #000000b3}.h2-mh{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px}.h2-x{margin-left:auto;cursor:pointer;color:var(--hint);width:26px;height:26px;display:grid;place-items:center;border-radius:7px}.h2-x:hover{color:var(--text);background:var(--fill-3)}.h2-mb{padding:14px 16px;overflow-y:auto}.h2-mcat{margin-bottom:16px}.h2-mcat-h{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hint);margin-bottom:8px}.h2-mgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.h2-witem{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);background:var(--panel-2);border-radius:9px;padding:11px 13px;cursor:pointer;font:inherit;text-align:left;transition:border-color .12s,background .12s}.h2-witem:hover{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.h2-witem b{font-size:12.5px;color:var(--text)}.h2-witem span{font-size:11px;color:var(--accent);flex:0 0 auto}.h2-witem.on{border-color:color-mix(in srgb,var(--ok) 50%,transparent);background:color-mix(in srgb,var(--ok) 9%,transparent)}.h2-witem.on span{color:var(--ok)}.h2-witem.on:hover{border-color:color-mix(in srgb,var(--fail) 50%,transparent)}.h2-witem.on:hover span{color:var(--fail)}.h2-witem.on:hover span:after{content:" 제거"}.h2-mcount{margin-left:10px;font-size:11px;color:var(--hint);font-weight:600}.h2-launcher{flex:0 0 auto;border-top:1px solid var(--line);background:var(--panel)}.h2-lcol{max-width:1100px;margin:0 auto;padding:12px 22px 16px}.h2-lres{border:1px solid var(--line);border-radius:11px;background:var(--panel-2);margin-bottom:10px;max-height:260px;display:flex;flex-direction:column;overflow:hidden}.h2-lres-h{display:flex;align-items:center;padding:9px 12px;border-bottom:1px solid var(--line-2);font-size:12.5px}.h2-lres-b{padding:8px 12px;overflow-y:auto}.h2-ltext{font-size:12.5px;color:var(--dim);line-height:1.55;white-space:pre-wrap}.h2-llist{display:flex;flex-direction:column}.h2-lrow{display:flex;align-items:center;gap:10px;padding:5px 2px;border-bottom:1px solid var(--line-2);font-size:12px}.h2-lrow:last-child{border-bottom:0}.h2-lnm{flex:1;min-width:0;font-family:var(--mono);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--dim)}.h2-lmt{flex:0 0 auto;font-size:10.5px;color:var(--hint)}.h2-lmore{padding-top:6px;font-size:11px;color:var(--hint)}.h2-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px}.h2-chip{border:1px solid var(--line);background:var(--panel-2);color:var(--dim);font:inherit;font-size:12px;border-radius:999px;padding:6px 13px;cursor:pointer;transition:all .12s}.h2-chip:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.h2-inputbox{display:flex;align-items:flex-end;gap:8px;border:1px solid var(--line);border-radius:12px;background:var(--fill-1);padding:8px 8px 8px 14px}.h2-inputbox textarea{flex:1;border:0;background:transparent;color:var(--text);font:inherit;font-size:13.5px;resize:none;outline:none;max-height:120px;line-height:1.5}.h2-inputbox textarea::placeholder{color:var(--hint)}.h2-send{flex:0 0 auto;width:34px;height:34px;border-radius:9px;border:0;background:var(--accent);color:#fff;cursor:pointer;display:grid;place-items:center}.h2-send svg{width:17px;height:17px}.h2-send:hover{filter:brightness(1.08)}.lv-wrap{display:flex;align-items:center;gap:3px;flex:1;min-width:0}.lv-wrap>input{flex:1;min-width:0}.lv-btn{flex:none;display:grid;place-items:center;width:22px;height:22px;padding:0;border:1px solid var(--line);border-radius:6px;background:var(--fill-2);color:var(--dim);cursor:pointer;font-size:12px;line-height:1}.lv-btn:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.lv-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;display:grid;place-items:center}.lv-box{width:min(760px,92vw);background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 20px 60px #00000080;overflow:hidden;display:flex;flex-direction:column}.lv-h{padding:10px 14px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:4px}.lv-nm{font-family:var(--mono);color:var(--accent);font-weight:500}.lv-x{margin-left:auto;cursor:pointer;color:var(--hint);font-size:14px}.lv-x:hover{color:var(--fail)}.lv-box textarea{border:0;outline:none;resize:vertical;padding:12px 14px;background:var(--bg);color:var(--text);font-family:var(--mono);font-size:12.5px;line-height:1.6;white-space:pre;overflow-wrap:normal;overflow-x:auto}.lv-f{display:flex;align-items:center;gap:8px;padding:9px 12px;border-top:1px solid var(--line)}.lv-cnt{margin-right:auto;font-size:11px;color:var(--hint);font-family:var(--mono)}.fp-scroll{position:relative;overflow:auto;padding:4px;max-height:340px;background:var(--bg);border:1px solid var(--line-2);border-radius:10px}@media (max-width: 640px){.fp-scroll{max-height:64vh}}.fp-empty{padding:20px;color:var(--hint);font-size:12.5px;text-align:center}.fp-inner{position:relative}.fp-canvas{position:absolute;top:0;left:0;pointer-events:none}.fp-edge{transition:stroke .2s}.fp-elab{position:absolute;transform:translate(-50%,-100%);white-space:nowrap;pointer-events:none;font-size:10px;font-family:var(--mono);font-weight:700;background:var(--bg);border:1px solid var(--line);border-radius:5px;padding:1px 6px}.fp-sjbox{position:absolute;border:1px dashed color-mix(in srgb,var(--accent) 45%,transparent);border-radius:10px;background:color-mix(in srgb,var(--accent) 4%,transparent);pointer-events:none}.fp-sjbox-l{position:absolute;top:-9px;left:10px;font-size:9.5px;font-weight:700;color:var(--accent);background:var(--bg);padding:0 6px;border-radius:8px;white-space:nowrap}.fp-node{position:absolute;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.fp-box{position:relative;box-sizing:border-box;border-radius:9px;border:1.5px solid var(--line);background:linear-gradient(180deg,var(--panel-2),var(--panel));display:grid;place-items:center;box-shadow:0 2px 9px #0000002e;transition:border-color .2s,box-shadow .2s,opacity .2s}.fp-box i{font-size:20px;color:var(--dim)}.fp-label{margin-top:5px;max-width:100%;font-size:10.5px;font-weight:600;color:var(--text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:800;line-height:1;color:#fff;box-shadow:0 1px 4px #0006}.fp-badge.done{background:var(--ok)}.fp-badge.error{background:var(--fail)}.fp-badge.running{background:var(--warn)}.fp-badge.skip{background:var(--dim)}.fp-node.s-pending{opacity:.62}.fp-node.s-running .fp-box{border-color:var(--warn);box-shadow:0 0 0 3px color-mix(in srgb,var(--warn) 16%,transparent);animation:fp-pulse 1.3s ease-in-out infinite}.fp-node.s-running .fp-box i{color:var(--warn)}.fp-node.s-done .fp-box{border-color:color-mix(in srgb,var(--ok) 60%,transparent)}.fp-node.s-done .fp-box i{color:var(--ok)}.fp-node.s-error .fp-box{border-color:var(--fail);box-shadow:0 0 0 3px color-mix(in srgb,var(--fail) 14%,transparent)}.fp-node.s-error .fp-box i{color:var(--fail)}.fp-node.s-skip{opacity:.5}.fp-node.s-skip .fp-box{border-style:dashed}@keyframes fp-pulse{50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--warn) 8%,transparent)}}@media (prefers-reduced-motion: reduce){.fp-node.s-running .fp-box{animation:none}}.fp-drop{border-top:1px solid var(--line)}.fp-drop-h{display:flex;align-items:center;gap:8px;padding:11px 16px;cursor:pointer;font-size:12.5px;font-weight:700;color:var(--text);-webkit-user-select:none;user-select:none}.fp-drop-h:hover{background:var(--fill-1)}.fp-drop-h .chev{margin-left:auto;transition:transform .18s;color:var(--dim);display:inline-flex}.fp-drop.open .fp-drop-h .chev{transform:rotate(180deg)}.fp-drop-h .fp-sub{font-size:10.5px;font-weight:500;color:var(--hint)}.fp-drop-body{padding:4px 16px 16px}.fp-live{font-size:9.5px;font-weight:700;color:var(--warn);background:color-mix(in srgb,var(--warn) 15%,transparent);padding:1px 7px;border-radius:20px}.jobs{padding:18px 22px}.jobs .toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.jobs .search{display:flex;align-items:center;gap:8px;background:var(--fill-2);border:1px solid var(--line);border-radius:999px;padding:8px 14px;color:var(--hint);font-size:13px;min-width:220px}.jobs .search input{border:0;background:transparent;color:var(--text);font:inherit;outline:none;width:100%}.jobs .search svg{width:15px;height:15px;flex:0 0 auto}.jobs .projsel{background:var(--fill-2);border:1px solid var(--line);border-radius:999px;padding:8px 30px 8px 14px;color:var(--text);font:inherit;font-size:12.5px;font-weight:600;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.4'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.jobs .projsel:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.jobs .taglist{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.jobs .tagchip{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--dim);background:var(--fill-2);border:1px solid var(--line);border-radius:999px;padding:5px 10px;cursor:pointer;transition:all .13s;white-space:nowrap}.jobs .tagchip:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.jobs .tagchip.on{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent);border-color:color-mix(in srgb,var(--accent) 55%,transparent)}.jobs .tagchip em{font-style:normal;font-size:10px;opacity:.7;font-variant-numeric:tabular-nums}.jobs .tagchip.clear{color:var(--hint);font-weight:700;padding:5px 8px}.jobs .tagchip.clear:hover{color:var(--fail);border-color:color-mix(in srgb,var(--fail) 45%,transparent)}.jtable .libt{display:inline-grid;place-items:center;min-width:26px;font-size:10px;font-weight:800;letter-spacing:.03em;border-radius:5px;padding:2px 6px;font-family:var(--mono)}.jtable .libt.sh{color:var(--dim);background:var(--fill-3);border:1px solid var(--line-2)}.jtable .libt.py{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent);border:1px solid color-mix(in srgb,var(--accent) 40%,transparent)}.libt-wrap{display:inline-flex;gap:4px;align-items:center}.libt.wf{color:#7c3aed;background:color-mix(in srgb,#7c3aed 15%,transparent);border:1px solid color-mix(in srgb,#7c3aed 45%,transparent)}.libt.drv{color:#0891b2;background:color-mix(in srgb,#0891b2 15%,transparent);border:1px solid color-mix(in srgb,#0891b2 45%,transparent);display:inline-flex;align-items:center;gap:1px;padding:2px 5px}.libt.drv i{font-size:12px;line-height:1}.libt.drv b{font-size:9px;font-weight:800}.lib-params{display:inline-flex;flex-wrap:wrap;gap:4px}.lib-param{font-family:var(--mono);font-size:10.5px;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:5px;padding:1px 6px}.jtable .dt2,.htable .dt2{display:inline-flex;flex-direction:column;line-height:1.3;font-variant-numeric:tabular-nums}.jtable .dt2 .d,.htable .dt2 .d{font-size:11px;color:var(--dim)}.jtable .dt2 .t,.htable .dt2 .t{font-size:11px;color:var(--hint)}.jtable td.runt,.htable td.runt{font-size:11px;color:var(--dim);white-space:nowrap;font-variant-numeric:tabular-nums}.jt-more{display:flex;justify-content:center;padding:12px}.jt-more .btn{font-size:12px}.prop-drawer{width:50vw;display:flex;flex-direction:column}.prop-h{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line);flex:0 0 auto}.prop-h strong{font-size:14px}.prop-h .x{cursor:pointer;color:var(--hint);font-size:15px;margin-left:4px}.prop-h .x:hover{color:var(--text)}.prop-body{flex:1;min-height:0;display:flex}.prop-edit{flex:1;width:100%;border:0;outline:none;resize:none;background:var(--bg);color:var(--text);font-family:var(--mono);font-size:13px;line-height:1.7;padding:14px 16px}.prop-loading{flex:1;display:grid;place-items:center;color:var(--hint);font-size:12.5px}.prop-foot{flex:0 0 auto;padding:9px 16px;border-top:1px solid var(--line);font-size:11.5px;color:var(--hint);background:var(--panel)}.jtable{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px}.jtable thead th{position:sticky;top:0;z-index:2;text-align:center;color:var(--hint);font-weight:600;padding:11px 12px;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;background:var(--panel-2);border-bottom:1px solid var(--line);vertical-align:middle}.jtable thead th:first-child{border-top-left-radius:10px}.jtable thead th:last-child{border-top-right-radius:10px}.jtable td{padding:12px;border-bottom:1px solid var(--line-2);color:var(--dim);vertical-align:middle}.jtable tbody tr:last-child td{border-bottom:0}.jtable tbody tr{transition:background .14s}.jtable tbody tr:hover td{background:color-mix(in srgb,var(--accent) 6%,transparent)}.jtable tbody tr.is-running td{background:color-mix(in srgb,var(--warn) 7%,transparent)}.jtable tbody tr.is-running td:first-child{box-shadow:inset 3px 0 0 var(--warn)}.jtable td:nth-child(1),.jtable td:nth-child(2),.jtable td:nth-child(6),.jtable td:nth-child(8){text-align:center}.jtable td:nth-child(9){text-align:left}.jtable td.nm{color:var(--text);font-weight:500;font-family:var(--mono);font-size:11.5px}.jtable .acts{display:inline-flex;gap:0;justify-content:flex-start}.jtable .acts .iconbtn{padding:5px}.jtable .acts .iconbtn.flow{color:var(--accent)}.iconbtn:hover{color:var(--text);background:color-mix(in srgb,var(--accent) 12%,transparent)}.iconbtn.run:hover{color:var(--ok);background:color-mix(in srgb,var(--ok) 14%,transparent)}.iconbtn.stop:hover,.iconbtn.del:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 14%,transparent)}.iconbtn.disabled{opacity:.32;cursor:not-allowed}.iconbtn.disabled:hover{color:var(--dim);background:transparent}.jtable .empty{text-align:center;color:var(--hint);padding:44px}.banner{margin-bottom:12px;font-size:12px;color:var(--hint);border:1px dashed var(--line);border-radius:10px;padding:8px 12px}.drawer-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:70;display:flex;justify-content:flex-end}.drawer{width:min(720px,94vw);height:100%;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:-20px 0 60px -20px #000000b3;animation:slidein .2s ease}@keyframes slidein{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.drawer{animation:none}}.drawer .dh{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--line)}.drawer .dh .x{margin-left:auto;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;cursor:pointer;color:var(--dim);border:1px solid var(--line)}.drawer .dh .x:hover{color:var(--text)}.drawer .body{flex:1;min-height:0;display:grid;grid-template-columns:240px 1fr}.hist{border-right:1px solid var(--line);overflow-y:auto}.hist .hi{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line-2);font-size:12px;cursor:pointer;font-family:var(--mono)}.hist .hi:hover{background:var(--fill-2)}.hist .hi.sel{background:#4fa6ff1a;color:var(--sel-fg)}.hist .hi .led{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.logview{overflow:auto;background:var(--bg)}.logview pre{margin:0;padding:14px 16px;font-family:var(--mono);font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-all;color:var(--text)}.logview .empty{padding:24px;color:var(--hint);font-size:13px}.form{padding:18px;overflow-y:auto;flex:1}.form .fg{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form .fg>label{font-size:12px;color:var(--hint);display:flex;align-items:center;gap:8px}.form .fg .hint{font-size:11px;color:var(--hint);line-height:1.5}.form .fg .hint b{color:var(--dim);font-weight:700}.form .taghint{margin-left:auto;font-size:11px;font-weight:600;color:var(--accent);cursor:pointer;opacity:.85}.form .taghint:hover{opacity:1;text-decoration:underline}.form input,.form select{background:var(--fill-2);border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--text);font-size:13px;font-family:inherit;outline:none;width:100%}.form input:focus,.form select:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px #4fa6ff1f}.combo{position:relative;width:100%}.combo-field{width:100%;display:flex;align-items:center;gap:8px;background:var(--fill-2);border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--text);font-size:13px;font-family:inherit;cursor:pointer;text-align:left}.combo-field>span:first-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combo-field .combo-ph{color:var(--hint)}.combo-field svg{flex:0 0 auto;color:var(--dim);transition:transform .15s}.combo.open .combo-field{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px #4fa6ff1f}.combo.open .combo-field svg{transform:rotate(180deg)}.combo-pop{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 40px -12px #0009;overflow:hidden}.combo-search{width:100%;box-sizing:border-box;background:var(--fill-1);border:none;border-bottom:1px solid var(--line);padding:10px 12px;color:var(--text);font-size:13px;font-family:inherit;outline:none}.combo-search::placeholder{color:var(--hint)}.combo-list{max-height:260px;overflow-y:auto;padding:4px}.combo-opt{padding:8px 10px;border-radius:7px;font-size:12.5px;color:var(--text);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.combo-opt:hover{background:var(--fill-2)}.combo-opt.on{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);font-weight:600}.combo-opt.none{color:var(--hint)}.combo-empty{padding:12px 10px;text-align:center;color:var(--hint);font-size:12px}.form .cron{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.form .cron .c{display:flex;flex-direction:column;gap:4px}.form .cron .c label{font-size:10px;color:var(--hint);text-align:center;text-transform:uppercase;letter-spacing:.04em}.form .cron .c input{text-align:center;font-family:var(--mono);padding:8px 4px}.form .preview{border:1px solid var(--line);border-radius:10px;background:var(--fill-1);padding:10px 12px;font-family:var(--mono);font-size:11.5px;color:var(--cyan)}.form .preview .pt{color:var(--hint);font-size:10.5px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.form .row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form .toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--dim);cursor:pointer}.form .toggle .sw{width:38px;height:22px;box-sizing:border-box;border-radius:999px;background:color-mix(in srgb,var(--text) 10%,transparent);border:1px solid color-mix(in srgb,var(--text) 34%,transparent);position:relative;transition:background .15s,border-color .15s;flex:0 0 auto}.form .toggle .sw:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--dim);box-shadow:0 1px 2px #00000040;transition:left .15s,background .15s}.form .toggle.on .sw{background:color-mix(in srgb,var(--ok) 60%,transparent);border-color:color-mix(in srgb,var(--ok) 70%,transparent)}.form .toggle.on .sw:after{background:#fff}.form .toggle.on .sw:after{left:18px}.dfoot{display:flex;gap:8px;padding:14px 18px;border-top:1px solid var(--line)}.dfoot .grow{flex:1}.finfo{font-size:11px;color:var(--hint);margin-top:-6px;margin-bottom:12px}.finfo.err{color:var(--fail)}.finfo.ok{color:var(--ok)}.jtable td.nm{white-space:nowrap}.jtable td.nm .jlink{vertical-align:middle}.jtable .tpl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--cyan);background:color-mix(in srgb,var(--cyan) 14%,transparent);border-radius:5px;padding:2px 7px}.jtable .jlink{display:inline-flex;align-items:center;gap:3px;cursor:pointer;color:var(--accent);font-size:12px;letter-spacing:.01em}.jtable .jlink:hover{text-decoration:underline}.jlink-chev{font-size:15px;color:var(--hint);transition:transform .15s;flex:0 0 auto;text-decoration:none}.jtable .jlink.open .jlink-chev{transform:rotate(90deg);color:var(--accent)}.jtable tr.is-expanded td{background:color-mix(in srgb,var(--accent) 7%,transparent)}.jtable tr.is-expanded td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.jtable tr.diag-row td{padding:0;background:var(--panel-2);border-bottom:1px solid var(--line)}.diag-inner{padding:14px 16px 16px;animation:diagIn .18s ease}@keyframes diagIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.diag-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.diag-head .grow{flex:1}@media (prefers-reduced-motion: reduce){.diag-inner{animation:none}}.iconbtn.spin svg{animation:spin360 .9s linear infinite;transform-origin:50% 50%;will-change:transform}@keyframes spin360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.iconbtn.running{color:var(--warn);background:color-mix(in srgb,var(--warn) 14%,transparent)}.iconbtn.running:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 16%,transparent)}.usebadge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding:3px 11px 3px 9px;border-radius:999px;letter-spacing:.01em}.usebadge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}.usebadge.on{color:var(--ok);background:color-mix(in srgb,var(--ok) 14%,transparent);border:1px solid color-mix(in srgb,var(--ok) 32%,transparent)}.usebadge.off{color:var(--hint);background:color-mix(in srgb,var(--text) 6%,transparent);border:1px solid color-mix(in srgb,var(--text) 22%,transparent)}.usebadge.manual{color:var(--dim);background:color-mix(in srgb,var(--text) 8%,transparent);border:1px solid color-mix(in srgb,var(--text) 26%,transparent)}.jtable .typ{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hint);background:var(--fill-2);border-radius:5px;padding:2px 7px}.jtable td.dt{font-size:11px;color:var(--dim);white-space:nowrap;font-variant-numeric:tabular-nums}.sched{display:inline-flex;align-items:center;gap:6px}.sched .mono{font-size:10.5px;color:var(--dim);background:var(--fill-2);border:1px solid var(--line-2);border-radius:5px;padding:2px 7px;letter-spacing:.02em}.sched.off .mono{color:var(--hint);text-decoration:line-through}.sched-q{position:relative;width:15px;height:15px;border-radius:50%;display:inline-grid;place-items:center;font-size:10px;font-weight:700;color:var(--hint);background:transparent;border:1px solid var(--line);flex:0 0 auto;cursor:help;transition:color .14s,border-color .14s}.sched-q:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.sched.off .sched-q{opacity:.6}.sched-tip{position:fixed;transform:translate(-50%,calc(-100% - 10px));z-index:9999;display:flex;flex-direction:column;min-width:172px;padding:8px 0;background:var(--panel-2);border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 34px -12px #000000bf;font-family:var(--mono);font-size:11.5px;font-weight:500;color:var(--text);letter-spacing:0;cursor:default;pointer-events:none}.sched-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--panel-2)}.sched-tip-h{padding:0 12px 6px;margin-bottom:4px;border-bottom:1px solid var(--line-2);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hint);text-align:left}.sched-tip-row{padding:3px 12px;text-align:left;white-space:nowrap}.sched-tip-row:hover{background:#4fa6ff14}.recent{display:inline-flex;gap:5px;align-items:center;justify-content:center}.recent .ri{width:19px;height:19px;display:inline-grid;place-items:center;cursor:pointer;border-radius:50%;transition:transform .12s}.recent .ri svg{width:20px;height:20px}.recent .ri.ok{color:color-mix(in srgb,var(--ok) 46%,var(--panel))}.recent .ri.fail{color:color-mix(in srgb,var(--fail) 58%,var(--panel))}.recent .ri.run{color:color-mix(in srgb,var(--warn) 58%,var(--panel))}.recent .ri.stop{color:color-mix(in srgb,var(--dim) 62%,var(--panel))}.recent .ri.na{color:var(--hint)}.recent .ri:hover{transform:scale(1.18);filter:saturate(1.4)}.modal{width:min(560px,94vw);background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px -20px #000c;display:flex;flex-direction:column;max-height:84vh}.modal.sm{width:min(400px,92vw)}.modal.lg{width:min(860px,95vw)}.modal .mh{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line);font-size:13.5px;font-weight:700;color:var(--text)}.modal .mh .grow{flex:1}.modal .mh .x{cursor:pointer;color:var(--hint)}.modal .mh .x:hover{color:var(--text)}.modal .mb{padding:16px 18px;overflow-y:auto;color:var(--dim);font-size:13px;line-height:1.6}.btn.danger:hover{background:color-mix(in srgb,var(--fail) 28%,transparent)}.phint{font-size:11.5px;color:var(--hint);margin-bottom:12px}.phint code{font-family:var(--mono);background:var(--fill-2);padding:0 4px;border-radius:4px;color:var(--text)}.modal.drvmodal{width:min(980px,96vw)}.drvgrid-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;max-height:52vh;flex:0 0 auto}.drvgrid{border-collapse:collapse;width:100%;font-size:12px}.drvgrid th{position:sticky;top:0;background:var(--panel-2);color:var(--dim);text-align:left;font-weight:600;padding:6px 8px;border-bottom:1px solid var(--line);white-space:nowrap;font-family:var(--mono)}.drvgrid td{padding:3px 6px;border-bottom:1px solid var(--line-2);vertical-align:middle}.drvgrid td input[type=text],.drvgrid td input:not([type]){width:100%;min-width:90px;background:var(--fill-2);border:1px solid var(--line);border-radius:5px;padding:4px 6px;color:var(--text);font-size:12px}.drvgrid td input:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);outline:none}.drvgrid .c-seq{width:30px;text-align:center;color:var(--dim)}.drvgrid .c-use{width:40px;text-align:center}.drvgrid .drvvars input{min-width:160px;font-family:var(--mono)}.drvgrid .prm{cursor:pointer;color:var(--hint)}.drvgrid .prm:hover{color:var(--fail)}.prow{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pin{flex:1;background:var(--fill-2);border:1px solid var(--line);border-radius:8px;padding:8px 10px;color:var(--text);font-size:12.5px;font-family:var(--mono);outline:none}.pin:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.pin.need{border-color:var(--fail);background:color-mix(in srgb,var(--fail) 8%,transparent)}.pin.need::placeholder{color:var(--fail);opacity:.75}.prm{cursor:pointer;color:var(--fail);opacity:.7;padding:4px}.prm:hover{opacity:1}.btn.add{margin-top:4px;font-size:12px}.bizf{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.bizf>label{font-size:12px;font-weight:600;color:var(--hint)}.bizf input{width:100%;box-sizing:border-box;background:var(--fill-2);border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--text);font-size:13px;font-family:var(--mono);outline:none;color-scheme:light dark}.bizf input:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px #4fa6ff1f}.logpre{margin:0;font-family:var(--mono);font-size:11.5px;line-height:1.55;white-space:pre-wrap;word-break:break-all;color:var(--text);background:var(--bg);border:1px solid var(--line-2);border-radius:8px;padding:12px;max-height:52vh;overflow:auto}.jlive{display:inline-flex;align-items:center;margin-left:8px;font-size:10.5px;font-weight:700;padding:1px 8px;border-radius:20px;cursor:pointer;vertical-align:middle;font-family:var(--mono)}.jlive.run{color:var(--warn);background:color-mix(in srgb,var(--warn) 16%,transparent);animation:jblink 1.3s ease-in-out infinite}.jlive.ok{color:var(--ok);background:color-mix(in srgb,var(--ok) 15%,transparent)}.jlive.err{color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent)}@keyframes jblink{50%{opacity:.5}}@media (prefers-reduced-motion: reduce){.jlive.run{animation:none}}.jprog{border-bottom:1px solid var(--line);background:var(--panel-2);padding:10px 16px;max-height:190px;overflow-y:auto}.jprog-h{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--text);margin-bottom:8px}.jprog-h i{color:var(--accent)}.jprog-h .jprog-sub{font-size:10.5px;font-weight:400;color:var(--hint)}.jprog-steps{display:flex;flex-direction:column;gap:5px}.jprog-step{display:flex;align-items:center;gap:9px;font-size:12px}.jprog-step .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.jprog-step .jp-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.jprog-step .jp-phase{font-size:11px;font-weight:700;flex:0 0 auto}.jprog-step .jp-rows{font-family:var(--mono);font-size:11px;color:var(--hint);flex:0 0 auto;min-width:46px;text-align:right}.htable{width:100%;border-collapse:collapse;font-size:12px}.htable th{text-align:left;color:var(--hint);font-weight:600;padding:10px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);background:var(--panel-2);position:sticky;top:0;z-index:1}.htable td{padding:9px 12px;border-bottom:1px solid var(--line-2);color:var(--dim)}.htable tbody tr:hover td{background:#4fa6ff0d}.htable td.dt{font-size:11px;white-space:nowrap}.htable td.hname{color:var(--text);max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.htable .empty{text-align:center;color:var(--hint);padding:36px}.diag-head .btn.sm{padding:5px 12px;font-size:12px}.logbtn{font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);border-radius:6px;padding:3px 10px;cursor:pointer;transition:all .13s}.logbtn:hover{background:color-mix(in srgb,var(--accent) 24%,transparent);color:var(--sel-fg)}.gradepill{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;letter-spacing:.03em;padding:2px 9px;border-radius:999px}.gradepill.ok{color:var(--ok);background:color-mix(in srgb,var(--ok) 15%,transparent);border:1px solid color-mix(in srgb,var(--ok) 35%,transparent)}.gradepill.fail{color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent);border:1px solid color-mix(in srgb,var(--fail) 35%,transparent)}.gradepill.warn{color:var(--warn);background:color-mix(in srgb,var(--warn) 16%,transparent);border:1px solid color-mix(in srgb,var(--warn) 35%,transparent)}.gradepill.stop{color:var(--dim);background:var(--fill-3);border:1px solid var(--line)}@media (max-width: 720px){.jobs{padding:12px 12px 20px}.jobs .toolbar{gap:8px}.jobs .search{flex:1 1 100%;min-width:0}.jobs .panel{padding:0!important;background:transparent;border:0;box-shadow:none}.jtable{display:block;font-size:13px}.jtable thead{display:none}.jtable tbody{display:block}.jtable tbody tr{display:block;border:1px solid var(--line);border-radius:12px;margin-bottom:10px;padding:10px 14px;background:var(--panel)}.jtable tbody tr.is-running{box-shadow:inset 3px 0 0 var(--warn)}.jtable tbody tr:hover td{background:transparent}.jtable td{display:flex;align-items:center;justify-content:space-between;gap:12px;width:auto;border:0;padding:6px 0;text-align:right}.jtable td:before{content:attr(data-label);color:var(--hint);font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-align:left;flex:0 0 auto}.jtable th:nth-child(1),.jtable td:nth-child(1),.jtable th:nth-child(2),.jtable td:nth-child(2),.jtable th:nth-child(7),.jtable td:nth-child(7),.jtable th:nth-child(8),.jtable td:nth-child(8){text-align:right}.jtable td.nm{justify-content:flex-start;padding:2px 0 9px;margin-bottom:6px;border-bottom:1px solid var(--line-2)}.jtable td.nm:before{display:none}.jtable td.nm .jlink{font-size:14.5px;font-weight:600;white-space:normal;word-break:break-all}.jtable td.acts-td{justify-content:flex-start;padding-top:10px;margin-top:4px;border-top:1px solid var(--line-2)}.jtable td.acts-td:before{display:none}.jtable .acts{justify-content:flex-start;gap:4px}.iconbtn{width:36px;height:36px}.iconbtn svg{width:17px;height:17px}.recent{justify-content:flex-end}.empty{padding:30px 10px!important}}.ntr{padding:8px 4px}.ntr-row{display:grid;grid-template-columns:148px 1fr 84px 1fr 76px 80px;align-items:center;gap:10px;padding:4px 8px;border-radius:6px}.ntr-head{font-size:10.5px;color:var(--hint);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ntr-row:not(.ntr-head):hover{background:var(--panel-2)}.ntr-row.slow{background:color-mix(in srgb,var(--fail) 9%,transparent)}.ntr-node{font-size:12.5px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ntr-bar-cell{position:relative;display:flex;align-items:center;gap:7px;min-width:0}.ntr-bar{height:14px;border-radius:4px;min-width:2px;flex:0 0 auto}.ntr-bar.dur{background:color-mix(in srgb,var(--accent) 65%,transparent)}.ntr-bar.mem{background:color-mix(in srgb,#f59e0b 60%,transparent)}.ntr-val{font-family:var(--mono);font-size:11px;color:var(--dim);white-space:nowrap}.ntr-rows{font-size:11.5px;color:var(--dim);text-align:right}.ntr-peak{color:var(--hint)}.ntr-inc{font-weight:700;color:var(--hint)}.ntr-inc.up{color:#f59e0b}.ntr-inc.top{color:#f59e0b;background:color-mix(in srgb,#f59e0b 14%,transparent);border-radius:5px;padding:1px 5px}.ntr-foot{margin-top:8px;padding:6px 8px;font-size:11.5px;color:var(--hint);border-top:1px solid var(--line)}.ntr-foot b{color:var(--fail)}.ntr-note{display:block;margin-top:3px;font-size:10.5px;color:var(--hint);opacity:.8}.ntr-note b{color:var(--hint);font-weight:700}.fp2-drawer{width:min(780px,96vw)}.fp2-htitle{font-family:var(--mono);font-size:12.5px;color:var(--dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.drawer .dh .fp2-edit{margin-left:auto;display:inline-flex;align-items:center;gap:5px}.drawer .dh .fp2-edit~.x{margin-left:8px}.fp2-scroll{flex:1;min-height:0;overflow:auto;padding:22px;background:var(--bg)}.fp2-canvas{position:relative;margin:0 auto}.fp2-svg{position:absolute;left:0;top:0;pointer-events:none}.fp2-node{position:absolute;background:var(--panel);border:1px solid var(--line);border-radius:11px;padding:11px 13px;box-shadow:0 2px 10px #00000024;display:flex;flex-direction:column;align-items:center;gap:8px;box-sizing:border-box;overflow:hidden}.fp2-node.focus{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 30%,transparent),0 4px 14px #0003}.fp2-nname{width:100%;min-width:0;text-align:center;font-family:var(--mono);font-size:12px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp2-rootbadge{align-self:flex-start;font-size:10.5px;font-weight:700;color:#b45309;background:color-mix(in srgb,#f59e0b 16%,transparent);border:1px solid color-mix(in srgb,#f59e0b 42%,transparent);border-radius:7px;padding:3px 9px}.fp2-exebadge{align-self:flex-start;font-size:10.5px;font-weight:700;border:1px solid;border-radius:7px;padding:3px 9px;background:var(--panel-2)}.fp2-rootbadge.nosch{color:var(--fail);background:color-mix(in srgb,var(--fail) 12%,transparent);border-color:color-mix(in srgb,var(--fail) 42%,transparent)}.lib-row{cursor:pointer}.lib-row:hover>td{background:color-mix(in srgb,var(--accent) 6%,transparent)}.lib-row.on>td{background:color-mix(in srgb,var(--accent) 10%,transparent)}.lib-chev{font-size:13px;color:var(--hint);transition:transform .15s;vertical-align:-1px;flex:0 0 auto}.lib-chev.on{transform:rotate(90deg);color:var(--accent)}.lib-refs{display:inline-block;min-width:22px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:700;background:var(--fill-2);color:var(--dim)}.lib-refs.zero{background:color-mix(in srgb,var(--ok) 16%,transparent);color:var(--ok)}.lib-del{border:1px solid var(--line);background:var(--panel);color:var(--dim);border-radius:7px;padding:3px 7px;cursor:pointer;line-height:1}.lib-del:hover{color:var(--fail);border-color:color-mix(in srgb,var(--fail) 45%,transparent);background:color-mix(in srgb,var(--fail) 10%,transparent)}.lib-del i{font-size:14px}.lib-note{font-size:11.5px;color:var(--hint);padding:6px 2px}.lib-job{border:1px solid var(--line);border-radius:8px;margin-bottom:6px;overflow:hidden}.lib-job-h{display:flex;align-items:center;gap:7px;padding:7px 10px;cursor:pointer;font-size:12px}.lib-job-h:hover{background:color-mix(in srgb,var(--accent) 7%,transparent)}.lib-job-h.on{background:color-mix(in srgb,var(--accent) 10%,transparent)}.lib-jid{font-family:var(--mono);font-size:10.5px;color:var(--hint)}.lib-hist{border-top:1px solid var(--line);background:var(--bg)}.lib-hrow{display:flex;align-items:center;gap:10px;padding:5px 12px 5px 26px;font-size:11.5px;cursor:pointer;border-bottom:1px solid var(--line-2)}.lib-hrow:last-child{border-bottom:0}.lib-hrow:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.lib-log{margin:0;padding:12px 16px;background:var(--bg);font-family:var(--mono);font-size:11.5px;line-height:1.55;color:var(--text);white-space:pre-wrap}.control{padding:18px 20px}.lt-stats{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.lt-stat{display:inline-flex;align-items:center;gap:9px;background:var(--panel);border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;font:inherit;transition:border-color .14s,box-shadow .14s,transform .1s}.lt-stat:hover{border-color:color-mix(in srgb,var(--accent) 38%,var(--line));box-shadow:0 3px 12px -4px #0000001f;transform:translateY(-1px)}.lt-stat .lt-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.lt-stat .lt-n{font-family:var(--mono);font-size:19px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.lt-stat .lt-l{font-size:12px;color:var(--dim);font-weight:600}.lt-stat .lt-go{font-size:14px;color:var(--hint);margin-left:2px}.lt-stat:hover .lt-go{color:var(--accent)}.kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:14px}.kpi{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:13px 16px;box-shadow:0 1px 3px #0000000d;transition:border-color .15s,box-shadow .15s}.kpi:hover{border-color:color-mix(in srgb,var(--accent) 32%,var(--line));box-shadow:0 3px 12px #00000014}.kpi .kl{font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--hint);display:flex;align-items:center;gap:6px}.kpi .kl .led{width:7px;height:7px;border-radius:50%}.kpi .kv{font-family:var(--mono);font-size:22px;font-weight:800;margin-top:3px}.kpi .kv small{font-size:12px;color:var(--hint)}.cgrid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:14px}.bars{display:flex;flex-direction:column;gap:13px}.brow{display:grid;grid-template-columns:118px 1fr 54px;align-items:center;gap:12px}.brow .bn{color:var(--dim);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track{height:8px;border-radius:999px;background:var(--fill-2);overflow:hidden}.fill{height:100%;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 55%,transparent),var(--accent));box-shadow:0 0 12px -2px var(--accent)}.brow .bv{text-align:right;font-size:12px;color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.feed{display:flex;flex-direction:column;max-height:340px;overflow-y:auto}.ev{display:flex;align-items:center;gap:9px;padding:8px 2px;border-bottom:1px solid var(--line-2);font-size:12px}.ev:last-child{border-bottom:0}.ev .led{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.ev .en{font-family:var(--mono);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev .ts{margin-left:auto;font-family:var(--mono);font-size:10px;color:var(--hint)}.alert{display:flex;align-items:center;gap:9px;padding:10px;border-radius:9px;border:1px solid color-mix(in srgb,var(--fail) 30%,transparent);background:color-mix(in srgb,var(--fail) 8%,transparent);margin-bottom:8px}.alert .an{font-family:var(--mono);font-size:11px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alert .ack{font-size:10px;font-weight:700;color:var(--fail);border:1px solid color-mix(in srgb,var(--fail) 40%,transparent);border-radius:6px;padding:3px 8px;cursor:pointer}.alert.empty{border-style:dashed;border-color:var(--line);background:transparent;color:var(--hint);font-size:12px}@media (max-width: 1000px){.kpis{grid-template-columns:repeat(3,1fr)}.cgrid{grid-template-columns:1fr}}.sec-h{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text);margin:4px 2px 10px}.sec-h .sig{width:4px;height:14px;border-radius:2px}.sec-h .tag{font-size:10px;font-weight:500;color:var(--hint);border:1px solid var(--line);border-radius:20px;padding:1px 8px}.clgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-bottom:18px}.clcard{border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:13px 14px}.clhd{display:flex;align-items:center;gap:8px;margin-bottom:12px}.clhd .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.clname{font-weight:700;font-size:13.5px;font-family:var(--mono)}.clstat{margin-left:auto;font-size:11px;font-weight:700;font-family:var(--mono)}.clg-col{flex:0 0 auto;display:flex;flex-direction:column}.clg-lab{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--hint);font-weight:700;letter-spacing:.02em;border-top:1px solid var(--line-2);margin:2px 0 5px;padding-top:7px}.clg-lab b{color:var(--text);font-family:var(--mono)}.clgauges{display:flex;justify-content:space-around;gap:6px;margin-bottom:6px}.clgauges.jobs{justify-content:flex-start;gap:10px;margin-bottom:2px}.gauge{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:0;padding:3px 4px;border-radius:8px;color:inherit;font:inherit;transition:background .12s,box-shadow .12s}.gauge.clickable{cursor:pointer}.gauge.clickable:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.gauge.active{background:color-mix(in srgb,var(--accent) 14%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 40%,transparent)}.gauge .gl{font-size:10px;color:var(--hint);font-weight:700;letter-spacing:.04em}.gauge.active .gl{color:var(--text)}.gauge .gs{font-size:9.5px;color:var(--dim);font-family:var(--mono)}.clchart{height:90px;margin:6px 0 8px}.clempty{height:90px;display:grid;place-items:center;font-size:11px;color:var(--hint)}.cljobs{display:flex;gap:6px;border-top:1px solid var(--line-2);padding-top:9px}.cljobs .cj{flex:1;text-align:center;font-size:11px;color:var(--dim)}.cljobs .cj b{font-size:15px;font-weight:800;display:block}.cgrid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}@media (max-width: 900px){.cgrid2{grid-template-columns:1fr}}.cgrid2 .bd.scroll{max-height:420px;overflow-y:auto}.attn{display:flex;align-items:center;gap:9px;padding:8px 4px;border-bottom:1px solid var(--line-2)}.attn:last-child{border-bottom:0}.attn .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.attn-b{flex:1;min-width:0}.attn-n{font-size:12.5px;font-weight:600;font-family:var(--mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attn-s{font-size:11px;color:var(--hint)}.attn .pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;flex:0 0 auto}.attn.run{cursor:pointer;border-radius:8px;padding:8px 6px;transition:background .12s}.attn.run:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.attn.clk{cursor:pointer;border-radius:8px;transition:background .12s}.attn.clk:hover{background:color-mix(in srgb,var(--fail) 9%,transparent)}.attn .led.run{animation:cd-pulse 1.3s ease-in-out infinite}.attn-s .run-el{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}@media (prefers-reduced-motion: reduce){.attn .led.run{animation:none}}.clrows{display:flex;flex-direction:column;gap:4px;margin-bottom:18px;max-height:340px;overflow-y:auto;border:1px solid var(--line);border-radius:12px;padding:6px;background:var(--panel-2)}.clrow-empty{font-size:12px;color:var(--hint);padding:16px;text-align:center}.clrow-w{border-radius:9px}.clrow-w.open{background:var(--panel);border:1px solid var(--line)}.clrow{display:flex;align-items:center;gap:12px;padding:8px 10px;cursor:pointer;border-radius:9px}.clrow:hover{background:var(--hi)}.clrow .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.clr-name{font-family:var(--mono);font-size:12.5px;font-weight:600;flex:0 0 150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clr-metrics{display:flex;gap:12px;flex:1;min-width:0}.mbar{display:flex;align-items:center;gap:5px;flex:1;min-width:80px}.mbar-l{font-size:9.5px;color:var(--hint);font-weight:700;width:26px;flex:0 0 auto}.mbar-t{flex:1;height:6px;border-radius:4px;background:var(--line-2);overflow:hidden;min-width:30px}.mbar-f{display:block;height:100%;border-radius:4px;transition:width .4s}.mbar-v{font-size:10.5px;font-family:var(--mono);color:var(--dim);width:20px;text-align:right;flex:0 0 auto}.clr-jobs{display:flex;align-items:center;gap:3px;font-family:var(--mono);font-size:12px;flex:0 0 auto}.clr-jobs b{font-weight:800}.clr-jobs i{font-size:12px;color:var(--hint);margin-right:5px}.clr-chev{font-size:15px;color:var(--hint);transition:transform .15s;flex:0 0 auto}.clr-chev.o{transform:rotate(180deg)}.clrow-det{display:flex;gap:16px;padding:4px 12px 12px;align-items:center}.clrow-det .clgauges{flex:0 0 auto}.clrow-det .clchart{flex:1;height:90px;min-width:0}@media (max-width: 720px){.clr-metrics{display:none}.clrow-det{flex-direction:column;align-items:stretch}}.clrow{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.wf-tabs span,.qtab,.etab{-webkit-user-select:none;user-select:none}.ma{display:flex;flex-direction:column;height:100%}.ma-svg{flex:1;width:100%;min-height:0}.ma-x{display:flex;justify-content:space-between;font-size:9.5px;font-family:var(--mono);color:var(--hint);padding:2px 2px 0}.cllegend{display:flex;align-items:center;gap:12px;font-size:10px;color:var(--dim);margin-bottom:3px}.cllegend .lg{display:inline-flex;align-items:center;gap:5px}.cllegend .lg-c{width:12px;height:3px;border-radius:2px;display:inline-block}.cllegend .lg-c.dash{background-image:repeating-linear-gradient(90deg,currentColor 0 3px,transparent 3px 5px)!important}.cllegend .lg-hint{margin-left:auto;color:var(--hint)}.kpi.clickable{cursor:pointer;position:relative}.kpi.clickable:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.kpi .kpi-go{position:absolute;top:12px;right:12px;font-size:14px;color:var(--hint);opacity:0;transition:opacity .15s}.kpi.clickable:hover .kpi-go{opacity:1}.cdrawer-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:60;display:flex;justify-content:flex-end}.cdrawer{width:min(760px,94vw);height:100%;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:-20px 0 50px #00000073;animation:cdrawer-in .18s ease-out}@keyframes cdrawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.cdrawer{animation:none}}.cdh{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line)}.cdh .cd-back{display:inline-flex;align-items:center;gap:3px;background:var(--hi);border:1px solid var(--line);color:var(--dim);border-radius:8px;padding:5px 10px;font-size:12px;cursor:pointer}.cdh .cd-back:hover{color:var(--text)}.cdh .cd-cnt{font-size:12px;color:var(--hint);font-family:var(--mono)}.cdh .cd-jn{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdh .cd-x{margin-left:auto;cursor:pointer;color:var(--hint);font-size:15px;flex:0 0 auto}.cdh .cd-x:hover{color:var(--text)}.cd-list{flex:1;min-height:0;overflow-y:auto}.cd-empty{padding:30px;text-align:center;color:var(--hint);font-size:12.5px}.cd-row{display:flex;align-items:center;gap:11px;padding:11px 16px;border-bottom:1px solid var(--line-2);cursor:pointer}.cd-row:hover{background:color-mix(in srgb,var(--accent) 6%,transparent)}.cd-row .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.cd-rb{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cd-rb .cd-nm{font-family:var(--mono);font-size:12.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-rb .cd-mt{font-size:11px;font-family:var(--mono);color:var(--dim);display:flex;align-items:center;gap:5px;flex-wrap:wrap}.cd-rb .cd-mt .lb{color:var(--hint);font-size:9.5px;font-weight:700;text-transform:uppercase}.cd-rb .cd-mt .cd-dur{margin-left:auto;color:var(--accent);font-weight:700;background:color-mix(in srgb,var(--accent) 12%,transparent);padding:1px 7px;border-radius:6px}.cd-row .cd-ch{color:var(--hint);flex:0 0 auto}.cd-log{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--bg)}.cd-log pre{flex:1;min-height:0;overflow:auto;margin:0;padding:14px 16px;font-family:var(--mono);font-size:12px;line-height:1.65;color:var(--text);white-space:pre-wrap;word-break:break-all}.cd-logbar{flex:0 0 auto;display:flex;justify-content:flex-end;padding:9px 12px;border-top:1px solid var(--line);background:var(--panel)}.cd-logbar .btn.dl{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff;border:0;padding:8px 15px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer}.cd-logbar .btn.dl:hover{filter:brightness(1.08)}.cd-logbar .btn.dl i{font-size:15px}.cd-row.running{background:color-mix(in srgb,var(--accent) 5%,transparent)}.cd-row .led.run{animation:cd-pulse 1.3s ease-in-out infinite}@keyframes cd-pulse{0%,to{transform:scale(1);box-shadow:0 0 5px var(--accent)}50%{transform:scale(1.35);box-shadow:0 0 13px 3px var(--accent)}}.cd-nm .cd-live{margin-left:8px;font-size:9.5px;font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent);padding:1px 8px;border-radius:20px;vertical-align:middle;animation:cd-blink 1.3s ease-in-out infinite}@keyframes cd-blink{0%,to{opacity:1}50%{opacity:.4}}.cd-acts{display:flex;gap:6px;flex:0 0 auto}.cd-ib{width:30px;height:30px;border-radius:8px;display:inline-grid;place-items:center;border:1px solid var(--line);background:var(--hi);color:var(--dim);cursor:pointer;transition:color .14s,border-color .14s,background .14s}.cd-ib svg{width:14px;height:14px}.cd-ib.run:hover{color:var(--ok);border-color:color-mix(in srgb,var(--ok) 50%,transparent);background:color-mix(in srgb,var(--ok) 10%,transparent)}.cd-ib.stop:hover{color:var(--fail);border-color:color-mix(in srgb,var(--fail) 50%,transparent);background:color-mix(in srgb,var(--fail) 10%,transparent)}@keyframes cd-toast{0%{transform:translate(-50%,12px);opacity:0}}@media (prefers-reduced-motion: reduce){.cd-row .led.run,.cd-nm .cd-live{animation:none}}.rt{padding:16px;display:flex;flex-direction:column;gap:14px;min-height:0}.rt-bar{display:flex;align-items:center;gap:10px}.rt-bar .range{font-family:var(--mono);font-size:12.5px;min-width:210px}.rt-bar .btn[disabled]{opacity:.4;pointer-events:none}.rt-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}.rt-h{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);font-size:13px;font-weight:700;color:var(--text)}.rt-h .sub{font-weight:400;font-size:11px;color:var(--hint)}.rt-h .grow,.rt .grow{flex:1}.rt-chart{position:relative;padding:10px 8px 4px}.rt-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--hint);font-size:12px;background:#0b0d1266}.rt-tip{background:#0a7fdc;color:#fff;border-radius:8px;padding:8px 11px;font-size:11.5px;font-family:var(--mono);box-shadow:0 6px 20px #0006}.rt-tip .t{font-weight:800;margin-bottom:4px}.rt-tip .c{margin-top:3px;padding-top:3px;border-top:1px solid rgba(255,255,255,.3);font-weight:700}.rt-tip .ok,.rt-tip .wn,.rt-tip .fl{display:inline-block;width:58px;opacity:.9}.search.sm{display:flex;align-items:center;gap:6px;background:var(--fill-2);border:1px solid var(--line);border-radius:8px;padding:4px 9px}.search.sm svg{width:13px;height:13px;color:var(--hint)}.search.sm input{background:transparent;border:0;outline:none;color:var(--text);font-size:12px;width:150px}.rt-empty,.rt-flatlist .none{padding:24px;text-align:center;color:var(--hint);font-size:12.5px}.rt-groups{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 16px}.rt-grp{border:1px solid var(--line-2);border-radius:10px;overflow:hidden}.rt-grp .gh{display:flex;align-items:center;gap:7px;padding:7px 11px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--line-2)}.rt-grp .gh .dot{width:7px;height:7px;border-radius:50%}.rt-grp .gh.ok{color:var(--ok)}.rt-grp .gh.ok .dot{background:var(--ok);box-shadow:0 0 6px var(--ok)}.rt-grp .gh.fail{color:var(--fail)}.rt-grp .gh.fail .dot{background:var(--fail);box-shadow:0 0 6px var(--fail)}.rt-grp .gh .cnt{font-weight:600;color:var(--hint)}.rt-grp .gbody{max-height:340px;overflow-y:auto}.rt-grp .ge{padding:10px 11px;color:var(--hint);font-size:12px}.rt-grp .gi{display:flex;flex-direction:column;gap:3px;padding:8px 11px;cursor:pointer;border-top:1px solid var(--line-2)}.rt-grp .gi:hover{background:#4fa6ff14}.rt-grp .gi .gi-nm{font-family:var(--mono);font-size:12.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rt-grp .gi .gi-tm{display:flex;align-items:center;gap:5px;font-size:11px;font-family:var(--mono);color:var(--dim)}.rt-grp .gi .gi-tm .lb{color:var(--hint);font-size:9.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.rt-grp .gi .gi-tm .v{color:var(--text)}.rt-grp .gi .gi-tm .dur{margin-left:auto;color:var(--accent);font-weight:700;font-size:11px;background:color-mix(in srgb,var(--accent) 12%,transparent);padding:1px 7px;border-radius:6px}.rt-page{display:flex;align-items:center;justify-content:center;gap:14px;padding:6px 0 12px;font-size:12px;color:var(--dim);font-family:var(--mono)}.rt-flatlist{border-top:1px solid var(--line)}.rt-row{display:flex;align-items:center;gap:12px;padding:8px 16px;cursor:pointer;border-bottom:1px solid var(--line-2);font-size:12.5px}.rt-row:hover{background:#4fa6ff0f}.rt-row .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.rt-row .led.ok{background:var(--ok);box-shadow:0 0 6px var(--ok)}.rt-row .led.fail{background:var(--fail);box-shadow:0 0 6px var(--fail)}.rt-row .nm{flex:1;font-family:var(--mono);color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rt-row .meta{color:var(--hint);font-size:11px;min-width:90px;text-align:right}.rt .drawer-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;display:flex;justify-content:flex-end}.rt .drawer{width:min(760px,92vw);height:100%;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:-20px 0 50px #00000080;animation:dp-slide-in .2s ease}@media (prefers-reduced-motion: reduce){.rt .drawer{animation:none}}.rt .drawer .dh{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line)}.rt .drawer .dh .x{margin-left:auto;cursor:pointer;color:var(--hint);font-size:15px}.rt .drawer .dh .x:hover{color:var(--text)}.rt .drawer .dh .dh-tm{color:var(--dim);font-size:11.5px}.rt .drawer .body{flex:1;min-height:0;display:flex}.rt .drawer .hist{border-right:1px solid var(--line);overflow-y:auto}.rt .drawer .hi{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:11.5px;font-family:var(--mono);color:var(--dim);border-bottom:1px solid var(--line-2)}.rt .drawer .hi:hover{background:var(--fill-1)}.rt .drawer .hi.sel{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--text);font-weight:700}.rt .drawer .hi .led{width:8px;height:8px;border-radius:50%;flex:0 0 auto;cursor:pointer}.rt .drawer .hi span[style]{cursor:pointer}.rt .drawer .hi .del{cursor:pointer;opacity:.5}.rt .drawer .hi .del:hover{opacity:1}.rt .drawer .logview{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--bg)}.rt .drawer .logview pre{flex:1;min-height:0;overflow:auto;margin:0;padding:14px 16px;font-family:var(--mono);font-size:12px;line-height:1.65;color:var(--text);white-space:pre-wrap;word-break:break-all}.rt .drawer .logview .empty{flex:1;display:grid;place-items:center;padding:24px;color:var(--hint);font-size:12px}.rt .drawer .logview .logbar{flex:0 0 auto;display:flex;justify-content:flex-end;padding:9px 12px;border-top:1px solid var(--line);background:var(--panel)}.rt .drawer .logview .logbar .btn.dl{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff;border:0;padding:8px 15px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer}.rt .drawer .logview .logbar .btn.dl:hover{filter:brightness(1.08)}.rt .drawer .logview .logbar .btn.dl i{font-size:15px}@media (max-width: 780px){.rt-groups,.rt .drawer .body{grid-template-columns:1fr}.rt .drawer .hist{max-height:200px}}.lg{padding:18px 22px 26px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.lg-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;flex:0 0 auto}.lg-head h1{font-size:20px;font-weight:800;margin:0 0 4px;color:var(--text)}.lg-head p{margin:0;font-size:12.5px;color:var(--hint);max-width:720px}.lg-head .btn{margin-left:auto;flex:0 0 auto}.lg-empty{padding:40px;text-align:center;color:var(--hint);font-size:13px}.lg-empty.sm{padding:20px;font-size:12px}.lg-body{flex:1;min-height:0;display:grid;grid-template-columns:1fr 340px;gap:16px}.lg-canvaswrap{position:relative;overflow:auto;border:1px solid var(--line);border-radius:12px;background:radial-gradient(circle at 1px 1px,color-mix(in srgb,var(--text) 8%,transparent) 1px,transparent 0) 0 0 / 22px 22px,var(--panel)}.lg-canvas{position:absolute;top:0;left:0;color:var(--hint)}.lg-edge path{stroke:color-mix(in srgb,var(--text) 30%,transparent);stroke-width:1.6;transition:opacity .12s}.lg-edge.out path{stroke:var(--accent);stroke-width:1.7}.lg-edge.in path{stroke:#f59e0b;stroke-width:1.7}.lg-edge.dim{opacity:.22}.lg-elabel{fill:var(--dim);font-size:11px;font-weight:700;text-anchor:middle;paint-order:stroke;stroke:var(--panel);stroke-width:3px;font-variant-numeric:tabular-nums}.lg-elabel.out{fill:var(--accent)}.lg-elabel.in{fill:#f59e0b}.lg-head-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex:0 0 auto}.lg-legend{display:flex;gap:10px;font-size:11px;color:var(--hint);margin-right:2px}.lg-lg{display:inline-flex;align-items:center;gap:5px}.lg-lg:before{content:"";width:14px;height:3px;border-radius:2px}.lg-lg.out:before{background:var(--accent)}.lg-lg.in:before{background:#f59e0b}.lg-nodes{position:relative}.lg-node{position:absolute;box-sizing:border-box;border-radius:11px;border:1.5px solid var(--line);background:var(--panel-2);padding:8px 11px;display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:grab;-webkit-user-select:none;user-select:none;transition:border-color .12s,box-shadow .12s}.lg-node:hover{box-shadow:0 6px 16px -8px #0006}.lg-node:active{cursor:grabbing}.lg-node.src{border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.lg-node.tgt{border-color:color-mix(in srgb,var(--ok) 45%,transparent)}.lg-node.hub{border-color:color-mix(in srgb,var(--warn) 50%,transparent)}.lg-node.sel{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 35%,transparent);border-color:var(--accent)}.lg-node.dim{opacity:.5}.lg-node.match{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 30%,transparent),0 4px 14px -6px color-mix(in srgb,var(--accent) 50%,transparent)}.lg-head-actions .btn{margin-left:0}.lg-search{background:var(--fill-2);border:1px solid var(--line);color:var(--text);font:inherit;font-size:12.5px;border-radius:999px;padding:7px 14px;outline:none;width:190px}.lg-search:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.lg-search::placeholder{color:var(--hint)}.lg-node-top{display:flex;align-items:center;gap:7px;min-width:0}.lg-sys{font-family:var(--mono);font-size:12.5px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg-node-bot{display:flex;gap:6px;font-size:10.5px;color:var(--hint)}.lg-role{flex:0 0 auto;font-size:9.5px;font-weight:800;padding:1px 6px;border-radius:999px;letter-spacing:.02em}.lg-role.src{color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent)}.lg-role.tgt{color:var(--ok);background:color-mix(in srgb,var(--ok) 16%,transparent)}.lg-role.hub{color:var(--warn);background:color-mix(in srgb,var(--warn) 18%,transparent)}.lg-side{border:1px solid var(--line);border-radius:12px;background:var(--panel);overflow:hidden;display:flex;flex-direction:column;min-height:0}.lg-hint{padding:24px;color:var(--hint);font-size:12.5px;text-align:center}.lg-panel{display:flex;flex-direction:column;min-height:0;height:100%}.lg-panel-h{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line);flex:0 0 auto}.lg-panel-h b{font-size:13.5px;font-family:var(--mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg-cnt{margin-left:auto;font-size:11px;color:var(--hint)}.lg-back{border:1px solid var(--line);background:var(--fill-2);color:var(--dim);border-radius:7px;width:26px;height:24px;cursor:pointer;flex:0 0 auto}.lg-back:hover{color:var(--text)}.lg-jobs{padding:8px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;max-height:44%;flex:0 0 auto}.lg-jobrow{display:flex;align-items:center;gap:8px;text-align:left;border:1px solid var(--line);background:var(--panel-2);color:var(--text);border-radius:8px;padding:8px 10px;font-size:11.5px;font-family:var(--mono);cursor:pointer}.lg-jobrow:hover{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.lg-go{margin-left:auto;font-size:10px;color:var(--accent);font-family:var(--sans);flex:0 0 auto}.lg-objs,.lg-detail{padding:10px 12px;overflow-y:auto;flex:1;min-height:0}.lg-objs-h,.lg-obj-h2{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hint);margin:4px 0 6px}.lg-obj-h2{margin-top:14px;border-top:1px solid var(--line-2);padding-top:10px}.lg-obj{display:flex;align-items:center;gap:8px;padding:5px 2px;font-size:11.5px;border-bottom:1px solid var(--line-2)}.lg-io{flex:0 0 auto;font-size:9.5px;font-weight:800;padding:1px 6px;border-radius:999px}.lg-io.source{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}.lg-io.target{color:var(--ok);background:color-mix(in srgb,var(--ok) 15%,transparent)}.lg-obj-nm{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--mono);color:var(--dim)}.lg-obj-rows{flex:0 0 auto;color:var(--hint);font-variant-numeric:tabular-nums}.lg-objq{border-bottom:1px solid var(--line-2);padding-bottom:4px}.lg-objq .lg-obj{border-bottom:0}.lg-qwrap{margin:3px 0 4px 42px}.lg-qbar{display:flex;align-items:center;gap:8px}.lg-qtoggle{background:none;border:0;color:var(--accent);font:inherit;font-size:10.5px;cursor:pointer;padding:2px 0}.lg-qtoggle:hover{text-decoration:underline}.lg-qcopy{margin-left:auto;background:var(--fill-2);border:1px solid var(--line);color:var(--dim);font-size:10px;border-radius:5px;padding:2px 8px;cursor:pointer}.lg-qcopy:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.lg-query{margin:4px 0 0;padding:6px 9px;background:var(--fill-1);border:1px solid var(--line-2);border-radius:6px;font-family:var(--mono);font-size:10.5px;line-height:1.5;color:var(--cyan);white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;overflow:auto;max-height:160px}.lg-drawer-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:70;display:flex;justify-content:flex-end}.lg-drawer{width:min(920px,96vw);height:100%;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:0;box-shadow:-20px 0 60px -20px #000000b3;animation:lgslide .2s ease}@keyframes lgslide{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.lg-drawer{animation:none}}.lg-runsel{margin-left:auto;background:var(--fill-2);border:1px solid var(--line);color:var(--text);font:inherit;font-size:11.5px;border-radius:7px;padding:5px 8px;outline:none;cursor:pointer;max-width:300px}.lg-runsel:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.lg-x{margin-left:auto;width:28px;height:28px;border-radius:7px;display:grid;place-items:center;cursor:pointer;color:var(--dim);border:1px solid var(--line);flex:0 0 auto}.lg-runsel+.lg-x{margin-left:8px}.lg-x:hover{color:var(--text)}.lg-diag{border:1px solid var(--line);border-radius:10px;padding:8px;background:var(--bg);overflow-x:auto}.lg-trace{display:flex;flex-direction:column;gap:2px}.lg-trow{display:grid;grid-template-columns:1fr 54px 62px 60px;gap:6px;font-size:11px;padding:4px 2px;border-bottom:1px solid var(--line-2);align-items:center}.lg-tn{font-family:var(--mono);color:var(--dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg-td,.lg-tr,.lg-tm{text-align:right;color:var(--hint);font-variant-numeric:tabular-nums}@media (max-width: 900px){.lg-body{grid-template-columns:1fr}}.dash-card{padding:14px 16px;margin-bottom:14px}.dash-card h3{margin:0 0 12px;font-size:14px;font-weight:700}.dash-sub{font-size:11.5px;font-weight:400;color:var(--hint);margin-left:6px}.dash-ct{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.dash-ct h3{margin:0}.dash-chart{display:flex;align-items:flex-end;gap:3px;height:160px;padding-top:16px}.dash-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0;position:relative}.dash-cn{font-size:9px;color:var(--hint);font-family:var(--mono);margin-bottom:2px;white-space:nowrap}.dash-bar{width:100%;max-width:22px;min-height:2px;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 55%,transparent));border-radius:3px 3px 0 0;transition:height .2s}.dash-col:hover .dash-bar{background:var(--accent)}.dash-h{font-size:9.5px;color:var(--hint);margin-top:4px;font-family:var(--mono)}.dash-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 860px){.dash-2col{grid-template-columns:1fr}}.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.dash-kpi{background:var(--panel-2);border:1px solid var(--line);border-radius:10px;padding:10px 8px;text-align:center}.dash-kpi b{display:block;font-size:20px;font-weight:800;font-variant-numeric:tabular-nums}.dash-kpi b.ok{color:var(--ok)}.dash-kpi b.fail{color:var(--fail)}.dash-kpi b.stop{color:var(--warn)}.dash-kpi span{font-size:11px;color:var(--hint)}.dash-list-h{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--hint);margin:12px 2px 6px}.dash-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;border-radius:6px;font-size:12.5px}.dash-row:hover{background:var(--panel-2)}.dash-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.dash-row>b{white-space:nowrap;font-variant-numeric:tabular-nums}.dash-row b em{color:var(--hint);font-style:normal;font-weight:400;font-size:11px}.dash-row b.fail{color:var(--fail)}.dash-row.stale{background:color-mix(in srgb,var(--fail) 7%,transparent)}.dash-fresh{display:flex;flex-direction:column;gap:1px;max-height:340px;overflow-y:auto}.dash-fresh-o em{color:var(--hint);font-style:normal;font-size:11px}.dash-none{font-size:12px;color:var(--hint);padding:10px 4px}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #555;--xy-background-pattern-lines-color-default: #333;--xy-background-pattern-cross-color-default: #333;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.wf{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;position:relative}.wf-tabsroot{display:flex;flex-direction:column;height:100%;min-height:0}.wf-tabpanes{flex:1;min-height:0;position:relative}.wf-tabpane{position:absolute;top:0;right:0;bottom:0;left:0}.wf-tabbar-inline{display:inline-flex;align-items:center;gap:3px;min-width:0}.wf-tab{display:flex;align-items:center;gap:6px;max-width:180px;padding:4px 9px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:12px;font-weight:600;color:var(--dim, #94a3b8);background:color-mix(in srgb,var(--panel, #1e293b) 45%,transparent);-webkit-user-select:none;user-select:none}.wf-tab:hover{color:var(--fg, #e2e8f0)}.wf-tab.on{color:var(--fg, #e2e8f0);background:color-mix(in srgb,var(--accent) 18%,transparent);border-color:color-mix(in srgb,var(--accent) 42%,transparent)}.wf-tab-t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.wf-tab-edit{width:130px;font:inherit;font-weight:600;color:var(--fg, #e2e8f0);background:var(--bg, #0f172a);border:1px solid var(--accent);border-radius:5px;padding:1px 5px;outline:none}.wf-tab-x{border:none;background:transparent;color:inherit;cursor:pointer;font-size:15px;line-height:1;opacity:.5;padding:0 1px;border-radius:4px}.wf-tab-x:hover{opacity:1;background:color-mix(in srgb,var(--fg, #64748b) 22%,transparent)}.wf-tabadd{border:none;background:transparent;color:var(--dim, #94a3b8);cursor:pointer;font-size:17px;line-height:1;padding:1px 7px;border-radius:7px}.wf-tabadd:hover{color:var(--fg, #e2e8f0);background:color-mix(in srgb,var(--panel, #1e293b) 60%,transparent)}.wf-plus-wrap{position:relative;display:inline-flex}.wf-plus-menu{position:absolute;top:100%;left:0;margin-top:4px;z-index:50;display:flex;flex-direction:column;min-width:150px;padding:4px;background:var(--panel, #1e293b);border:1px solid var(--border, rgba(148,163,184,.25));border-radius:9px;box-shadow:0 8px 24px #00000059}.wf-plus-menu button{display:flex;align-items:center;gap:8px;padding:7px 10px;border:none;background:transparent;color:var(--fg, #e2e8f0);font-size:12.5px;font-weight:600;cursor:pointer;border-radius:6px;text-align:left}.wf-plus-menu button:hover{background:color-mix(in srgb,var(--accent) 16%,transparent)}.wf-top{display:flex;align-items:center;gap:7px;padding:6px 12px;border-bottom:1px solid var(--line);flex:0 0 auto}.wf-grow{flex:1}.wf-viewsw{display:inline-flex;gap:2px;margin-left:10px;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;padding:2px}.wf-vtab{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:4px 11px;border:0;background:transparent;color:var(--dim);border-radius:6px;cursor:pointer}.wf-vtab i{font-size:14px}.wf-vtab:hover{color:var(--text)}.wf-vtab.on{background:var(--accent);color:#fff}.wf-codeview{flex:1 1 0;min-width:0;min-height:0;overflow:hidden;background:var(--bg);outline:none}.wf-codeview .wf-code{height:100%;-webkit-user-select:text;user-select:text}.wf-codeview .cm-editor{height:100%;font-size:12.5px}.wf-codeview .cm-scroller{font-family:var(--mono);line-height:1.6}.wf-codeview .cm-editor.cm-focused{outline:none}.wf-codeview .cm-editor,.wf-codeview .cm-scroller,.wf-codeview .cm-gutters{background:var(--bg)}.wf-codeview .cm-gutters{border-right:1px solid var(--line-2)}.wf-codeview .cm-activeLine{background:color-mix(in srgb,var(--text) 5%,transparent)}.wf-codeview .cm-activeLineGutter{background:color-mix(in srgb,var(--text) 7%,transparent)}.wf-top .btn.wf-ic,.wf-top .wf-mode.wf-ic{width:34px;height:32px;padding:0;justify-content:center;margin-left:4px}.wf-top .wf-mode.wf-ic i{margin:0}.wf-top .btn.wf-ic i{font-size:16px;margin:0}.wf-sep{width:1px;align-self:stretch;margin:4px 6px;background:var(--line)}.wf-body{position:relative}.wf-viewsw-float{position:absolute;bottom:12px;z-index:6;box-shadow:0 6px 16px -6px #00000073}.wf-viewsw-float .wf-vtab{padding:6px 10px}.wf-viewsw-float .wf-vtab i{font-size:15px}.wf-top .btn{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;padding:5px 10px}.wf-top .wf-mode{font-size:12px;padding:4px 10px;margin-left:6px}.wf-rz{flex:0 0 auto;background:transparent;position:relative;z-index:4}.wf-rz:after{content:"";position:absolute;background:var(--accent);opacity:0;transition:opacity .12s}.wf-rz:hover:after,.wf-rz:active:after{opacity:.5}.wf-rz-x{width:5px;margin:0 -2px;cursor:col-resize}.wf-rz-x:after{top:0;right:1px;bottom:0;left:1px}.wf-rz-y{height:5px;margin:-2px 0;cursor:row-resize}.wf-rz-y:after{top:1px;right:0;bottom:1px;left:0}.wf-body{flex:1 1 0;display:flex;min-height:0}.wf-palette{flex:0 0 168px;border-left:1px solid var(--line);overflow-y:auto;padding:8px;background:var(--panel-2)}.wf-ph{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--hint);font-weight:700;padding:4px 6px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-del-node{font-size:10.5px;font-weight:700;letter-spacing:0;text-transform:none;color:var(--fail);background:color-mix(in srgb,var(--fail) 12%,transparent);border:1px solid color-mix(in srgb,var(--fail) 35%,transparent);border-radius:7px;padding:4px 9px;cursor:pointer;white-space:nowrap}.wf-del-node:hover{background:color-mix(in srgb,var(--fail) 22%,transparent)}.wf-ur{padding:6px 8px}.wf-ur i{font-size:16px}.wf-ur:disabled{opacity:.35;cursor:not-allowed}.wf-grp{margin-bottom:8px}.wf-grp-h{display:flex;align-items:center;gap:6px;width:100%;font-size:11px;color:var(--dim);font-weight:600;padding:5px 6px;background:transparent;border:0;cursor:pointer;font-family:inherit;text-align:left;border-radius:6px}.wf-grp-h:hover{background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--text)}.wf-grp-chev{font-size:14px;color:var(--hint);transition:transform .15s;flex:0 0 auto}.wf-grp:not(.collapsed) .wf-grp-chev{transform:rotate(90deg)}.wf-grp-cnt{margin-left:auto;font-size:10px;font-weight:700;color:var(--hint);background:var(--fill-2);border-radius:999px;padding:1px 7px;min-width:18px;text-align:center}.wf-comp-grid{display:grid;grid-template-columns:repeat(auto-fill,44px);gap:7px;justify-content:start;padding:2px 0 8px}.wf-comp{display:grid;place-items:center;height:44px;box-sizing:border-box;border:1.5px solid var(--line);border-radius:10px;background:linear-gradient(180deg,var(--panel-2),var(--panel));cursor:grab;box-shadow:0 2px 8px #00000024;transition:border-color .13s,box-shadow .13s,transform .1s}.wf-comp:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 6px 16px #00000042}.wf-comp:active{cursor:grabbing}.wf-comp i{font-size:22px;color:var(--accent);line-height:1}.wf-comp{position:relative}.wf-comp-df{position:absolute;right:-4px;bottom:-4px;width:14px;height:14px;border-radius:4px;background:color-mix(in srgb,var(--accent) 18%,var(--panel));border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);display:grid;place-items:center;opacity:1}.wf-comp-df i{font-size:9px;color:var(--accent)}.wf-comp-df.mat{background:color-mix(in srgb,var(--dim) 16%,var(--panel));border-color:color-mix(in srgb,var(--dim) 55%,transparent)}.wf-comp-df.mat i{color:var(--dim)}.wf-plegend{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:0 6px 8px;font-size:10px;color:var(--hint)}.wf-plegend b{font-weight:700;color:var(--dim)}.wf-plegend span{display:inline-flex;align-items:center;gap:4px}.wf-plegend .wf-comp-df{position:static}.wf-empty{font-size:12px;color:var(--hint);padding:10px 6px}.wf-canvas{flex:1 1 0;min-width:0;position:relative}.wf-canvas .react-flow{background:var(--bg)}.wf-canvas .react-flow__edge-text,.wf-canvas .react-flow__edge-textbg{transform:translateY(-11px)}.wfnode{display:flex;flex-direction:column;align-items:center;gap:6px;width:74px}.wfn-box{position:relative;width:60px;height:60px;border-radius:15px;border:1.5px solid var(--line);background:linear-gradient(180deg,var(--panel-2),var(--panel));display:grid;place-items:center;box-shadow:0 2px 9px #0000002e;transition:border-color .15s,box-shadow .15s,transform .1s}.wfn-box i{font-size:27px;color:var(--accent)}.react-flow__node .wfnode{width:40px}.react-flow__node .wfn-box{width:40px;height:40px;border-radius:8px}.react-flow__node .wfn-box i{font-size:20px}.wfnode:hover .wfn-box{transform:translateY(-1px);box-shadow:0 6px 18px #00000047}.wfnode.sel .wfn-box{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3.5px color-mix(in srgb,var(--accent) 34%,transparent),0 5px 16px #00000047}.wfnode.sel .wfn-label{color:var(--accent)}.wfnode.s-running .wfn-box{border-color:var(--warn);animation:wfpulse 1.2s ease-in-out infinite}.wfnode.s-done .wfn-box{border-color:var(--ok)}.wfnode.s-error .wfn-box{border-color:var(--fail)}.wfnode.s-skip .wfn-box{border-color:var(--line);opacity:.55}.wfnode.s-idle .wfn-box{border-color:var(--line);opacity:.4;filter:grayscale(.9)}.wfnode.s-idle .wfn-label{opacity:.5}.wfnode.off .wfn-box{border-style:dashed;border-color:var(--line);opacity:.4;filter:grayscale(1)}.wfnode.off .wfn-label{opacity:.45;text-decoration:line-through}.wfnode.off.sel .wfn-box{opacity:.72;filter:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3.5px color-mix(in srgb,var(--accent) 30%,transparent)}.wfnode.off.sel .wfn-label{opacity:.85;color:var(--accent)}.wfn-off{position:absolute;top:-6px;right:-6px;width:17px;height:17px;border-radius:50%;background:var(--dim);color:var(--bg);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000073}.wfn-off i{font-size:11px;line-height:1}.wfn-mat,.wfn-strm{position:absolute;bottom:-3px;left:-3px;width:12px;height:12px;border-radius:3px;border:1px solid;display:grid;place-items:center}.react-flow__node .wfn-box .wfn-mat i,.react-flow__node .wfn-box .wfn-strm i{font-size:9px;line-height:1}.wfn-mat{background:color-mix(in srgb,var(--dim) 16%,var(--bg));border-color:color-mix(in srgb,var(--dim) 55%,transparent);color:var(--dim)}.wfn-strm{background:color-mix(in srgb,var(--accent) 18%,var(--bg));border-color:color-mix(in srgb,var(--accent) 55%,transparent);color:var(--accent)}@keyframes wfpulse{0%,to{box-shadow:0 2px 9px #0000002e}50%{box-shadow:0 0 0 5px color-mix(in srgb,var(--warn) 22%,transparent)}}.wfn-label{font-size:11px;font-weight:600;color:var(--text);text-align:center;max-width:86px;line-height:1.25;word-break:keep-all}.wfn-label em{color:var(--hint);font-style:normal;font-weight:500}.wfn-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;box-shadow:0 1px 4px #0006}.wfn-warn{position:absolute;bottom:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--fail);color:#fff;font-size:12px;font-weight:900;line-height:1;display:grid;place-items:center;border:1.5px solid var(--bg);box-shadow:0 1px 5px #00000080;z-index:3}.wfn-step{position:absolute;top:-7px;left:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--text);color:var(--bg);font-size:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:1px;box-shadow:0 1px 4px #0006}.wfn-step.par{background:var(--accent);color:#fff}.wfn-step.end{background:var(--warn);color:#1a1206;letter-spacing:-.03em}.wfn-step.bound{letter-spacing:-.04em;font-size:9px;padding:0 5px}.wfn-step.bound.b-start{background:var(--ok);color:#052e16}.wfn-step.bound.b-fin{background:var(--warn);color:#1a1206}.wfn-step.z-pre{background:var(--ok);color:#052e16}.wfn-step.z-main{background:var(--text);color:var(--bg)}.wfn-step.z-post{background:var(--warn);color:#1a1206}.wfn-step b{font-size:9px;font-weight:700;opacity:.85}.react-flow__handle{width:8px;height:8px;background:var(--accent);border:2px solid var(--panel)}@media (prefers-reduced-motion: reduce){.wfnode.s-running .wfn-box{animation:none}}.wf-inspect{flex:1 1 0;min-height:0;overflow-y:auto;padding:8px 12px;background:var(--panel-2)}.wf-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.wf-field>span{font-size:11px;color:var(--dim);font-weight:600}.wf-field input[type=text],.wf-field input:not([type]),.wf-field select,.wf-field textarea{border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--text);font:inherit;font-size:12.5px;padding:6px 9px;outline:none}.wf-field input:focus,.wf-field select:focus,.wf-field textarea:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.wf-field.wf-connparam{flex-direction:row;align-items:center;gap:8px}.wf-field.wf-connparam input[type=checkbox]{width:15px;height:15px;flex:0 0 auto}.wf-field.wf-connparam>span{font-size:12px;color:var(--text)}.wf-hint{font-size:11px;color:var(--hint);line-height:1.5}.wf-hint code{font-family:var(--mono);font-size:10.5px;background:var(--fill-2);padding:1px 4px;border-radius:4px}.wf-field textarea.mono{font-family:var(--mono);resize:vertical}.fpick{display:flex;flex-direction:column;gap:5px}.fpick-bar{display:flex;align-items:center;gap:8px}.fpick-hint{flex:1 1 auto;font-size:10.5px;color:var(--hint)}.fpick-raw{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:var(--dim);background:var(--fill-2);border:1px solid var(--line);border-radius:6px;padding:2px 7px;cursor:pointer}.fpick-raw:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.fpick-raw i{font-size:12px}.fpick-chips{display:flex;flex-wrap:wrap;gap:5px}.fpick-chip{font-size:11.5px;padding:3px 9px;border-radius:14px;cursor:pointer;border:1px solid var(--line);background:var(--fill-2);color:var(--dim)}.fpick-chip:hover{border-color:color-mix(in srgb,var(--accent) 45%,transparent);color:var(--text)}.fpick-chip.on{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.fpick-chip.ghost{background:color-mix(in srgb,var(--warn) 22%,transparent);border-color:var(--warn);color:var(--text)}.fpick-rows{display:flex;flex-direction:column;gap:4px}.fpick-row{display:grid;grid-template-columns:1fr 1fr 24px;gap:5px;align-items:center}.fpick-x{border:none;background:none;color:var(--hint);cursor:pointer;font-size:15px;line-height:1}.fpick-x:hover{color:var(--fail)}.fpick-add{align-self:flex-start;font-size:11px;font-weight:600;color:var(--accent);background:none;border:1px dashed color-mix(in srgb,var(--accent) 45%,transparent);border-radius:7px;padding:3px 10px;cursor:pointer}.cond-row{display:grid;grid-template-columns:1fr 1fr 1fr 24px;gap:5px;align-items:center}.cond-novalue{font-size:10.5px;color:var(--hint);text-align:center}.cond-join{display:inline-flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.cond-join button{font-size:10.5px;font-weight:600;padding:2px 9px;border:none;cursor:pointer;background:var(--fill-2);color:var(--dim)}.cond-join button.on{background:var(--accent);color:#fff}.cond-preview{margin-top:3px;font-size:10.5px;color:var(--hint);background:var(--bg);border:1px solid var(--line-2);border-radius:6px;padding:4px 8px;word-break:break-all}.pyfield{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:var(--bg)}.pyfield .cm-editor{max-height:340px;font-size:12px}.pyfield .cm-editor.cm-focused{outline:none}.pyfield:focus-within{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.pyfield .cm-editor,.pyfield .cm-scroller,.pyfield .cm-gutters{background:var(--bg)}.pyfield .cm-scroller{font-family:var(--mono);line-height:1.55}.pyfield .cm-gutters{border-right:1px solid var(--line-2)}.cm-lintRange-error{text-decoration-color:var(--fail)!important}.cm-lint-marker-error{color:var(--fail)}.wf-field input[type=checkbox]{width:16px;height:16px;align-self:flex-start}.wf-dock{flex:0 0 auto;height:200px;border-top:1px solid var(--line);display:flex;flex-direction:column;min-height:0;background:var(--panel)}.wf-tabs{display:flex;gap:4px;padding:6px 10px 0;border-bottom:1px solid var(--line);flex:0 0 auto}.wf-tabs span{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:5px 11px;color:var(--dim);cursor:pointer;border:1px solid transparent;border-bottom:0;border-radius:8px 8px 0 0}.wf-tabs span.on{color:var(--text);background:var(--panel-2);border-color:var(--line)}.wf-tabs span:not(.on):hover{color:var(--text);background:color-mix(in srgb,var(--text) 6%,transparent)}.wf-code{flex:1;margin:0;overflow:auto;padding:12px 14px;font-family:var(--mono);font-size:12px;line-height:1.6;color:var(--dim);white-space:pre}.wf-console{flex:1;overflow:auto;padding:10px 14px;font-family:var(--mono);font-size:12px;line-height:1.65;color:var(--dim)}.wf-console .e{color:var(--fail)}.wf-console .p{color:var(--ok)}.wf-console .d{color:var(--hint)}.wf-console .h{color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent);border-radius:5px;padding:1px 6px;margin:2px 0;display:inline-block}.wf-mode{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);background:var(--panel);color:var(--dim);border-radius:20px;padding:4px 11px;font-size:12px;cursor:pointer;margin-left:8px}.wf-mode:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.wf-mode i{font-size:14px;color:var(--accent)}.wf-mapper{display:flex;flex-direction:column;gap:4px}.wf-mrow{display:grid;grid-template-columns:1fr 1.3fr 18px;gap:4px;align-items:center}.wf-mrow input{min-width:0;padding:4px 6px!important;font-size:11.5px!important}.wf-mhead{font-size:10px;color:var(--hint);padding:0 2px}.wf-mrow.wf-preq{grid-template-columns:1fr 1.3fr 34px 18px}.wf-mrow.wf-preq>span:nth-child(3){text-align:center}.wf-pconn{display:flex;flex-direction:column;gap:2px;min-width:0;align-self:center}.wf-pconn select{width:100%}.wf-pconn-info{font-size:10.5px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:2px}.wf-pconn-info.warn{color:var(--warn)}.wf-pchk{display:grid;place-items:center}.wf-pchk input[type=checkbox]{width:13px;height:13px;min-width:0;padding:0!important;accent-color:var(--fail);cursor:pointer}.wf-mdel{border:0;background:transparent;color:var(--hint);cursor:pointer;font-size:14px;padding:0}.wf-mdel:hover{color:var(--fail)}.wf-madd{border:1px dashed var(--line);background:transparent;color:var(--dim);border-radius:6px;padding:4px;font-size:11.5px;cursor:pointer;margin-top:2px}.wf-madd:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.wf-repeat-chk{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;margin-bottom:10px;border:1px solid color-mix(in srgb,var(--accent) 30%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--accent) 7%,transparent);font-size:11.5px;line-height:1.55;cursor:pointer}.wf-repeat-chk input{margin-top:2px;flex:0 0 auto}.wf-repeat-chk b{color:var(--accent);font-weight:700}.wf-drvgrid{overflow:auto;margin:4px 0 8px;border:1px solid var(--line);border-radius:8px;flex:0 0 auto;max-height:260px}.wf-drvgrid table{border-collapse:collapse;width:100%;font-size:11.5px}.wf-drvgrid th,.wf-drvgrid td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:3px 6px;white-space:nowrap;text-align:left}.wf-drvgrid th{background:color-mix(in srgb,var(--line) 30%,transparent);color:var(--dim);font-weight:600;position:sticky;top:0}.wf-drvgrid td input{width:116px;min-width:84px;background:transparent;border:1px solid transparent;border-radius:4px;padding:2px 4px!important;color:var(--text);font-size:11.5px!important}.wf-drvgrid td input[type=checkbox]{width:auto;min-width:0}.wf-drvgrid th:nth-child(2),.wf-drvgrid td:nth-child(2){width:40px;text-align:center}.wf-drvgrid td .lv-wrap{width:134px}.wf-drvgrid td .lv-wrap>input{width:auto}.wf-drvgrid td .lv-btn{flex:0 0 auto}.wf-drvgrid td input:focus{border-color:var(--accent);background:var(--bg);outline:none}.wf-drvgrid .wf-drvseq{color:var(--dim);text-align:center}.wf-drvgrid td:last-child{text-align:center}.wf-tablein{display:flex;flex-direction:column;gap:4px}.wf-drvgrid th input.wf-tcol{width:96px;background:transparent;border:1px solid transparent;border-radius:4px;padding:2px 4px!important;color:var(--text);font-size:11.5px!important;font-weight:600}.wf-drvgrid th input.wf-tcol:focus{border-color:var(--accent);background:var(--bg);outline:none}.wf-drvgrid th .wf-mdel{font-size:12px}.wf-drvgrid th .wf-madd{font-size:10.5px;padding:2px 5px;margin:0}.wf-fields{display:flex;flex-direction:column;gap:4px}.wf-frow{display:grid;grid-template-columns:1fr .9fr .8fr 1.4fr .7fr 52px;gap:4px;align-items:center}.wf-frow input,.wf-frow select{min-width:0;padding:4px 6px!important;font-size:11.5px!important}.wf-fhead{font-size:10px;color:var(--hint);padding:0 2px}.wf-fbtns{display:flex;gap:1px;align-items:center}.wf-fmv{border:0;background:transparent;color:var(--hint);cursor:pointer;font-size:11px;padding:0 2px}.wf-fmv:hover:not(:disabled){color:var(--accent)}.wf-fmv:disabled{opacity:.3;cursor:default}.wf-fadd{display:flex;gap:6px}.wf-fadd .wf-madd{flex:1}.wf-params .wf-frow input,.wf-params .wf-frow select{border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--text)}.wf-psec{font-size:11px;font-weight:700;color:var(--dim);margin:4px 0 2px}.wf-psec span{font-weight:400;color:var(--hint);margin-left:6px}.wf-pfix{opacity:.62;cursor:default}.wf-perr{border-color:var(--fail)!important}.wf-params{flex:1;overflow:auto;padding:10px 14px;display:flex;flex-direction:column;gap:4px;max-width:520px}.wf-phint{font-size:11.5px;color:var(--hint);margin-bottom:6px}.wf-phint code{font-family:var(--mono);color:var(--accent);background:var(--panel-2);padding:1px 5px;border-radius:4px}.wf-params .wf-mrow input{border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--text);font-size:12px;padding:5px 8px}.wf-data{flex:1;overflow:auto;padding:8px 12px;display:flex;flex-direction:column}.wf-dtable{overflow:auto;border:1px solid var(--line);border-radius:8px}.wf-dtable table{border-collapse:collapse;font-family:var(--mono);font-size:11.5px;width:100%}.wf-dtable th{position:sticky;top:0;background:var(--panel-2);text-align:left;padding:5px 9px;color:var(--dim);border-bottom:1px solid var(--line);border-right:1px solid var(--line-2);white-space:nowrap}.wf-dtable td{padding:4px 9px;border-bottom:1px solid var(--line-2);border-right:1px solid var(--line-2);color:var(--text);white-space:nowrap}.wf-mode.on{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 55%,transparent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.wf-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:60;display:grid;place-items:center}.wf-modal{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;width:min(720px,94vw);max-height:88vh;overflow:hidden}.wf-modal.lg{width:min(840px,94vw)}.wf-modal.md{width:min(560px,94vw)}.wf-modal.sm{width:min(460px,94vw)}.wf-modal.xl{width:min(1000px,96vw)}.wf-mh{display:flex;align-items:center;gap:9px;padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;font-weight:700}.wf-mh i{color:var(--accent)}.wf-mh-sub{font-size:11px;font-weight:400;color:var(--hint)}.wf-mx{margin-left:auto;cursor:pointer;color:var(--hint);font-size:15px}.wf-mx:hover{color:var(--text)}.wf-mfoot{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--line)}.wf-routine-code{flex:1;min-height:400px;margin:0;padding:14px 16px;background:var(--bg);color:var(--text);border:0;outline:none;resize:none;font-size:12.5px;line-height:1.6;white-space:pre;overflow:auto}.wf-cbuild{display:grid;grid-template-columns:1fr 288px;min-height:0;overflow:hidden}.wf-cform{padding:14px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.wf-crow2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wf-chk{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--dim)}.wf-cfields{border:1px solid var(--line-2);border-radius:9px;padding:8px}.wf-cfields .wf-mrow{grid-template-columns:1fr 1fr 100px 26px}.wf-cbody{width:100%;background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:10px;resize:vertical;font-size:12.5px;line-height:1.55}.wf-cerr{color:var(--fail);font-size:12px}.wf-clist{border-left:1px solid var(--line);overflow-y:auto;background:var(--panel-2)}.wf-clist-h{padding:11px 13px;font-size:11px;font-weight:700;color:var(--hint);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line-2)}.wf-citem{display:flex;align-items:center;gap:9px;padding:9px 12px;border-bottom:1px solid var(--line-2);font-size:12px}.wf-citem>i{font-size:17px;color:var(--accent);flex:0 0 auto}.wf-ci-b{flex:1;min-width:0}.wf-ci-l{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-ci-t{font-size:10.5px;color:var(--hint)}.wf-ci-e,.wf-ci-d{cursor:pointer;background:none;border:0;font-size:13px;opacity:.6;padding:2px}.wf-ci-e:hover,.wf-ci-d:hover{opacity:1}.wf-db{display:flex;flex-direction:column}.wf-db-err{font-size:11px;color:var(--fail);background:color-mix(in srgb,var(--fail) 10%,transparent);border:1px solid color-mix(in srgb,var(--fail) 35%,transparent);border-radius:8px;padding:7px 9px;margin-bottom:10px;line-height:1.4}.wf-db-err span{color:var(--dim);font-size:10.5px;word-break:break-all}.wf-db-meta{font-size:10.5px;color:var(--hint);margin:-4px 0 10px}.wf-db-meta code{font-family:var(--mono);color:var(--accent);background:var(--panel-2);padding:1px 5px;border-radius:4px}.wf-ptabs{display:flex;gap:4px;padding:10px 14px 0}.wf-ptab{border:0;background:transparent;color:var(--dim);font:inherit;font-size:12.5px;font-weight:600;padding:7px 12px;border-radius:8px 8px 0 0;cursor:pointer;display:flex;align-items:center;gap:6px;border-bottom:2px solid transparent}.wf-ptab.on{color:var(--text);border-bottom-color:var(--accent)}.wf-ptab:hover:not(.on){color:var(--text);background:var(--panel-2)}.wf-pcount{font-size:10.5px;font-weight:700;color:var(--hint);background:var(--panel-2);border-radius:9px;padding:1px 6px}.wf-psearch-wrap{display:flex;align-items:center;gap:7px;margin:8px 14px 2px;padding:6px 10px;border:1px solid var(--line);border-radius:9px;background:var(--bg)}.wf-psearch-wrap i{color:var(--hint);font-size:15px}.wf-psearch{flex:1;border:0;background:transparent;color:var(--text);font:inherit;font-size:13px;outline:none}.wf-psearch-x{border:0;background:transparent;color:var(--hint);cursor:pointer;font-size:12px;padding:0 2px}.wf-psearch-x:hover{color:var(--text)}.wf-plist{flex:0 0 52vh;height:52vh;overflow-y:auto;padding:8px 10px;display:flex;flex-direction:column;gap:3px}.wf-pi-act{opacity:0;flex:0 0 auto;border:0;background:transparent;color:var(--hint);cursor:pointer;padding:4px 6px;border-radius:6px;font-size:14px;display:inline-flex;align-items:center}.wf-pitem:hover .wf-pi-act{opacity:.75}.wf-pi-act:hover{opacity:1;color:var(--text);background:var(--fill-2)}.wf-pi-act.del:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent)}.wf-pitem{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:9px;cursor:pointer;border:1px solid transparent}.wf-pitem:hover{background:var(--panel-2);border-color:var(--line)}.wf-pitem>i{color:var(--accent);font-size:17px}.wf-pi-b{flex:1;min-width:0}.wf-pi-n{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-pi-m{font-size:10.5px;color:var(--hint);margin-top:1px}.wf-pi-go{color:var(--hint)!important;font-size:14px!important;opacity:0}.wf-pitem:hover .wf-pi-go{opacity:1}.wf-regchoice{padding:16px;display:flex;flex-direction:column;gap:12px}.wf-rc-opt{display:flex;align-items:center;gap:12px;text-align:left;width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:10px;padding:12px 14px;cursor:pointer;font:inherit}.wf-rc-opt:hover{border-color:color-mix(in srgb,var(--accent) 55%,transparent);background:var(--panel-2)}.wf-rc-opt>i{color:var(--accent);font-size:20px}.wf-rc-t{font-size:13px;font-weight:700}.wf-rc-s{font-size:11px;color:var(--hint);margin-top:2px}.wf-rc-or{text-align:center;font-size:11px;color:var(--hint);position:relative}.wf-rc-or:before,.wf-rc-or:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:var(--line)}.wf-rc-or:before{left:0}.wf-rc-or:after{right:0}.wf-rc-new{display:flex;align-items:flex-end;gap:10px}.wf-rc-new .wf-field{flex:1;margin-bottom:0}.wf-rc-new .btn{white-space:nowrap}.wfn-num{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;margin-left:4px;border-radius:7px;background:color-mix(in srgb,var(--accent) 20%,transparent);color:var(--accent);font-size:9px;font-weight:800;line-height:1;vertical-align:middle}.wf-emenu-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.wf-emenu{position:fixed;z-index:61;min-width:210px;background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 44px -12px #0009;padding:5px;font-size:12.5px}.wf-emenu-h{font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--hint);padding:5px 9px 4px}.wf-emenu-i{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;cursor:pointer;color:var(--text);white-space:nowrap;font-size:12.5px}.wf-emenu-i i,.wf-emenu-del i{font-size:14px;color:var(--dim);flex:0 0 auto}.wf-emenu-sep{margin-top:3px;border-top:1px solid var(--line-2);border-radius:0 0 7px 7px}.wf-emenu-i:hover{background:var(--fill-2)}.wf-emenu-i.on{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);font-weight:700}.wf-emenu-i.wf-emenu-dis{opacity:.45;cursor:default}.wf-emenu-i.wf-emenu-dis:hover{background:transparent}.wf-emenu-del{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;cursor:pointer;color:var(--fail);margin-top:3px;border-top:1px solid var(--line-2);font-size:12.5px}.wf-emenu-del i{color:var(--fail)}.wf-emenu-del:hover{background:color-mix(in srgb,var(--fail) 12%,transparent)}.wf-linkbar{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:10px;background:var(--accent);color:#fff;font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:999px;box-shadow:0 8px 24px -6px #00000080}.wf-linkbar b{font-weight:800}.wf-linkbar-x{cursor:pointer;background:#ffffff38;border-radius:999px;padding:2px 9px;font-weight:700}.wf-linkbar-x:hover{background:#ffffff59}.wf-sjbox{position:absolute;border:1.5px dashed color-mix(in srgb,var(--accent) 55%,transparent);border-radius:16px;background:color-mix(in srgb,var(--accent) 5%,transparent)}.wf-sjbox-l{position:absolute;top:0;left:10px;transform:translateY(-52%);font-size:10px;font-weight:800;color:#fff;background:color-mix(in srgb,var(--accent) 88%,#000);padding:1px 9px;border-radius:999px;white-space:nowrap}.wf-scrolltrack{position:absolute;z-index:6;pointer-events:none}.wf-scrollthumb{position:absolute;pointer-events:auto;cursor:grab;border-radius:999px;background:color-mix(in srgb,var(--fg, #64748b) 32%,transparent);transition:background .12s}.wf-scrollthumb:hover{background:color-mix(in srgb,var(--fg, #64748b) 52%,transparent)}.wf-scrollthumb:active{cursor:grabbing;background:color-mix(in srgb,var(--fg, #64748b) 62%,transparent)}.react-flow__nodesselection-rect{box-sizing:content-box!important;padding:18px 22px 10px!important;margin:-18px -22px -10px!important;border:2px dashed var(--accent)!important;border-radius:16px!important;background:color-mix(in srgb,var(--accent) 9%,transparent)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent),0 4px 16px color-mix(in srgb,var(--accent) 22%,transparent)!important}.react-flow__selection{border:1.5px dashed var(--accent)!important;border-radius:10px;background:color-mix(in srgb,var(--accent) 11%,transparent)!important}.react-flow__handle.wfh-trig{width:7px;height:7px;background:#16a34a;border:1.5px solid var(--panel);opacity:.5}.wfnode:hover .react-flow__handle.wfh-trig{opacity:.9}.react-flow__handle.wfh-data{width:10px;height:10px;background:#2563eb;border:2px solid var(--panel)}.react-flow__handle.wfh-in{left:-6px}.react-flow__handle.wfh-out{right:-6px}.react-flow__handle.wfh-trig{width:7px;height:7px;background:#16a34a;border:1.5px solid var(--panel);opacity:.55}.react-flow__handle.wfh-trig.react-flow__handle-top{top:-5px}.react-flow__handle.wfh-trig.react-flow__handle-bottom{bottom:-5px}.react-flow__handle.wfh-trig.wfh-trig-in{top:26%;left:-5px}.react-flow__handle.wfh-trig.wfh-trig-out{top:26%;right:-5px}.wfnode:hover .react-flow__handle.wfh-trig{opacity:1}.react-flow__handle.wfh-trig.wfh-trig-side{top:78%;opacity:0;pointer-events:none}.react-flow__handle.wfh-trig.wfh-trig-side.react-flow__handle-left{left:-4px}.react-flow__handle.wfh-trig.wfh-trig-side.react-flow__handle-right{right:-4px}.wfnode:hover .react-flow__handle.wfh-trig.wfh-trig-side{opacity:.45}.wf-emenu-ord{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;font-size:12px;font-weight:600;color:var(--dim);border-top:1px solid var(--line-2)}.wf-emenu-ord input{width:58px;background:var(--fill-2);border:1px solid var(--line);border-radius:6px;padding:3px 7px;color:var(--text);font-size:12px}.wf-top .wf-mode.wf-ic.on{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 30%,transparent),0 2px 8px -2px color-mix(in srgb,var(--accent) 60%,transparent)}.wf-top .wf-mode.wf-ic.on i{color:#fff}.wf-top .wf-mode.wf-ic.on:hover{background:color-mix(in srgb,var(--accent) 88%,black)}.wf-top .btn.wf-ic.on{background:var(--accent);border-color:var(--accent)}.wf-top .btn.wf-ic.on i{color:#fff}.wf-top .btn.wf-stop{background:#dc2626;border-color:#dc2626}.wf-top .btn.wf-stop i{color:#fff}.wf-top .btn.wf-stop:hover{background:#b91c1c;border-color:#b91c1c}@keyframes wf-blink{0%,to{background:var(--panel);border-color:var(--line)}50%{background:var(--warn);border-color:var(--warn);box-shadow:0 0 0 4px color-mix(in srgb,var(--warn) 30%,transparent)}}.wf-top .btn.wf-blink{animation:wf-blink .8s ease-in-out infinite}.wf-top .btn.wf-blink i{color:#fff}@media (prefers-reduced-motion: reduce){.wf-top .btn.wf-blink{animation:none;background:var(--warn);border-color:var(--warn)}}@keyframes wf-spin{to{transform:rotate(360deg)}}.wf-top .btn.wf-ic .wf-spin{animation:wf-spin .9s linear infinite}.wf-top .btn.wf-ic.wf-ai-busy{background:var(--accent);border-color:var(--accent)}.wf-top .btn.wf-ic.wf-ai-busy i{color:#fff}.wf-ai-box{width:880px;max-width:96vw;height:86vh;max-height:86vh;display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 30px 70px -30px #000000b3}.wf-ai-hd{display:flex;align-items:center;gap:8px;padding:14px 16px;font-weight:800;font-size:15px;border-bottom:1px solid var(--line)}.wf-ai-hd i.ti-sparkles{color:var(--accent)}.wf-ai-x{margin-left:auto;background:none;border:0;color:var(--dim);cursor:pointer;width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.wf-ai-x:hover{background:var(--fill-3);color:var(--text)}.wf-ai-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;min-height:200px}.wf-ai-intro{font-size:12.5px;color:var(--dim);background:var(--fill-1);border:1px solid var(--line-2);border-radius:10px;padding:10px 12px;line-height:1.55}.wf-ai-intro span{color:var(--hint);font-size:11.5px}.wf-ai-msg{max-width:88%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.wf-ai-msg.user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.wf-ai-msg.ai{align-self:flex-start;background:var(--fill-2);border:1px solid var(--line);border-bottom-left-radius:4px}.wf-ai-msg.ai.ok{border-color:color-mix(in srgb,var(--ok) 45%,transparent);background:color-mix(in srgb,var(--ok) 10%,transparent)}.wf-ai-msg.ai.err{border-color:color-mix(in srgb,var(--fail) 45%,transparent);background:color-mix(in srgb,var(--fail) 10%,transparent)}.wf-ai-msg.busy{color:var(--dim);display:flex;align-items:center;gap:8px}.wf-ai-input{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line)}.wf-ai-input input{flex:1;background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:10px 12px;color:var(--text);font:inherit;font-size:13px;outline:none}.wf-ai-input input:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}@media (prefers-reduced-motion: reduce){.wf-top .btn.wf-ic .wf-spin{animation:none}}.wf-help{margin:6px 0 10px;padding:8px 10px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:6px;background:var(--fill-1);font-size:12px;line-height:1.65}.wf-help-h{display:flex;align-items:center;gap:6px;font-weight:600;margin-bottom:4px;color:var(--fg)}.wf-help-h i{color:var(--accent)}.wf-help p{margin:0 0 4px;color:var(--fg-2)}.wf-help code{font-family:var(--mono);font-size:11px;background:var(--fill-2);padding:1px 4px;border-radius:4px}.wf-help-guide{margin-top:4px;display:inline-flex;align-items:center;gap:5px;padding:3px 8px;font-size:11.5px;border:1px solid var(--line);border-radius:5px;background:var(--bg-1);color:var(--fg-2);cursor:pointer}.wf-help-guide:hover{border-color:var(--accent);color:var(--accent)}.wf-fhint{display:block;font-size:11px;color:var(--hint);line-height:1.5;margin:-2px 0 3px}.wf-fhint code{font-family:var(--mono);font-size:10.5px;background:var(--fill-2);padding:0 3px;border-radius:3px}.wf-guide{display:flex;gap:0;height:62vh;min-height:320px;border-top:1px solid var(--line)}.wf-guide-list{flex:0 0 230px;overflow:auto;border-right:1px solid var(--line);padding:6px}.wf-guide-i{display:block;width:100%;text-align:left;padding:6px 8px;margin-bottom:2px;font-size:12px;border:1px solid transparent;border-radius:5px;background:none;color:var(--fg-2);cursor:pointer}.wf-guide-i:hover{background:var(--fill-1)}.wf-guide-i.on{background:var(--fill-2);border-color:var(--line);color:var(--fg);font-weight:600}.wf-guide-body{flex:1;overflow:auto;padding:14px 20px}.md{font-size:13px;line-height:1.75;color:var(--fg-2);max-width:78ch}.md-h1{font-size:18px;font-weight:700;color:var(--fg);margin:0 0 12px}.md-h2{font-size:14.5px;font-weight:700;color:var(--fg);margin:20px 0 8px;padding-bottom:4px;border-bottom:1px solid var(--line)}.md-h3{font-size:13px;font-weight:700;color:var(--fg);margin:14px 0 6px}.md-p{margin:0 0 10px}.md-ul{margin:0 0 10px;padding-left:18px}.md-ul li{margin:2px 0}.md code{font-family:var(--mono);font-size:11.5px;background:var(--fill-2);padding:1px 4px;border-radius:4px}.md-pre{margin:0 0 12px;padding:10px 12px;background:var(--fill-1);border:1px solid var(--line);border-radius:6px;overflow-x:auto;font-family:var(--mono);font-size:11.5px;line-height:1.6;color:var(--fg-2)}.md-pre code{background:none;padding:0;font-size:inherit}.md-table{border-collapse:collapse;margin:0 0 12px;font-size:12px}.md-table th,.md-table td{border:1px solid var(--line);padding:5px 9px;text-align:left}.md-table th{background:var(--fill-1);font-weight:600;color:var(--fg)}.wf-name-warn{font-size:11px;color:var(--fail);margin-left:6px;white-space:nowrap}.wf-ref{padding:10px 12px;overflow-y:auto;height:100%;box-sizing:border-box}.wf-ref-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.wf-ref-q{flex:1 1 220px;min-width:180px;font-size:12px;padding:5px 9px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--text);outline:none}.wf-ref-q:focus{border-color:var(--accent)}.wf-ref-sec{margin-bottom:12px}.wf-ref-h{display:flex;align-items:baseline;gap:7px;font-size:11.5px;font-weight:700;color:var(--text);padding:4px 0 5px;border-bottom:1px solid var(--line-2);margin-bottom:4px}.wf-ref-h em{font-style:normal;font-size:10px;font-weight:700;color:var(--hint);background:var(--fill-2);border-radius:999px;padding:1px 7px}.wf-ref-h small{font-weight:500;font-size:10.5px;color:var(--hint)}.wf-ref-t{width:100%;border-collapse:collapse}.wf-ref-t td{padding:3px 8px 3px 0;vertical-align:top;font-size:11.5px;line-height:1.5}.wf-ref-t td:first-child{white-space:nowrap;width:1%}.wf-ref-t td:last-child{color:var(--dim)}.wf-ref-t code{font-family:var(--mono);font-size:11px;color:var(--accent)}.wf-ref-t tr:hover td{background:color-mix(in srgb,var(--accent) 7%,transparent)}.wf-ref-who{font-size:12px;color:var(--text)}.wf-ref-who b{color:var(--accent)}.wf-ref-note{font-size:11.5px;color:var(--hint);background:var(--fill-2);border-radius:7px;padding:7px 10px;margin-bottom:10px;line-height:1.5}.wf-field input.wf-need{border-color:color-mix(in srgb,var(--fail) 55%,transparent)}.wf-lock{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;background:color-mix(in srgb,var(--bg) 72%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wf-lock-box{max-width:420px;text-align:center;padding:26px 28px;border-radius:14px;background:var(--panel);border:1.5px solid var(--line);box-shadow:0 12px 40px #00000047}.wf-lock-box .ti-lock{font-size:30px;color:var(--warn)}.wf-lock-box h3{margin:10px 0 8px;font-size:15px;color:var(--text)}.wf-lock-box p{margin:6px 0;font-size:12.5px;line-height:1.6;color:var(--text);opacity:.85}.wf-lock-box .wf-lock-hint{opacity:.6;font-size:11.5px}.wf-lock-btn{margin-top:14px;padding:8px 22px;border:none;border-radius:8px;cursor:pointer;background:var(--accent);color:#fff;font-size:12.5px;font-weight:600}.wf-lock-btn:hover{filter:brightness(1.08)}.wf-ref-copy{cursor:pointer}.wf-ref-copy:hover{background:color-mix(in srgb,var(--accent) 20%,transparent);border-radius:3px;outline:1px solid color-mix(in srgb,var(--accent) 40%,transparent)}.wf-varin{position:relative}.wf-varin>input,.wf-varin>textarea{width:100%;box-sizing:border-box}.wf-varmenu{position:absolute;left:0;top:100%;z-index:30;margin-top:3px;min-width:190px;max-height:220px;overflow-y:auto;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 28px #00000052;padding:3px}.wf-varopt{padding:4px 8px;border-radius:5px;cursor:pointer}.wf-varopt:hover{background:color-mix(in srgb,var(--accent) 16%,transparent)}.wf-varopt code{font-family:var(--mono, ui-monospace, monospace);font-size:11.5px;color:var(--accent)}.wf-taberr{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;color:var(--text)}.wf-taberr-ic{font-size:30px;color:var(--warn, #f59e0b)}.wf-taberr-t{font-size:14px;font-weight:700}.wf-taberr-m{font-size:12px;color:var(--dim);max-width:560px;word-break:break-word;font-family:var(--mono);background:var(--fill-2);padding:8px 12px;border-radius:8px}.flowpage{display:flex;flex-direction:column;height:100%}.flowbar{display:flex;align-items:center;gap:12px;padding:9px 16px;border-bottom:1px solid var(--line);flex:0 0 auto}.flowbar .grow{flex:1}.flowbar .fx-hint{font-size:11.5px;color:var(--hint)}.canvasrow{flex:1;min-height:0;display:flex}.fx-palette{width:240px;flex:0 0 auto;border-right:1px solid var(--line);background:var(--panel-2);display:flex;flex-direction:column;min-height:0}.fx-tabs{display:flex;padding:8px 8px 0;gap:4px}.fx-tabs button{flex:1;border:0;background:transparent;color:var(--dim);font:inherit;font-size:11.5px;font-weight:600;padding:8px 6px;border-radius:8px 8px 0 0;cursor:pointer;border-bottom:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:5px}.fx-tabs button:hover{color:var(--text)}.fx-tabs button.on{color:var(--accent);border-bottom-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.fx-tabs em{font-style:normal;font-size:10px;background:var(--fill-3);border-radius:999px;padding:1px 6px;color:var(--hint)}.fx-search{margin:8px;background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:7px 10px;color:var(--text);font:inherit;font-size:12.5px;outline:none}.fx-search:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.fx-list{flex:1;min-height:0;overflow-y:auto;padding:0 8px 10px;display:flex;flex-direction:column;gap:4px}.fx-item{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--dim);font-size:12px;font-family:var(--mono);cursor:grab;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fx-item:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.fx-item:active{cursor:grabbing}.fx-item .fx-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex:0 0 auto}.fx-item .fx-dot.flow{background:var(--warn)}.fx-item em{font-style:normal;margin-left:auto;font-size:10px;color:var(--hint)}.fx-item .fx-sch{margin-left:auto;font-size:11px;color:var(--hint);flex:0 0 auto}.fx-item .fx-sch.on{color:var(--ok)}.fx-flow{border-style:dashed}.fx-flow-nm{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-item .fx-del{flex:0 0 auto;margin-left:2px;font-size:11px;color:var(--hint);opacity:0;padding:1px 5px;border-radius:4px;cursor:pointer}.fx-flow:hover .fx-del{opacity:.7}.fx-item .fx-del:hover{opacity:1;color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent)}.flowbar .btn i{font-size:15px;margin-right:3px;vertical-align:-2px}.fx-empty{padding:20px 8px;text-align:center;color:var(--hint);font-size:12px}.canvaswrap{flex:1;min-height:0;min-width:0}.canvaswrap .react-flow{background:var(--bg)}.canvaswrap .react-flow__controls button{background:var(--panel-2);border-bottom:1px solid var(--line);color:var(--dim)}.canvaswrap .react-flow__controls button:hover{background:var(--panel)}.canvaswrap .react-flow__handle{width:12px;height:12px;background:var(--accent);border:2px solid var(--panel)}.canvaswrap .react-flow__handle:before{content:"";position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;border-radius:50%}.canvaswrap .react-flow__handle:hover{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 22%,transparent)}.jfn{width:200px;box-sizing:border-box;border:1.5px solid var(--line);border-radius:10px;background:linear-gradient(180deg,var(--panel-2),var(--panel));box-shadow:0 4px 14px -8px #0000008c;overflow:hidden}.jfn-root{border-color:color-mix(in srgb,var(--warn) 55%,transparent)}.react-flow__node.selected .jfn{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 25%,transparent)}.jfn-name{font-size:12px;font-weight:700;color:var(--text);font-family:var(--mono);padding:8px 10px;border-bottom:1px solid var(--line-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.jfn-exe{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px}.jfn-radio{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;color:var(--hint);cursor:pointer;padding:2px 6px;border-radius:6px;border:1px solid transparent;-webkit-user-select:none;user-select:none}.jfn-radio input{display:none}.jfn-radio:hover{color:var(--text)}.jfn-radio.on{color:var(--rc);border-color:color-mix(in srgb,var(--rc) 45%,transparent);background:color-mix(in srgb,var(--rc) 14%,transparent);font-weight:700}.jfn-rootbadge{font-size:10.5px;font-weight:700;color:var(--warn);background:color-mix(in srgb,var(--warn) 14%,transparent);border:1px solid color-mix(in srgb,var(--warn) 40%,transparent);border-radius:6px;padding:4px 10px;font-family:inherit}.jfn-rootbadge.nosch{color:var(--fail);background:color-mix(in srgb,var(--fail) 14%,transparent);border-color:color-mix(in srgb,var(--fail) 48%,transparent);animation:jfnpulse2 1.5s ease-in-out infinite}.jfn-rootbadge.nosch:hover{background:color-mix(in srgb,var(--fail) 26%,transparent)}@keyframes jfnpulse2{50%{box-shadow:0 0 0 4px color-mix(in srgb,var(--fail) 20%,transparent)}}@media (prefers-reduced-motion: reduce){.jfn-rootbadge.nosch{animation:none}}@media (max-width: 720px){.fx-palette{width:180px}}.fx-flowgrp{border-left:3px solid var(--warn);border-radius:0 8px 8px 0;margin-bottom:8px;padding-left:2px}.fx-flowgrp .fx-flow{border-radius:0 8px 8px 0}.fx-members{display:flex;flex-direction:column;gap:1px;padding:3px 0 4px 10px}.fx-member{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;font-size:11.5px;font-family:var(--mono);color:var(--dim);cursor:grab;white-space:nowrap;overflow:hidden}.fx-member:hover{background:var(--panel-2);color:var(--text)}.fx-member:active{cursor:grabbing}.fx-mdot{width:6px;height:6px;border-radius:50%;flex:0 0 auto}.fx-mname{overflow:hidden;text-overflow:ellipsis}.fx-mexe{font-style:normal;margin-left:auto;font-size:9.5px;color:var(--hint);flex:0 0 auto}.fx-mnone{color:var(--hint);font-style:italic;cursor:default}.fx-flowgrp{cursor:grab}.fx-flowgrp:active{cursor:grabbing}.jfn{position:relative}.jfn-schbtn{position:absolute;top:-9px;right:-9px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;font-size:10px;cursor:pointer;z-index:5;background:var(--panel-2);border:1.5px solid var(--hint);color:var(--hint);box-shadow:0 1px 4px #0000004d;transition:transform .1s}.jfn-schbtn:hover{transform:scale(1.15)}.jfn-schbtn.on{border-color:var(--ok);color:var(--ok);background:color-mix(in srgb,var(--ok) 18%,var(--panel-2))}.jfn-schbtn.warn{border-color:var(--warn);color:var(--warn);background:color-mix(in srgb,var(--warn) 20%,var(--panel-2));animation:jfnpulse 1.6s ease-in-out infinite}@keyframes jfnpulse{50%{box-shadow:0 0 0 4px color-mix(in srgb,var(--warn) 22%,transparent)}}@media (prefers-reduced-motion: reduce){.jfn-schbtn.warn{animation:none}}.fx-rz{flex:0 0 5px;margin:0 -2px;cursor:col-resize;position:relative;z-index:4;background:transparent}.fx-rz:after{content:"";position:absolute;top:0;right:1px;bottom:0;left:1px;background:var(--accent);opacity:0;transition:opacity .12s}.fx-rz:hover:after,.fx-rz:active:after{opacity:.5}.fx-rootsch{flex:0 0 auto;border:0;background:transparent;font-size:11px;cursor:pointer;padding:0;margin:0 -1px;line-height:1;opacity:.85;position:relative;top:1.5px;transition:opacity .1s,transform .1s}.fx-rootsch:hover{opacity:1;transform:scale(1.2)}.fx-rootsch.on{color:var(--ok)}.fx-rootsch.off{color:var(--fail);animation:fxschblink 1.3s ease-in-out infinite}@keyframes fxschblink{50%{opacity:.25}}@media (prefers-reduced-motion: reduce){.fx-rootsch.off{animation:none}}.dg{display:flex;flex-direction:column;height:100%;min-height:0}.dg-empty{padding:20px;color:var(--hint);font-size:13px}.dg-tools{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--line);flex:0 0 auto}.dg-quick{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--hi);padding:5px 9px}.dg-quick svg{width:14px;height:14px;color:var(--hint);flex:0 0 auto}.dg-quick input{border:0;background:transparent;color:var(--text);font:inherit;font-size:12.5px;outline:none;width:180px}.dg-grow{flex:1}.dg-count{font-family:var(--mono);font-size:11.5px;color:var(--dim)}.dg-btn{font-size:12px;padding:5px 10px;border-radius:7px;border:1px solid var(--line);background:var(--hi);color:var(--dim);cursor:pointer;white-space:nowrap}.dg-btn:hover:not(:disabled){color:var(--text);border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.dg-btn:disabled{opacity:.4;cursor:default}.dg-btn.on{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 50%,transparent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.dg-scroll{flex:1;overflow:auto;min-height:0}.dg-grid{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:12.5px}.dg-grid th,.dg-grid td{border-right:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:0}.dg-grid thead th{position:sticky;top:0;z-index:2;background:var(--panel-2);color:var(--dim);font-weight:700;text-align:left;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.dg-grid thead th .dg-hl{display:flex;align-items:center;gap:6px;padding:8px 12px}.dg-grid thead th:hover{color:var(--text)}.dg-sort{font-size:9px;color:var(--accent)}.dg-rn{position:sticky;left:0;z-index:1;background:var(--panel-2);color:var(--hint);text-align:right;font-family:var(--mono);font-size:11px;padding:6px 10px!important;width:52px}.dg-grid thead .dg-rn{z-index:3}.dg-frow th{padding:4px 6px;background:var(--panel);position:sticky;top:33px;z-index:2}.dg-frow input{width:100%;min-width:90px;border:1px solid var(--line);border-radius:5px;background:var(--bg);color:var(--text);font:inherit;font-size:11.5px;padding:3px 6px;outline:none}.dg-frow input:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.dg-grid tbody td{padding:6px 12px;color:var(--text);white-space:nowrap;max-width:420px;overflow:hidden;text-overflow:ellipsis;cursor:default}.dg-grid tbody tr:hover td{background:var(--hi)}.dg-grid tbody tr:hover .dg-rn{background:var(--panel-2)}.dg-null{color:var(--hint);font-style:italic}.dg-selc{background:color-mix(in srgb,var(--accent) 20%,transparent)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 55%,transparent)}.dg-foot{display:flex;align-items:center;gap:12px;padding:7px 10px;border-top:1px solid var(--line);flex:0 0 auto}.dg-foot select{font-size:12px;padding:4px 8px;border-radius:7px;border:1px solid var(--line);background:var(--hi);color:var(--text);cursor:pointer;outline:none}.dg-pager{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--dim)}.dg-pager span{font-family:var(--mono);min-width:58px;text-align:center}.dg-cellbar{display:flex;align-items:center;gap:9px;max-width:60%;font-size:12px}.dg-cellbar b{color:var(--accent);flex:0 0 auto}.dg-cellval{color:var(--dim);font-family:var(--mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.dg-edit{font-size:11px;color:var(--ok);background:color-mix(in srgb,var(--ok) 14%,transparent);padding:3px 8px;border-radius:6px}.dg-pk{font-size:8px;font-weight:800;color:var(--warn);background:color-mix(in srgb,var(--warn) 16%,transparent);padding:1px 4px;border-radius:4px;margin-left:2px}.dg-act{width:40px;position:sticky;left:52px;z-index:1;background:var(--panel-2);text-align:center;padding:2px!important}.dg-grid thead .dg-act{z-index:3}.dg-grid tbody tr:hover .dg-act{background:var(--panel-2)}.dg-mini{border:0;background:transparent;cursor:pointer;font-size:12px;padding:2px 4px;border-radius:5px;color:var(--hint)}.dg-mini:hover{background:var(--hi);color:var(--text)}.dg-mini.del:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 14%,transparent)}.dg-mini.ok{color:var(--ok)}.dg-mini:disabled{opacity:.4;cursor:default}.dg-ed{cursor:cell}.dg-cin,.dg-din{width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);border-radius:4px;background:var(--bg);color:var(--text);font:inherit;font-size:12px;padding:3px 6px;outline:none}.dg-draft td{background:color-mix(in srgb,var(--ok) 8%,transparent)}.dg-draft .dg-din{border-color:color-mix(in srgb,var(--ok) 45%,transparent)}.dsql{display:flex;height:100%;min-height:0}.dsql .nav2{flex:0 0 auto;border-right:1px solid var(--line);background:var(--panel-2);overflow-y:auto;padding:10px 8px}.col-resizer{flex:0 0 auto;width:6px;cursor:col-resize;position:relative;background:transparent}.col-resizer:before{content:"";position:absolute;top:0;right:2px;bottom:0;left:2px;background:var(--line);opacity:0;transition:opacity .15s}.col-resizer:hover:before,.col-resizer:active:before{opacity:1;background:color-mix(in srgb,var(--accent) 60%,transparent)}.row-resizer{flex:0 0 auto;height:6px;cursor:row-resize;position:relative;background:transparent}.row-resizer:before{content:"";position:absolute;top:2px;right:0;bottom:2px;left:0;background:var(--line);opacity:0;transition:opacity .15s}.row-resizer:hover:before,.row-resizer:active:before{opacity:1;background:color-mix(in srgb,var(--accent) 60%,transparent)}.conn .chev{width:12px;height:12px;color:var(--hint);flex:0 0 auto;transition:transform .15s}.conn .chev.o{transform:rotate(90deg)}.dsql .nav2 .h{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--hint);padding:6px 8px;font-weight:700}.conn{display:flex;align-items:center;gap:9px;padding:8px;border-radius:8px;font-size:12.5px;color:var(--dim);cursor:pointer;font-family:var(--mono)}.conn:hover{background:var(--fill-2);color:var(--text)}.conn.sel{background:#4fa6ff1f;color:var(--sel-fg)}.conn .db{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;font-size:8px;font-weight:800;flex:0 0 auto}.conn .st{margin-left:auto;width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 6px var(--ok)}.conn .cstat{width:8px;height:8px;border-radius:50%;flex:0 0 auto;cursor:pointer;background:var(--hint);opacity:.4;transition:background .15s,opacity .15s,box-shadow .15s}.conn .cstat:hover{opacity:1}.conn .cstat.idle{background:var(--hint);opacity:.4}.conn .cstat.busy{background:#e0a020;opacity:1;animation:cstatpulse 1s ease-in-out infinite}.conn .cstat.ok{background:var(--ok, #2ec96b);opacity:1;box-shadow:0 0 6px color-mix(in srgb,var(--ok, #2ec96b) 70%,transparent)}.conn .cstat.err{background:var(--err, #e5484d);opacity:1;box-shadow:0 0 6px color-mix(in srgb,var(--err, #e5484d) 70%,transparent)}@keyframes cstatpulse{50%{opacity:.35}}.tbls{margin:2px 0 6px 14px;padding-left:8px;border-left:1px solid var(--line-2);display:flex;flex-direction:column;gap:1px}.tbls .tsch{font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--hint);padding:4px 8px 2px;font-weight:700}.tbls .tbl{display:flex;align-items:center;gap:7px;padding:5px 8px;border-radius:6px;font-size:12px;color:var(--dim);cursor:pointer;font-family:var(--mono)}.tbls .tbl:hover{background:var(--fill-2);color:var(--text)}.tbls .tbl svg{width:13px;height:13px;flex:0 0 auto;color:var(--hint)}.tbls .tmsg{padding:5px 8px;font-size:11px;color:var(--hint)}.work{flex:1 1 0;display:flex;flex-direction:column;min-width:0;height:100%}.qbar{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--line);flex:0 0 auto}.qbar .connsel{font-family:var(--mono);font-size:12px;color:var(--text);border:1px solid var(--line);border-radius:8px;padding:6px 11px;background:var(--fill-1)}.qbar .stat{margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--hint)}.qhist-wrap{position:relative}.qhist-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:40;width:440px;max-width:70vw;max-height:360px;overflow-y:auto;background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 40px #00000080}.qhist-h{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--hint);border-bottom:1px solid var(--line-2);position:sticky;top:0;background:var(--panel)}.qhist-h button{border:0;background:transparent;color:var(--fail);font-size:11px;cursor:pointer}.qhist-h button:hover{text-decoration:underline}.qhist-empty{padding:16px 12px;color:var(--hint);font-size:12px;text-align:center}.qhist-item{display:flex;flex-direction:column;gap:3px;padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--line-2)}.qhist-item:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.qhist-item .qhist-sql{font-family:var(--mono);font-size:12px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qhist-item .qhist-meta{font-size:10.5px;color:var(--hint)}.sqlbox{flex:0 0 auto;overflow:hidden}.sqlbox textarea{width:100%;height:100%;border:0;background:var(--panel);color:var(--text);font-family:var(--mono);font-size:13px;line-height:1.7;padding:14px 16px;outline:none;resize:none;display:block}.results{flex:1;min-height:0;overflow:hidden;background:var(--panel);display:flex;flex-direction:column}.results>.dg{flex:1;min-height:0}.rgrid{width:100%;border-collapse:collapse;font-size:12.5px;font-family:var(--mono)}.rgrid th{position:sticky;top:0;background:var(--panel-2);text-align:left;padding:8px 12px;color:var(--dim);font-weight:600;border-bottom:1px solid var(--line);border-right:1px solid var(--line-2);white-space:nowrap;font-size:11.5px}.rgrid td{padding:7px 12px;border-bottom:1px solid var(--line-2);border-right:1px solid var(--line-2);color:var(--text);white-space:nowrap}.rgrid td.rn{color:var(--hint);text-align:right;background:var(--panel-2)}.rgrid tr:hover td{background:#4fa6ff0f}.results .msg{padding:24px;color:var(--hint);font-size:13px}.results .err{padding:16px;color:var(--fail);font-family:var(--mono);font-size:12.5px;white-space:pre-wrap}.rbar{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:6px 14px;border-top:1px solid var(--line);background:var(--panel-2);font-family:var(--mono);font-size:11px;color:var(--dim)}@media (max-width: 860px){.dsql .nav2,.col-resizer{display:none}}.nav2 .h{display:flex;align-items:center}.addconn{margin-left:auto;width:22px;height:22px;border-radius:6px;border:1px solid var(--line);background:var(--hi);color:var(--dim);font-size:15px;line-height:1;cursor:pointer;display:grid;place-items:center}.addconn:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.conn .cnm{display:flex;flex-direction:column;line-height:1.25;min-width:0}.conn .cnm .cty{font-size:10px;color:var(--hint);font-weight:400}.conn .cact{margin-left:auto;display:none;gap:2px}.conn:hover .cact{display:flex}.conn .cact button{border:0;background:transparent;color:var(--hint);cursor:pointer;font-size:12px;padding:2px 4px;border-radius:5px}.conn .cact button:hover{color:var(--text);background:var(--hi)}.schsel{width:calc(100% - 8px);margin:4px;font-size:11.5px;padding:4px 6px;border-radius:6px;border:1px solid var(--line);background:var(--bg);color:var(--text);outline:none}.cf-back{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:50}.cf{width:420px;max-width:92%;background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 30px 70px -30px #000c;overflow:hidden}.cf-h{padding:14px 18px;font-size:15px;font-weight:800;border-bottom:1px solid var(--line)}.cf-body{padding:16px 18px;display:flex;flex-direction:column;gap:11px}.cf-row{display:flex;flex-direction:column;gap:5px}.cf-row>span{font-size:11.5px;color:var(--dim);font-weight:600}.cf-row input,.cf-row select{border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);font:inherit;font-size:13px;padding:8px 11px;outline:none}.cf-row input:focus,.cf-row select:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.cf-2{display:flex;gap:10px}.cf-2 .cf-row{flex:1}.cf-2 .cf-port{flex:0 0 96px}.cf-msg{font-size:12px;padding:8px 11px;border-radius:8px}.cf-msg.ok{color:var(--ok);background:color-mix(in srgb,var(--ok) 14%,transparent)}.cf-msg.no{color:var(--fail);background:color-mix(in srgb,var(--fail) 12%,transparent);white-space:pre-wrap}.cf-foot{display:flex;align-items:center;gap:8px;padding:13px 18px;border-top:1px solid var(--line)}.cf-foot .grow{flex:1}.cf-hint{font-size:11.5px;color:var(--warn);background:color-mix(in srgb,var(--warn) 12%,transparent);padding:7px 10px;border-radius:8px;line-height:1.5}.cf-hint b{color:var(--text)}.cf-hint code{font-family:ui-monospace,monospace;font-size:11px;color:var(--text)}.cf-sec{margin-top:4px;padding-top:10px;border-top:1px dashed var(--line);font-size:11.5px;font-weight:700;color:var(--accent)}.cf-check{flex-direction:row;align-items:center;gap:9px}.cf-check>span{flex:1}.cf-check input{width:17px;height:17px;padding:0;flex:0 0 auto;accent-color:var(--accent)}.tbls .tbl{padding:4px 6px}.tbl .texp{flex:0 0 auto;width:12px;height:12px;color:var(--hint);cursor:pointer;display:grid;place-items:center}.tbl .texp svg{width:11px;height:11px;transition:transform .15s}.tbl .texp.o svg{transform:rotate(90deg)}.tbl .texp:hover{color:var(--accent)}.tbl .tnm{display:flex;align-items:center;gap:7px;flex:1;min-width:0}.tmeta{margin:1px 0 4px 20px;padding-left:8px;border-left:1px solid var(--line-2);display:flex;flex-direction:column;gap:0}.tsec{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--hint);padding:5px 6px 2px;font-weight:700}.tcol{display:flex;align-items:center;gap:8px;padding:2px 6px;font-size:11px;font-family:var(--mono)}.tcol .tcn{color:var(--dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tcol .tct{margin-left:auto;color:var(--hint);font-size:10px;white-space:nowrap;flex:0 0 auto}.tcol .tpk{flex:0 0 auto;font-size:8px;font-weight:800;color:var(--warn);background:color-mix(in srgb,var(--warn) 16%,transparent);padding:1px 4px;border-radius:4px}.tabbar{display:flex;align-items:center;gap:2px;padding:6px 8px 0;border-bottom:1px solid var(--line);flex:0 0 auto;overflow-x:auto}.qtab{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:8px 8px 0 0;font-size:12px;color:var(--dim);cursor:pointer;border:1px solid transparent;border-bottom:0;white-space:nowrap}.qtab:hover{color:var(--text);background:var(--hi)}.qtab.on{color:var(--text);background:var(--panel);border-color:var(--line)}.qtab .qtx{font-size:10px;color:var(--hint);border-radius:4px;padding:1px 3px}.qtab .qtx:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 15%,transparent)}.qtadd{margin-left:4px;width:24px;height:24px;border-radius:7px;border:1px solid var(--line);background:var(--hi);color:var(--dim);font-size:15px;cursor:pointer;flex:0 0 auto}.qtadd:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.sqlbox .cm-host{height:100%;overflow:hidden}.sqlbox .cm-host .cm-editor{height:100%}.sqlbox .cm-host .cm-scroller{overflow:auto}.ide{display:flex;height:100%;min-height:0}.explorer{flex:0 0 auto;border-right:1px solid var(--line);background:var(--panel-2);overflow-y:auto;padding:8px 6px}.dev-col-resizer{flex:0 0 auto;width:6px;cursor:col-resize;position:relative}.dev-col-resizer:before{content:"";position:absolute;top:0;right:2px;bottom:0;left:2px;background:var(--line);opacity:0;transition:opacity .15s}.dev-col-resizer:hover:before,.dev-col-resizer:active:before{opacity:1;background:color-mix(in srgb,var(--accent) 60%,transparent)}.dev-row-resizer{flex:0 0 auto;height:6px;cursor:row-resize;position:relative}.dev-row-resizer:before{content:"";position:absolute;top:2px;right:0;bottom:2px;left:0;background:var(--line);opacity:0;transition:opacity .15s}.dev-row-resizer:hover:before,.dev-row-resizer:active:before{opacity:1;background:color-mix(in srgb,var(--accent) 60%,transparent)}.cm-host{height:100%;overflow:hidden}.cm-host .cm-editor{height:100%}.explorer .h{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--hint);padding:8px 8px 6px;font-weight:700}.fnode{display:flex;align-items:center;gap:7px;padding:5px 8px;border-radius:6px;font-size:12.5px;color:var(--dim);cursor:pointer;font-family:var(--mono)}.fnode:hover{background:var(--fill-2);color:var(--text)}.fnode.sel{background:#4fa6ff1f;color:var(--sel-fg)}.fnode.py{color:var(--accent)}.fnode.ind{padding-left:20px}.edit{flex:1 1 0;display:flex;flex-direction:column;min-width:0;height:100%}.term .tt span{cursor:pointer}.term-body{display:flex;flex-direction:column}.term-input{display:flex;align-items:center;gap:8px;padding:2px 0 4px}.term-prompt{color:var(--ok);font-family:var(--mono);font-size:12px;white-space:nowrap;flex:0 0 auto}.term-input input{flex:1;border:0;background:transparent;color:var(--text);font-family:var(--mono);font-size:12px;outline:none}.term-input input:disabled{opacity:.5}.etabs{display:flex;align-items:center;background:var(--panel-2);border-bottom:1px solid var(--line);overflow-x:auto;flex:0 0 auto}.etab{display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:12.5px;font-family:var(--mono);color:var(--hint);border-right:1px solid var(--line);cursor:pointer;white-space:nowrap}.etab.on{color:var(--text);background:var(--panel);border-top:2px solid var(--accent);padding-top:7px}.etab-x{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:4px;font-size:10px;color:var(--hint);opacity:0;transition:opacity .12s,color .12s,background .12s;flex:0 0 auto}.etab:hover .etab-x,.etab.on .etab-x{opacity:.65}.etab-x:hover{opacity:1;color:var(--fail);background:color-mix(in srgb,var(--fail) 16%,transparent)}.etab-empty{padding:9px 14px;font-size:12px;color:var(--hint);font-family:var(--mono);white-space:nowrap}.etab-dot{color:var(--warn);font-size:9px;line-height:1;flex:0 0 auto}.etab:hover .etab-dot{display:none}.ebar{display:flex;align-items:center;gap:10px;padding:7px 14px;border-bottom:1px solid var(--line-2);background:var(--panel);font-family:var(--mono);font-size:11.5px;color:var(--hint);flex:0 0 auto}.codewrap{flex:1;min-height:0;overflow:hidden;background:var(--panel)}.codewrap textarea{width:100%;height:100%;min-height:260px;border:0;background:transparent;color:var(--text);font-family:var(--mono);font-size:13px;line-height:1.65;padding:12px 16px;outline:none;resize:none;white-space:pre;-moz-tab-size:4;tab-size:4}.term{border-top:1px solid var(--line);background:var(--panel-2);display:flex;flex-direction:column;flex:0 0 auto;min-height:0}.term .tt{display:flex;gap:2px;padding:6px 10px 0;border-bottom:1px solid var(--line-2)}.term .tt span{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--hint);padding:6px 10px;border-radius:7px 7px 0 0}.term .tt span.on{color:var(--text);background:var(--panel-2)}.term .tb{flex:1;overflow-y:auto;padding:10px 14px;font-family:var(--mono);font-size:12px;line-height:1.6}.term .tb .i{color:var(--cyan)}.term .tb .p{color:var(--ok)}.term .tb .d{color:var(--dim)}.term .tb .e{color:var(--fail)}.statusbar{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:5px 14px;background:linear-gradient(90deg,var(--accent),#2b6fd6);color:#04121f;font-size:11px;font-weight:600;font-family:var(--mono)}.statusbar .sp{margin-left:auto}@media (max-width: 860px){.explorer,.dev-col-resizer{display:none}}.explorer .h{display:flex;align-items:center}.exp-act{margin-left:auto;display:flex;gap:3px}.exp-act button{border:1px solid var(--line);background:var(--hi);color:var(--dim);font-size:10px;padding:2px 6px;border-radius:5px;cursor:pointer;white-space:nowrap}.exp-act button:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.fnode{display:flex!important;align-items:center;gap:6px}.fnode .fico{flex:0 0 auto}.fnode .fnm{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fnode.fdir .fnm{color:var(--cyan)}.fnode .fdel{flex:0 0 auto;display:none;color:var(--hint);font-size:11px;cursor:pointer;padding:0 3px}.fnode:hover .fdel{display:inline}.fnode .fdel:hover{color:var(--fail)}.fnode .fren{flex:0 0 auto;display:none;color:var(--hint);font-size:11px;cursor:pointer;padding:0 3px}.fnode:hover .fren{display:inline}.fnode .fren:hover{color:var(--accent)}.fnode.up{color:var(--hint)}.reg-folder{display:block;width:calc(100% - 12px);margin:8px 6px;padding:8px;border:1px solid color-mix(in srgb,var(--accent) 40%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent);font-size:11.5px;font-weight:600;cursor:pointer}.reg-folder:hover{background:color-mix(in srgb,var(--accent) 20%,transparent)}.cm-tooltip.cm-tooltip-hover{border:0;background:transparent}.cm-doc-tip{max-width:460px;max-height:320px;overflow:auto;background:var(--panel, #12141a);color:var(--text, #e6e9ef);border:1px solid var(--line, #2a2e37);border-radius:8px;padding:9px 11px;box-shadow:0 12px 34px -12px #000000b3;font-family:var(--mono);font-size:12px;line-height:1.55}.cm-doc-tip .sig{color:var(--accent, #4fa6ff);font-weight:600;white-space:pre-wrap;word-break:break-word}.cm-doc-tip .meta{color:var(--hint, #7c8598);font-size:10.5px;margin-top:2px;text-transform:uppercase;letter-spacing:.04em}.cm-doc-tip .doc{color:var(--dim, #b5bcc9);white-space:pre-wrap;word-break:break-word;margin-top:7px;padding-top:7px;border-top:1px solid var(--line-2, #22252d)}.cm-tooltip.cm-completionInfo{max-width:420px;font-family:var(--mono);font-size:11.5px}.cm-completionLabel{font-family:var(--mono)}.cm-completionDetail{color:var(--hint, #7c8598);font-style:normal;margin-left:8px;font-size:10.5px}.ops-row{display:flex;align-items:center;gap:12px;padding:10px 4px;border-bottom:1px solid var(--line-2)}.ops-row:last-child{border-bottom:0}.ops-sw{width:38px;height:22px;border-radius:999px;background:var(--line);position:relative;cursor:pointer;flex:0 0 auto;transition:background .15s}.ops-sw .knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s;box-shadow:0 1px 3px #00000059}.ops-sw.on{background:var(--ok)}.ops-sw.on .knob{transform:translate(16px)}.ops-nm{flex:1;min-width:0;font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px}.ops-scope{font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px}.ops-scope.all{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.ops-scope.one{color:var(--hint);background:var(--fill-3)}.ops-when{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--dim);white-space:nowrap}.ops-in{background:var(--bg);border:1px solid var(--line);border-radius:7px;padding:5px 8px;color:var(--text);font:inherit;font-size:12.5px;outline:none;font-variant-numeric:tabular-nums}.ops-in:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.ops-in.day{width:52px;text-align:center}.ops-next{font-size:11px;color:var(--hint);min-width:30px;text-align:right}.users .uhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.users .uhead h1{font-size:20px;font-weight:700;margin:0 0 4px;color:var(--text)}.users .uhead p{margin:0;font-size:12.5px;color:var(--dim)}.users .uhead b{color:var(--text)}.rolelegend{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.rolelegend .rl{display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:8px 12px}.rolelegend .rld{font-size:11.5px;color:var(--dim)}.rolebadge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px;letter-spacing:.02em}.rolebadge.admin{color:#ffb357;background:color-mix(in srgb,#ffb357 15%,transparent);border:1px solid color-mix(in srgb,#ffb357 35%,transparent)}.rolebadge.operator{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent);border:1px solid color-mix(in srgb,var(--accent) 34%,transparent)}.rolebadge.guest{color:var(--hint);background:var(--fill-3);border:1px solid var(--line)}.users .panel{padding:4px 10px}.utable{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px}.utable th{text-align:left;color:var(--hint);font-weight:600;padding:11px 12px;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;background:var(--panel-2);border-bottom:1px solid var(--line)}.utable td{padding:11px 12px;border-bottom:1px solid var(--line-2);color:var(--dim);vertical-align:middle}.utable tbody tr:last-child td{border-bottom:0}.utable tbody tr.changed td{background:color-mix(in srgb,var(--warn) 8%,transparent)}.utable .uname{color:var(--text);font-weight:600;font-family:var(--mono);font-size:12px}.utable .uname .you{margin-left:8px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffb357;background:color-mix(in srgb,#ffb357 14%,transparent);border-radius:5px;padding:1px 6px}.utable td.dt{font-size:11px;color:var(--dim);white-space:nowrap}.utable .empty{text-align:center;color:var(--hint);padding:40px}.utable .acts{display:inline-flex;gap:6px;justify-content:flex-end;align-items:center}.rsel{background:var(--fill-2);border:1px solid var(--line);border-radius:8px;padding:6px 10px;color:var(--text);font-size:12px;font-family:inherit;outline:none;cursor:pointer}.rsel:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent)}.rsel:disabled{opacity:.5;cursor:not-allowed}.btn.sm{padding:6px 12px;font-size:12px}.btn.sm:disabled{opacity:.4;cursor:not-allowed}.iconbtn{width:30px;height:30px;border-radius:8px;display:inline-grid;place-items:center;border:1px solid transparent;background:transparent;color:var(--dim);cursor:pointer;transition:all .14s}.iconbtn svg{width:15px;height:15px}.iconbtn.del:hover{color:var(--fail);background:color-mix(in srgb,var(--fail) 14%,transparent)}.iconbtn.off{opacity:.35;cursor:not-allowed}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:80;display:grid;place-items:center;padding:20px}.modal{width:min(460px,94vw);background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px -20px #000c;display:flex;flex-direction:column}.modal.sm{width:min(380px,92vw)}.modal .mh{padding:14px 18px;border-bottom:1px solid var(--line);font-size:14px;font-weight:700;color:var(--text)}.modal .mb{padding:16px 18px;color:var(--dim);font-size:13px;line-height:1.6}.modal .mf{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid var(--line)}.ufields{display:flex;flex-direction:column;gap:12px}.ufields label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--hint)}.ufields input,.ufields select{background:var(--fill-2);border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--text);font-size:13px;font-family:inherit;outline:none}.ufields input:focus,.ufields select:focus{border-color:color-mix(in srgb,var(--accent) 50%,transparent);box-shadow:0 0 0 3px #4fa6ff1f}.btn.danger{background:color-mix(in srgb,var(--fail) 18%,transparent);border-color:color-mix(in srgb,var(--fail) 45%,transparent);color:var(--fail)}/*!
 * Tabler Icons 3.45.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/main/LICENSE
 */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(/assets/tabler-icons-DnZiL_sy.woff2?v3.45.0) format("woff2"),url(/assets/tabler-icons-BWE4Tlyy.woff?) format("woff"),url(/assets/tabler-icons-DMRaotGC.ttf?v3.45.0) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-a-b:before{content:""}.ti-a-b-2:before{content:""}.ti-a-b-off:before{content:""}.ti-abacus:before{content:""}.ti-abacus-off:before{content:""}.ti-abc:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-accessible-off:before{content:""}.ti-acorn:before{content:"𐉕"}.ti-acrobatic:before{content:"𐉔"}.ti-activity:before{content:""}.ti-activity-heartbeat:before{content:""}.ti-ad:before{content:""}.ti-ad-2:before{content:""}.ti-ad-circle:before{content:""}.ti-ad-circle-off:before{content:""}.ti-ad-off:before{content:""}.ti-address-book:before{content:""}.ti-address-book-off:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-bolt:before{content:""}.ti-adjustments-cancel:before{content:""}.ti-adjustments-check:before{content:""}.ti-adjustments-code:before{content:""}.ti-adjustments-cog:before{content:""}.ti-adjustments-dollar:before{content:""}.ti-adjustments-down:before{content:""}.ti-adjustments-exclamation:before{content:""}.ti-adjustments-heart:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-adjustments-minus:before{content:""}.ti-adjustments-off:before{content:""}.ti-adjustments-pause:before{content:""}.ti-adjustments-pin:before{content:""}.ti-adjustments-plus:before{content:""}.ti-adjustments-question:before{content:""}.ti-adjustments-search:before{content:""}.ti-adjustments-share:before{content:""}.ti-adjustments-spark:before{content:"ﾾ"}.ti-adjustments-star:before{content:""}.ti-adjustments-up:before{content:""}.ti-adjustments-x:before{content:""}.ti-aerial-lift:before{content:""}.ti-affiliate:before{content:""}.ti-ai:before{content:"ﻧ"}.ti-ai-agent:before{content:"𐇹"}.ti-ai-agents:before{content:"𐇸"}.ti-ai-gateway:before{content:"𐇷"}.ti-air-balloon:before{content:""}.ti-air-conditioning:before{content:""}.ti-air-conditioning-disabled:before{content:""}.ti-air-traffic-control:before{content:"ﬁ"}.ti-alarm:before{content:""}.ti-alarm-average:before{content:"ﲞ"}.ti-alarm-minus:before{content:""}.ti-alarm-off:before{content:""}.ti-alarm-plus:before{content:""}.ti-alarm-smoke:before{content:"𐂶"}.ti-alarm-snooze:before{content:""}.ti-album:before{content:""}.ti-album-off:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-circle-off:before{content:"ﱥ"}.ti-alert-hexagon:before{content:""}.ti-alert-hexagon-off:before{content:"ﱦ"}.ti-alert-octagon:before{content:""}.ti-alert-small:before{content:""}.ti-alert-small-off:before{content:"ﱧ"}.ti-alert-square:before{content:""}.ti-alert-square-rounded:before{content:""}.ti-alert-square-rounded-off:before{content:"ﱨ"}.ti-alert-triangle:before{content:""}.ti-alert-triangle-off:before{content:"ﱩ"}.ti-alien:before{content:""}.ti-align-box-bottom-center:before{content:""}.ti-align-box-bottom-left:before{content:""}.ti-align-box-bottom-right:before{content:""}.ti-align-box-center-bottom:before{content:"頋"}.ti-align-box-center-middle:before{content:""}.ti-align-box-center-stretch:before{content:"頻"}.ti-align-box-center-top:before{content:"鬒"}.ti-align-box-left-bottom:before{content:""}.ti-align-box-left-middle:before{content:""}.ti-align-box-left-stretch:before{content:"龜"}.ti-align-box-left-top:before{content:""}.ti-align-box-right-bottom:before{content:""}.ti-align-box-right-middle:before{content:""}.ti-align-box-right-stretch:before{content:"𢡊"}.ti-align-box-right-top:before{content:""}.ti-align-box-top-center:before{content:""}.ti-align-box-top-left:before{content:""}.ti-align-box-top-right:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-left-2:before{content:"＀"}.ti-align-right:before{content:""}.ti-align-right-2:before{content:"\feff"}.ti-alpha:before{content:""}.ti-alphabet-arabic:before{content:"Ｏ"}.ti-alphabet-bangla:before{content:"Ｎ"}.ti-alphabet-cyrillic:before{content:""}.ti-alphabet-greek:before{content:""}.ti-alphabet-hebrew:before{content:"Ｍ"}.ti-alphabet-korean:before{content:"Ｌ"}.ti-alphabet-latin:before{content:""}.ti-alphabet-polish:before{content:"𐆱"}.ti-alphabet-runes:before{content:"𐆰"}.ti-alphabet-thai:before{content:"Ｋ"}.ti-alt:before{content:"ﱔ"}.ti-ambulance:before{content:""}.ti-ampersand:before{content:""}.ti-analyze:before{content:""}.ti-analyze-off:before{content:""}.ti-anchor:before{content:""}.ti-anchor-off:before{content:""}.ti-angle:before{content:""}.ti-ankh:before{content:""}.ti-antenna:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-antenna-bars-off:before{content:""}.ti-antenna-off:before{content:""}.ti-aperture:before{content:""}.ti-aperture-off:before{content:""}.ti-api:before{content:""}.ti-api-app:before{content:""}.ti-api-app-off:before{content:""}.ti-api-book:before{content:"𐈋"}.ti-api-off:before{content:""}.ti-app-window:before{content:""}.ti-app-window-bottom:before{content:"𐉸"}.ti-app-window-bottom-left:before{content:"𐉺"}.ti-app-window-bottom-right:before{content:"𐉹"}.ti-app-window-center:before{content:"𐉷"}.ti-apple:before{content:""}.ti-apps:before{content:""}.ti-apps-off:before{content:""}.ti-archery-arrow:before{content:"ﱕ"}.ti-archive:before{content:""}.ti-archive-off:before{content:""}.ti-armchair:before{content:""}.ti-armchair-2:before{content:""}.ti-armchair-2-off:before{content:""}.ti-armchair-off:before{content:""}.ti-arrow-autofit-content:before{content:""}.ti-arrow-autofit-down:before{content:""}.ti-arrow-autofit-height:before{content:""}.ti-arrow-autofit-left:before{content:""}.ti-arrow-autofit-right:before{content:""}.ti-arrow-autofit-up:before{content:""}.ti-arrow-autofit-width:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-back-up-double:before{content:"溺"}.ti-arrow-badge-down:before{content:""}.ti-arrow-badge-left:before{content:""}.ti-arrow-badge-right:before{content:""}.ti-arrow-badge-up:before{content:""}.ti-arrow-bar-both:before{content:"﫝"}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-down-dashed:before{content:"𐅤"}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-left-dashed:before{content:"𐅣"}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-right-dashed:before{content:"𐅢"}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-to-up-dashed:before{content:"𐅡"}.ti-arrow-bar-up:before{content:""}.ti-arrow-bear-left:before{content:""}.ti-arrow-bear-left-2:before{content:""}.ti-arrow-bear-right:before{content:""}.ti-arrow-bear-right-2:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-down-line:before{content:""}.ti-arrow-big-down-lines:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-left-line:before{content:""}.ti-arrow-big-left-lines:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-right-line:before{content:""}.ti-arrow-big-right-lines:before{content:""}.ti-arrow-big-up:before{content:""}.ti-arrow-big-up-line:before{content:""}.ti-arrow-big-up-lines:before{content:""}.ti-arrow-bounce:before{content:""}.ti-arrow-capsule:before{content:"﫞"}.ti-arrow-curve-left:before{content:""}.ti-arrow-curve-right:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-bar:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-dashed:before{content:"𐁪"}.ti-arrow-down-from-arc:before{content:"ﶆ"}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-rhombus:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-down-square:before{content:""}.ti-arrow-down-tail:before{content:""}.ti-arrow-down-to-arc:before{content:"ﶇ"}.ti-arrow-elbow-left:before{content:"吝"}.ti-arrow-elbow-right:before{content:"燐"}.ti-arrow-fork:before{content:""}.ti-arrow-fork-triple:before{content:"𐉶"}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-forward-up-double:before{content:"璘"}.ti-arrow-guide:before{content:""}.ti-arrow-iteration:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-dashed:before{content:"𐁩"}.ti-arrow-left-from-arc:before{content:"ﶈ"}.ti-arrow-left-rhombus:before{content:""}.ti-arrow-left-right:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-left-to-arc:before{content:"ﶉ"}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-left-2:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-loop-right-2:before{content:""}.ti-arrow-merge:before{content:""}.ti-arrow-merge-alt-left:before{content:"ﲟ"}.ti-arrow-merge-alt-right:before{content:"ﲠ"}.ti-arrow-merge-both:before{content:""}.ti-arrow-merge-left:before{content:""}.ti-arrow-merge-right:before{content:""}.ti-arrow-move-down:before{content:""}.ti-arrow-move-left:before{content:""}.ti-arrow-move-right:before{content:""}.ti-arrow-move-up:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-down-dashed:before{content:"𐁨"}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-left-dashed:before{content:"𐁧"}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-right-dashed:before{content:"𐁦"}.ti-arrow-narrow-up:before{content:""}.ti-arrow-narrow-up-dashed:before{content:"𐁥"}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-left-2:before{content:""}.ti-arrow-ramp-left-3:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-ramp-right-2:before{content:""}.ti-arrow-ramp-right-3:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-dashed:before{content:"𐁤"}.ti-arrow-right-from-arc:before{content:"ﶊ"}.ti-arrow-right-rhombus:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-right-to-arc:before{content:"ﶋ"}.ti-arrow-rotary-first-left:before{content:""}.ti-arrow-rotary-first-right:before{content:""}.ti-arrow-rotary-last-left:before{content:""}.ti-arrow-rotary-last-right:before{content:""}.ti-arrow-rotary-left:before{content:""}.ti-arrow-rotary-right:before{content:""}.ti-arrow-rotary-straight:before{content:""}.ti-arrow-roundabout-left:before{content:""}.ti-arrow-roundabout-right:before{content:""}.ti-arrow-sharp-turn-left:before{content:""}.ti-arrow-sharp-turn-right:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-bar:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-dashed:before{content:"𐁣"}.ti-arrow-up-from-arc:before{content:"ﶌ"}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-rhombus:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-up-square:before{content:""}.ti-arrow-up-tail:before{content:""}.ti-arrow-up-to-arc:before{content:"ﶍ"}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrow-zig-zag:before{content:""}.ti-arrows-cross:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-diagonal-minimize:before{content:""}.ti-arrows-diagonal-minimize-2:before{content:""}.ti-arrows-diff:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-exchange:before{content:""}.ti-arrows-exchange-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-down:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-move:before{content:""}.ti-arrows-move-horizontal:before{content:""}.ti-arrows-move-vertical:before{content:""}.ti-arrows-random:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-down:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-shuffle:before{content:""}.ti-arrows-shuffle-2:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-transfer-down:before{content:""}.ti-arrows-transfer-up:before{content:""}.ti-arrows-transfer-up-down:before{content:"ﾬ"}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-up-left:before{content:""}.ti-arrows-up-right:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-artboard-off:before{content:""}.ti-article:before{content:""}.ti-article-off:before{content:""}.ti-aspect-ratio:before{content:""}.ti-aspect-ratio-off:before{content:""}.ti-assembly:before{content:""}.ti-assembly-off:before{content:""}.ti-asset:before{content:""}.ti-asterisk:before{content:""}.ti-asterisk-simple:before{content:""}.ti-at:before{content:""}.ti-at-off:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-atom-off:before{content:""}.ti-augmented-reality:before{content:""}.ti-augmented-reality-2:before{content:""}.ti-augmented-reality-off:before{content:""}.ti-auth-2fa:before{content:""}.ti-automatic-gearbox:before{content:"ﲉ"}.ti-automation:before{content:"ﻸ"}.ti-avocado:before{content:"ﶎ"}.ti-award:before{content:""}.ti-award-off:before{content:""}.ti-axe:before{content:""}.ti-axis-x:before{content:""}.ti-axis-y:before{content:""}.ti-baby-bottle:before{content:""}.ti-baby-carriage:before{content:""}.ti-background:before{content:"ﴬ"}.ti-backhoe:before{content:""}.ti-backpack:before{content:""}.ti-backpack-off:before{content:""}.ti-backslash:before{content:"調"}.ti-backspace:before{content:""}.ti-badge:before{content:""}.ti-badge-2k:before{content:"𐂵"}.ti-badge-3d:before{content:""}.ti-badge-3k:before{content:"𐂴"}.ti-badge-4k:before{content:""}.ti-badge-5k:before{content:"𐂳"}.ti-badge-8k:before{content:""}.ti-badge-ad:before{content:""}.ti-badge-ad-off:before{content:"ﶏ"}.ti-badge-ar:before{content:""}.ti-badge-cc:before{content:""}.ti-badge-hd:before{content:""}.ti-badge-off:before{content:""}.ti-badge-sd:before{content:""}.ti-badge-tm:before{content:""}.ti-badge-vo:before{content:""}.ti-badge-vr:before{content:""}.ti-badge-wc:before{content:""}.ti-badges:before{content:""}.ti-badges-off:before{content:""}.ti-baguette:before{content:""}.ti-ball-american-football:before{content:""}.ti-ball-american-football-off:before{content:""}.ti-ball-baseball:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-football:before{content:""}.ti-ball-football-off:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-balloon:before{content:""}.ti-balloon-off:before{content:""}.ti-ballpen:before{content:""}.ti-ballpen-off:before{content:""}.ti-ban:before{content:""}.ti-banana:before{content:"𐉓"}.ti-bandage:before{content:""}.ti-bandage-off:before{content:""}.ti-barbell:before{content:""}.ti-barbell-off:before{content:""}.ti-barcode:before{content:""}.ti-barcode-off:before{content:""}.ti-barrel:before{content:""}.ti-barrel-off:before{content:""}.ti-barrier-block:before{content:""}.ti-barrier-block-off:before{content:""}.ti-baseline:before{content:""}.ti-baseline-density-large:before{content:"藺"}.ti-baseline-density-medium:before{content:"隣"}.ti-baseline-density-small:before{content:"鱗"}.ti-basket:before{content:""}.ti-basket-bolt:before{content:"ףּ"}.ti-basket-cancel:before{content:"פּ"}.ti-basket-check:before{content:"﭅"}.ti-basket-code:before{content:"צּ"}.ti-basket-cog:before{content:"קּ"}.ti-basket-discount:before{content:"רּ"}.ti-basket-dollar:before{content:"שּ"}.ti-basket-down:before{content:"תּ"}.ti-basket-exclamation:before{content:"וֹ"}.ti-basket-heart:before{content:"בֿ"}.ti-basket-minus:before{content:"כֿ"}.ti-basket-off:before{content:""}.ti-basket-pause:before{content:"פֿ"}.ti-basket-pin:before{content:"ﭏ"}.ti-basket-plus:before{content:"ﭐ"}.ti-basket-question:before{content:"ﭑ"}.ti-basket-search:before{content:"ﭒ"}.ti-basket-share:before{content:"ﭓ"}.ti-basket-star:before{content:"ﭔ"}.ti-basket-up:before{content:"ﭕ"}.ti-basket-x:before{content:"ﭖ"}.ti-bat:before{content:""}.ti-bath:before{content:""}.ti-bath-off:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-automotive:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-charging-2:before{content:""}.ti-battery-eco:before{content:""}.ti-battery-exclamation:before{content:"＝"}.ti-battery-off:before{content:""}.ti-battery-spark:before{content:"ﾽ"}.ti-battery-vertical:before{content:"３"}.ti-battery-vertical-1:before{content:"＜"}.ti-battery-vertical-2:before{content:"；"}.ti-battery-vertical-3:before{content:"："}.ti-battery-vertical-4:before{content:"９"}.ti-battery-vertical-charging:before{content:"７"}.ti-battery-vertical-charging-2:before{content:"８"}.ti-battery-vertical-eco:before{content:"６"}.ti-battery-vertical-exclamation:before{content:"５"}.ti-battery-vertical-off:before{content:"４"}.ti-beach:before{content:""}.ti-beach-off:before{content:""}.ti-bed:before{content:""}.ti-bed-flat:before{content:"ﲡ"}.ti-bed-off:before{content:""}.ti-beer:before{content:""}.ti-beer-off:before{content:""}.ti-bell:before{content:""}.ti-bell-bolt:before{content:""}.ti-bell-cancel:before{content:""}.ti-bell-check:before{content:""}.ti-bell-code:before{content:""}.ti-bell-cog:before{content:""}.ti-bell-dollar:before{content:""}.ti-bell-down:before{content:""}.ti-bell-exclamation:before{content:""}.ti-bell-heart:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-pause:before{content:""}.ti-bell-pin:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-question:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-school:before{content:""}.ti-bell-search:before{content:""}.ti-bell-share:before{content:""}.ti-bell-star:before{content:""}.ti-bell-up:before{content:""}.ti-bell-x:before{content:""}.ti-bell-z:before{content:""}.ti-beta:before{content:""}.ti-bible:before{content:""}.ti-bike:before{content:""}.ti-bike-off:before{content:""}.ti-binary:before{content:""}.ti-binary-off:before{content:""}.ti-binary-tree:before{content:""}.ti-binary-tree-2:before{content:""}.ti-binoculars:before{content:"﻾"}.ti-biohazard:before{content:""}.ti-biohazard-off:before{content:""}.ti-blade:before{content:""}.ti-bleach:before{content:""}.ti-bleach-chlorine:before{content:""}.ti-bleach-no-chlorine:before{content:""}.ti-bleach-off:before{content:""}.ti-blend-mode:before{content:"ﺰ"}.ti-blender:before{content:"ﲢ"}.ti-blind:before{content:"𐆯"}.ti-blob:before{content:"ﺯ"}.ti-blockquote:before{content:""}.ti-blocks:before{content:"𐂲"}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bluetooth-x:before{content:""}.ti-blur:before{content:""}.ti-blur-off:before{content:""}.ti-bmp:before{content:""}.ti-body-scan:before{content:"ﲣ"}.ti-bold:before{content:""}.ti-bold-off:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bomb:before{content:""}.ti-bone:before{content:""}.ti-bone-off:before{content:""}.ti-bong:before{content:""}.ti-bong-off:before{content:""}.ti-book:before{content:""}.ti-book-2:before{content:""}.ti-book-download:before{content:""}.ti-book-off:before{content:""}.ti-book-upload:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-ai:before{content:"ﲊ"}.ti-bookmark-edit:before{content:"艹"}.ti-bookmark-minus:before{content:"著"}.ti-bookmark-off:before{content:""}.ti-bookmark-plus:before{content:"褐"}.ti-bookmark-question:before{content:"視"}.ti-bookmarks:before{content:""}.ti-bookmarks-off:before{content:""}.ti-books:before{content:""}.ti-books-off:before{content:""}.ti-boom:before{content:"ﶾ"}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-bottom-plus:before{content:"ﶽ"}.ti-border-corner-ios:before{content:"ﶘ"}.ti-border-corner-pill:before{content:"ﵢ"}.ti-border-corner-rounded:before{content:"ﵣ"}.ti-border-corner-square:before{content:"ﵤ"}.ti-border-corners:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-left-plus:before{content:"ﶼ"}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-right-plus:before{content:"ﶻ"}.ti-border-sides:before{content:""}.ti-border-style:before{content:""}.ti-border-style-2:before{content:""}.ti-border-top:before{content:""}.ti-border-top-plus:before{content:"ﶺ"}.ti-border-vertical:before{content:""}.ti-bot-id:before{content:"𐇶"}.ti-bottle:before{content:""}.ti-bottle-off:before{content:""}.ti-bounce-left:before{content:""}.ti-bounce-right:before{content:""}.ti-bow:before{content:""}.ti-bowl:before{content:""}.ti-bowl-chopsticks:before{content:"﶐"}.ti-bowl-spoon:before{content:"﶑"}.ti-bowling:before{content:"𐂱"}.ti-box:before{content:""}.ti-box-align-bottom:before{content:""}.ti-box-align-bottom-left:before{content:""}.ti-box-align-bottom-right:before{content:""}.ti-box-align-left:before{content:""}.ti-box-align-right:before{content:""}.ti-box-align-top:before{content:""}.ti-box-align-top-left:before{content:""}.ti-box-align-top-right:before{content:""}.ti-box-margin:before{content:""}.ti-box-model:before{content:""}.ti-box-model-2:before{content:""}.ti-box-model-2-off:before{content:""}.ti-box-model-off:before{content:""}.ti-box-multiple:before{content:""}.ti-box-multiple-0:before{content:""}.ti-box-multiple-1:before{content:""}.ti-box-multiple-2:before{content:""}.ti-box-multiple-3:before{content:""}.ti-box-multiple-4:before{content:""}.ti-box-multiple-5:before{content:""}.ti-box-multiple-6:before{content:""}.ti-box-multiple-7:before{content:""}.ti-box-multiple-8:before{content:""}.ti-box-multiple-9:before{content:""}.ti-box-off:before{content:""}.ti-box-padding:before{content:""}.ti-braces:before{content:""}.ti-braces-off:before{content:""}.ti-brackets:before{content:""}.ti-brackets-angle:before{content:"ﲲ"}.ti-brackets-angle-off:before{content:"ﲱ"}.ti-brackets-contain:before{content:""}.ti-brackets-contain-end:before{content:""}.ti-brackets-contain-start:before{content:""}.ti-brackets-off:before{content:""}.ti-braille:before{content:""}.ti-brain:before{content:""}.ti-brand-4chan:before{content:""}.ti-brand-abstract:before{content:""}.ti-brand-adobe:before{content:""}.ti-brand-adobe-after-effects:before{content:"Ｊ"}.ti-brand-adobe-illustrator:before{content:"Ｉ"}.ti-brand-adobe-indesign:before{content:"Ｈ"}.ti-brand-adobe-photoshop:before{content:"Ｇ"}.ti-brand-adobe-premiere:before{content:"Ｆ"}.ti-brand-adobe-xd:before{content:"Ｅ"}.ti-brand-adonis-js:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-airtable:before{content:""}.ti-brand-algolia:before{content:""}.ti-brand-alipay:before{content:""}.ti-brand-alpine-js:before{content:""}.ti-brand-amazon:before{content:""}.ti-brand-amd:before{content:""}.ti-brand-amie:before{content:"ﾫ"}.ti-brand-amigo:before{content:""}.ti-brand-among-us:before{content:""}.ti-brand-android:before{content:""}.ti-brand-angular:before{content:""}.ti-brand-ansible:before{content:"並"}.ti-brand-ao3:before{content:""}.ti-brand-appgallery:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-apple-news:before{content:"Ｄ"}.ti-brand-apple-podcast:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-arc:before{content:"ﺮ"}.ti-brand-asana:before{content:""}.ti-brand-astro:before{content:"ﶹ"}.ti-brand-audible:before{content:"𐉒"}.ti-brand-auth0:before{content:"ﲳ"}.ti-brand-aws:before{content:"社"}.ti-brand-azure:before{content:"祉"}.ti-brand-backbone:before{content:""}.ti-brand-badoo:before{content:""}.ti-brand-baidu:before{content:""}.ti-brand-bandcamp:before{content:""}.ti-brand-bandlab:before{content:""}.ti-brand-beats:before{content:""}.ti-brand-bebo:before{content:"ﾪ"}.ti-brand-behance:before{content:""}.ti-brand-bilibili:before{content:""}.ti-brand-binance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-blackberry:before{content:""}.ti-brand-blender:before{content:""}.ti-brand-blogger:before{content:""}.ti-brand-bluesky:before{content:"ﵵ"}.ti-brand-booking:before{content:""}.ti-brand-bootstrap:before{content:""}.ti-brand-bulma:before{content:""}.ti-brand-bumble:before{content:""}.ti-brand-bunpo:before{content:""}.ti-brand-c-sharp:before{content:""}.ti-brand-cake:before{content:""}.ti-brand-cakephp:before{content:""}.ti-brand-campaignmonitor:before{content:""}.ti-brand-carbon:before{content:""}.ti-brand-cashapp:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-cinema-4d:before{content:"况"}.ti-brand-citymapper:before{content:""}.ti-brand-cloudflare:before{content:"祈"}.ti-brand-codecov:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-cohost:before{content:""}.ti-brand-coinbase:before{content:""}.ti-brand-comedy-central:before{content:""}.ti-brand-coreos:before{content:""}.ti-brand-couchdb:before{content:""}.ti-brand-couchsurfing:before{content:""}.ti-brand-cpp:before{content:""}.ti-brand-craft:before{content:"全"}.ti-brand-crunchbase:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-ctemplar:before{content:""}.ti-brand-cucumber:before{content:""}.ti-brand-cupra:before{content:""}.ti-brand-cypress:before{content:""}.ti-brand-d3:before{content:""}.ti-brand-databricks:before{content:"ﱁ"}.ti-brand-days-counter:before{content:""}.ti-brand-dcos:before{content:""}.ti-brand-debian:before{content:""}.ti-brand-deezer:before{content:""}.ti-brand-deliveroo:before{content:""}.ti-brand-deno:before{content:""}.ti-brand-denodo:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-digg:before{content:"侀"}.ti-brand-dingtalk:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disney:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-django:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-doctrine:before{content:""}.ti-brand-dolby-digital:before{content:""}.ti-brand-douban:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-dropbox:before{content:"𐆊"}.ti-brand-drops:before{content:""}.ti-brand-drupal:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-elastic:before{content:""}.ti-brand-electronic-arts:before{content:"充"}.ti-brand-ember:before{content:""}.ti-brand-envato:before{content:""}.ti-brand-etsy:before{content:""}.ti-brand-evernote:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-feedly:before{content:"冀"}.ti-brand-figma:before{content:""}.ti-brand-filezilla:before{content:"勇"}.ti-brand-finder:before{content:""}.ti-brand-firebase:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-fiverr:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-flightradar24:before{content:""}.ti-brand-flipboard:before{content:""}.ti-brand-flutter:before{content:""}.ti-brand-fortnite:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-framer-motion:before{content:""}.ti-brand-funimation:before{content:""}.ti-brand-gatsby:before{content:""}.ti-brand-git:before{content:""}.ti-brand-github:before{content:""}.ti-brand-github-copilot:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-gmail:before{content:""}.ti-brand-golang:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-big-query:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-fit:before{content:""}.ti-brand-google-home:before{content:""}.ti-brand-google-maps:before{content:"祐"}.ti-brand-google-one:before{content:""}.ti-brand-google-photos:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-google-podcasts:before{content:""}.ti-brand-grammarly:before{content:""}.ti-brand-graphql:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-grindr:before{content:""}.ti-brand-guardian:before{content:""}.ti-brand-gumroad:before{content:""}.ti-brand-hackerrank:before{content:"Ｃ"}.ti-brand-hbo:before{content:""}.ti-brand-headlessui:before{content:""}.ti-brand-hexo:before{content:"祖"}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-inertia:before{content:""}.ti-brand-infakt:before{content:"𐈊"}.ti-brand-instagram:before{content:""}.ti-brand-intercom:before{content:""}.ti-brand-itch:before{content:"諸"}.ti-brand-javascript:before{content:""}.ti-brand-jira:before{content:"𐈱"}.ti-brand-juejin:before{content:""}.ti-brand-kakao-talk:before{content:"ﴭ"}.ti-brand-kbin:before{content:"𢡄"}.ti-brand-kick:before{content:"﨣"}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-laravel:before{content:""}.ti-brand-lastfm:before{content:""}.ti-brand-leetcode:before{content:"祝"}.ti-brand-letterboxd:before{content:"﨤"}.ti-brand-line:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-linktree:before{content:""}.ti-brand-linqpad:before{content:""}.ti-brand-livewire:before{content:"ﵶ"}.ti-brand-loom:before{content:""}.ti-brand-mailgun:before{content:""}.ti-brand-mantine:before{content:""}.ti-brand-mastercard:before{content:""}.ti-brand-mastodon:before{content:""}.ti-brand-matrix:before{content:""}.ti-brand-mcdonalds:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-meetup:before{content:"ﱪ"}.ti-brand-mercedes:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-meta:before{content:""}.ti-brand-metabrainz:before{content:"２"}.ti-brand-minecraft:before{content:"﫯"}.ti-brand-miniprogram:before{content:""}.ti-brand-mixpanel:before{content:""}.ti-brand-monday:before{content:""}.ti-brand-mongodb:before{content:""}.ti-brand-my-oppo:before{content:""}.ti-brand-mysql:before{content:""}.ti-brand-national-geographic:before{content:""}.ti-brand-nem:before{content:""}.ti-brand-netbeans:before{content:""}.ti-brand-netease-music:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-nexo:before{content:""}.ti-brand-nextcloud:before{content:""}.ti-brand-nextjs:before{content:""}.ti-brand-nodejs:before{content:"﫠"}.ti-brand-nord-vpn:before{content:""}.ti-brand-notion:before{content:""}.ti-brand-npm:before{content:""}.ti-brand-nuxt:before{content:""}.ti-brand-nytimes:before{content:""}.ti-brand-oauth:before{content:"禍"}.ti-brand-office:before{content:""}.ti-brand-ok-ru:before{content:""}.ti-brand-onedrive:before{content:""}.ti-brand-onlyfans:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-openai:before{content:""}.ti-brand-openvpn:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-parsinta:before{content:"ﱂ"}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-paypay:before{content:""}.ti-brand-peanut:before{content:""}.ti-brand-pepsi:before{content:""}.ti-brand-php:before{content:""}.ti-brand-picsart:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-planetscale:before{content:""}.ti-brand-pnpm:before{content:"ﵷ"}.ti-brand-pocket:before{content:""}.ti-brand-polymer:before{content:""}.ti-brand-powershell:before{content:""}.ti-brand-printables:before{content:"ﴛ"}.ti-brand-prisma:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-pushbullet:before{content:""}.ti-brand-pushover:before{content:""}.ti-brand-python:before{content:""}.ti-brand-qq:before{content:""}.ti-brand-radix-ui:before{content:""}.ti-brand-react:before{content:""}.ti-brand-react-native:before{content:""}.ti-brand-reason:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-redhat:before{content:""}.ti-brand-redux:before{content:""}.ti-brand-revolut:before{content:""}.ti-brand-rumble:before{content:"𣏕"}.ti-brand-rust:before{content:"禎"}.ti-brand-safari:before{content:""}.ti-brand-samsungpass:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-sharik:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-shopee:before{content:""}.ti-brand-signal:before{content:"𐉵"}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-snapseed:before{content:""}.ti-brand-snowflake:before{content:""}.ti-brand-socket-io:before{content:""}.ti-brand-solidjs:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spacehey:before{content:""}.ti-brand-speedtest:before{content:"勺"}.ti-brand-spotify:before{content:""}.ti-brand-stackoverflow:before{content:""}.ti-brand-stackshare:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stellar:before{content:"𐉃"}.ti-brand-stocktwits:before{content:"ﵸ"}.ti-brand-storj:before{content:"穀"}.ti-brand-storybook:before{content:""}.ti-brand-storytel:before{content:""}.ti-brand-strava:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-sublime-text:before{content:""}.ti-brand-sugarizer:before{content:""}.ti-brand-supabase:before{content:""}.ti-brand-superhuman:before{content:""}.ti-brand-supernova:before{content:""}.ti-brand-surfshark:before{content:""}.ti-brand-svelte:before{content:""}.ti-brand-swift:before{content:"突"}.ti-brand-symfony:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tabnine:before{content:"𐆮"}.ti-brand-tailwind:before{content:""}.ti-brand-taobao:before{content:""}.ti-brand-teams:before{content:"﫟"}.ti-brand-ted:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-terraform:before{content:"節"}.ti-brand-tesla:before{content:"𐂙"}.ti-brand-tether:before{content:""}.ti-brand-thingiverse:before{content:"ﴜ"}.ti-brand-threads:before{content:"ﬂ"}.ti-brand-threejs:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-topbuzz:before{content:""}.ti-brand-torchain:before{content:""}.ti-brand-toyota:before{content:""}.ti-brand-trello:before{content:""}.ti-brand-tripadvisor:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twilio:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-typescript:before{content:""}.ti-brand-uber:before{content:""}.ti-brand-ubuntu:before{content:""}.ti-brand-unity:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-upwork:before{content:""}.ti-brand-valorant:before{content:""}.ti-brand-vechain:before{content:"𐉂"}.ti-brand-vercel:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vinted:before{content:""}.ti-brand-visa:before{content:""}.ti-brand-visual-studio:before{content:""}.ti-brand-vite:before{content:""}.ti-brand-vivaldi:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-vlc:before{content:"喝"}.ti-brand-volkswagen:before{content:""}.ti-brand-vsco:before{content:""}.ti-brand-vscode:before{content:""}.ti-brand-vue:before{content:""}.ti-brand-walmart:before{content:""}.ti-brand-waze:before{content:""}.ti-brand-webflow:before{content:""}.ti-brand-wechat:before{content:""}.ti-brand-weibo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-wikipedia:before{content:"啕"}.ti-brand-windows:before{content:""}.ti-brand-windy:before{content:""}.ti-brand-wish:before{content:""}.ti-brand-wix:before{content:""}.ti-brand-wordpress:before{content:""}.ti-brand-x:before{content:"ﰏ"}.ti-brand-xamarin:before{content:"喙"}.ti-brand-xbox:before{content:""}.ti-brand-xdeep:before{content:"ﰐ"}.ti-brand-xing:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-yandex:before{content:"﫡"}.ti-brand-yarn:before{content:"ﵹ"}.ti-brand-yatse:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-brand-youtube-kids:before{content:""}.ti-brand-zalando:before{content:""}.ti-brand-zapier:before{content:""}.ti-brand-zeit:before{content:""}.ti-brand-zhihu:before{content:""}.ti-brand-zoom:before{content:""}.ti-brand-zulip:before{content:""}.ti-brand-zwift:before{content:""}.ti-bread:before{content:""}.ti-bread-off:before{content:""}.ti-briefcase:before{content:""}.ti-briefcase-2:before{content:"ﬃ"}.ti-briefcase-off:before{content:""}.ti-brightness:before{content:""}.ti-brightness-2:before{content:""}.ti-brightness-auto:before{content:"ﶙ"}.ti-brightness-down:before{content:""}.ti-brightness-half:before{content:""}.ti-brightness-off:before{content:""}.ti-brightness-up:before{content:""}.ti-broadcast:before{content:""}.ti-broadcast-off:before{content:""}.ti-browser:before{content:""}.ti-browser-check:before{content:""}.ti-browser-maximize:before{content:"𐂰"}.ti-browser-minus:before{content:"𐂯"}.ti-browser-off:before{content:""}.ti-browser-plus:before{content:""}.ti-browser-share:before{content:"𐂮"}.ti-browser-x:before{content:""}.ti-brush:before{content:""}.ti-brush-off:before{content:""}.ti-bubble:before{content:"ﺺ"}.ti-bubble-minus:before{content:"ﺾ"}.ti-bubble-plus:before{content:"ﺽ"}.ti-bubble-tea:before{content:"ｑ"}.ti-bubble-tea-2:before{content:"ｒ"}.ti-bubble-text:before{content:"ﺼ"}.ti-bubble-x:before{content:"ﺻ"}.ti-bucket:before{content:""}.ti-bucket-droplet:before{content:""}.ti-bucket-off:before{content:""}.ti-bug:before{content:""}.ti-bug-off:before{content:""}.ti-building:before{content:""}.ti-building-airport:before{content:"ﾩ"}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-broadcast-tower:before{content:""}.ti-building-burj-al-arab:before{content:"ｐ"}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-circus:before{content:""}.ti-building-cog:before{content:"𐁢"}.ti-building-community:before{content:""}.ti-building-cottage:before{content:""}.ti-building-eiffel-tower:before{content:"𐉑"}.ti-building-estate:before{content:""}.ti-building-factory:before{content:""}.ti-building-factory-2:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-minus:before{content:"𐁡"}.ti-building-monument:before{content:""}.ti-building-mosque:before{content:"練"}.ti-building-off:before{content:"﻽"}.ti-building-pavilion:before{content:""}.ti-building-plus:before{content:"𐁠"}.ti-building-skyscraper:before{content:""}.ti-building-stadium:before{content:""}.ti-building-store:before{content:""}.ti-building-tunnel:before{content:""}.ti-building-warehouse:before{content:""}.ti-building-wind-turbine:before{content:""}.ti-buildings:before{content:"｀"}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bulldozer:before{content:""}.ti-burger:before{content:"ﲴ"}.ti-bus:before{content:""}.ti-bus-off:before{content:""}.ti-bus-stop:before{content:""}.ti-businessplan:before{content:""}.ti-butterfly:before{content:""}.ti-cactus:before{content:""}.ti-cactus-off:before{content:""}.ti-cake:before{content:""}.ti-cake-off:before{content:""}.ti-cake-roll:before{content:"𐂽"}.ti-calculator:before{content:""}.ti-calculator-off:before{content:""}.ti-calendar:before{content:""}.ti-calendar-bolt:before{content:""}.ti-calendar-cancel:before{content:""}.ti-calendar-check:before{content:""}.ti-calendar-clock:before{content:"ﴮ"}.ti-calendar-code:before{content:""}.ti-calendar-cog:before{content:""}.ti-calendar-dollar:before{content:""}.ti-calendar-dot:before{content:"﴾"}.ti-calendar-down:before{content:""}.ti-calendar-due:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-exclamation:before{content:""}.ti-calendar-heart:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-month:before{content:"ﴯ"}.ti-calendar-off:before{content:""}.ti-calendar-pause:before{content:""}.ti-calendar-pin:before{content:""}.ti-calendar-plus:before{content:""}.ti-calendar-question:before{content:""}.ti-calendar-repeat:before{content:"㮝"}.ti-calendar-sad:before{content:"ﴝ"}.ti-calendar-search:before{content:""}.ti-calendar-share:before{content:""}.ti-calendar-smile:before{content:"ﴞ"}.ti-calendar-star:before{content:""}.ti-calendar-stats:before{content:""}.ti-calendar-time:before{content:""}.ti-calendar-up:before{content:""}.ti-calendar-user:before{content:"ﴟ"}.ti-calendar-week:before{content:"ﴰ"}.ti-calendar-x:before{content:""}.ti-camera:before{content:""}.ti-camera-ai:before{content:"ﾨ"}.ti-camera-bitcoin:before{content:"ﾧ"}.ti-camera-bolt:before{content:""}.ti-camera-cancel:before{content:""}.ti-camera-check:before{content:""}.ti-camera-code:before{content:""}.ti-camera-cog:before{content:""}.ti-camera-dollar:before{content:""}.ti-camera-down:before{content:""}.ti-camera-exclamation:before{content:""}.ti-camera-heart:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-moon:before{content:"ﾦ"}.ti-camera-off:before{content:""}.ti-camera-pause:before{content:""}.ti-camera-pin:before{content:""}.ti-camera-plus:before{content:""}.ti-camera-question:before{content:""}.ti-camera-rotate:before{content:""}.ti-camera-search:before{content:""}.ti-camera-selfie:before{content:""}.ti-camera-share:before{content:""}.ti-camera-spark:before{content:"ﾼ"}.ti-camera-star:before{content:""}.ti-camera-up:before{content:""}.ti-camera-x:before{content:""}.ti-camper:before{content:"逸"}.ti-campfire:before{content:""}.ti-canary:before{content:"𐇵"}.ti-cancel:before{content:"１"}.ti-candle:before{content:""}.ti-candy:before{content:""}.ti-candy-off:before{content:""}.ti-cane:before{content:""}.ti-cannabis:before{content:""}.ti-cap-projecting:before{content:"Ｂ"}.ti-cap-rounded:before{content:"Ａ"}.ti-cap-straight:before{content:"＠"}.ti-capsule:before{content:"﫣"}.ti-capsule-horizontal:before{content:"﫢"}.ti-capture:before{content:""}.ti-capture-off:before{content:""}.ti-car:before{content:""}.ti-car-4wd:before{content:"ﶸ"}.ti-car-crane:before{content:""}.ti-car-crash:before{content:""}.ti-car-door:before{content:"𐉐"}.ti-car-fan:before{content:"ﶳ"}.ti-car-fan-1:before{content:"ﶷ"}.ti-car-fan-2:before{content:"ﶶ"}.ti-car-fan-3:before{content:"ﶵ"}.ti-car-fan-auto:before{content:"ﶴ"}.ti-car-garage:before{content:"ﱷ"}.ti-car-lifter:before{content:"𐉏"}.ti-car-off:before{content:""}.ti-car-off-road:before{content:"𐈰"}.ti-car-suspension:before{content:"𐈯"}.ti-car-suv:before{content:"ﲋ"}.ti-car-turbine:before{content:""}.ti-carambola:before{content:"ﺹ"}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-cardboards-off:before{content:""}.ti-cards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-left-right:before{content:"ﱃ"}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-caret-up-down:before{content:"ﱄ"}.ti-carousel-horizontal:before{content:""}.ti-carousel-vertical:before{content:""}.ti-carrot:before{content:""}.ti-carrot-off:before{content:""}.ti-cash:before{content:""}.ti-cash-banknote:before{content:""}.ti-cash-banknote-edit:before{content:"𐅉"}.ti-cash-banknote-heart:before{content:"𐅈"}.ti-cash-banknote-minus:before{content:"𐅇"}.ti-cash-banknote-move:before{content:"𐅅"}.ti-cash-banknote-move-back:before{content:"𐅆"}.ti-cash-banknote-off:before{content:""}.ti-cash-banknote-plus:before{content:"𐅄"}.ti-cash-edit:before{content:"𐅃"}.ti-cash-heart:before{content:"𐅂"}.ti-cash-minus:before{content:"𐅁"}.ti-cash-move:before{content:"𐄿"}.ti-cash-move-back:before{content:"𐅀"}.ti-cash-off:before{content:""}.ti-cash-plus:before{content:"𐄾"}.ti-cash-register:before{content:"ﻦ"}.ti-cast:before{content:""}.ti-cast-off:before{content:""}.ti-cat:before{content:""}.ti-category:before{content:""}.ti-category-2:before{content:""}.ti-category-minus:before{content:"ﴠ"}.ti-category-plus:before{content:"ﴡ"}.ti-ce:before{content:""}.ti-ce-off:before{content:""}.ti-cell:before{content:""}.ti-cell-signal-1:before{content:""}.ti-cell-signal-2:before{content:""}.ti-cell-signal-3:before{content:""}.ti-cell-signal-4:before{content:""}.ti-cell-signal-5:before{content:""}.ti-cell-signal-off:before{content:""}.ti-certificate:before{content:""}.ti-certificate-2:before{content:""}.ti-certificate-2-off:before{content:""}.ti-certificate-off:before{content:""}.ti-chair-director:before{content:""}.ti-chalkboard:before{content:""}.ti-chalkboard-off:before{content:""}.ti-chalkboard-teacher:before{content:"𐅠"}.ti-charging-pile:before{content:""}.ti-chart-arcs:before{content:""}.ti-chart-arcs-3:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-arrows:before{content:""}.ti-chart-arrows-vertical:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bar-off:before{content:""}.ti-chart-bar-popular:before{content:"ﻷ"}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-circles:before{content:""}.ti-chart-cohort:before{content:"ﻶ"}.ti-chart-column:before{content:"ﾥ"}.ti-chart-covariate:before{content:"ﾤ"}.ti-chart-donut:before{content:""}.ti-chart-donut-2:before{content:""}.ti-chart-donut-3:before{content:""}.ti-chart-donut-4:before{content:""}.ti-chart-dots:before{content:""}.ti-chart-dots-2:before{content:""}.ti-chart-dots-3:before{content:""}.ti-chart-funnel:before{content:"ﻵ"}.ti-chart-grid-dots:before{content:""}.ti-chart-histogram:before{content:""}.ti-chart-infographic:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-pie-2:before{content:""}.ti-chart-pie-3:before{content:""}.ti-chart-pie-4:before{content:""}.ti-chart-pie-off:before{content:""}.ti-chart-ppf:before{content:""}.ti-chart-radar:before{content:""}.ti-chart-sankey:before{content:""}.ti-chart-scatter:before{content:"ﶓ"}.ti-chart-scatter-3d:before{content:"ﶒ"}.ti-chart-treemap:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checklist:before{content:""}.ti-checks:before{content:""}.ti-checkup-list:before{content:""}.ti-cheese:before{content:""}.ti-chef-hat:before{content:""}.ti-chef-hat-off:before{content:""}.ti-cherry:before{content:""}.ti-chess:before{content:""}.ti-chess-bishop:before{content:""}.ti-chess-king:before{content:""}.ti-chess-knight:before{content:""}.ti-chess-queen:before{content:""}.ti-chess-rook:before{content:""}.ti-chevron-compact-down:before{content:"﫰"}.ti-chevron-compact-left:before{content:"﫱"}.ti-chevron-compact-right:before{content:"﫲"}.ti-chevron-compact-up:before{content:"﫳"}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-left-pipe:before{content:"﫤"}.ti-chevron-right:before{content:""}.ti-chevron-right-pipe:before{content:"﫥"}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-chisel:before{content:""}.ti-chocolate:before{content:"𐉎"}.ti-christmas-ball:before{content:"ﴱ"}.ti-christmas-tree:before{content:""}.ti-christmas-tree-off:before{content:""}.ti-circle:before{content:""}.ti-circle-arrow-down:before{content:""}.ti-circle-arrow-down-left:before{content:""}.ti-circle-arrow-down-right:before{content:""}.ti-circle-arrow-left:before{content:""}.ti-circle-arrow-right:before{content:""}.ti-circle-arrow-up:before{content:""}.ti-circle-arrow-up-left:before{content:""}.ti-circle-arrow-up-right:before{content:""}.ti-circle-asterisk:before{content:"𐆭"}.ti-circle-caret-down:before{content:""}.ti-circle-caret-left:before{content:""}.ti-circle-caret-right:before{content:""}.ti-circle-caret-up:before{content:""}.ti-circle-check:before{content:""}.ti-circle-chevron-down:before{content:""}.ti-circle-chevron-left:before{content:""}.ti-circle-chevron-right:before{content:""}.ti-circle-chevron-up:before{content:""}.ti-circle-chevrons-down:before{content:""}.ti-circle-chevrons-left:before{content:""}.ti-circle-chevrons-right:before{content:""}.ti-circle-chevrons-up:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dashed-check:before{content:"ﺸ"}.ti-circle-dashed-letter-a:before{content:"ﾚ"}.ti-circle-dashed-letter-b:before{content:"ﾙ"}.ti-circle-dashed-letter-c:before{content:"ﾘ"}.ti-circle-dashed-letter-d:before{content:"ﾗ"}.ti-circle-dashed-letter-e:before{content:"ﾖ"}.ti-circle-dashed-letter-f:before{content:"ﾕ"}.ti-circle-dashed-letter-g:before{content:"ﾔ"}.ti-circle-dashed-letter-h:before{content:"ﾓ"}.ti-circle-dashed-letter-i:before{content:"ﾒ"}.ti-circle-dashed-letter-j:before{content:"ﾑ"}.ti-circle-dashed-letter-k:before{content:"ﾐ"}.ti-circle-dashed-letter-l:before{content:"ﾏ"}.ti-circle-dashed-letter-m:before{content:"ﾍ"}.ti-circle-dashed-letter-n:before{content:"ﾌ"}.ti-circle-dashed-letter-o:before{content:"ﾋ"}.ti-circle-dashed-letter-p:before{content:"ﾊ"}.ti-circle-dashed-letter-q:before{content:"ﾉ"}.ti-circle-dashed-letter-r:before{content:"ﾈ"}.ti-circle-dashed-letter-s:before{content:"ﾇ"}.ti-circle-dashed-letter-t:before{content:"ﾆ"}.ti-circle-dashed-letter-u:before{content:"ﾅ"}.ti-circle-dashed-letter-v:before{content:"ﾄ"}.ti-circle-dashed-letter-w:before{content:"ﾃ"}.ti-circle-dashed-letter-x:before{content:"ﾂ"}.ti-circle-dashed-letter-y:before{content:"ﾁ"}.ti-circle-dashed-letter-z:before{content:"ﾀ"}.ti-circle-dashed-minus:before{content:"ﺷ"}.ti-circle-dashed-number-0:before{content:"ﱫ"}.ti-circle-dashed-number-1:before{content:"ﱬ"}.ti-circle-dashed-number-2:before{content:"ﱭ"}.ti-circle-dashed-number-3:before{content:"ﱮ"}.ti-circle-dashed-number-4:before{content:"ﱯ"}.ti-circle-dashed-number-5:before{content:"ﱰ"}.ti-circle-dashed-number-6:before{content:"ﱱ"}.ti-circle-dashed-number-7:before{content:"ﱲ"}.ti-circle-dashed-number-8:before{content:"ﱳ"}.ti-circle-dashed-number-9:before{content:"ﱴ"}.ti-circle-dashed-percentage:before{content:"ﵺ"}.ti-circle-dashed-plus:before{content:"ﺶ"}.ti-circle-dashed-x:before{content:"ﱵ"}.ti-circle-dot:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-dotted-letter-a:before{content:"ｿ"}.ti-circle-dotted-letter-b:before{content:"ｾ"}.ti-circle-dotted-letter-c:before{content:"ｽ"}.ti-circle-dotted-letter-d:before{content:"ｼ"}.ti-circle-dotted-letter-e:before{content:"ｻ"}.ti-circle-dotted-letter-f:before{content:"ｺ"}.ti-circle-dotted-letter-g:before{content:"ｹ"}.ti-circle-dotted-letter-h:before{content:"ｸ"}.ti-circle-dotted-letter-i:before{content:"ｷ"}.ti-circle-dotted-letter-j:before{content:"ｶ"}.ti-circle-dotted-letter-k:before{content:"ｵ"}.ti-circle-dotted-letter-l:before{content:"ｴ"}.ti-circle-dotted-letter-m:before{content:"ｳ"}.ti-circle-dotted-letter-n:before{content:"ｲ"}.ti-circle-dotted-letter-o:before{content:"ｱ"}.ti-circle-dotted-letter-p:before{content:"ｰ"}.ti-circle-dotted-letter-q:before{content:"ｯ"}.ti-circle-dotted-letter-r:before{content:"ｮ"}.ti-circle-dotted-letter-s:before{content:"ｭ"}.ti-circle-dotted-letter-t:before{content:"ｬ"}.ti-circle-dotted-letter-u:before{content:"ｫ"}.ti-circle-dotted-letter-v:before{content:"ｪ"}.ti-circle-dotted-letter-w:before{content:"ｩ"}.ti-circle-dotted-letter-x:before{content:"ｨ"}.ti-circle-dotted-letter-y:before{content:"ｧ"}.ti-circle-dotted-letter-z:before{content:"ｦ"}.ti-circle-half:before{content:""}.ti-circle-half-2:before{content:""}.ti-circle-half-vertical:before{content:""}.ti-circle-key:before{content:""}.ti-circle-letter-a:before{content:""}.ti-circle-letter-b:before{content:""}.ti-circle-letter-c:before{content:""}.ti-circle-letter-d:before{content:""}.ti-circle-letter-e:before{content:""}.ti-circle-letter-f:before{content:""}.ti-circle-letter-g:before{content:""}.ti-circle-letter-h:before{content:""}.ti-circle-letter-i:before{content:""}.ti-circle-letter-j:before{content:""}.ti-circle-letter-k:before{content:""}.ti-circle-letter-l:before{content:""}.ti-circle-letter-m:before{content:""}.ti-circle-letter-n:before{content:""}.ti-circle-letter-o:before{content:""}.ti-circle-letter-p:before{content:""}.ti-circle-letter-q:before{content:""}.ti-circle-letter-r:before{content:""}.ti-circle-letter-s:before{content:""}.ti-circle-letter-t:before{content:""}.ti-circle-letter-u:before{content:""}.ti-circle-letter-v:before{content:""}.ti-circle-letter-w:before{content:""}.ti-circle-letter-x:before{content:""}.ti-circle-letter-y:before{content:""}.ti-circle-letter-z:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-minus-2:before{content:"ﲌ"}.ti-circle-number-0:before{content:""}.ti-circle-number-1:before{content:""}.ti-circle-number-2:before{content:""}.ti-circle-number-3:before{content:""}.ti-circle-number-4:before{content:""}.ti-circle-number-5:before{content:""}.ti-circle-number-6:before{content:""}.ti-circle-number-7:before{content:""}.ti-circle-number-8:before{content:""}.ti-circle-number-9:before{content:""}.ti-circle-off:before{content:""}.ti-circle-open-arrow-down:before{content:"𐈉"}.ti-circle-open-arrow-left:before{content:"𐈈"}.ti-circle-open-arrow-right:before{content:"𐈇"}.ti-circle-open-arrow-up:before{content:"𐈆"}.ti-circle-percentage:before{content:"ﵻ"}.ti-circle-plus:before{content:""}.ti-circle-plus-2:before{content:"ﲍ"}.ti-circle-plus-minus:before{content:"𐈅"}.ti-circle-rectangle:before{content:""}.ti-circle-rectangle-off:before{content:""}.ti-circle-square:before{content:""}.ti-circle-triangle:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-circles-relation:before{content:""}.ti-circuit-ammeter:before{content:""}.ti-circuit-battery:before{content:""}.ti-circuit-bulb:before{content:""}.ti-circuit-capacitor:before{content:""}.ti-circuit-capacitor-polarized:before{content:""}.ti-circuit-cell:before{content:""}.ti-circuit-cell-plus:before{content:""}.ti-circuit-changeover:before{content:""}.ti-circuit-diode:before{content:""}.ti-circuit-diode-zener:before{content:""}.ti-circuit-ground:before{content:""}.ti-circuit-ground-digital:before{content:""}.ti-circuit-inductor:before{content:""}.ti-circuit-motor:before{content:""}.ti-circuit-pushbutton:before{content:""}.ti-circuit-resistor:before{content:""}.ti-circuit-switch-closed:before{content:""}.ti-circuit-switch-open:before{content:""}.ti-circuit-voltmeter:before{content:""}.ti-clear-all:before{content:""}.ti-clear-formatting:before{content:""}.ti-clef:before{content:"𐉀"}.ti-clef-staff:before{content:"𐉁"}.ti-click:before{content:""}.ti-cliff-jumping:before{content:"ﻼ"}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-copy:before{content:""}.ti-clipboard-data:before{content:""}.ti-clipboard-heart:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-off:before{content:""}.ti-clipboard-plus:before{content:""}.ti-clipboard-search:before{content:"𐂘"}.ti-clipboard-smile:before{content:"ﶚ"}.ti-clipboard-text:before{content:""}.ti-clipboard-typography:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-clock-12:before{content:"ﱖ"}.ti-clock-2:before{content:""}.ti-clock-24:before{content:"ﱗ"}.ti-clock-bitcoin:before{content:"＿"}.ti-clock-bolt:before{content:""}.ti-clock-cancel:before{content:""}.ti-clock-check:before{content:""}.ti-clock-code:before{content:""}.ti-clock-cog:before{content:""}.ti-clock-dollar:before{content:""}.ti-clock-down:before{content:""}.ti-clock-edit:before{content:""}.ti-clock-exclamation:before{content:""}.ti-clock-heart:before{content:""}.ti-clock-hour-1:before{content:""}.ti-clock-hour-10:before{content:""}.ti-clock-hour-11:before{content:""}.ti-clock-hour-12:before{content:""}.ti-clock-hour-2:before{content:""}.ti-clock-hour-3:before{content:""}.ti-clock-hour-4:before{content:""}.ti-clock-hour-5:before{content:""}.ti-clock-hour-6:before{content:""}.ti-clock-hour-7:before{content:""}.ti-clock-hour-8:before{content:""}.ti-clock-hour-9:before{content:""}.ti-clock-minus:before{content:""}.ti-clock-off:before{content:""}.ti-clock-pause:before{content:""}.ti-clock-pin:before{content:""}.ti-clock-play:before{content:""}.ti-clock-plus:before{content:""}.ti-clock-question:before{content:""}.ti-clock-record:before{content:""}.ti-clock-search:before{content:""}.ti-clock-share:before{content:""}.ti-clock-shield:before{content:""}.ti-clock-star:before{content:""}.ti-clock-stop:before{content:""}.ti-clock-up:before{content:""}.ti-clock-x:before{content:""}.ti-clothes-rack:before{content:""}.ti-clothes-rack-off:before{content:""}.ti-cloud:before{content:""}.ti-cloud-bitcoin:before{content:"＾"}.ti-cloud-bolt:before{content:""}.ti-cloud-cancel:before{content:""}.ti-cloud-check:before{content:""}.ti-cloud-code:before{content:""}.ti-cloud-cog:before{content:""}.ti-cloud-computing:before{content:""}.ti-cloud-data-connection:before{content:""}.ti-cloud-dollar:before{content:""}.ti-cloud-down:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-exclamation:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-heart:before{content:""}.ti-cloud-lock:before{content:""}.ti-cloud-lock-open:before{content:""}.ti-cloud-minus:before{content:""}.ti-cloud-network:before{content:"ﱸ"}.ti-cloud-off:before{content:""}.ti-cloud-pause:before{content:""}.ti-cloud-pin:before{content:""}.ti-cloud-plus:before{content:""}.ti-cloud-question:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-search:before{content:""}.ti-cloud-share:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-star:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-upload:before{content:""}.ti-cloud-x:before{content:""}.ti-clover:before{content:""}.ti-clover-2:before{content:""}.ti-clubs:before{content:""}.ti-code:before{content:""}.ti-code-ai:before{content:"𐉧"}.ti-code-asterisk:before{content:""}.ti-code-circle:before{content:""}.ti-code-circle-2:before{content:""}.ti-code-dots:before{content:""}.ti-code-minus:before{content:""}.ti-code-off:before{content:""}.ti-code-plus:before{content:""}.ti-code-variable:before{content:"𐂫"}.ti-code-variable-minus:before{content:"𐂭"}.ti-code-variable-plus:before{content:"𐂬"}.ti-codeblock:before{content:"𐇴"}.ti-coffee:before{content:""}.ti-coffee-off:before{content:""}.ti-coffin:before{content:""}.ti-coin:before{content:""}.ti-coin-bitcoin:before{content:""}.ti-coin-euro:before{content:""}.ti-coin-monero:before{content:""}.ti-coin-off:before{content:""}.ti-coin-pound:before{content:""}.ti-coin-rupee:before{content:""}.ti-coin-taka:before{content:"ﴍ"}.ti-coin-yen:before{content:""}.ti-coin-yuan:before{content:""}.ti-coins:before{content:""}.ti-color-filter:before{content:""}.ti-color-picker:before{content:""}.ti-color-picker-off:before{content:""}.ti-color-swatch:before{content:""}.ti-color-swatch-off:before{content:""}.ti-column-insert-left:before{content:""}.ti-column-insert-right:before{content:""}.ti-column-remove:before{content:"﫴"}.ti-columns:before{content:""}.ti-columns-1:before{content:""}.ti-columns-2:before{content:""}.ti-columns-3:before{content:""}.ti-columns-off:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-command-off:before{content:""}.ti-compass:before{content:""}.ti-compass-off:before{content:""}.ti-components:before{content:""}.ti-components-off:before{content:""}.ti-cone:before{content:""}.ti-cone-2:before{content:""}.ti-cone-off:before{content:""}.ti-cone-plus:before{content:"杖"}.ti-confetti:before{content:""}.ti-confetti-off:before{content:""}.ti-confucius:before{content:""}.ti-congruent-to:before{content:"ﾣ"}.ti-connection:before{content:"𐇳"}.ti-container:before{content:""}.ti-container-off:before{content:""}.ti-contract:before{content:"ﻻ"}.ti-contrast:before{content:""}.ti-contrast-2:before{content:""}.ti-contrast-2-off:before{content:""}.ti-contrast-off:before{content:""}.ti-cooker:before{content:""}.ti-cookie:before{content:"ﶱ"}.ti-cookie-man:before{content:"ﶲ"}.ti-cookie-off:before{content:""}.ti-copy:before{content:""}.ti-copy-check:before{content:"ﶰ"}.ti-copy-minus:before{content:"ﶯ"}.ti-copy-off:before{content:""}.ti-copy-plus:before{content:"ﶮ"}.ti-copy-x:before{content:"ﶭ"}.ti-copyleft:before{content:""}.ti-copyleft-off:before{content:""}.ti-copyright:before{content:""}.ti-copyright-off:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-left-double:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-down-right-double:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-down-double:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-left-up-double:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-down-double:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-right-up-double:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-left-double:before{content:""}.ti-corner-up-right:before{content:""}.ti-corner-up-right-double:before{content:""}.ti-cpu:before{content:""}.ti-cpu-2:before{content:""}.ti-cpu-off:before{content:""}.ti-crane:before{content:""}.ti-crane-off:before{content:""}.ti-creative-commons:before{content:""}.ti-creative-commons-by:before{content:""}.ti-creative-commons-nc:before{content:""}.ti-creative-commons-nd:before{content:""}.ti-creative-commons-off:before{content:""}.ti-creative-commons-sa:before{content:""}.ti-creative-commons-zero:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-hand:before{content:"𐈮"}.ti-credit-card-off:before{content:""}.ti-credit-card-pay:before{content:"ﴲ"}.ti-credit-card-refund:before{content:"ﴳ"}.ti-credits:before{content:"𐇲"}.ti-cricket:before{content:""}.ti-crop:before{content:""}.ti-crop-1-1:before{content:"ﵐ"}.ti-crop-16-9:before{content:"ﵑ"}.ti-crop-3-2:before{content:"ﵒ"}.ti-crop-5-4:before{content:"ﵓ"}.ti-crop-7-5:before{content:"ﵔ"}.ti-crop-landscape:before{content:"ﵕ"}.ti-crop-portrait:before{content:"ﵖ"}.ti-cross:before{content:""}.ti-cross-off:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-crown-off:before{content:""}.ti-crutches:before{content:""}.ti-crutches-off:before{content:""}.ti-crystal-ball:before{content:""}.ti-csv:before{content:""}.ti-cube:before{content:"流"}.ti-cube-3d-sphere:before{content:""}.ti-cube-3d-sphere-off:before{content:""}.ti-cube-off:before{content:"歹"}.ti-cube-plus:before{content:"殺"}.ti-cube-send:before{content:""}.ti-cube-spark:before{content:"ﾻ"}.ti-cube-unfolded:before{content:""}.ti-cup:before{content:""}.ti-cup-off:before{content:""}.ti-curling:before{content:""}.ti-curly-loop:before{content:""}.ti-currency:before{content:""}.ti-currency-afghani:before{content:""}.ti-currency-bahraini:before{content:""}.ti-currency-baht:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-cent:before{content:""}.ti-currency-dinar:before{content:""}.ti-currency-dirham:before{content:""}.ti-currency-dogecoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-dollar-australian:before{content:""}.ti-currency-dollar-brunei:before{content:""}.ti-currency-dollar-canadian:before{content:""}.ti-currency-dollar-guyanese:before{content:""}.ti-currency-dollar-off:before{content:""}.ti-currency-dollar-singapore:before{content:""}.ti-currency-dollar-zimbabwean:before{content:""}.ti-currency-dong:before{content:""}.ti-currency-dram:before{content:""}.ti-currency-ethereum:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-euro-off:before{content:""}.ti-currency-florin:before{content:"﫵"}.ti-currency-forint:before{content:""}.ti-currency-frank:before{content:""}.ti-currency-guarani:before{content:""}.ti-currency-hryvnia:before{content:""}.ti-currency-husd:before{content:"𐈿"}.ti-currency-iranian-rial:before{content:"縉"}.ti-currency-kip:before{content:""}.ti-currency-krone-czech:before{content:""}.ti-currency-krone-danish:before{content:""}.ti-currency-krone-swedish:before{content:""}.ti-currency-lari:before{content:""}.ti-currency-leu:before{content:""}.ti-currency-lira:before{content:""}.ti-currency-litecoin:before{content:""}.ti-currency-lyd:before{content:""}.ti-currency-manat:before{content:""}.ti-currency-monero:before{content:""}.ti-currency-naira:before{content:""}.ti-currency-nano:before{content:""}.ti-currency-off:before{content:""}.ti-currency-paanga:before{content:""}.ti-currency-peso:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-pound-off:before{content:""}.ti-currency-quetzal:before{content:""}.ti-currency-real:before{content:""}.ti-currency-renminbi:before{content:""}.ti-currency-ripple:before{content:""}.ti-currency-riyal:before{content:""}.ti-currency-ruble:before{content:""}.ti-currency-rufiyaa:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-rupee-nepalese:before{content:""}.ti-currency-shekel:before{content:""}.ti-currency-solana:before{content:""}.ti-currency-som:before{content:""}.ti-currency-taka:before{content:""}.ti-currency-tenge:before{content:""}.ti-currency-tether:before{content:"𐈾"}.ti-currency-tugrik:before{content:""}.ti-currency-won:before{content:""}.ti-currency-xrp:before{content:"ﴴ"}.ti-currency-yen:before{content:""}.ti-currency-yen-off:before{content:""}.ti-currency-yuan:before{content:""}.ti-currency-zcash:before{content:"𐈽"}.ti-currency-zloty:before{content:""}.ti-current-location:before{content:""}.ti-current-location-off:before{content:""}.ti-cursor-off:before{content:""}.ti-cursor-text:before{content:""}.ti-cut:before{content:""}.ti-cylinder:before{content:""}.ti-cylinder-off:before{content:"滛"}.ti-cylinder-plus:before{content:"滋"}.ti-dashboard:before{content:""}.ti-dashboard-off:before{content:""}.ti-database:before{content:""}.ti-database-cog:before{content:"塚"}.ti-database-dollar:before{content:"﨑"}.ti-database-edit:before{content:"晴"}.ti-database-exclamation:before{content:"﨓"}.ti-database-export:before{content:""}.ti-database-heart:before{content:"﨔"}.ti-database-import:before{content:""}.ti-database-leak:before{content:"凞"}.ti-database-minus:before{content:"猪"}.ti-database-off:before{content:""}.ti-database-plus:before{content:"益"}.ti-database-search:before{content:"礼"}.ti-database-share:before{content:"神"}.ti-database-smile:before{content:"ﶛ"}.ti-database-star:before{content:"祥"}.ti-database-x:before{content:"福"}.ti-deaf:before{content:"𐆬"}.ti-decimal:before{content:"都"}.ti-deer:before{content:""}.ti-delta:before{content:""}.ti-dental:before{content:""}.ti-dental-broken:before{content:""}.ti-dental-off:before{content:""}.ti-deselect:before{content:"麟"}.ti-desk:before{content:"ﴵ"}.ti-details:before{content:""}.ti-details-off:before{content:""}.ti-device-3d-camera:before{content:"𐈭"}.ti-device-3d-lens:before{content:"𐈬"}.ti-device-airpods:before{content:""}.ti-device-airpods-case:before{content:""}.ti-device-airtag:before{content:"﫦"}.ti-device-analytics:before{content:""}.ti-device-audio-tape:before{content:""}.ti-device-camera-phone:before{content:""}.ti-device-cctv:before{content:""}.ti-device-cctv-off:before{content:""}.ti-device-computer-camera:before{content:""}.ti-device-computer-camera-2:before{content:"𐈼"}.ti-device-computer-camera-off:before{content:""}.ti-device-desktop:before{content:""}.ti-device-desktop-analytics:before{content:""}.ti-device-desktop-bolt:before{content:""}.ti-device-desktop-cancel:before{content:""}.ti-device-desktop-check:before{content:""}.ti-device-desktop-code:before{content:""}.ti-device-desktop-cog:before{content:""}.ti-device-desktop-dollar:before{content:""}.ti-device-desktop-down:before{content:""}.ti-device-desktop-exclamation:before{content:""}.ti-device-desktop-heart:before{content:""}.ti-device-desktop-minus:before{content:""}.ti-device-desktop-off:before{content:""}.ti-device-desktop-pause:before{content:""}.ti-device-desktop-pin:before{content:""}.ti-device-desktop-plus:before{content:""}.ti-device-desktop-question:before{content:""}.ti-device-desktop-search:before{content:""}.ti-device-desktop-share:before{content:""}.ti-device-desktop-star:before{content:""}.ti-device-desktop-up:before{content:""}.ti-device-desktop-x:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-gamepad-2:before{content:""}.ti-device-gamepad-3:before{content:"ﱘ"}.ti-device-heart-monitor:before{content:""}.ti-device-imac:before{content:""}.ti-device-imac-bolt:before{content:""}.ti-device-imac-cancel:before{content:""}.ti-device-imac-check:before{content:""}.ti-device-imac-code:before{content:""}.ti-device-imac-cog:before{content:""}.ti-device-imac-dollar:before{content:""}.ti-device-imac-down:before{content:""}.ti-device-imac-exclamation:before{content:""}.ti-device-imac-heart:before{content:""}.ti-device-imac-minus:before{content:""}.ti-device-imac-off:before{content:""}.ti-device-imac-pause:before{content:""}.ti-device-imac-pin:before{content:""}.ti-device-imac-plus:before{content:""}.ti-device-imac-question:before{content:""}.ti-device-imac-search:before{content:""}.ti-device-imac-share:before{content:""}.ti-device-imac-star:before{content:""}.ti-device-imac-up:before{content:""}.ti-device-imac-x:before{content:""}.ti-device-ipad:before{content:""}.ti-device-ipad-bolt:before{content:""}.ti-device-ipad-cancel:before{content:""}.ti-device-ipad-check:before{content:""}.ti-device-ipad-code:before{content:""}.ti-device-ipad-cog:before{content:""}.ti-device-ipad-dollar:before{content:""}.ti-device-ipad-down:before{content:""}.ti-device-ipad-exclamation:before{content:""}.ti-device-ipad-heart:before{content:""}.ti-device-ipad-horizontal:before{content:""}.ti-device-ipad-horizontal-bolt:before{content:""}.ti-device-ipad-horizontal-cancel:before{content:""}.ti-device-ipad-horizontal-check:before{content:""}.ti-device-ipad-horizontal-code:before{content:""}.ti-device-ipad-horizontal-cog:before{content:""}.ti-device-ipad-horizontal-dollar:before{content:""}.ti-device-ipad-horizontal-down:before{content:""}.ti-device-ipad-horizontal-exclamation:before{content:""}.ti-device-ipad-horizontal-heart:before{content:""}.ti-device-ipad-horizontal-minus:before{content:""}.ti-device-ipad-horizontal-off:before{content:""}.ti-device-ipad-horizontal-pause:before{content:""}.ti-device-ipad-horizontal-pin:before{content:""}.ti-device-ipad-horizontal-plus:before{content:""}.ti-device-ipad-horizontal-question:before{content:""}.ti-device-ipad-horizontal-search:before{content:""}.ti-device-ipad-horizontal-share:before{content:""}.ti-device-ipad-horizontal-star:before{content:""}.ti-device-ipad-horizontal-up:before{content:""}.ti-device-ipad-horizontal-x:before{content:""}.ti-device-ipad-minus:before{content:""}.ti-device-ipad-off:before{content:""}.ti-device-ipad-pause:before{content:""}.ti-device-ipad-pin:before{content:""}.ti-device-ipad-plus:before{content:""}.ti-device-ipad-question:before{content:""}.ti-device-ipad-search:before{content:""}.ti-device-ipad-share:before{content:""}.ti-device-ipad-star:before{content:""}.ti-device-ipad-up:before{content:""}.ti-device-ipad-x:before{content:""}.ti-device-landline-phone:before{content:""}.ti-device-laptop:before{content:""}.ti-device-laptop-off:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-bolt:before{content:""}.ti-device-mobile-cancel:before{content:""}.ti-device-mobile-charging:before{content:""}.ti-device-mobile-check:before{content:""}.ti-device-mobile-code:before{content:""}.ti-device-mobile-cog:before{content:""}.ti-device-mobile-dollar:before{content:""}.ti-device-mobile-down:before{content:""}.ti-device-mobile-exclamation:before{content:""}.ti-device-mobile-heart:before{content:""}.ti-device-mobile-message:before{content:""}.ti-device-mobile-minus:before{content:""}.ti-device-mobile-off:before{content:""}.ti-device-mobile-pause:before{content:""}.ti-device-mobile-pin:before{content:""}.ti-device-mobile-plus:before{content:""}.ti-device-mobile-question:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-search:before{content:""}.ti-device-mobile-share:before{content:""}.ti-device-mobile-star:before{content:""}.ti-device-mobile-up:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-mobile-x:before{content:""}.ti-device-nintendo:before{content:""}.ti-device-nintendo-off:before{content:""}.ti-device-projector:before{content:"ﰑ"}.ti-device-remote:before{content:""}.ti-device-screen:before{content:"𐈫"}.ti-device-sd-card:before{content:""}.ti-device-sim:before{content:""}.ti-device-sim-1:before{content:""}.ti-device-sim-2:before{content:""}.ti-device-sim-3:before{content:""}.ti-device-speaker:before{content:""}.ti-device-speaker-off:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tablet-bolt:before{content:""}.ti-device-tablet-cancel:before{content:""}.ti-device-tablet-check:before{content:""}.ti-device-tablet-code:before{content:""}.ti-device-tablet-cog:before{content:""}.ti-device-tablet-dollar:before{content:""}.ti-device-tablet-down:before{content:""}.ti-device-tablet-exclamation:before{content:""}.ti-device-tablet-heart:before{content:""}.ti-device-tablet-minus:before{content:""}.ti-device-tablet-off:before{content:""}.ti-device-tablet-pause:before{content:""}.ti-device-tablet-pin:before{content:""}.ti-device-tablet-plus:before{content:""}.ti-device-tablet-question:before{content:""}.ti-device-tablet-search:before{content:""}.ti-device-tablet-share:before{content:""}.ti-device-tablet-star:before{content:""}.ti-device-tablet-up:before{content:""}.ti-device-tablet-x:before{content:""}.ti-device-tv:before{content:""}.ti-device-tv-off:before{content:""}.ti-device-tv-old:before{content:""}.ti-device-unknown:before{content:"ﻴ"}.ti-device-usb:before{content:"ﱙ"}.ti-device-vision-pro:before{content:"﫧"}.ti-device-vision-pro-wifi:before{content:"𐉴"}.ti-device-watch:before{content:""}.ti-device-watch-bolt:before{content:""}.ti-device-watch-cancel:before{content:""}.ti-device-watch-check:before{content:""}.ti-device-watch-code:before{content:""}.ti-device-watch-cog:before{content:""}.ti-device-watch-dollar:before{content:""}.ti-device-watch-down:before{content:""}.ti-device-watch-exclamation:before{content:""}.ti-device-watch-heart:before{content:""}.ti-device-watch-minus:before{content:""}.ti-device-watch-off:before{content:""}.ti-device-watch-pause:before{content:""}.ti-device-watch-pin:before{content:""}.ti-device-watch-plus:before{content:""}.ti-device-watch-question:before{content:""}.ti-device-watch-search:before{content:""}.ti-device-watch-share:before{content:""}.ti-device-watch-star:before{content:""}.ti-device-watch-stats:before{content:""}.ti-device-watch-stats-2:before{content:""}.ti-device-watch-up:before{content:""}.ti-device-watch-x:before{content:""}.ti-device-workstation:before{content:"𐉳"}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-devices-bolt:before{content:""}.ti-devices-cancel:before{content:""}.ti-devices-check:before{content:""}.ti-devices-code:before{content:""}.ti-devices-cog:before{content:""}.ti-devices-dollar:before{content:""}.ti-devices-down:before{content:""}.ti-devices-exclamation:before{content:""}.ti-devices-heart:before{content:""}.ti-devices-minus:before{content:""}.ti-devices-off:before{content:""}.ti-devices-pause:before{content:""}.ti-devices-pc:before{content:""}.ti-devices-pc-off:before{content:""}.ti-devices-pin:before{content:""}.ti-devices-plus:before{content:""}.ti-devices-question:before{content:""}.ti-devices-search:before{content:""}.ti-devices-share:before{content:""}.ti-devices-star:before{content:""}.ti-devices-up:before{content:""}.ti-devices-x:before{content:""}.ti-diabolo:before{content:"煮"}.ti-diabolo-off:before{content:"漢"}.ti-diabolo-plus:before{content:"瀞"}.ti-dialpad:before{content:""}.ti-dialpad-off:before{content:""}.ti-diamond:before{content:""}.ti-diamond-off:before{content:""}.ti-diamonds:before{content:""}.ti-diaper:before{content:"ﾢ"}.ti-dice:before{content:""}.ti-dice-1:before{content:""}.ti-dice-2:before{content:""}.ti-dice-3:before{content:""}.ti-dice-4:before{content:""}.ti-dice-5:before{content:""}.ti-dice-6:before{content:""}.ti-dimensions:before{content:""}.ti-direction:before{content:""}.ti-direction-arrows:before{content:"ﴶ"}.ti-direction-horizontal:before{content:""}.ti-direction-sign:before{content:""}.ti-direction-sign-off:before{content:""}.ti-directions:before{content:""}.ti-directions-off:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disabled-off:before{content:""}.ti-disc:before{content:""}.ti-disc-golf:before{content:""}.ti-disc-off:before{content:""}.ti-discount:before{content:""}.ti-discount-off:before{content:""}.ti-divide:before{content:""}.ti-dna:before{content:""}.ti-dna-2:before{content:""}.ti-dna-2-off:before{content:""}.ti-dna-off:before{content:""}.ti-dog:before{content:""}.ti-dog-bowl:before{content:""}.ti-door:before{content:""}.ti-door-enter:before{content:""}.ti-door-exit:before{content:""}.ti-door-hanger:before{content:"𐈻"}.ti-door-off:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-download-off:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-dragon:before{content:"𐉲"}.ti-drone:before{content:""}.ti-drone-off:before{content:""}.ti-drop-circle:before{content:""}.ti-droplet:before{content:""}.ti-droplet-bolt:before{content:""}.ti-droplet-cancel:before{content:""}.ti-droplet-check:before{content:""}.ti-droplet-code:before{content:""}.ti-droplet-cog:before{content:""}.ti-droplet-dollar:before{content:""}.ti-droplet-down:before{content:""}.ti-droplet-exclamation:before{content:"豈"}.ti-droplet-half:before{content:""}.ti-droplet-half-2:before{content:""}.ti-droplet-heart:before{content:"更"}.ti-droplet-minus:before{content:"車"}.ti-droplet-off:before{content:""}.ti-droplet-pause:before{content:"賈"}.ti-droplet-pin:before{content:"滑"}.ti-droplet-plus:before{content:"串"}.ti-droplet-question:before{content:"句"}.ti-droplet-search:before{content:"龜"}.ti-droplet-share:before{content:"龜"}.ti-droplet-star:before{content:"契"}.ti-droplet-up:before{content:"金"}.ti-droplet-x:before{content:"喇"}.ti-droplets:before{content:"ﰒ"}.ti-dual-screen:before{content:"繁"}.ti-dumbbell:before{content:"𐉍"}.ti-dumpling:before{content:"ﺵ"}.ti-e-passport:before{content:""}.ti-ear:before{content:""}.ti-ear-off:before{content:""}.ti-ear-scan:before{content:"ﵗ"}.ti-earphone-bluetooth:before{content:"𐈺"}.ti-ease-in:before{content:""}.ti-ease-in-control-point:before{content:""}.ti-ease-in-out:before{content:""}.ti-ease-in-out-control-points:before{content:""}.ti-ease-out:before{content:""}.ti-ease-out-control-point:before{content:""}.ti-edit:before{content:""}.ti-edit-circle:before{content:""}.ti-edit-circle-off:before{content:""}.ti-edit-off:before{content:""}.ti-egg:before{content:""}.ti-egg-cracked:before{content:""}.ti-egg-fried:before{content:""}.ti-egg-off:before{content:""}.ti-eggs:before{content:""}.ti-elevator:before{content:""}.ti-elevator-off:before{content:""}.ti-email-stamp:before{content:"𐉦"}.ti-emergency-bed:before{content:""}.ti-empathize:before{content:""}.ti-empathize-off:before{content:""}.ti-emphasis:before{content:""}.ti-engine:before{content:""}.ti-engine-off:before{content:""}.ti-equal:before{content:""}.ti-equal-double:before{content:""}.ti-equal-not:before{content:""}.ti-eraser:before{content:""}.ti-eraser-off:before{content:""}.ti-error-404:before{content:""}.ti-error-404-off:before{content:""}.ti-escalator:before{content:"ﬆ"}.ti-escalator-down:before{content:"ﬄ"}.ti-escalator-up:before{content:"ﬅ"}.ti-exchange:before{content:""}.ti-exchange-off:before{content:""}.ti-exclamation-circle:before{content:""}.ti-exclamation-mark:before{content:""}.ti-exclamation-mark-off:before{content:""}.ti-exercise-ball:before{content:"𐉌"}.ti-explicit:before{content:""}.ti-explicit-off:before{content:""}.ti-exposure:before{content:""}.ti-exposure-0:before{content:""}.ti-exposure-minus-1:before{content:""}.ti-exposure-minus-2:before{content:""}.ti-exposure-off:before{content:""}.ti-exposure-plus-1:before{content:""}.ti-exposure-plus-2:before{content:""}.ti-external-link:before{content:""}.ti-external-link-off:before{content:""}.ti-eye:before{content:""}.ti-eye-bitcoin:before{content:"］"}.ti-eye-bolt:before{content:"ﭭ"}.ti-eye-cancel:before{content:"ﭮ"}.ti-eye-check:before{content:""}.ti-eye-closed:before{content:""}.ti-eye-code:before{content:"ﭯ"}.ti-eye-cog:before{content:""}.ti-eye-discount:before{content:"ﭰ"}.ti-eye-dollar:before{content:"ﭱ"}.ti-eye-dotted:before{content:"ﺭ"}.ti-eye-down:before{content:"ﭲ"}.ti-eye-edit:before{content:""}.ti-eye-exclamation:before{content:""}.ti-eye-heart:before{content:""}.ti-eye-minus:before{content:"ﭳ"}.ti-eye-off:before{content:""}.ti-eye-pause:before{content:"ﭴ"}.ti-eye-pin:before{content:"ﭵ"}.ti-eye-plus:before{content:"ﭶ"}.ti-eye-question:before{content:"ﭷ"}.ti-eye-search:before{content:"ﭸ"}.ti-eye-share:before{content:"ﭹ"}.ti-eye-spark:before{content:"ﾺ"}.ti-eye-star:before{content:"ﭺ"}.ti-eye-table:before{content:""}.ti-eye-up:before{content:"ﭻ"}.ti-eye-x:before{content:""}.ti-eyeglass:before{content:""}.ti-eyeglass-2:before{content:""}.ti-eyeglass-off:before{content:""}.ti-face-id:before{content:""}.ti-face-id-error:before{content:""}.ti-face-mask:before{content:""}.ti-face-mask-off:before{content:""}.ti-fall:before{content:""}.ti-favicon:before{content:"ﵥ"}.ti-feather:before{content:""}.ti-feather-off:before{content:""}.ti-fence:before{content:""}.ti-fence-off:before{content:""}.ti-ferry:before{content:"𐁴"}.ti-fidget-spinner:before{content:""}.ti-file:before{content:""}.ti-file-3d:before{content:""}.ti-file-ai:before{content:"ﾡ"}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-arrow-left:before{content:""}.ti-file-arrow-right:before{content:""}.ti-file-barcode:before{content:""}.ti-file-bitcoin:before{content:"ﾠ"}.ti-file-broken:before{content:""}.ti-file-certificate:before{content:""}.ti-file-chart:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-cv:before{content:"署"}.ti-file-database:before{content:""}.ti-file-delta:before{content:""}.ti-file-description:before{content:""}.ti-file-diff:before{content:""}.ti-file-digit:before{content:""}.ti-file-dislike:before{content:""}.ti-file-dollar:before{content:""}.ti-file-dots:before{content:""}.ti-file-download:before{content:""}.ti-file-euro:before{content:""}.ti-file-excel:before{content:"ﻳ"}.ti-file-export:before{content:""}.ti-file-function:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-infinity:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-isr:before{content:"ﺬ"}.ti-file-lambda:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-neutral:before{content:"ﴢ"}.ti-file-off:before{content:""}.ti-file-orientation:before{content:""}.ti-file-pencil:before{content:""}.ti-file-percent:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-power:before{content:""}.ti-file-report:before{content:""}.ti-file-rss:before{content:""}.ti-file-sad:before{content:"ﴣ"}.ti-file-scissors:before{content:""}.ti-file-search:before{content:""}.ti-file-settings:before{content:""}.ti-file-shredder:before{content:""}.ti-file-signal:before{content:""}.ti-file-smile:before{content:"ﴤ"}.ti-file-spark:before{content:"ﾹ"}.ti-file-spreadsheet:before{content:""}.ti-file-stack:before{content:""}.ti-file-star:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-text-ai:before{content:"﨧"}.ti-file-text-shield:before{content:"𐃲"}.ti-file-text-spark:before{content:"ﾸ"}.ti-file-time:before{content:""}.ti-file-type-bmp:before{content:"﬇"}.ti-file-type-css:before{content:"﬈"}.ti-file-type-csv:before{content:"﬉"}.ti-file-type-doc:before{content:"﬊"}.ti-file-type-docx:before{content:"﬋"}.ti-file-type-html:before{content:"﬌"}.ti-file-type-jpg:before{content:"﬍"}.ti-file-type-js:before{content:"﬎"}.ti-file-type-jsx:before{content:"﬏"}.ti-file-type-pdf:before{content:"﬐"}.ti-file-type-php:before{content:"﬑"}.ti-file-type-png:before{content:"﬒"}.ti-file-type-ppt:before{content:"ﬓ"}.ti-file-type-rs:before{content:"ﬔ"}.ti-file-type-sql:before{content:"ﬕ"}.ti-file-type-svg:before{content:"ﬖ"}.ti-file-type-ts:before{content:"ﬗ"}.ti-file-type-tsx:before{content:"﬘"}.ti-file-type-txt:before{content:"﬙"}.ti-file-type-vue:before{content:"﬚"}.ti-file-type-xls:before{content:"﬛"}.ti-file-type-xml:before{content:"﬜"}.ti-file-type-zip:before{content:"יִ"}.ti-file-typography:before{content:""}.ti-file-unknown:before{content:""}.ti-file-upload:before{content:""}.ti-file-vector:before{content:""}.ti-file-word:before{content:"ﻲ"}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-2:before{content:"𐅋"}.ti-filter-2-bolt:before{content:"𐅟"}.ti-filter-2-cancel:before{content:"𐅞"}.ti-filter-2-check:before{content:"𐅝"}.ti-filter-2-code:before{content:"𐅜"}.ti-filter-2-cog:before{content:"𐅛"}.ti-filter-2-discount:before{content:"𐅚"}.ti-filter-2-dollar:before{content:"𐅙"}.ti-filter-2-down:before{content:"𐅘"}.ti-filter-2-edit:before{content:"𐅗"}.ti-filter-2-exclamation:before{content:"𐅖"}.ti-filter-2-minus:before{content:"𐅕"}.ti-filter-2-pause:before{content:"𐅔"}.ti-filter-2-pin:before{content:"𐅓"}.ti-filter-2-plus:before{content:"𐅒"}.ti-filter-2-question:before{content:"𐅑"}.ti-filter-2-search:before{content:"𐅐"}.ti-filter-2-share:before{content:"𐅏"}.ti-filter-2-spark:before{content:"𐅎"}.ti-filter-2-up:before{content:"𐅍"}.ti-filter-2-x:before{content:"𐅌"}.ti-filter-bolt:before{content:"ﭼ"}.ti-filter-cancel:before{content:"ﭽ"}.ti-filter-check:before{content:"ﭾ"}.ti-filter-code:before{content:"ﭿ"}.ti-filter-cog:before{content:"茶"}.ti-filter-discount:before{content:"ﮀ"}.ti-filter-dollar:before{content:"刺"}.ti-filter-down:before{content:"ﮁ"}.ti-filter-edit:before{content:"切"}.ti-filter-exclamation:before{content:"ﮂ"}.ti-filter-heart:before{content:"ﮃ"}.ti-filter-minus:before{content:"度"}.ti-filter-off:before{content:""}.ti-filter-pause:before{content:"ﮄ"}.ti-filter-pin:before{content:"ﮅ"}.ti-filter-plus:before{content:"拓"}.ti-filter-question:before{content:"ﮆ"}.ti-filter-search:before{content:"ﮇ"}.ti-filter-share:before{content:"ﮈ"}.ti-filter-spark:before{content:"𐅊"}.ti-filter-star:before{content:"糖"}.ti-filter-up:before{content:"ﮉ"}.ti-filter-x:before{content:"宅"}.ti-filters:before{content:""}.ti-fingerprint:before{content:""}.ti-fingerprint-off:before{content:""}.ti-fingerprint-scan:before{content:"ﲵ"}.ti-fire-extinguisher:before{content:"﫶"}.ti-fire-hydrant:before{content:""}.ti-fire-hydrant-off:before{content:""}.ti-firetruck:before{content:""}.ti-firewall-check:before{content:"𐇱"}.ti-firewall-flame:before{content:"𐇰"}.ti-first-aid-kit:before{content:""}.ti-first-aid-kit-off:before{content:""}.ti-fish:before{content:""}.ti-fish-bone:before{content:""}.ti-fish-christianity:before{content:""}.ti-fish-hook:before{content:""}.ti-fish-hook-off:before{content:""}.ti-fish-off:before{content:""}.ti-flag:before{content:""}.ti-flag-2:before{content:""}.ti-flag-2-off:before{content:""}.ti-flag-3:before{content:""}.ti-flag-bitcoin:before{content:"＼"}.ti-flag-bolt:before{content:"ﮊ"}.ti-flag-cancel:before{content:"ﮋ"}.ti-flag-check:before{content:"ﮌ"}.ti-flag-code:before{content:"ﮍ"}.ti-flag-cog:before{content:"ﮎ"}.ti-flag-discount:before{content:"ﮏ"}.ti-flag-dollar:before{content:"ﮐ"}.ti-flag-down:before{content:"ﮑ"}.ti-flag-exclamation:before{content:"ﮒ"}.ti-flag-heart:before{content:"ﮓ"}.ti-flag-minus:before{content:"ﮔ"}.ti-flag-off:before{content:""}.ti-flag-pause:before{content:"ﮕ"}.ti-flag-pin:before{content:"ﮖ"}.ti-flag-plus:before{content:"ﮗ"}.ti-flag-question:before{content:"ﮘ"}.ti-flag-search:before{content:"ﮙ"}.ti-flag-share:before{content:"ﮚ"}.ti-flag-spark:before{content:"ﾷ"}.ti-flag-star:before{content:"ﮛ"}.ti-flag-up:before{content:"ﮜ"}.ti-flag-x:before{content:"ﮝ"}.ti-flame:before{content:""}.ti-flame-off:before{content:""}.ti-flare:before{content:""}.ti-flask:before{content:""}.ti-flask-2:before{content:""}.ti-flask-2-off:before{content:""}.ti-flask-off:before{content:""}.ti-flip-flops:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-flood:before{content:"𐉋"}.ti-flower:before{content:""}.ti-flower-off:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-focus-auto:before{content:"謁"}.ti-focus-centered:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-bolt:before{content:"奈"}.ti-folder-cancel:before{content:"懶"}.ti-folder-check:before{content:"癩"}.ti-folder-code:before{content:"羅"}.ti-folder-cog:before{content:"蘿"}.ti-folder-dollar:before{content:"螺"}.ti-folder-down:before{content:"裸"}.ti-folder-exclamation:before{content:"邏"}.ti-folder-heart:before{content:"樂"}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-open:before{content:"﫷"}.ti-folder-pause:before{content:"洛"}.ti-folder-pin:before{content:"烙"}.ti-folder-plus:before{content:""}.ti-folder-question:before{content:"珞"}.ti-folder-root:before{content:"﵃"}.ti-folder-search:before{content:"落"}.ti-folder-share:before{content:"酪"}.ti-folder-star:before{content:"駱"}.ti-folder-symlink:before{content:"亂"}.ti-folder-up:before{content:"卵"}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-folders-off:before{content:""}.ti-footsteps:before{content:"𐉥"}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-forms:before{content:""}.ti-fountain:before{content:""}.ti-fountain-off:before{content:""}.ti-frame:before{content:""}.ti-frame-off:before{content:""}.ti-free-rights:before{content:""}.ti-freeze-column:before{content:"謹"}.ti-freeze-row:before{content:"贈"}.ti-freeze-row-column:before{content:"賓"}.ti-fridge:before{content:""}.ti-fridge-off:before{content:""}.ti-friends:before{content:""}.ti-friends-off:before{content:""}.ti-frustum:before{content:"犯"}.ti-frustum-off:before{content:"瞧"}.ti-frustum-plus:before{content:"爵"}.ti-function:before{content:""}.ti-function-off:before{content:""}.ti-galaxy:before{content:"ﲶ"}.ti-garden-cart:before{content:""}.ti-garden-cart-off:before{content:""}.ti-gas-station:before{content:""}.ti-gas-station-off:before{content:""}.ti-gauge:before{content:""}.ti-gauge-off:before{content:""}.ti-gavel:before{content:""}.ti-gender-agender:before{content:""}.ti-gender-androgyne:before{content:""}.ti-gender-bigender:before{content:""}.ti-gender-demiboy:before{content:""}.ti-gender-demigirl:before{content:""}.ti-gender-epicene:before{content:""}.ti-gender-female:before{content:""}.ti-gender-femme:before{content:""}.ti-gender-genderfluid:before{content:""}.ti-gender-genderless:before{content:""}.ti-gender-genderqueer:before{content:""}.ti-gender-hermaphrodite:before{content:""}.ti-gender-intergender:before{content:""}.ti-gender-male:before{content:""}.ti-gender-neutrois:before{content:""}.ti-gender-third:before{content:""}.ti-gender-transgender:before{content:""}.ti-gender-travesti:before{content:""}.ti-geometry:before{content:""}.ti-ghost:before{content:""}.ti-ghost-2:before{content:""}.ti-ghost-3:before{content:"ﰓ"}.ti-ghost-off:before{content:""}.ti-gif:before{content:""}.ti-gift:before{content:""}.ti-gift-card:before{content:""}.ti-gift-off:before{content:""}.ti-git-branch:before{content:""}.ti-git-branch-deleted:before{content:""}.ti-git-cherry-pick:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-git-pull-request-closed:before{content:""}.ti-git-pull-request-conflict:before{content:"𐉤"}.ti-git-pull-request-draft:before{content:""}.ti-gizmo:before{content:""}.ti-glass:before{content:""}.ti-glass-champagne:before{content:"ﶜ"}.ti-glass-cocktail:before{content:"ﶝ"}.ti-glass-full:before{content:""}.ti-glass-gin:before{content:"ﶞ"}.ti-glass-off:before{content:""}.ti-globe:before{content:""}.ti-globe-off:before{content:""}.ti-go-game:before{content:""}.ti-golf:before{content:""}.ti-golf-off:before{content:""}.ti-gps:before{content:""}.ti-gradienter:before{content:""}.ti-grain:before{content:""}.ti-grape:before{content:"𐈹"}.ti-graph:before{content:""}.ti-graph-off:before{content:""}.ti-grave:before{content:""}.ti-grave-2:before{content:""}.ti-grid-3x3:before{content:"ﲤ"}.ti-grid-4x4:before{content:"ﲥ"}.ti-grid-dots:before{content:""}.ti-grid-goldenratio:before{content:"ﲦ"}.ti-grid-pattern:before{content:""}.ti-grid-scan:before{content:"ﲧ"}.ti-grill:before{content:""}.ti-grill-fork:before{content:""}.ti-grill-off:before{content:""}.ti-grill-spatula:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-growth:before{content:""}.ti-guitar-pick:before{content:""}.ti-gymnastics:before{content:"﵄"}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hammer:before{content:""}.ti-hammer-drill:before{content:"𐈸"}.ti-hammer-off:before{content:""}.ti-hand-click:before{content:""}.ti-hand-click-off:before{content:"𐃱"}.ti-hand-finger:before{content:""}.ti-hand-finger-down:before{content:"ｏ"}.ti-hand-finger-left:before{content:"ｎ"}.ti-hand-finger-off:before{content:""}.ti-hand-finger-right:before{content:"ｍ"}.ti-hand-grab:before{content:""}.ti-hand-little-finger:before{content:""}.ti-hand-love-you:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-move:before{content:""}.ti-hand-off:before{content:""}.ti-hand-ring-finger:before{content:""}.ti-hand-sanitizer:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-three-fingers:before{content:""}.ti-hand-two-fingers:before{content:""}.ti-hanger:before{content:""}.ti-hanger-2:before{content:""}.ti-hanger-off:before{content:""}.ti-hash:before{content:""}.ti-haze:before{content:""}.ti-haze-moon:before{content:"﫸"}.ti-hdr:before{content:"嗢"}.ti-heading:before{content:""}.ti-heading-off:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-headset-off:before{content:""}.ti-health-recognition:before{content:""}.ti-heart:before{content:""}.ti-heart-bitcoin:before{content:"［"}.ti-heart-bolt:before{content:"ﮞ"}.ti-heart-broken:before{content:""}.ti-heart-cancel:before{content:"ﮟ"}.ti-heart-check:before{content:"ﮠ"}.ti-heart-code:before{content:"ﮡ"}.ti-heart-cog:before{content:"ﮢ"}.ti-heart-discount:before{content:"ﮣ"}.ti-heart-dollar:before{content:"ﮤ"}.ti-heart-down:before{content:"ﮥ"}.ti-heart-exclamation:before{content:"ﮦ"}.ti-heart-handshake:before{content:""}.ti-heart-minus:before{content:""}.ti-heart-off:before{content:""}.ti-heart-pause:before{content:"ﮧ"}.ti-heart-pin:before{content:"ﮨ"}.ti-heart-plus:before{content:""}.ti-heart-question:before{content:"ﮩ"}.ti-heart-rate-monitor:before{content:""}.ti-heart-search:before{content:"ﮪ"}.ti-heart-share:before{content:"ﮫ"}.ti-heart-spark:before{content:"ﾶ"}.ti-heart-star:before{content:"ﮬ"}.ti-heart-up:before{content:"ﮭ"}.ti-heart-x:before{content:"ﮮ"}.ti-heartbeat:before{content:""}.ti-hearts:before{content:""}.ti-hearts-off:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-helmet:before{content:""}.ti-helmet-off:before{content:""}.ti-help:before{content:""}.ti-help-circle:before{content:"欄"}.ti-help-hexagon:before{content:""}.ti-help-octagon:before{content:""}.ti-help-off:before{content:""}.ti-help-small:before{content:"爛"}.ti-help-square:before{content:"鸞"}.ti-help-square-rounded:before{content:"蘭"}.ti-help-triangle:before{content:"嵐"}.ti-hemisphere:before{content:"甆"}.ti-hemisphere-off:before{content:"猪"}.ti-hemisphere-plus:before{content:"瑱"}.ti-hexagon:before{content:""}.ti-hexagon-3d:before{content:""}.ti-hexagon-asterisk:before{content:"𐆫"}.ti-hexagon-letter-a:before{content:""}.ti-hexagon-letter-b:before{content:""}.ti-hexagon-letter-c:before{content:""}.ti-hexagon-letter-d:before{content:""}.ti-hexagon-letter-e:before{content:""}.ti-hexagon-letter-f:before{content:""}.ti-hexagon-letter-g:before{content:""}.ti-hexagon-letter-h:before{content:""}.ti-hexagon-letter-i:before{content:""}.ti-hexagon-letter-j:before{content:""}.ti-hexagon-letter-k:before{content:""}.ti-hexagon-letter-l:before{content:""}.ti-hexagon-letter-m:before{content:""}.ti-hexagon-letter-n:before{content:""}.ti-hexagon-letter-o:before{content:""}.ti-hexagon-letter-p:before{content:""}.ti-hexagon-letter-q:before{content:""}.ti-hexagon-letter-r:before{content:""}.ti-hexagon-letter-s:before{content:""}.ti-hexagon-letter-t:before{content:""}.ti-hexagon-letter-u:before{content:""}.ti-hexagon-letter-v:before{content:""}.ti-hexagon-letter-w:before{content:""}.ti-hexagon-letter-x:before{content:""}.ti-hexagon-letter-y:before{content:""}.ti-hexagon-letter-z:before{content:""}.ti-hexagon-minus:before{content:"ﲏ"}.ti-hexagon-minus-2:before{content:"ﲎ"}.ti-hexagon-number-0:before{content:""}.ti-hexagon-number-1:before{content:""}.ti-hexagon-number-2:before{content:""}.ti-hexagon-number-3:before{content:""}.ti-hexagon-number-4:before{content:""}.ti-hexagon-number-5:before{content:""}.ti-hexagon-number-6:before{content:""}.ti-hexagon-number-7:before{content:""}.ti-hexagon-number-8:before{content:""}.ti-hexagon-number-9:before{content:""}.ti-hexagon-off:before{content:""}.ti-hexagon-plus:before{content:"ﱅ"}.ti-hexagon-plus-2:before{content:"ﲐ"}.ti-hexagonal-prism:before{content:"瘟"}.ti-hexagonal-prism-off:before{content:"画"}.ti-hexagonal-prism-plus:before{content:"瘝"}.ti-hexagonal-pyramid:before{content:"直"}.ti-hexagonal-pyramid-off:before{content:"益"}.ti-hexagonal-pyramid-plus:before{content:"盛"}.ti-hexagons:before{content:""}.ti-hexagons-off:before{content:""}.ti-hierarchy:before{content:""}.ti-hierarchy-2:before{content:""}.ti-hierarchy-3:before{content:""}.ti-hierarchy-off:before{content:""}.ti-highlight:before{content:""}.ti-highlight-off:before{content:""}.ti-history:before{content:""}.ti-history-off:before{content:""}.ti-history-toggle:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-home-bitcoin:before{content:"Ｚ"}.ti-home-bolt:before{content:""}.ti-home-cancel:before{content:""}.ti-home-check:before{content:""}.ti-home-cog:before{content:""}.ti-home-dollar:before{content:""}.ti-home-dot:before{content:""}.ti-home-down:before{content:""}.ti-home-eco:before{content:""}.ti-home-edit:before{content:""}.ti-home-exclamation:before{content:""}.ti-home-hand:before{content:""}.ti-home-heart:before{content:""}.ti-home-infinity:before{content:""}.ti-home-link:before{content:""}.ti-home-lock:before{content:"𐈄"}.ti-home-minus:before{content:""}.ti-home-move:before{content:""}.ti-home-off:before{content:""}.ti-home-plus:before{content:""}.ti-home-question:before{content:""}.ti-home-ribbon:before{content:""}.ti-home-search:before{content:""}.ti-home-share:before{content:""}.ti-home-shield:before{content:""}.ti-home-signal:before{content:""}.ti-home-spark:before{content:"ﾵ"}.ti-home-star:before{content:""}.ti-home-stats:before{content:""}.ti-home-up:before{content:""}.ti-home-x:before{content:""}.ti-horse:before{content:"ﱆ"}.ti-horse-toy:before{content:""}.ti-horseshoe:before{content:"ﲷ"}.ti-hospital:before{content:"ﵙ"}.ti-hospital-circle:before{content:"ﵘ"}.ti-hotel-service:before{content:""}.ti-hourglass:before{content:""}.ti-hourglass-empty:before{content:""}.ti-hourglass-high:before{content:""}.ti-hourglass-low:before{content:""}.ti-hourglass-off:before{content:""}.ti-hours-12:before{content:"ﱓ"}.ti-hours-24:before{content:""}.ti-html:before{content:""}.ti-http-connect:before{content:"﨨"}.ti-http-connect-off:before{content:"𐃧"}.ti-http-delete:before{content:"﨩"}.ti-http-delete-off:before{content:"𐃦"}.ti-http-get:before{content:"飯"}.ti-http-get-off:before{content:"𐃥"}.ti-http-head:before{content:"飼"}.ti-http-head-off:before{content:"𐃤"}.ti-http-options:before{content:"館"}.ti-http-options-off:before{content:"𐃣"}.ti-http-patch:before{content:"鶴"}.ti-http-patch-off:before{content:"𐃢"}.ti-http-post:before{content:"郞"}.ti-http-post-off:before{content:"𐃡"}.ti-http-put:before{content:"隷"}.ti-http-put-off:before{content:"𐃠"}.ti-http-que:before{content:"者"}.ti-http-que-off:before{content:"𐃟"}.ti-http-trace:before{content:"侮"}.ti-http-trace-off:before{content:"𐃞"}.ti-hula-hoop:before{content:"𐉊"}.ti-ice-cream:before{content:""}.ti-ice-cream-2:before{content:""}.ti-ice-cream-off:before{content:""}.ti-ice-skating:before{content:""}.ti-iceberg:before{content:"𐈪"}.ti-icons:before{content:""}.ti-icons-off:before{content:""}.ti-icosahedron:before{content:"ﻆ"}.ti-id:before{content:""}.ti-id-badge:before{content:""}.ti-id-badge-2:before{content:""}.ti-id-badge-off:before{content:""}.ti-id-off:before{content:""}.ti-image-generation:before{content:"𐇯"}.ti-image-in-picture:before{content:"ﶟ"}.ti-inbox:before{content:""}.ti-inbox-off:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-infinity-2:before{content:"𐈷"}.ti-infinity-off:before{content:""}.ti-info-circle:before{content:""}.ti-info-hexagon:before{content:""}.ti-info-octagon:before{content:""}.ti-info-small:before{content:"濫"}.ti-info-square:before{content:""}.ti-info-square-rounded:before{content:""}.ti-info-triangle:before{content:"藍"}.ti-inner-shadow-bottom:before{content:""}.ti-inner-shadow-bottom-left:before{content:""}.ti-inner-shadow-bottom-right:before{content:""}.ti-inner-shadow-left:before{content:""}.ti-inner-shadow-right:before{content:""}.ti-inner-shadow-top:before{content:""}.ti-inner-shadow-top-left:before{content:""}.ti-inner-shadow-top-right:before{content:""}.ti-input-ai:before{content:"ﱚ"}.ti-input-check:before{content:"ﱛ"}.ti-input-search:before{content:""}.ti-input-spark:before{content:"ﾴ"}.ti-input-x:before{content:"ﱜ"}.ti-invoice:before{content:"ﺫ"}.ti-ironing:before{content:"塚"}.ti-ironing-1:before{content:""}.ti-ironing-2:before{content:""}.ti-ironing-3:before{content:""}.ti-ironing-off:before{content:""}.ti-ironing-steam:before{content:""}.ti-ironing-steam-off:before{content:""}.ti-irregular-polyhedron:before{content:"磌"}.ti-irregular-polyhedron-off:before{content:"睊"}.ti-irregular-polyhedron-plus:before{content:"着"}.ti-italic:before{content:""}.ti-italic-off:before{content:"𐉱"}.ti-jacket:before{content:""}.ti-jetpack:before{content:""}.ti-jetski:before{content:"𐈩"}.ti-jewish-star:before{content:""}.ti-join-bevel:before{content:"ｌ"}.ti-join-round:before{content:"ｋ"}.ti-join-straight:before{content:"ｊ"}.ti-joker:before{content:"𐁟"}.ti-jpg:before{content:""}.ti-json:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-kayak:before{content:""}.ti-kerning:before{content:""}.ti-key:before{content:""}.ti-key-off:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-off:before{content:""}.ti-keyboard-show:before{content:""}.ti-keyframe:before{content:""}.ti-keyframe-align-center:before{content:""}.ti-keyframe-align-horizontal:before{content:""}.ti-keyframe-align-vertical:before{content:""}.ti-keyframes:before{content:""}.ti-label:before{content:"Ｘ"}.ti-label-important:before{content:"ｉ"}.ti-label-off:before{content:"Ｙ"}.ti-ladder:before{content:""}.ti-ladder-off:before{content:""}.ti-ladle:before{content:"ﰔ"}.ti-lambda:before{content:""}.ti-lamp:before{content:""}.ti-lamp-2:before{content:""}.ti-lamp-off:before{content:""}.ti-lane:before{content:"﫹"}.ti-language:before{content:""}.ti-language-hiragana:before{content:""}.ti-language-katakana:before{content:""}.ti-language-off:before{content:""}.ti-lasso:before{content:""}.ti-lasso-off:before{content:""}.ti-lasso-polygon:before{content:""}.ti-laurel-wreath:before{content:"ｅ"}.ti-laurel-wreath-1:before{content:"ｈ"}.ti-laurel-wreath-2:before{content:"ｇ"}.ti-laurel-wreath-3:before{content:"ｆ"}.ti-lawn-mower:before{content:"𐈶"}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-intersect-2:before{content:""}.ti-layers-linked:before{content:""}.ti-layers-off:before{content:""}.ti-layers-selected:before{content:"ﺩ"}.ti-layers-selected-bottom:before{content:"ﺪ"}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-board:before{content:""}.ti-layout-board-split:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-bottombar-collapse:before{content:""}.ti-layout-bottombar-expand:before{content:""}.ti-layout-bottombar-inactive:before{content:"﵅"}.ti-layout-cards:before{content:""}.ti-layout-collage:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-dashboard:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-grid-remove:before{content:"墳"}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-navbar-collapse:before{content:""}.ti-layout-navbar-expand:before{content:""}.ti-layout-navbar-inactive:before{content:"﵆"}.ti-layout-off:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-inactive:before{content:"﵇"}.ti-layout-sidebar-left-collapse:before{content:""}.ti-layout-sidebar-left-expand:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-right-collapse:before{content:""}.ti-layout-sidebar-right-expand:before{content:""}.ti-layout-sidebar-right-inactive:before{content:"﵈"}.ti-leaf:before{content:""}.ti-leaf-2:before{content:"ｄ"}.ti-leaf-maple:before{content:"𐉉"}.ti-leaf-off:before{content:""}.ti-lego:before{content:""}.ti-lego-off:before{content:""}.ti-lemon:before{content:""}.ti-lemon-2:before{content:""}.ti-letter-a:before{content:""}.ti-letter-a-small:before{content:"ﳇ"}.ti-letter-b:before{content:""}.ti-letter-b-small:before{content:"ﳈ"}.ti-letter-c:before{content:""}.ti-letter-c-small:before{content:"ﳉ"}.ti-letter-case:before{content:""}.ti-letter-case-lower:before{content:""}.ti-letter-case-toggle:before{content:""}.ti-letter-case-upper:before{content:""}.ti-letter-d:before{content:""}.ti-letter-d-small:before{content:"ﳊ"}.ti-letter-e:before{content:""}.ti-letter-e-small:before{content:"ﳋ"}.ti-letter-f:before{content:""}.ti-letter-f-small:before{content:"ﳌ"}.ti-letter-g:before{content:""}.ti-letter-g-small:before{content:"ﳍ"}.ti-letter-h:before{content:""}.ti-letter-h-small:before{content:"ﳎ"}.ti-letter-i:before{content:""}.ti-letter-i-small:before{content:"ﳏ"}.ti-letter-j:before{content:""}.ti-letter-j-small:before{content:"ﳐ"}.ti-letter-k:before{content:""}.ti-letter-k-small:before{content:"ﳑ"}.ti-letter-l:before{content:""}.ti-letter-l-small:before{content:"ﳒ"}.ti-letter-m:before{content:""}.ti-letter-m-small:before{content:"ﳓ"}.ti-letter-n:before{content:""}.ti-letter-n-small:before{content:"ﳔ"}.ti-letter-o:before{content:""}.ti-letter-o-small:before{content:"ﳕ"}.ti-letter-p:before{content:""}.ti-letter-p-small:before{content:"ﳖ"}.ti-letter-q:before{content:""}.ti-letter-q-small:before{content:"ﳗ"}.ti-letter-r:before{content:""}.ti-letter-r-small:before{content:"ﳘ"}.ti-letter-s:before{content:""}.ti-letter-s-small:before{content:"ﳙ"}.ti-letter-spacing:before{content:""}.ti-letter-t:before{content:""}.ti-letter-t-small:before{content:"ﳚ"}.ti-letter-u:before{content:""}.ti-letter-u-small:before{content:"ﳛ"}.ti-letter-v:before{content:""}.ti-letter-v-small:before{content:"ﳜ"}.ti-letter-w:before{content:""}.ti-letter-w-small:before{content:"ﳝ"}.ti-letter-x:before{content:""}.ti-letter-x-small:before{content:"ﳞ"}.ti-letter-y:before{content:""}.ti-letter-y-small:before{content:"ﳟ"}.ti-letter-z:before{content:""}.ti-letter-z-small:before{content:"ﳠ"}.ti-library:before{content:"﵌"}.ti-library-minus:before{content:"﵉"}.ti-library-photo:before{content:"﵊"}.ti-library-plus:before{content:"﵋"}.ti-license:before{content:""}.ti-license-off:before{content:""}.ti-lifebuoy:before{content:""}.ti-lifebuoy-off:before{content:""}.ti-lighter:before{content:""}.ti-line:before{content:""}.ti-line-dashed:before{content:""}.ti-line-dotted:before{content:""}.ti-line-height:before{content:""}.ti-line-scan:before{content:"ﲸ"}.ti-link:before{content:""}.ti-link-minus:before{content:"ﴖ"}.ti-link-off:before{content:""}.ti-link-plus:before{content:"ﴗ"}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-list-details:before{content:""}.ti-list-letters:before{content:"ﱇ"}.ti-list-numbers:before{content:""}.ti-list-search:before{content:""}.ti-list-tree:before{content:"﫺"}.ti-live-photo:before{content:""}.ti-live-photo-off:before{content:""}.ti-live-view:before{content:""}.ti-load-balancer:before{content:"臭"}.ti-loader:before{content:""}.ti-loader-2:before{content:""}.ti-loader-3:before{content:""}.ti-loader-4:before{content:"𐈵"}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-location-bolt:before{content:"ﮯ"}.ti-location-broken:before{content:""}.ti-location-cancel:before{content:"ﮰ"}.ti-location-check:before{content:"ﮱ"}.ti-location-code:before{content:"﮲"}.ti-location-cog:before{content:"﮳"}.ti-location-discount:before{content:"﮴"}.ti-location-dollar:before{content:"﮵"}.ti-location-down:before{content:"﮶"}.ti-location-exclamation:before{content:"﮷"}.ti-location-heart:before{content:"﮸"}.ti-location-minus:before{content:"﮹"}.ti-location-off:before{content:""}.ti-location-pause:before{content:"﮺"}.ti-location-pin:before{content:"﮻"}.ti-location-plus:before{content:"﮼"}.ti-location-question:before{content:"﮽"}.ti-location-search:before{content:"﮾"}.ti-location-share:before{content:"﮿"}.ti-location-star:before{content:"﯀"}.ti-location-up:before{content:"﯁"}.ti-location-x:before{content:"﯂"}.ti-lock:before{content:""}.ti-lock-access:before{content:""}.ti-lock-access-off:before{content:""}.ti-lock-bitcoin:before{content:"Ｗ"}.ti-lock-bolt:before{content:"襤"}.ti-lock-cancel:before{content:"拉"}.ti-lock-check:before{content:"臘"}.ti-lock-code:before{content:"蠟"}.ti-lock-cog:before{content:"廊"}.ti-lock-dollar:before{content:"朗"}.ti-lock-down:before{content:"浪"}.ti-lock-exclamation:before{content:"狼"}.ti-lock-heart:before{content:"郎"}.ti-lock-minus:before{content:"來"}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-lock-open-2:before{content:"ﺨ"}.ti-lock-open-off:before{content:""}.ti-lock-password:before{content:"ﾟ"}.ti-lock-pause:before{content:"冷"}.ti-lock-pin:before{content:"勞"}.ti-lock-plus:before{content:"擄"}.ti-lock-question:before{content:"櫓"}.ti-lock-search:before{content:"爐"}.ti-lock-share:before{content:"盧"}.ti-lock-square:before{content:""}.ti-lock-square-rounded:before{content:""}.ti-lock-star:before{content:"老"}.ti-lock-up:before{content:"蘆"}.ti-lock-x:before{content:"虜"}.ti-logic-and:before{content:""}.ti-logic-buffer:before{content:""}.ti-logic-nand:before{content:""}.ti-logic-nor:before{content:""}.ti-logic-not:before{content:""}.ti-logic-or:before{content:""}.ti-logic-xnor:before{content:""}.ti-logic-xor:before{content:""}.ti-login:before{content:""}.ti-login-2:before{content:"ﱶ"}.ti-logout:before{content:""}.ti-logout-2:before{content:"奄"}.ti-logs:before{content:"ﺧ"}.ti-lollipop:before{content:""}.ti-lollipop-off:before{content:""}.ti-luggage:before{content:""}.ti-luggage-off:before{content:""}.ti-lungs:before{content:""}.ti-lungs-off:before{content:""}.ti-macro:before{content:""}.ti-macro-off:before{content:""}.ti-magnet:before{content:""}.ti-magnet-off:before{content:""}.ti-magnetic:before{content:"ﲹ"}.ti-mail:before{content:""}.ti-mail-ai:before{content:"僧"}.ti-mail-bitcoin:before{content:"Ｖ"}.ti-mail-bolt:before{content:"路"}.ti-mail-cancel:before{content:"露"}.ti-mail-check:before{content:"魯"}.ti-mail-code:before{content:"鷺"}.ti-mail-cog:before{content:"碌"}.ti-mail-dollar:before{content:"祿"}.ti-mail-down:before{content:"綠"}.ti-mail-exclamation:before{content:"菉"}.ti-mail-fast:before{content:""}.ti-mail-forward:before{content:""}.ti-mail-heart:before{content:"錄"}.ti-mail-minus:before{content:"鹿"}.ti-mail-off:before{content:""}.ti-mail-opened:before{content:""}.ti-mail-pause:before{content:"論"}.ti-mail-pin:before{content:"壟"}.ti-mail-plus:before{content:"弄"}.ti-mail-question:before{content:"籠"}.ti-mail-search:before{content:"聾"}.ti-mail-share:before{content:"牢"}.ti-mail-spark:before{content:"ﾳ"}.ti-mail-star:before{content:"磊"}.ti-mail-up:before{content:"賂"}.ti-mail-x:before{content:"雷"}.ti-mailbox:before{content:""}.ti-mailbox-off:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-bolt:before{content:"﯃"}.ti-map-cancel:before{content:"﯄"}.ti-map-check:before{content:"﯅"}.ti-map-code:before{content:"﯆"}.ti-map-cog:before{content:"﯇"}.ti-map-discount:before{content:"﯈"}.ti-map-dollar:before{content:"﯉"}.ti-map-down:before{content:"﯊"}.ti-map-east:before{content:"ﱝ"}.ti-map-exclamation:before{content:"﯋"}.ti-map-heart:before{content:"﯌"}.ti-map-lock:before{content:"𐈃"}.ti-map-minus:before{content:"﯍"}.ti-map-north:before{content:"ﱞ"}.ti-map-off:before{content:""}.ti-map-pause:before{content:"﯎"}.ti-map-pin:before{content:""}.ti-map-pin-2:before{content:"ﱈ"}.ti-map-pin-bolt:before{content:"壘"}.ti-map-pin-cancel:before{content:"屢"}.ti-map-pin-check:before{content:"樓"}.ti-map-pin-code:before{content:"淚"}.ti-map-pin-cog:before{content:"漏"}.ti-map-pin-dollar:before{content:"累"}.ti-map-pin-down:before{content:"縷"}.ti-map-pin-exclamation:before{content:"陋"}.ti-map-pin-heart:before{content:"勒"}.ti-map-pin-minus:before{content:"肋"}.ti-map-pin-off:before{content:""}.ti-map-pin-pause:before{content:"凜"}.ti-map-pin-pin:before{content:"凌"}.ti-map-pin-plus:before{content:"稜"}.ti-map-pin-question:before{content:"綾"}.ti-map-pin-search:before{content:"菱"}.ti-map-pin-share:before{content:""}.ti-map-pin-star:before{content:"陵"}.ti-map-pin-up:before{content:"讀"}.ti-map-pin-x:before{content:"拏"}.ti-map-pins:before{content:""}.ti-map-plus:before{content:"﯏"}.ti-map-question:before{content:"﯐"}.ti-map-route:before{content:"ﱹ"}.ti-map-search:before{content:""}.ti-map-share:before{content:"﯑"}.ti-map-shield:before{content:"𐈂"}.ti-map-south:before{content:"ﱟ"}.ti-map-star:before{content:"﯒"}.ti-map-up:before{content:"ﯓ"}.ti-map-west:before{content:"ﱠ"}.ti-map-x:before{content:"ﯔ"}.ti-markdown:before{content:""}.ti-markdown-off:before{content:""}.ti-marquee:before{content:""}.ti-marquee-2:before{content:""}.ti-marquee-off:before{content:""}.ti-mars:before{content:""}.ti-mask:before{content:""}.ti-mask-off:before{content:""}.ti-masks-theater:before{content:""}.ti-masks-theater-off:before{content:""}.ti-massage:before{content:""}.ti-matchstick:before{content:""}.ti-math:before{content:""}.ti-math-1-divide-2:before{content:""}.ti-math-1-divide-3:before{content:""}.ti-math-avg:before{content:""}.ti-math-cos:before{content:"？"}.ti-math-ctg:before{content:"Ｕ"}.ti-math-equal-greater:before{content:""}.ti-math-equal-lower:before{content:""}.ti-math-function:before{content:""}.ti-math-function-off:before{content:""}.ti-math-function-y:before{content:""}.ti-math-greater:before{content:""}.ti-math-integral:before{content:""}.ti-math-integral-x:before{content:""}.ti-math-integrals:before{content:""}.ti-math-lower:before{content:""}.ti-math-max:before{content:""}.ti-math-max-min:before{content:"ﶠ"}.ti-math-min:before{content:""}.ti-math-not:before{content:""}.ti-math-off:before{content:""}.ti-math-pi:before{content:""}.ti-math-pi-divide-2:before{content:""}.ti-math-sec:before{content:"Ｔ"}.ti-math-sin:before{content:"＞"}.ti-math-symbols:before{content:""}.ti-math-tg:before{content:"Ｓ"}.ti-math-x-divide-2:before{content:""}.ti-math-x-divide-y:before{content:""}.ti-math-x-divide-y-2:before{content:""}.ti-math-x-floor-divide-y:before{content:"𐁳"}.ti-math-x-minus-x:before{content:""}.ti-math-x-minus-y:before{content:""}.ti-math-x-plus-x:before{content:""}.ti-math-x-plus-y:before{content:""}.ti-math-xy:before{content:""}.ti-math-y-minus-y:before{content:""}.ti-math-y-plus-y:before{content:""}.ti-matrix:before{content:"𐂼"}.ti-maximize:before{content:""}.ti-maximize-off:before{content:""}.ti-meat:before{content:""}.ti-meat-off:before{content:""}.ti-medal:before{content:""}.ti-medal-2:before{content:""}.ti-medical-cross:before{content:""}.ti-medical-cross-circle:before{content:"﫨"}.ti-medical-cross-off:before{content:""}.ti-medicine-syrup:before{content:""}.ti-meeple:before{content:""}.ti-melon:before{content:"ﱺ"}.ti-menorah:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-menu-3:before{content:"ｃ"}.ti-menu-4:before{content:"ｂ"}.ti-menu-deep:before{content:"﫻"}.ti-menu-order:before{content:""}.ti-mesh:before{content:"𐈁"}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-2-bolt:before{content:"樂"}.ti-message-2-cancel:before{content:"諾"}.ti-message-2-check:before{content:"丹"}.ti-message-2-code:before{content:""}.ti-message-2-cog:before{content:"寧"}.ti-message-2-dollar:before{content:"怒"}.ti-message-2-down:before{content:"率"}.ti-message-2-exclamation:before{content:"異"}.ti-message-2-heart:before{content:"北"}.ti-message-2-minus:before{content:"磻"}.ti-message-2-off:before{content:""}.ti-message-2-pause:before{content:"便"}.ti-message-2-pin:before{content:"復"}.ti-message-2-plus:before{content:"不"}.ti-message-2-question:before{content:"泌"}.ti-message-2-search:before{content:"數"}.ti-message-2-share:before{content:""}.ti-message-2-star:before{content:"索"}.ti-message-2-up:before{content:"參"}.ti-message-2-x:before{content:"塞"}.ti-message-bolt:before{content:"省"}.ti-message-cancel:before{content:"葉"}.ti-message-chatbot:before{content:""}.ti-message-check:before{content:"說"}.ti-message-circle:before{content:""}.ti-message-circle-bolt:before{content:"殺"}.ti-message-circle-cancel:before{content:"辰"}.ti-message-circle-check:before{content:"沈"}.ti-message-circle-code:before{content:"拾"}.ti-message-circle-cog:before{content:"若"}.ti-message-circle-dollar:before{content:"掠"}.ti-message-circle-down:before{content:"略"}.ti-message-circle-exclamation:before{content:"亮"}.ti-message-circle-heart:before{content:"兩"}.ti-message-circle-minus:before{content:"凉"}.ti-message-circle-off:before{content:""}.ti-message-circle-pause:before{content:"梁"}.ti-message-circle-pin:before{content:"糧"}.ti-message-circle-plus:before{content:"良"}.ti-message-circle-question:before{content:"諒"}.ti-message-circle-search:before{content:"量"}.ti-message-circle-share:before{content:"勵"}.ti-message-circle-star:before{content:"呂"}.ti-message-circle-up:before{content:"女"}.ti-message-circle-user:before{content:"ﻅ"}.ti-message-circle-x:before{content:"廬"}.ti-message-code:before{content:""}.ti-message-cog:before{content:"旅"}.ti-message-dollar:before{content:"濾"}.ti-message-dots:before{content:""}.ti-message-down:before{content:"礪"}.ti-message-exclamation:before{content:"閭"}.ti-message-forward:before{content:""}.ti-message-heart:before{content:"驪"}.ti-message-language:before{content:""}.ti-message-minus:before{content:"麗"}.ti-message-off:before{content:""}.ti-message-pause:before{content:"黎"}.ti-message-pin:before{content:"力"}.ti-message-plus:before{content:""}.ti-message-question:before{content:"曆"}.ti-message-reply:before{content:"﵍"}.ti-message-report:before{content:""}.ti-message-search:before{content:"歷"}.ti-message-share:before{content:""}.ti-message-star:before{content:"轢"}.ti-message-up:before{content:"年"}.ti-message-user:before{content:"ﻄ"}.ti-message-x:before{content:"憐"}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-meteor:before{content:""}.ti-meteor-off:before{content:""}.ti-meter-cube:before{content:"ﵼ"}.ti-meter-square:before{content:"ﵽ"}.ti-metronome:before{content:"ﴥ"}.ti-michelin-bib-gourmand:before{content:"﫩"}.ti-michelin-star:before{content:"﫫"}.ti-michelin-star-green:before{content:"﫪"}.ti-mickey:before{content:""}.ti-microfrontends:before{content:"𐇮"}.ti-microphone:before{content:""}.ti-microphone-2:before{content:""}.ti-microphone-2-off:before{content:""}.ti-microphone-off:before{content:""}.ti-microscope:before{content:""}.ti-microscope-off:before{content:""}.ti-microwave:before{content:""}.ti-microwave-off:before{content:""}.ti-middleware:before{content:"𐇭"}.ti-military-award:before{content:""}.ti-military-rank:before{content:""}.ti-milk:before{content:""}.ti-milk-off:before{content:""}.ti-milkshake:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-minus-vertical:before{content:""}.ti-mist:before{content:""}.ti-mist-off:before{content:""}.ti-mobiledata:before{content:"淋"}.ti-mobiledata-off:before{content:"林"}.ti-moneybag:before{content:""}.ti-moneybag-edit:before{content:"𐄽"}.ti-moneybag-heart:before{content:"𐄼"}.ti-moneybag-minus:before{content:"𐄻"}.ti-moneybag-move:before{content:"𐄹"}.ti-moneybag-move-back:before{content:"𐄺"}.ti-moneybag-plus:before{content:"𐄸"}.ti-monkeybar:before{content:"ﺴ"}.ti-mood-angry:before{content:""}.ti-mood-annoyed:before{content:""}.ti-mood-annoyed-2:before{content:""}.ti-mood-bitcoin:before{content:"Ｒ"}.ti-mood-boy:before{content:""}.ti-mood-check:before{content:""}.ti-mood-cog:before{content:""}.ti-mood-confused:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-dollar:before{content:""}.ti-mood-edit:before{content:"洞"}.ti-mood-empty:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-heart:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-look-down:before{content:"ﴷ"}.ti-mood-look-left:before{content:""}.ti-mood-look-right:before{content:""}.ti-mood-look-up:before{content:"ﴸ"}.ti-mood-minus:before{content:""}.ti-mood-nerd:before{content:""}.ti-mood-nervous:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-off:before{content:""}.ti-mood-pin:before{content:""}.ti-mood-plus:before{content:""}.ti-mood-puzzled:before{content:"ﴹ"}.ti-mood-sad:before{content:""}.ti-mood-sad-2:before{content:""}.ti-mood-sad-dizzy:before{content:""}.ti-mood-sad-squint:before{content:""}.ti-mood-search:before{content:""}.ti-mood-share:before{content:"暴"}.ti-mood-sick:before{content:""}.ti-mood-silence:before{content:""}.ti-mood-sing:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-smile-beam:before{content:""}.ti-mood-smile-dizzy:before{content:""}.ti-mood-spark:before{content:"ﾲ"}.ti-mood-surprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-mood-tongue-wink:before{content:""}.ti-mood-tongue-wink-2:before{content:""}.ti-mood-unamused:before{content:""}.ti-mood-up:before{content:""}.ti-mood-wink:before{content:""}.ti-mood-wink-2:before{content:""}.ti-mood-wrrr:before{content:""}.ti-mood-x:before{content:""}.ti-mood-xd:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-off:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mosque:before{content:"𐈴"}.ti-motorbike:before{content:""}.ti-mountain:before{content:""}.ti-mountain-off:before{content:""}.ti-mouse:before{content:""}.ti-mouse-2:before{content:""}.ti-mouse-off:before{content:""}.ti-moustache:before{content:""}.ti-movie:before{content:""}.ti-movie-off:before{content:""}.ti-mug:before{content:""}.ti-mug-off:before{content:""}.ti-multiplier-0-5x:before{content:""}.ti-multiplier-1-5x:before{content:""}.ti-multiplier-1x:before{content:""}.ti-multiplier-2x:before{content:""}.ti-mushroom:before{content:""}.ti-mushroom-off:before{content:""}.ti-music:before{content:""}.ti-music-bolt:before{content:"ﯕ"}.ti-music-cancel:before{content:"ﯖ"}.ti-music-check:before{content:"ﯗ"}.ti-music-code:before{content:"ﯘ"}.ti-music-cog:before{content:"ﯙ"}.ti-music-discount:before{content:"ﯚ"}.ti-music-dollar:before{content:"ﯛ"}.ti-music-down:before{content:"ﯜ"}.ti-music-exclamation:before{content:"ﯝ"}.ti-music-heart:before{content:"ﯞ"}.ti-music-minus:before{content:"ﯟ"}.ti-music-off:before{content:""}.ti-music-pause:before{content:"ﯠ"}.ti-music-pin:before{content:"ﯡ"}.ti-music-plus:before{content:"ﯢ"}.ti-music-question:before{content:"ﯣ"}.ti-music-search:before{content:"ﯤ"}.ti-music-share:before{content:"ﯥ"}.ti-music-star:before{content:"ﯦ"}.ti-music-up:before{content:"ﯧ"}.ti-music-x:before{content:"ﯨ"}.ti-navigation:before{content:""}.ti-navigation-bolt:before{content:"ﯩ"}.ti-navigation-cancel:before{content:"ﯪ"}.ti-navigation-check:before{content:"ﯫ"}.ti-navigation-code:before{content:"ﯬ"}.ti-navigation-cog:before{content:"ﯭ"}.ti-navigation-discount:before{content:"ﯮ"}.ti-navigation-dollar:before{content:"ﯯ"}.ti-navigation-down:before{content:"ﯰ"}.ti-navigation-east:before{content:"ﲺ"}.ti-navigation-exclamation:before{content:"ﯱ"}.ti-navigation-heart:before{content:"ﯲ"}.ti-navigation-minus:before{content:"ﯳ"}.ti-navigation-north:before{content:"ﲻ"}.ti-navigation-off:before{content:""}.ti-navigation-pause:before{content:"ﯴ"}.ti-navigation-pin:before{content:"ﯵ"}.ti-navigation-plus:before{content:"ﯶ"}.ti-navigation-question:before{content:"ﯷ"}.ti-navigation-search:before{content:"ﯸ"}.ti-navigation-share:before{content:"ﯹ"}.ti-navigation-south:before{content:"ﲼ"}.ti-navigation-star:before{content:"ﯺ"}.ti-navigation-top:before{content:"﫬"}.ti-navigation-up:before{content:"ﯻ"}.ti-navigation-west:before{content:"ﲽ"}.ti-navigation-x:before{content:"ﯼ"}.ti-needle:before{content:""}.ti-needle-thread:before{content:""}.ti-network:before{content:""}.ti-network-off:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-news-off:before{content:""}.ti-nfc:before{content:""}.ti-nfc-off:before{content:""}.ti-no-copyright:before{content:""}.ti-no-creative-commons:before{content:""}.ti-no-derivatives:before{content:""}.ti-noise-reduction:before{content:"𐉣"}.ti-north-star:before{content:""}.ti-notdef:before{content:"𐉈"}.ti-note:before{content:""}.ti-note-off:before{content:""}.ti-notebook:before{content:""}.ti-notebook-off:before{content:""}.ti-notes:before{content:""}.ti-notes-off:before{content:""}.ti-notification:before{content:""}.ti-notification-off:before{content:""}.ti-number:before{content:""}.ti-number-0:before{content:""}.ti-number-0-small:before{content:"ﳡ"}.ti-number-1:before{content:""}.ti-number-1-small:before{content:"ﳢ"}.ti-number-10:before{content:"𐁞"}.ti-number-10-small:before{content:"ﳣ"}.ti-number-100-small:before{content:"𐀅"}.ti-number-11:before{content:"𐁝"}.ti-number-11-small:before{content:"ﳤ"}.ti-number-12-small:before{content:"ﳥ"}.ti-number-123:before{content:""}.ti-number-13-small:before{content:"ﳦ"}.ti-number-14-small:before{content:"ﳧ"}.ti-number-15-small:before{content:"ﳨ"}.ti-number-16-small:before{content:"ﳩ"}.ti-number-17-small:before{content:"ﳪ"}.ti-number-18-small:before{content:"ﳫ"}.ti-number-19-small:before{content:"ﳬ"}.ti-number-2:before{content:""}.ti-number-2-small:before{content:"ﳭ"}.ti-number-20-small:before{content:"ﳮ"}.ti-number-21-small:before{content:"ﳯ"}.ti-number-22-small:before{content:"ﳰ"}.ti-number-23-small:before{content:"ﳱ"}.ti-number-24-small:before{content:"ﳲ"}.ti-number-25-small:before{content:"ﳳ"}.ti-number-26-small:before{content:"ﳴ"}.ti-number-27-small:before{content:"ﳵ"}.ti-number-28-small:before{content:"ﳶ"}.ti-number-29-small:before{content:"ﳷ"}.ti-number-3:before{content:""}.ti-number-3-small:before{content:"ﳸ"}.ti-number-30-small:before{content:"𐀄"}.ti-number-31-small:before{content:"𐀃"}.ti-number-32-small:before{content:"𐀂"}.ti-number-33-small:before{content:"𐀁"}.ti-number-34-small:before{content:"𐀀"}.ti-number-35-small:before{content:"𐈐"}.ti-number-36-small:before{content:"𐈑"}.ti-number-37-small:before{content:"𐈒"}.ti-number-38-small:before{content:"𐈓"}.ti-number-39-small:before{content:"𐈔"}.ti-number-4:before{content:""}.ti-number-4-small:before{content:"ﳹ"}.ti-number-40-small:before{content:"𐈕"}.ti-number-41-small:before{content:"𐈖"}.ti-number-42-small:before{content:"𐈗"}.ti-number-43-small:before{content:"𐈘"}.ti-number-44-small:before{content:"𐈙"}.ti-number-45-small:before{content:"𐈚"}.ti-number-46-small:before{content:"𐈛"}.ti-number-47-small:before{content:"𐈜"}.ti-number-48-small:before{content:"𐈝"}.ti-number-49-small:before{content:"𐈞"}.ti-number-5:before{content:""}.ti-number-5-small:before{content:"ﳺ"}.ti-number-50-small:before{content:"𐈟"}.ti-number-51-small:before{content:"￯"}.ti-number-52-small:before{content:"￮"}.ti-number-53-small:before{content:"￭"}.ti-number-54-small:before{content:"￬"}.ti-number-55-small:before{content:"￫"}.ti-number-56-small:before{content:"￪"}.ti-number-57-small:before{content:"￩"}.ti-number-58-small:before{content:"￨"}.ti-number-59-small:before{content:"￧"}.ti-number-6:before{content:""}.ti-number-6-small:before{content:"ﳻ"}.ti-number-60-small:before{content:"￦"}.ti-number-61-small:before{content:"￥"}.ti-number-62-small:before{content:"￤"}.ti-number-63-small:before{content:"￣"}.ti-number-64-small:before{content:"￢"}.ti-number-65-small:before{content:"￡"}.ti-number-66-small:before{content:"￠"}.ti-number-67-small:before{content:"￟"}.ti-number-68-small:before{content:"￞"}.ti-number-69-small:before{content:"￝"}.ti-number-7:before{content:""}.ti-number-7-small:before{content:"ﳼ"}.ti-number-70-small:before{content:"ￜ"}.ti-number-71-small:before{content:"ￛ"}.ti-number-72-small:before{content:"ￚ"}.ti-number-73-small:before{content:"￙"}.ti-number-74-small:before{content:"￘"}.ti-number-75-small:before{content:"ￗ"}.ti-number-76-small:before{content:"ￖ"}.ti-number-77-small:before{content:"ￕ"}.ti-number-78-small:before{content:"ￔ"}.ti-number-79-small:before{content:"ￓ"}.ti-number-8:before{content:""}.ti-number-8-small:before{content:"ﳽ"}.ti-number-80-small:before{content:"ￒ"}.ti-number-81-small:before{content:"￑"}.ti-number-82-small:before{content:"￐"}.ti-number-83-small:before{content:"ￏ"}.ti-number-84-small:before{content:"ￎ"}.ti-number-85-small:before{content:"ￍ"}.ti-number-86-small:before{content:"ￌ"}.ti-number-87-small:before{content:"ￋ"}.ti-number-88-small:before{content:"ￊ"}.ti-number-89-small:before{content:"￉"}.ti-number-9:before{content:""}.ti-number-9-small:before{content:"ﳾ"}.ti-number-90-small:before{content:"￈"}.ti-number-91-small:before{content:"ￇ"}.ti-number-92-small:before{content:"ￆ"}.ti-number-93-small:before{content:"ￅ"}.ti-number-94-small:before{content:"ￄ"}.ti-number-95-small:before{content:"ￃ"}.ti-number-96-small:before{content:"ￂ"}.ti-number-97-small:before{content:"￁"}.ti-number-98-small:before{content:"￀"}.ti-number-99-small:before{content:"﾿"}.ti-numbers:before{content:""}.ti-nurse:before{content:""}.ti-nut:before{content:"ﱡ"}.ti-object-scan:before{content:"ﻱ"}.ti-octagon:before{content:""}.ti-octagon-minus:before{content:"ﲒ"}.ti-octagon-minus-2:before{content:"ﲑ"}.ti-octagon-off:before{content:""}.ti-octagon-plus:before{content:"ﲔ"}.ti-octagon-plus-2:before{content:"ﲓ"}.ti-octahedron:before{content:"类"}.ti-octahedron-off:before{content:"窱"}.ti-octahedron-plus:before{content:"節"}.ti-old:before{content:""}.ti-olympic-torch:before{content:"𐈨"}.ti-olympics:before{content:""}.ti-olympics-off:before{content:""}.ti-om:before{content:""}.ti-omega:before{content:""}.ti-option:before{content:"𐆟"}.ti-outbound:before{content:""}.ti-outlet:before{content:""}.ti-oval:before{content:""}.ti-oval-vertical:before{content:""}.ti-overline:before{content:""}.ti-package:before{content:""}.ti-package-export:before{content:""}.ti-package-import:before{content:""}.ti-package-off:before{content:""}.ti-packages:before{content:""}.ti-pacman:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-paint-off:before{content:""}.ti-palette:before{content:""}.ti-palette-off:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-horizontal-off:before{content:""}.ti-panorama-vertical:before{content:""}.ti-panorama-vertical-off:before{content:""}.ti-paper-bag:before{content:""}.ti-paper-bag-off:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parachute-off:before{content:""}.ti-parentheses:before{content:""}.ti-parentheses-off:before{content:""}.ti-parking:before{content:""}.ti-parking-circle:before{content:"ﵚ"}.ti-parking-meter:before{content:"𐈧"}.ti-parking-off:before{content:""}.ti-password:before{content:""}.ti-password-fingerprint:before{content:"ﱻ"}.ti-password-mobile-phone:before{content:"ﱼ"}.ti-password-user:before{content:"ﱽ"}.ti-paw:before{content:""}.ti-paw-off:before{content:""}.ti-paywall:before{content:"ﵾ"}.ti-pdf:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pencil-bolt:before{content:"ﯽ"}.ti-pencil-cancel:before{content:"ﯾ"}.ti-pencil-check:before{content:"ﯿ"}.ti-pencil-code:before{content:"ﰀ"}.ti-pencil-cog:before{content:"ﰁ"}.ti-pencil-discount:before{content:"ﰂ"}.ti-pencil-dollar:before{content:"ﰃ"}.ti-pencil-down:before{content:"ﰄ"}.ti-pencil-exclamation:before{content:"ﰅ"}.ti-pencil-heart:before{content:"ﰆ"}.ti-pencil-minus:before{content:""}.ti-pencil-off:before{content:""}.ti-pencil-pause:before{content:"ﰇ"}.ti-pencil-pin:before{content:"ﰈ"}.ti-pencil-plus:before{content:""}.ti-pencil-question:before{content:"ﰉ"}.ti-pencil-search:before{content:"ﰊ"}.ti-pencil-share:before{content:"ﰋ"}.ti-pencil-star:before{content:"ﰌ"}.ti-pencil-up:before{content:"ﰍ"}.ti-pencil-x:before{content:"ﰎ"}.ti-pendulum:before{content:"𐈳"}.ti-pennant:before{content:""}.ti-pennant-2:before{content:""}.ti-pennant-off:before{content:""}.ti-pentagon:before{content:""}.ti-pentagon-minus:before{content:"ﺳ"}.ti-pentagon-number-0:before{content:"ﱾ"}.ti-pentagon-number-1:before{content:"ﱿ"}.ti-pentagon-number-2:before{content:"ﲀ"}.ti-pentagon-number-3:before{content:"ﲁ"}.ti-pentagon-number-4:before{content:"ﲂ"}.ti-pentagon-number-5:before{content:"ﲃ"}.ti-pentagon-number-6:before{content:"ﲄ"}.ti-pentagon-number-7:before{content:"ﲅ"}.ti-pentagon-number-8:before{content:"ﲆ"}.ti-pentagon-number-9:before{content:"ﲇ"}.ti-pentagon-off:before{content:""}.ti-pentagon-plus:before{content:"ﱉ"}.ti-pentagon-x:before{content:"ﲈ"}.ti-pentagram:before{content:""}.ti-pepper:before{content:""}.ti-pepper-off:before{content:""}.ti-percentage:before{content:""}.ti-percentage-0:before{content:"ﻥ"}.ti-percentage-10:before{content:"ﻤ"}.ti-percentage-100:before{content:"ﻣ"}.ti-percentage-20:before{content:"ﻢ"}.ti-percentage-25:before{content:"ﻡ"}.ti-percentage-30:before{content:"ﻠ"}.ti-percentage-33:before{content:"ﻟ"}.ti-percentage-40:before{content:"ﻞ"}.ti-percentage-50:before{content:"ﻝ"}.ti-percentage-60:before{content:"ﻜ"}.ti-percentage-66:before{content:"ﻛ"}.ti-percentage-70:before{content:"ﻚ"}.ti-percentage-75:before{content:"ﻙ"}.ti-percentage-80:before{content:"ﻘ"}.ti-percentage-90:before{content:"ﻗ"}.ti-perfume:before{content:""}.ti-perspective:before{content:""}.ti-perspective-off:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-done:before{content:"ﾞ"}.ti-phone-end:before{content:"ﾝ"}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-ringing:before{content:"ﾜ"}.ti-phone-spark:before{content:"ﾱ"}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-ai:before{content:"免"}.ti-photo-alt:before{content:"𐉢"}.ti-photo-bitcoin:before{content:"Ｑ"}.ti-photo-bolt:before{content:"戀"}.ti-photo-cancel:before{content:""}.ti-photo-check:before{content:""}.ti-photo-circle:before{content:"ﱊ"}.ti-photo-circle-minus:before{content:"ﱢ"}.ti-photo-circle-plus:before{content:"ﱣ"}.ti-photo-code:before{content:"撚"}.ti-photo-cog:before{content:"漣"}.ti-photo-dollar:before{content:"煉"}.ti-photo-down:before{content:""}.ti-photo-edit:before{content:""}.ti-photo-exclamation:before{content:"璉"}.ti-photo-heart:before{content:""}.ti-photo-hexagon:before{content:"ﱋ"}.ti-photo-minus:before{content:""}.ti-photo-off:before{content:""}.ti-photo-pause:before{content:"秊"}.ti-photo-pentagon:before{content:"ﱌ"}.ti-photo-pin:before{content:"練"}.ti-photo-plus:before{content:""}.ti-photo-question:before{content:"聯"}.ti-photo-scan:before{content:"ﲨ"}.ti-photo-search:before{content:""}.ti-photo-sensor:before{content:""}.ti-photo-sensor-2:before{content:""}.ti-photo-sensor-3:before{content:""}.ti-photo-share:before{content:"輦"}.ti-photo-shield:before{content:""}.ti-photo-spark:before{content:"ﾰ"}.ti-photo-square-rounded:before{content:"ﱍ"}.ti-photo-star:before{content:""}.ti-photo-up:before{content:""}.ti-photo-video:before{content:"ﲕ"}.ti-photo-x:before{content:""}.ti-physiotherapist:before{content:""}.ti-piano:before{content:"䀘"}.ti-pick:before{content:"﫼"}.ti-picnic-table:before{content:"ﻖ"}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-picture-in-picture-top:before{content:""}.ti-pig:before{content:""}.ti-pig-money:before{content:""}.ti-pig-off:before{content:""}.ti-pilcrow:before{content:""}.ti-pilcrow-left:before{content:"ﵿ"}.ti-pilcrow-right:before{content:"ﶀ"}.ti-pill:before{content:""}.ti-pill-off:before{content:""}.ti-pillow:before{content:"𐈦"}.ti-pills:before{content:""}.ti-pin:before{content:""}.ti-pin-end:before{content:"ﵛ"}.ti-pin-invoke:before{content:"ﵜ"}.ti-ping-pong:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pipeline:before{content:"𐈥"}.ti-pizza:before{content:""}.ti-pizza-off:before{content:""}.ti-placeholder:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-plane-inflight:before{content:""}.ti-plane-off:before{content:""}.ti-plane-tilt:before{content:""}.ti-planet:before{content:""}.ti-planet-off:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-plant-2-off:before{content:""}.ti-plant-off:before{content:""}.ti-play-basketball:before{content:"辶"}.ti-play-card:before{content:""}.ti-play-card-1:before{content:"𐁜"}.ti-play-card-10:before{content:"𐁛"}.ti-play-card-2:before{content:"𐁚"}.ti-play-card-3:before{content:"𐁙"}.ti-play-card-4:before{content:"𐁘"}.ti-play-card-5:before{content:"𐁗"}.ti-play-card-6:before{content:"𐁖"}.ti-play-card-7:before{content:"𐁕"}.ti-play-card-8:before{content:"𐁔"}.ti-play-card-9:before{content:"𐁓"}.ti-play-card-a:before{content:"𐁒"}.ti-play-card-j:before{content:"𐁑"}.ti-play-card-k:before{content:"𐁐"}.ti-play-card-off:before{content:""}.ti-play-card-q:before{content:"𐁏"}.ti-play-card-star:before{content:"𐁎"}.ti-play-football:before{content:"逸"}.ti-play-handball:before{content:"難"}.ti-play-volleyball:before{content:"響"}.ti-player-eject:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-playlist:before{content:""}.ti-playlist-add:before{content:""}.ti-playlist-off:before{content:""}.ti-playlist-x:before{content:""}.ti-playstation-circle:before{content:""}.ti-playstation-square:before{content:""}.ti-playstation-triangle:before{content:""}.ti-playstation-x:before{content:""}.ti-plug:before{content:""}.ti-plug-connected:before{content:""}.ti-plug-connected-x:before{content:""}.ti-plug-off:before{content:""}.ti-plug-x:before{content:""}.ti-plunger:before{content:"𐈲"}.ti-plus:before{content:""}.ti-plus-equal:before{content:""}.ti-plus-minus:before{content:""}.ti-png:before{content:""}.ti-podium:before{content:""}.ti-podium-off:before{content:""}.ti-point:before{content:""}.ti-point-off:before{content:""}.ti-pointer:before{content:""}.ti-pointer-2:before{content:"𐉡"}.ti-pointer-bolt:before{content:"蓮"}.ti-pointer-cancel:before{content:"連"}.ti-pointer-check:before{content:"鍊"}.ti-pointer-code:before{content:"列"}.ti-pointer-cog:before{content:"劣"}.ti-pointer-collaboration:before{content:"𐉟"}.ti-pointer-collaboration-2:before{content:"𐉠"}.ti-pointer-dollar:before{content:"咽"}.ti-pointer-down:before{content:"烈"}.ti-pointer-exclamation:before{content:"裂"}.ti-pointer-heart:before{content:"說"}.ti-pointer-minus:before{content:"廉"}.ti-pointer-off:before{content:"念"}.ti-pointer-pause:before{content:"捻"}.ti-pointer-pin:before{content:"殮"}.ti-pointer-plus:before{content:"簾"}.ti-pointer-question:before{content:"獵"}.ti-pointer-search:before{content:"令"}.ti-pointer-share:before{content:"囹"}.ti-pointer-star:before{content:"寧"}.ti-pointer-up:before{content:"嶺"}.ti-pointer-x:before{content:"怜"}.ti-pokeball:before{content:""}.ti-pokeball-off:before{content:""}.ti-poker-chip:before{content:""}.ti-polaroid:before{content:""}.ti-polygon:before{content:""}.ti-polygon-off:before{content:""}.ti-poo:before{content:""}.ti-pool:before{content:""}.ti-pool-off:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-premium-rights:before{content:""}.ti-prescription:before{content:""}.ti-presentation:before{content:""}.ti-presentation-analytics:before{content:""}.ti-presentation-off:before{content:""}.ti-printer:before{content:""}.ti-printer-off:before{content:""}.ti-prism:before{content:"缾"}.ti-prism-light:before{content:"ﺦ"}.ti-prism-off:before{content:"絛"}.ti-prism-plus:before{content:"練"}.ti-prison:before{content:""}.ti-progress:before{content:"嗀"}.ti-progress-alert:before{content:"輻"}.ti-progress-bolt:before{content:"行"}.ti-progress-check:before{content:"降"}.ti-progress-down:before{content:"見"}.ti-progress-help:before{content:"廓"}.ti-progress-x:before{content:"兀"}.ti-prompt:before{content:""}.ti-prong:before{content:"ﶡ"}.ti-propeller:before{content:""}.ti-propeller-off:before{content:""}.ti-protocol:before{content:"ﶁ"}.ti-pumpkin-scary:before{content:""}.ti-puzzle:before{content:""}.ti-puzzle-2:before{content:""}.ti-puzzle-off:before{content:""}.ti-pyramid:before{content:""}.ti-pyramid-off:before{content:""}.ti-pyramid-plus:before{content:"者"}.ti-qrcode:before{content:""}.ti-qrcode-off:before{content:""}.ti-question-mark:before{content:""}.ti-queue-pop-in:before{content:"𐈀"}.ti-queue-pop-out:before{content:"𐇿"}.ti-quote:before{content:""}.ti-quote-off:before{content:""}.ti-quote-open:before{content:"𐈤"}.ti-quotes:before{content:"ﬞ"}.ti-radar:before{content:""}.ti-radar-2:before{content:""}.ti-radar-off:before{content:""}.ti-radio:before{content:""}.ti-radio-off:before{content:""}.ti-radioactive:before{content:""}.ti-radioactive-off:before{content:""}.ti-radius-bottom-left:before{content:""}.ti-radius-bottom-right:before{content:""}.ti-radius-top-left:before{content:""}.ti-radius-top-right:before{content:""}.ti-rainbow:before{content:""}.ti-rainbow-off:before{content:""}.ti-rating-12-plus:before{content:""}.ti-rating-14-plus:before{content:""}.ti-rating-16-plus:before{content:""}.ti-rating-18-plus:before{content:""}.ti-rating-21-plus:before{content:""}.ti-razor:before{content:""}.ti-razor-electric:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-bitcoin:before{content:"ﵦ"}.ti-receipt-dollar:before{content:"ﵧ"}.ti-receipt-euro:before{content:"ﵨ"}.ti-receipt-off:before{content:""}.ti-receipt-pound:before{content:"ﵩ"}.ti-receipt-refund:before{content:""}.ti-receipt-rupee:before{content:"ﶂ"}.ti-receipt-tax:before{content:""}.ti-receipt-yen:before{content:"ﵪ"}.ti-receipt-yuan:before{content:"ﵫ"}.ti-recharging:before{content:""}.ti-record-mail:before{content:""}.ti-record-mail-off:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-rounded-bottom:before{content:"﫭"}.ti-rectangle-rounded-top:before{content:"﫮"}.ti-rectangle-vertical:before{content:""}.ti-rectangular-prism:before{content:"蝹"}.ti-rectangular-prism-off:before{content:"荒"}.ti-rectangular-prism-plus:before{content:"華"}.ti-recycle:before{content:""}.ti-recycle-off:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-refresh-dot:before{content:""}.ti-refresh-off:before{content:""}.ti-regex:before{content:""}.ti-regex-off:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-reload:before{content:""}.ti-reorder:before{content:"ﰕ"}.ti-repeat:before{content:""}.ti-repeat-off:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-replace-off:before{content:""}.ti-replace-user:before{content:"𐃰"}.ti-report:before{content:""}.ti-report-analytics:before{content:""}.ti-report-medical:before{content:""}.ti-report-money:before{content:""}.ti-report-off:before{content:""}.ti-report-search:before{content:""}.ti-reserved-line:before{content:"臨"}.ti-resize:before{content:""}.ti-restore:before{content:"﫽"}.ti-rewind-backward-10:before{content:"諸"}.ti-rewind-backward-15:before{content:"請"}.ti-rewind-backward-20:before{content:"謁"}.ti-rewind-backward-30:before{content:"諾"}.ti-rewind-backward-40:before{content:"諭"}.ti-rewind-backward-5:before{content:"謹"}.ti-rewind-backward-50:before{content:"變"}.ti-rewind-backward-60:before{content:"贈"}.ti-rewind-forward-10:before{content:"輸"}.ti-rewind-forward-15:before{content:"遲"}.ti-rewind-forward-20:before{content:"醙"}.ti-rewind-forward-30:before{content:"鉶"}.ti-rewind-forward-40:before{content:"陼"}.ti-rewind-forward-5:before{content:"難"}.ti-rewind-forward-50:before{content:"靖"}.ti-rewind-forward-60:before{content:"韛"}.ti-ribbon-health:before{content:""}.ti-rings:before{content:"頻"}.ti-ripple:before{content:""}.ti-ripple-down:before{content:"𐆪"}.ti-ripple-off:before{content:""}.ti-ripple-up:before{content:"𐆩"}.ti-road:before{content:""}.ti-road-off:before{content:""}.ti-road-sign:before{content:""}.ti-robot:before{content:""}.ti-robot-face:before{content:"ﲾ"}.ti-robot-off:before{content:""}.ti-rocket:before{content:""}.ti-rocket-off:before{content:""}.ti-roller-skating:before{content:""}.ti-rollercoaster:before{content:""}.ti-rollercoaster-off:before{content:""}.ti-rosette:before{content:""}.ti-rosette-asterisk:before{content:"𐆨"}.ti-rosette-discount:before{content:""}.ti-rosette-discount-check:before{content:""}.ti-rosette-discount-check-off:before{content:"０"}.ti-rosette-discount-off:before{content:""}.ti-rosette-number-0:before{content:""}.ti-rosette-number-1:before{content:""}.ti-rosette-number-2:before{content:""}.ti-rosette-number-3:before{content:""}.ti-rosette-number-4:before{content:""}.ti-rosette-number-5:before{content:""}.ti-rosette-number-6:before{content:""}.ti-rosette-number-7:before{content:""}.ti-rosette-number-8:before{content:""}.ti-rosette-number-9:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-360:before{content:""}.ti-rotate-3d:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-dot:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-roulette:before{content:"𐉞"}.ti-route:before{content:""}.ti-route-2:before{content:""}.ti-route-alt-left:before{content:"ﲩ"}.ti-route-alt-right:before{content:"ﲪ"}.ti-route-off:before{content:""}.ti-route-scan:before{content:"ﲿ"}.ti-route-square:before{content:"ﲬ"}.ti-route-square-2:before{content:"ﲫ"}.ti-route-x:before{content:"ﲮ"}.ti-route-x-2:before{content:"ﲭ"}.ti-router:before{content:""}.ti-router-off:before{content:""}.ti-row-insert-bottom:before{content:""}.ti-row-insert-top:before{content:""}.ti-row-remove:before{content:"﫾"}.ti-rss:before{content:""}.ti-rubber-stamp:before{content:""}.ti-rubber-stamp-off:before{content:""}.ti-rugby:before{content:"𐉇"}.ti-ruler:before{content:""}.ti-ruler-2:before{content:""}.ti-ruler-2-off:before{content:""}.ti-ruler-3:before{content:""}.ti-ruler-measure:before{content:""}.ti-ruler-measure-2:before{content:"／"}.ti-ruler-off:before{content:""}.ti-run:before{content:""}.ti-rv-truck:before{content:"ﳀ"}.ti-s-turn-down:before{content:""}.ti-s-turn-left:before{content:""}.ti-s-turn-right:before{content:""}.ti-s-turn-up:before{content:""}.ti-sailboat:before{content:""}.ti-sailboat-2:before{content:""}.ti-sailboat-off:before{content:""}.ti-salad:before{content:""}.ti-salt:before{content:""}.ti-sandbox:before{content:"ﵬ"}.ti-satellite:before{content:""}.ti-satellite-off:before{content:""}.ti-sausage:before{content:""}.ti-scale:before{content:""}.ti-scale-off:before{content:""}.ti-scale-outline:before{content:""}.ti-scale-outline-off:before{content:""}.ti-scan:before{content:""}.ti-scan-cube:before{content:"𐉝"}.ti-scan-eye:before{content:""}.ti-scan-letter-a:before{content:"𐈣"}.ti-scan-letter-t:before{content:"𐈢"}.ti-scan-position:before{content:"ﶬ"}.ti-scan-traces:before{content:"𐇬"}.ti-schema:before{content:""}.ti-schema-off:before{content:""}.ti-school:before{content:""}.ti-school-bell:before{content:""}.ti-school-off:before{content:""}.ti-scissors:before{content:""}.ti-scissors-off:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-scoreboard:before{content:"恵"}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-screenshot:before{content:""}.ti-scribble:before{content:""}.ti-scribble-off:before{content:""}.ti-script:before{content:""}.ti-script-minus:before{content:""}.ti-script-plus:before{content:""}.ti-script-x:before{content:""}.ti-scuba-diving:before{content:"﵎"}.ti-scuba-diving-tank:before{content:"ﻺ"}.ti-scuba-mask:before{content:""}.ti-scuba-mask-off:before{content:""}.ti-sdk:before{content:""}.ti-search:before{content:""}.ti-search-off:before{content:""}.ti-section:before{content:""}.ti-section-sign:before{content:""}.ti-seedling:before{content:""}.ti-seedling-off:before{content:""}.ti-segway:before{content:"𐈡"}.ti-select:before{content:""}.ti-select-all:before{content:"立"}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-send-2:before{content:"ﵝ"}.ti-send-off:before{content:""}.ti-seo:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-server-2:before{content:""}.ti-server-bolt:before{content:""}.ti-server-cog:before{content:""}.ti-server-off:before{content:""}.ti-server-spark:before{content:"ﾯ"}.ti-serverless:before{content:"𐇫"}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-settings-2:before{content:""}.ti-settings-ai:before{content:"𐆧"}.ti-settings-automation:before{content:""}.ti-settings-bolt:before{content:"玲"}.ti-settings-cancel:before{content:"瑩"}.ti-settings-check:before{content:"羚"}.ti-settings-code:before{content:"聆"}.ti-settings-cog:before{content:"鈴"}.ti-settings-dollar:before{content:"零"}.ti-settings-down:before{content:"靈"}.ti-settings-exclamation:before{content:"領"}.ti-settings-heart:before{content:"例"}.ti-settings-minus:before{content:"禮"}.ti-settings-off:before{content:""}.ti-settings-pause:before{content:"醴"}.ti-settings-pin:before{content:"隸"}.ti-settings-plus:before{content:"惡"}.ti-settings-question:before{content:"了"}.ti-settings-search:before{content:"僚"}.ti-settings-share:before{content:"寮"}.ti-settings-spark:before{content:"ﾮ"}.ti-settings-star:before{content:"尿"}.ti-settings-up:before{content:"料"}.ti-settings-x:before{content:"樂"}.ti-shadow:before{content:""}.ti-shadow-off:before{content:""}.ti-shape:before{content:""}.ti-shape-2:before{content:""}.ti-shape-3:before{content:""}.ti-shape-off:before{content:""}.ti-share:before{content:""}.ti-share-2:before{content:""}.ti-share-3:before{content:""}.ti-share-off:before{content:""}.ti-shareplay:before{content:"ﺥ"}.ti-shield:before{content:""}.ti-shield-bolt:before{content:"燎"}.ti-shield-cancel:before{content:"療"}.ti-shield-check:before{content:""}.ti-shield-checkered:before{content:""}.ti-shield-chevron:before{content:""}.ti-shield-code:before{content:"蓼"}.ti-shield-cog:before{content:"遼"}.ti-shield-dollar:before{content:"龍"}.ti-shield-down:before{content:"暈"}.ti-shield-exclamation:before{content:"阮"}.ti-shield-half:before{content:""}.ti-shield-heart:before{content:"劉"}.ti-shield-lock:before{content:""}.ti-shield-minus:before{content:"杻"}.ti-shield-off:before{content:""}.ti-shield-pause:before{content:"柳"}.ti-shield-pin:before{content:"流"}.ti-shield-plus:before{content:"溜"}.ti-shield-question:before{content:"琉"}.ti-shield-search:before{content:"留"}.ti-shield-share:before{content:"硫"}.ti-shield-star:before{content:"紐"}.ti-shield-up:before{content:"類"}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-ship-off:before{content:""}.ti-shirt:before{content:""}.ti-shirt-off:before{content:""}.ti-shirt-sport:before{content:""}.ti-shoe:before{content:""}.ti-shoe-off:before{content:""}.ti-shopping-bag:before{content:""}.ti-shopping-bag-check:before{content:"ﰖ"}.ti-shopping-bag-discount:before{content:"ﰗ"}.ti-shopping-bag-edit:before{content:"ﰘ"}.ti-shopping-bag-exclamation:before{content:"ﰙ"}.ti-shopping-bag-heart:before{content:"ﶢ"}.ti-shopping-bag-minus:before{content:"ﰚ"}.ti-shopping-bag-plus:before{content:"ﰛ"}.ti-shopping-bag-search:before{content:"ﰜ"}.ti-shopping-bag-x:before{content:"ﰝ"}.ti-shopping-cart:before{content:""}.ti-shopping-cart-bolt:before{content:"ﭗ"}.ti-shopping-cart-cancel:before{content:"ﭘ"}.ti-shopping-cart-check:before{content:"ﭙ"}.ti-shopping-cart-code:before{content:"ﭚ"}.ti-shopping-cart-cog:before{content:"ﭛ"}.ti-shopping-cart-copy:before{content:"ﭜ"}.ti-shopping-cart-discount:before{content:"ﭝ"}.ti-shopping-cart-dollar:before{content:"ﭞ"}.ti-shopping-cart-down:before{content:"ﭟ"}.ti-shopping-cart-exclamation:before{content:"ﭠ"}.ti-shopping-cart-heart:before{content:"ﭡ"}.ti-shopping-cart-minus:before{content:"ﭢ"}.ti-shopping-cart-off:before{content:""}.ti-shopping-cart-pause:before{content:"ﭣ"}.ti-shopping-cart-pin:before{content:"ﭤ"}.ti-shopping-cart-plus:before{content:"ﭥ"}.ti-shopping-cart-question:before{content:"ﭦ"}.ti-shopping-cart-search:before{content:"ﭧ"}.ti-shopping-cart-share:before{content:"ﭨ"}.ti-shopping-cart-star:before{content:"ﭩ"}.ti-shopping-cart-up:before{content:"ﭪ"}.ti-shopping-cart-x:before{content:"ﭫ"}.ti-shovel:before{content:""}.ti-shovel-pitchforks:before{content:"ﴺ"}.ti-shredder:before{content:""}.ti-sign-left:before{content:""}.ti-sign-right:before{content:""}.ti-signal-2g:before{content:""}.ti-signal-3g:before{content:""}.ti-signal-4g:before{content:""}.ti-signal-4g-plus:before{content:""}.ti-signal-5g:before{content:""}.ti-signal-6g:before{content:"笠"}.ti-signal-e:before{content:"粒"}.ti-signal-g:before{content:"狀"}.ti-signal-h:before{content:"識"}.ti-signal-h-plus:before{content:"炙"}.ti-signal-lte:before{content:"什"}.ti-signature:before{content:""}.ti-signature-off:before{content:""}.ti-sitemap:before{content:""}.ti-sitemap-off:before{content:""}.ti-skateboard:before{content:""}.ti-skateboard-off:before{content:""}.ti-skateboarding:before{content:"響"}.ti-sketching:before{content:"𐉜"}.ti-skew-x:before{content:"ﴻ"}.ti-skew-y:before{content:"ﴼ"}.ti-ski-jumping:before{content:"𤋮"}.ti-skull:before{content:""}.ti-slash:before{content:""}.ti-slashes:before{content:""}.ti-sleigh:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smart-home-off:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowboarding:before{content:"﵏"}.ti-snowflake:before{content:""}.ti-snowflake-off:before{content:""}.ti-snowman:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-social-off:before{content:""}.ti-sock:before{content:""}.ti-sofa:before{content:""}.ti-sofa-off:before{content:""}.ti-solar-electricity:before{content:"ﳁ"}.ti-solar-panel:before{content:""}.ti-solar-panel-2:before{content:""}.ti-sort-0-9:before{content:""}.ti-sort-9-0:before{content:""}.ti-sort-a-z:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-ascending-2:before{content:""}.ti-sort-ascending-letters:before{content:""}.ti-sort-ascending-numbers:before{content:""}.ti-sort-ascending-shapes:before{content:"ﶔ"}.ti-sort-ascending-small-big:before{content:"ﶕ"}.ti-sort-descending:before{content:""}.ti-sort-descending-2:before{content:""}.ti-sort-descending-letters:before{content:""}.ti-sort-descending-numbers:before{content:""}.ti-sort-descending-shapes:before{content:"ﶗ"}.ti-sort-descending-small-big:before{content:"ﶖ"}.ti-sort-z-a:before{content:""}.ti-sos:before{content:""}.ti-soup:before{content:""}.ti-soup-off:before{content:""}.ti-source-code:before{content:""}.ti-space:before{content:""}.ti-space-off:before{content:""}.ti-spaces:before{content:"ﺤ"}.ti-spacing-horizontal:before{content:""}.ti-spacing-vertical:before{content:""}.ti-spade:before{content:""}.ti-sparkle:before{content:"𐉙"}.ti-sparkle-2:before{content:"𐉛"}.ti-sparkle-highlight:before{content:"𐉚"}.ti-sparkles:before{content:""}.ti-sparkles-2:before{content:"𐆦"}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-sphere:before{content:"視"}.ti-sphere-2:before{content:"𐉘"}.ti-sphere-off:before{content:"襁"}.ti-sphere-plus:before{content:"覆"}.ti-spider:before{content:""}.ti-spiral:before{content:""}.ti-spiral-off:before{content:""}.ti-sport-billiard:before{content:""}.ti-spray:before{content:""}.ti-spy:before{content:""}.ti-spy-off:before{content:""}.ti-sql:before{content:""}.ti-square:before{content:""}.ti-square-arrow-down:before{content:""}.ti-square-arrow-left:before{content:""}.ti-square-arrow-right:before{content:""}.ti-square-arrow-up:before{content:""}.ti-square-asterisk:before{content:""}.ti-square-check:before{content:""}.ti-square-chevron-down:before{content:""}.ti-square-chevron-left:before{content:""}.ti-square-chevron-right:before{content:""}.ti-square-chevron-up:before{content:""}.ti-square-chevrons-down:before{content:""}.ti-square-chevrons-left:before{content:""}.ti-square-chevrons-right:before{content:""}.ti-square-chevrons-up:before{content:""}.ti-square-dashed:before{content:"𐂻"}.ti-square-dot:before{content:""}.ti-square-f0:before{content:""}.ti-square-f1:before{content:""}.ti-square-f2:before{content:""}.ti-square-f3:before{content:""}.ti-square-f4:before{content:""}.ti-square-f5:before{content:""}.ti-square-f6:before{content:""}.ti-square-f7:before{content:""}.ti-square-f8:before{content:""}.ti-square-f9:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-half:before{content:""}.ti-square-key:before{content:""}.ti-square-letter-a:before{content:""}.ti-square-letter-b:before{content:""}.ti-square-letter-c:before{content:""}.ti-square-letter-d:before{content:""}.ti-square-letter-e:before{content:""}.ti-square-letter-f:before{content:""}.ti-square-letter-g:before{content:""}.ti-square-letter-h:before{content:""}.ti-square-letter-i:before{content:""}.ti-square-letter-j:before{content:""}.ti-square-letter-k:before{content:""}.ti-square-letter-l:before{content:""}.ti-square-letter-m:before{content:""}.ti-square-letter-n:before{content:""}.ti-square-letter-o:before{content:""}.ti-square-letter-p:before{content:""}.ti-square-letter-q:before{content:""}.ti-square-letter-r:before{content:""}.ti-square-letter-s:before{content:""}.ti-square-letter-t:before{content:""}.ti-square-letter-u:before{content:""}.ti-square-letter-v:before{content:""}.ti-square-letter-w:before{content:""}.ti-square-letter-x:before{content:""}.ti-square-letter-y:before{content:""}.ti-square-letter-z:before{content:""}.ti-square-minus:before{content:"𐆞"}.ti-square-minus-2:before{content:""}.ti-square-number-0:before{content:""}.ti-square-number-1:before{content:""}.ti-square-number-2:before{content:""}.ti-square-number-3:before{content:""}.ti-square-number-4:before{content:""}.ti-square-number-5:before{content:""}.ti-square-number-6:before{content:""}.ti-square-number-7:before{content:""}.ti-square-number-8:before{content:""}.ti-square-number-9:before{content:""}.ti-square-off:before{content:""}.ti-square-percentage:before{content:"ﶃ"}.ti-square-plus:before{content:""}.ti-square-plus-2:before{content:"ﲖ"}.ti-square-root:before{content:""}.ti-square-root-2:before{content:""}.ti-square-rotated:before{content:""}.ti-square-rotated-asterisk:before{content:"𐆥"}.ti-square-rotated-forbid:before{content:""}.ti-square-rotated-forbid-2:before{content:""}.ti-square-rotated-off:before{content:""}.ti-square-rounded:before{content:""}.ti-square-rounded-arrow-down:before{content:""}.ti-square-rounded-arrow-left:before{content:""}.ti-square-rounded-arrow-right:before{content:""}.ti-square-rounded-arrow-up:before{content:""}.ti-square-rounded-check:before{content:""}.ti-square-rounded-chevron-down:before{content:""}.ti-square-rounded-chevron-left:before{content:""}.ti-square-rounded-chevron-right:before{content:""}.ti-square-rounded-chevron-up:before{content:""}.ti-square-rounded-chevrons-down:before{content:""}.ti-square-rounded-chevrons-left:before{content:""}.ti-square-rounded-chevrons-right:before{content:""}.ti-square-rounded-chevrons-up:before{content:""}.ti-square-rounded-letter-a:before{content:""}.ti-square-rounded-letter-b:before{content:""}.ti-square-rounded-letter-c:before{content:""}.ti-square-rounded-letter-d:before{content:""}.ti-square-rounded-letter-e:before{content:""}.ti-square-rounded-letter-f:before{content:""}.ti-square-rounded-letter-g:before{content:""}.ti-square-rounded-letter-h:before{content:""}.ti-square-rounded-letter-i:before{content:""}.ti-square-rounded-letter-j:before{content:""}.ti-square-rounded-letter-k:before{content:""}.ti-square-rounded-letter-l:before{content:""}.ti-square-rounded-letter-m:before{content:""}.ti-square-rounded-letter-n:before{content:""}.ti-square-rounded-letter-o:before{content:""}.ti-square-rounded-letter-p:before{content:""}.ti-square-rounded-letter-q:before{content:""}.ti-square-rounded-letter-r:before{content:""}.ti-square-rounded-letter-s:before{content:""}.ti-square-rounded-letter-t:before{content:""}.ti-square-rounded-letter-u:before{content:""}.ti-square-rounded-letter-v:before{content:""}.ti-square-rounded-letter-w:before{content:""}.ti-square-rounded-letter-x:before{content:""}.ti-square-rounded-letter-y:before{content:""}.ti-square-rounded-letter-z:before{content:""}.ti-square-rounded-minus:before{content:""}.ti-square-rounded-minus-2:before{content:"ﲗ"}.ti-square-rounded-number-0:before{content:""}.ti-square-rounded-number-1:before{content:""}.ti-square-rounded-number-2:before{content:""}.ti-square-rounded-number-3:before{content:""}.ti-square-rounded-number-4:before{content:""}.ti-square-rounded-number-5:before{content:""}.ti-square-rounded-number-6:before{content:""}.ti-square-rounded-number-7:before{content:""}.ti-square-rounded-number-8:before{content:""}.ti-square-rounded-number-9:before{content:""}.ti-square-rounded-percentage:before{content:"ﶄ"}.ti-square-rounded-plus:before{content:""}.ti-square-rounded-plus-2:before{content:"ﲘ"}.ti-square-rounded-x:before{content:""}.ti-square-toggle:before{content:""}.ti-square-toggle-horizontal:before{content:""}.ti-square-x:before{content:""}.ti-squares:before{content:""}.ti-squares-diagonal:before{content:""}.ti-squares-selected:before{content:"ﺣ"}.ti-stack:before{content:""}.ti-stack-2:before{content:""}.ti-stack-3:before{content:""}.ti-stack-back:before{content:"ﴦ"}.ti-stack-backward:before{content:"ﴧ"}.ti-stack-forward:before{content:"ﴨ"}.ti-stack-front:before{content:"ﴩ"}.ti-stack-middle:before{content:"ﴪ"}.ti-stack-pop:before{content:""}.ti-stack-push:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-stars-off:before{content:""}.ti-status-change:before{content:""}.ti-steam:before{content:""}.ti-steering-wheel:before{content:""}.ti-steering-wheel-off:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stereo-glasses:before{content:""}.ti-stethoscope:before{content:""}.ti-stethoscope-off:before{content:""}.ti-sticker:before{content:""}.ti-sticker-2:before{content:"ﴽ"}.ti-stopwatch:before{content:"ﾛ"}.ti-storm:before{content:""}.ti-storm-off:before{content:""}.ti-stretching:before{content:""}.ti-stretching-2:before{content:"舘"}.ti-strikethrough:before{content:""}.ti-stroke-curved:before{content:"𐇾"}.ti-stroke-dynamic:before{content:"𐇽"}.ti-stroke-straight:before{content:"𐇼"}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-subtitles:before{content:"𐆡"}.ti-subtitles-ai:before{content:"𐆤"}.ti-subtitles-edit:before{content:"𐆣"}.ti-subtitles-off:before{content:"𐆢"}.ti-sum:before{content:""}.ti-sum-off:before{content:""}.ti-sun:before{content:""}.ti-sun-electricity:before{content:"ﳂ"}.ti-sun-high:before{content:""}.ti-sun-low:before{content:""}.ti-sun-moon:before{content:""}.ti-sun-off:before{content:""}.ti-sun-wind:before{content:""}.ti-sunglasses:before{content:""}.ti-sunrise:before{content:""}.ti-sunset:before{content:""}.ti-sunset-2:before{content:""}.ti-superscript:before{content:""}.ti-svg:before{content:""}.ti-swimming:before{content:""}.ti-swipe:before{content:""}.ti-swipe-down:before{content:"ﵞ"}.ti-swipe-left:before{content:"ﵟ"}.ti-swipe-right:before{content:"ﵠ"}.ti-swipe-up:before{content:"ﵡ"}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-sword:before{content:""}.ti-sword-off:before{content:""}.ti-swords:before{content:""}.ti-tab-close:before{content:"𐉰"}.ti-table:before{content:""}.ti-table-alias:before{content:""}.ti-table-column:before{content:"﫿"}.ti-table-dashed:before{content:"𐂺"}.ti-table-down:before{content:"靖"}.ti-table-export:before{content:""}.ti-table-heart:before{content:"精"}.ti-table-import:before{content:""}.ti-table-minus:before{content:"羽"}.ti-table-off:before{content:""}.ti-table-options:before{content:""}.ti-table-plus:before{content:"﨟"}.ti-table-row:before{content:"ﬀ"}.ti-table-share:before{content:"蘒"}.ti-table-shortcut:before{content:""}.ti-table-spark:before{content:"ﾭ"}.ti-tag:before{content:"𐂖"}.ti-tag-minus:before{content:""}.ti-tag-off:before{content:""}.ti-tag-plus:before{content:"𐂗"}.ti-tag-starred:before{content:"ﲙ"}.ti-tags:before{content:""}.ti-tags-off:before{content:""}.ti-taiwan-dollar:before{content:"𐉆"}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-target-2:before{content:"𐉅"}.ti-target-arrow:before{content:""}.ti-target-off:before{content:""}.ti-tax:before{content:"ﻮ"}.ti-tax-euro:before{content:"ﻰ"}.ti-tax-pound:before{content:"ﻯ"}.ti-teapot:before{content:""}.ti-telescope:before{content:""}.ti-telescope-off:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-off:before{content:""}.ti-temperature-plus:before{content:""}.ti-temperature-snow:before{content:"ﶣ"}.ti-temperature-sun:before{content:"ﶤ"}.ti-template:before{content:""}.ti-template-off:before{content:""}.ti-tent:before{content:""}.ti-tent-off:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-test-pipe-2:before{content:""}.ti-test-pipe-off:before{content:""}.ti-tex:before{content:""}.ti-text-caption:before{content:""}.ti-text-color:before{content:""}.ti-text-decrease:before{content:""}.ti-text-direction-ltr:before{content:""}.ti-text-direction-rtl:before{content:""}.ti-text-grammar:before{content:"ﵭ"}.ti-text-increase:before{content:""}.ti-text-orientation:before{content:""}.ti-text-outline:before{content:"𐉯"}.ti-text-plus:before{content:""}.ti-text-recognition:before{content:""}.ti-text-regex-asterisk:before{content:"𐉮"}.ti-text-regex-end:before{content:"𐉭"}.ti-text-regex-plus:before{content:"𐉬"}.ti-text-regex-question:before{content:"𐉫"}.ti-text-regex-start:before{content:"𐉪"}.ti-text-resize:before{content:""}.ti-text-scan-2:before{content:"ﳃ"}.ti-text-scan-ai:before{content:"𐉗"}.ti-text-size:before{content:""}.ti-text-spellcheck:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-column:before{content:"ﺲ"}.ti-text-wrap-disabled:before{content:""}.ti-texture:before{content:""}.ti-theater:before{content:""}.ti-thermometer:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-down-off:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-up-off:before{content:""}.ti-tic-tac:before{content:""}.ti-ticket:before{content:""}.ti-ticket-off:before{content:""}.ti-tie:before{content:""}.ti-tilde:before{content:""}.ti-tilt-shift:before{content:""}.ti-tilt-shift-off:before{content:""}.ti-time-duration-0:before{content:"䀹"}.ti-time-duration-10:before{content:"𥉉"}.ti-time-duration-15:before{content:"𥳐"}.ti-time-duration-30:before{content:"𧻓"}.ti-time-duration-45:before{content:"齃"}.ti-time-duration-5:before{content:"龎"}.ti-time-duration-60:before{content:"﫚"}.ti-time-duration-90:before{content:"﫛"}.ti-time-duration-off:before{content:"﫜"}.ti-timeline:before{content:""}.ti-timeline-event:before{content:""}.ti-timeline-event-exclamation:before{content:""}.ti-timeline-event-minus:before{content:""}.ti-timeline-event-plus:before{content:""}.ti-timeline-event-text:before{content:""}.ti-timeline-event-x:before{content:""}.ti-timezone:before{content:"ﻭ"}.ti-tip-jar:before{content:"ﻪ"}.ti-tip-jar-euro:before{content:"ﻬ"}.ti-tip-jar-pound:before{content:"ﻫ"}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-toilet-paper:before{content:""}.ti-toilet-paper-off:before{content:""}.ti-toml:before{content:"艹"}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tools-kitchen-2:before{content:""}.ti-tools-kitchen-2-off:before{content:""}.ti-tools-kitchen-3:before{content:"ﴫ"}.ti-tools-kitchen-off:before{content:""}.ti-tools-off:before{content:""}.ti-tooltip:before{content:""}.ti-topology-bus:before{content:""}.ti-topology-complex:before{content:""}.ti-topology-full:before{content:""}.ti-topology-full-hierarchy:before{content:""}.ti-topology-ring:before{content:""}.ti-topology-ring-2:before{content:""}.ti-topology-ring-3:before{content:""}.ti-topology-star:before{content:""}.ti-topology-star-2:before{content:""}.ti-topology-star-3:before{content:""}.ti-topology-star-ring:before{content:""}.ti-topology-star-ring-2:before{content:""}.ti-topology-star-ring-3:before{content:""}.ti-torii:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tower:before{content:""}.ti-tower-off:before{content:""}.ti-track:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-cone-off:before{content:""}.ti-traffic-lights:before{content:""}.ti-traffic-lights-off:before{content:""}.ti-train:before{content:""}.ti-transaction-bitcoin:before{content:"ﵮ"}.ti-transaction-dollar:before{content:"ﵯ"}.ti-transaction-euro:before{content:"ﵰ"}.ti-transaction-pound:before{content:"ﵱ"}.ti-transaction-rupee:before{content:"ﶅ"}.ti-transaction-yen:before{content:"ﵲ"}.ti-transaction-yuan:before{content:"ﵳ"}.ti-transfer:before{content:"ﰟ"}.ti-transfer-in:before{content:""}.ti-transfer-out:before{content:""}.ti-transfer-vertical:before{content:"ﰞ"}.ti-transform:before{content:""}.ti-transform-point:before{content:"ﶩ"}.ti-transform-point-bottom-left:before{content:"ﶥ"}.ti-transform-point-bottom-right:before{content:"ﶦ"}.ti-transform-point-top-left:before{content:"ﶧ"}.ti-transform-point-top-right:before{content:"ﶨ"}.ti-transition-bottom:before{content:""}.ti-transition-left:before{content:""}.ti-transition-right:before{content:""}.ti-transition-top:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trash-x:before{content:""}.ti-treadmill:before{content:"﩮"}.ti-tree:before{content:""}.ti-trees:before{content:""}.ti-trekking:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-trending-up-down:before{content:"𐇻"}.ti-triangle:before{content:""}.ti-triangle-inverted:before{content:""}.ti-triangle-minus:before{content:"ﲛ"}.ti-triangle-minus-2:before{content:"ﲚ"}.ti-triangle-off:before{content:""}.ti-triangle-plus:before{content:"ﲝ"}.ti-triangle-plus-2:before{content:"ﲜ"}.ti-triangle-square-circle:before{content:""}.ti-triangles:before{content:""}.ti-trident:before{content:""}.ti-trolley:before{content:""}.ti-trophy:before{content:""}.ti-trophy-off:before{content:""}.ti-trowel:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-loading:before{content:""}.ti-truck-off:before{content:""}.ti-truck-return:before{content:""}.ti-txt:before{content:""}.ti-typeface:before{content:"ﶫ"}.ti-typography:before{content:""}.ti-typography-off:before{content:""}.ti-u-turn-left:before{content:"ﺢ"}.ti-u-turn-right:before{content:"ﺡ"}.ti-ufo:before{content:""}.ti-ufo-off:before{content:""}.ti-uhd:before{content:"𐂪"}.ti-umbrella:before{content:""}.ti-umbrella-2:before{content:"．"}.ti-umbrella-closed:before{content:"，"}.ti-umbrella-closed-2:before{content:"－"}.ti-umbrella-off:before{content:""}.ti-underline:before{content:""}.ti-underline-off:before{content:"𐉩"}.ti-unicycle:before{content:"𐉄"}.ti-universe:before{content:"ﳄ"}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-usb:before{content:""}.ti-user:before{content:""}.ti-user-bitcoin:before{content:"Ｐ"}.ti-user-bolt:before{content:"六"}.ti-user-cancel:before{content:"戮"}.ti-user-check:before{content:""}.ti-user-circle:before{content:""}.ti-user-code:before{content:"陸"}.ti-user-cog:before{content:"倫"}.ti-user-dollar:before{content:"崙"}.ti-user-down:before{content:"淪"}.ti-user-edit:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-heart:before{content:""}.ti-user-hexagon:before{content:"ﱎ"}.ti-user-key:before{content:"𐇪"}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-pause:before{content:"輪"}.ti-user-pentagon:before{content:"ﱏ"}.ti-user-pin:before{content:""}.ti-user-plus:before{content:""}.ti-user-question:before{content:""}.ti-user-scan:before{content:"ﲯ"}.ti-user-screen:before{content:"ﺠ"}.ti-user-search:before{content:""}.ti-user-share:before{content:"律"}.ti-user-shield:before{content:""}.ti-user-square:before{content:"ﱑ"}.ti-user-square-rounded:before{content:"ﱐ"}.ti-user-star:before{content:""}.ti-user-up:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-users-group:before{content:"﨡"}.ti-users-minus:before{content:"﨎"}.ti-users-plus:before{content:"﨏"}.ti-uv-index:before{content:""}.ti-ux-circle:before{content:""}.ti-vaccine:before{content:""}.ti-vaccine-bottle:before{content:""}.ti-vaccine-bottle-off:before{content:""}.ti-vaccine-off:before{content:""}.ti-vacuum-cleaner:before{content:""}.ti-variable:before{content:""}.ti-variable-minus:before{content:""}.ti-variable-off:before{content:""}.ti-variable-plus:before{content:""}.ti-vector:before{content:""}.ti-vector-bezier:before{content:""}.ti-vector-bezier-2:before{content:""}.ti-vector-bezier-arc:before{content:""}.ti-vector-bezier-circle:before{content:""}.ti-vector-off:before{content:""}.ti-vector-spline:before{content:""}.ti-vector-triangle:before{content:""}.ti-vector-triangle-off:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-versions-off:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-view-360-arrow:before{content:""}.ti-view-360-number:before{content:""}.ti-view-360-off:before{content:""}.ti-viewfinder:before{content:""}.ti-viewfinder-off:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-short:before{content:"ﻩ"}.ti-viewport-tall:before{content:"ﻨ"}.ti-viewport-wide:before{content:""}.ti-vignette:before{content:"𐉖"}.ti-vinyl:before{content:""}.ti-vip:before{content:""}.ti-vip-2:before{content:"𐇺"}.ti-vip-off:before{content:""}.ti-virtual-space:before{content:"𐉨"}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-vocabulary:before{content:""}.ti-vocabulary-off:before{content:""}.ti-volcano:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-volume-4:before{content:"𐆝"}.ti-volume-off:before{content:""}.ti-vs:before{content:"ﱒ"}.ti-walk:before{content:""}.ti-wall:before{content:""}.ti-wall-off:before{content:""}.ti-wallet:before{content:""}.ti-wallet-off:before{content:""}.ti-wallpaper:before{content:""}.ti-wallpaper-off:before{content:""}.ti-wand:before{content:""}.ti-wand-off:before{content:""}.ti-wash:before{content:""}.ti-wash-dry:before{content:""}.ti-wash-dry-1:before{content:""}.ti-wash-dry-2:before{content:""}.ti-wash-dry-3:before{content:""}.ti-wash-dry-a:before{content:""}.ti-wash-dry-dip:before{content:""}.ti-wash-dry-f:before{content:""}.ti-wash-dry-flat:before{content:"奔"}.ti-wash-dry-hang:before{content:""}.ti-wash-dry-off:before{content:""}.ti-wash-dry-p:before{content:""}.ti-wash-dry-shade:before{content:""}.ti-wash-dry-w:before{content:""}.ti-wash-dryclean:before{content:""}.ti-wash-dryclean-off:before{content:""}.ti-wash-eco:before{content:"婢"}.ti-wash-gentle:before{content:""}.ti-wash-hand:before{content:"嬨"}.ti-wash-machine:before{content:""}.ti-wash-off:before{content:""}.ti-wash-press:before{content:""}.ti-wash-temperature-1:before{content:""}.ti-wash-temperature-2:before{content:""}.ti-wash-temperature-3:before{content:""}.ti-wash-temperature-4:before{content:""}.ti-wash-temperature-5:before{content:""}.ti-wash-temperature-6:before{content:""}.ti-wash-tumble-dry:before{content:""}.ti-wash-tumble-off:before{content:""}.ti-waterpolo:before{content:"﩯"}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-waves-electricity:before{content:"ﳅ"}.ti-webhook:before{content:""}.ti-webhook-off:before{content:""}.ti-weight:before{content:""}.ti-wheat:before{content:"𐂨"}.ti-wheat-off:before{content:"𐂩"}.ti-wheel:before{content:"ﱤ"}.ti-wheelchair:before{content:""}.ti-wheelchair-off:before{content:""}.ti-whirl:before{content:""}.ti-whisk:before{content:"𐆠"}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wind-electricity:before{content:"ﳆ"}.ti-wind-off:before{content:""}.ti-windmill:before{content:""}.ti-windmill-off:before{content:""}.ti-window:before{content:""}.ti-window-maximize:before{content:""}.ti-window-minimize:before{content:""}.ti-window-off:before{content:""}.ti-windsock:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-wood:before{content:""}.ti-world:before{content:""}.ti-world-bolt:before{content:"慄"}.ti-world-cancel:before{content:"栗"}.ti-world-check:before{content:"率"}.ti-world-code:before{content:"隆"}.ti-world-cog:before{content:"利"}.ti-world-dollar:before{content:"吏"}.ti-world-down:before{content:"履"}.ti-world-download:before{content:""}.ti-world-exclamation:before{content:"易"}.ti-world-heart:before{content:"李"}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-world-map:before{content:"𐇩"}.ti-world-minus:before{content:"梨"}.ti-world-off:before{content:""}.ti-world-pause:before{content:"泥"}.ti-world-pin:before{content:"理"}.ti-world-plus:before{content:"痢"}.ti-world-question:before{content:"罹"}.ti-world-search:before{content:"裏"}.ti-world-share:before{content:"裡"}.ti-world-star:before{content:"里"}.ti-world-up:before{content:"離"}.ti-world-upload:before{content:""}.ti-world-www:before{content:""}.ti-world-x:before{content:"匿"}.ti-wrecking-ball:before{content:""}.ti-writing:before{content:""}.ti-writing-off:before{content:""}.ti-writing-sign:before{content:""}.ti-writing-sign-off:before{content:""}.ti-x:before{content:""}.ti-x-mark:before{content:"𐈠"}.ti-x-power-y:before{content:"𐁲"}.ti-xbox-a:before{content:""}.ti-xbox-b:before{content:""}.ti-xbox-x:before{content:""}.ti-xbox-y:before{content:""}.ti-xd:before{content:"勉"}.ti-xxx:before{content:"ﰠ"}.ti-yin-yang:before{content:""}.ti-yoga:before{content:""}.ti-zeppelin:before{content:""}.ti-zeppelin-off:before{content:""}.ti-zero-config:before{content:"𐇨"}.ti-zip:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom:before{content:"ﶪ"}.ti-zoom-cancel:before{content:""}.ti-zoom-check:before{content:""}.ti-zoom-code:before{content:""}.ti-zoom-exclamation:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-in-area:before{content:""}.ti-zoom-money:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-out-area:before{content:""}.ti-zoom-pan:before{content:""}.ti-zoom-question:before{content:""}.ti-zoom-replace:before{content:""}.ti-zoom-reset:before{content:""}.ti-zoom-scan:before{content:"ﲰ"}.ti-zzz:before{content:""}.ti-zzz-off:before{content:""}.ti-123:before{content:""}.ti-360:before{content:""}.ti-code-asterix:before{content:""}.ti-discount-2:before{content:""}.ti-discount-2-off:before{content:""}.ti-discount-check:before{content:""}.ti-hand-rock:before{content:""}.ti-sort-deacending-small-big:before{content:"ﶖ"}.ti-shi-jumping:before{content:"𤋮"}.ti-box-seam:before{content:""}.ti-kering:before{content:""}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-3d-cube-sphere-off:before{content:""}.ti-3d-rotate:before{content:""}.ti-12-hours:before{content:"ﱓ"}.ti-24-hours:before{content:""}.ti-360-view:before{content:""}.ti-circle-0:before{content:""}.ti-circle-1:before{content:""}.ti-circle-2:before{content:""}.ti-circle-3:before{content:""}.ti-circle-4:before{content:""}.ti-circle-5:before{content:""}.ti-circle-6:before{content:""}.ti-circle-7:before{content:""}.ti-circle-8:before{content:""}.ti-circle-9:before{content:""}.ti-hexagon-0:before{content:""}.ti-hexagon-1:before{content:""}.ti-hexagon-2:before{content:""}.ti-hexagon-3:before{content:""}.ti-hexagon-4:before{content:""}.ti-hexagon-5:before{content:""}.ti-hexagon-6:before{content:""}.ti-hexagon-7:before{content:""}.ti-hexagon-8:before{content:""}.ti-hexagon-9:before{content:""}.ti-square-0:before{content:""}.ti-square-1:before{content:""}.ti-square-2:before{content:""}.ti-square-3:before{content:""}.ti-square-4:before{content:""}.ti-square-5:before{content:""}.ti-square-6:before{content:""}.ti-square-7:before{content:""}.ti-square-8:before{content:""}.ti-square-9:before{content:""}.ti-message-circle-2:before{content:""}.ti-mood-suprised:before{content:""}.ti-circle-dashed-letter-letter-v:before{content:"ﾄ"}.ti-seeding:before{content:""}.ti-seeding-off:before{content:""}.ti-brand-adobe-premier:before{content:"Ｆ"}.ti-foodsteps:before{content:"𐉥"}.ti-mood-confuzed:before{content:""}.ti-currency-rubel:before{content:""}.ti-sport-billard:before{content:""}.ti-physotherapist:before{content:""}.ti-ikosaedr:before{content:"ﻆ"}.ti-gender-trasvesti:before{content:""}.ti-brand-kako-talk:before{content:"ﴭ"}.ti-brand-adobe-after-effect:before{content:"Ｊ"}:root{--bg: #0d0e14;--panel: #171922;--panel-2: #1f2230;--sidebar: #12131c;--hi: rgba(150, 165, 230, .045);--line: rgba(180, 190, 224, .12);--line-2: rgba(180, 190, 224, .06);--text: #dce0ec;--fg: var(--text);--dim: #969bb2;--hint: #666b82;--accent: #5b8cff;--accent-2: #8a7dff;--cyan: #34d6c6;--ok: #3ddc97;--warn: #f6b545;--fail: #ff5d6c;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Consolas, monospace;--scroll-thumb: rgba(150, 165, 230, .18);--scroll-thumb-hover: rgba(150, 165, 230, .34);--fill-1: rgba(150, 165, 230, .045);--fill-2: rgba(150, 165, 230, .07);--fill-3: rgba(150, 165, 230, .1);--sel-fg: #ffffff;--radius: 10px;--radius-lg: 14px;--radius-sm: 7px;--shadow-1: 0 1px 2px rgba(0,0,0,.3);--shadow-2: 0 8px 24px -12px rgba(0,0,0,.5);--shadow-3: 0 24px 60px -18px rgba(0,0,0,.62);--accent-glow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent);color-scheme:dark}:root[data-theme=light]{--bg: #eceff5;--panel: #ffffff;--panel-2: #f4f6fb;--sidebar: #e6eaf3;--hi: rgba(40, 60, 130, .03);--line: rgba(30, 41, 70, .13);--line-2: rgba(30, 41, 70, .07);--text: #131826;--dim: #4a5468;--hint: #79839a;--accent: #3563d8;--accent-2: #6d5ce0;--cyan: #0eb2a3;--ok: #12a26c;--warn: #c9860f;--fail: #e0454e;--scroll-thumb: rgba(30, 41, 70, .2);--scroll-thumb-hover: rgba(30, 41, 70, .34);--fill-1: rgba(40, 60, 130, .035);--fill-2: rgba(40, 60, 130, .055);--fill-3: rgba(40, 60, 130, .08);--sel-fg: #234fbf;--shadow-1: 0 1px 2px rgba(30,41,70,.08);--shadow-2: 0 8px 22px -12px rgba(30,41,70,.22);--shadow-3: 0 24px 56px -20px rgba(30,41,70,.28);color-scheme:light}:root[data-theme=dim]{--bg: #22262f;--panel: #2b303c;--panel-2: #353b49;--sidebar: #1c202a;--hi: rgba(150, 165, 230, .05);--line: rgba(190, 198, 230, .14);--line-2: rgba(190, 198, 230, .07);--text: #e1e5f0;--dim: #a7acc1;--hint: #7b8298;--accent: #6b97ff;--accent-2: #9a8dff;--cyan: #34d6c6;--ok: #3ddc97;--warn: #f6b545;--fail: #ff5d6c;--scroll-thumb: rgba(150, 165, 230, .22);--scroll-thumb-hover: rgba(150, 165, 230, .38);--fill-1: rgba(150, 165, 230, .05);--fill-2: rgba(150, 165, 230, .08);--fill-3: rgba(150, 165, 230, .12);--sel-fg: #ffffff;--shadow-1: 0 1px 2px rgba(0,0,0,.28);--shadow-2: 0 8px 24px -12px rgba(0,0,0,.42);--shadow-3: 0 24px 60px -18px rgba(0,0,0,.5);color-scheme:dark}:root[data-theme=light] .grp>.row:hover,:root[data-theme=light] .sub a:hover{background:#0f172a0d}:root[data-theme=light] .btn:not(.primary):not(.wf-stop):not(.wf-blink):not(.wf-ai-busy):not(.danger),:root[data-theme=light] .menu-toggle,:root[data-theme=light] .themebtn{background:#0f172a0a}:root[data-theme=light] .chip{background:#0f172a09}.themebtn{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;border:1px solid var(--line);background:var(--hi);color:var(--dim);cursor:pointer;flex:0 0 auto;transition:color .13s,border-color .13s}.themebtn:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.themebtn svg{width:17px;height:17px}.theme-seg{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:10px;border:1px solid var(--line);background:var(--fill-1);flex:0 0 auto}.theme-seg-btn{display:grid;place-items:center;width:28px;height:26px;border:0;border-radius:7px;background:none;color:var(--dim);cursor:pointer;transition:color .13s,background .13s}.theme-seg-btn svg{width:15px;height:15px}.theme-seg-btn:hover{color:var(--text);background:var(--fill-2)}.theme-seg-btn.on{color:var(--sel-fg);background:color-mix(in srgb,var(--accent) 20%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.grow{flex:1}.shell{display:grid;grid-template-columns:238px 1fr;position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;overflow:hidden}.sidebar{height:100vh;overflow-y:auto;z-index:40;border-right:1px solid var(--line);background:linear-gradient(180deg,var(--hi),transparent 16%),var(--sidebar);box-shadow:inset -1px 0 #ffffff0f,5px 0 22px -8px #0000008c;padding:16px 12px;display:flex;flex-direction:column;gap:1px}:root[data-theme=light] .sidebar{box-shadow:inset -1px 0 #0f172a0a,4px 0 18px -10px #0f172a2e}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:999px;border:3px solid transparent;background-clip:padding-box;min-height:40px;transition:background .15s}::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}.sb-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 14px;font-weight:800;font-size:17px;letter-spacing:-.02em}.sb-brand .logo{border-radius:9px;box-shadow:0 0 18px -5px var(--accent);flex:0 0 auto}.sb-brand .env{margin-left:auto;font-family:var(--mono);font-size:9.5px;font-weight:600;color:var(--cyan);border:1px solid color-mix(in srgb,var(--cyan) 28%,transparent);padding:2px 6px;border-radius:5px}.sb-sec{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--hint);padding:15px 10px 5px;font-weight:700}.grp>.row{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:10px;cursor:pointer;color:var(--dim);font-size:13.5px;font-weight:600;position:relative;transition:background .13s,color .13s}.grp>.row:hover{background:var(--fill-2);color:var(--text)}.grp>.row .ic{width:18px;height:18px;flex:0 0 auto}.grp>.row .lbl{flex:1;white-space:nowrap}.grp>.row .chev{width:14px;height:14px;color:var(--hint);transition:transform .18s;flex:0 0 auto}.grp.open>.row .chev{transform:rotate(90deg)}.grp>.row .cnt{font-family:var(--mono);font-size:11px;color:var(--hint)}.grp>.row .bdot{width:7px;height:7px;border-radius:50%;background:var(--fail);box-shadow:0 0 7px var(--fail);flex:0 0 auto}.grp.active>.row{background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--sel-fg)}.grp.active>.row:before{content:"";position:absolute;left:-12px;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--accent);box-shadow:0 0 10px var(--accent)}.sub{display:none;margin:1px 0 5px;padding-left:24px;position:relative}.grp.open>.sub{display:block}.sub:before{content:"";position:absolute;left:21px;top:0;bottom:9px;width:1px;background:var(--line)}.sub a{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;font-size:12.5px;color:var(--dim);cursor:pointer;position:relative;transition:background .13s,color .13s}.sub a:before{content:"";position:absolute;left:-15px;top:50%;width:10px;height:1px;background:var(--line)}.sub a:hover{background:var(--fill-2);color:var(--text)}.sub a.on{color:var(--sel-fg);background:color-mix(in srgb,var(--accent) 12%,transparent);font-weight:600}.sub a .scnt{margin-left:auto;font-family:var(--mono);font-size:10.5px;color:var(--hint)}.sb-spring{flex:1;min-height:12px}.menu-toggle{display:none;width:34px;height:34px;border-radius:9px;border:1px solid var(--line);background:var(--fill-1);color:var(--dim);cursor:pointer;place-items:center}.menu-toggle svg{width:18px;height:18px}.backdrop{display:none}.main{min-width:0;height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:14px;padding:13px 22px;border-bottom:1px solid var(--line);flex:0 0 auto}.topbar .tt{font-weight:700;font-size:15px}.topbar .sub{color:var(--hint);font-size:12px}.wsdot{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--ok)}.wsdot .d{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px var(--ok);animation:blink 1.6s ease-in-out infinite}.wsdot.off{color:var(--hint)}.wsdot.off .d{background:var(--hint);box-shadow:none;animation:none}@keyframes blink{50%{opacity:.35}}.who{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--accent-2),var(--accent));display:grid;place-items:center;font-weight:700;font-size:12px;color:#fff;box-shadow:0 3px 12px -3px color-mix(in srgb,var(--accent) 55%,transparent)}@keyframes dp-slide-out{to{transform:translate(100%)}}@keyframes dp-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes dp-bg-out{to{opacity:0}}.dp-closing{animation:dp-bg-out .2s ease forwards!important}.dp-closing>.cdrawer,.dp-closing>.drawer,.dp-closing>.lg-drawer,.dp-closing>.rdrawer{animation:dp-slide-out .2s ease forwards!important}@media (prefers-reduced-motion: reduce){.dp-closing,.dp-closing>*{animation:none!important}}.acct{position:relative;flex:0 0 auto}.acct-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;background:var(--panel);border:1px solid var(--line);border-radius:11px;box-shadow:0 16px 40px -14px #00000080;padding:6px;z-index:200;animation:acctIn .14s ease}@keyframes acctIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.acct-h{padding:8px 10px 10px;border-bottom:1px solid var(--line-2);margin-bottom:6px}.acct-nm{font-size:13px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acct-role{font-size:11px;color:var(--hint);margin-top:2px}.acct-item{display:flex;align-items:center;gap:9px;width:100%;border:0;background:none;color:var(--dim);font:inherit;font-size:13px;text-align:left;padding:9px 10px;border-radius:8px;cursor:pointer}.acct-item svg{width:16px;height:16px;flex:0 0 auto}.acct-item:hover{background:var(--fill-2);color:var(--text)}.acct-item.danger:hover{background:color-mix(in srgb,var(--fail) 12%,transparent);color:var(--fail)}.acct-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}.acct-modal{width:min(400px,96vw);background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 30px 80px -30px #000000b3}.acct-mh{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px}.acct-mh b{flex:1}.acct-x{cursor:pointer;color:var(--hint);width:26px;height:26px;display:grid;place-items:center;border-radius:7px}.acct-x:hover{color:var(--text);background:var(--fill-3)}.acct-mb{padding:16px;display:flex;flex-direction:column;gap:10px}.acct-mb input{border:1px solid var(--line);background:var(--fill-1);color:var(--text);border-radius:8px;padding:10px 12px;font:inherit;font-size:13.5px;outline:none}.acct-mb input:focus{border-color:color-mix(in srgb,var(--accent) 55%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.acct-mf{display:flex;justify-content:flex-end;gap:8px;padding:0 16px 16px}.hdr-alert-wrap{display:flex;align-items:center;justify-content:center;min-width:0}.hdr-alert{display:inline-flex;align-items:center;gap:10px;max-width:100%;border-radius:999px;padding:5px 8px 5px 12px;cursor:pointer;font:inherit;border:1px solid transparent;transition:filter .12s,transform .12s;animation:haIn .22s ease}.hdr-alert:hover{transform:translateY(-1px);filter:brightness(1.06)}.hdr-alert .ha-ic{font-size:15px;line-height:1;flex:0 0 auto}.hdr-alert .ha-tx{display:flex;align-items:baseline;gap:8px;min-width:0}.hdr-alert .ha-tx b{font-size:12.5px;font-weight:700;white-space:nowrap}.hdr-alert .ha-sub{font-size:11px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.hdr-alert .ha-go{flex:0 0 auto;font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:999px;background:color-mix(in srgb,currentColor 14%,transparent);white-space:nowrap}.hdr-alert.warn{color:var(--warn);background:color-mix(in srgb,var(--warn) 12%,transparent);border-color:color-mix(in srgb,var(--warn) 38%,transparent)}.hdr-alert.crit{color:var(--fail);background:color-mix(in srgb,var(--fail) 12%,transparent);border-color:color-mix(in srgb,var(--fail) 42%,transparent)}.hdr-alert.crit .ha-ic{animation:blink 1.2s ease-in-out infinite}@keyframes haIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hdr-alert,.hdr-alert.crit .ha-ic{animation:none}}@media (max-width: 720px){.hdr-alert .ha-go,.hdr-alert .ha-sub{display:none}}.viewport{flex:1;min-height:0;overflow:auto}.dp-confirm-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:dp-cf-bg .14s ease}@keyframes dp-cf-bg{0%{opacity:0}to{opacity:1}}.dp-confirm{width:min(440px,92vw);background:var(--panel-2);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 60px -18px #0009;overflow:hidden;animation:dp-cf-in .18s cubic-bezier(.2,.8,.2,1)}@keyframes dp-cf-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.dp-confirm-h{font-size:14px;font-weight:700;color:var(--text);padding:15px 18px 6px}.dp-confirm-msg{font-size:13px;color:var(--dim);line-height:1.6;padding:0 18px 12px;white-space:pre-wrap}.dp-confirm-body{padding:0 18px 16px}.dp-confirm-input{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--text);font:inherit;font-size:13px;padding:9px 12px;outline:none}.dp-confirm-input:focus{border-color:color-mix(in srgb,var(--accent) 55%,transparent)}.dp-confirm-foot{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--panel) 60%,transparent)}.dp-cbtn{font:inherit;font-size:13px;font-weight:600;padding:8px 16px;border-radius:9px;border:1px solid var(--line);background:var(--fill-2);color:var(--text);cursor:pointer}.dp-cbtn:hover{border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.dp-cbtn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.dp-cbtn.danger{background:var(--fail);border-color:var(--fail);color:#fff}.dp-cbtn.primary:hover,.dp-cbtn.danger:hover{filter:brightness(1.08)}.dp-toaster{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;align-items:center;max-width:92vw;pointer-events:none}.dp-toast{pointer-events:auto;cursor:pointer;display:inline-flex;align-items:center;gap:10px;padding:11px 16px 11px 12px;border-radius:12px;background:var(--panel-2);border:1px solid var(--line);border-left-width:3px;box-shadow:0 16px 44px -14px #0000009e;font-size:13px;color:var(--text);max-width:620px;line-height:1.45;animation:dp-toast-in .22s cubic-bezier(.2,.8,.2,1)}@keyframes dp-toast-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.dp-toast-ic{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;flex:0 0 auto;color:#fff}.dp-toast.ok{border-left-color:var(--ok)}.dp-toast.ok .dp-toast-ic{background:var(--ok)}.dp-toast.err{border-left-color:var(--fail)}.dp-toast.err .dp-toast-ic{background:var(--fail)}.dp-toast.warn{border-left-color:var(--warn)}.dp-toast.warn .dp-toast-ic{background:var(--warn);color:#1a1205}.dp-toast.info{border-left-color:var(--accent)}.dp-toast.info .dp-toast-ic{background:var(--accent)}@media (prefers-reduced-motion: reduce){.dp-toast{animation:none}}.rolechip{font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:999px;letter-spacing:.02em;white-space:nowrap}.rolechip.admin{color:#ffb357;background:color-mix(in srgb,#ffb357 16%,transparent)}.rolechip.operator{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}.rolechip.guest{color:var(--hint);background:var(--fill-3)}.perm-toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%);background:var(--panel-2);border:1px solid color-mix(in srgb,var(--fail) 45%,transparent);color:var(--text);border-radius:10px;padding:10px 16px;font-size:13px;display:flex;align-items:center;gap:8px;box-shadow:0 14px 34px -12px #000000b3;z-index:200}.rdrawer-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:85;display:flex;justify-content:flex-end}.rdrawer-bg.lvl2{z-index:95}.rdrawer{width:min(760px,96vw);height:100%;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:-22px 0 60px -24px #000000b3;animation:rslide .24s cubic-bezier(.22,1,.36,1)}.rdrawer-bg.lvl2 .rdrawer{width:50vw}@keyframes rslide{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.rdrawer{animation:none}}.rdrawer .mh{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line);font-size:13.5px;font-weight:700;color:var(--text)}.rdrawer .mh .grow{flex:1}.rdrawer .mh .x{cursor:pointer;color:var(--hint);width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.rdrawer .mh .x:hover{color:var(--text);background:var(--fill-3)}.rdrawer .mb{flex:1;min-height:0;overflow:auto}.rdrawer .mf{flex:0 0 auto;display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid var(--line)}.rdrawer .logpre{max-height:none;height:100%;box-sizing:border-box;margin:0;border:0;border-radius:0}.rdrawer.histwide{width:calc(50vw + 100px);transition:width .22s cubic-bezier(.22,1,.36,1)}.rdrawer-bg.withlog .rdrawer.histwide{width:calc(50vw + 250px)}@media (prefers-reduced-motion: reduce){.rdrawer.histwide{transition:none}}.cm-ur{position:absolute;top:6px;right:14px;z-index:6;display:flex;gap:4px;opacity:.6;transition:opacity .15s}.cm-wrap:hover .cm-ur{opacity:1}.cm-ur button{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;border:1px solid var(--line);background:var(--panel-2);color:var(--dim);cursor:pointer}.cm-ur button:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent) 40%,transparent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.cm-ur i{font-size:15px}.cm-ur .cm-ur-sep{width:1px;align-self:stretch;margin:2px;background:var(--line)}.cm-ur button.on{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 55%,transparent);background:color-mix(in srgb,var(--accent) 16%,transparent)}.sc-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:95}.sc-modal{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:min(460px,92vw);max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080}.sc-h{display:flex;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px}.sc-h strong{flex:1}.sc-h .sc-x{cursor:pointer;color:var(--hint);font-size:15px}.sc-h .sc-x:hover{color:var(--text)}.sc-body{padding:8px 16px 16px;overflow-y:auto}.sc-row{display:flex;align-items:center;gap:12px;padding:6px 0;font-size:12.5px;border-bottom:1px solid var(--line-2)}.sc-row:last-child{border-bottom:0}.sc-row kbd{flex:0 0 auto;min-width:168px;font-family:var(--mono);font-size:11.5px;color:var(--text);background:var(--fill-2);border:1px solid var(--line);border-radius:6px;padding:3px 8px}.sc-row span{color:var(--dim)}.sc-sec{margin:12px 0 4px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--hint)}.db-down{display:flex;align-items:center;gap:14px;padding:14px 22px;background:linear-gradient(90deg,color-mix(in srgb,var(--fail) 28%,#1a0d0f),color-mix(in srgb,var(--fail) 16%,#1a0d0f));border-bottom:2px solid var(--fail);box-shadow:0 8px 24px -8px color-mix(in srgb,var(--fail) 60%,transparent);animation:ddpulse 1.8s ease-in-out infinite;flex:0 0 auto;z-index:30}.db-down .dd-ic{font-size:26px;line-height:1;filter:drop-shadow(0 0 6px var(--fail))}.db-down .dd-txt{display:flex;flex-direction:column;gap:2px}.db-down .dd-txt b{font-size:15px;color:#fff;letter-spacing:.01em}.db-down .dd-txt span{font-size:12.5px;color:color-mix(in srgb,#fff 78%,var(--fail))}.db-down .dd-blink{margin-left:auto;width:12px;height:12px;border-radius:50%;background:var(--fail);box-shadow:0 0 12px var(--fail);animation:blink .9s ease-in-out infinite;flex:0 0 auto}@keyframes ddpulse{50%{box-shadow:0 8px 34px -6px color-mix(in srgb,var(--fail) 85%,transparent)}}.page-mid{padding:22px 24px;max-width:1000px;margin:0 auto}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,var(--hi),transparent 40%),var(--panel);box-shadow:var(--shadow-2)}.panel .hd{display:flex;align-items:center;gap:9px;padding:12px 15px;border-bottom:1px solid var(--line-2);font-size:13px;font-weight:700}.panel .hd .sig{width:6px;height:14px;border-radius:2px;background:var(--accent);box-shadow:0 0 10px -1px var(--accent)}.panel .hd .tag{margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--hint)}.panel .bd{padding:14px 15px}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 8px currentColor}.t-ok{color:var(--ok);background:color-mix(in srgb,var(--ok) 14%,transparent)}.t-run{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.t-warn{color:var(--warn);background:color-mix(in srgb,var(--warn) 14%,transparent)}.t-fail{color:var(--fail);background:color-mix(in srgb,var(--fail) 14%,transparent)}.t-idle{color:var(--dim);background:var(--fill-3)}.t-idle:before{box-shadow:none}.btn{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:9px;font-size:12.5px;font-weight:600;cursor:pointer;border:1px solid var(--line);background:var(--fill-2);color:var(--text)}.btn:hover{border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff;box-shadow:0 4px 16px -4px color-mix(in srgb,var(--accent) 62%,transparent)}.btn.primary:hover{filter:brightness(1.07);border-color:transparent}.btn svg{width:14px;height:14px}.btn.ic{width:34px;height:32px;padding:0;justify-content:center;margin-left:4px;position:relative}.btn.ic i{font-size:16px;margin:0}.btn.ic:disabled{opacity:.35;cursor:not-allowed}.btn.ic .ic-badge{position:absolute;top:-5px;right:-5px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:var(--accent);color:#fff;font-size:9.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.btn.ic i.ti-loader-2{animation:ic-spin .9s linear infinite}@keyframes ic-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.placeholder{padding:40px 24px;max-width:760px;margin:0 auto}.placeholder h2{font-size:20px;margin:0 0 6px;letter-spacing:-.02em}.placeholder p{color:var(--dim);line-height:1.6}.placeholder .note{margin-top:18px;border:1px dashed var(--line);border-radius:12px;padding:16px;color:var(--hint);font-size:13px}.placeholder .note b{color:var(--dim)}@media (max-width: 900px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;bottom:0;width:264px;transform:translate(-100%);transition:transform .22s ease;box-shadow:0 0 50px #000000b3}.shell.navopen .sidebar{transform:none}.backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:38;opacity:0;pointer-events:none;transition:opacity .2s}.shell.navopen .backdrop{opacity:1;pointer-events:auto}.menu-toggle{display:grid}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.btn.ic.on{background:var(--accent);border-color:var(--accent)}.btn.ic.on i{color:#fff}.shell.maxmode{grid-template-columns:66px 1fr}.shell.maxmode>.main>.topbar{display:none}.shell.maxmode .sidebar{padding:16px 8px}.shell.maxmode .sidebar .sb-brand{justify-content:center;font-size:0;padding:4px 0 14px}.shell.maxmode .sidebar .sb-brand .env,.shell.maxmode .sidebar .sb-sec{display:none}.shell.maxmode .grp>.row{justify-content:center;padding:10px 0;gap:0}.shell.maxmode .grp>.row .lbl,.shell.maxmode .grp>.row .cnt,.shell.maxmode .grp>.row .chev,.shell.maxmode .grp>.row .bdot{display:none}.shell.maxmode .grp>.sub,.shell.maxmode .grp.open>.sub{display:none}.shell.maxmode .grp.active>.row:before{left:-8px}select{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:5px 9px;font-size:12.5px;font-family:inherit;outline:none}select:focus{border-color:var(--accent)}select:disabled{opacity:.55;cursor:not-allowed}select option,select optgroup{background:var(--panel);color:var(--text)}select option:disabled{color:var(--hint)}.cm-panels{border-color:var(--line)!important}.cm-panels.cm-panels-top{border-bottom:1px solid var(--line)}.cm-panel.cm-search{padding:8px 10px;font-size:12.5px;display:flex;flex-wrap:wrap;align-items:center;gap:7px}.cm-panel.cm-search label{display:inline-flex;align-items:center;gap:4px;font-size:12px}.cm-panel.cm-search input[type=text]{height:28px;min-width:200px;padding:0 9px;font-size:12.5px;border-radius:6px;border:1px solid var(--line);background:var(--fill-2);color:var(--text)}.cm-panel.cm-search input[type=text]:focus{outline:none;border-color:var(--accent)}.cm-panel.cm-search input[type=checkbox]{width:14px;height:14px;margin:0}.cm-panel.cm-search button:not([name=close]){height:28px;padding:0 11px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid var(--line);background:var(--fill-2);color:var(--text);cursor:pointer;background-image:none}.cm-panel.cm-search button:not([name=close]):hover{border-color:var(--accent);color:var(--accent)}.cm-panel.cm-search button[name=close]{font-size:18px;padding:0 8px;color:var(--dim);cursor:pointer}.cm-panel.cm-search button[name=close]:hover{color:var(--text)}
