.dash{padding:3rem 0 5rem}.dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.dash-titles h1{font-size:2rem;font-weight:800;letter-spacing:-.8px;margin-bottom:.35rem}.dash-sub{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;max-width:480px}.dash-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.proj{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-tertiary)}.proj select{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .6rem;cursor:pointer}.view-toggle{display:inline-flex;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px}.vt{font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:6px;padding:.4rem .75rem;cursor:pointer}.vt:hover{color:var(--text-primary)}.vt.active{color:var(--text-primary);background:var(--surface-2)}.add-btn{font-family:inherit;font-weight:600;font-size:.8125rem;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-sm);padding:.5rem .95rem;cursor:pointer}.add-btn:hover{background:var(--accent-hover)}.dash-filters{display:flex;flex-wrap:wrap;gap:.85rem;padding:.85rem .5rem 1rem}.filter-grp{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.fg-label{font-family:var(--font-mono);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-right:.3rem}.fp{font-family:inherit;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--surface-1);border:1px solid var(--border);border-radius:9999px;padding:.2rem .65rem;cursor:pointer}.fp:hover{color:var(--text-primary);border-color:var(--border-hover)}.fp.on{color:var(--accent-text);background:var(--accent-soft);border-color:var(--accent-soft)}.auth-pill{font-size:.8125rem;color:var(--text-secondary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .85rem;margin-bottom:1rem}.auth-pill a{color:var(--accent-text)}.auth-pill.owner{color:var(--accent-text);border-color:var(--accent-soft);background:var(--accent-soft)}.auth-pill.subscriber{color:var(--status-active-text);border-color:var(--status-active-bg);background:var(--status-active-bg)}.dash-status{font-size:.875rem;color:var(--text-tertiary);padding:1.5rem 0}.pill{display:inline-block;font-family:var(--font-mono);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.18rem .5rem;border-radius:9999px;background:var(--surface-2);color:var(--text-secondary)}.pill.st-open{background:var(--status-building-bg);color:var(--status-building-text)}.pill.st-blocked{background:var(--status-exploring-bg);color:var(--status-exploring-text)}.pill.st-done{background:var(--status-active-bg);color:var(--status-active-text)}.pill.st-deferred{background:var(--surface-2);color:var(--text-tertiary)}.pill.st-cancelled{background:var(--surface-2);color:var(--text-tertiary);text-decoration:line-through}.pill.pr-critical{background:#f8717124;color:#f87171}.pill.pr-high{background:#fbbf2424;color:#fbbf24}.pill.pr-normal,.pill.pr-low{background:var(--surface-2);color:var(--text-tertiary)}.cmt-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.4rem;font-family:var(--font-mono);font-size:.625rem;font-weight:600;background:var(--accent-soft);color:var(--accent-text);border-radius:9999px;padding:.1rem .45rem;min-width:1.25rem}.tag{font-family:var(--font-mono);font-size:.625rem;font-weight:500;color:var(--text-tertiary);background:var(--surface-2);border-radius:var(--radius-xs);padding:.1rem .4rem}.list-table{width:100%;border-collapse:collapse}.list-table th{text-align:left;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);padding:.6rem .5rem;border-bottom:1px solid var(--border)}.list-table td{padding:.7rem .5rem;border-bottom:1px solid var(--border);font-size:.875rem;vertical-align:middle}.list-row{cursor:pointer;transition:background-color .12s ease}.list-row:hover{background:var(--surface-1)}.lr-title{font-weight:500;color:var(--text-primary)}.lr-section{font-family:var(--font-mono);font-size:.75rem;color:var(--text-tertiary)}.lr-tags{display:flex;gap:.25rem;flex-wrap:wrap}.lr-project{font-family:var(--font-mono);font-size:.6875rem;color:var(--accent-text)}.lr-group td{background:var(--surface-2);border-bottom:1px solid var(--border-hover);padding:.55rem .6rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary)}.lr-group-name{color:var(--text-primary);font-weight:700}.lr-group-count{margin-left:.5rem;color:var(--accent-text);background:var(--accent-soft);padding:.1rem .5rem;border-radius:9999px}.lr-editable .pill{cursor:pointer;border:1px solid transparent;transition:border-color .12s ease,transform .12s ease}.lr-editable .pill:hover{border-color:var(--border-hover);transform:scale(1.05)}.pill.pr-untriaged{background:transparent;color:var(--text-tertiary);border:1px dashed var(--border);padding:.16rem .45rem}.fp-select{font-family:inherit;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--surface-1);border:1px solid var(--border);border-radius:9999px;padding:.2rem .55rem;cursor:pointer;outline:none;max-width:240px}.fp-select:focus{border-color:var(--accent)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.task-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:border-color .12s ease,transform .12s ease}.task-card:hover{border-color:var(--border-hover)}.card-top{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.card-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);letter-spacing:-.1px;line-height:1.35}.card-desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.55}.card-section{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-tertiary)}.card-tags{display:flex;gap:.25rem;flex-wrap:wrap}.kb-board{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.kb-col{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.kb-head{display:flex;justify-content:space-between;align-items:center;padding:.1rem .35rem .6rem;border-bottom:1px solid var(--border);margin-bottom:.6rem}.kb-name{font-family:var(--font-mono);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.kb-count{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-tertiary)}.kb-body{display:flex;flex-direction:column;gap:.6rem}.kb-body .task-card{padding:.75rem}.group-pick{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-tertiary)}.group-pick[hidden]{display:none}.group-pick select{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .6rem;cursor:pointer}.be-wrap{display:grid;grid-template-columns:1fr 220px;gap:1.25rem;align-items:center;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.be-svg-wrap{min-width:0}.be-svg-wrap svg{width:100%;height:auto;display:block}.be-sector{cursor:pointer;transition:filter .15s ease,opacity .15s ease}.be-sector:hover{filter:brightness(1.15)}.be-label{font-family:var(--font-mono);font-size:11px;font-weight:600;fill:var(--text-secondary)}.be-count{font-family:var(--font-mono);font-size:13px;font-weight:700}.be-center{font-family:var(--font-mono);font-size:26px;font-weight:800;fill:var(--text-primary)}.be-center-sub{font-family:var(--font-mono);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;fill:var(--text-tertiary)}.be-legend{display:flex;flex-direction:column;gap:1rem;font-size:.8125rem;color:var(--text-secondary)}.be-ring-key{display:flex;flex-direction:column;gap:.35rem}.be-r-row{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem}.be-r-dot{width:14px;height:14px;border-radius:50%;border:1px solid var(--border)}.be-help{font-size:.75rem;color:var(--text-tertiary);line-height:1.5}@media(max-width:740px){.be-wrap{grid-template-columns:1fr}}.hm-help{font-size:.8125rem;color:var(--text-tertiary);margin-bottom:.75rem}.hm-table{border-collapse:separate;border-spacing:4px;width:100%}.hm-table th{font-family:var(--font-mono);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);text-align:left;padding:.4rem .5rem}.hm-row-label{font-family:var(--font-mono);font-size:.75rem;color:var(--text-secondary);white-space:nowrap}.hm-cell{text-align:center;font-family:var(--font-mono);font-size:.8125rem;font-weight:600;color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);padding:.85rem .5rem;min-width:60px;transition:outline .12s ease}.hm-cell:hover{outline:1px solid var(--accent)}.hm-total{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-align:center}.drawer{position:fixed;inset:0;z-index:250}.drawer-overlay{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(560px,95vw);background:var(--surface-1);border-left:1px solid var(--border);box-shadow:-20px 0 40px #0006;padding:1.75rem 1.5rem;overflow-y:auto}.drawer-close{position:absolute;top:.65rem;right:.8rem;font-size:1.6rem;line-height:1;background:none;border:none;color:var(--text-tertiary);cursor:pointer}.drawer-close:hover{color:var(--text-primary)}.d-tags-top{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.65rem}.d-section{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-tertiary);padding:.18rem .5rem}.d-title{font-size:1.4rem;font-weight:700;letter-spacing:-.4px;line-height:1.25;margin-bottom:.9rem}.d-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1rem}.d-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:1rem}.d-refs h4,.d-cmt-h{font-size:.875rem;margin:1.2rem 0 .5rem}.d-refs ul{list-style:none;padding:0;font-size:.8125rem;color:var(--text-secondary)}.d-refs li{padding:.2rem 0}.d-meta{display:flex;gap:.85rem;font-size:.75rem;color:var(--text-tertiary);margin-bottom:1rem}.owner-ctrls{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.owner-ctrls button{font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .85rem;cursor:pointer}.owner-ctrls button:hover{color:var(--text-primary);border-color:var(--border-hover)}.owner-ctrls .danger:hover{color:#f87171;border-color:#f8717166}.cmts{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem}.cmt{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .85rem}.cmt-head{display:flex;gap:.5rem;font-size:.75rem;margin-bottom:.35rem;color:var(--text-tertiary)}.cmt-head strong{color:var(--text-primary);font-weight:600}.cmt-date{font-family:var(--font-mono);font-size:.6875rem}.cmt-body{font-size:.875rem;color:var(--text-secondary);line-height:1.55}.muted{color:var(--text-tertiary);font-weight:400}.cmt-form{display:flex;flex-direction:column;gap:.5rem}.cmt-form textarea{font-family:inherit;font-size:.875rem;line-height:1.5;background:var(--bg);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;resize:vertical;outline:none}.cmt-form textarea:focus{border-color:var(--accent)}.cmt-form button{align-self:flex-end;font-family:inherit;font-weight:600;font-size:.8125rem;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;cursor:pointer}.cmt-locked{font-size:.8125rem;color:var(--text-tertiary);padding:.6rem 0}.cmt-locked a{color:var(--accent-text)}.modal{position:fixed;inset:0;z-index:260;display:flex;align-items:center;justify-content:center;padding:1rem}.modal[hidden],.drawer[hidden],.auth-pill[hidden],.add-btn[hidden],.dash-status[hidden],.view[hidden],[data-owner-only][hidden]{display:none!important}.modal-overlay{position:absolute;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-panel{position:relative;width:min(520px,100%);background:var(--surface-1);border:1px solid var(--border-hover);border-radius:var(--radius);padding:1.75rem 1.5rem}.modal-panel h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.modal-panel label{display:flex;flex-direction:column;gap:.3rem;font-size:.8125rem;color:var(--text-secondary);margin-bottom:.85rem}.modal-panel input,.modal-panel textarea,.modal-panel select{font-family:inherit;font-size:.9375rem;color:var(--text-primary);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;outline:none}.modal-panel input:focus,.modal-panel textarea:focus,.modal-panel select:focus{border-color:var(--accent)}.add-priority{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1rem}.modal-actions{display:flex;align-items:center;gap:.85rem}#add-status{font-size:.8125rem;color:var(--text-tertiary)}@media(max-width:740px){.kb-board{grid-template-columns:1fr}.list-table{font-size:.8125rem}.lr-section,.lr-tags{display:none}}
