
.dope-card{background:#0f172a;color:#e5e7eb;padding:20px;border-radius:16px;margin:20px 0}
.dope-team-list,.dope-tournament-list{display:grid;gap:12px}
.dope-team-item,.dope-tournament-item{display:flex;align-items:center;gap:14px;padding:12px;background:#111827;border-radius:12px}
.dope-team-item img{width:52px;height:52px;object-fit:cover;border-radius:50%;background:#1f2937}
.dope-table{width:100%;border-collapse:collapse}
.dope-table th,.dope-table td{padding:10px;border-bottom:1px solid #1f2937}
.dope-form input,.dope-form select,.dope-form textarea{width:100%;padding:10px;margin:0 0 10px;border-radius:10px;border:1px solid #334155;background:#0b1220;color:#fff}
.dope-form button{padding:10px 16px;border:none;border-radius:10px;background:#2563eb;color:#fff;cursor:pointer}
.dope-success{background:#14532d;padding:10px 14px;border-radius:10px;margin-bottom:12px}
.dope-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}

.dope-results-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.dope-template-chip{background:#1e3a8a;color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}
.dope-results-template-razhor_style thead th{text-transform:uppercase;letter-spacing:.04em}
