
:root{--ink:#1c222c;--muted:#596d8b;--line:#dee3ea;--wash:#f4f6f8;--sidebar:#f2f4f6;--accent:#45556c;--accent-wash:#edeff3;--blue:#4b6b98;--amber:#95682d;--red:#b35043;--radius:7px;--side:208px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light;font-family:var(--font);font-size:13px;color:var(--ink);background:#fff}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit;color:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button{border:0;background:none}a{color:inherit;text-decoration:none}button:disabled{cursor:default;opacity:.45}button,select,input,textarea{border-radius:5px}button:hover:not(:disabled){background:var(--wash)}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}::selection{background:#d9dfe7}svg{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}h1,h2,h3,p{margin:0}h1{font-size:28px;line-height:1.2;letter-spacing:-1px;font-weight:620}h2{font-size:16px;font-weight:600;letter-spacing:-.2px}h3{font-size:14px;font-weight:600}p{line-height:1.6}small{font-size:11px}.muted{color:var(--muted)}.mono,kbd{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.eyebrow{font-size:10px;letter-spacing:1.1px;font-weight:600;text-transform:uppercase;color:var(--muted)}.row{display:flex;align-items:center;gap:8px}.spread{justify-content:space-between}.grow{flex:1;min-width:0}.stack{display:grid;gap:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:6px 11px;border:1px solid var(--line);background:#fff;font-size:12px;font-weight:500;white-space:nowrap}.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn.primary:hover{background:#354152}.btn.soft{background:var(--accent-wash);color:var(--accent);border-color:#d7dde6}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--muted);flex:none}.icon-btn:hover{color:var(--ink)}.text-btn{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;padding:4px}.pill{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:4px;padding:3px 7px;font-size:11px;font-weight:500;white-space:nowrap}.pill.green{color:var(--accent);background:var(--accent-wash);border-color:#dae0e8}.pill.amber{color:var(--amber);background:#faf5e9;border-color:#ecdfc9}.divider{height:1px;background:var(--line);margin:20px 0}.avatar{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dde5;background:#e8ebf0;border-radius:50%;color:#495972;font-size:10px;font-weight:600;flex:none}.avatar.agent{border-radius:5px;background:#f1f3f7;color:var(--blue)}.avatar.agent svg{width:13px;height:13px}.project-mark{width:29px;height:29px;border:1px solid var(--line);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;background:var(--wash);letter-spacing:-.4px}.project-mark.large{width:45px;height:45px;font-size:17px;border-radius:9px}.skip{position:fixed;top:-60px;left:230px;z-index:200;background:#fff;padding:10px}.skip:focus{top:10px}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--side);background:var(--sidebar);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:30}.brand{height:66px;padding:0 19px;display:flex;gap:10px;align-items:center}.brand-mark{display:grid;grid-template-columns:repeat(2,6px);gap:3px;transform:rotate(-8deg);padding:5px}.brand-mark i{display:block;width:6px;height:6px;background:#354154;border-radius:1px}.brand-mark i:last-child{background:#8e9eb7}.brand-name{font-size:16px;font-weight:650;letter-spacing:-.5px}.brand-version{font-size:10px;font-weight:400;color:var(--muted);margin-left:4px}.sidebar .nav-body{padding:4px 12px 12px;overflow:auto;flex:1}.nav-section{margin:21px 11px 7px;font-size:10px;font-weight:500;letter-spacing:1px;color:#596d8b}.nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 11px;color:#4d5f79;border-radius:5px;font-size:12px;line-height:16px;margin:1px 0;min-height:35px}.nav-item:hover{background:#e8ebf0}.nav-item.active{background:#dfe3ea;color:#262f3c;font-weight:600}.nav-item svg{width:16px;height:16px;opacity:.85}.nav-count{margin-left:auto;color:#657b9c;font-size:11px;font-weight:400}.sidebar-foot{padding:11px 12px;border-top:1px solid var(--line)}.user-row{padding:9px 10px 2px;font-size:11px;color:var(--muted)}.sidebar-foot .avatar{width:25px;height:25px}.sidebar.collapsed{width:60px}.sidebar.collapsed .brand{padding:0 12px}.sidebar.collapsed .brand-copy,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-count,.sidebar.collapsed .nav-section,.sidebar.collapsed .user-copy{display:none}.sidebar.collapsed .nav-body,.sidebar.collapsed .sidebar-foot{padding-left:7px;padding-right:7px}.sidebar.collapsed .nav-item{justify-content:center;padding:9px 6px}.sidebar.collapsed .brand .icon-btn{display:none}.sidebar.collapsed .user-row{padding:7px 0;justify-content:center}body.side-collapsed{--side:60px}.mobile-backdrop{display:none}.mobile-toggle{display:none}
.app{margin-left:var(--side);height:100dvh;display:flex;flex-direction:column;min-width:0}.topbar{height:57px;flex:none;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:17px;padding:0 28px;background:#fff;position:relative;z-index:10}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted);white-space:nowrap}.breadcrumb span:last-child{color:#364255}.search-launch{margin-left:auto;width:226px;height:30px;text-align:left;display:flex;align-items:center;gap:8px;color:#647a9c;border:1px solid var(--line);font-size:11px;padding:0 9px}.search-launch svg{width:13px;height:13px}.search-launch kbd{margin-left:auto;font-size:10px;color:#6f84a3}.top-date{font-size:11px;color:var(--muted);white-space:nowrap}.workspace{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.page-head{padding:29px 28px 0;flex:none;background:#fff}.head-line{display:flex;justify-content:space-between;align-items:center;gap:16px}.page-sub{font-size:12px;color:var(--muted);margin-top:9px}.page-actions{display:flex;gap:8px;align-items:center}.tabs{display:flex;gap:21px;border-bottom:1px solid var(--line);margin-top:25px;min-height:36px}.tab{padding:0 0 12px;font-size:12px;color:var(--muted);border-radius:0;border-bottom:2px solid transparent;display:flex;align-items:center;gap:6px}.tab svg{width:14px;height:14px}.tab.active{color:var(--ink);border-bottom-color:var(--ink);font-weight:550}.tab:hover{background:transparent!important;color:var(--ink)}.toolbar{padding:15px 28px 12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:none}.filter-select{border:1px solid var(--line);padding:6px 25px 6px 9px;background-color:#fff;max-width:154px;font-size:11px;min-height:30px;cursor:pointer}.filter-select.active{border-color:#b6c0d0;background-color:var(--accent-wash);color:var(--accent)}.filter-chip{display:flex;align-items:center;gap:5px;padding:6px 9px;min-height:30px;border:1px solid var(--line);font-size:11px;color:#50627c}.filter-chip svg{width:12px;height:12px}.filter-chip[aria-pressed=true]{color:var(--accent);background:var(--accent-wash);border-color:#b6c0d0}.view-count{margin-left:auto;font-size:11px;color:var(--muted);white-space:nowrap}.source-line{display:flex;align-items:center;gap:7px;color:#5e7392;font-size:10px;padding:0 28px 16px;flex:none}.source-line svg{width:12px;height:12px}.source-line code{font:10px var(--font);color:#596d8a}.canvas{flex:1;min-height:0;overflow:auto;padding:0 28px 24px;scrollbar-width:thin;scrollbar-color:#c8d0dc transparent}.board{display:grid;grid-template-columns:repeat(6,minmax(174px,1fr));gap:12px;align-items:start;min-height:100%}.column{min-width:0;padding:0 0 6px;border-radius:var(--radius);min-height:180px}.column-head{display:flex;align-items:center;gap:7px;min-height:37px;font-size:12px;font-weight:550;margin-bottom:5px;position:sticky;top:0;background:#fff;z-index:2}.column-head .count{font-size:11px;color:#6d82a1;font-weight:400}.column-head .icon-btn{margin-left:auto;width:24px;height:24px;opacity:.65}.status-dot{width:9px;height:9px;border:1.5px solid #8193af;border-radius:50%;display:inline-block;flex:none}.status-dot.next{border-style:dashed}.status-dot.doing{border-color:#6786aa;border-right-color:#d9e1eb;background:#e6edf6}.status-dot.waiting{border-color:#b79556;background:#eee3c8}.status-dot.review{border-color:#898298;background:#eeebf2}.status-dot.done{border-color:#687e9e;background:#687e9e;position:relative}.status-dot.done:after{content:'';position:absolute;left:1px;top:0;width:3px;height:4px;border:solid white;border-width:0 1px 1px 0;transform:rotate(40deg)}.cards{min-height:64px;display:flex;flex-direction:column;gap:9px}.task-card{background:#fff;border:1px solid #d9dee6;border-radius:var(--radius);padding:12px 11px 10px;position:relative;cursor:pointer;transition:border-color 100ms,background 100ms;box-shadow:0 1px 1px #242b1503;scroll-margin:46px 16px;min-width:0}.task-card:hover{border-color:#a7b4c7;background:#fbfcfe}.task-card.selected{border-color:#667c9d;background:#f1f4f8;box-shadow:0 0 0 1px #667c9d}.task-card:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.card-title{font-size:13px;font-weight:550;line-height:1.42;letter-spacing:-.1px;padding-right:15px;min-height:36px;overflow-wrap:anywhere}.card-project{font-size:10px;color:#586c89;margin-top:8px;display:flex;align-items:center;gap:5px}.card-project svg{width:10px;height:10px}.card-meta{display:flex;gap:5px;align-items:center;margin-top:13px;font-size:10px;color:#576b88;min-height:21px}.card-meta .avatar{width:19px;height:19px;font-size:9px}.executor{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:#6b7990;font-size:10px}.executor svg{width:12px;height:12px}.focus-btn{position:absolute;right:5px;top:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#7a8daa;opacity:0}.focus-btn svg{width:13px;height:13px}.task-card:hover .focus-btn,.focus-btn:focus-visible,.focus-btn[aria-pressed=true]{opacity:1}.focus-btn[aria-pressed=true]{color:var(--accent)}.focus-btn[aria-pressed=true] svg{fill:#d7dee9}.card-signal{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--muted);margin-top:8px;line-height:1.35}.card-signal svg{width:11px;height:11px}.card-signal.overdue{color:var(--red)}.card-signal.waiting{color:var(--amber);white-space:nowrap;overflow:hidden}.card-signal.waiting span{overflow:hidden;text-overflow:ellipsis}.priority-mark{font-size:10px;color:var(--amber);font-weight:600}.priority-mark.urgent{color:var(--red)}.column-add{display:flex;align-items:center;gap:5px;width:100%;padding:10px 8px;margin-top:3px;font-size:11px;color:#5a6e8d}.column-add svg{width:13px;height:13px}.empty-drop{border:1px dashed #d6dce5;border-radius:7px;min-height:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;font-size:11px;color:#8294af}.column.drag-over{background:#e8ecf3;outline:1px dashed #91a1b8;outline-offset:4px}.task-card.dragging{opacity:.35}.task-card.drop-before:before{content:'';position:absolute;top:-7px;left:0;right:0;border-top:2px solid var(--accent)}.bottom-line{flex:none;padding:10px 28px;border-top:1px solid #eaedf1;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#5a6e8d;background:#fff}.bottom-line .text-btn{font-size:10px;padding:0}.bottom-line kbd{font-size:10px;color:#546783}.inline-create{border:1px solid #a9b5c8;padding:8px;border-radius:7px;background:var(--wash)}.inline-create input{width:100%;padding:7px 5px;border:0;background:#fff;font-size:12px}.inline-create .row{margin-top:7px}.inline-create small{font-size:10px}.inline-create .btn{min-height:27px;padding:3px 8px}
.list{display:grid;gap:0}.list .task-card{border:0;border-bottom:1px solid var(--line);border-radius:0;display:grid;grid-template-columns:minmax(200px,1fr) 130px 120px 140px;gap:15px;align-items:center;padding:13px 32px 13px 6px}.list .card-title{min-height:0;font-size:13px}.list .card-project,.list .card-meta,.list .card-signal{margin:0}.list .focus-btn{top:11px;right:2px;opacity:1}.list .card-signal{grid-column:auto}.list .status-label{font-size:10px;color:var(--muted);display:flex;gap:7px;align-items:center}.list .card-meta{min-width:0}.list .card-meta .executor{margin-left:5px}.list .task-card.selected{box-shadow:none;background:var(--accent-wash)}.group{margin:8px 0 28px}.group-head{display:flex;gap:8px;align-items:center;padding:10px 0 14px;font-size:13px}.group-head small{color:var(--muted);font-weight:400}.group-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.empty-state{padding:48px 24px;text-align:center;color:var(--muted);line-height:1.7}.empty-state svg{width:30px;height:30px;margin-bottom:15px;color:#8698b2}.empty-state h2{color:var(--ink);margin-bottom:7px}.empty-state .btn{margin-top:17px}.project-context{display:flex;align-items:center;gap:11px;margin-bottom:18px}.project-members{display:flex;align-items:center;gap:7px;margin-top:16px;color:var(--muted);font-size:11px}.project-members .avatar+.avatar{margin-left:-9px;border:2px solid #fff}.project-directory{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:0 28px;margin-top:10px}.project-row{padding:25px 0;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:13px;text-align:left;min-width:0}.project-row:hover{background:transparent!important}.project-row:hover h2{color:var(--accent)}.project-row p{font-size:12px;color:var(--muted);margin-top:8px}.project-row .row{margin-top:17px;font-size:11px;color:var(--muted)}.home{max-width:900px;padding:12px 0 28px}.home-intro{font-size:18px;line-height:1.6;letter-spacing:-.3px;max-width:570px;margin:12px 0 32px;color:#495971}.home-intro strong{font-weight:500;color:var(--ink)}.section-label{display:flex;align-items:center;justify-content:space-between;margin:25px 0 15px}.section-label h2{font-size:13px}.home .group-cards{grid-template-columns:repeat(3,1fr)}
.activity-wrap{max-width:980px;padding-top:7px}.activity-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 22px;font-size:12px}.contribution-wrap{padding:22px 0;border-bottom:1px solid var(--line);margin-bottom:23px;display:flex;align-items:center;gap:30px}.contributions{display:grid;grid-template-rows:repeat(7,12px);grid-auto-flow:column;grid-auto-columns:12px;gap:4px}.day{width:12px;height:12px;min-height:0;padding:0;background:#e9ecf1;border-radius:2px;border:1px solid #dde2ea}.day[data-level="1"]{background:#bfc9d9;border-color:#b8c2d2}.day[data-level="2"]{background:#8a9bb5;border-color:#7e90ac}.day[data-level="3"]{background:#51637e;border-color:#4c5d77}.day[aria-pressed=true]{outline:2px solid var(--ink);outline-offset:2px}.day:hover{filter:brightness(.9)}.contribution-copy{font-size:12px;line-height:1.8;color:var(--muted)}.contribution-copy strong{display:block;font-weight:500;color:var(--ink);font-size:15px}.activity-filters{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:24px}.activity-filter{padding:6px 9px;font-size:11px;color:var(--muted)}.activity-filter.active{background:var(--wash);color:var(--ink)}.activity-date{font-size:11px;font-weight:600;color:#586c8a;margin:24px 0 13px}.event{display:flex;align-items:flex-start;gap:12px;min-height:67px;padding:8px 0}.event-icon{width:27px;height:27px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:#5f7595;flex:none}.event-icon svg{width:13px;height:13px}.event-title{font-size:12px;line-height:1.5}.event-title b{font-weight:550}.event-detail{font-size:11px;color:var(--muted);margin-top:4px}.event time{margin-left:auto;font-size:10px;color:#7589a7;white-space:nowrap;padding-top:3px}.event-task{display:inline;padding:0;text-align:left;border-radius:0}.event-task:hover{background:transparent!important;text-decoration:underline;text-underline-offset:3px}.event-kind{font-size:9px;border:1px solid var(--line);padding:2px 5px;margin-left:5px;border-radius:3px;color:#6c81a1}.spec{max-width:900px;padding-top:9px;line-height:1.65}.spec-lead{font-size:19px;line-height:1.5;max-width:620px;margin:14px 0 26px;letter-spacing:-.3px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:25px 0}.spec h2{margin:24px 0 12px}.spec-grid h3{font-size:10px;letter-spacing:.9px;color:var(--muted);margin-bottom:12px}.spec ul{padding-left:16px;margin:8px 0;font-size:12px}.spec li{margin:6px 0}.spec-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.6}.spec-table th,.spec-table td{text-align:left;padding:10px 10px 10px 0;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{color:var(--muted);font-weight:500}.spec code{font-size:11px}.spec details{border-bottom:1px solid var(--line);padding:15px 0}.spec summary{cursor:pointer;font-weight:500;font-size:12px}.spec details p{font-size:12px;color:var(--muted);padding-top:10px}.architecture{padding:18px;border:1px solid var(--line);border-radius:7px;font:11px/1.9 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;background:var(--wash)}
dialog{border:1px solid var(--line);color:var(--ink);background:#fff;padding:0}dialog::backdrop{background:#252d213b}.task-modal[open]{display:flex;flex-direction:column}.panel-top{padding:15px 22px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted);height:51px;flex:none}.panel-scroll{overflow:auto;flex:1;padding:24px;scrollbar-width:thin}.panel-title{width:100%;font-size:22px;line-height:1.32;letter-spacing:-.6px;font-weight:570;border:0;padding:0 0 7px;resize:none;background:transparent;border-radius:0;min-height:65px}.panel-title:focus{outline:none;border-bottom:1px solid #a8b5c8}.panel-subline{font-size:11px;color:var(--muted);margin:5px 0 19px;display:flex;align-items:center;gap:7px}.panel-fields{display:grid;gap:4px;margin-bottom:16px}.field-row{display:grid;grid-template-columns:108px minmax(0,1fr);gap:12px;align-items:center;min-height:35px}.field-row>label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.field-row>label svg{width:13px;height:13px}.field-row select,.field-row input{width:100%;font-size:12px;padding:7px 9px;background:#f8f9fb;border:1px solid transparent;min-height:32px}.field-row select:hover,.field-row input:hover{border-color:var(--line)}.field-row .toggle{justify-self:start;display:flex;align-items:center;gap:7px;font-size:12px;padding:6px 9px}.toggle[aria-pressed=true]{background:var(--accent-wash);color:var(--accent)}.panel-section-title{font-size:12px;font-weight:550;margin:23px 0 10px;display:flex;justify-content:space-between;align-items:center}.panel-textarea{width:100%;padding:10px 12px;resize:vertical;min-height:88px;border:1px solid var(--line);font-size:12px;line-height:1.65;background:#fbfcfd}.panel-textarea.compact{min-height:64px}.panel-footer{flex:none;border-top:1px solid var(--line);padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px;color:var(--muted);background:#fff}.panel-footer .btn{font-size:11px;min-height:30px}.panel-notice{padding:11px 12px;border:1px solid #e7d5ad;background:#fdf9ef;border-radius:6px;color:#88682a;font-size:11px;line-height:1.7;margin-bottom:15px}.panel-notice .row{margin-top:9px;flex-wrap:wrap}.panel-notice strong{font-weight:600;display:block}.panel-history{margin-top:21px;border-top:1px solid var(--line);padding-top:15px}.panel-history summary{font-size:11px;color:var(--muted);cursor:pointer}.panel-history .event{min-height:0;padding:9px 0}.panel-history .event time{display:none}.panel-history .event-detail{font-size:10px}.panel-history .event-title{font-size:11px}.proof-hint{font-size:10px;line-height:1.6;color:var(--muted);margin-top:7px}.panel-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.owner-override{margin-top:12px;font-size:11px;color:var(--muted)}.owner-override summary{cursor:pointer}.owner-override input{width:100%;margin:10px 0 7px;padding:8px;border:1px solid var(--line);background:#fff}.owner-override .btn{font-size:11px}.modal{width:min(520px,calc(100vw - 32px));max-height:80dvh;border-radius:11px;box-shadow:0 15px 60px #222d1929}.modal-head{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-body{padding:22px}.modal-body label{font-size:11px;color:var(--muted);display:block;margin:0 0 7px}.modal-body input,.modal-body select{width:100%;border:1px solid var(--line);padding:10px 11px;margin-bottom:18px;background:#fff;min-height:37px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-foot{display:flex;align-items:center;justify-content:space-between;padding-top:9px;font-size:11px;color:var(--muted)}.command{margin-top:15vh}.command-search{display:flex;align-items:center;gap:11px;padding:17px 20px;border-bottom:1px solid var(--line)}.command-search input{border:0;outline:0;width:100%;font-size:15px;min-height:26px}.command-results{padding:7px;overflow:auto;max-height:50dvh}.command-result{display:flex;width:100%;align-items:center;gap:11px;padding:11px 12px;border-radius:5px;text-align:left;font-size:12px}.command-result.highlight{background:var(--wash)}.command-result small{display:block;color:var(--muted);margin-top:3px;font-size:10px}.command-label{padding:10px 12px 5px;font-size:10px;color:var(--muted)}.command-footer{padding:11px 18px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.toast{position:fixed;bottom:25px;left:calc(50% + var(--side)/2);transform:translateX(-50%);z-index:150;max-width:calc(100vw - 30px);padding:11px 16px;background:#293240;color:#fff;border-radius:7px;font-size:12px;box-shadow:0 4px 16px #20261d12;pointer-events:none;opacity:0;transition:opacity 120ms;white-space:normal}.toast.visible{opacity:1}.shortcuts{display:grid;grid-template-columns:1fr auto;gap:15px;font-size:12px}.shortcuts kbd{font-size:11px;background:var(--wash);padding:2px 5px;border:1px solid var(--line);border-radius:3px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:22px 0}.settings-row p{font-size:12px;color:var(--muted);margin-top:5px}.confirm-note{padding:13px;border:1px solid #e5d8bb;background:#fcf9f1;border-radius:6px;font-size:12px;margin-top:13px}
@media(min-width:1700px){.board{grid-template-columns:repeat(6,minmax(210px,1fr))}.card-title{font-size:14px}.task-card{padding:15px}.card-project,.card-meta,.card-signal{font-size:11px}}
@media(max-width:1150px){:root{--side:184px;}.top-date{display:none}.topbar{padding:0 22px}.page-head{padding-left:22px;padding-right:22px}.toolbar{padding-left:22px;padding-right:22px}.canvas{padding-left:22px;padding-right:22px}.source-line{padding-left:22px}.board{grid-template-columns:repeat(6,192px)}.list .task-card{grid-template-columns:minmax(160px,1fr) 110px 120px}.list .status-label{display:none}}
@media(max-width:760px){:root{--side:0px;}.sidebar,.sidebar.collapsed{width:232px;transform:translateX(-100%);transition:transform 140ms}.sidebar.mobile-open{transform:translateX(0)}.sidebar.mobile-open .brand-copy,.sidebar.mobile-open .nav-label,.sidebar.mobile-open .nav-count,.sidebar.mobile-open .nav-section,.sidebar.mobile-open .user-copy{display:block}.sidebar.mobile-open .nav-item{justify-content:flex-start;padding:9px 11px}.sidebar.mobile-open .brand .icon-btn{display:inline-flex}.sidebar.mobile-open .brand{padding:0 19px}.sidebar.mobile-open .nav-body{padding:4px 12px 12px}.mobile-backdrop.open{display:block;position:fixed;inset:0;z-index:29;background:#20281f44;border-radius:0}.app{margin-left:0}.mobile-toggle{display:inline-flex}.desktop-collapse{display:none}.topbar{height:53px;padding:0 16px;gap:12px}.breadcrumb{font-size:10px;gap:8px}.breadcrumb .crumb-workspace{display:none}.breadcrumb .crumb-divider{display:none}.search-launch{width:30px;padding:0;justify-content:center;border:0;margin-left:auto}.search-launch svg{width:18px;height:18px}.search-launch span,.search-launch kbd{display:none}.topbar .create-label{display:none}.topbar .btn{width:29px;height:29px;padding:0;min-height:29px}.page-head{padding:25px 18px 0}h1{font-size:25px}.head-line{gap:10px}.page-sub{font-size:11px;margin-top:8px;line-height:1.7;max-width:260px}.page-actions .btn{min-height:31px;padding:5px 9px}.page-actions .btn span{display:none}.tabs{margin-top:21px;gap:21px}.toolbar{padding:13px 18px 11px;gap:6px}.filter-select{max-width:113px;font-size:10px;padding-left:7px;padding-right:16px;min-height:31px}.filter-chip{font-size:10px;min-height:31px;padding:5px 8px}.toolbar .priority-filter{display:none}.view-count{display:none}.source-line{padding:0 18px 14px;align-items:flex-start;font-size:9px;line-height:1.5}.source-line code{font-size:9px}.canvas{padding:0 18px 24px;scroll-snap-type:x proximity;scroll-padding-left:18px}.board{grid-template-columns:repeat(6,268px);gap:13px}.column{scroll-snap-align:start}.column-head{height:39px;font-size:12px}.task-card{padding:15px 14px 12px}.card-title{font-size:14px;min-height:0;line-height:1.45;padding-right:22px}.card-project{font-size:11px;margin-top:8px}.card-meta{font-size:11px;margin-top:15px}.card-signal{font-size:11px}.card-meta .avatar{width:21px;height:21px}.executor{font-size:11px}.focus-btn{opacity:1;top:10px;right:9px;width:28px;height:28px}.bottom-line{padding:11px 18px;font-size:9px}.bottom-line .keyboard-hint{display:none}.bottom-line .mobile-hint{display:inline!important}.bottom-line .text-btn{font-size:10px}.panel-scroll{padding:24px 21px}.panel-top{padding:12px 18px}.panel-footer{padding:14px 18px}.panel-title{font-size:24px}.field-row{min-height:40px;grid-template-columns:100px 1fr}.field-row select,.field-row input{min-height:37px;font-size:13px}.panel-textarea{font-size:13px}.panel-title,input,textarea{font-size:16px}.panel-title{font-size:24px}.toast{left:50%;bottom:18px;font-size:11px}.list .task-card{grid-template-columns:1fr 100px;gap:8px;padding:15px 30px 15px 0}.list .card-title{font-size:13px;grid-column:1/-1}.list .card-project{font-size:10px}.list .card-meta{font-size:10px}.list .focus-btn{top:11px;right:0}.list .card-signal{display:none}.project-directory{grid-template-columns:1fr}.group-cards,.home .group-cards{grid-template-columns:1fr}.home-intro{font-size:17px}.project-context{gap:10px;flex-wrap:wrap}.project-context .project-mark{display:none}.project-members{margin-top:14px}.activity-intro{align-items:flex-start;flex-direction:column}.contribution-wrap{gap:18px;align-items:flex-start;flex-direction:column}.contribution-copy strong{font-size:14px}.contributions{grid-auto-columns:11px;grid-template-rows:repeat(7,11px);gap:3px}.day{width:11px;height:11px}.event{gap:9px}.event time{font-size:9px}.activity-filters{gap:3px}.activity-filter{font-size:10px;padding:6px}.spec-grid{grid-template-columns:1fr;gap:16px}.spec-table{font-size:10px}.spec-lead{font-size:17px}.form-row{gap:11px}.modal-body{padding:20px}.modal-body input{font-size:16px}.settings-row{align-items:flex-start;flex-direction:column}.command{margin-top:9vh}.command-search input{font-size:16px}.skip{left:20px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
/* V03: measured hierarchy, owned lanes, centered task zoom. */
:root{--ink:#1d242e;--muted:#5c708f;--line:#dee3ea;--wash:#f2f4f7;--sidebar:#f3f5f8;--accent:#354864;--accent-wash:#eaedf2;--side:204px;--radius:9px}
body{font-feature-settings:"ss01" on}.nav-section{margin-top:16px}.nav-item{min-height:32px;padding-top:7px;padding-bottom:7px}.brand{height:66px}.topbar{height:58px}.page-head{padding-top:28px}.page-sub{max-width:none}.canvas{padding-top:18px}.page-head+.canvas{padding-top:24px}.topbar .btn{border-color:#d2d9e3}.topbar .btn:last-child{background:var(--ink);color:white}.source-line{padding-bottom:12px;font-size:10px}.bottom-line{min-height:34px;padding-top:8px;padding-bottom:8px}.canvas:focus{outline:none}.section-label{margin:0 0 16px}.section-label h2{font-size:12px;letter-spacing:.8px;text-transform:uppercase}.section-label .text-btn{font-size:11px}.section-label small{color:var(--muted)}.dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:6px}.live-dot{background:#546e95}.overline{font-size:10px;letter-spacing:1.6px;font-weight:600;color:var(--muted);text-transform:uppercase}.text-green{color:var(--accent)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}.tabular{font-variant-numeric:tabular-nums}.btn.small{min-height:28px;font-size:11px;padding:4px 8px}.pill.blue{background:#edf2f9;border-color:#dfe6f0;color:#526984}.pill.purple{background:#f2eef7;color:#786288;border-color:#e7def0}.page-body{max-width:1320px;margin:0 auto;width:100%}.page-body.narrow{max-width:940px}.subtle-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:11px}.subtle-link:hover{text-decoration:underline;text-underline-offset:3px}.empty-state{padding:26px 18px}.empty-state h2{font-size:15px}.empty-state p{font-size:12px}.tag{font-size:9px;font-weight:650;letter-spacing:.7px;padding:4px 6px;border-radius:4px;background:#eef0f4;color:#576b88;white-space:nowrap}.tag.review{background:#eeeaf4;color:#7e668e}.tag.blocker,.tag.decision{background:#f8eddb;color:#97713b}.tag.overdue{background:#f9e9e4;color:#a45c48}
/* Home deliberately mixes open rows, a strip, and two anchor surfaces. */
.home-layout{max-width:1300px;margin:auto}.orientation{display:flex;justify-content:space-between;align-items:flex-end;margin:9px 0 28px;gap:20px}.orientation h1{font-size:43px;line-height:1.1;letter-spacing:-1.65px;font-weight:650;margin:10px 0}.orientation p{color:var(--muted);font-size:13px}.orientation-note{text-align:right;color:var(--muted);font-size:11px;line-height:1.8}.command-metrics{display:grid;grid-template-columns:1.2fr 1.2fr repeat(4,1fr);padding-bottom:25px;margin-bottom:27px;border-bottom:1px solid var(--line);gap:0}.metric{display:block;text-align:left;padding:8px 19px;border-left:1px solid var(--line);min-width:0}.metric:first-child{border:0;padding-left:0}.metric .overline{font-size:9px;letter-spacing:1px}.metric-value{font-size:34px;line-height:1.35;font-weight:570;letter-spacing:-1.1px;display:block;white-space:nowrap}.metric:first-child .metric-value{color:#9c6d32}.metric:nth-child(2) .metric-value{color:var(--accent)}.metric-detail{font-size:10px;color:var(--muted);display:block;line-height:1.5}.home-primary{display:grid;grid-template-columns:1.15fr 1fr;gap:25px;margin-bottom:30px}.attention{border:1px solid #d9dee6;border-radius:10px;padding:20px 22px;background:#fbfcfe}.attention-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.attention-heading h2{font-size:17px}.attention-count{font-size:24px;letter-spacing:-1px;color:#937144}.attention-item{display:flex;align-items:center;gap:13px;width:100%;padding:14px 0;border-top:1px solid #e2e6ed;text-align:left;border-radius:0}.attention-item:hover{background:#f0f3f8!important}.attention-item strong{font-size:13px;font-weight:550;display:block;line-height:1.4}.attention-item small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.attention-item>.tag{width:65px;text-align:center;font-size:8px}.attention-item>svg{width:13px;color:#7c8fac}.momentum{background:#edeff3;border:1px solid #dfe4eb;border-radius:10px;padding:21px 23px;min-width:0}.momentum-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.momentum-stat{font-size:34px;font-weight:540;letter-spacing:-1.2px;margin:15px 0 3px;color:#36455c}.momentum-sub{font-size:11px;color:#556885}.segmented{display:inline-flex;background:#eff1f5;padding:3px;border:1px solid var(--line);border-radius:6px;gap:2px;white-space:nowrap}.segmented button{padding:4px 8px;font-size:10px;color:var(--muted)}.segmented button[aria-pressed=true]{background:#fff;color:var(--ink);box-shadow:0 1px 3px #14271912}.momentum .segmented{background:#e3e7ed;border:0}.bar-chart{height:97px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:end;gap:7px;border-bottom:1px solid #ccd3de;margin-top:21px}.chart-day{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 4px;position:relative;border-radius:3px 3px 0 0}.chart-day:hover{background:#d7dde6!important}.chart-day .bar{width:100%;max-width:32px;min-height:2px;background:#667c9d;border-radius:3px 3px 0 0}.chart-day:last-child .bar{background:#36465f}.chart-day .bar-count{font-size:9px;color:#546783;margin-bottom:5px}.chart-dates{display:flex;justify-content:space-between;font-size:9px;color:#5c7190;margin-top:8px}.chart-key{display:flex;gap:14px;margin-top:17px;font-size:9px;color:#556885;line-height:1.5}.home-secondary{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:27px;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:27px}.home-secondary>section+section{border-left:1px solid var(--line);padding-left:27px}.live-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0}.live-row .avatar{width:29px;height:29px}.live-row strong{font-size:12px;font-weight:550}.live-row p{font-size:11px;color:var(--muted);line-height:1.5;margin-top:3px}.live-row .right-note{font-size:10px;margin-left:auto;white-space:nowrap;color:var(--muted)}.live-row .running{color:var(--accent)}.project-pulse{display:block;width:100%;padding:11px 0 14px;border-bottom:1px solid var(--line);border-radius:0;text-align:left}.project-pulse:last-child{border:0}.project-pulse h3{font-size:12px}.project-pulse .row{gap:8px}.project-pulse p{font-size:10px;color:var(--muted);margin:7px 0 0 34px}.project-pulse .project-mark{width:25px;height:25px;font-size:10px}.mini-progress{height:3px;border-radius:3px;background:#e3e7ed;overflow:hidden;margin-top:9px}.mini-progress i{height:100%;display:block;background:#6e83a3}.output-row{display:flex;gap:10px;align-items:flex-start;padding:10px 0;text-align:left;width:100%;border-radius:0}.output-row .output-glyph{width:29px;height:34px;border:1px solid #d7dde5;background:#f6f8fa;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#5c7191;flex:none}.output-row strong{display:block;font-size:11px;font-weight:550;line-height:1.5}.output-row small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.home-bottom{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:28px;margin-bottom:27px}.activity-grid-panel{background:#f4f6f8;border:1px solid var(--line);border-radius:8px;padding:18px}.activity-grid-panel .contributions{grid-template-rows:repeat(7,14px);grid-auto-columns:14px;gap:5px}.activity-grid-panel .day{height:14px;width:14px}.heatmap-note{font-size:10px;line-height:1.7;color:var(--muted);margin-top:12px}.upcoming-row{display:flex;gap:12px;width:100%;text-align:left;padding:11px 0;border-bottom:1px solid var(--line);border-radius:0}.upcoming-row time{font-size:9px;letter-spacing:.6px;width:53px;color:var(--muted);padding-top:2px;flex:none}.upcoming-row strong{font-weight:500;font-size:11px;line-height:1.5}.system-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.system-row button{padding:0;text-align:left;font-weight:500}.system-row small{color:var(--muted);font-size:10px}.recent-changes{border-top:1px solid var(--line);padding-top:25px;display:grid;grid-template-columns:1fr 2fr;gap:32px}.recent-changes .event{min-height:0;padding:9px 0}.goal-line{padding:16px 0;border-top:1px solid var(--line);font-size:12px}.goal-line strong{display:block;font-size:15px;line-height:1.5;margin:8px 0}.goal-line .row{font-size:10px;color:var(--muted)}
/* Board: context before detail; each lane owns its whitespace. */
.board-summary{display:flex;align-items:center;gap:28px;padding-top:21px}.board-summary .summary-item{font-size:10px;letter-spacing:.6px;color:var(--muted);text-transform:uppercase}.summary-item b{font-size:23px;color:var(--ink);letter-spacing:-.7px;font-weight:550;margin-right:6px}.summary-item.blocked b{color:var(--amber)}.workflow{display:flex;gap:4px;padding-top:18px}.workflow a{min-width:25px;flex:var(--weight);border-radius:0;font-size:9px;color:var(--muted);padding:6px 0 9px;border-top:4px solid var(--lane-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow a:hover{color:var(--ink);background:var(--wash)}.workflow b{font-weight:550;margin-left:5px}.view-options{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:15px;margin-top:7px}.view-options .tabs{border:0;margin-top:0}.view-options .segmented{margin-bottom:6px}.board{grid-template-columns:repeat(6,minmax(178px,1fr));gap:11px;align-items:stretch;min-height:100%}.column{padding:0 10px 10px;background:#f1f3f6;border:1px solid #dde2ea;border-radius:10px;min-height:320px}.column-head{margin:0 -1px 10px;padding:8px 0;height:44px;background:#f1f3f6;border-bottom:1px solid #dce1e9;top:0;font-size:11px}.column-head .count{margin-left:auto;background:#e2e6ed;padding:2px 5px;border-radius:4px;font-size:10px}.column-head .icon-btn{margin-left:0;width:17px}.column .cards{gap:10px}.task-card{padding:12px 10px 10px;border-color:#d7dde5;box-shadow:0 2px 3px #253c1c04;border-radius:7px;transition:box-shadow 110ms,border-color 110ms}.task-card:hover{box-shadow:0 3px 7px #21351f0a;border-color:#aebacb}.task-card.selected{background:#fafbfd;border-color:#617798}.card-title{font-size:12px;line-height:1.5;font-weight:550;min-height:36px;padding-right:13px}.card-project{margin-top:11px}.card-meta{margin-top:9px;gap:4px;flex-wrap:wrap}.chip-select{appearance:auto;max-width:100%;border:1px solid transparent;background:#eef1f5;color:#4b5c75;font-size:9px;font-weight:500;padding:3px 0 3px 4px;cursor:pointer;min-height:24px}.chip-select:hover{border-color:#bcc6d4;background:#e4e9f1}.chip-select.owner-chip{background:#f0f2f5;color:#526581;max-width:90px}.chip-select.quiet{background:transparent;color:#627798;font-weight:400;padding-left:0;max-width:95px}.chip-select.priority{max-width:55px;color:var(--amber)}.card-planning{display:flex;gap:5px;margin-top:5px;align-items:center;flex-wrap:wrap}.card-planning .chip-select{min-height:20px;padding-top:1px;padding-bottom:1px}.card-id{font-size:8px;letter-spacing:.4px;color:#8899b3;margin-top:10px;display:block}.card-signal{margin-top:5px;font-size:9px}.executor{margin-left:0}.focus-btn{right:2px;top:8px;width:23px;height:23px}.column-add{padding:12px 0 4px;font-size:10px}.column.drag-over{background:#e1e7ef;outline:2px solid #8899b3;outline-offset:-1px}.density-dense .task-card{padding:10px 9px 8px}.density-dense .card-title{font-size:11px;min-height:0;line-height:1.45}.density-dense .card-project{margin-top:6px}.density-dense .card-meta{margin-top:4px}.density-dense .card-planning,.density-dense .card-id{display:none}.density-dense .card-signal{display:none}.density-dense .column .cards{gap:7px}.density-dense .chip-select{min-height:20px;font-size:9px}.density-dense .card-meta .avatar{width:16px;height:16px;font-size:8px}.density-dense .executor{font-size:9px}.list .task-card{box-shadow:none}.list .card-project{max-width:125px}.list .card-meta{margin:0}.list .card-planning,.list .card-id{display:none}.list .task-card{grid-template-columns:minmax(190px,1fr) 135px 110px 175px}.list .status-label .chip-select{background:none}.list .card-signal{display:none}
/* Now, day planning, people, projects, operational entities. */
.now-layout{max-width:920px;margin:0 auto}.now-title{font-size:13px;color:var(--muted);margin:2px 0 25px}.now-item{display:flex;gap:22px;padding:24px 0;border-top:1px solid var(--line);align-items:flex-start}.now-number{font-size:29px;font-weight:350;color:#95a4bb;letter-spacing:-1px;width:36px;flex:none}.now-item .task-card{padding:0 32px 0 0;border:0;box-shadow:none;flex:1;border-radius:0}.now-item .card-title{font-size:23px;letter-spacing:-.5px;min-height:0;font-weight:500;line-height:1.35}.now-item .card-meta{display:inline-flex;margin:8px 15px 0 0}.now-item .card-project{display:inline-flex;margin:12px 0 0}.now-item .card-planning,.now-item .card-id{display:none}.now-item .focus-btn{top:0}.now-item .card-signal{font-size:11px}.now-lower{display:grid;grid-template-columns:1fr 1fr;gap:40px;border-top:1px solid var(--line);padding-top:25px;margin-top:16px}.day-stats{display:flex;gap:24px;margin:0 0 16px;color:var(--muted);font-size:11px;flex-wrap:wrap}.day-stats b{font-size:23px;color:var(--ink);font-weight:550;margin-right:5px;letter-spacing:-.6px}.progress-track{height:5px;background:#e4e8ee;border-radius:4px;overflow:hidden}.progress-track>span{height:100%;background:#687e9e;display:block}.day-sections{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:29px}.day-section h2{font-size:11px;letter-spacing:1px;text-transform:uppercase;margin-bottom:13px;display:flex;justify-content:space-between}.day-section h2 span{font-weight:400;color:var(--muted)}.day-section .task-card{margin-bottom:9px}.roster{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.person-card{padding:22px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;min-width:0}.person-card.active{border-color:#a2afc3;background:#f5f7fb}.person-card .avatar{height:35px;width:35px;font-size:13px}.person-card .avatar svg{width:19px;height:19px}.person-card h2{font-size:17px}.person-card .person-state{font-size:9px;letter-spacing:.7px;color:var(--accent);margin-top:5px}.person-card p{font-size:12px;line-height:1.6;margin:18px 0;color:var(--muted)}.person-metrics{display:flex;gap:24px;font-size:10px;color:var(--muted)}.person-metrics b{display:block;font-size:22px;color:var(--ink);font-weight:500;margin-bottom:4px}.detail-strip{display:flex;align-items:center;gap:15px;padding:16px 18px;background:#f2f4f8;border-radius:8px;margin-bottom:20px;border:1px solid var(--line)}.detail-strip .avatar{width:34px;height:34px}.detail-strip h2{font-size:16px}.detail-strip p{font-size:11px;margin-top:4px;color:var(--muted)}.subsection{margin-top:29px}.subsection>h2{font-size:12px;margin-bottom:14px}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}.data-table th{color:var(--muted);font-size:10px;font-weight:500;border-bottom:1px solid var(--line);padding:10px 12px 10px 0}.data-table td{border-bottom:1px solid var(--line);padding:14px 12px 14px 0;line-height:1.5;vertical-align:middle}.data-table td small{display:block;color:var(--muted);margin-top:4px;font-size:10px}.data-table td button{font-size:11px;padding:0;text-align:left;font-weight:500}.data-table td button:hover{background:none;color:var(--accent);text-decoration:underline}.table-scroll{overflow:auto}.data-table .avatar{vertical-align:middle;margin-right:5px}.stats-strip{display:flex;gap:36px;flex-wrap:wrap;margin-bottom:26px;padding:0 0 23px;border-bottom:1px solid var(--line)}.stats-strip .metric{padding:0;border:0;min-width:115px}.stats-strip .metric-value{font-size:29px}.stats-strip .metric:first-child .metric-value{color:var(--ink)}.running-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:26px}.run-card{border:1px solid #c9d1dd;border-radius:9px;padding:20px;background:#eef2f7;text-align:left;width:100%}.run-card h3{font-size:16px;font-weight:500;letter-spacing:-.3px;margin:13px 0 7px}.run-card p{font-size:11px;color:var(--muted)}.run-card .row{font-size:11px}.system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.system-block{padding:18px;border:1px solid var(--line);border-radius:8px;background:#f7f8fa;text-align:left}.system-block p{font-size:11px;color:var(--muted);margin-top:8px}.pipeline-chart{display:flex;align-items:end;gap:20px;height:135px;margin:10px 0 26px;padding-bottom:25px;border-bottom:1px solid var(--line)}.pipeline-stage{position:relative;flex:1;background:#dadfe7;border-radius:4px 4px 0 0;min-height:2px}.pipeline-stage span{position:absolute;top:-22px;width:100%;text-align:center;font-size:10px;color:var(--muted)}.pipeline-stage small{position:absolute;bottom:-21px;width:100%;text-align:center;font-size:10px;color:var(--muted);white-space:nowrap}.pipeline-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);gap:13px;min-width:860px}.pipeline-lane{background:#f2f4f6;border:1px solid var(--line);border-radius:9px;padding:12px;min-height:230px}.pipeline-lane h2{font-size:11px;display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;color:#50627c}.pipeline-lane h2 span{font-weight:400;color:var(--muted)}.entity-card{display:block;text-align:left;padding:15px 13px;background:#fff;border:1px solid #dadfe7;border-radius:7px;margin-bottom:10px;width:100%}.entity-card h3{font-size:12px;line-height:1.5;font-weight:550}.entity-card .entity-amount{font-size:23px;letter-spacing:-.7px;margin:17px 0 8px;display:block}.entity-card p,.entity-card small{font-size:10px;color:var(--muted);line-height:1.7}.deadline-list{display:flex;gap:22px;margin:0 0 29px;flex-wrap:wrap;border-left:2px solid #d9dfe8;padding-left:16px}.deadline-item{font-size:11px;line-height:1.7;text-align:left;padding:0}.deadline-item b{display:block;color:var(--amber);font-size:10px;letter-spacing:.4px}.project-overview{display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.milestone-panel{border:1px solid #d4dae3;background:#eef2f7;padding:23px;border-radius:9px}.milestone-panel h2{font-size:21px;font-weight:500;letter-spacing:-.5px;line-height:1.4;margin:11px 0 16px}.milestone-panel p{font-size:12px;color:#576b89}.milestone-panel .milestone-value{font-size:40px;letter-spacing:-1.5px;font-weight:400;margin:22px 0 12px}.milestone-requirement{display:flex;align-items:center;gap:9px;font-size:11px;padding:9px 0;border-bottom:1px solid #dae0e8;color:var(--muted);text-align:left;width:100%}.milestone-requirement.done{color:var(--accent)}.project-overview .attention{margin-bottom:25px}.project-overview .momentum{margin-top:25px}.project-tabs{margin-top:21px}.output-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.output-catalog .output-row{border:1px solid var(--line);padding:20px;border-radius:8px;gap:15px}.output-catalog .output-row strong{font-size:14px}.output-catalog .output-glyph{width:39px;height:45px}.prototype-note{font-size:10px;color:var(--muted);line-height:1.6;margin:18px 0 0}.build-map{font-size:10px;line-height:1.8;padding:12px 0;color:var(--muted)}
/* Native dialog top layer. Opening a task never changes the board geometry. */
.task-modal{position:fixed;inset:0;margin:auto;width:min(840px,calc(100vw - 48px));height:min(790px,86dvh);max-height:86dvh;max-width:900px;border:1px solid #d3d9e3;border-radius:12px;box-shadow:0 24px 70px #16241730;overflow:hidden}.task-modal::backdrop{background:#15251d38;backdrop-filter:blur(1px)}.task-modal[open]{display:flex;flex-direction:column}.panel-top{height:50px;padding:12px 25px}.panel-scroll{padding:21px 29px;overflow:auto}.panel-title{font-size:27px;line-height:1.3;min-height:40px;max-height:80px;resize:none;padding-bottom:0;font-weight:560;letter-spacing:-.7px}.panel-subline{margin:7px 0 18px}.panel-fields{display:grid;grid-template-columns:1fr 1fr;gap:5px 30px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:15px}.field-row{grid-template-columns:70px 1fr;gap:12px;min-height:34px}.field-row>label{font-size:11px}.field-row>label svg{display:none}.field-row select,.field-row input{font-size:11px;min-height:30px;background:#f2f4f7}.panel-section-title{margin:17px 0 8px;font-size:11px}.panel-textarea{min-height:67px;font-size:12px;line-height:1.6;resize:vertical;background:#fbfcfd}.panel-textarea.compact{min-height:55px}.panel-footer{min-height:57px;padding:12px 25px}.panel-footer .btn{font-size:11px}.panel-advanced{border-top:1px solid var(--line);margin-top:18px;padding-top:12px;font-size:11px}.panel-advanced>summary{cursor:pointer;color:var(--muted)}.panel-advanced .panel-fields{border:0;margin:8px 0;padding:5px 0}.task-timeline{margin:16px 0 0;padding-top:15px;border-top:1px solid var(--line)}.task-timeline h3{font-size:11px;margin-bottom:8px}.task-timeline .event{padding:6px 0;min-height:0}.task-timeline .event-detail{font-size:10px;line-height:1.5}.task-timeline .event-title{font-size:10px}.task-timeline .event-icon{height:20px;width:20px}.task-timeline .event time{font-size:9px}.task-timeline .event-detail.task-name{display:none}.unsaved-inline{font-size:10px;color:var(--amber)}.entity-modal{width:min(650px,calc(100vw - 32px));max-height:85dvh}.entity-modal h2{font-size:19px;line-height:1.4}.entity-description{font-size:13px;line-height:1.75;color:var(--muted);white-space:pre-wrap}.entity-facts{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:23px 0;padding:18px 0;border-block:1px solid var(--line)}.entity-facts dt{font-size:10px;color:var(--muted);margin-bottom:5px}.entity-facts dd{font-size:13px;margin:0}.entity-facts select{font-size:12px;max-width:100%;padding:7px;background:var(--wash);border:1px solid var(--line)}.entity-task{display:flex;justify-content:space-between;gap:10px;width:100%;text-align:left;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.entity-task small{font-size:10px;color:var(--muted);white-space:nowrap}.entity-log{margin-top:25px}.entity-log .event{min-height:0}.entity-modal .modal-body{padding:24px;max-height:calc(85dvh - 88px);overflow:auto}.saved-output{border:1px solid var(--line);border-radius:5px;padding:7px 9px;margin-top:7px;display:flex;align-items:center;gap:7px;font-size:10px;width:100%;text-align:left}.create-context{font-size:10px;color:var(--muted);margin:0 0 17px}.form-row.quick-fields{grid-template-columns:1fr 1fr 1fr}.create-modal-title{font-size:16px}.command{width:min(650px,calc(100vw - 32px))}.command-result>span{min-width:0}.command-result small{line-height:1.5}.command-search input{font-size:14px}.command-search input::placeholder{font-size:12px}.modal-foot .btn{flex:none}.modal-foot{gap:10px}.toast{z-index:200}.foundation-question{font-size:12px;border-bottom:1px solid var(--line);padding:10px 0}.all-activity-compact{max-width:720px}
@media(max-width:1200px){.command-metrics{grid-template-columns:repeat(3,1fr);row-gap:19px}.metric:nth-child(4){border-left:0;padding-left:0}.home-secondary{grid-template-columns:1fr 1fr}.home-secondary>section:last-child{grid-column:1/-1;padding:20px 0 0;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.home-secondary>section:last-child .section-label{grid-column:1/-1;margin-bottom:0}.home-bottom{grid-template-columns:1fr 1fr}.home-bottom>section:last-child{grid-column:1/-1}.board{grid-template-columns:repeat(6,187px)}.roster{gap:12px}.person-card{padding:17px}.person-metrics{gap:15px}.orientation h1{font-size:38px}.orientation-note{max-width:170px}.project-overview{gap:20px}.home-primary{gap:18px}.list .task-card{grid-template-columns:minmax(160px,1fr) 120px 155px}.list .status-label{display:none}.command-metrics .metric-value{font-size:30px}}
@media(max-width:760px){.topbar{height:55px}.page-head{padding-top:22px}.canvas{padding-top:16px;scroll-snap-type:none}.page-head+.canvas{padding-top:21px}.orientation{display:block;margin:7px 0 24px}.orientation h1{font-size:34px;letter-spacing:-1.25px;max-width:250px}.orientation p{font-size:12px}.orientation-note{display:none}.overline{font-size:9px}.command-metrics{grid-template-columns:repeat(3,1fr);gap:16px 0;margin-bottom:23px;padding-bottom:22px}.metric{padding:3px 10px}.metric .overline{font-size:8px;letter-spacing:.6px}.command-metrics .metric-value{font-size:27px}.metric-detail{font-size:9px}.home-primary,.home-secondary,.home-bottom,.now-lower,.day-sections,.project-overview{grid-template-columns:1fr;gap:23px}.home-primary{margin-bottom:25px}.attention{padding:17px}.attention-item{gap:9px}.attention-item strong{font-size:12px}.attention-item>.tag{width:53px;font-size:7px;padding-left:3px;padding-right:3px}.momentum{padding:20px}.home-secondary>section+section{border-left:0;padding:21px 0 0;border-top:1px solid var(--line)}.home-secondary>section:last-child{display:block;grid-column:auto}.home-secondary>section:last-child .section-label{margin-bottom:12px}.home-bottom>section:last-child{grid-column:auto}.recent-changes{grid-template-columns:1fr;gap:15px}.recent-changes .section-label{margin-bottom:0}.heatmap-note{font-size:11px}.board-summary{gap:15px;flex-wrap:wrap;padding-top:19px}.summary-item b{font-size:21px;margin-right:4px}.board-summary .summary-item{font-size:8px;letter-spacing:.3px}.workflow{gap:5px;padding-top:13px}.workflow a{font-size:8px;flex:1;overflow:visible}.workflow b{display:block;margin:3px 0 0}.view-options{gap:10px;flex-wrap:wrap;margin-top:8px}.view-options .tabs{gap:17px;min-height:32px;margin:0}.view-options .tab{font-size:11px;padding-bottom:10px}.view-options .segmented{margin-bottom:8px}.segmented button{font-size:9px;padding:4px 6px}.toolbar{gap:6px}.source-line{font-size:9px}.board{grid-template-columns:repeat(6,276px);gap:12px}.column{padding:0 11px 11px}.column-head{top:0;font-size:12px}.task-card{padding:13px 12px 10px}.card-title{font-size:13px;min-height:0;line-height:1.45}.card-project{margin-top:10px}.chip-select{font-size:11px;min-height:28px}.chip-select.owner-chip{max-width:105px}.chip-select.quiet{max-width:115px}.chip-select.priority{max-width:70px}.card-planning .chip-select{min-height:26px}.card-meta{margin-top:7px;font-size:11px}.card-id{font-size:9px;margin-top:6px}.card-signal{font-size:10px}.focus-btn{opacity:1;right:8px;top:9px}.density-dense .card-title{font-size:12px}.density-dense .chip-select{font-size:10px;min-height:24px}.list .task-card{grid-template-columns:1fr 140px;gap:8px;padding:14px 28px 14px 0}.list .card-title{grid-column:1/-1}.list .card-project{font-size:11px}.list .card-meta .chip-select{font-size:10px}.list .focus-btn{right:0}.now-item{gap:13px;padding:22px 0}.now-item .card-title{font-size:19px}.now-number{font-size:24px;width:30px}.now-lower{gap:20px}.roster{grid-template-columns:1fr;gap:11px}.person-card p{margin:12px 0}.person-card .person-metrics{gap:30px}.person-metrics b{font-size:19px}.stats-strip{gap:20px 25px}.stats-strip .metric{min-width:125px;width:calc(50% - 14px)}.stats-strip .metric-value{font-size:27px}.running-grid,.system-grid,.output-catalog{grid-template-columns:1fr}.running-grid{gap:10px}.data-table{min-width:575px}.pipeline-chart{gap:9px;height:125px}.pipeline-stage small{font-size:8px}.pipeline-stage span{font-size:9px}.pipeline-board{min-width:940px}.deadline-list{gap:17px}.deadline-item{font-size:10px}.project-overview .momentum{margin-top:22px}.project-members{flex-wrap:wrap;line-height:1.5}.project-tabs{gap:23px}.task-modal{inset:0;margin:auto;width:calc(100vw - 16px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);border-radius:10px}.panel-top{padding:10px 16px;height:47px}.panel-scroll{padding:18px}.panel-title{font-size:23px;min-height:62px;max-height:85px}.panel-subline{font-size:10px;flex-wrap:wrap;line-height:1.5}.panel-fields{grid-template-columns:1fr;gap:3px;padding:12px 0;margin-bottom:10px}.field-row{grid-template-columns:73px 1fr;min-height:36px;gap:12px}.field-row>label{font-size:11px}.field-row select,.field-row input{font-size:13px;min-height:34px}.panel-textarea{font-size:16px;line-height:1.5;padding:9px;min-height:86px}.panel-footer{padding:10px 13px;gap:8px;flex-wrap:wrap}.panel-footer>span{width:100%;font-size:9px}.panel-footer .row{justify-content:space-between;width:100%;gap:5px}.panel-footer .btn{font-size:11px;min-height:34px;flex:1;padding:5px 7px}.panel-footer svg{width:12px;height:12px}.entity-modal .modal-body{padding:20px}.entity-modal h2{font-size:17px}.entity-facts{gap:15px}.entity-description{font-size:12px}.entity-task{font-size:11px}.form-row.quick-fields{grid-template-columns:1fr}.form-row.quick-fields select{margin-bottom:8px}.modal-body label{margin-top:5px}.modal-body select{font-size:16px}.modal-foot{align-items:flex-start;font-size:10px;margin-top:10px}.form-row.quick-fields{gap:0}.bottom-line{font-size:8px;min-height:34px}.mobile-hint{display:none!important}.modal-head{padding:17px 20px}.command-search{padding:14px}.command-search input{font-size:16px}.command-search input::placeholder{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

/* v03: blue anchor, layered whites, selective glass. Status and project are separate. */
:root{--ink:#202d46;--muted:#78859a;--line:#e3e9f2;--wash:#f4f7fc;--sidebar:#f7f9fe;--accent:#326be6;--accent-wash:#edf3ff;--blue:#3875e6;--amber:#a77427;--red:#b6574e;--side:204px;--radius:10px;color:#202d46;background:#fff;font-size:13px}
::selection{background:#d8e7ff}button,input,select,textarea{font-family:var(--font)}.btn.primary{background:#326be6;border-color:#326be6;color:#fff;box-shadow:0 2px 4px #2b5fa315}.btn.primary:hover{background:#245dd7}.btn.soft{color:#326be6;background:#edf3ff;border-color:#d8e5fd}.pill.green{color:#326be6;background:#f0f5ff;border-color:#dce7fc}.avatar{background:#f0f3f9;color:#556989;border:1px solid #dae3f0}.avatar.agent{background:#eaf2ff;color:#4e7cce;border-color:#cbdff9;border-radius:6px}.project-mark{background:#f0f5fd;color:#466fa8;border-color:#dce6f4}.brand-mark{transform:none;gap:3px}.brand-mark i{background:#3977ec;border-radius:2px}.brand-mark i:nth-child(2){background:#83b0fc}.brand-mark i:last-child{background:#b5d1ff}.brand-name{color:#203356;font-size:17px}.brand-version{color:#8b9ab2}.brand{height:64px;padding:0 16px;gap:7px}.brand .desktop-collapse{width:23px}.sidebar{background:#f7f9fe;border-right-color:#e5ebf4}.nav-section{color:#8a9ab2;font-size:9px;letter-spacing:1.4px;margin:17px 10px 5px;font-weight:600}.nav-section:first-child{margin-top:6px}.nav-item{color:#66738b;min-height:33px;padding:7px 10px;margin:1px 0;font-size:11px;border-radius:7px}.nav-item.active{background:#eaf1ff;color:#3266ce;font-weight:650}.nav-item.active svg{color:#3778ea}.nav-item:hover{background:#eef3fb}.nav-count{color:#8294b0}.sidebar .nav-body{padding:0 10px 10px}.sidebar-foot{padding:9px 10px}.sidebar-foot .user-row{font-size:10px}.user-copy strong{color:#4b5e7a;font-weight:550}.user-copy span{font-size:9px}.topbar{height:56px;padding:0 24px;background:#ffffffdb;backdrop-filter:blur(18px);border-color:#e5ebf4;gap:14px}.breadcrumb span:last-child{color:#546984}.search-launch{background:#ffffffa8;color:#8291a7;border-color:#e1e8f3;width:230px;border-radius:7px}.search-launch kbd{color:#8898ad}.capture-counter{display:flex;gap:6px;align-items:center;justify-content:center;border:1px solid #e1e8f3;border-radius:7px;padding:6px 9px;color:#6c84a9;height:32px;min-width:46px}.capture-counter b{font-size:11px;font-weight:550}.capture-counter svg{width:14px}.capture-counter:hover{background:#eef4ff}.top-date{font-size:10px}.page-sub{color:#7a899f;margin-top:7px}.page-head{padding:24px 26px 0}.page-head h1{color:#233450;font-size:29px;letter-spacing:-1.1px}.canvas{padding-left:26px;padding-right:26px;scrollbar-color:#cddbf0 transparent}.bottom-line{color:#8b99ad;border-color:#edf1f7;background:#fff;font-size:9px;padding:8px 24px;min-height:31px}.bottom-line kbd{color:#7187a7}.bottom-line .text-btn{color:#8194ae}.filter-select,.filter-chip{color:#63748c;border-color:#e0e7f1;background:#fff;border-radius:6px}.filter-select.active,.filter-chip[aria-pressed=true]{border-color:#b6cef9;background:#edf4ff;color:#326be6}.tab.active{border-color:#3977e8;color:#3166ca}.segmented{background:#edf2f9;border-color:#e1e8f1}.segmented button{color:#7a89a0}.segmented button[aria-pressed=true]{color:#3b5e95;background:white;box-shadow:0 1px 4px #18396e0e}.dot{background:#5b8aeb}.running{color:#3976dd}.progress-track,.mini-progress{background:#eaf0fa}.progress-track>span,.mini-progress i{background:#79a4ef}.milestone-panel{background:#f2f6ff;border-color:#dce6f7}.milestone-panel p{color:#7a8ca6}.milestone-requirement{border-color:#e0e8f6}.person-card.active{background:#f5f8ff;border-color:#c4d7f8}.detail-strip{background:#f3f7ff}.event-icon{color:#7392bd}.event time{color:#8c9bb0}.event-kind{color:#7189a9}.activity-date{color:#7187a5}.day{background:#eef3fc;border-color:#e6edf9}.day[data-level="1"]{background:#d1e1fc;border-color:#c8daf9}.day[data-level="2"]{background:#94b9f6;border-color:#88aeee}.day[data-level="3"]{background:#5088e4;border-color:#4c80d8}.day[aria-pressed=true]{outline-color:#3c73ce}
/* Home keeps v02's composition and two meaningful visualizations. */
.orientation h1{color:#20324e;font-weight:630}.orientation .overline{color:#6f8bb4}.orientation-note{color:#8190a5}.command-metrics{border-color:#e4ebf5}.metric .overline{color:#7f90a9}.metric-value{color:#263f65}.command-metrics .metric:first-child .metric-value{color:#bc8a42}.command-metrics .metric:nth-child(2) .metric-value{color:#3978e8}.metric-detail{color:#8191a6}.home-primary{gap:24px}.attention{background:#fff;border-color:#dfe7f3;box-shadow:0 3px 12px #24456a03}.attention-heading h2{color:#2c4060}.attention-count{color:#a78146}.attention-item{border-color:#eaf0f8}.attention-item strong{color:#334766}.attention-item small{color:#8391a5}.tag.review{background:#f1eefa;color:#9583b6}.tag.overdue{background:#fbf0eb;color:#b87353}.momentum{background:linear-gradient(130deg,#f0f6ff,#eaf2ff);border:1px solid #dfebfd;box-shadow:inset 0 1px 0 #fff}.momentum-stat{color:#386fca}.momentum-sub,.chart-key{color:#7b91b2}.bar-chart{border-color:#d5e3f9}.bar{background:#a6c4f6}.chart-day:last-child .bar{background:#4b86ea}.bar-count,.chart-dates{color:#718ab0}.project-pulse{border-color:#e9eef7}.project-pulse h3{color:#364c70}.output-glyph{background:#f4f8ff;color:#7196cf;border-color:#dce8fa}.output-row strong{color:#455b7b}.system-row small,.system-row{color:#7e90aa}.goal-line{border-color:#dbe6f8}.project-pulse:nth-of-type(2) .project-mark{color:#319abf;background:#eff9fc}.project-pulse:nth-of-type(3) .project-mark{color:#4b71dc;background:#f0f4ff}.project-pulse:nth-of-type(4) .project-mark{color:#9770b8;background:#f8f3fb}.project-pulse:nth-of-type(5) .project-mark{color:#a48448;background:#fbf6ec}
/* 1440x900: 178 sidebar + 40 gutters + 40 gaps leaves 1182 / 6 = 197px lanes. */
body.operating-view{--side:178px}body.operating-view.side-collapsed{--side:60px}.operating-view .topbar{padding:0 20px}.operating-view .brand{padding:0 13px}.operating-view .brand-name{font-size:16px}.operating-view .brand-version{font-size:9px;margin-left:3px}.operating-view .brand .icon-btn{width:18px}.operating-view .page-head{padding:20px 20px 0}.operating-view .page-head h1{font-size:30px;line-height:36px}.operating-view .page-sub{margin-top:5px;font-size:11px}.board-context{display:flex;align-items:center;gap:24px;margin-top:18px;padding:0 0 15px;border-bottom:1px solid #e5ecf6;min-height:80px}.board-kpis{display:grid;grid-template-columns:repeat(4,minmax(80px,1fr));flex:1;max-width:670px}.board-kpis .metric{padding:0 20px;border-left:1px solid #e7edf5;min-width:0;display:flex;flex-direction:column;gap:2px}.board-kpis .metric:first-child{padding-left:0;border-left:0}.board-kpis .metric .overline{font-size:9px;letter-spacing:1px;order:2}.board-kpis .metric .metric-value{font-size:31px;font-weight:580;letter-spacing:-1px;line-height:35px;order:1;color:#294574}.board-kpis .metric:nth-child(2) .metric-value{color:#3879e6}.board-kpis .metric:nth-child(3) .metric-value{color:#b39058}.board-kpis .metric:nth-child(4) .metric-value{color:#8d77ac}.board-kpis .metric-detail{display:none}.board-trend{display:flex;align-items:center;gap:22px;margin-left:auto;min-width:280px;background:#f4f8ff;border:1px solid #e5edfb;border-radius:9px;padding:9px 15px}.trend-copy{display:flex;flex-direction:column}.micro-label{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:#8897ac;font-weight:600}.trend-copy strong{font-size:25px;line-height:28px;letter-spacing:-.8px;font-weight:600;color:#4779c5}.trend-copy strong small{font-size:10px;letter-spacing:0;margin-left:10px;color:#669481}.trend-copy>.muted{font-size:8px}.micro-chart{display:flex;gap:7px;align-items:end;height:52px}.micro-chart button{display:flex;flex-direction:column;align-items:center;justify-content:end;height:52px;padding:0;width:13px;border-radius:2px}.micro-chart button:hover{background:#e4edfd}.micro-chart button>span{width:13px;min-height:3px;background:#a6c6f7;border-radius:2px 2px 0 0}.micro-chart button:last-child>span{background:#5a93ed}.micro-chart small{font-size:7px;color:#8b9db8;margin-top:4px}.board-tools{display:flex;align-items:center;gap:14px;padding:11px 20px 13px;min-height:63px;flex:none;flex-wrap:wrap}.board-tools .view-options{margin:0;border:0;gap:12px;display:contents}.board-tools .tabs{margin:0;border:0;gap:12px;min-height:30px;order:0}.board-tools .tab{padding:5px 0;font-size:10px;min-height:30px}.board-tools .segmented{order:3;margin-left:auto}.board-tools .segmented button{font-size:9px;padding:5px 7px}.board-tools .toolbar{padding:0;gap:6px;flex:1;order:2;flex-wrap:nowrap}.board-tools .filter-select{font-size:10px;padding:5px 18px 5px 7px;min-height:29px;max-width:128px}.board-tools .filter-chip{font-size:10px;padding:5px 7px;min-height:29px}.board-tools .view-count{font-size:9px;white-space:nowrap}.board-canvas{padding:0 20px 18px!important}.board{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;align-items:stretch;min-height:100%}.column{--lane-wash:#f2f5fa;--lane-ink:#7f93ae;background:var(--lane-wash);border:1px solid #e4eaf380;border-radius:11px;padding:0 8px 8px;min-height:100%;position:relative}.column[data-status=inbox],.column[data-wash=inbox]{--lane-wash:#f2f5fa;--lane-ink:#7f93ae}.column[data-status=next],.column[data-wash=next]{--lane-wash:#f0f6fd;--lane-ink:#71a4e8}.column[data-status=doing],.column[data-wash=doing]{--lane-wash:#edf4ff;--lane-ink:#3979e8}.column[data-status=waiting],.column[data-wash=waiting]{--lane-wash:#faf6ee;--lane-ink:#c69746}.column[data-status=review],.column[data-wash=review]{--lane-wash:#f6f2fb;--lane-ink:#9673c5}.column[data-status=done],.column[data-wash=done]{--lane-wash:#eff7f3;--lane-ink:#65a388}.column-head{background:var(--lane-wash);border-bottom:1px solid color-mix(in srgb,var(--lane-ink) 14%,transparent);color:#536681;min-height:41px;margin:0 0 9px;padding:0 2px;font-size:11px;gap:6px;z-index:2}.column-head>.count{margin-left:auto;font-size:9px;background:#ffffff94;color:var(--lane-ink);border:1px solid #ffffff8c;padding:2px 5px;border-radius:4px}.column-head .icon-btn{margin-left:0;width:18px;height:22px;color:#a1afbf}.status-dot{width:7px;height:7px;border-color:var(--lane-ink);background:transparent}.status-dot.doing{background:#77a3ed;border-color:#75a2eb}.status-dot.next{border-color:#8db4e9}.status-dot.waiting{background:#efd9b6;border-color:#d9b97f}.status-dot.review{background:#d9c9ef;border-color:#b59dce}.status-dot.done{background:#9cc6b2;border-color:#9cc6b2}.status-dot.done:after{left:1px;top:-1px}.column .cards{gap:8px}.column-add{font-size:10px;color:#96a3b4;padding:11px 3px 5px;margin-top:2px}.column-add:hover{color:#517ebb;background:transparent!important}.empty-drop{border-color:#d8e1ee;color:#9aabc1;min-height:106px;font-size:10px}.column.drag-over{background:#e4eeff;outline:2px solid #88b2f3;outline-offset:-2px}.column.drag-over .column-head{background:#e4eeff}.operating-card.drop-before:before{content:'';position:absolute;top:-5px;left:0;right:0;border-top:2px solid #4c86e2}.operating-card.dragging{opacity:.35}
/* Card primitives. Titles own the click; interactive controls never start a drag. */
.operating-card{--project:#4b71dc;background:#fff;border:1px solid #e3e9f3;border-left:2px solid color-mix(in srgb,var(--project) 58%,white);border-radius:8px;position:relative;padding:10px 10px 0;cursor:grab;box-shadow:0 2px 5px #20375e04;transition:border-color 120ms,box-shadow 120ms;min-width:0;scroll-margin:53px 12px;overflow:visible}.operating-card:hover{background:#fff;border-color:#c2d3ed;border-left-color:var(--project);box-shadow:0 3px 9px #2c4f8608}.operating-card:focus-visible{outline:2px solid #74a5ee;outline-offset:2px}.operating-card.selected{background:#fff;border-color:#92b8f5;box-shadow:0 0 0 1px #b9d3fb}.operating-card[data-project=zeit]{--project:#319abf}.operating-card[data-project=dao-hq]{--project:#4b71dc}.operating-card[data-project=personal-brand]{--project:#9770b8}.operating-card[data-project=hasenschlau]{--project:#bc975b}.card-top{display:flex;align-items:center;gap:3px;min-height:19px;min-width:0}.card-control{border:1px solid transparent;background:transparent;font-size:9px;padding:2px 1px;min-height:20px;max-width:100%;cursor:pointer;border-radius:4px;min-width:0}.card-control:hover{background:#f1f5fc;border-color:#e6edf7}.project-chip{color:var(--project);background:color-mix(in srgb,var(--project) 7%,white);font-size:8px;font-weight:600;padding:2px 2px 2px 4px;width:auto;max-width:108px;letter-spacing:-.1px;border-color:color-mix(in srgb,var(--project) 7%,white)}.card-focus{height:21px;width:19px;padding:3px;color:#b0bdd0;display:flex;align-items:center;justify-content:center}.card-focus svg{width:12px;height:12px}.card-focus[aria-pressed=true]{color:#6e97d9}.card-focus[aria-pressed=true] svg{fill:#ebf2ff}.private-mark{color:#98a9c0}.private-mark svg{width:9px;height:9px}.title-zone{display:block;text-align:left;width:100%;font-size:12px;font-weight:550;line-height:1.48;letter-spacing:-.1px;color:#344968;padding:0;min-height:36px;margin:9px 0 10px;border-radius:4px;overflow-wrap:anywhere;position:relative;cursor:text}.title-zone:hover{background:#f3f7fd!important;color:#31598d}.rename-hint{position:absolute;width:11px;height:11px;right:1px;bottom:1px;opacity:0;stroke-width:1.5;background:#f3f7fd;color:#7794bb}.title-zone:hover .rename-hint{opacity:1}.inline-title-zone{margin:8px 0;min-width:0}.inline-title{background:#f8fbff;resize:none;width:100%;border:1px solid #88b3f4;box-shadow:0 0 0 2px #e3eeff;line-height:1.48;padding:3px;font-size:12px;font-weight:550;outline:none;color:#344968;min-height:47px}.inline-title[aria-invalid=true]{border-color:#c8786d}.inline-help{font-size:8px;color:#7d94b4;display:block;margin-top:4px;line-height:1.5}.inline-help.invalid{color:#ba685e}.card-people-date{display:flex;align-items:center;justify-content:space-between;gap:4px;min-height:24px;min-width:0;margin-bottom:6px}.people-cluster{display:flex;align-items:center;min-width:0;gap:1px}.person-button{padding:0;width:22px;height:22px;border-radius:50%;position:relative;display:flex}.person-button+.person-button{margin-left:-3px}.person-button:hover{z-index:1;transform:translateY(-1px)}.person-button .avatar{height:22px;width:22px;font-size:8px;border:2px solid white;background:#eef3fb}.person-button .avatar.agent{background:#eaf2ff;border-radius:6px}.person-button .avatar.agent svg{width:12px;height:12px}.assign-button,.people-more{padding:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:21px;color:#93a5bf;font-size:8px}.assign-button svg{width:12px;height:12px}.assign-button.empty{border:1px dashed #dce5f2;width:auto;gap:3px;padding:2px 5px;border-radius:5px;font-size:9px;height:21px;color:#8b9eb9}.date-control{position:relative;font-size:9px;color:#8c9db4;line-height:22px;min-width:25px;white-space:nowrap;display:inline-block;cursor:pointer;max-width:84px;overflow:hidden}.date-control.late{color:#b88356}.date-control input{position:absolute;inset:0;opacity:0;width:100%;height:100%;padding:0;border:0;cursor:pointer}.date-control input::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:auto;height:auto;cursor:pointer}.date-control:focus-within{outline:2px solid #8bb4ee;outline-offset:2px;border-radius:3px}.card-bottom{display:flex;gap:5px;align-items:center;justify-content:space-between;margin-bottom:8px;min-height:20px}.priority-chip{color:#9aa6b8;font-size:8px;max-width:65px}.priority-chip.high{color:#a68853;background:#fcf8f0}.priority-chip.urgent{color:#b97061;background:#fff3ee}.planning-chip{color:#96a7bf;max-width:58px;font-size:8px}.signal-zone{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:8px;line-height:1.5;color:#8295b0;margin:0 -10px;padding:7px 8px;border-top:1px solid #edf2f8;background:#fafcff;border-radius:0 0 7px 7px;min-height:31px}.signal-zone>span{display:flex;align-items:center;gap:4px;min-width:0}.signal-zone>span>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signal-zone svg{height:10px;width:10px;flex:none}.signal-zone small{font-size:7px;white-space:nowrap;color:#9aabc0}.signal-waiting{color:#b4935c;background:#fdfbf6;border-top-color:#f5eee0}.signal-review{color:#9582b0;background:#fcfaff;border-top-color:#f0eaf7}.signal-done{color:#7ba28d;background:#f9fcfa;border-top-color:#edf4ef}.signal-doing{color:#789bcf;background:#f8fbff}.card-draft{font-size:8px;color:#b28b58;display:block;margin:4px 0}.drag-grip{position:absolute;top:5px;right:-1px;display:grid;grid-template-columns:repeat(2,2px);gap:2px;opacity:0;padding:3px;pointer-events:none}.drag-grip i{width:2px;height:2px;border-radius:1px;background:#98accb}.operating-card:hover .drag-grip{opacity:.55}.density-dense .operating-card{padding:8px 9px 0}.density-dense .title-zone{font-size:11px;margin:6px 0 7px;min-height:30px;line-height:1.4}.density-dense .card-people-date{margin-bottom:3px;min-height:21px}.density-dense .card-bottom{margin-bottom:5px}.density-dense .signal-zone{display:flex;min-height:24px;padding:4px 7px;margin:0 -9px;font-size:7px}.density-dense .signal-zone small{font-size:7px}.density-dense .card-control{min-height:17px}.density-dense .column .cards{gap:6px}.density-dense .person-button,.density-dense .person-button .avatar{height:20px;width:20px}.list .operating-card{display:grid;grid-template-columns:125px minmax(200px,1fr) 155px 165px;align-items:center;gap:18px;padding:12px 16px;border:1px solid #e6ecf5;border-left:2px solid color-mix(in srgb,var(--project) 50%,white);border-radius:8px;margin-bottom:7px}.list .title-zone{min-height:0;margin:0}.list .card-people-date,.list .card-bottom{margin:0}.list .signal-zone{display:none}.list .card-top{max-width:125px}.now-item .task-card{padding:12px 12px 0;max-width:600px;border:1px solid #e5edf7}.now-item .title-zone{font-size:21px;min-height:0}.now-item .signal-zone{margin:0 -12px}.now-number{color:#91add4}.day-section .task-card{max-width:none}
/* Operating boards: shared lane/interaction language, specialized internals. */
.operation-board{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}.operation-head .board-context{margin-top:18px;padding-bottom:17px}.operating-toolbar{padding:12px 20px;display:flex;align-items:center;gap:15px;flex:none;min-height:58px;font-size:10px}.operating-tab{display:flex;align-items:center;gap:6px;color:#6384b5;font-weight:550}.operating-tab svg{width:13px}.operating-toolbar .filter-select{min-height:28px;font-size:10px}.operating-toolbar .segmented button{font-size:9px}.operation-lane{padding:0 7px 9px}.operation-lane .column-head{font-size:10px;gap:5px;margin-bottom:0}.lane-total{font-size:8px;color:#9cacbf;padding:5px 2px 9px}.machine-strip{margin-left:auto;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.machine-strip .text-btn{font-size:10px;gap:6px;color:#7991b3}.machine-strip small{font-size:8px;color:#a0aec1}.operating-note{margin-left:auto;text-align:right;font-size:9px;line-height:1.8;color:#95a3b8}.dev-card .title-zone{margin:8px 0 8px;min-height:36px}.dev-repo{font-size:9px;color:#6c84a6;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dev-branch{font-size:8px;color:#9caac0;display:flex;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dev-branch svg{width:10px;height:10px}.test-line{display:flex;justify-content:space-between;margin:14px 0 6px;font-size:8px;color:#a0adc0}.test-line b{font-size:11px;font-weight:550;color:#6284b5}.test-pass{color:#81a394}.test-track{height:3px;background:#edf2f9;border-radius:3px;margin-bottom:14px;overflow:hidden}.test-track span{height:100%;background:#97b8ed;display:block}.machine-label{font-size:8px;color:#94a6bf}.run-dot{height:5px;width:5px;border-radius:50%;background:#ced9e9;display:block}.run-dot.is-running{background:#6c9eea;box-shadow:0 0 0 3px #edf4fe}.fundraising-card,.grant-card{padding:10px 9px 0}.fundraising-card .title-zone{font-size:11px;min-height:35px;margin:11px 0 7px;line-height:1.5}.fundraising-card .project-chip,.grant-card .project-chip{font-size:7px;max-width:83px}.relationship-chip{font-size:7px;color:#9d91af;max-width:46px;appearance:none;padding:2px 3px;background:#f7f4fb}.amount-control{display:flex;align-items:center;gap:1px;color:#4c6f9f;position:relative;min-width:0;cursor:text;line-height:30px}.amount-control>span{font-size:18px;font-weight:400;letter-spacing:-.5px;color:#7f98ba}.amount-control input{font-size:21px;font-weight:450;letter-spacing:-1.1px;padding:0;border:0;background:transparent;width:100%;min-width:0;line-height:31px;appearance:textfield;-moz-appearance:textfield;color:#4c6f9f}.amount-control input::-webkit-inner-spin-button,.amount-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.amount-control input:hover{background:#f5f8fd}.relationship-row{display:flex;align-items:center;gap:4px;margin:12px 0 12px;min-width:0}.relationship-row .avatar{height:18px;width:18px;font-size:7px}.owner-control{font-size:8px;color:#879bb8;max-width:64px;appearance:none;flex-shrink:1}.last-touch{margin-left:auto;font-size:7px;line-height:1.5;color:#a0afc2;text-align:right;white-space:nowrap}.last-touch b{font-weight:400;color:#879ab4}.next-action{border-top:1px solid #edf1f8;background:#f9fbff;border-radius:0 0 7px 7px;padding:8px 8px 9px;margin:0 -9px}.next-action .title-zone,.next-action-title{font-size:9px;font-weight:450;min-height:27px;line-height:1.5;margin:4px 0 0;color:#7791b5;padding:0;display:block;width:100%;text-align:left}.next-action .date-control,.linked-next{font-size:8px;color:#9aadc7;line-height:17px}.next-action .inline-title{font-size:10px}.grant-card .title-zone{font-size:11px;min-height:34px;line-height:1.5;margin:12px 0 8px}.grant-deadline{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 5px;padding:7px 8px;margin:-10px -9px 0;background:#f3f7fe;border-radius:7px 7px 0 0;border-bottom:1px solid #eaf0fa}.grant-deadline .date-control{text-align:right;justify-self:end;font-size:10px;max-width:65px;line-height:18px;color:#7c99c1}.grant-deadline small{font-size:7px;grid-column:1/-1;color:#a1b1c7}.grant-deadline.soon{background:#fdf8ef;border-bottom-color:#f4e9d3}.grant-deadline.soon .date-control{color:#b28b50}.grant-value-row{display:flex;align-items:center;gap:5px;margin-bottom:11px}.grant-value-row .amount-control{flex:1;min-width:0}.grant-value-row .amount-control input{font-size:18px;letter-spacing:-.8px}.grant-value-row .amount-control>span{font-size:15px}.fit-control{display:flex;align-items:flex-end;flex-direction:column;gap:0;min-width:28px}.fit-control .micro-label{font-size:6px}.fit-control .card-control{appearance:none;font-size:8px;color:#849b8e;min-height:15px;padding:0}.grant-owner{margin-bottom:9px;gap:2px;flex-wrap:wrap}.grant-owner .avatar{width:15px;height:15px;font-size:6px}.grant-owner .owner-control{font-size:7px;max-width:47px}.grant-card .next-action .title-zone{font-size:9px;margin:4px 0 0;min-height:27px}.density-dense .dev-branch{display:none}.density-dense .test-line{margin-top:9px}.density-dense .test-track{margin-bottom:9px}.density-dense .fundraising-card .relationship-row{margin:6px 0}.density-dense .next-action{padding:6px 7px}.density-dense .grant-deadline{margin:-8px -9px 0}
/* Native top-layer picker and centered dialogs. */
.people-popover{position:fixed;margin:0;inset:auto;width:274px;max-width:calc(100vw - 24px);padding:0;border:1px solid #dbe5f5;border-radius:12px;background:#ffffffed;backdrop-filter:blur(20px);box-shadow:0 15px 40px #20416c23;color:#415c82;max-height:calc(100dvh - 24px);overflow:auto;z-index:60}.picker-head{display:flex;align-items:center;justify-content:space-between;padding:15px 14px 12px;border-bottom:1px solid #e8eef8}.picker-head strong{font-size:12px;font-weight:600;display:block}.picker-head small{display:block;font-size:9px;color:#9aacbf;margin-top:3px}.picker-people{padding:6px}.picker-person{display:flex;gap:9px;align-items:center;cursor:pointer;padding:7px 9px;border-radius:7px}.picker-person:hover{background:#f1f6ff}.picker-person>.avatar{height:27px;width:27px;font-size:10px}.picker-person>span:nth-child(2){flex:1;font-size:11px}.picker-person small{display:block;font-size:8px;color:#9aacc6;margin-top:2px}.picker-person input{accent-color:#5590eb;width:14px;height:14px}.picker-foot{border-top:1px solid #eaf0f8;display:flex;align-items:center;justify-content:space-between;padding:11px;font-size:8px;color:#9aabc3}.picker-foot button{font-size:9px;color:#6b91c9}.member-actions{display:flex;gap:6px;justify-content:space-between;padding:8px 11px;font-size:9px;border-bottom:1px solid #eaf0f8;color:#7b92b2}.member-actions svg{width:10px}.task-modal{border-color:#dce6f6;box-shadow:0 24px 80px #263e6728;background:#fffffffa}.task-modal::backdrop,.modal::backdrop{background:#29446a26;backdrop-filter:blur(2px)}.panel-top,.modal-head{background:#f4f8ffe8;backdrop-filter:blur(16px);border-color:#e1e9f6}.panel-title{color:#314767;font-weight:550}.panel-subline{color:#8799b2}.panel-textarea{background:#fbfcff;border-color:#e0e8f5}.field-row select,.field-row input{background:#f3f7fd;color:#526b8e}.panel-footer{background:#ffffffed;backdrop-filter:blur(12px);border-color:#e1e9f6}.modal-assignees{margin:0 0 14px;padding:10px 0;border:0;border-top:1px solid #e8eef8}.modal-assignees legend{font-size:10px;color:#8c9fb9;padding-right:10px}.modal-assignees legend span{color:#afbdcf;margin-left:5px}.modal-assignees>div{display:flex;gap:7px;flex-wrap:wrap}.modal-assignees label{display:flex;align-items:center;gap:5px;font-size:10px;color:#7790b2;border:1px solid #e5edf8;padding:5px 8px;border-radius:7px;cursor:pointer;background:#fbfcff}.modal-assignees input{accent-color:#558ae1;width:12px;height:12px}.modal-assignees .avatar{width:20px;height:20px;font-size:8px}.entity-modal{border-radius:12px;border-color:#dce6f6;box-shadow:0 22px 70px #263e6723}.entity-facts .card-control{font-size:12px;padding:5px}.entity-facts .date-control{font-size:12px;max-width:140px;color:#6686b4}.entity-facts .amount-control{max-width:160px}.entity-next .next-action{margin:10px 0 0;padding:12px;border-radius:8px}.entity-next .next-action .title-zone{font-size:12px;min-height:0}.entity-next .micro-label{display:none}.entity-modal .subsection .btn{margin-top:14px}.toast{background:#253f66;color:#fff}
/* Reviewable alternatives: three actual compositions for each card family. */
.card-lab{max-width:1030px;padding:15px 0 30px}.lab-family{margin:28px 0;border-top:1px solid #e5edf7;padding-top:20px}.trial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:20px}.layout-trial{min-width:0}.layout-trial>p{font-size:11px;color:#8598b3;margin-top:12px;max-width:270px;line-height:1.6}.trial-card{width:190px;margin-top:14px;min-height:174px}.lab-family:nth-last-child(-n+2) .trial-card{width:166px}.trial-a,.trial-c{padding:12px;background:#fff;border:1px solid #e1eaf7;border-radius:8px;color:#7890b1;font-size:10px}.trial-a h3,.trial-c h3{font-size:12px;line-height:1.5;color:#496587}.trial-a p,.trial-c p{margin:12px 0;font-size:10px}.trial-a small,.trial-c small{font-size:9px}.trial-b>.operating-card{width:100%}.trial-c:has(.trial-rail){display:grid;grid-template-columns:23px 1fr;gap:10px}.trial-rail{display:flex;flex-direction:column;justify-content:space-between;font-size:8px;color:#7ba8d2;background:#eef6fd;padding:4px}.trial-rail span:last-child{writing-mode:vertical-rl}.trial-number{font-size:30px;font-weight:500;color:#5e87bb;display:block;margin:10px 0}.trial-number span{font-size:16px}.trial-relationship{display:flex;gap:7px;align-items:center;font-size:9px;margin-bottom:14px}.trial-calendar{display:flex;align-items:center;gap:5px;padding:10px;background:#f3f6fc;margin-bottom:14px}.trial-calendar strong{font-size:31px;font-weight:400}.trial-calendar small{font-size:10px}
@media(min-width:761px) and (max-width:1180px){.board{grid-template-columns:repeat(6,184px)}.operation-board{grid-template-columns:repeat(var(--columns),180px)}.board-trend{min-width:230px;gap:12px}.board-context{gap:15px}.board-kpis .metric{padding:0 12px}.board-tools{gap:10px}.board-tools .toolbar{flex-basis:100%;order:4}.board-tools .view-options .segmented{order:2}.list .operating-card{grid-template-columns:100px 1fr 145px}.list .card-bottom{grid-column:2/-1;justify-content:start}.trial-grid{gap:20px}}
@media(max-width:760px){body.operating-view{--side:0px}body.operating-view.side-collapsed{--side:0px}.sidebar{width:204px}.sidebar .brand{padding:0 17px}.topbar,.operating-view .topbar{padding:0 14px;gap:8px;height:53px}.breadcrumb{font-size:10px}.top-date{display:none}.search-launch{margin-left:auto;width:29px;padding:5px;border:0}.search-launch span,.search-launch kbd{display:none}.top-create{min-height:29px;padding:5px 8px}.capture-counter{padding:4px 6px;min-width:36px;height:29px;gap:3px}.capture-counter svg{width:12px}.capture-counter b{font-size:9px}.mobile-toggle{width:24px}.operating-view .page-head{padding:19px 16px 0}.operating-view .page-head h1{font-size:27px;line-height:32px}.operating-view .page-sub{font-size:10px;max-width:265px;line-height:1.6}.operating-view .page-actions{display:none}.board-context{margin-top:16px;gap:11px;display:block;padding-bottom:12px;min-height:0}.board-kpis{max-width:none;grid-template-columns:repeat(4,1fr)}.board-kpis .metric{padding:0 11px;gap:1px}.board-kpis .metric .metric-value{font-size:25px;line-height:30px}.board-kpis .metric .overline{font-size:7px;letter-spacing:.8px}.board-kpis .metric:nth-child(4){border-left:1px solid #e7edf5;padding-left:11px}.board-trend{margin-top:12px;width:100%;min-width:0;padding:7px 12px;justify-content:space-between;gap:10px}.trend-copy .micro-label{font-size:7px}.trend-copy strong{font-size:21px;line-height:23px}.trend-copy>.muted{display:none}.micro-chart,.micro-chart button{height:44px}.micro-chart{gap:9px}.micro-chart button>span{max-height:28px}.board-tools{padding:9px 16px 11px;gap:7px;min-height:0}.board-tools .tabs{min-height:28px;gap:12px}.board-tools .tab{font-size:10px;padding:4px 0}.board-tools .segmented{order:1;flex:none}.board-tools .segmented button{font-size:8px;padding:4px 7px}.board-tools .toolbar{order:3;flex:1 0 100%;overflow:auto;padding:2px 0 1px;gap:5px;scrollbar-width:none}.board-tools .filter-select{max-width:110px;min-width:85px;min-height:28px;font-size:9px;flex-shrink:0}.board-tools .filter-chip{font-size:9px;white-space:nowrap;min-height:28px;flex-shrink:0}.board-tools .priority-filter,.board-tools .view-count{display:none}.board-canvas{padding:0 16px 14px!important;scroll-snap-type:x proximity}.board{grid-template-columns:repeat(6,269px);gap:11px}.operation-board{grid-template-columns:repeat(var(--columns),269px)}.column{padding:0 10px 10px;scroll-snap-align:start}.column-head{font-size:12px;min-height:42px;top:0}.column .cards{gap:10px}.operating-card{padding:12px 12px 0}.title-zone{font-size:14px;min-height:39px;margin:12px 0;line-height:1.5}.project-chip{font-size:10px;max-width:138px;min-height:23px}.card-focus{width:26px;height:26px}.card-focus svg{width:14px;height:14px}.card-people-date{min-height:29px;margin-bottom:7px}.person-button,.person-button .avatar{height:27px;width:27px;font-size:10px}.person-button .avatar.agent svg{height:15px;width:15px}.assign-button{height:27px;width:26px}.assign-button.empty{font-size:11px;height:27px;padding:4px 6px}.date-control{font-size:11px;line-height:27px;max-width:95px}.priority-chip,.planning-chip{font-size:10px;min-height:26px;max-width:80px}.card-bottom{margin-bottom:9px}.signal-zone{margin:0 -12px;min-height:35px;padding:9px 10px;font-size:10px}.signal-zone small{font-size:9px}.signal-zone svg{height:11px;width:11px}.inline-title{font-size:16px;min-height:57px}.inline-help{font-size:9px}.bottom-line{padding:8px 16px;font-size:8px}.operating-toolbar{padding:10px 16px;flex-wrap:wrap;gap:10px;font-size:9px}.operating-toolbar .operating-tab{font-size:10px}.operating-toolbar>.muted{display:none}.operating-toolbar .segmented{margin-left:auto}.operation-head .head-line>a{display:none}.operation-head .board-context{margin-top:16px;padding-bottom:11px}.operating-note{display:none}.machine-strip{flex-direction:row;margin-top:9px;gap:10px}.machine-strip small{display:none}.machine-strip .text-btn{font-size:9px}.operation-lane .column-head{font-size:12px}.lane-total{font-size:10px;padding:7px 2px 10px}.dev-card .title-zone{font-size:14px;min-height:38px}.dev-repo{font-size:11px}.dev-branch{font-size:10px}.test-line{font-size:10px}.test-line b{font-size:12px}.machine-label{font-size:10px}.fundraising-card,.grant-card{padding:12px 12px 0}.fundraising-card .title-zone,.grant-card .title-zone{font-size:14px;min-height:39px}.fundraising-card .project-chip,.grant-card .project-chip{font-size:9px;max-width:125px}.relationship-chip{font-size:9px;max-width:62px}.amount-control input{font-size:27px}.amount-control>span{font-size:23px}.relationship-row .avatar{height:24px;width:24px;font-size:9px}.owner-control{font-size:11px;max-width:82px}.last-touch{font-size:9px}.next-action{margin:0 -12px;padding:10px 12px}.next-action .title-zone,.grant-card .next-action .title-zone,.next-action-title{font-size:11px;min-height:32px}.next-action .date-control,.linked-next{font-size:10px}.micro-label{font-size:9px}.grant-deadline{margin:-12px -12px 0;padding:9px 11px}.grant-deadline .date-control{font-size:13px;max-width:88px}.grant-deadline small{font-size:9px}.grant-value-row .amount-control input{font-size:24px}.grant-value-row .amount-control>span{font-size:20px}.fit-control .micro-label{font-size:8px}.fit-control .card-control{font-size:11px;min-height:20px}.grant-owner .avatar{height:22px;width:22px;font-size:8px}.grant-owner .owner-control{font-size:10px;max-width:66px}.list .operating-card{grid-template-columns:1fr 1fr;padding:11px;gap:10px}.list .title-zone{grid-column:1/-1;grid-row:1}.list .card-top{max-width:none}.list .card-people-date{justify-content:end}.list .card-bottom{grid-column:1/-1;justify-content:start}.density-dense .title-zone{font-size:13px;min-height:34px}.density-dense .signal-zone{font-size:9px}.density-dense .signal-zone small{font-size:8px}.modal-assignees>div{gap:5px}.modal-assignees label{padding:4px 6px;font-size:10px}.panel-title{font-size:23px}.trial-grid{grid-template-columns:1fr;gap:25px}.trial-card{width:230px}.lab-family:nth-last-child(-n+2) .trial-card{width:200px}.home-primary{gap:23px}.sidebar.mobile-open{z-index:110}.mobile-backdrop.open{z-index:105}}
@media(prefers-reduced-motion:reduce){.operating-card,.person-button{transition:none;transform:none}}
/* Comfortable card budget: three complete two-line task cards below the desktop header. */
@media(min-width:761px){.task-zones{padding:9px 10px 0}.task-zones .title-zone{margin:8px 0;min-height:35px;line-height:1.45}.task-zones .card-people-date{min-height:23px;margin-bottom:4px}.task-zones .card-bottom{min-height:18px;margin-bottom:6px}.task-zones .card-bottom .card-control{min-height:18px}.task-zones .signal-zone{min-height:27px;padding:5px 8px}.board-trend{padding:6px 14px}.board-context{margin-top:16px;min-height:76px}.density-dense .task-zones{padding:8px 9px 0}.density-dense .task-zones .title-zone{margin:6px 0;min-height:30px}.density-dense .task-zones .signal-zone{min-height:24px;padding:4px 7px}}
@media(min-width:761px){.task-zones .signal-zone{font-size:9px}.task-zones .signal-zone small{font-size:8px}.density-dense .task-zones .signal-zone{font-size:8px}.density-dense .task-zones .signal-zone small{font-size:7px}}


/* v04: information hierarchy first. A uses the untouched v03 layout for capture. */
.v04{--ink:#233249;--muted:#657387;--line:#e1e6ee;--accent:#306bd8;--blue:#306bd8;--amber:#946829;color:var(--ink)}
.v04 .nav-item{color:#54637b}.v04 .nav-item.active{color:#285fca;background:#eaf1fe}
.v04 .page-sub,.v04 .attention-item small{color:#64738a}.v04 .tag.blocker,.v04 .tag.decision{background:#f8f2e8;color:#91672a}.v04 .tag.review{background:#f2eff6;color:#755c8b}.v04 .tag.overdue{background:#faeee9;color:#a3553a}
.v04 .attention-item strong{color:#2e3e56}.v04 .attention-item small{line-height:1.5}.v04 .attention-item>.tag{font-weight:600}
.v04 .task-modal,.v04 .entity-modal{color:#344660}.v04 .panel-subline,.v04 .field-row>label,.v04 .proof-hint{color:#66768e}
.v04 .panel-textarea,.v04 .field-row select,.v04 .field-row input{color:#344963}
.v04 .app{width:calc(100% - var(--side));max-width:100%;min-width:0}.v04 .workspace{width:100%;min-width:0}.v04 .canvas{max-width:100%;min-width:0}
.v04 .panel-title{min-height:36px;max-height:112px;overflow-y:auto}
.v04 .amount-control input{opacity:0}.v04 .amount-control:focus-within input{opacity:1}.v04 .amount-control:focus-within .amount-display{visibility:hidden}
.v04 .amount-control .amount-display{position:absolute;inset:0 0 0 16px;pointer-events:none;display:flex;align-items:center;font-size:21px;font-weight:450;letter-spacing:-.7px;color:#3c5980}
.v04 .board{
 --card-x:7px;--card-y:6px;--card-title:11.25px;--title-line:1.34;--meta-size:9px;--avatar-size:18px;
 --card-space:4px;--lane-gap:6px;--card-gap:5px;--lane-pad:6px;--signal-size:9px;
 gap:var(--lane-gap);grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;
}
.v04 .operation-board{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}
.v04 .column{--lane-wash:#f6f7f9;--lane-ink:#758397;background:var(--lane-wash);border:1px solid #e8ebf0;border-top:2px solid color-mix(in srgb,var(--lane-ink) 37%,white);border-radius:7px;padding:0 var(--lane-pad) 7px;min-width:0}
.v04 .column[data-status=inbox],.v04 .column[data-wash=inbox]{--lane-wash:#f6f7f9;--lane-ink:#758397}
.v04 .column[data-status=next],.v04 .column[data-wash=next]{--lane-wash:#f5f7fa;--lane-ink:#647f9d}
.v04 .column[data-status=doing],.v04 .column[data-wash=doing]{--lane-wash:#f4f7fb;--lane-ink:#326dd8}
.v04 .column[data-status=waiting],.v04 .column[data-wash=waiting]{--lane-wash:#f8f7f5;--lane-ink:#9b752f}
.v04 .column[data-status=review],.v04 .column[data-wash=review]{--lane-wash:#f7f6f9;--lane-ink:#80638f}
.v04 .column[data-status=done],.v04 .column[data-wash=done]{--lane-wash:#f5f8f7;--lane-ink:#5e8272}
.v04 .column .column-head{height:32px;min-height:32px;padding:0 2px;margin:0 0 5px;font-size:10px;gap:6px;color:#45546b;background:var(--lane-wash);border-bottom:1px solid #e4e8ee;letter-spacing:0;position:sticky;top:0}
.v04 .column .column-head>.count{font-size:9px;font-weight:650;padding:1px 4px;background:transparent;border:0;color:var(--lane-ink);border-radius:3px;font-variant-numeric:tabular-nums}
.v04 .column .column-head .icon-btn{width:20px;height:24px;color:#7a889b}.v04 .column-head .icon-btn svg{width:11px;height:11px}
.v04 .status-dot{height:6px;width:6px;border:0;background:#758397;box-shadow:none}.v04 .status-dot.next{background:#6f89a7}.v04 .status-dot.doing{background:#326dd8}.v04 .status-dot.waiting{background:#a27a33}.v04 .status-dot.review{background:#82668f}.v04 .status-dot.done{background:#648877}.v04 .status-dot.done:after{display:none}
.v04 .column .cards{gap:var(--card-gap)}.v04 .column-add{font-size:9px;padding:8px 1px 3px;color:#7c889a}.v04 .column-add svg{height:11px;width:11px}
.v04 .column.drag-over{background:#eaf1fd;outline:2px solid #4b80db;outline-offset:-2px}.v04 .column.drag-over .column-head{background:#eaf1fd}
.v04 .board .operating-card{padding:var(--card-y) var(--card-x) 0;background:#fff;border:1px solid #dfe5ed;border-left:2px solid color-mix(in srgb,var(--project) 65%,white);border-radius:5px;box-shadow:0 1px 2px #23375404;scroll-margin:40px 12px;min-width:0}
.v04 .operating-card[data-project=zeit]{--project:#538b9e}.v04 .operating-card[data-project=dao-hq]{--project:#4c72bd}.v04 .operating-card[data-project=personal-brand]{--project:#8b7199}.v04 .operating-card[data-project=hasenschlau]{--project:#a08553}
.v04 .board .operating-card:hover{border-color:#bfcde0;border-left-color:var(--project);box-shadow:0 2px 5px #263b5510}
.v04 .board .operating-card.selected,.v04 .board .operating-card.spotlight{border-color:#77a1e8;border-left-color:var(--project);box-shadow:0 0 0 1px #b9cef2;background:#fff}
.v04 .board .operating-card:focus-visible{outline:2px solid #4b7fcc;outline-offset:1px}
.v04 .board .card-top{min-height:16px;gap:2px}.v04 .board .card-control{font-size:var(--meta-size);min-height:16px;height:18px;padding:0 1px;border-radius:3px;color:#637189;line-height:16px}
.v04 .board .project-chip{font-size:8.5px;font-weight:550;max-width:93px;background:transparent;color:#64748a;border-color:transparent;padding:0;appearance:none;text-overflow:ellipsis;overflow:hidden}
.v04 .board .project-chip:hover{background:#f2f5fa;color:#344d72}
.v04 .board .card-focus,.v04 .board .card-more{height:17px;width:16px;min-width:16px;padding:2px;color:#8491a3;border-radius:3px;line-height:12px;display:flex;align-items:center;justify-content:center}
.v04 .board .card-focus svg{width:10px;height:10px}.v04 .board .card-focus[aria-pressed=true]{color:#356dcc}.v04 .board .card-focus[aria-pressed=true] svg{fill:#e2ecfd}
.v04 .board .card-more{font-size:12px;letter-spacing:-1px;opacity:.5}.v04 .operating-card:is(:hover,:focus-within) .card-more{opacity:1;color:#496080}
.v04 .board .title-zone{font-size:var(--card-title);font-weight:550;line-height:var(--title-line);letter-spacing:-.1px;min-height:0;margin:var(--card-space) 0;color:#27374e;overflow-wrap:break-word;hyphens:none;padding:0;display:block}
.v04 .board .rename-hint{width:9px;height:9px}.v04 .board .inline-title-zone{margin:var(--card-space) 0}.v04 .board .inline-title{font-size:var(--card-title);min-height:39px;line-height:1.4;padding:3px}.v04 .board .inline-help{font-size:9px;color:#587299}
.v04 .board .card-people-date{min-height:var(--avatar-size);margin:0 0 4px;gap:3px}.v04 .board .card-schedule{display:flex;align-items:center;gap:4px;min-width:0;margin-left:auto}
.v04 .board .person-button{height:var(--avatar-size);width:var(--avatar-size);min-width:var(--avatar-size)}.v04 .board .person-button .avatar{height:var(--avatar-size);width:var(--avatar-size);font-size:8px;font-weight:600;border:1px solid #dce3ec;background:#f3f5f9;color:#4d5e77}
.v04 .board .person-button .avatar.agent{border-radius:4px;color:#3568b6;background:#edf3fd;border-color:#d2dff2}.v04 .board .person-button+.person-button{margin-left:-2px}
.v04 .board .assign-button,.v04 .board .people-more{height:var(--avatar-size);min-width:17px;width:17px;font-size:8px;color:#70829a}.v04 .board .assign-button svg{width:10px;height:10px}.v04 .board .assign-button.empty{font-size:8.5px;width:auto;padding:1px 4px;border-color:#d9e0e9;border-radius:3px}
.v04 .board .date-control{font-size:8.5px;line-height:18px;max-width:65px;color:#65758b;min-width:18px}.v04 .board .date-control.late{color:#a15d38}
.v04 .board .signal-zone.signal-next{padding-top:1px;padding-bottom:1px}.v04 .board .signal-next .date-control{max-width:none;line-height:18px;font-size:var(--signal-size);color:inherit}.v04 .board .signal-next .date-control.late{color:#a15d38}
.v04 .board .priority-chip{font-size:8px;max-width:41px;appearance:none;text-align:right;line-height:16px;padding:0 2px}.v04 .board .priority-chip.high{color:#876936;background:transparent}.v04 .board .priority-chip.urgent{color:#a24d37;background:#fcf1eb;font-weight:600}
.v04 .board .planning-chip{font-size:8px;max-width:33px;appearance:none;color:#46678e;background:transparent;min-height:16px;padding:0;text-align:right}
.v04 .board .signal-zone{font-size:var(--signal-size);line-height:1.35;padding:4px 6px;min-height:22px;gap:3px;margin:0 calc(-1 * var(--card-x));background:#fcfdff;border-top:1px solid #edf0f5;color:#5f718b;border-radius:0 0 4px 4px;display:flex;align-items:center;justify-content:space-between}
.v04 .board .signal-zone .signal-heading{display:flex;gap:4px;align-items:center;min-width:0;flex:0 1 auto}.v04 .board .signal-heading>span{white-space:normal;overflow:visible;text-overflow:clip;min-width:0}
.v04 .board .signal-zone svg{height:9px;width:9px}.v04 .board .signal-detail{display:block;font-size:var(--signal-size);color:#66758a;min-width:0;line-height:1.35;overflow-wrap:break-word;white-space:normal;text-align:right}
.v04 .board .signal-stacked{display:grid;gap:2px;justify-content:stretch;align-items:start;padding-top:4px;padding-bottom:5px}
.v04 .board .signal-stacked .signal-heading{width:100%;font-size:8.3px;font-weight:600;letter-spacing:.25px;text-transform:uppercase}
.v04 .board .signal-stacked .signal-detail{text-align:left;padding-left:13px;font-size:9px;color:#58677c;line-height:1.35}
.v04 .board .signal-zone .signal-age{margin-left:auto;flex-shrink:0;font-size:8.5px;font-weight:450;letter-spacing:0;color:#7c7467;text-transform:none;font-variant-numeric:tabular-nums}
.v04 .board .signal-waiting{background:#fefdfb;color:#916e32;border-top-color:#eee9df}.v04 .board .signal-review{background:#fdfcfe;color:#7e648b;border-top-color:#ece7f1}.v04 .board .signal-done{background:#fcfefd;color:#5a7b6c;border-top-color:#e8eeeb}.v04 .board .signal-doing{color:#3d6dab;background:#fbfcff}
.v04 .board .needs-you-signal.signal-waiting{border-left:2px solid #b38b45;padding-left:4px}
.v04[data-inspect-lane=waiting] .column[data-status=waiting]{border-color:#d3c3a6;border-top-color:#a88343}.v04[data-inspect-lane=waiting] .column[data-status=waiting] .column-head{color:#836028}
.v04 .board .card-draft{font-size:9px;padding:4px 0;color:#8d692d}
/* Dev retains repo, branch and test evidence. Pipelines retain amounts and next actions. */
.v04 .board .dev-repo{font-size:8.7px;line-height:13px;color:#536882;margin:2px 0}.v04 .board .dev-branch{display:flex;font-size:8.3px;line-height:13px;color:#71809a;margin:1px 0;gap:3px}.v04 .board .dev-branch svg{width:9px;height:9px;margin-top:1px}
.v04 .board .test-line{margin:6px 0 3px;font-size:8.5px;color:#67788d}.v04 .board .test-line b{font-size:10px;color:#3f5c82}.v04 .board .test-pass{color:#5c806e}.v04 .board .test-track{margin-bottom:6px;height:2px}.v04 .board .test-track span{background:#7398ca}.v04 .board .machine-label{font-size:8px;color:#687991;white-space:nowrap}
.v04 .board .run-dot.is-running{background:#3575d6;box-shadow:0 0 0 2px #eaf1fc}
.v04 .board .lane-total{font-size:9px;padding:0 2px 5px;color:#718198}.v04 .operation-lane .column-head{font-size:9.5px}
.v04 .board .fundraising-card .title-zone,.v04 .board .grant-card .title-zone{font-size:var(--card-title);margin:5px 0;min-height:0;line-height:1.35;color:#2f405a}
.v04 .board .relationship-chip{font-size:8px;max-width:40px;appearance:none;color:#61748f;background:#f2f5f9;padding:0 2px}
.v04 .board .amount-control{line-height:25px;min-height:25px}.v04 .board .amount-control>span{font-size:15px;letter-spacing:-.3px;color:#7085a2}.v04 .board .amount-control input{font-size:18px;letter-spacing:-.6px;line-height:25px;color:#3c5980}
.v04 .board .amount-control .amount-display{font-size:18px;letter-spacing:-.6px;left:12px}
.v04 .board .relationship-row{margin:5px 0 6px;gap:3px}.v04 .board .relationship-row .avatar,.v04 .board .grant-owner .avatar{height:16px;width:16px;font-size:7px}.v04 .board .owner-control{max-width:51px;font-size:8.5px;appearance:none;color:#5c708b}
.v04 .board .last-touch{font-size:8px;color:#77859a;line-height:1.35}.v04 .board .last-touch b{color:#60738e}
.v04 .board .next-action{margin:0 calc(-1 * var(--card-x));padding:5px 6px 6px;background:#fafcfe;border-top-color:#e9edf3;border-radius:0 0 4px 4px}.v04 .board .next-action .micro-label{font-size:7.5px;color:#6a7d98}.v04 .board .next-action .title-zone,.v04 .board .next-action-title{margin:3px 0 0;font-size:9px;line-height:1.35;min-height:0;font-weight:450;color:#456084}
.v04 .board .next-action .date-control,.v04 .board .linked-next{font-size:8px;line-height:15px;color:#69809d}.v04 .board .next-action .row{gap:2px}
.v04 .board .grant-deadline{padding:4px 6px;gap:0 3px;margin:calc(-1 * var(--card-y)) calc(-1 * var(--card-x)) 0;background:#f5f8fc;border-bottom-color:#e5ebf4;border-radius:4px 4px 0 0}.v04 .board .grant-deadline .micro-label{font-size:7.5px;color:#70829b}.v04 .board .grant-deadline .date-control{font-size:9.5px;line-height:16px;color:#4a6e9a}
.v04 .board .grant-deadline small{font-size:8px;color:#79869a}.v04 .board .grant-deadline.soon{background:#fbf8f2;border-color:#eee5d8}.v04 .board .grant-deadline.soon .date-control{color:#927138}
.v04 .board .grant-value-row{margin-bottom:5px;gap:4px}.v04 .board .grant-value-row .amount-control input{font-size:18px}.v04 .board .grant-value-row .amount-control>span{font-size:15px}.v04 .board .fit-control .micro-label{font-size:7px;line-height:10px;color:#7a879a}.v04 .board .fit-control .card-control{font-size:8.5px;min-height:13px;height:13px;line-height:13px;color:#607e6c}.v04 .board .grant-owner{margin-bottom:5px;flex-wrap:nowrap}.v04 .board .grant-owner .project-chip{max-width:75px;font-size:8px}.v04 .board .grant-owner .owner-control{max-width:45px;font-size:8px}
/* The modal and top-layer field editor keep full-size targets. */
.task-options{position:fixed;inset:auto;margin:0;width:256px;max-width:calc(100vw - 24px);padding:0;border:1px solid #d6e0ef;border-radius:9px;background:#ffffffef;backdrop-filter:blur(18px);box-shadow:0 12px 35px #243e6824;color:#405776;z-index:65}
.task-options .quick-fields{padding:8px 12px 12px;display:grid;gap:5px}.task-options .quick-fields>label,.task-options .quick-field{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;min-height:32px}.task-options .card-control{min-height:30px;width:130px;font-size:11px;background:#f5f7fb;padding:4px 6px;border-color:#e4eaf3}.task-options .date-control{width:130px;max-width:none;min-height:30px;font-size:11px;padding:4px 6px;background:#f5f7fb;border-radius:4px;color:#526b8b}
.waiting-context{padding:13px 14px;margin:6px 0 19px;border:1px solid #e8dfcf;border-radius:7px;background:#fdfcf9}.waiting-context-title{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#85642f;margin-bottom:12px}.waiting-context-title>span{font-size:10px;color:#8f816b}.waiting-fields{display:grid;grid-template-columns:1fr 1.25fr 1.1fr;gap:10px;margin-bottom:12px}.waiting-fields label{font-size:10px;display:flex;flex-direction:column;gap:5px;color:#766e60}.waiting-fields input,.waiting-fields select{width:100%;min-width:0;min-height:32px;border:1px solid #e4ded2;background:#fff;font-size:11px;padding:5px;color:#4b5870}.waiting-reason-label{font-size:10px;color:#766e60;display:block;margin-bottom:6px}.waiting-context .panel-textarea{background:#fff;min-height:34px;font-size:12px;padding:8px 9px;border-color:#e4ded2}
/* List and focused views retain the same controls and the new situation signal. */
.v04 .list .task-zones{grid-template-columns:130px minmax(180px,1fr) 190px 75px 210px;gap:14px}.v04 .list .card-more{font-size:14px;color:#72839c;padding:1px}.v04 .list .signal-zone{display:block;border:0;background:transparent;margin:0;padding:0;font-size:10px;color:#64768f}.v04 .list .signal-heading{font-size:10px}.v04 .list .signal-detail{font-size:10px;padding-top:3px;display:block}.v04 .list .title-zone{font-size:12px}.v04 .list .project-chip{background:transparent}.v04 .list .card-schedule{display:flex;gap:4px}.v04 .card-list-state .card-control{max-width:76px}.v04 .now-item .signal-detail,.v04 .day-section .signal-detail{font-size:10px;color:#60728c}.v04 .now-item .card-more,.v04 .day-section .card-more{color:#75859b;font-size:14px}
@media(min-width:761px){
 body.v04.operating-view{--side:168px}body.v04.operating-view.side-collapsed{--side:60px}
 .v04.operating-view .brand{height:53px;padding:0 12px}.v04.operating-view .nav-item{min-height:31px;font-size:11px;padding:6px 9px;gap:8px}.v04.operating-view .nav-section{margin-top:14px;font-size:8px;letter-spacing:1.2px}.v04.operating-view .nav-section:first-child{margin-top:5px}.v04.operating-view .sidebar .nav-body{padding:0 9px 8px}.v04.operating-view .sidebar-foot{padding:8px}
 .v04.operating-view .topbar{height:48px;padding:0 16px;gap:12px}.v04.operating-view .top-create{min-height:28px;font-size:11px;padding:4px 9px}.v04.operating-view .capture-counter{height:28px;padding:4px 7px}.v04.operating-view .search-launch{height:28px}
 .v04.operating-view .page-head{padding:13px 16px 0}.v04.operating-view .page-head h1{font-size:27px;line-height:32px;letter-spacing:-.9px}.v04 .board-heading{display:flex;align-items:baseline;gap:16px}.v04 .board-heading .page-sub{margin:0;font-size:10.5px}.v04 .global-head .btn{min-height:28px;font-size:10px;padding:4px 8px}
 .v04 .board-context,.v04 .operation-head .board-context{margin-top:10px;padding:0 0 9px;min-height:54px;gap:20px}.v04 .board-kpis{max-width:630px;grid-template-columns:repeat(4,minmax(70px,1fr))}.v04 .board-kpis .metric{padding:0 19px;gap:1px}.v04 .board-kpis .metric:first-child{padding-left:0}.v04 .board-kpis .metric .metric-value{font-size:26px;line-height:29px;letter-spacing:-.7px;font-weight:580}.v04 .board-kpis .metric .overline{font-size:8px;line-height:12px;letter-spacing:.7px;color:#6d7b90}
 .v04 .board-kpis .metric:nth-child(3) .metric-value{color:#927033}.v04 .board-kpis .metric:nth-child(4) .metric-value{color:#7b638e}
 .v04 .board-trend{min-width:254px;padding:4px 10px;gap:20px;border-color:#e4ebf5;background:#f6f9fe;border-radius:6px}.v04 .trend-copy .micro-label{font-size:8px;color:#7385a0}.v04 .trend-copy strong{font-size:23px;line-height:25px;color:#3f70b4}.v04 .trend-copy strong small{font-size:9px;color:#638572}.v04 .trend-copy>.muted{display:none}.v04 .micro-chart,.v04 .micro-chart button{height:40px}.v04 .micro-chart{gap:7px}.v04 .micro-chart button>span{max-height:26px;width:12px}.v04 .micro-chart small{font-size:7px;margin-top:2px}
 .v04 .board-tools{min-height:39px;padding:7px 16px 8px;gap:10px;flex-wrap:nowrap}.v04 .board-tools .tabs{min-height:24px;gap:9px;flex-shrink:0}.v04 .board-tools .tab{min-height:24px;font-size:9px;padding:3px 0;gap:4px}.v04 .board-tools .tab svg{width:11px;height:11px}.v04 .board-tools .toolbar{gap:4px;flex:1;min-width:0}.v04 .board-tools .filter-select{font-size:9px;min-height:24px;padding:3px 14px 3px 5px;max-width:91px;min-width:0;border-color:#e2e7ee;border-radius:4px;color:#62738b}.v04 .board-tools .people-filter{max-width:79px}.v04 .board-tools .planning-filter{max-width:78px}.v04 .board-tools .needs-filter{max-width:90px}.v04 .board-tools .priority-filter{max-width:73px}
 .v04 .board-tools .filter-chip{font-size:9px;min-height:24px;padding:3px 5px;gap:3px;white-space:nowrap;border-color:#e2e7ee;border-radius:4px}.v04 .board-tools .filter-chip svg{height:10px;width:10px}.v04 .board-tools .filter-select.active,.v04 .board-tools .filter-chip[aria-pressed=true]{background:#edf3fd;color:#3068c6;border-color:#b9cdec}
 .v04 .board-tools .view-count{font-size:8.5px;margin-left:3px;color:#7b899c}.v04 .board-tools .clear-filters{font-size:9px;padding:3px}.v04 .board-tools .segmented{flex-shrink:0;margin:0 0 0 auto;border-radius:4px}.v04 .board-tools .segmented button{font-size:8.5px;padding:4px 6px}
 .v04 .board-canvas{padding:0 16px 12px!important}.v04.operating-view .bottom-line{min-height:27px;padding:5px 16px;font-size:8px}.v04.operating-view .bottom-line .text-btn{padding:0 3px}.v04 .operating-toolbar{padding:7px 16px 8px;min-height:39px;font-size:9px;gap:12px}.v04 .operating-toolbar .filter-select{font-size:9px;min-height:24px;padding:3px 6px}.v04 .operating-toolbar .operating-tab{font-size:10px}.v04 .operating-toolbar .segmented button{font-size:8.5px;padding:4px 7px}.v04 .machine-strip{gap:3px}.v04 .machine-strip .text-btn{font-size:9px;padding:1px}.v04 .machine-strip small{font-size:8px;color:#77869a}
 /* Comfortable is an inspection preference. Dense remains the default. */
 .v04:not(.density-dense) .board{--card-x:10px;--card-y:10px;--card-title:12.5px;--title-line:1.42;--meta-size:10px;--avatar-size:23px;--card-space:8px;--card-gap:8px;--lane-pad:8px;--signal-size:10px}
 .v04:not(.density-dense) .board .card-top{min-height:21px}.v04:not(.density-dense) .board .project-chip{font-size:9.5px}.v04:not(.density-dense) .board .title-zone{min-height:35px}.v04:not(.density-dense) .board .card-people-date{margin-bottom:7px}.v04:not(.density-dense) .board .signal-zone{padding-top:7px;padding-bottom:7px}.v04:not(.density-dense) .board .signal-stacked .signal-detail{font-size:10px}
 .v04:not(.density-dense) .board .signal-review,.v04:not(.density-dense) .board .signal-done{display:grid;justify-content:stretch;gap:3px}.v04:not(.density-dense) .board .signal-review .signal-detail,.v04:not(.density-dense) .board .signal-done .signal-detail{text-align:left;padding-left:13px}
 /* B: explicitly smaller CSS, never a scaled canvas or browser zoom. */
 .v04[data-density-test=B] .board{--card-x:6px;--card-y:5px;--card-title:10.5px;--title-line:1.28;--meta-size:8px;--avatar-size:16px;--card-space:3px;--lane-gap:5px;--card-gap:4px;--lane-pad:5px;--signal-size:8px}
 .v04[data-density-test=B] .board .project-chip{font-size:8px}.v04[data-density-test=B] .board .card-top{min-height:14px}.v04[data-density-test=B] .board .card-control{height:15px;min-height:15px;line-height:15px}.v04[data-density-test=B] .board .card-focus,.v04[data-density-test=B] .board .card-more{height:15px;width:14px;min-width:14px}.v04[data-density-test=B] .board .signal-zone{padding-top:3px;padding-bottom:3px;min-height:19px}.v04[data-density-test=B] .board .signal-stacked .signal-detail{font-size:8px}.v04[data-density-test=B] .board .signal-stacked .signal-heading{font-size:7.5px}.v04[data-density-test=B] .board .date-control{font-size:8px;line-height:16px}
}
@media(min-width:761px) and (max-width:1279px){
 .v04 .board-tools{flex-wrap:wrap;gap:5px 10px}.v04 .board-tools .toolbar{flex-basis:100%;order:4;overflow:auto;padding:1px 0;scrollbar-width:thin}.v04 .board{grid-template-columns:repeat(6,minmax(177px,1fr))}.v04 .operation-board{grid-template-columns:repeat(var(--columns),minmax(165px,1fr))}.v04 .board-heading .page-sub{display:none}.v04 .board-trend{min-width:220px}.v04 .list .task-zones{grid-template-columns:110px 1fr 180px}.v04 .list .signal-zone{grid-column:2/-1}.v04 .list .card-list-state{grid-column:1}
}
@media(max-width:760px){
 .v04 .app{width:100%}.v04 .topbar{min-width:0;gap:8px;padding:0 14px}.v04 .topbar .breadcrumb{min-width:0;overflow:hidden;text-overflow:ellipsis}.v04 .topbar .search-launch,.v04 .topbar .capture-counter,.v04 .topbar .top-create{flex-shrink:0}
 .v04 .board-kpis{width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr))}.v04 .board-trend{min-width:0;max-width:100%}.v04 .board-tools{max-width:100%;min-width:0}.v04 .board-tools .toolbar{min-width:0;max-width:100%;flex:0 1 100%}
 body.v04.operating-view,body.v04.operating-view.side-collapsed{--side:0px}.v04 .board{--card-x:10px;--card-y:8px;--card-title:13px;--title-line:1.4;--meta-size:11px;--avatar-size:28px;--card-space:6px;--lane-gap:10px;--card-gap:7px;--lane-pad:8px;--signal-size:11px;grid-template-columns:repeat(6,280px)}.v04 .operation-board{grid-template-columns:repeat(var(--columns),280px)}
 .v04.operating-view .page-head{padding:16px 14px 0}.v04 .global-head .head-line{align-items:start}.v04 .global-head .head-line>.btn{display:none}.v04 .board-heading .page-sub{font-size:10px;margin-top:3px}.v04.operating-view .page-head h1{font-size:25px;line-height:29px}.v04 .board-context,.v04 .operation-head .board-context{margin-top:12px;padding-bottom:8px}.v04 .board-kpis .metric .metric-value{font-size:24px;line-height:27px}.v04 .board-trend{margin-top:8px;padding:5px 9px;border-radius:6px}.v04 .micro-chart,.v04 .micro-chart button{height:34px}.v04 .micro-chart button>span{max-height:22px}.v04 .trend-copy strong{font-size:21px}
 .v04 .board-tools{padding:7px 14px 9px;gap:6px}.v04 .board-tools .toolbar{overflow:auto;flex-wrap:nowrap;gap:5px}.v04 .board-tools .filter-select{min-height:30px;font-size:10px;min-width:82px}.v04 .board-tools .filter-chip{min-height:30px;font-size:10px}.v04 .board-tools .tabs{gap:14px}.v04 .board-tools .tab{min-height:30px;font-size:10px}.v04 .board-tools .segmented button{min-height:30px;font-size:9px;padding:5px 8px}.v04 .board-canvas{padding:0 14px 12px!important}
 .v04 .column .column-head{height:38px;min-height:38px;font-size:12px}.v04 .column .column-head>.count{font-size:11px}.v04 .column .column-head .icon-btn{width:30px;height:30px}.v04 .board .card-top{min-height:27px}.v04 .board .card-control{height:27px;min-height:27px;font-size:10px}.v04 .board .project-chip{max-width:130px;font-size:10px}.v04 .board .card-focus,.v04 .board .card-more{height:28px;width:28px;min-width:28px;opacity:1}.v04 .board .card-focus svg{height:13px;width:13px}.v04 .board .priority-chip{font-size:10px;max-width:48px}.v04 .board .planning-chip{max-width:39px;font-size:10px}
 .v04 .board .person-button .avatar{font-size:11px}.v04 .board .assign-button,.v04 .board .people-more{height:28px;min-width:28px;width:28px;font-size:10px}.v04 .board .assign-button.empty{font-size:10px;width:auto;padding:3px 7px}.v04 .board .assign-button svg{height:12px;width:12px}.v04 .board .date-control{font-size:10px;line-height:28px;max-width:75px}.v04 .board .card-people-date{margin-bottom:6px}.v04 .board .signal-zone{padding:6px 8px;min-height:28px;font-size:10px}.v04 .board .signal-stacked .signal-heading{font-size:9px}.v04 .board .signal-stacked .signal-detail{font-size:11px;line-height:1.4}.v04 .board .signal-zone .signal-age{font-size:10px}.v04 .board .inline-title{font-size:16px;min-height:50px}.v04 .board .inline-help{font-size:10px}.v04 .column-add{font-size:11px;padding:12px 3px 5px;min-height:36px}
 .v04 .board .signal-next .date-control{max-width:none;line-height:22px}.v04 .board .amount-control .amount-display{font-size:23px;left:15px}
 .v04 .board .dev-repo{font-size:11px;line-height:15px}.v04 .board .dev-branch{font-size:10px;line-height:15px}.v04 .board .test-line{font-size:10px}.v04 .board .machine-label{font-size:10px}.v04 .board .fundraising-card .title-zone,.v04 .board .grant-card .title-zone{font-size:13px}.v04 .board .next-action .title-zone,.v04 .board .next-action-title{font-size:11px}.v04 .board .owner-control{font-size:10px;max-width:68px}.v04 .board .amount-control input{font-size:23px}.v04 .board .grant-deadline .date-control{font-size:12px}.v04 .board .grant-deadline small{font-size:10px}.v04 .board .grant-owner .project-chip{font-size:10px;max-width:110px}.v04 .board .fit-control .card-control{font-size:10px;min-height:22px}.v04 .board .relationship-chip{font-size:10px;max-width:50px}
 .v04 .waiting-fields{grid-template-columns:1fr}.v04 .waiting-fields input,.v04 .waiting-fields select{font-size:16px;min-height:36px}.v04 .waiting-context .panel-textarea{font-size:16px}.v04 .waiting-context{padding:12px}.v04 .list .task-zones{grid-template-columns:1fr 1fr;padding:12px;gap:9px}.v04 .list .title-zone{grid-row:1;grid-column:1/-1}.v04 .list .signal-zone{grid-column:1/-1}.v04 .list .card-list-state{grid-column:2;grid-row:3;justify-self:end}
}
@media(prefers-reduced-motion:reduce){.v04 .operating-card,.v04 .person-button{transition:none;transform:none}}


/* Brief 6. Every rule is scoped to the board; the v04 Home stays untouched. */
body.board-study.v04 { --side:184px; --ink:#233653; --muted:#5b6b82; --line:#dfe6ef; --blue:#356fda; --accent:#356fda; background:#fff; color:var(--ink); }
.board-study.v04 .app { width:calc(100% - var(--side)); }
.board-study.v04 .sidebar { background:#f6f8fc; border-color:#e0e7f1; }
.board-study.v04 .brand { height:60px; padding:0 15px; gap:8px; }
.board-study.v04 .brand-name { font-size:17px; letter-spacing:-.6px; }
.board-study.v04 .brand-version { font-size:9px; color:#5d6a80; }
.board-study.v04 .nav-item { min-height:33px; padding:7px 10px; font-size:11px; gap:9px; border-radius:6px; color:#526785; }
.board-study.v04 .nav-item.active { color:#2f64c7; background:#e9f0fe; font-weight:600; }
.board-study.v04 .nav-item svg { width:14px; height:14px; }
.board-study.v04 .nav-section { margin:18px 10px 6px; font-size:8px; letter-spacing:1.45px; color:#5c6a80; }
.board-study.v04 .nav-section:first-child { margin-top:7px; }
.board-study.v04 .sidebar .nav-body { padding:0 10px 8px; }
.board-study.v04 .sidebar-foot { padding:9px 10px; border-color:#e0e7f1; }
.board-study.v04 .study-letter { font-size:9px; margin-left:auto; color:#3665b9; }
.board-study.v04 .topbar { height:54px; min-height:54px; padding:0 24px; gap:14px; background:#ffffffed; border-color:#e4eaf3; }
.board-study.v04 .breadcrumb { font-size:11px; }
.board-study.v04 .search-launch { height:30px; width:216px; font-size:10px; border-color:#e0e7f2; }
.board-study.v04 .top-create { height:31px; min-height:31px; padding:5px 11px; font-size:11px; background:#253b5e; border-color:#253b5e; box-shadow:0 1px 2px #223f6814; }
.board-study.v04 .capture-counter { height:30px; padding:5px 8px; }
.board-study.v04 .top-date { font-size:10px; }
.direction-marker { display:inline-flex; align-items:center; gap:6px; margin-left:6px; padding-left:13px; border-left:1px solid #e2e8f1; color:#3768b3; font-size:10px; font-weight:600; white-space:nowrap; }
.direction-marker>span { color:#5a677a; font-weight:400; }
.board-study.v04 .study-header { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:104px; padding:21px 24px; flex:none; background:#fff; }
.study-title { flex:1; min-width:230px; }
.study-title h1 { font-size:30px; line-height:36px; font-weight:650; letter-spacing:-1.2px; color:#203352; }
.study-title p { margin-top:4px; font-size:11.5px; color:#616f84; line-height:18px; }
.study-overview { display:flex; gap:28px; align-items:center; flex:none; }
.board-study.v04 .board-kpis { display:flex; width:auto; gap:21px; max-width:none; }
.study-metric { display:flex; flex-direction:column; align-items:start; gap:4px; padding:3px 0; min-width:44px; text-align:left; border-radius:4px; }
.study-metric strong { font-size:23px; line-height:26px; letter-spacing:-.65px; font-weight:560; font-variant-numeric:tabular-nums; color:#2d466f; }
.study-metric span { font-size:8px; line-height:12px; letter-spacing:1.15px; font-weight:600; text-transform:uppercase; color:#5f6f88; }
.study-metric:nth-child(2) strong { color:#346cc7; }
.study-metric:nth-child(3) strong { color:#896835; }
.study-metric:nth-child(4) strong { color:#725e84; }
.board-study.v04 .board-trend { min-width:174px; background:transparent; border:0; border-left:1px solid #e5eaf2; border-radius:0; padding:0 0 0 22px; gap:15px; }
.board-study.v04 .trend-copy .micro-label { font-size:8px; color:#5f6f88; line-height:12px; letter-spacing:.7px; white-space:nowrap; }
.board-study.v04 .trend-copy strong { font-size:24px; line-height:28px; font-weight:560; letter-spacing:-.8px; color:#3866a9; }
.board-study.v04 .trend-copy strong small { margin-left:8px; font-size:9px; font-weight:500; color:#5a7366; letter-spacing:0; }
.board-study.v04 .trend-copy>.muted { display:none; }
.board-study.v04 .micro-chart { gap:2px; }
.board-study.v04 .micro-chart,.board-study.v04 .micro-chart button { height:36px; }
.board-study.v04 .micro-chart button { width:24px; min-width:24px; padding-inline:0; align-items:center; }
.board-study.v04 .micro-chart button>span { width:7px; max-height:28px; border-radius:2px 2px 0 0; background:#a9c3ea; }
.board-study.v04 .micro-chart button:last-child>span { background:#5085d8; }
.board-study.v04 .micro-chart small { display:none; }

/* One quiet control row. Less frequently used filters live together. */
.board-study.v04 .board-tools { display:flex; flex-wrap:nowrap; min-height:47px; padding:0 24px 12px; gap:18px; border-bottom:1px solid #e3e9f1; position:relative; z-index:5; background:#fff; }
.board-study.v04 .board-tools .tabs { min-height:30px; gap:16px; flex:none; }
.board-study.v04 .board-tools .tab { font-size:10.5px; min-height:30px; padding:6px 0; gap:5px; color:#606f85; }
.board-study.v04 .board-tools .tab.active { color:#3067c9; }
.board-study.v04 .board-tools .tab svg { height:12px; width:12px; }
.board-study.v04 .board-tools .toolbar { display:flex; flex:1; flex-basis:auto; flex-wrap:nowrap; min-width:0; gap:7px; order:0; overflow:visible; }
.board-study.v04 .board-tools .filter-select { border:1px solid transparent; background:#f6f8fb; color:#586e8c; border-radius:5px; font-size:10px; padding:5px 16px 5px 8px; min-height:29px; max-width:128px; min-width:0; }
.board-study.v04 .board-tools .needs-filter { max-width:128px; }
.board-study.v04 .board-tools .filter-select.active { color:#2f64c7; background:#eef4ff; border-color:#d9e5f9; }
.board-study.v04 .board-tools .filter-chip { display:inline-flex; align-items:center; gap:5px; font-size:10px; min-height:29px; padding:5px 8px; color:#566780; background:transparent; border:1px solid transparent; border-radius:5px; white-space:nowrap; }
.board-study.v04 .board-tools .filter-chip svg { width:12px; height:12px; }
.board-study.v04 .board-tools .filter-chip.active,.board-study.v04 .board-tools .filter-chip[aria-pressed=true] { background:#edf3fe; color:#326acb; border-color:#dbe6f7; }
.board-study.v04 .board-tools .view-count { margin:0 0 0 auto; font-size:10px; color:#646e7f; white-space:nowrap; flex:none; }
.board-study.v04 .board-tools .clear-filters { font-size:10px; color:#356bc8; }
.filter-menu,.display-menu { position:relative; flex:none; }
.filter-menu>summary,.display-menu>summary { cursor:pointer; list-style:none; }
.filter-menu>summary::-webkit-details-marker,.display-menu>summary::-webkit-details-marker { display:none; }
.filter-menu[open]>summary,.display-menu[open]>summary { background:#edf3fe!important; color:#3569be!important; }
.filter-popover,.display-popover { position:absolute; z-index:12; top:calc(100% + 10px); left:0; background:#fffffffa; backdrop-filter:blur(16px); border:1px solid #dce5f2; box-shadow:0 12px 30px #1c37541c; border-radius:9px; padding:13px; min-width:218px; display:grid; gap:7px; }
.filter-caption { font-size:8px; letter-spacing:1.2px; color:#646f7e; margin:2px 0 5px; font-weight:600; }
.filter-popover>label { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:11px; color:#58677e; padding:9px 0 0; margin-top:4px; border-top:1px solid #edf1f7; }
.board-study.v04 .filter-popover>.filter-chip { width:100%; text-align:left; min-height:32px; font-size:11px; }
.display-trigger { display:flex; align-items:center; gap:6px; height:29px; font-size:10px; color:#566780; padding:5px 0 5px 8px; }
.display-trigger svg { height:12px; width:12px; }
.display-popover { left:auto; right:0; gap:12px; }
.board-study.v04 .display-popover .segmented { width:100%; margin:0; display:flex; padding:3px; border-radius:6px; }
.board-study.v04 .display-popover .segmented button { flex:1; font-size:11px; min-height:31px; padding:6px 8px; }
.display-popover>.text-btn { font-size:11px; color:#3766ac; }
.status-filter-label { display:flex; align-items:center; gap:4px; padding:4px 7px; background:#edf3fe; font-size:10px; color:#396abc; white-space:nowrap; }
.status-filter-label svg { height:10px; width:10px; }

/* Only the header owns the status color. All six lane bodies are neutral. */
.board-study.v04 .board-canvas { padding:14px 22px 18px!important; background:#f4f6f9; scroll-padding:14px 22px; }
.board-study.v04 .board {
 --card-x:11px; --card-y:12px; --card-title:13px; --title-line:1.4; --meta-size:10px; --avatar-size:24px;
 --card-space:10px; --lane-gap:12px; --card-gap:10px; --lane-pad:0px; --signal-size:10.5px;
 grid-template-columns:repeat(6,minmax(0,1fr)); gap:var(--lane-gap); align-items:stretch; min-height:100%;
}
.board-study.v04 .board .column { padding:0; background:transparent; border:0; border-radius:8px; min-width:0; min-height:100%; }
.board-study.v04 .board .column[data-status=inbox] { --header-wash:#e9edf3; --header-border:#d9e0e9; --lane-ink:#586476; }
.board-study.v04 .board .column[data-status=next] { --header-wash:#e9eff7; --header-border:#d8e3ef; --lane-ink:#4e6684; }
.board-study.v04 .board .column[data-status=doing] { --header-wash:#e7effd; --header-border:#ccdff6; --lane-ink:#3363b0; }
.board-study.v04 .board .column[data-status=waiting] { --header-wash:#f2ede4; --header-border:#e7dcc9; --lane-ink:#775f3a; }
.board-study.v04 .board .column[data-status=review] { --header-wash:#eeebf3; --header-border:#e0d8ea; --lane-ink:#6c5c7d; }
.board-study.v04 .board .column[data-status=done] { --header-wash:#e9f0ed; --header-border:#d8e6df; --lane-ink:#51695d; }
.board-study.v04 .board .column .column-head { height:37px; min-height:37px; margin:0 0 11px; padding:0 10px; gap:7px; border:1px solid var(--header-border); border-radius:6px; background:var(--header-wash); color:#455976; font-size:11px; letter-spacing:0; font-weight:600; top:-14px; z-index:2; box-shadow:0 -14px 0 #f4f6f9; }
.board-study.v04 .board .column-head>.count { color:var(--lane-ink); font-size:10px; font-weight:600; padding:0; min-width:14px; text-align:right; margin-left:auto; border:0; background:none; }
.board-study.v04 .board .column-head .icon-btn { width:24px; min-width:24px; height:28px; color:var(--lane-ink); opacity:1; }
.board-study.v04 .board .column-head .icon-btn svg { height:11px; width:11px; }
.board-study.v04 .board .status-dot { width:5px; height:5px; background:var(--lane-ink); }
.board-study.v04 .board .column .cards { display:flex; flex-direction:column; gap:var(--card-gap); }
.board-study.v04 .board .column-add { padding:13px 9px; min-height:37px; color:#5f6979; font-size:10px; border-radius:5px; width:100%; justify-content:start; gap:7px; }
.board-study.v04 .board .column.drag-over { outline:2px solid #5786d3; outline-offset:4px; background:#edf3fc; }
.board-study.v04 .board .column.drag-over .column-head { background:#dfeafe; }
.board-study.v04[data-inspect-lane=waiting] .board .column[data-status=waiting] .column-head { border-color:#bc9b65; box-shadow:0 -14px 0 #f4f6f9,0 0 0 2px #eae0d1; }

/* A card is a single surface, with no internal compartments or colored footer. */
.board-study.v04 .board .operating-card { padding:var(--card-y) var(--card-x); border:1px solid #e1e6ee; border-left-width:1px; border-radius:7px; background:#fff; box-shadow:0 1px 2px #253c5905; position:relative; min-width:0; color:#263a58; scroll-margin:60px 18px; transition:border-color 140ms ease,box-shadow 140ms ease; }
.board-study.v04 .board .operating-card.selected,.board-study.v04 .board .operating-card.spotlight { border-color:#84a9e0; background:#fff; box-shadow:0 0 0 2px #d9e6fa; }
.board-study.v04 .board .operating-card:focus-visible { outline:2px solid #4b80cd; outline-offset:2px; }
.board-study.v04 .board .operating-card .drag-grip { display:none; }
.board-study.v04 .board .operating-card.drop-before { box-shadow:0 -4px 0 #3975d7; }
.board-study.v04 .board .card-top { min-height:24px; gap:1px; margin-inline:-2px; }
.project-identity { display:inline-flex; align-items:center; min-width:0; gap:3px; max-width:100%; }
.project-identity>i { height:5px; width:5px; border-radius:2px; background:var(--project); opacity:.75; flex:none; }
.board-study.v04 .board .card-control { height:24px; min-height:24px; line-height:22px; padding:0; font-size:var(--meta-size); background:transparent; border:1px solid transparent; border-radius:3px; }
.board-study.v04 .board .project-chip { font-size:10px; font-weight:500; color:#636f80; field-sizing:content; max-width:106px; width:auto; min-width:0; background:transparent; appearance:none; padding:0; letter-spacing:0; text-overflow:ellipsis; }
.card-actions { display:flex; align-items:center; gap:0; flex:none; }
.board-study.v04 .board .card-focus,.board-study.v04 .board .card-more { height:24px; width:24px; min-width:24px; padding:2px; color:#5f6f87; opacity:0; pointer-events:auto; }
.board-study.v04 .board .card-focus[aria-pressed=true] { opacity:1; color:#3965ad; }
.board-study.v04 .board .card-focus svg { height:11px; width:11px; }
.board-study.v04 .board .card-more { font-size:14px; letter-spacing:-1px; }
.board-study.v04 .board .operating-card:focus-within .card-actions>button { opacity:1; }
.board-study.v04 .board .priority-chip { font-size:10px; max-width:38px; color:#72644d; text-align:right; background:transparent; appearance:none; min-width:0; }
.board-study.v04 .board .priority-chip.urgent { font-weight:550; color:#91573f; background:none; }
.board-study.v04 .board .priority-chip.high { width:2.5em; min-width:24px; flex:none; color:#7a6c57; background:none; }
.board-study.v04 .board .private-mark { display:inline-flex; color:#636f80; }
.board-study.v04 .board .private-mark svg { height:10px; width:10px; }
.board-study.v04 .board .title-zone { color:#283b56; font-size:var(--card-title); line-height:var(--title-line); font-weight:560; letter-spacing:-.13px; text-align:left; min-height:24px; margin:var(--card-space) 0; padding:0; overflow:visible; overflow-wrap:anywhere; display:block; }
.board-study.v04 .board .rename-hint { display:none; }
.board-study.v04 .board .inline-title-zone { margin:var(--card-space) 0; }
.board-study.v04 .board .inline-title { min-height:48px; font-size:var(--card-title); line-height:var(--title-line); color:#2c4364; border:1px solid #83a8e5; background:#f9fbff; padding:5px; width:100%; }
.board-study.v04 .board .inline-help { font-size:9px; line-height:15px; color:#556783; }
.board-study.v04 .board .card-people-date { margin:12px 0 0; min-height:var(--avatar-size); gap:6px; display:flex; align-items:center; justify-content:space-between; }
.board-study.v04 .board .people-cluster { gap:2px; flex-shrink:1; overflow:visible; }
.board-study.v04 .board .person-button,.board-study.v04 .board .person-button .avatar { width:var(--avatar-size); height:var(--avatar-size); min-width:var(--avatar-size); }
.board-study.v04 .board .person-button .avatar { font-size:10px; background:#f1f4f8; border:1px solid #e0e6ef; color:#556884; font-weight:500; }
.board-study.v04 .board .person-button .avatar.agent { background:#edf3ff; border-color:#d6e4fa; color:#3665b4; border-radius:5px; }
.board-study.v04 .board .person-button+.person-button { margin-left:0; }
.board-study.v04 .board .assign-button,.board-study.v04 .board .people-more { height:max(24px,var(--avatar-size)); width:24px; min-width:24px; font-size:10px; border:0; background:transparent; padding:2px; color:#5c6776; opacity:0; }
.board-study.v04 .board .people-more { opacity:1; width:auto; min-width:24px; }
.board-study.v04 .board .assign-button.empty { opacity:1; width:auto; flex:none; white-space:nowrap; display:flex; align-items:center; gap:3px; font-size:10px; padding:1px 0; color:#636f7f; border:0; border-radius:3px; background:none; }
.board-study.v04 .board .assign-button svg { height:11px; width:11px; }
.board-study.v04 .board .operating-card:focus-within .assign-button { opacity:1; }
.people-with-name { display:flex; align-items:center; min-width:0; }
.people-with-name .people-cluster { position:relative; }
.board-study.v04 .board .people-with-name:has(.assignee-name) .assign-button:not(.empty) { position:absolute; left:0; top:0; }
.board-study.v04 .board .people-with-name:has(.assignee-name) .assign-button:not(.empty) { display:none; }
.assignee-name { min-width:24px; min-height:24px; text-align:left; font-size:10.5px; color:#616f84; font-weight:450; margin-left:6px; padding:2px 0; max-width:72px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.board-study.v04 .board .card-schedule { display:flex; gap:6px; align-items:center; min-width:0; margin-left:auto; }
.board-study.v04 .board .date-control { min-height:24px; font-size:10px; line-height:24px; color:#5f6f88; max-width:76px; flex:none; }
.board-study.v04 .board .date-control.late { color:#8f6447; }
.board-study.v04 .board .planning-chip { color:#576f95; font-size:10px; appearance:none; max-width:35px; text-align:right; background:transparent; }
.board-study.v04 .board .signal-zone { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:3px 8px; margin:11px 0 0; padding:0; min-height:0; border:0; border-radius:0; background:none; color:#626f82; font-size:var(--signal-size); line-height:1.4; }
.board-study.v04 .board .signal-zone .signal-heading { display:flex; align-items:center; min-width:0; gap:5px; font-size:var(--signal-size); text-transform:none; font-weight:450; letter-spacing:0; width:auto; }
.board-study.v04 .board .signal-heading-copy { min-width:0; overflow-wrap:anywhere; line-height:1.4; }
.board-study.v04 .board .signal-zone svg { height:10px; width:10px; opacity:.8; }
.board-study.v04 .board .signal-detail { font-size:var(--signal-size); line-height:1.45; color:#636f80; min-width:0; padding:0; white-space:normal; overflow-wrap:anywhere; text-align:left; }
.board-study.v04 .board .signal-stacked { display:grid; grid-template-columns:minmax(0,1fr); justify-content:stretch; gap:5px; }
.board-study.v04 .board .signal-stacked .signal-heading { width:100%; font-size:10px; text-transform:none; letter-spacing:0; font-weight:500; color:#87693c; }
.board-study.v04 .board .signal-stacked .signal-detail { font-size:11px; color:#606f86; padding:0; line-height:1.45; }
.board-study.v04 .board .signal-age { margin-left:auto; padding-left:3px; color:#786c5c; font-size:10px; font-weight:400; font-variant-numeric:tabular-nums; flex:none; }
.signal-category { font-weight:600; }
.board-study.v04 .board .signal-waiting { color:#7a623c; border:0; background:none; }
.board-study.v04 .board .signal-review { color:#786788; }
.board-study.v04 .board .signal-doing { color:#49709d; }
.board-study.v04 .board .signal-done { color:#5d7267; }
.board-study.v04 .board .signal-next .date-control { max-width:none; color:#5d6f8a; line-height:24px; font-size:var(--signal-size); }
.board-study.v04 .board .signal-next .date-control.late { color:#906449; }
.board-study.v04 .board .signal-zone.needs-you-signal { border:0; padding:0; }
.board-study.v04 .board .card-draft { display:block; margin-top:8px; padding:0; font-size:10px; color:#835f27; }

/* A: the familiar project → title → people → situation rhythm. */
.board-study.v04[data-board-variant=A] .board .operating-card { border-radius:7px; box-shadow:0 1px 3px #2e46610a; }
.board-study.v04[data-board-variant=A] .board .column { padding:0 5px 8px; background:#eef1f5; }
.board-study.v04[data-board-variant=A] .board .column-head { margin:0 -5px 10px; border-radius:6px 6px 0 0; }
.board-study.v04[data-board-variant=A] .board .card-people-date { margin-top:11px; }
.board-study.v04[data-board-variant=A] .board .signal-zone { margin-top:11px; }
.board-study.v04[data-board-variant=A] .board .signal-stacked .signal-heading svg { display:none; }
.board-study.v04[data-board-variant=A] .board .signal-stacked .signal-category { display:none; }

/* B: title first, open lane gutters, an editorial reading order. */
.board-study.v04[data-board-variant=B] .study-header { min-height:118px; }
.board-study.v04[data-board-variant=B] .study-title h1 { font-size:33px; letter-spacing:-1.45px; }
.board-study.v04[data-board-variant=B] .board { --card-x:13px; --card-y:17px; --card-title:14px; --title-line:1.47; --card-space:0px; --card-gap:15px; --lane-gap:15px; --signal-size:10.5px; --avatar-size:24px; }
.board-study.v04[data-board-variant=B] .board .column-head { height:34px; min-height:34px; margin-bottom:15px; border-color:transparent; font-size:10.5px; letter-spacing:.25px; }
.board-study.v04[data-board-variant=B] .board .operating-card { border-color:#e7ebf1; border-radius:4px; box-shadow:none; }
.editorial-title { position:relative; }
.board-study.v04[data-board-variant=B] .board .editorial-title .title-zone { margin:0 0 11px; min-height:40px; font-weight:570; letter-spacing:-.27px; }
.editorial-title>.card-actions { position:absolute; top:-13px; right:-10px; background:transparent; border-radius:4px; }
.editorial-identity { display:flex; align-items:center; gap:1px; margin-inline:-2px; }
.board-study.v04[data-board-variant=B] .board .project-chip { font-size:10px; max-width:126px; }
.board-study.v04[data-board-variant=B] .board .project-identity>i { width:4px; height:4px; border-radius:50%; }
.board-study.v04[data-board-variant=B] .board .signal-zone { margin-top:18px; row-gap:5px; }
.board-study.v04[data-board-variant=B] .board .signal-zone svg { display:none; }
.board-study.v04[data-board-variant=B] .board .signal-stacked .signal-heading { font-size:10px; }
.board-study.v04[data-board-variant=B] .board .signal-stacked .signal-detail { font-size:11px; line-height:1.5; }
.board-study.v04[data-board-variant=B] .board .card-people-date { margin-top:18px; }
.board-study.v04[data-board-variant=B] .board .priority-chip.high { opacity:0; }
.board-study.v04[data-board-variant=B] .board .operating-card:focus-within .priority-chip.high { opacity:1; }

/* C: title-led compact records; project and people share one attribution row. */
.board-study.v04[data-board-variant=C] .study-header { min-height:84px; padding-top:15px; padding-bottom:15px; }
.board-study.v04[data-board-variant=C] .study-title h1 { font-size:27px; line-height:31px; }
.board-study.v04[data-board-variant=C] .board-canvas { padding-top:12px!important; }
.board-study.v04[data-board-variant=C] .board { --card-x:9px; --card-y:9px; --card-title:12.5px; --title-line:1.36; --card-space:0px; --card-gap:7px; --lane-gap:10px; --signal-size:10px; --avatar-size:24px; }
.board-study.v04[data-board-variant=C] .board .column-head { height:32px; min-height:32px; margin-bottom:8px; top:-12px; font-size:10.5px; box-shadow:0 -12px 0 #f4f6f9; }
.board-study.v04[data-board-variant=C] .board .operating-card { border-color:#e2e7ee; border-radius:5px; box-shadow:none; }
.operator-title { position:relative; }
.board-study.v04[data-board-variant=C] .board .operator-title .title-zone { margin:0 0 8px; padding-right:48px; font-weight:570; }
.operator-title>.card-actions { position:absolute; top:-6px; right:-5px; background:transparent; border-radius:4px; }
.operator-attribution { display:flex; align-items:center; gap:4px; justify-content:space-between; min-width:0; }
.board-study.v04 .board .operator-attribution .people-cluster { flex-shrink:0; }
.board-study.v04[data-board-variant=C] .board .project-chip { font-size:10px; max-width:100px; }
.board-study.v04[data-board-variant=C] .board .project-identity { gap:4px; }
.board-study.v04[data-board-variant=C] .board .project-identity>i { width:4px; height:4px; }
.board-study.v04[data-board-variant=C] .board .person-button .avatar { font-size:10px; }
.board-study.v04[data-board-variant=C] .board .assign-button { width:24px; min-width:24px; }
.board-study.v04[data-board-variant=C] .board .assign-button.empty { width:auto; min-width:24px; font-size:10px; }
.operator-timing { display:flex; align-items:center; justify-content:space-between; min-width:0; gap:5px; margin-top:3px; }
.board-study.v04[data-board-variant=C] .board .operator-timing .date-control { font-size:10px; line-height:24px; }
.board-study.v04[data-board-variant=C] .board .operator-timing .card-control { height:24px; min-height:24px; font-size:10px; line-height:22px; }
.board-study.v04[data-board-variant=C] .board .signal-zone { margin-top:7px; gap:2px 5px; }
.board-study.v04[data-board-variant=C] .board .signal-stacked .signal-heading { font-size:10px; }
.board-study.v04[data-board-variant=C] .board .signal-stacked .signal-heading svg { display:none; }
.board-study.v04[data-board-variant=C] .board .signal-stacked .signal-detail { font-size:10.5px; line-height:1.4; }
.board-study.v04[data-board-variant=C] .board .signal-age { font-size:10px; }

/* D: concise narrative above a stable people/date baseline. */
.board-study.v04[data-board-variant=D] .study-header { min-height:100px; }
.board-study.v04[data-board-variant=D] .board { --card-x:11px; --card-y:11px; --card-title:13px; --title-line:1.4; --card-space:8px; --card-gap:10px; --lane-gap:12px; --signal-size:10.5px; --avatar-size:24px; }
.board-study.v04[data-board-variant=D] .board .column-head { height:35px; min-height:35px; }
.board-study.v04[data-board-variant=D] .board .operating-card { border-color:#e3e8f0; border-radius:7px; }
.board-study.v04[data-board-variant=D] .board .title-zone { font-weight:570; }
.board-study.v04[data-board-variant=D] .board .signal-zone { margin-top:8px; gap:3px 7px; }
.board-study.v04[data-board-variant=D] .board .signal-zone svg { display:none; }
.board-study.v04[data-board-variant=D] .board .signal-stacked { gap:4px; }
.board-study.v04[data-board-variant=D] .board .signal-stacked .signal-heading { font-size:10px; }
.board-study.v04[data-board-variant=D] .board .signal-stacked .signal-detail { font-size:11px; line-height:1.4; color:#5c6f89; }
.board-study.v04[data-board-variant=D] .board .card-people-date { margin-top:12px; }

.board-study.v04 .bottom-line { min-height:32px; padding:5px 22px; font-size:8.5px; color:#646f7e; gap:15px; border-color:#e5eaf1; }
.variant-switch { display:flex; align-items:center; gap:4px; }
.variant-switch>a { display:flex; align-items:center; justify-content:center; width:24px; min-width:24px; height:24px; font-size:9px; border-radius:4px; color:#636f80; }
.variant-switch>a[aria-current] { color:#3168c5; background:#edf3ff; font-weight:650; }
.variant-switch>.compare-link { width:auto; margin-left:5px; padding:3px 5px; color:#596f8d; }
.board-study.v04 .bottom-line>.keyboard-hint { margin-left:auto; }

/* The close-up is laid out with larger type; the board is never scaled. */
.specimen-heading { padding:28px 38px 25px; flex:none; border-bottom:1px solid #e5ebf2; }
.specimen-heading>.text-btn { margin:0 0 22px -4px; font-size:11px; color:#566782; }
.specimen-heading>.eyebrow { display:block; color:#58677e; margin-bottom:9px; font-size:9px; }
.specimen-heading h1 { font-size:30px; color:#253c60; }
.specimen-heading p { color:#5a677a; margin-top:7px; font-size:12px; }
.board-study.v04 .specimen-canvas { padding:28px 38px; background:#f5f7fa; }
.specimen-layout { display:grid; grid-template-columns:360px minmax(220px,370px); gap:60px; align-items:start; max-width:930px; }
.board-study.v04 .board.specimen-board { grid-template-columns:minmax(0,1fr); min-height:0; gap:22px; --card-x:22px; --card-y:23px; --card-title:20px; --title-line:1.38; --avatar-size:28px; --card-space:15px; --signal-size:13px; }
.board-study.v04 .board.specimen-board .project-chip { font-size:12px; max-width:170px; }
.board-study.v04 .board.specimen-board .priority-chip { font-size:11px; max-width:50px; }
.board-study.v04 .board.specimen-board .signal-stacked .signal-heading { font-size:11.5px; }
.board-study.v04 .board.specimen-board .signal-stacked .signal-detail { font-size:14px; line-height:1.5; }
.board-study.v04 .board.specimen-board .signal-age { font-size:11px; }
.board-study.v04 .board.specimen-board .date-control { font-size:12px; max-width:90px; line-height:28px; }
.board-study.v04 .board.specimen-board .person-button .avatar { font-size:11px; }
.board-study.v04 .board.specimen-board .card-people-date { margin-top:18px; }
.board-study.v04 .board.specimen-board .assignee-name { font-size:12px; }
.board-study.v04 .board.specimen-board .card-focus,.board-study.v04 .board.specimen-board .card-more { width:24px; min-width:24px; height:24px; }
.board-study.v04 .board.specimen-board .signal-zone { margin-top:16px; }
.board-study.v04 .board.specimen-board .operator-timing { margin-top:8px; }
.board-study.v04 .board.specimen-board .operator-timing .date-control { font-size:12px; }
.board-study.v04 .board.specimen-board .operator-title .title-zone { margin-bottom:15px; }
.board-study.v04 .board.specimen-board .operator-attribution .project-chip { font-size:12px; }
.specimen-notes { padding-top:14px; }
.specimen-notes>.eyebrow { font-size:9px; color:#5a6778; }
.specimen-notes h2 { margin-top:12px; font-size:23px; line-height:1.3; font-weight:560; letter-spacing:-.5px; color:#334c70; }
.specimen-notes p { font-size:12px; line-height:1.8; color:#5a6779; margin-top:12px; }
.specimen-notes dl { display:grid; grid-template-columns:85px 1fr; gap:18px 15px; border-block:1px solid #e1e7f0; padding:24px 0; margin:24px 0; font-size:11px; line-height:1.6; }
.specimen-notes dt { color:#526e95; font-weight:550; }
.specimen-notes dd { margin:0; color:#636f80; }
.specimen-notes .btn { margin-top:23px; font-size:11px; color:#4b6fa4; border-color:#dae3ef; }
.board-study.embedded-study.v04 { --side:0px; }
.board-study.embedded-study.v04 .sidebar,.board-study.embedded-study.v04 .topbar { display:none; }
.board-study.embedded-study.v04 .app { width:100%; margin:0; min-height:100dvh; height:auto; }
.board-study.embedded-study.v04 .workspace { overflow:visible; }
.board-study.embedded-study.v04 .specimen-canvas { padding:14px; background:#f4f6f9; overflow:visible; }
.board-study.embedded-study.v04 .specimen-layout { display:block; }
.board-study.embedded-study.v04 .board.specimen-board { --card-x:16px; --card-y:18px; --card-title:17px; --avatar-size:25px; --card-space:12px; --signal-size:11px; }
.board-study.embedded-study.v04 .board.specimen-board .signal-stacked .signal-detail { font-size:12.5px; }
.board-study.embedded-study.v04 .board.specimen-board .signal-stacked .signal-heading { font-size:10px; }
.board-study.embedded-study.v04 .board.specimen-board .project-chip { font-size:11px; }

@media (hover:hover) and (pointer:fine) {
 .board-study.v04 .board .operating-card:hover { border-color:#bdcce0; box-shadow:0 3px 10px #2946630b; }
 .board-study.v04 .board .operating-card:hover .card-actions>button,.board-study.v04 .board .operating-card:hover .assign-button { opacity:1; }
 .board-study.v04 .board .operating-card:hover .editorial-title>.card-actions,.board-study.v04 .board .operating-card:hover .operator-title>.card-actions { background:#fff; }
 .board-study.v04[data-board-variant=B] .board .operating-card:hover .priority-chip.high { opacity:1; }
 .board-study.v04 .board .title-zone:hover { background:#f1f5fc; }
 .board-study.v04 .board .project-chip:hover,.board-study.v04 .board .card-control:hover { background:#f1f5fb; color:#496b9f; }
 .board-study.v04 .board .column-add:hover { background:#eaf0f8; color:#486796; }
 .variant-switch>a:hover { background:#eef3fb; color:#3965ac; }
}
.board-study.v04 button:active { filter:brightness(.95); }
@media (min-width:761px) {
 body.board-study.v04.operating-view.side-collapsed { --side:60px; }
 .board-study.v04:not(.density-dense) .board:not(.specimen-board) { --card-x:14px; --card-y:16px; --card-title:14px; --avatar-size:25px; --card-space:12px; --card-gap:13px; --signal-size:11px; }
 .board-study.v04:not(.density-dense) .board .title-zone { min-height:24px; }
 .board-study.v04:not(.density-dense) .board .signal-review,.board-study.v04:not(.density-dense) .board .signal-done { display:flex; }
 .board-study.v04:not(.density-dense) .board .signal-detail { padding-left:0; }
}
@media (min-width:761px) and (max-width:1260px) {
 .board-study.v04 .study-overview { gap:17px; }
 .board-study.v04 .board-kpis { gap:16px; }
 .board-study.v04 .board-trend { min-width:0; padding-left:17px; }
 .board-study.v04 .micro-chart { display:none; }
 .board-study.v04 .board-tools { gap:12px; }
 .board-study.v04 .board-tools .planning-filter { display:none; }
 .board-study.v04 .board { grid-template-columns:repeat(6,minmax(180px,1fr)); }
 .direction-marker>span { display:none; }
 .board-study.v04 .search-launch { width:176px; }
}
@media (max-width:1000px) and (min-width:761px) {
 .board-study.v04 .board-trend { display:none; }
 .board-study.v04 .board-tools .view-count,.board-study.v04 .display-trigger span { display:none; }
 .board-study.v04 .top-date { display:none; }
 .board-study.v04 .bottom-line>.keyboard-hint { display:none; }
}
@media (max-width:760px) {
 body.board-study.v04,body.board-study.v04.operating-view,body.board-study.v04.operating-view.side-collapsed { --side:0px; }
 .board-study.v04 .app { width:100%; margin-left:0; }
 .board-study.v04 .sidebar { width:204px; }
 .board-study.v04 .topbar { height:53px; min-height:53px; padding:0 14px; gap:8px; }
 .board-study.v04 .breadcrumb { font-size:10px; }
 .board-study.v04 .search-launch { width:27px; height:31px; padding:4px; margin-left:auto; }
 .board-study.v04 .top-create { height:30px; padding:5px 8px; }
 .board-study.v04 .capture-counter { display:none; }
 .board-study.v04 .direction-marker { padding-left:7px; margin-left:0; font-size:9px; }
 .direction-marker>span { display:none; }
 .board-study.v04 .study-header { display:block; padding:18px 16px 15px; min-height:0; }
 .board-study.v04 .study-title h1 { font-size:27px; line-height:32px; letter-spacing:-1px; }
 .study-title p { font-size:10.5px; margin-top:3px; }
 .study-overview { display:block; margin-top:17px; }
 .board-study.v04 .board-kpis { display:flex; justify-content:space-between; gap:10px; width:100%; }
 .study-metric { min-width:50px; padding:0; gap:2px; }
 .study-metric strong { font-size:22px; line-height:25px; }
 .study-metric span { font-size:7.5px; }
 .board-study.v04 .board-trend { display:none; }
 .board-study.v04 .board-tools { flex-wrap:wrap; padding:0 16px 10px; gap:8px 16px; }
 .board-study.v04 .board-tools .tabs { order:0; }
 .board-study.v04 .board-tools .toolbar { order:4; flex:1 0 100%; overflow-x:auto; overflow-y:hidden; scrollbar-width:none; padding:1px; gap:5px; }
 .board-study.v04 .board-tools .view-count { order:1; display:block; font-size:9px; margin-left:auto; }
 .board-study.v04 .display-menu { order:2; }
 .board-study.v04 .board-tools .filter-select { min-height:32px; font-size:10px; min-width:90px; flex:none; max-width:130px; }
 .board-study.v04 .board-tools .filter-chip { min-height:32px; }
 .board-study.v04 .board-tools .filter-menu { position:static; }
 .board-study.v04 .filter-popover { position:absolute; top:100%; right:16px; left:auto; }
 .board-study.v04 .board-canvas { padding:12px 16px 16px!important; scroll-snap-type:x proximity; scroll-padding:12px 16px; }
 .board-study.v04 .board { grid-template-columns:repeat(6,280px); --card-x:14px; --card-y:13px; --card-title:14px; --avatar-size:28px; --meta-size:11px; --signal-size:11px; --card-space:11px; --card-gap:10px; --lane-gap:12px; }
 .board-study.v04 .board .column-head { top:-12px; height:38px; min-height:38px; margin-bottom:11px; font-size:12px; box-shadow:0 -12px 0 #f4f6f9; }
 .board-study.v04 .board .column-head .icon-btn { width:28px; height:28px; }
 .board-study.v04 .board .column-head .icon-btn svg { width:13px; height:13px; }
 .board-study.v04 .board .card-control { min-height:28px; height:28px; }
 .board-study.v04 .board .project-chip { font-size:11px; max-width:138px; }
 .board-study.v04 .board .card-focus,.board-study.v04 .board .card-more { opacity:1; height:28px; width:26px; min-width:26px; }
 .board-study.v04 .board .card-focus svg { width:13px; height:13px; }
 .board-study.v04 .board .priority-chip { font-size:10px; max-width:43px; }
 .board-study.v04 .board .assign-button { height:28px; width:24px; min-width:24px; opacity:1; }
 .board-study.v04 .board .person-button .avatar { font-size:11px; }
 .board-study.v04 .board .date-control { font-size:11px; line-height:28px; max-width:88px; }
 .board-study.v04 .board .signal-stacked .signal-heading { font-size:10px; }
 .board-study.v04 .board .signal-stacked .signal-detail { font-size:12px; }
 .board-study.v04 .board .signal-age { font-size:10px; }
 .board-study.v04 .board .assignee-name { font-size:11px; }
 .board-study.v04 .board .inline-title { font-size:16px; }
 .board-study.v04[data-board-variant=B] .board { --card-x:16px; --card-y:19px; --card-title:16px; --card-gap:14px; --avatar-size:28px; --signal-size:11px; }
 .board-study.v04[data-board-variant=C] .board { --card-x:12px; --card-y:12px; --card-title:13px; --card-gap:8px; --avatar-size:24px; --signal-size:10px; }
 .board-study.v04[data-board-variant=D] .board { --card-x:14px; --card-y:13px; --card-title:14px; --card-gap:10px; --avatar-size:27px; --signal-size:11px; }
 .board-study.v04[data-board-variant=C] .board .project-chip { font-size:10px; max-width:110px; }
 .board-study.v04[data-board-variant=C] .board .person-button .avatar { font-size:10px; }
 .board-study.v04[data-board-variant=C] .board .signal-stacked .signal-heading { font-size:10px; }
 .board-study.v04[data-board-variant=C] .board .signal-stacked .signal-detail { font-size:11px; }
 .board-study.v04[data-board-variant=C] .board .operator-timing .date-control { font-size:10px; line-height:24px; }
 .board-study.v04[data-board-variant=D] .board .signal-stacked .signal-heading { font-size:10px; }
 .board-study.v04[data-board-variant=D] .board .signal-stacked .signal-detail { font-size:12px; }
 .board-study.v04[data-board-variant=B] .board .signal-stacked .signal-heading { font-size:10px; }
 .board-study.v04[data-board-variant=B] .board .signal-stacked .signal-detail { font-size:12px; }
 .operator-title>.card-actions { top:0; right:0; }
 .board-study.v04[data-board-variant=C] .board .operator-title .title-zone { padding-right:57px; min-height:28px; }
 .board-study.v04 .bottom-line { padding:5px 14px; gap:5px; min-height:32px; }
 .board-study.v04 .bottom-line>.keyboard-hint { display:none; }
 .board-study.v04 .variant-switch { margin-left:auto; gap:1px; }
 .board-study.v04 .variant-switch>.compare-link { font-size:8px; margin-left:2px; padding:2px; }
 .board-study.v04 .bottom-line>span:first-child { font-size:7.5px; }
 .board-study.v04 .specimen-canvas { padding:18px 16px; }
 .specimen-heading { padding:20px 16px; }
 .specimen-heading h1 { font-size:25px; }
 .specimen-layout { display:flex; flex-direction:column; gap:28px; }
 .board-study.v04 .board.specimen-board { width:100%; grid-template-columns:minmax(0,1fr); --card-title:19px; --card-x:20px; --card-y:20px; }
 .specimen-notes { max-width:360px; }
 .board-study.embedded-study.v04 .board.specimen-board { --card-x:16px; --card-y:18px; --card-title:17px; }
 .board-study.embedded-study.v04 .editorial-title>.card-actions,.board-study.embedded-study.v04 .operator-title>.card-actions { position:absolute; margin:0; }
}
@media (prefers-reduced-motion:reduce) { .board-study.v04 .board .operating-card { transition:none; } }

/* Browser QA: readable secondary text and usable controls, scoped away from Home. */
.board-study.v04 .nav-count { color:#5d6a7f; }
.board-study.v04 .search-launch { color:#636f80; }
.board-study.v04 .search-launch kbd { color:#636f7e; }
.board-study.v04 .capture-counter b { color:#5b6f8f; }
.board-study.v04 .bottom-line kbd { color:#5d6f8a; }
.board-study.v04 .display-popover .segmented button { color:#5b6778; }
.board-study.v04 .display-popover .segmented button[aria-pressed=true] { color:#2f64c7; }
.board-study.v04 .desktop-collapse { width:28px; min-width:28px; }
.board-study.v04 .bottom-line>.text-btn { width:24px; min-width:24px; height:24px; display:grid; place-items:center; }
@media (hover:none), (pointer:coarse) {
 .board-study.v04 .board .card-focus,.board-study.v04 .board .card-more,.board-study.v04 .board .assign-button { opacity:1; }
 .board-study.v04[data-board-variant=B] .board .priority-chip.high { opacity:1; }
}


/* Round 2: four compositions, inherited D behavior and unchanged fictional data. */
/* Round 2 review: readable project ink; identity marks retain their lighter colour. */
.board-study.v04[data-board-variant] .board [data-project=zeit] { --project-ink:#326779; }
.board-study.v04[data-board-variant] .board [data-project=dao-hq] { --project-ink:#365ea5; }
.board-study.v04[data-board-variant] .board [data-project=personal-brand] { --project-ink:#725581; }
.board-study.v04[data-board-variant] .board [data-project=hasenschlau] { --project-ink:#7b5e2e; }

.board-study.v04[data-board-variant] { --ink:#1c3150; --blue:#2e67cb; --accent:#2e67cb; }
.board-study.v04[data-board-variant] .top-create { background:#2e67cb; border-color:#2e67cb; }
.board-study.v04[data-board-variant] .study-title h1 { font-weight:720; }
.board-study.v04[data-board-variant] .study-title p { font-size:12px; }
.board-study.v04[data-board-variant] .board-trend { display:none; }
.board-study.v04[data-board-variant] .board-kpis { gap:28px; }
.board-study.v04[data-board-variant] .study-metric strong { font-size:25px; font-weight:650; }
.board-study.v04[data-board-variant] .study-metric span { font-size:9px; letter-spacing:.8px; }
.board-study.v04[data-board-variant] .board { --card-x:13px; --card-y:15px; --card-title:15px; --title-line:1.4; --meta-size:11px; --avatar-size:25px; --card-space:14px; --card-gap:14px; --lane-gap:14px; --signal-size:11.5px; }
.board-study.v04[data-board-variant] .board .title-zone { font-weight:750; letter-spacing:-.22px; min-height:24px; margin:14px 0 20px; line-height:1.42; }
.board-study.v04[data-board-variant] .board .card-top { margin:0; min-height:24px; gap:4px; }
.board-study.v04[data-board-variant] .board .card-top .project-identity { max-width:calc(100% - 47px); }
.board-study.v04[data-board-variant] .board .project-chip { font-size:10.5px; max-width:100%; color:var(--project-ink,#3f5c80); font-weight:650; }
.board-study.v04[data-board-variant] .board .project-identity { gap:5px; }
.board-study.v04[data-board-variant] .board .card-actions { margin-left:auto; }
.board-study.v04[data-board-variant] .board .card-focus,.board-study.v04[data-board-variant] .board .card-more { width:24px; min-width:24px; min-height:24px; }
.board-study.v04[data-board-variant] .board .card-people-date { margin:18px 0 0; min-height:25px; gap:8px; flex-wrap:wrap; }
.board-study.v04[data-board-variant] .board .people-cluster { gap:3px; }
.board-study.v04[data-board-variant] .board .person-button .avatar { background:#eef2f8; color:#476084; border-color:#e4eaf2; font-weight:650; }
.board-study.v04[data-board-variant] .board .person-button .avatar.agent { background:#e7efff; color:#3368be; border-color:#d8e5fc; }
.board-study.v04[data-board-variant] .board .assignee-name { font-size:11px; color:#50637d; font-weight:550; }
.board-study.v04[data-board-variant] .board .card-schedule { flex-wrap:wrap; gap:7px; }
.board-study.v04[data-board-variant] .board .date-control { font-size:10.5px; }
.board-study.v04[data-board-variant] .board .date-control.late { color:#9d542a; }
.board-study.v04[data-board-variant] .board .signal-zone { margin-top:18px; gap:6px 9px; font-size:11.5px; line-height:1.5; }
.board-study.v04[data-board-variant] .board .signal-stacked { gap:9px; }
.board-study.v04[data-board-variant] .board .signal-zone .signal-heading { font-size:11px; font-weight:600; line-height:1.5; }
.board-study.v04[data-board-variant] .board .signal-stacked .signal-heading { align-items:flex-start; }
.board-study.v04[data-board-variant] .board .signal-heading-copy { line-height:1.5; }
.board-study.v04[data-board-variant] .board .signal-zone svg { width:11px; height:11px; margin-top:2px; flex:none; }
.board-study.v04[data-board-variant] .board .signal-stacked .signal-detail { font-size:11.5px; line-height:1.6; color:#5b687c; }
.board-study.v04[data-board-variant] .board .signal-detail { line-height:1.5; }
.board-study.v04[data-board-variant] .board .signal-age { font-size:10px; line-height:17px; }
.board-study.v04[data-board-variant] .board .signal-category { display:block; font-size:9px; letter-spacing:.6px; text-transform:uppercase; margin-bottom:2px; }
.board-study.v04[data-board-variant] .board .signal-category>span { display:none; }
.board-study.v04[data-board-variant] .board .priority-chip { width:auto; min-width:0; max-width:42px; height:24px; min-height:24px; line-height:22px; font-size:10px; font-weight:600; color:#9a6031; }
.board-study.v04[data-board-variant] .board .priority-chip.urgent { color:#a94c3f; }
.board-study.v04[data-board-variant] .board .planning-chip { font-size:10px; color:#396aac; max-width:38px; }
.board-study.v04[data-board-variant] .board .column-head { font-size:12px; height:43px; min-height:43px; padding:0 11px; margin-bottom:14px; color:var(--lane-ink); }
.board-study.v04[data-board-variant] .board .column[data-status=inbox] { --header-wash:#e7edf4; --header-border:#dbe3ed; --lane-ink:#516780; }
.board-study.v04[data-board-variant] .board .column[data-status=next] { --header-wash:#e3edf7; --header-border:#d3e1f1; --lane-ink:#3b648a; }
.board-study.v04[data-board-variant] .board .column[data-status=doing] { --header-wash:#dfebfe; --header-border:#c9ddfa; --lane-ink:#2e61ac; }
.board-study.v04[data-board-variant] .board .column[data-status=waiting] { --header-wash:#f5ebd8; --header-border:#eaddc5; --lane-ink:#88632f; }
.board-study.v04[data-board-variant] .board .column[data-status=review] { --header-wash:#ece6f6; --header-border:#ddd1ed; --lane-ink:#73568d; }
.board-study.v04[data-board-variant] .board .column[data-status=done] { --header-wash:#e1efe8; --header-border:#cfe3d9; --lane-ink:#426f5b; }
.board-study.v04[data-board-variant] .board .column { background:transparent; }
.board-study.v04[data-board-variant] .board .column-head>.count { font-size:11px; }
.board-study.v04[data-board-variant] .board .task-id { color:#6a7e9c; font-size:10px; font-weight:600; letter-spacing:.4px; font-variant-numeric:tabular-nums; }
.board-study.v04[data-board-variant] .board .identity-row { display:flex; align-items:center; gap:8px; min-height:24px; min-width:0; }
.board-study.v04[data-board-variant] .board .identity-row .project-identity { flex:1; min-width:0; }
.board-study.v04[data-board-variant] .board .identity-row .card-control { flex-shrink:0; }
.board-study.v04[data-board-variant] .board .identity-row .project-chip { flex-shrink:1; }
.board-study.v04[data-board-variant] .board .signal-doing { color:#3568af; }
.board-study.v04[data-board-variant] .board .signal-review { color:#7a568f; }
.board-study.v04[data-board-variant] .board .signal-done { color:#40795d; }
.board-study.v04[data-board-variant] .board .signal-waiting { color:#92662e; }
.board-study.v04[data-board-variant] .board .signal-next:has(.late) { color:#9d542a; }
.board-study.v04[data-board-variant] .board .title-zone:focus-visible { outline:2px solid #4a7dd0; outline-offset:4px; }
.board-study.v04[data-board-variant] .board .operating-card { overflow:visible; }
@media(min-width:761px) {
 .board-study.v04[data-board-variant] .board:not(.specimen-board) { grid-template-columns:repeat(6,minmax(176px,1fr)); }
 .board-study.v04[data-board-variant] .board-tools .toolbar { flex:1; }
}

/* H / Calm Hybrid — quiet cards, project signatures, selective attention colour. */
body.board-study.v04[data-board-variant=H1] { --side:176px; }
.board-study.v04[data-board-variant=H1] .sidebar { background:#f8faff; }
.board-study.v04[data-board-variant=H1] .nav-item.active { background:#e6efff; color:#2a61ba; }
.board-study.v04[data-board-variant=H1] .study-header { min-height:103px; }
.board-study.v04[data-board-variant=H1] .study-title h1 { font-size:31px; }
.board-study.v04[data-board-variant=H1] .board-canvas { background:#f5f6f8; padding-top:18px!important; }
.board-study.v04[data-board-variant=H1] .board { --card-x:14px; --card-y:15px; --card-title:15px; --card-gap:16px; --lane-gap:16px; }
.board-study.v04[data-board-variant=H1] .board .column-head { border-radius:7px; border:0; height:39px; min-height:39px; margin-bottom:16px; top:-18px; box-shadow:0 -18px 0 #f5f6f8; }
.board-study.v04[data-board-variant=H1] .board .operating-card { border-radius:8px; border-color:#e2e7ef; box-shadow:0 2px 2px #19365103; }
.board-study.v04[data-board-variant=H1] .board .title-zone { margin:13px 0 21px; font-size:15px; font-weight:750; }
.board-study.v04[data-board-variant=H1] .board .project-identity>i { height:13px; width:3px; border-radius:2px; opacity:.7; }
.board-study.v04[data-board-variant=H1] .board .signal-zone { margin-top:0; }
.board-study.v04[data-board-variant=H1] .board .signal-zone svg { display:none; }
.board-study.v04[data-board-variant=H1] .board .signal-waiting { background:#fff7e9; padding:10px 11px; margin-inline:-4px; border-radius:5px; }
.board-study.v04[data-board-variant=H1] .board .signal-waiting.needs-you-signal { padding:10px 11px; }
.board-study.v04[data-board-variant=H1] .board .signal-review .signal-heading { background:#f3eefb; color:#75588a; border-radius:4px; padding:3px 6px; }
.board-study.v04[data-board-variant=H1] .board .signal-stacked .signal-heading { font-size:10.5px; }
.board-study.v04[data-board-variant=H1] .board .signal-category { font-size:8.5px; }
.board-study.v04[data-board-variant=H1] .board .card-people-date { padding-top:0; margin-top:19px; }
.board-study.v04[data-board-variant=H1] .board .signal-stacked { gap:8px; }
.board-study.v04[data-board-variant=H1] .board .signal-doing .signal-heading { color:#3269b8; }
.board-study.v04[data-board-variant=H1] .board .signal-done .signal-heading { color:#3f785c; }

/* Close-ups retain the selected composition at a readable inspection size. */
.board-study.v04[data-board-variant] .board.specimen-board { grid-template-columns:minmax(0,1fr); --card-title:20px; --card-x:22px; --card-y:23px; --avatar-size:28px; --signal-size:13px; }
.board-study.v04[data-board-variant] .board.specimen-board .title-zone { font-size:20px; line-height:1.4; margin-top:17px; margin-bottom:26px; }
.board-study.v04[data-board-variant] .board.specimen-board .project-chip { font-size:12px; }
.board-study.v04[data-board-variant] .board.specimen-board .signal-stacked .signal-heading { font-size:12px; }
.board-study.v04[data-board-variant] .board.specimen-board .signal-stacked .signal-detail { font-size:13px; line-height:1.65; }
.board-study.v04[data-board-variant] .board.specimen-board .signal-age { font-size:11px; }
.board-study.v04[data-board-variant] .board.specimen-board .card-people-date { margin-top:23px; }
.board-study.v04[data-board-variant=E] .board.specimen-board .signal-zone { margin:23px -22px -23px; padding:16px 22px; }
.board-study.v04[data-board-variant=E] .board.specimen-board .card-people-date { margin-top:0; }
.board-study.v04[data-board-variant=F] .board.specimen-board .title-zone { margin-top:0; }
.board-study.v04[data-board-variant=F] .board.specimen-board .operating-card { padding:25px 22px; }
.board-study.v04[data-board-variant].embedded-study { --side:0px; }
.board-study.v04[data-board-variant].embedded-study .specimen-canvas { padding:20px; }
.board-study.v04[data-board-variant].embedded-study .specimen-layout { max-width:420px; margin-inline:auto; }
.board-study.v04[data-board-variant=E].embedded-study .specimen-canvas { background:#edf2f8; }
.board-study.v04[data-board-variant=F].embedded-study .specimen-canvas { background:#fff; }
.board-study.v04[data-board-variant=G].embedded-study .specimen-canvas { background:#f1f4f8; }
.board-study.v04[data-board-variant=H1].embedded-study .specimen-canvas { background:#f5f6f8; }
@media(max-width:1260px) and (min-width:761px) {
 .board-study.v04[data-board-variant] .board-tools .planning-filter { display:none; }
 .board-study.v04[data-board-variant] .board-tools { gap:10px; }
}
@media(max-width:760px) {
 body.board-study.v04[data-board-variant] { --side:0px; }
 .board-study.v04[data-board-variant] .study-header { min-height:0; }
 .board-study.v04[data-board-variant] .board:not(.specimen-board) { grid-template-columns:repeat(6,280px); }
 .board-study.v04[data-board-variant] .board:not(.specimen-board) .title-zone { font-size:16px; }
 .board-study.v04[data-board-variant=G] .sidebar { width:64px; }
 .board-study.v04[data-board-variant=G] .sidebar.mobile-open .nav-item { justify-content:center; padding:8px 0; }
 .board-study.v04[data-board-variant=G] .sidebar.mobile-open .brand-copy,.board-study.v04[data-board-variant=G] .sidebar.mobile-open .nav-label,.board-study.v04[data-board-variant=G] .sidebar.mobile-open .nav-count,.board-study.v04[data-board-variant=G] .sidebar.mobile-open .user-copy { display:none; }
}
@media(prefers-reduced-motion:reduce) { .board-study.v04[data-board-variant] * { scroll-behavior:auto; } }


/* Round 3: H's composition retained. All changes below are visual. */
.board-study.v04[data-board-variant=H1] { --study-canvas:#f5f6f8; }
.board-study.v04[data-board-variant=H1] .board, .board-study.v04[data-board-variant=H1] .board.specimen-board {
 --card-x:14px; --card-y:17px; --card-title:15.5px; --card-gap:16px; --lane-gap:16px;
 --avatar-size:25px; --signal-size:11.5px; --title-line:1.42;
}
.board-study.v04[data-board-variant=H1] .board .operating-card { background:var(--project-wash); border-color:#dfe6ed; border-radius:8px; box-shadow:0 1px 2px #20385804; }
.board-study.v04[data-board-variant=H1] .board .operating-card .title-zone { font-size:15.5px; font-weight:750; line-height:1.42; letter-spacing:-.23px; margin:13px 0 21px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .inline-title { font-size:15.5px; font-weight:750; }
.board-study.v04[data-board-variant=H1] .board .operating-card .project-chip { font-size:10.5px; color:var(--project-ink); }
.board-study.v04[data-board-variant=H1] .board .operating-card .card-people-date { margin-top:19px; gap:7px; padding:0; }
.board-study.v04[data-board-variant=H1] .board .operating-card .card-schedule:empty { display:none; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-zone { margin-top:0; font-size:11.5px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-zone .signal-heading { font-size:11px; line-height:1.5; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-detail,
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-stacked .signal-detail { font-size:11.5px; line-height:1.6; color:#4f6078; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-age { font-size:10px; line-height:17px; color:#72614c; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-category { font-size:9px; letter-spacing:.65px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-waiting .signal-heading { color:#805b27; }
.board-study.v04[data-board-variant=H1] .board .operating-card .date-control { font-size:10.5px; line-height:24px; max-width:80px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .signal-next .date-control { max-width:none; font-size:11px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .date-control.late { color:#995027; }
.board-study.v04[data-board-variant=H1] .board .operating-card .planning-chip { font-size:10.5px; max-width:40px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .assignee-name { font-size:11px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .person-button .avatar { font-size:10px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .priority-chip { appearance:none; font-size:10.5px; font-weight:650; line-height:22px; height:24px; min-height:24px; min-width:0; max-width:none; padding:0 5px; text-align:center; border:1px solid transparent; }
.board-study.v04[data-board-variant=H1] .board .operating-card .priority-chip.high { width:38px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .priority-chip.urgent { width:50px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .card-focus, .board-study.v04[data-board-variant=H1] .board .operating-card .card-more { min-width:24px; width:24px; height:24px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .project-identity>i { display:none; }
.board-study.v04[data-board-variant=H1] .board .operating-card.selected,
.board-study.v04[data-board-variant=H1] .board .operating-card.spotlight { outline:2px solid #7399d4; outline-offset:1px; }
.board-study.v04[data-board-variant=H1] .top-create, .board-study.v04[data-board-variant=H1] .column-head .icon-btn { transition:transform 120ms ease-out; }
.board-study.v04[data-board-variant=H1] .top-create:active, .board-study.v04[data-board-variant=H1] .column-head .icon-btn:active { transform:scale(.97); }
.board-study.v04[data-board-variant=H1] .variant-switch>a { min-width:28px; }
.board-study.v04[data-board-variant=H1].embedded-study .specimen-canvas { padding:20px; background:#f5f6f8; }
.board-study.v04[data-board-variant=H1].embedded-study .specimen-layout { width:190px; max-width:100%; margin-inline:auto; }
.board-study.v04[data-board-variant=H1].embedded-study .board.specimen-board { width:100%; min-height:0; }
@media (prefers-reduced-motion:reduce) { .board-study.v04[data-board-variant=H1] .top-create, .board-study.v04[data-board-variant=H1] .column-head .icon-btn { transition:none; transform:none; } }
/* Fine continuous project edge; H's amber waiting surface stays familiar. */
.board-study.v04[data-board-variant=H1] .board .operating-card { border-left:3px solid var(--project-line); }
.board-study.v04[data-board-variant=H1] .board .operating-card .priority-chip.high { color:#8b591d; background:#faf0dd; border-radius:5px; }
.board-study.v04[data-board-variant=H1] .board .operating-card .priority-chip.urgent { color:#a03e48; background:#fae9ec; border-radius:5px; }
.board-study.v04[data-board-variant=H1] .board .column-head .icon-btn { background:#ffffff66; border-radius:5px; height:26px; }
.board-study.v04[data-board-variant=H1] .top-create { min-height:33px; height:33px; border-radius:7px; }
.board-study.v04[data-board-variant=H1] .board-tools .filter-select { border-color:#e0e6ef; background:#fff; border-radius:6px; }

.board-study.v04[data-board-variant=H1] .board .operating-card[data-project=zeit] { --project-ink:#326779; --project-wash:#f5fafb; --project-line:#9ebfca; --project:#9ebfca; }
.board-study.v04[data-board-variant=H1] .board .operating-card[data-project=dao-hq] { --project-ink:#365ea5; --project-wash:#f5f8fe; --project-line:#a2b9e4; --project:#a2b9e4; }
.board-study.v04[data-board-variant=H1] .board .operating-card[data-project=personal-brand] { --project-ink:#725581; --project-wash:#faf7fc; --project-line:#baa6cd; --project:#baa6cd; }
.board-study.v04[data-board-variant=H1] .board .operating-card[data-project=hasenschlau] { --project-ink:#7b5e2e; --project-wash:#fcfaf4; --project-line:#cdbb8e; --project:#cdbb8e; }
@media(max-width:760px) { .board-study.v04[data-board-variant=H1] .board:not(.specimen-board) .operating-card .title-zone { font-size:15.5px; } }

