.tabs-main { display: flex; background: #0d1422; border-bottom: 1px solid #1a2840; padding: 0 32px; }
.tab-main { font-size: 12px; padding: 12px 20px; color: #556677; cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.2s; }
.tab-main:hover { color: #c9a84c; }
.tab-main.active { color: #c9a84c; border-bottom-color: #c9a84c; }
.main { max-width: 1200px; margin: 0 auto; padding: 20px; }
.card { background: #0d1422; border: 1px solid #1a2840; border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.sec-head { font-size: 10px; color: #c9a84c; letter-spacing: 1.2px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #c9a84c22; }
.stabs { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.stab { font-size: 10px; padding: 4px 12px; border-radius: 4px; border: 1px solid #1a2840; color: #556677; cursor: pointer; }
.stab.a { background: #c9a84c18; border-color: #c9a84c44; color: #c9a84c; }
.search-wrap { position: relative; margin-bottom: 14px; }
.search-input { width: 100%; background: #080f1a; border: 1px solid #1a2840; border-radius: 6px; padding: 8px 14px 8px 34px; font-size: 11px; color: #dde; font-family: 'Inter', sans-serif; outline: none; }
.search-input:focus { border-color: #c9a84c44; }
.search-input::placeholder { color: #334455; }
.search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 12px; color: #334455; }
.players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.player-card { background: #080f1a; border: 1px solid #1a2840; border-radius: 8px; padding: 14px; cursor: pointer; transition: all 0.15s; }
.player-card:hover { border-color: #c9a84c44; background: #0d1a2a; transform: translateY(-1px); }
.player-card.featured { border-color: #c9a84c33; }
.p-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #1a2d4a, #0d1422); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #c9a84c; margin-bottom: 10px; border: 1px solid #c9a84c22; }
.p-name { font-size: 12px; font-weight: 600; color: #dde; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.p-seasons { font-size: 9px; color: #445566; margin-bottom: 8px; }
.p-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; }
.p-stat { text-align: center; background: #131f30; border-radius: 4px; padding: 4px 2px; }
.p-stat-val { font-size: 11px; font-weight: 600; color: #c9a84c; }
.p-stat-lbl { font-size: 8px; color: #445566; }
.teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.team-card { background: #080f1a; border: 1px solid #1a2840; border-radius: 8px; padding: 14px; cursor: pointer; transition: all 0.15s; }
.team-card:hover { border-color: #c9a84c44; background: #0d1a2a; }
.t-logo { width: 44px; height: 44px; object-fit: contain; border-radius: 6px; margin-bottom: 10px; }
.t-logo-ph { width: 44px; height: 44px; border-radius: 6px; background: #1a2d4a; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #c9a84c; margin-bottom: 10px; }
.t-name { font-size: 12px; font-weight: 600; color: #dde; margin-bottom: 3px; }
.t-div { font-size: 9px; color: #445566; margin-bottom: 8px; }
.t-stats { display: flex; gap: 8px; }
.t-stat { font-size: 10px; color: #667788; }
.t-stat span { color: #c9a84c; font-weight: 600; }
.profile-overlay { display: none; position: fixed; inset: 0; background: #000a; z-index: 200; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 30px 0; }
.profile-overlay.open { display: flex; }
.profile-modal { background: #0d1422; border: 1px solid #c9a84c33; border-radius: 12px; width: 90%; max-width: 620px; max-height: none; padding: 24px; position: relative; margin: auto; }
.profile-close { position: absolute; top: 14px; right: 14px; font-size: 18px; color: #445566; cursor: pointer; }
.profile-close:hover { color: #c9a84c; }
.profile-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #1a2840; }
.profile-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #1a2d4a, #0d1422); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: #c9a84c; border: 2px solid #c9a84c33; flex-shrink: 0; }
.profile-name { font-size: 18px; font-weight: 600; color: #fff; }
.profile-sub { font-size: 11px; color: #445566; margin-top: 3px; }
.profile-stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 16px; }
.profile-stat { background: #080f1a; border-radius: 6px; padding: 10px; text-align: center; }
.profile-stat-val { font-size: 18px; font-weight: 700; color: #c9a84c; }
.profile-stat-lbl { font-size: 9px; color: #445566; margin-top: 2px; }
.season-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-radius: 5px; border-bottom: 1px solid #1a2840; font-size: 11px; }
.season-row:last-child { border-bottom: none; }
.season-row:hover { background: #131f30; }
.season-name { color: #c9a84c; font-weight: 500; min-width: 90px; }
.season-club { color: #667788; font-size: 10px; flex: 1; padding: 0 8px; }
.season-nums { display: flex; gap: 12px; }
.season-num { text-align: center; }
.season-num-val { font-weight: 600; color: #bbc; }
.season-num-lbl { font-size: 8px; color: #445566; }
.loading { font-size: 12px; color: #445566; padding: 30px 0; text-align: center; }
.empty { font-size: 12px; color: #334455; padding: 20px; text-align: center; }
footer { background: #0d1422; border-top: 1px solid #1a2840; padding: 14px 32px; display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
footer span { font-size: 11px; color: #334455; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 11px; color: #445566; }