#problem-management-root .pm-button{min-height:var(--pm-touch-minimum);justify-content:center;align-items:center;gap:var(--pm-space-2);padding:0 var(--pm-space-4);border-radius:var(--pm-radius-sm);color:var(--pm-color-text-primary);font:inherit;font-size:var(--pm-type-sm);white-space:nowrap;cursor:pointer;transition:background var(--pm-duration-standard) var(--pm-ease-standard), border-color var(--pm-duration-standard) var(--pm-ease-standard), color var(--pm-duration-standard) var(--pm-ease-standard), opacity var(--pm-duration-fast) var(--pm-ease-standard), transform var(--pm-duration-fast) var(--pm-ease-standard);background:0 0;border:1px solid #0000;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;position:relative}#problem-management-root .pm-button:hover:not(:disabled,[aria-disabled=true]){transform:translateY(-1px)}#problem-management-root .pm-button:active:not(:disabled,[aria-disabled=true]){transform:translateY(0)}#problem-management-root .pm-button:focus-visible{outline:2px solid var(--pm-color-focus);outline-offset:3px}#problem-management-root .pm-button:disabled,#problem-management-root .pm-button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}#problem-management-root .pm-button[data-variant=primary]{border-color:var(--pm-color-accent);background:var(--pm-color-accent);color:var(--pm-color-accent-contrast)}#problem-management-root .pm-button[data-variant=primary]:hover:not(:disabled,[aria-disabled=true]){border-color:var(--pm-color-accent-hover);background:var(--pm-color-accent-hover)}#problem-management-root .pm-button[data-variant=secondary]{border-color:var(--pm-color-border);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary)}#problem-management-root .pm-button[data-variant=secondary]:hover:not(:disabled,[aria-disabled=true]),#problem-management-root .pm-button[data-variant=ghost]:hover:not(:disabled,[aria-disabled=true]){background:var(--pm-color-surface-strong)}#problem-management-root .pm-button[data-variant=ghost]{color:var(--pm-color-text-secondary)}#problem-management-root .pm-button[data-variant=danger]{border-color:var(--pm-color-danger);background:var(--pm-color-danger);color:var(--pm-color-background)}#problem-management-root .pm-button[data-variant=link]{min-height:auto;color:var(--pm-color-accent-text);text-underline-offset:.2em;border-radius:0;padding:0;text-decoration:underline}#problem-management-root .pm-button[data-size=sm]{min-height:var(--pm-control-compact);padding-inline:var(--pm-space-3);font-size:var(--pm-type-xs)}#problem-management-root .pm-button[data-size=lg]{min-height:var(--pm-touch-comfortable);padding-inline:var(--pm-space-5);font-size:var(--pm-type-body)}#problem-management-root .pm-button--full{width:100%}#problem-management-root .pm-button__content{justify-content:center;align-items:center;gap:var(--pm-space-2);display:inline-flex}#problem-management-root .pm-card{border:1px solid var(--pm-color-border-soft);border-radius:var(--pm-radius-md);background:var(--pm-color-surface);min-width:0;color:var(--pm-color-text-primary);box-shadow:var(--pm-shadow-card)}#problem-management-root .pm-card__header,#problem-management-root .pm-card__content,#problem-management-root .pm-card__footer{padding-inline:var(--pm-space-5)}#problem-management-root .pm-card__header{gap:var(--pm-space-1);padding-block:var(--pm-space-5) var(--pm-space-3);display:grid}#problem-management-root .pm-card__content{padding-block:var(--pm-space-3) var(--pm-space-5)}#problem-management-root .pm-card__footer{align-items:center;gap:var(--pm-space-3);padding-block:var(--pm-space-3) var(--pm-space-5);display:flex}#problem-management-root .pm-card__title{color:var(--pm-color-text-primary);font-size:var(--pm-type-title-sm);line-height:var(--pm-leading-title);margin:0}#problem-management-root .pm-card__description{color:var(--pm-color-text-secondary);font-size:var(--pm-type-sm);margin:0}#problem-management-root .pm-stack{gap:var(--pm-space-4);min-width:0;display:flex}#problem-management-root .pm-stack[data-direction=column]{flex-direction:column}#problem-management-root .pm-stack[data-direction=row]{flex-direction:row}#problem-management-root .pm-stack[data-wrap=true]{flex-wrap:wrap}#problem-management-root .pm-stack[data-align=start]{align-items:flex-start}#problem-management-root .pm-stack[data-align=center]{align-items:center}#problem-management-root .pm-stack[data-align=end]{align-items:flex-end}#problem-management-root .pm-stack[data-align=stretch]{align-items:stretch}#problem-management-root .pm-stack[data-align=baseline]{align-items:baseline}#problem-management-root .pm-stack[data-justify=start]{justify-content:flex-start}#problem-management-root .pm-stack[data-justify=center]{justify-content:center}#problem-management-root .pm-stack[data-justify=end]{justify-content:flex-end}#problem-management-root .pm-stack[data-justify=between]{justify-content:space-between}#problem-management-root .pm-stack[data-gap="1"]{gap:var(--pm-space-1)}#problem-management-root .pm-stack[data-gap="2"]{gap:var(--pm-space-2)}#problem-management-root .pm-stack[data-gap="3"]{gap:var(--pm-space-3)}#problem-management-root .pm-stack[data-gap="4"]{gap:var(--pm-space-4)}#problem-management-root .pm-stack[data-gap="5"]{gap:var(--pm-space-5)}#problem-management-root .pm-stack[data-gap="6"]{gap:var(--pm-space-6)}#problem-management-root .pm-stack[data-gap="8"]{gap:var(--pm-space-8)}#problem-management-root .pm-stack[data-gap="10"]{gap:var(--pm-space-10)}#problem-management-root .pm-stack[data-gap="12"]{gap:var(--pm-space-12)}@media (prefers-reduced-motion:reduce){#problem-management-root .pm-button{transition-duration:0s}#problem-management-root .pm-button:hover:not(:disabled,[aria-disabled=true]),#problem-management-root .pm-button:active:not(:disabled,[aria-disabled=true]){transform:none}}@media (pointer:coarse){#problem-management-root .pm-button[data-size=sm]{min-height:var(--pm-touch-minimum)}}#problem-management-root .pm-input{min-width:0;min-height:var(--pm-touch-minimum);align-items:center;gap:var(--pm-space-2);border:1px solid var(--pm-color-border);border-radius:var(--pm-radius-sm);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary);transition:border-color var(--pm-duration-fast) var(--pm-ease-standard), box-shadow var(--pm-duration-fast) var(--pm-ease-standard);display:inline-flex}#problem-management-root .pm-input:focus-within{border-color:var(--pm-color-focus);box-shadow:0 0 0 2px color-mix(in srgb, var(--pm-color-focus) 30%, transparent)}#problem-management-root .pm-input[data-invalid=true]{border-color:var(--pm-color-danger)}#problem-management-root .pm-input[data-disabled=true]{opacity:.5;cursor:not-allowed}#problem-management-root .pm-input--full,#problem-management-root .pm-select--full{width:100%}#problem-management-root .pm-input__control{width:100%;min-width:0;min-height:inherit;padding:0 var(--pm-space-3);color:inherit;font:inherit;font-size:var(--pm-type-sm);background:0 0;border:0;outline:0}#problem-management-root .pm-input__control::placeholder{color:var(--pm-color-text-muted)}#problem-management-root .pm-input__leading{margin-left:var(--pm-space-3);color:var(--pm-color-text-muted);display:inline-flex}#problem-management-root .pm-input__trailing{min-width:var(--pm-touch-minimum);min-height:var(--pm-touch-minimum);justify-content:center;align-items:center;display:inline-flex}#problem-management-root .pm-input[data-size=sm],#problem-management-root .pm-select[data-size=sm]{font-size:var(--pm-type-xs)}#problem-management-root .pm-input[data-size=lg],#problem-management-root .pm-select[data-size=lg]{min-height:var(--pm-touch-comfortable);font-size:var(--pm-type-body)}#problem-management-root .pm-checkbox-field{align-items:flex-start;gap:var(--pm-space-3);display:flex}#problem-management-root .pm-checkbox{width:var(--pm-touch-minimum);height:var(--pm-touch-minimum);flex:0 0 var(--pm-touch-minimum);border:1px solid var(--pm-color-border);border-radius:var(--pm-radius-xs);background:var(--pm-color-surface-raised);color:var(--pm-color-accent-contrast);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}#problem-management-root .pm-checkbox:before{content:"";border:1px solid;border-radius:4px;width:20px;height:20px}#problem-management-root .pm-checkbox[data-state=checked],#problem-management-root .pm-checkbox[data-state=indeterminate]{background:var(--pm-color-accent)}#problem-management-root .pm-checkbox[data-state=checked]:before,#problem-management-root .pm-checkbox[data-state=indeterminate]:before{display:none}#problem-management-root .pm-checkbox:focus-visible,#problem-management-root .pm-select:focus-visible,#problem-management-root .pm-dialog__close:focus-visible,#problem-management-root .pm-notification__dismiss:focus-visible{outline:2px solid var(--pm-color-focus);outline-offset:3px}#problem-management-root .pm-checkbox[data-disabled]{opacity:.5;cursor:not-allowed}#problem-management-root .pm-checkbox-field[data-invalid=true] .pm-checkbox{border-color:var(--pm-color-danger)}#problem-management-root .pm-checkbox__indicator{font-weight:800}#problem-management-root .pm-checkbox__copy{gap:var(--pm-space-1);padding-top:var(--pm-space-2);display:grid}#problem-management-root .pm-checkbox__copy label{color:var(--pm-color-text-primary);font-size:var(--pm-type-sm);cursor:pointer;font-weight:600}#problem-management-root .pm-checkbox__copy span{color:var(--pm-color-text-secondary);font-size:var(--pm-type-xs)}#problem-management-root .pm-select{min-width:12rem;min-height:var(--pm-touch-minimum);justify-content:space-between;align-items:center;gap:var(--pm-space-3);padding:0 var(--pm-space-3);border:1px solid var(--pm-color-border);border-radius:var(--pm-radius-sm);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary);font:inherit;font-size:var(--pm-type-sm);display:inline-flex}#problem-management-root .pm-select[aria-invalid=true]{border-color:var(--pm-color-danger)}#problem-management-root .pm-select[data-disabled]{opacity:.5;cursor:not-allowed}#problem-management-root .pm-select__content{z-index:var(--pm-z-popover,700);min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);border:1px solid var(--pm-color-border);border-radius:var(--pm-radius-sm);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary);box-shadow:var(--pm-shadow-raised);overflow:hidden}#problem-management-root .pm-select__item{min-height:var(--pm-touch-minimum);justify-content:space-between;align-items:center;gap:var(--pm-space-4);padding:0 var(--pm-space-3);font-size:var(--pm-type-sm);-webkit-user-select:none;user-select:none;outline:0;display:flex;position:relative}#problem-management-root .pm-select__item[data-highlighted]{background:var(--pm-color-surface-strong)}#problem-management-root .pm-select__item[data-disabled]{opacity:.45}#problem-management-root .pm-dialog__overlay{z-index:var(--pm-z-overlay);background:var(--pm-color-overlay);animation:pm-fade-in var(--pm-duration-standard) var(--pm-ease-standard);position:fixed;inset:0}#problem-management-root .pm-dialog,#problem-management-root .pm-sheet{z-index:var(--pm-z-modal);border:1px solid var(--pm-color-border);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary);box-shadow:var(--pm-shadow-overlay);position:fixed}#problem-management-root .pm-dialog{width:min(calc(100vw - var(--pm-space-6)), 36rem);border-radius:var(--pm-radius-lg);max-height:min(90vh,48rem);animation:pm-dialog-in var(--pm-duration-standard) var(--pm-ease-standard);inset:50% auto auto 50%;overflow:auto;transform:translate(-50%,-50%)}#problem-management-root .pm-dialog__header,#problem-management-root .pm-sheet__header{justify-content:space-between;align-items:flex-start;gap:var(--pm-space-4);padding:var(--pm-space-5);display:flex}#problem-management-root .pm-dialog__title,#problem-management-root .pm-sheet__title{font-size:var(--pm-type-title-sm);margin:0;font-weight:700}#problem-management-root .pm-dialog__description,#problem-management-root .pm-sheet__description{margin:var(--pm-space-1) 0 0;color:var(--pm-color-text-secondary);font-size:var(--pm-type-sm)}#problem-management-root .pm-dialog__body,#problem-management-root .pm-sheet__body{padding:0 var(--pm-space-5) var(--pm-space-5)}#problem-management-root .pm-dialog__footer,#problem-management-root .pm-sheet__footer{justify-content:flex-end;gap:var(--pm-space-3);padding:var(--pm-space-4) var(--pm-space-5);border-top:1px solid var(--pm-color-border-soft);display:flex}#problem-management-root .pm-dialog__close,#problem-management-root .pm-notification__dismiss{min-width:var(--pm-touch-minimum);min-height:var(--pm-touch-minimum);border-radius:var(--pm-radius-sm);color:var(--pm-color-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-size:1.5rem;display:inline-flex}#problem-management-root .pm-dialog__close:hover,#problem-management-root .pm-notification__dismiss:hover{background:var(--pm-color-surface-strong);color:var(--pm-color-text-primary)}#problem-management-root .pm-sheet{animation-duration:var(--pm-duration-standard);animation-timing-function:var(--pm-ease-standard);flex-direction:column;display:flex}#problem-management-root .pm-sheet[data-side=right],#problem-management-root .pm-sheet[data-side=left]{width:min(100vw,32rem);top:0;bottom:0}#problem-management-root .pm-sheet[data-side=right]{border-radius:var(--pm-radius-lg) 0 0 var(--pm-radius-lg);animation-name:pm-sheet-right-in;right:0}#problem-management-root .pm-sheet[data-side=left]{border-radius:0 var(--pm-radius-lg) var(--pm-radius-lg) 0;animation-name:pm-sheet-left-in;left:0}#problem-management-root .pm-sheet[data-side=top],#problem-management-root .pm-sheet[data-side=bottom]{max-height:90vh;left:0;right:0}#problem-management-root .pm-sheet[data-side=top]{border-radius:0 0 var(--pm-radius-lg) var(--pm-radius-lg);animation-name:pm-sheet-top-in;top:0}#problem-management-root .pm-sheet[data-side=bottom]{border-radius:var(--pm-radius-lg) var(--pm-radius-lg) 0 0;animation-name:pm-sheet-bottom-in;bottom:0}#problem-management-root .pm-sheet[data-size=sm][data-side=right],#problem-management-root .pm-sheet[data-size=sm][data-side=left]{width:min(100vw,24rem)}#problem-management-root .pm-sheet[data-size=lg][data-side=right],#problem-management-root .pm-sheet[data-size=lg][data-side=left]{width:min(100vw,48rem)}#problem-management-root .pm-sheet__body{flex:1;min-height:0;overflow:auto}#problem-management-root .pm-modal{width:min(calc(100vw - var(--pm-space-6)), 30rem)}#problem-management-root .pm-notification{align-items:start;gap:var(--pm-space-3);padding:var(--pm-space-4);border:1px solid var(--pm-color-border);border-radius:var(--pm-radius-md);background:var(--pm-color-surface-raised);color:var(--pm-color-text-primary);box-shadow:var(--pm-shadow-card);grid-template-columns:auto minmax(0,1fr) auto auto;display:grid}#problem-management-root .pm-notification__marker{width:10px;height:10px;margin-top:var(--pm-space-1);background:var(--pm-color-info);border-radius:50%}#problem-management-root .pm-notification[data-variant=success] .pm-notification__marker{background:var(--pm-color-success)}#problem-management-root .pm-notification[data-variant=warning] .pm-notification__marker{background:var(--pm-color-warning)}#problem-management-root .pm-notification[data-variant=error] .pm-notification__marker{background:var(--pm-color-danger)}#problem-management-root .pm-notification__copy{gap:var(--pm-space-1);font-size:var(--pm-type-sm);display:grid}#problem-management-root .pm-notification__copy>div{color:var(--pm-color-text-secondary)}#problem-management-root .pm-notification-region{z-index:var(--pm-z-toast);right:var(--pm-space-4);bottom:var(--pm-space-4);width:min(calc(100vw - var(--pm-space-8)), 26rem);gap:var(--pm-space-3);display:grid;position:fixed}#problem-management-root .pm-form-field{gap:var(--pm-space-2);display:grid}#problem-management-root .pm-form-field__label-row{justify-content:space-between;align-items:baseline;gap:var(--pm-space-3);display:flex}#problem-management-root .pm-form-field__label-row label{color:var(--pm-color-text-primary);font-size:var(--pm-type-sm);font-weight:700}#problem-management-root .pm-form-field__label-row span,#problem-management-root .pm-form-field__description,#problem-management-root .pm-form-field__error{color:var(--pm-color-text-secondary);font-size:var(--pm-type-xs);margin:0}#problem-management-root .pm-form-field__error{color:var(--pm-color-danger)}#problem-management-root .pm-error-boundary{justify-content:space-between;align-items:center;gap:var(--pm-space-5);padding:var(--pm-space-5);border:1px solid var(--pm-color-danger);border-radius:var(--pm-radius-md);background:var(--pm-color-surface-raised);display:flex}#problem-management-root .pm-error-boundary h2,#problem-management-root .pm-error-boundary p{margin:0}#problem-management-root .pm-error-boundary p{margin-top:var(--pm-space-1);color:var(--pm-color-text-secondary);font-size:var(--pm-type-sm)}#problem-management-root .pm-entity-card,#problem-management-root .pm-client-card{gap:var(--pm-space-3);padding:var(--pm-space-5);border:1px solid var(--pm-color-border-soft);border-radius:var(--pm-radius-md);background:var(--pm-color-surface);display:grid}#problem-management-root .pm-entity-card[data-priority=high]{border-left:3px solid var(--pm-color-danger)}#problem-management-root .pm-entity-card__heading{justify-content:space-between;align-items:flex-start;gap:var(--pm-space-3);display:flex}#problem-management-root .pm-entity-card h3,#problem-management-root .pm-client-card h3,#problem-management-root .pm-team-member h3,#problem-management-root .pm-client-card p{margin:0}#problem-management-root .pm-entity-card__meta{gap:var(--pm-space-1) var(--pm-space-3);font-size:var(--pm-type-xs);grid-template-columns:auto 1fr;margin:0;display:grid}#problem-management-root .pm-entity-card__meta dt{color:var(--pm-color-text-muted)}#problem-management-root .pm-entity-card__meta dd{margin:0}#problem-management-root .pm-status{padding:var(--pm-space-1) var(--pm-space-2);border-radius:var(--pm-radius-round);background:var(--pm-color-surface-strong);color:var(--pm-color-text-secondary);font-size:var(--pm-type-xs);flex:none}#problem-management-root .pm-progress{align-items:center;gap:var(--pm-space-2);font-size:var(--pm-type-xs);grid-template-columns:auto 1fr auto;display:grid}#problem-management-root .pm-progress progress{width:100%;accent-color:var(--pm-color-accent)}#problem-management-root .pm-team-member{align-items:center;gap:var(--pm-space-3);grid-template-columns:auto 1fr auto;display:grid}#problem-management-root .pm-team-member__avatar{width:var(--pm-touch-minimum);height:var(--pm-touch-minimum);background:var(--pm-color-surface-strong);color:var(--pm-color-text-primary);font-size:var(--pm-type-xs);object-fit:cover;border-radius:50%;place-items:center;display:inline-grid}#problem-management-root .pm-team-member p{margin:var(--pm-space-1) 0 0;color:var(--pm-color-text-secondary);font-size:var(--pm-type-xs)}#problem-management-root .pm-card-grid{gap:var(--pm-space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));display:grid}#problem-management-root .pm-skip-link{z-index:calc(var(--pm-z-toast) + 1);top:var(--pm-space-2);left:var(--pm-space-2);padding:var(--pm-space-3);border-radius:var(--pm-radius-sm);background:var(--pm-color-accent);color:var(--pm-color-accent-contrast);position:fixed;transform:translateY(-150%)}#problem-management-root .pm-skip-link:focus{transform:translateY(0)}#problem-management-root .pm-navigation-layout,#problem-management-root .pm-sidebar-layout{grid-template-columns:auto minmax(0,1fr);min-height:100%;display:grid}#problem-management-root .pm-navigation-layout__content,#problem-management-root .pm-sidebar-layout__content{min-width:0}#problem-management-root .pm-form-pattern,#problem-management-root .pm-form-pattern__fields{gap:var(--pm-space-5);display:grid}#problem-management-root .pm-form-pattern header h2,#problem-management-root .pm-form-pattern header p{margin:0}#problem-management-root .pm-form-pattern header p{margin-top:var(--pm-space-1);color:var(--pm-color-text-secondary)}#problem-management-root .pm-form-pattern__errors{padding:var(--pm-space-3);border-left:3px solid var(--pm-color-danger);background:var(--pm-color-surface-strong)}#problem-management-root .pm-form-pattern footer{justify-content:flex-end;gap:var(--pm-space-3);display:flex}@keyframes pm-fade-in{0%{opacity:0}}@keyframes pm-dialog-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}}@keyframes pm-sheet-right-in{0%{transform:translate(100%)}}@keyframes pm-sheet-left-in{0%{transform:translate(-100%)}}@keyframes pm-sheet-top-in{0%{transform:translateY(-100%)}}@keyframes pm-sheet-bottom-in{0%{transform:translateY(100%)}}@media (max-width:47.99rem){#problem-management-root .pm-dialog{width:calc(100vw - var(--pm-space-4));max-height:calc(100dvh - var(--pm-space-4))}#problem-management-root .pm-sheet[data-side=right],#problem-management-root .pm-sheet[data-side=left]{border-radius:0;width:100vw}#problem-management-root .pm-navigation-layout,#problem-management-root .pm-sidebar-layout{grid-template-columns:1fr}#problem-management-root .pm-error-boundary{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){#problem-management-root .pm-dialog__overlay,#problem-management-root .pm-dialog,#problem-management-root .pm-sheet{animation-duration:.01ms}}@media (forced-colors:active){#problem-management-root .pm-button,#problem-management-root .pm-input,#problem-management-root .pm-select,#problem-management-root .pm-checkbox,#problem-management-root .pm-dialog,#problem-management-root .pm-sheet,#problem-management-root .pm-notification{border:1px solid canvastext}}#problem-management-root .pm-notification-region{pointer-events:none}#problem-management-root .pm-notification-region>*{pointer-events:auto;animation:pm-toast-enter var(--pm-duration-standard) var(--pm-ease-enter)}#problem-management-root .pm-notification[data-variant=success]{border-color:color-mix(in srgb, var(--pm-color-success) 55%, var(--pm-color-border))}#problem-management-root .pm-notification[data-variant=warning]{border-color:color-mix(in srgb, var(--pm-color-warning) 55%, var(--pm-color-border))}#problem-management-root .pm-notification[data-variant=error]{border-color:color-mix(in srgb, var(--pm-color-danger) 65%, var(--pm-color-border))}#problem-management-root .pm-skeleton,#problem-management-root .pm-skeleton-card{border-radius:var(--pm-radius-sm);background:var(--pm-color-surface-strong);position:relative;overflow:hidden}#problem-management-root .pm-skeleton{min-height:var(--pm-space-4)}#problem-management-root .pm-skeleton:after,#problem-management-root .pm-skeleton-card:after{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--pm-color-text-primary) 8%, transparent), transparent);content:"";animation:pm-skeleton-shimmer 1.4s var(--pm-ease-standard) infinite;position:absolute;inset:0;transform:translate(-110%)}#problem-management-root .pm-skeleton--text{width:100%;height:var(--pm-space-3);min-height:0}#problem-management-root .pm-skeleton--row{width:100%;min-height:var(--pm-touch-comfortable)}#problem-management-root .pm-skeleton-card{gap:var(--pm-space-3);min-height:8.5rem;padding:var(--pm-space-5);border:1px solid var(--pm-color-border-soft);background:var(--pm-color-surface);display:grid}#problem-management-root .pm-skeleton-card__title{width:72%;height:var(--pm-space-5)}#problem-management-root .pm-skeleton-card__short{width:58%}#problem-management-root .pm-skeleton-list{gap:var(--pm-space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));display:grid}#problem-management-root .pm-skeleton-list:has(.pm-skeleton--row){grid-template-columns:1fr}#problem-management-root .pm-visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes pm-toast-enter{0%{transform:translateY(var(--pm-space-3));opacity:0}}@keyframes pm-skeleton-shimmer{to{transform:translate(110%)}}@media (max-width:47.9375rem){#problem-management-root .pm-notification-region{right:max(var(--pm-space-3), env(safe-area-inset-right));bottom:max(var(--pm-space-3), env(safe-area-inset-bottom));left:max(var(--pm-space-3), env(safe-area-inset-left));width:auto}#problem-management-root .pm-notification{grid-template-columns:auto minmax(0,1fr) auto}#problem-management-root .pm-notification__action{grid-column:2}}@media (prefers-reduced-motion:reduce){#problem-management-root .pm-notification-region>*,#problem-management-root .pm-skeleton:after,#problem-management-root .pm-skeleton-card:after{animation:none}}@media (forced-colors:active){#problem-management-root .pm-skeleton,#problem-management-root .pm-skeleton-card{border:1px solid canvastext}}#problem-management-root .command-results :is(a,button)[role=option].active,#problem-management-root .command-results :is(a,button)[role=option][aria-selected=true]{box-shadow:inset 3px 0 0 var(--pm-color-accent);border-color:var(--pm-color-accent)!important;background:var(--pm-color-surface-strong)!important}#problem-management-root .command-results :is(a,button)[role=option]:focus-visible{outline:2px solid var(--pm-color-focus);outline-offset:-2px}
#problem-management-root{--task-status-todo:var(--inside-color-text-muted);--task-status-progress:var(--inside-color-info);--task-status-review:var(--inside-color-warning);--task-status-done:var(--inside-color-success);--task-priority-low:var(--inside-color-success);--task-priority-medium:var(--inside-color-info);--task-priority-high:var(--inside-color-warning);--task-priority-urgent:var(--inside-color-accent-strong);--task-board-gap:var(--ds-space-4);--task-card-padding:var(--ds-space-4)}#problem-management-root .tasks-view{width:100%;min-width:0}#problem-management-root .tasks-view .view-intro{margin-bottom:0}#problem-management-root .task-toolbar{justify-content:space-between!important;align-items:flex-end!important;gap:var(--ds-space-4)!important;padding:0 0 var(--ds-space-4)!important;border:0!important;border-bottom:1px solid var(--ds-border-subtle)!important;background:0 0!important;border-radius:0!important;display:flex!important}#problem-management-root .task-toolbar-group{align-items:flex-end;gap:var(--ds-space-3);flex-wrap:wrap;min-width:0;display:flex}#problem-management-root .task-toolbar-field{gap:var(--ds-space-1);min-width:10.5rem;display:grid}#problem-management-root .task-toolbar-field>span{align-items:center;gap:var(--ds-space-1);color:var(--ds-text-muted);font-size:var(--ds-type-sm);letter-spacing:.045em;text-transform:uppercase;font-weight:700;display:inline-flex}#problem-management-root .task-toolbar-field select{min-height:var(--ds-control-height);border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);padding:0 2.25rem 0 var(--ds-space-3);background:var(--ds-surface);color:var(--ds-text);font:inherit;font-size:var(--ds-type-sm);font-weight:600}#problem-management-root .task-view-tabs{min-height:var(--ds-control-height);border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-canvas-subtle);gap:2px;padding:3px;display:inline-flex}#problem-management-root .task-view-tabs button{justify-content:center;align-items:center;gap:var(--ds-space-2);min-width:5.75rem;min-height:calc(var(--ds-control-height) - 8px);border-radius:calc(var(--ds-radius-sm) - 3px);padding:0 var(--ds-space-3);color:var(--ds-text-muted);font:inherit;font-size:var(--ds-type-sm);cursor:pointer;background:0 0;border:0;font-weight:650;display:inline-flex}#problem-management-root .task-view-tabs button.active{box-shadow:var(--ds-shadow-card);background:var(--ds-surface)!important;color:var(--ds-text)!important}#problem-management-root .task-toolbar-summary{min-width:max-content;color:var(--ds-text-muted);grid-template-columns:auto auto;justify-content:end!important;align-items:baseline!important;gap:var(--ds-space-2)!important;display:grid!important}#problem-management-root .task-toolbar-summary strong{color:var(--ds-text);font-size:var(--ds-type-title-sm)}#problem-management-root .task-toolbar-summary span{font-size:var(--ds-type-xs)}#problem-management-root .task-board{align-items:start;gap:var(--task-board-gap);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0;display:grid}#problem-management-root .task-board-lane{--task-lane-color:var(--task-status-todo);border:1px solid var(--ds-border-subtle);border-radius:var(--ds-radius-lg);min-width:0;min-height:clamp(32rem,62vh,46rem);padding:var(--ds-space-3);background:var(--ds-canvas-subtle)}#problem-management-root .task-board-lane.lane-progress{--task-lane-color:var(--task-status-progress)}#problem-management-root .task-board-lane.lane-done{--task-lane-color:var(--task-status-done)}#problem-management-root .task-board-lane-header{justify-content:space-between;align-items:flex-start;gap:var(--ds-space-3);min-height:3.5rem;padding:var(--ds-space-1) var(--ds-space-1) var(--ds-space-3);display:flex}#problem-management-root .task-board-lane-header>div{gap:3px;min-width:0;display:grid}#problem-management-root .task-board-lane-title{align-items:center;gap:var(--ds-space-2);min-width:0;display:flex}#problem-management-root .task-board-lane-title>i{background:var(--task-lane-color);width:.5rem;height:.5rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--task-lane-color) 13%, transparent);border-radius:999px;flex:none}#problem-management-root .task-board-lane-title strong{color:var(--ds-text);font-size:var(--ds-type-sm);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}#problem-management-root .task-board-lane-title em{border-radius:var(--ds-radius-pill);min-width:1.35rem;min-height:1.35rem;padding:var(--ds-space-1) var(--ds-space-2);background:var(--ds-surface-strong);color:var(--ds-text-secondary);font-size:var(--ds-type-sm);place-items:center;font-style:normal;font-weight:700;display:inline-grid}#problem-management-root .task-board-lane-header small{color:var(--ds-text-muted);font-size:var(--ds-type-sm)}#problem-management-root .task-lane-add,#problem-management-root .task-card-more{width:var(--ds-icon-control);min-width:var(--ds-icon-control);height:var(--ds-icon-control);min-height:var(--ds-icon-control);border-radius:var(--ds-radius-sm);color:var(--ds-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;display:inline-grid}#problem-management-root .task-lane-add:hover,#problem-management-root .task-card-more:hover{border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-text)}#problem-management-root .task-board-lane-list{align-content:start;gap:var(--ds-space-2);display:grid}#problem-management-root .task-lane-empty{border:1px dashed var(--ds-border);border-radius:var(--ds-radius-md);min-height:7rem;color:var(--ds-text-muted);font-size:var(--ds-type-sm);place-items:center;margin:0;display:grid}#problem-management-root .task-board-card,#problem-management-root .pm-task-card{--task-priority-color:var(--task-priority-medium);--task-priority-wash:16%;--task-card-status:var(--task-status-todo);border:1px solid color-mix(in srgb, var(--task-priority-color) 42%, var(--ds-border));border-radius:var(--ds-radius-md);min-width:0;padding:var(--task-card-padding);background:color-mix(in srgb, var(--task-priority-color) var(--task-priority-wash), var(--ds-surface));color:var(--ds-text);box-shadow:var(--ds-shadow-card);content-visibility:auto;contain-intrinsic-size:auto 15rem;transition:border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);position:relative;overflow:hidden}#problem-management-root .task-board-card:before,#problem-management-root .pm-task-card:before{content:"";background:var(--task-priority-color);opacity:1;height:3px;position:absolute;inset:0 0 auto}#problem-management-root .task-board-card.priority-low,#problem-management-root .pm-task-card[data-priority=low]{--task-priority-color:var(--task-priority-low);--task-priority-wash:14%}#problem-management-root .task-board-card.priority-medium,#problem-management-root .pm-task-card[data-priority=medium]{--task-priority-color:var(--task-priority-medium);--task-priority-wash:16%}#problem-management-root .task-board-card.priority-high,#problem-management-root .pm-task-card[data-priority=high]{--task-priority-color:var(--task-priority-high);--task-priority-wash:20%}#problem-management-root .task-board-card.priority-urgent,#problem-management-root .pm-task-card[data-priority=urgent]{--task-priority-color:var(--task-priority-urgent);--task-priority-wash:24%}#problem-management-root .task-board-card[data-status=in-progress],#problem-management-root .pm-task-card[data-status-tone=progress]{--task-card-status:var(--task-status-progress)}#problem-management-root .task-board-card[data-status=review],#problem-management-root .pm-task-card[data-status-tone=review]{--task-card-status:var(--task-status-review)}#problem-management-root .task-board-card[data-status=done],#problem-management-root .pm-task-card[data-status-tone=done]{--task-card-status:var(--task-status-done);--task-priority-wash:8%}#problem-management-root .task-board-card:hover,#problem-management-root .pm-task-card:hover{border-color:color-mix(in srgb, var(--task-priority-color) 58%, var(--ds-border));box-shadow:var(--ds-shadow-raised);transform:translateY(-1px)}#problem-management-root .task-board-card[aria-busy=true]{opacity:.72}#problem-management-root .task-board-card-header,#problem-management-root .pm-task-card__header{justify-content:space-between;align-items:center;gap:var(--ds-space-2);min-height:var(--ds-icon-control);margin-bottom:var(--ds-space-2);display:flex}#problem-management-root .task-card-status,#problem-management-root .task-card-status-control,#problem-management-root .pm-task-status{align-items:center;gap:var(--ds-space-2);background:color-mix(in srgb, var(--task-card-status) 12%, transparent);width:fit-content;max-width:calc(100% - 2.75rem);min-height:1.65rem;color:color-mix(in srgb, var(--task-card-status) 82%, var(--ds-text));font-size:var(--ds-type-sm);border-radius:999px;padding:0 .55rem;font-weight:700;line-height:1.4;display:inline-flex}#problem-management-root .task-card-status.status-in-progress,#problem-management-root .task-card-status-control.status-in-progress{--task-card-status:var(--task-status-progress)}#problem-management-root .task-card-status.status-review,#problem-management-root .task-card-status-control.status-review{--task-card-status:var(--task-status-review)}#problem-management-root .task-card-status.status-done,#problem-management-root .task-card-status-control.status-done{--task-card-status:var(--task-status-done)}#problem-management-root .task-card-status-dot,#problem-management-root .pm-task-status>i{background:var(--task-card-status);border-radius:999px;flex:none;width:.4rem;height:.4rem}#problem-management-root .task-card-status-control select{max-width:7.5rem;min-height:1.65rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}#problem-management-root .task-card-open,#problem-management-root .pm-task-card__open,#problem-management-root .pm-task-card__body{width:100%;min-width:0;color:inherit;text-align:left;background:0 0;border:0;gap:.35rem;padding:0;display:grid}#problem-management-root .task-card-open{cursor:pointer}#problem-management-root .task-card-campaign,#problem-management-root .pm-task-card__campaign{color:var(--ds-text-muted);font-size:var(--ds-type-sm);letter-spacing:.025em;text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}#problem-management-root .task-card-open>strong,#problem-management-root .pm-task-card h3{color:var(--ds-text);font-size:var(--ds-type-body);text-wrap:pretty;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}#problem-management-root .task-card-description,#problem-management-root .pm-task-card__open>p,#problem-management-root .pm-task-card__body>p{color:var(--ds-text-muted);font-size:var(--ds-type-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}#problem-management-root .task-card-owner{min-width:0;margin-top:var(--ds-space-4);align-items:center;gap:0;display:flex}#problem-management-root .task-card-owner-copy{flex:1;width:100%;min-width:0;display:grid}#problem-management-root .task-card-owner-copy>small,#problem-management-root .pm-task-card__assignee small{color:var(--ds-text-muted);font-size:var(--ds-type-sm)}#problem-management-root .task-card-owner-copy strong,#problem-management-root .task-card-owner-copy select,#problem-management-root .pm-task-card__assignee strong{width:100%;min-height:1.25rem;color:var(--ds-text-secondary);font:inherit;font-size:var(--ds-type-sm);text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:650;display:block;overflow:hidden}#problem-management-root .task-card-owner-copy select{cursor:pointer}#problem-management-root .task-owner-select.pm-select{width:100%;max-width:100%}#problem-management-root .task-card-meta,#problem-management-root .pm-task-card__meta{justify-content:space-between;align-items:center;gap:var(--ds-space-2);min-width:0;margin-top:var(--ds-space-3);display:flex}#problem-management-root .task-card-due,#problem-management-root .pm-task-card__due{align-items:center;gap:var(--ds-space-1);min-width:0;color:var(--ds-text-muted);font-size:var(--ds-type-sm);text-overflow:ellipsis;white-space:nowrap;display:inline-flex;overflow:hidden}#problem-management-root .task-card-priority,#problem-management-root .task-card-priority-control,#problem-management-root .pm-task-priority{--task-priority-color:var(--task-priority-medium);background:color-mix(in srgb, var(--task-priority-color) 11%, transparent);width:fit-content;color:color-mix(in srgb, var(--task-priority-color) 80%, var(--ds-text));font-size:var(--ds-type-sm);text-transform:capitalize;border-radius:999px;flex:none;align-items:center;gap:.35rem;padding:.25rem .5rem;font-weight:700;display:inline-flex}#problem-management-root .task-card-priority.priority-low,#problem-management-root .task-card-priority-control.priority-low{--task-priority-color:var(--task-priority-low)}#problem-management-root .task-card-priority.priority-high,#problem-management-root .task-card-priority-control.priority-high{--task-priority-color:var(--task-priority-high)}#problem-management-root .task-card-priority.priority-urgent,#problem-management-root .task-card-priority-control.priority-urgent{--task-priority-color:var(--task-priority-urgent)}#problem-management-root .task-card-priority-control select{max-width:4.75rem;min-height:1.25rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}#problem-management-root .task-card-priority .task-priority-dot,#problem-management-root .task-card-priority-control .task-priority-dot,#problem-management-root .pm-task-priority>i{background:var(--task-priority-color);border-radius:999px;flex:none;width:.4rem;height:.4rem}#problem-management-root .task-board-card-footer,#problem-management-root .pm-task-card__actions{justify-content:space-between;align-items:center;gap:var(--ds-space-2);margin-top:var(--ds-space-3);padding-top:var(--ds-space-3);border-top:1px solid var(--ds-border-subtle);display:flex}#problem-management-root .task-card-details,#problem-management-root .task-card-complete{justify-content:center;align-items:center;gap:var(--ds-space-1);min-height:var(--ds-control-height);border-radius:var(--ds-radius-xs);padding:0 var(--ds-space-2);color:var(--ds-text-muted);font:inherit;font-size:var(--ds-type-sm);cursor:pointer;background:0 0;border:0;font-weight:650;display:inline-flex}#problem-management-root .task-card-details:hover,#problem-management-root .task-card-complete:hover{background:var(--ds-surface-raised);color:var(--ds-text)}#problem-management-root .task-card-complete{color:var(--inside-color-success)}#problem-management-root .task-card-complete.is-done{cursor:default}#problem-management-root .task-list-view{gap:var(--ds-space-2);display:grid}#problem-management-root .task-list-view .task-board-card{align-items:center;gap:var(--ds-space-4);padding:var(--ds-space-3) var(--ds-space-4);grid-template-columns:8rem minmax(14rem,1.8fr) minmax(12rem,1fr) minmax(10rem,.8fr) auto;display:grid}#problem-management-root .task-list-view .task-board-card-header,#problem-management-root .task-list-view .task-card-owner,#problem-management-root .task-list-view .task-card-meta,#problem-management-root .task-list-view .task-board-card-footer{min-width:0;margin:0}#problem-management-root .task-list-view .task-board-card-header{justify-content:flex-start}#problem-management-root .task-list-view .task-card-more{display:none}#problem-management-root .task-list-view .task-card-description{-webkit-line-clamp:1}#problem-management-root .task-list-view .task-board-card-footer{border-top:0;padding-top:0}#problem-management-root .pm-client-task-view{gap:var(--ds-space-4);display:grid}#problem-management-root .pm-client-task-view__heading{justify-content:space-between;align-items:flex-end;gap:var(--ds-space-3);display:flex}#problem-management-root .pm-client-task-view__heading>div{gap:var(--ds-space-1);display:grid}#problem-management-root .pm-client-task-view__heading span{color:var(--ds-text-muted);font-size:var(--ds-type-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:700}#problem-management-root .pm-client-task-view__heading h2{color:var(--ds-text);margin:0}#problem-management-root .pm-client-task-view__heading>strong{background:var(--ds-surface-strong);min-width:2rem;height:2rem;color:var(--ds-text-secondary);font-size:var(--ds-type-sm);border-radius:999px;place-items:center;display:grid}#problem-management-root .pm-client-task-grid{gap:var(--ds-space-3);grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));display:grid}#problem-management-root .pm-task-card__meta{flex-wrap:wrap}#problem-management-root .pm-task-card__assignee{flex:1;align-items:center;gap:0;min-width:0;display:flex}#problem-management-root .pm-task-card__assignee>span{min-width:0;display:grid}#problem-management-root .project-task-list,#problem-management-root .client-task-list,#problem-management-root .team-task-list,#problem-management-root .context-task-list,#problem-management-root .focus-task-list{gap:var(--ds-space-2)!important}#problem-management-root .project-task-list>button,#problem-management-root .client-task-list>button,#problem-management-root .focus-task,#problem-management-root .team-task-row,#problem-management-root .context-task-list>div,#problem-management-root .priority-row,#problem-management-root .edition-deadline{box-shadow:var(--ds-shadow-card);transition:border-color var(--ds-duration-fast) var(--ds-ease-standard), background-color var(--ds-duration-fast) var(--ds-ease-standard);border:1px solid var(--ds-border)!important;border-radius:var(--ds-radius-sm)!important;background:var(--ds-surface)!important}#problem-management-root .project-task-list>button,#problem-management-root .client-task-list>button,#problem-management-root .focus-task{min-height:var(--pm-touch-comfortable,3rem)}#problem-management-root .project-task-list>button:hover,#problem-management-root .client-task-list>button:hover,#problem-management-root .focus-task:hover{border-color:var(--ds-border)!important;background:var(--ds-surface-raised)!important}#problem-management-root .project-task-list em,#problem-management-root .client-task-list small:last-child,#problem-management-root .context-task-list span{background:var(--ds-surface-strong);letter-spacing:.025em;text-transform:capitalize;border-radius:999px;width:fit-content;padding:.2rem .45rem;font-style:normal;font-weight:700;color:var(--ds-text-secondary)!important;font-size:var(--ds-type-sm)!important}#problem-management-root .task-priority-bar{align-self:center;border-radius:999px!important;width:.42rem!important;height:.42rem!important}#problem-management-root .team-task-row,#problem-management-root .priority-row,#problem-management-root .edition-deadline,#problem-management-root .context-task-list>div{padding:var(--ds-space-3)!important}#problem-management-root .task-view-tabs button:focus-visible,#problem-management-root .task-lane-add:focus-visible,#problem-management-root .task-card-more:focus-visible,#problem-management-root .task-card-open:focus-visible,#problem-management-root .task-card-details:focus-visible,#problem-management-root .task-card-complete:focus-visible,#problem-management-root .task-card-status-control:focus-within,#problem-management-root .task-card-owner-copy label:focus-within,#problem-management-root .task-card-priority-control:focus-within,#problem-management-root .pm-task-card__open:focus-visible{outline-offset:2px;outline:2px solid var(--ds-focus)!important}@media (max-width:74.9375rem){#problem-management-root .task-list-view .task-board-card{grid-template-columns:7.25rem minmax(12rem,1fr) minmax(11rem,.85fr) auto}#problem-management-root .task-list-view .task-card-meta{display:none}}@media (max-width:61.9375rem){#problem-management-root .task-board{overscroll-behavior-inline:contain;scroll-padding-inline:var(--ds-space-1);scroll-snap-type:inline mandatory;scrollbar-color:var(--ds-border) transparent;scrollbar-width:thin;padding-bottom:var(--ds-space-3);grid-template-columns:none;grid-auto-columns:minmax(18.5rem,82%);grid-auto-flow:column;overflow-x:auto}#problem-management-root .task-board-lane{scroll-snap-align:start;scroll-snap-stop:always;min-height:31rem}#problem-management-root .task-list-view .task-board-card{padding:var(--task-card-padding);display:block}#problem-management-root .task-list-view .task-board-card-header,#problem-management-root .task-list-view .task-card-owner,#problem-management-root .task-list-view .task-card-meta,#problem-management-root .task-list-view .task-board-card-footer{margin-top:var(--ds-space-3);display:flex}#problem-management-root .task-list-view .task-board-card-header{margin-top:0}#problem-management-root .task-list-view .task-card-more{display:inline-grid}#problem-management-root .task-list-view .task-board-card-footer{padding-top:var(--ds-space-3);border-top:1px solid var(--ds-border-subtle)}}@media (max-width:47.9375rem){#problem-management-root .task-toolbar{align-items:stretch!important;gap:var(--ds-space-3)!important}#problem-management-root .task-toolbar-group{gap:var(--ds-space-2);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}#problem-management-root .task-toolbar-field{min-width:0}#problem-management-root .task-toolbar-field select{width:100%}#problem-management-root .task-view-tabs{display:none}#problem-management-root .task-toolbar-summary{display:none!important}#problem-management-root .task-list-view .task-card-description{-webkit-line-clamp:2}#problem-management-root .task-list-view .task-board-card-footer{gap:var(--ds-space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}#problem-management-root .task-board{gap:var(--ds-space-3);grid-auto-columns:minmax(17.5rem,calc(100vw - 3.75rem))}#problem-management-root .task-board-lane{min-height:auto;padding:var(--ds-space-2);border-radius:var(--ds-radius-md)}#problem-management-root .task-board-lane-header{z-index:1;min-height:3.25rem;padding:var(--ds-space-1) var(--ds-space-1) var(--ds-space-2);background:var(--ds-canvas-subtle);position:sticky;left:0}#problem-management-root .task-board-card,#problem-management-root .pm-task-card{--task-card-padding:var(--ds-space-3)}#problem-management-root .task-card-open>strong,#problem-management-root .pm-task-card h3{font-size:var(--ds-type-body)}#problem-management-root .task-card-owner{margin-top:var(--ds-space-3)}#problem-management-root .task-card-details,#problem-management-root .task-card-complete{min-height:var(--pm-touch-minimum,2.75rem);padding-inline:var(--ds-space-3)}#problem-management-root .pm-client-task-grid{grid-template-columns:1fr}#problem-management-root .project-task-list>button,#problem-management-root .client-task-list>button,#problem-management-root .focus-task,#problem-management-root .team-task-row{border-radius:var(--ds-radius-md)!important}}@media (prefers-reduced-motion:reduce){#problem-management-root .task-board-card,#problem-management-root .pm-task-card,#problem-management-root .project-task-list>button,#problem-management-root .client-task-list>button,#problem-management-root .focus-task{scroll-behavior:auto!important;transition:none!important;transform:none!important}}@media (forced-colors:active){#problem-management-root .task-board-lane,#problem-management-root .task-board-card,#problem-management-root .pm-task-card,#problem-management-root .project-task-list>button,#problem-management-root .client-task-list>button,#problem-management-root .focus-task,#problem-management-root .team-task-row{border-color:canvastext!important}#problem-management-root .task-board-card:before,#problem-management-root .pm-task-card:before,#problem-management-root .task-card-status-dot,#problem-management-root .task-priority-dot,#problem-management-root .task-board-lane-title>i{forced-color-adjust:none}}
#problem-management-root{--control-rest-shadow:inset 0 1px 0 color-mix(in srgb, var(--ds-text) 7%, transparent), 0 1px 2px color-mix(in srgb, var(--ds-text) 6%, transparent);--control-hover-shadow:inset 0 1px 0 color-mix(in srgb, var(--ds-text) 10%, transparent), 0 8px 20px #00000029;--control-primary-shadow:inset 0 1px 0 color-mix(in srgb, var(--ds-on-accent) 24%, transparent), 0 7px 18px color-mix(in srgb, var(--ds-accent) 22%, transparent);--control-primary-hover-shadow:inset 0 1px 0 color-mix(in srgb, var(--ds-on-accent) 28%, transparent), 0 10px 24px color-mix(in srgb, var(--ds-accent) 28%, transparent)}#problem-management-root :is(.button,.primary-button,.secondary-button,.ghost-button,.inside-primary,.inside-secondary,.task-create-button,.calendar-create-button,.project-create-button,.assistant-goal-button,.inside-command-button,.pm-button){isolation:isolate;position:relative;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard), opacity var(--ds-duration-fast) var(--ds-ease-standard)!important}#problem-management-root :is(.button-primary,.primary-button,.inside-primary,.task-create-button,.calendar-create-button,.project-create-button,.assistant-send-button:not(:disabled),.assistant-send:not(:disabled),.pm-button[data-variant=primary]){border-color:var(--ds-accent)!important;background:var(--ds-accent)!important;color:var(--ds-on-accent)!important;box-shadow:var(--control-primary-shadow)!important}#problem-management-root :is(.button-secondary,.secondary-button,.inside-secondary,.pm-button[data-variant=secondary]){border-color:var(--ds-border)!important;background:var(--ds-surface-raised)!important;color:var(--ds-text)!important;box-shadow:var(--control-rest-shadow)!important}#problem-management-root :is(.ghost-button,.pm-button[data-variant=ghost]){color:var(--ds-text-secondary)!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}#problem-management-root :is(.button,.primary-button,.secondary-button,.ghost-button,.inside-primary,.inside-secondary,.task-create-button,.calendar-create-button,.project-create-button,.pm-button):active:not(:disabled,[aria-disabled=true]){box-shadow:var(--control-rest-shadow)!important;transform:translateY(0)scale(.985)!important}#problem-management-root .inside-shell select:not([multiple]){min-height:var(--ds-control-height);appearance:none;cursor:pointer;border:1px solid var(--ds-border)!important;border-radius:var(--ds-radius-sm)!important;background-color:var(--ds-surface)!important;color:var(--ds-text)!important;box-shadow:var(--control-rest-shadow)!important;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right .75rem center!important;background-repeat:no-repeat!important;background-size:.9rem!important;padding-right:2.5rem!important}#problem-management-root .inside-shell select:not([multiple]):disabled{cursor:not-allowed;opacity:.5;box-shadow:none!important}#problem-management-root .inside-shell select:not([multiple]):focus-visible{border-color:var(--ds-focus)!important;outline:2px solid var(--ds-focus)!important;outline-offset:2px!important;box-shadow:0 0 0 3px color-mix(in srgb, var(--ds-focus) 17%, transparent)!important}#problem-management-root .pm-select{cursor:pointer;min-width:0;border-color:var(--ds-border)!important;background:var(--ds-surface)!important;color:var(--ds-text)!important;box-shadow:var(--control-rest-shadow)!important;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard)!important}#problem-management-root .pm-select__icon{color:var(--ds-text-muted);transition:transform var(--ds-duration-fast) var(--ds-ease-standard);display:inline-flex}#problem-management-root .pm-select[data-state=open] .pm-select__icon{transform:rotate(180deg)}#problem-management-root .pm-select__content{min-width:max(var(--radix-select-trigger-width), 10rem);max-width:min(24rem,100vw - 2rem);max-height:min(var(--radix-select-content-available-height), 22rem);transform-origin:var(--radix-select-content-transform-origin);pointer-events:auto;padding:.25rem;overflow:hidden;border-color:var(--ds-border)!important;border-radius:var(--ds-radius-md)!important;background:var(--ds-surface-raised)!important;color:var(--ds-text)!important;box-shadow:var(--ds-shadow-overlay)!important}#problem-management-root .pm-select__viewport{gap:.125rem;display:grid}#problem-management-root .pm-select__item{border-radius:var(--ds-radius-sm);color:var(--ds-text-secondary);cursor:pointer;font-weight:650}#problem-management-root .pm-select__item[data-highlighted]{background:var(--ds-surface-selected)!important;color:var(--ds-text)!important}#problem-management-root .pm-select__item[data-state=checked]{color:var(--ds-text)}#problem-management-root .pm-select__indicator{color:var(--ds-accent);margin-left:auto;display:inline-flex}#problem-management-root .task-toolbar-field .pm-select{min-height:var(--ds-control-height);font-size:var(--ds-type-sm);font-weight:650}#problem-management-root :is(.project-status-select-wrap,.client-note-context,.team-member-add,.team-role-row,.curation-controls,.inbox-composer-campaign) .pm-select{width:100%}#problem-management-root .project-status-select-wrap .pm-select{min-height:var(--ds-control-height)}#problem-management-root .client-note-context .pm-select{min-height:2.625rem}#problem-management-root .ds-control-shell .pm-select{min-height:inherit;flex:1;box-shadow:none!important;background:0 0!important;border-color:#0000!important}#problem-management-root .inbox-composer-campaign .pm-select{min-height:2.25rem}#problem-management-root .task-card-status-control select,#problem-management-root .task-card-owner-copy select{min-height:1.65rem!important;box-shadow:none!important;background-color:#0000!important;background-image:none!important;border:0!important;border-radius:0!important;padding-block:0!important}#problem-management-root .task-card-status-control select{padding-inline:0!important}#problem-management-root .task-card-owner-copy select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right 0 center!important;background-repeat:no-repeat!important;background-size:.75rem!important;padding-right:1.25rem!important}#problem-management-root .task-card-status-control{background:color-mix(in srgb, var(--task-card-status) 12%, transparent);width:auto;max-width:calc(100% - 2.75rem);min-height:1.75rem;color:color-mix(in srgb, var(--task-card-status) 82%, var(--ds-text));box-shadow:none;font:inherit;cursor:pointer;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);border:1px solid #0000;border-radius:999px;justify-content:flex-start;align-items:center;gap:.375rem;padding:0 .55rem;font-size:.6875rem;font-weight:750;line-height:1;display:inline-flex}#problem-management-root .task-card-status-control.status-backlog,#problem-management-root .task-card-status-control.status-todo,#problem-management-root .task-status-option.status-backlog,#problem-management-root .task-status-option.status-todo{--task-card-status:var(--task-status-todo)}#problem-management-root .task-card-status-control.status-in-progress,#problem-management-root .task-status-option.status-in-progress{--task-card-status:var(--task-status-progress)}#problem-management-root .task-card-status-control.status-review,#problem-management-root .task-status-option.status-review{--task-card-status:var(--task-status-review)}#problem-management-root .task-card-status-control.status-done,#problem-management-root .task-status-option.status-done{--task-card-status:var(--task-status-done)}#problem-management-root .task-card-status-control[data-state=open]{border-color:color-mix(in srgb, var(--task-card-status) 42%, var(--ds-border));background:color-mix(in srgb, var(--task-card-status) 17%, var(--ds-surface));box-shadow:0 0 0 3px color-mix(in srgb, var(--task-card-status) 12%, transparent)}#problem-management-root .task-status-select-icon{color:currentColor;opacity:.7;transition:transform var(--ds-duration-fast) var(--ds-ease-standard);display:inline-flex}#problem-management-root .task-card-status-control[data-state=open] .task-status-select-icon{transform:rotate(180deg)}#problem-management-root .task-status-menu,#problem-management-root .task-owner-menu{z-index:var(--pm-z-popover,700);min-width:max(var(--radix-select-trigger-width), 11rem);max-width:min(22rem,100vw - 2rem);max-height:min(var(--radix-select-content-available-height), 20rem);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface-raised);color:var(--ds-text);box-shadow:var(--ds-shadow-overlay);transform-origin:var(--radix-select-content-transform-origin);pointer-events:auto;padding:.25rem;overflow:hidden}#problem-management-root .task-status-menu[data-state=open]{animation:priority-menu-in var(--ds-duration-fast) var(--ds-ease-enter)}#problem-management-root .task-status-menu-viewport{gap:.125rem;display:grid}#problem-management-root .task-status-option{--task-card-status:var(--task-status-todo);align-items:center;gap:var(--ds-space-2);border-radius:var(--ds-radius-sm);min-height:2.5rem;padding:0 var(--ds-space-3);color:var(--ds-text-secondary);font-size:var(--ds-type-sm);cursor:pointer;-webkit-user-select:none;user-select:none;outline:0;font-weight:650;display:flex}#problem-management-root .task-status-option[data-highlighted]{background:color-mix(in srgb, var(--task-card-status) 10%, var(--ds-surface-selected));color:var(--ds-text)}#problem-management-root .task-status-option[data-state=checked]{color:color-mix(in srgb, var(--task-card-status) 78%, var(--ds-text))}#problem-management-root .task-status-option-indicator{color:var(--task-card-status);margin-left:auto;display:inline-flex}#problem-management-root .task-owner-select.pm-select{justify-content:flex-start;gap:.25rem;width:min(100%,14rem);min-height:1.75rem;font-size:.75rem;font-weight:750;color:var(--ds-text)!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}#problem-management-root .task-owner-select .pm-select__icon{margin-left:.125rem}#problem-management-root .task-card-context{justify-content:space-between;align-items:center;gap:var(--ds-space-3);min-width:0;display:flex}#problem-management-root .task-card-context .task-card-campaign{min-width:0}#problem-management-root .task-card-created{color:var(--ds-text-muted);white-space:nowrap;flex:none;font-size:.625rem;font-weight:600}#problem-management-root .task-card-priority-control{--task-priority-color:var(--task-priority-medium);background:color-mix(in srgb, var(--task-priority-color) 11%, transparent);width:auto;max-width:8.5rem;min-height:2rem;color:color-mix(in srgb, var(--task-priority-color) 80%, var(--ds-text));box-shadow:none;cursor:pointer;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard);border:1px solid #0000;justify-content:flex-start;padding:.25rem .5rem}#problem-management-root .task-card-priority-control.priority-low,#problem-management-root .task-priority-option.priority-low{--task-priority-color:var(--task-priority-low)}#problem-management-root .task-card-priority-control.priority-medium,#problem-management-root .task-priority-option.priority-medium{--task-priority-color:var(--task-priority-medium)}#problem-management-root .task-card-priority-control.priority-high,#problem-management-root .task-priority-option.priority-high{--task-priority-color:var(--task-priority-high)}#problem-management-root .task-card-priority-control.priority-urgent,#problem-management-root .task-priority-option.priority-urgent{--task-priority-color:var(--task-priority-urgent)}#problem-management-root .task-card-priority-control[data-state=open]{border-color:color-mix(in srgb, var(--task-priority-color) 42%, var(--ds-border));background:color-mix(in srgb, var(--task-priority-color) 16%, var(--ds-surface));box-shadow:0 0 0 3px color-mix(in srgb, var(--task-priority-color) 12%, transparent)}#problem-management-root .task-card-priority-control .task-priority-dot,#problem-management-root .task-priority-option .task-priority-dot{background:var(--task-priority-color);border-radius:999px;flex:none;width:.42rem;height:.42rem}#problem-management-root .task-priority-select-icon{color:currentColor;opacity:.72;transition:transform var(--ds-duration-fast) var(--ds-ease-standard);margin-left:.125rem;display:inline-flex}#problem-management-root .task-card-priority-control[data-state=open] .task-priority-select-icon{transform:rotate(180deg)}#problem-management-root .task-priority-menu{z-index:var(--pm-z-popover,700);min-width:max(var(--radix-select-trigger-width), 10rem);max-height:min(var(--radix-select-content-available-height), 18rem);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface-raised);color:var(--ds-text);box-shadow:var(--ds-shadow-overlay);transform-origin:var(--radix-select-content-transform-origin);pointer-events:auto;padding:.25rem;overflow:hidden}#problem-management-root .task-priority-menu[data-state=open]{animation:priority-menu-in var(--ds-duration-fast) var(--ds-ease-enter)}#problem-management-root .task-priority-menu-viewport{gap:.125rem;display:grid}#problem-management-root .task-priority-option{--task-priority-color:var(--task-priority-medium);align-items:center;gap:var(--ds-space-2);border-radius:var(--ds-radius-sm);min-height:2.5rem;padding:0 var(--ds-space-3);color:var(--ds-text-secondary);font-size:var(--ds-type-sm);cursor:pointer;-webkit-user-select:none;user-select:none;outline:0;font-weight:650;display:flex;position:relative}#problem-management-root .task-priority-option[data-highlighted]{background:color-mix(in srgb, var(--task-priority-color) 10%, var(--ds-surface-selected));color:var(--ds-text)}#problem-management-root .task-priority-option[data-state=checked]{color:color-mix(in srgb, var(--task-priority-color) 76%, var(--ds-text))}#problem-management-root .task-priority-option-indicator{color:var(--task-priority-color);margin-left:auto;display:inline-flex}#problem-management-root :is(.edit-action,button[aria-label^=Edit],button:has(>svg.lucide-pencil):not(.inside-primary,.primary-button,.button-primary)){justify-content:center;align-items:center;gap:var(--ds-space-2);width:auto;min-height:2.25rem;font:inherit;font-size:var(--ds-type-xs);cursor:pointer;font-weight:700;display:inline-flex;border-radius:var(--ds-radius-sm)!important;padding:0 var(--ds-space-2)!important;color:var(--ds-text-muted)!important;box-shadow:none!important;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard)!important;background:0 0!important;border:0!important}#problem-management-root :is(.edit-action,button[aria-label^=Edit],button:has(>svg.lucide-pencil):not(.inside-primary,.primary-button,.button-primary))>svg{filter:drop-shadow(0 1px #0000002e)}#problem-management-root .edit-glyph{place-items:initial!important;width:auto!important;min-width:0!important;height:auto!important;color:var(--ds-accent)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:inline-flex!important}#problem-management-root .campaign-card-edit.edit-action{top:var(--ds-space-3);right:var(--ds-space-3);z-index:5;text-shadow:0 1px 8px #000000b8;min-width:2.75rem;min-height:2.75rem;position:absolute;color:#fff!important}#problem-management-root .task-detail-actions .task-action-edit.edit-action{width:100%;min-height:2.75rem}#problem-management-root :is(.modal-close,.icon-button,.topbar-menu,.mobile-menu-toggle,.task-card-more,.task-lane-add,.file-remove,.assistant-plus-button,.assistant-help-button,.global-theme-toggle){transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), border-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard), transform var(--ds-duration-fast) var(--ds-ease-standard)!important}@media (max-width:61.9375rem){#problem-management-root .tasks-view{max-width:100%;overflow:clip}#problem-management-root .task-board{width:100%;max-width:100%;padding:0 1.25rem var(--ds-space-3) 0;scrollbar-width:none;grid-auto-columns:minmax(0,calc(100% - 1.25rem));scroll-padding-inline:0}#problem-management-root .task-board::-webkit-scrollbar{display:none}#problem-management-root .task-board-lane,#problem-management-root .task-board-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%}}@media (max-width:47.9375rem){#problem-management-root .task-toolbar{padding:0 0 var(--ds-space-4)!important;background:0 0!important;border-radius:0!important}#problem-management-root .task-toolbar-group{grid-template-columns:repeat(2,minmax(0,1fr))!important}#problem-management-root .task-toolbar-field{min-width:0}#problem-management-root .task-toolbar-field .pm-select{min-height:var(--pm-touch-minimum,2.75rem);font-size:1rem!important}#problem-management-root .task-board{grid-auto-flow:row;grid-auto-columns:none;gap:var(--ds-space-4);scroll-snap-type:none;grid-template-columns:minmax(0,1fr);padding:0;display:grid;overflow-x:visible}#problem-management-root .task-board-lane{min-height:0;padding:var(--ds-space-2);scroll-snap-align:none}#problem-management-root .task-board-lane-list{grid-template-columns:minmax(0,1fr)}#problem-management-root .task-board-lane-header{position:static}#problem-management-root .task-board-card{--task-card-padding:var(--ds-space-3)}#problem-management-root .task-card-meta{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}#problem-management-root .task-card-due{min-width:0}#problem-management-root .task-card-status-control,#problem-management-root .task-card-priority-control{min-width:0;min-height:var(--pm-touch-minimum,2.75rem);padding-inline:var(--ds-space-3)}#problem-management-root .task-card-status-control{max-width:10rem}#problem-management-root .task-card-priority-control{max-width:8.75rem}#problem-management-root .task-owner-select.pm-select{min-height:2.25rem}#problem-management-root .task-board-card-footer{gap:var(--ds-space-2)}#problem-management-root .task-card-details,#problem-management-root .task-card-complete{min-width:0;min-height:var(--pm-touch-minimum,2.75rem);padding-inline:var(--ds-space-3);flex:1}#problem-management-root .task-priority-menu,#problem-management-root .task-status-menu,#problem-management-root .task-owner-menu,#problem-management-root .pm-select__content{max-width:calc(100vw - 2rem)}#problem-management-root :is(.edit-action,button[aria-label^=Edit],button:has(>svg.lucide-pencil):not(.inside-primary,.primary-button,.button-primary)){min-height:var(--pm-touch-minimum,2.75rem)}}@media (max-width:23.75rem){#problem-management-root .task-toolbar-group{grid-template-columns:1fr!important}#problem-management-root .task-view-tabs{grid-column:1}#problem-management-root .task-board{grid-auto-columns:100%;padding-right:0}}@media (hover:hover) and (pointer:fine){#problem-management-root :is(.button-primary,.primary-button,.inside-primary,.task-create-button,.calendar-create-button,.project-create-button,.assistant-send-button:not(:disabled),.assistant-send:not(:disabled),.pm-button[data-variant=primary]):hover:not(:disabled,[aria-disabled=true]){transform:translateY(-1px);border-color:var(--ds-accent-hover)!important;background:var(--ds-accent-hover)!important;box-shadow:var(--control-primary-hover-shadow)!important}#problem-management-root :is(.button-secondary,.secondary-button,.inside-secondary,.pm-button[data-variant=secondary]):hover:not(:disabled,[aria-disabled=true]){transform:translateY(-1px);border-color:color-mix(in srgb, var(--ds-border) 58%, var(--ds-text-muted))!important;background:var(--ds-surface-selected)!important;box-shadow:var(--control-hover-shadow)!important}#problem-management-root :is(.ghost-button,.pm-button[data-variant=ghost]):hover:not(:disabled,[aria-disabled=true]){transform:translateY(-1px);background:var(--ds-surface-selected)!important;color:var(--ds-text)!important;box-shadow:none!important;border-color:#0000!important}#problem-management-root .inside-shell select:not([multiple]):hover:not(:disabled),#problem-management-root .pm-select:hover:not(:disabled){border-color:color-mix(in srgb, var(--ds-border) 62%, var(--ds-text-muted))!important;background-color:var(--ds-surface-raised)!important;box-shadow:var(--control-hover-shadow)!important}#problem-management-root .ds-control-shell .pm-select:hover:not(:disabled){background:color-mix(in srgb, var(--ds-accent) 6%, transparent)!important;box-shadow:none!important;border-color:#0000!important}#problem-management-root :is(.modal-close,.icon-button,.topbar-menu,.mobile-menu-toggle,.task-card-more,.task-lane-add,.file-remove,.assistant-plus-button,.assistant-help-button,.global-theme-toggle):hover:not(:disabled){transform:translateY(-1px);border-color:var(--ds-border)!important;background:var(--ds-surface-selected)!important;color:var(--ds-text)!important;box-shadow:var(--control-rest-shadow)!important}#problem-management-root .task-card-status-control:hover:not(:disabled){border-color:color-mix(in srgb, var(--task-card-status) 38%, var(--ds-border));background:color-mix(in srgb, var(--task-card-status) 16%, transparent);color:color-mix(in srgb, var(--task-card-status) 88%, var(--ds-text));transform:translateY(-1px)}#problem-management-root .task-card-priority-control:hover:not(:disabled){border-color:color-mix(in srgb, var(--task-priority-color) 38%, var(--ds-border));background:color-mix(in srgb, var(--task-priority-color) 15%, transparent);color:color-mix(in srgb, var(--task-priority-color) 88%, var(--ds-text));transform:translateY(-1px)}#problem-management-root .task-owner-select.pm-select:hover:not(:disabled){background:color-mix(in srgb, var(--ds-accent) 7%, transparent)!important;box-shadow:none!important;border-color:#0000!important}#problem-management-root :is(.edit-action,button[aria-label^=Edit],button:has(>svg.lucide-pencil):not(.inside-primary,.primary-button,.button-primary)):hover:not(:disabled){transform:translateY(-1px);background:color-mix(in srgb, var(--ds-accent) 9%, transparent)!important;color:var(--ds-accent)!important}#problem-management-root .campaign-card-edit.edit-action:hover:not(:disabled){color:#fff!important;background:#0809085c!important}}@keyframes priority-menu-in{0%{opacity:0;transform:translateY(-.25rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){#problem-management-root :is(.button,.primary-button,.secondary-button,.ghost-button,.inside-primary,.inside-secondary,.task-card-status-control,.task-card-status-control,.task-card-priority-control,.edit-action,.pm-button){transition:none!important;transform:none!important}#problem-management-root .task-priority-menu[data-state=open]{animation:none!important}}@media (forced-colors:active){#problem-management-root :is(.inside-primary,.inside-secondary,.ghost-button,.task-card-priority-control,.edit-action){box-shadow:none!important;border:1px solid buttontext!important}#problem-management-root .edit-glyph{color:buttontext!important}}#problem-management-root .campaign-view-actions{justify-content:flex-end;align-items:center;gap:var(--ds-space-2);display:flex}#problem-management-root .campaign-view-switcher{border:1px solid var(--ds-border-subtle);border-radius:var(--ds-radius-sm);background:var(--ds-canvas-subtle);align-items:center;gap:.1875rem;padding:.1875rem;display:inline-flex}#problem-management-root .campaign-view-button{border-radius:calc(var(--ds-radius-sm) - .1875rem);min-height:2.375rem;padding:0 var(--ds-space-3);color:var(--ds-text-muted);font:inherit;font-size:var(--ds-type-xs);cursor:pointer;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard), color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-fast) var(--ds-ease-standard);background:0 0;border:0;justify-content:center;align-items:center;gap:.4rem;font-weight:700;display:inline-flex}#problem-management-root .campaign-view-button.is-active{background:var(--ds-surface-raised);color:var(--ds-text);box-shadow:var(--ds-shadow-card)}#problem-management-root .campaign-card-grid{align-items:stretch}#problem-management-root .campaign-card-shell{min-width:0;position:relative;container-type:inline-size}#problem-management-root .campaign-card{flex-direction:column!important;place-content:flex-start!important;align-items:stretch!important;gap:0!important;padding:0!important;line-height:0!important;display:flex!important}#problem-management-root .campaign-card>.campaign-card-cover:first-child{aspect-ratio:16/9;vertical-align:top;flex:none;height:auto;border:0!important;align-self:stretch!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;inset:auto!important;transform:none!important}#problem-management-root .campaign-card-cover-meta,#problem-management-root .campaign-card-body{line-height:normal}#problem-management-root .campaign-card-body{flex:auto}#problem-management-root .campaign-card .workspace-card-copy{padding-right:4.25rem}#problem-management-root .campaign-card-edit.edit-action{top:calc(56.25cqw + var(--ds-space-4));right:var(--ds-space-4);-webkit-backdrop-filter:none;gap:.35rem;min-width:0;min-height:2rem;color:var(--ds-text-secondary)!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}#problem-management-root .campaign-card-grid.is-list{gap:var(--ds-space-3)!important;grid-template-columns:minmax(0,1fr)!important}#problem-management-root .campaign-card-grid.is-list .campaign-card{grid-template-columns:minmax(13rem,17rem) minmax(0,1fr);min-height:13.5rem;display:grid!important}#problem-management-root .campaign-card-grid.is-list .campaign-card-cover{aspect-ratio:auto;border-radius:calc(var(--ds-radius-lg) - 1px) 0 0 calc(var(--ds-radius-lg) - 1px);height:100%;min-height:13.5rem;width:100%!important}#problem-management-root .campaign-card-grid.is-list .campaign-card-body{align-content:center;gap:var(--ds-space-3) var(--ds-space-5);min-width:0;padding:var(--ds-space-5);grid-template-columns:minmax(0,1.25fr) minmax(12rem,.75fr);grid-template-areas:"copy progress""team signal""foot foot"}#problem-management-root .campaign-card-grid.is-list .workspace-card-copy{grid-area:copy;min-height:0;padding-right:4.25rem}#problem-management-root .campaign-card-grid.is-list .campaign-progress-meter{grid-area:progress;align-self:start;margin-top:.125rem}#problem-management-root .campaign-card-grid.is-list .campaign-card-team{grid-area:team}#problem-management-root .campaign-card-grid.is-list .workspace-signal{grid-area:signal}#problem-management-root .campaign-card-grid.is-list .workspace-card-foot{grid-area:foot}#problem-management-root .campaign-card-grid.is-list .campaign-card-edit.edit-action{top:var(--ds-space-4);right:var(--ds-space-4)}#problem-management-root .campaign-editor{width:min(44rem,100%);max-height:min(50rem,100dvh - 2rem)}#problem-management-root .campaign-editor-header,#problem-management-root .campaign-editor-scroll{padding:var(--ds-space-4) var(--ds-space-5)}#problem-management-root .campaign-cover-editor,#problem-management-root .campaign-details-editor,#problem-management-root .campaign-overall-progress-editor,#problem-management-root .campaign-updates-editor{gap:var(--ds-space-3);display:grid;padding:0 0 var(--ds-space-5)!important;border:0!important;border-bottom:1px solid var(--ds-border-subtle)!important;background:0 0!important;border-radius:0!important;margin:0!important}#problem-management-root .campaign-details-editor,#problem-management-root .campaign-overall-progress-editor,#problem-management-root .campaign-updates-editor{padding-top:var(--ds-space-5)!important}#problem-management-root .campaign-cover-field{align-items:center;gap:var(--ds-space-4);grid-template-columns:minmax(11rem,15rem) minmax(0,1fr)}#problem-management-root .campaign-cover-field .campaign-cover-preview{max-width:15rem;margin:0}#problem-management-root .campaign-cover-inputs,#problem-management-root .campaign-cover-guidance{gap:var(--ds-space-2)}#problem-management-root .campaign-cover-inputs .campaign-image-controls{gap:var(--ds-space-2);grid-template-columns:auto minmax(0,1fr)}#problem-management-root .campaign-editor-grid{gap:var(--ds-space-3)}#problem-management-root .campaign-editor textarea{min-height:5.5rem}#problem-management-root .campaign-editor input[type=color]{min-height:var(--ds-control-height);padding:.3rem!important}#problem-management-root .campaign-overall-progress-editor>p{max-width:none;font-size:var(--ds-type-xs)}#problem-management-root .campaign-progress-slider{gap:var(--ds-space-2);min-width:0;color:var(--ds-text-secondary);font-size:var(--ds-type-xs);font-weight:700;display:grid}#problem-management-root .campaign-progress-slider-heading{justify-content:space-between;align-items:center;gap:var(--ds-space-3);display:flex}#problem-management-root .campaign-progress-slider-heading output{color:var(--campaign-progress-end,var(--ds-accent));font-size:var(--ds-type-sm);font-variant-numeric:tabular-nums;font-weight:750}#problem-management-root .campaign-progress-slider-control{border-radius:var(--ds-radius-sm);align-items:center;min-width:0;min-height:2.75rem;display:grid;position:relative}#problem-management-root .campaign-progress-slider-track{z-index:0;border:1px solid var(--ds-border);background:var(--ds-surface-strong);pointer-events:none;border-radius:999px;height:.625rem;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%);box-shadow:inset 0 1px 2px #0506052e}#problem-management-root .campaign-progress-slider-fill{width:var(--campaign-progress,0%);border-radius:inherit;background:linear-gradient(90deg, var(--inside-color-danger,#d85b52), var(--campaign-progress-end,var(--ds-accent)));height:100%;box-shadow:0 0 12px color-mix(in srgb, var(--campaign-progress-end,var(--ds-accent)) 24%, transparent);transition:width var(--ds-duration-standard) var(--ds-ease-standard);display:block}#problem-management-root .campaign-editor .campaign-progress-slider input[type=range]{z-index:1;appearance:none;cursor:ew-resize;width:100%;min-height:2.75rem;position:relative;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important}#problem-management-root .campaign-progress-slider input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;height:2.75rem}#problem-management-root .campaign-progress-slider input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--ds-surface);background:var(--campaign-progress-end,var(--ds-accent));width:1.25rem;height:1.25rem;box-shadow:0 0 0 1px var(--ds-border-strong);border-radius:999px;margin-top:.75rem}#problem-management-root .campaign-progress-slider input[type=range]::-moz-range-track{background:0 0;border:0;height:2.75rem}#problem-management-root .campaign-progress-slider input[type=range]::-moz-range-progress{background:0 0}#problem-management-root .campaign-progress-slider input[type=range]::-moz-range-thumb{border:3px solid var(--ds-surface);background:var(--campaign-progress-end,var(--ds-accent));width:1rem;height:1rem;box-shadow:0 0 0 1px var(--ds-border-strong);border-radius:999px}#problem-management-root .campaign-progress-slider-control:has(input[type=range]:focus-visible){outline:2px solid var(--ds-focus);outline-offset:2px}#problem-management-root .campaign-progress-slider input[type=range]:disabled{cursor:not-allowed;opacity:.55}#problem-management-root .campaign-editor-footer{padding:var(--ds-space-3) var(--ds-space-5)}@media (hover:hover) and (pointer:fine){#problem-management-root .campaign-view-button:hover:not(.is-active){background:var(--ds-surface-raised);color:var(--ds-text-secondary)}#problem-management-root .campaign-card-edit.edit-action:hover:not(:disabled){transform:translateY(-1px);color:var(--ds-accent-strong)!important;background:0 0!important}}@media (max-width:74.9375rem){#problem-management-root .campaign-card-grid.is-list .campaign-card-body{gap:var(--ds-space-3);grid-template-columns:minmax(0,1fr);grid-template-areas:"copy""progress""team""signal""foot"}}@media (max-width:47.9375rem){#problem-management-root .campaign-view-actions{align-items:stretch;width:100%}#problem-management-root .campaign-view-actions>.inside-primary{flex:1}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card{grid-template-columns:7.5rem minmax(0,1fr);min-height:9rem}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-cover{border-radius:calc(var(--ds-radius-lg) - 1px) 0 0 calc(var(--ds-radius-lg) - 1px);min-height:9rem}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-cover-meta>span:first-child{display:none}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-cover-meta{padding:var(--ds-space-2);justify-content:flex-start}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-cover-meta .status-badge{min-height:1.5rem;padding-inline:.45rem;font-size:.5625rem}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-body{align-content:center;gap:var(--ds-space-2);padding:var(--ds-space-3);grid-template-areas:"copy""progress""foot";display:grid}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card .workspace-card-copy{padding-right:2.5rem}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card .workspace-card-title{font-size:1rem!important}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card .workspace-card-description{-webkit-line-clamp:1;font-size:.75rem!important}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-team,#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .workspace-signal{display:none}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .workspace-card-foot{padding-top:var(--ds-space-2);font-size:.625rem}#problem-management-root .campaign-card-grid:is(.is-list,.is-grid) .campaign-card-edit.edit-action{top:var(--ds-space-2);right:var(--ds-space-3)}#problem-management-root .campaign-cover-editor,#problem-management-root .campaign-details-editor,#problem-management-root .campaign-overall-progress-editor,#problem-management-root .campaign-updates-editor{margin-inline:0!important;padding-inline:0!important}#problem-management-root .campaign-cover-field{grid-template-columns:minmax(0,1fr)}#problem-management-root .campaign-cover-field .campaign-cover-preview{width:100%;max-width:none}#problem-management-root .campaign-cover-inputs .campaign-image-controls{grid-template-columns:minmax(0,1fr)}#problem-management-root .campaign-editor-scroll{padding-inline:var(--ds-space-4)!important}}@media (prefers-reduced-motion:reduce){#problem-management-root .campaign-view-button,#problem-management-root .campaign-card-edit.edit-action{transition:none!important;transform:none!important}}@media (forced-colors:active){#problem-management-root .campaign-view-switcher,#problem-management-root .campaign-view-button.is-active,#problem-management-root .campaign-card,#problem-management-root .campaign-progress-slider input[type=range]{border:1px solid canvastext!important}#problem-management-root .campaign-progress-slider input[type=range]{forced-color-adjust:auto}}#problem-management-root .problem-loader{--problem-loader-size:1.5rem;width:var(--problem-loader-size);height:var(--problem-loader-size);color:currentColor;isolation:isolate;flex:none;place-items:center;display:inline-grid;position:relative}#problem-management-root .problem-loader[data-size=sm]{--problem-loader-size:1rem}#problem-management-root .problem-loader[data-size=lg]{--problem-loader-size:4.75rem}#problem-management-root .problem-loader[data-framed=true]{border:1px solid color-mix(in srgb, var(--inside-color-primary,#d94a40) 22%, transparent);background:linear-gradient(145deg, color-mix(in srgb, var(--inside-color-primary,#d94a40) 13%, transparent), transparent 72%), color-mix(in srgb, var(--inside-color-surface,#171717) 58%, transparent);box-shadow:0 1.25rem 3.5rem color-mix(in srgb, var(--inside-color-primary,#d94a40) 8%, transparent), inset 0 1px 0 #ffffff12;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);color:var(--inside-color-text-primary,currentColor);border-radius:1.15rem}#problem-management-root .problem-loader__mark{width:58%;height:68%;display:block;position:relative}#problem-management-root .problem-loader__bar{opacity:.16;transform-origin:50%;background:currentColor;border-radius:999px;width:12%;min-width:1px;animation:1.35s cubic-bezier(.4,0,.2,1) infinite problem-loader-pulse;position:absolute;top:50%;bottom:auto;transform:translateY(calc(.1rem - 50%))scaleY(.94);box-shadow:0 0 #0000}#problem-management-root .problem-loader__bar:first-child{height:80%;left:16%}#problem-management-root .problem-loader__bar:nth-child(2){height:56%;animation-delay:.15s;left:44%}#problem-management-root .problem-loader__bar:nth-child(3){height:35%;animation-delay:.3s;left:72%}@keyframes problem-loader-pulse{0%,58%,to{opacity:.14;transform:translateY(calc(.1rem - 50%))scaleY(.94);box-shadow:0 0 #0000}18%{opacity:.82;box-shadow:0 0 .8rem color-mix(in srgb, currentColor 28%, transparent);transform:translateY(calc(-50% - .08rem))scaleY(1)}}#problem-management-root .inside-loading{place-content:center;place-items:center;gap:var(--inside-space-4,1rem);min-height:clamp(16rem,38vh,24rem);color:var(--inside-color-text-muted,#8a8a8a);text-align:center;grid-template-rows:auto auto;display:grid;position:relative;overflow:hidden}#problem-management-root .inside-loading:before{content:"";z-index:-1;aspect-ratio:1;background:radial-gradient(circle, color-mix(in srgb, var(--inside-color-primary,#d94a40) 8%, transparent), transparent 68%);filter:blur(.5rem);pointer-events:none;border-radius:50%;width:min(20rem,70vw);position:absolute}#problem-management-root .inside-loading--compact{gap:var(--inside-space-3,.75rem);grid-template-rows:none;grid-template-columns:auto auto;min-height:6.5rem}#problem-management-root .inside-loading--compact:before{display:none}#problem-management-root .loading-label{color:currentColor;letter-spacing:.055em;text-transform:uppercase;max-width:24rem;font-size:.75rem;font-weight:650;line-height:1.4}@media (prefers-reduced-motion:reduce){#problem-management-root .problem-loader__bar{transform:none;animation:none!important}#problem-management-root .problem-loader__bar:first-child{opacity:.52}#problem-management-root .problem-loader__bar:nth-child(2){opacity:.34}#problem-management-root .problem-loader__bar:nth-child(3){opacity:.2}}@media (forced-colors:active){#problem-management-root .problem-loader[data-framed=true]{box-shadow:none;background:canvas;border:1px solid canvastext}#problem-management-root .problem-loader__bar{background:canvastext}}#problem-management-root .client-mode .inside-content{background:radial-gradient(circle at 68% 0, color-mix(in srgb, var(--ds-accent) 5%, transparent), transparent 30rem), var(--ds-canvas)!important}#problem-management-root .client-portal-home{width:min(100%, var(--ds-content-max));gap:clamp(var(--ds-space-4), 2vw, var(--ds-space-6));margin-inline:auto;display:grid;container-type:inline-size}#problem-management-root .client-portal-hero{justify-content:space-between;align-items:flex-end;gap:var(--ds-space-6);box-shadow:var(--ds-shadow-card);display:flex;position:relative;overflow:hidden;border:1px solid var(--ds-border-subtle)!important;border-radius:var(--ds-radius-xl)!important;background:radial-gradient(circle at 88% 14%, color-mix(in srgb, var(--ds-accent) 22%, transparent), transparent 24rem), linear-gradient(135deg, color-mix(in srgb, var(--ds-surface-raised) 96%, var(--ds-accent)), var(--ds-surface))!important;min-height:clamp(15rem,26vw,21rem)!important;padding:clamp(1.5rem,4vw,3.25rem)!important}#problem-management-root .client-portal-hero:after{background:linear-gradient(115deg, transparent 0 52%, color-mix(in srgb, var(--ds-text) 3%, transparent) 52% 52.1%, transparent 52.1% 100%);content:"";opacity:.46;pointer-events:none;background-size:3rem 100%;position:absolute;inset:0}#problem-management-root .client-portal-hero>*{z-index:1;position:relative}#problem-management-root .client-portal-hero>div:first-child{gap:var(--ds-space-3);max-width:46rem;display:grid}#problem-management-root .client-portal-hero>div:first-child>span,#problem-management-root .client-panel-heading>div>span,#problem-management-root .client-focus-content>header>div>span{text-transform:uppercase;color:var(--ds-accent)!important;font-size:var(--ds-type-xs)!important;letter-spacing:.085em!important;font-weight:750!important}#problem-management-root .client-portal-hero h1{text-wrap:balance;max-width:18ch;margin:0;color:var(--ds-text)!important;letter-spacing:-.055em!important;font-size:clamp(2.25rem,6vw,4.5rem)!important;font-weight:720!important;line-height:.98!important}#problem-management-root .client-portal-hero p{max-width:58ch;font-size:var(--ds-type-body);margin:0;line-height:1.6;color:var(--ds-text-secondary)!important}#problem-management-root .client-portal-hero-meta{gap:var(--ds-space-2) var(--ds-space-4);padding-top:var(--ds-space-2);flex-wrap:wrap;display:flex}#problem-management-root .client-portal-hero-meta>span{align-items:center;gap:var(--ds-space-2);color:var(--ds-text-muted);font-size:var(--ds-type-xs);font-weight:650;display:inline-flex}#problem-management-root .client-portal-hero-meta i{background:var(--ds-accent);width:.4375rem;height:.4375rem;box-shadow:0 0 0 .25rem color-mix(in srgb, var(--ds-accent) 12%, transparent);border-radius:50%}#problem-management-root .client-portal-hero-actions{flex:none}#problem-management-root .client-portal-open{min-height:var(--ds-control-height);font-size:var(--ds-type-sm);box-shadow:var(--control-primary-shadow);justify-content:center;align-items:center;font-weight:720;display:inline-flex;border:1px solid var(--ds-accent)!important;border-radius:var(--ds-radius-round)!important;padding-inline:var(--ds-space-5)!important;background:var(--ds-accent)!important;color:var(--ds-on-accent)!important}#problem-management-root .client-focus-card{border:1px solid var(--ds-border-subtle);border-radius:var(--ds-radius-xl);background:var(--ds-surface);min-width:0;box-shadow:var(--ds-shadow-card);grid-template-columns:minmax(17rem,.82fr) minmax(0,1.18fr);display:grid;overflow:hidden}#problem-management-root .client-focus-cover{border:0;border-right:1px solid var(--ds-border-subtle);background:var(--ds-surface-selected);width:100%;min-height:100%;color:var(--ds-text);cursor:pointer;padding:0;display:block;position:relative;overflow:hidden}#problem-management-root .client-focus-cover>span{width:100%;min-height:100%;display:block;position:relative;overflow:hidden}#problem-management-root .client-focus-cover img{object-fit:cover;transition:transform var(--ds-duration-slow) var(--ds-ease-standard)}#problem-management-root .client-focus-cover:after{content:"";pointer-events:none;background:linear-gradient(#0000 48%,#000000ad);position:absolute;inset:0}#problem-management-root .client-focus-cover-label{z-index:2;right:var(--ds-space-4);bottom:var(--ds-space-4);left:var(--ds-space-4);color:#fff;font-size:var(--ds-type-xs);letter-spacing:.075em;text-align:left;text-transform:uppercase;font-weight:750;position:absolute}#problem-management-root .client-focus-content{align-content:center;gap:var(--ds-space-5);min-width:0;padding:clamp(1.5rem,3vw,2.5rem);display:grid}#problem-management-root .client-focus-content>header{justify-content:space-between;align-items:flex-start;gap:var(--ds-space-4);display:flex}#problem-management-root .client-focus-content>header>div{gap:var(--ds-space-1);min-width:0;display:grid}#problem-management-root .client-focus-content h2{color:var(--ds-text);letter-spacing:-.05em;margin:0;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:720;line-height:1.04}#problem-management-root .client-focus-content>p{max-width:60ch;color:var(--ds-text-secondary);font-size:var(--ds-type-body);margin:0;line-height:1.6}#problem-management-root .client-focus-facts{gap:var(--ds-space-2);grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr) minmax(0,1fr);margin:0;display:grid}#problem-management-root .client-focus-facts>div{align-content:start;gap:var(--ds-space-1);border:1px solid var(--ds-border-subtle);border-radius:var(--ds-radius-md);min-width:0;padding:var(--ds-space-3);background:var(--ds-canvas-subtle);display:grid}#problem-management-root .client-focus-facts dt{color:var(--ds-text-muted);font-size:var(--ds-type-xs);letter-spacing:.065em;text-transform:uppercase;font-weight:750}#problem-management-root .client-focus-facts dd{color:var(--ds-text);font-size:var(--ds-type-sm);margin:0;font-weight:650;line-height:1.5}#problem-management-root .client-focus-actions{gap:var(--ds-space-2);flex-wrap:wrap;display:flex}#problem-management-root .client-portal-metrics{box-shadow:var(--ds-shadow-card);overflow:hidden;border:1px solid var(--ds-border-subtle)!important;border-radius:var(--ds-radius-lg)!important;background:var(--ds-surface)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important}#problem-management-root .client-portal-metrics>button{align-content:center;gap:var(--ds-space-1);text-align:left;min-width:0;min-height:7rem;display:grid;border:0!important;border-right:1px solid var(--ds-border-subtle)!important;padding:var(--ds-space-4) var(--ds-space-5)!important;color:var(--ds-text)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important}#problem-management-root .client-portal-metrics>button:last-child{border-right:0!important}#problem-management-root .client-portal-metrics>button>span{text-transform:uppercase;color:var(--ds-text-muted)!important;font-size:var(--ds-type-xs)!important;letter-spacing:.075em!important;font-weight:750!important}#problem-management-root .client-portal-metrics>button>strong{color:var(--ds-text);font-size:clamp(1.625rem,3vw,2rem);line-height:1}#problem-management-root .client-portal-metrics>button>small{text-overflow:ellipsis;white-space:nowrap;line-height:1.4;overflow:hidden;color:var(--ds-text-secondary)!important;font-size:var(--ds-type-sm)!important}#problem-management-root .client-portal-panel{min-width:0;box-shadow:var(--ds-shadow-card);border:1px solid var(--ds-border-subtle)!important;border-radius:var(--ds-radius-lg)!important;background:var(--ds-surface)!important;padding:clamp(1rem,2.4vw,1.5rem)!important}#problem-management-root .client-panel-heading{justify-content:space-between;align-items:flex-start;gap:var(--ds-space-4);min-width:0;display:flex}#problem-management-root .client-panel-heading>div{gap:var(--ds-space-1);min-width:0;display:grid}#problem-management-root .client-panel-heading h2{color:var(--ds-text);letter-spacing:-.035em;margin:0;font-size:clamp(1.25rem,2.4vw,1.625rem);font-weight:710;line-height:1.15}#problem-management-root .client-panel-heading>button,#problem-management-root .client-panel-heading>a{justify-content:center;align-items:center;gap:var(--ds-space-2);border-radius:var(--ds-radius-round);min-height:2.75rem;padding-inline:var(--ds-space-3);color:var(--ds-text-secondary);font-size:var(--ds-type-sm);background:0 0;border:1px solid #0000;flex:none;font-weight:700;display:inline-flex}#problem-management-root .client-panel-count{border:1px solid var(--ds-border);border-radius:var(--ds-radius-round);min-height:2rem;padding-inline:var(--ds-space-3);font-size:var(--ds-type-sm);white-space:nowrap;place-items:center;font-weight:650;display:inline-grid;color:var(--ds-text-muted)!important}#problem-management-root .client-project-directory{grid-column:1/-1}#problem-management-root .client-project-list{margin-top:var(--ds-space-5)!important}#problem-management-root .client-campaign-card{transition:border-color var(--ds-duration-fast) var(--ds-ease-standard), box-shadow var(--ds-duration-standard) var(--ds-ease-standard), transform var(--ds-duration-standard) var(--ds-ease-standard)}#problem-management-root .client-campaign-pulse{gap:var(--ds-space-4);display:grid}#problem-management-root .client-campaign-pulse-project{background:linear-gradient(140deg, color-mix(in srgb, var(--ds-accent) 4%, transparent), transparent 42%), var(--ds-canvas-subtle)!important}#problem-management-root .client-portal-grid{align-items:start;gap:clamp(var(--ds-space-4), 2vw, var(--ds-space-6))!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;display:grid!important}#problem-management-root .client-next-steps,#problem-management-root .client-updates{grid-column:span 7}#problem-management-root .client-materials,#problem-management-root .client-upcoming{grid-column:span 5}#problem-management-root .client-notes{grid-column:1/-1}#problem-management-root .client-preview-note{margin-top:var(--ds-space-4);border:1px solid color-mix(in srgb, var(--ds-accent) 38%, var(--ds-border));border-radius:var(--ds-radius-md);padding:var(--ds-space-4);background:color-mix(in srgb, var(--ds-accent) 8%, var(--ds-surface));color:var(--ds-text-secondary);font-size:var(--ds-type-sm);line-height:1.55}#problem-management-root .client-mode .client-report-workspace{width:min(100%, var(--ds-content-max));margin:clamp(var(--ds-space-4), 2vw, var(--ds-space-6)) auto 0;box-shadow:var(--ds-shadow-card);border:1px solid var(--ds-border-subtle)!important;border-radius:var(--ds-radius-lg)!important;background:var(--ds-surface)!important;padding:clamp(1rem,2.4vw,1.5rem)!important}@media (hover:hover) and (pointer:fine){#problem-management-root .client-portal-open:hover:not(:disabled),#problem-management-root .client-focus-actions .inside-primary:hover:not(:disabled){transform:translateY(-1px);border-color:var(--ds-accent-hover)!important;background:var(--ds-accent-hover)!important;box-shadow:var(--control-primary-hover-shadow)!important}#problem-management-root .client-focus-cover:hover img{transform:scale(1.025)}#problem-management-root .client-portal-metrics>button:hover,#problem-management-root .client-panel-heading>button:hover,#problem-management-root .client-panel-heading>a:hover{background:var(--ds-surface-raised)!important;color:var(--ds-text)!important}#problem-management-root .client-campaign-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb, var(--ds-accent) 62%, var(--ds-border))!important;box-shadow:var(--ds-shadow-raised)!important}}@container (max-width:62rem){#problem-management-root .client-focus-card{grid-template-columns:minmax(14rem,.72fr) minmax(0,1.28fr)}#problem-management-root .client-focus-facts{grid-template-columns:repeat(2,minmax(0,1fr))}#problem-management-root .client-focus-facts>div:last-child{grid-column:1/-1}#problem-management-root .client-portal-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}#problem-management-root .client-portal-metrics>button:nth-child(2){border-right:0!important}#problem-management-root .client-portal-metrics>button:nth-child(-n+2){border-bottom:1px solid var(--ds-border-subtle)!important}}@media (max-width:47.9375rem){#problem-management-root .client-portal-home{gap:var(--ds-space-4)}#problem-management-root .client-portal-hero{justify-content:flex-end;align-items:stretch;gap:var(--ds-space-5);flex-direction:column;border-radius:var(--ds-radius-lg)!important;min-height:18rem!important;padding:var(--ds-space-6) var(--ds-space-4)!important}#problem-management-root .client-portal-hero h1{font-size:clamp(2rem,13vw,3.25rem)!important}#problem-management-root .client-portal-hero-actions,#problem-management-root .client-portal-open{width:100%}#problem-management-root .client-focus-card{border-radius:var(--ds-radius-lg);grid-template-columns:minmax(0,1fr)}#problem-management-root .client-focus-cover{aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--ds-border-subtle);min-height:auto}#problem-management-root .client-focus-content{gap:var(--ds-space-4);padding:var(--ds-space-4)}#problem-management-root .client-focus-content>header{flex-direction:column;align-items:flex-start}#problem-management-root .client-focus-facts{grid-template-columns:minmax(0,1fr)}#problem-management-root .client-focus-facts>div:last-child{grid-column:auto}#problem-management-root .client-focus-actions,#problem-management-root .client-focus-actions>button{width:100%}#problem-management-root .client-focus-actions>button{justify-content:center}#problem-management-root .client-portal-metrics>button{min-height:6.5rem;padding:var(--ds-space-3)!important}#problem-management-root .client-portal-metrics>button>small{white-space:normal}#problem-management-root .client-panel-heading{align-items:stretch;gap:var(--ds-space-2);flex-direction:column}#problem-management-root .client-panel-heading>button,#problem-management-root .client-panel-heading>a,#problem-management-root .client-panel-count{align-self:flex-start;width:fit-content}#problem-management-root .client-portal-grid{grid-template-columns:minmax(0,1fr)!important}#problem-management-root .client-next-steps,#problem-management-root .client-updates,#problem-management-root .client-materials,#problem-management-root .client-upcoming,#problem-management-root .client-notes{grid-column:1}#problem-management-root .client-campaign-pulse-project>header{align-items:stretch}#problem-management-root .client-campaign-pulse-project>header button{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#problem-management-root .client-focus-cover img,#problem-management-root .client-campaign-card{transition:none!important;transform:none!important}}@media (forced-colors:active){#problem-management-root .client-portal-hero,#problem-management-root .client-focus-card,#problem-management-root .client-portal-metrics,#problem-management-root .client-portal-panel,#problem-management-root .client-mode .client-report-workspace{box-shadow:none!important;background:canvas!important;border:1px solid canvastext!important}}#problem-management-root .campaign-access-field{border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);min-width:0;padding:var(--ds-space-4);margin:0}#problem-management-root .campaign-access-field legend{padding:0 var(--ds-space-2);color:var(--ds-text);font-size:var(--ds-type-sm);font-weight:750}#problem-management-root .campaign-access-field>p{margin:0 0 var(--ds-space-3);color:var(--ds-text-muted);font-size:var(--ds-type-sm)}#problem-management-root .campaign-access-options{gap:var(--ds-space-2);grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));display:grid}#problem-management-root .campaign-access-options label{align-items:center;gap:var(--ds-space-2);border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);min-width:0;padding:var(--ds-space-3);background:var(--ds-surface);cursor:pointer;display:flex}#problem-management-root .campaign-access-options input{flex:none;width:1rem;height:1rem}#problem-management-root .campaign-access-options span{min-width:0;display:grid}#problem-management-root .campaign-access-options strong,#problem-management-root .campaign-access-options small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#problem-management-root .campaign-access-options small,#problem-management-root .campaign-access-empty{color:var(--ds-text-muted);font-size:var(--ds-type-xs)}
#problem-management-root .notification-settings-panel{gap:var(--ds-space-5,1.25rem);display:grid}#problem-management-root .notification-settings-heading{justify-content:space-between;align-items:flex-start;gap:var(--ds-space-4,1rem);display:flex}#problem-management-root .notification-settings-heading h2{color:var(--inside-color-text);margin:.35rem 0 0;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.2}#problem-management-root .notification-settings-heading p,#problem-management-root .notification-settings-state,#problem-management-root .notification-settings-status{color:var(--inside-color-muted);margin:.45rem 0 0;font-size:.875rem;line-height:1.5}#problem-management-root .notification-settings-heading>svg{color:var(--inside-color-accent);flex:none}#problem-management-root .notification-preference-table{border:1px solid var(--inside-color-border);border-radius:var(--ds-radius-lg,.875rem);background:var(--inside-color-surface);overflow:hidden}#problem-management-root .notification-preference-head,#problem-management-root .notification-preference-row{align-items:center;gap:var(--ds-space-3,.75rem);grid-template-columns:minmax(12rem,1fr) minmax(6.25rem,.24fr) minmax(6.25rem,.24fr);padding:.85rem 1rem;display:grid}#problem-management-root .notification-preference-head{border-bottom:1px solid var(--inside-color-border);background:var(--inside-color-surface-raised,var(--inside-color-surface));min-height:2.75rem;color:var(--inside-color-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}#problem-management-root .notification-preference-head span:not(:first-child){justify-content:center;align-items:center;gap:.35rem;display:inline-flex}#problem-management-root .notification-preference-row+.notification-preference-row{border-top:1px solid var(--inside-color-border)}#problem-management-root .notification-preference-row>div:first-child{gap:.2rem;min-width:0;display:grid}#problem-management-root .notification-preference-row strong{color:var(--inside-color-text);font-size:.9rem}#problem-management-root .notification-preference-row small{color:var(--inside-color-muted);font-size:.76rem;line-height:1.4}#problem-management-root .notification-switch{min-height:var(--pm-touch-minimum,2.75rem);cursor:pointer;grid-template-columns:2.4rem auto;justify-content:center;align-items:center;gap:.45rem;display:inline-grid}#problem-management-root .notification-switch input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}#problem-management-root .notification-switch>span{border:1px solid var(--inside-color-border);background:var(--inside-color-background);border-radius:999px;width:2.35rem;height:1.35rem;transition:background-color .16s,border-color .16s;display:block;position:relative}#problem-management-root .notification-switch>span:after{background:var(--inside-color-muted);content:"";border-radius:50%;width:.9rem;height:.9rem;transition:transform .16s,background-color .16s;position:absolute;top:.16rem;left:.17rem}#problem-management-root .notification-switch input:checked+span{border-color:var(--inside-color-accent);background:color-mix(in srgb, var(--inside-color-accent) 28%, transparent)}#problem-management-root .notification-switch input:checked+span:after{background:var(--inside-color-accent);transform:translate(.98rem)}#problem-management-root .notification-switch input:focus-visible+span{outline:2px solid var(--ds-focus,var(--inside-color-accent));outline-offset:3px}#problem-management-root .notification-switch input:disabled+span,#problem-management-root .notification-switch input:disabled~b{opacity:.55;cursor:wait}#problem-management-root .notification-switch b{min-width:1.7rem;color:var(--inside-color-muted);font-size:.72rem}#problem-management-root .notification-device-card{border:1px solid var(--inside-color-border);border-radius:var(--ds-radius-lg,.875rem);background:var(--inside-color-background);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}#problem-management-root .notification-device-card>div{gap:.3rem;display:grid}#problem-management-root .notification-device-card strong{color:var(--inside-color-text);font-size:.9rem}#problem-management-root .notification-device-card span{color:var(--inside-color-muted);font-size:.78rem;line-height:1.45}#problem-management-root .notification-device-card .button{flex:none}#problem-management-root .notification-settings-status{min-height:1.3rem}@media (max-width:47.9375rem){#problem-management-root .notification-preference-head{display:none}#problem-management-root .notification-preference-row{grid-template-columns:minmax(0,1fr) auto auto;padding:.9rem .8rem}#problem-management-root .notification-preference-row>div:first-child{grid-column:1/-1}#problem-management-root .notification-switch{grid-template-columns:auto 2.4rem auto;justify-content:start}#problem-management-root .notification-switch:before{color:var(--inside-color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:700}#problem-management-root .notification-switch:has(input[id^=notification-email-]):before{content:"Email"}#problem-management-root .notification-switch:has(input[id^=notification-mobile-]):before{content:"Mobile"}#problem-management-root .notification-device-card{flex-direction:column;align-items:stretch}#problem-management-root .notification-device-card .button{width:100%}}@media (prefers-reduced-motion:reduce){#problem-management-root .notification-switch>span,#problem-management-root .notification-switch>span:after{transition:none}}
#problem-management-root .app-install-card{border:1px solid var(--inside-color-border);border-radius:var(--inside-radius-large);background:linear-gradient(145deg, #d3534a1f, transparent 44%), var(--inside-color-surface);color:var(--inside-color-text-primary);overflow:hidden}#problem-management-root .app-install-card--landing{width:100%;margin-top:var(--inside-space-4);padding:20px}#problem-management-root .app-install-card--settings{padding:clamp(20px,3vw,28px)}#problem-management-root .app-install-card__intro{gap:var(--inside-space-4);grid-template-columns:56px minmax(0,1fr);align-items:center;display:grid}#problem-management-root .app-install-card__icon{border:1px solid #f2f2f229;border-radius:14px;width:56px;height:56px;overflow:hidden;box-shadow:0 12px 28px #00000052}#problem-management-root .app-install-card__icon img{width:100%;height:100%}#problem-management-root .app-install-card__eyebrow{color:var(--inside-color-accent);letter-spacing:.18em;margin-bottom:3px;font-size:10px;font-weight:800;display:block}#problem-management-root .app-install-card h2{margin:0;font-size:clamp(18px,2.5vw,23px);line-height:1.15}#problem-management-root .app-install-card__intro p{max-width:660px;color:var(--inside-color-text-secondary);margin:7px 0 0;font-size:13px;line-height:1.5}#problem-management-root .app-install-card__benefits{margin:var(--inside-space-4) 0;color:var(--inside-color-text-muted);flex-wrap:wrap;gap:8px 14px;padding:0;font-size:11px;font-weight:700;list-style:none;display:flex}#problem-management-root .app-install-card__benefits li{align-items:center;gap:6px;display:inline-flex}#problem-management-root .app-install-card__benefits svg{width:14px;height:14px;color:var(--inside-color-accent)}#problem-management-root .app-install-card__action{border:1px solid var(--inside-color-accent);border-radius:var(--inside-radius-medium);background:var(--inside-color-accent);color:#fff;cursor:pointer;letter-spacing:.02em;justify-content:center;align-items:center;gap:9px;width:100%;min-height:46px;padding:11px 16px;font-size:12px;font-weight:800;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}#problem-management-root .app-install-card__action:hover:not(:disabled){border-color:var(--inside-color-accent-hover);background:var(--inside-color-accent-hover);transform:translateY(-1px)}#problem-management-root .app-install-card__action:disabled{color:var(--inside-color-success);cursor:default;background:#6ee7a61f;border-color:#6ee7a64d}#problem-management-root .app-install-card__action svg{width:17px;height:17px}#problem-management-root .app-install-card__status{color:var(--inside-color-text-secondary);margin:11px 0 0;font-size:12px;line-height:1.5}#problem-management-root .app-install-card__steps{margin-top:var(--inside-space-4);padding:var(--inside-space-4);border:1px solid var(--inside-color-border-soft);border-radius:var(--inside-radius-medium);background:#09090999}#problem-management-root .app-install-card__steps strong{font-size:12px}#problem-management-root .app-install-card__steps ol{color:var(--inside-color-text-secondary);gap:9px;margin:10px 0 0;padding-left:20px;font-size:12px;line-height:1.5;display:grid}#problem-management-root .app-install-card--compact{background:0 0;border:0;margin:0;padding:0;overflow:visible}#problem-management-root .app-install-card__action--compact{width:auto;min-height:40px;color:var(--inside-color-text-muted);background:0 0;border:0;justify-content:flex-start;padding:0}#problem-management-root .app-install-card__action--compact:hover:not(:disabled){color:var(--inside-color-text-primary);background:0 0;border:0}#problem-management-root .offline-page{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));color:#f2f2f2;background:#090909;place-items:center;display:grid}#problem-management-root .offline-page__card{text-align:center;background:#141414;border:1px solid #2d2d2d;border-radius:20px;width:min(100%,520px);padding:clamp(28px,7vw,52px)}#problem-management-root .offline-page__mark{color:#f2f2f2;background:#090909;border-radius:18px;place-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:38px;font-weight:900;line-height:1;display:grid;box-shadow:inset -14px -14px 0 -6px #d3534a}#problem-management-root .offline-page h1{margin:0;font-size:clamp(28px,8vw,44px);line-height:1.05}#problem-management-root .offline-page p{color:#d1d1d1;margin:16px auto 24px;line-height:1.65}#problem-management-root .offline-page a{color:#fff;background:#d3534a;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-weight:800;text-decoration:none;display:inline-flex}@media (min-width:760px){#problem-management-root .app-install-card--settings .app-install-card__action{width:auto;min-width:220px}}@media (max-width:640px){#problem-management-root .app-install-card--landing{padding:16px}#problem-management-root .app-install-card__intro{grid-template-columns:48px minmax(0,1fr);gap:12px}#problem-management-root .app-install-card__icon{border-radius:12px;width:48px;height:48px}#problem-management-root .app-install-card__benefits{display:grid}#problem-management-root .app-install-card__action{min-height:48px}}@media (prefers-reduced-motion:reduce){#problem-management-root .app-install-card__action{transition:none}}
