:root{--fc-bg:oklch(16% .005 260);--fc-surface-1:oklch(18.5% .006 260);--fc-surface-2:oklch(24% .007 260);--fc-surface-3:oklch(28% .008 260);--fc-border:oklch(100% 0 0/.08);--fc-border-strong:oklch(100% 0 0/.14);--fc-text:oklch(97% .002 260);--fc-text-dim:oklch(68% .006 260);--fc-text-faint:oklch(50% .006 260);--fc-accent:oklch(62% .16 275);--fc-accent-hover:oklch(67% .16 275);--fc-accent-active:oklch(58% .16 275);--fc-accent-disabled-bg:oklch(30% .02 275);--fc-accent-disabled-text:oklch(55% .01 275);--fc-accent-dim:oklch(40% .1 275);--fc-accent-bg:oklch(62% .16 275/.12);--fc-success:oklch(68% .14 155);--fc-success-bg:oklch(68% .14 155/.12);--fc-warning:oklch(75% .14 80);--fc-warning-bg:oklch(75% .14 80/.12);--fc-danger:oklch(65% .18 25);--fc-danger-bg:oklch(65% .18 25/.12);--fc-radius-sm:6px;--fc-radius-md:7px;--fc-radius-lg:10px;--fc-space-1:4px;--fc-space-2:8px;--fc-space-3:12px;--fc-space-4:16px;--fc-space-4-5:20px;--fc-space-5:24px;--fc-space-6:32px;--fc-space-7:48px;--fc-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fc-text-micro:11px;--fc-text-caption:12px;--fc-text-body:13px;--fc-text-body-strong:14px;--fc-text-panel-title:15px;--fc-text-page-title:20px;--fc-text-metric:26px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--fc-bg);color:var(--fc-text);font-family:var(--fc-font);font-size:var(--fc-text-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}button,input,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--fc-accent);outline-offset:2px}.fc-card{background:var(--fc-surface-1);border:1px solid var(--fc-border);border-radius:var(--fc-radius-lg);padding:var(--fc-space-4)}.fc-btn{justify-content:center;align-items:center;gap:var(--fc-space-2);padding:var(--fc-space-2) var(--fc-space-4);border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-strong);background:var(--fc-surface-2);color:var(--fc-text);cursor:pointer;transition:background-color .12s,border-color .12s;display:inline-flex}.fc-btn:hover{background:var(--fc-surface-3)}.fc-btn:disabled{opacity:.5;cursor:not-allowed}.fc-btn-primary{background:var(--fc-accent);border-color:var(--fc-accent);color:#fff;font-weight:600}.fc-btn-primary:hover:not(:disabled){background:var(--fc-accent-hover)}.fc-btn-primary:active:not(:disabled){background:var(--fc-accent-active)}.fc-btn-primary:disabled{background:var(--fc-accent-disabled-bg);border-color:var(--fc-accent-disabled-bg);color:var(--fc-accent-disabled-text);opacity:1}.fc-btn-danger{border-color:var(--fc-danger);color:var(--fc-danger);background:0 0}.fc-btn-danger:hover{background:var(--fc-danger-bg)}.fc-badge{font-size:var(--fc-text-caption);border:1px solid var(--fc-border-strong);color:var(--fc-text-dim);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-weight:600;display:inline-flex}.fc-badge-success{color:var(--fc-success);background:var(--fc-success-bg);border-color:#0000}.fc-badge-warning{color:var(--fc-warning);background:var(--fc-warning-bg);border-color:#0000}.fc-badge-danger{color:var(--fc-danger);background:var(--fc-danger-bg);border-color:#0000}.fc-badge-accent{color:var(--fc-accent);background:var(--fc-accent-bg);border-color:#0000}.fc-input,.fc-textarea,.fc-select{width:100%;padding:var(--fc-space-2) var(--fc-space-3);border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-strong);background:var(--fc-surface-2);color:var(--fc-text)}.fc-input:focus,.fc-textarea:focus,.fc-select:focus{border-color:var(--fc-accent)}.fc-skeleton{background:linear-gradient(90deg, var(--fc-surface-2) 25%, var(--fc-surface-3) 37%, var(--fc-surface-2) 63%);border-radius:var(--fc-radius-md);background-size:400% 100%;animation:1.6s infinite fc-shimmer}@keyframes fc-shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.fc-skeleton{animation:none}}.fc-empty{color:var(--fc-text-dim);text-align:center;padding:var(--fc-space-6)}.fc-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.fc-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.fc-shell-main{min-width:0}.fc-sidebar{border-right:1px solid var(--fc-border);background:var(--fc-surface-1);gap:var(--fc-space-4);flex-direction:column;height:100vh;padding:16px 10px;display:flex;position:sticky;top:0;overflow-y:auto}.fc-sidebar-header{align-items:center;gap:8px;padding:0 2px;display:flex}.fc-sidebar-logo{background:var(--fc-accent);border-radius:6px;flex-shrink:0;width:22px;height:22px}.fc-sidebar-brand{font-size:13px;font-weight:600}.fc-sidebar-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.fc-sidebar-link{justify-content:space-between;align-items:center;gap:var(--fc-space-2);border-radius:var(--fc-radius-sm);color:var(--fc-text-dim);padding:7px 10px;font-size:12.5px;text-decoration:none;display:flex}.fc-sidebar-link-content{align-items:center;gap:8px;display:flex}.fc-sidebar-link:hover{background:var(--fc-surface-2);color:var(--fc-text)}.fc-sidebar-link-active{color:var(--fc-text);background:oklch(62% .16 275/.14)}.fc-sidebar-badge{color:oklch(78% .14 275);background:oklch(62% .16 275/.18);border-radius:8px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.4}.fc-sidebar-footer{padding:var(--fc-space-3) 2px 0;border-top:1px solid var(--fc-border);align-items:center;gap:8px;margin-top:auto;display:flex}.fc-sidebar-avatar{background:var(--fc-surface-3);width:22px;height:22px;color:var(--fc-text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.fc-sidebar-footer-name{color:var(--fc-text-dim);font-size:12.5px}.fc-topbar{justify-content:space-between;align-items:center;gap:var(--fc-space-4);padding:var(--fc-space-3) var(--fc-space-5);border-bottom:1px solid var(--fc-border);background:var(--fc-bg);z-index:5;height:52px;display:flex;position:sticky;top:0}.fc-topbar-breadcrumb{color:var(--fc-text-dim);font-size:var(--fc-text-body)}.fc-topbar-right{align-items:center;gap:10px;display:flex}.fc-topbar-search{border:1px solid var(--fc-border);color:var(--fc-text-dim);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:flex}.fc-topbar-search-kbd{border-radius:var(--fc-radius-sm);background:var(--fc-surface-2);color:var(--fc-text-faint);margin-left:4px;padding:1px 5px;font-size:10px}.fc-content{padding:var(--fc-space-5);overflow-x:hidden}.fc-project-header{margin-bottom:var(--fc-space-5)}.fc-project-header-top{justify-content:space-between;align-items:flex-start;gap:var(--fc-space-4);margin-bottom:var(--fc-space-4);display:flex}.fc-project-header-titleblock{flex-direction:column;min-width:0;display:flex}.fc-project-name{margin:0;font-size:19px;font-weight:600}.fc-project-header-meta{justify-content:flex-end;align-items:flex-start;gap:var(--fc-space-5);flex-shrink:0;display:flex}.fc-project-header-meta .fc-project-meta-item{text-align:right}.fc-project-meta{gap:var(--fc-space-4);margin:var(--fc-space-3) 0 var(--fc-space-4);padding:var(--fc-space-3) 0;border-top:1px solid var(--fc-border);border-bottom:1px solid var(--fc-border);grid-template-columns:repeat(4,1fr);display:grid}.fc-project-meta-item .fc-rail-label{margin-bottom:2px}.fc-project-tabs{border-bottom:1px solid var(--fc-border);margin-bottom:var(--fc-space-5);gap:2px;display:flex;overflow-x:auto}.fc-project-tab{white-space:nowrap;padding:var(--fc-space-2) var(--fc-space-3);color:var(--fc-text-dim);border-bottom:2px solid #0000;font-size:12.5px;font-weight:500;text-decoration:none}.fc-project-tab:hover{color:var(--fc-text)}.fc-project-tab-active{color:var(--fc-text);border-bottom-color:var(--fc-accent)}.fc-ceo-layout{gap:var(--fc-space-5);height:calc(100vh - var(--fc-space-5) * 2);grid-template-columns:1fr 300px;display:grid}.fc-ceo-conversation{flex-direction:column;min-height:0;display:flex}.fc-ceo-thread{gap:var(--fc-space-4);flex-direction:column;flex:1;padding-right:4px;display:flex;overflow-y:auto}.fc-msg{max-width:640px;padding:var(--fc-space-3) var(--fc-space-4);border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border)}.fc-msg-user{background:var(--fc-accent-bg);border-color:#0000;align-self:flex-end}.fc-msg-ceo{background:var(--fc-surface-1);align-self:flex-start}.fc-msg-role{font-size:var(--fc-text-micro);text-transform:uppercase;letter-spacing:.03em;color:var(--fc-text-faint);margin-bottom:4px}.fc-msg-plan{border-top:1px solid var(--fc-border);font-size:var(--fc-text-body);color:var(--fc-text-dim);margin-top:8px;padding-top:8px}.fc-msg-thinking{color:var(--fc-text-dim);font-style:italic}.fc-delegated-actions{flex-direction:column;align-self:flex-start;gap:6px;display:flex}.fc-delegated-card{padding:var(--fc-space-2) var(--fc-space-3);border-radius:var(--fc-radius-md);background:var(--fc-surface-2);border:1px solid var(--fc-border);justify-content:space-between;gap:12px;min-width:280px;display:flex}.fc-routing-card{max-width:640px;padding:var(--fc-space-3) var(--fc-space-4);border-radius:var(--fc-radius-lg);border:1px dashed var(--fc-accent);background:var(--fc-accent-bg);color:var(--fc-text);cursor:pointer;text-align:left;align-self:flex-start}.fc-composer{gap:var(--fc-space-3);margin-top:var(--fc-space-4);align-items:flex-end;display:flex}.fc-composer .fc-textarea{resize:none;flex:1}.fc-right-rail{gap:var(--fc-space-3);flex-direction:column;display:flex;overflow-y:auto}.fc-rail-heading{font-size:var(--fc-text-caption);text-transform:uppercase;letter-spacing:.03em;color:var(--fc-text-faint);margin:0 0 4px}.fc-rail-label{font-size:var(--fc-text-caption);color:var(--fc-text-faint);display:block}.fc-rail-metric{font-size:var(--fc-text-metric);margin:0;font-weight:600}.fc-screen-title{font-size:var(--fc-text-page-title);margin:0 0 4px;font-weight:600}.fc-screen-subtitle{color:var(--fc-text-dim);margin:0 0 var(--fc-space-4)}.fc-group-heading{font-size:var(--fc-text-body-strong);margin:0 0 var(--fc-space-3);color:var(--fc-text-dim)}.fc-list{gap:var(--fc-space-3);flex-direction:column;display:flex}.fc-list-row{justify-content:space-between;align-items:flex-start;gap:var(--fc-space-3);display:flex}.fc-list-title{font-weight:600;font-size:var(--fc-text-body-strong)}.fc-list-meta{color:var(--fc-text-faint);font-size:var(--fc-text-caption);margin-top:2px}.fc-filter-bar{gap:var(--fc-space-2);margin-bottom:var(--fc-space-4);flex-wrap:wrap;display:flex}.fc-filter-chip{border:1px solid var(--fc-border-strong);color:var(--fc-text-dim);cursor:pointer;font-size:var(--fc-text-caption);text-transform:capitalize;background:0 0;border-radius:7px;padding:6px 13px}.fc-filter-chip-active{color:var(--fc-accent);background:oklch(62% .16 275/.14);border-color:oklch(62% .16 275/.4)}.fc-link-btn{color:var(--fc-accent);cursor:pointer;font-size:var(--fc-text-caption);background:0 0;border:none;padding:4px 0}.fc-payload-preview{background:var(--fc-surface-2);border-radius:var(--fc-radius-sm);padding:var(--fc-space-3);font-size:var(--fc-text-caption);max-width:100%;overflow-x:auto}.fc-approval-preview{margin:var(--fc-space-2) 0;padding:var(--fc-space-3);background:var(--fc-surface-2);border-radius:var(--fc-radius-sm)}.fc-approval-preview-image{border-radius:var(--fc-radius-sm);object-fit:cover;max-width:100%;max-height:320px;display:block}.fc-approval-preview-missing{color:var(--fc-danger);font-size:var(--fc-text-caption)}.fc-approval-preview-caption{margin-top:var(--fc-space-2);font-size:var(--fc-text-caption)}.fc-approval-actions{gap:var(--fc-space-2);margin-top:var(--fc-space-3);display:flex}.fc-approval-row{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;margin:0;padding:0;display:flex}.fc-approval-row-type{width:130px;color:var(--fc-text-faint);text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;flex:0 0 130px;font-size:11.5px;overflow:hidden}.fc-approval-row-main{flex:1;min-width:0}.fc-approval-fields-grid{gap:var(--fc-space-3) var(--fc-space-4);margin:var(--fc-space-4) 0;grid-template-columns:repeat(2,1fr);display:grid}.fc-approval-field-label{font-size:var(--fc-text-caption);color:var(--fc-text-faint);margin-bottom:2px}.fc-approval-field-value{font-size:var(--fc-text-body);color:var(--fc-text)}.fc-approval-section{margin:var(--fc-space-4) 0}.fc-approval-section-title{margin:0 0 var(--fc-space-2);font-size:var(--fc-text-body-strong);font-weight:600}.fc-approval-qa-criteria{margin:0 0 var(--fc-space-2);font-size:var(--fc-text-body);color:var(--fc-text-dim);padding-left:18px}.fc-carousel-controls{justify-content:center;align-items:center;gap:var(--fc-space-3);margin-top:var(--fc-space-2);display:flex}.fc-carousel-arrow{background:var(--fc-surface-3);border:1px solid var(--fc-border-strong);color:var(--fc-text);cursor:pointer;border-radius:999px;width:26px;height:26px;line-height:1}.fc-carousel-arrow:hover{background:var(--fc-surface-2)}.fc-carousel-label{font-size:var(--fc-text-caption);color:var(--fc-text-faint)}.fc-carousel-dots{margin-top:var(--fc-space-2);justify-content:center;align-items:center;gap:6px;display:flex}.fc-carousel-dot{background:var(--fc-border-strong);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0}.fc-carousel-dot-active{background:var(--fc-accent)}.fc-agent-grid,.fc-portfolio-grid{gap:var(--fc-space-4);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.fc-agent-rows{background:var(--fc-border);border:1px solid var(--fc-border);border-radius:var(--fc-radius-lg);flex-direction:column;gap:1px;display:flex;overflow:hidden}.fc-agent-row{align-items:center;gap:var(--fc-space-4);padding:var(--fc-space-3) var(--fc-space-4);background:var(--fc-surface-1);text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;border:none;display:flex}.fc-agent-row:hover{background:var(--fc-surface-2)}.fc-agent-avatar{border-radius:var(--fc-radius-md);background:var(--fc-accent-bg);color:var(--fc-accent);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.fc-agent-row-name{flex:180px;min-width:0}.fc-agent-row-name .fc-list-title,.fc-agent-row-name .fc-list-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fc-agent-row-status{flex:0 0 100px}.fc-agent-row-task{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--fc-text-dim);font-size:var(--fc-text-caption);flex:2 220px;overflow:hidden}.fc-agent-row-activity{text-align:right;color:var(--fc-text-faint);font-size:var(--fc-text-caption);flex:0 0 160px}@media (width<=720px){.fc-agent-row{flex-wrap:wrap}.fc-agent-row-task,.fc-agent-row-activity{text-align:left;flex-basis:100%}}.fc-portfolio-card-link{color:inherit;text-decoration:none;display:block}.fc-settings-list{grid-template-columns:max-content 1fr;gap:4px 16px;margin:0;display:grid}.fc-settings-list dt{color:var(--fc-text-faint)}.fc-settings-list dd{margin:0}.fc-link-row{justify-content:space-between;align-items:center;gap:var(--fc-space-3);width:100%;padding:var(--fc-space-2) 0;font:inherit;color:inherit;text-align:left;cursor:pointer;border-radius:var(--fc-radius-sm);background:0 0;border:none;margin:0;display:flex}.fc-link-row:hover{background:var(--fc-surface-2)}.fc-link-row+.fc-link-row{border-top:1px solid var(--fc-border)}.fc-link-row-text{flex-direction:column;gap:2px;display:flex}.fc-link-row-title{font-weight:600;font-size:var(--fc-text-body-strong);color:var(--fc-text)}.fc-link-row-description{font-size:var(--fc-text-caption);color:var(--fc-text-faint)}.fc-link-row-arrow{color:var(--fc-accent);flex-shrink:0;font-size:16px}.fc-mobile-approval-frame{background:var(--fc-surface-1);border:1px solid var(--fc-border);border-radius:var(--fc-radius-lg);max-width:420px;max-height:calc(100vh - 260px);padding:var(--fc-space-4);margin:0 auto;overflow-y:auto}.fc-mobile-approval-picker{margin-bottom:var(--fc-space-4);padding-bottom:var(--fc-space-3);border-bottom:1px solid var(--fc-border);flex-direction:column;gap:4px;display:flex}.fc-approval-scroll-hint{margin:var(--fc-space-2) 0 0;font-size:var(--fc-text-caption);color:var(--fc-text-faint)}.fc-home{max-width:1200px;margin:0 auto}.fc-home-header{margin-bottom:var(--fc-space-5);justify-content:space-between;align-items:flex-start;display:flex}.fc-timeline{gap:var(--fc-space-3);padding-left:var(--fc-space-4-5);border-left:1px solid oklch(100% 0 0/.1);flex-direction:column;display:flex;position:relative}.fc-timeline-entry{position:relative}.fc-timeline-dot{background:var(--fc-text-faint);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:-24px}.fc-analytics-block{gap:var(--fc-space-4);flex-direction:column;display:flex}.fc-analytics-header-row{justify-content:space-between;align-items:center;gap:var(--fc-space-3);flex-wrap:wrap;display:flex}.fc-analytics-title{margin:0;font-size:20px;font-weight:600}.fc-analytics-pillbar{align-items:center;gap:8px;display:flex}.fc-analytics-divider{background:oklch(100% 0 0/.1);width:1px;height:20px}.fc-analytics-pill{cursor:pointer;color:oklch(68% .006 260);background:0 0;border:1px solid oklch(100% 0 0/.1);border-radius:7px;padding:6px 12px;font-size:12px;font-weight:500}.fc-analytics-pill.is-active{color:oklch(97% .002 260);background:oklch(62% .16 275/.14);border:1px solid oklch(62% .16 275/.4)}.fc-analytics-tilegrid{background:oklch(100% 0 0/.08);border:1px solid oklch(100% 0 0/.08);border-radius:10px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.fc-analytics-tile{background:oklch(18.5% .006 260);padding:14px 16px}.fc-analytics-tile-label{color:oklch(50% .006 260);margin:0 0 6px;font-size:11px}.fc-analytics-tile-row{align-items:baseline;gap:6px;display:flex}.fc-analytics-tile-value{font-size:19px;font-weight:600}.fc-analytics-tile-delta{font-size:11px}.fc-analytics-panel-row{gap:var(--fc-space-4);grid-template-columns:1fr 1fr;display:grid}.fc-analytics-panel{border:1px solid oklch(100% 0 0/.09);border-radius:10px;padding:18px 20px}.fc-analytics-panel-title{color:oklch(68% .006 260);margin:0 0 14px;font-size:12.5px;font-weight:600}.fc-analytics-chart-bars{align-items:flex-end;gap:6px;height:110px;display:flex}.fc-analytics-bar{background:oklch(62% .16 275/.5);border-radius:3px 3px 0 0;flex:1}.fc-analytics-summary-text{color:oklch(85% .004 260);margin:0;font-size:12.5px}@media (width<=860px){.fc-analytics-tilegrid{grid-template-columns:repeat(2,1fr)}.fc-analytics-panel-row{grid-template-columns:1fr}}.fc-metric-strip{border:1px solid var(--fc-border);border-radius:var(--fc-radius-lg);margin-bottom:var(--fc-space-5);grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.fc-metric-cell{padding:var(--fc-space-4);border-right:1px solid var(--fc-border);background:var(--fc-surface-1)}.fc-metric-cell:last-child{border-right:none}.fc-metric-value{font-size:var(--fc-text-metric);margin:0;font-weight:600}.fc-metric-label{font-size:var(--fc-text-caption);color:var(--fc-text-faint);margin:4px 0 0}.fc-kanban-board{padding-bottom:var(--fc-space-3);gap:12px;display:flex;overflow-x:auto}.fc-kanban-column{flex-direction:column;flex:0 0 220px;gap:8px;display:flex}.fc-kanban-column-header{align-items:baseline;gap:6px;padding:0 2px;display:flex}.fc-kanban-column-name{text-transform:uppercase;letter-spacing:.03em;color:var(--fc-text-dim);font-size:11.5px;font-weight:600}.fc-kanban-column-count{color:var(--fc-text-faint);font-size:11px;font-weight:400}.fc-kanban-card{cursor:pointer}.fc-kanban-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.fc-kanban-agent-badge{color:oklch(85% .004 260);white-space:nowrap;background:oklch(100% 0 0/.06);border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:600}.fc-kanban-card-progress{background:var(--fc-surface-3);height:4px;margin-top:var(--fc-space-2);border-radius:999px;overflow:hidden}.fc-kanban-card-progress-fill{background:var(--fc-accent);height:100%}.fc-new-project-panel{border:1px dashed var(--fc-accent);background:var(--fc-accent-bg);border-radius:var(--fc-radius-lg);padding:var(--fc-space-4)}.fc-new-project-steps{gap:var(--fc-space-3);flex-direction:column;margin:8px 0 0;padding:0;list-style:none;display:flex}.fc-new-project-steps li{align-items:center;gap:var(--fc-space-3);font-size:var(--fc-text-body);color:var(--fc-text-dim);display:flex}.fc-new-project-step-index{background:var(--fc-surface-2);width:20px;height:20px;color:var(--fc-text-faint);font-size:var(--fc-text-micro);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.fc-new-project-stats{margin:8px 0 0}.fc-new-project-stat-row{justify-content:space-between;gap:var(--fc-space-3);border-top:1px solid var(--fc-border);padding:6px 0;display:flex}.fc-new-project-stat-row:first-child{border-top:none}.fc-new-project-stat-row dt{color:var(--fc-text-faint);font-size:var(--fc-text-caption)}.fc-new-project-stat-row dd{color:var(--fc-text-faint);font-size:var(--fc-text-caption);margin:0}.fc-not-configured{border:1px dashed var(--fc-border-strong);border-radius:var(--fc-radius-lg);padding:var(--fc-space-6);text-align:center;color:var(--fc-text-dim)}.fc-token-swatch-grid{gap:var(--fc-space-3);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.fc-token-swatch{border-radius:var(--fc-radius-md);border:1px solid var(--fc-border);overflow:hidden}.fc-token-swatch-color{height:56px}.fc-token-swatch-label{padding:var(--fc-space-2);font-size:var(--fc-text-caption);background:var(--fc-surface-1)}.fc-login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.fc-login-card{flex-direction:column;width:340px;display:flex}.fc-login-title{font-size:var(--fc-text-page-title);margin:0 0 4px}.fc-drawer-backdrop{z-index:20;background:oklch(0% 0 0/.5);position:fixed;inset:0}.fc-drawer{background:var(--fc-surface-1);z-index:21;border-left:1px solid oklch(100% 0 0/.1);width:460px;max-width:100%;animation:.2s ease-out fc-drawer-slide-in;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 32px oklch(0% 0 0/.3)}@keyframes fc-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.fc-drawer{animation:none}}.fc-drawer-header{justify-content:space-between;align-items:center;gap:var(--fc-space-3);padding:var(--fc-space-4);border-bottom:1px solid var(--fc-border);background:var(--fc-surface-1);display:flex;position:sticky;top:0}.fc-drawer-title{font-size:var(--fc-text-panel-title);margin:0;font-weight:600}.fc-drawer-close{color:var(--fc-text-dim);cursor:pointer;padding:var(--fc-space-1);background:0 0;border:none;font-size:18px;line-height:1}.fc-drawer-close:hover{color:var(--fc-text)}.fc-drawer-body{padding:var(--fc-space-4)}@media (width<=860px){.fc-shell{grid-template-columns:1fr}.fc-sidebar{z-index:10;height:auto;padding:var(--fc-space-2) var(--fc-space-3);flex-direction:row;align-items:center;position:sticky;top:0;overflow-x:auto}.fc-sidebar-header,.fc-sidebar-footer{display:none}.fc-sidebar-list{flex-direction:row}.fc-sidebar-link{white-space:nowrap;font-size:var(--fc-text-body);padding:var(--fc-space-2)}.fc-ceo-layout{grid-template-columns:1fr;height:auto}.fc-right-rail{flex-direction:row;order:-1;overflow-x:auto}.fc-right-rail .fc-card{min-width:200px}.fc-portfolio-grid,.fc-agent-grid{grid-template-columns:1fr}.fc-metric-strip,.fc-project-meta{grid-template-columns:repeat(2,1fr)}.fc-project-header-top{flex-direction:column;align-items:flex-start}.fc-project-header-meta{justify-content:flex-start;gap:var(--fc-space-4);flex-wrap:wrap}.fc-project-header-meta .fc-project-meta-item{text-align:left}}.fc-wizard{max-width:640px;margin:0 auto}.fc-wizard-progress{margin-bottom:var(--fc-space-4);gap:6px;display:flex}.fc-wizard-progress-seg{background:var(--fc-surface-3);border-radius:999px;flex:1;height:4px}.fc-wizard-progress-seg.done,.fc-wizard-progress-seg.active{background:var(--fc-accent)}.fc-wizard-step-label{font-size:var(--fc-text-caption);color:var(--fc-text-faint);margin:0 0 var(--fc-space-4)}.fc-wizard-step-title{font-size:var(--fc-text-panel-title);margin:0 0 var(--fc-space-4);font-weight:600}.fc-wizard-option{align-items:flex-start;gap:var(--fc-space-3);padding:var(--fc-space-3) var(--fc-space-4);border-radius:var(--fc-radius-md);border:1px solid var(--fc-border-strong);background:var(--fc-surface-2);cursor:pointer;text-align:left;width:100%;margin-bottom:var(--fc-space-2);font:inherit;color:inherit;display:flex}.fc-wizard-option:hover{background:var(--fc-surface-3)}.fc-wizard-option.selected{border-color:var(--fc-accent);background:var(--fc-accent-bg)}.fc-wizard-option-radio{border:1px solid var(--fc-border-strong);border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px;position:relative}.fc-wizard-option.selected .fc-wizard-option-radio{border-color:var(--fc-accent)}.fc-wizard-option.selected .fc-wizard-option-radio:after{content:"";background:var(--fc-accent);border-radius:50%;position:absolute;inset:3px}.fc-wizard-option-title{font-weight:600;display:block}.fc-wizard-option-hint{font-size:var(--fc-text-caption);color:var(--fc-text-faint);margin-top:2px;display:block}.fc-wizard-chip-row{gap:var(--fc-space-2);flex-wrap:wrap;display:flex}.fc-wizard-chip{border:1px solid var(--fc-border-strong);background:var(--fc-surface-2);cursor:pointer;font-size:var(--fc-text-body);color:inherit;border-radius:999px;padding:6px 14px}.fc-wizard-chip:hover{background:var(--fc-surface-3)}.fc-wizard-chip.selected{border-color:var(--fc-accent);background:var(--fc-accent-bg);color:var(--fc-accent)}.fc-wizard-connect-row{justify-content:space-between;align-items:center;gap:var(--fc-space-3);padding:var(--fc-space-3) var(--fc-space-4);border-radius:var(--fc-radius-md);border:1px solid var(--fc-border);background:var(--fc-surface-1);margin-bottom:var(--fc-space-2);display:flex}.fc-wizard-review-row{justify-content:space-between;gap:var(--fc-space-4);padding:var(--fc-space-2) 0;border-bottom:1px solid var(--fc-border);display:flex}.fc-wizard-review-row:last-child{border-bottom:none}.fc-wizard-footer{margin-top:var(--fc-space-5);justify-content:space-between;display:flex}.fc-ig-header-strip{border:1px solid var(--fc-border);border-radius:var(--fc-radius-lg);gap:var(--fc-space-6);flex-wrap:wrap;padding:16px 20px;display:flex}.fc-ig-header-item-label{color:var(--fc-text-faint);font-size:11px}.fc-ig-header-item-value{font-size:var(--fc-text-body);margin-top:3px;font-weight:500}.fc-ig-section-title{color:var(--fc-text-dim);margin:0 0 10px;font-size:12.5px;font-weight:600}.fc-ig-queue-row{border:1px solid var(--fc-border);border-radius:var(--fc-radius-md);align-items:center;gap:var(--fc-space-3);padding:11px 14px;display:flex}.fc-ig-thumb-sm{border-radius:var(--fc-radius-sm);background:repeating-linear-gradient(135deg, var(--fc-surface-3), var(--fc-surface-3) 4px, var(--fc-surface-2) 4px, var(--fc-surface-2) 8px);object-fit:cover;flex-shrink:0;width:36px;height:36px}.fc-ig-queue-title{font-size:var(--fc-text-body);flex:1}.fc-ig-approval-card{border-radius:var(--fc-radius-lg);padding:var(--fc-space-4);gap:var(--fc-space-4);cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:oklch(62% .16 275/.06);border:1px solid oklch(62% .16 275/.35);display:flex}.fc-ig-approval-thumb{border-radius:var(--fc-radius-md);background:repeating-linear-gradient(135deg, var(--fc-surface-3), var(--fc-surface-3) 5px, var(--fc-surface-2) 5px, var(--fc-surface-2) 10px);width:80px;height:100px;color:var(--fc-text-faint);text-align:center;object-fit:cover;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-family:monospace;font-size:9px;display:flex}.fc-ig-approval-body{flex:1;min-width:0}.fc-ig-approval-title{font-size:var(--fc-text-body-strong);margin-bottom:4px;font-weight:600}.fc-ig-approval-caption{font-size:var(--fc-text-caption);color:var(--fc-text-dim);margin-bottom:8px}.fc-ig-approval-meta{color:var(--fc-text-faint);flex-wrap:wrap;gap:14px;font-size:11px;display:flex}.fc-ig-approval-actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.fc-ig-approval-action-btn{border-radius:var(--fc-radius-sm);text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;padding:6px 14px;font-size:11.5px;font-weight:600}.fc-ig-approval-action-approve{background:var(--fc-success);color:oklch(13% .01 155);border-color:var(--fc-success)}.fc-ig-approval-action-reject{color:var(--fc-danger);border-color:oklch(65% .18 25/.3)}
