.fred-screen{--fred-accent: #156082;--fred-dk2: #0e2841;--fred-border: #b4bcc4;font-family:Segoe UI,Aptos,system-ui,sans-serif;color:var(--fred-dk2);max-width:1280px}.fred-title{margin:0 0 .5rem;font-size:1.65rem;font-weight:600}.fred-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;align-items:center}.fred-toolbar input,.fred-toolbar select{padding:.35rem .5rem;border:1px solid #94a3b8;border-radius:2px;font:inherit}.fred-section-title{font-size:1.1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--fred-dk2)}.fred-table-wrap{border:1px solid var(--fred-border);border-radius:2px;overflow:auto;background:#fff;box-shadow:0 1px 3px #0e284114}.fred-table{width:100%;border-collapse:collapse;font-size:.875rem}.fred-table thead th{background:var(--fred-accent);color:#fff;padding:.5rem .65rem;text-align:left;border:1px solid rgba(255,255,255,.25)}.fred-table tbody td{border:1px solid var(--fred-border);padding:.35rem .5rem;vertical-align:middle}.fred-table tbody tr:nth-child(2n){background:#f3f6f8}.fred-table tbody tr.fred-row-selected{outline:2px solid var(--fred-accent);outline-offset:-2px;background:#e0ecf3}.fred-btn{padding:.35rem .9rem;font-size:.875rem;font-weight:500;border-radius:2px;border:1px solid var(--fred-accent);background:#fff;color:var(--fred-accent);cursor:pointer}.fred-btn:hover:not(:disabled){background:#e8f1f6}.fred-btn:disabled{opacity:.45;cursor:not-allowed}.fred-btn-primary{background:var(--fred-accent);color:#fff}.fred-chat{border:1px solid var(--fred-border);border-radius:4px;padding:.75rem;background:#fafbfc;margin-top:1rem}.fred-chat-log{max-height:280px;overflow-y:auto;margin-bottom:.5rem;font-size:.875rem}.fred-chat-msg{margin-bottom:.5rem;padding:.35rem .5rem;border-radius:4px}.fred-chat-msg.user{background:#dbeafe;margin-left:2rem}.fred-chat-msg.assistant{background:#fff;border:1px solid #e2e8f0;margin-right:2rem;white-space:pre-wrap}.fred-chat-input-row{display:flex;gap:.5rem}.fred-chat-input-row textarea{flex:1;min-height:3rem;font:inherit;padding:.4rem;border:1px solid #94a3b8;border-radius:2px}.fred-chart-box{margin-top:.75rem;padding:.5rem;background:#fff;border:1px solid var(--fred-border);border-radius:4px}.fred-chart-title{font-size:.9rem;font-weight:600;margin-bottom:.35rem}.fred-prophet-wide{overflow-x:auto;max-width:100%}.fred-prophet-wide .fred-table{min-width:max-content}.fred-prophet-wide .fred-table thead th,.fred-prophet-wide .fred-table tbody td{white-space:nowrap;max-width:12rem;overflow:hidden;text-overflow:ellipsis}.hp-screen{--hp-accent: #156082;--hp-accent-hover: #0f4d66;--hp-dk2: #0e2841;--hp-border: #b4bcc4;--hp-header-text: #ffffff;--hp-row-alt: #f3f6f8;--hp-input-bg: #ffffff;font-family:Segoe UI,Aptos,system-ui,-apple-system,sans-serif;color:var(--hp-dk2);max-width:1200px}.hp-title{margin:0 0 .75rem;font-size:1.75rem;font-weight:600;color:var(--hp-dk2);letter-spacing:-.02em}.hp-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.hp-btn{padding:.35rem 1rem;font-size:.875rem;font-weight:500;color:var(--hp-accent);background:#fff;border:1px solid var(--hp-accent);border-radius:2px;cursor:pointer}.hp-btn:hover:not(:disabled){background:#e8f1f6;border-color:var(--hp-accent-hover);color:var(--hp-accent-hover)}.hp-btn:disabled{opacity:.5;cursor:not-allowed}.hp-btn-primary{color:#fff;background:var(--hp-accent);border-color:var(--hp-accent)}.hp-btn-primary:hover:not(:disabled){background:var(--hp-accent-hover);border-color:var(--hp-accent-hover);color:#fff}.hp-table-wrap{border:1px solid var(--hp-border);border-radius:2px;overflow:auto;box-shadow:0 1px 3px #0e284114;background:#fff}.hp-table{width:100%;border-collapse:collapse;font-size:.875rem}.hp-table thead th{background:var(--hp-accent);color:var(--hp-header-text);font-weight:600;text-align:left;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.25);white-space:nowrap}.hp-table tbody td{padding:.4rem .65rem;border:1px solid var(--hp-border);vertical-align:middle}.hp-table tbody tr:nth-child(2n){background:var(--hp-row-alt)}.hp-table tbody tr.hp-row-selected{outline:2px solid var(--hp-accent);outline-offset:-2px;background:#e0ecf3}.hp-table tbody tr.hp-row-custom td:first-child{font-style:italic}.hp-cell-name{font-weight:500;min-width:200px;color:var(--hp-dk2)}.hp-cell-type{color:#3d4f5f;min-width:90px}.hp-cell-value input,.hp-cell-value textarea,.hp-cell-value select{width:100%;min-width:140px;padding:.35rem .45rem;border:1px solid #94a3b8;border-radius:2px;background:var(--hp-input-bg);color:var(--hp-dk2);font:inherit}.hp-cell-value textarea{min-height:2.5rem;resize:vertical}.hp-cell-desc{color:#475569;font-size:.8125rem;max-width:320px}.hp-footnote{margin-top:.75rem;font-size:.8125rem;color:#64748b}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.45;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}a{color:#2563eb}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:15.5rem;flex-shrink:0;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;border-right:1px solid #1e293b;position:sticky;top:0;height:100vh;overflow-y:auto}.app-brand{padding:1rem 1rem .75rem;font-weight:700;font-size:.95rem;letter-spacing:.01em;border-bottom:1px solid #334155}.app-brand a{color:#f8fafc;text-decoration:none}.app-sidebar-nav{padding:.65rem 0 1.25rem}.app-sidebar-group{margin-bottom:.85rem}.app-sidebar-group-title{padding:.35rem 1rem .25rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.app-sidebar-list{list-style:none;margin:0;padding:0}.app-sidebar-link{display:block;padding:.38rem 1rem .38rem 1.35rem;font-size:.88rem;font-weight:500;color:#cbd5e1;text-decoration:none;border-left:3px solid transparent}.app-sidebar-link:hover{background:#1e293b;color:#f1f5f9}.app-sidebar-link.active{background:#1e3a5f;color:#fff;border-left-color:#60a5fa}.app-main-column{flex:1;min-width:0;display:flex;flex-direction:column}.app-topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;padding:.55rem 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.app-topbar-title{font-weight:600;font-size:.92rem;color:#475569}.app-topbar-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.app-topbar-user{display:inline-flex;align-items:center;gap:.5rem;margin-left:.25rem}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a}.login-card{width:100%;max-width:24rem;padding:1.5rem 1.35rem}.app-main{flex:1;max-width:none;margin:0;padding:1rem 1.25rem 3rem}.home-process-flow{margin-top:.5rem}.home-process-flow h2{font-size:1.15rem;margin:0 0 .5rem}.home-simulation-callout{margin-top:1rem;padding:.9rem 1rem;border:1px solid #c4b5fd;border-radius:8px;background:linear-gradient(135deg,#f5f3ff,#eef2ff);max-width:52rem}.home-simulation-callout h3{margin:0 0 .35rem;font-size:.98rem;color:#4338ca}.home-simulation-callout p{margin:0 0 .5rem;font-size:.88rem;line-height:1.55;color:#475569}.home-simulation-callout ol{margin:0;padding-left:1.2rem;font-size:.86rem;line-height:1.55;color:#334155}.home-page-checklist{margin:.75rem 0 0;padding-left:1.2rem;font-size:.88rem;line-height:1.55;color:#475569;max-width:52rem}.home-page-checklist li{margin-bottom:.35rem}.home-pov-section{margin-top:.75rem;padding:0;overflow:hidden;border:1px solid #e2e8f0}.home-pov-hero{padding:1.35rem 1.5rem 1.1rem;background:linear-gradient(135deg,#0f172a,#1e3a5f 45%,#156082);color:#f8fafc}.home-pov-eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7dd3fc}.home-pov-hero h2{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;line-height:1.3;max-width:40rem}.home-pov-lead{margin:0;font-size:.92rem;line-height:1.6;color:#cbd5e1;max-width:48rem}.home-pov-columns{display:grid;grid-template-columns:1fr auto 1fr;gap:0;padding:.75rem 1rem 1.25rem;background:linear-gradient(180deg,#f8fafc,#fff)}.home-pov-col-head{grid-column:span 1;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.5rem .75rem .35rem}.home-pov-col-head--challenge{grid-column:1;color:#b45309}.home-pov-col-head--solution{grid-column:3;color:#047857}.home-pov-bridge{display:contents}.home-pov-challenge,.home-pov-solution{padding:.85rem .9rem;border-radius:10px;font-size:.88rem;line-height:1.55;margin-bottom:.65rem}.home-pov-challenge{grid-column:1;background:#fffbeb;border:1px solid #fde68a;color:#78350f}.home-pov-solution{grid-column:3;background:#ecfdf5;border:1px solid #6ee7b7;color:#134e4a}.home-pov-challenge p,.home-pov-solution p{margin:.35rem 0 0}.home-pov-connector{grid-column:2;display:flex;align-items:center;justify-content:center;padding:0 .35rem;margin-bottom:.65rem}.home-pov-arrow{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#156082;color:#fff;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #15608259}.home-pov-pill{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px}.home-pov-pill--challenge{background:#fef3c7;color:#92400e}.home-pov-pill--solution{background:#d1fae5;color:#065f46}.home-pov-explore{display:inline-block;margin-top:.5rem;font-size:.8rem;font-weight:600;color:#156082;text-decoration:none}.home-pov-explore:hover{text-decoration:underline}@media(max-width:768px){.home-pov-columns{grid-template-columns:1fr;padding:.75rem 1rem 1rem}.home-pov-col-head--challenge,.home-pov-col-head--solution{display:none}.home-pov-bridge{display:block;margin-bottom:1rem}.home-pov-challenge,.home-pov-solution,.home-pov-connector{grid-column:auto;margin-bottom:.35rem}.home-pov-connector .home-pov-arrow{transform:rotate(90deg)}}.page-prereq-panel{margin-bottom:1.25rem;padding:.75rem .9rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;max-width:52rem}.page-prereq-panel h3{margin:0 0 .35rem;font-size:.92rem;color:#334155}.page-prereq-panel ol{margin:0;padding-left:1.2rem;font-size:.86rem;line-height:1.55;color:#475569}.page-prereq-panel li{margin-bottom:.25rem}.report-layout-editor{max-width:56rem}.report-layout-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.report-layout-table{width:100%;border-collapse:collapse;font-size:.88rem}.report-layout-table th,.report-layout-table td{padding:.45rem .55rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.report-layout-table thead th{background:#f8fafc;font-size:.78rem;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0}.report-layout-table tbody tr:hover{background:#f8fafc}.report-layout-row-dragging{opacity:.55;background:#eff6ff!important}.report-layout-drag-handle{cursor:grab;color:#94a3b8;font-size:.95rem;-webkit-user-select:none;user-select:none;letter-spacing:-.15em}.report-layout-drag-handle:active{cursor:grabbing}.report-layout-move-btn{padding:.15rem .45rem;margin:0 .1rem;font-size:.85rem;line-height:1.2;border:1px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer}.report-layout-move-btn:disabled{opacity:.35;cursor:not-allowed}.report-layout-calc-badge{margin-left:.35rem;font-size:.68rem;font-weight:600;text-transform:uppercase;color:#6366f1;background:#eef2ff;padding:.1rem .3rem;border-radius:3px}.process-flow-track{display:flex;flex-wrap:wrap;gap:.5rem 0;align-items:stretch;margin-top:1rem}.process-flow-step-wrap{display:flex;align-items:center;flex:1 1 11rem;min-width:10rem;max-width:14rem}.process-flow-arrow{color:#94a3b8;font-size:1.25rem;padding:0 .25rem;flex-shrink:0}.process-flow-step{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem .85rem;min-height:100%}.process-flow-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;margin-bottom:.35rem}.process-flow-step-title{font-weight:700;font-size:.92rem;margin-bottom:.35rem}.process-flow-step-detail{font-size:.78rem;color:#64748b;margin:0 0 .5rem;line-height:1.45}.process-flow-links{margin:0;padding:0;list-style:none;font-size:.78rem;line-height:1.4}.process-flow-links li{margin-bottom:.25rem}.process-flow-hint{color:#94a3b8}@media(max-width:900px){.app-shell{flex-direction:column}.app-sidebar{width:100%;height:auto;position:relative}.app-sidebar-nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem;padding:.5rem .75rem .75rem}.app-sidebar-group{margin-bottom:0;flex:1 1 8rem}.process-flow-step-wrap{max-width:100%;flex:1 1 100%}.process-flow-arrow{display:none}}button.secondary{background:#f8fafc}.muted{color:#64748b}.panel{margin-bottom:1.25rem;padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc}.panel h3{margin:0 0 .35rem;font-size:1rem}table.data-table{font-size:.85rem}.agent-chart-box,.fred-chart-box{margin:.75rem 0;padding:.65rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.agent-chart-title,.fred-chart-title{font-weight:600;font-size:.9rem;margin-bottom:.35rem}.agent-chart-gallery{display:flex;flex-direction:column;gap:.5rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{border:1px solid #e2e8f0;padding:.35rem .5rem;text-align:left}th{background:#f1f5f9}input,select,textarea,button{font:inherit}button{cursor:pointer;padding:.4rem .75rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff}button.primary{background:#2563eb;color:#fff;border-color:#1d4ed8}button.danger{background:#b91c1c;color:#fff;border-color:#991b1b}.row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.5rem}label{font-size:.875rem;font-weight:500}.error{color:#b91c1c;font-size:.875rem}
