.tcc-wrap{max-width:980px;margin:18px auto;padding:0 6px}
.tcc-inputs{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;padding:14px;border:1px solid #eee;border-radius:16px;background:#fff}
.tcc-field{display:flex;flex-direction:column;gap:6px;min-width:160px}
.tcc-field label{font-size:12px;opacity:.7}
.tcc-field input{border:1px solid #e6e6e6;border-radius:12px;padding:10px 12px;outline:none}
.tcc-field input:focus{border-color:#b9b9b9}
.tcc-btn{border-radius:12px;padding:10px 14px;border:1px solid #e6e6e6;background:#111;color:#fff;cursor:pointer}
.tcc-btn:hover{opacity:.92}
.tcc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
@media (max-width:840px){.tcc-grid{grid-template-columns:1fr}}
.tcc-card{border:1px solid #eee;border-radius:18px;padding:14px;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.05)}
.tcc-card.tcc-win{border-color:#21b26b}
.tcc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.tcc-title{font-weight:650;font-size:15px}
.tcc-badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#21b26b;color:#fff}
.tcc-body{font-size:14px;line-height:1.45;opacity:.92}
.tcc-row{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid #f1f1f1}
.tcc-row:last-child{border-bottom:none}
.tcc-foot{margin-top:10px;font-size:13px;opacity:.75}
.tcc-err{color:#b00020;opacity:1}
