.buttons-module__uQeDSG__btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:0;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.buttons-module__uQeDSG__btn:hover,.buttons-module__uQeDSG__btn:focus-visible{text-decoration:none}.buttons-module__uQeDSG__btnPrimary{background:var(--accent);color:var(--on-accent)}.buttons-module__uQeDSG__btnPrimary:hover{background:color-mix(in srgb, var(--accent) 88%, #000)}.buttons-module__uQeDSG__btnSoft{background:var(--accent-soft);color:var(--accent)}.buttons-module__uQeDSG__btnSoft:hover{background:color-mix(in srgb, var(--accent) 18%, transparent)}.buttons-module__uQeDSG__btnGhost{border:1px solid var(--border);background:var(--surface);color:var(--text)}.buttons-module__uQeDSG__btnGhost:hover{background:var(--hover)}.buttons-module__uQeDSG__btnDanger{border:1px solid color-mix(in srgb, var(--danger) 40%, transparent);background:var(--surface);color:var(--danger)}.buttons-module__uQeDSG__btnDanger:hover{background:color-mix(in srgb, var(--danger) 8%, transparent)}.buttons-module__uQeDSG__btn:disabled{opacity:.55;cursor:not-allowed}.buttons-module__uQeDSG__btnSm{height:32px;padding:0 12px;font-size:13px}.buttons-module__uQeDSG__btnDangerSolid{background:var(--danger);color:#fff;border:1px solid #0000}.buttons-module__uQeDSG__btnDangerSolid:hover:not(:disabled){background:color-mix(in srgb, var(--danger) 88%, #000)}.buttons-module__uQeDSG__squareBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;flex:none;justify-content:center;align-items:center;display:inline-flex}.buttons-module__uQeDSG__squareBtn:hover{background:var(--hover)}
.forms-module__85jSna__form{flex-direction:column;gap:20px;max-width:640px;display:flex}.forms-module__85jSna__field{flex-direction:column;gap:6px;display:flex}.forms-module__85jSna__label{color:var(--heading);font-size:13px;font-weight:600}.forms-module__85jSna__hint{color:var(--muted);margin:0;font-size:12px}.forms-module__85jSna__input,.forms-module__85jSna__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;transition:border-color .12s,box-shadow .12s}.forms-module__85jSna__input{height:40px;padding:0 12px}.forms-module__85jSna__input::placeholder,.forms-module__85jSna__textarea::placeholder{color:var(--muted)}.forms-module__85jSna__input:hover:not(:disabled,:focus,[aria-invalid=true]),.forms-module__85jSna__textarea:hover:not(:disabled,:focus,[aria-invalid=true]){border-color:color-mix(in srgb, var(--text) 30%, transparent)}.forms-module__85jSna__input:focus,.forms-module__85jSna__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.forms-module__85jSna__input:disabled,.forms-module__85jSna__textarea:disabled{opacity:.6;cursor:not-allowed}.forms-module__85jSna__input[aria-invalid=true],.forms-module__85jSna__textarea[aria-invalid=true]{border-color:var(--danger)}.forms-module__85jSna__input[aria-invalid=true]:focus,.forms-module__85jSna__textarea[aria-invalid=true]:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 18%, transparent)}.forms-module__85jSna__fieldError{color:var(--danger);margin:0;font-size:12px;font-weight:500}.forms-module__85jSna__fieldset{border:0;min-width:0;margin:0;padding:0}.forms-module__85jSna__checkGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 16px;display:grid}.forms-module__85jSna__check{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.forms-module__85jSna__check:hover{background:var(--hover)}.forms-module__85jSna__check:has(input:checked){border-color:color-mix(in srgb, var(--accent) 50%, transparent);background:var(--accent-soft)}.forms-module__85jSna__check:has(input:disabled){cursor:not-allowed;opacity:.7}.forms-module__85jSna__check input{flex:none;margin:1px 0 0}.forms-module__85jSna__checkText{flex-direction:column;gap:2px;min-width:0;display:flex}.forms-module__85jSna__checkTitle{font-weight:500}.forms-module__85jSna__checkSub{color:var(--muted);font-size:12px}.forms-module__85jSna__alert{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--tone) 10%, transparent);border:1px solid color-mix(in srgb, var(--tone) 35%, transparent);color:var(--text);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.forms-module__85jSna__divider{background:var(--border);height:1px}.forms-module__85jSna__formActions{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.forms-module__85jSna__textarea{min-height:120px;font-family:var(--font-mono);resize:vertical;padding:10px 12px;font-size:13px}.forms-module__85jSna__fieldRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:start;gap:16px;display:grid}.forms-module__85jSna__checkbox,.forms-module__85jSna__check input[type=checkbox]{appearance:none;border:1.5px solid color-mix(in srgb, var(--text) 30%, transparent);background:var(--surface);cursor:pointer;border-radius:5px;flex:none;place-content:center;width:18px;height:18px;margin:0;transition:background .12s,border-color .12s;display:grid}.forms-module__85jSna__checkbox:hover:not(:checked,:indeterminate,:disabled),.forms-module__85jSna__check input[type=checkbox]:hover:not(:checked,:disabled){border-color:color-mix(in srgb, var(--text) 55%, transparent)}.forms-module__85jSna__checkbox:before,.forms-module__85jSna__check input[type=checkbox]:before{content:"";background:#fff;width:12px;height:12px;transition:transform .12s;transform:scale(0);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.6 3.6' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.6 3.6' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.forms-module__85jSna__checkbox:checked,.forms-module__85jSna__checkbox:indeterminate,.forms-module__85jSna__check input[type=checkbox]:checked{border-color:var(--accent);background:var(--accent)}.forms-module__85jSna__checkbox:checked:before,.forms-module__85jSna__checkbox:indeterminate:before,.forms-module__85jSna__check input[type=checkbox]:checked:before{transform:scale(1)}.forms-module__85jSna__checkbox:indeterminate:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 6h6' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 6h6' stroke='%23000' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.forms-module__85jSna__checkbox:focus-visible,.forms-module__85jSna__check input[type=checkbox]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.forms-module__85jSna__checkbox:disabled,.forms-module__85jSna__check input[type=checkbox]:disabled{opacity:.5;cursor:default}
.layout-module__-ymRCa__actions{flex-wrap:wrap;gap:8px;display:flex}.layout-module__-ymRCa__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:20px}.layout-module__-ymRCa__cardLink{color:inherit;transition:border-color .15s,box-shadow .15s;display:block}.layout-module__-ymRCa__cardLink:hover,.layout-module__-ymRCa__cardLink:focus-visible{border-color:color-mix(in srgb, var(--accent) 50%, transparent);text-decoration:none}.layout-module__-ymRCa__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.layout-module__-ymRCa__grid4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1180px){.layout-module__-ymRCa__grid4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.layout-module__-ymRCa__grid4{grid-template-columns:minmax(0,1fr)}}.layout-module__-ymRCa__section{margin-top:32px}.layout-module__-ymRCa__sectionTitle{margin-bottom:16px;font-size:20px}.layout-module__-ymRCa__panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:24px}.layout-module__-ymRCa__panelTitle{margin-bottom:16px;font-size:16px}.layout-module__-ymRCa__stack{flex-direction:column;gap:24px;display:flex}.layout-module__-ymRCa__toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.layout-module__-ymRCa__toolbarSpacer{flex:1}.layout-module__-ymRCa__twoCol{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (max-width:1024px){.layout-module__-ymRCa__twoCol{grid-template-columns:minmax(0,1fr)}}
.table-module__WbMlsG__tableWrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow-x:auto}.table-module__WbMlsG__table{border-collapse:collapse;width:100%}.table-module__WbMlsG__table th,.table-module__WbMlsG__table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:12px 16px}.table-module__WbMlsG__table th{color:var(--heading);white-space:nowrap;font-size:13px;font-weight:600}.table-module__WbMlsG__table tbody tr:last-child td{border-bottom:0}.table-module__WbMlsG__table tbody tr:hover td{background:var(--hover)}.table-module__WbMlsG__table tbody tr:has(.table-module__WbMlsG__rowLink){cursor:pointer}.table-module__WbMlsG__table tbody tr:hover .table-module__WbMlsG__rowLink{color:var(--accent)}.table-module__WbMlsG__rowLink{color:var(--text);font-weight:600;transition:color .12s}.table-module__WbMlsG__mediaCell{align-items:center;gap:12px;min-width:0;display:flex}.table-module__WbMlsG__mediaText{min-width:0}.table-module__WbMlsG__cellTitle{text-overflow:ellipsis;white-space:nowrap;max-width:420px;display:block;overflow:hidden}.table-module__WbMlsG__table tbody tr[data-menu-open] td{background:var(--hover)}.table-module__WbMlsG__table tbody tr[data-selected] td,.table-module__WbMlsG__table tbody tr[data-selected]:hover td{background:var(--accent-soft)}.table-module__WbMlsG__table tbody tr[data-cursor]:not([data-selected]) td{background:var(--hover)}.table-module__WbMlsG__table tbody tr[data-cursor] td:first-child{box-shadow:inset 3px 0 0 var(--accent)}
.text-module__IrEi7a__muted{color:var(--muted)}.text-module__IrEi7a__chips{flex-wrap:wrap;gap:6px;display:flex}.text-module__IrEi7a__chip{border:1px solid var(--border);font-family:var(--font-mono);border-radius:6px;padding:2px 8px;font-size:12px}.text-module__IrEi7a__chipText{color:var(--muted);font-family:inherit;font-size:12px}.text-module__IrEi7a__withIcon{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.text-module__IrEi7a__typeIcon{color:var(--muted);flex:none}.text-module__IrEi7a__metaLine{align-items:center;gap:6px;min-width:0;margin-top:2px;display:flex}.text-module__IrEi7a__code{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--hover);font-family:var(--font-mono);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:12px 14px;font-size:12px;line-height:1.5}.text-module__IrEi7a__mono{font-family:var(--font-mono);font-size:12px}.text-module__IrEi7a__errorText{color:var(--danger)}.text-module__IrEi7a__spin{animation:.8s linear infinite text-module__IrEi7a__spin}@keyframes text-module__IrEi7a__spin{to{transform:rotate(360deg)}}
.tone-module__hUNYAG__dot{background:var(--tone);border-radius:50%;flex:none;width:8px;height:8px}.tone-module__hUNYAG__tone-success{--tone:var(--success)}.tone-module__hUNYAG__tone-warning{--tone:var(--warning)}.tone-module__hUNYAG__tone-danger{--tone:var(--danger)}.tone-module__hUNYAG__tone-info{--tone:var(--info)}.tone-module__hUNYAG__tone-neutral{--tone:var(--neutral)}
.ConfirmDialog-module__VWZBWG__dialog{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);width:min(460px,100vw - 32px);max-width:none;color:var(--text);padding:0;overflow:hidden;box-shadow:0 24px 64px #0000004d}.ConfirmDialog-module__VWZBWG__dialog[open]{animation:.16s ease-out ConfirmDialog-module__VWZBWG__dialogIn}.ConfirmDialog-module__VWZBWG__dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;animation:.16s ease-out ConfirmDialog-module__VWZBWG__backdropIn}@keyframes ConfirmDialog-module__VWZBWG__dialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes ConfirmDialog-module__VWZBWG__backdropIn{0%{opacity:0}}.ConfirmDialog-module__VWZBWG__dialogBody{padding:24px 24px 20px}.ConfirmDialog-module__VWZBWG__dialogHead{align-items:center;gap:14px;display:flex}.ConfirmDialog-module__VWZBWG__dialogIcon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ConfirmDialog-module__VWZBWG__dialogIcon[data-tone=danger]{background:color-mix(in srgb, var(--danger) 14%, transparent);color:var(--danger)}.ConfirmDialog-module__VWZBWG__dialogTitle{font-size:18px;line-height:1.3}.ConfirmDialog-module__VWZBWG__dialogText{color:var(--muted);overflow-wrap:anywhere;margin-top:14px;line-height:1.55}.ConfirmDialog-module__VWZBWG__dialogText strong{color:var(--text);font-weight:600}.ConfirmDialog-module__VWZBWG__dialogError{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger);margin:14px 0 0;padding:10px 12px;font-size:13px}.ConfirmDialog-module__VWZBWG__dialogFooter{border-top:1px solid var(--border);background:var(--sidebar-bg);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}
.LiveLog-module__f0fD9W__log{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);height:min(70dvh,720px);font-size:13px;line-height:1.5;overflow:auto}.LiveLog-module__f0fD9W__head,.LiveLog-module__f0fD9W__row{grid-template-columns:14px 128px 64px minmax(80px,140px) minmax(0,1fr);align-items:baseline;gap:12px;padding:7px 14px 7px 11px;display:grid}.LiveLog-module__f0fD9W__head{z-index:1;border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:12px;font-weight:500;position:sticky;top:0}.LiveLog-module__f0fD9W__entry{border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);box-shadow:inset 3px 0 0 var(--lvl,transparent)}.LiveLog-module__f0fD9W__entry[data-level=WARN]{--lvl:var(--warning)}.LiveLog-module__f0fD9W__entry[data-level=ERROR]{--lvl:var(--danger);background:color-mix(in srgb, var(--danger) 4%, transparent)}.LiveLog-module__f0fD9W__entry[data-level=DEBUG]{opacity:.75}.LiveLog-module__f0fD9W__entry[data-fresh]{animation:1.5s ease-out LiveLog-module__f0fD9W__fresh}@keyframes LiveLog-module__f0fD9W__fresh{0%{background:var(--accent-soft)}}.LiveLog-module__f0fD9W__row{cursor:pointer}.LiveLog-module__f0fD9W__row:hover,.LiveLog-module__f0fD9W__entry[data-open] .LiveLog-module__f0fD9W__row{background:var(--hover)}.LiveLog-module__f0fD9W__row:focus-visible{outline-offset:-2px}.LiveLog-module__f0fD9W__chevron{color:var(--muted);align-self:start;margin-top:3px;transition:transform .15s}.LiveLog-module__f0fD9W__entry[data-open] .LiveLog-module__f0fD9W__chevron{transform:rotate(90deg)}.LiveLog-module__f0fD9W__time{color:var(--muted);font-family:var(--font-mono);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.LiveLog-module__f0fD9W__lvl{background:color-mix(in srgb, var(--tone,var(--muted)) 14%, transparent);color:var(--tone,var(--muted));font-family:var(--font-mono);letter-spacing:.02em;border-radius:4px;justify-self:start;padding:1px 6px;font-size:11px;font-weight:700}.LiveLog-module__f0fD9W__node{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.LiveLog-module__f0fD9W__node a{color:var(--text)}.LiveLog-module__f0fD9W__node a:hover{color:var(--accent)}.LiveLog-module__f0fD9W__message{flex-wrap:wrap;align-items:baseline;gap:4px 10px;min-width:0;display:flex}.LiveLog-module__f0fD9W__event{color:var(--heading);font-family:var(--font-mono);font-size:12px;font-weight:600}.LiveLog-module__f0fD9W__task{white-space:nowrap;font-size:12px}.LiveLog-module__f0fD9W__fields{display:contents}.LiveLog-module__f0fD9W__field{min-width:0;max-width:100%;font-family:var(--font-mono);gap:5px;font-size:12px;display:inline-flex}.LiveLog-module__f0fD9W__fieldKey{color:var(--muted)}.LiveLog-module__f0fD9W__fieldValue{overflow-wrap:anywhere;color:var(--text)}.LiveLog-module__f0fD9W__details{background:var(--hover);flex-direction:column;align-items:flex-start;gap:8px;padding:4px 14px 12px 41px;display:flex}.LiveLog-module__f0fD9W__json{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;max-height:360px;font-family:var(--font-mono);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:12px 14px;font-size:12px;line-height:1.55;overflow:auto}.LiveLog-module__f0fD9W__detailsActions{flex-wrap:wrap;gap:8px;display:flex}.LiveLog-module__f0fD9W__empty{color:var(--muted);text-align:center;padding:40px 32px;font-size:14px}@media (max-width:767px){.LiveLog-module__f0fD9W__head{display:none}.LiveLog-module__f0fD9W__row{grid-template-columns:14px auto auto minmax(0,1fr);gap:4px 8px}.LiveLog-module__f0fD9W__message{grid-column:2/-1}}
.LevelFilter-module__J0Xebq__levels{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-wrap:wrap;gap:4px;padding:4px;display:inline-flex}.LevelFilter-module__J0Xebq__level{height:30px;color:var(--muted);border-radius:6px;align-items:center;gap:6px;padding:0 8px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.LevelFilter-module__J0Xebq__level:hover{background:var(--hover);color:var(--text)}.LevelFilter-module__J0Xebq__level[aria-pressed=true]{background:var(--active);color:var(--heading)}.LevelFilter-module__J0Xebq__levelDot{background:var(--tone,var(--muted));border-radius:50%;width:8px;height:8px}.LevelFilter-module__J0Xebq__levelCount{background:var(--hover);min-width:20px;color:var(--muted);text-align:center;font-variant-numeric:tabular-nums;border-radius:999px;padding:0 6px;font-size:12px}.LevelFilter-module__J0Xebq__level[aria-pressed=true] .LevelFilter-module__J0Xebq__levelCount{background:color-mix(in srgb, var(--tone,var(--accent)) 16%, transparent);color:var(--tone,var(--accent))}
.MetricChart-module__2eLwMG__chart{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;margin:0;padding:16px 16px 12px}.MetricChart-module__2eLwMG__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.MetricChart-module__2eLwMG__title{color:var(--muted);font-weight:500}.MetricChart-module__2eLwMG__current{color:var(--heading);font-size:20px;font-weight:600}.MetricChart-module__2eLwMG__plot{border-radius:var(--radius-sm);touch-action:pan-y;height:150px;position:relative}.MetricChart-module__2eLwMG__plot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.MetricChart-module__2eLwMG__svg{display:block;overflow:visible}.MetricChart-module__2eLwMG__grid{stroke:var(--border);stroke-width:1px;shape-rendering:crispedges}.MetricChart-module__2eLwMG__tick{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.MetricChart-module__2eLwMG__line{fill:none;stroke:var(--accent);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.MetricChart-module__2eLwMG__area{fill:var(--accent);fill-opacity:.1;stroke:none}.MetricChart-module__2eLwMG__crosshair{stroke:var(--muted);stroke-width:1px;shape-rendering:crispedges}.MetricChart-module__2eLwMG__dot{fill:var(--accent);stroke:var(--surface);stroke-width:2px}.MetricChart-module__2eLwMG__tooltip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);color:var(--text);white-space:nowrap;pointer-events:none;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;font-size:12px;display:flex;position:absolute;top:0;transform:translate(-50%,-110%)}.MetricChart-module__2eLwMG__tooltip strong{color:var(--heading);font-size:14px}.MetricChart-module__2eLwMG__empty{color:var(--muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MetricChart-module__2eLwMG__table{margin-top:8px;font-size:12px}.MetricChart-module__2eLwMG__table summary{width:max-content;color:var(--muted);cursor:pointer}.MetricChart-module__2eLwMG__tableScroll{max-height:220px;margin-top:8px;overflow:auto}.MetricChart-module__2eLwMG__table table{border-collapse:collapse;width:100%}.MetricChart-module__2eLwMG__table th,.MetricChart-module__2eLwMG__table td{border-bottom:1px solid var(--border);text-align:left;font-variant-numeric:tabular-nums;padding:4px 8px}.MetricChart-module__2eLwMG__grid4{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.MetricChart-module__2eLwMG__grid4{grid-template-columns:minmax(0,1fr)}}
.NodeForms-module__YA1Rra__tokenBox{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.NodeForms-module__YA1Rra__tokenValue{border:1px dashed color-mix(in srgb, var(--accent) 50%, transparent);border-radius:var(--radius-sm);background:var(--accent-soft);min-width:0;font-family:var(--font-mono);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;flex:320px;padding:10px 12px;font-size:13px}
.Avatar-module__0AwfNa__avatar{background:var(--accent-soft);color:var(--accent);letter-spacing:.02em;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}
.ChannelAvatar-module__NuF6HW__avatarImg{object-fit:cover;background:var(--hover);border-radius:22%;flex:none;display:block}.ChannelAvatar-module__NuF6HW__avatarFallback{border:1px solid var(--border);background:var(--hover);border-radius:22%;flex:none;justify-content:center;align-items:center;display:inline-flex}
.EmptyState-module__eCAa3G__empty{border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}.EmptyState-module__eCAa3G__emptyIcon{border-radius:var(--radius);background:var(--accent-soft);width:56px;height:56px;color:var(--accent);justify-content:center;align-items:center;display:inline-flex}.EmptyState-module__eCAa3G__emptyTitle{font-size:18px}.EmptyState-module__eCAa3G__emptyText{max-width:440px;color:var(--muted);margin:0}
.Gallery-module__-MnFya__backdrop{z-index:1500;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text);justify-content:center;align-items:center;padding:72px 80px 96px;animation:.16s ease-out Gallery-module__-MnFya__appear;display:flex;position:fixed;inset:0}@keyframes Gallery-module__-MnFya__appear{0%{opacity:0}}.Gallery-module__-MnFya__name{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);max-width:min(60vw,640px);height:40px;color:var(--text);align-items:center;padding:0 14px;font-size:13px;display:flex;position:absolute;top:16px;left:50%;overflow:hidden;transform:translate(-50%)}.Gallery-module__-MnFya__image{object-fit:contain;border-radius:var(--radius-sm);max-width:100%;max-height:100%;box-shadow:var(--shadow);-webkit-user-select:none;user-select:none;will-change:transform}.Gallery-module__-MnFya__vkPlayer{aspect-ratio:16/9;border-radius:var(--radius-sm);width:min(100%,177.778vh - 298.667px);box-shadow:var(--shadow);background:#000;overflow:hidden}.Gallery-module__-MnFya__nav,.Gallery-module__-MnFya__close{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.Gallery-module__-MnFya__nav:hover,.Gallery-module__-MnFya__close:hover{background:color-mix(in srgb, var(--surface), var(--text) 6%);color:var(--heading)}.Gallery-module__-MnFya__nav{position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__-MnFya__prev{left:20px}.Gallery-module__-MnFya__next{right:20px}.Gallery-module__-MnFya__close{position:absolute;top:16px;right:20px}.Gallery-module__-MnFya__controls{max-width:calc(100vw - 32px);position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Gallery-module__-MnFya__toolbar{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);align-items:center;gap:2px;padding:6px;display:flex}.Gallery-module__-MnFya__tool{min-width:36px;height:36px;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;transition:background .1s;display:inline-flex}.Gallery-module__-MnFya__tool:hover:not(:disabled){background:var(--hover)}.Gallery-module__-MnFya__tool:disabled{color:var(--muted);opacity:.5;cursor:default}.Gallery-module__-MnFya__zoomLabel{font-variant-numeric:tabular-nums;min-width:56px;font-size:13px;font-weight:600}.Gallery-module__-MnFya__separator{background:var(--border);width:1px;height:20px;margin:0 4px}.Gallery-module__-MnFya__counter{color:var(--muted);font-variant-numeric:tabular-nums;padding:0 8px;font-size:13px}.Gallery-module__-MnFya__nav:focus-visible,.Gallery-module__-MnFya__close:focus-visible,.Gallery-module__-MnFya__tool:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:640px){.Gallery-module__-MnFya__backdrop{padding:64px 8px 88px}.Gallery-module__-MnFya__nav{display:none}.Gallery-module__-MnFya__name{max-width:calc(100vw - 96px);left:16px;transform:none}.Gallery-module__-MnFya__close{right:16px}.Gallery-module__-MnFya__controls{bottom:12px}}@media (prefers-reduced-motion:reduce){.Gallery-module__-MnFya__backdrop{animation:none}}
.PageHeader-module__FvYlsW__pageHeader{margin:0 calc(-1 * var(--gutter,24px)) 24px;padding:24px var(--gutter,24px) 20px;border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.PageHeader-module__FvYlsW__breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 8px;padding:0;font-size:13px;list-style:none;display:flex}.PageHeader-module__FvYlsW__breadcrumbs a{color:var(--muted)}.PageHeader-module__FvYlsW__breadcrumbs a:hover{color:var(--text)}.PageHeader-module__FvYlsW__crumbSep{opacity:.6}.PageHeader-module__FvYlsW__title{font-size:25px;font-weight:600;line-height:1.2}@media (max-width:767px){.PageHeader-module__FvYlsW__title{font-size:26px}}.PageHeader-module__FvYlsW__titleRow{align-items:center;gap:14px;min-width:0;display:flex}
.Select-module__BWx2JW__selectRoot{min-width:160px;max-width:100%;display:inline-block;position:relative}.Select-module__BWx2JW__select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:40px;color:var(--text);font:inherit;text-align:left;cursor:pointer;align-items:center;gap:8px;padding:0 10px 0 12px;transition:border-color .12s,box-shadow .12s;display:flex}.Select-module__BWx2JW__select:hover:not(:focus-visible,[data-open],[aria-invalid=true]){border-color:color-mix(in srgb, var(--text) 30%, transparent)}.Select-module__BWx2JW__select:focus-visible,.Select-module__BWx2JW__select[data-open]{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.Select-module__BWx2JW__select[aria-invalid=true]{border-color:var(--danger)}.Select-module__BWx2JW__select[aria-invalid=true]:focus-visible,.Select-module__BWx2JW__select[aria-invalid=true][data-open]{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 18%, transparent)}.Select-module__BWx2JW__selectValue{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Select-module__BWx2JW__selectPlaceholder{color:var(--muted)}.Select-module__BWx2JW__leadIcon{color:var(--muted);flex:none;transition:color .12s;display:inline-flex}.Select-module__BWx2JW__select[data-open] .Select-module__BWx2JW__leadIcon,.Select-module__BWx2JW__select:focus-visible .Select-module__BWx2JW__leadIcon{color:var(--accent)}.Select-module__BWx2JW__selectChevron{color:var(--muted);flex:none;transition:transform .15s}.Select-module__BWx2JW__select[data-open] .Select-module__BWx2JW__selectChevron{color:var(--accent);transform:rotate(180deg)}.Select-module__BWx2JW__selectList{z-index:50;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:100%;max-width:min(480px,90vw);max-height:320px;box-shadow:var(--shadow);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.Select-module__BWx2JW__selectList[data-up]{top:auto;bottom:calc(100% + 6px)}.Select-module__BWx2JW__selectOption{min-height:36px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;display:flex}.Select-module__BWx2JW__selectOption[data-active]{background:var(--hover)}.Select-module__BWx2JW__selectOption[aria-selected=true]{color:var(--accent);font-weight:600}.Select-module__BWx2JW__selectOption[aria-disabled=true]{opacity:.5;cursor:not-allowed}.Select-module__BWx2JW__selectOptionLabel{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Select-module__BWx2JW__selectCheck{flex:none}.Select-module__BWx2JW__selectGlyph{color:var(--muted);flex:none;display:inline-flex}.Select-module__BWx2JW__selectIcon{width:var(--option-icon-size,18px);height:var(--option-icon-size,18px);border-radius:4px;flex:none}
.MultiSelect-module__lye_mG__leadIcon{margin-left:6px}.MultiSelect-module__lye_mG__multi:focus-within .MultiSelect-module__lye_mG__leadIcon,.MultiSelect-module__lye_mG__multi[data-open] .MultiSelect-module__lye_mG__leadIcon{color:var(--accent)}.MultiSelect-module__lye_mG__leadIcon+.MultiSelect-module__lye_mG__multiInput{padding-left:4px}.MultiSelect-module__lye_mG__leadIcon+.MultiSelect-module__lye_mG__tag{margin-left:4px}.MultiSelect-module__lye_mG__chevron{pointer-events:none;margin-left:auto}.MultiSelect-module__lye_mG__multi[data-open] .MultiSelect-module__lye_mG__chevron{color:var(--accent);transform:rotate(180deg)}.MultiSelect-module__lye_mG__selectHint{color:var(--muted);flex:none;font-size:12px;font-weight:400}.MultiSelect-module__lye_mG__selectNote{color:var(--muted);padding:8px 10px}.MultiSelect-module__lye_mG__multiRoot{width:360px;max-width:100%}.MultiSelect-module__lye_mG__multi{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:text;flex-wrap:wrap;align-items:center;gap:4px;width:100%;min-height:40px;padding:5px 10px 5px 6px;transition:border-color .12s,box-shadow .12s;display:flex}.MultiSelect-module__lye_mG__multi:hover:not(:focus-within,[data-open]){border-color:color-mix(in srgb, var(--text) 30%, transparent)}.MultiSelect-module__lye_mG__multi:focus-within,.MultiSelect-module__lye_mG__multi[data-open]{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.MultiSelect-module__lye_mG__multiInput{min-width:0;height:28px;color:var(--text);font:inherit;background:0 0;border:0;outline:none;flex:1 0 80px;padding:0 6px}.MultiSelect-module__lye_mG__multiInput::placeholder{color:var(--muted)}.MultiSelect-module__lye_mG__tag{background:var(--active);max-width:220px;height:28px;color:var(--text);--option-icon-size:16px;border-radius:6px;align-items:center;gap:6px;padding:0 3px 0 6px;font-size:13px;font-weight:500;display:inline-flex}.MultiSelect-module__lye_mG__tagLabel{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.MultiSelect-module__lye_mG__tagRemove,.MultiSelect-module__lye_mG__multiClear{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.MultiSelect-module__lye_mG__tagRemove:hover,.MultiSelect-module__lye_mG__multiClear:hover{background:var(--hover);color:var(--heading)}.MultiSelect-module__lye_mG__tagRemove:focus-visible,.MultiSelect-module__lye_mG__multiClear:focus-visible{outline-offset:0}.MultiSelect-module__lye_mG__checkbox{border:1.5px solid color-mix(in srgb, var(--text) 35%, transparent);width:16px;height:16px;color:var(--on-accent);border-radius:4px;flex:none;justify-content:center;align-items:center;transition:background .12s,border-color .12s;display:inline-flex}[aria-selected=true] .MultiSelect-module__lye_mG__checkbox{border-color:var(--accent);background:var(--accent)}
.DateRangePicker-module__JyIG2q__drRoot{flex:none;max-width:100%;position:relative}.DateRangePicker-module__JyIG2q__drField{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;height:40px;padding:0 10px 0 12px;transition:border-color .12s,box-shadow .12s;display:flex;position:relative}.DateRangePicker-module__JyIG2q__drField:hover:not([data-open]){border-color:color-mix(in srgb, var(--text) 30%, transparent)}.DateRangePicker-module__JyIG2q__drField[data-open]{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.DateRangePicker-module__JyIG2q__drPart{text-align:left;min-width:138px;height:100%;color:var(--text);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 2px;position:relative}.DateRangePicker-module__JyIG2q__drPart[data-empty]{color:var(--muted)}.DateRangePicker-module__JyIG2q__drPart:focus-visible{outline-offset:-2px}.DateRangePicker-module__JyIG2q__drPart:after{content:"";background:var(--accent);border-radius:2px;height:2px;transition:transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.DateRangePicker-module__JyIG2q__drPart[data-active]:after{transform:scaleX(1)}.DateRangePicker-module__JyIG2q__drSep{color:var(--muted)}.DateRangePicker-module__JyIG2q__drIcon{color:var(--muted);flex:none;transition:color .12s}.DateRangePicker-module__JyIG2q__drField[data-open] .DateRangePicker-module__JyIG2q__drIcon,.DateRangePicker-module__JyIG2q__drField:focus-within .DateRangePicker-module__JyIG2q__drIcon{color:var(--accent)}.DateRangePicker-module__JyIG2q__drField{padding-right:36px}.DateRangePicker-module__JyIG2q__drClear{z-index:1;background:var(--hover);width:22px;height:22px;color:var(--muted);cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:none;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.DateRangePicker-module__JyIG2q__drClear:hover{background:var(--active);color:var(--heading)}.DateRangePicker-module__JyIG2q__drField:hover .DateRangePicker-module__JyIG2q__drClear,.DateRangePicker-module__JyIG2q__drField:focus-within .DateRangePicker-module__JyIG2q__drClear{display:inline-flex}.DateRangePicker-module__JyIG2q__drPanel{z-index:50;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:calc(100vw - 32px);box-shadow:var(--shadow);animation:.12s ease-out DateRangePicker-module__JyIG2q__menuIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden}.DateRangePicker-module__JyIG2q__drMain{display:flex}.DateRangePicker-module__JyIG2q__drCalendar{width:308px;padding:0 14px 12px}.DateRangePicker-module__JyIG2q__drCalendar[data-wide]{width:437px}.DateRangePicker-module__JyIG2q__drHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;height:56px;margin:0 -14px 8px;padding:0 10px;display:flex}.DateRangePicker-module__JyIG2q__drNav{gap:2px;display:flex}.DateRangePicker-module__JyIG2q__drArrow{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.DateRangePicker-module__JyIG2q__drArrow:hover{background:var(--hover);color:var(--heading)}.DateRangePicker-module__JyIG2q__drTitle{gap:6px;display:flex}.DateRangePicker-module__JyIG2q__drTitleBtn{border-radius:var(--radius-sm);background:var(--hover);height:32px;color:var(--heading);font:inherit;cursor:pointer;border:0;align-items:center;padding:0 12px;font-weight:600;transition:background .12s;display:inline-flex}.DateRangePicker-module__JyIG2q__drTitleBtn:hover:not([data-static]){background:var(--active)}.DateRangePicker-module__JyIG2q__drTitleBtn[data-static]{cursor:default}.DateRangePicker-module__JyIG2q__drDays{grid-template-columns:repeat(7,1fr);row-gap:2px;display:grid}.DateRangePicker-module__JyIG2q__drWeekday{color:var(--muted);text-align:center;padding:6px 0;font-size:12px}.DateRangePicker-module__JyIG2q__drDay{height:36px;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.DateRangePicker-module__JyIG2q__drDay>span{z-index:1;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:34px;height:32px;transition:background .1s;display:inline-flex;position:relative}.DateRangePicker-module__JyIG2q__drDay:hover>span{background:var(--hover)}.DateRangePicker-module__JyIG2q__drDay[data-outside]{color:var(--muted)}.DateRangePicker-module__JyIG2q__drDay[data-today]>span{box-shadow:inset 0 0 0 1px var(--accent)}.DateRangePicker-module__JyIG2q__drDay[data-in-range]:before,.DateRangePicker-module__JyIG2q__drDay[data-has-end]:before,.DateRangePicker-module__JyIG2q__drDay[data-has-start]:before{content:"";background:var(--accent-soft);position:absolute;inset:2px 0}.DateRangePicker-module__JyIG2q__drDay[data-has-end]:before{left:50%}.DateRangePicker-module__JyIG2q__drDay[data-has-start]:before{right:50%}.DateRangePicker-module__JyIG2q__drDay[data-edge]>span{background:var(--accent);color:var(--on-accent);box-shadow:none;font-weight:600}.DateRangePicker-module__JyIG2q__drCells{grid-template-columns:repeat(3,1fr);gap:10px 12px;padding:8px 0 4px;display:grid}.DateRangePicker-module__JyIG2q__drCell{border-radius:var(--radius-sm);height:44px;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:0;padding:0;transition:background .1s}.DateRangePicker-module__JyIG2q__drCell:hover{background:var(--hover)}.DateRangePicker-module__JyIG2q__drCell[data-outside]{color:var(--muted)}.DateRangePicker-module__JyIG2q__drCell[data-today]{box-shadow:inset 0 0 0 1px var(--accent)}.DateRangePicker-module__JyIG2q__drCell[data-selected]{background:var(--accent);color:var(--on-accent);box-shadow:none;font-weight:600}.DateRangePicker-module__JyIG2q__drTime{border-left:1px solid var(--border);flex:none;width:128px;position:relative}.DateRangePicker-module__JyIG2q__drTimeInner{flex-direction:column;display:flex;position:absolute;inset:0}.DateRangePicker-module__JyIG2q__drTimeHead{border-bottom:1px solid var(--border);height:56px;color:var(--heading);font-variant-numeric:tabular-nums;flex:none;justify-content:center;align-items:center;font-weight:600;display:flex}.DateRangePicker-module__JyIG2q__drTimeCols{flex:1;min-height:0;display:flex}.DateRangePicker-module__JyIG2q__drTimeCol{scrollbar-width:none;flex-direction:column;flex:1;gap:2px;padding:6px 4px;display:flex;position:relative;overflow-y:auto}.DateRangePicker-module__JyIG2q__drTimeCol::-webkit-scrollbar{display:none}.DateRangePicker-module__JyIG2q__drTimeCell{height:32px;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:0}.DateRangePicker-module__JyIG2q__drTimeCell:hover{background:var(--hover)}.DateRangePicker-module__JyIG2q__drTimeCell[data-selected]{background:var(--accent-soft);color:var(--accent);font-weight:600}.DateRangePicker-module__JyIG2q__drFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.DateRangePicker-module__JyIG2q__drPresets{flex-wrap:wrap;gap:2px;display:flex}.DateRangePicker-module__JyIG2q__drPreset{height:28px;color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:13px}.DateRangePicker-module__JyIG2q__drPreset:hover{background:var(--accent-soft)}@media (max-width:767px){.DateRangePicker-module__JyIG2q__drRoot,.DateRangePicker-module__JyIG2q__drField{width:100%}.DateRangePicker-module__JyIG2q__drPart{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.DateRangePicker-module__JyIG2q__drMain{flex-wrap:wrap}.DateRangePicker-module__JyIG2q__drTime{border-top:1px solid var(--border);border-left:0;width:100%;height:180px}}
.FilterForm-module__NNm1sG__search{flex:0 320px;position:relative}.FilterForm-module__NNm1sG__search .FilterForm-module__NNm1sG__searchInput{width:100%;padding-left:37px}.FilterForm-module__NNm1sG__searchIcon{color:var(--muted);pointer-events:none;transition:color .12s;display:inline-flex;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.FilterForm-module__NNm1sG__search:focus-within .FilterForm-module__NNm1sG__searchIcon{color:var(--accent)}@media (max-width:767px){.FilterForm-module__NNm1sG__search{flex-basis:100%}}
.ScrollTopButton-module__fgzhta__pagerTop{height:40px}.ScrollTopButton-module__fgzhta__pagerTopIcon{color:var(--accent)}
.Pager-module__iB-Akq__pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.Pager-module__iB-Akq__pager>form{margin:0}.Pager-module__iB-Akq__pagerJump{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:stretch;height:40px;transition:border-color .12s,box-shadow .12s;display:inline-flex;overflow:hidden}.Pager-module__iB-Akq__pagerJump:hover:not(:focus-within){border-color:color-mix(in srgb, var(--text) 30%, transparent)}.Pager-module__iB-Akq__pagerJump:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.Pager-module__iB-Akq__pagerJumpPrefix{border-right:1px solid var(--border);background:var(--hover);color:var(--muted);align-items:center;padding:0 10px;display:inline-flex}.Pager-module__iB-Akq__pagerJumpInput{width:150px;color:var(--text);font:inherit;appearance:textfield;background:0 0;border:0;outline:none;padding:0 12px}.Pager-module__iB-Akq__pagerJumpInput::-webkit-inner-spin-button{appearance:none;margin:0}.Pager-module__iB-Akq__pagerJumpInput::-webkit-outer-spin-button{appearance:none;margin:0}.Pager-module__iB-Akq__pagerJumpInput::placeholder{color:var(--muted)}.Pager-module__iB-Akq__pagerPages{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.Pager-module__iB-Akq__pageBtn,.Pager-module__iB-Akq__pageArrow,.Pager-module__iB-Akq__pageEllipsis{border-radius:var(--radius-sm);min-width:40px;height:40px;color:var(--text);font-variant-numeric:tabular-nums;border:1px solid #0000;justify-content:center;align-items:center;padding:0 8px;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.Pager-module__iB-Akq__pageBtn:hover,.Pager-module__iB-Akq__pageArrow:hover,.Pager-module__iB-Akq__pageEllipsis:hover{background:var(--hover);color:var(--heading)}.Pager-module__iB-Akq__pageBtn[aria-current=page]{border-color:var(--accent);color:var(--accent);background:0 0;font-weight:600}.Pager-module__iB-Akq__pageArrow{border-color:var(--border);background:var(--surface);width:40px;padding:0}.Pager-module__iB-Akq__pageArrow:not(:first-child){margin-left:4px}.Pager-module__iB-Akq__pageArrow:first-child{margin-right:4px}.Pager-module__iB-Akq__pageArrow[aria-disabled=true]{color:var(--muted);opacity:.5;pointer-events:none}.Pager-module__iB-Akq__pageEllipsis{color:var(--muted)}.Pager-module__iB-Akq__pageEllipsisJump,.Pager-module__iB-Akq__pageEllipsis:hover .Pager-module__iB-Akq__pageEllipsisDots,.Pager-module__iB-Akq__pageEllipsis:focus-visible .Pager-module__iB-Akq__pageEllipsisDots{display:none}.Pager-module__iB-Akq__pageEllipsis:hover .Pager-module__iB-Akq__pageEllipsisJump,.Pager-module__iB-Akq__pageEllipsis:focus-visible .Pager-module__iB-Akq__pageEllipsisJump{color:var(--accent);display:block}.Pager-module__iB-Akq__pagerInfo{color:var(--muted);font-variant-numeric:tabular-nums}
.Progress-module__5rrPkq__progress{align-items:center;gap:8px;min-width:88px;display:flex}.Progress-module__5rrPkq__progressTrack{background:var(--hover);border-radius:999px;flex:1;height:6px;overflow:hidden}.Progress-module__5rrPkq__progressBar{border-radius:inherit;background:var(--tone,var(--accent));height:100%}.Progress-module__5rrPkq__progressValue{min-width:36px;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.Progress-module__5rrPkq__meter{grid-template-columns:40px minmax(60px,1fr) auto;align-items:center;gap:8px;min-width:160px;display:grid}.Progress-module__5rrPkq__meterBare{grid-template-columns:minmax(60px,1fr) auto}.Progress-module__5rrPkq__meter .Progress-module__5rrPkq__progressValue{white-space:nowrap}.Progress-module__5rrPkq__meterLabel{color:var(--muted);font-size:12px}.Progress-module__5rrPkq__meters{flex-direction:column;gap:6px;display:flex}
.Props-module__qCmugG__props{grid-template-columns:minmax(140px,max-content) 1fr;gap:10px 24px;margin:0;display:grid}.Props-module__qCmugG__props dt{color:var(--muted)}.Props-module__qCmugG__props dd{overflow-wrap:anywhere;min-width:0;margin:0}@media (max-width:767px){.Props-module__qCmugG__props{grid-template-columns:minmax(0,1fr);gap:2px}.Props-module__qCmugG__props dd{margin-bottom:10px}}
table th.Selection-module__jt381q__selectCell,table td.Selection-module__jt381q__selectCell{width:1%;padding-right:0}.Selection-module__jt381q__bulkBar{z-index:55;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:calc(100vw - 32px);box-shadow:var(--shadow);align-items:center;gap:2px;padding:6px;animation:.14s ease-out Selection-module__jt381q__bulkIn;display:flex;position:fixed;bottom:20px;left:50%;overflow-x:auto;transform:translate(-50%)}@keyframes Selection-module__jt381q__bulkIn{0%{opacity:0;transform:translate(-50%,8px)}}.Selection-module__jt381q__bulkCount{white-space:nowrap;padding:0 10px;font-size:13px;font-weight:600}.Selection-module__jt381q__bulkCountPage{color:var(--muted);font-weight:400}.Selection-module__jt381q__bulkSep{background:var(--border);flex:none;width:1px;height:20px;margin:0 4px}.Selection-module__jt381q__bulkBtn{height:36px;color:var(--text);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-size:13px;transition:background .1s;display:inline-flex}.Selection-module__jt381q__bulkBtn:hover:not(:disabled){background:var(--hover)}.Selection-module__jt381q__bulkBtn[data-danger]{color:var(--danger)}.Selection-module__jt381q__bulkBtn:disabled{color:var(--muted);opacity:.5;cursor:default}.Selection-module__jt381q__bulkBtnCount{background:var(--active);text-align:center;border-radius:999px;min-width:18px;padding:0 5px;font-size:11px;font-weight:600;line-height:18px}.Selection-module__jt381q__bulkClose{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.Selection-module__jt381q__bulkClose:hover{background:var(--hover);color:var(--text)}.Selection-module__jt381q__bulkBtn:focus-visible,.Selection-module__jt381q__bulkClose:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.Selection-module__jt381q__bulkBar{animation:none}}
.ContextMenu-module__qsjMXG__menu{z-index:60;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:220px;max-width:320px;box-shadow:var(--shadow);padding:6px;animation:.12s ease-out ContextMenu-module__qsjMXG__menuIn;position:fixed}@keyframes ContextMenu-module__qsjMXG__menuIn{0%{opacity:0;transform:scale(.97)}}.ContextMenu-module__qsjMXG__menuItem{width:100%;min-height:36px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;transition:background .1s;display:flex}.ContextMenu-module__qsjMXG__menuItem:focus{outline:none}.ContextMenu-module__qsjMXG__menuItem:hover,.ContextMenu-module__qsjMXG__menuItem:focus-visible{background:var(--hover);color:var(--text)}.ContextMenu-module__qsjMXG__menuItem>svg{color:var(--muted);flex:none}.ContextMenu-module__qsjMXG__menuItem[data-danger],.ContextMenu-module__qsjMXG__menuItem[data-danger]:hover,.ContextMenu-module__qsjMXG__menuItem[data-danger]>svg{color:var(--danger)}.ContextMenu-module__qsjMXG__menuItem[data-danger]:hover,.ContextMenu-module__qsjMXG__menuItem[data-danger]:focus-visible{background:color-mix(in srgb, var(--danger) 10%, transparent)}.ContextMenu-module__qsjMXG__menuItem[aria-disabled=true]{opacity:.45;cursor:not-allowed}.ContextMenu-module__qsjMXG__menuItem[aria-disabled=true]:hover{background:0 0}.ContextMenu-module__qsjMXG__menuLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ContextMenu-module__qsjMXG__menuSubArrow{color:var(--muted);flex:none;margin-left:auto}.ContextMenu-module__qsjMXG__menuItem[data-open]{background:var(--hover)}.ContextMenu-module__qsjMXG__menuHint{color:var(--muted);flex:none;font-size:12px}.ContextMenu-module__qsjMXG__menuDivider{background:var(--border);height:1px;margin:6px 4px}.ContextMenu-module__qsjMXG__menuNote{border-top:1px solid var(--border);max-width:300px;color:var(--muted);margin:6px 4px 0;padding:8px 6px 4px;font-size:12px;line-height:1.4}.ContextMenu-module__qsjMXG__menuNote+.ContextMenu-module__qsjMXG__menuNote{border-top:0;margin-top:0}.ContextMenu-module__qsjMXG__menuError{max-width:300px;color:var(--danger);margin:4px 0 0;padding:6px 10px;font-size:12px}table td.ContextMenu-module__qsjMXG__rowMenuCell{text-align:right;white-space:nowrap;width:1%;padding-left:0;padding-right:8px}.ContextMenu-module__qsjMXG__rowMenuBtn{width:32px;height:32px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background .12s;display:inline-flex}tbody tr:hover .ContextMenu-module__qsjMXG__rowMenuBtn,.ContextMenu-module__qsjMXG__rowMenuBtn:focus-visible,.ContextMenu-module__qsjMXG__rowMenuBtn[aria-expanded=true]{opacity:1}.ContextMenu-module__qsjMXG__rowMenuBtn:hover,.ContextMenu-module__qsjMXG__rowMenuBtn[aria-expanded=true]{background:var(--active);color:var(--heading)}@media (hover:none){.ContextMenu-module__qsjMXG__rowMenuBtn{opacity:1}}
.AgentVersion-module__v-7jIG__agentUpdate{background:color-mix(in srgb, var(--warning) 16%, transparent);color:var(--warning);border-radius:4px;align-items:center;gap:3px;padding:0 6px;font-size:12px;display:inline-flex}
.page-module__ysiPna__segmentedLinks{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);gap:2px;padding:3px;display:inline-flex}.page-module__ysiPna__segmentedLinks a{color:var(--muted);border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.page-module__ysiPna__segmentedLinks a:hover{color:var(--text);background:var(--hover);text-decoration:none}.page-module__ysiPna__segmentedLinks a[aria-current=page]{background:var(--accent-soft);color:var(--accent)}
.Files-module__Cks7Eq__filePath{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;min-width:0;margin-bottom:12px;display:flex}.Files-module__Cks7Eq__filePath a{color:var(--text)}.Files-module__Cks7Eq__filePath a:hover{text-decoration:underline}.Files-module__Cks7Eq__filePathPart{overflow-wrap:anywhere;align-items:center;gap:6px;min-width:0;display:inline-flex}.Files-module__Cks7Eq__filePathSep{opacity:.6}.Files-module__Cks7Eq__filePathPart [aria-current]{color:var(--text);font-weight:600}.Files-module__Cks7Eq__fileName{min-width:0;max-width:100%;color:var(--text);align-items:center;gap:10px;display:inline-flex}.Files-module__Cks7Eq__fileIcon{color:var(--muted);flex:none;display:inline-flex}.Files-module__Cks7Eq__fileIcon[data-folder]{color:var(--warning)}
.page-module__b5grPW__taskHero{grid-template-columns:360px minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.page-module__b5grPW__taskHero[data-channel]{grid-template-columns:120px minmax(0,1fr)}.page-module__b5grPW__taskHeroMedia{justify-content:center;align-items:flex-start;display:flex}.page-module__b5grPW__taskHeroInfo{flex-direction:column;gap:12px;min-width:0;display:flex}.page-module__b5grPW__heroTitle{color:var(--heading);overflow-wrap:anywhere;margin:0;font-size:22px;line-height:1.3}.page-module__b5grPW__heroChannel{width:fit-content;color:var(--text);align-items:center;gap:8px;font-weight:500;display:inline-flex}.page-module__b5grPW__heroChannel:hover span{text-decoration:underline}.page-module__b5grPW__heroMeta{color:var(--muted);flex-wrap:wrap;gap:6px 16px;font-size:13px;display:flex}.page-module__b5grPW__heroMetaItem{align-items:center;gap:6px;display:inline-flex}@media (max-width:900px){.page-module__b5grPW__taskHero{grid-template-columns:minmax(0,1fr)}.page-module__b5grPW__taskHeroMedia{justify-content:flex-start}}.page-module__b5grPW__stageTotal{border-top:1px solid var(--border);justify-content:space-between;margin-top:14px;padding-top:12px;display:flex}.page-module__b5grPW__techDetails>summary{cursor:pointer;margin:0;list-style:none}.page-module__b5grPW__techDetails>summary::-webkit-details-marker{display:none}.page-module__b5grPW__techDetails>summary:after{content:"›";color:var(--muted);margin-left:8px;transition:transform .15s;display:inline-block}.page-module__b5grPW__techDetails[open]>summary{margin-bottom:16px}.page-module__b5grPW__techDetails[open]>summary:after{transform:rotate(90deg)}.page-module__b5grPW__timeline{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.page-module__b5grPW__timeline li{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding:10px 0;display:flex}.page-module__b5grPW__timeline li:last-child{border-bottom:0}
.StatCard-module__BqLvZW__stat{flex-direction:column;gap:8px;display:flex}.StatCard-module__BqLvZW__statLabel{color:var(--muted);align-items:center;gap:8px;font-weight:500;display:flex}.StatCard-module__BqLvZW__statValue{color:var(--heading);font-variant-numeric:tabular-nums;font-size:32px;font-weight:600;line-height:1}.StatCard-module__BqLvZW__statSub{color:var(--muted);margin-top:8px;font-size:13px;font-weight:400;line-height:1.35;display:block}
.StatusBadge-module__ImMCdq__badge{background:color-mix(in srgb, var(--tone) 12%, transparent);height:24px;color:var(--text);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}
.page-module__PBsW9G__notFound{border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px;display:flex}
.page-module__LTvZnW__userCell{align-items:center;gap:12px;min-width:0;display:flex}
