@layer components{.shell-decision-tabs{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:999px;flex-wrap:wrap;align-items:center;gap:4px;margin-top:8px;margin-bottom:10px;padding:4px;display:inline-flex}.shell-decision-tab{color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.shell-decision-tab:hover{color:var(--shell-color-text)}.shell-decision-tab.active{background:var(--shell-surface-brand-weak);color:var(--shell-color-brand)}.shell-decision-tab-badge{background:var(--shell-color-brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.shell-decision-header-viewall{color:var(--shell-color-brand);white-space:nowrap;margin-left:auto;font-size:.82rem;font-weight:600;text-decoration:none}.shell-decision-header-viewall:hover{text-decoration:underline}.shell-decision-body,.shell-decision-list{flex-direction:column;flex:1;min-height:0;display:flex}.shell-decision-list{margin:var(--shell-spacing-md) 0 0;gap:0;padding:0;list-style:none;overflow-y:auto}.shell-decision-item{padding:var(--shell-spacing-md) var(--shell-spacing-sm);border-bottom:1px solid var(--shell-color-border);transition:background var(--shell-transition-fast)}.shell-decision-item:last-child{border-bottom:none}.shell-decision-item:hover{background:var(--shell-color-surface)}.shell-decision-item-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.shell-decision-item-main-link{color:inherit;flex-direction:column;flex:1;gap:4px;min-width:0;text-decoration:none;display:flex}.shell-decision-item-main-link:focus-visible{outline:2px solid var(--shell-color-brand);outline-offset:2px;border-radius:var(--shell-radius-sm)}.shell-decision-primary-value{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;line-height:1.35;overflow:hidden}.shell-decision-item-meta{color:var(--shell-color-text-muted);align-items:center;gap:0;margin:0;font-size:.78rem;line-height:1.3;display:flex}.shell-decision-item-due{font-weight:600}.shell-decision-item-sep{margin:0 6px}.shell-decision-actions{flex-shrink:0;grid-template-columns:auto auto;gap:6px;display:grid}.shell-decision-btn{cursor:pointer;border-radius:var(--shell-radius-md);transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast);white-space:nowrap;border:1px solid transparent;justify-content:center;align-items:center;gap:4px;padding:5px 12px;font-size:.76rem;font-weight:600;display:inline-flex}.shell-decision-btn:disabled{opacity:.5;cursor:default}.shell-decision-btn.approve{color:#22c55e;background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.3)}.shell-decision-btn.approve:hover:not(:disabled){background:rgba(34,197,94,.25)}.shell-decision-btn.deny{color:#ef4444;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.25)}.shell-decision-btn.deny:hover:not(:disabled){background:rgba(239,68,68,.22)}.shell-decision-btn.clarify{border-color:var(--shell-color-border);color:var(--shell-color-text-muted);background:none}.shell-decision-btn.clarify:hover:not(:disabled){background:var(--shell-color-surface);color:var(--shell-color-text)}.shell-decision-btn.task{border-color:var(--shell-color-border);color:var(--shell-color-text-muted);background:none}.shell-decision-btn.task:hover:not(:disabled){background:var(--shell-color-surface);color:var(--shell-color-text)}.shell-decision-btn.clarify-send{color:#bae6fd;background:rgba(125,211,252,.18)}.shell-decision-btn.clarify-send:hover{background:rgba(125,211,252,.28)}.shell-decision-clarification{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);margin-top:8px;padding:8px}.shell-decision-clarification-input{resize:vertical;border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-bg);color:var(--shell-color-text);width:100%;min-height:56px;padding:8px 10px;font-size:.82rem;line-height:1.35}.shell-decision-clarification-input:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--shell-color-brand) 20%,transparent);outline:none}.shell-decision-clarification-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.shell-decision-task-modal-backdrop{z-index:1200;background:rgba(0,0,0,.58);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.shell-decision-task-modal{background:var(--shell-color-surface,#111827);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);flex-direction:column;width:min(640px,100vw - 32px);max-height:calc(100vh - 64px);display:flex;box-shadow:0 24px 48px rgba(0,0,0,.45)}.shell-decision-task-modal-header{border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.shell-decision-task-modal-header h3{color:var(--shell-color-text);margin:0;font-size:1rem;font-weight:700}.shell-decision-task-modal-close{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.shell-decision-task-modal-close:hover{color:var(--shell-color-text);background:var(--shell-color-surface)}.shell-decision-task-modal-body{flex-direction:column;gap:8px;padding:14px 16px;display:flex;overflow:auto}.shell-decision-task-modal-body label{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:700}.shell-decision-task-modal-body input,.shell-decision-task-modal-body select,.shell-decision-task-modal-body textarea{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);color:var(--shell-color-text);background:none;width:100%;padding:8px 10px;font-size:.84rem}.shell-decision-task-modal-body textarea{resize:vertical;min-height:82px;line-height:1.35}.shell-decision-task-modal-body input:focus,.shell-decision-task-modal-body select:focus,.shell-decision-task-modal-body textarea:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--shell-color-brand) 20%,transparent);outline:none}.shell-decision-task-modal-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shell-decision-task-modal-field{flex-direction:column;gap:8px;display:flex}.shell-decision-task-modal-note{color:var(--shell-color-text-muted);margin:2px 0 0;font-size:.76rem}.shell-decision-task-modal-error{color:#f87171;margin:2px 0 0;font-size:.78rem}.shell-decision-task-modal-footer{border-top:1px solid var(--shell-color-border);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.shell-decision-task-status{margin:8px 0 0;font-size:.75rem;line-height:1.3}.shell-decision-task-status.is-success{color:#22c55e}.shell-decision-task-status.is-error{color:#f87171}.shell-decision-clarification-pill{color:#fef3c7;text-overflow:ellipsis;white-space:nowrap;background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.35);border-radius:999px;align-items:center;gap:6px;max-width:100%;margin:0 0 8px;padding:2px 10px;font-size:.76rem;font-weight:600;line-height:1.3;display:inline-flex;overflow:hidden}.shell-decision-clarification-pill span{color:#fde68a;background:hsla(0,0%,100%,.2);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.64rem;font-weight:700;display:inline-flex}.shell-decision-footer{padding-top:var(--shell-spacing-md);border-top:1px solid var(--shell-color-border);margin-top:var(--shell-spacing-sm);justify-content:space-between;align-items:center;display:flex}.shell-decision-footer-count{color:var(--shell-color-text-muted);font-size:.82rem;font-weight:600}.shell-decision-footer-link{color:var(--shell-color-brand);font-size:.82rem;font-weight:600;text-decoration:none}.shell-decision-footer-link:hover{text-decoration:underline}@media (max-width:600px){.shell-decision-item-row{flex-direction:column;align-items:stretch;gap:10px}.shell-decision-actions{grid-template-columns:1fr 1fr}.shell-decision-task-modal-row{grid-template-columns:1fr}}}@layer components{.shell-urgent-list{margin:var(--shell-spacing-md) 0 0;gap:var(--shell-spacing-md);flex-direction:column;padding:0;list-style:none;display:flex}.shell-urgent-item{padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-md);background:rgba(249,115,22,.05);border:1px solid rgba(249,115,22,.15)}.shell-urgent-item.urgent-critical{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.4)}.shell-urgent-item.urgent-high{border-color:rgba(249,115,22,.4)}.shell-urgent-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.shell-urgent-sender{font-size:.9rem;font-weight:500}.shell-urgent-time{color:var(--shell-color-text-muted);font-size:.75rem}.shell-urgent-body{margin:0 0 var(--shell-spacing-sm);color:var(--shell-color-text-muted);font-size:.85rem;line-height:1.4}.shell-urgent-link{color:var(--shell-color-brand);font-size:.8rem}.shell-unresponded-list{margin:var(--shell-spacing-md) 0 0;gap:var(--shell-spacing-xs);flex-direction:column;padding:0;list-style:none;display:flex}.shell-unresponded-item{border-radius:var(--shell-radius-md);transition:background var(--shell-transition-fast)}.shell-unresponded-item:hover{background:var(--shell-surface-neutral-weak)}.shell-unresponded-item a{padding:var(--shell-spacing-sm);display:block}.shell-unresponded-header{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.shell-unresponded-name{font-size:.9rem;font-weight:500}.shell-unresponded-time{color:var(--shell-color-text-muted);font-size:.75rem}.shell-unresponded-preview{color:var(--shell-color-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.85rem;line-height:1.3;overflow:hidden}.shell-settings-page{padding:var(--shell-spacing-lg);max-width:800px;margin:0 auto}.shell-settings-header{justify-content:space-between;align-items:flex-start;gap:var(--shell-spacing-lg);margin-bottom:var(--shell-spacing-xl);display:flex}.shell-settings-header h1{margin:0 0 var(--shell-spacing-xs);font-size:1.5rem}.shell-settings-error{color:#ef4444;padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-radius:var(--shell-radius-md);background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);font-size:.9rem}.shell-settings-card,.shell-settings-error{margin-bottom:var(--shell-spacing-lg)}.shell-settings-back{margin-top:var(--shell-spacing-xl)}.shell-settings-back a{color:var(--shell-color-text-muted);font-size:.9rem}.shell-settings-back a:hover{color:var(--shell-color-brand)}.shell-tracking-form{gap:var(--shell-spacing-md);margin-top:var(--shell-spacing-md);flex-direction:column;display:flex}.shell-tracking-form-row{gap:var(--shell-spacing-xs);flex-direction:column;display:flex}.shell-tracking-form-row label{font-size:.9rem;font-weight:500}.shell-tracking-form-row input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-bg);color:var(--shell-color-text);font-size:.95rem}.shell-tracking-form-row input:focus{border-color:var(--shell-color-brand);outline:none}.shell-tracking-form-row small{font-size:.8rem}.shell-tracking-type-toggle{gap:var(--shell-spacing-xs);display:flex}.shell-tracking-type-toggle button{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);background:none;font-size:.9rem}.shell-tracking-type-toggle button:hover{border-color:var(--shell-color-brand)}.shell-tracking-type-toggle button.active{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.shell-tracking-form-actions{margin-top:var(--shell-spacing-sm);justify-content:flex-end;display:flex}.shell-tracking-empty{text-align:center;padding:var(--shell-spacing-xl)}.shell-tracking-list{margin:var(--shell-spacing-md) 0 0;gap:var(--shell-spacing-sm);flex-direction:column;padding:0;list-style:none;display:flex}.shell-tracking-item{padding:var(--shell-spacing-sm) var(--shell-spacing-md);background:var(--shell-surface-neutral-hint,rgba(var(--shell-color-neutral-rgb),.05));border-radius:var(--shell-radius-md);justify-content:space-between;align-items:center;display:flex}.shell-tracking-item-info{flex-direction:column;gap:2px;display:flex}.shell-tracking-item-name{font-weight:500}.shell-tracking-item-type{color:var(--shell-color-text-muted);font-size:.8rem}.shell-tracking-item-actions{align-items:center;gap:var(--shell-spacing-md);display:flex}.shell-tracking-toggle{width:40px;height:22px;display:inline-block;position:relative}.shell-tracking-toggle input{opacity:0;width:0;height:0}.shell-tracking-toggle-slider{cursor:pointer;background-color:var(--shell-color-border);transition:background-color var(--shell-transition-fast);border-radius:22px;position:absolute;top:0;bottom:0;left:0;right:0}.shell-tracking-toggle-slider:before{content:"";transition:transform var(--shell-transition-fast);background-color:#fff;border-radius:50%;width:16px;height:16px;position:absolute;bottom:3px;left:3px}.shell-tracking-toggle input:checked+.shell-tracking-toggle-slider{background-color:var(--shell-color-brand)}.shell-tracking-toggle input:checked+.shell-tracking-toggle-slider:before{transform:translateX(18px)}.shell-tracking-delete{color:var(--shell-color-text-muted);cursor:pointer;opacity:.6;transition:opacity var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border:none;padding:0;font-size:1.25rem;line-height:1}.shell-tracking-delete:hover{opacity:1;color:#ef4444}.shell-task-list{margin:var(--shell-spacing-md) 0 0;flex-direction:column;padding:0;list-style:none}.shell-task-list,.shell-task-list li{gap:var(--shell-spacing-sm);display:flex}.shell-task-list li{align-items:center;padding:var(--shell-spacing-sm) 0;color:var(--shell-color-text);font-size:.9rem}.shell-task-list li.completed{color:var(--shell-color-text-muted);text-decoration:line-through}.shell-task-check{color:var(--shell-color-brand);font-size:.85rem}.tasks-widget-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.tasks-widget-focused-card{box-shadow:none;height:100%;min-height:0}.tasks-widget-add-trigger{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) var(--shell-spacing-md);margin-bottom:var(--shell-spacing-sm);border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);background:none;width:100%;font-size:.85rem;display:flex}.tasks-widget-add-trigger:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-surface-brand-hover)}.tasks-widget-add-icon{font-size:1.1rem;font-weight:300}.tasks-widget-add-form{gap:var(--shell-spacing-sm);margin-bottom:var(--shell-spacing-sm);flex-direction:column;display:flex}.tasks-widget-title-entry{align-items:stretch;gap:var(--shell-spacing-sm);min-width:0;display:flex}.tasks-widget-title-entry .tasks-widget-input{flex:1;min-width:0}.tasks-widget-input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);transition:border-color var(--shell-transition-fast);outline:none;width:100%;font-size:.9rem}.tasks-widget-input:focus{border-color:var(--shell-color-brand)}.tasks-widget-add-actions{align-items:center;gap:var(--shell-spacing-sm);display:flex}.tasks-widget-btn{padding:var(--shell-spacing-xs) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);font-size:.8rem}.tasks-widget-btn:hover:not(:disabled){background:var(--shell-color-surface-elevated)}.tasks-widget-btn:disabled{opacity:.5;cursor:not-allowed}.tasks-widget-btn.primary{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.tasks-widget-btn.primary:hover:not(:disabled){background:var(--shell-color-brand-hover)}.tasks-widget-save-btn{white-space:nowrap;justify-content:center;align-items:center;gap:5px;min-width:78px;display:inline-flex}.tasks-widget-save-hint{color:var(--shell-color-text-muted);font-size:.72rem}.tasks-widget-btn.small{padding:2px var(--shell-spacing-sm);font-size:.75rem}.tasks-widget-list{flex-direction:column;flex:none;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow:visible}.tasks-widget-item{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) 0;border-bottom:1px solid var(--shell-color-border);display:flex}.tasks-widget-item:last-child{border-bottom:none}.tasks-widget-item.completed .tasks-widget-title{color:var(--shell-color-text-muted);text-decoration:line-through}.tasks-widget-title{color:var(--shell-color-text);cursor:pointer;border-radius:var(--shell-radius-sm);transition:background var(--shell-transition-fast);flex:1;padding:2px 4px;font-size:.9rem}.tasks-widget-title:hover{background:var(--shell-color-surface-elevated)}.tasks-widget-status-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--shell-surface-neutral-soft);color:var(--shell-color-text-muted);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 12px),calc(100% - 8px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;border:0;border-radius:999px;flex:0 0 106px;width:106px;padding:3px 22px 3px 10px;font-size:.68rem;font-weight:700;line-height:1.35;overflow:hidden}.tasks-widget-status-select:focus{outline:2px solid var(--shell-surface-brand-strong);outline-offset:2px}.tasks-widget-status-select:disabled{cursor:default;opacity:.72}.tasks-widget-status-select.is-open{background-color:color-mix(in srgb,var(--shell-color-brand) 14%,transparent);color:var(--shell-color-brand)}.tasks-widget-status-select.is-in_progress{background-color:color-mix(in srgb,var(--shell-color-warning) 16%,transparent);color:var(--shell-color-warning)}.tasks-widget-status-select.is-done,.tasks-widget-status-select.is-in_review{background-color:color-mix(in srgb,var(--shell-color-positive) 16%,transparent);color:var(--shell-color-positive)}.tasks-widget-status-select.is-blocked,.tasks-widget-status-select.is-cancelled{background-color:color-mix(in srgb,var(--shell-color-negative) 16%,transparent);color:var(--shell-color-negative)}.tasks-widget-status-select.is-on_hold{background-color:color-mix(in srgb,var(--shell-color-text-muted) 16%,transparent);color:var(--shell-color-text-muted)}.tasks-widget-ai-trigger{background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);cursor:pointer;transition:all var(--shell-transition-fast);letter-spacing:.02em;border:1px solid rgba(59,130,246,.18);border-radius:999px;flex-shrink:0;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.tasks-widget-ai-trigger:hover:not(:disabled){background:var(--shell-color-brand);color:#fff;border-color:var(--shell-color-brand)}.tasks-widget-ai-trigger:disabled{opacity:.5;cursor:not-allowed}.tasks-widget-ai-trigger svg{flex-shrink:0}.tasks-widget-ai-trigger.inbox{height:28px;padding:0 9px}.tasks-widget-open-full{color:var(--shell-color-text-muted);cursor:pointer;opacity:0;transition:all var(--shell-transition-fast);border-radius:var(--shell-radius-sm);background:none;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:.85rem;display:flex}.tasks-widget-item:hover .tasks-widget-open-full{opacity:1}.tasks-widget-open-full:hover{color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.tasks-widget-delete{color:var(--shell-color-text-muted);cursor:pointer;opacity:0;transition:all var(--shell-transition-fast);border-radius:var(--shell-radius-sm);background:none;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.tasks-widget-item:hover .tasks-widget-delete{opacity:1}.tasks-widget-delete:hover{color:#ef4444;background:rgba(239,68,68,.1)}.tasks-widget-edit-row{align-items:center;gap:var(--shell-spacing-sm);flex:1;display:flex}.tasks-widget-edit-row .tasks-widget-input{padding:4px var(--shell-spacing-sm);flex:1;font-size:.85rem}.tasks-widget-edit-form{gap:var(--shell-spacing-xs);padding:var(--shell-spacing-xs) 0;flex-direction:column;flex:1;display:flex}.tasks-widget-edit-form .tasks-widget-input{padding:4px var(--shell-spacing-sm);font-size:.85rem}.tasks-widget-edit-meta{align-items:center}.tasks-widget-edit-actions,.tasks-widget-edit-meta{gap:var(--shell-spacing-sm);display:flex}.tasks-widget-project-pill.readonly{cursor:default;opacity:.8}.tasks-widget-project-pill.readonly:hover{background:var(--shell-surface-brand-weak)}.tasks-widget-empty{text-align:center;padding:var(--shell-spacing-lg)}.tasks-widget-more{text-align:center;padding:var(--shell-spacing-sm);margin-top:var(--shell-spacing-sm);border-top:1px solid var(--shell-color-border);color:var(--shell-color-brand);flex:none;font-size:.85rem;text-decoration:none;display:block}.tasks-widget-more:hover{text-decoration:underline}.tasks-widget-meta-row{gap:var(--shell-spacing-sm);align-items:center;display:flex}.tasks-widget-select{padding:var(--shell-spacing-xs) var(--shell-spacing-sm);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);cursor:pointer;transition:border-color var(--shell-transition-fast);outline:none;flex:1;min-width:0;font-size:.8rem}.tasks-widget-select:focus{border-color:var(--shell-color-brand)}.tasks-widget-select:disabled{opacity:.5;cursor:not-allowed}.tasks-widget-date-input{padding:var(--shell-spacing-xs) var(--shell-spacing-sm);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);cursor:pointer;transition:border-color var(--shell-transition-fast);outline:none;font-size:.8rem}.tasks-widget-date-input:focus{border-color:var(--shell-color-brand)}.tasks-widget-date-input:disabled{opacity:.5;cursor:not-allowed}.tasks-widget-content{cursor:pointer;border-radius:var(--shell-radius-sm);flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tasks-widget-content .tasks-widget-title{flex:none}}@layer components{.tasks-widget-content:focus-visible{outline:2px solid var(--shell-color-brand);outline-offset:2px}.tasks-widget-meta{align-items:center;gap:var(--shell-spacing-xs);flex-wrap:wrap;display:flex}.tasks-widget-ai-prep-pill{border-radius:var(--shell-radius-sm);white-space:nowrap;background:var(--shell-color-surface-elevated);color:var(--shell-color-text-muted);align-items:center;padding:1px 6px;font-size:.68rem;font-weight:600;display:inline-flex}.tasks-widget-ai-prep-pill.is-preparing{background:color-mix(in srgb,var(--shell-color-brand) 16%,transparent);color:var(--shell-color-brand)}.tasks-widget-ai-prep-pill.is-ready{color:#15803d;background:rgba(22,163,74,.14)}.tasks-widget-ai-prep-pill.is-needs-review{color:#b45309;background:rgba(245,158,11,.16)}.tasks-widget-ai-prep-pill.is-error{color:#b91c1c;background:rgba(239,68,68,.16)}.tasks-widget-ai-prep-pill.is-sent{color:#1d4ed8;background:rgba(37,99,235,.16)}.tasks-widget-project-pill{background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);border-radius:var(--shell-radius-sm);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;transition:all var(--shell-transition-fast);align-items:center;max-width:120px;padding:1px 6px;font-size:.7rem;font-weight:500;display:inline-flex;overflow:hidden}.tasks-widget-project-pill:hover{background:var(--shell-surface-brand-hover)}.tasks-widget-due{border-radius:var(--shell-radius-sm);white-space:nowrap;align-items:center;padding:1px 6px;font-size:.7rem;font-weight:500;display:inline-flex}.tasks-widget-due.overdue{color:#ef4444;background:rgba(239,68,68,.15)}.tasks-widget-due.today{color:#ca8a04;background:rgba(234,179,8,.15)}.tasks-widget-due.soon{color:#ca8a04;background:rgba(234,179,8,.1)}.tasks-widget-due.normal,.tasks-widget-due.upcoming{background:var(--shell-color-surface-elevated);color:var(--shell-color-text-muted)}.tasks-widget-template-row{margin-top:var(--shell-spacing-xs)}.tasks-widget-sections{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.tasks-widget-sections-focused{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);padding:0 var(--shell-spacing-sm)}.tasks-widget-section{border-radius:var(--shell-radius-md);transition:background var(--shell-transition-fast);flex-direction:column;display:flex}.tasks-widget-section.drag-over{background:var(--shell-surface-brand-weak)}.tasks-widget-section-header{padding:var(--shell-spacing-xs) var(--shell-spacing-sm);margin-bottom:var(--shell-spacing-xs);justify-content:space-between;align-items:center;display:flex}.tasks-widget-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-brand);font-size:.75rem;font-weight:600}.tasks-widget-section-count{color:var(--shell-color-text-muted);background:var(--shell-color-surface-elevated);border-radius:10px;padding:1px 6px;font-size:.7rem;font-weight:500}.tasks-widget-divider{padding:var(--shell-spacing-sm) 0;margin:var(--shell-spacing-xs) 0;align-items:center;display:flex}.tasks-widget-divider:after,.tasks-widget-divider:before{content:"";background:var(--shell-color-border);flex:1;height:1px}.tasks-widget-divider span{padding:0 var(--shell-spacing-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-text-muted);white-space:nowrap;font-size:.7rem;font-weight:500}.tasks-widget-empty-zone{padding:var(--shell-spacing-md);text-align:center;color:var(--shell-color-text-muted);border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);margin:var(--shell-spacing-xs) 0;font-size:.8rem;font-style:italic}.tasks-widget-drag-handle{color:var(--shell-color-text-muted);cursor:grab;opacity:0;transition:all var(--shell-transition-fast);border-radius:var(--shell-radius-sm);background:none;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.tasks-widget-drag-handle.disabled{cursor:default;opacity:0;pointer-events:none}.tasks-widget-item:hover .tasks-widget-drag-handle{opacity:.5}.tasks-widget-drag-handle:hover{color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);opacity:1!important}.tasks-widget-drag-handle:active{cursor:grabbing}.tasks-widget-item.dragging{opacity:.5;background:var(--shell-color-surface-elevated);border-radius:var(--shell-radius-md)}.tasks-widget-drag-preview{padding:var(--shell-spacing-sm) var(--shell-spacing-md);background:var(--shell-color-surface);border:1px solid var(--shell-color-brand);border-radius:var(--shell-radius-md);color:var(--shell-color-text);white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:.9rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.tasks-widget-tabs{gap:8px}.tasks-widget-tabs,.tasks-widget-toolbar{flex-wrap:wrap;margin-bottom:10px;display:flex}.tasks-widget-toolbar{justify-content:space-between;align-items:center;gap:10px}.tasks-widget-toolbar .tasks-widget-tabs{margin-bottom:0}.tasks-widget-filter-title{justify-content:space-between;align-items:baseline;gap:var(--shell-spacing-sm);color:var(--shell-color-text);width:100%;font-size:.82rem;font-weight:700;display:flex}.tasks-widget-filter-title span:last-child{color:var(--shell-color-text-muted);font-size:.74rem;font-weight:600}.tasks-widget-target-wrap{align-items:center;gap:8px;min-width:0;display:inline-flex}.tasks-widget-target-label{letter-spacing:.04em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.72rem;font-weight:700}.tasks-widget-target-select{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text);border-radius:999px;min-width:150px;max-width:220px;padding:6px 10px;font-size:.8rem}.tasks-widget-target-select:focus{border-color:var(--shell-color-brand);outline:none;box-shadow:0 0 0 3px rgba(88,101,242,.12)}.tasks-widget-tab{border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.tasks-widget-tab:hover{border-color:var(--shell-color-brand);color:var(--shell-color-text)}.tasks-widget-tab.active{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.tasks-widget-tab-badge{color:inherit;background:hsla(0,0%,100%,.2);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;display:inline-flex}.tasks-widget-item.priority-high{padding-left:var(--shell-spacing-sm);border-left:3px solid #f59e0b}.tasks-widget-item.priority-urgent{padding-left:var(--shell-spacing-sm);border-left:3px solid #ef4444}.tasks-widget-from{color:var(--shell-color-text-muted);white-space:nowrap;align-items:center;padding:1px 6px;font-size:.7rem;font-weight:500;display:inline-flex}.tasks-widget-queue{gap:var(--shell-spacing-sm);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;padding-right:2px;display:flex;overflow:auto}.tasks-widget-inbox-empty{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-xl) var(--shell-spacing-md);color:var(--shell-color-text-muted);flex-direction:column;font-size:.85rem;display:flex}.tasks-widget-inbox-empty p{margin:0}.tasks-widget-queue-grid{gap:var(--shell-spacing-sm);grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));align-items:stretch;display:grid}.tasks-widget-queue-column{gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);flex-direction:column;min-width:0;display:flex}.tasks-widget-queue-column-header{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);color:var(--shell-color-text);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800;display:flex}.tasks-widget-queue-column-header strong{background:var(--shell-color-surface-elevated);color:var(--shell-color-text-muted);border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.72rem;display:inline-flex}.tasks-widget-queue-column-body{gap:var(--shell-spacing-xs);flex-direction:column;min-width:0;display:flex}.tasks-widget-queue-card{padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-elevated);color:inherit;transition:border-color var(--shell-transition-fast),background var(--shell-transition-fast),transform var(--shell-transition-fast);border:1px solid transparent;min-width:0;text-decoration:none;display:flex}.tasks-widget-queue-card:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);transform:translateY(-1px)}.tasks-widget-queue-card-main{flex-direction:column;gap:4px;min-width:0;display:flex}.tasks-widget-queue-topline{justify-content:space-between;align-items:center;gap:var(--shell-spacing-xs);color:var(--shell-color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700;display:flex}.tasks-widget-queue-status{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;max-width:90px;padding:1px 6px;font-size:.66rem;display:inline-flex;overflow:hidden}.tasks-widget-queue-status,.tasks-widget-queue-status.is-PENDING,.tasks-widget-queue-status.is-pending{color:#0369a1;background:rgba(14,165,233,.12)}.tasks-widget-queue-title{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;font-weight:700;line-height:1.25;display:block;overflow:hidden}.tasks-widget-queue-empty{padding:var(--shell-spacing-sm);border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);text-align:center;font-size:.78rem;display:block}@media (max-width:680px){.tasks-widget-toolbar{align-items:stretch}.tasks-widget-tabs,.tasks-widget-target-wrap{width:100%}.tasks-widget-tab{flex:auto;justify-content:center}}}@layer components{.quick-launch-grid{place-content:center;align-items:center;gap:var(--shell-spacing-lg);padding:var(--shell-spacing-md) 0;flex-wrap:wrap;flex:1;min-height:0;display:flex}.quick-launch-empty{justify-content:center;align-items:center;gap:var(--shell-spacing-sm);text-align:center;flex-direction:column;flex:1;display:flex}.quick-launch-tile{align-items:center;gap:var(--shell-spacing-xs);padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-md);color:var(--shell-color-text);transition:all var(--shell-transition-fast);flex-direction:column;text-decoration:none;display:flex}.quick-launch-tile:hover{background:var(--shell-color-surface-elevated);transform:translateY(-2px)}.quick-launch-tile:hover .quick-launch-tile-icon{background:var(--shell-color-brand);color:#fff;transform:scale(1.05)}.quick-launch-tile-icon{border-radius:var(--shell-radius-md);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);transition:all var(--shell-transition-fast);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.quick-launch-tile-icon svg{width:24px;height:24px}.quick-launch-tile-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;color:var(--shell-color-text-muted);max-width:64px;font-size:.7rem;font-weight:500;line-height:1.2;overflow:hidden}.quick-launch-settings-btn{color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;justify-content:center;align-items:center;margin-left:auto;padding:4px;display:flex}.quick-launch-settings-btn:hover{background:var(--shell-color-surface-elevated);color:var(--shell-color-brand)}.quick-launch-settings-overlay{z-index:var(--shell-z-modal);padding:var(--shell-spacing-lg);background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.quick-launch-settings-modal{background:var(--shell-color-surface);-webkit-backdrop-filter:var(--shell-glass-blur);backdrop-filter:var(--shell-glass-blur);border:1px solid var(--shell-glass-border);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-lg);flex-direction:column;width:100%;max-width:400px;max-height:80vh;display:flex}.quick-launch-settings-header{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:center;display:flex}.quick-launch-settings-header h3{margin:0;font-size:1rem;font-weight:600}.quick-launch-settings-close{cursor:pointer;color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);background:none;border:none;padding:4px 8px;font-size:1.5rem;line-height:1}.quick-launch-settings-close:hover{background:var(--shell-color-surface-elevated)}.quick-launch-settings-desc{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);color:var(--shell-color-text-muted);margin:0;font-size:.85rem}.quick-launch-settings-list{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);gap:var(--shell-spacing-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.quick-launch-settings-item{align-items:center;gap:var(--shell-spacing-md);padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-md);cursor:pointer;transition:background var(--shell-transition-fast);display:flex}.quick-launch-settings-item:hover{background:var(--shell-color-surface-elevated)}.quick-launch-settings-item input[type=checkbox]{accent-color:var(--shell-color-brand);width:18px;height:18px}.quick-launch-settings-item-icon{border-radius:var(--shell-radius-sm);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.quick-launch-settings-item-icon svg{width:18px;height:18px}.quick-launch-settings-item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.quick-launch-settings-item-name{font-size:.9rem;font-weight:500}.quick-launch-settings-item-desc{color:var(--shell-color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.quick-launch-settings-footer{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-top:1px solid var(--shell-color-border);justify-content:flex-end;display:flex}}