/* BMC V32: mobile AI assistant usability + compact players directory */
:root{--bmc-v32-card:rgba(255,255,255,.045);--bmc-v32-line:rgba(255,255,255,.10)}
.players-directory-v32{margin-top:6px}.players-dir-head-v32{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 14px}.players-dir-head-v32 h2{margin:0;font-size:20px;letter-spacing:.5px;text-transform:uppercase}.players-dir-head-v32 p{margin:5px 0 0;color:var(--muted);font-size:12px}.players-tools-v32{border-radius:18px;padding:12px;margin-bottom:14px}.players-tabs-v32{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.players-tabs-v32::-webkit-scrollbar{display:none}.players-tabs-v32 a{white-space:nowrap;padding:9px 12px;border-radius:999px;border:1px solid var(--bmc-v32-line);font-size:12px;font-weight:800;color:#e8ebf2;background:rgba(255,255,255,.035)}.players-tabs-v32 a.active{background:linear-gradient(135deg,var(--red),#a5081d);border-color:#ff4964;box-shadow:0 8px 24px rgba(239,23,55,.22)}.players-search-v32{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.players-search-v32 input{width:100%;padding:12px 14px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:#fff;outline:0}.players-search-v32 input:focus{border-color:rgba(239,23,55,.72);box-shadow:0 0 0 3px rgba(239,23,55,.12)}.players-grid-v32{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:12px}.player-tile-v32{display:grid;grid-template-rows:auto 1fr auto;gap:9px;min-width:0;padding:10px;border-radius:18px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease;border:1px solid rgba(255,255,255,.10);box-shadow:none}.player-tile-v32:hover{transform:translateY(-2px);border-color:rgba(239,23,55,.45);background:rgba(255,255,255,.06)}.player-photo-wrap-v32{display:block;position:relative;overflow:hidden;border-radius:14px;height:112px;background:linear-gradient(135deg,rgba(239,23,55,.16),rgba(255,255,255,.035))}.player-photo-wrap-v32 img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;max-width:none!important;border-radius:0!important}.player-photo-wrap-v32:after{content:"";position:absolute;inset:auto 0 0;height:34px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58))}.player-info-v32{display:block;min-width:0;text-align:center}.player-info-v32 b{display:block;font-size:13px;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.player-info-v32 small{display:block;margin-top:2px;font-size:10px;line-height:1.15;color:rgba(255,255,255,.65);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.player-meta-v32{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.player-meta-v32 em,.player-meta-v32 strong{font-style:normal;font-size:9px;line-height:1;border-radius:999px;padding:5px 7px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:#dce0e8}.player-meta-v32 em.premium{border-color:rgba(244,185,66,.45);background:rgba(244,185,66,.10);color:#ffd16d}.player-meta-v32 em.free{border-color:rgba(239,23,55,.42);background:rgba(239,23,55,.11);color:#ff8b9b}.player-meta-v32 strong{font-weight:900;color:#fff}.players-empty-v32{grid-column:1/-1;padding:26px;text-align:center;color:var(--muted);border-radius:18px}
/* Keep old player-card rule from app.css from bloating this page if a cache mixes markup. */
.players-directory-v32 .player-card,.players-directory-v32 .player-photo{height:auto!important;max-height:none!important}.players-directory-v32 .player-grid{display:contents!important}
/* Mobile-first AI assistant: no bottom-nav conflict, keyboard safe, scrollable. */
.bmc-ai-fab-v32{display:grid!important;place-items:center!important;gap:0!important;width:54px!important;height:54px!important;right:16px!important;bottom:16px!important;z-index:980!important;border-radius:50%!important;font-size:10px!important;line-height:1!important;padding:0!important;text-align:center!important}.bmc-ai-fab-v32 span{font-size:16px;line-height:1}.bmc-ai-fab-v32 b{font-size:10px;line-height:1}.bmc-ai-panel-v32{z-index:990!important}.bmc-ai-panel-v32 .ai-messages{min-height:0!important;-webkit-overflow-scrolling:touch}.bmc-ai-panel-v32 .ai-input textarea{line-height:1.35}.bmc-ai-panel-v32 .ai-input button{min-width:44px}body.ai-panel-open{overflow:hidden!important}
@media(max-width:760px){.players-dir-head-v32{align-items:center}.players-dir-head-v32 h2{font-size:16px}.players-dir-head-v32 p{display:none}.players-dir-head-v32 .btn{padding:8px 10px;font-size:11px}.players-tools-v32{padding:10px;border-radius:16px}.players-tabs-v32 a{font-size:11px;padding:8px 10px}.players-search-v32{grid-template-columns:1fr}.players-search-v32 input{padding:11px 12px}.players-grid-v32{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.player-tile-v32{border-radius:15px;padding:8px;gap:7px}.player-photo-wrap-v32{height:96px;border-radius:12px}.player-info-v32 b{font-size:12px}.player-info-v32 small{font-size:8.5px}.player-meta-v32{gap:4px}.player-meta-v32 em,.player-meta-v32 strong{font-size:8px;padding:4px 5px}.bmc-ai-fab-v32{width:50px!important;height:50px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;box-shadow:0 10px 30px rgba(239,23,55,.42)!important}.bmc-ai-panel-v32{display:none!important;position:fixed!important;top:auto!important;left:10px!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;width:auto!important;height:min(74dvh,560px)!important;max-height:calc(100dvh - 78px)!important;border-radius:20px!important;overflow:hidden!important;flex-direction:column!important;box-shadow:0 24px 80px rgba(0,0,0,.62)!important}.bmc-ai-panel-v32.open{display:flex!important}.bmc-ai-head-v32{padding:12px!important;flex-shrink:0!important}.bmc-ai-head-v32 b{font-size:14px}.bmc-ai-head-v32 .tiny{font-size:9px}.bmc-ai-panel-v32 .ai-messages{flex:1 1 auto!important;overflow-y:auto!important;padding:10px!important;gap:8px!important;overscroll-behavior:contain!important}.bmc-ai-panel-v32 .ai-msg{font-size:12px!important;border-radius:13px!important;padding:9px 10px!important;max-width:94%!important}.bmc-ai-panel-v32 .ai-input{position:relative!important;bottom:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;gap:8px!important;flex-shrink:0!important;padding:10px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;background:rgba(4,5,8,.86)!important;backdrop-filter:blur(16px)!important}.bmc-ai-panel-v32 .ai-input textarea{min-height:44px!important;max-height:88px!important;font-size:13px!important;border-radius:14px!important}.bmc-ai-panel-v32 .ai-input button{width:46px!important;height:44px!important;padding:0!important;border-radius:14px!important}.footer{padding-bottom:22px!important}.bottom-nav,.mobile-bottom-nav,.bmc-bottom-nav{display:none!important}}
@media(max-width:390px){.players-grid-v32{gap:7px}.player-photo-wrap-v32{height:86px}.player-info-v32 b{font-size:11px}.players-tabs-v32 a{font-size:10px;padding:7px 9px}}
@media(min-width:1300px){.players-grid-v32{grid-template-columns:repeat(auto-fill,minmax(188px,1fr))}.player-photo-wrap-v32{height:118px}}
[data-theme="light"] .players-search-v32 input{background:#fff;color:#172033;border-color:rgba(47,58,78,.18)}[data-theme="light"] .player-tile-v32,[data-theme="light"] .players-tools-v32{background:rgba(255,255,255,.82)!important;border-color:rgba(47,58,78,.12)!important}[data-theme="light"] .player-info-v32 b,[data-theme="light"] .player-meta-v32 strong{color:#111827}[data-theme="light"] .player-info-v32 small{color:#627083}[data-theme="light"] .players-tabs-v32 a{background:#fff;color:#182033;border-color:rgba(47,58,78,.14)}[data-theme="light"] .bmc-ai-panel-v32 .ai-input{background:rgba(255,255,255,.92)!important}[data-theme="light"] .bmc-ai-panel-v32 .ai-input textarea{background:#fff!important;color:#111827!important;border-color:rgba(47,58,78,.18)!important}
