*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f5f6fa;--color-surface: #ffffff;--color-header: #1e293b;--color-header-text: #f1f5f9;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-link: #2563eb;--color-link-hover: #1d4ed8;--color-row-hover: #f0f4ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:600}button{border-radius:6px;border:1px solid var(--color-border);padding:.5em 1em;font-size:.875rem;font-weight:500;font-family:inherit;background-color:var(--color-surface);color:var(--color-text);cursor:pointer;transition:background-color .15s,border-color .15s}button:hover{background-color:var(--color-bg);border-color:var(--color-text-muted)}button:focus-visible{outline:2px solid var(--color-link);outline-offset:2px}.asana-banner{background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);color:#92400e;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;margin:0 0 1rem}.asana-banner-link{color:#92400e;text-decoration:underline;font-weight:500}.asana-banner-link:hover{color:#78350f}.badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap;line-height:1.5}.badge-pending{background:#fef3c7;color:#92400e}.badge-reviewing{background:#dbeafe;color:#1e40af;animation:pulse-validation 1.5s ease-in-out infinite}.badge-done{background:#d1fae5;color:#065f46}.badge-clickable{cursor:pointer}.badge-error{background:#fee2e2;color:#991b1b}.badge-cancelling{background:#f3f4f6;color:#6b7280;animation:pulse-validation 1.5s ease-in-out infinite}.badge-cancelled{background:#f3f4f6;color:#6b7280}.badge-none{background:var(--color-bg);color:var(--color-text-muted)}.validation-pill{font-size:.68rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.validation-pending{background:#f3f4f6;color:#6b7280}.validation-in-progress{background:#ede9fe;color:#5b21b6;animation:pulse-validation 1.5s ease-in-out infinite}@keyframes pulse-validation{0%,to{opacity:1}50%{opacity:.5}}.validation-valid{background:#d1fae5;color:#065f46}.validation-invalid{background:#fee2e2;color:#991b1b}.source-pill{font-size:.68rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.source-architecture{background:#dbeafe;color:#1e40af}.source-code-quality{background:#fef3c7;color:#92400e}.source-test{background:#d1fae5;color:#065f46}.source-performance{background:#ede9fe;color:#5b21b6}.source-requirements{background:#ffedd5;color:#9a3412}.source-regression{background:#f3f4f6;color:#6b7280}.repeating-pill{background:#fecaca;color:#991b1b}.fixed-prior-pill{background:#d1fae5;color:#065f46}.carried-over-pill{background:#fef3c7;color:#92400e;border:1px dashed #d97706}.issue-card-fixed{border-left-color:#16a34a}.issue-card-invalid{border-left-color:#c4b5fd}.issue-card-rejected{border-left-color:#9ca3af}.project-badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1.5;transition:opacity .15s}.project-badge-clickable{cursor:pointer}.project-badge-clickable:hover{opacity:.8}.confirm-dialog-overlay{position:fixed;inset:0;background:#0006;z-index:200;display:flex;align-items:center;justify-content:center}.confirm-dialog{background:var(--color-surface);border-radius:12px;padding:1.5rem 2rem;min-width:340px;max-width:440px;box-shadow:0 8px 30px #00000026}.confirm-dialog-title{font-size:1.05rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text)}.confirm-dialog-message{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.5}.confirm-dialog-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.dialog-btn-confirm{background:var(--color-link);color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer}.dialog-btn-confirm:hover{background:var(--color-link-hover)}.dialog-btn-danger{background:#dc2626}.dialog-btn-danger:hover{background:#b91c1c}.dialog-btn-cancel{background:none;border:1px solid var(--color-border);border-radius:6px;padding:.4rem 1rem;font-size:.85rem;color:var(--color-text-muted);cursor:pointer}.dialog-btn-cancel:hover{background:var(--color-bg);color:var(--color-text)}.dialog-btn-apply{background:var(--color-link);color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer}.dialog-btn-apply:hover{background:var(--color-link-hover)}.mr-table{width:100%;border-collapse:collapse;font-size:.875rem;background:var(--color-surface);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 0 0 1px var(--color-border)}.mr-table th,.mr-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--color-border)}.mr-table th{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);background:var(--color-bg)}.mr-table tbody tr{transition:background-color .1s ease}.mr-table tbody tr:hover{background:var(--color-row-hover)}.mr-row-clickable{cursor:pointer}.mr-row-stale{background-color:#fcf7e8}.mr-row-stale:hover{background-color:#f7eed4}.mr-table tbody tr:last-child td{border-bottom:none}.mr-table a{color:var(--color-link);text-decoration:none;font-weight:500}.mr-table a:hover{text-decoration:underline}.review-trigger-btn{padding:.3rem .7rem;font-size:.78rem;font-weight:500;color:var(--color-link);background:#2563eb14;border:1px solid rgba(37,99,235,.2);border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.review-trigger-btn:hover:not(:disabled){background:#2563eb26;border-color:#2563eb66}.review-trigger-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-review-btn{padding:.3rem .7rem;font-size:.78rem;font-weight:500;color:#dc2626;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.cancel-review-btn:hover:not(:disabled){background:#dc262626;border-color:#dc262666}.cancel-review-btn:disabled{opacity:.5;cursor:not-allowed}.rerun-review-btn{padding:.3rem .7rem;font-size:.78rem;font-weight:500;color:#6b7280;background:#6b728014;border:1px solid rgba(107,114,128,.2);border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.rerun-review-btn:hover:not(:disabled){background:#6b728026;border-color:#6b728066}.rerun-review-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard h1{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.filter-bar{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;color:var(--color-text-muted)}.filter-clear{background:none;border:1px solid var(--color-border);border-radius:4px;padding:.15rem .5rem;font-size:.75rem;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s}.filter-clear:hover{background:var(--color-border);color:var(--color-text)}.mr-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.mr-filter-bar .dashboard-mode-toggle{margin-bottom:0}.dashboard-mode-toggle{display:inline-flex;gap:0;margin-bottom:1rem;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.dashboard-mode-toggle button{background:transparent;border:none;padding:.35rem .85rem;font-size:.85rem;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s}.dashboard-mode-toggle button+button{border-left:1px solid var(--color-border)}.dashboard-mode-toggle button:hover{background:var(--color-border);color:var(--color-text)}.dashboard-mode-toggle button.active{background:var(--color-accent, #2563eb);color:#fff}.mr-reviewer-cell{font-size:.85rem;color:var(--color-text-muted)}.lost-tasks-list{display:flex;flex-direction:column;gap:.75rem}.lost-task-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem}.lost-task-header{margin-bottom:.25rem}.lost-task-name{font-weight:600;font-size:.95rem;color:var(--color-link);text-decoration:none}.lost-task-name:hover{text-decoration:underline}.lost-task-parent{font-size:.82rem;color:var(--color-text-muted);margin-bottom:.35rem}.lost-task-parent a{color:var(--color-link);text-decoration:none}.lost-task-parent a:hover{text-decoration:underline}.lost-task-inactive-mrs{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:.5rem}.lost-task-inactive-mrs-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.35rem}.lost-task-inactive-mr{display:flex;flex-direction:column;gap:.1rem;padding:.25rem 0}.lost-task-inactive-mr a{font-size:.85rem;color:var(--color-link);text-decoration:none}.lost-task-inactive-mr a:hover{text-decoration:underline}.lost-task-inactive-mr-meta{font-size:.75rem;color:var(--color-text-muted)}.review-row-clickable{cursor:pointer}.review-row-clickable:hover{background:var(--color-row-hover)}.review-row-muted{opacity:.55}.review-row-stale{background-color:#fcf7e8}.review-row-stale:hover{background-color:#f7eed4}.review-list-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.copy-btn{background:none;border:none;padding:.2rem;cursor:pointer;color:var(--color-text-muted);transition:color .15s;flex-shrink:0;display:flex;align-items:center}.copy-btn:hover{color:var(--color-link)}.copy-btn-label{font-size:.7rem;font-weight:500}.copy-btn-icon-mask{display:block;width:16px;height:16px;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;background-color:currentColor}.issues-summary-bar{display:flex;gap:1.25rem;margin-bottom:1rem;font-size:.85rem;font-weight:600}.severity-count{display:flex;align-items:center;gap:.3rem}.severity-critical{color:#dc2626}.severity-warning{color:#d97706}.severity-suggestion{color:#2563eb}.severity-clean{color:#059669}.issue-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.issue-card{display:flex;flex-direction:column;gap:.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-border);border-radius:8px;padding:1rem 1.25rem;transition:background-color .3s;scroll-margin-top:10rem}.issue-card-highlighted{background-color:#2563eb14;animation:issue-card-highlight-pulse 2s ease-out forwards}@keyframes issue-card-highlight-pulse{0%{background-color:#2563eb26}70%{background-color:#2563eb26}to{background-color:#2563eb00}}.issue-card-critical{border-left-color:#dc2626}.issue-card-warning{border-left-color:#d97706}.issue-card-suggestion{border-left-color:#2563eb}.issue-card-header,.issue-card-meta-row{display:flex;align-items:center;gap:.5rem}.issue-card-tags{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto}.issue-card-icon{flex-shrink:0;font-size:1rem}.issue-card-title{font-weight:600;font-size:.95rem;color:var(--color-text);flex:1}.issue-card-severity{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:4px;flex-shrink:0}.issue-card-severity.severity-critical{background:#fef2f2;color:#dc2626}.issue-card-severity.severity-warning{background:#fffbeb;color:#d97706}.issue-card-severity.severity-suggestion{background:#eff6ff;color:#2563eb}.issue-card-file{display:inline-block;font-size:.78rem;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);padding:.12rem .45rem;border-radius:3px;margin-bottom:.6rem}.issue-card-description{font-size:.875rem;line-height:1.6;color:var(--color-text)}.issue-card-description p:first-child{margin-top:0}.issue-card-description p:last-child{margin-bottom:0}.issue-card-footer-row{display:flex;align-items:center;gap:.75rem}.issue-card-footer-row .copy-btn{margin-left:auto}.issue-card-section{margin-top:.35rem;padding-top:.6rem;border-top:1px solid var(--color-border)}.issue-card-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.25rem}.issue-card-section-content{font-size:.85rem;line-height:1.6;color:var(--color-text)}.issue-card-section-content p:first-child{margin-top:0}.issue-card-section-content p:last-child{margin-bottom:0}.issue-card-section-content pre{background:#1e293b;color:#e2e8f0;padding:.75rem 1rem;border-radius:6px;overflow-x:auto;font-size:.82rem;line-height:1.5;margin:.5rem 0}.issue-card-section-content code{background:#f1f5f9;color:#0f172a;padding:.1rem .35rem;border-radius:3px;font-size:.82em}.issue-card-section-content pre code{background:none;color:inherit;padding:0}.reject-btn{background:none;border:1px solid var(--color-border);border-radius:4px;padding:.15rem .5rem;font-size:.72rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.reject-btn:hover{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.restore-btn{background:none;border:1px solid var(--color-border);border-radius:4px;padding:.15rem .5rem;font-size:.72rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.restore-btn:hover{background:#f0fdf4;color:#065f46;border-color:#86efac}.validation-reasoning-toggle{background:none;border:none;padding:0;font-size:.78rem;color:var(--color-link);cursor:pointer;font-weight:500}.validation-reasoning-toggle:hover{text-decoration:underline}.validation-reasoning-content{margin-top:.35rem;font-size:.82rem;color:var(--color-text-muted);font-style:italic}.carried-over-origin-link{font-size:.75rem;color:var(--color-text-muted);text-decoration:none}.carried-over-origin-link:hover{color:var(--color-link);text-decoration:underline}.asana-tasks-section{margin-bottom:1rem}.asana-task-header-clickable{cursor:pointer}.asana-task-header-clickable:hover{opacity:.8}.asana-task-cards{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.asana-task-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem}.asana-icon{width:16px;height:16px;flex-shrink:0}.asana-task-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.asana-task-name{font-weight:600;font-size:.95rem;color:var(--color-link);text-decoration:none}.asana-task-name:hover{text-decoration:underline}.asana-task-status-badge{font-size:.68rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;background:#d1fae5;color:#065f46}.asana-task-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem}.asana-task-notes{font-size:.85rem;line-height:1.6;color:var(--color-text);border-top:1px solid var(--color-border);padding-top:.5rem;margin-top:.5rem}.asana-task-notes p:first-child{margin-top:0}.asana-task-notes p:last-child{margin-bottom:0}.asana-comments{border-top:1px solid var(--color-border);margin-top:.75rem;padding-top:.5rem}.asana-comments-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.5rem}.asana-comment{padding:.4rem 0;border-bottom:1px solid var(--color-border)}.asana-comment:last-child{border-bottom:none}.asana-comment-header{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.asana-comment-date{color:var(--color-text-muted);font-size:.75rem}.asana-comment-text{font-size:.82rem;line-height:1.5;color:var(--color-text);margin-top:.2rem;white-space:pre-wrap}.reject-mr-btn{display:inline-flex;align-items:center;gap:5px;background:#dc2626;border:none;border-radius:5px;padding:3px 10px;font-size:.78rem;font-weight:500;cursor:pointer;color:#fff;transition:background .15s,box-shadow .15s,opacity .15s;box-shadow:0 1px 3px #dc26264d;letter-spacing:.01em}.reject-mr-btn:hover:not(:disabled){background:#b91c1c;box-shadow:0 2px 6px #dc262666}.reject-mr-btn:active:not(:disabled){background:#991b1b;box-shadow:none}.reject-mr-btn:disabled{opacity:.55;cursor:not-allowed}.reject-mr-no-subtasks{font-size:.85rem;color:var(--color-text-secondary);margin:.5rem 0 0}.reject-mr-subtasks{margin-top:.75rem}.reject-mr-subtasks-label{font-size:.85rem;font-weight:600;margin-bottom:.4rem}.reject-mr-subtask-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.85rem;cursor:pointer}.reject-mr-subtask-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reject-mr-subtask-parent{font-size:.78rem;color:var(--color-text-secondary);flex-shrink:0}.reject-mr-progress{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.reject-mr-step{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.reject-mr-step-icon{flex-shrink:0}.reject-mr-step-label{flex:1}.reject-mr-step-error{font-size:.78rem;color:#dc2626}.approve-mr-btn{display:inline-flex;align-items:center;gap:5px;background:#16a34a;border:none;border-radius:5px;padding:3px 10px;font-size:.78rem;font-weight:500;cursor:pointer;color:#fff;transition:background .15s,box-shadow .15s,opacity .15s;box-shadow:0 1px 3px #16a34a4d;letter-spacing:.01em;margin-left:6px}.approve-mr-btn:hover:not(:disabled){background:#15803d;box-shadow:0 2px 6px #16a34a66}.approve-mr-btn:active:not(:disabled){background:#166534;box-shadow:none}.approve-mr-btn:disabled{opacity:.55;cursor:not-allowed}.approve-mr-dialog{max-width:480px}.approve-mr-section{margin-bottom:14px}.approve-mr-section-label{font-size:.82rem;font-weight:600;color:var(--color-text);margin:0 0 6px}.approve-mr-radio{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.82rem;color:var(--color-text);cursor:pointer}.approve-mr-radio input[type=radio]{margin:0;accent-color:#16a34a}.approve-mr-radio-hint{font-size:.75rem;color:var(--color-text-muted)}.approve-mr-locked-hint{font-size:.82rem;color:var(--color-text-muted);margin:4px 0;font-style:italic}.approve-mr-select{width:100%;padding:6px 10px;border-radius:5px;border:1px solid var(--color-border, #d1d5db);background:var(--color-surface);color:var(--color-text);font-size:.82rem}.approve-mr-select:focus{outline:none;border-color:#16a34a}.approve-mr-no-devs{font-size:.82rem;color:var(--color-text-muted);font-style:italic}.approve-mr-timing-hint{font-size:.75rem;color:#d97706;margin:8px 0 4px}.approve-mr-section-hidden{display:none}.approve-mr-section-disabled{opacity:.45;pointer-events:none}.approve-mr-body{min-height:360px}.approve-mr-confirm-btn{background:#16a34a!important}.approve-mr-confirm-btn:hover:not(:disabled){background:#15803d!important}.approve-mr-confirm-btn:disabled{opacity:.55;cursor:not-allowed}.review-report{line-height:1.7;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1.75rem 2rem}.review-report h1{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:1px solid var(--color-border)}.review-report h2{font-size:1.25rem;margin-top:1.4rem;margin-bottom:.4rem}.review-report h3{font-size:1.1rem;margin-top:1.2rem;margin-bottom:.35rem}.review-report h1:first-child,.review-report h2:first-child,.review-report h3:first-child{margin-top:0}.review-report p{margin:.75rem 0}.review-report ul,.review-report ol{margin:.75rem 0;padding-left:1.5rem}.review-report li{margin:.25rem 0}.review-report pre{background:#1e293b;color:#e2e8f0;padding:1rem 1.25rem;border-radius:6px;overflow-x:auto;font-size:.85rem;line-height:1.5;margin:1rem 0}.review-report code{background:#f1f5f9;color:#0f172a;padding:.15rem .4rem;border-radius:4px;font-size:.85em;font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.review-report pre code{background:none;color:inherit;padding:0;border-radius:0;font-size:inherit}.review-report table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.875rem}.review-report th,.review-report td{border:1px solid var(--color-border);padding:.5rem .85rem;text-align:left}.review-report th{background:var(--color-bg);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.review-report blockquote{border-left:3px solid var(--color-link);margin:1rem 0;padding:.5rem 1rem;color:var(--color-text-muted);background:#f8fafc;border-radius:0 4px 4px 0}.review-report hr{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.review-report a{color:var(--color-link)}.review-report a:hover{text-decoration:underline}.report-toggle-section{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.report-toggle-section>.review-report,.report-toggle-section>.raw-response-block{flex-basis:100%}.report-toggle-btn{background:none;border:1px solid var(--color-border);border-radius:6px;padding:.4rem .85rem;font-size:.8rem;color:var(--color-text-muted);cursor:pointer;font-weight:500;transition:background .15s,color .15s}.report-toggle-btn:hover{background:var(--color-bg);color:var(--color-text)}.raw-response-block{background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:1rem;font-size:.75rem;line-height:1.4;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:600px;overflow-y:auto;color:var(--color-text)}.review-task-list-wrapper{margin-bottom:1.5rem;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-surface)}.review-task-list{max-height:360px;overflow-y:auto;padding:.4rem 0}.review-task-row{display:flex;align-items:flex-start;gap:.6rem;padding:.45rem 1rem;font-size:.82rem;transition:background .15s}.review-task-row:hover{background:var(--color-surface-hover, rgba(0, 0, 0, .03))}.review-task-row-running{background:#2563eb0f}.review-task-row-running:hover{background:#2563eb1a}.review-task-icon{flex-shrink:0;width:1.15rem;text-align:center;font-size:.9rem;line-height:1.4}.review-task-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.review-task-name{font-weight:500;color:var(--color-text);word-break:break-word}.review-task-file-path{font-size:.75rem;color:var(--color-text-muted);font-family:var(--font-mono, monospace)}.review-task-elapsed{font-size:.72rem;color:#2563eb;font-weight:500}.review-task-duration{font-size:.72rem;color:var(--color-text-muted)}.review-task-row-error .review-task-name{color:#dc2626}.review-task-error{font-size:.72rem;color:#dc2626;margin-top:.1rem}.review-task-attempts{font-size:.7rem;font-weight:500;color:var(--color-text-muted);margin-top:.1rem}.review-task-attempts-running{color:#d97706}.investigation-panel{margin-top:2rem;border-top:2px solid var(--color-border);padding-top:1.5rem}.investigation-panel-title{font-size:1rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.investigation-empty{font-size:.85rem;color:var(--color-text-muted);margin:0 0 1rem}.investigation-threads{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.investigation-thread{border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.investigation-thread-header{display:flex;align-items:center;gap:.5rem;padding:.65rem .9rem;background:var(--color-card);cursor:pointer;-webkit-user-select:none;user-select:none}.investigation-thread-header:hover{background:var(--color-hover)}.investigation-thread-toggle{font-size:.75rem;color:var(--color-text-muted);flex-shrink:0}.investigation-thread-question{font-size:.88rem;font-weight:600;color:var(--color-text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.investigation-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.investigation-status-running{background:#f59e0b;animation:pulse 1.5s ease-in-out infinite}.investigation-status-error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.investigation-thread-body{padding:.75rem .9rem;background:var(--color-bg);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.6rem}.investigation-user-bubble{align-self:flex-end;background:var(--color-link);color:#fff;padding:.5rem .75rem;border-radius:12px 12px 2px;font-size:.87rem;max-width:85%;word-break:break-word}.investigation-assistant-bubble{align-self:flex-start;background:var(--color-card);border:1px solid var(--color-border);padding:.6rem .8rem;border-radius:2px 12px 12px;font-size:.87rem;max-width:100%;word-break:break-word;line-height:1.6}.investigation-assistant-bubble p:first-child{margin-top:0}.investigation-assistant-bubble p:last-child{margin-bottom:0}.investigation-assistant-bubble pre{overflow-x:auto}.investigation-assistant-bubble code{font-size:.82em}.investigation-streaming{color:var(--color-text-muted);font-style:italic}.investigation-streaming p{margin:0}.investigation-error-msg{font-size:.82rem;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem .75rem}.investigation-followup{display:flex;gap:.5rem;align-items:flex-end;margin-top:.25rem}.investigation-textarea{flex:1;resize:vertical;min-height:2.5rem;padding:.5rem .65rem;font-size:.87rem;font-family:inherit;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text);line-height:1.4}.investigation-textarea:focus{outline:none;border-color:var(--color-link)}.investigation-textarea:disabled{opacity:.6;cursor:not-allowed}.investigation-ask-btn{padding:.45rem 1rem;font-size:.85rem;font-weight:600;background:var(--color-link);color:#fff;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;flex-shrink:0}.investigation-ask-btn:hover:not(:disabled){opacity:.88}.investigation-ask-btn:disabled{opacity:.5;cursor:not-allowed}.investigation-new{display:flex;flex-direction:column;gap:.5rem}.investigation-hint{font-size:.75rem;color:var(--color-text-muted)}.asana-task-modal{min-width:440px;max-width:560px}.asana-task-modal h3{margin:0 0 1rem}.asana-task-label{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.85em;font-weight:600;color:var(--color-text-secondary, #aaa)}.asana-task-input{padding:.5rem;border:1px solid var(--color-border, #333);border-radius:4px;background:var(--color-bg, #1a1a1a);color:var(--color-text, #e0e0e0);font-size:.95em;font-family:inherit}.asana-task-textarea{resize:vertical;min-height:100px}.asana-generating{font-weight:400;font-style:italic;color:#888}.asana-task-error{color:var(--color-error, #d32f2f);font-size:.85em;margin:0 0 .5rem}.asana-create-btn{background:none;border:1px solid #666;color:#aaa;padding:2px 8px;border-radius:4px;cursor:pointer;font-size:.8em}.asana-create-btn:hover{border-color:#999;color:#ddd}.asana-link-btn{background:none;border:1px solid #4a9eff;color:#4a9eff;padding:2px 8px;border-radius:4px;font-size:.8em;text-decoration:none}.asana-link-btn:hover{background:#4a9eff1a}.readonly-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .9rem;margin-bottom:1rem;background:var(--color-bg-alt, #fff8e1);border:1px solid var(--color-warning-border, #e0b340);border-radius:6px;font-size:.9rem;color:var(--color-text, #333)}.readonly-banner strong{font-weight:600}.readonly-banner-cta{flex-shrink:0;background:var(--color-accent, #2563eb);color:#fff;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s}.readonly-banner-cta:hover:not(:disabled){background:var(--color-accent-hover, #1d4ed8)}.readonly-banner-cta:disabled{opacity:.7;cursor:not-allowed}.stale-banner{background-color:#fbf4df;border:1px solid hsl(45,70%,80%);border-radius:6px;padding:.65rem 1rem;margin-bottom:1rem;font-size:.875rem;color:#664019}.review-sticky-header{position:sticky;top:56px;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:.6rem 2rem;margin:0 -2rem 1rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.review-sticky-header .mr-link{font-size:1.1rem;font-weight:600;color:var(--color-link);text-decoration:none}.review-sticky-header .mr-link:hover{text-decoration:underline}.branch-info{display:inline-flex;align-items:center;gap:.4rem}.branch-name{background:var(--color-bg);border:1px solid var(--color-border);padding:.2rem .5rem;border-radius:4px;font-size:.8rem;color:var(--color-text-muted)}.mr-state-label{font-size:.78rem;font-weight:600;white-space:nowrap}.mr-state-review{color:#2563eb}.mr-state-in-progress{color:#d97706}.mr-state-reassigned{color:#7c3aed}.mr-state-merged{color:#059669}.mr-state-closed{color:#64748b}.review-meta{display:flex;flex-wrap:wrap;column-gap:1.5rem;row-gap:.4rem;margin-bottom:1.5rem;padding:.85rem 1.15rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;font-size:.875rem}.review-meta-item{display:flex;align-items:center;gap:.4rem}.review-meta-separator{flex-basis:100%;height:0}.review-error-summary{background:#fce3e3;border:1px solid hsl(0,60%,85%);border-radius:8px;padding:.85rem 1.1rem;margin-bottom:1rem;font-size:.82rem;color:#7a1f1f;line-height:1.5}.review-error-summary strong{font-weight:600}.review-error-summary ul{margin:.4rem 0 0 1.2rem;padding:0}.review-error-summary li{margin-bottom:.2rem}.review-meta-item strong{color:var(--color-text-muted);font-weight:600}.new-review-btn{background:var(--color-link);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,opacity .15s}.new-review-btn:hover:not(:disabled){background:var(--color-link-hover)}.new-review-btn:disabled{opacity:.5;cursor:not-allowed}.retry-btn{display:inline-flex;align-items:center;gap:5px;background:#2563eb;border:none;border-radius:5px;padding:3px 10px 3px 8px;font-size:.78rem;font-weight:500;cursor:pointer;color:#fff;margin-left:8px;transition:background .15s,box-shadow .15s,opacity .15s;box-shadow:0 1px 3px #2563eb4d;letter-spacing:.01em}.retry-btn:before{content:"↺";font-size:1rem;line-height:1}.retry-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 2px 6px #2563eb66}.retry-btn:active:not(:disabled){background:#1e40af;box-shadow:none}.retry-btn:disabled{opacity:.55;cursor:not-allowed}.cancel-review-btn{display:inline-flex;align-items:center;background:#dc2626;border:none;border-radius:5px;padding:3px 10px;font-size:.78rem;font-weight:500;cursor:pointer;color:#fff;margin-left:8px;transition:background .15s,opacity .15s}.cancel-review-btn:hover:not(:disabled){background:#b91c1c}.cancel-review-btn:disabled{opacity:.55;cursor:not-allowed}.rerun-review-btn{display:inline-flex;align-items:center;background:#6b7280;border:none;border-radius:5px;padding:3px 10px;font-size:.78rem;font-weight:500;cursor:pointer;color:#fff;margin-left:8px;transition:background .15s,opacity .15s}.rerun-review-btn:hover:not(:disabled){background:#4b5563}.rerun-review-btn:disabled{opacity:.55;cursor:not-allowed}.validation-incomplete-badge{display:inline-block;background:#fef3c7;color:#92400e;border-radius:999px;font-size:.7rem;font-weight:600;padding:.1rem .5rem;margin-left:6px}.validation-summary{display:flex;gap:.6rem;margin-left:.75rem;padding-left:.75rem;border-left:1px solid var(--color-border);font-size:.8rem;font-weight:500}.validation-count-valid{color:#065f46}.validation-count-invalid{color:#991b1b}.validation-count-pending{color:#5b21b6}.regression-count-repeating{color:#991b1b}.regression-count-fixed{color:#065f46}.issue-tabs{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:2px solid var(--color-border);position:sticky;top:103px;background:var(--color-bg);z-index:40;padding-top:.5rem}.issue-tab{background:none;border:none;position:relative;margin-bottom:-2px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:color .15s}.issue-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent;transition:background .15s}.issue-tab:hover{color:var(--color-text)}.issue-tab-active,.issue-tab-active:hover{color:var(--color-link)}.issue-tab-active:after{background:var(--color-link)}.issue-cards-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.all-reviews-row{cursor:pointer}.all-reviews-mr-cell{display:flex;align-items:center;gap:.5rem}.all-reviews-mr{min-width:0}.all-reviews-mr-link{color:var(--color-link);text-decoration:none;font-weight:500;cursor:pointer;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;vertical-align:bottom}.all-reviews-mr-link:hover{text-decoration:underline}.all-reviews-loading{text-align:center;color:var(--color-text-muted);font-size:.85rem;padding:1rem!important}.all-reviews-table thead th{position:sticky;top:56px;z-index:1}.general-settings{display:flex;flex-direction:column;gap:.5rem}.general-settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;cursor:pointer}.general-settings-label{display:flex;flex-direction:column;gap:.2rem}.general-settings-title{font-weight:500;font-size:.95rem}.general-settings-desc{font-size:.8rem;color:var(--color-text-muted)}.general-settings-toggle{width:1.1rem;height:1.1rem;cursor:pointer}.my-account{display:flex;flex-direction:column;gap:1rem;max-width:560px}.my-account-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.75rem}.my-account-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.my-account-section-header h2{margin:0;font-size:1rem;font-weight:600}.my-account-hint{margin:0;font-size:.85rem;color:var(--color-text-muted)}.my-account-hint a{color:var(--color-link);text-decoration:underline}.my-account-field{display:flex;flex-direction:column;gap:.3rem}.my-account-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted)}.my-account-input{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text);font-size:.9rem;font-family:inherit}.my-account-actions{display:flex;gap:.5rem}.my-account-button{padding:.45rem .9rem;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:.85rem;cursor:pointer}.my-account-button:disabled{opacity:.6;cursor:progress}.my-account-button-primary{background:var(--color-link);color:#fff;border-color:var(--color-link)}.my-account-button-danger{color:#b91c1c;border-color:#fca5a5}.my-account-error{font-size:.85rem;color:#b91c1c}.my-account-message{font-size:.85rem;color:#059669}.my-account-gid code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;padding:.1rem .35rem;background:var(--color-bg-secondary, #f0f0f0);border-radius:4px}.my-account-chip{font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;border:1px solid transparent}.my-account-chip-ok{background:#0596691f;color:#047857;border-color:#0596694d}.my-account-chip-warn{background:#f59e0b24;color:#b45309;border-color:#f59e0b59}.my-account-chip-error{background:#ef44441f;color:#b91c1c;border-color:#ef44444d}.my-account-chip-neutral{background:var(--color-bg-secondary, #f0f0f0);color:var(--color-text-muted);border-color:var(--color-border)}.settings-page{padding-bottom:5rem}.settings-project-list{display:flex;flex-direction:column;gap:.5rem}.settings-project-card{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.settings-project-card:hover{background:var(--color-row-hover);border-color:var(--color-link)}.settings-project-card-edited{border-color:#f59e0b}.settings-project-name{font-size:.85rem;color:var(--color-text-muted)}.settings-edited-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;margin-left:auto;flex-shrink:0}.settings-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.settings-tab{padding:.5rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--color-text-muted);font-size:.9rem;cursor:pointer;text-decoration:none;transition:color .15s,border-color .15s}.settings-tab:hover{color:var(--color-text)}.settings-tab-active{color:var(--color-link);border-bottom-color:var(--color-link)}.settings-add-developer{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.settings-add-developer input{flex:1;max-width:300px;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text);font-size:.9rem}.settings-add-error{color:#ef4444;font-size:.85rem}.settings-developer-list{display:flex;flex-direction:column;gap:.5rem}.settings-developer-card{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.settings-developer-card:hover{background:var(--color-row-hover);border-color:var(--color-link)}.settings-developer-name{font-weight:500}.settings-developer-username{font-size:.85rem;color:var(--color-text-muted)}.settings-developer-asana-gid{font-size:.75rem;color:var(--color-text-muted);font-family:var(--font-mono, monospace)}.color-generating{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;color:var(--color-text-muted)}.color-dialog-overlay{position:fixed;inset:0;background:#0006;z-index:200;display:flex;align-items:center;justify-content:center}.color-dialog{background:var(--color-surface);border-radius:12px;padding:1.5rem 2rem;min-width:400px;max-width:520px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 30px #00000026}.color-dialog h2{font-size:1.2rem;margin:0 0 .25rem}.color-dialog-fullname{font-size:.8rem;color:var(--color-text-muted);margin:0 0 1rem}.color-dialog-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.color-dialog-field label{font-size:.8rem;font-weight:600;color:var(--color-text-muted)}.color-dialog-field select{padding:.4rem .5rem;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:.85rem}.settings-language-label{font-size:.7rem;padding:.1rem .4rem;border-radius:4px;background:var(--color-bg-secondary, #f0f0f0);color:var(--color-text-muted);margin-left:.5rem}.color-swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.color-swatch{display:inline-block;padding:.3rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:border-color .15s,transform .1s}.color-swatch:hover{transform:scale(1.05)}.color-swatch.selected{border-color:var(--color-link);box-shadow:0 0 0 2px #3b82f64d}.color-dialog-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.save-bar{position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:.75rem 2rem;display:flex;align-items:center;gap:1rem;z-index:150;box-shadow:0 -2px 8px #00000014}.save-bar-success{justify-content:center}.save-bar-text{font-size:.85rem;color:var(--color-text-muted)}.save-bar-msg{font-size:.85rem;color:#059669;font-weight:500}.trace-row-error td{color:var(--color-error, #d32f2f)}.trace-ts{white-space:nowrap;font-variant-numeric:tabular-nums}.trace-context{font-family:monospace;font-size:.85em;color:var(--color-text-muted)}.trace-meta-table{margin-bottom:1.5rem}.trace-meta-label{font-weight:600;color:var(--color-text-muted);width:140px}.trace-detail-row td{background:var(--color-surface-2, #f5f5f5);padding:.75rem 1rem}.trace-detail{display:flex;flex-direction:column;gap:.75rem}.trace-detail-label{font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.25rem}.trace-detail-pre{margin:0;padding:.75rem;background:var(--color-bg, #1e1e1e);border:1px solid var(--color-border);border-radius:4px;font-size:.8em;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto}.trace-error-badge{color:var(--color-error, #d32f2f);font-size:.875em;margin-bottom:.5rem}.trace-failure-kind{font-weight:600;text-transform:uppercase;letter-spacing:.05em}.traces-link{margin-top:.5rem;font-size:.875em}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg);padding:1rem}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:380px;box-shadow:0 4px 24px #00000014}.login-branding{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem}.login-logo{height:56px;width:56px;object-fit:contain}.login-title{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:.02em}.login-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:.625rem .875rem;font-size:.875rem;margin-bottom:1rem}.login-field{margin-bottom:1rem}.login-field label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:.375rem}.login-field input{width:100%;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.9375rem;color:var(--color-text);background:var(--color-surface);transition:border-color .15s}.login-field input:focus{outline:none;border-color:var(--color-link);box-shadow:0 0 0 3px #2563eb1a}.login-button{width:100%;padding:.7rem;margin-top:.5rem;background:var(--color-header);color:var(--color-header-text);border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .15s}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{opacity:.5;cursor:not-allowed}.sidebar{width:200px;flex-shrink:0;border-right:1px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto}.sidebar-nav{display:flex;flex-direction:column;padding:.5rem 0}.sidebar-nav-item{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:background .15s,color .15s}.sidebar-nav-item:hover{background:var(--color-row-hover);color:var(--color-text);text-decoration:none}.sidebar-nav-item-active{color:var(--color-link);background:#3b82f614;font-weight:600}.sidebar-nav-item-active:hover{color:var(--color-link)}.sidebar-nav-icon{width:18px;height:18px;opacity:.6;flex-shrink:0}.sidebar-nav-item-active .sidebar-nav-icon{opacity:1}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--color-border);padding:.5rem 0}.sidebar-user{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;border-top:1px solid var(--color-border)}.sidebar-user-name{font-size:.8rem;font-weight:500;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{background:none;border:none;color:var(--color-text-muted);font-size:.75rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .15s,background .15s}.sidebar-logout:hover{color:#dc2626;background:#fef2f2}.app-header{background:var(--color-header);color:var(--color-header-text);padding:0 2rem 0 1rem;height:56px;display:flex;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001f}.app-header-logo{height:36px;width:36px;object-fit:contain}.app-header-title{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;letter-spacing:.02em;color:var(--color-header-text);text-decoration:none}.app-header-title:hover{color:#fff;text-decoration:none}#root{min-height:100vh;display:flex;flex-direction:column}.app-body{display:flex;flex:1;min-height:0}.app-content{max-width:1120px;width:100%;margin:0 auto;padding:2rem 2rem 4rem;flex:1;min-width:0}.empty-state{color:var(--color-text-muted);font-style:italic;padding:2rem 0}.error-msg{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem;font-size:.875rem}.error-detail-block{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.page h1{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--color-text)}.breadcrumb{font-size:.8rem;margin-bottom:1.25rem;color:var(--color-text-muted)}.breadcrumb a{color:var(--color-link);text-decoration:none;font-weight:500}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .35rem;color:var(--color-text-muted)}.loading-text{color:var(--color-text-muted);padding:2rem 0}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--color-border);border-top-color:var(--color-link);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-bg)}.auth-spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-link);border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.sidebar{display:none}.app-header{padding:0 .75rem}.app-content{padding:1rem .75rem 3rem}.dashboard h1{font-size:1.3rem}.page h1{font-size:1.15rem}.mr-table .mobile-hide{display:none}.mr-table th,.mr-table td{padding:.6rem .5rem}.review-sticky-header{padding:.6rem .75rem;margin:0 -.75rem;gap:.5rem}.review-meta{flex-direction:column;gap:.35rem;padding:.65rem .85rem}.review-meta-separator{display:none}.issue-card{padding:.75rem}.issue-card-header{flex-wrap:wrap;gap:.35rem}.issue-card-title{flex-basis:100%}.issue-card-meta-row{flex-wrap:wrap-reverse}.issue-card-tags{flex-basis:100%;justify-content:flex-start}.issue-card-file{max-width:100%;overflow:hidden;text-overflow:ellipsis;direction:rtl;text-align:left}.issues-summary-bar{flex-wrap:wrap}.validation-summary{border-left:none;margin-left:0;padding-left:0;flex-basis:100%}.review-report{padding:1rem}.color-dialog{min-width:unset;width:calc(100vw - 2rem);padding:1.25rem}.save-bar{padding:.75rem}.review-list-header{flex-direction:column;align-items:flex-start}}
