/* In-House Player Comparison layout (mirrors MLB/MiLB styles) */
.player-comparison-dashboard { padding: 1rem; max-width: 100%; margin: 0 auto; color: #ffffff; background-color: #1a1a1a; width: 100%; overflow-x: hidden; }
.player-comparison-header { display: none; }
.comparison-container { display: flex; gap: 24px; width: 100%; margin: 0 auto; padding: 16px; background: rgba(0,0,0,0.1); border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); justify-content: center; }
.comparison-side { flex: 0 0 50%; background: transparent; border: 2px solid rgba(255,255,255,0.2); border-radius: 8px; overflow: visible; display: flex; flex-direction: column; align-items: center; min-width: 0; margin: 8px; padding: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.comparison-side .side-header { display: block; background: rgba(255,255,255,0.1); padding: 8px 12px; margin: -8px -8px 8px -8px; border-radius: 6px 6px 0 0; text-align: center; }
.comparison-side .side-header h2 { margin: 0; font-size: 1.1rem; }
.ih-side-iframe { width: 100%; height: 240vh; border: 0; background: rgba(255,255,255,0.02); display: block; border-radius: 4px; box-shadow: inset 0 0 20px rgba(0,0,0,0.3); zoom: 0.75; transform-origin: top left; margin: 0 auto; }
@media (max-width: 1100px) { .comparison-container { flex-direction: column; } .ih-side-iframe { height: 78vh; } }
