/* Soi kèo CLB — newsfeed. Green brand theme, pill chip nav,
   fixture header + 2-column analysis grid. Prefix: .tlk-  */

.tlk-soikeo{--tlk-green:#1a7a3d;--tlk-green-d:#13612f;--tlk-ink:#1d2b23;--tlk-mut:#6b7b72;
  --tlk-line:#e4ebe6;--tlk-bg:#f4f8f5;color:var(--tlk-ink);font-size:14px;line-height:1.5;margin:0 0 18px}
.tlk-soikeo *{box-sizing:border-box}

/* header */
.tlk-hd{margin:0 0 12px}
.tlk-hd__h1{font-size:22px;line-height:1.25;font-weight:800;color:var(--tlk-ink);margin:0 0 6px}
.tlk-hd__sub{font-size:13px;color:var(--tlk-mut);margin:0}

/* pill chip nav (matches reference) */
.tlk-chips{margin:0 0 16px}
.tlk-chips__list{list-style:none;display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:0}
.tlk-chip{display:inline-block;padding:8px 16px;border-radius:999px;background:var(--tlk-bg);
  color:var(--tlk-ink);font-weight:600;font-size:13.5px;text-decoration:none;line-height:1.2;
  border:1px solid transparent;transition:background .15s,color .15s}
.tlk-chip:hover{background:#e6f0ea;color:var(--tlk-green-d)}
.tlk-chip.is-active{background:var(--tlk-green);color:#fff}

/* feed */
.tlk-feed{display:flex;flex-direction:column;gap:14px}
.tlk-match{border:1px solid var(--tlk-line);border-radius:12px;background:#fff;overflow:hidden;
  box-shadow:0 1px 2px rgba(20,60,40,.04)}
.tlk-match.is-live{border-color:#d9382e}
.tlk-match__h2{font-size:17px;font-weight:800;line-height:1.3;color:var(--tlk-ink);margin:0;padding:13px 14px 2px}
.tlk-h3{font-size:14px;font-weight:700;color:var(--tlk-green-d);margin:14px 0 8px;padding:0 14px}
.tlk-match__head{display:flex;justify-content:space-between;align-items:center;gap:8px;
  padding:0 14px 2px;font-size:12.5px;color:var(--tlk-mut)}
.tlk-match__lg{font-weight:600}
.tlk-match__dt{white-space:nowrap}
.tlk-tag{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:700;color:#fff;vertical-align:middle}
.tlk-tag--up{background:var(--tlk-green)}
.tlk-tag--ft{background:#7a8a80}
.tlk-tag--live{background:#d9382e}

/* fixture line */
.tlk-fx{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:14px}
.tlk-fx__t{display:flex;align-items:center;gap:9px;min-width:0}
.tlk-fx__t--a{flex-direction:row-reverse;text-align:right}
.tlk-fx__t img{width:34px;height:34px;object-fit:contain;flex:none}
.tlk-fx__t b{font-weight:700;font-size:15px}
.tlk-fx__mid{text-align:center;padding:0 6px}
.tlk-fx__sc{font-size:22px;font-weight:800}
.tlk-fx__sc span{margin:0 3px;color:var(--tlk-mut);font-weight:600}
.tlk-fx__vs{font-size:15px;font-weight:700;color:var(--tlk-green-d)}

/* verdict callout */
.tlk-verdict{display:flex;flex-wrap:wrap;gap:6px 18px;margin:0 14px 12px;padding:10px 12px;
  background:#eef7f1;border-left:4px solid var(--tlk-green);border-radius:6px;font-size:13.5px}
.tlk-verdict b{color:var(--tlk-green-d)}
.tlk-verdict em{color:var(--tlk-mut);font-style:normal}

/* 2-col analysis grid */
.tlk-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 14px 14px}
@media(max-width:640px){.tlk-grid{grid-template-columns:1fr}}
.tlk-cell{display:flex;flex-direction:column;gap:12px;min-width:0}

/* win-probability stacked bar */
.tlk-prob__lbl{display:block;font-size:12px;font-weight:600;color:var(--tlk-mut);margin:0 0 5px}
.tlk-prob__bar{display:flex;height:16px;border-radius:8px;overflow:hidden;background:var(--tlk-bg)}
.tlk-prob__bar i{display:block;height:100%}
.tlk-prob__h{background:var(--tlk-green)}
.tlk-prob__d{background:#c7d3cc}
.tlk-prob__a{background:#e0a300}
.tlk-prob__leg{display:flex;justify-content:space-between;gap:6px;font-size:11.5px;color:var(--tlk-mut);margin:5px 0 0}
.tlk-prob__leg span:first-child{color:var(--tlk-green-d);font-weight:600}
.tlk-prob__leg span:last-child{color:#a17700;font-weight:600}

/* predicted score */
.tlk-pred{display:flex;flex-wrap:wrap;gap:8px}
.tlk-pred span{background:var(--tlk-bg);border:1px solid var(--tlk-line);border-radius:6px;padding:5px 9px;font-size:12.5px}
.tlk-pred b{color:var(--tlk-green-d)}
.tlk-pred__uo{background:#fff6e2!important;border-color:#f0dcae!important}

/* form badges */
.tlk-form{display:flex;flex-direction:column;gap:6px}
.tlk-form__r{display:flex;align-items:center;gap:7px;font-size:12.5px}
.tlk-form__r i{min-width:78px;font-style:normal;color:var(--tlk-mut)}
.tlk-fb{display:inline-flex;width:19px;height:19px;align-items:center;justify-content:center;
  border-radius:5px;font-size:11px;font-weight:700;color:#fff}
.tlk-fb.is-w{background:var(--tlk-green)}
.tlk-fb.is-d{background:#b8c4bd}
.tlk-fb.is-l{background:#d9382e}

/* strength comparison bars */
.tlk-cmp{display:flex;flex-direction:column;gap:6px}
.tlk-cmp__row{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:8px;font-size:12px}
.tlk-cmp__l{color:var(--tlk-mut)}
.tlk-cmp__bar{height:8px;border-radius:4px;background:#e0a300;position:relative;overflow:hidden}
.tlk-cmp__bar i{position:absolute;left:0;top:0;height:100%;background:var(--tlk-green)}
.tlk-cmp__v{color:var(--tlk-mut);white-space:nowrap;font-variant-numeric:tabular-nums}

/* head-to-head */
.tlk-h2h{font-size:12.5px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.tlk-h2h__lbl{color:var(--tlk-mut)}
.tlk-h2h__w{color:var(--tlk-green-d)}.tlk-h2h__d{color:#7a8a80}.tlk-h2h__l{color:#d9382e}
.tlk-h2h__s{display:inline-block;background:var(--tlk-bg);border-radius:4px;padding:1px 6px;margin-left:4px;font-variant-numeric:tabular-nums}

/* KẾT LUẬN lead box */
.tlk-concl{border:1px solid var(--tlk-green);border-radius:10px;background:linear-gradient(180deg,#f1f9f4,#fff);
  padding:12px 14px;margin:0 14px 4px}
.tlk-concl__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.tlk-concl__list li{display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:start;font-size:13.5px;
  padding-bottom:7px;border-bottom:1px dashed var(--tlk-line)}
.tlk-concl__list li:last-child{border-bottom:0;padding-bottom:0}
.tlk-concl__k{color:var(--tlk-mut);font-weight:600}
.tlk-concl__v b{color:var(--tlk-green-d)}
.tlk-concl__v em{color:#a17700;font-style:normal;font-weight:600}
@media(max-width:520px){.tlk-concl__list li{grid-template-columns:1fr}.tlk-concl__k{font-size:12px}}

/* per-card odds strip */
.tlk-odds{border-top:1px solid var(--tlk-line);background:var(--tlk-bg);padding:10px 14px;display:flex;flex-direction:column;gap:6px}
.tlk-odds__row{display:grid;grid-template-columns:150px 1fr;gap:10px;font-size:12.5px}
.tlk-odds__k{color:var(--tlk-mut);font-weight:600}
.tlk-odds__v b{color:var(--tlk-green-d);font-variant-numeric:tabular-nums}
.tlk-odds__v em{color:#a17700;font-style:normal}
@media(max-width:520px){.tlk-odds__row{grid-template-columns:1fr}}

/* misc */
.tlk-idx__lg{font-size:16px;font-weight:700;margin:16px 0 8px}
.tlk-empty{padding:22px 14px;text-align:center;color:var(--tlk-mut);background:var(--tlk-bg);border-radius:10px}
.tlk-ft{margin:14px 0 0;font-size:11.5px;color:var(--tlk-mut)}
