
/* ── プロダクト画面（画像ではなく生のHTML） ─────────────── */
.v2u { font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", -apple-system, sans-serif;
  color: #37352f; background: #fff; border: 1px solid #eceae7; border-radius: 12px;
  overflow: hidden; font-size: 14px; line-height: 1.6; }
.v2u * { box-sizing: border-box; }
.v2u .app { width: 100%; height: auto; }
.v2u .body { padding: 22px; }
@media (max-width: 860px) { .v2u .side { display: none; } .v2u .split, .v2u .sw, .v2u .cards,
  .v2u .gate, .v2u .tools { grid-template-columns: 1fr !important; } }

.v2u .app { display: flex; width: 100%; height: auto; }
.v2u .side { width: 208px; flex: none; background: #fbfbfa; border-right: 1px solid #eceae7; padding: 14px 0; }
.v2u .brand { display: flex; align-items: center; gap: 7px; padding: 2px 16px 16px; font-size: 15px; font-weight: 700; letter-spacing: -0.02em; }
.v2u .brand i { width: 18px; height: 18px; border-radius: 5px; background: #191919; color: #fff; font-style: normal; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.v2u .brand em { color: #e87722; font-style: normal; }
.v2u .search { margin: 0 12px 14px; height: 30px; border-radius: 6px; background: #f1f0ee; display: flex; align-items: center; padding: 0 10px; gap: 7px; font-size: 12.5px; color: #8f8a85; }
.v2u .sgroup { padding: 12px 16px 4px; font-size: 10.5px; letter-spacing: 0.08em; color: #a5a09a; font-weight: 600; }
.v2u .snav a { display: flex; align-items: center; gap: 9px; padding: 6px 16px; font-size: 13px; color: #4b4844; text-decoration: none; }
.v2u .snav a.on { background: #efeeec; color: #191919; font-weight: 600; }
.v2u .snav a b { width: 14px; height: 14px; border-radius: 3px; background: #d7d3ce; display: block; }
.v2u .snav a.on b { background: #191919; }
.v2u .main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.v2u .crumb { height: 44px; flex: none; display: flex; align-items: center; gap: 8px; padding: 0 26px; font-size: 12.5px; color: #8f8a85; border-bottom: 1px solid #f2f1ef; }
.v2u .crumb b { color: #191919; font-weight: 700; }
.v2u .body { flex: 1; overflow: hidden; padding: 26px; }
.v2u h1.t { font-size: 25px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.v2u p.lead { font-size: 12.5px; color: #8f8a85; margin-bottom: 20px; }
.v2u .cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.v2u .card { border: 1px solid #eceae7; border-radius: 9px; padding: 13px 15px; }
.v2u .card span { display: block; font-size: 11px; color: #8f8a85; margin-bottom: 5px; }
.v2u .card b { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.v2u .card b.g { color: #17864a; }
.v2u .card b.o { color: #e87722; }
.v2u .card small { display: block; margin-top: 4px; font-size: 10.5px; color: #a5a09a; }
.v2u .panel { border: 1px solid #eceae7; border-radius: 10px; overflow: hidden; }
.v2u .ptitle { padding: 11px 15px; border-bottom: 1px solid #f2f1ef; font-size: 12.5px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; }
.v2u .ptitle em { font-style: normal; font-size: 11px; color: #8f8a85; font-weight: 400; }
.v2u table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.v2u th { text-align: left; padding: 9px 15px; font-size: 11px; color: #8f8a85; font-weight: 600; border-bottom: 1px solid #f2f1ef; }
.v2u td { padding: 11px 15px; border-bottom: 1px solid #f6f5f4; }
.v2u tr:last-child td { border-bottom: 0; }
.v2u td.num, .v2u th.num { text-align: right; font-variant-numeric: tabular-nums; }
.v2u .pill { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 10.5px; font-weight: 600; }
.v2u .pill.wait { background: #fdf1e6; color: #b5601a; }
.v2u .pill.ok { background: #e8f5ee; color: #17864a; }
.v2u .pill.run { background: #eaf0fb; color: #2c5bab; }
.v2u .pill.stop { background: #fdecec; color: #c0392b; }
.v2u .tag { display: inline-block; padding: 2px 8px; border-radius: 4px; background: #f1f0ee; font-size: 10.5px; color: #6b6763; margin-right: 5px; }
.v2u .btn { display: inline-flex; align-items: center; height: 28px; padding: 0 13px; border-radius: 6px; font-size: 12px; font-weight: 600; }
.v2u .btn.p { background: #191919; color: #fff; }
.v2u .btn.s { border: 1px solid #dedbd7; color: #37352f; }
.v2u .tabs { display: flex; gap: 4px; margin-bottom: 16px; }
.v2u .tabs span { padding: 5px 12px; border-radius: 7px; font-size: 12px; color: #6b6763; }
.v2u .tabs span.on { background: #191919; color: #fff; font-weight: 600; }
.v2u .tabs span i { font-style: normal; opacity: 0.55; margin-left: 5px; }
.v2u .task { border: 1px solid #eceae7; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.v2u .task .meta { display: flex; gap: 6px; align-items: center; margin-bottom: 7px; }
.v2u .task h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 5px; }
.v2u .task p { font-size: 12px; color: #6b6763; line-height: 1.7; margin-bottom: 9px; }
.v2u .task .foot { display: flex; align-items: center; justify-content: space-between; }
.v2u .task .who { font-size: 11.5px; color: #8f8a85; display: flex; align-items: center; gap: 6px; }
.v2u .task .who u { width: 17px; height: 17px; border-radius: 50%; background: #e5e1dc; display: block; text-decoration: none; }
.v2u .task .acts { display: flex; gap: 7px; }
.v2u .bar { height: 9px; border-radius: 5px; background: #f1f0ee; overflow: hidden; margin: 10px 0 9px; }
.v2u .bar i { display: block; height: 100%; background: #191919; }
.v2u .legend { display: grid; grid-template-columns: repeat(4, 1fr); font-size: 11.5px; }
.v2u .legend div u { display: inline-block; width: 7px; height: 7px; border-radius: 2px; background: #191919; margin-right: 6px; text-decoration: none; }
.v2u .legend div b { font-weight: 700; }
.v2u .legend div span { color: #a5a09a; margin-left: 5px; }
.v2u .chart { display: flex; align-items: flex-end; gap: 14px; height: 168px; padding: 14px 4px 0; }
.v2u .chart div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.v2u .chart div i { width: 100%; border-radius: 3px 3px 0 0; background: #2f2c28; }
.v2u .chart div i.f { background: #dedbd7; }
.v2u .chart div span { font-size: 10px; color: #a5a09a; }
.v2u .rev { padding: 15px; }
.v2u .rev h4 { font-size: 12px; font-weight: 700; margin-bottom: 9px; display: flex; align-items: center; gap: 7px; }
.v2u .rev h4 u { text-decoration: none; background: #191919; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 4px; }
.v2u .rev ol { list-style: none; }
.v2u .rev li { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f6f5f4; }
.v2u .rev li b { flex: none; width: 18px; height: 18px; border-radius: 50%; background: #191919; color: #fff; font-size: 10.5px; display: grid; place-items: center; }
.v2u .rev li div { flex: 1; }
.v2u .rev li strong { display: block; font-size: 12.5px; margin-bottom: 4px; }
.v2u .rev li span { font-size: 11.5px; color: #6b6763; }
.v2u .rev li span u { text-decoration: none; background: #f1f0ee; padding: 1px 7px; border-radius: 3px; margin-right: 6px; font-size: 10.5px; }
.v2u .split {display:grid;grid-template-columns:1fr 1fr;gap:16px}
.v2u .split>.panel {display:flex;flex-direction:column}
.v2u .pbody {padding:15px;flex:1}
.v2u .ph {font-size:11px;letter-spacing:.06em;color:#8f8a85;font-weight:600;margin-bottom:10px}
.v2u .msg {border:1px solid #eceae7;border-radius:9px;padding:11px 13px;font-size:12.5px;line-height:1.75;margin-bottom:9px}
.v2u .msg.me {background:#f6f5f4;border-color:#f0efed}
.v2u .msg small {display:block;margin-top:7px;font-size:11px;color:#a5a09a}
.v2u .bad {color:#c0392b;font-weight:600}
.v2u .good {color:#17864a;font-weight:600}
.v2u .kv {display:grid;grid-template-columns:120px 1fr;gap:0}
.v2u .kv>div {padding:10px 13px;border-bottom:1px solid #f6f5f4;font-size:12.5px}
.v2u .kv>div:nth-child(odd) {background:#fbfbfa;color:#6b6763;font-weight:600}
.v2u .pickrow {display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #f6f5f4;font-size:13px}
.v2u .pickrow b {font-weight:600}
.v2u .pickrow em {font-style:normal;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}
.v2u .pickrow.sel {background:#f2f8f4}
.v2u .radio {width:15px;height:15px;border-radius:50%;border:2px solid #d7d3ce;display:inline-block;margin-right:10px;vertical-align:-2px}
.v2u .radio.on {border-color:#17864a;background:radial-gradient(circle,#17864a 0 5px,#fff 5px)}
.v2u .field {margin-bottom:13px}
.v2u .field label {display:block;font-size:11.5px;color:#8f8a85;font-weight:600;margin-bottom:5px}
.v2u .field div {border:1px solid #e2dfdb;border-radius:7px;padding:9px 12px;font-size:13px;background:#fff}
/* LP内で等倍表示するための微調整 */
.v2u .body { padding: 22px 24px 26px; }
.v2u h1.t { font-size: 22px; }
.v2u .side { padding: 12px 0; }
.v2u .main { min-width: 0; }
.v2u table { table-layout: auto; }
.v2u .task:last-child, .v2u .panel:last-child { margin-bottom: 0; }
