/* 잠재양식 수신기 연동 토큰 모달 (2026-09-04) — A-4 액센트형(차콜 #3e6187 · 밴드 #f3f7fb · 테두리 #dbe6f0) */
.lrt-body { display: flex; flex-direction: column; gap: 14px; padding: 16px; background: #f6f9fc; }
.lrt-band { background: linear-gradient(180deg, #f3f7fb, #fff); border: 1px solid #dbe6f0; border-radius: 12px; padding: 14px 16px; }
.lrt-band-title { font-size: 15px; font-weight: 900; color: #1c2430; padding-left: 10px; border-left: 4px solid #3e6187; line-height: 1.2; }
.lrt-host { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; color: #3e6187; margin-left: 4px; }
.lrt-band-desc { margin-top: 8px; font-size: 12.5px; line-height: 1.6; color: #4a5566; }
.lrt-band-desc b { color: #1c2430; }

.lrt-sec { background: #fff; border: 1px solid #dbe6f0; border-radius: 12px; overflow: hidden; }
.lrt-sec-hd { background: #f3f7fb; padding: 9px 14px; font-size: 12px; font-weight: 700; color: #3e6187; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #dbe6f0; }
.lrt-sec-bd { padding: 14px; }
.lrt-sec-bd-flush { padding: 0; }
.lrt-sec-issued { border-color: #e3c36a; box-shadow: 0 0 0 3px #e3c36a33; }
.lrt-pill { margin-left: auto; background: #fff; border: 1px solid #dbe6f0; border-radius: 999px; padding: 1px 9px; font-size: 11px; color: #4a5566; }
.lrt-pill-warn { background: #fff3d6; border-color: #f1e2b1; color: #8a6a1a; }

.lrt-issued { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.lrt-token { flex: 1; min-width: 0; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 14px; letter-spacing: .02em; background: #1c2430; color: #e8eef5; padding: 10px 12px; border-radius: 8px; word-break: break-all; user-select: all; }
.lrt-hint { margin: 10px 0 0; font-size: 12px; color: #8a6a1a; }

.lrt-form { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.lrt-field { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 200px; font-size: 12px; font-weight: 700; color: #4a5566; }
.lrt-field-sm { flex: 0 0 120px; min-width: 120px; }
.lrt-input { width: 100%; box-sizing: border-box; height: 38px; padding: 0 10px; border: 1px solid #dbe6f0; border-radius: 8px; background: #fff; color: #1c2430; font-size: 13px; font-weight: 500; }
.lrt-input:focus { outline: none; border-color: #3e6187; box-shadow: 0 0 0 3px #3e618722; }

.lrt-btn { height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid #dbe6f0; background: #fff; color: #1c2430; font-size: 12.5px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.lrt-btn-primary { background: #3e6187; border-color: #3e6187; color: #fff; }
.lrt-btn-primary:hover { background: #2f4c6b; }
.lrt-btn-danger { height: 30px; padding: 0 11px; color: #c2410c; border-color: #f2c7b7; background: #fff8f5; font-size: 12px; }
.lrt-btn-danger:hover { background: #fde8e1; }

.lrt-table-wrap { overflow-x: auto; }
.lrt-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.lrt-table th { text-align: left; font-size: 11.5px; color: #4a5566; font-weight: 700; padding: 8px 12px; background: #f3f7fb; border-bottom: 1px solid #dbe6f0; white-space: nowrap; }
.lrt-table td { padding: 9px 12px; border-bottom: 1px solid #edf2f7; vertical-align: middle; }
.lrt-table tr.is-off td { color: #8a94a6; }
.lrt-table tr.is-off .lrt-td-name b { color: #8a94a6; text-decoration: line-through; }
.lrt-prefix { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 12px; background: #f1f5f9; padding: 2px 6px; border-radius: 5px; }
.lrt-sub { font-size: 11px; color: #8a94a6; margin-top: 1px; }
.lrt-badge { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 700; }
.lrt-badge-ok { background: #e3f4ea; color: #1f8a4c; }
.lrt-badge-off { background: #eceff3; color: #8a94a6; }
.lrt-td-act { text-align: right; white-space: nowrap; }
.lrt-empty { margin: 0; padding: 18px 14px; font-size: 12.5px; color: #8a94a6; text-align: center; }


@media (max-width: 640px) {
  .lrt-body { padding: 12px; }
  .lrt-field-sm { flex: 1; }
  .lrt-form .lrt-btn { width: 100%; }
}
