/*
Theme Name: Astra Child – Meitham Course
Theme URI: https://wpastra.com/
Description: Child theme for Meitham's course site (dark RTL, watermark)
Author: Meitham للبرمجة
Template: astra
Version: 1.0.0
Text Domain: astra-child-meitham
*/
:root{ --brand:#06b6d4; --bg:#0b0b0f; --card:#141419; --line:#222; --text:#e8e8ec; }
body{ background:var(--bg); color:var(--text); }
a{ color:var(--brand); text-decoration:none; }
.meitham-watermark{ position:fixed; inset:0; pointer-events:none; opacity:.07; font-weight:800; font-size:64px; display:grid; place-items:center; color:#fff; mix-blend-mode:overlay; }
.m-card{ background:var(--card); border:1px solid var(--line); border-radius:16px; padding:16px; }
.btn-brand{ background:var(--brand); color:#001018; border-radius:12px; padding:10px 16px; display:inline-block; font-weight:700; }
