:root{font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif;color:#1e293b;background:#f5f6f8;font-size:15px}*{box-sizing:border-box}body{margin:0}header{height:72px;border-bottom:1px solid #e1e5eb;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - 1040px)/2))}.brand{font-size:21px;font-weight:750;white-space:nowrap}.brand span{font-size:13px;font-weight:450;color:#64748b;margin-left:12px}main{max-width:1040px;margin:38px auto;padding:0 24px}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.eyebrow{color:#446185!important;font-size:12px;letter-spacing:.03em;margin:0 0 9px!important}h1{font-size:30px;letter-spacing:-1px;margin:0 0 8px}.intro p{color:#66758a;margin:0;font-size:14px}.card{background:white;border:1px solid #dfe5ed;border-radius:14px;padding:26px;margin-bottom:18px;box-shadow:0 2px 4px #1e293b03}.basics{display:grid;grid-template-columns:180px 100px 1fr;gap:24px;align-items:start}label{font-size:13px;font-weight:600;display:flex;flex-direction:column;gap:8px}label small{display:inline;font-weight:400;color:#7b889b}input,select,textarea{font:inherit;border:1px solid #cdd6e1;border-radius:7px;background:#fff;color:#1e293b;width:100%;padding:10px 12px;height:42px}input:focus,select:focus,textarea:focus{outline:3px solid #dae8fc;border-color:#5d84b7}input::placeholder{color:#98a2b2;font-size:13px;font-weight:400}fieldset{border:0;margin:0;padding:0;display:flex;gap:18px;min-width:0}legend{font-weight:600;font-size:13px;margin-bottom:15px}.radio,.check{flex-direction:row;align-items:center;gap:8px;white-space:nowrap;font-weight:450}.radio input,.check input{width:17px;height:17px;margin:0;accent-color:#315f99}h2{font-size:18px;margin:0;font-weight:700}h2 span{font-size:12px;color:#7085a0;margin-right:10px;font-weight:600}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.section-heading small{color:#798699;font-size:12px}.sub-grid{display:grid;grid-template-columns:1fr 170px 220px;gap:16px}.reagent-grid{display:grid;grid-template-columns:minmax(150px,1fr) 115px 105px 190px 36px;gap:12px;align-items:end}.reagent{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e9edf2}.reagent:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.meta{min-height:18px;font-size:12px;line-height:1.7;color:#6e7e91;margin-top:9px}.meta a{color:#315f99;margin-left:9px;text-decoration:none}.meta a:hover{text-decoration:underline}.hint{font-size:12px;color:#768498;line-height:1.6;margin:18px 0 0}details{margin-top:12px}summary{font-size:12px;color:#66758a;cursor:pointer}details[open] summary{margin-bottom:15px}.options{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px;align-items:center;background:#f8fafc;padding:15px;border-radius:8px}.options input{font-size:13px}.workflow{padding:10px 4px 22px;color:#596b81;font-size:13px;line-height:1.8}.workflow strong{color:#334155}.workflow p{margin:7px 0}.workflow small{font-size:12px;color:#7a8899}kbd{background:white;border:1px solid #d4dce5;padding:1px 5px;border-radius:4px}.actions{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #dfe5ed;padding:24px 0;margin-bottom:20px}.actions>div{display:flex;gap:10px}button{font:inherit;border:0;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:11px 16px;white-space:nowrap}button:disabled{opacity:.5;cursor:wait}.primary{background:#294f7d;color:#fff;padding:13px 22px}.primary:hover{background:#1f416a}.secondary{color:#334b6b;background:#fff;border:1px solid #cfd9e4}.secondary:hover{background:#f5f8fc}.quiet{background:transparent;color:#748398;padding:10px}.remove{background:#f5f6f8;color:#8391a3;font-size:18px;padding:5px;height:42px}.remove:hover{background:#fcebea;color:#a74440}#message:not(:empty){padding:15px 18px;border-radius:8px;line-height:1.7;margin-bottom:18px;background:#eef4fb;color:#325579;font-size:13px}#message.error{background:#fff1ee;color:#a14032}#prompt-text{height:340px;font-size:12px;line-height:1.6;resize:vertical;font-family:ui-monospace,monospace;background:#f8fafc}footer{font-size:11px;color:#8a96a5;margin:28px 0;text-align:center;line-height:1.7}@media(max-width:800px){main{padding:0 16px;margin-top:25px}.intro{gap:15px}.intro h1{font-size:25px}.basics{grid-template-columns:1fr 1fr}.basics fieldset{grid-column:1/-1}.sub-grid{grid-template-columns:1fr 1fr}.sub-grid label:first-child{grid-column:1/-1}.reagent-grid{grid-template-columns:1fr 1fr 40px}.reagent-grid label:first-child{grid-column:1/3}.reagent-grid label:nth-child(4){grid-column:1/3}.options{grid-template-columns:1fr 1fr}.card{padding:20px}.actions{flex-direction:column;align-items:stretch}.actions>div{justify-content:space-between}.actions button{padding:12px}.section-heading{gap:8px}}@media(max-width:430px){.intro{align-items:flex-start;flex-direction:column}.actions>div{flex-direction:column}.basics fieldset{flex-direction:column;gap:12px}.options{grid-template-columns:1fr}.sub-grid{grid-template-columns:1fr}.sub-grid label:first-child{grid-column:auto}}

.sub-grid{align-items:end}.login{max-width:460px;margin:12vh auto}.login h1{margin-bottom:16px}.login p{line-height:1.7}.login button{margin-top:22px;width:100%}.prompt-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.prompt-actions a{display:inline-block;padding:11px 16px;border-radius:8px;font-size:13px;text-decoration:none}#prompt-text{margin-top:18px}label{font-size:14px}footer{font-size:12px}
.catalog-summary{font-size:12px;line-height:1.7;color:#596b81;margin:-8px 0 24px}.catalog-summary p{margin:3px 0}.catalog-summary a{color:#315f99}.chemical-search{position:relative;min-width:0}.chemical-results{position:absolute;top:calc(100% + 5px);left:0;width:max(100%,320px);max-width:calc(100vw - 70px);max-height:310px;overflow:auto;z-index:20;background:#fff;border:1px solid #cdd6e1;border-radius:9px;box-shadow:0 8px 24px #16345625;font-weight:400}.chemical-option{padding:10px 12px;border-bottom:1px solid #eef1f5;cursor:pointer}.chemical-option:hover,.chemical-option[aria-selected=true]{background:#eaf2fc}.chemical-option strong,.chemical-option span,.chemical-option small{display:block;white-space:normal;overflow-wrap:anywhere}.chemical-option strong{font-size:14px;color:#234f82}.chemical-option span{font-size:13px;margin:3px 0}.chemical-option small,.chemical-search-info{font-size:11px;color:#697a91}.chemical-search-info{padding:9px 12px;background:#f8fafc}.meta details{margin-top:4px}.meta details div{overflow-wrap:anywhere}
.import-change{padding:14px 0;border-top:1px solid #dfe5ed;font-size:13px;line-height:1.7}.import-change p{margin:5px 0}.import-change a{color:#315f99;margin-right:14px}#import-json{height:180px;font-family:ui-monospace,monospace;font-size:12px;line-height:1.6;margin:12px 0}#import-panel>.hint{margin:0 0 18px}#import-message{font-size:13px;line-height:1.7;margin:15px 0;color:#325579}#import-message.error{color:#a14032}
