/* ==========================================   FRONTEND LEAGUE SELECTOR========================================== */.kctap-frontend-selector{display:flex;gap:25px;align-items:flex-end;flex-wrap:wrap;margin-bottom:35px;}.kctap-frontend-selector .kctap-field{display:flex;flex-direction:column;}.kctap-frontend-selector .kctap-field label{color:#c40000;font-weight:700;margin-bottom:6px;font-size:14px;letter-spacing:.5px;}/* Dropdowns */.kctap-frontend-selector select{background:#111 !important;color:#fff !important;border:2px solid #c40000 !important;padding:12px 16px !important;min-width:230px;font-weight:600 !important;border-radius:4px;transition:all .2s ease;}.kctap-frontend-selector select:hover{border-color:#ff0000 !important;}.kctap-frontend-selector select option{background:#111;color:#fff;}/* ==========================================   WEEK JUMP SELECT========================================== */.kctap-week-jump{margin-bottom:20px;}.kctap-week-jump select,.kctap-week-jump select:focus,.kctap-week-jump select:active{background:#111 !important;color:#fff !important;border:2px solid #c40000 !important;padding:10px 14px !important;font-weight:600 !important;border-radius:4px;appearance:auto !important;-webkit-appearance:menulist !important;-moz-appearance:menulist !important;-webkit-text-fill-color:#ffffff !important;text-shadow:none !important;outline:none !important;}.kctap-week-jump select option{background:#111 !important;color:#fff !important;}/* ==========================================   LEAGUE HEADER========================================== */.kctap-league-header{margin-bottom:35px;}.kctap-league-type{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#c40000;margin-bottom:6px;}.kctap-division-title{font-size:28px;font-weight:700;color:#c40000;}.kctap-venue-line{font-size:16px;opacity:.8;margin-top:5px;color:#ccc;}.kctap-session-range{font-size:13px;opacity:.6;margin-top:4px;color:#999;}/* ==========================================   WEEK HEADER========================================== */.kctap-week-header{color:#c40000;font-size:20px;font-weight:bold;margin-top:40px;border-bottom:2px solid #c40000;padding-bottom:6px;}/* ==========================================   MATCH GRID========================================== */.kctap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:15px;}.kctap-match{background:#1a1a1a;padding:18px;border-radius:8px;text-align:center;font-weight:600;color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.4);transition:transform .2s ease, box-shadow .2s ease;}.kctap-match:hover{transform:translateY(-4px);box-shadow:0 6px 18px rgba(0,0,0,.6);}/* ==========================================   CURRENT WEEK HIGHLIGHT========================================== */.kctap-current-week{background:linear-gradient(90deg,#c40000,#8b0000);color:#fff;padding:12px 16px;border-radius:6px;box-shadow:0 0 12px rgba(196,0,0,0.6);}/* Buttons inside highlight */.kctap-current-week .button{background:#fff !important;color:#c40000 !important;border-color:#fff !important;font-weight:700;}/* ==========================================   MOBILE IMPROVEMENTS========================================== */@media(max-width:768px){.kctap-frontend-selector{flex-direction:column;align-items:stretch;gap:15px;}.kctap-frontend-selector select{min-width:100%;}.kctap-grid{grid-template-columns:1fr;}.kctap-division-title{font-size:22px;}.kctap-week-header{font-size:18px;}.kctap-logo{    width:50px;    height:auto;}.kctap-logo-large{    width:100px;}}