/*
Theme Name: Mokeb Liquid Glass
Theme URI: http://localhost:3000
Author: Mokeb Hazrat Narjes
Description: پوسته رسمی موکب حضرت نرجس خاتون سلام‌الله‌علیها سامرا با اتصال به پنل محتوای وردپرس.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: mokeb-liquid-glass
*/

:root {
  color-scheme: dark;
  --mokeb-bg: #007f72;
  --mokeb-text: #ffffff;
  --mokeb-border: rgba(255, 255, 255, 0.38);
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--mokeb-bg);
  color: var(--mokeb-text);
  direction: rtl;
  font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
}

.mokeb-wordpress-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0, 60, 52, 0.08), rgba(0, 35, 32, 0.42)),
    var(--mokeb-bg);
}

.mokeb-next-frame {
  display: block;
  width: 100%;
  min-height: 100vh;
  border: 0;
  background: transparent;
}

.mokeb-fallback {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.mokeb-fallback-card {
  max-width: 680px;
  border: 1px solid var(--mokeb-border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.12);
  padding: 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.mokeb-fallback-card h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1.25;
}

.mokeb-fallback-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 2;
}

.mokeb-fallback-card a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mokeb-border);
  border-radius: 999px;
  color: #ffffff;
  padding: 0 24px;
  text-decoration: none;
}
