@keyframes AuthGuard-module__fJxroW__spin{to{transform:rotate(360deg)}}.AuthGuard-module__fJxroW__loadingScreen{background:var(--color-bg,#0d0d0d);min-height:100vh;color:var(--color-text,#f2f2f2);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-family:system-ui,sans-serif;display:flex}.AuthGuard-module__fJxroW__spinner{border:3px solid var(--brand-red);border-top-color:#0000;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite AuthGuard-module__fJxroW__spin}.AuthGuard-module__fJxroW__loadingLabel{color:var(--color-text-dim,#7e7e7e);font-size:14px}.AuthGuard-module__fJxroW__unauthScreen{background:var(--color-bg,#0d0d0d);justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,sans-serif;display:flex}.AuthGuard-module__fJxroW__unauthInner{text-align:center;color:var(--color-text,#f2f2f2);flex-direction:column;align-items:center;gap:24px;display:flex}.AuthGuard-module__fJxroW__unauthIcon{font-size:48px}.AuthGuard-module__fJxroW__unauthMessage{color:var(--color-text-muted,silver);margin-bottom:8px;font-size:14px}.AuthGuard-module__fJxroW__signInButton{background:var(--brand-red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:12px 28px;font-size:15px;font-weight:700}
.AppTile-module__yLsiEW__card{background:var(--color-surface);border:1px solid var(--color-border-md);cursor:default;box-shadow:none;border-radius:12px;flex-direction:column;gap:14px;padding:28px 24px 24px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.AppTile-module__yLsiEW__card:hover{background:var(--color-surface-hover);border-color:color-mix(in srgb,var(--accent)38%,transparent);box-shadow:0 4px 24px color-mix(in srgb,var(--accent)13%,transparent)}.AppTile-module__yLsiEW__accentStrip{background:var(--accent);border-radius:12px 12px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.AppTile-module__yLsiEW__iconRow{justify-content:space-between;align-items:flex-start;display:flex}.AppTile-module__yLsiEW__icon{font-size:36px;line-height:1}.AppTile-module__yLsiEW__tag{background:color-mix(in srgb,var(--accent)12%,transparent);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent)25%,transparent);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:2px 10px;font-size:11px;font-weight:700}.AppTile-module__yLsiEW__name{color:var(--color-text);letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:700}.AppTile-module__yLsiEW__description{color:var(--color-text-sub);font-size:13px;line-height:1.55}.AppTile-module__yLsiEW__openButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:auto;padding:10px 20px;font-size:13px;font-weight:700;transition:opacity .15s}.AppTile-module__yLsiEW__openButton:hover{opacity:.88}
.UserAvatar-module__8SZmoa__avatar{width:var(--avatar-size,36px);height:var(--avatar-size,36px);background:var(--avatar-color,#e60000);font-size:var(--avatar-font-size,13.7px);color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.UserAvatar-module__8SZmoa__photo{object-fit:cover;width:100%;height:100%}
.Button-module__TVt-uW__btn{cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-weight:600;transition:background .15s,opacity .15s,box-shadow .15s,transform .1s;display:inline-flex;position:relative}.Button-module__TVt-uW__btn:focus-visible{box-shadow:0 0 0 3px #e6000059}.Button-module__TVt-uW__btn:active:not(:disabled){transform:translateY(1px)}.Button-module__TVt-uW__btn--sm{padding:5px 12px;font-size:.78rem}.Button-module__TVt-uW__btn--md{padding:8px 18px;font-size:.875rem}.Button-module__TVt-uW__btn--lg{padding:11px 24px;font-size:1rem}.Button-module__TVt-uW__btn--primary{background:var(--t-accent);color:#fff}.Button-module__TVt-uW__btn--primary:hover:not(:disabled){background:var(--t-accent-dark)}.Button-module__TVt-uW__btn--secondary{background:var(--t-surface-el);color:var(--t-text);border:1px solid var(--t-border)}.Button-module__TVt-uW__btn--secondary:hover:not(:disabled){background:var(--t-border)}.Button-module__TVt-uW__btn--ghost{color:var(--t-text-sub);background:0 0;border:1px solid #0000}.Button-module__TVt-uW__btn--ghost:hover:not(:disabled){background:var(--t-surface-el);color:var(--t-text)}.Button-module__TVt-uW__btn--danger{color:var(--t-accent);border:1px solid var(--t-border-red,#e6000059);background:0 0}.Button-module__TVt-uW__btn--danger:hover:not(:disabled){background:#e600001a}.Button-module__TVt-uW__btn:disabled{opacity:.45;cursor:not-allowed}.Button-module__TVt-uW__btn--loading{cursor:wait}.Button-module__TVt-uW__iconLeft,.Button-module__TVt-uW__iconRight{align-items:center;font-size:1em;display:flex}.Button-module__TVt-uW__spinner{border:2px solid #ffffff59;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:1em;height:1em;animation:.65s linear infinite Button-module__TVt-uW__spin}@keyframes Button-module__TVt-uW__spin{to{transform:rotate(360deg)}}
.Input-module__8IdGYq__root{flex-direction:column;gap:5px;display:flex}.Input-module__8IdGYq__label{color:var(--t-text-sub);letter-spacing:.02em;font-size:.8rem;font-weight:600}.Input-module__8IdGYq__required{color:var(--t-accent);margin-left:2px}.Input-module__8IdGYq__inputWrap{border:1px solid var(--t-border);background:var(--t-surface-el);border-radius:6px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.Input-module__8IdGYq__inputWrap:focus-within{border-color:var(--t-accent);box-shadow:0 0 0 3px #e6000026}.Input-module__8IdGYq__inputWrapError{border-color:var(--t-accent)!important}.Input-module__8IdGYq__input{color:var(--t-text);background:0 0;border:none;outline:none;flex:1;width:100%;padding:8px 12px;font-family:inherit;font-size:.875rem}.Input-module__8IdGYq__input::placeholder{color:var(--t-muted)}.Input-module__8IdGYq__input:disabled{opacity:.5;cursor:not-allowed}.Input-module__8IdGYq__hasIconLeft{padding-left:6px}.Input-module__8IdGYq__hasIconRight{padding-right:6px}.Input-module__8IdGYq__iconLeft,.Input-module__8IdGYq__iconRight{color:var(--t-muted);pointer-events:none;align-items:center;padding:0 10px;display:flex}.Input-module__8IdGYq__error{color:var(--t-accent);margin:0;font-size:.75rem}.Input-module__8IdGYq__hint{color:var(--t-muted);margin:0;font-size:.75rem}
.Checkbox-module__9N021W__root{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:inline-flex}.Checkbox-module__9N021W__root.Checkbox-module__9N021W__disabled{opacity:.45;cursor:not-allowed}.Checkbox-module__9N021W__checkWrap{flex-shrink:0;margin-top:1px;position:relative}.Checkbox-module__9N021W__input{opacity:0;width:100%;height:100%;cursor:inherit;margin:0;position:absolute;inset:0}.Checkbox-module__9N021W__box{border:1.5px solid var(--t-border);background:var(--t-surface-el);color:#0000;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;transition:background .15s,border-color .15s;display:flex}.Checkbox-module__9N021W__input:checked~.Checkbox-module__9N021W__box{background:var(--t-accent);border-color:var(--t-accent);color:#fff}.Checkbox-module__9N021W__input:focus-visible~.Checkbox-module__9N021W__box{box-shadow:0 0 0 3px #e6000040}.Checkbox-module__9N021W__checkmark{width:10px;height:8px}.Checkbox-module__9N021W__text{flex-direction:column;gap:2px;display:flex}.Checkbox-module__9N021W__label{color:var(--t-text);font-size:.875rem;font-weight:500;line-height:1.3}.Checkbox-module__9N021W__description{color:var(--t-muted);font-size:.75rem;line-height:1.4}
.ThemeSwitcher-module__RbZi2G__iconBtn{border:1px solid var(--t-border);color:var(--t-text-sub);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:background .15s,color .15s;display:flex}.ThemeSwitcher-module__RbZi2G__iconBtn:hover{background:var(--t-surface-el);color:var(--t-text)}.ThemeSwitcher-module__RbZi2G__toggle{background:var(--t-surface-el);border:1px solid var(--t-border);cursor:pointer;border-radius:14px;align-items:center;width:52px;height:28px;padding:0 4px;transition:background .2s;display:flex;position:relative;overflow:hidden}.ThemeSwitcher-module__RbZi2G__toggleLight{background:#e600001f;border-color:#e6000040}.ThemeSwitcher-module__RbZi2G__toggleThumb{background:var(--t-accent);border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;left:4px}.ThemeSwitcher-module__RbZi2G__toggleLight .ThemeSwitcher-module__RbZi2G__toggleThumb{left:calc(100% - 24px)}.ThemeSwitcher-module__RbZi2G__toggleIcon{color:var(--t-text-sub);pointer-events:none;font-size:.75rem;position:absolute;right:6px}.ThemeSwitcher-module__RbZi2G__toggleLight .ThemeSwitcher-module__RbZi2G__toggleIcon{left:6px;right:auto}
.StatusLabel-module__myjLRG__badge{white-space:nowrap;border:1px solid #0000;border-radius:20px;align-items:center;gap:5px;font-weight:600;display:inline-flex}.StatusLabel-module__myjLRG__badge--sm{padding:2px 8px;font-size:.7rem}.StatusLabel-module__myjLRG__badge--md{padding:3px 10px;font-size:.75rem}.StatusLabel-module__myjLRG__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.StatusLabel-module__myjLRG__badge--active{color:var(--status-active-text);background:var(--status-active-bg);border-color:color-mix(in srgb,var(--status-active-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--inactive{color:var(--status-inactive-text);background:var(--status-inactive-bg);border-color:color-mix(in srgb,var(--status-inactive-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--pending{color:var(--status-pending-text);background:var(--status-pending-bg);border-color:color-mix(in srgb,var(--status-pending-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--error{color:var(--status-error-text);background:var(--status-error-bg);border-color:color-mix(in srgb,var(--status-error-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--info{color:var(--status-info-text);background:var(--status-info-bg);border-color:color-mix(in srgb,var(--status-info-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--warning{color:var(--status-warning-text);background:var(--status-warning-bg);border-color:color-mix(in srgb,var(--status-warning-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--success{color:var(--status-success-text);background:var(--status-success-bg);border-color:color-mix(in srgb,var(--status-success-text)30%,transparent)}.StatusLabel-module__myjLRG__badge--custom{color:var(--sl-color);background:var(--sl-bg);border-color:var(--sl-border)}
.SectionCard-module__5Y18JG__card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:10px;position:relative;overflow:hidden}.SectionCard-module__5Y18JG__accentBar{background:var(--sc-accent,var(--t-accent));height:3px}.SectionCard-module__5Y18JG__header{border-bottom:1px solid var(--t-border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px 14px;display:flex}.SectionCard-module__5Y18JG__titleGroup{align-items:center;gap:10px;min-width:0;display:flex}.SectionCard-module__5Y18JG__icon{flex-shrink:0;font-size:1.1rem}.SectionCard-module__5Y18JG__title{color:var(--t-text);margin:0;font-size:.9rem;font-weight:700;line-height:1.2}.SectionCard-module__5Y18JG__subtitle{color:var(--t-muted);margin:2px 0 0;font-size:.75rem}.SectionCard-module__5Y18JG__badge,.SectionCard-module__5Y18JG__action{flex-shrink:0}.SectionCard-module__5Y18JG__body{padding:16px 20px}
.DashboardCard-module__Lbqr8G__card{background:var(--t-surface);border:1px solid var(--t-border);border-top:3px solid var(--dc-accent,var(--t-accent));border-radius:8px;flex-direction:column;height:100%;padding:18px 20px 14px;transition:box-shadow .15s,transform .15s;display:flex}.DashboardCard-module__Lbqr8G__clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.DashboardCard-module__Lbqr8G__clickable:hover{transform:translateY(-2px)}.DashboardCard-module__Lbqr8G__clickable:active{transform:translateY(0)}.DashboardCard-module__Lbqr8G__top{flex:1;justify-content:space-between;align-items:flex-start;display:flex}.DashboardCard-module__Lbqr8G__meta{flex-direction:column;gap:15px;display:flex}.DashboardCard-module__Lbqr8G__labelRow{align-items:center;gap:8px;display:flex}.DashboardCard-module__Lbqr8G__label{letter-spacing:.08em;text-transform:uppercase;color:var(--t-muted);font-size:.7rem;font-weight:700}.DashboardCard-module__Lbqr8G__value{color:var(--dc-accent,var(--t-accent));font-size:2.2rem;font-weight:900;line-height:1}.DashboardCard-module__Lbqr8G__valueString{font-size:1.4rem;font-weight:700}.DashboardCard-module__Lbqr8G__subtitle{color:var(--t-text-sub);font-size:.75rem}.DashboardCard-module__Lbqr8G__icon{color:var(--dc-accent,var(--t-accent));opacity:.8;align-items:center;font-size:1.2rem;line-height:1;display:flex}.DashboardCard-module__Lbqr8G__cta{color:var(--dc-accent,var(--t-accent));border-top:1px solid var(--t-border);margin-top:12px;padding-top:12px;font-size:.72rem;font-weight:600;transition:opacity .15s}
.ExpandableRow-module__VJpVWq__expandableRow{background:var(--t-surface);flex-direction:column;transition:background .15s;display:flex}.ExpandableRow-module__VJpVWq__expandableRow:hover{background:var(--t-surface-el)}.ExpandableRow-module__VJpVWq__mainRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:12px;display:flex}.ExpandableRow-module__VJpVWq__mainContent{flex:1;align-items:center;gap:12px;display:flex}.ExpandableRow-module__VJpVWq__expandIcon{width:20px;height:20px;color:var(--t-muted);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .2s;display:flex}.ExpandableRow-module__VJpVWq__expandIcon.ExpandableRow-module__VJpVWq__expanded{transform:rotate(90deg)}.ExpandableRow-module__VJpVWq__expandedContent{opacity:0;max-height:0;padding:0 12px;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.ExpandableRow-module__VJpVWq__expandedContent.ExpandableRow-module__VJpVWq__open{opacity:1;background:var(--t-surface-el);max-height:500px;padding:0 12px 12px}.ExpandableRow-module__VJpVWq__expandedInner{background:var(--t-bg);border:1px solid var(--t-border-subtle);border-radius:6px;grid-template-columns:1fr 1fr;gap:12px;padding:12px;display:grid}.ExpandableRow-module__VJpVWq__expandedField{flex-direction:column;gap:4px;display:flex}.ExpandableRow-module__VJpVWq__expandedFieldLabel{color:var(--t-muted);text-transform:uppercase;letter-spacing:.04em;font-family:monospace;font-size:.7rem;font-weight:700}.ExpandableRow-module__VJpVWq__expandedFieldValue{color:var(--t-text);font-size:.82rem}@media (max-width:1024px){.ExpandableRow-module__VJpVWq__expandedInner{grid-template-columns:1fr 1fr;gap:10px;padding:10px}.ExpandableRow-module__VJpVWq__expandedFieldLabel{font-size:.65rem}.ExpandableRow-module__VJpVWq__expandedFieldValue{font-size:.75rem}}
.ProgressBar-module__McMqha__root{flex-direction:column;gap:6px;width:100%;display:flex}.ProgressBar-module__McMqha__row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.ProgressBar-module__McMqha__label{color:var(--t-text-sub);font-size:.8rem;font-weight:500}.ProgressBar-module__McMqha__value{color:var(--t-muted);white-space:nowrap;font-size:.75rem;font-weight:600}.ProgressBar-module__McMqha__track{background:var(--t-surface-el);border-radius:999px;width:100%;overflow:hidden}.ProgressBar-module__McMqha__fill{border-radius:999px;height:100%;transition:width .3s}.ProgressBar-module__McMqha__fill--animated{animation:.6s forwards ProgressBar-module__McMqha__fillIn}@keyframes ProgressBar-module__McMqha__fillIn{0%{width:0!important}}.ProgressBar-module__McMqha__fill--default{background:var(--t-accent)}.ProgressBar-module__McMqha__fill--success{background:var(--t-green)}.ProgressBar-module__McMqha__fill--warning{background:var(--t-orange)}.ProgressBar-module__McMqha__fill--error{background:var(--t-accent)}
.Legend-module__1mDc4W__legendContainer{background:var(--t-surface-el);border-radius:8px;flex-wrap:wrap;align-items:center;gap:24px;margin-top:16px;padding:16px;display:flex}.Legend-module__1mDc4W__legendItem{align-items:center;gap:8px;display:flex}.Legend-module__1mDc4W__riskIndicator{border-radius:50%;flex-shrink:0;width:12px;height:12px}.Legend-module__1mDc4W__legendText{color:var(--t-text-sub);font-size:.8rem;font-weight:500}
.MenuDrawer-module___lwU0G__drawer{background:var(--t-nav-bg);border-right:1px solid var(--t-border);z-index:100;flex-direction:column;height:100vh;transition:width .2s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.MenuDrawer-module___lwU0G__drawerOpen{width:220px}.MenuDrawer-module___lwU0G__drawerCollapsed{width:56px}.MenuDrawer-module___lwU0G__brand{border-bottom:1px solid var(--t-border);align-items:center;gap:10px;min-height:60px;padding:16px 14px;display:flex;overflow:hidden}.MenuDrawer-module___lwU0G__brandIcon{background:var(--t-accent);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:800;display:flex}.MenuDrawer-module___lwU0G__brandText{white-space:nowrap;flex-direction:column;line-height:1.2;display:flex;overflow:hidden}.MenuDrawer-module___lwU0G__brandName{color:var(--t-text);font-size:.8rem;font-weight:700}.MenuDrawer-module___lwU0G__brandSub{color:var(--t-text-sub);letter-spacing:.03em;text-transform:uppercase;opacity:.7;font-size:.68rem;font-weight:600}.MenuDrawer-module___lwU0G__nav{flex-direction:column;flex:1;gap:2px;padding:10px 8px;display:flex;overflow-y:auto}.MenuDrawer-module___lwU0G__nav::-webkit-scrollbar{width:4px}.MenuDrawer-module___lwU0G__nav::-webkit-scrollbar-track{background:0 0}.MenuDrawer-module___lwU0G__nav::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.MenuDrawer-module___lwU0G__group{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.MenuDrawer-module___lwU0G__groupLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--t-muted);opacity:.6;white-space:nowrap;padding:6px 10px 2px;font-size:.68rem;font-weight:700}.MenuDrawer-module___lwU0G__navItem{color:var(--t-text-sub);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .15s,color .15s;display:flex;overflow:hidden}.MenuDrawer-module___lwU0G__navItem:hover{background:var(--t-surface-el);color:var(--t-text)}.MenuDrawer-module___lwU0G__navItem:focus-visible{outline:2px solid var(--t-accent);outline-offset:2px}.MenuDrawer-module___lwU0G__navItemActive{font-weight:600;color:var(--t-accent)!important;background:#e600001a!important}.MenuDrawer-module___lwU0G__navItemActive:hover{background:#e6000024!important}.MenuDrawer-module___lwU0G__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:1rem;line-height:1;display:flex}.MenuDrawer-module___lwU0G__navLabel{text-overflow:ellipsis;flex:1;overflow:hidden}.MenuDrawer-module___lwU0G__navBadge{color:var(--t-accent);text-align:center;background:#e600001a;border-radius:10px;flex-shrink:0;min-width:20px;padding:2px 7px;font-size:.68rem;font-weight:700}.MenuDrawer-module___lwU0G__navItemActive .MenuDrawer-module___lwU0G__navBadge{background:#e600002e}.MenuDrawer-module___lwU0G__closeBtn{cursor:pointer;color:var(--t-muted);background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:auto;padding:4px 6px;font-size:16px;line-height:1;transition:color .12s,background .12s;display:none}.MenuDrawer-module___lwU0G__closeBtn:hover{color:var(--t-text);background:var(--t-surface-el)}.MenuDrawer-module___lwU0G__footer{border-top:1px solid var(--t-border);color:var(--t-text-sub);white-space:nowrap;padding:10px 8px;font-size:.75rem;overflow:hidden}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__brand{justify-content:center;gap:0;padding:16px 0}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__brandText,.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__closeBtn{display:none}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__nav{align-items:stretch;padding:10px 6px}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__group{margin-bottom:6px}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__groupLabel{display:none}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__navItem{justify-content:center;gap:0;padding:9px 0}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__navLabel,.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__navBadge{display:none}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__navIcon{width:22px;height:22px;font-size:1.05rem}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__footer{display:none}@media (max-width:640px){.MenuDrawer-module___lwU0G__drawerCollapsed{width:0;transform:translate(-100%)}.MenuDrawer-module___lwU0G__drawerOpen{width:100vw}.MenuDrawer-module___lwU0G__closeBtn{justify-content:center;align-items:center;display:flex}.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__brand,.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__nav,.MenuDrawer-module___lwU0G__drawerCollapsed .MenuDrawer-module___lwU0G__navItem{padding:revert;justify-content:flex-start;gap:revert}}
.Dropdown-module__lhc_Xa__root{flex-direction:column;gap:5px;display:inline-flex;position:relative}.Dropdown-module__lhc_Xa__label{color:var(--t-text-sub);font-size:.8rem;font-weight:600}.Dropdown-module__lhc_Xa__trigger{background:var(--t-surface-el);border:1px solid var(--t-border);color:var(--t-text);cursor:pointer;text-align:left;border-radius:6px;align-items:center;gap:8px;min-width:120px;padding:7px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background .15s;display:inline-flex}.Dropdown-module__lhc_Xa__trigger:hover:not(:disabled){border-color:var(--t-accent)}.Dropdown-module__lhc_Xa__trigger:disabled{opacity:.45;cursor:not-allowed}.Dropdown-module__lhc_Xa__triggerCompact{min-width:unset;border-radius:20px;padding:4px 10px;font-size:.8rem}.Dropdown-module__lhc_Xa__triggerError{border-color:var(--t-accent)}.Dropdown-module__lhc_Xa__triggerColored{background:var(--dd-bg);border-color:color-mix(in srgb,var(--dd-color)40%,transparent);color:var(--dd-color)}.Dropdown-module__lhc_Xa__dot{background:var(--dd-color,var(--t-accent));border-radius:50%;flex-shrink:0;width:7px;height:7px}.Dropdown-module__lhc_Xa__triggerLabel{flex:1}.Dropdown-module__lhc_Xa__placeholder{color:var(--t-muted)}.Dropdown-module__lhc_Xa__caret{color:var(--t-muted);font-size:.7rem;transition:transform .15s}.Dropdown-module__lhc_Xa__caretOpen{transform:rotate(180deg)}.Dropdown-module__lhc_Xa__menu{background:var(--t-surface);border:1px solid var(--t-border);z-index:200;border-radius:8px;min-width:100%;padding:4px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.Dropdown-module__lhc_Xa__menuTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--t-muted);padding:6px 10px 4px;font-size:.65rem;font-weight:700}.Dropdown-module__lhc_Xa__option{cursor:pointer;color:var(--t-text-sub);border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.85rem;transition:background .12s;display:flex}.Dropdown-module__lhc_Xa__option:hover:not(.Dropdown-module__lhc_Xa__optionDisabled){background:var(--t-surface-el);color:var(--t-text)}.Dropdown-module__lhc_Xa__optionSelected{background:color-mix(in srgb,var(--dd-color,var(--t-accent))12%,transparent);color:var(--dd-color,var(--t-accent))}.Dropdown-module__lhc_Xa__optionDisabled{opacity:.4;cursor:not-allowed}.Dropdown-module__lhc_Xa__optionDot{background:var(--dd-color,var(--t-accent));border-radius:50%;flex-shrink:0;width:7px;height:7px}.Dropdown-module__lhc_Xa__optionLabel{flex:1}.Dropdown-module__lhc_Xa__check{color:var(--dd-color,var(--t-accent));font-size:.75rem}.Dropdown-module__lhc_Xa__error{color:var(--t-accent);margin:0;font-size:.75rem}
.Filters-module__qpMWUa__root{flex-direction:column;gap:8px;display:flex}.Filters-module__qpMWUa__label{color:var(--t-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.Filters-module__qpMWUa__pills{flex-wrap:wrap;gap:6px;display:flex}.Filters-module__qpMWUa__pill{border:1px solid var(--t-border);background:var(--t-surface-el);color:var(--t-text-sub);cursor:pointer;white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.Filters-module__qpMWUa__pill:hover{background:var(--t-border);color:var(--t-text)}.Filters-module__qpMWUa__pillActive{background:color-mix(in srgb,var(--fp-color,var(--t-accent))18%,transparent);border-color:color-mix(in srgb,var(--fp-color,var(--t-accent))50%,transparent);color:var(--fp-color,var(--t-accent));font-weight:600}.Filters-module__qpMWUa__pillActive:hover{background:color-mix(in srgb,var(--fp-color,var(--t-accent))25%,transparent)}.Filters-module__qpMWUa__count{background:var(--t-border);color:var(--t-muted);border-radius:10px;justify-content:center;align-items:center;min-width:18px;padding:1px 6px;font-size:.7rem;font-weight:700;display:inline-flex}.Filters-module__qpMWUa__countActive{background:color-mix(in srgb,var(--fp-color,var(--t-accent))30%,transparent);color:var(--fp-color,var(--t-accent))}
.FileAttachment-module__5EM6Zq__root{flex-direction:column;gap:10px;display:flex}.FileAttachment-module__5EM6Zq__dropZone{border:2px dashed var(--t-border);cursor:pointer;text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;transition:border-color .15s,background .15s;display:flex}.FileAttachment-module__5EM6Zq__dropZone:hover{border-color:var(--t-accent);background:#e600000a}.FileAttachment-module__5EM6Zq__dropZoneDragging{border-color:var(--t-accent);background:#e6000014}.FileAttachment-module__5EM6Zq__dropIcon{font-size:1.8rem}.FileAttachment-module__5EM6Zq__dropLabel{color:var(--t-text-sub);font-size:.875rem;font-weight:500}.FileAttachment-module__5EM6Zq__dropLabelActive{color:var(--t-accent)}.FileAttachment-module__5EM6Zq__dropHint{color:var(--t-muted);font-size:.72rem}.FileAttachment-module__5EM6Zq__fileInput{display:none}.FileAttachment-module__5EM6Zq__errors{flex-direction:column;gap:4px;display:flex}.FileAttachment-module__5EM6Zq__errorMsg{color:var(--t-accent);margin:0;font-size:.75rem}.FileAttachment-module__5EM6Zq__empty{color:var(--t-muted);margin:0;padding:8px 0;font-size:.82rem}.FileAttachment-module__5EM6Zq__list{flex-direction:column;gap:6px;display:flex}.FileAttachment-module__5EM6Zq__row{background:var(--t-surface-el);border:1px solid var(--t-border);border-radius:6px;align-items:center;gap:10px;padding:10px 12px;display:flex}.FileAttachment-module__5EM6Zq__fileIcon{flex-shrink:0;font-size:1.2rem}.FileAttachment-module__5EM6Zq__info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.FileAttachment-module__5EM6Zq__name{color:var(--t-text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:500;overflow:hidden}.FileAttachment-module__5EM6Zq__link{color:var(--t-teal);text-decoration:none}.FileAttachment-module__5EM6Zq__link:hover{text-decoration:underline}.FileAttachment-module__5EM6Zq__meta{color:var(--t-muted);gap:8px;font-size:.72rem;display:flex}.FileAttachment-module__5EM6Zq__thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:36px;height:36px}.FileAttachment-module__5EM6Zq__removeBtn{color:var(--t-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 6px;font-size:.75rem;transition:background .12s,color .12s}.FileAttachment-module__5EM6Zq__removeBtn:hover{color:var(--t-accent);background:#e600001f}
.Notes-module__sK0m5W__root{flex-direction:column;gap:12px;display:flex}.Notes-module__sK0m5W__composer{flex-direction:column;gap:8px;display:flex}.Notes-module__sK0m5W__textarea{background:var(--t-surface-el);border:1px solid var(--t-border);width:100%;color:var(--t-text);resize:vertical;box-sizing:border-box;border-radius:6px;outline:none;padding:10px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Notes-module__sK0m5W__textarea:focus{border-color:var(--t-accent)}.Notes-module__sK0m5W__textarea::placeholder{color:var(--t-muted)}.Notes-module__sK0m5W__composerFooter{justify-content:space-between;align-items:center;display:flex}.Notes-module__sK0m5W__composerHint{color:var(--t-muted);font-size:.72rem}.Notes-module__sK0m5W__addBtn{background:var(--t-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s,opacity .15s}.Notes-module__sK0m5W__addBtn:hover:not(:disabled){background:var(--t-accent-dark)}.Notes-module__sK0m5W__addBtn:disabled{opacity:.4;cursor:not-allowed}.Notes-module__sK0m5W__empty{color:var(--t-muted);margin:0;font-size:.82rem}.Notes-module__sK0m5W__list{flex-direction:column;gap:10px;display:flex}.Notes-module__sK0m5W__note{background:var(--t-surface-el);border:1px solid var(--t-border);border-left:3px solid var(--t-accent);border-radius:6px;padding:12px 14px}.Notes-module__sK0m5W__noteHeader{align-items:center;gap:10px;margin-bottom:6px;display:flex}.Notes-module__sK0m5W__author{color:var(--t-text-sub);font-size:.8rem;font-weight:700}.Notes-module__sK0m5W__date{color:var(--t-muted);flex:1;font-size:.72rem}.Notes-module__sK0m5W__removeBtn{color:var(--t-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 5px;font-size:.7rem;transition:background .12s,color .12s}.Notes-module__sK0m5W__removeBtn:hover{color:var(--t-accent);background:#e600001f}.Notes-module__sK0m5W__text{color:var(--t-text);white-space:pre-wrap;margin:0;font-size:.85rem;line-height:1.5}
.RelatedEntities-module__eh45Tq__empty{color:var(--t-muted);margin:0;font-size:.82rem}.RelatedEntities-module__eh45Tq__root{flex-direction:column;display:flex;overflow:auto}.RelatedEntities-module__eh45Tq__head{border-bottom:1px solid var(--t-border);background:var(--t-surface-el);border-radius:6px 6px 0 0;gap:8px;padding:8px 12px;display:grid}.RelatedEntities-module__eh45Tq__headCell{text-transform:uppercase;letter-spacing:.06em;color:var(--t-muted);font-size:.7rem;font-weight:700}.RelatedEntities-module__eh45Tq__row{border-bottom:1px solid var(--t-border);align-items:center;gap:8px;padding:10px 12px;transition:background .1s;display:grid}.RelatedEntities-module__eh45Tq__row:last-child{border-bottom:none;border-radius:0 0 6px 6px}.RelatedEntities-module__eh45Tq__row:hover{background:var(--t-surface-el)}.RelatedEntities-module__eh45Tq__cell{color:var(--t-text-sub);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.RelatedEntities-module__eh45Tq__link{color:var(--t-teal);text-decoration:none}.RelatedEntities-module__eh45Tq__link:hover{text-decoration:underline}.RelatedEntities-module__eh45Tq__removeBtn{color:var(--t-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:.72rem;transition:background .12s,color .12s}.RelatedEntities-module__eh45Tq__removeBtn:hover{color:var(--t-accent);background:#e600001f}
.TMFPill-module__eew2BW__pill{background:color-mix(in srgb,var(--pill-color)15%,transparent);color:var(--pill-color);border:1px solid color-mix(in srgb,var(--pill-color)35%,transparent);letter-spacing:.06em;white-space:nowrap;border-radius:2px;padding:2px 7px;font-size:9px;font-weight:700}
.RelatedParties-module__4rh5fa__empty{text-align:center;color:var(--t-muted);background:var(--t-surface-el);border:1px solid var(--t-border);border-radius:4px;padding:28px;font-size:12px}.RelatedParties-module__4rh5fa__emptyIcon{margin-bottom:6px;font-size:28px}.RelatedParties-module__4rh5fa__list{flex-direction:column;gap:7px;display:flex}.RelatedParties-module__4rh5fa__row{background:var(--t-bg);border:1px solid color-mix(in srgb,var(--party-color,var(--t-muted))22%,transparent);border-radius:4px;align-items:center;gap:12px;padding:11px 14px;display:flex}.RelatedParties-module__4rh5fa__rowIcon{background:color-mix(in srgb,var(--party-color,var(--t-muted))14%,transparent);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.RelatedParties-module__4rh5fa__rowInfo{flex:1;min-width:0}.RelatedParties-module__4rh5fa__rowName{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.RelatedParties-module__4rh5fa__rowSub{color:var(--t-muted);font-family:inherit;font-size:10px}.RelatedParties-module__4rh5fa__rowMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.RelatedParties-module__4rh5fa__rolePill{background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);letter-spacing:.06em;white-space:nowrap;border-radius:2px;padding:2px 7px;font-size:8px;font-weight:700}.RelatedParties-module__4rh5fa__tmfRow{align-items:center;gap:4px;display:flex}.RelatedParties-module__4rh5fa__referredType{color:var(--t-muted);font-size:8px}.RelatedParties-module__4rh5fa__removeBtn{background:color-mix(in srgb,var(--t-accent)12%,transparent);border:1px solid color-mix(in srgb,var(--t-accent)25%,transparent);color:var(--t-accent);cursor:pointer;border-radius:2px;flex-shrink:0;padding:3px 8px;font-size:11px}
.PartyLookupPanel-module__pjPTkq__panel{background:var(--t-surface);border:1px solid #00697c66;border-radius:4px;overflow:hidden}.PartyLookupPanel-module__pjPTkq__apiTabs{border-bottom:1px solid var(--t-border);background:var(--t-bg);display:flex}.PartyLookupPanel-module__pjPTkq__tabBtn{color:var(--t-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 8px;font-size:10px;font-weight:800;display:flex}.PartyLookupPanel-module__pjPTkq__tabIcon{font-size:15px}.PartyLookupPanel-module__pjPTkq__tabSubLabel{font-size:8px;font-weight:500}.PartyLookupPanel-module__pjPTkq__confirmBox{background:color-mix(in srgb,var(--t-teal)10%,transparent);border:1px solid color-mix(in srgb,var(--t-teal)35%,transparent);border-radius:4px;margin:12px;padding:14px}.PartyLookupPanel-module__pjPTkq__confirmLabel{color:var(--t-text-dim);margin-bottom:10px;font-size:11px;font-weight:700}.PartyLookupPanel-module__pjPTkq__confirmLabel strong{color:var(--t-text)}.PartyLookupPanel-module__pjPTkq__confirmRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.PartyLookupPanel-module__pjPTkq__typeEmoji{font-size:20px}.PartyLookupPanel-module__pjPTkq__confirmSelect{background:var(--t-bg);border:1px solid var(--t-border);color:var(--t-text);border-radius:3px;outline:none;flex:1;padding:7px 12px;font-family:inherit;font-size:12px}.PartyLookupPanel-module__pjPTkq__confirmAddBtn{background:var(--t-teal);color:#fff;cursor:pointer;border:none;border-radius:3px;flex-shrink:0;padding:7px 16px;font-size:12px;font-weight:700}.PartyLookupPanel-module__pjPTkq__confirmCancelBtn{color:var(--t-text-dim);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:3px;flex-shrink:0;padding:7px 12px;font-size:12px;font-weight:600}.PartyLookupPanel-module__pjPTkq__searchBar{border-bottom:1px solid var(--t-border);padding:10px 12px}.PartyLookupPanel-module__pjPTkq__searchWrap{position:relative}.PartyLookupPanel-module__pjPTkq__searchInput{background:var(--t-bg);border:1px solid var(--t-border);width:100%;color:var(--t-text);box-sizing:border-box;border-radius:3px;outline:none;padding:10px 14px 10px 34px;font-family:inherit;font-size:12px}.PartyLookupPanel-module__pjPTkq__searchIcon{color:var(--t-muted);font-size:15px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.PartyLookupPanel-module__pjPTkq__list{max-height:280px;overflow-y:auto}.PartyLookupPanel-module__pjPTkq__emptyMsg{color:var(--t-muted);text-align:center;padding:24px;font-size:12px}.PartyLookupPanel-module__pjPTkq__row{border-bottom:1px solid var(--t-border);cursor:pointer;background:0 0;align-items:center;gap:12px;padding:10px 12px;display:flex}.PartyLookupPanel-module__pjPTkq__row:hover{background:color-mix(in srgb,var(--t-teal)6%,transparent)}.PartyLookupPanel-module__pjPTkq__rowSelected{background:color-mix(in srgb,var(--t-teal)8%,transparent)}.PartyLookupPanel-module__pjPTkq__rowIcon{background:color-mix(in srgb,var(--icon-bg-color,var(--t-muted))18%,transparent);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.PartyLookupPanel-module__pjPTkq__rowInfo{flex:1;min-width:0}.PartyLookupPanel-module__pjPTkq__rowName{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.PartyLookupPanel-module__pjPTkq__rowSub{color:var(--t-muted);font-family:inherit;font-size:10px}.PartyLookupPanel-module__pjPTkq__rowContact{color:var(--t-muted);font-size:10px}.PartyLookupPanel-module__pjPTkq__rowMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.PartyLookupPanel-module__pjPTkq__pillSmall{background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);letter-spacing:.06em;white-space:nowrap;border-radius:2px;padding:2px 7px;font-size:8px;font-weight:700}.PartyLookupPanel-module__pjPTkq__addIcon{color:var(--t-teal);flex-shrink:0;font-size:20px;font-weight:300;line-height:1}
.CustomerPicker-module__hmSbGa__label{color:var(--t-text-dim);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.CustomerPicker-module__hmSbGa__avatar{background:color-mix(in srgb,var(--t-purple)14%,transparent);border:1px solid color-mix(in srgb,var(--t-purple)28%,transparent);width:32px;height:32px;color:var(--t-purple);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.CustomerPicker-module__hmSbGa__avatarLg{background:color-mix(in srgb,var(--t-purple)14%,transparent);border:1px solid color-mix(in srgb,var(--t-purple)28%,transparent);width:38px;height:38px;color:var(--t-purple);letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.CustomerPicker-module__hmSbGa__selected{background:color-mix(in srgb,var(--t-purple)6%,transparent);border:1px solid color-mix(in srgb,var(--t-purple)21%,transparent);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.CustomerPicker-module__hmSbGa__selectedInfo{flex:1;min-width:0}.CustomerPicker-module__hmSbGa__selectedName{color:var(--t-text);font-size:13px;font-weight:600}.CustomerPicker-module__hmSbGa__selectedSub{color:var(--t-muted);margin-top:1px;font-family:monospace;font-size:11px}.CustomerPicker-module__hmSbGa__clearBtn{background:color-mix(in srgb,var(--t-accent)8%,transparent);border:1px solid color-mix(in srgb,var(--t-accent)18%,transparent);color:var(--t-accent);cursor:pointer;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700;transition:background .12s}.CustomerPicker-module__hmSbGa__clearBtn:hover{background:color-mix(in srgb,var(--t-accent)14%,transparent)}.CustomerPicker-module__hmSbGa__inputWrap{position:relative}.CustomerPicker-module__hmSbGa__input{background:var(--t-bg);border:1px solid var(--t-border);width:100%;color:var(--t-text);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 14px 10px 38px;font-family:inherit;font-size:13px;transition:border-color .15s}.CustomerPicker-module__hmSbGa__input:focus{border-color:var(--t-accent)}.CustomerPicker-module__hmSbGa__input::placeholder{color:var(--t-muted)}.CustomerPicker-module__hmSbGa__searchIcon{color:var(--t-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.CustomerPicker-module__hmSbGa__dropdown{background:var(--t-nav-bg,var(--t-surface));border:1px solid var(--t-border);z-index:200;border-radius:10px;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #00000073,0 2px 8px #0003}.CustomerPicker-module__hmSbGa__emptyMsg{color:var(--t-muted);text-align:center;padding:18px 14px;font-size:12px}.CustomerPicker-module__hmSbGa__option{border-bottom:1px solid var(--t-border);cursor:pointer;align-items:center;gap:12px;padding:10px 14px;transition:background .1s;display:flex}.CustomerPicker-module__hmSbGa__option:last-child{border-bottom:none}.CustomerPicker-module__hmSbGa__option:first-child{border-radius:10px 10px 0 0}.CustomerPicker-module__hmSbGa__option:last-child{border-radius:0 0 10px 10px}.CustomerPicker-module__hmSbGa__option:only-child{border-radius:10px}.CustomerPicker-module__hmSbGa__option:hover{background:color-mix(in srgb,var(--t-purple)7%,transparent)}.CustomerPicker-module__hmSbGa__optionInfo{flex:1;min-width:0}.CustomerPicker-module__hmSbGa__optionName{color:var(--t-text);font-size:13px;font-weight:600}.CustomerPicker-module__hmSbGa__optionSub{color:var(--t-muted);margin-top:1px;font-family:monospace;font-size:11px}.CustomerPicker-module__hmSbGa__statusPill{background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:9px;font-weight:700}
.RelatedTickets-module__WXzMGa__emptyWrap{background:var(--t-surface-el);border:1px solid var(--t-border);color:var(--t-muted);border-radius:8px;align-items:center;gap:10px;padding:14px;font-size:.85rem;display:flex}.RelatedTickets-module__WXzMGa__emptyIcon{font-size:1.1rem}.RelatedTickets-module__WXzMGa__emptyText{color:var(--t-muted)}.RelatedTickets-module__WXzMGa__list{flex-direction:column;gap:6px;display:flex}.RelatedTickets-module__WXzMGa__row{background:var(--t-surface-el);border:1px solid var(--t-border);border-left:3px solid var(--rt-color,var(--t-accent));border-radius:6px;align-items:center;gap:10px;padding:10px 14px;transition:border-color .12s,background .12s;display:flex}.RelatedTickets-module__WXzMGa__row:hover{background:color-mix(in srgb,var(--rt-color,var(--t-accent))6%,var(--t-surface-el))}.RelatedTickets-module__WXzMGa__rowIcon{flex-shrink:0;font-size:1rem}.RelatedTickets-module__WXzMGa__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.RelatedTickets-module__WXzMGa__name{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.RelatedTickets-module__WXzMGa__link{color:var(--t-teal);text-decoration:none}.RelatedTickets-module__WXzMGa__link:hover{text-decoration:underline}.RelatedTickets-module__WXzMGa__id{color:var(--t-muted);font-family:inherit;font-size:.7rem}.RelatedTickets-module__WXzMGa__relBadge{white-space:nowrap;border:1px solid;border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:.72rem;font-weight:600}.RelatedTickets-module__WXzMGa__status{color:var(--t-muted);white-space:nowrap;font-size:.72rem}.RelatedTickets-module__WXzMGa__removeBtn{color:var(--t-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 6px;font-size:.72rem;transition:background .12s,color .12s}.RelatedTickets-module__WXzMGa__removeBtn:hover{color:var(--t-accent);background:#e600001f}
.TicketRelationshipPanel-module__03H9Ea__panel{background:var(--t-surface);border:1px solid color-mix(in srgb,var(--t-plum)45%,transparent);border-radius:4px;overflow:hidden}.TicketRelationshipPanel-module__03H9Ea__confirmBox{background:color-mix(in srgb,var(--t-plum)10%,transparent);border:1px solid color-mix(in srgb,var(--t-plum)35%,transparent);border-radius:4px;margin:12px;padding:14px}.TicketRelationshipPanel-module__03H9Ea__confirmLabel{color:var(--t-text-dim);margin-bottom:10px;font-size:11px;font-weight:700}.TicketRelationshipPanel-module__03H9Ea__confirmLabel strong{color:var(--t-text)}.TicketRelationshipPanel-module__03H9Ea__confirmRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.TicketRelationshipPanel-module__03H9Ea__confirmSelect{background:var(--t-bg);border:1px solid var(--t-border);color:var(--t-text);border-radius:3px;outline:none;flex:1;padding:7px 12px;font-family:inherit;font-size:12px}.TicketRelationshipPanel-module__03H9Ea__confirmAddBtn{background:var(--t-plum);color:#fff;cursor:pointer;border:none;border-radius:3px;flex-shrink:0;padding:7px 16px;font-size:12px;font-weight:700}.TicketRelationshipPanel-module__03H9Ea__confirmCancelBtn{color:var(--t-text-dim);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:3px;flex-shrink:0;padding:7px 12px;font-size:12px;font-weight:600}.TicketRelationshipPanel-module__03H9Ea__searchBar{border-bottom:1px solid var(--t-border);padding:10px 12px}.TicketRelationshipPanel-module__03H9Ea__searchWrap{position:relative}.TicketRelationshipPanel-module__03H9Ea__searchInput{background:var(--t-bg);border:1px solid var(--t-border);width:100%;color:var(--t-text);box-sizing:border-box;border-radius:3px;outline:none;padding:10px 14px 10px 34px;font-family:inherit;font-size:12px}.TicketRelationshipPanel-module__03H9Ea__searchIcon{color:var(--t-muted);font-size:15px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.TicketRelationshipPanel-module__03H9Ea__list{max-height:280px;overflow-y:auto}.TicketRelationshipPanel-module__03H9Ea__emptyMsg{color:var(--t-muted);text-align:center;padding:24px;font-size:12px}.TicketRelationshipPanel-module__03H9Ea__row{border-bottom:1px solid var(--t-border);cursor:pointer;background:0 0;align-items:center;gap:12px;padding:10px 12px;display:flex}.TicketRelationshipPanel-module__03H9Ea__row:hover{background:color-mix(in srgb,var(--t-plum)6%,transparent)}.TicketRelationshipPanel-module__03H9Ea__rowSelected{background:color-mix(in srgb,var(--t-plum)8%,transparent)}.TicketRelationshipPanel-module__03H9Ea__rowIcon{background:color-mix(in srgb,var(--t-plum)14%,transparent);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.TicketRelationshipPanel-module__03H9Ea__rowInfo{flex:1;min-width:0}.TicketRelationshipPanel-module__03H9Ea__rowName{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.TicketRelationshipPanel-module__03H9Ea__rowId{color:var(--t-muted);font-family:inherit;font-size:10px}.TicketRelationshipPanel-module__03H9Ea__rowMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.TicketRelationshipPanel-module__03H9Ea__pillSmall{background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);letter-spacing:.06em;text-transform:capitalize;white-space:nowrap;border-radius:2px;padding:2px 7px;font-size:8px;font-weight:700}.TicketRelationshipPanel-module__03H9Ea__addIcon{color:var(--t-plum);flex-shrink:0;font-size:20px;font-weight:300;line-height:1}
.Step-module__-cDsZa__step{z-index:1;align-items:center;display:flex;position:relative}.Step-module__-cDsZa__stepClickable{cursor:pointer}.Step-module__-cDsZa__stepClickable:hover .Step-module__-cDsZa__circle{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.Step-module__-cDsZa__stepClickable:active .Step-module__-cDsZa__circle{transform:scale(1.05)}.Step-module__-cDsZa__stepInner{z-index:2;align-items:center;gap:10px;display:flex;position:relative}.Step-module__-cDsZa__circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:900;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.Step-module__-cDsZa__circle.Step-module__-cDsZa__completed{background:linear-gradient(135deg,var(--t-green,#10b981)0%,#059669 100%);border:2px solid var(--t-green,#10b981);color:#fff;box-shadow:0 2px 6px #10b9814d}.Step-module__-cDsZa__circle.Step-module__-cDsZa__active{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:2px solid #dc2626;animation:2s ease-in-out infinite Step-module__-cDsZa__pulse;box-shadow:0 3px 10px #dc262666}@keyframes Step-module__-cDsZa__pulse{0%,to{box-shadow:0 3px 10px #dc262666}50%{box-shadow:0 3px 15px #dc262699}}.Step-module__-cDsZa__circle.Step-module__-cDsZa__pending{background:var(--t-surface,#fff);border:2px solid var(--t-border,#e5e7eb);color:var(--t-muted,#6b7280);box-shadow:0 1px 2px #0000000d}.Step-module__-cDsZa__label{white-space:nowrap;letter-spacing:-.01em;font-size:12px;font-weight:700;transition:all .3s}.Step-module__-cDsZa__label.Step-module__-cDsZa__completed{color:var(--t-green,#10b981)}.Step-module__-cDsZa__label.Step-module__-cDsZa__active{color:#dc2626;font-weight:800}.Step-module__-cDsZa__label.Step-module__-cDsZa__pending{color:var(--t-muted,#6b7280)}.Step-module__-cDsZa__labelWithDescription{flex-direction:column;gap:3px;display:flex}.Step-module__-cDsZa__description{color:var(--t-text-dim,#9ca3af);white-space:normal;max-width:140px;font-size:10px;font-weight:500;line-height:1.3}.Step-module__-cDsZa__connector{border-radius:2px;flex:1;height:3px;margin:0 12px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Step-module__-cDsZa__connector.Step-module__-cDsZa__completed{background:linear-gradient(90deg,var(--t-green,#10b981)0%,#059669 100%);box-shadow:0 1px 3px #10b98133}.Step-module__-cDsZa__connector.Step-module__-cDsZa__active{background:linear-gradient(90deg,#dc2626 0%,#dc2626 50%,var(--t-border,#e5e7eb)50%);background-size:200% 100%;animation:.6s ease-out forwards Step-module__-cDsZa__fillLine}@keyframes Step-module__-cDsZa__fillLine{0%{background-position:100% 0}to{background-position:0 0}}.Step-module__-cDsZa__connector.Step-module__-cDsZa__pending{background:var(--t-border,#e5e7eb)}.Step-module__-cDsZa__step.Step-module__-cDsZa__small .Step-module__-cDsZa__circle{width:24px;height:24px;font-size:10px}.Step-module__-cDsZa__step.Step-module__-cDsZa__small .Step-module__-cDsZa__label{font-size:11px}.Step-module__-cDsZa__step.Step-module__-cDsZa__small .Step-module__-cDsZa__description{font-size:9px}.Step-module__-cDsZa__step.Step-module__-cDsZa__small .Step-module__-cDsZa__connector{height:2px;margin:0 8px}.Step-module__-cDsZa__step.Step-module__-cDsZa__large .Step-module__-cDsZa__circle{width:40px;height:40px;font-size:14px}.Step-module__-cDsZa__step.Step-module__-cDsZa__large .Step-module__-cDsZa__label{font-size:14px}.Step-module__-cDsZa__step.Step-module__-cDsZa__large .Step-module__-cDsZa__description{font-size:11px}.Step-module__-cDsZa__step.Step-module__-cDsZa__large .Step-module__-cDsZa__connector{height:4px;margin:0 16px}.Step-module__-cDsZa__step.Step-module__-cDsZa__vertical{flex-direction:column;align-items:flex-start}.Step-module__-cDsZa__step.Step-module__-cDsZa__vertical .Step-module__-cDsZa__connector{border-radius:2px;width:3px;height:40px;margin:10px 0 10px 14px}.Step-module__-cDsZa__step.Step-module__-cDsZa__vertical.Step-module__-cDsZa__small .Step-module__-cDsZa__connector{width:2px;height:30px;margin-left:11px}.Step-module__-cDsZa__step.Step-module__-cDsZa__vertical.Step-module__-cDsZa__large .Step-module__-cDsZa__connector{width:4px;height:50px;margin-left:18px}.Step-module__-cDsZa__step.Step-module__-cDsZa__vertical .Step-module__-cDsZa__stepInner{flex-direction:row}
.Stepper-module__c3tkJW__stepper{width:100%;padding:16px 0;display:flex;position:relative}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__horizontal{flex-direction:row;justify-content:space-between;align-items:center}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__horizontal .Stepper-module__c3tkJW__stepWrapper{flex:1;align-items:center;display:flex;position:relative}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__horizontal .Stepper-module__c3tkJW__stepWrapper:last-child{flex:none}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__vertical{flex-direction:column;align-items:flex-start;padding:0}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__vertical .Stepper-module__c3tkJW__stepWrapper{flex-direction:column;width:100%;display:flex;position:relative}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__vertical .Stepper-module__c3tkJW__stepWrapper:last-child{padding-bottom:0}.Stepper-module__c3tkJW__stepWrapper{z-index:1;position:relative}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__compact{padding:12px 0}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__comfortable{padding:20px 0}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__compact.Stepper-module__c3tkJW__horizontal .Stepper-module__c3tkJW__stepWrapper{gap:6px}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__comfortable.Stepper-module__c3tkJW__horizontal .Stepper-module__c3tkJW__stepWrapper{gap:12px}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__compact.Stepper-module__c3tkJW__vertical{padding:8px 0}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__comfortable.Stepper-module__c3tkJW__vertical{padding:16px 0}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__compact.Stepper-module__c3tkJW__vertical .Stepper-module__c3tkJW__stepWrapper{margin-bottom:8px}.Stepper-module__c3tkJW__stepper.Stepper-module__c3tkJW__comfortable.Stepper-module__c3tkJW__vertical .Stepper-module__c3tkJW__stepWrapper{margin-bottom:20px}@media (max-width:768px){.Stepper-module__c3tkJW__stepper{padding:12px 0}}@media (max-width:480px){.Stepper-module__c3tkJW__stepper{padding:8px 0}}
.Spinner-module__rq5unW__spinner{border:2px solid #0000001a;border-top-color:var(--t-accent,#06c);border-radius:50%;display:inline-block}.Spinner-module__rq5unW__sm{border-width:2px;width:16px;height:16px}.Spinner-module__rq5unW__md{border-width:2px;width:24px;height:24px}.Spinner-module__rq5unW__lg{border-width:3px;width:40px;height:40px}
.Skeleton-module__7yZ4Ga__skeleton{background:linear-gradient(90deg,var(--t-surface-secondary,#f0f0f0)0%,var(--t-surface-tertiary,#e8e8e8)50%,var(--t-surface-secondary,#f0f0f0)100%);background-size:200% 100%;display:block}.Skeleton-module__7yZ4Ga__rectangular{border-radius:4px;min-height:20px}.Skeleton-module__7yZ4Ga__circular{border-radius:50%;width:40px;height:40px}.Skeleton-module__7yZ4Ga__text{transform-origin:0 60%;border-radius:4px;height:1em;transform:scaleY(.6)}.Skeleton-module__7yZ4Ga__group{flex-direction:column;display:flex}
.TableRowSkeleton-module__N-rAeW__container{flex-direction:column;gap:12px;padding:12px 0;display:flex}.TableRowSkeleton-module__N-rAeW__row{background:var(--t-surface,#fff);border:1px solid var(--t-border,#e0e0e0);border-radius:6px;grid-template-columns:repeat(7,1fr);gap:16px;padding:16px;display:grid}.TableRowSkeleton-module__N-rAeW__cell{align-items:center;display:flex}
.TableLoadingOverlay-module__ne6AAa__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#fffc;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.TableLoadingOverlay-module__ne6AAa__content{background:var(--t-surface,#fff);border-radius:8px;align-items:center;gap:12px;padding:12px 20px;display:flex;box-shadow:0 4px 12px #0000001a}.TableLoadingOverlay-module__ne6AAa__message{color:var(--t-text-secondary,#666);font-size:14px;font-weight:500}
.GoogleMapsLocationPicker-module__ZGWk3G__container{flex-direction:column;gap:12px;width:100%;display:flex}.GoogleMapsLocationPicker-module__ZGWk3G__searchBox{width:100%}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput:focus{border-color:#e60000;box-shadow:0 0 0 3px #e600001a}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput::placeholder{color:#9ca3af}.GoogleMapsLocationPicker-module__ZGWk3G__map{border:1px solid #d1d5db;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000001a}.GoogleMapsLocationPicker-module__ZGWk3G__hint{color:#6b7280;text-align:center;margin:0;font-size:13px}.GoogleMapsLocationPicker-module__ZGWk3G__loadingContainer{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex}.GoogleMapsLocationPicker-module__ZGWk3G__spinner{color:#6b7280;flex-direction:column;align-items:center;gap:12px;display:flex}.GoogleMapsLocationPicker-module__ZGWk3G__spinnerIcon{font-size:32px;animation:1.5s ease-in-out infinite GoogleMapsLocationPicker-module__ZGWk3G__pulse}@keyframes GoogleMapsLocationPicker-module__ZGWk3G__pulse{0%,to{opacity:1}50%{opacity:.5}}.GoogleMapsLocationPicker-module__ZGWk3G__errorContainer{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px}.GoogleMapsLocationPicker-module__ZGWk3G__errorText{color:#991b1b;margin:0;font-size:14px}
.Dashboard-module__-EohKG__root{background:var(--color-bg);min-height:100vh}.Dashboard-module__-EohKG__nav{background:var(--color-nav);border-bottom:1px solid var(--color-border);z-index:100;align-items:center;gap:16px;height:56px;padding:0 28px;display:flex;position:sticky;top:0}.Dashboard-module__-EohKG__navBrand{flex:1;align-items:center;gap:10px;display:flex}.Dashboard-module__-EohKG__navLogo{background:var(--brand-red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:900;display:flex}.Dashboard-module__-EohKG__navTitle{color:var(--color-text);letter-spacing:-.01em;font-size:15px;font-weight:700}.Dashboard-module__-EohKG__searchWrap{width:100%;max-width:320px;position:relative}.Dashboard-module__-EohKG__searchIcon{color:var(--color-text-dim);pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Dashboard-module__-EohKG__searchInput{background:var(--color-surface);border:1px solid var(--color-border-strong);width:100%;color:var(--color-text);border-radius:8px;outline:none;padding:8px 14px 8px 36px;font-size:14px}.Dashboard-module__-EohKG__themeToggle{border:1px solid var(--color-border-strong);cursor:pointer;color:var(--color-text-dim);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 10px;font-size:15px;line-height:1;display:flex}.Dashboard-module__-EohKG__userMenuWrap{position:relative}.Dashboard-module__-EohKG__userMenuButton{border:1px solid var(--color-border-strong);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:5px 12px 5px 6px;display:flex}.Dashboard-module__-EohKG__userMenuNames{text-align:left}.Dashboard-module__-EohKG__userMenuDisplayName{color:var(--color-text);font-size:12px;font-weight:600;line-height:1.2}.Dashboard-module__-EohKG__userMenuEmail{color:var(--color-text-dim);font-size:10px}.Dashboard-module__-EohKG__userMenuCaret{color:var(--color-text-dim);margin-left:2px;font-size:10px}.Dashboard-module__-EohKG__dropdown{background:var(--color-nav);border:1px solid var(--color-border-strong);min-width:220px;box-shadow:0 8px 32px var(--color-shadow);z-index:200;border-radius:10px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Dashboard-module__-EohKG__dropdownAccount{border-bottom:1px solid var(--color-border);padding:16px}.Dashboard-module__-EohKG__dropdownAccountInner{align-items:center;gap:12px;display:flex}.Dashboard-module__-EohKG__dropdownAccountName{color:var(--color-text);font-size:14px;font-weight:600}.Dashboard-module__-EohKG__dropdownAccountEmail{color:var(--color-text-sub);margin-top:2px;font-size:12px}.Dashboard-module__-EohKG__signOutButton{text-align:left;color:#ff6b6b;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:13px 16px;font-size:14px;display:flex}.Dashboard-module__-EohKG__signOutButton:hover{background:#e600001a}.Dashboard-module__-EohKG__overlay{z-index:99;position:fixed;inset:0}.Dashboard-module__-EohKG__main{max-width:1200px;margin:0 auto;padding:48px 28px}.Dashboard-module__-EohKG__pageHeader{margin-bottom:40px}.Dashboard-module__-EohKG__pageHeading{color:var(--color-text);letter-spacing:-.02em;margin-bottom:8px;font-size:30px;font-weight:700}.Dashboard-module__-EohKG__pageSubheading{color:var(--color-text-sub);font-size:15px}.Dashboard-module__-EohKG__statsStrip{flex-wrap:wrap;gap:16px;margin-bottom:40px;display:flex}.Dashboard-module__-EohKG__statCard{background:var(--color-surface);border:1px solid var(--color-border-md);border-radius:10px;flex:160px;padding:16px 22px}.Dashboard-module__-EohKG__statLabel{color:var(--stat-accent);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:11px;font-weight:700}.Dashboard-module__-EohKG__statValue{color:var(--color-text);font-size:20px;font-weight:700}.Dashboard-module__-EohKG__sectionHeading{align-items:center;gap:10px;margin-bottom:24px;display:flex}.Dashboard-module__-EohKG__sectionAccent{background:var(--brand-red);border-radius:2px;width:3px;height:20px}.Dashboard-module__-EohKG__sectionTitle{color:var(--color-text);letter-spacing:-.01em;font-size:16px;font-weight:700}.Dashboard-module__-EohKG__appGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.Dashboard-module__-EohKG__emptyState{text-align:center;color:var(--color-text-dim);padding:60px 0}.Dashboard-module__-EohKG__emptyStateIcon{margin-bottom:16px;font-size:40px}.Dashboard-module__-EohKG__emptyStateText{font-size:15px}.Dashboard-module__-EohKG__footer{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);margin-top:40px;padding:20px 28px;font-size:12px}
@keyframes LoadingScreen-module__-y6EAW__spin{to{transform:rotate(360deg)}}.LoadingScreen-module__-y6EAW__root{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.LoadingScreen-module__-y6EAW__logo{background:var(--brand-red);color:#fff;letter-spacing:-.05em;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;font-weight:900;display:flex}.LoadingScreen-module__-y6EAW__spinner{border:2px solid color-mix(in srgb,var(--brand-red)19%,transparent);border-top-color:var(--brand-red);border-radius:50%;width:32px;height:32px;animation:.75s linear infinite LoadingScreen-module__-y6EAW__spin}.LoadingScreen-module__-y6EAW__label{color:var(--color-text-dim);font-size:13px}
