/*
Theme Name: Stream IPTV HTML
Theme URI: https://streamiptbclub.com
Author: Stream IPTV Club
Description: Custom WordPress theme converted from HTML
Version: 1.0
*/
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter','Segoe UI',Arial,sans-serif;
}

:root{
  --bg:#040914;
  --bg2:#0a1633;
  --blue:#1e90ff;
  --blue-dark:#0f5ed7;
  --text:#ffffff;
  --muted:#a9b3d9;
}

body{
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

.site-header{
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
  background:rgba(4,9,20,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #0f1f44;
}

/* كمل لصق CSS كامل هنا */
