.team-tasks-module__YG11fq__app{max-width:64rem;margin-inline:auto;padding:12px 12px 96px}.team-tasks-module__YG11fq__muted{color:var(--md-sys-color-on-surface-variant)}.team-tasks-module__YG11fq__plain{font-family:var(--md-ref-typeface-plain)}.team-tasks-module__YG11fq__display{font-family:var(--md-ref-typeface-plain);font-weight:700}.team-tasks-module__YG11fq__fill{flex:1}.team-tasks-module__YG11fq__tablist{z-index:var(--md-ref-z-index-docked);background:var(--md-sys-color-surface);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.team-tasks-module__YG11fq__tabGroup{scrollbar-width:none;min-width:0;display:flex;overflow-x:auto}.team-tasks-module__YG11fq__newTask{flex-shrink:0;align-self:center;margin-inline-start:auto}.team-tasks-module__YG11fq__panel{padding-top:24px}
.AppHeader-module__GT-O0q__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.AppHeader-module__GT-O0q__headerTitles{min-width:0}.AppHeader-module__GT-O0q__subtitle{margin-top:4px}.AppHeader-module__GT-O0q__actions{align-items:center;gap:8px;display:flex}.AppHeader-module__GT-O0q__notif{display:inline-flex;position:relative}.AppHeader-module__GT-O0q__notifBadge{top:-4px;position:absolute;inset-inline-end:-4px}.AppHeader-module__GT-O0q__notifPositioner{z-index:var(--md3-popup-z-index,var(--md-ref-z-index-popover));outline:none}.AppHeader-module__GT-O0q__notifPopup{background:var(--md-sys-color-surface-container-high);width:360px;max-width:calc(100vw - 32px);color:var(--md-sys-color-on-surface);border-radius:var(--md-sys-shape-corner-large);box-shadow:var(--md-sys-elevation-level2);padding-block:8px}.AppHeader-module__GT-O0q__notifPopupTitle{padding:8px 16px 4px;display:block}@media (max-width:639px){.AppHeader-module__GT-O0q__title{font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height)}}
@layer components{.md3-checkbox-root{border-radius:var(--md-sys-shape-corner-full);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:relative}.md3-checkbox-root:focus-visible{outline:3px solid var(--md-sys-color-secondary);outline-offset:-1px}.md3-checkbox-root:after{content:"";width:max(48px,100%);height:max(48px,100%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md3-checkbox-root[data-unchecked]{--_state-color:var(--md-sys-color-on-surface);--_pressed-color:var(--md-sys-color-primary)}.md3-checkbox-root[data-checked],.md3-checkbox-root[data-indeterminate]{--_state-color:var(--md-sys-color-primary);--_pressed-color:var(--md-sys-color-on-surface)}.md3-checkbox-stateLayer{border-radius:inherit;color:var(--_state-color);position:absolute;inset:0;overflow:hidden}.md3-checkbox-root:active .md3-checkbox-stateLayer{color:var(--_pressed-color)}.md3-checkbox-stateLayer:before{content:"";opacity:0;background:currentColor;transition:opacity 15ms linear;position:absolute;inset:0}.md3-checkbox-root:hover .md3-checkbox-stateLayer:before{opacity:var(--md-sys-state-hover-state-layer-opacity)}.md3-checkbox-root:focus-visible .md3-checkbox-stateLayer:before{opacity:var(--md-sys-state-focus-state-layer-opacity)}.md3-checkbox-box{border:2px solid var(--md-sys-color-on-surface-variant);box-sizing:border-box;width:18px;height:18px;transition:background-color var(--md-sys-motion-duration-short2) var(--md-sys-motion-easing-standard), border-color var(--md-sys-motion-duration-short2) var(--md-sys-motion-easing-standard);border-radius:2px;justify-content:center;align-items:center;display:inline-flex}.md3-checkbox-root:hover .md3-checkbox-box,.md3-checkbox-root:focus-visible .md3-checkbox-box,.md3-checkbox-root:active .md3-checkbox-box{border-color:var(--md-sys-color-on-surface)}.md3-checkbox-root[data-checked] .md3-checkbox-box,.md3-checkbox-root[data-indeterminate] .md3-checkbox-box{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border:none}.md3-checkbox-indicator{width:18px;height:18px;display:inline-flex;position:relative}.md3-checkbox-checkIcon,.md3-checkbox-indeterminateIcon{width:100%;height:100%;position:absolute;inset:0}.md3-checkbox-indeterminateIcon,.md3-checkbox-root[data-indeterminate] .md3-checkbox-checkIcon{display:none}.md3-checkbox-root[data-indeterminate] .md3-checkbox-indeterminateIcon{display:block}.md3-checkbox-root:is([data-error],[data-invalid]){--_state-color:var(--md-sys-color-error);--_pressed-color:var(--md-sys-color-error)}.md3-checkbox-root:is([data-error],[data-invalid]) .md3-checkbox-box,.md3-checkbox-root:is([data-error],[data-invalid]):hover .md3-checkbox-box,.md3-checkbox-root:is([data-error],[data-invalid]):focus-visible .md3-checkbox-box,.md3-checkbox-root:is([data-error],[data-invalid]):active .md3-checkbox-box{border-color:var(--md-sys-color-error)}.md3-checkbox-root:is([data-error],[data-invalid])[data-checked] .md3-checkbox-box,.md3-checkbox-root:is([data-error],[data-invalid])[data-indeterminate] .md3-checkbox-box{background:var(--md-sys-color-error);color:var(--md-sys-color-on-error)}.md3-checkbox-root[data-disabled]{cursor:default;pointer-events:none}.md3-checkbox-root[data-disabled][data-unchecked] .md3-checkbox-box{border-color:color-mix(in srgb, var(--md-sys-color-on-surface) calc(var(--md-sys-state-disabled-content-opacity) * 100%), transparent)}.md3-checkbox-root[data-disabled][data-checked] .md3-checkbox-box,.md3-checkbox-root[data-disabled][data-indeterminate] .md3-checkbox-box{background:color-mix(in srgb, var(--md-sys-color-on-surface) calc(var(--md-sys-state-disabled-content-opacity) * 100%), transparent);color:var(--md-sys-color-surface)}}
