:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#26343f;background:#f2f4f6;font-synthesis:none;font-size:14px;--ink: #17232d;--muted: #61707c;--border: #e1e5e8;--lime: #c9f56b;--dark: #182732;--accent: #527d22;--radius: 8px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;background:transparent;cursor:pointer;padding:8px;transition:background .14s,color .14s}button:hover{background:#edf2e8}button:disabled{opacity:.42;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #789d45;outline-offset:3px}input,select,textarea{min-width:0;border:1px solid #dce3e7;border-radius:5px;background:#fff;padding:9px 10px}textarea{resize:vertical;min-height:72px;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}h2{font-size:17px}h3{font-size:15px}p{line-height:1.65}small{font-size:12px}svg{flex-shrink:0}.primary,.dark-button,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:600;padding:10px 15px;white-space:nowrap}.primary{background:var(--lime);color:#2b4523;border:1px solid #c0e66f}.primary:hover{background:#b9e75c}.dark-button{color:#fff;background:#22323f}.dark-button:hover{background:#364754}.secondary{border:1px solid #dce2e6;background:#fff}.secondary:hover{background:#f6f8f3}.text-button{color:#5b7c3c;padding:6px 0;font-size:13px}.full{width:100%}.muted,.modal-intro{color:var(--muted)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;color:#73934b}.state-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#77a64b;margin-right:6px}.state-dot.edited{background:#d3ad5c}.state-dot.offline{background:#c56751}.application{display:flex;height:100dvh;min-height:600px;overflow:hidden}.rail{width:68px;flex-shrink:0;background:#131d27;padding:18px 11px 14px;display:flex;align-items:center;flex-direction:column;gap:12px;color:#9aa8b6}.rail>button{width:43px;height:43px}.rail>button:hover{background:#263541;color:#e3eddb}.brand-mark{width:44px;height:44px;margin-bottom:20px}.brand-mark img{width:100%;height:100%}.rail .rail-active{background:#2b3b32;color:var(--lime);position:relative}.rail-active:before{content:"";position:absolute;left:-11px;width:3px;height:24px;border-radius:3px;background:var(--lime)}.rail-spacer{flex:1}.rail .avatar{background:#364858;color:#e5efde;border-radius:50%;width:37px;height:37px;border:3px solid #253442;font-weight:600}.app-shell{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:82px;flex-shrink:0;display:flex;align-items:center;padding:0 26px;gap:25px;background:#fff;border-bottom:1px solid var(--border)}.wordmark{font-size:25px;font-weight:750;letter-spacing:-1.2px;line-height:1;white-space:nowrap}.wordmark>span{color:#687650}.wordmark small{display:block;font-size:10px;font-weight:650;letter-spacing:2px;color:#8c969e;margin-top:9px}.top-divider{height:32px;width:1px;background:var(--border)}.project-title{flex:1;min-width:100px;max-width:580px}.project-title input{font-size:14px;font-weight:600;border:0;padding:0;width:100%;margin-bottom:7px;border-radius:0}.project-title>span{display:block;font-size:12px;color:#88939b}.top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.version-pill{font-size:11px;letter-spacing:1px;border:1px solid #dfe5d7;color:#72825c;background:#f8faf4;padding:5px 8px;border-radius:5px}.workspace-tabs{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid var(--border);height:49px;flex-shrink:0;padding:0 23px}.workspace-tabs [role=tablist]{display:flex;align-self:stretch;gap:24px}.workspace-tabs [role=tab]{border-radius:0;position:relative;padding:0 2px;color:#83919b;font-size:13px;gap:8px}.workspace-tabs [role=tab].active{color:#516e36;font-weight:650}.workspace-tabs [role=tab].active:after{content:"";position:absolute;bottom:-1px;height:3px;background:#8daf5c;left:0;right:0}.focus-button{font-size:12px;color:#7b8990}.message{display:flex;align-items:center;gap:9px;padding:8px 20px;font-size:13px;border-bottom:1px solid;flex-shrink:0}.message>span{flex:1}.message.error{background:#fff2ed;color:#a24c35;border-color:#ecd5cb}.message.success{background:#f0f7e8;color:#58723d;border-color:#dce8cc}.message button{padding:3px}.work-area{display:flex;flex:1;min-height:0}.library{width:244px;flex-shrink:0;background:#fff;display:flex;flex-direction:column;border-right:1px solid var(--border)}.panel-heading{height:59px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.panel-heading h2{display:flex;align-items:center;gap:9px;font-size:14px;margin:0}.panel-heading h2>span{font-size:11px;font-weight:400;padding:2px 5px;border-radius:4px;color:#9aa4ab;background:#f0f3f5}.panel-heading button{color:#93a0a8;padding:2px}.search{display:flex;align-items:center;gap:5px;margin:0 14px 10px;border:1px solid #e7ebee;border-radius:6px;background:#f6f8f9;padding:0 9px;color:#919ea7}.search input{border:0;width:100%;padding:10px 3px;font-size:12px;background:transparent}.search input:focus-visible{outline:none}.search:focus-within{outline:2px solid #95af75}.search kbd{font-family:inherit;font-size:11px;border:1px solid #dfe5e8;border-radius:3px;padding:1px 4px}.library-filter{margin:0 14px 9px;font-size:12px;padding:7px 9px;background:#fff}.component-list{flex:1;overflow:auto;padding:0 8px 10px;scrollbar-width:thin;scrollbar-color:#dce3e7 transparent}.component-group{margin-bottom:13px}.component-group h3{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:#919ba3;padding:10px 10px 5px;display:flex;justify-content:space-between;margin:0 0 3px}.component-group h3 span{font-weight:400}.library-part{width:100%;min-height:42px;text-align:left;padding:4px 9px;font-size:12px;gap:9px;border:1px solid transparent}.library-part>svg:first-child{width:37px;height:29px;color:#647b87}.library-part>span{flex:1}.library-part>svg:last-child{opacity:0;color:#789a4e}.library-part:hover,.library-part.active{border-color:#dce7cf;background:#f2f7eb;color:#4a6c2a}.library-part:hover>svg:last-child,.library-part.active>svg:last-child{opacity:1}.library-example{border-top:1px solid var(--border);margin:0 10px;padding:18px 5px;border-radius:0;text-align:left;color:#658048;gap:10px}.library-example>span{flex:1}.library-example strong{font-size:12px;font-weight:500;display:block}.library-example small{display:block;font-size:10px;color:#96a38c;margin-top:4px}.empty-search{padding:18px;color:var(--muted);font-size:13px}.edge-panel{width:29px;border-radius:0;border:1px solid var(--border);background:#fff;justify-content:flex-start;flex-direction:column;padding:15px 3px;color:#7b8b92}.edge-panel span{writing-mode:vertical-rl;margin-top:10px;font-size:12px}.bench{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f7f9fa}.toolbar{height:52px;display:flex;align-items:center;gap:2px;padding:0 14px;border-bottom:1px solid var(--border);background:#fff;flex-shrink:0}.toolbar>button,.tool-group>button{width:31px;height:31px;padding:6px;color:#80929c}.tool-group{display:flex;background:#f4f6f8;border-radius:6px;padding:3px;gap:2px}.tool-group .active{background:#eaf1e2;color:#63883b}.tool-separator{width:1px;height:22px;background:#e5eaed;margin:0 9px}.toolbar-spacer{flex:1}.toolbar .run-button{width:auto;margin-left:8px;background:var(--lime);color:#2d4825;padding:0 12px;font-size:12px;font-weight:650;height:34px}.canvas-wrap{flex:1;min-height:255px;position:relative;display:flex;flex-direction:column;overflow:hidden}.canvas-caption{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:10px;letter-spacing:1.2px;color:#8b9aa3;flex-shrink:0}.canvas-caption i{font-style:normal;font-size:10px;background:#e8edf0;padding:2px 4px;border-radius:3px;margin-left:7px;letter-spacing:0}.schematic{flex:1;width:100%;height:0;min-height:190px;touch-action:none;outline:none!important}.symbol-body{cursor:move}.port{cursor:crosshair}.port:hover circle{fill:#c9f56b;stroke:#4e782b}.connection{cursor:pointer}.placing .schematic{cursor:crosshair}.panning .schematic,.panning .symbol-body{cursor:grab}.canvas-bottom{height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 6px;color:#9ba6ad;font-size:10px;flex-shrink:0}.zoom{display:flex;align-items:center;gap:3px;border:1px solid #e0e6e9;border-radius:6px;background:#fff;color:#788992;white-space:nowrap}.zoom button{padding:4px}.zoom span{font-size:10px;padding:0 5px;min-width:38px;text-align:center}.canvas-empty{position:absolute;top:43%;left:15%;right:15%;pointer-events:none;text-align:center;color:#84949d}.canvas-empty strong{font-size:21px;color:#6c818b}.canvas-empty p{font-size:14px;margin-top:10px}.reopen-scope{border-top:1px solid var(--border);font-size:12px;color:#7b8c96;border-radius:0;height:30px;flex-shrink:0}.inspector{width:269px;flex-shrink:0;background:#fff;display:flex;flex-direction:column;border-left:1px solid var(--border)}.inspector-content{overflow:auto;padding:0 19px 20px;flex:1;scrollbar-width:thin}.part-heading{display:flex;align-items:center;gap:12px;margin:2px 0 20px;padding-bottom:18px;border-bottom:1px solid var(--border)}.part-preview{width:57px;height:57px;border:1px solid #e0e7da;background:#f6f9f1;border-radius:8px;display:grid;place-items:center}.part-preview svg{width:52px;height:43px;color:#698047}.part-heading strong{display:block;font-size:16px;margin-bottom:6px}.part-heading span{display:block;line-height:1.3;font-size:12px;color:#8b989f}.property{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#6a7b85;margin:0 0 16px}.property input,.property select,.property textarea{width:100%;font-size:13px;color:#314653}.input-unit{display:flex;border:1px solid #dce3e7;border-radius:5px;background:#fff;align-items:center}.input-unit input{border:0;width:100%;padding:8px 9px;background:transparent}.input-unit>span{font-size:11px;white-space:nowrap;padding:0 9px 0 4px;color:#9aa5ad}.input-unit.invalid{border-color:#d89681;background:#fff4ef}.model-note{font-size:12px;line-height:1.7;color:#8b979e;margin-bottom:16px}.property-readings{padding:15px;border-radius:6px;background:#f6f8f3;border:1px solid #e2e9da}.property-readings h3{font-size:12px;color:#6a814f}.property-readings>div{display:flex;justify-content:space-between;gap:10px;font-size:12px;margin-top:10px;color:#74856b}.property-readings b{font-weight:550;color:#53673f}.inspector-divider{height:1px;background:var(--border);margin:22px 0}.inspector-content>h3{font-size:13px;margin-bottom:17px;line-height:1.5}.inspector-footer{flex-shrink:0;border-top:1px solid var(--border);padding:12px 18px;color:#8a9981;font-size:11px}.system-icon{width:57px;height:57px;display:grid;place-items:center;border-radius:10px;background:#f0f5e7;color:#789450;margin:4px 0 18px}.overview-metrics>div{padding:16px 0;border-top:1px solid var(--border)}.overview-metrics span{display:block;color:#8c999f;font-size:12px;margin-bottom:7px}.overview-metrics strong{font-size:26px;letter-spacing:-.7px;font-weight:600}.overview-metrics small{font-size:12px;font-weight:400;color:#8b999f;letter-spacing:0}.help-note{padding:13px;background:#f5f7f8;border-radius:5px;font-size:12px;color:#84939b}.model-warnings{border-top:1px solid #eadcca;margin-top:18px;padding-top:12px}.model-warnings p{font-size:12px;color:#a57a4d}.statusbar{height:29px;padding:0 18px;display:flex;align-items:center;gap:22px;flex-shrink:0;background:#fff;border-top:1px solid var(--border);font-size:10px;color:#909da5}.statusbar>span{display:flex;align-items:center}.statusbar-spacer{flex:1}.instruments{background:#182732;color:#d4e1e7;flex-shrink:0;height:246px;border-top:1px solid #304452}.instrument-heading{height:46px;padding:0 17px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #30414c}.instrument-heading strong{font-size:12px;font-weight:550;display:flex;align-items:center;gap:9px}.instrument-heading strong svg{color:#b9d88b}.capture-label{font-size:9px;letter-spacing:1px;color:#81939f}.instrument-actions{margin-left:auto;display:flex;gap:5px;align-items:center}.instrument-actions select{border:1px solid #40515b;background:#20343f;color:#aebfc9;font-size:11px;padding:5px 7px}.instrument-actions button{padding:5px;color:#8ea3b0}.instrument-actions button:hover{background:#344a55}.instrument-body{display:flex;height:169px;padding:8px 14px 0 8px}.scope-chart{min-width:0;flex:1}.scope-chart svg{width:100%;height:100%}.scope-readouts{width:148px;flex-shrink:0;border-left:1px solid #354650;padding:9px 4px 0 16px;margin-left:9px}.trace-label{font-size:9px;letter-spacing:1px}.scope-readouts>strong{font-size:25px;font-weight:500;letter-spacing:-.7px;display:block;margin:7px 0 12px}.scope-readouts strong small{font-size:11px;margin-left:5px;font-weight:400;letter-spacing:0}.scope-readouts>div{display:flex;justify-content:space-between;font-size:10px;color:#8095a2;margin:7px 0}.scope-readouts b{font-weight:500;color:#b0c3ce}.scope-footer{height:30px;display:flex;align-items:center;gap:20px;padding:0 20px 6px 25px;font-size:9px;color:#738a97}.scope-footer>span{flex:1}.scope-footer input{width:160px;height:3px;padding:0;accent-color:#b7d98b}.page-workspace{overflow:auto;flex:1;background:#f3f6f7;padding:30px 36px 50px;min-height:0}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px}.page-heading h1{font-size:29px;letter-spacing:-1px;font-weight:650;margin:9px 0}.page-heading p{font-size:14px;color:#82929b;margin:0;max-width:760px}.page-heading>svg{color:#94a67e;margin-right:15px}.white-card{background:#fff;border:1px solid #e0e7e9;border-radius:9px;padding:25px}.white-card h2{font-size:17px;margin-bottom:24px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.sizing-tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);margin:0 0 25px;padding-bottom:14px}.sizing-tabs button{padding:10px 19px;color:#809199;border:1px solid transparent}.sizing-tabs .active{color:#587a35;background:#eaf2df;border:1px solid #d2e2bc}.sizing-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.result-card{background:#fcfef9;border-color:#dbe6ce}.sizing-results{display:grid;grid-template-columns:1fr 1fr;gap:27px 30px;margin:30px 0}.sizing-result>span{display:block;font-size:12px;color:#839474;margin-bottom:8px}.sizing-result>strong{font-size:29px;font-weight:550;letter-spacing:-1px;color:#415d2a}.sizing-result small{font-size:13px;letter-spacing:0;font-weight:400;color:#8d9d7f}.result-card>p{color:#859477;font-size:13px}.result-card>.formula{padding:17px;background:#eff5e7;border-radius:5px;color:#5d7845;font-family:Consolas,monospace;font-size:14px}.source-link{display:flex;align-items:center;gap:5px;font-size:12px;color:#84948d;margin-top:18px}.study-grid{display:grid;grid-template-columns:285px minmax(0,1fr);gap:24px}.plain-fieldset{border:0;margin:0;padding:0;min-width:0}.study-grid small{display:block;line-height:1.6;color:#87939a;margin-top:14px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.section-heading h2,.section-heading h3{margin:0}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}th{font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:#85969c;background:#f7f9fa;font-weight:600;padding:12px 13px;border-bottom:1px solid #dfe6e8}td{padding:13px;border-bottom:1px solid #e5eaed;color:#607580;vertical-align:top;line-height:1.5}td small{display:block;margin-top:5px;font-size:11px}.status-pill{font-size:10px;font-weight:650;padding:4px 7px;border-radius:4px}.status-pill.good{color:#648340;background:#eff6e5}.status-pill.warn{color:#a87642;background:#fcf0dd}.study-results>.muted{font-size:12px;margin-top:20px}.study-bars{display:flex;flex-direction:column;gap:16px;margin:30px 0}.study-bars>div{display:grid;grid-template-columns:100px 1fr 80px;gap:15px;align-items:center;font-size:12px;color:#788b93}.study-bars>div>div{height:13px;border-radius:3px;background:#f0f4eb;overflow:hidden}.study-bars i{display:block;height:100%;border-radius:3px}.study-bars b{font-weight:500;text-align:right}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:55px 20px;text-align:center;color:#9bab9c}.empty-state h3{font-size:18px;color:#65785d;margin:22px 0 8px}.empty-state p{font-size:13px;max-width:400px;color:#94a08c;margin-bottom:20px}.error-text{color:#b46043!important;font-size:12px}.warning-text{color:#a17646!important}.report-actions{display:flex;gap:9px}.report-paper{max-width:1120px;margin:0 auto;background:#fff;padding:38px 44px;border:1px solid #e0e6e9;box-shadow:0 4px 15px #20374705}.report-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid var(--border);color:#91a082}.report-title .wordmark{font-size:25px}.report-cover{margin-top:32px}.report-cover h2{font-size:26px;line-height:1.3;margin:10px 0}.report-cover>p{color:#7c8d96;font-size:14px}.report-meta{display:flex;gap:30px;padding:17px 0;font-size:11px;color:#8b9aa2}.report-meta b{display:block;margin-top:6px;color:#546a74;font-size:12px;font-weight:500}.report-schematic{width:100%;max-height:410px;border:1px solid #e1e7ea;border-radius:5px;background:#f7f9fa;margin:12px 0 25px}.report-paper>h3{margin:30px 0 15px;font-size:16px}.report-paper .section-heading{margin-top:30px}.report-paper>p{font-size:13px;color:#7b8e96}.report-paper .hash{font:11px/1.9 Consolas,monospace;overflow-wrap:anywhere;padding:14px 18px;background:#f7f9fa}.report-paper footer{border-top:1px solid var(--border);margin-top:30px;padding-top:18px;font-size:10px;color:#93a1a8}.tutorial-grid{display:grid;grid-template-columns:300px 1fr;gap:25px}.tutorial-grid nav{display:flex;flex-direction:column;gap:8px}.tutorial-nav{justify-content:flex-start;text-align:left;padding:20px 15px;border:1px solid #e2e8eb;background:#fff;gap:13px}.tutorial-nav>span{flex:1}.tutorial-nav strong{display:block;font-size:13px;font-weight:550}.tutorial-nav small{display:block;margin-top:7px;color:#98a591;font-size:11px}.tutorial-nav>svg{color:#93a47c}.tutorial-nav.active{background:#f2f8e9;border-color:#ccdeb5}.tutorial-steps{padding:0;margin:25px 0 35px;list-style:none}.tutorial-steps li{display:flex;gap:17px;align-items:flex-start;padding:17px 0;border-bottom:1px solid #edf0e9}.tutorial-steps p{font-size:14px;line-height:1.8;color:#748890;margin:0}.step-check{width:29px;height:29px;flex-shrink:0;border:1px solid #d8e2cd;color:#8aa569;padding:3px;border-radius:50%;font-size:12px}.step-check.done{background:#c9e69c;color:#416726;border-color:#c9e69c}.modal{width:min(92vw,460px);max-height:88dvh;padding:26px;border:1px solid #dfe6e7;border-radius:12px;box-shadow:0 30px 110px #13243135;color:var(--ink)}.modal.wide{width:min(92vw,960px)}.modal::backdrop{background:#15263265;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.modal-title h2{font-size:21px;letter-spacing:-.4px;margin:0}.modal-title button{padding:4px;color:#81929b}.modal-intro{font-size:13px;margin:0 0 23px}.modal .property{font-size:13px}.modal .property input,.modal .property textarea,.modal .property select{font-size:14px}.modal .field-grid{gap:0 16px}.modal-search{margin:0 0 23px;max-width:320px}.examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.example-card{flex-direction:column;align-items:flex-start;text-align:left;border:1px solid #dfe7e1;border-radius:8px;padding:17px;background:#fcfdf9}.example-card:hover{background:#f4f8ee;border-color:#b7ce9e}.example-art{width:100%;height:140px;position:relative;margin-bottom:11px;background-image:radial-gradient(#d3ddc8 1px,transparent 1px);background-size:12px 12px;border-radius:4px}.example-art svg{width:100%;height:115px}.example-art>span{position:absolute;bottom:5px;left:5px;font-size:9px;background:#f3f7ed;color:#899b73;padding:3px 5px;border-radius:3px}.example-card h3{font-size:14px;line-height:1.5;margin-bottom:7px}.example-card p{font-size:12px;color:#8e9b84;flex:1;margin:0}.example-link{color:#759550;font-size:12px;display:flex;align-items:center;gap:7px;margin-top:15px}.new-project{margin-top:23px}.project-row{display:flex;gap:17px;align-items:center;border-top:1px solid var(--border);padding:17px 0;color:#98aa8a}.project-open{flex:1;min-width:0;flex-direction:column;align-items:flex-start;text-align:left;gap:7px;color:#526b42}.project-open strong{font-size:15px}.project-open span{font-size:12px;color:#8d9c84}.project-row>button:last-child{color:#94a28b}.auth-switch{width:100%;margin-top:17px;font-size:13px}.account-summary{text-align:center}.account-avatar{display:grid;place-items:center;width:64px;height:64px;margin:15px auto;border-radius:50%;background:#e8f3d7;color:#6b9141;font-size:25px}.account-summary>p{font-size:14px;color:#8d9c84}.check-issue{width:100%;text-align:left;justify-content:flex-start;gap:13px;border:1px solid #e7dfd3;background:#fffaf1;margin:10px 0;padding:15px;color:#a88352}.check-issue.error{background:#fff4ef;border-color:#eddbd1;color:#b57658}.check-issue>span{flex:1;font-size:13px;line-height:1.6}.check-issue strong{display:block;font-size:10px;margin-bottom:4px;letter-spacing:1px}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.help-grid h3{margin-top:12px}.help-grid p{font-size:13px;color:#7e9197}.shortcuts{font-size:12px}.shortcuts>div{display:flex;gap:15px;justify-content:space-between;border-bottom:1px solid #e7ecee;padding:9px 0}.shortcuts dt{font-family:Consolas,monospace;color:#6a8057}.shortcuts dd{color:#8e9ca2;margin:0;text-align:right}.landing{background:#fff;font-size:16px;min-height:100dvh}.site-header{max-width:1480px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid #e4e9eb}.site-brand{font-size:27px;display:flex;align-items:center;font-weight:750;letter-spacing:-1px}.site-brand img{width:39px;height:39px;margin-right:10px}.site-brand>span{color:#728258}.site-header nav{display:flex;gap:34px;font-size:14px;color:#6e828b}.site-header .dark-button{font-size:13px;padding:12px 17px}.hero{max-width:1480px;display:grid;grid-template-columns:.87fr 1.13fr;gap:6%;align-items:center;margin:auto;padding:80px 5% 75px}.hero .eyebrow{display:flex;align-items:center;font-size:11px;color:#7c8f63;letter-spacing:1.8px}.hero h1{font-size:clamp(48px,5vw,78px);font-weight:650;letter-spacing:-4px;line-height:1.05;margin:25px 0}.hero h1 em{font-style:normal;color:#739142}.hero-copy>p{max-width:420px;font-size:16px;line-height:1.8;color:#82949d;margin:25px 0 28px}.hero-actions{display:flex;align-items:center;gap:25px;font-size:14px}.hero-actions .primary{padding:14px 20px}.hero-actions>a:last-child{color:#637c46}.hero-caption{display:block;margin-top:23px;font-size:11px;color:#a0acae}.hero-workbench{border:1px solid #dbe4e7;box-shadow:0 30px 55px #142c3410;border-radius:12px;overflow:hidden;transform:rotate(-1deg);background:#f7f9fa}.hero-bench-title{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.4px;padding:18px 22px;background:#182732;color:#839da9}.hero-bench-title>span:first-child{color:#c9e693;display:flex;gap:8px;align-items:center}.hero-bench-title i{width:6px;height:6px;border-radius:50%;background:#bfe57e}.hero-workbench>svg{width:100%;height:auto;padding:13px 0}.hero-bench-footer{background:#182732;color:#879fa9;display:flex;align-items:center;justify-content:space-between;font-size:10px;padding:17px 22px}.hero-bench-footer>span,.hero-bench-footer a{display:flex;align-items:center;gap:8px}.hero-bench-footer a{color:#cae394}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;max-width:1480px;margin:auto;padding:42px 5%;border-top:1px solid #e1e7e9;border-bottom:1px solid #e1e7e9}.feature-strip svg{color:#8aa45f;margin-bottom:15px}.feature-strip h2{font-size:19px;letter-spacing:-.4px;margin-bottom:10px}.feature-strip p{font-size:14px;color:#8b9ba3;max-width:330px;margin:0}.landing-note{display:flex;align-items:center;justify-content:space-between;gap:50px;max-width:1480px;padding:65px 5%;margin:auto}.landing-note h2{font-size:29px;letter-spacing:-1px;margin:15px 0}.landing-note p{font-size:14px;color:#8b9ba3;max-width:620px}.landing-note .secondary{font-size:13px;padding:14px}.site-footer{background:#172630;color:#91a5ae;display:flex;justify-content:space-between;padding:27px 5%;font-size:12px}.site-footer a{color:#c5dda2}@media(min-width:1550px){.library{width:268px}.inspector{width:290px}.library-part{font-size:13px;min-height:46px}.component-group h3{font-size:11px}.canvas-wrap{min-height:330px}.instruments{height:270px}.instrument-body{height:191px}.property{font-size:13px}}@media(max-width:1200px){.topbar{gap:18px;padding:0 20px}.top-actions{gap:7px}.version-pill{display:none}.library{width:217px}.inspector{width:235px}.library-part{font-size:11px;padding:4px 6px}.library-part>svg:first-child{width:32px}.toolbar{padding:0 9px}.toolbar>button,.tool-group>button{width:28px}.tool-separator{margin:0 5px}.capture-label{display:none}.scope-readouts{width:120px;padding-left:12px}.scope-footer>span{max-width:65%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.page-workspace{padding:25px}.sizing-grid{grid-template-columns:1fr 1fr}.sizing-result>strong{font-size:25px}.report-actions{flex-wrap:wrap;justify-content:flex-end}.tutorial-grid{grid-template-columns:260px 1fr}.hero{gap:4%;padding-top:65px}.hero h1{letter-spacing:-3px}}@media(max-width:1000px){.rail{width:55px;padding-left:6px;padding-right:6px}.rail-active:before{left:-6px}.brand-mark{width:39px;height:39px}.wordmark{font-size:21px}.wordmark small{font-size:8px;letter-spacing:1.5px}.topbar{height:72px;gap:15px}.top-actions .secondary{display:none}.top-actions .dark-button{font-size:12px}.project-title input{font-size:13px}.library{width:193px}.library-example>svg{display:none}.library-part{font-size:10px;gap:5px}.library-part>svg:first-child{width:29px}.library-part>svg:last-child{display:none}.inspector{width:215px}.inspector-content{padding:0 14px 15px}.panel-heading{padding:0 13px;height:52px}.panel-heading h2{font-size:13px}.toolbar{overflow:auto;min-height:48px}.toolbar .tool-separator{margin:0 3px}.toolbar .run-button{font-size:11px;padding:0 8px;margin-left:4px}.toolbar .tool-group>button,.toolbar>button{width:26px;padding:4px;flex-shrink:0}.instrument-actions select{max-width:84px;font-size:10px}.instrument-heading{gap:5px;padding:0 11px}.scope-readouts{display:none}.canvas-caption{padding:0 14px;font-size:9px}.canvas-bottom>span{max-width:55%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace-tabs [role=tablist]{gap:17px}.workspace-tabs{padding:0 20px}.statusbar{gap:15px}.sizing-grid{grid-template-columns:1fr}.study-grid{grid-template-columns:235px 1fr}.study-grid .white-card{padding:20px}.study-bars>div{grid-template-columns:75px 1fr 65px;gap:10px}.tutorial-grid{grid-template-columns:220px 1fr}.tutorial-nav{padding:15px 11px;gap:9px}.tutorial-nav>svg:last-child{display:none}.report-paper{padding:28px}.report-meta{gap:16px;flex-wrap:wrap}.page-heading h1{font-size:25px}.hero{grid-template-columns:1fr 1fr}.hero h1{font-size:56px}.hero-copy>p{font-size:14px}.hero-actions{gap:15px;font-size:12px}.hero-actions .primary{padding:12px 14px}.feature-strip{gap:35px}.site-header nav{gap:22px}.site-brand{font-size:25px}.site-header,.site-footer{gap:20px}}@media(max-width:780px){.application{min-height:580px}.rail{width:48px;padding:12px 4px;gap:8px}.rail>button{width:38px;height:38px}.brand-mark{width:34px;height:34px;margin-bottom:13px}.rail-active:before{left:-4px}.topbar{padding:0 12px;height:69px;gap:14px}.wordmark{font-size:20px}.wordmark small{font-size:7px;letter-spacing:1px}.top-divider{display:none}.top-actions .dark-button{padding:8px}.top-actions .dark-button span{display:none}.project-title{max-width:none}.project-title>span{font-size:10px}.workspace-tabs{padding:0 11px;height:44px}.workspace-tabs [role=tablist]{gap:17px}.workspace-tabs [role=tab]{font-size:11px;gap:5px}.workspace-tabs [role=tab] svg{display:none}.focus-button{font-size:0;padding:5px;gap:0}.library{width:171px}.library .panel-heading{height:46px}.library-filter{margin:0 10px 8px}.search{margin:0 10px 9px;padding:0 6px}.search input{font-size:11px}.search kbd{display:none}.library-part{font-size:10px;min-height:37px}.library-part>svg:first-child{width:26px}.component-group h3{font-size:9px;letter-spacing:.7px;padding-left:7px}.inspector{position:fixed;right:0;top:113px;bottom:29px;width:240px;z-index:6;box-shadow:-15px 0 30px #1c364719}.inspector .panel-heading{background:#fbfdf8}.toolbar>button[aria-label="Import project JSON"],.toolbar>button[aria-label="Export project JSON"],.toolbar>button[aria-label="Duplicate selection"]{display:none}.canvas-wrap{min-height:245px}.instruments{height:211px}.instrument-body{height:140px}.instrument-heading{height:41px}.scope-footer{padding-left:17px}.scope-footer>span{max-width:57%;font-size:8px}.scope-footer input{width:90px}.canvas-bottom{padding:0 9px 6px}.canvas-bottom>span{display:none}.canvas-bottom .zoom{margin-left:auto}.statusbar{padding:0 10px;gap:12px;font-size:9px}.statusbar>span:nth-last-child(2){display:none}.page-workspace{padding:23px 18px}.page-heading{align-items:flex-start;gap:15px;flex-wrap:wrap;margin-bottom:22px}.page-heading h1{font-size:24px}.page-heading p{font-size:13px}.page-heading>svg{display:none}.white-card{padding:21px}.study-grid,.tutorial-grid{grid-template-columns:1fr}.study-grid>.white-card:first-child{max-width:none}.study-grid .plain-fieldset{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.tutorial-grid nav{display:grid;grid-template-columns:1fr 1fr}.tutorial-nav strong{font-size:12px}.sizing-tabs{gap:4px;flex-wrap:wrap}.sizing-tabs button{font-size:12px;padding:8px 10px;gap:7px}.examples-grid{grid-template-columns:1fr 1fr}.help-grid{grid-template-columns:1fr;gap:20px}.report-paper{padding:23px 17px}.report-actions{justify-content:flex-start}.report-actions button{font-size:12px}.report-schematic{max-height:320px}.report-meta{display:grid;grid-template-columns:1fr 1fr}.site-header{padding:20px 5%;gap:15px}.site-header nav{display:none}.site-header .dark-button{font-size:12px}.site-brand{font-size:23px}.site-brand img{width:32px;height:32px}.hero{grid-template-columns:1fr;gap:45px;padding:48px 6%}.hero h1{font-size:62px}.hero h1 br:nth-child(2){display:none}.hero-copy>p{font-size:16px;max-width:520px}.hero-workbench{transform:none}.hero-workbench>svg{max-height:370px}.feature-strip{padding:37px 6%;gap:30px;grid-template-columns:1fr}.feature-strip p{max-width:none}.feature-strip svg{float:left;margin:0 18px 40px 0}.landing-note{padding:40px 6%;align-items:flex-start;gap:20px;flex-direction:column}.landing-note h2{font-size:27px}.site-footer{flex-wrap:wrap;font-size:11px}.site-footer>span:nth-child(2){display:none}}@media(max-width:520px){.topbar .wordmark{font-size:17px}.topbar .wordmark small{font-size:6px}.topbar{gap:12px}.project-title input{font-size:11px}.workspace-tabs [role=tablist]{gap:12px}.workspace-tabs [role=tab]{font-size:10px}.library{position:fixed;left:48px;top:113px;bottom:29px;width:217px;z-index:7;box-shadow:15px 0 30px #1c364719}.library-part{font-size:12px}.library-part>svg:first-child{width:32px}.library .panel-heading h2{font-size:14px}.library-filter,.search input{font-size:12px}.inspector{width:222px}.bench{width:100%}.canvas-caption>span:last-child{display:none}.canvas-wrap{min-height:260px}.instrument-heading strong{font-size:10px;gap:5px}.instrument-heading strong svg{width:13px}.instrument-actions{gap:2px}.instrument-actions select{max-width:76px;font-size:9px}.instrument-actions button{padding:3px}.statusbar>span:nth-child(2){font-size:8px}.scope-footer>span{max-width:62%}.examples-grid{grid-template-columns:1fr}.modal{padding:22px}.modal-title h2{font-size:19px}.example-art{height:170px}.example-art svg{height:145px}.field-grid{grid-template-columns:1fr 1fr;gap:0 13px}.sizing-result>strong{font-size:24px}.sizing-results{gap:25px 14px}.tutorial-grid nav{grid-template-columns:1fr}.report-meta{grid-template-columns:1fr}.report-cover h2{font-size:22px}.hero h1{font-size:53px}.hero-bench-footer{font-size:9px;padding:13px}.hero-bench-title{font-size:8px;padding:14px}.site-header .dark-button{font-size:10px;padding:10px}.site-brand{font-size:20px}}@media(max-height:850px)and (min-width:781px){.instruments{height:185px}.instrument-body{height:120px;padding-top:3px}.instrument-heading{height:37px}.scope-footer{height:27px}.scope-readouts{padding-top:3px}.scope-readouts>strong{font-size:21px;margin:4px 0 7px}.scope-readouts>div{margin:4px 0}.canvas-wrap{min-height:280px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media print{@page{size:A4 landscape;margin:12mm}.no-print,.rail,.statusbar,dialog{display:none!important}html,body,#root,.application,.app-shell,.page-workspace{height:auto!important;min-height:0!important;overflow:visible!important;display:block!important;background:#fff!important}.page-workspace{padding:0}.report-paper{padding:0;border:0;box-shadow:none;max-width:none}.report-paper h3{break-after:avoid}.report-schematic{break-inside:avoid;height:100mm}.report-paper tr{break-inside:avoid}.report-paper thead{display:table-header-group}.table-scroll{overflow:visible}.report-paper footer{margin-top:15px}.report-title{padding-bottom:20px}.report-cover{margin-top:20px}.report-paper td{font-size:10px;padding:8px}.report-paper th{font-size:9px}.report-paper p{font-size:11px}.report-paper .hash{font-size:9px}.report-meta{display:flex}.report-paper *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
