@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #f3efe6;--bg-gradient: radial-gradient(circle at 15% 10%, #fff7e9 0%, transparent 50%), radial-gradient(circle at 80% 0%, #e7f3ef 0%, transparent 45%), linear-gradient(120deg, #f6f0e6 0%, #f2efe9 100%);--surface: #ffffff;--surface-muted: #f9f5ee;--surface-strong: #f2ede4;--ink: #1e1c19;--muted: #5c5751;--accent: #0f7664;--accent-strong: #0a5b4e;--accent-warm: #f08c5b;--border: rgba(25, 20, 15, .12);--shadow: 0 24px 60px rgba(30, 24, 18, .12);--radius-lg: 22px;--radius-md: 16px;--radius-sm: 10px;--font-display: "Fraunces", serif;--font-sans: "Space Grotesk", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg);background-image:var(--bg-gradient);color:var(--ink);min-height:100vh}h1,h2,h3,h4{font-family:var(--font-display);margin:0 0 8px}p{margin:0 0 8px;line-height:1.5}a{color:var(--accent);text-decoration:none}button,input,textarea,select{font-family:var(--font-sans)}input,textarea,select{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink)}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--muted)}.button{border:none;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;background:var(--accent);color:#fff;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 10px 20px #0f766433}.button:hover{transform:translateY(-1px);background:var(--accent-strong)}.button:disabled{opacity:.6;cursor:not-allowed}.button.ghost{background:transparent;color:var(--accent);border:1px solid rgba(15,118,100,.3);box-shadow:none}.button.small{padding:6px 12px;font-size:.8rem}.button.ghost:hover{background:#0f766414}.helper-text{font-size:.85rem;color:var(--muted)}.muted{color:var(--muted)}.error-text{color:#c0392b;font-size:.9rem}.empty-state{color:var(--muted);font-size:.95rem}.app-shell{min-height:100vh}.activity-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;background:#0f766424;color:var(--accent-strong);font-size:.85rem;border-bottom:1px solid var(--border)}.activity-pulse{width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 #0f766466;animation:pulse 1.5s ease-out infinite}.top-bar{display:flex;flex-direction:column;gap:8px;padding:10px 32px;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.top-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.top-left,.top-right{display:flex;align-items:center;gap:16px}.top-right{justify-content:flex-end}.auth-area{position:relative;display:flex;align-items:center;gap:12px}.auth-user{display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted)}.auth-avatar{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;font-weight:600;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-warm))}.auth-meta{display:flex;flex-direction:column;gap:2px;font-size:.75rem;line-height:1.1}.auth-name{font-weight:600}.auth-email{color:var(--muted)}.auth-panel{position:absolute;right:0;top:calc(100% + 12px);min-width:320px;max-width:min(360px,90vw);z-index:20}.auth-panel-standalone{position:static;margin:0 auto;width:min(360px,100%);max-width:360px}.auth-panel-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.auth-panel form{display:flex;flex-direction:column;gap:12px}.auth-actions{display:flex;flex-direction:column;gap:10px;margin-top:6px}.auth-divider{display:flex;align-items:center;gap:12px;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.google-signin{display:flex;justify-content:center}.google-signin.disabled{opacity:.6;pointer-events:none}.product-switcher select{min-width:180px}.generation-status{display:flex;flex-direction:column;font-size:.75rem;color:var(--muted);gap:4px}.generation-status .status-row{display:flex;align-items:center;gap:8px;color:var(--ink)}.generation-status .status-detail{color:var(--muted);font-size:.7rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#0f766466}.status-dot.active{background:var(--accent);box-shadow:0 0 #0f766466;animation:pulse 1.6s infinite}.report-progress{position:relative;height:6px;border-radius:999px;background:#0f766429;overflow:hidden}.report-progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .6s ease}.search input{border-radius:999px;background:var(--surface-muted)}.last-updated{display:flex;flex-direction:column;font-size:.75rem;color:var(--muted)}.app-body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;padding:32px;padding-bottom:calc(32px + var(--copilot-dock-height, 0px));max-width:1440px;margin:0 auto}.app-body.no-left{grid-template-columns:minmax(0,1fr)}.center-canvas{display:flex;flex-direction:column;gap:24px}.left-rail{position:sticky;top:80px;display:flex;flex-direction:column;gap:16px}.rail-group{display:flex;flex-direction:column;gap:8px;background:#fff9;padding:14px;border-radius:var(--radius-md);border:1px solid var(--border)}.rail-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.rail-item,.rail-subitem{border:none;background:none;text-align:left;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;color:var(--ink);display:flex;justify-content:space-between;gap:8px}.rail-item.active,.rail-subitem.active{background:#0f76641f;color:var(--accent-strong)}.rail-item:disabled,.rail-subitem:disabled{opacity:.5;cursor:not-allowed}.rail-sublist{display:flex;flex-direction:column;gap:6px;padding-left:6px}.right-rail-wrapper{position:sticky;top:80px;align-self:start}.right-rail{display:flex;flex-direction:column;gap:20px}.rail-section{background:var(--surface);border-radius:var(--radius-md);padding:16px;border:1px solid var(--border);box-shadow:var(--shadow)}.build-log{background:var(--surface-muted)}.log-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:var(--muted)}.log-list li{display:flex;gap:8px;align-items:baseline}.log-time{font-size:.75rem;color:var(--muted)}.section-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.gap-list{display:flex;flex-direction:column;gap:12px}.gap-card{padding:12px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-muted)}.page{display:flex;flex-direction:column;gap:24px;animation:fadeUp .4s ease both}.page-header p{color:var(--muted)}.grid{display:grid;gap:20px}.grid.two-column{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid.three-column{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--surface);border-radius:var(--radius-lg);padding:18px;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.card.card-soft{background:var(--surface-muted)}.card.card-outline{background:transparent}.card-header{display:flex;justify-content:space-between;gap:12px}.section-card{display:flex;justify-content:space-between;align-items:center;gap:12px}.card-subtitle{color:var(--muted);font-size:.9rem}.card-actions{display:flex;gap:8px}.panel{background:var(--surface);border-radius:var(--radius-lg);padding:20px;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.panel-actions{display:flex;gap:12px;align-items:center;margin-top:8px}.inline-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-md);background:#0f76641a;color:var(--accent-strong)}.workspace-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.workspace-selector,.onboarding,.fullscreen-chat{max-width:1200px;margin:0 auto;padding:32px}.workspace-selector.auth-only{min-height:80vh;align-items:center;justify-content:center;gap:0}.workspace-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:var(--radius-md);padding:16px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.workspace-card:disabled{opacity:.6;cursor:not-allowed}.workspace-list{display:flex;flex-direction:column;gap:12px}.badge{font-size:.75rem;color:var(--muted)}.stepper{display:flex;gap:12px}.step{padding:6px 12px;border-radius:999px;border:1px solid var(--border);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.step.active{background:#0f76641f;border-color:var(--accent);color:var(--accent-strong)}.integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.integration-card{border-radius:var(--radius-md);border:1px dashed var(--border);padding:16px}.card-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.detail-stack{display:flex;flex-direction:column;gap:16px}.detail-card{border-radius:var(--radius-md);border:1px solid var(--border);padding:14px;background:var(--surface-muted);display:flex;flex-direction:column;gap:10px}.detail-card .field-row:last-child{border-bottom:none;padding-bottom:0}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.detail-title{margin:0;font-size:1rem}.detail-subtitle{margin:0;color:var(--muted);font-size:.85rem}.checkbox-row{display:flex;align-items:center;gap:10px}.checkbox-row input{margin:0}.repo-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.repo-selector{margin-top:12px}.repo-picker{display:flex;flex-direction:column;gap:8px}.checkbox{display:flex;align-items:center;gap:10px;font-size:.9rem}.checkbox input{margin:0}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.model-preview{padding:16px;border-radius:var(--radius-md);border:1px dashed var(--border);background:var(--surface-muted)}.chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:#0f76641a;color:var(--accent-strong)}.chip-muted,.chip.subtle{background:#00000014;color:var(--muted)}.chip-accent{background:#f08c5b33;color:#b7572a}.chip-outline{background:transparent;border:1px solid var(--border);color:var(--muted)}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.status-badge{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:#00000014}.status-success{background:#2f9e442e;color:#2f9e44}.status-warning{background:#f08c002e;color:#c87300}.status-danger{background:#e0313126;color:#c92a2a}.metric{background:var(--surface-muted);padding:12px;border-radius:var(--radius-md)}.metric-label{font-size:.75rem;color:var(--muted)}.metric-value{font-size:1.1rem;font-weight:600}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.field-row{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:1px dashed var(--border)}.field-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.field-value{font-size:.95rem}.field-list{margin:0;padding-left:18px}.field-chips{display:flex;flex-wrap:wrap;gap:8px}.object-list{display:flex;flex-direction:column;gap:12px}.object-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-muted);padding:12px;display:flex;flex-direction:column;gap:10px}.object-card-header h4{margin:0;font-size:.95rem}.field-row.compact{padding-bottom:10px}.field-row.compact:last-child{border-bottom:none;padding-bottom:0}.field-row.compact.diff-highlight{border-left:3px solid rgba(15,118,100,.4);padding-left:10px}.field-list-alert{padding:10px 12px;border-radius:var(--radius-sm);border:1px dashed var(--border);background:#0000000a}.progress-bar{height:8px;background:#00000014;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.research-stream-panel{display:flex;flex-direction:column;gap:12px;background:var(--surface-muted);border-radius:var(--radius-md);padding:14px;border:1px dashed var(--border)}.stream-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stream-actions{display:flex;align-items:center;gap:8px}.stream-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.stream-history{max-height:260px;overflow-y:auto;padding-right:4px}.stream-item{display:flex;gap:10px;align-items:baseline;font-size:.9rem}.stream-time{font-size:.75rem;color:var(--muted);min-width:60px}.stream-draft{margin:0;padding:12px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);white-space:pre-wrap;font-size:.85rem;color:var(--ink)}.action-card{border-radius:var(--radius-md);border:1px solid var(--border);padding:12px;display:flex;flex-direction:column;gap:10px;background:var(--surface-muted)}.action-header{display:flex;justify-content:space-between;gap:12px}.action-title{font-weight:600}.action-rationale{color:var(--muted);font-size:.9rem}.action-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:.85rem;color:var(--muted)}.action-actions{display:flex;gap:8px;flex-wrap:wrap}.diff-viewer,.diff-list{display:flex;flex-direction:column;gap:12px}.diff-card{border-radius:var(--radius-md);border:1px solid var(--border);padding:12px;background:var(--surface-muted);display:flex;flex-direction:column;gap:10px}.diff-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.diff-checkbox{width:auto}.diff-path{font-weight:600}.diff-meta{font-size:.8rem;color:var(--muted)}.diff-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.diff-body pre{background:#0000000f;padding:8px;border-radius:var(--radius-sm);font-size:.75rem;white-space:pre-wrap;margin:0}.diff-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.diff-banner{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid rgba(15,118,100,.18);background:#0f766414}.diff-banner p{margin:4px 0 0}.inline-diff{border:1px solid var(--border);background:var(--surface-muted);border-radius:var(--radius-md);padding:12px;display:flex;flex-direction:column;gap:10px}.inline-diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.inline-diff-text,.inline-diff-pre{background:#ffffffc2;border-radius:var(--radius-sm);border:1px solid var(--border);padding:10px;margin:0;font-size:.85rem;line-height:1.45;white-space:pre-wrap}.diff-span.add{background:#22c55e2e;border-radius:4px}.diff-span.remove{background:#ef44442e;border-radius:4px;text-decoration:line-through}.inline-diff-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.inline-diff-details{border-top:1px solid var(--border);padding-top:10px;display:flex;flex-direction:column;gap:6px;font-size:.85rem}.diff-workbench-backdrop{position:fixed;inset:0;background:#0f172a6b;display:grid;place-items:center;padding:18px;z-index:50}.diff-workbench{width:min(1120px,96vw);max-height:88vh;display:flex;flex-direction:column;gap:14px;padding:16px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 22px 60px #00000038}.diff-workbench-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.diff-workbench-title{margin:0}.diff-workbench-header-actions{display:flex;align-items:center;gap:10px}.diff-workbench-body{flex:1;overflow:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.diff-workbench-text,.diff-workbench-pre{background:#fffc;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;margin:0;white-space:pre-wrap}.diff-workbench-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.chat-panel{display:flex;flex-direction:column;gap:12px}.chat-panel.fullscreen .chat-messages{max-height:480px}.chat-header h3{margin-bottom:4px}.context-chips{display:flex;flex-wrap:wrap;gap:6px}.chip-toggle{border:none;background:transparent;padding:0;cursor:pointer}.chip-toggle.active .chip{background:#0f766433;color:var(--accent-strong)}.chat-messages{max-height:260px;overflow:auto;display:flex;flex-direction:column;gap:8px}.chat-message{padding:10px;border-radius:var(--radius-md);background:var(--surface-muted)}.chat-message.user{border-left:3px solid var(--accent)}.chat-message.assistant{border-left:3px solid var(--accent-warm)}.chat-role{text-transform:uppercase;font-size:.7rem;color:var(--muted)}.chat-content{font-size:.9rem}.chat-input{display:flex;flex-direction:column;gap:10px}.copilot-dock{position:fixed;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);box-shadow:0 -12px 24px #00000014;z-index:30}.copilot-dock.collapsed{justify-content:flex-end}.copilot-dock.open .copilot-bar{box-shadow:inset 0 1px 0 var(--border)}.copilot-resize{height:12px;display:grid;place-items:center;cursor:ns-resize}.copilot-resize-handle{width:44px;height:4px;border-radius:999px;background:#0f172a38}.copilot-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px}.copilot-input-row{display:flex;align-items:center;gap:10px;flex:1;min-width:240px}.copilot-input{flex:1;border-radius:var(--radius-lg);background:var(--surface);min-height:44px;max-height:160px;line-height:1.4;overflow-y:hidden;resize:none}.copilot-dock.open .copilot-input{border-radius:var(--radius-md)}.copilot-meta{display:flex;align-items:center;gap:10px}.copilot-body{flex:1;display:flex;flex-direction:column;gap:12px;padding:12px 16px;overflow:hidden;min-height:0}.copilot-tabs{display:flex;gap:8px;flex-wrap:wrap}.copilot-tabs .tab{border:1px solid var(--border);background:var(--surface-muted);border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:600;font-size:.85rem}.copilot-tabs .tab.active{background:#0f766424;border-color:#0f766466;color:var(--accent-strong)}.copilot-pane{flex:1;overflow:auto;padding-right:4px;display:flex;flex-direction:column;gap:12px;min-height:0}.copilot-pane .chat-messages.dock{max-height:none}.pane-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.context-selector{position:relative}.context-popover{position:absolute;bottom:calc(100% + 12px);left:0;width:min(360px,88vw);z-index:40}.context-popover-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.context-toggle{display:flex;align-items:center;gap:10px;font-size:.9rem;margin-bottom:10px}.context-search input{border-radius:999px;background:var(--surface-muted);margin-bottom:10px}.context-groups{display:flex;flex-direction:column;gap:12px}.context-group-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px}.context-option{display:flex;align-items:center;gap:10px;font-size:.9rem;padding:4px 0}.mapping-list{display:flex;flex-direction:column;gap:6px}.mapping-row{display:flex;justify-content:space-between;gap:8px;font-size:.85rem}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.list li{display:flex;justify-content:space-between;align-items:center;gap:12px}.settings-tabs{display:flex;gap:12px;flex-wrap:wrap}.settings-tabs .tab{border:1px solid var(--border);background:var(--surface-muted);border-radius:999px;padding:8px 16px;cursor:pointer;font-weight:600;font-size:.9rem}.settings-tabs .tab.active{background:#0f766424;border-color:#0f766466;color:var(--accent-strong)}.danger-zone{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(201,42,42,.25);background:#c92a2a14}.danger-confirm{margin-top:16px;padding:16px;border-radius:var(--radius-md);border:1px solid rgba(201,42,42,.25);background:#c92a2a0f}.danger-confirm-card{display:flex;flex-direction:column;gap:12px}.button.danger{background:#c92a2a;box-shadow:0 10px 20px #c92a2a33}.button.danger:hover{background:#a61e1e}.matrix{width:100%;border-collapse:collapse;font-size:.9rem}.matrix th,.matrix td{text-align:left;padding:8px;border-bottom:1px solid var(--border)}.markdown h1,.markdown h2,.markdown h3{font-family:var(--font-display);margin-top:16px}.markdown p{margin-bottom:12px}.markdown ul{padding-left:20px;margin:8px 0 16px}.markdown a{color:var(--accent)}.stage-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.fullscreen-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #0f766466}70%{box-shadow:0 0 0 8px #0f766400}to{box-shadow:0 0 #0f766400}}@media(max-width:1279px){.app-body{grid-template-columns:200px minmax(0,1fr)}}@media(max-width:1023px){.app-body{grid-template-columns:minmax(0,1fr)}.left-rail{display:none}}@media(max-width:900px){.app-body{padding:16px}.top-bar{padding:16px;gap:12px}.top-row{grid-template-columns:1fr;gap:12px}}
