@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";html{--theme-color-neutral-bg: #f3f4f6;--theme-color-neutral-surface: #e5e7eb;--theme-color-neutral-surface-alt: #ffffff;--theme-color-neutral-surface-muted: #e5e7eb;--theme-color-neutral-border: #d1d5db;--theme-color-neutral-border-strong: #9ca3af;--theme-color-neutral-text: #111827;--theme-color-neutral-text-muted: #6b7280;--theme-color-neutral-text-subtle: #9ca3af;--theme-color-neutral-icon: #1f2937;--theme-color-neutral-icon-muted: #6b7280;--theme-color-brand-primary: #030174;--theme-color-brand-primary-soft: #e7e8ff;--theme-color-brand-primary-hover: #02015a;--theme-color-brand-primary-active: #010142;--theme-color-brand-on-primary: #ffffff;--theme-color-success: #16a34a;--theme-color-success-soft: #e7f6ed;--theme-color-success-text: #15803d;--theme-color-warning: #d97706;--theme-color-warning-soft: #fff1e2;--theme-color-danger: #dc2626;--theme-color-danger-soft: #fde8e8;--theme-color-info: #2563eb;--theme-color-info-soft: #eaf2ff;--theme-color-focus-ring: rgba(3, 1, 116, .35);--theme-color-focus-ring-strong: rgba(3, 1, 116, .55);--theme-color-sidebar-bg: #ffffff;--theme-color-sidebar-surface: #f3f4f6;--theme-color-sidebar-border: #e5e7eb;--theme-color-sidebar-item: #111827;--theme-color-sidebar-item-muted: #6b7280;--theme-color-sidebar-item-active-bg: #e7e8ff;--theme-color-sidebar-item-active-text: #030174;--theme-app-bg: linear-gradient(180deg, var(--theme-color-neutral-surface-alt), var(--theme-color-brand-primary-soft))}html.dark,.dark html{--theme-color-neutral-bg: #0d1117;--theme-color-neutral-surface: #1c212e;--theme-color-neutral-surface-alt: #222632;--theme-color-neutral-surface-muted: #161b22;--theme-color-neutral-border: #30363d;--theme-color-neutral-border-strong: #8b949e;--theme-color-neutral-text: #ffffff;--theme-color-neutral-text-muted: #8b949e;--theme-color-neutral-text-subtle: #6c85a3;--theme-color-neutral-icon: #ffffff;--theme-color-neutral-icon-muted: #8b949e;--theme-color-brand-primary: #6c85a3;--theme-color-brand-primary-soft: rgba(108, 133, 163, .15);--theme-color-brand-primary-hover: #7d96b5;--theme-color-brand-primary-active: #5b7491;--theme-color-brand-on-primary: #ffffff;--theme-color-success: #2ebd85;--theme-color-success-soft: rgba(46, 189, 133, .15);--theme-color-success-text: #2ebd85;--theme-color-warning: #f7931a;--theme-color-warning-soft: rgba(247, 147, 26, .15);--theme-color-danger: #f6465d;--theme-color-danger-soft: rgba(246, 70, 93, .15);--theme-color-info: #6c85a3;--theme-color-info-soft: rgba(108, 133, 163, .15);--theme-color-focus-ring: rgba(108, 133, 163, .35);--theme-color-focus-ring-strong: rgba(108, 133, 163, .55);--theme-color-sidebar-bg: #1c212e;--theme-color-sidebar-surface: #222632;--theme-color-sidebar-border: #30363d;--theme-color-sidebar-item: #8b949e;--theme-color-sidebar-item-muted: #6c85a3;--theme-color-sidebar-item-active-bg: rgba(108, 133, 163, .15);--theme-color-sidebar-item-active-text: #ffffff;--theme-app-bg: var(--theme-color-neutral-bg)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,ui-sans-serif,system-ui,sans-serif;background:var(--theme-app-bg);color:var(--theme-color-neutral-text)}button,input,textarea{font:inherit}button{font-family:inherit}a{color:inherit}p,h1,h2,h3,h4{margin:0}:focus-visible{outline:2px solid var(--theme-color-focus-ring-strong);outline-offset:2px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:0;border:none;border-radius:999px;padding:0 1.25rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.button:disabled{opacity:.55;cursor:not-allowed}.button--full-width{width:100%}.button--sm{height:34px;padding:0 1rem;font-size:.84rem}.button--md{height:40px;padding:0 1.15rem;font-size:.92rem}.button--lg{height:46px;padding:0 1.4rem;font-size:.98rem}.button--primary{background:var(--theme-color-brand-primary);color:var(--theme-color-brand-on-primary)}.button--primary:hover:not(:disabled){background:var(--theme-color-brand-primary-hover)}.button--primary:active:not(:disabled){background:var(--theme-color-brand-primary-active)}.button--secondary{background:var(--theme-color-neutral-surface-muted);border:1px solid var(--theme-color-neutral-border);color:var(--theme-color-neutral-text)}.button--secondary:hover:not(:disabled),.button--ghost:hover:not(:disabled){background:var(--theme-color-neutral-surface)}.button--ghost{background:transparent;border:1px solid var(--theme-color-neutral-border);color:var(--theme-color-neutral-text)}.card{min-width:0;overflow:hidden;border:1px solid var(--theme-color-neutral-border);border-radius:24px;background:var(--theme-color-neutral-surface-alt)}.card--padding-sm{padding:1rem}.card--padding-md{padding:1.5rem}.card--padding-lg{padding:1.75rem}.card--muted{background:var(--theme-color-neutral-surface)}.dialum-card-lift{box-shadow:none;transition:border-color .15s ease,background-color .15s ease}.dialum-card-lift:hover{transform:none;box-shadow:none}.dialum-btn-with-icon{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.dialum-btn-danger-soft{color:var(--theme-color-danger)!important}.dialum-btn-danger-soft:hover:not(:disabled){background:var(--theme-color-danger-soft)!important}.dialum-input{width:100%;min-height:42px;padding:.7rem .95rem;border-radius:999px;border:1px solid var(--theme-color-neutral-border);background:var(--theme-color-neutral-surface-alt);color:var(--theme-color-neutral-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.dialum-input::placeholder{color:var(--theme-color-neutral-text-subtle)}.dialum-input:focus{border-color:var(--theme-color-brand-primary);box-shadow:0 0 0 3px var(--theme-color-focus-ring)}.wtt-theme-switch{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem;border:1px solid var(--theme-color-neutral-border);border-radius:999px;background:var(--theme-color-neutral-surface-alt)}.wtt-sidebar-theme{width:fit-content;justify-content:center}.wtt-theme-switch__tab{width:34px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:var(--theme-color-neutral-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.wtt-theme-switch__tab.is-active{background:var(--theme-color-neutral-surface);color:var(--theme-color-brand-primary)}.app-shell{display:flex;min-height:100vh;background:var(--theme-app-bg)}.app-shell__sidebar{position:fixed;inset:0 auto 0 0;width:248px;height:100vh;height:100dvh;z-index:120;transition:transform .2s ease}.app-shell__main{flex:1;margin-left:248px;min-height:100vh;display:flex;flex-direction:column}.app-shell__topbar{position:sticky;top:0;z-index:50}.app-shell__content{width:100%;max-width:1440px;margin:0 auto;padding:2rem;flex:1}.app-shell__mobile-menu{position:fixed;top:1rem;left:1rem;z-index:140;width:42px;height:42px;display:none;align-items:center;justify-content:center;border:1px solid var(--theme-color-neutral-border);border-radius:14px;background:var(--theme-color-neutral-surface-alt);color:var(--theme-color-neutral-text);cursor:pointer}.app-shell__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000070;display:none}.sidebar-nav{height:100%;display:flex;flex-direction:column;padding:1rem;border-right:1px solid var(--theme-color-sidebar-border);background:linear-gradient(180deg,var(--theme-color-sidebar-bg) 0%,var(--theme-color-sidebar-bg) 72%,rgba(17,80,194,.03) 100%)}.sidebar-nav__header{padding-bottom:1rem}.sidebar-nav__workspace{position:relative;width:100%}.sidebar-nav__workspace-btn{width:100%;display:flex;align-items:center;gap:.85rem;padding:.75rem;border:1px solid var(--theme-color-sidebar-border);border-radius:20px;background:var(--theme-color-sidebar-surface);color:var(--theme-color-sidebar-item);cursor:pointer}.sidebar-nav__workspace-btn:hover{border-color:var(--theme-color-neutral-border-strong)}.sidebar-nav__workspace-btn:disabled{cursor:wait;opacity:.7}.sidebar-nav__workspace-icon{width:40px;height:40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary);font-size:.88rem;font-weight:700;overflow:hidden}.sidebar-nav__workspace-logo{width:100%;height:100%;object-fit:cover}.sidebar-nav__workspace-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;font-weight:700;text-align:left}.sidebar-nav__workspace-chevron{color:var(--theme-color-sidebar-item-muted);transition:transform .2s ease}.sidebar-nav__workspace-chevron.is-open{transform:rotate(180deg)}.sidebar-nav__workspace-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;border:1px solid var(--theme-color-neutral-border);border-radius:20px;background:var(--theme-color-neutral-surface-alt);overflow:hidden;z-index:10}.sidebar-nav__workspace-menu-header{padding:.9rem 1rem .65rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color-neutral-text-subtle)}.sidebar-nav__workspace-list{margin:0;padding:0 .5rem .5rem;max-height:240px;overflow-y:auto}.sidebar-nav__workspace-list li,.sidebar-nav__item{list-style:none}.sidebar-nav__workspace-item,.sidebar-nav__workspace-add{width:100%;display:flex;align-items:center;gap:.75rem;padding:.8rem .9rem;border:none;border-radius:16px;background:transparent;color:var(--theme-color-neutral-text);text-align:left;cursor:pointer}.sidebar-nav__workspace-item:hover,.sidebar-nav__workspace-add:hover{background:var(--theme-color-neutral-surface)}.sidebar-nav__workspace-item.is-active{background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary)}.sidebar-nav__workspace-item-icon{width:30px;height:30px;min-width:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary);font-size:.78rem;font-weight:700}.sidebar-nav__workspace-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav__workspace-menu-footer{padding:.5rem;border-top:1px solid var(--theme-color-neutral-border)}.sidebar-nav__content{flex:1;overflow-y:auto;padding:.5rem 0}.sidebar-nav__footer{margin-top:auto;padding-top:1rem}.sidebar-nav__extra{display:flex;justify-content:center;padding-bottom:.9rem}.sidebar-nav__divider{height:1px;margin:0 .25rem .9rem;background:var(--theme-color-sidebar-border)}.sidebar-nav__list{display:flex;flex-direction:column;gap:.35rem;margin:0;padding:0}.sidebar-nav__link{width:100%;display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;border-radius:18px;color:var(--theme-color-sidebar-item);text-decoration:none;transition:background-color .15s ease,color .15s ease}.sidebar-nav__link:hover{background:#0301740f}.sidebar-nav__link.is-active{background:var(--theme-color-sidebar-item-active-bg);color:var(--theme-color-sidebar-item-active-text)}.sidebar-nav__icon{display:inline-flex;align-items:center;justify-content:center;color:inherit}.sidebar-nav__label{font-size:.92rem;font-weight:700;letter-spacing:-.01em}.sidebar-nav__logout{border:none;background:none;text-align:left;cursor:pointer}.sidebar-nav__logout:hover{color:var(--theme-color-danger)}.drag-drop-upload{position:relative;width:100%;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;border:1.5px dashed var(--theme-color-neutral-border);border-radius:16px;background:var(--theme-color-neutral-surface-alt);cursor:pointer;transition:border-color .15s ease,background .15s ease}.drag-drop-upload:hover:not(.is-loading):not(.is-drag-over){border-color:var(--theme-color-neutral-border-strong);background:color-mix(in srgb,var(--theme-color-neutral-surface) 92%,var(--theme-color-neutral-surface-alt))}.drag-drop-upload.is-drag-over{border-color:var(--theme-color-brand-primary);border-style:solid;background:color-mix(in srgb,var(--theme-color-brand-primary) 8%,var(--theme-color-neutral-surface-alt))}.drag-drop-upload.is-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.drag-drop-upload__input{display:none}.drag-drop-upload__content{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;pointer-events:none}.drag-drop-upload__icon-wrapper{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:color-mix(in srgb,var(--theme-color-neutral-border) 40%,transparent);color:var(--theme-color-neutral-text-subtle);margin-bottom:.25rem}.drag-drop-upload__title{font-size:.88rem;font-weight:600;color:var(--theme-color-neutral-text);margin:0}.drag-drop-upload__divider{font-size:.78rem;color:var(--theme-color-neutral-text-subtle);margin:0}.drag-drop-upload__meta{font-size:.74rem;color:var(--theme-color-neutral-text-subtle);margin:0;margin-top:.15rem}.drag-drop-upload__content .button{pointer-events:all}.wtt-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .9rem;border:1px solid var(--theme-color-neutral-border);border-radius:14px;cursor:pointer}.wtt-toggle-row__label{display:flex;flex-direction:column;gap:.15rem;font-size:.88rem;font-weight:600;color:var(--theme-color-neutral-text)}.wtt-toggle-row__hint{font-size:.76rem;font-weight:400;color:var(--theme-color-neutral-text-subtle)}.wtt-toggle{flex:0 0 auto;position:relative;width:40px;height:22px;border-radius:11px;border:none;background:var(--theme-color-neutral-border-strong);cursor:pointer;transition:background .2s ease}.wtt-toggle:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease}.wtt-toggle--on{background:var(--theme-color-danger, #e53e3e)}.wtt-toggle--on:after{transform:translate(18px)}.wtt-boot{min-height:100vh;display:grid;place-items:center}.wtt-login{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.wtt-login__card{width:min(460px,100%);display:flex;flex-direction:column;gap:1.5rem}.wtt-login__actions{display:flex;justify-content:flex-end}.wtt-login__brand{display:flex;align-items:center;gap:1rem}.wtt-login__brand-mark{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary)}.wtt-login__eyebrow,.wtt-page__eyebrow,.wtt-panel__eyebrow{font-size:.72rem;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color-neutral-text-subtle)}.wtt-login__title,.wtt-page__title{font-size:clamp(2rem,4vw,3.1rem);line-height:1.05;font-weight:800;letter-spacing:-.04em;color:var(--theme-color-neutral-text)}.wtt-login__subtitle,.wtt-page__subtitle,.wtt-panel__subtitle,.wtt-empty-copy,.wtt-empty-state__copy,.wtt-lock-message,.wtt-upload-file__size{color:var(--theme-color-neutral-text-muted)}.wtt-login__form,.wtt-panel__body{display:flex;flex-direction:column;gap:1rem}.wtt-login__field,.wtt-upload-field{display:flex;flex-direction:column;gap:.7rem}.wtt-login__label,.wtt-upload-field__label{font-size:.92rem;font-weight:700;color:var(--theme-color-neutral-text)}.wtt-login__input-wrap{position:relative;display:flex;align-items:center}.wtt-login__input-wrap svg{position:absolute;left:1rem;color:var(--theme-color-neutral-text-muted)}.wtt-login__input{padding-left:2.7rem}.wtt-feedback{padding:.9rem 1rem;border:1px solid transparent;border-radius:18px;font-size:.9rem}.wtt-feedback--danger{border-color:color-mix(in srgb,var(--theme-color-danger) 30%,transparent);background:color-mix(in srgb,var(--theme-color-danger-soft) 72%,var(--theme-color-neutral-surface-alt));color:var(--theme-color-danger)}.wtt-feedback--info{border-color:color-mix(in srgb,var(--theme-color-info) 30%,transparent);background:color-mix(in srgb,var(--theme-color-info-soft) 70%,var(--theme-color-neutral-surface-alt));color:var(--theme-color-info)}.wtt-page{display:flex;flex-direction:column;gap:1.5rem}.wtt-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.wtt-page__status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.wtt-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:1.5rem;align-items:start}.wtt-panel{display:flex;flex-direction:column;gap:1.25rem;min-height:0}.wtt-panel--execution,.wtt-panel--execution-empty{position:sticky;top:2rem}.wtt-title-stack{min-width:0;display:flex;flex-direction:column}.wtt-title-stack--page{gap:.5rem;max-width:54rem}.wtt-title-stack--panel{gap:.2rem;flex:1}.wtt-panel__header,.wtt-empty-state,.wtt-execution__head{display:flex;align-items:flex-start;justify-content:flex-start;gap:1.35rem}.wtt-empty-state,.wtt-empty-state--stacked{align-items:flex-start}.wtt-panel__icon,.wtt-empty-state__icon{width:48px;height:48px;min-width:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary)}.wtt-panel__title{font-size:1.18rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--theme-color-neutral-text)}.wtt-page__subtitle{max-width:48rem;line-height:1.5}.wtt-panel__subtitle{max-width:38rem;line-height:1.45}.wtt-facts{display:flex;flex-wrap:wrap;gap:.6rem}.wtt-facts__item,.wtt-chip,.wtt-status{display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.45rem .8rem;border:1px solid var(--theme-color-neutral-border);border-radius:999px;background:var(--theme-color-neutral-surface);color:var(--theme-color-neutral-text-muted);font-size:.8rem;font-weight:600}.wtt-note{padding:1rem 1.05rem;border:1px solid var(--theme-color-neutral-border-strong);border-radius:20px;background:color-mix(in srgb,var(--theme-color-neutral-surface) 86%,var(--theme-color-neutral-surface-alt));color:var(--theme-color-neutral-text-muted);line-height:1.55}.wtt-upload-field__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.wtt-upload-field__optional{font-size:.8rem;font-weight:600;color:var(--theme-color-neutral-text-subtle)}.wtt-upload-file{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border:1px solid var(--theme-color-neutral-border);border-radius:18px;background:var(--theme-color-neutral-surface)}.wtt-upload-file__meta{display:flex;align-items:center;gap:.75rem;min-width:0}.wtt-upload-file__icon,.wtt-artifact-list__icon{width:36px;height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--theme-color-neutral-surface-alt);color:var(--theme-color-neutral-text-muted)}.wtt-upload-file__name,.wtt-artifact-list__name{font-size:.9rem;font-weight:700;color:var(--theme-color-neutral-text);word-break:break-word}.wtt-upload-file__clear{border:none;background:transparent;color:var(--theme-color-danger);font-size:.84rem;font-weight:700;cursor:pointer}.wtt-lock-message{font-size:.84rem}.wtt-status{color:var(--theme-color-neutral-text)}.wtt-status--running,.wtt-status--queued,.wtt-status--cancelling{background:var(--theme-color-info-soft);border-color:transparent;color:var(--theme-color-info)}.wtt-status--completed,.wtt-status--cleaned{background:var(--theme-color-success-soft);border-color:transparent;color:var(--theme-color-success-text)}.wtt-status--failed,.wtt-status--cancelled{background:var(--theme-color-danger-soft);border-color:transparent;color:var(--theme-color-danger)}.wtt-execution__headline{font-size:clamp(1.16rem,1.7vw,1.8rem);line-height:1.18;font-weight:800;letter-spacing:-.03em;color:var(--theme-color-neutral-text)}.wtt-execution__meta,.wtt-history-actions,.wtt-execution__actions{display:flex;flex-wrap:wrap;gap:.75rem}.wtt-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wtt-stat-card{padding:1.15rem 1.2rem;border:1px solid var(--theme-color-neutral-border-strong);border-radius:22px;background:var(--theme-color-neutral-surface-alt)}.wtt-stat-card__label{font-size:.74rem;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-color-neutral-text-subtle)}.wtt-stat-card__value{margin-top:.45rem;font-size:clamp(1.35rem,2vw,1.95rem);line-height:1.02;font-weight:800;letter-spacing:-.04em;color:var(--theme-color-neutral-text);word-break:break-word}.wtt-chip{color:var(--theme-color-neutral-text)}.wtt-chip--accent{background:var(--theme-color-brand-primary-soft);border-color:transparent;color:var(--theme-color-brand-primary)}.wtt-chip--info{background:var(--theme-color-info-soft);border-color:transparent;color:var(--theme-color-info)}.wtt-chip--success{background:var(--theme-color-success-soft);border-color:transparent;color:var(--theme-color-success-text)}.wtt-chip--danger{background:var(--theme-color-danger-soft);border-color:transparent;color:var(--theme-color-danger)}.wtt-execution__subtle{display:inline-flex;align-items:center;gap:.45rem;color:var(--theme-color-neutral-text-subtle);font-size:.82rem}.wtt-artifact-list{display:flex;flex-direction:column;gap:.55rem}.wtt-artifact-list__item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.8rem .95rem;border:1px solid color-mix(in srgb,var(--theme-color-brand-primary) 18%,var(--theme-color-neutral-border));border-radius:18px;background:color-mix(in srgb,var(--theme-color-brand-primary-soft) 18%,var(--theme-color-neutral-surface-alt));color:var(--theme-color-neutral-text);text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.wtt-artifact-list__item:hover{border-color:var(--theme-color-brand-primary);background:color-mix(in srgb,var(--theme-color-brand-primary-soft) 34%,var(--theme-color-neutral-surface-alt))}.wtt-artifact-list__item:after{content:"↗";margin-left:auto;color:var(--theme-color-brand-primary);font-size:.95rem;font-weight:700}.wtt-artifact-list__icon{background:var(--theme-color-brand-primary-soft);color:var(--theme-color-brand-primary)}.wtt-empty-placeholder{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.05rem;border:1px dashed var(--theme-color-neutral-border-strong);border-radius:20px;background:color-mix(in srgb,var(--theme-color-neutral-surface) 86%,var(--theme-color-neutral-surface-alt))}.wtt-empty-placeholder__icon{width:34px;height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--theme-color-neutral-surface-alt);color:var(--theme-color-neutral-text-subtle)}.wtt-quality-report{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;border:1px solid var(--theme-color-neutral-border);border-radius:20px;background:var(--theme-color-neutral-surface)}.wtt-quality-report--warn{border-color:color-mix(in srgb,var(--theme-color-warning) 40%,var(--theme-color-neutral-border));background:color-mix(in srgb,var(--theme-color-warning-soft) 50%,var(--theme-color-neutral-surface-alt))}.wtt-quality-report--ok{border-color:color-mix(in srgb,var(--theme-color-success) 32%,var(--theme-color-neutral-border));background:color-mix(in srgb,var(--theme-color-success-soft) 54%,var(--theme-color-neutral-surface-alt))}.wtt-quality-report__title{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color-neutral-text-subtle)}.wtt-quality-report__grid{display:flex;flex-direction:column;gap:.45rem}.wtt-quality-report__row{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.wtt-quality-report__dot{width:6px;height:6px;border-radius:999px;flex:0 0 auto;background:var(--theme-color-success)}.wtt-quality-report__dot--warn{background:var(--theme-color-warning)}.wtt-quality-report__label{flex:1;color:var(--theme-color-neutral-text-muted)}.wtt-quality-report__val{font-variant-numeric:tabular-nums;font-weight:800;color:var(--theme-color-neutral-text)}.wtt-quality-report__val--warn{color:var(--theme-color-warning)}.wtt-diff-report{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem;border:1px solid var(--theme-color-neutral-border);border-radius:20px;background:var(--theme-color-neutral-surface)}.wtt-diff-report--dryrun{border-color:color-mix(in srgb,var(--theme-color-info) 40%,var(--theme-color-neutral-border));background:color-mix(in srgb,var(--theme-color-info-soft) 50%,var(--theme-color-neutral-surface-alt))}.wtt-diff-report--live{border-color:color-mix(in srgb,var(--theme-color-success) 40%,var(--theme-color-neutral-border));background:color-mix(in srgb,var(--theme-color-success-soft) 45%,var(--theme-color-neutral-surface-alt))}.wtt-diff-report__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wtt-diff-report__title{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color-neutral-text-subtle)}.wtt-diff-report__badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px;background:var(--theme-color-info-soft);color:var(--theme-color-info);border:1px solid color-mix(in srgb,var(--theme-color-info) 25%,transparent)}.wtt-diff-report__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.wtt-diff-report__stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem;border-radius:12px;background:color-mix(in srgb,var(--theme-color-neutral-surface-alt) 60%,transparent);border:1px solid var(--theme-color-neutral-border)}.wtt-diff-report__stat-val{font-size:1.25rem;font-weight:800;color:var(--theme-color-neutral-text);line-height:1}.wtt-diff-report__stat-label{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--theme-color-neutral-text-subtle)}.wtt-diff-report__skus{display:flex;flex-direction:column;gap:.75rem}.wtt-diff-report__sku{display:flex;flex-direction:column;gap:.3rem;padding:.65rem .75rem;border-radius:12px;background:color-mix(in srgb,var(--theme-color-neutral-surface-alt) 70%,transparent);border:1px solid var(--theme-color-neutral-border)}.wtt-diff-report__sku-head{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.wtt-diff-report__sku-code{font-size:.78rem;font-weight:700;color:var(--theme-color-neutral-text);font-family:ui-monospace,Courier New,monospace}.wtt-diff-report__sku-title{font-size:.78rem;color:var(--theme-color-neutral-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.wtt-diff-report__field{display:flex;align-items:center;gap:.5rem;font-size:.78rem;min-width:0}.wtt-diff-report__field-tag{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.1rem .35rem;border-radius:4px;flex:0 0 auto}.wtt-diff-report__field-tag--patch{background:color-mix(in srgb,var(--theme-color-success) 15%,transparent);color:var(--theme-color-success-text);border:1px solid color-mix(in srgb,var(--theme-color-success) 30%,transparent)}.wtt-diff-report__field-tag--skip{background:color-mix(in srgb,var(--theme-color-neutral-text-subtle) 10%,transparent);color:var(--theme-color-neutral-text-subtle);border:1px solid color-mix(in srgb,var(--theme-color-neutral-text-subtle) 20%,transparent)}.wtt-diff-report__field-name{color:var(--theme-color-neutral-text-muted);min-width:7rem;flex:0 0 auto}.wtt-diff-report__field-old{color:var(--theme-color-danger);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:8rem}.wtt-diff-report__field-arrow{color:var(--theme-color-neutral-text-subtle);flex:0 0 auto}.wtt-diff-report__field-new{color:var(--theme-color-success-text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:8rem}.wtt-diff-report__aside{font-size:.78rem;color:var(--theme-color-neutral-text-muted);padding:.4rem .6rem;border-radius:8px;background:color-mix(in srgb,var(--theme-color-success) 8%,transparent);border:1px solid color-mix(in srgb,var(--theme-color-success) 20%,transparent)}.wtt-diff-report__aside--removed{background:color-mix(in srgb,var(--theme-color-danger) 8%,transparent);border-color:color-mix(in srgb,var(--theme-color-danger) 20%,transparent)}.wtt-log-preview,.wtt-log-panel{display:flex;flex-direction:column;gap:.45rem;border:1px solid var(--theme-color-neutral-border);border-radius:20px;background:var(--theme-color-neutral-surface);overflow:hidden;min-width:0}.wtt-log-preview{padding:.95rem 1rem}.wtt-log-panel{min-height:0;flex:1;overflow:auto;padding:1rem}.wtt-log-preview__line,.wtt-log-line{margin:0;display:flex;gap:.7rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.45;color:var(--theme-color-neutral-text);min-width:0}.wtt-log-preview__line>span:last-child,.wtt-log-line>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.wtt-log-preview__time,.wtt-log-line__time{flex:0 0 auto;color:var(--theme-color-neutral-text-subtle)}.wtt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:1.5rem;background:#0f121a73}.wtt-modal__panel{width:min(1240px,100%);height:min(88vh,860px);display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;border:1px solid var(--theme-color-neutral-border);border-radius:28px;background:var(--theme-color-neutral-bg)}.wtt-modal__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.wtt-modal__title{font-size:1.5rem;line-height:1.1;font-weight:800;letter-spacing:-.03em}.wtt-modal__body{flex:1;min-height:0;display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.25rem}.wtt-modal__list,.wtt-modal__detail{min-height:0;display:flex;flex-direction:column;gap:.9rem}.wtt-modal__list{overflow:auto}.wtt-history-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid transparent;border-radius:18px;background:transparent;color:inherit;text-align:left;cursor:pointer}.wtt-history-item:hover,.wtt-history-item.is-active{background:var(--theme-color-neutral-surface);border-color:var(--theme-color-neutral-border)}.wtt-history-item__title{font-size:.92rem;font-weight:800;color:var(--theme-color-neutral-text)}.wtt-history-item__meta{margin-top:.2rem;font-size:.78rem;color:var(--theme-color-neutral-text-subtle)}@media(max-width:1100px){.wtt-grid{grid-template-columns:1fr}.wtt-panel--execution,.wtt-panel--execution-empty{position:static}}@media(max-width:900px){.wtt-modal__body{grid-template-columns:1fr}.wtt-modal__list{max-height:220px}}@media(max-width:767px){.app-shell__sidebar{transform:translate(-100%);width:min(88vw,320px)}.app-shell__sidebar.is-open{transform:translate(0)}.app-shell__main{margin-left:0}.app-shell__content{padding:4rem 1rem 1rem}.app-shell__mobile-menu{display:inline-flex}.app-shell__overlay.is-visible{display:block}.wtt-page__header,.drag-drop-upload__content,.wtt-upload-file{flex-direction:column;align-items:flex-start}.wtt-page__status{justify-content:flex-start}.drag-drop-upload{min-height:128px}.wtt-modal{padding:.75rem}.wtt-modal__panel{height:min(92vh,920px);padding:1rem}}@media(max-width:560px){.wtt-login__card,.wtt-panel,.wtt-modal__list,.wtt-modal__detail{padding:1.2rem}.wtt-stat-grid,.wtt-history-actions,.wtt-execution__actions,.wtt-execution__meta{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.wtt-history-item{flex-direction:column;align-items:flex-start}}
