*,:before,:after{box-sizing:border-box}html,body,#root{background:#f1f5f9;height:100%;margin:0;padding:0}.svg-drag-ghost{pointer-events:none;color:#fff;z-index:9999;white-space:nowrap;background:#0f172a;border-radius:6px;padding:4px 10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:600;position:fixed;box-shadow:0 4px 12px #00000040}.externalGuidance{background-color:#fff;border-radius:8px;width:300px;height:100vh;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.guidance-chat{color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;flex-direction:column;gap:.875rem;width:100%;padding:1rem;display:flex;box-shadow:0 2px 4px #0000001a}.guidance-chat__header{align-items:flex-start;gap:1rem;display:flex}.guidance-chat__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#666;margin:0 0 .25rem;font-size:.75rem}.guidance-chat__header h2{color:#000;margin:0;font-size:1.125rem;font-weight:700}.guidance-chat__meta{color:#666;flex-direction:row;align-items:flex-end;gap:.35rem;font-size:.78rem;display:flex}.guidance-chat__toggle{color:#666;background:#f0f0f0;border-radius:999px;justify-content:center;align-items:center;padding:.25rem .55rem;font-size:.75rem;display:inline-flex}.guidance-chat__toggle--on{color:#2e7d32;background:#e8f5e9}.guidance-chat__controls{flex-direction:column;gap:.45rem;display:flex}.guidance-chat__switch{color:#000;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;font-size:.9rem;display:inline-flex}.guidance-chat__switch input{accent-color:#1976d2;width:1rem;height:1rem}.guidance-chat__hint{color:#888;margin:0;font-size:.78rem}.guidance-chat__transcript{scrollbar-color:#ccc transparent;flex-direction:column;gap:.75rem;max-height:min(58vh,34rem);padding-right:.25rem;display:flex;overflow-y:auto}.guidance-chat__message{display:flex}.guidance-chat__message--user{justify-content:flex-end}.guidance-chat__message--assistant,.guidance-chat__message--error{justify-content:flex-start}.guidance-chat__bubble{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:.5rem;max-width:min(92%,29rem);padding:.85rem .95rem;box-shadow:0 1px 2px #0000000d}.guidance-chat__message--user .guidance-chat__bubble{color:#1976d2;background:#e3f2fd;border-color:#90caf9}.guidance-chat__message--error .guidance-chat__bubble{color:#c62828;background:#ffebee;border-color:#ef5350}.guidance-chat__role-row{text-transform:uppercase;letter-spacing:.09em;color:#999;opacity:1;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.45rem;font-size:.72rem;display:flex}.guidance-chat__bubble p{white-space:pre-wrap;color:#000;margin:0;font-size:.94rem;line-height:1.55}.guidance-chat__typing{gap:.24rem;margin-top:.65rem;display:inline-flex}.guidance-chat__typing span{opacity:.5;background:#666;border-radius:999px;width:.42rem;height:.42rem;animation:1.1s ease-in-out infinite guidance-chat-pulse}.guidance-chat__typing span:nth-child(2){animation-delay:.15s}.guidance-chat__typing span:nth-child(3){animation-delay:.3s}.guidance-chat__composer{flex-direction:row;gap:.8rem;padding-top:.25rem;display:flex}.guidance-chat__label{flex-direction:column;flex:1;gap:.45rem;margin-right:4px;font-size:.9rem;display:flex}.guidance-chat__label span{color:#333}.guidance-chat__label textarea{resize:vertical;color:#000;font:inherit;background:#fff;border:1px solid #ccc;border-radius:.5rem;outline:none;padding:.9rem 1rem;line-height:1.5}.guidance-chat__label textarea::placeholder{color:#999}.guidance-chat__label textarea:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.guidance-chat__label textarea:disabled{opacity:.7;background:#f5f5f5}.guidance-chat__composer-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.guidance-chat__status{color:#888;min-height:1rem;font-size:.82rem}.guidance-chat__composer-footer button{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:.25rem;padding:.8rem 1.15rem;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s;box-shadow:0 2px 4px #0000001a}.guidance-chat__composer-footer button:hover:not(:disabled){background:#1565c0;transform:translateY(-1px)}.guidance-chat__composer-footer button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;background:#ccc}@keyframes guidance-chat-pulse{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-.18rem)}}@media (width<=640px){.guidance-chat{border-radius:.5rem;padding:.85rem}.guidance-chat__header,.guidance-chat__composer-footer{flex-direction:column;align-items:flex-start}.guidance-chat__meta{align-items:flex-start}.guidance-chat__bubble{max-width:100%}}.tooltip{pointer-events:none;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;max-width:280px;padding:10px 14px;position:fixed;box-shadow:0 4px 16px #0000001f}.tooltip--interactive{pointer-events:auto}.tooltip-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:8px;padding-bottom:6px;display:flex}.tooltip-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.tooltip-close{cursor:pointer;color:#cbd5e1;background:0 0;border:none;border-radius:3px;flex-shrink:0;padding:0 2px;font-size:16px;line-height:1;transition:color .12s,background .12s}.tooltip-close:hover{color:#475569;background:#f1f5f9}.tooltip-grid{grid-template-columns:1fr 1fr;gap:3px 10px;display:grid}.tooltip-label{color:#94a3b8;font-size:11px}.tooltip-value{color:#0f172a;text-align:right;font-size:11px;font-weight:500}.tooltip-add-btn{color:#fff;cursor:pointer;text-align:center;background:#b2df8a;border:none;border-radius:6px;width:100%;margin-top:10px;padding:6px 10px;font-size:12px;font-weight:600;transition:background .15s}.tooltip-add-btn:hover:not(:disabled){background:#9bc774}.tooltip-add-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.compare-panel{flex-direction:column;gap:10px;height:100%;display:flex}.compare-body{flex:1;grid-template-columns:220px 1fr 220px;align-items:stretch;gap:12px;min-height:0;display:grid}.drop-zone{background:#fafafa;border:1.5px dashed #e2e8f0;border-radius:8px;flex-direction:column;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.drop-zone.drag-over,.drop-zone.custom-drag-over{background:#6366f10f;border-color:#6366f1!important}.drop-zone.zone-filled{background:#fff;border-style:solid;border-color:#e2e8f0}.zone-content{flex-direction:column;height:100%;display:flex;overflow:hidden}.zone-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:6px;padding:8px 10px 7px;display:flex}.zone-name{font-size:13px;font-weight:700;line-height:1.3}.zone-subtitle{color:#94a3b8;margin-top:1px;font-size:10px}.zone-clear{color:#cbd5e1;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:17px;line-height:1;transition:color .15s}.zone-clear:hover{color:#ef4444}.zone-attrs{flex-direction:column;flex:1;gap:4px;padding:4px 10px 8px;display:flex;overflow-y:auto}.zone-attr-row{justify-content:space-between;align-items:baseline;gap:6px;display:flex}.zone-attr-label{color:#94a3b8;white-space:nowrap;font-size:10px}.zone-attr-value{color:#0f172a;font-size:10px;font-weight:600}.zone-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:4px;height:100%;padding:16px;display:flex}.zone-slot-num{opacity:.25;font-size:28px;font-weight:800}.zone-hint{color:#94a3b8;font-size:11px;font-weight:600}.zone-hint-sub{color:#cbd5e1;font-size:10px}.radar-wrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.zone-color-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.scatter-container{flex-direction:column;gap:10px;height:100%;display:flex}.scatter-controls{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:16px;display:flex}.axis-label{color:#475569;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.axis-label select{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:4px 8px;font-size:12px}.axis-label select:focus{border-color:#6366f1}.scatter-hint{color:#cbd5e1;margin-left:auto;font-size:11px;font-style:italic}.scatter-svg-wrapper{flex:1;min-height:0;position:relative}.scatter-svg-wrapper svg{display:block}.employee-card{cursor:grab;background:#b9e295a6;border:1px solid #b9e295;border-radius:6px;flex-direction:column;justify-content:space-between;gap:3px;height:100%;padding:6px 8px 6px 10px;transition:background .12s,box-shadow .12s;display:flex;overflow:hidden}.employee-card:hover{background:#f1f5f9;box-shadow:0 1px 4px #00000014}.employee-card:active{cursor:grabbing}.card-header{justify-content:space-between;align-items:flex-start;gap:4px;min-height:0;display:flex}.card-header-info{flex-direction:column;gap:1px;min-width:0;display:flex}.card-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;line-height:1.3;display:block;overflow:hidden}.card-title{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;display:block;overflow:hidden}.card-remove{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:-1px;padding:0 1px;font-size:14px;line-height:1;transition:color .12s}.card-remove:hover{color:#ef4444}.card-row{flex-wrap:nowrap;align-items:center;gap:3px;display:flex;overflow:hidden}.chip{color:#475569;white-space:nowrap;background:#e2e8f0;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:500;line-height:1.6}.chip-dept{color:#5b21b6;text-overflow:ellipsis;background:#ede9fe;flex-shrink:1;min-width:0;font-weight:600;overflow:hidden}.chip-gender{color:#1d4ed8;background:#dbeafe;flex-shrink:0;font-weight:600}.response-panel{flex-direction:column;gap:10px;height:100%;display:flex}.panel-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.panel-title{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700;display:flex}.taskforce-count{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:500}.btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s}.btn-add:hover:not(:disabled){background:#4f46e5}.btn-add:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.slots-grid{flex:1;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:6px;min-height:0;display:grid;overflow-y:auto}.slot{flex-direction:column;min-width:0;min-height:0;display:flex}.slot-filled .employee-card{flex:1;min-height:0}.slot-placeholder{color:#cbd5e1;background:#fafafa;border:1.5px dashed #e2e8f0;border-radius:6px;flex:1;justify-content:center;align-items:center;min-height:0;font-size:13px;font-weight:600;display:flex}.constraint-bar{flex-direction:column;gap:4px;display:flex}.constraint-header{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.constraint-label{color:#475569;font-size:11px;font-weight:500}.constraint-values{white-space:nowrap;align-items:baseline;gap:3px;font-size:11px;display:flex}.constraint-current{font-size:12px;font-weight:700}.constraint-sep{color:#cbd5e1}.constraint-limit{color:#94a3b8}.bar-track{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;height:8px;display:flex;position:relative;overflow:hidden}.bar-fill{border-radius:4px;height:100%;transition:width .4s,background .3s}.bar-overflow{opacity:.5;height:100%}.bar-limit-marker{background:#e2e8f0;width:2px;height:100%;position:absolute;top:0;right:0}.constraint-status{text-align:right;font-size:10px}.status-met{color:#6ab04c;font-weight:600}.status-unmet{color:#c0497a;font-weight:600}.constraints-panel{flex-direction:column;gap:10px;height:100%;display:flex}.constraint-badge{border-radius:10px;padding:1px 7px;font-size:10px;font-weight:600}.badge-ok{color:#a1d76a;background:#10b9811f}.badge-warn{color:#e9a3c9;background:#f59e0b1f}.constraints-list{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow-y:auto}.team-summary{border-top:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:5px;padding-top:8px;display:flex}.summary-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.summary-row-dept{align-items:flex-start}.summary-label{color:#94a3b8;flex-shrink:0;font-size:10px}.summary-value{color:#475569;font-size:10px;font-weight:500}.dept-tag-list{flex-wrap:wrap;justify-content:flex-end;gap:3px;display:flex}.dept-tag{color:#6d28d9;background:#ede9fe;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:600;line-height:1.6}.guidance-panel{border:1px solid var(--gc-border);background:#fff;border-radius:10px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f}.gp-header{border-bottom:1px solid var(--gc-border);flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;display:flex}.gp-header-title{color:var(--gc-title-color);font-size:14px;font-weight:700}.gp-count-badge{background:var(--gc-strategic);color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:700;line-height:1.6}.gp-messages-list{flex-direction:column;flex:1;gap:8px;padding:10px;display:flex;overflow-y:auto}.gp-empty{color:#94a3b8;text-align:center;margin-top:20px;font-size:12px;line-height:1.5}.gp-message{border:1px solid var(--gc-border);background:#f8fafc;border-left-width:3px;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.gp-level-strategic{border-left-color:var(--gc-strategic)}.gp-level-exploration{border-left-color:var(--gc-exploration)}.gp-level-detailed{border-left-color:var(--gc-detailed)}.gp-message-header{justify-content:space-between;align-items:center;display:flex}.gp-level-badge{font-size:var(--gc-badge-size);font-weight:var(--gc-badge-weight);text-transform:uppercase;letter-spacing:var(--gc-badge-spacing)}.gp-level-strategic .gp-level-badge{color:var(--gc-strategic)}.gp-level-exploration .gp-level-badge{color:var(--gc-exploration-badge)}.gp-level-detailed .gp-level-badge{color:var(--gc-detailed-badge)}.gp-dismiss{cursor:pointer;color:var(--gc-dismiss-color);font-size:var(--gc-dismiss-size);background:0 0;border:none;border-radius:3px;padding:0 2px;line-height:1}.gp-dismiss:hover{color:var(--gc-dismiss-hover-fg);background:var(--gc-dismiss-hover-bg)}.gp-message-title{font-size:var(--gc-title-size);font-weight:var(--gc-title-weight);color:var(--gc-title-color);line-height:var(--gc-title-lh)}.gp-message-body{font-size:var(--gc-body-size);color:var(--gc-body-color);line-height:var(--gc-body-lh)}.gp-feedback-row{align-items:center;gap:var(--gc-fb-row-gap);margin-top:var(--gc-fb-row-mt);display:flex}.gp-feedback-label{font-size:var(--gc-fb-label-size);color:#94a3b8;flex:1}.gp-feedback-btn{font-size:var(--gc-fb-btn-size);font-weight:var(--gc-fb-btn-weight);border:1px solid var(--gc-border);border-radius:var(--gc-fb-btn-radius);padding:var(--gc-fb-btn-padding);cursor:pointer;transition:background var(--gc-fb-transition), border-color var(--gc-fb-transition);background:#fff}.gp-feedback-btn:disabled{cursor:default;opacity:var(--gc-fb-disabled-op)}.gp-positive{color:var(--gc-pos-color)}.gp-positive:not(:disabled):hover{background:var(--gc-pos-bg);border-color:var(--gc-pos-color)}.gp-positive.gp-active{background:var(--gc-pos-bg);border-color:var(--gc-pos-color);opacity:1}.gp-negative{color:var(--gc-neg-color)}.gp-negative:not(:disabled):hover{background:var(--gc-neg-bg);border-color:var(--gc-neg-color)}.gp-negative.gp-active{background:var(--gc-neg-bg);border-color:var(--gc-neg-color);opacity:1}.isu-overlay{z-index:100;pointer-events:none;flex-direction:column;gap:6px;max-width:270px;display:flex;position:absolute;bottom:12px;left:12px}.isu-card{pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--gc-border);background:#fffffff0;border-left-width:3px;border-radius:8px;flex-direction:column;gap:6px;padding:8px 10px;animation:.2s ease-out isu-slide-in;display:flex;box-shadow:0 2px 8px #0000001f}@keyframes isu-slide-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.isu-strategic{border-left-color:var(--gc-strategic)}.isu-exploration{border-left-color:var(--gc-exploration)}.isu-detailed{border-left-color:var(--gc-detailed)}.isu-card-header{justify-content:space-between;align-items:center;display:flex}.isu-level-badge{font-size:var(--gc-badge-size);font-weight:var(--gc-badge-weight);text-transform:uppercase;letter-spacing:var(--gc-badge-spacing)}.isu-strategic .isu-level-badge{color:var(--gc-strategic)}.isu-exploration .isu-level-badge{color:var(--gc-exploration-badge)}.isu-detailed .isu-level-badge{color:var(--gc-detailed-badge)}.isu-dismiss{cursor:pointer;color:var(--gc-dismiss-color);font-size:var(--gc-dismiss-size);background:0 0;border:none;border-radius:3px;padding:0 2px;line-height:1}.isu-dismiss:hover{color:var(--gc-dismiss-hover-fg);background:var(--gc-dismiss-hover-bg)}.isu-card-title{font-size:var(--gc-title-size);font-weight:var(--gc-title-weight);color:var(--gc-title-color);line-height:var(--gc-title-lh)}.isu-card-body{font-size:var(--gc-body-size);color:var(--gc-body-color);line-height:var(--gc-body-lh)}.isu-feedback-row{align-items:center;gap:var(--gc-fb-row-gap);margin-top:var(--gc-fb-row-mt);display:flex}.isu-feedback-label{font-size:var(--gc-fb-label-size);color:#94a3b8;flex:1}.isu-fb{font-size:var(--gc-fb-btn-size);font-weight:var(--gc-fb-btn-weight);border:1px solid var(--gc-border);border-radius:var(--gc-fb-btn-radius);padding:var(--gc-fb-btn-padding);cursor:pointer;transition:background var(--gc-fb-transition), border-color var(--gc-fb-transition);background:#fff}.isu-fb:disabled{cursor:default;opacity:var(--gc-fb-disabled-op)}.isu-pos{color:var(--gc-pos-color)}.isu-pos:not(:disabled):hover{background:var(--gc-pos-bg);border-color:var(--gc-pos-color)}.isu-pos.isu-active{background:var(--gc-pos-bg);border-color:var(--gc-pos-color);opacity:1}.isu-neg{color:var(--gc-neg-color)}.isu-neg:not(:disabled):hover{background:var(--gc-neg-bg);border-color:var(--gc-neg-color)}.isu-neg.isu-active{background:var(--gc-neg-bg);border-color:var(--gc-neg-color);opacity:1}.settings-menu{position:relative}.settings-trigger{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s,border-color .15s;display:flex}.settings-trigger:hover,.settings-trigger--active{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.settings-dropdown{z-index:500;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:220px;padding:6px 0;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001a}.settings-dropdown-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f1f5f9;margin-bottom:4px;padding:6px 14px 8px;font-size:11px;font-weight:700}.settings-row{justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex}.settings-row-label{color:#334155;font-size:13px;font-weight:500}.toggle-switch{cursor:pointer;background:#cbd5e1;border:none;border-radius:10px;flex-shrink:0;width:36px;height:20px;padding:0;transition:background .2s;position:relative}.toggle-switch--on{background:#6366f1}.toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000002e}.toggle-switch--on .toggle-thumb{transform:translate(16px)}.settings-divider{background:#f1f5f9;height:1px;margin:4px 0}.settings-row--col{flex-direction:column;align-items:flex-start;gap:6px}.reset-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.reset-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.reset-confirm-row{gap:6px;display:flex}.reset-btn--confirm{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.reset-btn--confirm:hover{color:#b91c1c;background:#fee2e2;border-color:#ef4444}.reset-btn--cancel{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.reset-done{color:#16a34a;font-size:11px;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--gc-badge-size:10px;--gc-badge-weight:700;--gc-badge-spacing:.05em;--gc-title-size:12px;--gc-title-weight:700;--gc-title-color:#0f172a;--gc-title-lh:1.3;--gc-body-size:12px;--gc-body-color:#475569;--gc-body-lh:1.5;--gc-dismiss-size:14px;--gc-dismiss-color:#94a3b8;--gc-dismiss-hover-bg:#e2e8f0;--gc-dismiss-hover-fg:#475569;--gc-fb-label-size:11px;--gc-fb-row-gap:6px;--gc-fb-row-mt:2px;--gc-fb-btn-size:12px;--gc-fb-btn-weight:700;--gc-fb-btn-radius:5px;--gc-fb-btn-padding:2px 8px;--gc-fb-transition:.15s;--gc-fb-disabled-op:.6;--gc-strategic:#6366f1;--gc-exploration:#f59e0b;--gc-exploration-badge:#d97706;--gc-detailed:#10b981;--gc-detailed-badge:#059669;--gc-pos-color:#059669;--gc-pos-bg:#d1fae5;--gc-neg-color:#dc2626;--gc-neg-bg:#fee2e2;--gc-border:#e2e8f0}.app{color:#0f172a;background:#f1f5f9;flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:10px 20px;display:flex}.app-header-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.app-header-left{align-items:baseline;gap:12px;display:flex}.app-title{color:#0f172a;letter-spacing:-.3px;font-size:18px;font-weight:800}.app-subtitle{color:#94a3b8;font-size:12px}.app-layout{flex:1;grid-template:"scatter response guidance"3fr"compare constraints guidance"2fr/1fr 310px 260px;gap:12px;min-height:0;padding:12px;display:grid;overflow:hidden}.panel{min-width:0;min-height:0}.panel-scatter{grid-area:scatter}.panel-response{grid-area:response}.panel-compare{grid-area:compare}.panel-constraints{grid-area:constraints}.panel-guidance{grid-area:guidance}.panel-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:8px;height:100%;padding:12px 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f}.panel-title{color:#0f172a;flex-shrink:0;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
