/* ========== Xポスト風カード (te/x-card) ========== */
.te-xcard{--xc-bg:#fff;--xc-text:#0f1419;--xc-sub:#536471;--xc-border:#cfd9de;--xc-hover:#f7f9f9;--xc-like:#f91880;--xc-rt:#00ba7c;--xc-blue:#1d9bf0;
  font-family:"TwitterChirp",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Hiragino Sans","Noto Sans JP",sans-serif;
  background:var(--xc-bg);color:var(--xc-text);border:1px solid var(--xc-border);border-radius:16px;padding:12px 16px;margin:1.5em auto;max-width:550px;box-sizing:border-box;line-height:1.3;font-size:15px;position:relative}
.te-xcard.is-dark{--xc-bg:#000;--xc-text:#e7e9ea;--xc-sub:#71767b;--xc-border:#2f3336;--xc-hover:#16181c}
.te-xcard.is-dim{--xc-bg:#15202b;--xc-text:#f7f9f9;--xc-sub:#8b98a5;--xc-border:#38444d;--xc-hover:#1c2732}
.te-xcard *{box-sizing:border-box}
.te-xcard a{color:var(--xc-blue);text-decoration:none}
.te-xcard__head{display:flex;align-items:flex-start;gap:12px}
.te-xcard .te-xcard__avatar,.te-xcard img.te-xcard__avatar{width:48px!important;height:48px!important;min-width:48px;max-width:48px;aspect-ratio:1/1;border-radius:50%!important;object-fit:cover;flex:none;display:block;margin:0;background:#cfd9de}
.te-xcard__avatar--none{display:flex;align-items:center;justify-content:center;color:#fff}
.te-xcard__who{flex:1;min-width:0;display:flex;flex-direction:column}
.te-xcard__name{display:flex;align-items:center;gap:4px;font-weight:700;font-size:15px;color:var(--xc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.te-xcard__verified svg{width:18px!important;height:18px!important}
.te-xcard__verified{width:18px;height:18px;display:inline-flex;flex:none;color:var(--xc-blue)}
.te-xcard__verified.is-gold{color:#e2b719}
.te-xcard__handle{font-size:15px;color:var(--xc-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.te-xcard__tr{margin-left:auto;display:flex;gap:14px;align-items:center;color:var(--xc-sub);flex:none}
.te-xcard__tr svg{width:20px!important;height:20px!important;fill:currentColor}
.te-xcard__body{margin:12px 0 0;font-size:17px;line-height:1.45;white-space:normal;word-wrap:break-word;color:var(--xc-text)}
.te-xcard__body p{margin:0}
.te-xcard__body br+br{display:block;content:"";margin-top:.6em}
.te-xcard p:empty,.te-xcard>br{display:none}
.te-xcard__media{margin-top:12px;border:1px solid var(--xc-border);border-radius:16px;overflow:hidden;display:grid;gap:2px}
.te-xcard__media img{width:100%!important;max-width:100%!important;height:100%;object-fit:cover;display:block;margin:0}
.te-xcard__media.cols-1{display:block}
.te-xcard__media.cols-1 img{width:100%!important;max-width:100%!important;height:auto!important;max-height:none;object-fit:contain}
.te-xcard__media.cols-2{grid-template-columns:1fr 1fr}
.te-xcard__media.cols-2 img{aspect-ratio:1/1}
.te-xcard__media.cols-3{grid-template-columns:1fr 1fr}
.te-xcard__media.cols-3 img:first-child{grid-row:span 2;height:100%}
.te-xcard__media.cols-3 img{aspect-ratio:1/1}
.te-xcard__media.cols-4{grid-template-columns:1fr 1fr}
.te-xcard__media.cols-4 img{aspect-ratio:16/9}
.te-xcard__time{margin-top:14px;font-size:15px;color:var(--xc-sub)}
.te-xcard__time b{color:var(--xc-text);font-weight:700}
.te-xcard__time a{color:var(--xc-sub)}
.te-xcard__actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:12px 4px 4px;border-top:1px solid var(--xc-border);color:var(--xc-sub);font-size:13px}
.te-xcard a.te-xcard__act,.te-xcard__act{display:flex;align-items:center;gap:6px;line-height:1;min-width:0;cursor:pointer;color:var(--xc-sub);text-decoration:none;padding:6px;border-radius:999px;transition:color .15s,background .15s}
.te-xcard a.te-xcard__act:hover,.te-xcard__act:hover{color:var(--xc-blue);background:rgba(29,155,240,.1)}
.te-xcard__act[data-act=like]:hover{color:var(--xc-like);background:rgba(249,24,128,.1)}
.te-xcard__act[data-act=repost]:hover{color:var(--xc-rt);background:rgba(0,186,124,.1)}
.te-xcard .te-xcard__act.is-liked{color:var(--xc-like)}
.te-xcard .te-xcard__act.is-rt{color:var(--xc-rt)}
.te-xcard .te-xcard__act.is-on{color:var(--xc-blue)}
.te-xcard__act.is-liked svg path{d:path("M20.884 13.19c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z")}
.te-xcard__act.is-pop svg{animation:te-xpop .35s ease}
@keyframes te-xpop{0%{transform:scale(1)}40%{transform:scale(1.35)}100%{transform:scale(1)}}
.te-xcard__act svg{width:19px!important;height:19px!important;fill:currentColor;flex:none}
.te-xcard__act.is-liked{color:var(--xc-like)}
.te-xcard__act.is-rt{color:var(--xc-rt)}
.te-xcard__act.is-on{color:var(--xc-blue)}
.te-xcard__foot{margin-top:10px;font-size:14px;color:var(--xc-sub)}
@media (max-width:480px){.te-xcard{padding:12px}.te-xcard__body{font-size:16px}}
