REQUIRED GUI TEXTURE:

1. radio_gui.png
   - Format: PNG
   - Size: 256x256 pixels (Strictly!)

   LAYOUT:
   - Draw the background panel starting at coordinates (0,0).
   - The panel size must be exactly 176 pixels wide and 150 pixels high.
   - The rest of the image (right and bottom) should be transparent or empty.

   WIDGET POSITIONS (For your reference when drawing the background):
   - URL Input Box: x=8, y=20 (Width 160, Height 20)
   - Play Button:   x=8, y=45 (Width 50, Height 20)
   - Stop Button:   x=62, y=45 (Width 50, Height 20)
   - Mute Button:   x=116, y=45 (Width 50, Height 20)
   - Volume Slider: x=8, y=70 (Width 160, Height 20)
   - Area Button:   x=8, y=95 (Width 160, Height 20)
   - Status Text:   x=8, y=125 (Text will be drawn here by code)
