*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;font-size:14px;color:#1a1a2e;background:#f8f9fc;min-height:100vh}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fc}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;width:100%;max-width:380px;box-shadow:0 1px 4px #0000000f}.login-logo{font-size:1.1rem;font-weight:600;color:#2563eb;margin-bottom:.25rem}.login-title{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a2e}.login-form{display:flex;flex-direction:column;gap:1rem}.login-error{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:.5rem .75rem;color:#dc2626;font-size:.875rem}.login-error.hidden{display:none}.field{display:flex;flex-direction:column;gap:.35rem}.label{font-size:.8rem;font-weight:500;color:#374151}.input{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe}.btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;font-family:inherit;border:none;cursor:pointer;transition:background .15s,opacity .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-full{width:100%;justify-content:center}.btn-link{background:none;border:none;color:#2563eb;font-size:inherit;font-family:inherit;cursor:pointer;padding:0;text-decoration:underline}.btn-link:hover{color:#1d4ed8}.auth-toggle-hint{font-size:.8rem;color:#6b7280;text-align:center;margin-top:.25rem}.workspace-list{display:flex;flex-direction:column;gap:.5rem}.workspace-btn{width:100%;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;font-weight:500;font-family:inherit;color:#111827;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.workspace-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.brief-shell{max-width:1200px;margin:0 auto;padding:1.5rem 2rem}.brief-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.sign-out-link{margin-left:auto;background:none;border:none;font-size:.8rem;color:#9ca3af;cursor:pointer;font-family:inherit;padding:0;transition:color .15s}.sign-out-link:hover{color:#374151}.brief-header h1{font-size:1.5rem;font-weight:600;color:#1a1a2e}.brief-date{color:#6b7280;font-size:.875rem}.tab-bar{display:flex;gap:.25rem;border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem}.tab{padding:.5rem 1rem;border:none;background:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tab:hover{color:#374151}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{min-height:60vh}.placeholder{color:#9ca3af;padding:2rem;text-align:center}.tasks-tab{display:flex;flex-direction:column;gap:1.5rem}.add-task-form{display:flex;gap:.5rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem .75rem}.add-task-input{flex:1;border:none;outline:none;font-size:.875rem;font-family:inherit;color:#111827}.add-task-input::placeholder{color:#9ca3af}.add-task-section,.add-task-priority{border:1px solid #e5e7eb;border-radius:5px;padding:.25rem .5rem;font-size:.8rem;font-family:inherit;color:#374151;background:#f9fafb;cursor:pointer}.add-task-btn{padding:.3rem .9rem;background:#2563eb;color:#fff;border:none;border-radius:5px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s}.add-task-btn:hover{background:#1d4ed8}.sections{display:flex;flex-direction:column;gap:1.25rem}.section-header{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:.5rem}.section-count{background:#f3f4f6;color:#6b7280;border-radius:10px;padding:0 .4rem;font-size:.7rem}.task-list{list-style:none;display:flex;flex-direction:column;gap:1px}.task-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .625rem;background:#fff;border-radius:6px;transition:background .1s}.task-item:hover{background:#f9fafb}.task-item.done .task-title{color:#9ca3af;text-decoration:line-through}.task-check{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.task-check input{display:none}.checkmark{width:16px;height:16px;border:2px solid #d1d5db;border-radius:50%;transition:border-color .15s,background .15s}.task-check input:checked+.checkmark{background:#2563eb;border-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.task-title{flex:1;font-size:.875rem;color:#111827;line-height:1.4}.task-badge{font-size:.65rem;font-weight:600;padding:.1rem .4rem;border-radius:4px;flex-shrink:0;background:#f3f4f6;color:#6b7280}.task-badge.priority-high{background:#fef2f2;color:#dc2626}.task-badge.priority-critical{background:#dc2626;color:#fff}.task-badge.priority-medium{background:#fffbeb;color:#d97706}.due-date{font-size:.75rem;color:#6b7280;flex-shrink:0}.due-date.overdue{color:#dc2626;font-weight:500}.empty-state{color:#9ca3af;font-size:.875rem;padding:1rem 0}.metrics-tab{display:flex;flex-direction:column;gap:1.75rem}.metric-stats{display:flex;gap:1rem;flex-wrap:wrap}.metric-stat{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.5rem;min-width:100px;flex:1}.metric-value{font-size:2rem;font-weight:700;color:#1a1a2e;line-height:1}.metric-label{font-size:.75rem;color:#6b7280;margin-top:.3rem;text-align:center}.metric-sub{font-size:.7rem;color:#9ca3af;margin-top:.1rem}.chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.chart-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:.75rem}.throughput-chart,.burndown-chart{width:100%;height:auto;display:block}.chart-bar{fill:#2563eb;opacity:.85}.chart-bar:hover{opacity:1}.chart-label{font-size:9px;fill:#9ca3af;font-family:Inter,sans-serif}.chart-count{font-size:9px;fill:#6b7280;font-family:Inter,sans-serif}.burndown-line{stroke:#2563eb;stroke-width:2}.chart-empty{color:#9ca3af;font-size:.875rem}.focus-tab{display:flex;flex-direction:column;gap:1.5rem}.kanban-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.kanban-col{background:#f3f4f6;border-radius:10px;padding:.75rem;min-height:200px}.kanban-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.kanban-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.kanban-count{background:#e5e7eb;color:#6b7280;font-size:.7rem;border-radius:10px;padding:0 .4rem}.kanban-cards{display:flex;flex-direction:column;gap:.5rem;min-height:40px}.kanban-cards.drag-over{background:#dbeafe;border-radius:6px}.focus-card{background:#fff;border:1px solid #e5e7eb;border-radius:7px;padding:.625rem .75rem;cursor:grab;transition:box-shadow .15s}.focus-card:hover{box-shadow:0 2px 8px #00000014}.focus-card.dragging{opacity:.5}.fc-title{font-size:.875rem;color:#111827;line-height:1.4}.fc-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.35rem;align-items:center}.fc-due{font-size:.72rem;color:#6b7280}.fc-due.overdue{color:#dc2626;font-weight:500}.fc-signal{font-size:.65rem;font-weight:500;padding:.1rem .4rem;border-radius:4px;background:#eff6ff;color:#2563eb}.kanban-drop-zone{height:4px}.focus-next{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.focus-next-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:.6rem}.focus-next-list{display:flex;flex-direction:column;gap:.4rem}.focus-next-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.fn-title{flex:1}.calendar-tab{display:flex;flex-direction:column;gap:1.25rem}.add-meeting-form{display:flex;gap:.5rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem .75rem;flex-wrap:wrap}.cal-list{display:flex;flex-direction:column;gap:.75rem}.cal-event{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem}.cal-time{font-size:.75rem;color:#6b7280;margin-bottom:.2rem}.cal-title{font-size:.9rem;font-weight:500;color:#111827;margin-bottom:.3rem}.cal-attendees{font-size:.75rem;color:#6b7280;margin-bottom:.4rem}.cal-notes-btn{font-size:.75rem;color:#2563eb;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.cal-notes-btn:hover{color:#1d4ed8}.note-editor{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-top:.5rem}.note-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.note-editor-title{font-size:.875rem;font-weight:500;color:#111827}.note-editor-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#9ca3af;line-height:1}.note-body{width:100%;min-height:120px;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem;font-size:.875rem;font-family:inherit;resize:vertical}.note-editor-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.note-save-btn{padding:.3rem .9rem;background:#2563eb;color:#fff;border:none;border-radius:5px;font-size:.8rem;cursor:pointer}.note-save-status{font-size:.75rem;color:#6b7280}.task-title{cursor:pointer}.task-title:hover{color:#2563eb}.task-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.drawer-panel{position:relative;margin-left:auto;width:400px;max-width:95vw;background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.drawer-title{font-size:1rem;font-weight:600;color:#111827}.drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;line-height:1}.drawer-body{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.drawer-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.drawer-field{display:flex;flex-direction:column;gap:.3rem}.field-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.field-input,.field-select{border:1px solid #e5e7eb;border-radius:6px;padding:.45rem .6rem;font-size:.875rem;font-family:inherit;color:#111827;background:#fff}.field-input:focus,.field-select:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:transparent}.drawer-enrichment{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.enrichment-loading{font-size:.8rem;color:#9ca3af}.enrichment-jobs{display:flex;flex-direction:column;gap:.25rem}.enrichment-job{font-size:.75rem;padding:.2rem .5rem;border-radius:4px;background:#f3f4f6;color:#374151}.enrichment-job.enrichment-complete{background:#dcfce7;color:#166534}.enrichment-job.enrichment-failed{background:#fef2f2;color:#991b1b}.drawer-footer{padding:1rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem}.drawer-save-btn{padding:.4rem 1.2rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.drawer-save-btn:hover{background:#1d4ed8}.drawer-save-status{font-size:.8rem;color:#6b7280}.priorities-tab{display:flex;flex-direction:column;gap:1rem;max-width:680px}.priorities-toolbar{display:flex;align-items:center;justify-content:space-between}.priorities-heading{font-size:1rem;font-weight:600;color:#1a1a2e}.priorities-edit-btn{font-size:.8rem;color:#2563eb;background:none;border:1px solid #2563eb;border-radius:5px;padding:.2rem .7rem;cursor:pointer}.priorities-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.7;color:#1a1a2e}.priorities-preview ol{padding-left:1.25rem}.priorities-preview li{margin-bottom:.4rem}.priorities-editor{width:100%;min-height:240px;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;font-size:.9rem;font-family:inherit;line-height:1.6;resize:vertical}.priorities-actions{display:flex;align-items:center;gap:.75rem}.stub-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;gap:.75rem}.stub-icon{font-size:3rem}.stub-title{font-size:1.1rem;font-weight:600;color:#374151}.stub-description{font-size:.875rem;color:#6b7280;max-width:400px;line-height:1.6}
