#scoutWebOverlay{position:fixed;inset:0;z-index:9999;background:linear-gradient(180deg,#f8fcfe,#eef7fa);overflow:auto;color:#162028}.scout-web-shell{max-width:1180px;margin:0 auto;padding:34px 28px 80px}.scout-web-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #d8e8ef;padding-bottom:20px;margin-bottom:20px}.scout-web-head span{font-size:10px;letter-spacing:.12em;font-weight:850;color:#6f8793}.scout-web-head h1{font-size:38px;letter-spacing:-.045em;margin:5px 0}.scout-web-head p{margin:0;color:#6f8793}.scout-web-head button{border:1px solid #d8e8ef;background:#fff;color:#162028;border-radius:12px;padding:10px 14px;font-weight:750;cursor:pointer}.scout-web-grid{display:grid;gap:10px}.scout-web-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;background:#fff;border:1px solid #d8e8ef;border-radius:16px;padding:13px;box-shadow:0 7px 22px rgba(32,66,84,.04)}.scout-web-thumb{width:96px;height:96px;border-radius:12px;overflow:hidden;background:#eaf4f8}.scout-web-thumb img{width:100%;height:100%;object-fit:cover}.scout-web-title{display:flex;gap:10px;align-items:flex-start}.scout-web-title strong{flex:1;font-size:17px}.scout-web-title span{font-size:10px;font-weight:850;border-radius:999px;padding:5px 8px;background:#f1f5f7;color:#687d87}.scout-web-title span.good{background:#e9f8f2;color:#14795a}.scout-web-title span.warn{background:#fff3dd;color:#9a6205}.scout-web-title span.bad{background:#fff0ee;color:#a54138}.scout-web-main>p{margin:4px 0 9px;color:#6f8793}.scout-web-metrics{display:flex;flex-wrap:wrap;gap:7px}.scout-web-metrics span{border:1px solid #dce9ee;border-radius:8px;padding:6px 8px;background:#fafdfe;font-size:11px;color:#71848e}.scout-web-metrics b{color:#23313b}.scout-web-actions{display:flex;gap:8px;margin-top:12px}.scout-web-actions button,.scout-web-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:10px;padding:8px 12px;text-decoration:none;font-weight:750;font-size:12px;cursor:pointer}.scout-web-actions button{border:1px solid #f39a0a;background:#f39a0a;color:white}.scout-web-actions a{border:1px solid #d8e8ef;background:#fff;color:#162028}.scout-web-error{position:fixed;z-index:10000;left:50%;top:30px;transform:translateX(-50%);background:#fff0ee;color:#a54138;border:1px solid #f0d0cd;padding:12px 16px;border-radius:12px}@media(max-width:650px){.scout-web-shell{padding:22px 14px 60px}.scout-web-head{align-items:flex-start;flex-direction:column}.scout-web-head h1{font-size:30px}.scout-web-card{grid-template-columns:72px minmax(0,1fr)}.scout-web-thumb{width:72px;height:72px}.scout-web-title{flex-direction:column;gap:5px}.scout-web-actions{flex-wrap:wrap}}
