.beta-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:28px 0}.beta-heading h1{font-size:clamp(30px,4vw,44px);letter-spacing:-1.3px;margin:14px 0 8px}.beta-heading p{color:var(--muted);margin:0;line-height:1.6}.beta-heading h2{margin-bottom:0}.beta-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:22px 0}.beta-stack{display:flex;flex-direction:column;gap:16px;min-width:0}.beta-stack h2{margin:8px 0 0;font-size:24px;font-weight:500;letter-spacing:-.5px}.beta-stack p{margin:0}.beta-stack .tag,.beta-stack p{line-height:1.7}.beta-step{color:var(--primary);letter-spacing:2px;font-size:11px;font-weight:700}.beta-account{display:flex;align-items:center;flex-wrap:wrap;gap:14px 26px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:20px 0;font-size:14px}.beta-account strong{color:var(--primary);font-size:19px}.beta-account code{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.beta-notice{border-left:2px solid var(--accent);padding:15px 20px;background:rgba(125,211,255,.035);color:#c6d1de;line-height:1.7;font-size:14px;margin:20px 0}.beta-notice strong{color:#f1f5f9}.beta-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;border:1px dashed rgba(158,241,197,.4);border-radius:12px;padding:25px 12px;background:rgba(158,241,197,.025);min-height:210px;cursor:pointer;overflow-wrap:anywhere}.beta-upload-icon{font-size:30px;color:var(--primary);font-weight:400}.beta-upload input{max-width:100%;font-size:12px;color:var(--muted)}.beta-input{border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#070d1b;color:#edf5fa;padding:12px;font:inherit;max-width:100%}.beta-input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.beta-smiles{font:14px/1.9 ui-monospace,SFMono-Regular,monospace;resize:vertical;width:100%;min-height:172px}.beta-provenance summary,.beta-stack summary{cursor:pointer;font-size:14px;color:var(--muted)}.beta-stack details p{margin-top:12px}.beta-success{color:var(--primary);font-size:13px}.beta-error{padding:18px;border:1px solid #633c43;border-radius:12px;background:rgba(200,60,75,.07);color:#fecaca;line-height:1.7;margin:20px 0}.beta-error a{text-decoration:underline;margin-left:8px}.beta-error button{margin-left:12px}.beta-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.beta-heading .beta-actions{margin:0}.beta-status{border:1px solid var(--border);border-radius:20px;padding:5px 10px;font-size:12px;text-transform:capitalize;color:var(--accent);display:inline-block}.beta-status.succeeded{color:var(--primary)}.beta-status.failed{color:#fecaca}.beta-candidates{display:grid;gap:15px;margin:0;padding-left:24px}.beta-candidates code{overflow-wrap:anywhere}.beta-candidates .tag{display:block;font-size:12px}.beta-provenance{margin-top:22px}.beta-provenance pre{overflow:auto;max-height:400px;font-size:12px;color:#b5c6d5;line-height:1.7}.beta-table-wrap{overflow-x:auto}.beta-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.beta-table th{font-size:12px;color:var(--muted);padding:10px 12px 18px;font-weight:500}.beta-table td{padding:20px 12px;border-top:1px solid var(--border)}.beta-table td code{display:block;font-size:11px;margin-top:6px}.beta-table input[type=checkbox]{accent-color:var(--primary);width:17px;height:17px}.cta:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:760px){.beta-columns{grid-template-columns:1fr}.beta-heading{align-items:flex-start;flex-direction:column;gap:16px}.beta-stack{padding:22px}.beta-heading h1{margin-top:12px}.beta-table{min-width:620px}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/space-grotesk-latin.woff2) format("woff2")}:root{--bg:#05060d;--surface:#0c1224;--surface-alt:#11172a;--primary:#9ef1c5;--accent:#7dd3ff;--muted:#9ca3af;--border:rgba(255,255,255,0.08);--glow:0 20px 60px rgba(126,212,255,0.15);--radius:16px}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 20% 20%,rgba(126,212,255,.08),transparent 30%),radial-gradient(circle at 80% 0,rgba(158,241,197,.12),transparent 32%),var(--bg);color:#f8fafc;min-height:100vh}a{color:inherit;text-decoration:none}main{min-height:100vh}button{cursor:pointer;border:none}.container{width:min(1100px,92vw);margin:0 auto}.shell{background:linear-gradient(145deg,var(--surface),var(--surface-alt));border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--glow)}.pill{gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:var(--muted);font-size:13px;letter-spacing:.3px}.cta,.pill{display:inline-flex;align-items:center}.cta{justify-content:center;gap:10px;padding:14px 18px;border-radius:12px;color:#05060d;background:linear-gradient(135deg,var(--primary),#b1ffd3);font-weight:700;font-size:15px;transition:transform .16s ease,box-shadow .16s ease;box-shadow:0 15px 35px rgba(158,241,197,.28)}.cta.secondary{background:transparent;color:#f8fafc;border:1px solid var(--border);box-shadow:none}.cta:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(158,241,197,.35)}.tag{color:var(--muted);font-size:14px;letter-spacing:.2px}.grid{display:grid;gap:16px}@media (min-width:900px){.split{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:Sora;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/sora-latin.woff2) format("woff2")}.am-public{container-type:inline-size;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}.am-public main{min-height:0}.am-public .am-site-footer,.am-public .am-site-header,.am-public .am-site-nav{display:flex;align-items:center;justify-content:space-between}.am-public .am-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:12px;white-space:nowrap;transition:background .2s,transform .2s}.am-public a:focus-visible,.am-public button:focus-visible{outline:2px solid #269977;outline-offset:5px}.am-public .am-site-footer a{display:inline-flex;align-items:center;gap:5px}.am-motion-glyph{display:flex}.am-play-glyph,[data-paused=true] .am-pause-glyph{display:none}[data-paused=true] .am-play-glyph{display:block}.am-public [data-scene-unavailable=true] .am-ambient-label,.am-public [data-scene-unavailable=true] .am-ambient-motion{display:none}.am-public{--am-original-brand:url(/branding/algomol-original.png);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14282c}.am-public,.am-public .am-ambient-home{background:#fbfdfc}.am-public .am-site-header{height:86px;padding:0 42px;background:#ffffffb8;border-bottom:1px solid #e7efec;position:relative;z-index:3}.am-public .am-wordmark{display:inline-flex;align-items:center;gap:9px;min-width:0;padding:0;flex-shrink:0}.am-public .am-brand-letters,.am-public .am-brand-symbol{display:block;background-image:var(--am-original-brand);background-repeat:no-repeat;flex-shrink:0}.am-public .am-brand-symbol{width:34px;height:32px;background-size:36px 40.584px;background-position:-1px 0}.am-public .am-brand-letters{width:135px;height:28px;background-size:135px 152.191px;background-position:0 -125.8px}.am-public .am-site-nav{gap:25px}.am-public .am-site-nav .am-button{font-size:12px}.am-public .am-site-nav .primary{background:#173a36;color:#fff;padding:12px 19px;border:0;border-radius:7px;box-shadow:none}.am-public .am-ambient-hero{min-width:0;height:634px;position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 76% 30%,#d3f4e957,transparent 50%),linear-gradient(135deg,#fff,#fbfefc 48%,#f3fcf8)}.am-public .am-ambient-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#488a7221 .55px,transparent 0);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,#0006,transparent 80%);mask-image:linear-gradient(180deg,#0006,transparent 80%);pointer-events:none;z-index:-1}.am-public .am-ambient-link,.am-public .am-ambient-spectrum{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.am-public .am-ambient-spectrum{z-index:0}.am-public .am-ambient-link{z-index:1}.am-public .am-ambient-copy{position:relative;z-index:2;padding:86px 0 0 42px;width:49%;pointer-events:none}.am-public .am-ambient-copy:before{content:"";position:absolute;inset:30px -45px -15px -35px;background:radial-gradient(ellipse at 30% 38%,#ffffffbb 10%,#ffffff99 48%,transparent 76%);z-index:-1;pointer-events:none}.am-public .am-ambient-kicker{display:flex;align-items:center;gap:10px;font:11px/1.5 SFMono-Regular,Consolas,monospace;letter-spacing:1.3px;color:#5b7f72}.am-public .am-ambient-kicker:before{content:"";width:5px;height:5px;border-radius:50%;background:#36c3a0;box-shadow:0 0 0 4px #40c79b0c}.am-public .am-ambient-copy h1{font-family:Sora,Inter,sans-serif;font-size:clamp(43px,5.65cqw,72px);font-weight:500;line-height:1.08;letter-spacing:-3.8px;margin:25px 0 23px;color:#16332f}.am-public .am-ambient-copy h1 span{display:block;color:#379a80}.am-public .am-ambient-copy p{font-size:14px;line-height:1.85;max-width:310px;color:#5b716c;margin:0 0 24px}.am-public .am-ambient-copy .am-button{pointer-events:auto;background:#153b34;color:#fff;border:0;border-radius:7px;padding:13px 19px;font-size:12px;box-shadow:0 4px 13px #12523b13}.am-public .am-ambient-copy .am-button:hover{background:#215649;transform:translateY(-1px)}.am-public .am-ambient-note{font-size:11px;color:#7a9088;margin-top:17px;letter-spacing:.15px}.am-public .am-ambient-figure{position:absolute;top:24px;right:16px;width:55%;height:414px;margin:0;z-index:2;pointer-events:none}.am-public .am-ambient-model{width:100%;height:100%;display:block}.am-public .am-ambient-formula{position:absolute;right:26px;top:16px;color:#668779;text-align:right;font:11px/1.65 SFMono-Regular,Consolas,monospace;letter-spacing:.6px}.am-public .am-ambient-formula strong{display:block;font-size:13px;font-weight:400;letter-spacing:1.5px;color:#306554}.am-public .am-ambient-label{position:absolute;top:478px;left:80%;z-index:2;pointer-events:none;min-width:92px;padding:3px 6px 5px;background:#f8fffbb3;border-radius:4px;transform:translateX(-50%);text-align:center;white-space:nowrap;color:#14795c;transition:opacity .32s}.am-public .am-ambient-label .am-multiplet{font:400 27px/1.3 Sora,Inter,sans-serif;letter-spacing:-.9px;display:block}.am-public .am-ambient-label .am-shift{font:11px/1.7 SFMono-Regular,Consolas,monospace;letter-spacing:.3px;display:block;color:#4d8c76}.am-public .am-ambient-bottom{position:absolute;z-index:3;left:42px;right:35px;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#779387;font:11px/1.5 SFMono-Regular,Consolas,monospace}.am-public .am-ambient-bottom .am-spectrum-description{display:flex;gap:17px;align-items:center;flex-wrap:wrap}.am-public .am-ambient-bottom .am-spectrum-description span+span{color:#89a197}.am-public .am-ambient-motion{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d8e7e0;border-radius:50%;width:31px;height:31px;padding:7px;background:#fafffc;cursor:pointer;color:#719487;flex-shrink:0}.am-public .am-ambient-motion svg{width:13px;height:13px}.am-public .am-ambient-motion:hover{color:#0e7255;border-color:#83b6a3}.am-public .am-ambient-summary{padding:29px 42px 31px;border-top:1px solid #e2eee8;background:#ffffffd9;display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:34px}.am-public .am-ambient-summary .am-feature{display:flex;gap:12px;align-items:flex-start;min-width:0}.am-public .am-ambient-summary .am-feature>span{color:#75aa94;font:11px/1.9 SFMono-Regular,Consolas,monospace;padding-right:1px}.am-public .am-ambient-summary strong{display:block;font-size:12px;font-weight:500;color:#304e42;margin-bottom:5px}.am-public .am-ambient-summary p{font-size:11px;line-height:1.75;color:#83978e;margin:0}.am-public .am-site-footer{padding:20px 42px;background:#fcfefd;color:#8a9e93;font-size:11px}.am-public .am-ambient-paused-message{position:absolute;right:75px;bottom:29px;font-size:11px;color:#7e988c;z-index:3}@container(max-width:850px){.am-public .am-site-header{padding:0 28px;height:78px}.am-public .am-site-nav{gap:13px}.am-public .am-ambient-copy{padding-left:28px;width:50%;padding-top:78px}.am-public .am-ambient-copy h1{font-size:clamp(39px,5.8cqw,56px);letter-spacing:-2.6px}.am-public .am-ambient-copy p{font-size:13px;max-width:265px}.am-public .am-ambient-figure{right:-20px;width:56%;height:395px;top:36px}.am-public .am-ambient-hero{height:650px}.am-public .am-ambient-bottom{left:28px;right:24px}.am-public .am-ambient-summary{padding:26px 28px;gap:24px}.am-public .am-site-footer{padding:20px 28px}}@container(max-width:600px){.am-public .am-ambient-paused-message{display:none}.am-public .am-site-header{height:74px;padding:0 22px}.am-public .am-site-nav .am-hide-small{display:none}.am-public .am-brand-symbol{width:27px;height:26px;background-size:29px 32.69px}.am-public .am-brand-letters{width:109px;height:23px;background-size:109px 122.883px;background-position:0 -101.6px}.am-public .am-wordmark{gap:6px}.am-public .am-site-nav .primary{font-size:11px;padding:11px 13px}.am-public .am-ambient-hero{height:820px}.am-public .am-ambient-copy{width:auto;padding:43px 24px 0}.am-public .am-ambient-copy:before{inset:10px -10px -15px}.am-public .am-ambient-copy h1{font-size:clamp(42px,9.3cqw,57px);letter-spacing:-2.9px;margin:22px 0 18px}.am-public .am-ambient-copy p{max-width:290px;font-size:13px;line-height:1.75;margin-bottom:21px}.am-public .am-ambient-note{margin-top:13px}.am-public .am-ambient-kicker{font-size:11px;letter-spacing:1px}.am-public .am-ambient-figure{top:345px;right:0;width:100%;height:315px}.am-public .am-ambient-formula{top:4px;right:25px;font-size:11px}.am-public .am-ambient-formula strong{font-size:12px}.am-public .am-ambient-bottom{left:24px;right:22px;bottom:21px;gap:10px}.am-public .am-ambient-bottom .am-spectrum-description{gap:2px;display:grid;font-size:11px;line-height:1.8}.am-public .am-ambient-label .am-multiplet{font-size:23px}.am-public .am-ambient-summary{grid-template-columns:1fr;padding:27px 24px;gap:22px}.am-public .am-ambient-summary .am-feature{gap:13px}.am-public .am-ambient-summary strong{font-size:12px}.am-public .am-site-footer{padding:19px 24px;gap:10px;flex-wrap:wrap}}@container(max-width:350px){.am-public .am-site-header{padding:0 16px}.am-public .am-brand-letters{width:97px;height:21px;background-size:97px 109.35px;background-position:0 -90.45px}.am-public .am-ambient-copy{padding-left:20px;padding-right:20px}.am-public .am-ambient-copy h1{font-size:40px;letter-spacing:-2.5px}.am-public .am-ambient-figure{height:295px;top:360px}.am-public .am-ambient-bottom{left:20px;right:17px}}@media(pointer:coarse){.am-public .am-ambient-motion{width:44px;height:44px;padding:13px}}@media(prefers-reduced-motion:reduce){.am-public .am-ambient-label{transition:none}.am-public .am-ambient-copy .am-button:hover{transform:none}}.am-workspace{--am-ink:#183a32;--am-muted:#6f817a;--am-line:#e3ebe6;--am-green:#268166;--am-mint:#e9f5ee;--am-bg:#f8faf8;--am-radius:13px;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.55;color:var(--am-ink);background:var(--am-bg);color-scheme:light;min-width:0;-webkit-font-smoothing:antialiased;position:relative;isolation:isolate}.am-workspace *{box-sizing:border-box}.am-workspace [hidden]{display:none!important}.am-workspace button,.am-workspace input,.am-workspace select,.am-workspace textarea{font:inherit}.am-workspace button{cursor:pointer}.am-workspace button:disabled{cursor:not-allowed;opacity:.5}.am-workspace a{color:inherit;text-decoration:none}.am-workspace h1,.am-workspace h2,.am-workspace h3,.am-workspace p{margin:0}.am-workspace h1,.am-workspace h2,.am-workspace h3{font-weight:500}.am-workspace a,.am-workspace button,.am-workspace input,.am-workspace select,.am-workspace textarea{outline-offset:4px}.am-workspace .am-shell{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:100vh}.am-workspace .am-rail{padding:27px 17px 18px;background:#fff;border-right:1px solid var(--am-line);display:flex;flex-direction:column;gap:29px;min-width:0}.am-workspace .am-brand{width:146px;height:29px;display:block;margin:0 4px}.am-workspace .am-brand img{width:100%;height:100%;object-fit:contain}.am-workspace .am-rail-caption{margin:1px 12px 11px;font-size:10px;letter-spacing:1.55px;color:#84968b;text-transform:uppercase}.am-workspace .am-nav{display:grid;gap:5px}.am-workspace .am-nav a{display:flex;align-items:center;gap:11px;min-height:41px;padding:10px 12px;border:0;border-radius:7px;background:transparent;color:#697d72;text-align:left;font-weight:500;white-space:nowrap}.am-workspace .am-nav a:hover{background:#f5f8f5;color:var(--am-ink)}.am-workspace .am-nav a[aria-current=page]{background:#eaf4ed;color:#25634d}.am-workspace .am-nav svg{width:16px;height:16px;stroke-width:1.65}.am-workspace .am-rail-bottom{margin-top:auto;display:grid;gap:18px;padding-top:44px}.am-workspace .am-allowance{padding:13px 12px;background:#f7faf7;border:1px solid #ebf0eb;border-radius:9px;font-size:11px}.am-workspace .am-allowance-head{display:flex;justify-content:space-between;gap:5px;align-items:baseline}.am-workspace .am-allowance strong{font-size:18px;font-weight:500;color:#315e4e}.am-workspace .am-allowance small{font-size:11px;color:#789080}.am-workspace .am-quota-track{height:4px;background:#e4eee6;margin:10px 0 8px;border-radius:5px;overflow:hidden}.am-workspace .am-quota-track span{display:block;height:100%;width:80%;background:#88bda0;border-radius:5px}.am-workspace .am-profile{display:flex;gap:10px;align-items:center;border:0;background:#fff;padding:3px 8px;text-align:left;width:100%;color:var(--am-ink)}.am-workspace .am-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eff2ec;color:#60816a;font-size:11px;flex-shrink:0;border:1px solid #e2e9df}.am-workspace .am-profile strong{display:block;font-size:12px;font-weight:500}.am-workspace .am-profile small{display:block;font-size:10px;color:#8a998f}.am-workspace .am-profile>svg{width:14px;margin-left:auto;color:#a0ada4}.am-workspace .am-right{min-width:0}.am-workspace .am-topbar{height:69px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 33px;border-bottom:1px solid var(--am-line);background:#ffffffb8}.am-workspace .am-breadcrumb{display:flex;align-items:center;gap:10px;color:#8b9a91;font-size:11px}.am-workspace .am-breadcrumb strong{color:#4f6a5b;font-weight:400}.am-workspace .am-breadcrumb svg{width:11px;height:11px;color:#afbbb1}.am-workspace .am-preview{display:flex;align-items:center;gap:6px;color:#7f8e82;font-size:10px;white-space:nowrap}.am-workspace .am-preview:before{content:"";width:5px;height:5px;background:#87b99f;border-radius:50%}.am-workspace .am-main{padding:33px 33px 29px;min-width:0}.am-workspace .am-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:27px}.am-workspace .am-eyebrow{font:10px/1.5 Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:1.5px;color:#6e8c7b;display:flex;align-items:center;gap:8px;margin-bottom:9px}.am-workspace .am-pagehead h1{font-family:Sora,Inter,sans-serif;font-size:29px;letter-spacing:-1.2px;line-height:1.2;color:#203e32}.am-workspace .am-pagehead p{font-size:12px;color:var(--am-muted);margin-top:11px;line-height:1.7;max-width:450px}.am-workspace .am-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:35px;padding:9px 13px;border:1px solid var(--am-line);border-radius:7px;background:#fff;color:#456a57;font-weight:500;font-size:11px;white-space:nowrap;line-height:1.35;transition:background .16s,border-color .16s}.am-workspace .am-button svg{width:14px;height:14px;stroke-width:1.7;flex-shrink:0}.am-workspace .am-button:hover{border-color:#b2c7b9;background:#f5faf6}.am-workspace .am-button.am-primary{background:#214b3a;color:#fff;border-color:#214b3a;box-shadow:0 3px 6px #193c3510}.am-workspace .am-button.am-primary:hover{background:#2f614b}.am-workspace .am-text-button{display:inline-flex;gap:7px;align-items:center;border:0;background:none;padding:3px 0;color:#538169;font-size:11px;line-height:1.5;text-align:left}.am-workspace .am-text-button svg{width:13px;height:13px}.am-workspace .am-panel{background:#fff;border:1px solid var(--am-line);border-radius:var(--am-radius);overflow:hidden}.am-workspace .am-services-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:15px}.am-workspace .am-service-card{position:relative;padding:23px 22px 20px;min-height:248px;overflow:hidden;background:#fff;border:1px solid var(--am-line);border-radius:var(--am-radius);display:flex;flex-direction:column;align-items:flex-start}.am-workspace .am-service-card.am-featured{background:linear-gradient(135deg,#f0f8f1,#f8fcf7 47%,#edf6ed);border-color:#dbe8db}.am-workspace .am-service-card.am-prediction{background:linear-gradient(125deg,#fff,#fafbf7)}.am-workspace .am-service-card .am-service-top{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:1}.am-workspace .am-service-symbol{width:32px;height:32px;display:grid;place-items:center;border:1px solid #dae8db;border-radius:9px;background:#ffffffaa;color:#6c937a}.am-workspace .am-service-symbol svg{width:17px;height:17px;stroke-width:1.5}.am-workspace .am-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1.45;padding:3px 7px;color:#718875;border:1px solid #dfe9dd;background:#ffffffad;border-radius:5px;white-space:nowrap}.am-workspace .am-service-card h2{font-family:Sora,Inter,sans-serif;font-size:20px;letter-spacing:-.65px;line-height:1.32;margin:21px 0 10px;max-width:200px;position:relative;z-index:1}.am-workspace .am-service-card p{color:#738776;font-size:11px;line-height:1.7;max-width:190px;position:relative;z-index:1}.am-workspace .am-service-card .am-text-button{margin-top:auto;padding-top:19px;position:relative;z-index:1;color:#346d4e;font-weight:500}.am-workspace .am-service-art{position:absolute;right:-39px;top:60px;width:193px;height:171px;opacity:.86;pointer-events:none}.am-workspace .am-prediction .am-service-art{top:106px;width:152px;height:105px;right:-17px;opacity:.65}.am-workspace canvas{display:block;width:100%;height:100%}.am-workspace .am-service-desc{display:flex;gap:12px;flex-wrap:wrap;font-size:10px;color:#789080;margin-top:17px;position:relative;z-index:1}.am-workspace .am-section{margin-top:29px}.am-workspace .am-sectionhead{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}.am-workspace .am-sectionhead h2{font-size:14px;font-weight:500;letter-spacing:-.2px}.am-workspace .am-sectionhead p{font-size:11px;color:var(--am-muted);margin-top:3px}.am-workspace .am-joblist{padding:0 19px}.am-workspace .am-job{display:flex;gap:13px;align-items:center;width:100%;text-align:left;border:0;border-bottom:1px solid #eef2ee;background:#fff;padding:15px 0;color:var(--am-ink)}.am-workspace .am-job:last-child{border-bottom:0}.am-workspace .am-job:hover .am-job-title{color:var(--am-green)}.am-workspace .am-jobmark{display:grid;place-items:center;width:33px;height:36px;border:1px solid #e6ede6;border-radius:7px;color:#80a08c;background:#fbfdf9;flex-shrink:0}.am-workspace .am-jobmark svg{width:16px;height:16px;stroke-width:1.5}.am-workspace .am-jobname{flex:1 1;min-width:0}.am-workspace .am-job-title{display:block;font-size:12px;font-weight:500;line-height:1.55}.am-workspace .am-jobname small{display:block;font-size:10px;color:#8a9a8e;margin-top:3px}.am-workspace .am-status{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:4px 7px;font-size:10px;background:#edf6ed;color:#608366;white-space:nowrap}.am-workspace .am-status:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background:currentColor}.am-workspace .am-status.am-running{background:#f9f4e8;color:#9e8348}.am-workspace .am-status.am-failed{background:#f9eee9;color:#aa7961}.am-workspace .am-status.am-neutral{background:#f2f4f1;color:#849080}.am-workspace .am-jobtime{font-size:10px;color:#91a093;min-width:41px;text-align:right}.am-workspace .am-job>svg{width:13px;color:#b5c2b6;flex-shrink:0}.am-workspace .am-bottomline{display:flex;justify-content:space-between;gap:16px;padding-top:19px;font-size:10px;color:#8c9d8f}.am-workspace .am-bottomline span{display:flex;align-items:center;gap:5px}.am-workspace .am-bottomline svg{width:12px;height:12px}.am-workspace .am-quiet-help{margin-top:20px;padding:17px 19px;display:flex;gap:15px;align-items:center;border:1px solid #e4ebe0;border-radius:10px;background:#f2f6ee}.am-workspace .am-quiet-help>svg{width:20px;height:20px;color:#8aa17e;flex-shrink:0}.am-workspace .am-quiet-help div{flex:1 1}.am-workspace .am-quiet-help strong{display:block;font-size:11px;font-weight:500;color:#5e7b59}.am-workspace .am-quiet-help p{font-size:10px;color:#869580;margin-top:3px}.am-workspace .am-service-details{width:100%;border-top:1px solid #e0e9dd;margin-top:20px;padding-top:14px;font-size:10px;color:#739079;display:grid;grid-template-columns:35px 1fr;gap:8px 10px}.am-workspace .am-service-details strong{font-weight:500;color:#506f57}.am-workspace .am-services-page .am-service-card{min-height:365px}.am-workspace .am-services-page .am-service-art{top:58px}.am-workspace .am-services-page .am-prediction .am-service-art{top:110px}.am-workspace .am-services-page .am-service-card .am-button{margin-top:20px;align-self:stretch}.am-workspace .am-flow-steps{display:flex;gap:23px;border-bottom:1px solid var(--am-line);margin:-2px 0 23px;padding:0 0 16px;font-size:11px;color:#99a79b}.am-workspace .am-flow-step{display:flex;gap:7px;align-items:center}.am-workspace .am-flow-step strong{font-weight:400}.am-workspace .am-step-number{display:grid;place-items:center;width:19px;height:19px;border:1px solid #dfe7df;border-radius:50%;font-size:10px;background:#fff}.am-workspace .am-flow-step.am-current{color:#336a4c}.am-workspace .am-flow-step.am-current .am-step-number{background:#e5f1e8;border-color:#bed6c5}.am-workspace .am-input-grid{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(200px,1fr);gap:19px;align-items:start}.am-workspace .am-form-panel{padding:22px}.am-workspace .am-form-panel h2{font-size:14px;margin-bottom:7px}.am-workspace .am-form-panel>p{color:#7e9081;font-size:11px;line-height:1.7}.am-workspace .am-dropzone{margin:19px 0 14px;border:1px dashed #b8d0bc;border-radius:9px;min-height:173px;background:#f8fcf7;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px 15px;gap:8px}.am-workspace .am-dropzone>svg{width:29px;height:29px;color:#81a38b;stroke-width:1.4;margin-bottom:4px}.am-workspace .am-dropzone strong{font-size:12px;font-weight:500;overflow-wrap:anywhere}.am-workspace .am-dropzone small{font-size:10px;color:#8a9a88}.am-workspace .am-dropzone.am-loaded{border-style:solid;background:#f2f9f0}.am-workspace .am-caption{font-size:10px!important;color:#889787!important;line-height:1.7!important}.am-workspace .am-callout{border-left:2px solid #bed7c1;background:#f4f8f1;padding:12px 14px;border-radius:0 7px 7px 0;color:#6e866d;font-size:11px;line-height:1.75;margin-bottom:18px}.am-workspace .am-callout strong{font-weight:500;display:block;color:#4c7253;margin-bottom:3px}.am-workspace .am-side-note{padding:3px 0}.am-workspace .am-side-note h3{font-size:12px;margin-bottom:12px}.am-workspace .am-checklist{padding:0;margin:0;list-style:none;display:grid;gap:13px}.am-workspace .am-checklist li{display:flex;gap:8px;font-size:11px;color:#7d8f7b;line-height:1.65}.am-workspace .am-checklist svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:#86a885}.am-workspace .am-field{display:grid;gap:8px;margin-top:20px;font-size:11px;color:#446d51}.am-workspace .am-field:first-child{margin-top:0}.am-workspace .am-field-label{display:flex;align-items:baseline;justify-content:space-between;gap:9px}.am-workspace .am-field-label small{color:#98a594;font-size:10px}.am-workspace .am-input,.am-workspace .am-select{width:100%;border:1px solid #dce6d9;border-radius:7px;background:#fff;padding:10px 12px;color:#436448;min-width:0;line-height:1.55}.am-workspace textarea.am-input{resize:vertical;min-height:113px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;overflow-wrap:anywhere}.am-workspace .am-input::placeholder{color:#a8b3a5}.am-workspace .am-form-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px}.am-workspace .am-form-footer p{font-size:10px;color:#8c9b87}.am-workspace .am-error{background:#fcf2ee;color:#a26451;padding:10px 12px;border-radius:6px;font-size:11px;margin-top:13px}.am-workspace .am-review{display:grid;gap:0}.am-workspace .am-review-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #edf1e9}.am-workspace .am-review-row:last-child{border-bottom:0}.am-workspace .am-review-row strong{font-size:12px;font-weight:500;display:block;margin-bottom:4px}.am-workspace .am-review-row small{font-size:11px;color:#8a9984;display:block;overflow-wrap:anywhere}.am-workspace .am-review-row>svg{width:17px;height:17px;color:#79a084;flex-shrink:0;margin-top:2px}.am-workspace .am-example-label{color:#9b916f;font-size:10px;padding:4px 7px;background:#f8f4e9;border-radius:5px;display:inline-flex;gap:5px;align-items:center}.am-workspace .am-example-label svg{width:11px;height:11px}.am-workspace .am-tabs{display:flex;gap:22px;border-bottom:1px solid var(--am-line);margin-bottom:20px;flex-wrap:wrap}.am-workspace .am-tabs button{padding:10px 0 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:#86947d;font-size:11px;display:flex;align-items:center;gap:5px}.am-workspace .am-tabs button[aria-pressed=true]{border-color:#6c9d7b;color:#3a6b4a}.am-workspace .am-tabs small{font-size:9px;color:#a2ad96;padding:0 3px}.am-workspace .am-result-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:13px;font-size:10px;color:#96a38b}.am-workspace .am-result-grid{display:grid;grid-template-columns:minmax(0,1fr) 194px;gap:15px;align-items:start}.am-workspace .am-spectrum-panel{padding:20px 19px 12px;min-width:0}.am-workspace .am-spectrum-panel .am-sectionhead{margin-bottom:9px}.am-workspace .am-spectrum-panel h2{font-size:12px}.am-workspace .am-spectrum-plot{height:239px;position:relative;min-width:0}.am-workspace .am-plot-controls{display:flex;gap:11px;border-top:1px solid #eff3eb;padding-top:11px;align-items:center;font-size:10px;color:#96a08b;flex-wrap:wrap}.am-workspace .am-plot-controls button{padding:3px 7px;border:1px solid transparent;border-radius:4px;background:#f4f7ef;color:#849476;font-size:10px}.am-workspace .am-plot-controls button[aria-pressed=true]{background:#eaf3e4;border-color:#dce9d3;color:#567747}.am-workspace .am-candidate-panel{padding:17px 16px 16px}.am-workspace .am-candidate-panel h3{font-size:11px}.am-workspace .am-candidate-model{height:168px;margin:4px -5px 8px}.am-workspace .am-formula{font-size:13px;letter-spacing:.4px;color:#5f8161}.am-workspace .am-candidate-panel p{font-size:10px;color:#96a18a;margin-top:7px;line-height:1.65}.am-workspace .am-report-note{padding:15px 0 0;color:#929e85;font-size:10px;line-height:1.7}.am-workspace .am-evidence-stack{display:grid;gap:13px}.am-workspace .am-evidence-item{padding:20px;display:flex;gap:15px;align-items:flex-start}.am-workspace .am-evidence-item>.am-service-symbol{flex-shrink:0;background:#f8faf4;border-color:#e7ede1;color:#9aa98b}.am-workspace .am-evidence-item h3{font-size:13px;color:#64795a}.am-workspace .am-evidence-item p{font-size:11px;color:#92a083;max-width:415px;margin-top:7px}.am-workspace .am-evidence-item .am-status{margin-left:auto}.am-workspace .am-processing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:5px 21px;gap:0 28px}.am-workspace .am-processing div{padding:18px 0;border-bottom:1px solid #edf1e8}.am-workspace .am-processing div:nth-last-child(-n+2){border-bottom:0}.am-workspace .am-processing dt{font-size:10px;color:#98a48a;margin-bottom:7px}.am-workspace .am-processing dd{font-size:12px;color:#57764b;margin:0;overflow-wrap:anywhere}.am-workspace .am-timeline{display:grid;gap:0;padding:22px}.am-workspace .am-timeline-item{display:flex;gap:15px;position:relative;padding:0 0 27px}.am-workspace .am-timeline-item:last-child{padding-bottom:0}.am-workspace .am-timeline-item:not(:last-child):before{content:"";position:absolute;left:12px;top:26px;width:1px;bottom:0;background:#e1ebd9}.am-workspace .am-timeline-mark{width:25px;height:25px;border-radius:50%;border:1px solid #dbe7d2;background:#f4f8ef;display:grid;place-items:center;flex-shrink:0;color:#88a276;font-size:10px}.am-workspace .am-timeline-mark svg{width:12px;height:12px}.am-workspace .am-timeline-item strong{display:block;font-size:12px;font-weight:500}.am-workspace .am-timeline-item p{font-size:11px;color:#8d9e80;margin-top:5px}.am-workspace .am-inline-actions{display:flex;gap:9px;flex-wrap:wrap}.am-workspace details{font-size:11px;color:#6c8460;margin-top:16px}.am-workspace details summary{cursor:pointer;padding:8px 0}.am-workspace details p{font-size:11px;color:#91a080;line-height:1.8;margin-top:8px}.am-workspace .am-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.am-workspace .am-two-fields .am-field{margin-top:12px}.am-workspace .am-settings{display:grid;gap:17px}.am-workspace .am-settings-row{padding:20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.am-workspace .am-settings-row h2{font-size:13px;margin-bottom:6px}.am-workspace .am-settings-row p{color:#879980;font-size:11px;line-height:1.7}.am-workspace .am-empty{padding:36px 24px;text-align:center}.am-workspace .am-empty>svg{width:27px;height:27px;color:#94b084;stroke-width:1.3;margin-bottom:14px}.am-workspace .am-empty h2{font-size:15px;letter-spacing:-.3px;margin-bottom:9px}.am-workspace .am-empty p{font-size:11px;color:#94a085;max-width:295px;margin:0 auto 19px}.am-workspace .am-alert-line{font-size:11px;color:#7a8b6c;background:#f1f6e9;padding:12px 15px;border:1px solid #e2ebd7;border-radius:7px;margin-bottom:20px}.am-workspace .am-sr{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap}.am-workspace .am-toast{margin:0 33px 20px;padding:11px 14px;font-size:11px;background:#eaf4e6;color:#527747;border:1px solid #d4e4cf;border-radius:8px}.am-workspace .am-bottomline,.am-workspace .am-caption,.am-workspace .am-field-label small,.am-workspace .am-jobname small,.am-workspace .am-jobtime,.am-workspace .am-preview,.am-workspace .am-profile small,.am-workspace .am-report-note{color:#6f7c70!important}.am-workspace .am-allowance small,.am-workspace .am-candidate-panel p,.am-workspace .am-dropzone small,.am-workspace .am-evidence-item p,.am-workspace .am-form-footer p,.am-workspace .am-form-panel>p,.am-workspace .am-pagehead p,.am-workspace .am-processing dt,.am-workspace .am-quiet-help p,.am-workspace .am-review-row small,.am-workspace .am-service-card p,.am-workspace .am-service-details,.am-workspace .am-settings-row p,.am-workspace .am-timeline-item p{color:#697c6c}.am-workspace .am-evidence-item h3,.am-workspace .am-service-details strong{color:#456444}.am-workspace.am-compact .am-main{padding-top:25px;padding-bottom:24px}.am-workspace.am-compact .am-section{margin-top:21px}.am-workspace.am-compact .am-service-card{min-height:225px}.am-workspace.am-compact .am-job{padding-top:11px;padding-bottom:11px}.am-workspace.am-top-nav .am-shell{display:block}.am-workspace.am-top-nav .am-rail{border-right:0;border-bottom:1px solid var(--am-line);flex-direction:row;align-items:center;padding:19px 26px;gap:30px}.am-workspace.am-top-nav .am-rail-bottom,.am-workspace.am-top-nav .am-rail-caption{display:none}.am-workspace.am-top-nav .am-nav{display:flex;gap:4px}.am-workspace.am-top-nav .am-nav a{padding:9px 12px}.am-workspace.am-top-nav .am-main{max-width:990px;margin:0 auto}.am-workspace.am-top-nav .am-service-art{right:-10px;width:215px}.am-workspace.am-top-nav .am-prediction .am-service-art{width:190px}@container am-view (max-width:850px){.am-workspace .am-shell{grid-template-columns:157px minmax(0,1fr)}.am-workspace .am-rail{padding:25px 12px 17px}.am-workspace .am-allowance-head{align-items:flex-start;flex-direction:column;gap:3px}.am-workspace .am-allowance-head>span:last-child{white-space:nowrap}.am-workspace .am-profile{padding:3px 1px;gap:7px}.am-workspace .am-profile>svg{display:none}.am-workspace .am-brand{width:126px}.am-workspace .am-main{padding:27px 24px}.am-workspace .am-topbar{padding:0 24px}.am-workspace .am-service-card{padding:19px 17px;min-height:252px}.am-workspace .am-service-card h2{font-size:18px;max-width:150px}.am-workspace .am-service-card p{max-width:150px;font-size:11px}.am-workspace .am-service-art{right:-49px;width:153px;opacity:.48;top:100px}.am-workspace .am-prediction .am-service-art{right:-34px;top:134px;width:135px}.am-workspace .am-input-grid{grid-template-columns:1fr}.am-workspace .am-side-note{display:none}.am-workspace .am-result-grid{grid-template-columns:minmax(0,1fr)}.am-workspace .am-candidate-panel,.am-workspace .am-jobtime{display:none}}@container am-view (max-width:620px){.am-workspace .am-shell{display:block;min-height:0}.am-workspace .am-rail,.am-workspace.am-top-nav .am-rail{padding:19px 19px 11px;gap:14px;border-right:0;border-bottom:1px solid var(--am-line);display:block}.am-workspace .am-brand{width:135px;height:26px;margin-bottom:17px}.am-workspace .am-rail-bottom,.am-workspace .am-rail-caption{display:none}.am-workspace .am-nav,.am-workspace.am-top-nav .am-nav{display:flex;justify-content:space-between;gap:1px}.am-workspace .am-nav a,.am-workspace.am-top-nav .am-nav a{padding:8px 9px;gap:6px;font-size:11px;min-height:37px}.am-workspace .am-nav svg{width:13px;height:13px}.am-workspace .am-topbar{height:43px;padding:0 22px}.am-workspace .am-breadcrumb{font-size:10px;gap:5px}.am-workspace .am-preview{font-size:9px}.am-workspace .am-main{padding:25px 21px}.am-workspace .am-pagehead{margin-bottom:22px;gap:13px;flex-wrap:wrap}.am-workspace .am-pagehead h1{font-size:26px}.am-workspace .am-pagehead p{font-size:11px;margin-top:10px}.am-workspace .am-pagehead>.am-button{min-height:33px;padding:8px 10px}.am-workspace .am-services-grid{grid-template-columns:1fr;gap:13px}.am-workspace .am-service-card,.am-workspace.am-compact .am-service-card{min-height:226px;padding:21px 20px}.am-workspace .am-service-card h2{font-size:20px;max-width:220px;margin:17px 0 8px}.am-workspace .am-service-card p{max-width:202px}.am-workspace .am-service-art,.am-workspace.am-top-nav .am-service-art{top:52px;right:-10px;width:180px;opacity:.63}.am-workspace .am-prediction .am-service-art,.am-workspace.am-top-nav .am-prediction .am-service-art{top:89px;right:-12px;width:147px}.am-workspace .am-services-page .am-service-card{min-height:336px}.am-workspace .am-services-page .am-prediction .am-service-art{top:110px}.am-workspace .am-joblist{padding:0 13px}.am-workspace .am-job{gap:10px;flex-wrap:wrap;position:relative;padding-right:16px}.am-workspace .am-jobname{min-width:170px;flex-basis:calc(100% - 54px)}.am-workspace .am-job-title{font-size:11px}.am-workspace .am-job .am-status{margin-left:43px;margin-top:-4px}.am-workspace .am-job>svg{position:absolute;right:0;top:26px}.am-workspace .am-quiet-help{padding:15px 13px;gap:10px;flex-wrap:wrap}.am-workspace .am-quiet-help .am-text-button{margin-left:30px}.am-workspace .am-bottomline{flex-wrap:wrap;gap:9px;font-size:9px}.am-workspace .am-flow-steps{gap:15px;font-size:10px;justify-content:space-between}.am-workspace .am-form-panel{padding:20px 17px}.am-workspace .am-field{font-size:11px}.am-workspace .am-input,.am-workspace .am-select,.am-workspace textarea.am-input{font-size:16px}.am-workspace .am-tabs{gap:15px}.am-workspace .am-tabs button{font-size:10px}.am-workspace .am-spectrum-panel{padding:16px 12px 12px}.am-workspace .am-spectrum-plot{height:229px}.am-workspace .am-processing{padding:0 16px;gap:0 20px}.am-workspace .am-evidence-item{padding:17px;gap:10px;flex-wrap:wrap}.am-workspace .am-evidence-item>div:nth-child(2){flex-basis:calc(100% - 47px)}.am-workspace .am-evidence-item .am-status{margin-left:42px}.am-workspace .am-settings-row{align-items:flex-start;flex-wrap:wrap;padding:18px}.am-workspace .am-form-footer{flex-wrap:wrap}.am-workspace .am-toast{margin:0 21px 20px}}@container am-view (max-width:370px){.am-workspace .am-nav a,.am-workspace.am-top-nav .am-nav a{font-size:10px;padding:8px 7px}.am-workspace .am-nav svg{display:none}.am-workspace .am-preview{font-size:9px}.am-workspace .am-breadcrumb>span,.am-workspace .am-breadcrumb>svg{display:none}.am-workspace .am-service-art{opacity:.4;right:-50px}.am-workspace .am-service-card p{max-width:190px}.am-workspace .am-main{padding-left:17px;padding-right:17px}}@media (prefers-reduced-motion:reduce){.am-workspace *{transition:none!important;animation:none!important}}@media (pointer:coarse){.am-workspace .am-button,.am-workspace .am-nav a,.am-workspace .am-tabs button,.am-workspace .am-text-button{min-height:44px}.am-workspace .am-plot-controls button{min-height:36px}}.am-workspace-frame{container:am-view/inline-size;min-height:100vh;background:#f8faf8}.am-workspace{--bg:#f8faf8;--surface:#fff;--surface-alt:#f3f8f1;--primary:#275d44;--muted:#6a7c70;--border:#dce7dd;--glow:transparent}.am-workspace .am-main{min-height:0;max-width:1280px;margin:0 auto;padding:38px 40px 45px}.am-workspace .am-topbar{padding-left:40px;padding-right:40px}.am-workspace .am-rail{position:sticky;top:0;height:100vh}.am-workspace .am-rail-bottom{padding-top:24px}.am-workspace .am-profile-name{min-width:0}.am-workspace .am-profile-name strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:105px}.am-workspace .am-skip{position:absolute;left:10px;top:-100px;z-index:20;padding:12px;background:white}.am-workspace .am-skip:focus{top:10px}.am-workspace .am-nav a{font-size:12px}.am-workspace .am-badge,.am-workspace .am-bottomline,.am-workspace .am-breadcrumb,.am-workspace .am-caption,.am-workspace .am-field-label small,.am-workspace .am-form-footer p,.am-workspace .am-jobname small,.am-workspace .am-jobtime,.am-workspace .am-processing dt,.am-workspace .am-profile small,.am-workspace .am-quiet-help p,.am-workspace .am-report-note,.am-workspace .am-review-row small,.am-workspace .am-service-desc,.am-workspace .am-service-details,.am-workspace .am-status{font-size:11px!important}.am-workspace .am-pagehead p{font-size:13px;max-width:550px}.am-workspace .am-service-card{min-height:280px;padding:25px 26px}.am-workspace .am-service-card h2{font-size:23px;max-width:225px}.am-workspace .am-service-card p{font-size:12px;max-width:230px}.am-workspace .am-service-art{width:230px;height:200px;right:-30px;top:52px}.am-workspace .am-prediction .am-service-art{width:205px;right:-9px;top:125px}.am-workspace .am-services-page .am-service-card{min-height:410px}.am-workspace .am-services-page .am-service-details{grid-template-columns:45px 1fr}.am-workspace .am-service-details{font-size:11px;min-height:108px}.am-workspace .am-study-molecule{transform:rotate(-8deg);transition:transform .7s ease}.am-workspace .am-service-card:hover .am-study-molecule{transform:rotate(3deg)}.am-workspace .am-job-title,.am-workspace .am-pagehead h1{overflow-wrap:anywhere}.am-workspace .am-error{margin-bottom:18px;color:#854e39}.am-workspace .am-error a{text-decoration:underline}.am-workspace .am-dropzone{position:relative;cursor:pointer;min-height:200px}.am-workspace .am-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.am-workspace .am-dropzone:focus-within{outline:2px solid #468968;outline-offset:3px}.am-workspace .am-structure{width:100%;height:200px;display:grid;place-items:center;overflow:hidden;min-width:0}.am-workspace .am-structure svg{display:block;max-width:100%;height:100%;object-fit:contain}.am-workspace .am-candidate-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-top:18px}.am-workspace .am-candidate-previews>div{min-width:0;background:#fbfcf9;border:1px solid #e7ede3;border-radius:9px;padding:8px;text-align:center}.am-workspace .am-candidate-previews .am-structure{height:125px}.am-workspace .am-candidate-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:16px}.am-workspace .am-smiles-code{display:block;overflow-wrap:anywhere;font-size:11px;line-height:1.7;background:#f7faf5;padding:12px;border-radius:6px;color:#4d7058}.am-workspace .am-plot-controls button{display:inline-flex;align-items:center;gap:4px;min-height:30px;font-size:11px;color:#486647}.am-workspace .am-plot-controls span{color:#697c6c;font-size:11px}.am-workspace .am-group-buttons{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}.am-workspace .am-button[aria-pressed=true],.am-workspace .am-proton-group[aria-pressed=true]{background:#e9f5e7;border-color:#8caf94}.am-workspace .am-back-link{margin-bottom:20px}.am-workspace .am-small-heading{font-size:13px;margin-bottom:12px}.am-workspace .am-prediction-result{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.am-workspace .am-proton-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.am-workspace .am-proton-group{display:grid;text-align:left;gap:7px;padding:14px;color:#416644}.am-workspace .am-proton-group small{font-size:11px;color:#74856f}.am-workspace .am-pulse{animation:am-pulse 2s ease-in-out infinite}@keyframes am-pulse{50%{background:#d7ead8}}.am-workspace .shell{background:#fff;border:1px solid #e0e9df;box-shadow:none;color:#254434;border-radius:12px;padding:20px}.am-workspace .tag{color:#677c6b}.am-workspace .cta{background:#27533e;color:white;border:1px solid #27533e;box-shadow:none;border-radius:7px}.am-workspace .cta.secondary{background:#fff;color:#375f45;border-color:#d6e2d6}.am-workspace .pill{background:#edf5e9;color:#56784b;border-color:#dce8d4}.am-workspace .beta-input{background:white;color:#36583d;border-color:#dbe6d7}.am-workspace .beta-account,.am-workspace .beta-notice{background:#f1f7ec;border-color:#dfe9d7;color:#506e49}.am-workspace .beta-table{color:#3d5d42}.am-workspace .beta-table th{color:#6a8065}.am-workspace .beta-table td,.am-workspace .beta-table th{border-color:#e3ebdc}.am-workspace .beta-table input{color:#3e5f42;background:#fff;border:1px solid #dbe6d5}.am-workspace .beta-error{background:#fdf3ee;color:#8b583f;border-color:#eddbce}.am-workspace .beta-status{background:#edf5e8;color:#5b7b50}.am-workspace .beta-status.failed{background:#f7ece5;color:#94634b}@container am-view (max-width:1050px){.am-workspace .am-service-art{opacity:.45;right:-65px}.am-workspace .am-prediction .am-service-art{opacity:.45;right:-30px}.am-workspace .am-prediction-result{grid-template-columns:minmax(0,1fr)}.am-workspace .am-main{padding:30px 26px}.am-workspace .am-service-card h2{font-size:21px}}@container am-view (max-width:850px){.am-workspace .am-service-card{padding:20px;min-height:290px}.am-workspace .am-service-card h2,.am-workspace .am-service-card p{max-width:165px}.am-workspace .am-service-art{right:-95px}.am-workspace .am-prediction .am-service-art{right:-75px}.am-workspace .am-input-grid{grid-template-columns:1fr}}@container am-view (max-width:620px){.am-workspace .am-rail{position:static;height:auto;padding:18px 19px 12px}.am-workspace .am-main{padding:27px 19px}.am-workspace .am-topbar{padding:0 19px}.am-workspace .am-nav{overflow:auto;gap:3px}.am-workspace .am-nav a{font-size:11px;flex-shrink:0;min-height:38px;padding:8px 9px;gap:5px}.am-workspace .am-nav svg{width:14px}.am-workspace .am-pagehead{gap:12px;flex-wrap:wrap}.am-workspace .am-pagehead h1{font-size:26px}.am-workspace .am-service-card{min-height:258px;padding:23px}.am-workspace .am-service-card h2{max-width:230px}.am-workspace .am-service-card p{max-width:215px}.am-workspace .am-service-art{right:-30px;opacity:.65}.am-workspace .am-prediction .am-service-art{right:-10px}.am-workspace .am-services-page .am-service-card{min-height:380px}.am-workspace .am-form-panel{padding:19px}.am-workspace .am-form-footer{flex-wrap:wrap}.am-workspace .am-form-footer .am-button{white-space:normal}.am-workspace .am-settings-row{flex-wrap:wrap}.am-workspace .am-settings-row p{overflow-wrap:anywhere}.am-workspace .am-evidence-item{flex-wrap:wrap}.am-workspace .am-evidence-item .am-status{margin-left:0}.am-workspace .am-processing{grid-template-columns:1fr}.am-workspace .am-input{font-size:16px}.am-workspace textarea.am-input{font-size:13px}.am-workspace .am-result-summary{display:flex}.am-workspace .am-job{gap:9px}.am-workspace .am-job>svg{display:none}}@media (prefers-reduced-motion:reduce){.am-workspace *{animation:none!important;transition:none!important}}.am-workspace .am-allowance-head>span:last-child{white-space:nowrap}#am-activity{--aa-ink:#183a32;--aa-muted:#62776d;--aa-line:#e2eae4;--aa-bg:#f7faf7;--aa-mint:#eaf4ed;--aa-green:#28674e;--aa-row:19px;color:var(--aa-ink);background:var(--aa-bg);font:13px/1.55 Inter,system-ui,sans-serif;color-scheme:light;isolation:isolate;border-radius:12px;overflow:clip}#am-activity *{box-sizing:border-box}#am-activity [hidden]{display:none!important}#am-activity :is(button,input,select){font:inherit;color:inherit;outline-offset:4px}#am-activity button{cursor:pointer}#am-activity button:disabled{cursor:default}#am-activity :is(h1,h2,h3,p){margin:0}#am-activity :is(h1,h2,h3,strong){font-weight:500}#am-activity :is(button,a,input,select):focus-visible{outline:2px solid #3d8167;outline-offset:3px}#am-activity .aa-shell{display:grid;grid-template-columns:174px minmax(0,1fr);min-height:760px}#am-activity .aa-rail{background:white;border-right:1px solid var(--aa-line);padding:28px 14px 22px;display:flex;flex-direction:column;gap:30px}#am-activity .aa-logo{width:144px;height:30px;object-fit:contain;display:block}#am-activity .aa-caption{font-size:11px;letter-spacing:1.25px;text-transform:uppercase;color:var(--aa-muted)}#am-activity .aa-rail .aa-caption{margin:0 10px 12px}#am-activity .aa-nav{display:grid;gap:5px}#am-activity .aa-nav button{display:flex;align-items:center;gap:10px;border:0;text-align:left;padding:11px 10px;background:transparent;border-radius:7px;color:#6b7e73;font-size:12px}#am-activity .aa-nav button[aria-current]{color:#286047;background:var(--aa-mint)}#am-activity .aa-nav button:disabled{opacity:.75}#am-activity svg{width:16px;height:16px;flex-shrink:0}#am-activity .aa-rail-bottom{margin-top:auto;padding:18px 7px 0;border-top:1px solid var(--aa-line);display:flex;align-items:center;gap:9px}#am-activity .aa-rail-bottom small{display:block;color:var(--aa-muted);font-size:11px}#am-activity .aa-avatar{height:35px;width:35px;border-radius:50%;background:#e8f1ea;color:#315743;display:grid;place-items:center;font-size:12px;flex-shrink:0}#am-activity .aa-main{min-width:0}#am-activity .aa-topbar{min-height:70px;background:#fff;border-bottom:1px solid var(--aa-line);padding:17px 30px;display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}#am-activity .aa-crumb{font-size:12px;color:var(--aa-muted);display:flex;align-items:center;gap:10px}#am-activity .aa-crumb strong{color:var(--aa-ink)}#am-activity .aa-demo{font-size:11px;border:1px solid #dce7de;border-radius:6px;padding:4px 8px;color:#506a5a;background:#f8fbf8;white-space:nowrap}#am-activity .aa-content{padding:31px 30px 26px;max-width:1330px;margin:auto}#am-activity .aa-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}#am-activity h1{font:500 27px/1.25 Sora,system-ui,sans-serif;letter-spacing:-.8px;margin:6px 0 9px}#am-activity h2{font:500 18px/1.35 Sora,system-ui,sans-serif;letter-spacing:-.4px}#am-activity h3{font-size:14px}#am-activity .aa-subtext{color:var(--aa-muted);font-size:12px}#am-activity .aa-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:5px}#am-activity .aa-button{border:1px solid #dce6df;background:#fff;border-radius:7px;padding:8px 11px;display:inline-flex;justify-content:center;align-items:center;gap:7px;min-height:36px;font-size:12px}#am-activity .aa-button:hover{background:#f0f6f1}#am-activity .aa-button.aa-primary{background:#244f3c;border-color:#244f3c;color:white}#am-activity .aa-button.aa-text{border:0;background:transparent;padding-left:0;padding-right:0;justify-content:flex-start;color:#286047}#am-activity .aa-tabs{display:flex;gap:23px;border-bottom:1px solid var(--aa-line);margin:25px 0 22px;flex-wrap:wrap}#am-activity .aa-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;padding:0 0 12px;color:var(--aa-muted);font-size:12px;display:flex;align-items:center;gap:7px}#am-activity .aa-tabs button[aria-selected=true]{color:#23533d;border-color:#327355;font-weight:500}#am-activity .aa-count{font-size:11px;border-radius:5px;background:#eaf0eb;color:#5b7563;padding:1px 5px}#am-activity .aa-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--aa-line);border-radius:11px;background:#fff;margin-bottom:22px}#am-activity .aa-stat{padding:17px 21px}#am-activity .aa-stat+.aa-stat{border-left:1px solid var(--aa-line)}#am-activity .aa-stat-label{font-size:12px;color:var(--aa-muted)}#am-activity .aa-stat-value{font:500 28px/1.35 Sora,system-ui,sans-serif;letter-spacing:-1px;margin:5px 0 1px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#am-activity .aa-stat-value span{font:12px Inter,sans-serif;color:var(--aa-muted);letter-spacing:0}#am-activity .aa-stat-note{font-size:11px;color:var(--aa-muted)}#am-activity .aa-surface{border:1px solid var(--aa-line);background:#fff;border-radius:11px;min-width:0}#am-activity .aa-toolbar{padding:16px 18px;border-bottom:1px solid var(--aa-line);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}#am-activity .aa-toolbar h3{font-size:13px}#am-activity .aa-search{display:flex;align-items:center;gap:8px;border:1px solid #e1e9e3;border-radius:7px;padding:7px 10px;max-width:260px;background:#fafcf9}#am-activity .aa-search input{background:transparent;border:0;min-width:0;width:190px;font-size:12px}#am-activity .aa-search input::placeholder{color:#6b7f72}#am-activity .aa-table{width:100%;border-collapse:collapse;table-layout:fixed}#am-activity .aa-table th{text-align:left;color:var(--aa-muted);font-size:11px;font-weight:400;background:#fcfdfb;padding:11px 16px}#am-activity .aa-table td{padding:var(--aa-row) 16px;border-top:1px solid #edf1eb;font-size:12px;vertical-align:middle}#am-activity .aa-table tr:hover td{background:#fafcf9}#am-activity .aa-account-col{width:34%}#am-activity .aa-signin-col{width:19%}#am-activity .aa-jobs-col{width:11%}#am-activity .aa-state-col{width:21%}#am-activity .aa-end-col{width:15%}#am-activity .aa-user-button{display:flex;gap:10px;align-items:center;border:0;background:transparent;text-align:left;padding:0;font-weight:500;max-width:100%}#am-activity .aa-user-button:hover .aa-user-name{text-decoration:underline;text-underline-offset:4px}#am-activity .aa-user-button span{min-width:0}#am-activity .aa-user-name{display:block;font-size:12px}#am-activity .aa-email{display:block;font-size:11px;font-weight:400;color:var(--aa-muted);overflow-wrap:anywhere;margin-top:2px}#am-activity .aa-tag{display:inline-flex;gap:5px;align-items:center;font-size:11px;border-radius:5px;padding:3px 7px;color:#426653;background:#edf5ee;white-space:nowrap}#am-activity .aa-tag.aa-warn{color:#925427;background:#fbf0e3}#am-activity .aa-tag.aa-quiet{color:#657467;background:#f0f3ef}#am-activity .aa-mini{display:block;font-size:11px;color:var(--aa-muted);margin-top:3px}#am-activity .aa-link{border:0;background:transparent;color:#2a6449;font-size:12px;padding:6px 0;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}#am-activity .aa-link:hover{text-decoration:underline;text-underline-offset:4px}#am-activity .aa-under-table{padding:13px 17px;border-top:1px solid var(--aa-line);justify-content:space-between;gap:12px}#am-activity .aa-health-strip,#am-activity .aa-under-table{font-size:11px;color:var(--aa-muted);display:flex;flex-wrap:wrap}#am-activity .aa-health-strip{border:0;background:transparent;align-items:center;gap:8px;margin-top:20px;padding:0;text-align:left}#am-activity .aa-dot{width:6px;height:6px;border-radius:50%;background:#4c8e65;display:inline-block;flex-shrink:0}#am-activity .aa-dot.aa-amber{background:#bd8049}#am-activity .aa-empty{padding:44px 20px;text-align:center;color:var(--aa-muted)}#am-activity .aa-empty strong{display:block;color:var(--aa-ink);margin-bottom:5px}#am-activity .aa-user-head{display:flex;gap:15px;align-items:center;margin:17px 0 0;flex-wrap:wrap}#am-activity .aa-user-head>.aa-avatar{width:53px;height:53px;border-radius:15px;font:500 18px Sora,sans-serif}#am-activity .aa-user-head h2{font-size:23px}#am-activity .aa-user-head .aa-user-state{margin-left:auto}#am-activity .aa-profile-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:19px;color:var(--aa-muted);font-size:12px}#am-activity .aa-profile-meta strong{color:var(--aa-ink)}#am-activity .aa-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 203px;gap:20px;align-items:start}#am-activity .aa-aside{padding:18px}#am-activity .aa-aside h3{margin-bottom:16px}#am-activity .aa-fact{margin:18px 0}#am-activity .aa-fact:first-of-type{margin-top:0}#am-activity .aa-fact>span{display:block;color:var(--aa-muted);font-size:11px;margin-bottom:4px}#am-activity .aa-fact strong{font-size:12px}#am-activity .aa-meter{height:5px;border-radius:6px;background:#e7eee7;margin:11px 0 8px;overflow:hidden}#am-activity .aa-meter span{height:100%;display:block;background:#7aad8b;border-radius:6px}#am-activity .aa-aside hr{border:0;border-top:1px solid var(--aa-line);margin:20px 0}#am-activity .aa-filterbar{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:17px}#am-activity .aa-filterbar button{border:1px solid transparent;background:transparent;color:var(--aa-muted);border-radius:6px;font-size:11px;padding:6px 9px}#am-activity .aa-filterbar button[aria-pressed=true]{border-color:#dfe8df;background:white;color:#285840}#am-activity .aa-day{font-size:11px;color:var(--aa-muted);margin:20px 0 11px;letter-spacing:.2px}#am-activity .aa-day:first-child{margin-top:0}#am-activity .aa-events{display:grid;gap:0}#am-activity .aa-event{padding:0 0 0 32px;position:relative;border-left:1px solid #dce7dd;margin-left:13px;min-width:0}#am-activity .aa-event:last-child{border-left-color:transparent}#am-activity .aa-event-icon{position:absolute;left:-13px;top:2px;display:grid;place-items:center;height:26px;width:26px;border-radius:8px;background:#eef4ee;border:3px solid var(--aa-bg);color:#47745b}#am-activity .aa-event-icon svg{width:13px;height:13px}#am-activity .aa-event-icon.aa-warn{color:#966039;background:#f9ebdd}#am-activity .aa-event-body{padding:3px 0 21px;min-width:0}#am-activity .aa-event-top{display:flex;align-items:baseline;gap:12px;justify-content:space-between}#am-activity .aa-event-title{font-size:12px;font-weight:500}#am-activity .aa-time{font-size:11px;color:var(--aa-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}#am-activity .aa-event-context{font-size:11px;color:var(--aa-muted);margin-top:3px;overflow-wrap:anywhere}#am-activity .aa-details{margin-top:7px}#am-activity .aa-details summary{cursor:pointer;color:#68806d;font-size:11px;width:fit-content}#am-activity .aa-details dl{display:grid;grid-template-columns:90px minmax(0,1fr);gap:6px 13px;background:white;border:1px solid var(--aa-line);border-radius:8px;padding:12px;margin:9px 0 0;font-size:11px;overflow-wrap:anywhere}#am-activity .aa-details dt{color:var(--aa-muted)}#am-activity .aa-details dd{margin:0}#am-activity .aa-note{display:flex;gap:9px;padding:12px 14px;border-radius:8px;background:#f7eee2;color:#885b33;font-size:11px;margin:0 0 17px;align-items:flex-start}#am-activity .aa-job-row{border-top:1px solid var(--aa-line);padding:16px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 20px}#am-activity .aa-job-row:first-child{border-top:0}#am-activity .aa-job-row h3{font-size:12px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}#am-activity .aa-job-row .aa-job-meta{font-size:11px;color:var(--aa-muted);margin-top:5px;display:flex;gap:10px;flex-wrap:wrap}#am-activity .aa-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}#am-activity .aa-health-card{padding:19px 17px}#am-activity .aa-health-card>svg{color:#4f775c;margin-bottom:15px;width:19px;height:19px}#am-activity .aa-health-card h3{margin-bottom:8px}#am-activity .aa-health-card p{margin-top:15px;color:var(--aa-muted);font-size:11px}#am-activity .aa-health-card strong{display:block;margin-top:5px;color:var(--aa-ink);font-size:12px}#am-activity .aa-definition-row{padding:15px 18px;border-top:1px solid var(--aa-line);display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:12px}#am-activity .aa-definition-row:first-child{border-top:0}#am-activity .aa-definition-row>span{color:var(--aa-muted);font-size:11px;text-align:right}#am-activity .aa-export{padding:18px;margin:0 0 21px}#am-activity .aa-export-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}#am-activity .aa-export pre{font:11px/1.7 ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f9f4;border-radius:6px;padding:12px;color:#4d6957;margin:13px 0 0}#am-activity .aa-sr{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){#am-activity .aa-shell{grid-template-columns:145px minmax(0,1fr)}#am-activity .aa-logo{width:119px}#am-activity .aa-rail{padding-left:11px;padding-right:11px}#am-activity .aa-content{padding:26px 21px}#am-activity .aa-topbar{padding:17px 21px}#am-activity .aa-profile-grid{grid-template-columns:minmax(0,1fr)}#am-activity .aa-aside{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}#am-activity .aa-aside h3,#am-activity .aa-aside hr{grid-column:1/-1}#am-activity .aa-table td,#am-activity .aa-table th{padding-left:11px;padding-right:11px}#am-activity .aa-table .aa-avatar{display:none}#am-activity .aa-end-col{width:13%}#am-activity .aa-account-col{width:32%}#am-activity .aa-state-col{width:25%}}@media (max-width:640px){#am-activity{border-radius:7px}#am-activity .aa-shell{display:block;min-height:0}#am-activity .aa-rail{border-right:0;border-bottom:1px solid var(--aa-line);padding:16px 18px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}#am-activity .aa-nav button:disabled,#am-activity .aa-rail .aa-caption,#am-activity .aa-rail-bottom{display:none}#am-activity .aa-logo{width:132px;height:27px}#am-activity .aa-nav button{padding:8px 10px}#am-activity .aa-topbar{padding:13px 18px;min-height:0;gap:8px}#am-activity .aa-crumb{font-size:11px}#am-activity .aa-content{padding:24px 18px}#am-activity h1{font-size:25px}#am-activity .aa-summary{grid-template-columns:repeat(3,minmax(0,1fr))}#am-activity .aa-stat{padding:14px 11px}#am-activity .aa-stat-value{font-size:23px}#am-activity .aa-stat-label,#am-activity .aa-stat-note{font-size:11px}#am-activity .aa-stat-note{margin-top:5px}#am-activity .aa-tabs{gap:21px}#am-activity .aa-table,#am-activity .aa-table tbody{display:block}#am-activity .aa-table thead{display:none}#am-activity .aa-table tr{display:grid;grid-template-columns:1fr auto;gap:9px 13px;padding:17px;border-top:1px solid var(--aa-line)}#am-activity .aa-table td{display:block;border:0;padding:0}#am-activity .aa-table td:first-child{grid-column:1/-1}#am-activity .aa-table .aa-avatar{display:grid}#am-activity .aa-table .aa-user-name{font-size:13px}#am-activity .aa-table .aa-email{font-size:12px}#am-activity .aa-table td[data-label]:before{content:attr(data-label) ": ";font-size:11px;color:var(--aa-muted)}#am-activity .aa-table .aa-cell-link{grid-column:2;grid-row:2/4;align-self:center}#am-activity .aa-table td.aa-cell-jobs{grid-column:1}#am-activity .aa-table td.aa-cell-state{grid-column:1/-1;grid-row:4}#am-activity .aa-cell-state .aa-mini{display:inline;margin-left:9px}#am-activity .aa-toolbar{padding:14px 16px}#am-activity .aa-search{max-width:none;width:100%}#am-activity .aa-search input{width:100%;font-size:16px}#am-activity .aa-health-grid{grid-template-columns:1fr}#am-activity .aa-health-card{display:grid;grid-template-columns:1fr auto;gap:0 14px}#am-activity .aa-health-card>svg{display:none}#am-activity .aa-health-card p{grid-column:1/-1}#am-activity .aa-user-head .aa-user-state{margin-left:0}#am-activity .aa-profile-meta{gap:8px 18px}#am-activity .aa-event{padding-left:25px}#am-activity .aa-job-row{grid-template-columns:1fr}#am-activity .aa-definition-row{align-items:flex-start}#am-activity .aa-demo{font-size:11px}#am-activity .aa-controls select{font-size:16px}#am-activity .aa-details dl{grid-template-columns:1fr;gap:2px}#am-activity .aa-details dd{margin-bottom:5px}}@media (pointer:coarse){#am-activity button,#am-activity summary{min-height:44px}#am-activity .aa-filterbar button{padding:10px}#am-activity .aa-details summary{display:flex;align-items:center}#am-activity select{min-height:44px}}@media (max-width:380px){#am-activity .aa-logo{width:110px}#am-activity .aa-nav button{font-size:11px;gap:7px;padding:8px}#am-activity .aa-rail{gap:9px}#am-activity .aa-user-head h2{font-size:20px}#am-activity .aa-summary{grid-template-columns:1fr}#am-activity .aa-stat{display:grid;grid-template-columns:1fr auto;gap:2px 12px}#am-activity .aa-stat+.aa-stat{border-left:0;border-top:1px solid var(--aa-line)}#am-activity .aa-stat-value{grid-column:2;grid-row:1/3;margin:0;align-self:center}#am-activity .aa-stat-note{grid-column:1;margin-top:0}}#am-activity .aa-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) 215px;gap:20px;align-items:start}#am-activity .aa-settings-form{padding:22px;min-width:0}#am-activity .aa-settings-form h2{font-size:17px}#am-activity .aa-settings-form>p{margin:7px 0 22px}#am-activity .aa-form-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}#am-activity .aa-field{display:flex;flex-direction:column;gap:6px;font-size:12px;min-width:0}#am-activity .aa-field small{color:var(--aa-muted);font-size:11px}#am-activity .aa-field.aa-wide{grid-column:1/-1}#am-activity .aa-input{padding:9px 11px;min-width:0;font:13px/1.5 Inter,system-ui,sans-serif;color:var(--aa-ink);background:#fcfdfb;border-radius:6px;outline-offset:3px}#am-activity textarea.aa-input{resize:vertical;min-height:85px}#am-activity .aa-checkline{display:flex;align-items:center;gap:9px;font-size:12px;cursor:pointer}#am-activity .aa-checkline input{accent-color:#2d6d50;width:17px;height:17px;flex-shrink:0}#am-activity .aa-checkline:has(input:disabled){cursor:default;color:#738075}#am-activity .aa-setting-row{padding:19px 0;border-top:1px solid var(--aa-line);display:flex;align-items:center;justify-content:space-between;gap:18px}#am-activity .aa-setting-row:first-of-type{margin-top:18px}#am-activity .aa-setting-row strong{display:block;font-size:13px}#am-activity .aa-setting-row p{font-size:11px;color:var(--aa-muted);margin-top:4px;max-width:300px}#am-activity .aa-form-divider{border:0;border-top:1px solid var(--aa-line);margin:23px 0}#am-activity .aa-form-footer{border-top:1px solid var(--aa-line);margin-top:24px;padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}#am-activity .aa-form-footer small{color:var(--aa-muted);font-size:11px}#am-activity .aa-setting-aside{display:grid;gap:16px}#am-activity .aa-setting-aside section{padding:18px}#am-activity .aa-setting-aside h3{margin-bottom:11px}#am-activity .aa-setting-aside p{font-size:11px;color:var(--aa-muted);margin:8px 0}#am-activity .aa-current-big{font:500 28px Sora,system-ui,sans-serif;letter-spacing:-.7px;margin:8px 0}#am-activity .aa-current-big span{font:12px Inter,sans-serif;letter-spacing:0;color:var(--aa-muted)}#am-activity .aa-review{grid-column:1/-1;background:#edf5ee;border:1px solid #cfdfd1;border-radius:9px;padding:19px;margin-bottom:18px}#am-activity .aa-review h3{margin-bottom:5px}#am-activity .aa-review p{font-size:12px;color:#55725f;margin:5px 0 13px}#am-activity .aa-review dl{display:grid;grid-template-columns:1fr auto;gap:9px 20px;font-size:12px;margin:15px 0}#am-activity .aa-review dt{color:#55725f}#am-activity .aa-review dd{margin:0;text-align:right;overflow-wrap:anywhere}#am-activity .aa-review-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}#am-activity .aa-saved{background:#edf5ee;border:1px solid #d4e5d6;color:#315e43;padding:12px 15px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;flex-wrap:wrap;margin-bottom:18px}#am-activity .aa-history-preview{margin-top:23px}#am-activity .aa-history-preview h3{margin-bottom:12px}#am-activity .aa-history-item{padding:11px 0;border-bottom:1px solid #e3eae2;font-size:12px}#am-activity .aa-security-identity{font-size:12px;overflow-wrap:anywhere;margin:12px 0 18px}#am-activity .aa-security-row{border-top:1px solid var(--aa-line);padding-top:15px;margin-top:15px}#am-activity .aa-security-row h3{font-size:12px;margin-bottom:3px}#am-activity .aa-security-row p{margin:4px 0 10px}#am-activity .aa-service-subtitle{display:inline-flex;gap:6px;align-items:center;margin-top:8px}#am-activity .aa-service-subtitle .aa-tag{white-space:normal}@media (max-width:900px){#am-activity .aa-settings-grid{grid-template-columns:1fr}#am-activity .aa-setting-aside{grid-template-columns:1fr 1fr}}@media (max-width:640px){#am-activity .aa-settings-form{padding:18px}#am-activity .aa-form-fields,#am-activity .aa-setting-aside{grid-template-columns:1fr}#am-activity .aa-setting-row{align-items:flex-start;flex-wrap:wrap;gap:10px}#am-activity .aa-input{font-size:16px}#am-activity .aa-review dl{grid-template-columns:1fr;gap:3px}#am-activity .aa-review dd{text-align:left;margin-bottom:10px}#am-activity .aa-user-head h2{overflow-wrap:anywhere}#am-activity .aa-settings-form .aa-form-footer{align-items:flex-start;flex-direction:column}#am-activity .aa-tabs[aria-label="Account detail views"]{display:grid;grid-template-columns:1fr 1fr;gap:13px 18px}}#am-activity{background:transparent;overflow:visible;border-radius:0}#am-activity textarea{font:inherit;color:inherit;resize:vertical}#am-activity .aa-input{width:100%;max-width:100%;border:1px solid #dce6df;background:#fff;border-radius:7px;padding:10px 12px;min-height:42px}#am-activity .aa-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:end;margin-bottom:20px}#am-activity .aa-filters label{display:grid;gap:5px;font-size:11px;color:var(--aa-muted);flex:1 1;min-width:115px}#am-activity .aa-filters input,#am-activity .aa-filters select{border:1px solid var(--aa-line);border-radius:7px;padding:8px;background:white;max-width:100%;min-width:0}#am-activity .aa-event-values{white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.6 ui-monospace,monospace;margin:0}#am-activity .aa-form-fields label{display:grid;gap:6px;font-size:12px}#am-activity .aa-full{grid-column:1/-1}#am-activity .aa-setting-row label{display:flex;align-items:center;gap:10px}#am-activity .aa-setting-row input[type=checkbox]{width:18px;height:18px;accent-color:#28674e}#am-activity .aa-button:disabled{opacity:.5}#am-activity .aa-settings-form{margin:0}#am-activity .aa-toast{padding:12px 16px;border-radius:8px;margin:16px 0;background:#eaf4ed}#am-activity .aa-error{color:#934020;background:#fff0e9;border:1px solid #ecd9c8;padding:13px 16px;border-radius:8px;margin:15px 0}#am-activity .aa-review{margin-top:18px}#am-activity .aa-review table{width:100%;text-align:left;font-size:12px;border-collapse:collapse}#am-activity .aa-review td,#am-activity .aa-review th{padding:8px;border-bottom:1px solid var(--aa-line);overflow-wrap:anywhere}#am-activity .aa-user-head h2{overflow-wrap:anywhere}#am-activity .aa-panel{padding:22px}#am-activity .aa-panel h3{margin-bottom:12px}#am-activity .aa-aside p{margin:12px 0}#am-activity .aa-privacy{margin-top:14px;font-size:11px;color:var(--aa-muted)}@media (max-width:640px){#am-activity .aa-user-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}#am-activity .aa-filters{display:grid;grid-template-columns:1fr 1fr}#am-activity .aa-filters>*{min-width:0}#am-activity .aa-review{padding:12px}#am-activity .aa-review table{table-layout:fixed;font-size:11px}#am-activity .aa-panel{padding:16px}}.asv-studio{container-type:inline-size;container-name:asv;--asv-line:#dfe8dc;--asv-muted:#74816c;--asv-paper:#fff;--asv-accent:#376b4c;min-width:0}.asv-studio h2{font-size:20px;letter-spacing:-.55px;line-height:1.3}.asv-studio h3{font-size:15px;line-height:1.4}.asv-studio .am-button{min-height:39px}.asv-studio svg{flex-shrink:0}.asv-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--asv-line);margin:27px 0 29px;gap:20px}.asv-steps>button{display:flex;align-items:center;gap:13px;text-align:left;padding:0 0 19px;border:0;border-bottom:2px solid transparent;background:transparent;color:#82907c;position:relative;top:1px}.asv-steps>button[aria-current=step]{border-color:#487451;color:#244c36}.asv-step-number{display:grid;place-items:center;width:34px;height:34px;background:#edf2e9;border:1px solid #e3eade;border-radius:50%;font:11px ui-monospace,monospace}.asv-steps>button[aria-current=step] .asv-step-number{background:#e3efd9;border-color:#c4d7b7}.asv-steps strong{font-weight:500;font-size:13px;display:block}.asv-steps small{font-size:11px;display:block;margin-top:3px;color:#8a9685}.asv-input-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:25px;align-items:start}.asv-card{padding:26px;background:var(--asv-paper);border:1px solid var(--asv-line);border-radius:13px;box-shadow:0 4px 20px #243b2703;min-width:0}.asv-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:23px}.asv-card-head p{font-size:12px;color:var(--asv-muted);margin-top:6px;overflow-wrap:anywhere}.asv-card-head h2{font-size:17px;overflow-wrap:anywhere}.asv-tag{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;background:#f1f6ed;border:1px solid #e1eadb;border-radius:30px;padding:5px 10px;color:#527346;font-size:10px;font-weight:500}.asv-dropzone{padding:31px 16px 22px;border:1px dashed #bed1b4;border-radius:9px;background:radial-gradient(ellipse at top,#f3f8ed,transparent 70%),#fcfdfa;text-align:center;transition:background .2s,border-color .2s}.asv-drop-active{background:#e9f4df;border-color:#56824b}.asv-upload-symbol{display:grid;place-items:center;width:48px;height:48px;border:1px solid #dbe7d1;background:white;border-radius:12px;color:#608352;margin:0 auto 18px;box-shadow:0 4px 12px #37553606}.asv-upload-symbol svg{width:24px;height:24px}.asv-dropzone h3{font-size:17px;overflow-wrap:anywhere;margin-bottom:8px}.asv-dropzone p{max-width:380px;font-size:12px;line-height:1.8;color:var(--asv-muted);margin:auto}.asv-upload-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin:23px 0 14px}.asv-dropzone>small{color:#8b9782;font-size:10px}.asv-experiment-name{margin-top:25px!important}.asv-experiment-name .am-field-label{font-size:12px}.asv-side-stack{display:grid;gap:18px;min-width:0}.asv-guide-card{border:1px solid #d8e4cc;background:linear-gradient(150deg,#f3f8ed,#e9f0df);padding:24px;border-radius:12px;overflow:hidden}.asv-section-number{font-size:9px;letter-spacing:1.75px;color:#809273;display:block;font-weight:500}.asv-guide-card>svg{display:block;width:65px;height:47px;stroke-width:.85;color:#82a46d;margin:26px 0 17px}.asv-guide-card h2{font-size:22px;max-width:200px;line-height:1.28;color:#345239}.asv-guide-card p{font-size:12px;color:#738266;line-height:1.8;margin:12px 0 17px}.asv-file-tree{font:10px/1.95 ui-monospace,monospace;border-top:1px solid #dbe6d1;border-bottom:1px solid #dbe6d1;padding:15px 0;margin:20px 0;color:#547145}.asv-file-tree span{display:block}.asv-file-tree i{font-style:normal;color:#839777;font-size:9px}.asv-guide-card .am-text-button{font-size:11px}.asv-small-note{display:flex;gap:10px;padding:0 3px}.asv-small-note svg{color:#789071;margin-top:3px}.asv-limit-note,.asv-small-note p{font-size:11px;line-height:1.85;color:#819077}.asv-limit-note{padding-left:29px}.asv-acquisitions{margin-top:22px}.asv-acquisitions>h3{font-size:11px;margin-bottom:10px;color:#657b5b}.asv-acquisition{display:flex;align-items:center;gap:11px;padding:13px 11px;border:1px solid var(--asv-line);border-radius:8px;margin-top:8px;cursor:pointer}.asv-acquisition:has(input:checked){background:#f4f9ef;border-color:#a3bd93}.asv-acquisition input{accent-color:#3c744e}.asv-acquisition>span{min-width:0}.asv-acquisition strong{display:block;overflow-wrap:anywhere;font-size:12px;font-weight:500}.asv-acquisition small{display:block;font-size:10px;line-height:1.6;color:#84917b}.asv-acquisition-count{font-size:10px;white-space:nowrap;margin-left:auto;color:#6c825f;text-align:right}.asv-file-facts{display:flex;flex-wrap:wrap;gap:9px 17px;margin-top:16px;font-size:10px;color:#6b875d}.asv-file-facts span{display:flex;align-items:center;gap:5px}.asv-file-facts svg{width:12px;height:12px}.asv-amber{color:#986d35!important}.asv-flow-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:25px 0 0;padding:0 2px}.asv-flow-footer>span{display:flex;align-items:center;gap:7px;font-size:11px;color:#899580}.asv-flow-footer>span svg{width:13px;height:13px}.asv-input-error{margin-top:22px!important}.asv-editor-layout{display:grid;grid-template-columns:172px minmax(0,1fr);gap:23px;align-items:start}.asv-editor-layout>div{min-width:0}.asv-rail-caption{display:flex;justify-content:space-between;font-size:11px;color:#7d8e70;margin-bottom:12px}.asv-candidate-list{display:grid;gap:10px;margin-bottom:13px}.asv-candidate-tab{border:1px solid var(--asv-line);border-radius:9px;background:#fff;padding:11px;width:100%;text-align:left;min-width:0;color:#48623b;transition:border .15s,background .15s}.asv-candidate-tab[aria-pressed=true]{border-color:#95b485;background:#f5faef;box-shadow:0 0 0 1px #e0ecd7}.asv-candidate-tab>strong{font-weight:500;font-size:11px;display:flex;gap:8px;align-items:center;overflow-wrap:anywhere}.asv-letter{display:grid;place-items:center;border:1px solid #dce7d3;border-radius:4px;background:#f7faf3;min-width:23px;height:23px;font:10px ui-monospace,monospace}.asv-candidate-art{height:92px;display:grid;place-items:center;margin:6px 0}.asv-candidate-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.asv-candidate-art>svg{width:26px;height:26px;color:#a4b696}.asv-candidate-tab>small{display:flex;align-items:center;gap:5px;font-size:10px;color:#809072}.asv-candidate-tab>small svg{width:12px;height:12px}.asv-candidate-rail>.am-button{width:100%;font-size:11px}.asv-remove{font-size:10px!important;margin:12px auto;display:block!important;color:#97775b!important}.asv-rail-context{display:grid;gap:8px;border-top:1px solid var(--asv-line);margin-top:22px;padding-top:18px;font-size:10px;line-height:1.6;color:#87967b;overflow-wrap:anywhere}.asv-rail-context strong{color:#5e7951;font-weight:500}.asv-rail-context .am-text-button{font-size:10px;justify-self:start}.asv-editor-card{background:white;border:1px solid #d9e5d2;border-radius:13px;overflow:hidden;box-shadow:0 5px 24px #34482c05;position:relative}.asv-editor-top{padding:20px 23px 0}.asv-editor-top>.am-field{margin-bottom:15px}.asv-name-input{border:0;border-bottom:1px solid #edf1e8;background:transparent;min-width:0;width:100%;padding:0 0 9px;font-size:19px!important;letter-spacing:-.3px;color:#34533a}.asv-editor-flow{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:10px;color:#829076;margin:12px 0 18px}.asv-editor-flow strong{font-weight:500;color:#47683d}.asv-editor-flow svg{width:12px}.asv-editor-flow small{color:#a1ab98}.asv-smiles-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.asv-smiles-row .am-field{margin:0}.asv-smiles-row .am-field-label{font-size:10px}.asv-mono{font:11px/1.8 ui-monospace,monospace!important;resize:vertical;min-height:66px}.asv-smiles-row>.am-button{font-size:11px;margin-bottom:0}.asv-smiles-note{font-size:10px;color:#86947b;min-height:20px;margin:10px 0 18px}.asv-smiles-note button{font-size:10px;margin-left:12px;text-decoration:underline}.asv-board-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 23px;background:#fafcf7;border-top:1px solid #e8eee2;border-bottom:1px solid #e8eee2;font-size:10px;color:#658254}.asv-board-bar strong{font-weight:500}.asv-board-bar button{font-size:10px}.asv-drawing-board{height:400px;position:relative;background:white;min-width:0;overflow:hidden}.asv-editor-loading{position:absolute;top:48%;left:20%;right:15%;text-align:center;color:#91a083;font-size:12px;display:grid;gap:15px}.asv-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:19px 23px;border-top:1px solid #e8eee2}.asv-draft-status,.asv-final-status{display:flex;align-items:center;gap:7px;font-size:11px;color:#42723e}.asv-draft-status{color:#8a957f}.asv-draft-status small,.asv-final-status small{display:block;font-size:10px;color:#88977b;margin-top:2px}.asv-editor-footer>.am-button{font-size:12px}.asv-editor-error{margin:0 18px 18px!important}.asv-editor-help{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#8b987e;line-height:1.7;margin-top:16px!important}.asv-editor-help svg{width:14px;height:14px;margin-top:2px}.asv-review-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 25px;border-top:1px solid #ebefe7;border-bottom:1px solid #ebefe7;padding:22px 0;margin:0 0 26px}.asv-review-facts dt{color:#87967b;font-size:10px;margin-bottom:5px}.asv-review-facts dd{margin:0;font-size:12px;color:#4a6840;overflow-wrap:anywhere;line-height:1.8}.asv-review-candidates{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.asv-review-candidates>article{border:1px solid #e0e9d9;border-radius:8px;padding:14px;background:#fcfdfb;min-width:0}.asv-review-candidates img{width:100%;height:135px;object-fit:contain;mix-blend-mode:multiply}.asv-review-candidates h3{font-size:12px;margin-top:7px;overflow-wrap:anywhere}.asv-review-candidates p{font-size:11px;color:#839578;margin:4px 0 10px}.asv-studio details{font-size:10px;color:#7b8d6e;margin-top:12px}.asv-studio summary{cursor:pointer}.asv-studio code{display:block;overflow-wrap:anywhere;white-space:normal;word-break:break-word;font:10px/1.8 ui-monospace,monospace;margin-top:8px;color:#66815b}.asv-review-candidates small svg{width:12px;height:12px}.asv-allowance-card{border:1px solid #d5e2c9;background:linear-gradient(150deg,#f2f8eb,#e7f0dd);padding:25px 23px;border-radius:12px}.asv-allowance-card h2{font-size:16px;margin-top:16px}.asv-allowance-value{font-size:54px;letter-spacing:-3px;color:#32563c;margin:23px 0 1px;line-height:1.1}.asv-allowance-value span{font-size:11px;letter-spacing:0;color:#839674;margin-left:12px}.asv-allowance-card>p{color:#7f9470;font-size:11px;margin-top:10px;line-height:1.8}.asv-cost{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #d6e3ca;margin:23px 0 19px;padding-top:17px;font-size:11px;color:#6a845b}.asv-cost strong{font-weight:500;color:#466c40}.asv-allowance-card>.am-button{width:100%}.asv-allowance-card>small{display:block;text-align:center;color:#8b9b7e;font-size:10px;margin-top:15px;line-height:1.7}.asv-progress{font-size:11px;display:flex;gap:8px;align-items:center;margin:15px 0;line-height:1.7;color:#647f54}.asv-live-dot,.asv-progress-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#68a16b;flex-shrink:0}.asv-progress-dot{animation:asv-pulse 1.5s ease-in-out infinite}.asv-back{font-size:11px!important;margin:0 0 18px}.asv-result-meta{display:flex;align-items:center;gap:13px;flex-wrap:wrap;font-size:11px}.asv-summary-strip{display:grid;grid-template-columns:1.1fr .8fr .65fr 1.4fr;border-top:1px solid var(--asv-line);border-bottom:1px solid var(--asv-line);padding:20px 0;margin:26px 0}.asv-summary-strip>div{padding:0 20px;border-right:1px solid var(--asv-line);min-width:0}.asv-summary-strip>div:first-child{padding-left:0}.asv-summary-strip>div:last-child{border:0}.asv-summary-strip span{display:block;font-size:8px;letter-spacing:1.4px;color:#9aa68e;margin-bottom:7px}.asv-summary-strip strong{font-size:11px;font-weight:500;color:#536d45;overflow-wrap:anywhere}.asv-workbench-grid{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:20px;align-items:start}.asv-spectrum-panel{border:1px solid #dce6d5;border-radius:12px;background:white;min-width:0;overflow:hidden}.asv-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:24px 23px 19px}.asv-panel-heading h2{font-size:21px;margin-top:8px}.asv-result-tabs{display:flex;gap:23px;border-bottom:1px solid #e7eee1;padding:0 22px;align-items:center}.asv-result-tabs>button[role=tab]{border:0;background:transparent;padding:12px 0;font-size:11px;color:#86977a;border-bottom:2px solid transparent;position:relative;top:1px}.asv-result-tabs>button[aria-selected=true]{color:#3d6843;border-bottom-color:#648657}.asv-result-tabs>.am-text-button{margin-left:auto;font-size:10px}.asv-spectrum-tools{display:flex;align-items:center;gap:13px;padding:16px 20px 6px;flex-wrap:wrap}.asv-tool-segment{display:flex;gap:2px;background:#f3f6ef;padding:3px;border-radius:5px}.asv-tool-segment>button{padding:5px 9px;font-size:10px;background:none;border:1px solid transparent;color:#92a183;border-radius:4px}.asv-tool-segment>button[aria-pressed=true]{background:white;border-color:#e0e8d9;color:#526f44;box-shadow:0 1px 3px #37502705}.asv-chart-buttons{display:flex;gap:4px}.asv-chart-buttons .am-button{min-height:27px!important;height:27px;font-size:10px;padding:4px 7px;border-color:#e6ecdf}.asv-chart-buttons svg{width:12px;height:12px}.asv-gain{display:flex;align-items:center;gap:8px;font-size:9px;color:#8b9c7b;margin-left:auto}.asv-gain input{width:60px;accent-color:#7b9f66}.asv-spectrum-canvas{position:relative;min-width:0}.asv-spectrum-canvas canvas{display:block;cursor:crosshair}.asv-chart-selection{position:absolute;background:#8bb37324;border-left:1px solid #a5c38d;border-right:1px solid #a5c38d;pointer-events:none}.asv-crosshair-label{position:absolute;right:20px;top:11px;background:#fffef5e6;border:1px solid #e9eee0;border-radius:4px;color:#769163;padding:3px 6px;font:9px ui-monospace,monospace;pointer-events:none}.asv-spectrum-foot{display:flex;gap:10px 20px;flex-wrap:wrap;align-items:center;padding:14px 20px;border-top:1px solid #eff3ea;font-size:9px;color:#8e9e7e}.asv-spectrum-foot span{display:flex;align-items:center;gap:6px}.asv-spectrum-foot>span:last-child{margin-left:auto}.asv-integral{display:flex;align-items:center;gap:12px;background:#f3f8ed;border-top:1px solid #e1ead7;padding:13px 20px;color:#678554;font-size:10px}.asv-integral small{display:block;font-size:9px;color:#8b9e79;margin-top:4px}.asv-integral button{font-size:10px;margin-left:auto;white-space:nowrap}.asv-record{padding:23px}.asv-record code{margin:0}.asv-loading-note{padding:11px 20px;background:#f6f9f2;color:#8ba075;font-size:11px}.asv-processing-notes{padding:18px 22px;border-top:1px solid #e9eee2;background:#fafcf7}.asv-processing-notes h3{font-size:11px;margin-bottom:10px}.asv-processing-notes p{font-size:10px;line-height:1.8;color:#84976f;display:flex;gap:7px;margin-top:7px}.asv-processing-notes svg{width:12px;margin-top:3px}.asv-evidence-side{display:grid;gap:17px}.asv-candidate-panel{padding:20px;border:1px solid #dce7d4;background:white;border-radius:12px;min-width:0}.asv-candidate-panel h2{font-size:13px}.asv-candidate-panel .asv-card-head{margin-bottom:15px;gap:7px}.asv-candidate-panel .asv-tag{font-size:9px;padding:3px 7px}.asv-candidate-switch{display:flex;gap:6px}.asv-candidate-switch button{width:27px;height:27px;border:1px solid #e0e8d9;border-radius:4px;background:white;font:10px ui-monospace,monospace;color:#8ca276}.asv-candidate-switch button[aria-pressed=true]{background:#eff6e7;border-color:#a9c295;color:#587b43}.asv-result-molecule{margin:12px -6px}.asv-result-molecule .am-structure-preview{height:150px}.asv-candidate-panel h3{font-size:13px;overflow-wrap:anywhere}.asv-candidate-panel>p{font-size:11px;color:#92a380;margin:5px 0 12px}.asv-candidate-panel>.am-text-button{font-size:10px;margin-top:16px}.asv-next-evidence{padding:22px;background:#f0f5e9;border:1px solid #e0e8d7;border-radius:12px}.asv-next-evidence h3{font-size:17px;line-height:1.4;margin-top:14px;letter-spacing:-.4px;color:#597647}.asv-next-evidence p{font-size:11px;line-height:1.85;color:#839671;margin:11px 0 18px}.asv-next-evidence>span:not(.asv-section-number){display:inline-flex;align-items:center;gap:5px;font-size:9px;color:#91a67c;border:1px solid #d9e5cb;padding:5px 8px;border-radius:4px;margin:0 5px 4px 0}.asv-next-evidence svg{width:11px;height:11px}.asv-processing-card{border:1px solid #dce8d3;background:linear-gradient(110deg,#f9fcf5,#eef5e7);border-radius:13px;padding:35px;display:flex;align-items:center;gap:27px;flex-wrap:wrap;margin-top:25px}.asv-processing-card h2{margin:9px 0 10px;font-size:25px}.asv-processing-card p{font-size:12px;line-height:1.8;color:#849877;max-width:440px}.asv-orbit{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;border:1px solid #d5e4c7;box-shadow:0 0 0 11px #e8f2df,0 0 0 12px #dce9d0;color:#88a870;margin:12px}.asv-orbit svg{width:34px;height:34px;stroke-width:1.2}.asv-processing-stages{display:flex;gap:20px;width:100%;font-size:11px;color:#a1b28f;border-top:1px solid #dfe8d6;padding-top:22px;margin-top:10px}.asv-processing-stages span{display:flex;align-items:center;gap:6px}.asv-paragraph{margin:14px 0!important;line-height:1.8;color:#869779;font-size:12px}@keyframes asv-pulse{0%,to{box-shadow:0 0 0 2px #82b46a20;opacity:.6}50%{box-shadow:0 0 0 5px #82b46a10;opacity:1}}@container asv (max-width:900px){.asv-input-grid{grid-template-columns:minmax(0,1fr) 255px;gap:18px}.asv-workbench-grid{grid-template-columns:minmax(0,1fr) 210px;gap:14px}.asv-editor-layout{grid-template-columns:150px minmax(0,1fr);gap:16px}.asv-smiles-row{grid-template-columns:1fr}.asv-smiles-row>.am-button{justify-self:end}.asv-panel-heading{align-items:flex-start}.asv-panel-heading>.asv-tag{font-size:8px}.asv-gain{margin-left:0}.asv-card{padding:22px}.asv-guide-card{padding:20px}.asv-review-candidates{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@container asv (max-width:730px){.asv-input-grid,.asv-workbench-grid{grid-template-columns:1fr}.asv-side-stack{grid-template-columns:1fr 1fr;align-items:start}.asv-side-stack .asv-guide-card{grid-row:span 2}.asv-side-stack .asv-limit-note{padding-left:26px}.asv-guide-card>svg{margin-top:18px}.asv-evidence-side{grid-template-columns:1fr 1fr}.asv-steps{gap:10px}.asv-steps>button{gap:9px}.asv-steps strong{font-size:11px}.asv-steps small{font-size:9px}.asv-step-number{width:28px;height:28px;flex-shrink:0}.asv-summary-strip{grid-template-columns:1fr 1fr;gap:17px}.asv-summary-strip>div:nth-child(3){padding-left:0}.asv-summary-strip>div:nth-child(2){border:0}}@container asv (max-width:510px){.asv-side-stack{grid-template-columns:1fr}.asv-guide-card h2{max-width:none}.asv-guide-card>svg{display:none}.asv-guide-card h2{margin-top:15px}.asv-file-tree{margin:14px 0}.asv-side-stack .asv-limit-note{padding-left:26px}.asv-card{padding:18px}.asv-dropzone{padding:25px 11px 20px}.asv-dropzone h3{font-size:16px}.asv-editor-layout{grid-template-columns:1fr;gap:19px}.asv-candidate-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.asv-candidate-art{height:58px}.asv-candidate-rail>.am-button{width:auto}.asv-remove{display:inline-block!important;margin-left:15px}.asv-rail-context{display:none}.asv-editor-top{padding:18px 15px 0}.asv-editor-top textarea,.asv-experiment-name input{font-size:16px!important}.asv-editor-flow{font-size:9px;gap:5px}.asv-drawing-board{height:355px}.asv-editor-footer{padding:16px 15px;flex-wrap:wrap}.asv-editor-footer>.am-button{width:100%;justify-content:center}.asv-flow-footer{align-items:flex-start;flex-wrap:wrap}.asv-flow-footer>.am-button{margin-left:auto}.asv-steps>button{display:block;padding-bottom:14px}.asv-steps .asv-step-number{margin-bottom:10px}.asv-steps small{font-size:8px}.asv-steps strong{font-size:10px}.asv-steps{gap:15px;margin-top:22px}.asv-review-facts{grid-template-columns:1fr;gap:15px}.asv-review-candidates{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}.asv-review-candidates img{height:110px}.asv-acquisition{gap:8px}.asv-acquisition-count{display:none}.asv-evidence-side{grid-template-columns:1fr}.asv-panel-heading{padding:20px 15px;flex-wrap:wrap}.asv-panel-heading h2{font-size:20px}.asv-result-tabs{padding:0 15px;gap:17px}.asv-result-tabs>button[role=tab]{font-size:10px}.asv-spectrum-tools{padding:13px 12px 4px;gap:8px}.asv-spectrum-foot{padding:13px 15px;font-size:9px;gap:8px 15px}.asv-spectrum-foot>span:last-child{margin-left:0}.asv-integral{padding:13px;align-items:flex-start;flex-wrap:wrap}.asv-processing-card{padding:25px 20px;gap:20px}.asv-processing-stages{gap:15px;font-size:10px}.asv-result-molecule .am-structure-preview{height:180px}.asv-result-meta{gap:8px;font-size:10px}.asv-candidate-panel{padding:22px}.asv-candidate-panel h2{font-size:16px}}@media(prefers-reduced-motion:reduce){.asv-studio *{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.asv-auto-hint{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border:1px solid #e0e9d9;border-radius:8px;padding:14px 17px;background:#f3f8ee;margin-bottom:22px;color:#607950;font-size:11px}.asv-auto-hint span{display:flex;align-items:center;gap:8px}.asv-auto-hint svg{width:15px;height:15px}.asv-workspace-steps{display:flex;gap:25px;align-items:center;margin:0 0 28px;font-size:12px;color:#7b8f70;flex-wrap:wrap}.asv-workspace-steps>span,.asv-workspace-steps>strong{display:flex;align-items:center;gap:8px;white-space:nowrap}.asv-workspace-steps>strong{font-weight:500;color:#37664b}.asv-workspace-steps b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#37664b;color:white;font-weight:400;font-size:11px}.asv-workspace-steps>.am-text-button{margin-left:auto;font-size:11px}.asv-workspace-status{display:flex;align-items:center;gap:12px 21px;flex-wrap:wrap;color:#71856a;font-size:11px;margin:23px 0 21px}.asv-workspace-status>span{display:flex;gap:7px;align-items:center}.asv-auto-workspace .asv-panel-heading{padding:20px 22px 16px}.asv-auto-workspace .asv-panel-heading h2{font-size:18px;margin-top:7px}.asv-auto-workspace .asv-section-number{font-size:10px;color:#76896c}.asv-auto-workspace .asv-evidence-side{display:block}.asv-auto-workspace .asv-candidate-panel{padding:21px}.asv-auto-workspace .asv-candidate-panel h3{font-size:15px}.asv-auto-workspace .asv-candidate-panel>p{color:#6e8363;font-size:12px}.asv-auto-workspace .asv-candidate-panel details,.asv-auto-workspace .asv-tag{font-size:11px}.asv-saved-molecule{height:206px;display:grid;place-items:center;background:radial-gradient(ellipse,#f4f9ef,white 72%);margin:12px -6px}.asv-saved-molecule img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.asv-saved-molecule>p{font-size:11px;line-height:1.7;color:#6d835e;text-align:center;padding:14px}.asv-auto-preparing{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:335px;padding:30px 25px}.asv-prep-symbol{width:52px;height:52px;background:#edf5e6;border-radius:13px;display:grid;place-items:center;color:#6b8c5a;margin-bottom:20px}.asv-prep-symbol svg{width:25px;height:25px}.asv-auto-preparing h3{font-size:18px;letter-spacing:-.35px}.asv-auto-preparing>p{color:#758a68;font-size:12px;max-width:450px;line-height:1.85;margin:11px 0}.asv-auto-preparing .am-inline-actions{margin-top:10px;justify-content:center}.asv-auto-preparing .asv-progress{margin:15px 0}.asv-inline-error{margin:12px 20px 18px;line-height:1.8;font-size:12px}.asv-analysis-panel{margin-top:22px;border:1px solid #dce7d4;border-radius:12px;background:white;overflow:hidden}.asv-analysis-head{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #e4ecdc;padding:17px 22px}.asv-analysis-head h2{font-weight:500;line-height:1.5;letter-spacing:0;font-size:14px}.asv-demo-tag{background:#fcf6e9;color:#947035;border-color:#f0e4c9}.asv-analysis-content{display:flex;align-items:center;gap:18px;padding:24px 22px}.asv-analysis-content h3{font-size:16px;margin-bottom:6px}.asv-analysis-content p{font-size:12px;line-height:1.9;color:#6d8261;max-width:740px}.asv-analysis-symbol{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;border:1px solid #dfe8d7;border-radius:10px;color:#6e8c5c;background:#f6f9f1}.asv-analysis-symbol svg{width:21px;height:21px}.asv-analysis-receipt{padding:13px 22px;background:#f8fbf5;border-top:1px solid #e8eee2;gap:9px;color:#627c55}.asv-analysis-receipt,.asv-workspace-foot{font-size:11px;display:flex;align-items:center}.asv-workspace-foot{justify-content:space-between;flex-wrap:wrap;gap:12px 18px;color:#738967;margin-top:22px}.asv-workspace-foot>span{display:flex;align-items:center;gap:6px}.asv-workspace-foot>.am-text-button{font-size:11px}.asv-workspace-foot svg{width:13px;height:13px}@container asv (max-width:730px){.asv-auto-workspace .asv-evidence-side{display:block}.asv-auto-workspace .asv-candidate-panel{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;align-items:center}.asv-auto-workspace .asv-candidate-panel>.asv-card-head,.asv-auto-workspace .asv-candidate-switch{grid-column:1/-1}.asv-auto-workspace .asv-saved-molecule{grid-column:1;grid-row:3/span 4;height:170px}.asv-auto-workspace .asv-candidate-panel>details,.asv-auto-workspace .asv-candidate-panel>h3,.asv-auto-workspace .asv-candidate-panel>p,.asv-auto-workspace .asv-candidate-panel>small{grid-column:2;margin:3px 0}.asv-auto-workspace .asv-candidate-panel>details{grid-column:1/-1}}@container asv (max-width:510px){.asv-workspace-steps{gap:11px;font-size:10px;margin-bottom:24px}.asv-workspace-steps>span,.asv-workspace-steps>strong{gap:5px}.asv-workspace-steps>.am-text-button{font-size:10px}.asv-workspace-steps svg{width:12px;height:12px}.asv-workspace-steps b{width:20px;height:20px;font-size:10px}.asv-analysis-content{padding:20px 18px;align-items:flex-start;gap:12px}.asv-analysis-symbol{display:none}.asv-analysis-head{padding:16px 18px}.asv-auto-workspace .asv-candidate-panel{padding:18px;column-gap:13px}.asv-auto-workspace .asv-saved-molecule{height:145px}.asv-auto-workspace .asv-candidate-panel h3{font-size:13px}.asv-workspace-status{gap:10px 16px}.asv-auto-preparing{padding:30px 18px;min-height:290px}.asv-auto-workspace .am-inline-actions{flex-wrap:wrap}.asv-auto-workspace .am-inline-actions>.am-button{font-size:11px}.asv-auto-workspace .asv-panel-heading{padding:20px 16px}.asv-auto-workspace .asv-tag{font-size:10px}.asv-analysis-receipt{padding:13px 18px;align-items:flex-start;line-height:1.7}}.asv-preparation-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:18px 22px;border-bottom:1px solid #e7eddf;gap:12px;background:#fbfcf8}.asv-preparation-steps li{display:grid;grid-template-columns:23px minmax(0,1fr);gap:3px 8px;align-items:center;min-width:0;color:#96a18b}.asv-preparation-steps li>span{grid-row:1/3;display:grid;place-items:center;width:23px;height:23px;border:1px solid #e2e9da;border-radius:50%;font:10px ui-monospace,monospace}.asv-preparation-steps strong{font-size:10px;font-weight:500;line-height:1.5}.asv-preparation-steps small{font-size:9px;line-height:1.4}.asv-preparation-steps svg{width:12px;height:12px}.asv-preparation-steps [data-state=complete]{color:#668459}.asv-preparation-steps [data-state=complete]>span{background:#edf5e7;border-color:#d6e4cc}.asv-preparation-steps [data-state=current]{color:#3b643b}.asv-preparation-steps [data-state=current]>span{background:#4d7542;color:white;border-color:#4d7542}.asv-preparation-steps [data-state=current] strong{font-weight:600}@container asv (max-width:510px){.asv-preparation-steps{padding:15px 16px;gap:8px}.asv-preparation-steps li{grid-template-columns:1fr;gap:5px}.asv-preparation-steps li>span{grid-row:auto}.asv-preparation-steps strong{font-size:9px}.asv-preparation-steps small{font-size:8px}}.asv-upload-status{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border:1px solid #dce7d3;border-radius:10px;background:#f6f9f1;margin:20px 0;color:#506b42}.asv-upload-status-symbol{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border-radius:9px;background:#e8f0df;color:#67894f}.asv-upload-status-symbol svg{width:17px;height:17px}.asv-upload-status>div{min-width:0;flex:1 1}.asv-upload-status strong{font-size:12px;font-weight:600}.asv-upload-status p{font-size:11px;line-height:1.8;margin:5px 0 10px;color:#748669;overflow-wrap:anywhere}.asv-upload-milestones{display:flex;align-items:center;gap:10px 20px;flex-wrap:wrap;font-size:10px;color:#8b987e}.asv-upload-milestones>span{display:flex;align-items:center;gap:6px}.asv-upload-milestones [data-complete=true]{color:#567a42}.asv-upload-milestones svg{width:12px;height:12px}.asv-upload-milestones small{font-size:10px;margin-left:auto;color:#7f9170}.asv-upload-milestones .asv-progress-dot{width:5px;height:5px;margin:0}.asv-upload-status[data-state=ready]{background:#f4f8ee;border-color:#d6e3c9}.asv-upload-status[data-state=error]{background:#fdfaf2;border-color:#eee0be}.asv-upload-status[data-state=error] .asv-upload-status-symbol{background:#f5ecd8;color:#a38345}.asv-upload-status>.am-button{font-size:11px;flex-shrink:0}.asv-studio>.asv-upload-status{margin:0 0 22px}.asv-auto-hint+.asv-upload-status{margin-top:-6px}@container asv (max-width:510px){.asv-upload-status{padding:16px 14px;gap:11px;flex-wrap:wrap}.asv-upload-status-symbol{width:29px;height:29px}.asv-upload-status>div{flex-basis:calc(100% - 45px)}.asv-upload-milestones{gap:8px 14px}.asv-upload-milestones small{margin-left:0}.asv-upload-status>.am-button{margin-left:40px}}.asv-scientific-evidence{padding:24px;color:#294e3b}.asv-compatibility-grid{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(280px,1.15fr);gap:30px}.asv-score-card{padding:22px;border:1px solid #dce9dc;background:linear-gradient(140deg,#f7fbf4,#fff);border-radius:12px}.asv-scientific-evidence h3{font-size:16px;font-weight:500;margin:9px 0 15px}.asv-assignment-details>small,.asv-score-breakdown>small,.asv-score-card small{display:block;color:#70806d;font-size:11px;line-height:1.8}.asv-score-value{display:flex;align-items:baseline;gap:16px;font-size:52px;font-weight:400;letter-spacing:-2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.4}.asv-score-value small{font-size:12px;letter-spacing:0}.asv-score-scale{height:5px;background:linear-gradient(90deg,#dedfcf,#a8c4ad,#579c76);border-radius:6px;margin:18px 0 10px;position:relative}.asv-score-scale i{position:absolute;width:9px;height:13px;border:2px solid #fff;outline:1px solid #315d42;border-radius:3px;top:-4px;transform:translateX(-50%);background:#315d42}.asv-score-scale-labels{display:flex;justify-content:space-between;color:#7b8878;font-size:10px}.asv-score-card>p{margin:20px 0 8px;font-size:12px}.asv-score-breakdown{padding:10px 0}.asv-match-summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 13px;margin:22px 0}.asv-match-summary strong{font-size:29px;font-weight:500}.asv-match-summary strong small{font-size:15px;font-weight:400;color:#7a8974}.asv-match-summary b,.asv-match-summary span{font-size:11px;font-weight:400;color:#6f8164}.asv-match-summary b{background:#f4f6ef;border:1px solid #e6eadf;border-radius:5px;padding:4px 7px}.asv-score-breakdown dl{margin:20px 0}.asv-score-breakdown dl>div{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:16px;margin:15px 0}.asv-score-breakdown dt{font-size:11px;color:#667b5c}.asv-score-breakdown dd{position:relative;height:21px;background:#f3f6ef;border-radius:4px;margin:0;overflow:hidden}.asv-score-breakdown dd span{position:absolute;inset:0 auto 0 0;background:#d4e4d0}.asv-score-breakdown dd b{position:absolute;right:8px;top:3px;font-size:10px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.asv-ranking{display:flex;gap:9px;flex-wrap:wrap;margin:22px 0}.asv-ranking button{display:flex;align-items:center;gap:20px;padding:12px 14px;border:1px solid #e0e8db;border-radius:8px;background:#fff;color:#516e47;font-size:11px}.asv-ranking button[aria-pressed=true]{background:#edf6e8;border-color:#9eb992}.asv-ranking strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500}.asv-assignment-details{margin:24px 0;border:1px solid #e1e8dc;border-radius:9px;padding:16px}.asv-assignment-details summary{font-size:12px;cursor:pointer}.asv-assignment-details summary span{color:#819077;margin-left:12px;font-size:10px}.asv-assignment-details>small{margin-top:12px}.asv-evidence-table{overflow:auto;margin:15px 0}.asv-evidence-table table{width:100%;border-collapse:collapse;text-align:left;font-size:11px;white-space:nowrap}.asv-evidence-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.asv-evidence-table th{color:#7e8b73;font-size:10px;font-weight:500;background:#f8faf5;padding:11px 13px;border-bottom:1px solid #e4ebdc}.asv-evidence-table td{padding:13px;border-bottom:1px solid #ecf0e7;color:#59724d;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.asv-evidence-table .am-text-button{font-size:11px}.asv-evidence-table .am-text-button svg{width:12px;height:12px}.asv-region-selected{background:#f0f7ea}.asv-mas-evidence{margin-top:30px}.asv-mas-evidence .asv-analysis-head{padding:16px 0}.asv-mas-evidence h3{margin-bottom:0}.asv-mas-evidence>p,.asv-mas-notes p{color:#75856b;font-size:11px;line-height:1.9}.asv-mas-evidence>p{margin:16px 0}.asv-mas-notes{background:#f8faf5;border-radius:8px;padding:12px 16px}.asv-mas-notes p+p{margin-top:7px}.asv-mas-notes svg{width:12px;height:12px;vertical-align:middle;margin-right:6px}.asv-evidence-provenance{display:flex;gap:8px;align-items:center;font-size:10px;color:#86917d;margin-top:20px;line-height:1.8}.asv-evidence-provenance svg{width:13px;height:13px;flex-shrink:0}.asv-analysis-receipt>.am-text-button{margin-left:auto;font-size:11px}.asv-spectrum-panel{scroll-margin-top:25px}@container asv (max-width:700px){.asv-compatibility-grid{grid-template-columns:1fr;gap:16px}.asv-scientific-evidence{padding:18px}.asv-score-breakdown{padding:0 5px}.asv-score-value{font-size:44px}.asv-assignment-details summary span{display:block;margin:8px 0 0}.asv-analysis-receipt{flex-wrap:wrap}.asv-mas-evidence .asv-analysis-head{align-items:flex-start}}.asv-beta-scope{margin:20px 0 24px;padding:20px 23px 23px;border:1px solid #d9e3d4;border-radius:13px;background:linear-gradient(115deg,#f1f6ed,#fcfdfb 75%);color:#294b36}.asv-beta-scope-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px}.asv-beta-scope-heading>span:first-child{display:flex;align-items:center;gap:8px;font:10px ui-monospace,monospace;letter-spacing:.8px;color:#52744b}.asv-beta-scope-heading svg{width:15px;height:15px}.asv-beta-scope-version{font-size:10px;color:#8a9682}.asv-beta-scope-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:26px;align-items:start}.asv-beta-kicker{font:9px ui-monospace,monospace;letter-spacing:1px;color:#7b8c71}.asv-beta-scope .asv-beta-purpose h2{font-size:18px;line-height:1.45;letter-spacing:-.35px;margin:7px 0 9px;font-weight:500}.asv-beta-scope p{font-size:12px;line-height:1.85;color:#687a60;margin:0}.asv-beta-boundary{border-left:1px solid #dee5d6;padding-left:25px}.asv-beta-scope .asv-beta-boundary h3{font-size:13px;line-height:1.55;font-weight:500;margin:10px 0 8px}.asv-beta-boundary p{color:#7b785f}.asv-tentative-tag{display:inline-flex;gap:7px;align-items:center;padding:5px 8px;background:#f4f0e4;border:1px solid #e7e0c9;border-radius:5px;font-size:9px;line-height:1.4;font-weight:500;letter-spacing:.2px;color:#8b7844}.asv-tentative-tag i{width:5px;height:5px;background:#aa9454;border-radius:50%;flex-shrink:0}.asv-assignment-scope{background:#fcfaf4;border:1px solid #ece6d7;border-radius:8px;padding:12px 14px;margin:12px 0 18px}.asv-assignment-scope p{margin:7px 0 0;font-size:11px;line-height:1.85;color:#877951}.asv-assignment-scope .asv-tentative-tag{padding:0;background:transparent;border:0;font-size:10px}.asv-molecule-evidence>.asv-assignment-scope{padding:10px 12px;margin-top:8px}.asv-group-panel>.asv-assignment-scope{margin-bottom:10px}@container asv (max-width:700px){.asv-beta-scope{padding:18px}.asv-beta-scope-grid{grid-template-columns:1fr;gap:17px}.asv-beta-boundary{border-left:0;border-top:1px solid #dee5d6;padding:17px 0 0}.asv-beta-scope-version{display:none}.asv-beta-scope .asv-beta-purpose h2{font-size:17px}}.asv-assignment-scope .asv-assignment-update,.asv-beta-scope .asv-assignment-update{margin-top:10px;color:#476b45;font-weight:500}.asv-product-workspace{--asv-ink:#23483c;--asv-soft:#718579;--asv-mint:#eaf3eb;--asv-sand:#f5f1e7}.asv-kicker{display:block;font-size:9px;letter-spacing:1.65px;font-weight:500;color:#67726a;line-height:1.6}.asv-decision-summary{display:grid;grid-template-columns:205px minmax(0,1fr);gap:28px;padding:28px;margin:0 0 24px;border:1px solid #d7e6dc;border-radius:15px;background:linear-gradient(110deg,#f0f7ee,#f8fbf6 30%,#fff 76%);color:var(--asv-ink);box-shadow:0 8px 25px #193a2904}.asv-summary-score{padding-right:24px;border-right:1px solid #dbe6db}.asv-summary-score>div:not(.asv-q-track){display:flex;align-items:center;gap:16px;margin:11px 0 17px}.asv-summary-score strong{font-size:50px;font-weight:400;letter-spacing:-2.7px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.asv-summary-score>div>span{font-size:10px;line-height:1.8;color:#5a7563}.asv-summary-score small{font-size:9px;color:#667268;line-height:1.8}.asv-q-track{height:4px;background:linear-gradient(90deg,#d8dacc,#a8c6b3,#417b64);position:relative;border-radius:10px;margin-bottom:11px}.asv-q-track i{position:absolute;top:-3px;width:6px;height:10px;transform:translateX(-50%);border-radius:3px;background:#2c624c;box-shadow:0 0 0 2px #fafdf8}.asv-summary-caption{display:flex;align-items:center;gap:13px;flex-wrap:wrap;font-size:10px;color:#677168}.asv-summary-caption .asv-tag{font-size:9px;padding:4px 8px;background:#edf6ed;border-color:#d6e7d9}.asv-summary-caption svg{width:11px;height:11px}.asv-summary-body h2{font-size:23px;font-weight:500;letter-spacing:-.65px;margin:12px 0 8px}.asv-summary-body>p{font-size:11px;line-height:1.85;color:#637167;max-width:510px}.asv-summary-facts{display:flex;gap:27px;margin-top:18px}.asv-summary-facts>button,.asv-summary-facts>span{display:block;font-size:9px;color:#667068;text-align:left}.asv-summary-facts>button{border:0;background:none;padding:0;cursor:pointer}.asv-summary-facts strong{display:block;color:#395f48;font-size:21px;font-weight:500;line-height:1.5}.asv-summary-facts small{font-size:11px;font-weight:400;color:#687269}.asv-summary-facts svg{display:inline;width:10px;height:10px;vertical-align:middle;margin-left:4px}.asv-summary-method{border-left:1px solid #e4ebe0;padding-left:23px;align-self:stretch}.asv-summary-method>strong{display:block;font-size:13px;font-weight:500;margin-top:14px}.asv-summary-method>span:not(.asv-kicker){display:block;font-size:10px;color:#657268;margin-top:6px;line-height:1.8}.asv-summary-method p{font-size:10px;line-height:1.85;color:#677067;margin-top:21px}.asv-product-workspace .asv-workbench-grid{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.asv-product-workspace .asv-candidate-panel,.asv-product-workspace .asv-spectrum-panel{border-radius:13px;border-color:#dae5dc}.asv-product-workspace .asv-candidate-panel{padding:22px}.asv-product-workspace .asv-candidate-panel>.asv-card-head{margin-bottom:5px}.asv-product-workspace .asv-saved-molecule{height:235px;margin:8px -7px 12px;background:radial-gradient(ellipse,#f4f8f1,white 72%)}.asv-product-workspace .asv-candidate-panel>h3{margin-top:18px;font-size:14px}.asv-product-workspace .asv-candidate-panel>.asv-final-status{font-size:10px}.asv-product-workspace .asv-panel-heading{padding-top:23px;padding-bottom:20px}.asv-product-workspace .asv-result-tabs{background:#fcfdfb}.asv-product-workspace .asv-section-number{letter-spacing:1.4px;font-size:9px}.asv-group-key{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#597662;margin:14px 0 11px}.asv-group-key small{font-size:9px;color:#697069}.asv-group-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:6px;max-height:162px;overflow:auto;padding:2px}.asv-group-chips button{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #dfe9dd;border-radius:6px;background:#f8fbf5;font-size:10px;color:#4e7661;padding:7px 3px;cursor:pointer;transition:background .15s,border-color .15s}.asv-group-chips button small{font-size:8px;color:#637364}.asv-group-chips button[data-matched=false]{color:#836c43;border-color:#e8dec8;background:#fbf8f1}.asv-group-chips button[aria-pressed=true]{background:#dff0df;border-color:#699774;color:#27593b;box-shadow:0 0 0 1px #aad0ad}.asv-group-chips button[data-matched=false][aria-pressed=true]{background:#f5ecd7;border-color:#b89961;box-shadow:0 0 0 1px #e9d7b5}.asv-structure-selection{font-size:10px;line-height:1.8;color:#687267;min-height:38px;margin:12px 0 0}.asv-structure-selection strong{display:block;font-weight:500;color:#537656}.asv-structure-selection span{display:block}.asv-drawing-note{font-size:9px;line-height:1.8;color:#687065;margin:8px 0}.asv-prediction-track{position:relative;padding:13px 0 6px;background:#fbfdf9;border-top:1px solid #eef2ea}.asv-prediction-track>span{font-size:9px;color:#667166;display:block;padding-left:21px}.asv-prediction-markers{position:relative;height:29px;margin-top:11px}.asv-prediction-markers button{position:absolute;top:0;width:15px;height:24px;transform:translateX(-50%);background:transparent;border:0;cursor:pointer;padding:0;color:#4a7867}.asv-prediction-markers button>i{display:block;width:2px;height:12px;background:currentColor;margin:auto;border-radius:2px}.asv-prediction-markers button>span{position:absolute;top:-19px;left:50%;transform:translateX(-50%);padding:3px 5px;border:1px solid #d8e7d6;border-radius:4px;background:#fff;font:8px ui-monospace,monospace;opacity:0;pointer-events:none;z-index:3}.asv-prediction-markers button[data-matched=false]{color:#7f6c46}.asv-prediction-markers button[aria-pressed=true]>i{height:18px;width:3px}.asv-prediction-markers button:focus-visible>span,.asv-prediction-markers button:hover>span,.asv-prediction-markers button[aria-pressed=true]>span{opacity:1}.asv-prediction-track>small{position:absolute;right:21px;top:13px;display:flex;align-items:center;gap:6px;font-size:8px;color:#657266}.asv-prediction-track>small b,.asv-prediction-track>small i{display:block;width:3px;height:9px;background:#62977a;margin-right:6px}.asv-prediction-track>small b{background:#b49863;margin-right:0}.asv-focus-receipt{display:flex;align-items:center;gap:10px;padding:11px 20px;background:#eef6eb;border-top:1px solid #e0eadb;color:#5d755b;font-size:10px}.asv-focus-receipt strong{font-size:10px;font-weight:600;color:#3c704b}.asv-focus-receipt[data-kind=unmatched]{background:#faf5e9;color:#7d6e43;border-color:#eee3cb}.asv-focus-receipt[data-kind=unmatched] strong{color:#866a33}.asv-product-evidence{padding:26px}.asv-evidence-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.asv-evidence-title h3{font-size:19px;font-weight:500;letter-spacing:-.45px;margin:8px 0 0}.asv-evidence-title>span{font-size:10px;color:#687168;text-align:right;line-height:1.7}.asv-component-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.asv-component-cards article{border:1px solid #e2e9dd;border-radius:10px;padding:19px 20px;background:linear-gradient(130deg,#fcfdf9,#fff)}.asv-component-cards article>div:first-child{display:flex;align-items:center;justify-content:space-between}.asv-component-cards article>div>span{font:9px ui-monospace,monospace;color:#6a7263}.asv-component-cards article>div>strong{font:19px ui-monospace,monospace;color:#5b7461;font-weight:400}.asv-component-cards h4{font-size:12px;font-weight:500;margin:13px 0 8px;color:#496851}.asv-component-cards p{font-size:10px;line-height:1.9;color:#687165;min-height:38px}.asv-component-track{height:5px;background:#edf1e7;border-radius:5px;margin:16px 0 9px;overflow:hidden}.asv-component-track i{display:block;height:100%;background:#a6bd9d;border-radius:5px}.asv-component-cards small{font-size:8px;color:#687063}.asv-candidate-comparison{padding-bottom:25px;border-bottom:1px solid #e6ece1;margin-bottom:26px}.asv-candidate-comparison .asv-evidence-table{margin-bottom:0}.asv-candidate-comparison .asv-letter{margin-right:4px}.asv-product-evidence .asv-evidence-table td strong{font-weight:500;color:#365f44}.asv-product-evidence .asv-evidence-table th{font-size:10px;background:#f8faf5;font-weight:400;color:#667160;padding:13px 15px}.asv-product-evidence .asv-evidence-table td{padding:13px 15px;font-size:12px;color:#5a7151}.asv-product-evidence .asv-evidence-table tr[data-selected=true]{background:#eff6e9}.asv-product-evidence .asv-evidence-table tr[data-selected=true] td:first-child{box-shadow:inset 2px 0 #81a46b}.asv-inspect-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-top:34px}.asv-inspect-heading h3{font-size:20px;font-weight:500;letter-spacing:-.5px;margin:8px 0 18px}.asv-inspect-heading p{font-size:10px;color:#687162;margin-bottom:19px}.asv-evidence-tabs{display:flex;gap:25px;border-bottom:1px solid #dfe8d8}.asv-evidence-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:13px 0;color:#687261;font-size:11px;position:relative;top:1px;cursor:pointer;display:flex;align-items:center;gap:8px}.asv-evidence-tabs button[aria-selected=true]{color:#456d41;border-bottom-color:#6f965c}.asv-evidence-tabs button span{padding:2px 5px;min-width:19px;background:#f1f5eb;border-radius:4px;font:9px ui-monospace,monospace;text-align:center}.asv-evidence-tabs button[aria-selected=true] span{background:#e7f0dc;color:#587648}.asv-group-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin:22px 0 17px}.asv-group-toolbar>div{display:flex;gap:4px;padding:3px;background:#f3f6ee;border:1px solid #e9eee2;border-radius:6px}.asv-group-toolbar button{border:1px solid transparent;border-radius:4px;padding:6px 9px;background:none;color:#697260;font-size:10px;cursor:pointer}.asv-group-toolbar button span{margin-left:6px;font-size:9px}.asv-group-toolbar button[aria-pressed=true]{background:#fff;border-color:#e0e8d8;color:#597647;box-shadow:0 2px 3px #36522a05}.asv-group-toolbar>span{font-size:9px;color:#6a7162}.asv-group-link{display:flex;align-items:center;gap:12px;background:none;border:0;color:#5a7648;cursor:pointer;font-size:11px;padding:0}.asv-group-link b{font:10px ui-monospace,monospace;background:#f1f6e9;padding:5px 6px;border:1px solid #e0e9d8;border-radius:4px}.asv-group-link svg{width:11px;height:11px}.asv-group-state{display:inline-flex;align-items:center;gap:5px;font-size:9px;border-radius:4px;padding:4px 7px}.asv-group-state:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.asv-group-state.is-matched{background:#eff5e7;color:#5f7548}.asv-group-state.is-unmatched{background:#f8f2e5;color:#7e6c43}.asv-evidence-caption{font-size:10px;line-height:1.9;color:#6a7262;margin:17px 0 0;max-width:920px}.asv-coverage-note{display:flex;gap:9px;padding:12px 15px;border:1px solid #e9e4d5;background:#faf8f0;border-radius:7px;color:#76704c;font-size:10px;line-height:1.8}.asv-coverage-note svg{width:14px;height:14px;margin-top:3px;flex-shrink:0}.asv-empty-evidence{padding:35px;text-align:center;border-bottom:1px solid #e9eee2;color:#697263;font-size:11px;line-height:1.9}.asv-empty-evidence svg{width:24px;height:24px;margin-bottom:12px;color:#5d7747}.asv-empty-evidence h4{font-size:13px;font-weight:500;color:#5f764d;margin:0 0 7px}.asv-signal-intro{display:flex;align-items:center;gap:15px;background:#f7faf3;border:1px solid #e5eddc;border-radius:8px;padding:17px 20px;margin:21px 0}.asv-signal-intro>svg{width:23px;height:23px;color:#64744f;flex-shrink:0}.asv-signal-intro h4{font-size:12px;color:#5c774b;font-weight:500}.asv-signal-intro p{font-size:10px;line-height:1.8;color:#697260;margin-top:5px}.asv-signal-intro>.asv-tag{margin-left:auto;font-size:9px;flex-shrink:0}.asv-method-note{padding:14px 17px;background:#fafcf7;border:1px solid #e7eddf;border-radius:7px;color:#68715f}.asv-method-note summary{font-size:10px}.asv-method-note p{font-size:10px;line-height:1.9;margin-top:10px}.asv-method-panel{padding:25px 0 8px}.asv-method-panel h4{font-size:16px;font-weight:500;color:#536f47}.asv-method-panel>p{font-size:11px;line-height:1.9;color:#68725f;margin:12px 0}.asv-method-panel dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 30px;padding:23px 0;border-top:1px solid #e5ecdd;border-bottom:1px solid #e5ecdd;margin:23px 0}.asv-method-panel dt{font-size:9px;color:#687260;margin-bottom:7px}.asv-method-panel dd{font-size:11px;color:#5e764f;margin:0;line-height:1.8}.asv-method-panel details{font-size:10px}.asv-analysis-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;list-style:none;padding:0 24px 25px;margin:0}.asv-analysis-progress li{display:flex;align-items:center;gap:8px;color:#6a7162;font-size:10px}.asv-analysis-progress li>span{display:grid;place-items:center;width:23px;height:23px;border:1px solid #e4ebdc;border-radius:50%;font:9px ui-monospace,monospace;flex-shrink:0}.asv-analysis-progress strong{font-weight:400;line-height:1.6}.asv-analysis-progress [data-state=current]{color:#597646}.asv-analysis-progress [data-state=current]>span{border-color:#a4bc90;background:#f0f6e7;animation:asv-pulse 1.5s infinite}.asv-analysis-progress [data-state=complete]{color:#61744c}.asv-analysis-progress svg{width:11px;height:11px}.asv-product-workspace button:focus-visible{outline:2px solid #6f9363;outline-offset:3px}.asv-product-workspace .asv-evidence-provenance{border-top:1px solid #edf1e7;padding-top:17px;margin-top:26px}.asv-product-workspace .asv-analysis-panel{margin-top:24px}@container asv (max-width:950px){.asv-decision-summary{grid-template-columns:180px minmax(0,1fr);gap:23px;padding:23px}.asv-summary-method{grid-column:1/-1;display:flex;align-items:center;gap:15px;flex-wrap:wrap;border-left:0;border-top:1px solid #dfe8da;padding:15px 0 0}.asv-summary-method p,.asv-summary-method>span:not(.asv-kicker),.asv-summary-method>strong{margin:0}.asv-summary-method p{flex-basis:100%;font-size:9px}.asv-product-workspace .asv-workbench-grid{grid-template-columns:minmax(0,1fr) 245px;gap:15px}.asv-product-workspace .asv-candidate-panel{padding:17px}.asv-product-workspace .asv-saved-molecule{height:205px}.asv-component-cards{gap:10px}.asv-component-cards article{padding:17px}.asv-inspect-heading{display:block}.asv-inspect-heading h3{margin-bottom:8px}.asv-inspect-heading p{margin-bottom:15px}}@container asv (max-width:730px){.asv-product-workspace .asv-workbench-grid{grid-template-columns:1fr}.asv-product-workspace .asv-candidate-panel{display:block;padding:22px}.asv-product-workspace .asv-candidate-panel>.asv-molecule-evidence{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;align-items:start}.asv-product-workspace .asv-saved-molecule{grid-column:1;grid-row:1/5;margin:0;height:210px}.asv-product-workspace .asv-drawing-note,.asv-product-workspace .asv-group-chips,.asv-product-workspace .asv-group-key,.asv-product-workspace .asv-structure-selection{grid-column:2}.asv-component-cards{grid-template-columns:1fr}.asv-component-cards article{display:grid;grid-template-columns:1fr 150px;gap:0 24px}.asv-component-cards article>div:first-child{grid-column:2;grid-row:1/3}.asv-component-cards h4{grid-column:1;grid-row:1;margin:0 0 5px}.asv-component-cards p{grid-column:1;grid-row:2;min-height:0}.asv-component-track{grid-column:2;grid-row:3;margin:0 0 8px}.asv-component-cards small{grid-column:2}.asv-analysis-progress{gap:10px}.asv-evidence-title{align-items:start}.asv-evidence-title>span{max-width:155px}.asv-signal-intro>.asv-tag{display:none}.asv-product-evidence{padding:22px}}@container asv (max-width:480px){.asv-decision-summary{grid-template-columns:1fr;padding:23px;gap:19px}.asv-summary-score{border-right:0;border-bottom:1px solid #dce8db;padding:0 0 18px}.asv-summary-score>div:not(.asv-q-track){margin:10px 0 16px;justify-content:space-between}.asv-summary-score strong{font-size:48px}.asv-summary-body h2{font-size:22px}.asv-summary-facts{gap:35px}.asv-summary-method{gap:10px}.asv-summary-method>.asv-kicker{width:100%}.asv-product-workspace .asv-candidate-panel>.asv-molecule-evidence{grid-template-columns:1fr;gap:0}.asv-product-workspace .asv-saved-molecule{grid-column:1;grid-row:auto;height:220px}.asv-product-workspace .asv-drawing-note,.asv-product-workspace .asv-group-chips,.asv-product-workspace .asv-group-key,.asv-product-workspace .asv-structure-selection{grid-column:1}.asv-product-evidence{padding:18px}.asv-component-cards article{grid-template-columns:1fr 90px;gap:0 18px}.asv-component-cards article>div:first-child>span{display:none}.asv-component-cards article>div:first-child{justify-content:end;align-items:start}.asv-component-cards small{font-size:7px;line-height:1.6}.asv-component-cards h4{font-size:11px}.asv-component-cards p{font-size:9px}.asv-evidence-title{display:block}.asv-evidence-title>span{display:block;text-align:left;max-width:none;margin-top:8px}.asv-evidence-tabs{gap:17px}.asv-evidence-tabs button{font-size:10px;gap:5px}.asv-evidence-tabs button span{font-size:8px}.asv-group-toolbar{gap:10px}.asv-group-toolbar>span{display:none}.asv-group-toolbar button{font-size:9px}.asv-product-evidence .asv-evidence-table td{padding:12px 11px;font-size:10px}.asv-product-evidence .asv-evidence-table th{padding:11px;font-size:9px}.asv-method-panel dl{grid-template-columns:1fr;gap:17px}.asv-analysis-progress{grid-template-columns:1fr 1fr;gap:15px}.asv-focus-receipt{font-size:9px;padding:10px 15px}.asv-prediction-track>span{font-size:8px;padding-left:15px}.asv-prediction-track>small{right:15px;font-size:7px}.asv-signal-intro{padding:15px}.asv-signal-intro>svg{display:none}.asv-workspace-foot{font-size:10px}.asv-product-workspace .asv-processing-notes p{font-size:9px}}.asv-decision-summary[data-mismatch=quiet]{--asv-readout-ink:#286853}.asv-decision-summary[data-mismatch=possible]{--asv-readout-ink:#81632d;border-color:#e8e0cd;background:linear-gradient(110deg,#faf7ef,#fff 78%)}.asv-decision-summary[data-mismatch=strong]{--asv-readout-ink:#96594e;border-color:#ead9d3;background:linear-gradient(110deg,#fcf3f0,#fff 78%)}.asv-decision-summary[data-mismatch] .asv-summary-body h2{color:var(--asv-readout-ink);text-wrap:balance}.asv-readout-key{margin-top:18px;color:#687168;font-size:10px;max-width:640px}.asv-readout-key summary{display:list-item;cursor:pointer;width:fit-content;line-height:1.7;color:#687168}.asv-readout-key summary:focus-visible{outline:2px solid #6f9363;outline-offset:4px;border-radius:2px}.asv-readout-key>p{font-size:10px;line-height:1.85;margin:10px 0 0;color:#687168}.asv-readout-bands{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.asv-readout-bands>div{padding:10px 11px;border:1px solid #e4e8e1;border-radius:7px;background:#ffffffaa;line-height:1.7}.asv-readout-bands [data-current=true]{border-color:currentColor}.asv-readout-bands [data-mismatch=quiet]{color:#286853}.asv-readout-bands [data-mismatch=possible]{color:#81632d}.asv-readout-bands [data-mismatch=strong]{color:#96594e}.asv-readout-bands span,.asv-readout-bands strong{display:block}.asv-readout-bands span{font:10px/1.6 ui-monospace,monospace;color:#687168;margin-bottom:4px}.asv-readout-bands strong{font-size:10px;font-weight:500}@container asv (max-width:480px){.asv-readout-bands{grid-template-columns:1fr}.asv-readout-bands>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.asv-readout-bands span{margin:0}}.asv-spectrum-widget{isolation:isolate}.asv-roi-toolbar{display:flex;align-items:center;gap:15px;padding:14px 22px 5px;color:#61736d;font-size:10px;position:relative;z-index:8}.asv-roi-toggle{display:flex;align-items:center;gap:9px;border:0;background:none;color:#355b50;padding:5px 0;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap}.asv-roi-stack{display:inline-flex;align-items:center;padding-right:3px;flex-shrink:0}.asv-roi-stack i{display:block;width:8px;height:13px;border-radius:3px;transform:rotate(13deg);margin-right:-2px;border:1px solid #fff;background:#308d90}.asv-roi-stack i:nth-child(2){background:#6389bd}.asv-roi-stack i:nth-child(3){background:#a279b8}.asv-roi-toggle-indicator{width:21px;height:12px;border-radius:8px;background:#cbd5d0;position:relative;transition:background .15s}.asv-roi-toggle-indicator:before{content:"";position:absolute;left:2px;top:2px;width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #263c3520;transition:transform .15s}.asv-roi-toggle[aria-pressed=true] .asv-roi-toggle-indicator{background:#578b75}.asv-roi-toggle[aria-pressed=true] .asv-roi-toggle-indicator:before{transform:translateX(9px)}.asv-roi-toggle[aria-pressed=false]>.asv-roi-stack{filter:grayscale(1);opacity:.6}.asv-roi-hint{font-size:10px;color:#6b7c73}.asv-roi-browser{position:relative;margin-left:auto;flex-shrink:0}.asv-roi-browser>summary{display:flex;align-items:center;gap:12px;list-style:none;border:1px solid #dfe8e3;padding:6px 10px;border-radius:6px;background:#fff;color:#456257;cursor:pointer;font-size:10px}.asv-roi-browser>summary::-webkit-details-marker{display:none}.asv-roi-browser>summary:focus-visible{outline:2px solid #6f9363;outline-offset:3px}.asv-roi-menu{position:absolute;right:0;top:calc(100% + 7px);width:264px;max-width:calc(100vw - 70px);max-height:340px;overflow-y:auto;background:#fff;border:1px solid #dce6e0;border-radius:10px;box-shadow:0 12px 30px #223e361c;padding:7px;z-index:10;scrollbar-width:thin}.asv-roi-menu>strong{display:flex;align-items:center;justify-content:space-between;padding:10px 8px 12px;font-size:11px;color:#34574b;font-weight:500}.asv-roi-menu>strong small{font-size:9px;color:#6d7e76;font-weight:400}.asv-roi-menu>button,.asv-roi-tooltip-items>button{display:flex;align-items:center;gap:10px;width:100%;border:0;border-radius:6px;background:#fff;padding:10px 8px;text-align:left;color:var(--roi-ink);cursor:pointer;font-size:11px}.asv-roi-menu>button:hover,.asv-roi-menu>button[aria-pressed=true]{background:var(--roi-wash)}.asv-roi-menu>button>span:not(:last-child),.asv-roi-tooltip-items>button>span:not(:last-child){flex:1 1}.asv-roi-menu button>span:last-child{margin-left:auto}.asv-roi-menu button b,.asv-roi-tooltip-items strong{display:block;font-weight:500;font-size:11px}.asv-roi-menu button small,.asv-roi-tooltip-items small{display:block;color:#5f716a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:10px;margin-top:4px}.asv-roi-geometries,.asv-roi-overlay{position:absolute;inset:0;pointer-events:none}.asv-roi-overlay{z-index:2;overflow:hidden}.asv-roi-band{position:absolute;background:linear-gradient(180deg,rgba(var(--roi-rgb),.15),rgba(var(--roi-rgb),.04));box-shadow:inset 1px 0 rgba(var(--roi-rgb),.28),inset -1px 0 rgba(var(--roi-rgb),.28);overflow:hidden}.asv-roi-band:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:rgba(var(--roi-rgb),.72)}.asv-roi-band[data-selected=true]{background:linear-gradient(180deg,rgba(var(--roi-rgb),.24),rgba(var(--roi-rgb),.07));box-shadow:inset 1px 0 rgba(var(--roi-rgb),.7),inset -1px 0 rgba(var(--roi-rgb),.7)}.asv-roi-band[data-selected=true]:before{background:var(--roi-ink)}.asv-roi-band[data-truncated=true]:before{background:repeating-linear-gradient(90deg,var(--roi-ink) 0 3px,transparent 3px 6px)}.asv-roi-leaders{position:absolute;left:0;top:0;overflow:visible}.asv-roi-annotation{--roi-ink:#42645a;--roi-rgb:82,125,108;--roi-wash:#f4f8f5;position:absolute;display:flex;align-items:center;justify-content:center;gap:7px;height:32px;white-space:nowrap;pointer-events:auto;background:var(--roi-wash);border:1px solid rgba(var(--roi-rgb),.26);border-radius:7px;box-shadow:0 2px 4px #293e3504;color:var(--roi-ink);font-size:11px;padding:0 8px;cursor:pointer;transition:background .15s,box-shadow .15s}.asv-roi-annotation strong{font-weight:600;font-size:12px;letter-spacing:-.15px}.asv-roi-annotation>span{font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.asv-roi-annotation[aria-pressed=true]{border-color:var(--roi-ink);box-shadow:0 0 0 2px rgba(var(--roi-rgb),.1),0 3px 9px rgba(var(--roi-rgb),.08)}.asv-roi-annotation:hover{box-shadow:0 0 0 2px rgba(var(--roi-rgb),.15)}.asv-roi-annotation[data-cluster-size]:not([data-cluster-size="1"]){background:#fafcfa;border-color:#dbe6df}.asv-roi-annotation[data-cluster-size]:not([data-cluster-size="1"]) strong{font-size:11px;font-weight:500}.asv-roi-dot{display:block;width:7px;height:7px;flex-shrink:0;border-radius:50%;background:var(--roi-ink);box-shadow:0 0 0 3px rgba(var(--roi-rgb),.09)}.asv-roi-tooltip{position:absolute;z-index:6;width:246px;max-width:calc(100% - 16px);border:1px solid #dbe5df;border-radius:10px;box-shadow:0 10px 30px #223c3524;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px;pointer-events:none;color:#3e5f52}.asv-roi-tooltip[data-pinned=true]{pointer-events:auto}.asv-roi-tooltip-heading{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:500;margin-bottom:5px;color:#667970}.asv-roi-tooltip-heading>button{background:none;border:0;color:#6a7a72;font-size:18px;padding:0 3px;cursor:pointer}.asv-roi-tooltip-items{max-height:165px;overflow-y:auto}.asv-roi-tooltip-items>button{background:transparent;padding:9px 3px}.asv-roi-tooltip[data-pinned=true] .asv-roi-tooltip-items>button:hover{background:var(--roi-wash)}.asv-roi-tooltip p{margin:8px 0 0;padding-top:8px;border-top:1px solid #e6ece7;color:#64766d;font-size:9px;line-height:1.7}.asv-spectrum-canvas>.asv-chart-selection{z-index:4;pointer-events:none}.asv-spectrum-canvas>.asv-crosshair-label{z-index:3;pointer-events:none}.asv-focus-receipt{display:block;background:#fafcf9;border-color:#e5ece3;color:#586e61;padding:14px 22px}.asv-focus-receipt>div:first-child{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.asv-focus-receipt>small{display:block;font-size:9px;line-height:1.8;margin-top:10px;color:#63756a}.asv-roi-selection-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.asv-roi-selection-list button{display:flex;align-items:center;gap:9px;border:1px solid rgba(var(--roi-rgb),.24);border-radius:7px;background:var(--roi-wash);padding:9px 11px;color:var(--roi-ink);font-size:11px;cursor:pointer}.asv-roi-selection-list button b{font-weight:500}.asv-roi-selection-list button span{font-size:10px;color:#61726b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@container asv (max-width:950px){.asv-roi-hint{display:none}}@container asv (max-width:480px){.asv-roi-toolbar{padding:12px 15px 7px;gap:8px}.asv-roi-toggle{font-size:10px;gap:7px}.asv-roi-browser>summary{font-size:10px;padding:7px 8px}.asv-roi-annotation{height:36px;font-size:10px;padding:0 6px;gap:6px}.asv-roi-annotation strong{font-size:11px}.asv-roi-annotation>span{font-size:10px}.asv-focus-receipt{padding:13px 15px}.asv-roi-selection-list button{font-size:10px;gap:8px;padding:9px}.asv-roi-selection-list button span{font-size:9px}}@media(prefers-reduced-motion:reduce){.asv-roi-annotation,.asv-roi-toggle-indicator,.asv-roi-toggle-indicator:before{transition:none}}.asv-region-link{gap:10px;color:var(--roi-ink)}.asv-region-link,.asv-region-link>b{display:inline-flex;align-items:center}.asv-region-link>b{gap:7px;padding:5px 7px;border-radius:5px;font-size:10px;font-weight:500;min-width:45px}.asv-product-evidence .asv-region-panel tr[data-selected=true],.asv-region-link>b{background:var(--roi-wash)}.asv-product-evidence .asv-region-panel tr[data-selected=true] td:first-child{box-shadow:inset 2px 0 var(--roi-ink)}.asv-product-workspace .asv-workbench-grid{grid-template-columns:minmax(0,1fr) 360px}.asv-product-workspace .asv-candidate-panel>.asv-molecule-evidence.asv-explicit-molecule{display:block}.asv-molecule-controls{display:flex;align-items:center;gap:10px;margin-top:17px;color:#6a7a70;font-size:10px}.asv-molecule-mode{display:inline-flex;gap:3px;padding:3px;background:#f0f5f1;border:1px solid #e2eae3;border-radius:7px;flex-shrink:0}.asv-molecule-mode button{font:500 11px Inter,system-ui;color:#64766a;background:transparent;border:1px solid transparent;border-radius:5px;padding:5px 12px;cursor:pointer;min-height:27px}.asv-molecule-mode button[aria-pressed=true]{background:#fff;border-color:#dce8de;color:#2e6250;box-shadow:0 2px 4px #385a4109}.asv-molecule-mode button:disabled{opacity:.4;cursor:default}.asv-molecule-expand{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e1e9e2;border-radius:6px;width:30px;height:30px;color:#647e69;cursor:pointer;margin-left:auto}.asv-molecule-expand:disabled{opacity:.4;cursor:default}.asv-molecule-expand svg{width:14px;height:14px}.asv-molecule-stage{margin:12px -8px 0;position:relative;overflow:hidden;border-radius:9px;border:1px solid #edf1eb;background:#fff}.asv-molecule-scene{position:relative;width:100%;height:310px;background:radial-gradient(ellipse at 50% 48%,#f0f6f0,white 73%)}.asv-molecule-scene canvas{display:block;width:100%;height:100%;outline-offset:-3px}.asv-molecule-scene canvas:focus-visible{outline:2px solid #8caf96;border-radius:7px}.asv-molecule-view-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 11px 11px;color:#6b7c71;font-size:9px;background:#fff}.asv-molecule-view-tools>div{display:flex;gap:5px}.asv-molecule-view-tools button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:1px solid #dfe8e0;border-radius:5px;background:#fff;color:#52735c;cursor:pointer;font-size:15px;font-weight:400;padding:0}.asv-molecule-view-tools button[aria-pressed=true]{background:#e9f3e8;border-color:#99b699}.asv-molecule-view-tools svg{width:13px;height:13px}.asv-hydrogen-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0 21px;color:#687a6a;font-size:9px}.asv-hydrogen-summary>span:first-child{display:flex;align-items:center;gap:6px;color:#4b775d}.asv-hydrogen-summary i{width:4px;height:4px;background:#76a388;border-radius:50%}.asv-hydrogen-tooltip{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;max-width:calc(100% - 16px);white-space:nowrap;padding:8px 10px;background:#fffffff5;border:1px solid #dce7df;box-shadow:0 4px 12px #2e4a3814;border-radius:7px;pointer-events:none;color:#476751;font-size:10px}.asv-hydrogen-tooltip>i{width:6px;height:6px;border-radius:50%}.asv-hydrogen-tooltip strong{font-weight:600}.asv-hydrogen-tooltip span{font-size:9px;color:#667869}.asv-explicit-molecule .asv-group-key{margin-top:0;gap:8px}.asv-explicit-molecule .asv-group-key small{font-size:8px;text-align:right;line-height:1.6}.asv-group-chips.asv-explicit-group-chips{grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:6px;max-height:190px}.asv-group-chips.asv-explicit-group-chips button{--proton-ink:#5a7663;--proton-wash:#f0f5ef;gap:4px;min-height:34px;padding:7px 4px;background:var(--proton-wash);border-color:color-mix(in srgb,var(--proton-ink) 20%,white);color:var(--proton-ink);box-shadow:none}.asv-explicit-group-chips button>i{width:5px;height:5px;border-radius:50%;background:var(--proton-ink);flex-shrink:0}.asv-group-chips.asv-explicit-group-chips button small{color:var(--proton-ink);opacity:.85}.asv-group-chips.asv-explicit-group-chips button[data-matched=false]{border-style:dashed}.asv-group-chips.asv-explicit-group-chips button[aria-pressed=true]{border-color:var(--proton-ink);outline:1px solid color-mix(in srgb,var(--proton-ink) 35%,transparent);outline-offset:1px;font-weight:500}.asv-explicit-molecule .asv-structure-selection{margin-top:15px;padding:12px;border:1px solid #e2eae0;border-radius:8px;background:#fafcf8;color:#667966;min-height:57px;font-size:10px;line-height:1.8}.asv-structure-selection>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.asv-structure-selection>div>strong{font-size:11px;font-weight:500;color:var(--proton-ink,#52765b)}.asv-structure-selection .asv-proton-shift{color:#5f7867;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.asv-structure-selection>small{display:block;font-size:9px;color:#6b7b68;margin-top:5px}.asv-molecule-explanation{margin-top:13px;font-size:9px;color:#6a7b65}.asv-molecule-explanation summary{cursor:pointer}.asv-molecule-explanation p{font-size:9px;line-height:1.9;margin-top:8px;color:#687966}.asv-molecule-inline-paused{height:351px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#85957e;font-size:11px}.asv-molecule-inline-paused svg{width:32px;height:32px}.asv-molecule-dialog{width:min(1060px,calc(100vw - 64px));max-width:none;max-height:calc(100dvh - 64px);margin:auto;padding:0;border:1px solid #d8e5da;border-radius:16px;color:#365941;background:#fff;box-shadow:0 30px 100px #172e3150;font-family:Inter,system-ui,sans-serif;overflow:auto}.asv-molecule-dialog::backdrop{background:#19392c59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.asv-molecule-dialog>header{display:flex;align-items:center;gap:22px;padding:24px 28px;border-bottom:1px solid #e5ece1}.asv-molecule-dialog header>div:first-child{margin-right:auto}.asv-molecule-dialog header>div:first-child>span{display:block;font-size:9px;letter-spacing:1.8px;color:#6a7f67}.asv-molecule-dialog h2{font-size:22px;letter-spacing:-.5px;font-weight:500;margin:8px 0 0;color:#375d43}.asv-molecule-dialog header>button{width:33px;height:33px;border:1px solid #dfe7dc;border-radius:7px;background:#fff;font-size:24px;color:#627c5f;cursor:pointer;line-height:1}.asv-molecule-dialog-main{display:grid;grid-template-columns:minmax(0,1fr) 258px;gap:26px;padding:25px 28px}.asv-molecule-dialog-main>div{min-width:0}.asv-molecule-dialog .asv-molecule-stage{margin:0}.asv-molecule-dialog .asv-molecule-scene{height:min(58dvh,510px);min-height:300px}.asv-molecule-dialog .asv-molecule-view-tools{padding:0 15px 15px;font-size:10px}.asv-molecule-dialog .asv-molecule-view-tools button{width:30px;height:30px}.asv-molecule-dialog .asv-hydrogen-summary{margin-bottom:0;font-size:10px}.asv-molecule-dialog-main>aside{border-left:1px solid #e6ece0;padding-left:25px}.asv-molecule-dialog h3{font-weight:500;font-size:20px;letter-spacing:-.4px;line-height:1.4;margin:10px 0}.asv-molecule-dialog aside>p{font-size:11px;line-height:1.85;color:#687b63;margin:0 0 23px}.asv-molecule-dialog .asv-group-key{margin-top:22px;align-items:start;gap:8px}.asv-molecule-dialog .asv-group-key small{max-width:96px;text-align:right;line-height:1.5;font-size:8px}.asv-molecule-dialog .asv-structure-selection{padding:13px;background:#f7faf3;border:1px solid #e2eadc;border-radius:8px;margin:17px 0 0}.asv-molecule-dialog aside>p.asv-drawing-note{font-size:9px;margin-top:18px;line-height:1.9}.asv-molecule-dialog button:focus-visible{outline:2px solid #718e64;outline-offset:3px}@container asv (max-width:950px){.asv-product-workspace .asv-workbench-grid{grid-template-columns:minmax(0,1fr) 300px}.asv-molecule-controls{gap:8px}.asv-molecule-controls>span{font-size:9px}}@container asv (max-width:800px){.asv-product-workspace .asv-workbench-grid{grid-template-columns:1fr}}@container asv (max-width:480px){.asv-molecule-scene{height:310px}.asv-molecule-view-tools button{width:30px;height:30px}.asv-explicit-molecule .asv-group-chips{grid-template-columns:repeat(auto-fill,minmax(55px,1fr))}.asv-group-chips.asv-explicit-group-chips button{min-height:36px}.asv-molecule-controls{margin-top:15px}}@media(max-width:760px){.asv-molecule-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 28px);border-radius:12px}.asv-molecule-dialog>header{padding:17px;gap:12px}.asv-molecule-dialog h2{font-size:17px;max-width:175px;overflow-wrap:anywhere}.asv-molecule-dialog header>div:first-child>span{font-size:8px;letter-spacing:1px}.asv-molecule-dialog .asv-molecule-mode button{padding:5px 9px}.asv-molecule-dialog-main{grid-template-columns:1fr;gap:20px;padding:17px}.asv-molecule-dialog-main>aside{border-left:0;border-top:1px solid #e5ecdf;padding:20px 0 0}.asv-molecule-dialog aside>p:first-of-type,.asv-molecule-dialog h3,.asv-molecule-dialog-main>aside>.asv-kicker{display:none}.asv-molecule-dialog .asv-molecule-scene{height:350px;min-height:260px}.asv-molecule-dialog .asv-group-key{margin:0 0 12px}.asv-molecule-dialog .asv-group-key small{max-width:none}.asv-molecule-dialog .asv-group-chips{max-height:none}.asv-molecule-dialog aside>p.asv-drawing-note{margin-bottom:0}.asv-molecule-dialog .asv-molecule-view-tools button{width:32px;height:32px}}.asv-evidence-intro{max-width:760px;color:#425d50;line-height:1.6;margin:8px 0}.asv-observation-section{margin:26px 0;--evidence-ink:#a45236;--evidence-wash:#fcf5f1}.asv-observation-section[data-category=review]{--evidence-ink:#896b2c;--evidence-wash:#faf8f0}.asv-observation-section[data-category=supported]{--evidence-ink:#3c7560;--evidence-wash:#f2f8f3}.asv-observation-section h4{display:flex;align-items:center;gap:10px;font-size:15px;margin:0 0 12px;color:#294b3d}.asv-observation-indicator{width:8px;height:8px;border-radius:50%;background:var(--evidence-ink)}.asv-evidence-count{font-size:12px;font-weight:500;color:var(--evidence-ink);background:var(--evidence-wash);padding:3px 8px;border-radius:20px}.asv-observation-list{display:grid;gap:9px}.asv-observation{appearance:none;text-align:left;display:block;width:100%;padding:18px 20px;border:1px solid #dfe7df;border-left:3px solid var(--evidence-ink);border-radius:10px;background:#fff;color:#294b3d;cursor:pointer;font:inherit;transition:background .15s,border-color .15s}.asv-observation:hover,.asv-observation[aria-pressed=true]{background:var(--evidence-wash);border-color:var(--evidence-ink)}.asv-observation:focus-visible{outline:2px solid #476b59;outline-offset:3px}.asv-observation-heading{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:14px}.asv-observation-heading strong{display:flex;align-items:center;gap:8px}.asv-evidence-group{border:1px solid #d5dfd6;border-radius:5px;font-size:11px;padding:3px 5px;white-space:nowrap}.asv-observation-action{display:flex;align-items:center;gap:7px;font-size:12px;white-space:nowrap;color:var(--evidence-ink)}.asv-observation-action svg{width:14px;height:14px}.asv-observation-comparison{display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,2fr);gap:12px;margin-top:15px;font-size:13px;line-height:1.6}.asv-observation-comparison>span{display:block;overflow-wrap:anywhere}.asv-observation-comparison small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#718176;margin-bottom:2px}.asv-observation-reason{display:block;color:#687b6e;font-size:12px;line-height:1.6;margin-top:12px;max-width:920px}.asv-evidence-empty{padding:14px 17px;border-radius:8px;background:#f6f8f5;color:#738176;font-size:13px;line-height:1.6}.asv-evidence-more{margin:13px 0}.asv-focus-receipt p{font-size:13px;line-height:1.6;margin:8px 0}.asv-focus-receipt[data-kind=observed]{border-color:#d9b5a9;background:#fcf5f1}@media(max-width:600px){.asv-observation{padding:15px}.asv-observation-heading{align-items:flex-start;flex-direction:column;gap:8px}.asv-observation-comparison{grid-template-columns:1fr;gap:10px}.asv-observation-action{font-size:11px}}.asv-journey{position:relative;isolation:isolate;overflow:hidden;margin:0 0 24px;padding:27px 30px 19px;border:1px solid #d4e4d9;border-radius:16px;background:radial-gradient(ellipse at 94% 0,#dcf0e175,transparent 58%),linear-gradient(116deg,#f2f8ef,#fcfdf9 55%,#f5faf6);box-shadow:0 9px 30px #254a3504;color:#254e3e}.asv-journey-top{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:119px;margin-bottom:24px}.asv-journey-copy{max-width:600px}.asv-journey-eyebrow{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:600;letter-spacing:1.7px;color:#61866b;margin-bottom:16px}.asv-journey-eyebrow i{display:block;width:5px;height:5px;border-radius:50%;background:#6ea581;box-shadow:0 0 0 4px #729e7810;animation:asv-journey-breathe 3s ease-in-out infinite}.asv-journey-copy h2{font-size:clamp(22px,2.3vw,29px);line-height:1.25;font-weight:500;letter-spacing:-.9px;margin:0 0 10px;color:#285240}.asv-journey-copy p{font-size:12px;line-height:1.85;color:#67806d;margin:0;max-width:535px}.asv-journey-art{width:225px;flex-shrink:0;opacity:.9}.asv-journey-art svg{width:100%;display:block;overflow:visible}.asv-orbit{stroke:#bcd8c5;stroke-width:.7;stroke-dasharray:2 7;transform-origin:125px 69px;animation:asv-orbit-turn 45s linear infinite}.asv-orbit-inner{stroke:#cee0d1;stroke-dasharray:none;animation-direction:reverse;animation-duration:35s}.asv-journey-wave{stroke:#94bda4;stroke-width:1.1;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:280 270;animation:asv-wave-draw 8s ease-in-out infinite;opacity:.5}.asv-journey-core{transform-origin:125px 69px;animation:asv-core-float 7s ease-in-out infinite;stroke:#739f85;stroke-width:1.2}.asv-journey-core circle{fill:#f0f7ef;stroke:#79a48b}.asv-orbit-satellite{fill:#81ac91;transform-origin:125px 69px;animation:asv-orbit-turn 22s linear infinite}.asv-orbit-satellite.second{fill:#bcc49c;animation-direction:reverse;animation-duration:30s}.asv-journey-track{position:relative;height:5px;overflow:hidden;background:#dce8dc;border-radius:8px;margin:0 0 18px}.asv-journey-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#7caf86,#467f65);border-radius:8px;transition:width 1.1s cubic-bezier(.2,.75,.3,1)}.asv-journey-current{position:absolute;top:0;bottom:0;width:33.334%;overflow:hidden;background:linear-gradient(90deg,#85ac8f50,#aec9a318);transition:left 1.1s cubic-bezier(.2,.75,.3,1)}.asv-journey-current i{position:absolute;inset:0 auto 0 -65%;width:65%;background:linear-gradient(90deg,transparent,#609b7980,transparent);animation:asv-journey-sweep 3.6s ease-in-out infinite}.asv-journey-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;gap:12px;padding:0;margin:0}.asv-journey-steps li{display:flex;align-items:center;gap:9px;color:#839487;min-width:0}.asv-journey-steps li:last-child{justify-content:flex-end}.asv-journey-steps li>span{display:grid;place-items:center;width:24px;height:24px;flex-shrink:0;border:1px solid #dce5d9;border-radius:50%;color:#8b9a88;background:#fcfdfb}.asv-journey-steps b{font:400 9px Inter,system-ui;letter-spacing:.2px}.asv-journey-steps strong{font-size:10px;font-weight:400;line-height:1.5}.asv-journey-steps svg{width:12px;height:12px}.asv-journey-steps [data-state=complete]{color:#507b5c}.asv-journey-steps [data-state=complete]>span{background:#e8f2e5;border-color:#c7dcc8;color:#54885f}.asv-journey-steps [data-state=current]{color:#315e47}.asv-journey-steps [data-state=current]>span{background:#47785d;border-color:#47785d;color:white;box-shadow:0 0 0 4px #47785d09}.asv-journey-steps [data-state=current] strong{font-weight:600}.asv-journey-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:23px;padding-top:15px;border-top:1px solid #dfe9dc;font-size:10px;color:#738875}.asv-journey-foot>span:first-child{display:flex;gap:7px;align-items:center}.asv-journey-foot svg{width:12px;height:12px;flex-shrink:0}.asv-journey-time{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;color:#5d7b65}.asv-journey-time small{font-size:9px;margin-left:4px;color:#849483}.asv-journey-patience{font-size:10px;line-height:1.7;color:#788672;margin:13px 0 0}.asv-journey-actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.asv-journey[data-complete=true]{padding-top:21px;padding-bottom:21px}.asv-journey[data-complete=true] .asv-journey-top{min-height:0;margin-bottom:22px}.asv-journey[data-complete=true] .asv-journey-art{display:none}.asv-journey[data-complete=true] .asv-journey-copy h2{font-size:24px}.asv-journey[data-complete=true] .asv-journey-eyebrow{margin-bottom:10px}.asv-journey[data-complete=true] .asv-journey-eyebrow i{animation:none}.asv-journey[data-interrupted=true] .asv-journey-art *,.asv-journey[data-interrupted=true] .asv-journey-current i,.asv-journey[data-interrupted=true] .asv-journey-eyebrow i{animation-play-state:paused}.asv-journey[data-interrupted=true] .asv-journey-current{background:#d5dac940}.asv-spectrum-wait{display:flex;min-height:337px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px 28px;background:radial-gradient(ellipse at center,#f4f8f190,transparent 65%);position:relative;overflow:hidden}.asv-spectrum-wait-art{position:relative;width:min(360px,88%);height:105px;margin-bottom:23px;border-bottom:1px solid #e1eade;background:repeating-linear-gradient(90deg,transparent,transparent calc(20% - 1px),#eaf0e580 calc(20% - 1px),#eaf0e580 20%)}.asv-spectrum-wait-art span{position:absolute;bottom:0;left:0;right:0;top:0;background:linear-gradient(100deg,transparent 20%,#9abd9850 50%,transparent 80%);-webkit-mask-image:linear-gradient(0deg,#000,transparent);mask-image:linear-gradient(0deg,#000,transparent);animation:asv-placeholder-scan 4s ease-in-out infinite}.asv-spectrum-wait-art svg{position:absolute;width:100%;height:100%;stroke:#bed4be;stroke-width:1.2;fill:none;stroke-linecap:round}.asv-spectrum-wait h3{font-size:16px;font-weight:500;color:#527159;letter-spacing:-.3px;margin:0 0 9px}.asv-spectrum-wait p{font-size:11px;color:#819078;line-height:1.8;margin:0;max-width:320px}.asv-spectrum-wait .am-inline-actions{margin-top:18px}.asv-spectrum-wait[data-stopped=true] .asv-spectrum-wait-art span{animation:none}.asv-workspace-complete{display:flex;gap:7px;align-items:center;font-size:11px;color:#52765a;padding:8px 0}.asv-workspace-complete svg{width:14px;height:14px}.asv-spectrum-wait-art svg{left:0;top:0}.asv-auto-workspace .asv-saved-molecule{display:flex;align-items:center;justify-content:center;overflow:hidden}.asv-auto-workspace .asv-saved-molecule img{display:block;min-width:0;min-height:0;width:100%;height:100%;object-fit:contain}@keyframes asv-journey-sweep{0%{transform:translateX(0)}to{transform:translateX(255%)}}@keyframes asv-journey-breathe{0%,to{opacity:.6;box-shadow:0 0 0 3px #729e7810}50%{opacity:1;box-shadow:0 0 0 6px #729e780b}}@keyframes asv-orbit-turn{to{transform:rotate(1turn)}}@keyframes asv-core-float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-5px) rotate(5deg)}}@keyframes asv-wave-draw{0%,to{stroke-dashoffset:0;opacity:.3}50%{stroke-dashoffset:-270;opacity:.6}}@keyframes asv-placeholder-scan{0%,to{transform:translateX(-80%);opacity:.1}50%{transform:translateX(80%);opacity:.6}}@container asv (max-width:760px){.asv-journey{padding:23px 22px 17px}.asv-journey-art{width:150px}.asv-journey-copy h2{font-size:24px}.asv-journey-top{gap:10px}.asv-journey-steps li{gap:6px}.asv-journey-steps strong{font-size:9px}}@container asv (max-width:510px){.asv-journey{padding:23px 18px 17px}.asv-journey-art{position:absolute;width:127px;right:-18px;top:12px;opacity:.22;z-index:-1}.asv-journey-top{min-height:0;margin-bottom:25px}.asv-journey-copy h2{font-size:24px;max-width:280px}.asv-journey-copy p{font-size:11px;max-width:310px}.asv-journey-eyebrow{font-size:8px}.asv-journey-steps{gap:7px}.asv-journey-steps li{flex-direction:column;align-items:flex-start;gap:9px}.asv-journey-steps li:last-child{align-items:flex-end;text-align:right;justify-content:flex-start}.asv-journey-steps strong{font-size:9px}.asv-journey-steps li>span{width:22px;height:22px}.asv-journey-foot{align-items:flex-start;font-size:9px;line-height:1.7;gap:12px;margin-top:18px}.asv-journey-time{font-size:11px}.asv-journey-time small{display:block;margin:0;font-size:8px}.asv-journey-foot>span:first-child{align-items:flex-start;max-width:235px}.asv-journey-foot svg{margin-top:2px}.asv-spectrum-wait{min-height:270px}}@media(prefers-reduced-motion:reduce){.asv-journey *,.asv-spectrum-wait *{animation:none!important;transition:none!important}.asv-journey-current{background:#95b9a0}.asv-journey-current i{display:none}}.am-language-control{position:relative;flex-shrink:0}.am-language-switch{display:inline-flex;align-items:center;gap:2px;padding:4px;border:1px solid #d9e5df;border-radius:999px;background:rgba(255,255,255,.72);height:34px;box-sizing:border-box}.am-language-switch button{font:500 11px/1.2 Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;min-width:35px;height:24px;border:0;border-radius:999px;padding:0 9px;color:#71847c;background:transparent;cursor:pointer;transition:background .18s,color .18s;letter-spacing:.05em}.am-language-switch button[aria-pressed=true]{background:#e4efe8;color:#245e49}.am-language-switch button:hover{color:#164b36;background:#eef5f0}.am-language-switch button:focus-visible{outline:2px solid #397e60;outline-offset:3px}.am-language-switch button:disabled{cursor:wait}.am-language-switch>span{height:10px;width:1px;background:#d9e5df}.am-language-error{position:absolute;right:0;top:40px;z-index:20;width:190px;background:#fff;padding:8px 12px;border:1px solid #e5c4ae;border-radius:8px;font-size:12px;color:#804a25}.am-topbar-actions{display:flex;align-items:center;gap:18px}html[lang=zh-CN]{--am-cjk-font:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC","Noto Sans SC",system-ui,sans-serif}html[lang=zh-CN] .am-public,html[lang=zh-CN] .am-workspace,html[lang=zh-CN] body{font-family:Inter,var(--am-cjk-font)}html[lang=zh-CN] button,html[lang=zh-CN] input,html[lang=zh-CN] select,html[lang=zh-CN] textarea{font-family:inherit}html[lang=zh-CN] .am-public .am-ambient-copy h1{font-family:var(--am-cjk-font);font-size:clamp(36px,4.2cqw,58px);font-weight:500;line-height:1.35;letter-spacing:-.035em}html[lang=zh-CN] .am-public .am-ambient-copy p{max-width:400px;line-height:1.9;letter-spacing:.03em}html[lang=zh-CN] .am-public .am-ambient-kicker{font-family:var(--am-cjk-font);font-size:12px;letter-spacing:.25em}html[lang=zh-CN] .am-feature strong{letter-spacing:.025em}html[lang=zh-CN] .am-feature p{line-height:1.8}html[lang=zh-CN] .am-pagehead h1,html[lang=zh-CN] .am-service-card h2,html[lang=zh-CN] .asv-journey h2,html[lang=zh-CN] .asv-summary-body h2{font-family:var(--am-cjk-font);letter-spacing:-.025em;line-height:1.45}html[lang=zh-CN] .am-callout,html[lang=zh-CN] .am-pagehead p,html[lang=zh-CN] .asv-editor-help,html[lang=zh-CN] .asv-evidence-caption,html[lang=zh-CN] .asv-journey-copy p,html[lang=zh-CN] .asv-method-panel p{line-height:1.85}html[lang=zh-CN] .am-eyebrow,html[lang=zh-CN] .am-rail-caption,html[lang=zh-CN] .asv-journey-eyebrow,html[lang=zh-CN] .asv-kicker{letter-spacing:.16em;font-size:11px}html[lang=zh-CN] .asv-component-cards h4{font-size:15px}html[lang=zh-CN] .asv-component-cards p{line-height:1.8}html[lang=zh-CN] .asv-journey-steps strong{font-size:12px;letter-spacing:.015em}html[lang=zh-CN] .am-field-label,html[lang=zh-CN] .asv-evidence-table th{letter-spacing:.02em}html[lang=zh-CN] .am-nav a{letter-spacing:.035em}html[lang=zh-CN] .aa-callout,html[lang=zh-CN] .aa-panel p,html[lang=zh-CN] .am-guide-card p{line-height:1.85}@media(max-width:640px){.am-topbar-actions{gap:8px}.am-topbar-actions>a{font-size:11px}.am-language-switch{height:32px;padding:3px}.am-language-switch button{padding:0 7px;min-width:32px}html[lang=zh-CN] .am-public .am-ambient-copy h1{font-size:clamp(32px,7.9vw,44px);letter-spacing:-.04em}html[lang=zh-CN] .am-public .am-ambient-copy p{font-size:13px;line-height:1.85}.am-site-nav{gap:8px!important}html[lang=zh-CN] .asv-journey-steps strong{font-size:10px}html[lang=zh-CN] .am-breadcrumb{min-width:0;gap:5px}html[lang=zh-CN] .am-breadcrumb>span{display:none}}@media(prefers-reduced-motion:reduce){.am-language-switch button{transition:none}}.am-site-error{min-height:65vh;max-width:700px;margin:auto;padding:12vh 24px;text-align:center}.am-site-error>span{font-size:12px;color:#6b8677;letter-spacing:.2em}.am-site-error h1{font-size:36px;font-weight:500;color:#214735}.am-site-error p{line-height:1.85;color:#637d70;margin-bottom:28px}.am-site-error a{margin:4px}.asv-drawing-tips{font-size:12px;color:#6b7f75;margin-top:14px}.asv-drawing-tips summary{cursor:pointer;display:list-item}.asv-drawing-tips p{line-height:1.85;max-width:650px}