body{background:var(--c-background);-webkit-font-smoothing:antialiased;--z-index-tooltip:1000;min-height:100vh}input,button,textarea,select{font:inherit}input[type=date]{font-family:var(--f-family);font-size:var(--f-size-2);color:var(--c-foreground);outline:none;position:relative}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}input[type=date]:disabled::-webkit-calendar-picker-indicator{cursor:not-allowed;pointer-events:none}select{font-family:var(--f-family);font-size:var(--f-size-2);color:var(--c-foreground);background:var(--card);border-radius:var(--t-radius-4);padding:var(--t-space-2--5)var(--t-space-3);cursor:pointer;box-shadow:1px 1px 4px -2px var(--highlight35)inset,-1px -1px 4px -2px var(--shadow75)inset;border:none}.parent-hover{--parent-hover-opacity:0}.parent-hover:hover{--parent-hover-opacity:1}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);font-family:Outfit-Regular;font-size:var(--f-size-3);font-size:var(--f-lineHeight-3);text-align:center;user-select:none;width:max-content;max-width:var(--t-size-40);pointer-events:none;z-index:var(--z-index-tooltip);border-radius:var(--t-radius-4);padding:var(--t-space-2)var(--t-space-3)var(--t-space-2--5)var(--t-space-3);margin:var(--t-space-1)0;opacity:0;color:var(--c-foreground);background:var(--c-background40);backdrop-filter:saturate(90%)blur(15px);box-shadow:3px 3px 30px -10px var(--shadow40),1px 1px 3px -1px var(--highlight40)inset,0px 0px 3px -1px var(--highlight40)inset;transition:opacity .15s ease-out .15s,transform .15s ease-out .15s}[data-tooltip]:hover:after{opacity:1}@supports not (anchor-name:--tooltip-anchor){[data-tooltip]:after{transform:translateX(-50%)translateY(var(--t-space-1));position:absolute;bottom:100%;left:50%}[data-tooltip]:hover:after{transform:translate(-50%)translateY(0)}}@supports (anchor-scope:--anchor){[data-tooltip]{anchor-scope:--tooltip-anchor;anchor-name:--tooltip-anchor}[data-tooltip]:after{position-anchor:--tooltip-anchor;position-area:top;justify-self:anchor-center;position-visibility:anchors-visible;position-try-fallbacks:top,bottom;transform:translateY(var(--t-space-1));position:fixed}[data-tooltip]:hover:after{transform:translateY(0)}}@supports (anchor-scope:--task-row-details-anchor){.TaskRow-details{anchor-scope:--task-row-details-anchor;anchor-name:--task-row-details-anchor;position:fixed}.TaskRow-details-popup{position-anchor:--task-row-details-anchor;position-area:bottom;justify-self:anchor-center;position-visibility:anchors-visible;position-try-fallbacks:bottom,top;position:fixed!important;top:auto!important;right:auto!important}}