:root{--bg:#f4f5f2;--surface:#fff;--surface-2:#f7f8f6;--surface-3:#eef2ee;--text:#171a19;--muted:#626b66;--muted-2:#89918c;--line:#dfe4df;--line-strong:#cbd4cf;--accent:#f45b00;--accent-2:#176b5d;--accent-soft:#fff0e5;--blue:#315f9f;--blue-soft:#e5edf8;--amber:#9a6415;--amber-soft:#f6ead7;--green:#246b3d;--green-soft:#e1f0e6;--red:#a13c3c;--red-soft:#f7e3e0;--shadow:0 18px 50px #181f1c14}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.auth-page{background:var(--bg);place-items:center;min-height:100vh;padding:32px 16px;display:grid}.brand-row{color:var(--accent);align-items:center;gap:10px;font-weight:750;display:flex}.brand-logo{object-fit:contain;width:150px;height:52px;display:block}.auth-main{place-items:center;width:100%;min-height:auto;padding:0;display:grid}.auth-panel{border:1px solid var(--line);width:min(100%,430px);box-shadow:var(--shadow);background:#fffffff5;border-radius:8px}.auth-brand{justify-items:center;padding:24px 28px 0;display:grid}.auth-brand img{width:min(100%,250px);height:auto}.auth-panel-header{text-align:center;padding:18px 28px 0}.auth-panel-header h2{margin:0 0 8px;font-size:26px;line-height:1.2}.auth-panel-header p{color:var(--muted);margin:0;line-height:1.5}.auth-form{gap:16px;padding:28px;display:grid}.field{gap:7px;display:grid}.field span{color:var(--muted);font-size:13px;font-weight:650}.input,.textarea,.select{border:1px solid var(--line-strong);background:var(--surface);width:100%;color:var(--text);border-radius:8px;outline:none;transition:border-color .16s,box-shadow .16s}.input,.select{height:44px;padding:0 13px}.textarea{resize:vertical;min-height:96px;padding:12px 13px;line-height:1.5}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #176b5d24}.auth-form-row{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.checkbox-row{align-items:center;gap:8px;display:flex}.checkbox-row input{width:16px;height:16px;accent-color:var(--accent)}.assignee-field{border:0;gap:10px;margin:0;padding:0;display:grid}.assignee-field legend{color:var(--muted);margin-bottom:7px;font-size:13px;font-weight:650}.assignee-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.assignee-option{border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:8px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;min-height:56px;padding:10px;display:grid}.assignee-option.selected{border-color:var(--accent);background:#176b5d14}.assignee-option input{width:16px;height:16px;accent-color:var(--accent)}.assignee-option span:last-child{gap:2px;min-width:0;display:grid}.assignee-option strong,.assignee-option em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.assignee-option strong{color:var(--text);font-size:14px}.assignee-option em,.assignee-empty{color:var(--muted);font-size:12px;font-style:normal}.assignee-empty{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:12px}.text-link{color:var(--accent);font-weight:700}.form-error{border:1px solid var(--red-soft);background:var(--red-soft);color:var(--red);border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.4}.primary-button,.secondary-button,.ghost-button,.icon-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-weight:720;transition:transform .16s,background .16s,border-color .16s,color .16s;display:inline-flex}.primary-button{background:var(--accent);color:#fff;width:100%;padding:0 16px}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.icon-button:hover{transform:translateY(-1px)}.primary-button:hover{background:#cf4d00}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.primary-button:disabled:hover,.secondary-button:disabled:hover,.ghost-button:disabled:hover,.icon-button:disabled:hover{transform:none}.secondary-button{background:var(--surface);border-color:var(--line-strong);color:var(--text);padding:0 14px}.sent-button,.sent-button:disabled{background:var(--green-soft);color:var(--green);opacity:1;border-color:#0000}.ghost-button{color:var(--muted);background:0 0;padding:0 12px}.ghost-button:hover{background:var(--surface-3);color:var(--text)}.icon-button{border-color:var(--line);background:var(--surface);width:40px;color:var(--muted);padding:0}.auth-switch{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:18px 28px 26px}.app-shell{grid-template-rows:auto 1fr;min-height:100vh;display:grid}.topbar{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;justify-content:space-between;align-items:center;gap:20px;padding:14px 22px;display:flex;position:sticky;top:0}.topbar-left,.topbar-actions,.task-title-row,.meta-row,.person-row,.status-row,.evidence-row{align-items:center;display:flex}.topbar-left{gap:18px;min-width:0}.app-nav{align-items:center;gap:6px;min-width:0;display:flex}.nav-link{border:1px solid var(--line);min-height:38px;color:var(--muted);background:0 0;border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:720;display:inline-flex}.nav-link.active,.nav-link:hover{background:var(--accent-soft);color:#b84300;border-color:#f7c49c}.topbar-actions{gap:10px}.workspace{grid-template-columns:minmax(320px,380px) minmax(0,1fr);min-height:calc(100vh - 69px);display:grid}.workspace.kanban-mode{grid-template-columns:1fr}.task-list-panel{border-right:1px solid var(--line);background:var(--surface);min-width:0}.workspace.kanban-mode .task-list-panel{border-right:0;border-bottom:1px solid var(--line)}.task-list-header{border-bottom:1px solid var(--line);gap:14px;padding:22px 18px 16px;display:grid}.workspace.kanban-mode .task-list-header{grid-template-columns:minmax(220px,.7fr) minmax(260px,.8fr) minmax(360px,1fr);align-items:end}.task-list-header h1{margin:0;font-size:24px;line-height:1.2}.task-list-header p{color:var(--muted);margin:4px 0 0;font-size:14px;line-height:1.45}.search-wrap{position:relative}.search-wrap svg{color:var(--muted-2);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-wrap .input{padding-left:38px}.task-filter-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.hierarchy-field{grid-column:1/-1}.hierarchy-field .segmented-control{width:max-content}.task-list{gap:8px;padding:12px;display:grid}.task-item{width:100%;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;gap:12px;padding:14px;display:grid}.task-item:hover{background:var(--surface-2)}.task-item.active{border-color:var(--accent);background:var(--accent-soft)}.task-title-row{justify-content:space-between;gap:10px}.task-title{min-width:0;font-weight:760;line-height:1.35}.task-description{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.meta-row{flex-wrap:wrap;gap:8px}.status-pill,.small-pill,.impact-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-height:26px;font-size:12px;font-weight:720;display:inline-flex}.status-pill{padding:0 9px}.status-open{background:var(--blue-soft);color:var(--blue)}.status-progress{background:var(--amber-soft);color:var(--amber)}.status-review{color:#5c4f9f;background:#ece7f7}.status-done{background:var(--green-soft);color:var(--green)}.small-pill{background:var(--surface-3);color:var(--muted);padding:0 8px}.impact-pill{padding:0 8px}.impact-helped{background:var(--green-soft);color:var(--green)}.impact-neutral{background:var(--surface-3);color:var(--muted)}.impact-blocked{background:var(--red-soft);color:var(--red)}.detail-panel{min-width:0;padding:28px}.detail-inner{gap:18px;max-width:1060px;margin:0 auto;display:grid}.detail-column{align-content:start;gap:18px;min-width:0;display:grid}.detail-header{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:20px;padding:24px;display:grid}.detail-heading{justify-content:space-between;gap:22px;display:flex}.detail-heading h2{margin:0 0 12px;font-size:32px;line-height:1.16}.detail-heading p{max-width:760px;color:var(--muted);margin:0;line-height:1.65}.detail-actions{flex-shrink:0;align-items:flex-start;gap:10px;display:flex}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.summary-cell{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:6px;min-width:0;padding:14px;display:grid}.summary-label{color:var(--muted);font-size:12px;font-weight:700}.summary-value{text-overflow:ellipsis;white-space:nowrap;font-weight:760;overflow:hidden}.content-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:18px;display:grid}.section-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px}.section-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.section-header h3{margin:0;font-size:17px}.section-body{gap:14px;padding:18px 20px 20px;display:grid}.status-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;justify-content:space-between;gap:16px;padding:14px}.status-row strong{margin-bottom:4px;display:block}.status-row span{color:var(--muted);font-size:13px}.confidence-meter{gap:6px;min-width:180px;display:grid}.confidence-label{color:var(--muted);justify-content:space-between;gap:10px;font-size:12px;font-weight:700;display:flex}.meter-track{background:var(--surface-3);border-radius:999px;height:8px;overflow:hidden}.meter-fill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #d18d28);height:100%}.people-list{gap:10px;display:grid}.person-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;justify-content:space-between;gap:12px;padding:12px}.person-main{align-items:center;gap:10px;min-width:0;display:flex}.avatar{background:var(--accent);color:#fff;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:780;display:grid}.avatar.alt{background:var(--blue)}.person-name{text-overflow:ellipsis;white-space:nowrap;font-weight:760;overflow:hidden}.person-role{color:var(--muted);font-size:13px}.evidence-row{border-bottom:1px solid var(--line);gap:10px;padding:12px 0}.evidence-row:last-child{border-bottom:0}.evidence-icon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:8px;flex:0 0 32px;place-items:center;display:grid}.evidence-copy{min-width:0}.evidence-copy strong{margin-bottom:4px;display:block}.evidence-copy span{color:var(--muted);font-size:13px;line-height:1.45}.timeline{gap:12px;display:grid}.timeline-item{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;gap:14px;padding-bottom:12px;display:grid}.timeline-item:last-child{border-bottom:0;padding-bottom:0}.timeline-date{color:var(--muted);font-size:13px;font-weight:700}.timeline-copy strong{margin-bottom:4px;display:block}.timeline-copy span{color:var(--muted);font-size:13px;line-height:1.5}.page-shell{gap:18px;width:min(100%,1200px);margin:0 auto;padding:28px;display:grid}.page-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.page-heading h1{margin:4px 0 0;font-size:32px;line-height:1.15}.eyebrow{color:var(--muted);font-size:13px;font-weight:760}.achievement-strip,.thanks-overview,.metric-grid{flex-wrap:wrap;gap:10px;display:flex}.achievement-badge{background:var(--accent-soft);color:#b84300;border:1px solid #f7c49c;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-size:12px;font-weight:760;display:inline-flex}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;min-width:180px;padding:16px;display:grid}.metric-card span{color:var(--muted);font-size:13px;font-weight:700}.metric-card strong{font-size:30px;line-height:1}.dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:18px;display:grid}.histogram{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:14px;min-height:260px;display:grid}.histogram-item{justify-items:center;gap:8px;min-width:0;display:grid}.histogram-bar-wrap{background:var(--surface-3);border-radius:8px;align-items:end;width:100%;height:190px;display:flex;overflow:hidden}.histogram-bar{background:linear-gradient(180deg, var(--accent), var(--accent-2));border-radius:8px 8px 0 0;width:100%;min-height:12px}.histogram-item span{color:var(--muted);font-size:13px;font-weight:700}.chart-layout{grid-template-columns:170px 1fr;align-items:center}.donut-chart{border-radius:50%;place-items:center;width:156px;height:156px;display:grid;position:relative}.donut-chart:after{background:var(--surface);content:"";border-radius:50%;position:absolute;inset:28px}.donut-chart span{z-index:1;font-size:30px;font-weight:800;position:relative}.chart-legend{gap:10px;display:grid}.legend-row{color:var(--muted);grid-template-columns:12px 1fr auto;align-items:center;gap:9px;font-size:13px;display:grid}.legend-row span{border-radius:50%;width:12px;height:12px}.legend-row strong{color:var(--text)}.legend-row em{font-style:normal;font-weight:760}.summary-layout{grid-template-columns:minmax(220px,.8fr) minmax(240px,.8fr) minmax(300px,1.2fr);align-items:start}.summary-column{gap:12px;display:grid}.summary-column h4{margin:0;font-size:15px}.process-row,.compact-task,.thanks-draft{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:6px;padding:14px;display:grid}.process-row span,.compact-task span,.thanks-draft span{color:var(--muted);font-size:12px;font-weight:700}.process-row p,.thanks-draft p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.compact-task{grid-template-columns:34px 1fr;align-items:center}.done-icon{background:var(--green-soft);color:var(--green)}.thanks-draft{grid-template-columns:1fr auto;align-items:center;gap:14px}.thanks-draft-actions,.history-controls{flex-wrap:wrap;gap:8px;display:flex}.thanks-draft-actions{justify-content:flex-end}.segmented-control{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-items:center;padding:3px;display:inline-flex}.segmented-control button{min-width:38px;min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:0 9px;font-weight:720;display:inline-flex}.segmented-control button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #181f1c14}.segmented-control.labeled button{min-width:108px}.task-list-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.kanban-board{gap:12px;padding:12px;display:grid}.workspace.kanban-mode .kanban-board{grid-template-columns:repeat(4,minmax(260px,1fr));gap:14px;padding:18px;overflow-x:auto}.kanban-column{gap:8px;min-width:0;display:grid}.workspace.kanban-mode .kanban-column{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-content:start;min-height:440px;padding:12px}.kanban-column.drop-target{border-color:var(--accent);background:var(--accent-soft)}.kanban-column-header{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:0 4px;font-size:13px;font-weight:760;display:flex}.kanban-column-header span{align-items:center;gap:7px;display:inline-flex}.kanban-column-header strong{color:var(--text)}.kanban-column-body{gap:8px;display:grid}.workspace.kanban-mode .kanban-column-body{align-content:start;min-height:370px}.kanban-card{border:1px solid var(--line);background:var(--surface-2);width:100%;color:inherit;text-align:left;border-radius:8px;gap:10px;padding:12px;display:grid}.workspace.kanban-mode .kanban-card{background:var(--surface)}.kanban-card.active,.kanban-card:hover{border-color:var(--accent);background:var(--accent-soft)}.kanban-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.kanban-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.kanban-drag-handle{width:24px;height:24px;color:var(--muted-2);cursor:grab;border-radius:6px;flex:0 0 24px;place-items:center;display:grid}.kanban-card:active .kanban-drag-handle{cursor:grabbing}.kanban-card-footer{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;display:flex}.kanban-empty{border:1px dashed var(--line-strong);min-height:86px;color:var(--muted);border-radius:8px;place-items:center;font-size:13px;font-weight:700;display:grid}.empty-state{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin:12px;padding:14px;display:flex}.empty-state strong{margin-bottom:4px;display:block}.empty-state span{color:var(--muted);font-size:13px}.api-state{border-color:var(--amber-soft)}.detail-empty{margin:0}.dependency-flow,.subtask-list,.file-list,.gratitude-list,.thanks-groups{gap:12px;display:grid}.dependency-node{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:72px 1fr;gap:10px;padding:12px;display:grid;position:relative}button.dependency-node,button.subtask-row{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left}button.dependency-node:disabled,button.subtask-row:disabled{cursor:default;opacity:1}.clickable-row{transition:background .16s,border-color .16s,transform .16s}.clickable-row:hover{background:var(--accent-soft);border-color:#f7c49c;transform:translateY(-1px)}.dependency-node:after{background:var(--line-strong);content:"";width:2px;height:12px;position:absolute;bottom:-13px;left:46px}.dependency-node:last-child:after{display:none}.dependency-node.current{background:var(--accent-soft);border-color:#f7c49c}.dependency-id{color:var(--muted);font-size:12px;font-weight:800}.dependency-node strong,.subtask-row strong,.file-row strong{margin-bottom:4px;display:block}.dependency-node span,.subtask-row span,.file-row span{color:var(--muted);font-size:13px}.dependency-node p{color:var(--muted);grid-column:2;margin:0;font-size:13px;line-height:1.45}.subtask-header{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.subtask-header span{color:var(--muted);font-size:13px;font-weight:700}.subtask-row,.file-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:12px;display:grid}.thanks-overview{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.gratitude-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:40px 1fr;gap:12px;padding:14px;display:grid}.gratitude-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.gratitude-body{gap:10px;min-width:0;display:grid}.gratitude-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gratitude-meta span,.gratitude-meta em{color:var(--muted);font-size:13px}.gratitude-meta em{margin-left:auto;font-style:normal}.gratitude-card p{color:var(--text);margin:0;line-height:1.55}.gratitude-task{border-top:1px solid var(--line);gap:4px;padding-top:10px;display:grid}.gratitude-task span{color:var(--muted);font-size:12px;font-weight:700}.modal-backdrop{z-index:40;background:#171a1961;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-window{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr);width:min(100%,680px);max-height:min(760px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 24px 70px #181f1c38}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.modal-header h2{margin:4px 0 0;font-size:24px;line-height:1.2}.modal-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:0;padding:22px 24px 24px;display:grid;overflow-y:auto}.modal-wide,.modal-actions{grid-column:1/-1}.modal-actions{border-top:1px solid var(--line);background:var(--surface);justify-content:flex-end;gap:10px;margin:4px -24px -24px;padding:14px 24px 18px;display:flex;position:sticky;bottom:-24px}.modal-actions .primary-button{width:auto}.gratitude-modal-form{align-items:start}.gratitude-context,.gratitude-preview{border-radius:8px;gap:7px;padding:14px;display:grid}.gratitude-context{border:1px solid var(--line);background:var(--surface-2)}.gratitude-context span,.gratitude-preview span{color:var(--muted);font-size:12px;font-weight:760}.gratitude-context p,.gratitude-context em,.gratitude-preview p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.gratitude-context em{font-style:normal}.gratitude-kind-field{border:0;gap:10px;min-width:0;margin:0;padding:0;display:grid}.gratitude-kind-field legend{color:var(--muted);margin-bottom:10px;font-size:13px;font-weight:650}.gratitude-radio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.gratitude-radio{border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:12px;transition:background .16s,border-color .16s;display:grid}.gratitude-radio:hover,.gratitude-radio.selected{background:var(--accent-soft);border-color:#f7c49c}.gratitude-radio input{width:16px;height:16px;accent-color:var(--accent);margin:2px 0 0}.gratitude-radio span{gap:4px;min-width:0;display:grid}.gratitude-radio strong{line-height:1.3}.gratitude-radio em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.4}.gratitude-preview{background:var(--accent-soft);border:1px solid #f7c49c}@media (max-width:1040px){.workspace,.content-grid,.dashboard-grid,.summary-layout,.workspace.kanban-mode .task-list-header{grid-template-columns:1fr}.workspace.kanban-mode .kanban-board{grid-template-columns:repeat(4,minmax(250px,280px))}.task-list-panel{border-right:0;border-bottom:1px solid var(--line)}.task-list,.summary-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-layout{grid-template-columns:170px 1fr}}@media (max-width:720px){.detail-actions{display:none}.topbar{flex-direction:column;align-items:stretch;padding:10px 14px}.topbar-left{flex-direction:column;align-items:stretch;gap:10px}.brand-logo{width:132px;height:46px}.app-nav{padding-bottom:2px;overflow-x:auto}.nav-link{flex:none}.topbar-actions{justify-content:space-between}.page-shell{padding:18px 14px}.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:26px}.metric-grid,.thanks-overview,.chart-layout{grid-template-columns:1fr}.workspace{min-height:auto}.task-list-header,.detail-panel{padding:16px}.task-filter-row,.task-list,.summary-grid,.histogram{grid-template-columns:1fr}.histogram{min-height:auto}.histogram-item{grid-template-columns:1fr 34px 34px;place-items:center stretch}.histogram-bar-wrap{height:16px}.histogram-bar{width:100%;height:100%!important}.detail-header{padding:18px}.detail-heading{display:block}.detail-heading h2{font-size:26px}.status-row,.person-row,.timeline-item,.dependency-node,.thanks-draft,.gratitude-card{grid-template-columns:1fr;align-items:flex-start}.dependency-node p{grid-column:1}.dependency-node:after{left:18px}.status-row,.person-row{display:grid}.confidence-meter{width:100%;min-width:0}.task-list-title-row{flex-direction:column;align-items:flex-start}.modal-backdrop{align-items:end;padding:12px}.modal-window{max-height:calc(100vh - 24px)}.modal-form{grid-template-columns:1fr;padding:18px}.gratitude-radio-grid{grid-template-columns:1fr}.modal-header{padding:18px}.modal-actions{flex-direction:column-reverse;align-items:stretch;margin:4px -18px -18px;padding:14px 18px 18px;bottom:-18px}.thanks-draft-actions,.history-controls{flex-direction:column;align-items:stretch}.thanks-draft-actions .secondary-button,.thanks-draft-actions .ghost-button,.history-controls .segmented-control,.hierarchy-field .segmented-control{width:100%}.hierarchy-field .segmented-control button{flex:1}.modal-actions .primary-button,.modal-actions .ghost-button{width:100%}}
