.style-module__5m-RaW__kanban-container{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%}.style-module__5m-RaW__kanban-container.style-module__5m-RaW__grabbing,.style-module__5m-RaW__kanban-container.style-module__5m-RaW__grabbing *{cursor:grabbing}.style-module__5m-RaW__column{flex:400px}.style-module__5m-RaW__column-full-width{flex:none;width:100%}.style-module__5m-RaW__empty-column{text-align:center;width:100%;color:var(--text-secondary);opacity:.6;padding:40px 0}.style-module__5m-RaW__tab--backlog[data-selected=true]{background-color:var(--status-fill-backlog);color:var(--text-primary,#191c30)}.style-module__5m-RaW__tab--in-progress[data-selected=true]{background-color:var(--status-fill-in-progress);color:var(--filter-my-fg)}.style-module__5m-RaW__tab--done[data-selected=true]{background-color:var(--status-fill-done);color:var(--text-secondary,#6b6d80)}.style-module__5m-RaW__tab--overdue[data-selected=true]{background-color:var(--status-fill-overdue);color:var(--filter-overdue-fg)}.style-module__5m-RaW__kanban-mobile-tabs-root{gap:0}.style-module__5m-RaW__kanban-mobile-sticky-cluster{top:calc(var(--mobile-app-header-offset,0px) + var(--sticky-header-height));z-index:10;align-items:stretch;gap:var(--space-2x);box-sizing:border-box;background:var(--bg-primary);width:100%;max-width:100%;padding-bottom:var(--space-4x);border-bottom:1px solid #0000;flex-direction:column;margin-left:0;margin-right:0;padding-left:0;padding-right:0;transition:border-radius .25s,border-color .25s;display:flex;position:sticky}.style-module__5m-RaW__kanban-mobile-create-wrap{flex-shrink:0;align-self:stretch;width:100%}.style-module__5m-RaW__kanban-mobile-create-button{width:100%;max-width:none}.style-module__5m-RaW__kanban-mobile-sentinel{pointer-events:none;visibility:hidden;flex-shrink:0;width:100%;height:1px;margin:0;padding:0;overflow:hidden}.style-module__5m-RaW__kanban-mobile-tablist{box-sizing:border-box;align-self:stretch;width:100%;max-width:100%;margin-inline:0;transition:border-radius .25s,border-color .25s}.style-module__5m-RaW__kanban-mobile-sticky-cluster--stuck .style-module__5m-RaW__kanban-mobile-tablist{border-radius:0 0 16px 16px!important}.style-module__5m-RaW__kanban-mobile-tablist [role=tab]{flex:auto;min-width:max-content;transition:flex .25s}@media (max-width:1280px){.style-module__5m-RaW__kanban-mobile-tablist{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow:auto visible}.style-module__5m-RaW__kanban-mobile-tablist::-webkit-scrollbar{display:none}}.style-module__5m-RaW__kanban-mobile-sticky-cluster--stuck{width:calc(100% + 2 * var(--space-5x));max-width:none;margin-left:calc(-1 * var(--space-5x));margin-right:calc(-1 * var(--space-5x));border-bottom:1px solid var(--border-primary);border-top-left-radius:0;border-top-right-radius:0;padding-left:0;padding-right:0}@media (max-width:768px){.style-module__5m-RaW__kanban-mobile-sticky-cluster--stuck{width:calc(100% + 2 * var(--space-4x));margin-left:calc(-1 * var(--space-4x));margin-right:calc(-1 * var(--space-4x));padding-left:0;padding-right:0}}.style-module__5m-RaW__tab-label__stats{font-family:var(--font-family);opacity:.7;font-size:10px;font-weight:400}.style-module__5m-RaW__drop-zone{border-radius:12px;min-height:500px;padding:12px;transition:background-color .2s}@media (max-width:430px){.style-module__5m-RaW__drop-zone{padding:0}}.style-module__5m-RaW__drop-zone.style-module__5m-RaW__drag-over{background-color:#3b82f61a;border:2px dashed #3b82f680}.style-module__5m-RaW__drop-zone--backlog,.style-module__5m-RaW__drop-zone--in-progress,.style-module__5m-RaW__drop-zone--done,.style-module__5m-RaW__drop-zone--overdue{background-color:var(--bg-secondary,#f8f8fa)}@media (max-width:430px){.style-module__5m-RaW__drop-zone--backlog,.style-module__5m-RaW__drop-zone--in-progress,.style-module__5m-RaW__drop-zone--done,.style-module__5m-RaW__drop-zone--overdue{background-color:#0000}}.style-module__5m-RaW__column-header{z-index:2;top:calc(var(--kanban-sticky-toolbar-top,0px) + var(--kanban-toolbar-height,12px) + var(--kanban-column-header-stuck-gap,0px) + 12px);border-radius:10px;padding:12px 16px;position:sticky}.style-module__5m-RaW__column-header__titleGroup{align-items:baseline;gap:var(--space-2x);flex-flow:wrap;min-width:0;display:inline-flex}.style-module__5m-RaW__column-header__stats{font-family:var(--font-family);opacity:.7;flex-shrink:0;font-size:13px;font-weight:500}.style-module__5m-RaW__column-header--backlog,.style-module__5m-RaW__column-header--in-progress,.style-module__5m-RaW__column-header--done,.style-module__5m-RaW__column-header--overdue{background-color:var(--bg-primary,#fff);color:var(--text-primary);border:1px solid var(--border-primary,#ededee)}.style-module__5m-RaW__tasks-container{flex-direction:column;gap:16px;min-height:200px;display:flex}.style-module__5m-RaW__draggable-task{cursor:grab;width:100%;transition:opacity .2s,transform .2s}.style-module__5m-RaW__draggable-task.style-module__5m-RaW__not-draggable{cursor:default}.style-module__5m-RaW__draggable-task:hover{transform:translateY(-2px)}.style-module__5m-RaW__draggable-task.style-module__5m-RaW__not-draggable:hover{transform:none}.style-module__5m-RaW__draggable-task.style-module__5m-RaW__dragging{opacity:.5;cursor:grabbing}.style-module__5m-RaW__draggable-task:active{cursor:grabbing}.style-module__5m-RaW__task-list{outline:none;flex-direction:column;gap:16px;min-height:200px;display:flex}.style-module__5m-RaW__task-item{border-radius:8px;outline:none;transition:all .2s}.style-module__5m-RaW__task-item[data-dragging]{opacity:.5;transform:scale(.95)}.style-module__5m-RaW__task-item[data-drop-target]{transform:translateY(-2px)}.style-module__5m-RaW__task-list[data-drop-target]{background-color:#3b82f61a;border:2px dashed #3b82f680;border-radius:8px}
.style-module__ufrmfG__task-card{cursor:pointer;transition:border-color .2s ease-in-out}.style-module__ufrmfG__task-card__content{flex-direction:column;gap:12px;display:flex}.style-module__ufrmfG__task-card__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.style-module__ufrmfG__task-card__title{flex:1;min-width:0;line-height:1.4}.style-module__ufrmfG__task-card__toolbar{flex-shrink:0;align-self:center;align-items:center;gap:8px;height:32px;display:inline-flex}.style-module__ufrmfG__task-card__toolbar button{justify-content:center;align-items:center;display:inline-flex}.style-module__ufrmfG__task-card__reminder--active{color:var(--icons-primary-inverse,#fff)!important;background:#4155a0!important}.style-module__ufrmfG__task-card__reschedule{flex-shrink:0;display:inline-flex;position:relative}.style-module__ufrmfG__task-card__reschedule-count{pointer-events:none;font-size:9px;font-weight:500;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.style-module__ufrmfG__task-card__info{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.style-module__ufrmfG__task-card__footer{width:100%}.style-module__ufrmfG__task-card__date{font-family:var(--font-family);color:var(--text-secondary);align-items:center;gap:4px;font-size:12px;font-weight:400;display:inline-flex}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--backlog{background-color:var(--status-fill-backlog);border-color:var(--border-primary)}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--backlog:hover{border-color:#4155a080}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--in-progress{background-color:var(--status-fill-in-progress);border-color:var(--border-primary)}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--in-progress:hover{border-color:#4155a080}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--done{background-color:var(--status-fill-done);border-color:var(--border-primary)}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--done:hover{border-color:#4155a080}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--overdue{background-color:var(--status-fill-overdue);border-color:var(--border-primary)}.style-module__ufrmfG__task-card.style-module__ufrmfG__task-card--overdue:hover{border-color:#4155a080}
:where([data-mantine-color-scheme=light]) .me_9f396aa1{--picker-fade-edge-color:var(--mantine-color-white);--picker-divider-color:var(--mantine-color-gray-4);--picker-highlight-color:var(--mantine-color-gray-1);--picker-text-color:var(--mantine-color-black);--picker-text-color-dim:var(--mantine-color-gray-6)}:where([data-mantine-color-scheme=dark]) .me_9f396aa1{--picker-fade-edge-color:var(--mantine-color-dark-7);--picker-divider-color:var(--mantine-color-dark-4);--picker-highlight-color:var(--mantine-color-dark-6);--picker-text-color:var(--mantine-color-white);--picker-text-color-dim:var(--mantine-color-gray-5)}.me_9f396aa1{border-radius:inherit;font-variant-numeric:tabular-nums;height:var(--picker-height,200px);perspective:var(--picker-perspective,300px);-webkit-user-select:none;user-select:none;width:100%;position:relative;overflow:hidden}.me_9f396aa1[data-disabled]{cursor:not-allowed;opacity:.5}.me_9f396aa1[data-focused=true]{outline:2px solid var(--mantine-primary-color);outline-offset:2px}.me_9f396aa1[data-3d=true]{perspective:var(--picker-perspective,300px);transform-style:preserve-3d}.me_9f396aa1[data-readonly]{cursor:default}.me_63089546{border-radius:var(--mantine-radius-md);width:100%;height:100%;position:relative;overflow:hidden}.me_3dcdc8c6,.me_63089546{align-items:center;display:flex}.me_3dcdc8c6{color:var(--picker-text-color);height:var(--picker-item-height,40px);-webkit-user-select:none;user-select:none;z-index:4;justify-content:center;padding:0 8px;font-weight:500;position:absolute;top:50%;transform:translateY(-50%)}.me_3dcdc8c6[data-position=left]{left:8px}.me_3dcdc8c6[data-position=right]{right:8px}.me_1174a222{cursor:grab;height:100%;transform:rotateY(var(--picker-rotate-y,0deg));transform-origin:50%;transform-style:preserve-3d;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.me_1174a222[data-dragging=true]{cursor:grabbing}.me_1174a222[data-disabled=true]{cursor:not-allowed}.me_1174a222[data-3d=true]{transform-style:preserve-3d}.me_1174a222[data-readonly=true]{cursor:default}.me_9f3564d2{backface-visibility:hidden;box-sizing:border-box;color:var(--picker-text-color-dim);text-align:center;transform-style:preserve-3d;transition:transform var(--picker-animation-duration) var(--picker-animation-easing),opacity var(--picker-animation-duration) var(--picker-animation-easing),filter var(--picker-animation-duration) var(--picker-animation-easing);will-change:transform,opacity;justify-content:center;align-items:center;width:100%;padding:0 10px;font-weight:500;display:flex;position:absolute}.me_9f3564d2[data-dragging=true],.me_9f3564d2[data-momentum=true],.me_9f3564d2[data-wheeling=true]{will-change:transform;transition:none!important;animation:none!important}.me_9f3564d2[data-selected=true]{color:var(--picker-text-color);font-weight:600}.me_9f3564d2[data-3d=true]{backface-visibility:hidden;transform-origin:50%;transform-style:preserve-3d}.me_9f36f0ab{z-index:1;top:0;bottom:0}.me_9f36f0ab,.me_9f36f0ab:after,.me_9f36f0ab:before{pointer-events:none;position:absolute;left:0;right:0}.me_9f36f0ab:after,.me_9f36f0ab:before{content:"";height:var(--picker-mask-height,45%);z-index:2}.me_9f36f0ab:before{background:linear-gradient(to bottom,var(--picker-fade-edge-color) var(--picker-mask-intensity,60%),#fff0 100%);top:0}.me_9f36f0ab:after{background:linear-gradient(to top,var(--picker-fade-edge-color) var(--picker-mask-intensity,60%),#fff0 100%);bottom:0}.me_158e255{background-color:var(--picker-highlight-color);border-radius:var(--mantine-radius-sm);height:var(--picker-item-height,40px);z-index:0;top:50%;transform:translateY(-50%)}.me_158e255,.me_592142b9{pointer-events:none;position:absolute;left:0;right:0}.me_592142b9{z-index:3;top:0;bottom:0}.me_592142b9:after,.me_592142b9:before{background-color:var(--picker-divider-color);content:"";z-index:3;height:1px;position:absolute;left:0;right:0}.me_592142b9:before{top:calc(50% - var(--picker-item-height,40px)/2)}.me_592142b9:after{bottom:calc(50% - var(--picker-item-height,40px)/2)}.me_5101a03b{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.MantineTimeDrum-module__bE7Y0q__root{justify-content:center;align-items:center;gap:var(--space-1x,8px);padding-block:var(--space-1x,8px);-webkit-user-select:none;user-select:none;display:flex}.MantineTimeDrum-module__bE7Y0q__root[aria-disabled=true]{opacity:.6;pointer-events:none}.MantineTimeDrum-module__bE7Y0q__colon{color:var(--text-primary,#191c30);font-variant-numeric:tabular-nums;font-size:20px;font-weight:600;line-height:1}
.MobileTimePickerSheet-module__sjW0Rq__sheet{padding:var(--space-4x) var(--space-4x) calc(var(--space-4x) + env(safe-area-inset-bottom,0px))}.MobileTimePickerSheet-module__sjW0Rq__title{padding-inline:var(--space-1x)}.MobileTimePickerSheet-module__sjW0Rq__nestedOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#6b6d804d;flex-direction:column;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.MobileTimePickerSheet-module__sjW0Rq__nestedSheet{background:var(--bg-primary,#fff);border-top:1px solid var(--border-primary,#ededee);border-radius:var(--radius-card,12px) var(--radius-card,12px) 0 0;width:100%}
.style-module__p9GMQa__shellContent{align-items:center;max-width:none;height:100%;display:flex;overflow:visible!important}.style-module__p9GMQa__row{align-items:center;width:100%;min-width:0;height:100%}.style-module__p9GMQa__dateSlot{flex:1 1 0;align-items:center;min-width:0;height:100%;display:flex;overflow:hidden}.style-module__p9GMQa__nativeDate{width:100%;min-width:0;height:100%;color:inherit;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none}.style-module__p9GMQa__timeSlot{flex:none;justify-content:center;align-items:center;height:100%;margin-left:auto;line-height:0;display:flex}.style-module__p9GMQa__nativeTime{color:inherit;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;padding:0}.style-module__p9GMQa__mobileDrumStack{width:100%;min-width:0}.style-module__p9GMQa__mobileDrumSlot{width:100%;min-width:0;padding:4px 0 8px}
