/* Extracted from original <style> block 7. Do not edit unless changing that original block. */

/* Taekwon Road Payment Ready PRO */
.trPayHero{
  background:linear-gradient(135deg,#0f172a,#0ea5e9 50%,#22c55e);
  color:#fff;border-radius:30px;padding:26px;margin:0 0 14px;
  box-shadow:0 20px 48px rgba(14,165,233,.22);position:relative;overflow:hidden
}
.trPayHero:after{content:"";position:absolute;right:-80px;bottom:-90px;width:250px;height:250px;border:38px solid rgba(255,255,255,.12);border-radius:999px}
.trPayHero h2{margin:0;font-size:clamp(30px,5vw,52px);line-height:1.05;font-weight:1000;letter-spacing:0}
.trPayHero p{margin:10px 0 0;color:#dcfce7;font-weight:850;line-height:1.55;position:relative;z-index:1}
.trPayGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.trPayGrid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.trPayCard{background:#fff;border:1px solid #bae6fd;border-radius:24px;padding:16px;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.trPayCard h3{margin:0 0 9px;font-size:22px;font-weight:1000}
.trPayCard p{margin:0 0 10px;color:#64748b;font-weight:800;line-height:1.5}
.trPayStat{border:1px solid #bae6fd;background:linear-gradient(180deg,#fff,#f0f9ff);border-radius:20px;padding:14px}
.trPayStat span{display:block;color:#64748b;font-size:12px;font-weight:1000}
.trPayStat b{display:block;font-size:28px;margin-top:4px;color:#0f172a}
.trPayForm{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}
.trPayForm textarea{grid-column:1/-1;min-height:76px;resize:vertical;border:1px solid #dbe3ef;border-radius:14px;padding:12px;font:inherit;background:#f8fafc}
.trPayForm input,.trPayForm select{border-radius:14px}
.trPayFull{grid-column:1/-1}
.trPayActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.trPayActions button{border-radius:13px;box-shadow:none;padding:9px 12px;font-size:13px}
.trPayItem{border:1px solid #e2e8f0;background:#f8fafc;border-radius:18px;padding:13px;margin:8px 0}
.trPayItem b{display:block;font-size:16px}
.trPayItem small{display:block;color:#64748b;font-weight:900;margin-top:4px}
.trPayPill{display:inline-flex;border-radius:999px;background:#e0f2fe;color:#0369a1;padding:6px 10px;font-size:12px;font-weight:1000;margin:3px}
.trPayWait{background:#fef3c7!important;color:#92400e!important}
.trPayDone{background:#dcfce7!important;color:#166534!important}
.trPayMiss{background:#fee2e2!important;color:#991b1b!important}
.trPayCancel{background:#f1f5f9!important;color:#475569!important}
.trPayInvoice{
  border:1px solid #bae6fd;border-radius:24px;padding:18px;background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.06)
}
.trPayInvoiceTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:12px}
.trPayInvoiceTop h3{margin:0;font-size:25px;font-weight:1000}
.trPayInvoiceLine{display:flex;justify-content:space-between;gap:8px;border-bottom:1px dashed #e2e8f0;padding:9px 0;font-weight:900}
.trPayInvoiceTotal{display:flex;justify-content:space-between;gap:8px;padding:14px 0 4px;font-size:24px;font-weight:1000}
.trPayLinkBox{background:#f0f9ff;border:1px dashed #38bdf8;border-radius:16px;padding:12px;margin-top:10px;word-break:break-all;font-size:13px;font-weight:900;color:#075985}
.trPayOrder{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#0f172a;color:#fff;border-radius:10px;padding:5px 8px;font-size:12px}
.trPayTableWrap{overflow-x:auto}
.trPayTable{width:100%;border-collapse:separate;border-spacing:0 8px;min-width:820px}
.trPayTable th{text-align:left;color:#64748b;font-size:12px;font-weight:1000;padding:6px}
.trPayTable td{background:#f8fafc;padding:10px 8px;font-weight:850}
.trPayTable td:first-child{border-radius:14px 0 0 14px}
.trPayTable td:last-child{border-radius:0 14px 14px 0}
.trPayStatusBtn{border:1px solid #cbd5e1;background:#fff!important;color:#0f172a!important;border-radius:10px;padding:6px 8px;box-shadow:none;font-size:12px}
.trPayParentScreen{
  max-width:540px;margin:0 auto;border:1px solid #bae6fd;border-radius:28px;overflow:hidden;background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.12)
}
.trPayParentHead{background:linear-gradient(135deg,#0f172a,#0ea5e9);color:#fff;padding:20px}
.trPayParentHead h3{margin:0;font-size:26px}
.trPayParentBody{padding:18px}
.trPayBigBtn{width:100%;min-height:54px;border-radius:16px;background:linear-gradient(135deg,#0ea5e9,#22c55e);font-size:16px}
.trPayPgNote{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:16px;padding:12px;font-weight:900;line-height:1.45;margin-top:10px}
.trPayEmpty{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;border-radius:18px;padding:18px;text-align:center;font-weight:900}
@media(max-width:900px){.trPayGrid,.trPayGrid3,.trPayForm{grid-template-columns:1fr}.trPayForm textarea{grid-column:1}.trPayInvoiceTop{flex-direction:column}}
