:root{color-scheme:dark;--bg: #080b0f;--panel: transparent;--panel-2: transparent;--line: #2b3642;--line-soft: #1b2430;--text: #eef4fa;--muted: #9aa8b6;--terminal: #4d9cff;--warning: #e99b3a;--danger: #ff5369;--cyan: #58d5e8;--blue: #2f7df6;--mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}*,*:before,*:after{border-radius:0!important}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:1px solid var(--terminal);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.45}.app{min-height:100vh;display:flex;flex-direction:column}.header-bar{position:relative;min-height:86px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:var(--bg)}.header-bar:after{content:"";position:absolute;left:22px;bottom:-1px;width:88px;height:3px;background:var(--terminal)}.header-brand{min-width:260px}.eyebrow{margin:0 0 4px;display:flex;flex-wrap:wrap;gap:12px;color:var(--terminal);font-family:var(--mono);font-size:.78rem;text-transform:uppercase;letter-spacing:0;font-weight:800}.eyebrow span{padding-right:0}h1,h2,p{margin:0}h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.05;text-transform:none}h2{font-family:var(--mono);font-size:.9rem;text-transform:uppercase}.header-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.share-actions{position:relative;display:flex;gap:8px}.status-pill{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #31404d;border-radius:4px;color:#dbe5ef;background:#111821;white-space:nowrap;font-size:.86rem}.share-button{font-size:.9rem}.share-button.icon-only{width:36px;padding:7px}.reset-button{color:#b8c3cf}.share-link-readout{position:absolute;top:calc(100% + 8px);left:0;width:min(420px,72vw);height:36px;padding:0 10px;z-index:10;border:1px solid var(--terminal);color:var(--text);background:#090f15;box-shadow:none}.risk-low{--risk: #66e3d0}.risk-watch{--risk: var(--warning)}.risk-high{--risk: var(--danger)}.status-pill[class*=risk-],.kpi-card[class*=risk-]{border-color:color-mix(in srgb,var(--risk),#33404b 55%)}.status-pill[class*=risk-] svg,.kpi-card[class*=risk-] .kpi-icon,.kpi-card[class*=risk-] small{color:var(--risk)}.workbench{width:100%;flex:1;display:grid;grid-template-columns:minmax(280px,330px) minmax(420px,1fr) minmax(280px,340px);gap:1px;background:var(--line)}.panel,.stage{background:var(--bg)}.panel{padding:14px;display:flex;flex-direction:column;gap:12px;overflow:auto}.panel-right>*{flex-shrink:0}.input-stack,.input-column{min-width:0;display:flex;flex-direction:column;gap:12px}.profile-section{order:1}.load-section{order:2}.rail-section{order:3}.fill-section{order:4}.limits-section{order:5}.stage{min-width:0;padding:14px;display:grid;grid-template-rows:minmax(360px,1fr) auto;gap:12px}.panel-section,.visual-stage,.verdict-panel,.confidence-panel,.kpi-card,.mode-strip article,.resonance-map,.comparison-table{border:1px solid var(--line-soft);background:transparent}.panel-section{border-width:1px 0 0;padding:13px;display:flex;flex-direction:column;gap:12px}.profile-column .panel-section:first-child,.setup-column .panel-section:first-child{border-top:0}.section-title{display:flex;align-items:center;gap:8px;color:var(--text)}.section-title svg{color:var(--cyan)}.section-title.compact{padding:12px 12px 0}.control-field{display:grid;gap:6px;color:var(--muted);font-size:.78rem}.control-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.control-label-row strong{color:var(--text);font-size:.76rem;font-weight:700;white-space:nowrap}select,textarea,.number-input{width:100%;color:var(--text);border:1px solid #354352;background:#090f15;outline:none}select,.number-input{height:32px;padding:0 9px;font-variant-numeric:tabular-nums}textarea{min-height:74px;padding:10px;resize:vertical}select:focus,textarea:focus,.number-input:focus{border-color:var(--terminal);box-shadow:none;outline:1px solid var(--terminal);outline-offset:-2px}.number-row{display:grid;grid-template-columns:minmax(80px,1fr) 64px;gap:8px;align-items:center}input[type=range]{width:100%;height:28px;padding:10px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;touch-action:pan-y;-webkit-user-select:none;user-select:none;--range-progress: 0%}input[type=range]::-webkit-slider-runnable-track{height:4px;background:linear-gradient(90deg,var(--cyan) 0 var(--range-progress),#465462 var(--range-progress) 100%)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin-top:-7px;border:2px solid #0a0f15;background:var(--cyan);box-shadow:none}input[type=range]::-moz-range-track{height:4px;background:#465462}input[type=range]::-moz-range-progress{height:4px;background:var(--cyan)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border:2px solid #0a0f15;background:var(--cyan);box-shadow:none}.unit{color:#7f8d9a;min-width:28px}.segmented{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:4px;padding:4px;border:1px solid var(--line);background:transparent}.segmented button,.text-button,.icon-button{min-height:32px;border:1px solid transparent;color:#dce5ee;background:transparent}.segmented button.active,.text-button{border-color:var(--terminal);background:#102238;color:var(--text)}.intake-actions{display:flex;gap:8px;align-items:center}.icon-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px}.icon-button{width:36px;background:#111821;border-color:#33404d}.icon-button input{display:none}.source-stack,.evidence-list{display:flex;flex-wrap:wrap;gap:6px}.source-stack span,.source-stack a,.evidence-list span{padding:5px 7px;border:1px solid #344150;color:#b8c3cf;background:transparent;font-size:.74rem}.source-stack a{color:var(--cyan);text-decoration:none}.source-stack span:last-child{flex-basis:100%;color:#8392a0}.evidence-list span{border-color:#66e3d059}.import-details{border:1px solid var(--line);background:transparent}.import-details summary{min-height:30px;display:flex;align-items:center;padding:0 9px;color:#d8e2ec;cursor:pointer;font-size:.76rem;font-weight:700}.import-details[open] summary{border-bottom:1px solid var(--line)}.import-details .control-field,.import-details .intake-actions,.import-details .evidence-list{margin:8px 8px 0}.visual-picker{display:grid;gap:10px;padding:10px;border:1px solid var(--line);background:transparent}.picker-row-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#d8e2ec;font-size:.78rem;font-weight:700}.picker-row-title strong{color:#8392a0;font-size:.72rem;font-weight:600}.shape-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.shape-tile{min-height:108px;display:grid;grid-template-rows:70px auto;place-items:center;gap:5px;padding:8px 5px;border:1px solid #33404d;color:#9aa8b6;background:transparent}.shape-tile.active,.shape-tile.hinted{border-color:var(--terminal);color:var(--text);background:#101f31}.shape-tile.hinted:not(.active){border-color:#3f6074}.shape-tile span{font-size:.74rem}.profile-glyph{width:100%;height:68px}.profile-section-body{fill:#aeb9c4;stroke:#eef5fb;stroke-width:3;vector-effect:non-scaling-stroke}.profile-section-cavity,.profile-section-slot{fill:var(--bg);stroke:#667482;stroke-width:2;vector-effect:non-scaling-stroke}.profile-section-rib,.profile-section-web{fill:none;stroke:#667482;stroke-width:3;vector-effect:non-scaling-stroke}.shape-tile.active .profile-section-body,.shape-tile.hinted .profile-section-body{fill:#d6e0e8;stroke:#fff}.shape-tile.active .profile-section-cavity,.shape-tile.active .profile-section-slot,.shape-tile.hinted .profile-section-cavity,.shape-tile.hinted .profile-section-slot{stroke:var(--terminal)}.system-toggle,.height-chip-grid{display:grid;gap:6px}.system-toggle,.height-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.system-toggle button,.height-chip-grid button{min-height:31px;border:1px solid #33404d;color:#9aa8b6;background:#090f15}.system-toggle button.active,.height-chip-grid button.active{border-color:var(--terminal);color:var(--terminal);background:#0f2035}.height-title{align-items:flex-end}.height-glyph{width:52px;height:40px;color:#d8e2ec}.height-glyph line,.height-glyph .height-arrow{fill:none;stroke:var(--terminal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.visual-stage{min-height:360px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto}.verdict-panel{--verdict: var(--warning);min-height:106px;padding:14px;display:grid;grid-template-columns:150px minmax(210px,1fr) minmax(180px,.72fr);gap:14px;align-items:center;border-color:color-mix(in srgb,var(--verdict),var(--line) 62%);background:transparent}.verdict-ready{--verdict: var(--cyan)}.verdict-marginal{--verdict: var(--warning)}.verdict-blocked{--verdict: var(--danger)}.verdict-mark{display:grid;gap:8px;color:var(--verdict);font-weight:800}.verdict-mark span{font-size:1rem}.verdict-copy{display:grid;gap:6px}.verdict-copy p{color:var(--text);font-size:clamp(1.05rem,1.7vw,1.45rem);font-weight:800;line-height:1.1}.verdict-copy span,.verdict-next{color:#9aa8b6;font-size:.84rem;line-height:1.35}.verdict-reasons{display:flex;flex-wrap:wrap;gap:7px}.verdict-reasons span{padding:6px 8px;border:1px solid #354352;color:#dce5ee;background:transparent;font-size:.76rem}.criterion-chip{display:inline-grid;gap:2px;min-width:0}.criterion-chip strong{color:var(--muted);font-family:var(--mono);font-size:.64rem;text-transform:uppercase}.criterion-pass{border-color:#66e3d070!important}.criterion-pass strong{color:var(--cyan)}.criterion-watch{border-color:#e99b3a8c!important}.criterion-watch strong{color:var(--warning)}.criterion-fail{border-color:#ff536999!important}.criterion-fail strong{color:var(--danger)}.verdict-next{grid-column:2 / -1;display:flex;align-items:center;gap:8px;padding-top:2px;color:#d8e2ec}.verdict-next svg{color:var(--verdict);flex:0 0 auto}.stage-toolbar,.stage-readout{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-bottom:1px solid var(--line)}.stage-readout{border-top:1px solid var(--line);border-bottom:0;color:#9aa8b6;font-size:.8rem}.stage-toolbar div{display:grid;gap:3px}.stage-toolbar span{color:#8392a0;font-size:.72rem;text-transform:uppercase}.stage-toolbar strong{color:var(--text)}.visual-layout{min-height:0;display:grid;grid-template-rows:minmax(270px,1.1fr) minmax(230px,.9fr);align-items:stretch;gap:10px;padding:10px}.cad-cutaway,.beam-diagram{width:100%;height:100%;min-height:270px}.cad-cutaway{border:0;background:transparent}.cad-plate{fill:transparent;stroke:#25313b;stroke-width:1}.cad-profile-source .profile-section-body{fill:#9ca9b5;stroke:#f2f7fb}.cad-profile-source .profile-section-cavity,.cad-profile-source .profile-section-slot{fill:#0b1015;stroke:#536270}.cad-fill{fill:#315f69;stroke:#66e3d080;stroke-width:1}.cad-rail rect{fill:#d7e0e7;stroke:#fbfdff;stroke-width:1.2}.cad-rail line,.cad-rail path{fill:none;stroke:#46515c;stroke-linecap:round;stroke-width:1.2}.cad-rail circle{fill:#1a222b;stroke:#f8fbff;stroke-width:.9}.cad-dimension line{stroke:var(--terminal);stroke-width:1}.cad-arrow-head{fill:var(--terminal)}.cad-dimension text,.cad-callouts text{fill:#9aa8b6;font-family:var(--mono);font-size:11px}.cad-callouts text:first-child{fill:#d8e2ec;font-weight:800}.axis-grid{fill:transparent;stroke:var(--line-soft);stroke-width:1}.profile-body{fill:#2b3742;stroke:#e8f0f7;stroke-width:2}.fill-body{fill:#8f7440;stroke:var(--warning);stroke-width:1}.fill-dry-sand{fill:#c48a3a}.fill-cement-grout{fill:#747f87}.fill-epoxy-granite,.fill-polymer-concrete{fill:#315f69}.slot-grooves rect,.slot-grooves circle{fill:#0c1117;stroke:#1f2a34}.rail-body{fill:#d7e0e7;stroke:#fff;stroke-width:1.5}.rail-body.side{fill:#b7c7d2}.beam-line{stroke:#dfe8ef;stroke-width:9;stroke-linecap:round}.mode-path{fill:none;stroke:var(--cyan);stroke-width:3}.load-arrow,.load-head{fill:none;stroke:var(--danger);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.support rect,.support path{fill:#1a232d;stroke:#8493a1}.support line{stroke:#768592}.free-end{fill:#111821;stroke:#768592}.beam-diagram text{fill:#8bc3ff;font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi-card{min-height:102px;padding:12px;display:grid;grid-template-columns:32px 1fr;gap:10px}.kpi-icon{color:var(--cyan)}.kpi-card span,.kpi-card small{display:block;color:#9aa8b6;font-size:.76rem}.kpi-card strong{display:block;margin:7px 0 4px;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1}.mode-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mode-strip article{min-height:104px;padding:10px;display:grid;grid-template-columns:92px 1fr;align-items:center;gap:10px}.mode-strip span{display:block;color:#9aa8b6;font-size:.78rem}.mode-strip strong{color:var(--text)}.mode-strip line{stroke:var(--line)}.mode-strip path{fill:none;stroke:var(--cyan);stroke-width:3}.resonance-map,.comparison-table{overflow:hidden}.confidence-panel{padding:11px;display:grid;gap:8px;border-color:var(--line-soft)}.compact-title{padding:0}.confidence-panel p,.confidence-panel small,.confidence-needs span{color:#9aa8b6;font-size:.75rem;line-height:1.35}.confidence-needs{display:flex;flex-wrap:wrap;gap:6px}.confidence-needs span{padding:5px 6px;border:1px solid #344150}.confidence-strong .section-title svg,.confidence-pill.confidence-strong{color:var(--cyan)}.confidence-caution .section-title svg,.confidence-pill.confidence-caution{color:var(--warning)}.frequency-track{position:relative;height:78px;margin:12px;border:1px solid #354352;background:transparent}.mode-marker,.excitation{position:absolute;top:13px;width:3px;height:52px}.mode-marker{background:var(--cyan)}.excitation{background:var(--danger)}.excitation.spindle{height:28px;top:25px;background:var(--warning)}.frequency-labels{display:flex;justify-content:space-between;padding:0 12px 10px;color:#8392a0;font-size:.74rem}.frequency-scale-note{margin-top:-2px;color:#748391;font-family:var(--mono);font-size:.65rem;text-align:center;text-transform:uppercase}.resonance-legend,.resonance-readout{display:flex;flex-wrap:wrap;gap:6px;padding:0 12px;color:#9aa8b6;font-size:.74rem}.resonance-legend{padding-top:8px}.resonance-legend span,.resonance-readout span,.resonance-readout strong{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border:1px solid #344150;font-weight:600}.resonance-readout strong{color:var(--text);border-color:#3f6074}.resonance-legend i{width:8px;height:14px;display:inline-block}.legend-mode{background:var(--cyan)}.legend-spindle{background:var(--warning)}.legend-tooth{background:var(--danger)}.compact-note{padding:0 12px 12px;color:#9aa8b6;font-size:.8rem;line-height:1.35}.resonance-advice.pass{color:var(--cyan)}.resonance-advice.fail{color:var(--warning)}.comparison-table table{width:100%;border-collapse:collapse;font-size:.8rem}.comparison-table th,.comparison-table td{padding:9px 10px;border-top:1px solid var(--line);text-align:left}.comparison-table th{color:#8392a0;font-weight:600}.comparison-table td{color:#dfe8ef}.comparison-table .row-risk td:first-child{color:var(--danger)}.assumption-panel{min-height:46px;padding:10px 18px;display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);background:var(--bg);color:#9aa8b6;font-size:.82rem}.assumption-panel svg{color:var(--terminal);flex:0 0 auto}.assumption-panel strong{color:var(--text);white-space:nowrap}.brand-credit{margin-left:auto;color:#7f8d9a;font-size:.7rem;white-space:nowrap}@media(min-width:1280px){html,body,#root{height:100%;overflow:hidden}body{min-height:0}.app{height:100dvh;min-height:0}.header-bar{min-height:62px;flex:0 0 auto;padding:9px 22px}.eyebrow{font-size:.72rem}h1{font-size:clamp(1.2rem,1.7vw,1.55rem)}h2{font-size:.8rem}.status-pill{min-height:30px;padding:5px 8px;font-size:.78rem}.share-button.icon-only{width:32px}.workbench{min-height:0;overflow:hidden;grid-template-columns:minmax(500px,530px) minmax(460px,1fr) minmax(316px,352px)}.panel{min-height:0;padding:8px;gap:7px;overflow:auto;scrollbar-gutter:stable}.panel-left{display:grid;grid-template-columns:minmax(238px,.96fr) minmax(244px,1fr);align-content:start;align-items:start;overflow:auto}.panel-left>.input-column{display:flex;flex-direction:column;gap:7px;min-width:0}.panel-left .panel-section{min-width:0;flex:0 0 auto}.profile-section,.load-section{min-height:0;overflow:visible;overflow-x:hidden;scrollbar-gutter:stable}.load-section{column-gap:8px;max-height:none}.load-section .number-row{grid-template-columns:minmax(0,1fr) 58px;gap:5px}.load-section .number-input{padding:0 6px}.load-section .control-label-row{gap:5px}.load-section .control-label-row strong{font-size:.7rem}.panel-section{padding:9px;gap:6px}.control-field{gap:4px;font-size:.71rem}select,.number-input{height:28px}textarea{min-height:54px;padding:8px}.number-row{grid-template-columns:minmax(70px,1fr) 60px;gap:6px}.number-input{font-size:.72rem}.segmented{gap:3px;padding:3px}.segmented button,.text-button,.icon-button{min-height:27px}.visual-picker{gap:4px;padding:6px}.shape-tile-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.shape-tile{min-height:51px;grid-template-rows:29px auto;gap:2px;padding:3px 2px}.shape-tile span{font-size:.6rem;line-height:1.05;text-align:center}.profile-glyph{height:29px}.system-toggle,.height-chip-grid{gap:4px}.system-toggle button,.height-chip-grid button{min-height:23px;font-size:.68rem}.height-chip-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.height-title{align-items:center}.height-glyph{width:30px;height:20px}.profile-section .import-field{gap:4px}.import-details summary{min-height:27px;padding:0 8px;font-size:.72rem}.import-details .control-field,.import-details .intake-actions,.import-details .evidence-list{margin:7px 7px 0}.profile-section textarea{min-height:38px;max-height:42px;resize:none}.intake-actions{gap:6px}.source-stack,.evidence-list{gap:4px}.source-stack span,.source-stack a,.evidence-list span{padding:2px 5px;font-size:.63rem}.profile-section .source-stack{max-height:22px;overflow:hidden}.profile-section .source-stack span:nth-of-type(n+4){display:none}.source-stack span:last-child{display:none}.load-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.load-section>.section-title,.load-section>:nth-child(2),.load-section>:nth-child(7){grid-column:1 / -1}.load-section>:nth-child(6){grid-column:span 2}.limits-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.limits-section>.section-title{grid-column:1 / -1}.load-section .segmented{gap:3px;padding:3px}.load-section .segmented button{min-height:24px;padding:0 4px;font-size:.68rem}.load-section .control-label-row{flex-wrap:wrap;row-gap:1px}.stage{min-height:0;padding:8px;gap:7px;overflow:hidden;grid-template-rows:minmax(280px,1fr) minmax(88px,auto)}.verdict-panel{min-height:90px;padding:10px;grid-template-columns:112px minmax(170px,1fr) minmax(118px,.55fr);gap:8px}.verdict-copy p{font-size:clamp(1rem,1.45vw,1.25rem)}.verdict-copy span,.verdict-next{font-size:.8rem}.verdict-reasons span{padding:5px 7px;font-size:.72rem}.confidence-panel{padding:8px;gap:6px}.confidence-panel p,.confidence-panel small,.confidence-needs span{font-size:.68rem}.visual-stage{min-height:0;grid-template-rows:auto minmax(0,1fr) auto}.stage-toolbar,.stage-readout{padding:8px 9px}.visual-layout{grid-template-rows:minmax(0,1.14fr) minmax(0,.86fr);gap:7px;padding:7px}.cad-cutaway,.beam-diagram{min-height:0}.kpi-grid,.mode-strip{gap:8px}.kpi-card{min-height:70px;padding:8px;grid-template-columns:24px 1fr;gap:7px}.kpi-icon svg{width:17px;height:17px}.kpi-card span,.kpi-card small{font-size:.7rem}.kpi-card strong{margin:4px 0 3px;font-size:clamp(1rem,1.45vw,1.28rem)}.mode-strip article{min-height:82px;padding:7px;grid-template-columns:62px 1fr;gap:7px}.panel-right .verdict-panel{grid-template-columns:1fr;min-height:0}.panel-right .verdict-next{grid-column:1}.panel-right .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-right .kpi-card{min-height:80px}.mode-strip span{font-size:.72rem}.rail-section,.fill-section{gap:6px}.rail-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.rail-section>.section-title,.rail-section>:nth-child(2),.rail-section>:nth-child(6){grid-column:1 / -1}.rail-section .number-row,.fill-section .number-row{grid-template-columns:minmax(0,1fr) 56px;gap:5px}.rail-section .segmented button{min-height:24px;font-size:.68rem}.fill-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(90px,.8fr);align-items:end}.fill-section>.section-title{grid-column:1 / -1}.frequency-track{height:46px;margin:7px 9px}.mode-marker,.excitation{top:8px;height:30px}.excitation.spindle{top:16px;height:14px}.frequency-labels{padding:0 9px 6px}.compact-note{padding:0 9px 8px;font-size:.7rem}.resonance-legend,.resonance-readout{padding:0 9px;gap:4px;font-size:.66rem}.resonance-legend{padding-top:6px}.resonance-legend span,.resonance-readout span,.resonance-readout strong{padding:3px 5px}.comparison-table th,.comparison-table td{padding:5px 7px}.comparison-table table{font-size:.72rem}.assumption-panel{min-height:30px;flex:0 0 auto;padding:6px 16px;gap:8px;font-size:.72rem}}@media(min-width:1320px){.workbench{grid-template-columns:minmax(510px,540px) minmax(480px,1fr) minmax(320px,352px)}.panel-left{display:grid}.profile-section{overflow:visible}.load-section{overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr))}.load-section>:nth-child(6),.load-section>:nth-child(7){grid-column:1 / -1}.stage,.panel-right{grid-column:auto}}@media(min-width:1800px){.workbench{grid-template-columns:minmax(620px,660px) minmax(760px,1fr) minmax(340px,370px)}.panel{padding:10px;gap:10px}.panel-left{grid-template-columns:minmax(296px,.96fr) minmax(304px,1fr)}.panel-left>.input-column{gap:10px}.panel-section{padding:11px;gap:9px}.visual-picker{gap:8px;padding:9px}.shape-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.shape-tile{min-height:82px;grid-template-rows:52px auto;gap:4px;padding:6px 4px}.shape-tile span{font-size:.7rem}.profile-glyph{height:52px}.system-toggle,.height-chip-grid{gap:5px}.height-chip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.system-toggle button,.height-chip-grid button{min-height:28px;font-size:.74rem}.height-glyph{width:40px;height:28px}.source-stack,.evidence-list{gap:5px}.source-stack span,.source-stack a,.evidence-list span{padding:3px 6px;font-size:.68rem}.profile-section .source-stack{max-height:54px}.profile-section .source-stack span:nth-of-type(n+4){display:inline-flex}.source-stack span:last-child{display:none}.control-field{gap:5px;font-size:.74rem}select,.number-input{height:31px}.number-row,.load-section .number-row,.rail-section .number-row,.fill-section .number-row{grid-template-columns:minmax(0,1fr) 66px;gap:7px}.load-section{column-gap:10px}.load-section .control-label-row strong{font-size:.74rem}.segmented{gap:4px}.segmented button,.text-button,.icon-button{min-height:30px}.rail-section,.fill-section{gap:8px}.stage{padding:10px;gap:10px}.visual-layout{gap:10px;padding:10px}.stage-toolbar,.stage-readout{padding:10px 12px}.cad-callouts text{font-size:12px}.panel-right{padding:10px;gap:9px}}@media(min-width:2200px){.workbench{grid-template-columns:minmax(680px,720px) minmax(960px,1fr) minmax(360px,400px)}.panel-left{grid-template-columns:minmax(326px,.96fr) minmax(334px,1fr)}.panel{padding:14px;gap:13px}.panel-left>.input-column{gap:13px}.panel-section{padding:15px;gap:13px}.visual-picker{gap:11px;padding:12px}.shape-tile{min-height:118px;grid-template-rows:82px auto;gap:6px}.profile-glyph{height:82px}.system-toggle button,.height-chip-grid button{min-height:38px;font-size:.82rem}.height-glyph{width:52px;height:38px}.profile-section .source-stack{max-height:74px}.source-stack span,.source-stack a,.evidence-list span{padding:4px 7px;font-size:.72rem}.control-field{gap:7px;font-size:.8rem}select,.number-input{height:38px}.segmented button,.text-button,.icon-button{min-height:38px}.number-row,.load-section .number-row,.rail-section .number-row,.fill-section .number-row{grid-template-columns:minmax(0,1fr) 76px;gap:9px}}@media(min-width:1320px)and (max-height:800px){.panel-right .verdict-next{display:none}.panel-right{gap:5px;padding:6px}.rail-section .segmented{grid-template-columns:repeat(3,minmax(0,1fr))}.rail-section .segmented button{font-size:.64rem}.frequency-track{height:38px;margin:6px 8px}.mode-marker,.excitation{top:7px;height:24px}.excitation.spindle{top:14px;height:12px}.frequency-labels{padding-bottom:4px}.compact-note{display:none}.resonance-advice{display:block;padding-bottom:6px}.comparison-table th,.comparison-table td{padding:4px 6px}.comparison-table table{font-size:.68rem}}@media(max-width:1279px){.workbench{grid-template-columns:1fr}.panel-left{order:1}.stage{min-width:0;order:2}.panel-right{grid-column:auto;order:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}}@media(min-width:861px)and (max-width:1279px){.panel-left{display:grid;grid-template-columns:minmax(330px,.92fr) minmax(330px,1fr);align-items:start}.panel-left>.input-column{display:flex;flex-direction:column;gap:12px;min-width:0}.panel-left .panel-section{min-width:0}.profile-section,.load-section{overflow:visible}.load-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;column-gap:10px}.load-section>.section-title,.load-section>:nth-child(2),.load-section>:nth-child(7){grid-column:1 / -1}.load-section>:nth-child(6){grid-column:span 2}.limits-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;column-gap:10px}.limits-section>.section-title{grid-column:1 / -1}.load-section .number-row,.rail-section .number-row,.fill-section .number-row{grid-template-columns:minmax(0,1fr) 64px}.rail-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.rail-section>.section-title,.rail-section>:nth-child(2),.rail-section>:nth-child(6){grid-column:1 / -1}.fill-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.72fr);align-items:end}.fill-section>.section-title{grid-column:1 / -1}}@media(max-width:860px){.header-bar,.stage-toolbar,.stage-readout,.assumption-panel{align-items:flex-start;flex-direction:column}.input-column{display:contents}.number-row,.load-section .number-row,.rail-section .number-row,.fill-section .number-row{grid-template-columns:minmax(0,1fr) 94px;gap:10px}input[type=range]{height:44px;padding:17px 0}input[type=range]::-webkit-slider-runnable-track{height:6px}input[type=range]::-webkit-slider-thumb{width:28px;height:28px;margin-top:-11px}input[type=range]::-moz-range-track,input[type=range]::-moz-range-progress{height:6px}input[type=range]::-moz-range-thumb{width:28px;height:28px}.number-input{height:40px}.panel-right{display:flex;grid-template-columns:1fr}.rail-section,.fill-section,.resonance-map,.comparison-table{margin:0}.visual-layout,.kpi-grid,.mode-strip,.verdict-panel{grid-template-columns:1fr}.verdict-next{grid-column:1}.stage{grid-template-rows:auto auto auto}}
