/* Dracin UI tweaks (simple & responsive) */
:root { --card-radius: 14px; }

body { background: #f8f9fa; }
.navbar { border-bottom: 1px solid rgba(0,0,0,.06); }
.card { border-radius: var(--card-radius); }
.card.shadow-sm { box-shadow: 0 .35rem 1rem rgba(0,0,0,.06) !important; }
.table > :not(caption) > * > * { vertical-align: middle; }
.badge { font-weight: 600; }
.small, .form-text { line-height: 1.35; }

.player-wrap { border-radius: var(--card-radius); overflow: hidden; }
