.tt-ms-wrap{margin:0 auto}
.tt-ms-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 10px 30px rgba(2,6,23,.06);overflow:hidden}
.tt-ms-head{padding:16px 16px 0}
.tt-ms-title{margin:0;font-size:20px;line-height:1.2;font-weight:900;color:#0f172a}
.tt-ms-sub{margin:8px 0 0;color:#64748b;font-size:13px}
.tt-ms-body{padding:16px;display:grid;gap:12px}
.tt-ms-actions{display:flex;gap:10px;flex-wrap:wrap}
.tt-ms-select{width:100%;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);padding:0 10px;font-size:14px;background:#fff}
.tt-ms-btn{height:44px;border:0;border-radius:12px;padding:0 14px;font-weight:700;cursor:pointer;background:#FEC76E;color:#000}
.tt-ms-btn:disabled{opacity:.6;cursor:not-allowed}
.tt-ms-result{border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:14px;background:#fff}
.tt-ms-loc{font-weight:900;color:#0f172a;font-size:16px;margin:0 0 10px}
.tt-ms-meta{display:flex;gap:10px;flex-wrap:wrap;margin:-4px 0 10px}
.tt-ms-pill{font-size:12px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#334155;border:1px solid rgba(15,23,42,.06)}
.tt-ms-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.tt-ms-table tr{border:1px solid #FEC76E}
.tt-ms-table td{padding:10px 12px;background:#fffad8bf;border:1px solid rgba(15,23,42,.06)}
.tt-ms-table td:first-child{border-radius:12px 0 0 12px;font-weight:900;color:#0f172a;width:48%}
.tt-ms-table td:last-child{border-radius:0 12px 12px 0;font-weight:900;color:#0f172a;text-align:right}
.tt-ms-status{margin:0;color:#64748b;font-size:14px}
.tt-ms-err{margin:0;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;border-radius:12px;font-size:14px}
.tt-ms-skel{height:12px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:ttshine 1.2s infinite;border-radius:999px;margin:10px 0}
@keyframes ttshine{0%{background-position:200% 0}100%{background-position:-200% 0}}
