:root{--tr-accent: #008060;--tr-accent-soft: #f1f8f5;--tr-surface: #ffffff;--tr-surface-subtle: #f6f6f7;--tr-border: rgba(0, 0, 0, .08);--tr-radius: 12px;--tr-radius-sm: 8px}.tr-full-width{width:100%;max-width:100%}.tr-app-nav-brand{display:inline-flex;align-items:center;margin-right:.25rem;line-height:0;text-decoration:none}.tr-app-nav-brand img{border-radius:6px}.tr-hero{background:#fff;border:1px solid var(--tr-border);border-radius:var(--tr-radius);padding:1.5rem 1.75rem;box-shadow:0 1px 2px #0000000a}.tr-hero__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#202223}.tr-hero__text{margin:0;font-size:.9375rem;color:#6d7175;line-height:1.55;max-width:42rem}.tr-hero__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.tr-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem;width:100%}@media(max-width:900px){.tr-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.tr-stat-grid{grid-template-columns:1fr}}.tr-stat-card{height:100%;border-radius:var(--tr-radius);overflow:hidden;border:1px solid var(--tr-border);background:var(--tr-surface);box-shadow:0 1px #0000000a}.tr-stat-card__inner{padding:1rem 1.125rem;border-left:4px solid var(--tr-accent);height:100%}.tr-stat-card--info .tr-stat-card__inner{border-left-color:#2c6ecb}.tr-stat-card--success .tr-stat-card__inner{border-left-color:#008060}.tr-stat-card--warning .tr-stat-card__inner{border-left-color:#b98900}.tr-stat-card--neutral .tr-stat-card__inner{border-left-color:#8c9196}.tr-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem;width:100%}@media(max-width:768px){.tr-choice-grid{grid-template-columns:1fr}}.tr-choice{position:relative;border:1px solid #e3e3e3;border-radius:var(--tr-radius);background:#fff;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease,transform .12s ease;text-align:left;width:100%;font:inherit;padding:0;box-shadow:0 1px 2px #0000000a}.tr-choice:hover{box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}.tr-choice--selected{box-shadow:0 0 0 1px currentColor}.tr-choice__body{padding:1.125rem 1.25rem}.tr-choice__check{position:absolute;top:.625rem;right:.625rem;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.6875rem;font-weight:700;color:#fff;background:#008060}.tr-choice__label{display:block;font-weight:600;font-size:.9375rem;color:#202223;margin-bottom:.35rem}.tr-choice__desc{display:block;font-size:.8125rem;color:#6d7175;line-height:1.45}.tr-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;width:100%}.tr-stepper__step{padding:.75rem .5rem;border-radius:var(--tr-radius-sm);border:1px solid var(--tr-border);background:var(--tr-surface);text-align:center}.tr-stepper__step--current{border-color:var(--tr-accent);background:var(--tr-accent-soft)}.tr-stepper__step--done{background:var(--tr-surface-subtle)}.tr-stepper__num{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#e3e5e7;color:#202223;margin-bottom:.35rem}.tr-stepper__step--current .tr-stepper__num{background:var(--tr-accent);color:#fff}.tr-stepper__step--done .tr-stepper__num{background:#008060;color:#fff}.tr-stepper__label{display:block;font-size:.6875rem;color:#6d7175;line-height:1.3}.tr-stepper__step--current .tr-stepper__label{color:#202223;font-weight:600}.tr-table-shell{border:1px solid var(--tr-border);border-radius:var(--tr-radius-sm);background:var(--tr-surface);overflow:hidden;box-shadow:0 1px 2px #0000000a}.tr-table-shell--admin{border:none;border-radius:0;box-shadow:none;border-top:1px solid var(--tr-border)}.tr-table-shell__inner{padding:0}.tr-data-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.tr-data-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:.8125rem}.tr-data-table thead{background:#f7f7f8}.tr-data-table__th{padding:.65rem 1rem;text-align:left;font-size:.75rem;font-weight:600;letter-spacing:.01em;color:#616161;border-bottom:1px solid #e3e3e3;white-space:nowrap}.tr-data-table__th--center{text-align:center}.tr-data-table__th--right{text-align:right}.tr-data-table__th--primary{width:22%}.tr-data-table__td{padding:.875rem 1rem;border-bottom:1px solid #ebebeb;vertical-align:middle;color:#303030;line-height:1.45;background:#fff}.tr-data-table__row:nth-child(2n) .tr-data-table__td{background:#fafbfb}.tr-data-table__row:hover .tr-data-table__td{background:#f3f4f5}.tr-data-table__row--product .tr-data-table__td:first-child{box-shadow:inset 3px 0 #2c6ecb}.tr-data-table__row--order .tr-data-table__td:first-child{box-shadow:inset 3px 0 #b98900}.tr-data-table__row--customer .tr-data-table__td:first-child{box-shadow:inset 3px 0 #008060}.tr-data-table__td--date{white-space:nowrap;font-size:.8125rem;color:#616161;text-align:right}.tr-data-table__td--center{text-align:center}.tr-data-table__td--right{text-align:right}.tr-data-table__td--numeric{text-align:center;font-variant-numeric:tabular-nums;font-weight:600;color:#202223}.tr-data-table__td--nowrap{white-space:nowrap}.tr-data-table__td--primary{font-weight:600}.tr-data-table__td--tags{text-align:center}.tr-data-table__td--actions{text-align:right}.tr-col-serial{width:3rem}.tr-col-name,.tr-col-record{width:18%}.tr-col-type{width:6.5rem}.tr-col-status{width:5.5rem}.tr-col-runmode{width:7rem}.tr-col-updated{width:4.5rem}.tr-col-date{width:10.5rem}.tr-col-rule,.tr-col-tags{width:14%}.tr-col-action{width:6.5rem}.tr-col-actions{width:15rem}.tr-table-serial{display:inline-flex;align-items:center;justify-content:center;min-width:1.625rem;height:1.625rem;border-radius:6px;font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:600;color:#616161;background:#f1f1f1}.tr-table-name{font-weight:600;color:#2c6ecb;text-decoration:none;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-table-name:hover{text-decoration:underline}.tr-table-record{display:block;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-table-rule{display:block;color:#6d7175;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-table-muted{color:#6d7175;font-size:.8125rem}.tr-run-mode-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500;line-height:1.3;background:#eef4ff;color:#2c6ecb;white-space:nowrap}.tr-run-mode-pill--manual{background:#f6f6f7;color:#6d7175}.tr-rule-actions{display:flex;flex-wrap:nowrap;gap:.35rem;align-items:center;justify-content:flex-end}.tr-empty{border:2px dashed var(--tr-border);border-radius:var(--tr-radius);padding:2.5rem 1.5rem;text-align:center;background:var(--tr-surface-subtle)}.tr-panel{border:1px solid var(--tr-border);border-radius:var(--tr-radius-sm);background:var(--tr-surface-subtle);padding:1rem 1.125rem}.tr-panel__title{font-weight:600;font-size:.875rem;color:#202223;margin:0 0 .35rem}.tr-link-row{margin-top:.75rem}.tr-banner{border-radius:var(--tr-radius);padding:1rem 1.25rem;border:1px solid var(--tr-border)}.tr-banner--info{background:linear-gradient(135deg,#eef4ff,#f0f4ff);border-color:#b4cce8}.tr-banner--success{background:linear-gradient(135deg,#eef7f2,#e3f5ec);border-color:#95c9b4}.tr-banner--warning{background:linear-gradient(135deg,#fff8e6,#fff4d4);border-color:#eecd8a}.tr-banner__heading{color:#202223;font-size:.9375rem}.tr-banner__action{margin-top:.5rem}.tr-choice--product{border-top:3px solid #2c6ecb}.tr-choice--product.tr-choice--selected{background:#f8fbff;border-color:#2c6ecb}.tr-choice--order{border-top:3px solid #b98900}.tr-choice--order.tr-choice--selected{background:#fffcf5;border-color:#b98900}.tr-choice--customer{border-top:3px solid #008060}.tr-choice--customer.tr-choice--selected{background:#f6fbf8;border-color:#008060}.tr-choice--product.tr-choice--selected .tr-choice__check{background:#2c6ecb}.tr-choice--order.tr-choice--selected .tr-choice__check{background:#b98900}.tr-choice--customer.tr-choice--selected .tr-choice__check{background:#008060}.tr-choice__dot{display:inline-block;width:.5rem;height:.5rem;border-radius:999px;margin-bottom:.5rem}.tr-choice__dot--product{background:#2c6ecb}.tr-choice__dot--order{background:#b98900}.tr-choice__dot--customer{background:#008060}.tr-form-intro{margin:0;font-size:.9375rem;color:#6d7175;line-height:1.55;max-width:40rem}.tr-form-section{background:#fff;border:1px solid #e3e3e3;border-radius:var(--tr-radius);box-shadow:0 1px 2px #0000000a;overflow:visible}.tr-form-section--error{border-color:#d72c0d;box-shadow:0 0 0 1px #d72c0d}.tr-form-section__head{display:flex;gap:.875rem;align-items:flex-start;padding:1rem 1.25rem;border-bottom:1px solid #ebebeb;background:#fafbfb}.tr-form-section__num{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:50%;font-size:.8125rem;font-weight:700;color:#fff;background:#008060}.tr-form-section--error .tr-form-section__num{background:#d72c0d}.tr-form-section__title{margin:0 0 .2rem;font-size:1rem;font-weight:600;color:#202223}.tr-form-section__desc{margin:0;font-size:.8125rem;color:#6d7175;line-height:1.45}.tr-form-section__body{padding:1.25rem;overflow:visible}.tr-form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.5rem 0 1rem}.tr-tag-combobox{position:relative;display:flex;flex-direction:column;gap:.35rem}.tr-tag-combobox__label{font-size:.8125rem;font-weight:500;color:#303030}.tr-tag-combobox__box{background:#fff;border:1px solid #dadce0;border-radius:12px;overflow:hidden;transition:border-color .12s ease,box-shadow .12s ease}.tr-tag-combobox--open .tr-tag-combobox__box{border-color:#005bd3;box-shadow:0 4px 16px #2021241f}.tr-tag-combobox--error .tr-tag-combobox__box{border-color:#d72c0d;box-shadow:0 0 0 1px #d72c0d}.tr-tag-combobox__input-row{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem .875rem}.tr-tag-combobox__leading{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.2rem;color:#5f6368}.tr-tag-combobox__svg{width:1.125rem;height:1.125rem;display:block}.tr-tag-combobox__input-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.tr-tag-combobox__chips{display:flex;flex-wrap:wrap;gap:.35rem}.tr-tag-combobox__chip{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;font-size:.75rem;font-weight:500;color:#202223;background:#e8eaed;border-radius:4px}.tr-tag-combobox__chip-remove{border:none;background:transparent;color:#6d7175;font-size:.875rem;line-height:1;padding:0;cursor:pointer}.tr-tag-combobox__chip-remove:hover{color:#202223}.tr-tag-combobox__field{width:100%;box-sizing:border-box;padding:.15rem 0;font-size:.9375rem;line-height:1.5;color:#202223;background:transparent;border:none;outline:none}.tr-tag-combobox__field::placeholder{color:#9aa0a6}.tr-tag-combobox__divider{height:1px;background:#e8eaed;margin:0}.tr-tag-combobox__menu-label{margin:0;padding:.5rem 1rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9aa0a6}.tr-tag-combobox__menu{margin:0;padding:0 0 .35rem;list-style:none;max-height:14rem;overflow-y:auto}.tr-tag-combobox__option{display:flex;align-items:center;gap:.875rem;width:100%;padding:.5rem 1rem;border:none;background:transparent;text-align:left;font-size:.9375rem;color:#202223;cursor:pointer;line-height:1.4}.tr-tag-combobox__option:hover,.tr-tag-combobox__option--active{background:#f1f3f4}.tr-tag-combobox__option-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem;color:#9aa0a6}.tr-tag-combobox__option-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-tag-combobox__mark{background:transparent;color:inherit;font-weight:600;padding:0}.tr-tag-combobox__error{margin:0;font-size:.8125rem;color:#d72c0d}.tr-wizard-progress{background:#fff;border:1px solid #e3e3e3;border-radius:var(--tr-radius);padding:1rem 1.25rem;box-shadow:0 1px 2px #0000000a}.tr-wizard-progress__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem}.tr-wizard-progress__label{font-size:.8125rem;color:#6d7175}.tr-wizard-progress__current{font-size:.8125rem;font-weight:600;color:#202223}.tr-wizard-progress__bar{height:4px;background:#eef0f1;border-radius:999px;overflow:hidden;margin-bottom:1rem}.tr-wizard-progress__fill{height:100%;background:#008060;border-radius:999px;transition:width .2s ease}.tr-wizard-progress__steps{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.tr-wizard-progress__step{border-radius:var(--tr-radius-sm);padding:.5rem .35rem;background:#fafbfb;border:1px solid #e3e3e3;cursor:pointer;font:inherit;text-align:center;transition:background .12s ease,border-color .12s ease}.tr-wizard-progress__step:hover{background:#f1f1f1}.tr-wizard-progress__step--current{background:#fff!important;border-color:#008060!important;box-shadow:0 0 0 1px #008060}.tr-wizard-progress__step--done{background:#f6f6f7!important}.tr-wizard-progress__num{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;font-size:.6875rem;font-weight:600;background:#e3e5e7;color:#202223;margin-bottom:.25rem}.tr-wizard-progress__step--current .tr-wizard-progress__num,.tr-wizard-progress__step--done .tr-wizard-progress__num{background:#008060;color:#fff}.tr-wizard-progress__short{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6d7175;line-height:1.2}.tr-wizard-progress__step--current .tr-wizard-progress__short{color:#202223}.tr-wizard-progress__step--step-type.tr-wizard-progress__step--current{border-color:#2c6ecb!important;box-shadow:0 0 0 1px #2c6ecb}.tr-wizard-progress__step--step-type.tr-wizard-progress__step--current .tr-wizard-progress__num{background:#2c6ecb}.tr-wizard-progress__step--step-name.tr-wizard-progress__step--current{border-color:#2c6ecb!important;box-shadow:0 0 0 1px #2c6ecb}.tr-wizard-progress__step--step-name.tr-wizard-progress__step--current .tr-wizard-progress__num{background:#2c6ecb}.tr-wizard-progress__step--step-condition.tr-wizard-progress__step--current{border-color:#b98900!important;box-shadow:0 0 0 1px #b98900}.tr-wizard-progress__step--step-condition.tr-wizard-progress__step--current .tr-wizard-progress__num{background:#b98900}.tr-wizard-progress__step--step-action.tr-wizard-progress__step--current{border-color:#008060!important;box-shadow:0 0 0 1px #008060}.tr-wizard-progress__step--step-apply.tr-wizard-progress__step--current{border-color:#bf0711!important;box-shadow:0 0 0 1px #bf0711}.tr-wizard-progress__step--step-apply.tr-wizard-progress__step--current .tr-wizard-progress__num{background:#bf0711}.tr-wizard-progress__step--step-run.tr-wizard-progress__step--current{border-color:#5c5f62!important;box-shadow:0 0 0 1px #5c5f62}.tr-wizard-progress__step--step-run.tr-wizard-progress__step--current .tr-wizard-progress__num{background:#5c5f62}.tr-wizard-step{background:#fff;border:1px solid #e3e3e3;border-radius:var(--tr-radius);padding:1.25rem 1.5rem;box-shadow:0 1px 2px #0000000a}@media(max-width:768px){.tr-wizard-progress__steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.tr-wizard-progress__steps{grid-template-columns:repeat(2,1fr)}}.tr-stat-card--info{background:linear-gradient(180deg,#f4f8ff,#fff)}.tr-stat-card--success{background:linear-gradient(180deg,#f1f8f5,#fff)}.tr-stat-card--warning{background:linear-gradient(180deg,#fffbf0,#fff)}.tr-stat-card--neutral{background:linear-gradient(180deg,#f6f6f7,#fff)}.tr-stepper-panel{border:1px solid var(--tr-border);border-radius:var(--tr-radius);background:#fafbfb;padding:1rem 1.125rem}.tr-stepper--clickable .tr-stepper__step{cursor:pointer;font:inherit;width:100%;transition:transform .12s ease,box-shadow .12s ease}.tr-stepper--clickable .tr-stepper__step:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.tr-stepper__short{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8c9196;margin-bottom:.15rem}.tr-stepper__desc{display:block;font-size:.625rem;color:#8c9196;line-height:1.3;margin-top:.25rem}.tr-stepper__step--step-type.tr-stepper__step--current{border-color:#5c6ac4;background:#f4f5fa}.tr-stepper__step--step-name.tr-stepper__step--current{border-color:#2c6ecb;background:#eef4ff}.tr-stepper__step--step-condition.tr-stepper__step--current{border-color:#b98900;background:#fff8e6}.tr-stepper__step--step-action.tr-stepper__step--current{border-color:#008060;background:#eef7f2}.tr-stepper__step--step-apply.tr-stepper__step--current{border-color:#bf0711;background:#fff4f4}.tr-stepper__step--step-run.tr-stepper__step--current{border-color:#5c5f62;background:#f6f6f7}.tr-mini-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;width:100%}.tr-mini-card{border-radius:var(--tr-radius-sm);padding:.875rem 1rem;border:1px solid var(--tr-border);background:#fff}.tr-mini-card--product{border-left:4px solid #2c6ecb;background:linear-gradient(135deg,#f4f8ff,#fff)}.tr-mini-card--order{border-left:4px solid #b98900;background:linear-gradient(135deg,#fffbf0,#fff)}.tr-mini-card--customer{border-left:4px solid #008060;background:linear-gradient(135deg,#f1f8f5,#fff)}.tr-mini-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem}.tr-mini-card__time{font-size:.6875rem;color:#8c9196;white-space:nowrap}.tr-mini-card__record{margin:0 0 .2rem;font-size:.875rem;font-weight:600;color:#202223;line-height:1.3}.tr-mini-card__rule{margin:0 0 .5rem;font-size:.75rem;color:#6d7175}.tr-mini-card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.tr-tag-cloud{display:flex;flex-wrap:wrap;gap:.4rem}.tr-tag-pill{display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .6rem;border-radius:999px;line-height:1.3}.tr-tag-pill--add{background:#e3f5ec;color:#008060;border:1px solid #95c9b4}.tr-tag-pill--remove{background:#fff4e5;color:#b98900;border:1px solid #eecd8a}.tr-tag-pill--neutral{background:#f6f6f7;color:#6d7175}.tr-panel--tags{background:linear-gradient(180deg,#fafbfb,#fff);min-height:120px}.tr-mini-empty{margin:0;font-size:.8125rem;color:#8c9196}.tr-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:0}.tr-pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .35rem;border-radius:8px;font-size:.8125rem;text-decoration:none;color:#303030;border:1px solid transparent}.tr-pagination__page:hover{background:#f1f1f1}.tr-pagination__page--active{background:#303030;color:#fff;font-weight:600}.tr-pagination__link{font-size:.8125rem;color:#005bd3;text-decoration:none;font-weight:500}.tr-pagination__link:hover{text-decoration:underline}.tr-pagination__pages{display:flex;gap:.25rem;align-items:center}.tr-admin-card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;box-shadow:0 1px 2px #0000000f;overflow:hidden}.tr-admin-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:1rem 1.25rem;border-bottom:1px solid #ebebeb;background:#fff}.tr-admin-card__description{margin:0;font-size:.8125rem;color:#616161;line-height:1.5}.tr-admin-card__actions{margin-left:auto;flex-shrink:0}.tr-admin-card__body{background:#fff}.tr-admin-card__footer{padding:.75rem 1.25rem;border-top:1px solid #ebebeb;background:#fafbfb}.tr-admin-card .tr-empty{margin:1.25rem;border-radius:var(--tr-radius-sm)}.tr-list-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:0;padding:1rem 1.25rem;background:#fafbfb;border:1px solid var(--tr-border);border-radius:var(--tr-radius)}.tr-list-filters--embedded{background:#fafbfb;border:none;border-radius:0;border-bottom:1px solid #ebebeb}.tr-list-filters__field{flex:1 1 10rem;min-width:8rem}.tr-list-filters__field--search{flex:2 1 14rem;min-width:12rem}.tr-list-filters__actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto;padding-bottom:.15rem}@media(max-width:768px){.tr-mini-grid{grid-template-columns:1fr}.tr-stepper{grid-template-columns:repeat(2,1fr)}.tr-admin-card__header{flex-direction:column;align-items:flex-start}.tr-admin-card__actions{margin-left:0;width:100%}}.tr-wizard-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem;padding:.875rem 1.25rem;border:1px solid #e3e3e3;border-radius:var(--tr-radius);background:#fff;box-shadow:0 1px 2px #0000000a}.tr-wizard-nav__left,.tr-wizard-nav__right{flex:1;display:flex;align-items:center}.tr-wizard-nav__right{justify-content:flex-end}.tr-wizard-nav__meta{font-size:.8125rem;color:#6d7175;white-space:nowrap}.tr-btn-pause{padding:2px;border-radius:8px;background:#fff8e6;border:1px solid #eecd8a}.tr-btn-delete{padding:2px;border-radius:8px;background:#fff4f4;border:1px solid #e4b5b5}.tr-clear-log-row--before-filters{margin-bottom:.75rem}.tr-clear-log-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.tr-clear-log-row__actions{margin-left:auto;flex-shrink:0}.tr-log-tag-stack{display:flex;flex-direction:column;gap:.35rem}.tr-log-tag-name{display:inline-flex;align-items:center;min-height:1.5rem;padding:.15rem .55rem;border-radius:6px;font-weight:500;font-size:.8125rem;line-height:1.3}.tr-log-tag-name--add{background:#f1f8f5;color:#008060;border:1px solid #cce5db}.tr-log-tag-name--remove{background:#fff8e6;color:#8a6116;border:1px solid #eecd8a}.tr-log-action{display:inline-flex;align-items:center;justify-content:center;min-height:1.5rem;padding:.15rem .55rem;border-radius:6px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.tr-log-action--add{background:#008060;color:#fff}.tr-log-action--remove{background:#b98900;color:#fff}.tr-data-table__td--tags{vertical-align:middle}.tr-log-tabs{display:flex;gap:.25rem;margin-bottom:.25rem}.tr-log-tabs__tab{display:inline-flex;align-items:center;padding:.5rem .875rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#6d7175;text-decoration:none;background:#f6f6f7}.tr-log-tabs__tab:hover{color:#202223;background:#ededed}.tr-log-tabs__tab--active{color:#202223;background:#fff;box-shadow:inset 0 0 0 1px var(--tr-border)}.tr-run-status{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.tr-run-status--success{color:#004c3f;background:#e3f1df}.tr-run-status--critical{color:#8e0b21;background:#fee8eb}.tr-run-status--subdued{color:#6d7175;background:#f1f2f3}.tr-btn-clear-log{padding:2px;border-radius:8px;background:#fff4f4;border:1px solid #e4b5b5}.tr-modal{background:#fff;border-radius:var(--tr-radius);padding:1.5rem;max-width:420px;width:calc(100% - 2rem);box-shadow:0 8px 32px #0000002e;border-top:4px solid #bf0711;border:none}.tr-modal::backdrop{background:#00000073}.tr-modal--critical{border-top-color:#bf0711}.tr-modal__title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#202223}.tr-modal__message{margin:0 0 1.25rem;font-size:.875rem;color:#6d7175;line-height:1.5}.tr-dash-panels{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}@media(max-width:900px){.tr-dash-panels{grid-template-columns:1fr}}.tr-dash-list-shell{border:1px solid var(--tr-border);border-radius:var(--tr-radius-sm);background:#fff;overflow:hidden}.tr-dash-list{list-style:none;margin:0;padding:0}.tr-dash-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.55rem .75rem;border-bottom:1px solid var(--tr-border);font-size:.8125rem;line-height:1.35}.tr-dash-list__item:last-child{border-bottom:none}.tr-dash-list__item:hover{background:#fafbfb}.tr-dash-list__item--product{border-left:2px solid #2c6ecb}.tr-dash-list__item--order{border-left:2px solid #b98900}.tr-dash-list__item--customer{border-left:2px solid #008060}.tr-dash-list__body{min-width:0;flex:1}.tr-dash-list__row{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.15rem}.tr-dash-list__sub{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.tr-dash-list__title{font-weight:600;color:#202223;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.tr-dash-list__link{font-weight:600;color:#202223;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:14rem}.tr-dash-list__link:hover{color:var(--tr-accent);text-decoration:underline}.tr-dash-list__meta{font-size:.75rem;color:#6d7175}.tr-dash-list__tag{font-size:.6875rem;font-weight:500;padding:.1rem .35rem;border-radius:4px}.tr-dash-list__tag--add{color:#004c3f;background:#e3f1df}.tr-dash-list__tag--remove{color:#8e5200;background:#fff5e8}.tr-dash-list__aside{flex-shrink:0;font-size:.6875rem;color:#8c9196;text-align:right;max-width:7rem;line-height:1.3}.tr-activity-box-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.tr-activity-box-list>li{margin:0}.tr-activity-box{border-radius:var(--tr-radius-sm);padding:.7rem .85rem;border:1px solid var(--tr-border);background:#fff;box-shadow:0 1px 2px #0000000a;transition:box-shadow .12s ease,border-color .12s ease}.tr-activity-box:hover{border-color:#d2d5d8;box-shadow:0 2px 6px #0000000f}.tr-activity-box--product{border-left:3px solid #2c6ecb;background:linear-gradient(135deg,#f8fbff,#fff 55%)}.tr-activity-box--order{border-left:3px solid #b98900;background:linear-gradient(135deg,#fffdf5,#fff 55%)}.tr-activity-box--customer{border-left:3px solid #008060;background:linear-gradient(135deg,#f4faf7,#fff 55%)}.tr-activity-box__top{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.3rem}.tr-activity-box__time{font-size:.6875rem;color:#8c9196;white-space:nowrap}.tr-activity-box__record{margin:0 0 .1rem;font-size:.8125rem;font-weight:600;color:#202223;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-activity-box__rule{margin:0 0 .4rem;font-size:.75rem;color:#6d7175;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tr-activity-box__rule:before{content:"Rule · ";color:#8c9196}.tr-activity-box__tags{display:flex;flex-wrap:wrap;gap:.3rem}.tr-activity-list-shell{border:1px solid var(--tr-border);border-radius:var(--tr-radius);overflow:hidden;background:#fff}.tr-activity-list{list-style:none;margin:0;padding:0}.tr-activity-list__item{padding:.875rem 1rem;border-bottom:1px solid var(--tr-border);transition:background .12s ease}.tr-activity-list__item:hover{background:#fafbfb}.tr-activity-list__item:last-child{border-bottom:none}.tr-activity-list__item--product{border-left:3px solid #2c6ecb}.tr-activity-list__item--order{border-left:3px solid #b98900}.tr-activity-list__item--customer{border-left:3px solid #008060}.tr-activity-list__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.tr-activity-list__record{margin:0 0 .15rem;font-size:.9375rem;font-weight:600;color:#202223}.tr-activity-list__rule{margin:0 0 .5rem;font-size:.8125rem;color:#6d7175}.tr-activity-list__rule:before{content:"Rule: ";color:#8c9196}.tr-activity-list__tags{display:flex;flex-wrap:wrap;gap:.35rem}.tr-activity-list__time{font-size:.6875rem;color:#8c9196;white-space:nowrap}.tr-panel__subtitle{margin:0 0 .5rem;font-size:.8125rem;color:#6d7175}.tr-dash{display:flex;flex-direction:column;gap:1rem}.tr-dash-chips{display:flex;flex-wrap:wrap;gap:.5rem}.tr-dash-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.8125rem;color:#4a4a4a;background:#f6f6f7;border:1px solid #e3e3e3;border-radius:999px}.tr-dash-chip strong{font-weight:600;color:#202223}.tr-dash-chip--active{background:#eef7f2;border-color:#b7d9c9}.tr-dash-chip--paused{background:#fff8e6;border-color:#e6d5a8}.tr-dash-chip--auto{background:#eef4ff;border-color:#b4cce8}.tr-dash-split{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.tr-dash-card{background:#fff;border:1px solid #e3e3e3;border-radius:var(--tr-radius);padding:1rem 1.125rem;box-shadow:0 1px 2px #0000000a}.tr-dash-card__title{margin:0 0 .875rem;font-size:.8125rem;font-weight:600;color:#303030;text-transform:uppercase;letter-spacing:.03em}.tr-dash-muted{margin:0;font-size:.8125rem;color:#8c9196}.tr-dash-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.tr-dash-list__row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.tr-dash-list__label{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:500;color:#303030;min-width:0}.tr-dash-list__label s-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem}.tr-dash-list__rank{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;flex-shrink:0;font-size:.625rem;font-weight:700;color:#6d7175;background:#eef0f1;border-radius:50%}.tr-dash-list__value{font-size:.8125rem;font-weight:600;color:#616161;flex-shrink:0}.tr-dash-bar{height:6px;background:#eef0f1;border-radius:999px;overflow:hidden}.tr-dash-bar__fill{height:100%;border-radius:999px;background:#2c6ecb}.tr-dash-bar__fill--product{background:#2c6ecb}.tr-dash-bar__fill--order{background:#b98900}.tr-dash-bar__fill--customer{background:#008060}@media(max-width:768px){.tr-dash-split{grid-template-columns:1fr}}.tr-dashboard-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;color:#4a4a4a;background:#f1f1f1;border-radius:999px;letter-spacing:.01em}.tr-dashboard-overview__header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-weight:600;color:#202223}.tr-dashboard-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:1100px){.tr-dashboard-panels{grid-template-columns:1fr 1fr}.tr-dashboard-panels .tr-analytics-panel:last-child{grid-column:1 / -1}}.tr-dashboard-bottom{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.tr-dashboard-bottom__col{min-width:0}.tr-entity-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;margin-right:.4rem;vertical-align:middle}.tr-entity-dot--product{background:#2c6ecb}.tr-entity-dot--order{background:#b98900}.tr-entity-dot--customer{background:#008060}.tr-analytics-body{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.tr-analytics-panel{background:#fafbfb;border:1px solid #ebebeb;border-radius:10px;padding:1rem 1.125rem}.tr-analytics-panel--compact{height:100%}.tr-analytics-panel__title{margin:0 0 .875rem;font-size:.8125rem;font-weight:600;color:#303030}.tr-analytics-empty{margin:0;font-size:.8125rem;color:#8c9196}.tr-analytics-breakdown{display:flex;flex-direction:column;gap:.75rem}.tr-analytics-breakdown__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.tr-analytics-breakdown__label{font-size:.8125rem;font-weight:500;color:#303030;display:flex;align-items:center}.tr-analytics-breakdown__count{font-size:.8125rem;font-weight:600;color:#616161;display:flex;align-items:center;gap:.35rem}.tr-analytics-breakdown__pct{font-size:.6875rem;font-weight:500;color:#8c9196}.tr-analytics-breakdown__track{height:.5rem;background:#eef0f1;border-radius:999px;overflow:hidden}.tr-analytics-breakdown__fill{height:100%;border-radius:999px}.tr-analytics-breakdown__fill--product{background:#2c6ecb}.tr-analytics-breakdown__fill--order{background:#b98900}.tr-analytics-breakdown__fill--customer{background:#008060}.tr-analytics-top-rules{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.tr-analytics-top-rules__head{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.tr-analytics-top-rules__rank{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0;font-size:.6875rem;font-weight:700;color:#6d7175;background:#eef0f1;border-radius:50%}.tr-analytics-top-rules__name{font-size:.8125rem;font-weight:500;color:#303030;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.tr-analytics-top-rules__head s-link{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500}.tr-analytics-top-rules__count{font-size:.8125rem;font-weight:600;color:#616161;flex-shrink:0}.tr-analytics-top-rules__track{height:.375rem;background:#eef0f1;border-radius:999px;overflow:hidden}.tr-analytics-top-rules__fill{height:100%;background:linear-gradient(90deg,#2c6ecb,#5c8fd6);border-radius:999px}.tr-analytics-rule-mix{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.tr-analytics-rule-mix__item{text-align:center;padding:.875rem .75rem;background:#fff;border:1px solid #ebebeb;border-radius:8px}.tr-analytics-rule-mix__item--active{border-top:3px solid #008060;background:linear-gradient(180deg,#f1f8f5,#fff)}.tr-analytics-rule-mix__item--paused{border-top:3px solid #b98900;background:linear-gradient(180deg,#fffbf0,#fff)}.tr-analytics-rule-mix__item--automatic{border-top:3px solid #2c6ecb;background:linear-gradient(180deg,#f4f8ff,#fff)}.tr-analytics-rule-mix__value{display:block;font-size:1.25rem;font-weight:600;color:#303030;line-height:1.2}.tr-analytics-rule-mix__label{display:block;margin-top:.25rem;font-size:.75rem;color:#616161}@media(max-width:768px){.tr-analytics-rule-mix,.tr-dashboard-panels,.tr-dashboard-bottom{grid-template-columns:1fr}}.tr-settings-support__links{margin:1rem 0 0;font-size:.8125rem}.tr-settings-support__powered{margin-top:1rem}.tr-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.tr-settings-sidebar{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.tr-settings-block{padding:1.25rem}.tr-settings-badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.tr-settings-badge--on{background:#e3f1df;color:#108043}.tr-settings-badge--off{background:#f1f1f1;color:#616161}.tr-settings-guide{list-style:none;margin:0;padding:1rem 1.25rem 1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tr-settings-guide__step{display:flex;gap:.75rem;padding:1rem;border:1px solid #ebebeb;border-radius:10px;background:#fafbfb}.tr-settings-guide__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#202223;color:#fff;font-size:.8125rem;font-weight:700}.tr-settings-guide__content{min-width:0}.tr-settings-guide__title{margin:0 0 .35rem;font-size:.875rem;font-weight:600;color:#202223;line-height:1.3}.tr-settings-guide__desc{margin:0 0 .5rem;font-size:.75rem;color:#616161;line-height:1.45}.tr-settings-guide__link{font-size:.75rem;font-weight:600;color:#2c6ecb;text-decoration:none}.tr-settings-guide__link:hover{text-decoration:underline}.tr-settings-toggle{margin-bottom:1.25rem}.tr-settings-toggle__hint{margin:.5rem 0 0;padding-left:1.75rem;font-size:.8125rem;color:#616161;line-height:1.45}.tr-settings-fields{display:flex;flex-direction:column;gap:1rem;min-width:0}.tr-settings-preview-block{padding-top:1rem;padding-bottom:1.25rem}.tr-settings-fields__row{display:grid;gap:1rem}.tr-settings-fields__row--two{grid-template-columns:1fr 1fr}.tr-settings-note{margin:0;font-size:.8125rem;color:#616161;line-height:1.45}.tr-settings-preview__summary{margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:#202223;line-height:1.4}.tr-settings-meta{display:flex;flex-direction:column;gap:.5rem}.tr-settings-meta__row{display:flex;justify-content:space-between;gap:1rem;font-size:.8125rem}.tr-settings-meta__label{color:#616161}.tr-settings-meta__value{color:#202223;font-weight:500;text-align:right}.tr-settings-empty{padding:1rem 1.125rem;border:1px dashed #c9cccf;border-radius:10px;background:#fafbfb}.tr-settings-empty p{margin:0;font-size:.8125rem;color:#616161;line-height:1.45}.tr-settings-empty--compact{padding:.75rem 1rem}.tr-settings-retention{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.tr-settings-retention__stat{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border-radius:12px;background:linear-gradient(180deg,#eef4ff,#fff);border:1px solid #c9d4e8}.tr-settings-retention__value{font-size:1.75rem;font-weight:700;line-height:1;color:#2c6ecb}.tr-settings-retention__unit{margin-top:.15rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#616161}.tr-settings-retention__title{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:#202223}.tr-settings-retention__desc{margin:0;font-size:.8125rem;color:#616161;line-height:1.45}.tr-settings-callout{padding:.875rem 1rem;border-radius:8px;background:#f6f6f7;border:1px solid #ebebeb}.tr-settings-callout p{margin:0;font-size:.8125rem;color:#616161;line-height:1.45}@media(max-width:960px){.tr-settings-grid{grid-template-columns:1fr}.tr-settings-guide{grid-template-columns:1fr 1fr}}@media(max-width:640px){.tr-settings-guide,.tr-settings-fields__row--two{grid-template-columns:1fr}.tr-settings-retention{flex-direction:column;align-items:flex-start}}
