
.rtpl-box{border:1px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.rtpl-title{margin:0 0 12px;font-size:20px;font-weight:700}
.rtpl-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.rtpl-input,.rtpl-select{flex:1 1 180px;padding:10px;border:1px solid #d1d5db;border-radius:10px}
.rtpl-btn{padding:10px 16px;border:0;border-radius:12px;background:#111827;color:#fff;cursor:pointer;font-weight:600}
.rtpl-btn:hover{opacity:.9}
.rtpl-results{margin-top:12px}
.rtpl-loading,.rtpl-empty{padding:12px;color:#374151;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px}
.rtpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}
.rtpl-card{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff}
.rtpl-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.rtpl-card-title{font-weight:700}
.rtpl-badge{font-size:12px;padding:4px 8px;border-radius:999px;background:#eef2ff}
.rtpl-line{margin:4px 0}
.rtpl-actions{margin-top:8px}
.rtpl-link{text-decoration:none}
