.tasks-modal__dialog{border-radius:var(--radius-lg)!important;background:var(--popover)!important;border:1px solid oklch(from var(--border) l c h / .3)!important;max-width:640px!important;padding:0!important;overflow:hidden!important}.tasks-modal__header{border-bottom:1px solid oklch(from var(--border) l c h / .15);padding:16px 20px 12px!important}.tasks-modal__header-row{align-items:center;gap:8px;display:flex}.tasks-modal__title{letter-spacing:-.02em;color:var(--foreground);font-size:15px!important;font-weight:600!important}.tasks-modal__count{background:var(--primary);min-width:20px;height:20px;color:var(--primary-foreground);font-variant-numeric:tabular-nums;border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.tasks-modal__body{max-height:min(65vh,520px);padding:8px 8px 12px;overflow-y:auto}.tasks-modal__sections{flex-direction:column;display:flex}.tasks-modal__section-toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;width:100%;padding:8px 12px 4px 8px;font-family:inherit;transition:background-color .1s;display:flex}.tasks-modal__section-toggle:hover{background-color:oklch(from var(--foreground) l c h / .03)}.tasks-modal__section-chevron{width:14px;height:14px;color:var(--muted-foreground);opacity:.5;flex-shrink:0;transition:transform .15s}.tasks-modal__section-chevron--open{transform:rotate(90deg)}.tasks-modal__section-label{letter-spacing:0;color:var(--muted-foreground);opacity:.7;font-size:.75rem;font-weight:600}.tasks-modal__section-count{background:oklch(from var(--muted) l c h / .5);min-width:18px;height:18px;color:var(--muted-foreground);font-variant-numeric:tabular-nums;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:2px;padding:0 4px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.tasks-modal__section-toggle--high .tasks-modal__section-label{color:var(--priority-high);opacity:1}.tasks-modal__section-toggle--overdue .tasks-modal__section-label{color:oklch(from var(--destructive) l c h / .85);opacity:1}.tasks-modal__section-toggle--today .tasks-modal__section-label{color:var(--warning);opacity:1}@keyframes tasks-modal-item-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tasks-modal__task{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:9px 12px;font-family:inherit;transition:background-color .15s;animation:.15s cubic-bezier(.16,1,.3,1) both tasks-modal-item-in;display:flex;position:relative}.tasks-modal__task:hover{background-color:oklch(from var(--foreground) l c h / .04)}.dark .tasks-modal__task:hover{background-color:oklch(from var(--foreground) l c h / .05)}.tasks-modal__priority-bar{background:var(--priority-high);border-radius:2px;flex-shrink:0;align-self:stretch;width:3px;height:100%;min-height:20px}.tasks-modal__dot{background:var(--primary);opacity:.6;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.tasks-modal__dot--overdue{background:oklch(from var(--destructive) l c h / .85);opacity:1}.tasks-modal__dot--today{background:var(--warning);opacity:1}.tasks-modal__task-content{flex:1;min-width:0}.tasks-modal__task-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.tasks-modal__task-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:13px;font-weight:500;overflow:hidden}.tasks-modal__task-badges{flex-shrink:0;align-items:center;gap:5px;display:flex}.tasks-modal__priority-badge{letter-spacing:.02em;color:var(--priority-high);background:oklch(from var(--priority-high) l c h / .1);border-radius:3px;padding:1px 5px;font-size:.75rem;font-weight:600;line-height:1.4}.tasks-modal__due{border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:.75rem;font-weight:500}.tasks-modal__due--overdue{color:oklch(from var(--destructive) l c h / .9);background:oklch(from var(--destructive) l c h / .1)}.tasks-modal__due--today{color:var(--warning);background:oklch(from var(--warning) l c h / .1)}.tasks-modal__due--upcoming{color:var(--muted-foreground)}.tasks-modal__due--none{color:var(--muted-foreground);opacity:.5;font-size:.75rem}.tasks-modal__task-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tasks-modal__project{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:400;line-height:1.4;overflow:hidden}.tasks-modal__tags{flex-wrap:wrap;gap:3px;display:flex}.tasks-modal__tag{border-radius:4px;padding:1px 6px;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-block}@media (prefers-reduced-motion:reduce){.tasks-modal__task{animation:none}.tasks-modal__dialog *,.tasks-modal__dialog :before,.tasks-modal__dialog :after{transition-duration:.01ms}}
