:root { --blue:#0b5bea; --bg:#eef2f8; --card:#fff; --line:#dde6f2; --text:#071225; --muted:#748299; }
*{box-sizing:border-box} body{margin:0;background:var(--bg);font-family:Inter,Arial,sans-serif;color:var(--text)} a{text-decoration:none;color:inherit}.league-shell{max-width:980px;margin:0 auto;background:#f7f9fd;min-height:100vh;box-shadow:0 20px 60px rgba(15,35,70,.16)}.league-top{position:sticky;top:0;z-index:20;background:var(--blue);color:#fff;padding:16px 18px 18px;border-radius:0 0 24px 24px}.league-top-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.league-logo{display:flex;align-items:center;gap:8px;font-weight:900;font-size:20px}.league-logo i{width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.55)}.league-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.league-nav a{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);padding:8px 12px;border-radius:999px;font-weight:800;font-size:13px}.league-nav a.active{background:#fff;color:#064bcc}.league-content{padding:16px}.page-hero{background:#fff;border-radius:20px;padding:18px;box-shadow:0 8px 24px rgba(17,42,80,.08);margin-bottom:14px}.page-hero h1{margin:0 0 6px;font-size:26px}.muted{color:var(--muted)}.toolbar{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;margin-bottom:8px}.league-btn{border:1px solid #d5dfeb;background:#fff;border-radius:999px;padding:9px 13px;font-weight:900;color:#182235;white-space:nowrap;cursor:pointer}.league-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.status{background:#fff;border:1px solid #dce5f1;border-radius:16px;padding:12px 14px;margin-bottom:12px;font-weight:800;color:#1e293b}.status.error{color:#e11d48}.table-card,.grid-card{background:#fff;border-radius:20px;border:1px solid #dfe8f4;box-shadow:0 8px 24px rgba(17,42,80,.08);overflow:hidden}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:10px 9px;border-bottom:1px solid #edf1f7;text-align:center;font-size:13px}th{color:#6b778c;background:#f7f9fd;font-size:12px;text-transform:uppercase}.team-cell{display:flex;align-items:center;gap:10px;text-align:left;min-width:190px}.team-cell img{width:30px;height:30px;object-fit:contain;background:#fff;border-radius:50%;border:1px solid #e5eaf2;padding:2px;flex:0 0 auto}.team-cell span{font-weight:900;color:#111827}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.team-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e1e9f5;border-radius:16px;background:#fff;min-height:74px}.team-card img{width:46px!important;height:46px!important;object-fit:contain!important;flex:0 0 auto;background:#fff;border:1px solid #e5eaf2;border-radius:50%;padding:3px}.team-card .team-name{font-size:15px!important;line-height:1.25!important;font-weight:900;color:#111827!important;white-space:normal!important;text-align:left!important}.team-meta{font-size:12px;color:#728198;margin-top:2px}@media(max-width:760px){.league-shell{box-shadow:none}.league-top{border-radius:0 0 20px 20px}.league-top-row{align-items:flex-start}.league-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.league-nav a{text-align:center}.league-content{padding:12px}.page-hero{padding:15px;border-radius:18px}.page-hero h1{font-size:22px}.status{font-size:13px}.team-grid{grid-template-columns:1fr}.team-card{min-height:64px}.team-card img{width:40px!important;height:40px!important}th,td{padding:9px 7px}.team-cell img{width:28px;height:28px}.team-cell{min-width:170px}}
