:root{--surface:#f8fafc;--surface-alt:#eef2f7;--text-strong:#111827;--text-muted:#667085;--border:#d8dee8;--border-strong:#94a3b8;color:var(--text-strong);background:var(--surface);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Helvetica Neue,Helvetica,Aptos,sans-serif;font-size:14px;font-weight:400;line-height:1.35}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{letter-spacing:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.app-shell{min-height:100vh;color:var(--text-strong);background:var(--surface)}.topbar,.command-row,.workspace{width:min(1440px,100vw - 32px);margin:0 auto}.topbar{justify-content:space-between;align-items:center;gap:20px;height:72px;display:flex}.brand,.topbar-actions,.task-actions,.section-heading,.danger-row,.segmented,.status-pill{align-items:center;display:flex}.brand{gap:12px;min-width:0}.brand-mark{color:#fff;background:#1f2937;border-radius:8px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.brand h1,.brand span,.quadrant-heading h2,.quadrant-heading p,.section-heading h2,.section-heading p{margin:0}.brand h1{font-size:20px;line-height:1.1}.brand span{color:var(--text-muted);margin-top:2px;font-size:12px;display:block}.topbar-actions{flex-wrap:wrap;gap:8px}.status-pill{border:1px solid var(--border);max-width:280px;height:34px;color:var(--text-muted);white-space:nowrap;background:#fff;border-radius:999px;gap:8px;padding:0 10px;font-size:13px;overflow:hidden}.status-pill span{text-overflow:ellipsis;overflow:hidden}button,select,input,textarea{font:inherit}button,select{color:var(--text-strong)}button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;line-height:1.15;display:inline-flex}button:hover{border-color:var(--border-strong)}button:disabled{color:var(--text-muted);cursor:not-allowed;background:var(--surface-alt)}.primary{color:#fff;background:#111827;border-color:#111827}.icon-button{place-items:center;width:38px;padding:0;display:inline-grid}.tooltip-shell{display:inline-flex;position:relative}.button-tooltip{z-index:30;color:#fff;white-space:nowrap;pointer-events:none;background:#111827;border-radius:6px;max-width:min(220px,100vw - 24px);padding:6px 8px;font-size:12px;line-height:1.2;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 22px #1118272e}.command-row{padding:8px 0 16px;display:block}.quick-add{border:1px solid var(--border);background:#fff;border-radius:8px;flex:1;grid-template-columns:24px minmax(180px,1fr) 150px 76px;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 10px;display:grid}.quick-add input,.quick-add select,.editor input,.editor textarea,.editor select{border:1px solid var(--border);width:100%;min-width:0;color:var(--text-strong);box-sizing:border-box;background:#fff;border-radius:6px}.quick-add input::placeholder,.editor input::placeholder,.editor textarea::placeholder{color:var(--text-muted)}.editor input[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}.quick-add input{border:0;outline:0;min-height:38px}.quick-add select{min-height:38px;padding:0 8px}.workspace{grid-template-columns:1fr;gap:16px;padding-bottom:24px;display:grid}.workspace.with-panel{grid-template-columns:minmax(0,1fr) 340px}.matrix-area{min-width:0}.inbox-strip,.quadrant,.inspector{border:1px solid var(--border);background:#fff}.inbox-strip{border-radius:8px;grid-template-columns:160px minmax(0,1fr);gap:12px;min-height:98px;margin-bottom:16px;padding:12px;display:grid}.section-heading{gap:10px}.section-heading h2,.quadrant-heading h2{font-size:15px}.section-heading p,.quadrant-heading p{color:var(--text-muted);font-size:12px}.inbox-list{grid-auto-columns:minmax(240px,300px);grid-auto-flow:column;gap:8px;padding-bottom:2px;display:grid;overflow-x:auto}.matrix-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px;display:grid}.quadrant{border-radius:8px;flex-direction:column;min-height:280px;display:flex}.quadrant-heading{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:14px;display:flex}.quadrant-heading span{background:var(--surface-alt);width:28px;height:28px;color:var(--text-muted);border-radius:999px;place-items:center;font-size:13px;display:grid}.quadrant-doNow{border-top:4px solid #e11d48}.quadrant-schedule{border-top:4px solid #2563eb}.quadrant-reduce{border-top:4px solid #d97706}.quadrant-park{border-top:4px solid #059669}.task-list{flex-direction:column;gap:8px;min-height:216px;padding:12px;display:flex}.task-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;padding:8px;display:grid}.drop-target{transition:border-color .12s,background-color .12s,box-shadow .12s}.drop-target.drop-active{background:#f8fafc;border-color:#111827;box-shadow:inset 0 0 0 1px #111827}.task-row.compact{min-height:48px}.task-row.selected{border-color:#111827;box-shadow:inset 0 0 0 1px #111827}.task-row[draggable=true]{cursor:grab}.task-row.dragging{opacity:.5}.task-row.dragging .task-main,.task-row.dragging .drag-handle,.task-row.dragging .task-actions button{cursor:grabbing}.drag-handle{width:30px;min-height:38px;color:var(--text-muted);cursor:grab;background:0 0;border-color:#0000;padding:0}.drag-handle:hover{background:var(--surface-alt);color:var(--text-strong);border-color:#0000}.task-main{text-align:left;background:0 0;border:0;grid-template-columns:10px minmax(0,1fr) 8px;align-items:center;gap:8px;min-width:0;min-height:38px;padding:0;display:grid}.task-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.task-actions{gap:6px}.task-actions button{place-items:center;width:38px;padding:0;display:grid}.label-dot,.sync-dot,.swatch{border-radius:999px}.label-dot{width:10px;height:10px}.sync-dot{background:#9ca3af;width:8px;height:8px}.sync-dot.pending{background:#d97706}.sync-dot.synced{background:#059669}.sync-dot.conflicted,.sync-dot.failed{background:#dc2626}.label-red{background:#f43f5e}.label-orange{background:#f97316}.label-yellow{background:#eab308}.label-green{background:#22c55e}.label-blue{background:#3b82f6}.label-purple{background:#8b5cf6}.label-gray{background:#9ca3af}.inspector{border-radius:8px;align-self:start;min-width:0;padding:14px;position:sticky;top:12px}.metric-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.metric{border:1px solid var(--border);border-radius:8px;min-width:0;padding:10px}.metric strong,.metric span{display:block}.metric strong{font-size:20px}.metric span{color:var(--text-muted);font-size:12px}.toggle-row{min-height:38px;color:var(--text-muted);align-items:center;gap:8px;margin:12px 0;display:flex}.editor{flex-direction:column;gap:12px;display:flex}.conflict-panel{background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;gap:10px;padding:12px;display:grid}.conflict-panel>div:first-child{align-items:flex-start;gap:9px;min-width:0;display:flex}.conflict-panel strong,.conflict-panel span{display:block}.conflict-panel strong{font-size:14px}.conflict-panel span{color:var(--text-muted);font-size:12px;line-height:1.35}.conflict-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.conflict-actions button{width:100%}.editor label span{color:var(--text-muted);margin-bottom:5px;font-size:12px;display:block}.editor label{min-width:0}.editor input{min-height:40px;padding:0 10px}.editor textarea{resize:vertical;min-height:86px;padding:9px 10px}.segmented{gap:8px}.segmented button{flex:1;justify-content:center;gap:6px;display:inline-flex}.segmented button.active{color:#fff;background:#111827;border-color:#111827}.field-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.swatches{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.swatch{width:100%;min-height:34px;box-shadow:0 0 0 1px var(--border);border:2px solid #fff}.swatch.active{box-shadow:0 0 0 2px #111827}.danger-row{gap:8px}.danger-row button{flex:1;justify-content:center;gap:6px;display:inline-flex}.danger-heading,.confirm-row{align-items:center;display:flex}.danger-heading{gap:8px}.confirm-row{color:var(--text-muted);gap:8px;font-size:12px}.confirm-row span{margin:0}.delete-request-status{background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;justify-content:space-between;gap:10px;padding:9px 10px;font-size:12px;display:flex}.delete-request-status span{color:var(--text-muted)}.empty-panel{min-height:180px;color:var(--text-muted);place-items:center;display:grid}.settings-backdrop{z-index:20;background:#11182752;justify-content:flex-end;display:flex;position:fixed;inset:0}.settings-dialog{border-left:1px solid var(--border);box-sizing:border-box;background:#fff;flex-direction:column;gap:14px;width:min(420px,100vw - 24px);height:100%;padding:18px;display:flex;overflow-y:auto;box-shadow:-16px 0 40px #1118272e}.settings-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.settings-header h2,.settings-section h3,.danger-heading h3{margin:0}.settings-header h2{font-size:18px}.settings-section{border-bottom:1px solid var(--border);gap:10px;padding-bottom:14px;display:grid}.settings-section:last-child{border-bottom:0}.settings-section h3,.danger-heading h3{font-size:14px}.settings-select,.settings-field input{border:1px solid var(--border);width:100%;min-width:0;min-height:40px;color:var(--text-strong);box-sizing:border-box;background:#fff;border-radius:6px}.settings-select{padding:0 10px}.settings-field span{color:var(--text-muted);margin-bottom:5px;font-size:12px;display:block}.settings-field input{padding:0 10px}.settings-details{margin:0}.settings-details>div{justify-content:space-between;gap:12px;padding:7px 0;display:flex}.settings-details dt{color:var(--text-muted)}.settings-details dd{text-align:right;margin:0}.settings-actions{gap:8px;display:flex}.settings-actions button{flex:1;justify-content:center;gap:6px;display:inline-flex}.danger-section{background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;padding:12px}@media (width<=1100px){.workspace.with-panel{grid-template-columns:1fr}.inspector{position:static}}@media (width<=760px){.topbar,.command-row,.workspace{width:min(100vw - 20px,1440px)}.topbar{align-items:flex-start;height:auto;padding:12px 0}.topbar,.command-row{flex-direction:column}.topbar-actions{justify-content:flex-start;width:100%}.quick-add{box-sizing:border-box;grid-template-columns:24px minmax(0,1fr);width:100%;height:auto;padding:10px}button,.quick-add input,.quick-add select,.editor input,.editor select,.settings-select,.settings-field input{min-height:44px}.icon-button,.drag-handle,.task-actions button{width:44px;min-height:44px}.task-main{min-height:44px}.swatch{width:auto;min-height:44px}.swatches{grid-template-columns:repeat(auto-fit,minmax(44px,1fr))}.quick-add select,.quick-add button{grid-column:span 2;width:100%}.inbox-strip,.matrix-grid,.field-grid{grid-template-columns:1fr}.quadrant{min-height:0}.task-list{min-height:104px}.inbox-list{grid-auto-columns:auto;grid-auto-flow:row}.task-row{grid-template-columns:44px minmax(0,1fr) auto}.task-actions{justify-content:space-between}.settings-backdrop{justify-content:center}.settings-dialog{border:1px solid var(--border);border-radius:8px;width:min(100vw - 20px,420px);height:calc(100% - 20px);margin:10px 0;box-shadow:0 16px 40px #11182733}.settings-actions{flex-direction:column}}
