*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f5f3;--surface: #ffffff;--surface-hover: #f0efed;--border: #e5e3df;--text: #333333;--text-muted: #777777;--primary: #ed786a;--primary-hover: #fd887a;--danger: #e74c3c;--todo: #ed786a;--in-progress: #e6a23c;--completed: #67c23a;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--modal-bg: rgba(0, 0, 0, .3);--login-gradient: linear-gradient(135deg, #f5f5f3 0%, #fde8e4 100%);--card-bg: #fafaf8}[data-theme=dark]{--bg: #0f1117;--surface: #1a1d27;--surface-hover: #22263a;--border: #2a2e3f;--text: #e4e6f0;--text-muted: #8b8fa3;--primary: #ed786a;--primary-hover: #fd887a;--danger: #e74c3c;--todo: #ed786a;--in-progress: #f39c12;--completed: #27ae60;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--modal-bg: rgba(0, 0, 0, .6);--login-gradient: linear-gradient(135deg, #0f1117 0%, #1a1040 100%);--card-bg: #0f1117}[data-theme=unicorn]{--bg: #fff0f6;--surface: #ffffff;--surface-hover: #fce4f0;--border: #f5c6e0;--text: #4a2040;--text-muted: #a06090;--primary: #e84393;--primary-hover: #fd79a8;--danger: #d63031;--todo: #e84393;--in-progress: #fdcb6e;--completed: #00b894;--shadow: 0 2px 8px rgba(232, 67, 147, .12);--modal-bg: rgba(74, 32, 64, .3);--login-gradient: linear-gradient(135deg, #fff0f6 0%, #fce4ec 50%, #e8f5e9 100%);--card-bg: #fff5fa}[data-theme=ocean]{--bg: #f0f7ff;--surface: #ffffff;--surface-hover: #e3f0fc;--border: #c4ddf5;--text: #1a3a5c;--text-muted: #6a8eb5;--primary: #0984e3;--primary-hover: #3da0f0;--danger: #d63031;--todo: #0984e3;--in-progress: #fdcb6e;--completed: #00b894;--shadow: 0 1px 4px rgba(9, 132, 227, .1);--modal-bg: rgba(26, 58, 92, .3);--login-gradient: linear-gradient(135deg, #f0f7ff 0%, #dfe9f3 100%);--card-bg: #f7fbff}[data-theme=forest]{--bg: #f0f7f0;--surface: #ffffff;--surface-hover: #e2f0e2;--border: #c1dcc1;--text: #1a3c1a;--text-muted: #5a8a5a;--primary: #00b894;--primary-hover: #2dd4a8;--danger: #d63031;--todo: #00b894;--in-progress: #fdcb6e;--completed: #6c5ce7;--shadow: 0 1px 4px rgba(0, 184, 148, .1);--modal-bg: rgba(26, 60, 26, .3);--login-gradient: linear-gradient(135deg, #f0f7f0 0%, #e0efe0 100%);--card-bg: #f7faf7}[data-theme=sunset]{--bg: #f5f0ff;--surface: #ffffff;--surface-hover: #ece4fc;--border: #d4c4f0;--text: #2d1b4e;--text-muted: #8a6ab5;--primary: #6c5ce7;--primary-hover: #8577ed;--danger: #d63031;--todo: #6c5ce7;--in-progress: #fdcb6e;--completed: #00b894;--shadow: 0 1px 4px rgba(108, 92, 231, .1);--modal-bg: rgba(45, 27, 78, .3);--login-gradient: linear-gradient(135deg, #f5f0ff 0%, #ede4ff 50%, #fce4ec 100%);--card-bg: #faf7ff}[data-theme=midnight]{--bg: #0d0d14;--surface: #16161f;--surface-hover: #1e1e2a;--border: #2a2a3a;--text: #e8e4d9;--text-muted: #9a9480;--primary: #d4a843;--primary-hover: #e4b853;--danger: #e74c3c;--todo: #d4a843;--in-progress: #e67e22;--completed: #27ae60;--shadow: 0 1px 4px rgba(212, 168, 67, .1);--modal-bg: rgba(0, 0, 0, .6);--login-gradient: linear-gradient(135deg, #0d0d14 0%, #1a1510 100%);--card-bg: #0d0d14}.unicorn-particle{position:fixed;border-radius:50%;pointer-events:none;z-index:9999}.confetti-piece{position:absolute;border-radius:2px;pointer-events:none}[data-theme=unicorn] .task-card{border-image:linear-gradient(135deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3,#54a0ff) 1;border-width:2px;border-style:solid}[data-theme=unicorn] .kanban-column{border-image:linear-gradient(180deg,#ff9ff3,#48dbfb,#feca57) 1;border-width:2px;border-style:solid}[data-theme=unicorn] .app-header{background:linear-gradient(90deg,#fff0f6,#fce4ec,#e8f5e9,#e3f2fd,#f3e5f5);background-size:200% 100%;animation:unicorn-header 6s ease infinite}@keyframes unicorn-header{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;transition:background .3s,color .3s;overflow-x:hidden;position:relative;width:100%}.detail-subtasks-section{padding-top:2rem;margin-top:1rem}.subtasks-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.subtask-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;transition:all .2s}.subtask-item:hover{background:var(--surface-hover)}.subtask-item.completed .subtask-text{text-decoration:line-through;color:var(--text-muted);opacity:.6}.subtask-text{flex:1;font-size:.9375rem;color:var(--text)}.subtask-delete{opacity:0;background:transparent;border:none;color:var(--danger);cursor:pointer;font-size:1.25rem;padding:0 .5rem;transition:opacity .2s}.subtask-item:hover .subtask-delete{opacity:1}.subtask-add-input{width:100%;background:transparent;border:1px dashed var(--border);border-radius:8px;padding:.5rem .75rem;font-size:.875rem;color:var(--text);transition:all .2s}.subtask-add-input:focus{outline:none;border-style:solid;border-color:var(--primary);background:var(--surface)}.detail-comments-section{border-top:1px solid var(--border);padding-top:2rem;margin-top:1rem}.comments-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.activity-item{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--text-muted)}.activity-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0;margin-top:5px}.activity-dot--created{background:var(--primary)}.activity-dot--status_changed{background:#6366f1}.activity-dot--priority_changed{background:#f59e0b}.activity-dot--assigned,.activity-dot--unassigned{background:#10b981}.activity-dot--due_date_changed{background:#3b82f6}.activity-dot--title_changed,.activity-dot--description_changed{background:#8b5cf6}.activity-dot--subtask_added,.activity-dot--subtask_completed,.activity-dot--subtask_uncompleted,.activity-dot--subtask_deleted{background:#ec4899}.activity-user{font-weight:600;color:var(--text)}.activity-text{color:var(--text-secondary)}.activity-time{font-size:.75rem;color:var(--text-muted);display:block;margin-top:1px}.activity-badge{display:inline-block;padding:0 .4em;border-radius:4px;font-size:.78rem;font-weight:600;background:var(--surface-hover);border:1px solid var(--border);color:var(--text);white-space:nowrap}.activity-badge.status-badge-todo{background:#f3f4f6;color:#6b7280}.activity-badge.status-badge-inprogress{background:#eff6ff;color:#3b82f6}.activity-badge.status-badge-review{background:#fefce8;color:#ca8a04}.activity-badge.status-badge-done,.activity-badge.status-badge-completed{background:#f0fdf4;color:#16a34a}.activity-badge.status-badge-archived{background:#f9fafb;color:#9ca3af}.activity-badge.priority-badge-low{background:#f0fdf4;color:#16a34a}.activity-badge.priority-badge-medium{background:#fefce8;color:#ca8a04}.activity-badge.priority-badge-high{background:#fef2f2;color:#dc2626}.comment-item{display:flex;gap:1rem}.comment-avatar,.comment-avatar-fallback{width:32px;height:32px;border-radius:50%;flex-shrink:0}.comment-avatar-fallback{background:var(--surface-hover);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--text-muted);border:1px solid var(--border)}.comment-body{flex:1;display:flex;flex-direction:column;gap:.25rem}.comment-header{display:flex;align-items:center;gap:.5rem}.comment-user{font-size:.875rem;font-weight:600;color:var(--text)}.comment-time{font-size:.75rem;color:var(--text-muted);opacity:.7}.comment-text{font-size:.9375rem;line-height:1.5;color:var(--text);background:var(--surface-hover);padding:.75rem 1rem;border-radius:0 12px 12px;border:1px solid var(--border)}.comment-input-wrapper{display:flex;flex-direction:column;gap:.5rem}.comment-input{width:100%;min-height:80px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;color:var(--text);font-family:inherit;font-size:.9375rem;resize:vertical;transition:all .2s}.comment-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.1)}.comment-input-hint{font-size:.7rem;color:var(--text-muted);text-align:right;opacity:.6}.mention-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000002e;overflow:hidden;margin-bottom:.5rem;max-height:220px;overflow-y:auto}.mention-item{display:flex;align-items:center;gap:.625rem;padding:.55rem .875rem;cursor:pointer;transition:background .12s}.mention-item:hover,.mention-item-active{background:var(--surface-hover)}.mention-avatar{width:26px;height:26px;border-radius:50%;flex-shrink:0;object-fit:cover}.mention-avatar-fallback{width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.mention-name{font-size:.875rem;font-weight:600;color:var(--text)}.mention-email{font-size:.75rem;color:var(--text-muted);margin-left:auto;opacity:.7}.comment-mention{color:var(--primary);font-weight:600;background:rgba(var(--primary-rgb),.08);border-radius:4px;padding:0 3px}.theme-selector{position:relative}.theme-selector-trigger{background:var(--surface-hover);border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:1.1rem;padding:.35rem .5rem;border-radius:var(--radius-sm);transition:all .2s;line-height:1}.theme-selector-trigger:hover{background:var(--border)}.theme-selector-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 16px #0000001f;min-width:220px;z-index:50;overflow:hidden;padding:.25rem}.theme-selector-item{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;background:none;border:none;padding:.5rem .75rem;font-family:inherit;font-size:.82rem;color:var(--text);cursor:pointer;border-radius:4px;transition:background .15s}.theme-selector-item:hover{background:var(--surface-hover)}.theme-selector-item.active{background:var(--surface-hover);font-weight:600}.theme-selector-icon{font-size:1rem}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:var(--login-gradient)}.login-page .app-footer{position:absolute;bottom:0;left:0;right:0}.login-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;max-width:400px;width:100%;box-shadow:var(--shadow)}.login-logo{margin-bottom:1rem}.login-logo img{height:48px}.login-card h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.login-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.5}.login-btn{display:inline-block;background:var(--primary);color:#fff;padding:.75rem 2rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:1rem;transition:background .2s}.login-btn:hover{background:var(--primary-hover)}.login-btn-secondary{margin-top:.75rem;background:transparent;color:var(--primary);border:1px solid var(--primary)}.login-btn-secondary:hover{background:#00000005}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);gap:1rem;flex-wrap:wrap;box-shadow:var(--shadow);position:relative}.header-left{display:flex;align-items:center;gap:.75rem}.header-logo{height:24px}.header-logo-text{font-size:1.1rem;font-weight:700;color:var(--primary)}.header-center{flex:1;display:flex;justify-content:center}.team-filter-bar{display:flex;align-items:center;gap:.5rem;background:var(--surface-hover);padding:.25rem;border-radius:999px;border:1px solid var(--border)}.team-filter-item{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;width:32px;height:32px;transition:all .2s;color:var(--text-muted);font-size:.75rem;font-weight:600}.team-filter-item:hover{background:var(--surface);transform:translateY(-1px)}.team-filter-item.active{background:var(--primary);color:#fff;box-shadow:0 4px 10px #0000001a}button.team-filter-item.active{color:#fff}.team-filter-avatar{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:all .2s}.team-filter-item.active .team-filter-avatar{border-color:#fff}.team-filter-fallback{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface)}.team-filter-divider{width:1px;height:16px;background:var(--border);margin:0 .25rem}.header-search{flex:1;max-width:300px;position:relative}.search-input{width:100%;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .75rem .4rem 2rem;font-size:.875rem;color:var(--text);font-family:inherit;transition:all .2s}.search-input:focus{outline:none;border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.8rem;pointer-events:none}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary)}.header-right{display:flex;align-items:center;gap:.75rem}.header-right-main{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.header-right-top{display:flex;align-items:center;gap:.4rem}.header-search-desktop{display:block}.header-search-mobile{width:100%}.mobile-search-toggle{display:none;background:var(--surface-hover);border:1px solid var(--border);border-radius:999px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;color:var(--text-muted)}.user-menu-wrapper{position:relative}.priority-chip-group{display:flex;gap:.75rem;padding:.25rem 0}.priority-chip{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s}.priority-chip:hover{background:var(--surface);border-color:var(--text-muted);color:var(--text);transform:translateY(-1px)}.priority-chip.active{border-width:2px;transform:translateY(-1px)}.priority-chip .chip-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.priority-chip.active.priority-low{background:#10b9811a;border-color:#10b981;color:#10b981}.priority-chip.active.priority-medium{background:#f59e0b1a;border-color:#f59e0b;color:#f59e0b}.priority-chip.active.priority-high{background:#ef44441a;border-color:#ef4444;color:#ef4444}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid transparent;border-radius:var(--radius-sm);padding:.3rem .5rem;cursor:pointer;color:var(--text);font-family:inherit;font-size:.875rem;transition:all .2s}.user-menu-trigger:hover{background:var(--surface-hover);border-color:var(--border)}.user-name{color:var(--text-muted);font-size:.875rem}.user-menu-arrow{color:var(--text-muted);font-size:.7rem}.user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.user-avatar-fallback{width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.user-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 16px #0000001f;min-width:200px;z-index:50;overflow:hidden}.user-dropdown-info{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.15rem}.user-dropdown-name{font-size:.85rem;font-weight:600}.user-dropdown-email{font-size:.75rem;color:var(--text-muted)}.user-dropdown-divider{height:1px;background:var(--border)}.user-dropdown-item{display:block;width:100%;text-align:left;background:none;border:none;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;color:var(--text);cursor:pointer;transition:background .15s}.user-dropdown-item:hover{background:var(--surface-hover)}.nav-tabs{display:flex;gap:.25rem;background:var(--surface-hover);border-radius:var(--radius-sm);padding:.2rem}.nav-tab{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:.4rem .75rem;border-radius:4px;transition:all .2s}.nav-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.nav-tab:hover:not(.active){color:var(--text)}.btn{border:none;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text);background:var(--surface-hover)}.btn-icon{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.25rem;line-height:1;padding:.25rem;border-radius:var(--radius-sm);transition:all .2s}.btn-icon:hover{color:var(--text);background:var(--surface-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#c0392b}.btn-sm{font-size:.75rem;padding:.35rem .65rem}.board-container{padding:1.5rem;overflow-x:auto}.board-view-filter{display:flex;gap:.25rem;margin-bottom:1rem}.view-filter-btn{padding:.4rem .75rem;font-size:.85rem;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer}.view-filter-btn:hover{background:var(--surface-hover);color:var(--text)}.view-filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.kanban-board{display:flex;gap:1.25rem;min-height:calc(100vh - 180px)}.kanban-column{flex:1;min-width:280px;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;box-shadow:var(--shadow)}.column-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.column-header-left{display:flex;align-items:center;gap:.5rem}.modal-audit-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.audit-separator{margin:0 .4rem;opacity:.5}.column-header h2{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.kanban-column:nth-child(1) .column-header h2{color:var(--todo)}.kanban-column:nth-child(2) .column-header h2{color:var(--in-progress)}.kanban-column:nth-child(3) .column-header h2{color:var(--completed)}.task-count{background:var(--border);color:var(--text-muted);font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px}.column-add-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.2rem;padding:.15rem .4rem;border-radius:var(--radius-sm);transition:all .2s;line-height:1}.column-add-btn:hover{color:var(--primary);background:var(--surface-hover)}.column-body{padding:.75rem;flex:1;display:flex;flex-direction:column;gap:.625rem}.empty-column{text-align:center;color:var(--text-muted);font-size:.85rem;padding:2rem 0}.column-drag-over{outline:2px dashed var(--primary);outline-offset:-2px;background:color-mix(in srgb,var(--primary) 5%,var(--surface))}.drop-zone{border:2px dashed var(--border);border-radius:var(--radius-sm);padding:.75rem;text-align:center;color:var(--text-muted);font-size:.8rem;transition:all .15s}.drop-zone-active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary)}.drop-zone-end{min-height:40px;flex:1}.task-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;cursor:grab;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1rem;position:relative;border-left-width:4px;border-left-color:var(--border)}.task-priority-high{background:linear-gradient(to right,rgba(231,76,60,.03),var(--surface));border-left-color:#e74c3c}.task-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000000f;border-color:var(--border);border-left-color:var(--primary)}.task-card:active{cursor:grabbing}.task-card-content{display:flex;flex-direction:column;gap:.5rem;min-width:0}.task-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.task-title{font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-card-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s;flex-shrink:0}.task-card:hover .task-card-actions{opacity:1}.task-description{font-size:.8125rem;line-height:1.5;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.task-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.task-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:6px;font-size:.725rem;font-weight:500;border:1px solid transparent}.badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.priority-low{background:#9e9e9e14;color:#757575;border-color:#9e9e9e33}.priority-medium{background:#ff980014;color:#f57c00;border-color:#ff980033}.priority-high{background:#e74c3c14;color:#e74c3c;border-color:#e74c3c33}.task-due{background:var(--surface-hover);color:var(--text-muted);border-color:var(--border)}.due-soon{background:#fff3cd80;color:#856404;border-color:#ffeeba}.due-urgent{background:#f8d7da80;color:#721c24;border-color:#f5c6cb}.due-overdue{background:#e74c3c;color:#fff;border-color:transparent}.subtask-badge{background:var(--surface-hover);color:var(--text-muted);border-color:var(--border);gap:.3rem}.subtask-badge.subtask-partial{background:#f59e0b14;color:#f57c00;border-color:#f59e0b40}.subtask-badge.subtask-done{background:#27ae6014;color:#27ae60;border-color:#27ae6040}.subtask-warn-dialog{max-width:400px}.subtask-warn-icon{font-size:2rem;margin-bottom:.5rem}.subtask-warn-sub{font-size:.85rem;color:var(--text-muted);margin-top:-.75rem;margin-bottom:1.25rem!important}.task-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.task-assignee-group{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.assignee-avatar-wrapper{position:relative;flex-shrink:0}.task-assignee-avatar{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--surface);box-shadow:0 0 0 1px var(--border)}.task-assignee-avatar-fallback{width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;border:1.5px solid var(--surface);box-shadow:0 0 0 1px var(--border)}.assign-select{border:none;background:transparent;font-size:.75rem;color:var(--text-muted);cursor:pointer;padding:.2rem;border-radius:4px;transition:all .2s;max-width:100px}.assign-select:hover{background:var(--surface-hover);color:var(--text)}.task-audit-info{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;opacity:.5;transition:opacity .2s}.task-card:hover .task-audit-info{opacity:.8}.audit-item{font-size:.65rem;color:var(--text-muted);white-space:nowrap}.mobile-move-btns{display:none;position:absolute;top:1rem;right:3rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 8px #0000001a;padding:.15rem;z-index:10}.move-btn{padding:.25rem .5rem;border:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-bg);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:480px;box-shadow:0 8px 32px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.modal-header h2{font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:.375rem}.form-group input,.form-group textarea,.form-group select{width:100%;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.625rem .75rem;color:var(--text);font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.title-prefix-row{display:flex;gap:.5rem;align-items:center}.title-prefix-row input{flex:1;min-width:0}.title-prefix-select{flex-shrink:0;width:auto;max-width:90px;padding:.5rem 1.5rem .5rem .4rem;border-radius:8px;border:1.5px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);font-size:.85rem;font-weight:600;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center;transition:border-color .15s}.title-prefix-select:focus{outline:none;border-color:var(--accent)}.form-row{display:flex;gap:.75rem}.form-group-half{flex:1}.form-row-meta{margin-bottom:.5rem}.modal-meta-label{font-size:.8rem;color:var(--text-muted)}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-bg);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:200}.confirm-dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:360px;width:100%;text-align:center;box-shadow:0 8px 32px #00000026}.confirm-dialog p{margin-bottom:1.25rem;font-size:.95rem;line-height:1.4}.confirm-actions{display:flex;gap:.5rem;justify-content:center}.archive-container{padding:1.5rem;max-width:800px;margin:0 auto}.archive-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.archive-container h2{font-size:1.1rem;font-weight:600;margin-bottom:0;color:var(--text-muted)}.archive-list{display:flex;flex-direction:column;gap:.5rem}.archive-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:var(--shadow)}.archive-card-info{flex:1;min-width:0}.archive-card-info h3{font-size:.9rem;font-weight:600}.archive-card-info p{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.archive-card-actions{display:flex;gap:.5rem;flex-shrink:0}.empty-archive{text-align:center;color:var(--text-muted);padding:3rem 0}.app-footer{text-align:center;padding:1.25rem 1rem;color:var(--text-muted);font-size:.78rem;border-top:1px solid var(--border);background:var(--surface)}.app-footer a{color:var(--primary);text-decoration:none;font-weight:500}.app-footer a:hover{text-decoration:underline}.heart{color:#e74c3c}.loading{display:flex;align-items:center;justify-content:center;height:50vh;color:var(--text-muted);font-size:1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:40vh;padding:2rem;text-align:center}.error-state-message{color:var(--text-muted);max-width:360px}.skeleton-board{display:flex;gap:1.25rem;padding:1.5rem;min-height:calc(100vh - 180px)}.skeleton-column{flex:1;min-width:260px;max-width:320px}.skeleton-column-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.skeleton-title{width:80px;height:1.25rem;border-radius:var(--radius-sm);background:var(--surface-hover);animation:skeleton-pulse 1.2s ease-in-out infinite}.skeleton-count{width:24px;height:1rem;border-radius:999px;background:var(--surface-hover);animation:skeleton-pulse 1.2s ease-in-out infinite}.skeleton-cards{display:flex;flex-direction:column;gap:.75rem}.skeleton-card{padding:1rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.skeleton-card-line{height:.75rem;border-radius:var(--radius-sm);background:var(--surface-hover);animation:skeleton-pulse 1.2s ease-in-out infinite}.skeleton-card-title{width:70%}.skeleton-card-desc{width:90%;height:.5rem}.skeleton-card-meta{width:50%}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.5rem;font-size:.85rem;box-shadow:0 4px 16px #00000026;z-index:300;animation:toast-in .3s ease,toast-out .3s ease 2.7s forwards}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}@media(max-width:768px){.app-header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:.5rem .75rem;gap:.5rem}.header-logo,.header-logo-text,.header-center,.team-filter-bar,.header-search-desktop{display:none}.header-left{display:flex;align-items:center;flex-shrink:1;min-width:0;gap:0}.nav-tabs{display:flex;padding:.15rem;gap:.1rem}.nav-tab{font-size:.7rem;padding:.3rem .45rem;white-space:nowrap}.header-right,.header-right-main{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;flex-shrink:0!important;flex-grow:0!important;gap:0!important;width:auto!important}.header-right-top{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.4rem;flex-shrink:0}.mobile-search-toggle{display:none}.btn.btn-primary.btn-new-task{font-size:.75rem!important;padding:.28rem .55rem!important;min-height:unset!important;height:28px;line-height:1;white-space:nowrap;flex-shrink:0}.theme-selector-trigger{font-size:1rem;padding:.2rem .3rem;line-height:1;flex-shrink:0}.user-avatar{width:28px;height:28px}.user-avatar-fallback{width:28px;height:28px;font-size:.72rem}.user-menu-trigger{padding:.1rem;border:none!important;background:none!important;flex-shrink:0}.user-name,.user-menu-arrow{display:none}.header-search-mobile{display:block;position:absolute;left:0;right:0;top:100%;z-index:40;padding:.4rem .75rem .55rem;background:var(--surface);box-shadow:0 4px 10px #00000014;border-bottom:1px solid var(--border);max-width:100%}.app-header--search-open{margin-bottom:3rem}.board-container{padding:.75rem;overflow-x:hidden}.kanban-board{flex-direction:column;gap:1rem;min-height:auto}.kanban-column{min-width:unset;max-width:unset}.column-body{min-height:auto}.mobile-move-btns{display:flex}.task-card{cursor:default;padding:.75rem .75rem .5rem;gap:.5rem}.task-title{font-size:.9rem}.task-description{font-size:.78rem;-webkit-line-clamp:1;line-clamp:1}.task-card-actions .btn-icon{padding:.35rem}.task-badge.priority-low,.task-badge.priority-medium,.task-badge.priority-high{display:none}.assign-select{padding:.35rem .6rem;font-size:.8rem}.column-add-btn,.btn.btn-sm{min-height:36px}.archive-container{padding:.75rem}.board-view-filter{flex-wrap:wrap;gap:.5rem}.view-filter-btn{flex:1 1 48%;text-align:center;padding:.55rem .75rem;font-size:.9rem}.form-row{flex-direction:column;gap:0}.assignee-avatar-grid{display:flex!important;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.55rem;padding:.35rem .1rem .6rem}.assignee-avatar-grid::-webkit-scrollbar{display:none}.assignee-desktop-view{display:none!important}.priority-form-group{display:none}.modal-overlay{align-items:flex-end;padding:0}.modal{margin:0 12px;width:calc(100% - 24px);max-height:100vh;height:100vh;padding:1rem 1rem .75rem;border-radius:16px 16px 0 0;border:1px solid var(--border)}.modal form{display:flex;flex-direction:column;max-height:calc(100vh - 3rem);overflow-y:auto}.modal-actions{position:sticky;bottom:0;margin-top:auto;padding-top:.75rem;padding-bottom:.5rem;background:linear-gradient(to top,var(--surface) 70%,transparent)}}@media(max-width:480px){.header-right{width:100%;justify-content:space-between}.login-card{padding:2rem 1.5rem}.board-view-filter{flex-direction:column}.view-filter-btn{flex:1 1 auto}.archive-card{flex-direction:column;align-items:flex-start}.archive-card-actions{width:100%;justify-content:flex-end}}.detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:fade-in .2s ease-out}.detail-panel{width:fit-content;min-width:450px;max-width:65%;background:var(--surface);height:100%;box-shadow:-10px 0 30px #0003;display:flex;flex-direction:column;animation:slide-in-right .3s cubic-bezier(0,0,.2,1);border-left:1px solid var(--border)}.detail-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:flex-end;align-items:center}.detail-close-btn{background:transparent;border:none;font-size:2rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:all .2s;margin-left:.5rem}.detail-close-btn:hover{background:var(--surface-hover);color:var(--text)}.detail-content{flex:1;overflow-y:auto;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:2.5rem}.detail-hero{margin-bottom:-.5rem}.detail-title{font-size:1.85rem;font-weight:700;line-height:1.25;color:var(--text);margin:0;letter-spacing:-.02em}.detail-meta-row{display:flex;flex-wrap:wrap;gap:.75rem}.detail-properties-stack{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border);margin-bottom:1rem}.detail-prop-row{display:flex;align-items:center;gap:2rem}.detail-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem 2.5rem;padding:1.5rem;background:var(--surface-hover);border-radius:12px;border:1px solid var(--border)}.detail-prop-item{display:flex;flex-direction:column;gap:.5rem}.detail-prop-label{flex-shrink:0;width:100px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.detail-prop-value{flex:1;display:flex;align-items:center;min-height:28px}.status-pill{font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);text-transform:capitalize;color:var(--text);display:inline-flex;align-items:center}.status-selector-wrapper{position:relative;display:inline-flex;align-items:center}.interactive-status{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:1.75rem!important;transition:all .2s;outline:none}.interactive-status:hover{filter:brightness(.95);border-color:var(--primary)}.status-selector-arrow{position:absolute;right:.6rem;font-size:.75rem;color:inherit;pointer-events:none;opacity:.6}.status-todo{border-color:#bdbdbd;color:#757575}.status-in_progress{border-color:#ffb74d;color:#f57c00;background:#ff98000d}.status-completed{border-color:#81c784;color:#2e7d32;background:#4caf500d}.assignee-avatar-stack{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end}.avatar-stack-item{width:28px;height:28px;border-radius:50%;border:2px solid var(--card-bg);margin-left:-8px;background:var(--surface-hover);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .2s}.avatar-stack-item:hover{transform:translateY(-4px);z-index:20!important}.avatar-stack-item:first-child{margin-left:0}.assignee-avatar-grid{display:none}.avatar-bubble{position:relative;width:46px;height:46px;border-radius:50%;border:2.5px solid var(--border);background:var(--surface-hover);cursor:pointer;padding:0;overflow:visible;transition:border-color .18s,box-shadow .18s,transform .12s;flex-shrink:0}.avatar-bubble:active{transform:scale(.92)}.avatar-bubble img,.avatar-bubble>span:not(.avatar-bubble__check){width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;font-weight:700;color:var(--text-secondary);object-fit:cover;overflow:hidden;background:var(--surface-hover)}.avatar-bubble--selected{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 30%,transparent)}.avatar-bubble--selected img,.avatar-bubble--selected>span:not(.avatar-bubble__check){opacity:.85}.avatar-bubble__check{position:absolute;bottom:-2px;right:-2px;width:17px;height:17px;background:var(--primary);color:#fff;border-radius:50%;font-size:.65rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);line-height:1;pointer-events:none;box-shadow:0 1px 4px #0000002e}.avatar-bubble-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0}.avatar-bubble-name{font-size:.65rem;color:var(--text-muted);text-align:center;max-width:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.assignee-desktop-view{display:block}.assign-count-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;margin-left:.4rem;vertical-align:middle}.assignee-selected-chips{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.assignee-chip{display:inline-flex;align-items:center;gap:.35rem;background:color-mix(in srgb,var(--primary) 10%,var(--surface));border:1.5px solid color-mix(in srgb,var(--primary) 35%,transparent);border-radius:999px;padding:.2rem .5rem .2rem .25rem;font-size:.8rem;font-weight:500;color:var(--primary)}.assignee-chip-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover;flex-shrink:0}.assignee-chip-fallback{width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;flex-shrink:0}.assignee-chip-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assignee-chip-remove{background:none;border:none;cursor:pointer;color:var(--primary);font-size:1rem;line-height:1;padding:0 .1rem;opacity:.6;transition:opacity .15s;display:flex;align-items:center}.assignee-chip-remove:hover{opacity:1}.assignee-search-wrap{display:flex;align-items:center;gap:.5rem;background:var(--surface-hover);border:1.5px solid var(--border);border-radius:8px;padding:0 .625rem;margin-bottom:.5rem;transition:border-color .15s,background .15s}.assignee-search-wrap:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.assignee-search-icon{font-size:.8rem;flex-shrink:0;line-height:1;-webkit-user-select:none;user-select:none}.assignee-search-input{flex:1;background:transparent;border:none;outline:none;padding:.5rem 0;font-size:.875rem;color:var(--text);font-family:inherit;line-height:1.4;min-width:0}.assignee-search-input::placeholder{color:var(--text-muted);opacity:1}.assignee-search-clear{flex-shrink:0;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;line-height:1;padding:.1rem .2rem;border-radius:4px;transition:color .15s;display:flex;align-items:center}.assignee-search-clear:hover{color:var(--text)}.multi-assign-list{display:flex;flex-direction:column;gap:.25rem;max-height:190px;overflow-y:auto;padding-right:2px}.multi-assign-list::-webkit-scrollbar{width:4px}.multi-assign-list::-webkit-scrollbar-track{background:transparent}.multi-assign-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.assignee-empty{text-align:center;color:var(--text-muted);font-size:.825rem;padding:1.25rem 0}.multi-assign-item{width:100%;border-radius:8px;border:1.5px solid transparent;background:transparent;padding:.5rem .625rem;cursor:pointer;transition:all .12s;display:flex;flex-direction:row;align-items:center;gap:.75rem}.multi-assign-item:hover{background:var(--surface-hover);border-color:var(--border)}.multi-assign-item.active{background:color-mix(in srgb,var(--primary) 8%,var(--surface));border-color:color-mix(in srgb,var(--primary) 30%,transparent)}.multi-assign-avatar-wrapper{flex-shrink:0;width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.multi-assign-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.multi-assign-fallback{width:32px;height:32px;border-radius:50%;background:var(--surface-hover);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--text-muted)}.multi-assign-item.active .multi-assign-fallback{background:color-mix(in srgb,var(--primary) 15%,var(--surface));border-color:var(--primary);color:var(--primary)}.multi-assign-info{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0;text-align:left}.multi-assign-name{font-size:.875rem;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-assign-item.active .multi-assign-name{color:var(--primary);font-weight:600}.multi-assign-email{font-size:.72rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-assign-tick{flex-shrink:0;color:var(--primary);display:flex;align-items:center;opacity:0;transition:opacity .15s}.multi-assign-tick.visible{opacity:1}.multi-assign-check{display:none}.detail-assignee-list{display:flex;flex-wrap:wrap;gap:.5rem}.detail-assignee-pill{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);padding:.2rem .6rem .2rem .2rem;border-radius:999px}.detail-assignee-avatar{width:24px;height:24px;border-radius:50%}.detail-assignee-fallback{width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.detail-assignee-name{font-size:.8125rem;font-weight:500;color:var(--text)}.detail-due-date{font-size:.875rem;font-weight:500;color:var(--text)}.detail-section-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0}.detail-description{font-size:1rem;line-height:1.6;color:var(--text);white-space:pre-wrap}.detail-audit-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.detail-audit{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.audit-row{display:flex;flex-direction:column;gap:.25rem}.audit-label{font-size:.7rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);opacity:.7}.audit-value{font-size:.8125rem;color:var(--text-muted)}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.detail-overlay{justify-content:flex-end;align-items:flex-end}.detail-panel{width:100%!important;min-width:0!important;max-width:100%!important;height:92dvh;border-left:none;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #00000038;animation:slide-up-sheet .32s cubic-bezier(.32,.72,0,1)}.detail-header{padding:.6rem 1rem;border-bottom:1px solid var(--border);position:relative}.detail-header:before{content:"";display:block;width:36px;height:4px;background:var(--border);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.detail-content{padding:1.25rem 1rem 2rem;gap:1.5rem}.detail-title{font-size:1.35rem}.detail-prop-row{flex-direction:column;align-items:flex-start;gap:.35rem}.detail-prop-label{width:auto;font-size:.72rem}.detail-assignee-list{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.45rem;padding-bottom:2px}.detail-assignee-list::-webkit-scrollbar{display:none}.detail-assignee-pill{flex-shrink:0;padding:0;border:none;background:transparent;gap:0}.detail-assignee-avatar{width:34px;height:34px;border-radius:50%;border:2px solid var(--border)}.detail-assignee-fallback{width:34px;height:34px;font-size:.8rem;border:2px solid var(--border)}.detail-assignee-name{display:none}.detail-due-date{white-space:nowrap;font-size:.875rem}.priority-chip-group{gap:.35rem}.priority-chip{padding:.25rem .6rem;font-size:.75rem}.interactive-status{font-size:.8rem;padding:.25rem 1.5rem .25rem .6rem}.subtask-add-input,.comment-input{font-size:.9rem}.detail-audit-footer{font-size:.72rem}}@keyframes slide-up-sheet{0%{transform:translateY(100%);opacity:.5}to{transform:translateY(0);opacity:1}}
