/*
Theme Name: HDStyle
Theme URI: https://example.com/
Author: Generated by ChatGPT
Author URI: https://example.com/
Description: Starter WordPress theme styled like a movie grid (legal content only). Includes custom post type 'movie' and basic templates.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: hdstyle
*/
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; background:#0f0f12; color:#e9ecef; }
a{ color:#1db954; text-decoration:none; }
.container{ max-width:1100px; margin:20px auto; padding:0 15px; }
header.site-header{ padding:20px 0; border-bottom:1px solid #1a1a1a; }
.site-title{ font-size:26px; font-weight:700; }
.grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:18px; margin-top:18px; }
.card{ background:#121214; border:1px solid #1a1a1a; padding:10px; border-radius:8px; overflow:hidden; }
.card img{ width:100%; height:300px; object-fit:cover; border-radius:6px; }
.card h3{ font-size:16px; margin:8px 0 0 0; }
.site-footer{ margin:40px 0 20px 0; padding:20px 0; border-top:1px solid #1a1a1a; font-size:13px; color:#a9abb0; }
@media (max-width:600px){ .card img{ height:180px; } .site-title{ font-size:20px; } }
