
/*
 Theme Name: DCF Dubai Monopoly (Child) — v2
 Theme URI: https://dcf.properties
 Author: DCF Properties
 Author URI: https://dcf.properties
 Description: Dubai Monopoly board child theme with model-viewer GLB/GLTF support and WhatsApp Business cover skin.
 Version: 2.0.1
 License: GPL-2.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: dcf-dubai-monopoly
 Template: twentytwentyfive
*/

:root{
  --dcf-primary:#c0392b;
  --dcf-dark:#1e1e1e;
  --dcf-gold:#d4af37;
  --dcf-cream:#f5eddc;
}
body{background:var(--dcf-cream);}
.dcf-hero{padding:48px 24px; text-align:center; background:#fff; border:6px solid var(--dcf-dark); margin:24px auto; max-width:1200px; box-shadow:0 10px 40px rgba(0,0,0,.08);}
.dcf-cta{display:inline-block; margin-top:16px; padding:12px 20px; background:var(--dcf-primary); color:white; text-decoration:none; border-radius:12px; font-weight:700;}
#dubai-board{max-width:1200px; margin:32px auto; aspect-ratio: 2 / 1; background:#fff; border:10px solid var(--dcf-dark); position:relative; box-shadow:0 12px 40px rgba(0,0,0,.09);}
.dcf-legend{max-width:1200px; margin:12px auto 40px; display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:8px;}
.dcf-card{background:#fff; border:1px solid #e6e3da; border-radius:16px; padding:16px; box-shadow:0 6px 24px rgba(0,0,0,.06);}
.dcf-listings{max-width:1200px; margin:20px auto; display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px;}
.dcf-listings .item{background:#fff; border:1px solid #eee; border-radius:16px; overflow:hidden;}
.dcf-listings .thumb{aspect-ratio:16/10; background:#ddd;}
.dcf-listings .meta{padding:12px 14px;}
.dcf-price{color:var(--dcf-primary); font-weight:800;}
