.a71-tabs { display: flex; border-bottom: 2px solid #ddd; margin-bottom: 15px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.a71-tab-link { background: none; border: none; padding: 12px 15px; cursor: pointer; font-size: 15px; font-weight: bold; color: #555; white-space: nowrap; transition: 0.2s; outline: none; display: flex; align-items: center; }
.a71-tab-link:hover { color: #000; }
.a71-tab-link.active { border-bottom: 3px solid #e32221; color: #e32221; }
.a71-tab-content { display: none; animation: a71fade 0.3s; }
@keyframes a71fade { from {opacity: 0;} to {opacity: 1;} }
.a71-btn-action { display:inline-block; padding:8px 15px; border-radius:4px; font-weight:bold; text-decoration:none; text-align:center; cursor:pointer; border:none; margin-top:10px; font-size:14px; box-sizing: border-box; }
.a71-btn-red { background:#e32221; color:#fff; }
.a71-btn-dark { background:#333; color:#fff; }
.a71-btn-green { background:#198754; color:#fff; }
.a71-btn-action:hover { opacity: 0.9; color:#fff; }
.a71-admin-note { background: #f8f9fa; border-left: 4px solid #333; padding: 10px; margin-top: 10px; color: #333; font-size: 14px; }
.a71-badge { background:#e32221; color:#fff; border-radius:10px; padding:2px 7px; font-size:12px; margin-left:6px; font-weight:bold; }
.a71-badge-admin { background:#333; color:#fff; border-radius:10px; padding:2px 7px; font-size:12px; margin-left:6px; font-weight:bold; }
.a71-app, .a71-match { border: 1px solid #ddd; padding: 15px; margin-bottom: 15px; border-radius: 6px; background: #fff; }