@font-face{font-family:vodafone;src:url(../media/VodafoneVF_Wght_W-s.ecaa096d.woff2)format("woff2");font-display:swap}@font-face{font-family:vodafone Fallback;src:local(Arial);ascent-override:103.24%;descent-override:25.24%;line-gap-override:3.21%;size-adjust:87.17%}.vodafone_8f5e3295-module__i8BI7q__className{font-family:vodafone,vodafone Fallback}.vodafone_8f5e3295-module__i8BI7q__variable{--font-vodafone:"vodafone","vodafone Fallback"}
@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{appearance:none;font:inherit;text-align:left;background:var(--color-surface);border:1px solid var(--color-border-md);border-left:3px solid var(--accent);cursor:pointer;width:100%;box-shadow:none;border-radius:10px;flex-direction:column;justify-content:space-evenly;gap:14px;padding:20px 16px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.AppTile-module__yLsiEW__card{gap:10px;padding:14px 12px}}.AppTile-module__yLsiEW__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.AppTile-module__yLsiEW__accentStrip{display:none}.AppTile-module__yLsiEW__iconRow{justify-content:space-between;align-items:flex-start;display:flex}.AppTile-module__yLsiEW__icon{color:var(--accent);background:color-mix(in srgb,var(--accent)12%,transparent);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;line-height:1;display:flex}@media (max-width:768px){.AppTile-module__yLsiEW__icon{width:44px;height:44px;font-size:22px}}.AppTile-module__yLsiEW__name{color:var(--color-text);letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:700}@media (max-width:768px){.AppTile-module__yLsiEW__name{margin-bottom:0;font-size:15px}}.AppTile-module__yLsiEW__description{color:var(--color-text-sub);font-size:13px;line-height:1.55}@media (max-width:768px){.AppTile-module__yLsiEW__description{display:none}}.AppTile-module__yLsiEW__nameRow{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.AppTile-module__yLsiEW__arrow{color:var(--accent);cursor:pointer;flex-shrink:0;font-size:24px;font-weight:300;line-height:1;transition:transform .2s}.AppTile-module__yLsiEW__arrow:hover{transform:translate(3px)}
.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-color:var(--t-accent,#e60000);color:#fff}.Button-module__TVt-uW__btn--primary:hover:not(:disabled){background-color:var(--t-accent-dark,#bd0000)}.Button-module__TVt-uW__btn--secondary{background-color:var(--t-surface-el,#25282b);color:var(--t-text,#f2f2f2);border:1px solid var(--t-border,#ffffff1a)}.Button-module__TVt-uW__btn--secondary:hover:not(:disabled){background-color:var(--t-border,#ffffff1a)}.Button-module__TVt-uW__btn--ghost{color:var(--t-text-sub);background-color:#0000;border:1px solid #0000}.Button-module__TVt-uW__btn--ghost:hover:not(:disabled){background-color: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-color:#0000}.Button-module__TVt-uW__btn--danger:hover:not(:disabled){background-color:#e600001a}.Button-module__TVt-uW__btn--warn{color:#f59e0b;background-color:#0000;border:1px solid #f59e0b66}.Button-module__TVt-uW__btn--warn:hover:not(:disabled){background-color:#f59e0b1a}.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:6px;display:flex}.Input-module__8IdGYq__label{color:var(--t-text);letter-spacing:-.01em;font-size:.875rem;font-weight:500;line-height:1.4}.Input-module__8IdGYq__required{color:var(--t-accent);margin-left:3px}.Input-module__8IdGYq__inputWrap{border:1.5px solid var(--t-border);background:var(--t-surface-el);border-radius:8px;align-items:center;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}@media (prefers-reduced-motion:reduce){.Input-module__8IdGYq__inputWrap{transition:none}}.Input-module__8IdGYq__inputWrap:hover:not(:focus-within){border-color:color-mix(in srgb,var(--t-border)60%,var(--t-text))}.Input-module__8IdGYq__inputWrap:focus-within{border-color:var(--t-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--t-accent)15%,transparent);background:var(--t-surface)}.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:10px 14px;font-family:inherit;font-size:.9375rem;line-height:1.5}.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:8px}.Input-module__8IdGYq__hasIconRight{padding-right:8px}.Input-module__8IdGYq__iconLeft,.Input-module__8IdGYq__iconRight{color:var(--t-muted);pointer-events:none;align-items:center;padding:0 12px;transition:color .2s cubic-bezier(.4,0,.2,1);display:flex}.Input-module__8IdGYq__inputWrap:focus-within .Input-module__8IdGYq__iconLeft,.Input-module__8IdGYq__inputWrap:focus-within .Input-module__8IdGYq__iconRight{color:var(--t-text-sub)}.Input-module__8IdGYq__error{color:var(--t-accent);align-items:flex-start;gap:6px;margin:0;font-size:.8125rem;line-height:1.4;display:flex}.Input-module__8IdGYq__hint{color:var(--t-muted);margin:0;font-size:.8125rem;line-height:1.4}
.Checkbox-module__9N021W__root{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;transition:opacity .2s cubic-bezier(.4,0,.2,1);display:inline-flex}@media (prefers-reduced-motion:reduce){.Checkbox-module__9N021W__root,.Checkbox-module__9N021W__box,.Checkbox-module__9N021W__checkmark{transition:none}}.Checkbox-module__9N021W__root.Checkbox-module__9N021W__disabled{opacity:.45;cursor:not-allowed}.Checkbox-module__9N021W__checkWrap{flex-shrink:0;margin-top:2px;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:2px solid var(--t-border);background:var(--t-surface-el);color:#0000;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);display:flex}.Checkbox-module__9N021W__root:hover:not(.Checkbox-module__9N021W__disabled) .Checkbox-module__9N021W__box{border-color:color-mix(in srgb,var(--t-border)50%,var(--t-text))}.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 color-mix(in srgb,var(--t-accent)20%,transparent);outline:none}.Checkbox-module__9N021W__checkmark{opacity:0;width:12px;height:10px;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);transform:scale(.8)}.Checkbox-module__9N021W__input:checked~.Checkbox-module__9N021W__box .Checkbox-module__9N021W__checkmark{opacity:1;transform:scale(1)}.Checkbox-module__9N021W__text{flex-direction:column;gap:3px;display:flex}.Checkbox-module__9N021W__label{color:var(--t-text);letter-spacing:-.01em;font-size:.9375rem;font-weight:500;line-height:1.4}.Checkbox-module__9N021W__description{color:var(--t-muted);font-size:.8125rem;line-height:1.5}.Checkbox-module__9N021W__nativeRoot{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}.Checkbox-module__9N021W__nativeRoot.Checkbox-module__9N021W__nativeDisabled{opacity:.45;cursor:not-allowed}.Checkbox-module__9N021W__nativeInput{accent-color:var(--t-accent);cursor:pointer;flex-shrink:0;width:14px;height:14px}.Checkbox-module__9N021W__nativeDisabled .Checkbox-module__9N021W__nativeInput{cursor:not-allowed}.Checkbox-module__9N021W__nativeLabel{color:var(--t-text-sub);font-size:.83rem;line-height:1.4}
.CheckboxTile-module__zQMp1a__tileGroup{flex-wrap:wrap;gap:8px;display:flex}.CheckboxTile-module__zQMp1a__tile{color:#6b7280;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e5e7eb;border-radius:22px;align-items:center;gap:6px;padding:9px 18px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex;position:relative}.CheckboxTile-module__zQMp1a__tile:hover{border-color:var(--t-teal);transform:translateY(-1px)}.CheckboxTile-module__zQMp1a__tileSelected{border-color:var(--t-teal);color:var(--t-teal)}.CheckboxTile-module__zQMp1a__tileSelected:hover{transform:translateY(0)}.CheckboxTile-module__zQMp1a__tileDisabled{opacity:.45;cursor:not-allowed;pointer-events:none}.CheckboxTile-module__zQMp1a__checkbox{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.CheckboxTile-module__zQMp1a__section{background:var(--t-surface);border:1px solid var(--t-border);border-radius:7px;flex-direction:column;gap:10px;padding:10px 12px;display:flex}.CheckboxTile-module__zQMp1a__sectionLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--t-muted);font-size:.7rem;font-weight:700}
.RadioButtonGroup-module__f7Vjya__radioGroup{flex-wrap:wrap;gap:12px;display:flex}.RadioButtonGroup-module__f7Vjya__radioOption{cursor:pointer;border:2px solid var(--t-border);background:var(--t-surface);min-height:32px;color:var(--t-text-sub);border-radius:20px;align-items:center;gap:8px;padding:6px 16px;font-size:.875rem;font-weight:500;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.RadioButtonGroup-module__f7Vjya__radioOption:hover{background:#f0f9ff;transform:translateY(-1px)}.RadioButtonGroup-module__f7Vjya__radioOption:active{transform:translateY(0)}.RadioButtonGroup-module__f7Vjya__radioOptionSelected{border-color:var(--t-teal);color:var(--t-teal);font-weight:600}.RadioButtonGroup-module__f7Vjya__radioOptionSelected:hover{background:#00697c1f}.RadioButtonGroup-module__f7Vjya__radioOptionDisabled{opacity:.5;cursor:not-allowed;pointer-events:none}.RadioButtonGroup-module__f7Vjya__radioOption input[type=radio]{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.RadioButtonGroup-module__f7Vjya__radioOption span{-webkit-user-select:none;user-select:none;line-height:1.3}@media (max-width:768px){.RadioButtonGroup-module__f7Vjya__radioGroup{gap:8px}.RadioButtonGroup-module__f7Vjya__radioOption{flex:auto;min-width:calc(50% - 4px);padding:6px 14px;font-size:.8125rem}}
.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:none;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)}.StatusLabel-module__myjLRG__badge--inactive{color:var(--status-inactive-text);background:var(--status-inactive-bg)}.StatusLabel-module__myjLRG__badge--pending{color:var(--status-pending-text);background:var(--status-pending-bg)}.StatusLabel-module__myjLRG__badge--error{color:var(--status-error-text);background:var(--status-error-bg)}.StatusLabel-module__myjLRG__badge--info{color:var(--status-info-text);background:var(--status-info-bg)}.StatusLabel-module__myjLRG__badge--warning{color:var(--status-warning-text);background:var(--status-warning-bg)}.StatusLabel-module__myjLRG__badge--success{color:var(--status-success-text);background:var(--status-success-bg)}.StatusLabel-module__myjLRG__badge--custom{color:var(--sl-color);background:var(--sl-bg)}@keyframes StatusLabel-module__myjLRG__shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}.StatusLabel-module__myjLRG__shimmerBlock{background:linear-gradient(90deg,var(--t-surface-el)25%,color-mix(in srgb,var(--t-border)80%,var(--t-surface-el))50%,var(--t-surface-el)75%);background-size:600px 100%;border-radius:20px;animation:1.4s ease-in-out infinite StatusLabel-module__myjLRG__shimmer;display:inline-block}.StatusLabel-module__myjLRG__shimmerSm{width:60px;height:20px}.StatusLabel-module__myjLRG__shimmerMd{width:72px;height:24px}
.SectionCard-module__5Y18JG__card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:12px;padding:20px;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);align-items:center;gap:8px;margin:0 -20px 14px;padding:0 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{text-transform:uppercase;letter-spacing:.06em;color:var(--t-muted);margin:0;font-size:12px;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{color:var(--t-text-dim);background:var(--t-surface-el);border:1px solid var(--t-border);border-radius:20px;flex-shrink:0;padding:1px 8px;font-size:11px;font-weight:700}.SectionCard-module__5Y18JG__action{flex-shrink:0}
.StatusHistoryCard-module__qCchLG__timeline{flex-direction:column;max-height:700px;padding-right:4px;display:flex;overflow-y:auto}.StatusHistoryCard-module__qCchLG__timeline::-webkit-scrollbar{width:6px}.StatusHistoryCard-module__qCchLG__timeline::-webkit-scrollbar-track{background:0 0}.StatusHistoryCard-module__qCchLG__timeline::-webkit-scrollbar-thumb{background:var(--t-surface-el);border-radius:3px}.StatusHistoryCard-module__qCchLG__timeline::-webkit-scrollbar-thumb:hover{background:var(--t-muted)}.StatusHistoryCard-module__qCchLG__item{border-bottom:1px solid var(--t-border);background:var(--t-surface);border-radius:8px;flex-direction:column;gap:10px;margin-bottom:8px;padding:16px;display:flex}.StatusHistoryCard-module__qCchLG__item:last-child{margin-bottom:0}.StatusHistoryCard-module__qCchLG__itemHeader{flex-direction:column;gap:6px;display:flex}.StatusHistoryCard-module__qCchLG__description{color:var(--t-text);margin:0;font-size:.88rem;line-height:1.5}.StatusHistoryCard-module__qCchLG__mainDescription{color:#000;font-weight:700}.StatusHistoryCard-module__qCchLG__detailsDescription{color:var(--t-text);font-weight:400}.StatusHistoryCard-module__qCchLG__metaRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.StatusHistoryCard-module__qCchLG__meta{color:var(--t-muted);font-size:.8rem;font-weight:500}.StatusHistoryCard-module__qCchLG__metaDot{color:var(--t-border);font-size:.7rem;font-weight:700}.StatusHistoryCard-module__qCchLG__date{color:var(--t-muted);font-size:.8rem;font-weight:500}.StatusHistoryCard-module__qCchLG__statusRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.StatusHistoryCard-module__qCchLG__statusChip{white-space:nowrap;text-transform:capitalize;letter-spacing:.02em;border-radius:20px;padding:5px 12px;font-size:.75rem;font-weight:700}.StatusHistoryCard-module__qCchLG__arrow{color:var(--t-muted);font-size:.85rem;font-weight:600}.StatusHistoryCard-module__qCchLG__empty{color:var(--t-muted);margin:0;padding:4px 0;font-size:.85rem;font-style:italic}
@keyframes StatusHistoryCardSkeleton-module__tRAPmG__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.StatusHistoryCardSkeleton-module__tRAPmG__shimmerBlock{background:linear-gradient(90deg,var(--t-surface-el)25%,color-mix(in srgb,var(--t-surface-el)60%,var(--t-border))50%,var(--t-surface-el)75%);background-size:800px 100%;border-radius:6px;animation:1.4s linear infinite StatusHistoryCardSkeleton-module__tRAPmG__shimmer}.StatusHistoryCardSkeleton-module__tRAPmG__shimmerDesc{width:85%;height:13px}.StatusHistoryCardSkeleton-module__tRAPmG__shimmerMeta{width:120px;height:11px}.StatusHistoryCardSkeleton-module__tRAPmG__shimmerDate{width:80px;height:11px}.StatusHistoryCardSkeleton-module__tRAPmG__shimmerChip{border-radius:20px;width:72px;height:22px}.StatusHistoryCardSkeleton-module__tRAPmG__timeline{flex-direction:column;display:flex}.StatusHistoryCardSkeleton-module__tRAPmG__item{border-bottom:1px solid var(--t-border);flex-direction:column;gap:6px;padding:14px 0;display:flex}.StatusHistoryCardSkeleton-module__tRAPmG__item:last-child{border-bottom:none;padding-bottom:0}.StatusHistoryCardSkeleton-module__tRAPmG__item:first-child{padding-top:0}.StatusHistoryCardSkeleton-module__tRAPmG__statusRow{gap:6px;margin-top:2px;display:flex}
.Skeleton-module__7yZ4Ga__skeleton{background:linear-gradient(90deg,var(--t-surface-secondary,#f0f0f0)0%,var(--t-surface-tertiary,#e8e8e8)20%,var(--t-surface-secondary,#f0f0f0)40%,var(--t-surface-secondary,#f0f0f0)100%);will-change:background-position;background-size:200% 100%;animation:2s ease-in-out infinite Skeleton-module__7yZ4Ga__shimmer;display:block}@keyframes Skeleton-module__7yZ4Ga__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.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}
.DashboardCard-module__Lbqr8G__card{background:var(--t-surface);border:1px solid var(--t-border);border-left:3px solid var(--dc-accent,var(--t-accent));border-radius:10px;flex-direction:column;height:100%;padding:20px 16px;transition:transform .2s,box-shadow .2s;display:flex}.DashboardCard-module__Lbqr8G__clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.DashboardCard-module__Lbqr8G__clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.DashboardCard-module__Lbqr8G__clickable:active{transform:translateY(0)}.DashboardCard-module__Lbqr8G__labelRow{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.DashboardCard-module__Lbqr8G__label{letter-spacing:.02em;text-transform:uppercase;color:var(--t-muted);font-size:.69rem;font-weight:500}.DashboardCard-module__Lbqr8G__value{color:var(--dc-accent,var(--t-accent));margin-bottom:4px;font-size:1.5rem;font-weight:800;line-height:1}.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;flex-shrink:0;align-items:center;font-size:1.2rem;line-height:1;display:flex}.DashboardCard-module__Lbqr8G__cta{color:var(--dc-accent,var(--t-accent));margin-top:auto;padding-top:0;font-size:.62rem;font-weight:600;transition:opacity .15s}@keyframes DashboardCard-module__Lbqr8G__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.DashboardCard-module__Lbqr8G__shimmerBlock{background:linear-gradient(90deg,var(--t-surface-el)25%,color-mix(in srgb,var(--t-border)80%,var(--t-surface-el))50%,var(--t-surface-el)75%);background-size:800px 100%;border-radius:5px;animation:1.4s ease-in-out infinite DashboardCard-module__Lbqr8G__shimmer}.DashboardCard-module__Lbqr8G__shimmerIcon{border-radius:4px;width:20px;height:20px}.DashboardCard-module__Lbqr8G__shimmerCta{width:60px;height:10px}.DashboardCard-module__Lbqr8G__shimmerValue{border-radius:4px;width:56px;height:28px;margin-bottom:8px}.DashboardCard-module__Lbqr8G__shimmerLabel{width:80px;height:9px;margin-bottom:6px}.DashboardCard-module__Lbqr8G__shimmerSub{width:100px;height:9px}
.RecentItem-module__lgTr8q__row{border-bottom:1px solid var(--t-border);cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background-color .15s;display:flex}.RecentItem-module__lgTr8q__row:hover{background:var(--t-bg)}.RecentItem-module__lgTr8q__rowLast{border-bottom:none}.RecentItem-module__lgTr8q__accent{background:var(--t-accent);border-radius:2px;flex-shrink:0;width:3px;height:36px}.RecentItem-module__lgTr8q__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.RecentItem-module__lgTr8q__name{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:.81rem;font-weight:600;overflow:hidden}.RecentItem-module__lgTr8q__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.RecentItem-module__lgTr8q__id{color:var(--t-muted);font-size:.62rem;font-family:var(--font-mono,monospace)}.RecentItem-module__lgTr8q__subtitle{color:var(--t-muted);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.72rem;overflow:hidden}.RecentItem-module__lgTr8q__footer{color:var(--t-muted);font-size:.68rem;font-style:italic}.RecentItem-module__lgTr8q__statusPill{white-space:nowrap;border:1px solid;border-radius:20px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:.69rem;font-weight:600;display:inline-flex}@keyframes RecentItem-module__lgTr8q__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.RecentItem-module__lgTr8q__shimmerBlock{background:linear-gradient(90deg,var(--t-surface-el)25%,color-mix(in srgb,var(--t-border)80%,var(--t-surface-el))50%,var(--t-surface-el)75%);background-size:800px 100%;border-radius:4px;animation:1.4s ease-in-out infinite RecentItem-module__lgTr8q__shimmer}.RecentItem-module__lgTr8q__shimmerAccent{border-radius:2px;flex-shrink:0;width:3px;height:36px}.RecentItem-module__lgTr8q__shimmerName{width:55%;height:11px}.RecentItem-module__lgTr8q__shimmerMeta{width:35%;height:9px}.RecentItem-module__lgTr8q__shimmerFooter{width:28%;height:9px}.RecentItem-module__lgTr8q__shimmerPill{border-radius:20px;flex-shrink:0;width:64px;height:22px}
.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)}@keyframes ProgressBar-module__McMqha__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ProgressBar-module__McMqha__shimmerBlock{background:linear-gradient(90deg,var(--t-surface-el)25%,color-mix(in srgb,var(--t-border)80%,var(--t-surface-el))50%,var(--t-surface-el)75%);background-size:800px 100%;border-radius:999px;animation:1.4s ease-in-out infinite ProgressBar-module__McMqha__shimmer}.ProgressBar-module__McMqha__shimmerTrack{width:100%}.ProgressBar-module__McMqha__shimmerLbl{border-radius:4px;width:80px;height:11px}.ProgressBar-module__McMqha__shimmerVal{border-radius:4px;width:36px;height:11px}
.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:40;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__brandLink{border-radius:6px;flex:1;align-items:center;gap:10px;min-width:0;text-decoration:none;transition:opacity .15s;display:flex}.MenuDrawer-module___lwU0G__brandLink:hover{opacity:.8}.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__brandLink{flex:none;justify-content:center}.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{z-index:100;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}}
.Pagination-module__g32pSa__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.Pagination-module__g32pSa__pageSizeSelector{align-items:center;gap:8px;display:flex}.Pagination-module__g32pSa__pageSizeLabel{color:var(--t-muted);font-size:.75rem}.Pagination-module__g32pSa__pageSizeSelect{border:1px solid var(--t-border);background:var(--t-surface);color:var(--t-text);cursor:pointer;border-radius:5px;padding:4px 8px;font-size:.78rem}.Pagination-module__g32pSa__pageControls{align-items:center;gap:4px;display:flex}.Pagination-module__g32pSa__pageBtn{border:1px solid var(--t-border);background:var(--t-surface);width:30px;height:30px;color:var(--t-text-sub);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;padding:0;font-size:.9rem;transition:all .15s;display:flex}.Pagination-module__g32pSa__pageBtn:hover:not(:disabled){border-color:var(--t-accent);color:var(--t-accent)}.Pagination-module__g32pSa__pageBtn:disabled{opacity:.35;cursor:not-allowed}.Pagination-module__g32pSa__pageInfo{color:var(--t-text-sub);white-space:nowrap;padding:0 8px;font-size:.78rem}
.Dropdown-module__lhc_Xa__root{flex-direction:column;gap:6px;display:inline-flex;position:relative}.Dropdown-module__lhc_Xa__label{color:var(--t-text);letter-spacing:-.01em;font-size:.875rem;font-weight:500;line-height:1.4}.Dropdown-module__lhc_Xa__trigger{background:var(--t-surface-el);border:1.5px solid var(--t-border);color:var(--t-text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:10px;min-width:140px;padding:9px 14px;font-family:inherit;font-size:.9375rem;transition:border-color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:inline-flex}@media (prefers-reduced-motion:reduce){.Dropdown-module__lhc_Xa__trigger,.Dropdown-module__lhc_Xa__caret,.Dropdown-module__lhc_Xa__option,.Dropdown-module__lhc_Xa__menu{transition:none}}.Dropdown-module__lhc_Xa__trigger:hover:not(:disabled){border-color:color-mix(in srgb,var(--t-border)60%,var(--t-text))}.Dropdown-module__lhc_Xa__trigger:focus-visible{border-color:var(--t-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--t-accent)15%,transparent);outline:none}.Dropdown-module__lhc_Xa__trigger:disabled{opacity:.5;cursor:not-allowed}.Dropdown-module__lhc_Xa__triggerCompact{min-width:unset;border-radius:20px;padding:6px 12px;font-size:.8125rem}.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:8px;width:100%;max-width:100%;display:flex;overflow:hidden}.FileAttachment-module__5EM6Zq__label{color:var(--t-text);margin-bottom:2px;font-size:12px;font-weight:600}.FileAttachment-module__5EM6Zq__dropzone{border:1.5px dashed var(--t-border);background:var(--t-surface);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:24px 20px;transition:border-color .15s,background .15s;display:flex}.FileAttachment-module__5EM6Zq__dropzone:hover{border-color:var(--t-teal);background:color-mix(in srgb,var(--t-teal)4%,var(--t-surface))}.FileAttachment-module__5EM6Zq__dropzoneActive{border-color:var(--t-teal);background:color-mix(in srgb,var(--t-teal)8%,var(--t-surface))}.FileAttachment-module__5EM6Zq__dropzoneIconWrap{background:color-mix(in srgb,var(--t-teal)8%,var(--t-surface));border:1.5px solid var(--t-teal);width:40px;height:40px;color:var(--t-teal);border-radius:9px;justify-content:center;align-items:center;margin-bottom:3px;transition:color .15s,border-color .15s,background .15s;display:flex}.FileAttachment-module__5EM6Zq__dropzone:hover .FileAttachment-module__5EM6Zq__dropzoneIconWrap,.FileAttachment-module__5EM6Zq__dropzoneActive .FileAttachment-module__5EM6Zq__dropzoneIconWrap{color:var(--t-teal);background:color-mix(in srgb,var(--t-teal)14%,var(--t-surface));border-color:var(--t-teal)}.FileAttachment-module__5EM6Zq__dropzoneText{color:var(--t-text-dim);font-size:12px;font-weight:500}.FileAttachment-module__5EM6Zq__dropzoneBrowse{color:var(--t-teal);text-underline-offset:2px;font-weight:700;text-decoration:underline}.FileAttachment-module__5EM6Zq__dropzoneHint{color:var(--t-muted);font-size:11px}.FileAttachment-module__5EM6Zq__hiddenInput{display:none}.FileAttachment-module__5EM6Zq__attachGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;width:100%;max-width:100%;margin-top:8px;display:grid;overflow:visible}@supports (width:min(260px, 100%)){.FileAttachment-module__5EM6Zq__attachGrid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}}@media (min-width:900px){.FileAttachment-module__5EM6Zq__attachGrid{grid-template-columns:repeat(auto-fit,minmax(260px,calc(33.333% - 8px)))}}@media (max-width:768px){.FileAttachment-module__5EM6Zq__attachGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.FileAttachment-module__5EM6Zq__attachGrid{grid-template-columns:1fr}}.FileAttachment-module__5EM6Zq__attachCard{border:1.5px solid var(--t-border);background:var(--t-surface);box-sizing:border-box;border-radius:12px;align-items:center;gap:14px;min-width:0;max-width:100%;padding:14px 16px;transition:border-color .15s,background .15s,transform .15s;display:flex;position:relative}.FileAttachment-module__5EM6Zq__attachCard:hover{border-color:var(--t-teal);background:color-mix(in srgb,var(--t-teal)3%,var(--t-surface));transform:translateY(-1px)}.FileAttachment-module__5EM6Zq__attachCardIconWrap{background:color-mix(in srgb,var(--t-teal)12%,var(--t-surface));border:1px solid color-mix(in srgb,var(--t-teal)20%,transparent);width:48px;height:48px;color:var(--t-teal);z-index:1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.FileAttachment-module__5EM6Zq__attachCard svg{color:var(--t-teal);flex-shrink:0}.FileAttachment-module__5EM6Zq__attachCardIconWrapImage{background:0 0;border:none;padding:0;overflow:hidden}.FileAttachment-module__5EM6Zq__previewImg{object-fit:cover;border-radius:10px;width:100%;height:100%;display:block}.FileAttachment-module__5EM6Zq__attachCardMeta{z-index:1;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex;position:relative}.FileAttachment-module__5EM6Zq__attachCardName{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.FileAttachment-module__5EM6Zq__attachCardSize{color:var(--t-muted);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}.FileAttachment-module__5EM6Zq__attachCardRemove{border:1px solid color-mix(in srgb,var(--t-teal)30%,transparent);width:24px;height:24px;color:var(--t-teal);cursor:pointer;z-index:2;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s;display:flex;position:relative}.FileAttachment-module__5EM6Zq__attachCardRemove:hover{background:color-mix(in srgb,var(--t-teal)8%,transparent);border-color:color-mix(in srgb,var(--t-teal)50%,transparent);color:var(--t-teal)}.FileAttachment-module__5EM6Zq__attachCardAudio{cursor:pointer}.FileAttachment-module__5EM6Zq__attachCardAudio:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.FileAttachment-module__5EM6Zq__attachCardPlaying{border-color:var(--t-green);background:color-mix(in srgb,var(--t-green)8%,var(--t-surface))}.FileAttachment-module__5EM6Zq__attachCardPlaying:hover{border-color:var(--t-green);box-shadow:0 2px 8px #10b98133}.FileAttachment-module__5EM6Zq__attachCardIconWrapAudio{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.FileAttachment-module__5EM6Zq__attachCardPlaying .FileAttachment-module__5EM6Zq__attachCardIconWrapAudio{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.FileAttachment-module__5EM6Zq__audioFilesList{flex-direction:column;gap:8px;width:100%;display:flex}.FileAttachment-module__5EM6Zq__audioFileCard{background:color-mix(in srgb,var(--t-text)4%,var(--t-surface));border:1px solid var(--t-border);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.FileAttachment-module__5EM6Zq__audioFileCard:hover{border-color:var(--t-teal);background:color-mix(in srgb,var(--t-text)8%,var(--t-surface));transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.FileAttachment-module__5EM6Zq__audioFileCardPlaying{border-color:var(--t-green);background:color-mix(in srgb,var(--t-green)8%,var(--t-surface))}.FileAttachment-module__5EM6Zq__audioFileCardPlaying:hover{border-color:var(--t-green);box-shadow:0 2px 8px #10b98133}.FileAttachment-module__5EM6Zq__audioFileIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.FileAttachment-module__5EM6Zq__audioFileCardPlaying .FileAttachment-module__5EM6Zq__audioFileIcon{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.FileAttachment-module__5EM6Zq__audioFileMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.FileAttachment-module__5EM6Zq__audioFileName{color:var(--t-text,#1f2937);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.FileAttachment-module__5EM6Zq__audioFileSize{color:var(--t-muted,#6b7280);font-size:11px;font-weight:500}.FileAttachment-module__5EM6Zq__audioFileRemove{border:1px solid var(--t-border,#e5e7eb);width:24px;height:24px;color:var(--t-muted,#6b7280);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s;display:flex}.FileAttachment-module__5EM6Zq__audioFileRemove:hover{background:color-mix(in srgb,var(--t-error)10%,var(--t-surface));border-color:var(--t-error);color:var(--t-error)}.FileAttachment-module__5EM6Zq__lightboxOverlay{z-index:9999;background:#000000d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FileAttachment-module__5EM6Zq__lightboxContent{flex-direction:column;align-items:center;gap:10px;max-width:min(90vw,960px);max-height:90vh;display:flex;position:relative}.FileAttachment-module__5EM6Zq__lightboxImg{object-fit:contain;border-radius:10px;max-width:100%;max-height:calc(90vh - 48px);display:block;box-shadow:0 8px 40px #00000080}.FileAttachment-module__5EM6Zq__lightboxName{color:#ffffffb3;text-align:center;font-size:12px;font-weight:500}.FileAttachment-module__5EM6Zq__lightboxClose{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s;display:flex;position:absolute;top:-36px;right:0}.FileAttachment-module__5EM6Zq__lightboxClose:hover{background:#ffffff47}
.AudioRecorder-module__p9YMnW__micButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.AudioRecorder-module__p9YMnW__micButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.AudioRecorder-module__p9YMnW__micButton:active:not(:disabled){transform:translateY(0)}.AudioRecorder-module__p9YMnW__micButton:disabled{opacity:.5;cursor:not-allowed}.AudioRecorder-module__p9YMnW__recordingContainer{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;display:flex}.AudioRecorder-module__p9YMnW__recordingIndicator{align-items:center;gap:8px;display:flex}.AudioRecorder-module__p9YMnW__recordingDot{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite AudioRecorder-module__p9YMnW__pulse}@keyframes AudioRecorder-module__p9YMnW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.AudioRecorder-module__p9YMnW__recordingTime{color:#991b1b;font-variant-numeric:tabular-nums;min-width:40px;font-size:14px;font-weight:600}.AudioRecorder-module__p9YMnW__recordingControls{align-items:center;gap:6px;margin-left:auto;display:flex}.AudioRecorder-module__p9YMnW__controlBtn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.AudioRecorder-module__p9YMnW__controlBtn:hover{transform:translateY(-1px)}.AudioRecorder-module__p9YMnW__controlBtn:active{transform:translateY(0)}.AudioRecorder-module__p9YMnW__pauseBtn{color:#fff;background:#fbbf24}.AudioRecorder-module__p9YMnW__pauseBtn:hover{background:#f59e0b;box-shadow:0 2px 8px #fbbf2466}.AudioRecorder-module__p9YMnW__resumeBtn{color:#fff;background:#10b981}.AudioRecorder-module__p9YMnW__resumeBtn:hover{background:#059669;box-shadow:0 2px 8px #10b98166}.AudioRecorder-module__p9YMnW__stopBtn{color:#fff;background:#3b82f6}.AudioRecorder-module__p9YMnW__stopBtn:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f666}.AudioRecorder-module__p9YMnW__cancelBtn{color:#fff;background:#ef4444}.AudioRecorder-module__p9YMnW__cancelBtn:hover{background:#dc2626;box-shadow:0 2px 8px #ef444466}.AudioRecorder-module__p9YMnW__processingContainer{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.AudioRecorder-module__p9YMnW__spinner{border:2px solid #93c5fd;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite AudioRecorder-module__p9YMnW__spin}@keyframes AudioRecorder-module__p9YMnW__spin{to{transform:rotate(360deg)}}.AudioRecorder-module__p9YMnW__processingText{color:#1e40af;font-size:14px;font-weight:500}.AudioRecorder-module__p9YMnW__audioAttachment{align-items:center;gap:8px;width:100%;display:flex}.AudioRecorder-module__p9YMnW__audioAttachmentButton{background:var(--t-surface,#fff);border:1px solid var(--t-border,#e5e7eb);cursor:pointer;text-align:left;border-radius:8px;flex:1;align-items:center;gap:12px;min-width:0;padding:12px 16px;transition:all .2s;display:flex}.AudioRecorder-module__p9YMnW__audioAttachmentButton:hover{border-color:var(--t-accent,#667eea);background:var(--t-surface-hover,#f9fafb);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.AudioRecorder-module__p9YMnW__audioAttachmentButton.AudioRecorder-module__p9YMnW__playing{background:#f0fdf4;border-color:#10b981}.AudioRecorder-module__p9YMnW__audioFileIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AudioRecorder-module__p9YMnW__playing .AudioRecorder-module__p9YMnW__audioFileIcon{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.AudioRecorder-module__p9YMnW__audioFileInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.AudioRecorder-module__p9YMnW__audioFileName{color:var(--t-text,#1f2937);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.AudioRecorder-module__p9YMnW__audioFileSize{color:var(--t-muted,#6b7280);font-variant-numeric:tabular-nums;font-size:12px}.AudioRecorder-module__p9YMnW__playingIndicator{align-items:center;gap:3px;margin-right:8px;display:flex}.AudioRecorder-module__p9YMnW__soundWave{background:#10b981;border-radius:2px;width:3px;height:16px;animation:.8s ease-in-out infinite AudioRecorder-module__p9YMnW__soundWave}.AudioRecorder-module__p9YMnW__soundWave:nth-child(2){animation-delay:.2s}.AudioRecorder-module__p9YMnW__soundWave:nth-child(3){animation-delay:.4s}@keyframes AudioRecorder-module__p9YMnW__soundWave{0%,to{height:8px}50%{height:20px}}.AudioRecorder-module__p9YMnW__audioActions{align-items:center;gap:4px;display:flex}.AudioRecorder-module__p9YMnW__audioActionBtn{background:var(--t-surface,#fff);border:1px solid var(--t-border,#e5e7eb);cursor:pointer;width:36px;height:36px;color:var(--t-text,#1f2937);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.AudioRecorder-module__p9YMnW__audioActionBtn:hover{background:var(--t-surface-hover,#f3f4f6);border-color:var(--t-accent,#667eea);transform:translateY(-1px)}.AudioRecorder-module__p9YMnW__audioActionBtn.AudioRecorder-module__p9YMnW__deleteAction{color:#ef4444}.AudioRecorder-module__p9YMnW__audioActionBtn.AudioRecorder-module__p9YMnW__deleteAction:hover{background:#fef2f2;border-color:#ef4444}
.Notes-module__sK0m5W__root{flex-direction:column;gap:16px;display:flex}.Notes-module__sK0m5W__inputRow{gap:8px;display:flex}.Notes-module__sK0m5W__input{background:var(--t-bg);border:1px solid var(--t-border);color:var(--t-text);border-radius:8px;outline:none;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.Notes-module__sK0m5W__input:focus{border-color:var(--t-teal)}.Notes-module__sK0m5W__input::placeholder{color:var(--t-muted)}.Notes-module__sK0m5W__addBtn{background:var(--t-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 18px;font-family:inherit;font-size:12px;font-weight:700;transition:opacity .15s}.Notes-module__sK0m5W__addBtn:disabled{opacity:.4;cursor:default}.Notes-module__sK0m5W__addBtn:not(:disabled):hover{opacity:.88}.Notes-module__sK0m5W__empty{color:var(--t-muted);padding:8px 0 2px;font-size:12px;font-style:italic}.Notes-module__sK0m5W__list{flex-direction:column;gap:14px;display:flex}.Notes-module__sK0m5W__item{align-items:flex-start;gap:10px;display:flex}.Notes-module__sK0m5W__avatar{background:var(--t-surface-el);border:1px solid var(--t-border);width:30px;height:30px;color:var(--t-text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Notes-module__sK0m5W__body{flex:1;min-width:0}.Notes-module__sK0m5W__header{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.Notes-module__sK0m5W__author{color:var(--t-text);font-size:12px;font-weight:700}.Notes-module__sK0m5W__date{color:var(--t-muted);font-size:10px}.Notes-module__sK0m5W__text{color:var(--t-text-dim);background:var(--t-bg);border:1px solid var(--t-border);border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.6}
.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}
.CustomerSelector-module__hE9x8G__customerSelectionContainer{flex-direction:column;align-items:stretch;gap:32px;width:100%;max-width:680px;margin:0 auto;display:flex}.CustomerSelector-module__hE9x8G__customerSelectionHeader{text-align:center;flex-direction:column;align-items:center;gap:12px;padding-bottom:8px;display:flex}.CustomerSelector-module__hE9x8G__customerSelectionIconWrapper{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:4px;display:flex;box-shadow:0 8px 24px #ef444440,0 2px 8px #ef444426}.CustomerSelector-module__hE9x8G__customerSelectionIcon{color:#fff}.CustomerSelector-module__hE9x8G__stepTitle{color:var(--t-text);letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:800}.CustomerSelector-module__hE9x8G__stepSubtitle{color:var(--t-muted);max-width:480px;margin:0;font-size:1rem;font-weight:500}.CustomerSelector-module__hE9x8G__customerSearchSection{flex-direction:column;gap:16px;width:100%;display:flex}.CustomerSelector-module__hE9x8G__customerSearchRow{align-items:center;gap:10px;width:100%;display:flex}.CustomerSelector-module__hE9x8G__customerSearchBox{flex:1;position:relative}.CustomerSelector-module__hE9x8G__customerSearchIcon{color:var(--t-teal);pointer-events:none;z-index:1;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.CustomerSelector-module__hE9x8G__customerDropdownIcon{color:var(--t-muted);pointer-events:none;z-index:1;transition:transform .2s;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.CustomerSelector-module__hE9x8G__customerDropdown{border:2px solid var(--t-border);background:var(--t-surface);width:100%;color:var(--t-text);cursor:pointer;border-radius:14px;outline:none;min-height:58px;padding:18px 50px;font-family:inherit;font-size:1rem;transition:all .2s;position:relative}.CustomerSelector-module__hE9x8G__customerDropdown::placeholder{color:var(--t-muted);font-weight:500}.CustomerSelector-module__hE9x8G__customerDropdown:focus,.CustomerSelector-module__hE9x8G__customerDropdown:hover{border:2px solid var(--t-teal);transform:translateY(-1px)}.CustomerSelector-module__hE9x8G__dropdownList{z-index:1000;background:var(--t-surface);border:2px solid var(--t-border);border-radius:12px;max-height:320px;animation:.2s ease-out CustomerSelector-module__hE9x8G__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}@keyframes CustomerSelector-module__hE9x8G__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CustomerSelector-module__hE9x8G__dropdownOption{cursor:pointer;border-bottom:1px solid var(--t-border);padding:12px 16px;transition:background-color .15s}.CustomerSelector-module__hE9x8G__dropdownOption:last-child{border-bottom:none}.CustomerSelector-module__hE9x8G__dropdownOptionSelected{background:color-mix(in srgb,var(--t-teal)8%,var(--t-surface))}.CustomerSelector-module__hE9x8G__dropdownOptionSelected:hover{background:color-mix(in srgb,var(--t-teal)12%,var(--t-surface))!important}.CustomerSelector-module__hE9x8G__dropdownOption:hover{background-color:color-mix(in srgb,var(--t-text)6%,var(--t-surface))}.CustomerSelector-module__hE9x8G__dropdownOption:active{background-color:color-mix(in srgb,var(--t-text)8%,var(--t-surface))}.CustomerSelector-module__hE9x8G__addCidOption{cursor:pointer;color:var(--t-teal);border-top:1px solid var(--t-border);background:var(--t-surface);align-items:center;gap:8px;padding:11px 16px;font-size:.875rem;font-weight:600;transition:background .12s;display:flex;position:sticky;bottom:0}.CustomerSelector-module__hE9x8G__addCidOption:hover{background:color-mix(in srgb,var(--t-teal)8%,var(--t-surface))}.CustomerSelector-module__hE9x8G__addCidForm{align-items:center;gap:8px;display:flex}.CustomerSelector-module__hE9x8G__addCidInput{border:2px solid var(--t-teal);background:var(--t-surface);color:var(--t-text);border-radius:10px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.9375rem}.CustomerSelector-module__hE9x8G__addCidInput::placeholder{color:var(--t-muted)}.CustomerSelector-module__hE9x8G__addCidSubmit{background:var(--t-teal);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 18px;font-size:.875rem;font-weight:700;transition:opacity .15s}.CustomerSelector-module__hE9x8G__addCidSubmit:disabled{opacity:.4;cursor:not-allowed}.CustomerSelector-module__hE9x8G__addCidCancel{border:1.5px solid var(--t-border);color:var(--t-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s}.CustomerSelector-module__hE9x8G__addCidCancel:hover{border-color:var(--t-text-sub);color:var(--t-text)}.CustomerSelector-module__hE9x8G__dropdownEmpty{text-align:center;color:var(--t-muted);padding:24px 16px;font-size:.9375rem;font-weight:500}.CustomerSelector-module__hE9x8G__customerOption{padding:4px 0}.CustomerSelector-module__hE9x8G__customerOptionContent{flex-direction:column;gap:4px;display:flex}.CustomerSelector-module__hE9x8G__customerOptionName{color:var(--t-text);align-items:center;gap:8px;font-size:.9375rem;font-weight:600;display:flex}.CustomerSelector-module__hE9x8G__prospectBadge{background:color-mix(in srgb,var(--t-orange)12%,var(--t-surface));color:var(--t-orange);border:1px solid color-mix(in srgb,var(--t-orange)30%,transparent);text-transform:uppercase;letter-spacing:.025em;border-radius:4px;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.CustomerSelector-module__hE9x8G__customerOptionMeta{color:var(--t-muted);align-items:center;gap:6px;font-size:.8125rem;display:flex}.CustomerSelector-module__hE9x8G__customerOptionDivider{color:var(--t-border)}.CustomerSelector-module__hE9x8G__customerSelectedSection{flex-direction:column;gap:12px;display:flex}.CustomerSelector-module__hE9x8G__customerSelectedCard{background:var(--t-surface);border:2px solid #00697c;border-radius:12px;align-items:flex-start;gap:16px;width:100%;padding:20px;animation:.3s ease-out CustomerSelector-module__hE9x8G__slideInUp;display:flex;position:relative;overflow:hidden}.CustomerSelector-module__hE9x8G__customerSelectedCard:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}@keyframes CustomerSelector-module__hE9x8G__slideInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.CustomerSelector-module__hE9x8G__customerSelectedBadge{color:#fff;background:#00697c;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex;box-shadow:0 4px 12px #00697c4d}.CustomerSelector-module__hE9x8G__customerSelectedInfo{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.CustomerSelector-module__hE9x8G__customerSelectedName{color:var(--t-text);font-size:1.125rem;font-weight:700;line-height:1.4}.CustomerSelector-module__hE9x8G__customerSelectedDetails{flex-direction:column;gap:6px;display:flex}.CustomerSelector-module__hE9x8G__customerSelectedDetailItem{align-items:center;gap:8px;font-size:.875rem;display:flex}.CustomerSelector-module__hE9x8G__customerSelectedDetailLabel{color:var(--t-muted);min-width:90px;font-weight:600}.CustomerSelector-module__hE9x8G__customerSelectedDetailValue{color:var(--t-text);font-weight:500}.CustomerSelector-module__hE9x8G__customerRemoveBtn{color:#ef4444;cursor:pointer;background:0 0;border:2px solid #ef4444;border-radius:8px;flex-shrink:0;height:fit-content;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.CustomerSelector-module__hE9x8G__customerRemoveBtn:hover{background:#ef44441a;transform:translateY(-1px);box-shadow:0 2px 8px #ef444426}.CustomerSelector-module__hE9x8G__customerRemoveBtn:active{box-shadow:none;transform:translateY(0)}.CustomerSelector-module__hE9x8G__multiSelectContainer{gap:10px;max-width:100%;margin:0}.CustomerSelector-module__hE9x8G__multiChipsContainer{flex-flow:wrap;gap:6px;display:flex}.CustomerSelector-module__hE9x8G__multiChip{background:color-mix(in srgb,var(--t-teal)8%,var(--t-surface));border:1.5px solid var(--t-teal);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:8px 12px;animation:.2s ease-out CustomerSelector-module__hE9x8G__slideInUp;display:flex}.CustomerSelector-module__hE9x8G__multiChipInfo{align-items:center;gap:10px;min-width:0;display:flex}.CustomerSelector-module__hE9x8G__multiChipInfoStacked{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.CustomerSelector-module__hE9x8G__multiChipName{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.CustomerSelector-module__hE9x8G__multiChipNipt{color:var(--t-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.CustomerSelector-module__hE9x8G__multiChipRemove{cursor:pointer;color:var(--t-muted);background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:color .15s;display:flex}.CustomerSelector-module__hE9x8G__multiChipRemove:hover{color:#ef4444}.CustomerSelector-module__hE9x8G__selectedCardRemove{font-size:20px}.CustomerSelector-module__hE9x8G__customerOptionSelected{background:color-mix(in srgb,#00697c 5%,var(--t-surface))}.CustomerSelector-module__hE9x8G__customerOptionCheck{color:#00697c;flex-shrink:0;font-size:.8125rem;font-weight:700}@media (max-width:768px){.CustomerSelector-module__hE9x8G__customerSelectionContainer{gap:24px}.CustomerSelector-module__hE9x8G__customerSelectionIconWrapper{width:64px;height:64px}.CustomerSelector-module__hE9x8G__customerSelectionIcon{width:40px;height:40px}.CustomerSelector-module__hE9x8G__stepTitle{font-size:1.5rem}.CustomerSelector-module__hE9x8G__stepSubtitle{font-size:.9375rem}.CustomerSelector-module__hE9x8G__customerDropdown{min-height:52px;padding:16px 44px;font-size:.9375rem}.CustomerSelector-module__hE9x8G__customerSearchIcon{left:14px}.CustomerSelector-module__hE9x8G__customerDropdownIcon{right:14px}.CustomerSelector-module__hE9x8G__customerSelectedCard{align-items:center;gap:10px;padding:12px}.CustomerSelector-module__hE9x8G__customerSelectedBadge{border-radius:8px;width:36px;height:36px;font-size:1.125rem}.CustomerSelector-module__hE9x8G__customerSelectedInfo{gap:4px}.CustomerSelector-module__hE9x8G__customerSelectedName{font-size:.9375rem}.CustomerSelector-module__hE9x8G__customerSelectedDetails{flex-flow:wrap;gap:4px 12px}.CustomerSelector-module__hE9x8G__customerSelectedDetailItem{gap:4px}.CustomerSelector-module__hE9x8G__customerSelectedDetailLabel{min-width:unset;font-size:.75rem}.CustomerSelector-module__hE9x8G__customerSelectedDetailValue{font-size:.75rem}}@media (max-width:480px){.CustomerSelector-module__hE9x8G__customerSelectionContainer{gap:20px}.CustomerSelector-module__hE9x8G__stepTitle{font-size:1.25rem}.CustomerSelector-module__hE9x8G__stepSubtitle{font-size:.875rem}.CustomerSelector-module__hE9x8G__customerDropdown{min-height:48px;padding:14px 40px;font-size:.875rem}.CustomerSelector-module__hE9x8G__dropdownList{max-height:240px}.CustomerSelector-module__hE9x8G__customerRemoveBtn{padding:6px 12px;font-size:.8125rem}}
.ProductCategoryCard-module__yxrNba__categoryCards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.ProductCategoryCard-module__yxrNba__categoryCard{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:16px;width:100%;min-height:180px;padding:24px 20px;transition:all .2s;animation:.3s ProductCategoryCard-module__yxrNba__fadeIn;display:flex;position:relative}@keyframes ProductCategoryCard-module__yxrNba__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ProductCategoryCard-module__yxrNba__categoryCard:hover:not(.ProductCategoryCard-module__yxrNba__categoryCardDisabled){transform:translateY(-4px);box-shadow:0 8px 20px #00697c26}.ProductCategoryCard-module__yxrNba__categoryCardSelected,.ProductCategoryCard-module__yxrNba__categoryCardSelected:hover{transform:translateY(-2px)}.ProductCategoryCard-module__yxrNba__categoryCardDisabled{opacity:.5;cursor:not-allowed}.ProductCategoryCard-module__yxrNba__categoryCardDisabled:hover{box-shadow:none;border-color:#e5e7eb;transform:none}.ProductCategoryCard-module__yxrNba__categoryIcon{color:#00697c;justify-content:center;align-items:center;margin-bottom:4px;font-size:2.5rem;transition:transform .2s;display:flex}.ProductCategoryCard-module__yxrNba__categoryCard:hover:not(.ProductCategoryCard-module__yxrNba__categoryCardDisabled) .ProductCategoryCard-module__yxrNba__categoryIcon{transform:scale(1.1)}.ProductCategoryCard-module__yxrNba__categoryContent{flex-direction:column;gap:8px;width:100%;display:flex}.ProductCategoryCard-module__yxrNba__categoryTitle{color:#111827;letter-spacing:-.01em;font-size:1.125rem;font-weight:700;line-height:1.3}.ProductCategoryCard-module__yxrNba__categorySubtitle{color:#6b7280;letter-spacing:.02em;margin-top:-4px;font-size:.8125rem;font-weight:600}.ProductCategoryCard-module__yxrNba__categoryDesc{color:#6b7280;font-size:.875rem;line-height:1.5}@media (max-width:768px){.ProductCategoryCard-module__yxrNba__categoryCards{grid-template-columns:1fr;gap:12px}.ProductCategoryCard-module__yxrNba__categoryCard{min-height:160px;padding:20px 16px}.ProductCategoryCard-module__yxrNba__categoryIcon{font-size:2rem}.ProductCategoryCard-module__yxrNba__categoryTitle{font-size:1rem}.ProductCategoryCard-module__yxrNba__categorySubtitle{font-size:.75rem}.ProductCategoryCard-module__yxrNba__categoryDesc{font-size:.8125rem}}@media (max-width:480px){.ProductCategoryCard-module__yxrNba__categoryCard{min-height:140px;padding:18px 14px}.ProductCategoryCard-module__yxrNba__categoryIcon{font-size:1.75rem}.ProductCategoryCard-module__yxrNba__categoryTitle{font-size:.9375rem}.ProductCategoryCard-module__yxrNba__categoryDesc{font-size:.75rem}}
.CategoryCard-module__nlEqSa__categoryCards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.CategoryCard-module__nlEqSa__categoryCard{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px;transition:all .2s;animation:.3s CategoryCard-module__nlEqSa__fadeIn;display:flex}.CategoryCard-module__nlEqSa__categoryCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00697c26}.CategoryCard-module__nlEqSa__categoryCardDisabled{opacity:.5;cursor:not-allowed}.CategoryCard-module__nlEqSa__categoryCardDisabled:hover{box-shadow:none;border-color:#e5e7eb;transform:none}.CategoryCard-module__nlEqSa__categoryCardSelected{transform:translateY(-2px);box-shadow:0 4px 12px #00697c33}.CategoryCard-module__nlEqSa__categoryCardSelected:hover{transform:translateY(-2px)}.CategoryCard-module__nlEqSa__categoryIcon{color:#6b7280;margin-bottom:4px;font-size:2.5rem;transition:color .2s}.CategoryCard-module__nlEqSa__categoryContent{flex-direction:column;gap:6px;width:100%;display:flex}.CategoryCard-module__nlEqSa__categoryTitle{color:#111827;font-size:1.125rem;font-weight:700;line-height:1.3}.CategoryCard-module__nlEqSa__categorySubtitle{color:#6b7280;letter-spacing:.02em;margin-bottom:4px;font-size:.8125rem;font-weight:600}.CategoryCard-module__nlEqSa__categoryDesc{color:#6b7280;font-size:.875rem;line-height:1.5}.CategoryCard-module__nlEqSa__categoryCardBadge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:.2s CategoryCard-module__nlEqSa__scaleIn;display:flex;position:absolute;top:8px;right:8px}@keyframes CategoryCard-module__nlEqSa__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes CategoryCard-module__nlEqSa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CategoryCard-module__nlEqSa__categoryCards{grid-template-columns:1fr;gap:12px}.CategoryCard-module__nlEqSa__categoryCard{min-height:140px;padding:16px}.CategoryCard-module__nlEqSa__categoryIcon{font-size:2rem}.CategoryCard-module__nlEqSa__categoryTitle{font-size:1rem}.CategoryCard-module__nlEqSa__categoryDesc{font-size:.8125rem}}
.TypeCard-module__sanNPa__typeCardsGrid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.TypeCard-module__sanNPa__typeCard{background:var(--t-surface);border:1.5px solid var(--t-border);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:200px;min-height:115px;padding:10px 12px;transition:border-color .15s,background .15s,transform .15s;animation:.3s TypeCard-module__sanNPa__fadeIn;display:flex;position:relative}.TypeCard-module__sanNPa__levelCardCheck{color:#fff;background:#00697c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:.65rem;display:flex;position:absolute;right:5px}.TypeCard-module__sanNPa__cardIconWrapper{flex-direction:row;display:flex}.TypeCard-module__sanNPa__typeCard:hover{transform:translateY(-1px);border-color:var(--card-color,#00697c)!important;background:color-mix(in srgb,var(--card-color,#00697c)3%,var(--t-surface))!important}.TypeCard-module__sanNPa__typeCardDisabled{opacity:.5;cursor:not-allowed}.TypeCard-module__sanNPa__typeCardDisabled:hover{transform:none;border-color:var(--t-border)!important;background:var(--t-surface)!important}.TypeCard-module__sanNPa__typeCardSelected{border-color:var(--selected-color,#00697c)!important;background:color-mix(in srgb,var(--selected-color,#00697c)10%,var(--t-surface))!important}.TypeCard-module__sanNPa__typeCardSelected:hover{transform:translateY(-1px);border-color:var(--selected-color,#00697c)!important;background:color-mix(in srgb,var(--selected-color,#00697c)14%,var(--t-surface))!important}.TypeCard-module__sanNPa__typeCardIcon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.375rem;display:flex}.TypeCard-module__sanNPa__typeCardLabel{color:var(--t-text);word-break:break-word;font-size:.8125rem;font-weight:600;line-height:1.3}.TypeCard-module__sanNPa__typeCardTag{color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:2px 7px;font-size:.6rem;font-weight:700}.TypeCard-module__sanNPa__typeCardBadge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;animation:.2s TypeCard-module__sanNPa__scaleIn;display:flex;position:absolute;top:8px;right:8px}@keyframes TypeCard-module__sanNPa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes TypeCard-module__sanNPa__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.TypeCard-module__sanNPa__typeCardsGrid{gap:6px}.TypeCard-module__sanNPa__typeCard{border-radius:10px;gap:4px;width:120px;min-height:72px;padding:8px 6px}.TypeCard-module__sanNPa__typeCardIcon{border-radius:6px;width:28px;height:28px;font-size:.9rem}.TypeCard-module__sanNPa__typeCardLabel{font-size:.6875rem}.TypeCard-module__sanNPa__typeCardBadge{width:16px;height:16px;top:4px;right:4px}}
.SearchDropdown-module__RNm7Zq__wrapper,.SearchDropdown-module__RNm7Zq__searchBox{width:100%;position:relative}.SearchDropdown-module__RNm7Zq__searchIcon{color:var(--t-teal);pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.SearchDropdown-module__RNm7Zq__chevronIcon{color:#9ca3af;pointer-events:none;z-index:1;transition:transform .15s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.SearchDropdown-module__RNm7Zq__input{width:100%;color:var(--t-text,#111827);cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;min-height:44px;padding:12px 40px;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:all .15s;position:relative}.SearchDropdown-module__RNm7Zq__input::placeholder{color:var(--t-muted,#9ca3af)}.SearchDropdown-module__RNm7Zq__input:hover{border-color:#d1d5db}.SearchDropdown-module__RNm7Zq__input:focus{border-color:var(--t-teal);box-shadow:0 0 0 3px #00697c1a}.SearchDropdown-module__RNm7Zq__selectBox{width:100%;color:var(--t-text,#111827);cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;align-items:center;min-height:44px;padding:12px 40px 12px 14px;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:all .15s;display:flex;position:relative}.SearchDropdown-module__RNm7Zq__selectBox:hover{border-color:#d1d5db}.SearchDropdown-module__RNm7Zq__selectBoxOpen{border-color:var(--t-teal);box-shadow:0 0 0 3px #00697c1a}.SearchDropdown-module__RNm7Zq__selectValue{color:var(--t-text,#111827)}.SearchDropdown-module__RNm7Zq__selectPlaceholder{color:var(--t-muted,#9ca3af)}.SearchDropdown-module__RNm7Zq__dropdownList{z-index:1000;border:2px solid var(--t-border,#e5e7eb);background:#fff;border-radius:8px;max-height:280px;animation:.15s ease-out SearchDropdown-module__RNm7Zq__dropdownFadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.SearchDropdown-module__RNm7Zq__dropdownList::-webkit-scrollbar{width:8px}.SearchDropdown-module__RNm7Zq__dropdownList::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.SearchDropdown-module__RNm7Zq__dropdownList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.SearchDropdown-module__RNm7Zq__dropdownList::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes SearchDropdown-module__RNm7Zq__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SearchDropdown-module__RNm7Zq__option{cursor:pointer;color:#111827;border-bottom:1px solid var(--t-border,#f3f4f6);padding:10px 14px;font-size:.9375rem;transition:background-color .15s}.SearchDropdown-module__RNm7Zq__option:last-child{border-bottom:none}.SearchDropdown-module__RNm7Zq__option:hover{background:#00697c14}.SearchDropdown-module__RNm7Zq__optionSelected{background:#00697c1f;font-weight:600}.SearchDropdown-module__RNm7Zq__optionSelected:hover{background:#00697c29}.SearchDropdown-module__RNm7Zq__empty{text-align:center;color:#9ca3af;padding:16px 14px;font-size:.875rem;font-style:italic}
.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-teal,#00697c)0%,var(--t-teal,#056)100%);border:2px solid var(--t-teal,#00697c);color:#fff;box-shadow:0 2px 6px #00697c4d}.Step-module__-cDsZa__circle.Step-module__-cDsZa__active{background:linear-gradient(135deg,var(--t-app-accent,#dc2626)0%,var(--t-app-accent,#b91c1c)100%);border:2px solid var(--t-app-accent,#dc2626);color:#fff;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-teal,#00697c)}.Step-module__-cDsZa__label.Step-module__-cDsZa__active{color:var(--t-app-accent,#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-teal,#00697c)0%,var(--t-teal,#056)100%);box-shadow:0 1px 3px #00697c33}.Step-module__-cDsZa__connector.Step-module__-cDsZa__active{background:linear-gradient(90deg,var(--t-app-accent,#dc2626)0%,var(--t-app-accent,#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}}
.DotStepper-module__SnidSW__stepIndicator{justify-content:center;align-items:flex-start;gap:16px;display:flex}.DotStepper-module__SnidSW__stepWrapper{flex-direction:column;align-items:center;gap:8px;display:flex}.DotStepper-module__SnidSW__stepDot{background:var(--t-surface);border:2px solid var(--t-border);width:44px;height:44px;color:var(--t-muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex;position:relative}.DotStepper-module__SnidSW__stepLabel{color:var(--t-muted);text-align:center;white-space:nowrap;font-size:.8125rem;font-weight:600;transition:all .2s}.DotStepper-module__SnidSW__stepLabelActive{color:var(--t-text);font-weight:700}.DotStepper-module__SnidSW__stepDotActive{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ef4444;transform:scale(1.1)}.DotStepper-module__SnidSW__stepDotClickable:hover{cursor:pointer;border-color:#ef4444;transform:scale(1.05)}.DotStepper-module__SnidSW__stepLine{background:var(--t-border);border-radius:2px;width:80px;height:3px;margin-top:22px;transition:all .3s}@media (max-width:768px){.DotStepper-module__SnidSW__stepIndicator{gap:8px;width:80%;margin:0 auto}.DotStepper-module__SnidSW__stepDot{width:36px;height:36px;font-size:.8125rem}.DotStepper-module__SnidSW__stepLabel{font-size:.75rem}.DotStepper-module__SnidSW__stepLine{flex:1;height:2px;margin-top:18px}}@media (max-width:640px){.DotStepper-module__SnidSW__stepIndicator{gap:6px}.DotStepper-module__SnidSW__stepDot{width:32px;height:32px;font-size:.75rem}.DotStepper-module__SnidSW__stepLabel{font-size:.6875rem}.DotStepper-module__SnidSW__stepLine{margin-top:16px}}@media (max-width:480px){.DotStepper-module__SnidSW__stepIndicator{gap:4px}.DotStepper-module__SnidSW__stepDot{width:28px;height:28px;font-size:.6875rem}.DotStepper-module__SnidSW__stepLabel{font-size:.625rem}.DotStepper-module__SnidSW__stepLine{margin-top:14px}}
.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}
.TableRowSkeleton-module__N-rAeW__container{flex-direction:column;gap:12px;padding:12px 0;animation:.3s ease-out TableRowSkeleton-module__N-rAeW__fadeIn;display:flex}@keyframes TableRowSkeleton-module__N-rAeW__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.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;animation:.4s ease-out TableRowSkeleton-module__N-rAeW__slideIn;display:grid}@keyframes TableRowSkeleton-module__N-rAeW__slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.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:2px solid var(--t-border);width:100%;color:var(--t-text);background:#fff;border-radius:8px;outline:none;min-height:44px;padding:12px 14px;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:all .15s}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput:hover{border-color:var(--t-teal)}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput:focus{border-color:var(--t-teal);box-shadow:0 0 0 3px color-mix(in srgb,var(--t-teal)15%,transparent)}.GoogleMapsLocationPicker-module__ZGWk3G__searchInput::placeholder{color:var(--t-muted)}.GoogleMapsLocationPicker-module__ZGWk3G__map{border:1px solid var(--t-border);border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000001a}.GoogleMapsLocationPicker-module__ZGWk3G__hint{color:var(--t-muted);text-align:center;margin:0;font-size:13px}.GoogleMapsLocationPicker-module__ZGWk3G__loadingContainer{border:1px solid var(--t-border);background:color-mix(in srgb,var(--t-text)4%,var(--t-surface));border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex}.GoogleMapsLocationPicker-module__ZGWk3G__spinner{color:var(--t-muted);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__inlineError{color:var(--t-error);margin:6px 0 0;font-size:13px}.GoogleMapsLocationPicker-module__ZGWk3G__errorContainer{background:color-mix(in srgb,var(--t-error)8%,var(--t-surface));border:1px solid color-mix(in srgb,var(--t-error)30%,transparent);border-radius:8px;padding:16px}.GoogleMapsLocationPicker-module__ZGWk3G__errorText{color:var(--t-error);margin:0;font-size:14px}
.UserMenu-module__oTqllG__userMenuWrap{position:relative}.UserMenu-module__oTqllG__userMenuButton{background:var(--t-surface-el);border:1px solid var(--t-border);cursor:pointer;border-radius:8px;align-items:center;gap:8px;height:32px;padding:0 10px 0 6px;transition:background .15s;display:flex}.UserMenu-module__oTqllG__userMenuButton:hover{background:var(--t-surface-el);filter:brightness(.93)}.UserMenu-module__oTqllG__userMenuAvatar{flex-shrink:0;align-items:center;display:flex}.UserMenu-module__oTqllG__userMenuNames{text-align:left}.UserMenu-module__oTqllG__userMenuDisplayName{color:var(--t-text);font-size:12px;font-weight:600;line-height:1.2}.UserMenu-module__oTqllG__userMenuEmail{color:var(--t-text-dim);font-size:10px}.UserMenu-module__oTqllG__userMenuCaret{color:var(--t-text-dim);margin-left:2px;font-size:10px}.UserMenu-module__oTqllG__dropdown{background:var(--t-nav-bg);border:1px solid var(--t-border);z-index:200;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000002e}.UserMenu-module__oTqllG__dropdownAccount{border-bottom:1px solid var(--t-border);padding:16px}.UserMenu-module__oTqllG__dropdownAccountInner{align-items:center;gap:12px;display:flex}.UserMenu-module__oTqllG__dropdownAccountName{color:var(--t-text);font-size:14px;font-weight:600}.UserMenu-module__oTqllG__dropdownAccountEmail{color:var(--t-text-sub);margin-top:2px;font-size:12px}.UserMenu-module__oTqllG__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}.UserMenu-module__oTqllG__signOutButton:hover{background:#e600001a}.UserMenu-module__oTqllG__overlay{z-index:99;position:fixed;inset:0}@media (max-width:768px){.UserMenu-module__oTqllG__userMenuEmail{display:none}}
.AppHeader-module__WVBvFq__header{background:var(--t-nav-bg);border-bottom:1px solid var(--t-border);z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:60px;padding:0 20px;display:flex;position:sticky;top:0}.AppHeader-module__WVBvFq__left{align-items:center;gap:12px;min-width:0;display:flex}.AppHeader-module__WVBvFq__menuButton{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;width:32px;height:32px;padding:6px;transition:background .15s;display:flex}.AppHeader-module__WVBvFq__menuButton:hover{background:var(--t-surface-el)}.AppHeader-module__WVBvFq__menuBar{background:var(--t-text-sub);border-radius:2px;width:100%;height:2px;transition:background .15s;display:block}.AppHeader-module__WVBvFq__menuButton:hover .AppHeader-module__WVBvFq__menuBar{background:var(--t-text)}.AppHeader-module__WVBvFq__titleGroup{min-width:0}.AppHeader-module__WVBvFq__title{color:var(--t-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.AppHeader-module__WVBvFq__subtitle{color:var(--t-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.7rem;overflow:hidden}.AppHeader-module__WVBvFq__right{flex-shrink:0;align-items:center;gap:8px;display:flex}.AppHeader-module__WVBvFq__themeButton{border:1px solid var(--t-border);width:32px;height:32px;color:var(--t-text-sub);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s,color .15s;display:flex}.AppHeader-module__WVBvFq__themeButton:hover{background:var(--t-surface-el);color:var(--t-text)}.AppHeader-module__WVBvFq__langWrap{position:relative}.AppHeader-module__WVBvFq__langButton{border:1px solid var(--t-border);height:32px;color:var(--t-text-sub);cursor:pointer;letter-spacing:.06em;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:0 8px 0 10px;font-family:inherit;font-size:.7rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:flex}.AppHeader-module__WVBvFq__langButton:hover,.AppHeader-module__WVBvFq__langButtonOpen{background:var(--t-surface-el);color:var(--t-text);border-color:var(--t-border)}.AppHeader-module__WVBvFq__langCaret{opacity:.6;font-size:.6rem;transition:transform .15s}.AppHeader-module__WVBvFq__langButtonOpen .AppHeader-module__WVBvFq__langCaret{transform:rotate(180deg)}.AppHeader-module__WVBvFq__langDropdown{background:var(--t-nav-bg);border:1px solid var(--t-border);z-index:100;border-radius:8px;min-width:140px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000002e}.AppHeader-module__WVBvFq__langOption{cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;transition:background .12s;display:flex}.AppHeader-module__WVBvFq__langOption:hover{background:var(--t-surface-el)}.AppHeader-module__WVBvFq__langOptionActive{background:#e6000014}.AppHeader-module__WVBvFq__langOptionActive:hover{background:#e600001f}.AppHeader-module__WVBvFq__langOptionShort{letter-spacing:.06em;color:var(--t-accent,#e60000);flex-shrink:0;width:22px;font-size:.68rem;font-weight:700}.AppHeader-module__WVBvFq__langOptionLabel{color:var(--t-text);text-align:left;flex:1;font-size:.8rem;font-weight:500}.AppHeader-module__WVBvFq__langOptionCheck{color:var(--t-accent,#e60000);margin-left:auto;font-size:.7rem}.AppHeader-module__WVBvFq__langOverlay{z-index:99;position:fixed;inset:0}@media (max-width:480px){.AppHeader-module__WVBvFq__subtitle{display:none}}
.PageError-module__7d03gq__root{background:var(--t-bg);background-image:radial-gradient(60% 50% at 50% 45%,#e600000a 0%,#0000 70%);justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:24px;display:flex}.PageError-module__7d03gq__card{background:var(--t-surface);border:1px solid var(--t-border);border-top:3px solid var(--t-accent);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:0;width:100%;max-width:500px;padding:40px 36px 32px;display:flex;box-shadow:0 0 0 1px #e600000f,0 8px 32px #0000002e}.PageError-module__7d03gq__iconWrap{width:60px;height:60px;color:var(--t-accent);background:#e600001a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.PageError-module__7d03gq__iconSvg{width:28px;height:28px}.PageError-module__7d03gq__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--t-accent);background:#e600001a;border:1px solid #e6000033;border-radius:5px;margin-bottom:12px;padding:3px 8px;font-size:.68rem;font-weight:700}.PageError-module__7d03gq__title{color:var(--t-text);letter-spacing:-.02em;margin:0 0 8px;font-size:1.2rem;font-weight:700;line-height:1.3}.PageError-module__7d03gq__subtitle{color:var(--t-text-sub);margin:0 0 24px;font-size:.875rem;line-height:1.5}.PageError-module__7d03gq__issueBlock{background:var(--t-surface-el);border:1px solid var(--t-border);text-align:left;border-radius:8px;flex-direction:column;gap:2px;width:100%;margin-bottom:24px;display:flex;overflow:hidden}.PageError-module__7d03gq__issue{border-bottom:1px solid var(--t-border);flex-direction:column;gap:6px;padding:11px 14px;display:flex}.PageError-module__7d03gq__issue:last-child{border-bottom:none}.PageError-module__7d03gq__issueRow{align-items:center;gap:8px;display:flex}.PageError-module__7d03gq__issueDot{background:var(--t-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.PageError-module__7d03gq__issueLabel{color:var(--t-text);font-size:.8rem;font-weight:600}.PageError-module__7d03gq__issueDetail{color:var(--t-muted);background:var(--t-bg);border:1px solid var(--t-border);word-break:break-all;white-space:pre-wrap;border-radius:5px;padding:7px 10px;font-family:Menlo,Consolas,SF Mono,monospace;font-size:.72rem;line-height:1.5;display:block}.PageError-module__7d03gq__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}
.ErrorCard-module___V13WW__root{background:var(--t-surface);border:1px solid var(--t-border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:0;width:100%;padding:32px 24px;display:flex}.ErrorCard-module___V13WW__iconWrap{width:48px;height:48px;color:var(--t-accent);background:#e600001a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.ErrorCard-module___V13WW__iconSvg{width:22px;height:22px}.ErrorCard-module___V13WW__title{color:var(--t-text);letter-spacing:-.01em;margin:0 0 4px;font-size:.95rem;font-weight:700;line-height:1.3}.ErrorCard-module___V13WW__message{color:var(--t-text-sub);max-width:400px;margin:0 0 4px;font-size:.8rem;line-height:1.5}.ErrorCard-module___V13WW__code{color:var(--t-muted);background:var(--t-surface-el);border:1px solid var(--t-border);border-radius:4px;margin-bottom:16px;padding:2px 8px;font-family:Menlo,Consolas,SF Mono,monospace;font-size:.7rem;display:inline-block}.ErrorCard-module___V13WW__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}
.PortalHomeButton-module__wklB_a__btn{border:1px solid var(--t-border);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;align-items:center;gap:7px;padding:4px 10px 4px 4px;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.PortalHomeButton-module__wklB_a__btn:hover{background:var(--t-surface-el);border-color:#e6000040}.PortalHomeButton-module__wklB_a__logo{background:var(--t-accent,#e60000);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:900;transition:opacity .15s;display:flex}.PortalHomeButton-module__wklB_a__btn:hover .PortalHomeButton-module__wklB_a__logo{opacity:.85}.PortalHomeButton-module__wklB_a__label{color:var(--t-text-sub);white-space:nowrap;font-size:.78rem;font-weight:600;transition:color .15s}.PortalHomeButton-module__wklB_a__btn:hover .PortalHomeButton-module__wklB_a__label{color:var(--t-text)}
.PriorityDot-module__pC5Y4a__dot{background:var(--dot-color);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-right:5px;display:inline-block}
