/* Supplier Marketplace 001 — the surface between a public opportunity and a
   private transaction. Restrained, per the standing rule that Public AmpRoom is
   expressive and Product AmpRoom is not. */

.who{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:13px}
.who b{display:block;color:var(--ink);font-weight:600}
.who .em{color:var(--text-muted);font-size:12px;word-break:break-all}
.who button{margin-top:10px;font:inherit;font-size:12.5px;color:var(--text-muted);
  background:none;border:0;padding:0;cursor:pointer;text-decoration:underline}

/* Verification is shown, never implied. UNVERIFIED is the normal state and must
   look like a fact rather than a warning to be dismissed. */
.vtag{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10px;
  letter-spacing:.11em;text-transform:uppercase;padding:4px 9px;border-radius:6px;
  background:var(--hair);color:var(--text-muted)}
.vtag.v-verified{background:#E7F5EE;color:#0B5F3D}

.opp-head{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;
  padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:20px}
.opp-head .g{flex:1;min-width:260px}
.opp-head h1{font-size:26px}
.opp-head .ev{color:var(--text-muted);margin:6px 0 0;font-size:14.5px}
.facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:14px;margin:16px 0 0}
.facts-grid div{font-size:14px;color:var(--ink)}
.facts-grid label{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--grey);margin-bottom:4px}

/* The checklist is the product here: a supplier must be able to see, at a
   glance, exactly what stands between them and quoting. */
.checks{list-style:none;margin:0;padding:0}
.checks li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;
  border-bottom:1px solid var(--line)}
.checks li:last-child{border-bottom:0}
.checks .m{width:20px;height:20px;border-radius:50%;flex:none;display:grid;place-items:center;
  font-size:12px;font-weight:700;margin-top:1px}
.checks .pass .m{background:#E7F5EE;color:#0B5F3D}
.checks .fail .m{background:#FDE8E6;color:#96201A}
.checks .t{flex:1;min-width:0}
.checks .t b{display:block;font-weight:600;color:var(--ink);font-size:14px}
.checks .t span{display:block;color:var(--text-muted);font-size:13px;margin-top:2px}
.checks .fail .t span{color:#96201A}

.assert{display:flex;gap:10px;align-items:flex-start;padding:11px 0}
.assert input{margin-top:3px;accent-color:#D6155F;width:16px;height:16px;flex:none}
.assert label{font-size:14px;color:var(--ink);cursor:pointer}
.assert .sub{display:block;color:var(--text-muted);font-size:12.5px;margin-top:3px}

.opp-list{display:grid;gap:12px}
.opp-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px 18px;
  display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.opp-card .g{flex:1;min-width:200px}
.opp-card b{display:block;font-weight:600;color:var(--ink)}
.opp-card .ev{color:var(--text-muted);font-size:13px;margin-top:3px}
.state{font-family:var(--mono);font-size:10px;letter-spacing:.11em;text-transform:uppercase;
  padding:4px 9px;border-radius:6px;white-space:nowrap}
.s-can{background:#E7F5EE;color:#0B5F3D}
.s-cant{background:var(--hair);color:var(--text-muted)}
.s-in{background:#EDE6FE;color:#421793}

.qrow{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.qrow:last-child{border-bottom:0}
.qrow .g{flex:1;min-width:0}
.qrow .amt{font-variant-numeric:tabular-nums;font-weight:600;color:var(--ink);white-space:nowrap}

.sandbox{border:1px solid #EFD9A8;background:#FBF6E9;border-radius:10px;padding:12px 14px;
  font-size:13px;color:#5C440D;margin-bottom:18px}
.sandbox b{color:#3F2E09}
.tabs{display:flex;gap:6px;margin-bottom:16px}
.tabs button{font:inherit;font-size:13.5px;font-weight:600;padding:8px 16px;border-radius:999px;
  border:1px solid var(--line);background:#fff;color:var(--text-muted);cursor:pointer}
.tabs button[aria-pressed="true"]{background:var(--grad);border-color:transparent;color:#fff}
@media(max-width:820px){.shell{grid-template-columns:1fr}aside{flex-direction:row;flex-wrap:wrap;
  align-items:center;gap:12px}aside nav{flex-direction:row;flex-wrap:wrap}.who{margin:0;border:0;padding:0}}
