/* style.css - Public frontend YouTube-like */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif; background:#0f0f0f; color:#fff; line-height:1.5; }
a { color:#e94560; text-decoration:none; }
a:hover { text-decoration:underline; }