:root{color-scheme:light;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;--fci-blue: #0878b5;--fci-blue-dark: #075b88;--fci-cyan: #32a9db;--ink: #17232b;--muted: #657680;--line: #d7e0e5;--line-soft: #e8edf0;--surface: #fff;--surface-soft: #f5f8fa;--success: #16865c;--danger: #b83e39;background:#eaf0f3;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#eaf0f3}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}.topbar{height:72px;display:grid;grid-template-columns:minmax(280px,1fr) auto minmax(280px,1fr);align-items:center;gap:30px;padding:0 34px;color:#fff;background:var(--fci-blue-dark);border-bottom:4px solid var(--fci-cyan);box-shadow:0 3px 16px #0639562e}.brand{display:inline-flex;align-items:center;gap:12px;width:fit-content;text-decoration:none}.brand img{width:38px;height:38px;object-fit:contain}.brand span{display:grid;gap:2px}.brand strong{font-size:14px;font-weight:700;letter-spacing:.01em}.brand small{color:#ffffffad;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.product-name{display:grid;justify-items:center;gap:2px;padding:0 34px;border-inline:1px solid rgba(255,255,255,.15)}.product-name span{color:#9fdaf2;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.product-name strong{font-size:15px;font-weight:600}.company-link,.results-footer a{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.company-link{justify-self:end;color:#ffffffd1;font-size:12px}.company-link:hover{color:#fff}.company-link svg,.results-footer svg{width:14px;height:14px}.app-shell{display:grid;grid-template-columns:minmax(460px,510px) minmax(600px,1fr);min-height:calc(100vh - 72px)}.configuration{display:flex;flex-direction:column;min-width:0;max-height:calc(100vh - 72px);background:var(--surface);border-right:1px solid #cfd9df}.configuration-heading{display:flex;justify-content:space-between;gap:20px;padding:26px 28px 20px;border-bottom:1px solid var(--line-soft)}.overline{margin:0 0 6px;color:var(--fci-blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2{margin:0;letter-spacing:-.025em}h1{font-size:26px;font-weight:650}.configuration-heading p:last-child{max-width:310px;margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.case-actions{display:grid;align-content:start;gap:8px;min-width:132px}.case-actions select{width:100%}.button{border:0;border-radius:5px;min-height:40px;padding:0 14px;font-weight:650;transition:background .16s,transform .16s,box-shadow .16s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.45;cursor:not-allowed}.button-quiet{color:var(--fci-blue-dark);background:#eaf5fa;border:1px solid #c7e2ee;font-size:11px}.button-quiet:hover{background:#dceff7}.button-primary{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;color:#fff;background:var(--fci-blue);box-shadow:0 8px 18px #0878b52e}.button-primary:hover:not(:disabled){background:var(--fci-blue-dark)}.button-primary svg{width:20px;height:20px;fill:currentColor;stroke:none}.case-form{flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#afc0ca transparent}.form-section{border-bottom:1px solid var(--line)}.form-section>summary{min-height:66px;display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:12px;padding:0 28px;list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.form-section>summary::-webkit-details-marker,.advanced-options>summary::-webkit-details-marker,.download-menu>summary::-webkit-details-marker{display:none}.form-section>summary:hover{background:#f8fafb}.section-index{display:grid;place-items:center;width:28px;height:28px;color:var(--fci-blue);border:1px solid #c4dce8;border-radius:50%;font-size:9px;font-weight:800}.form-section>summary span:nth-child(2){display:grid;gap:3px;min-width:0}.form-section>summary strong{font-size:13px;font-weight:700}.form-section>summary small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.chevron{width:16px;height:16px;transition:transform .18s ease}.form-section[open]>summary{color:var(--fci-blue-dark);background:#f8fbfc}.form-section[open]>summary .chevron,.advanced-options[open]>summary .chevron,.download-menu[open]>summary .chevron{transform:rotate(180deg)}.section-body{padding:6px 28px 24px 70px;background:#fbfcfd}.field-grid{display:grid;gap:14px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.span-two{grid-column:span 2}.span-three{grid-column:span 3}label{display:grid;align-content:start;gap:6px;min-width:0}label>span,.field-group-heading span,.flag-list>span{color:#4f606b;font-size:10px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}input,select{width:100%;height:40px;min-width:0;border:1px solid #cbd7de;border-radius:4px;outline:0;background:#fff;color:#20303a;font-size:13px;padding:0 11px;transition:border-color .15s,box-shadow .15s,background .15s}input[type=number]{font-variant-numeric:tabular-nums}input:hover,select:hover{border-color:#9fb3bf}input:focus,select:focus{border-color:var(--fci-blue);box-shadow:0 0 0 3px #0878b51c}input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 2px #b83e3914}.input-with-unit{display:flex;align-items:stretch}.input-with-unit input{border-radius:4px 0 0 4px}.input-with-unit em{display:grid;place-items:center;min-width:39px;padding:0 8px;color:#5f707a;background:#edf2f4;border:1px solid #cbd7de;border-left:0;border-radius:0 4px 4px 0;font-size:10px;font-style:normal}.field-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.field-group-heading small{color:#7a8991;font-size:10px}.divided{margin-top:20px;padding-top:18px;border-top:1px solid var(--line-soft)}.compact-grid{display:grid;gap:10px}.compact-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.required-points{margin-bottom:10px}.optional-points{margin-bottom:2px}.optional-point{animation:reveal .18s ease-out}@keyframes reveal{0%{opacity:0;transform:translateY(-3px)}}.removable-input{position:relative}.removable-input input{padding-right:38px}.remove-point{position:absolute;right:4px;top:4px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:3px;color:#77868e;background:transparent}.remove-point:hover{color:var(--danger);background:#fff1f0}.remove-point svg{width:15px;height:15px}.add-point{display:inline-flex;align-items:center;gap:7px;margin-top:9px;padding:7px 0;border:0;color:var(--fci-blue-dark);background:transparent;font-size:11px;font-weight:650}.add-point:hover{color:var(--fci-blue)}.add-point svg{width:15px;height:15px}.help-button{display:inline-grid;place-items:center;width:18px;height:18px;margin:-4px 0 -4px 3px;padding:0;border:1px solid #a9bac3;border-radius:50%;color:#687a84;background:#fff;font-size:10px;font-weight:750;line-height:1;vertical-align:middle}.help-button:hover,.help-button:focus-visible{color:#fff;background:var(--fci-blue);border-color:var(--fci-blue);outline:none}.advanced-options{margin-top:3px;border:1px solid var(--line);border-radius:5px;background:#fff}.advanced-options>summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:12px 14px;color:#556670;font-size:11px;font-weight:700}.advanced-options>summary .chevron{width:15px;height:15px}.advanced-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:2px 14px 14px}.flag-list{grid-column:span 3}#model-flags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.flag-toggle{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:4px;background:#f7f9fa;color:#5d6d76;font-size:10px}.flag-toggle input{width:14px;height:14px;padding:0;accent-color:var(--fci-blue)}.run-panel{padding:14px 28px 18px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -9px 20px #18314009}.status{display:flex;align-items:center;gap:9px;min-height:31px;color:#66767f;font-size:11px}.status-icon{position:relative;width:9px;height:9px;flex:0 0 auto;border:1.5px solid #a2afb6;border-radius:50%}.status.running .status-icon{border-color:#de9420;border-top-color:transparent;animation:spin .8s linear infinite}.status.success .status-icon{border:0;background:var(--success)}.status.success .status-icon:after{content:"";position:absolute;left:2px;top:1px;width:4px;height:2px;border-left:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(-45deg)}.status.error{color:var(--danger)}.status.error .status-icon{border-color:var(--danger)}@keyframes spin{to{transform:rotate(360deg)}}.results{min-width:0;display:flex;flex-direction:column;padding:30px 34px 18px;background-color:#eef3f6;background-image:linear-gradient(rgba(7,91,136,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,91,136,.035) 1px,transparent 1px);background-size:32px 32px}.results-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.results-heading h2{font-size:27px;font-weight:650}.results-heading p:last-child{max-width:620px;margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.verification{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;margin-top:3px;padding:8px 11px;border:1px solid #d0dce2;border-radius:4px;background:#ffffffc7;color:#71808a;font-size:9px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.verification svg{width:15px;height:15px}.verification.exact{color:#14704e;border-color:#b9dccd;background:#edf9f4}.verification.exact svg{fill:var(--success);stroke:#fff}.verification.mismatch{color:#9d3732;border-color:#ebc5c2;background:#fff4f3}.verification.mismatch svg{fill:var(--danger);stroke:#fff}.result-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:22px;border:1px solid #d6e0e5;border-radius:5px;overflow:hidden;background:#d6e0e5}.result-metrics>div{display:grid;gap:4px;padding:12px 15px;background:#ffffffe6}.result-metrics small{color:#78868e;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.result-metrics strong{color:#20333e;font-size:14px;font-weight:650;font-variant-numeric:tabular-nums}.plot-card{flex:1;min-height:0;display:flex;flex-direction:column;margin-top:16px;border:1px solid #d1dde3;border-radius:6px;background:#fff;box-shadow:0 14px 34px #24404f14}.plot-toolbar{position:relative;z-index:3;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 12px;border-bottom:1px solid var(--line);border-radius:6px 6px 0 0;background:#f9fbfc}.plot-tabs{display:flex;gap:4px;min-height:34px}.plot-tab{min-height:34px;border:0;border-bottom:2px solid transparent;padding:0 13px;background:transparent;color:#667781;font-size:10px;font-weight:750;letter-spacing:.035em;text-transform:uppercase}.plot-tab:hover{color:var(--fci-blue-dark);background:#edf4f7}.plot-tab.active{color:var(--fci-blue-dark);border-bottom-color:var(--fci-blue);background:#e8f4f9}.plot-actions,.zoom-controls{display:flex;align-items:center;gap:6px}.icon-button,.fit-button{display:grid;place-items:center;height:34px;border:1px solid #ccd9df;border-radius:4px;color:#526670;background:#fff}.icon-button{width:34px;padding:0}.icon-button svg{width:18px;height:18px}.fit-button{padding:0 10px;font-size:10px;font-weight:700}.icon-button:hover:not(:disabled),.fit-button:hover:not(:disabled){color:var(--fci-blue-dark);border-color:#9cc5d8;background:#edf7fb}.icon-button:disabled,.fit-button:disabled{opacity:.4;cursor:default}.download-menu{position:relative}.download-menu>summary{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;list-style:none;border:1px solid #b9d5e2;border-radius:4px;color:var(--fci-blue-dark);background:#edf7fb;cursor:pointer;font-size:10px;font-weight:700}.download-menu>summary>svg:first-child{width:17px;height:17px}.download-menu>summary .chevron{width:13px;height:13px;margin-left:2px}.downloads{position:absolute;top:calc(100% + 7px);right:0;z-index:10;display:grid;width:210px;padding:6px;border:1px solid #cad7de;border-radius:5px;background:#fff;box-shadow:0 10px 30px #1b364329}.downloads:empty:before{content:"Run an analysis to create files";padding:10px;color:var(--muted);font-size:11px}.download{display:flex;align-items:center;gap:9px;min-height:38px;padding:0 9px;border-radius:3px;color:#3e535e;text-decoration:none;font-size:11px}.download:hover{color:var(--fci-blue-dark);background:#edf7fb}.download svg{width:17px;height:17px;color:var(--fci-blue)}.plot-viewer{position:relative;flex:1;min-height:500px;overflow:auto;background:#fff;border-radius:0 0 6px 6px}.plot-viewer>svg{display:block;width:100%;height:100%;min-height:500px;padding:24px;transform-origin:center;transition:transform .16s ease}.plot-viewer.empty{display:grid;place-items:center;background-image:linear-gradient(#f0f4f6 1px,transparent 1px),linear-gradient(90deg,#f0f4f6 1px,transparent 1px);background-size:28px 28px}.plot-placeholder{display:grid;justify-items:center;text-align:center;padding:34px;color:#70808a}.plot-placeholder strong{margin-top:20px;color:#41545f;font-size:15px}.plot-placeholder p{max-width:330px;margin:7px 0 0;font-size:11px;line-height:1.5}.tower-mark{position:relative;width:92px;height:86px;border-bottom:2px solid #9eb7c4}.tower-mark:before,.tower-mark:after{content:"";position:absolute;bottom:0;width:2px;height:72px;background:#83a9bc;transform-origin:bottom}.tower-mark:before{left:23px;transform:rotate(7deg)}.tower-mark:after{right:23px;transform:rotate(-7deg)}.tower-mark span{position:absolute;left:22px;right:22px;height:1px;background:#b0c4cf}.tower-mark span:nth-child(1){top:17px}.tower-mark span:nth-child(2){top:34px}.tower-mark span:nth-child(3){top:51px}.tower-mark span:nth-child(4){top:68px}.results-footer{display:flex;justify-content:space-between;padding-top:12px;color:#7b8b94;font-size:9px}.results-footer a{color:var(--fci-blue-dark)}.help-dialog{width:min(480px,calc(100vw - 32px));padding:0;border:0;border-radius:7px;color:var(--ink);background:#fff;box-shadow:0 24px 70px #0f253047}.help-dialog::backdrop{background:#0c1f297a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 18px 0 24px;border-bottom:1px solid var(--line);background:#f6f9fa}.dialog-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#fff;background:var(--fci-blue);font-size:13px;font-weight:750}.dialog-content{padding:25px 28px 28px}.dialog-content h2{font-size:23px;font-weight:650}.dialog-content>p:last-of-type{margin:12px 0 0;color:#4f616c;font-size:14px;line-height:1.65}.help-note{margin-top:20px;padding:14px 16px;border-left:3px solid var(--fci-cyan);color:#536770;background:#eef7fa;font-size:12px;line-height:1.55}@media(max-width:1180px){.app-shell{grid-template-columns:460px minmax(500px,1fr)}.topbar{grid-template-columns:1fr auto}.product-name{display:none}}@media(max-width:920px){.topbar{padding-inline:18px}.app-shell{display:block}.configuration{max-height:none;border-right:0}.case-form{overflow:visible}.results{min-height:760px}}@media(max-width:620px){.topbar{height:66px;grid-template-columns:1fr;padding-inline:15px}.company-link{display:none}.brand img{width:34px;height:34px}.app-shell{min-height:calc(100vh - 66px)}.configuration-heading{display:grid;padding:22px 18px 17px}.case-actions{grid-template-columns:1fr 1fr}.form-section>summary{padding-inline:18px}.section-body{padding:5px 18px 22px 60px}.two-columns,.three-columns,.advanced-grid,.compact-grid.three-columns{grid-template-columns:1fr}.span-two,.span-three,.flag-list{grid-column:auto}.required-points,.optional-points{grid-template-columns:1fr}.run-panel{padding-inline:18px}.results{padding:25px 14px 16px}.results-heading{display:grid}.verification{justify-self:start}.result-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.plot-toolbar{align-items:stretch;flex-direction:column}.plot-actions{justify-content:space-between}.download-menu>summary span{display:none}.downloads{right:0}.plot-viewer,.plot-viewer>svg{min-height:400px}.plot-viewer>svg{padding:12px}.results-footer{display:grid;gap:5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
