@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
body { font-family: 'Cairo', sans-serif; direction: rtl; background: #f3f2ef; margin: 0; }
.navbar { background: #111; color: #fff; padding: 15px; display: flex; gap: 20px; align-items: center; border-bottom: 4px solid #e30613; }
.navbar a, .navbar button { color: white; text-decoration: none; border: none; background: none; cursor: pointer; font-size: 16px; }
.container { max-width: 900px; margin: 20px auto; padding: 20px; }
.card { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 15px; }
.btn-primary { background: #e30613; color: white; border: none; padding: 10px; border-radius: 5px; width: 100%; cursor: pointer; font-weight: bold; }
.form-control { width: 100%; padding: 10px; margin: 5px 0; border: 1px solid #ccc; border-radius: 5px; }