/* ============================================================
   ===== 💜 GLASSMORPHISM.CSS — نسخه نهایی «شیشه بنفش v6» =====
   ===== کافی‌شاپ سوفیا =====
   ============================================================
   ===== 🔴 تغییرات نسخه v6 (هماهنگی با beauty-upgrade v5): =====
   ===== ✅ سبز پررنگ‌تر (#047857) برای قیمت‌ها =====
   ===== ✅ به‌روزرسانی متغیرهای --glass-emerald-* =====
   ===== ✅ درخشش سبز قوی‌تر (text-shadow سه‌لایه) =====
   ===== ✅ حالت تیره: سبز روشن‌تر (#34D399) =====
   ===== ✅ فاکتور شیشه‌ای: مبلغ کل سبز درخشان =====
   ===== ✅ حفظ کامل قواعد «سکوت هوشمند» =====
   ============================================================
   ===== قاعده طلایی: =====
   ===== ۱. کارت‌های شیشه‌ای با تم بنفش =====
   ===== ۲. hover ظریف (بدون pulse/glow مداوم) =====
   ===== ۳. سازگاری با هر دو تم روشن و تیره =====
   ===== ۴. حذف انیمیشن‌های تزئینی مزاحم (glassRotate, rotateBorder) =====
   ===== ۵. قیمت‌ها با سبز پررنگ (#047857) =====
   ============================================================ */

/* ============================================================
   ===== 🎨 متغیرهای پایه =====
   ============================================================ */

:root {
    /* ===== 💜 بنفش اصلی ===== */
    --glass-purple: #8B1A8B;
    --glass-purple-light: #9B59B6;
    --glass-purple-soft: #B07CC6;
    --glass-purple-deep: #6B0F6B;
    --glass-purple-pale: #C89FE0;

    /* ===== 💚 سبز پررنگ زمردی (برای قیمت‌ها) ===== */
    --glass-emerald: #047857;
    --glass-emerald-light: #059669;
    --glass-emerald-soft: #10B981;
    --glass-emerald-glow: rgba(4, 120, 87, 0.50);
    --glass-emerald-glow-strong: rgba(4, 120, 87, 0.70);
    --glass-emerald-bg: rgba(4, 120, 87, 0.14);
    --glass-emerald-border: rgba(4, 120, 87, 0.55);

    /* ===== 🎯 نام‌های قدیمی (برای سازگاری) — سبز پررنگ ===== */
    --glass-gold: #047857;
    --glass-gold-light: #059669;

    /* ===== ✅ سبز موفقیت ===== */
    --glass-success: #047857;
    --glass-success-light: #10B981;

    /* ===== ❌ قرمز خطا ===== */
    --glass-danger: #c0392b;
    --glass-danger-light: #e74c3c;

    /* ===== ⚠️ نارنجی هشدار ===== */
    --glass-warning: #e67e22;
    --glass-warning-light: #f39c12;

    /* ===== 💙 آبی اطلاعات ===== */
    --glass-info: #2980b9;
    --glass-info-light: #5DADE2;

    /* ===== ⚙️ قهوه‌ای باریستا ===== */
    --glass-chef: #e67e22;
    --glass-chef-light: #f39c12;

    /* ===== 🎨 شفافیت‌ها ===== */
    --glass-alpha-low: 0.04;
    --glass-alpha-mid: 0.06;
    --glass-alpha-high: 0.08;
    --glass-border-alpha: 0.10;
    --glass-border-strong: 0.20;

    /* ===== 🌫️ Blur ===== */
    --glass-blur-sm: 5px;
    --glass-blur-md: 10px;
    --glass-blur-lg: 20px;
    --glass-blur-xl: 30px;

    /* ===== ⏱️ Transition ===== */
    --glass-transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    --glass-transition-smooth: 0.3s ease;
}

/* ============================================================
   ===== 🌟 کارت‌های شیشه‌ای پایه =====
   ============================================================ */

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    transition: all var(--glass-transition);
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(139, 26, 139, 0.35);
    box-shadow:
        0 8px 40px 0 rgba(139, 26, 139, 0.15),
        0 0 0 1px rgba(139, 26, 139, 0.10);
}

/* ============================================================
   ===== 🔘 دکمه‌های شیشه‌ای پایه =====
   ============================================================ */

.glass-btn {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: white;
    transition: all var(--glass-transition-smooth);
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
}

.glass-btn:hover {
    background: rgba(139, 26, 139, 0.18);
    border-color: rgba(139, 26, 139, 0.35);
    box-shadow: 0 0 30px rgba(139, 26, 139, 0.15);
}

.glass-btn:active {
    transform: scale(0.97);
}

/* ============================================================
   ===== 📌 هدر شیشه‌ای =====
   ============================================================ */

.glass-header {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ============================================================
   ===== 💜 درخشش‌های رنگی (فقط hover — بدون pulse) =====
   ============================================================ */

/* ===== درخشش بنفش (اصلی) ===== */
.glow-purple,
.glow-gold {
    box-shadow: 0 0 30px rgba(139, 26, 139, 0.20);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-purple:hover,
.glow-gold:hover {
    box-shadow:
        0 0 60px rgba(139, 26, 139, 0.40),
        0 0 120px rgba(139, 26, 139, 0.15);
}

/* ===== درخشش بنفش عمیق ===== */
.glow-purple-deep {
    box-shadow: 0 0 30px rgba(107, 15, 107, 0.20);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-purple-deep:hover {
    box-shadow:
        0 0 60px rgba(107, 15, 107, 0.40),
        0 0 120px rgba(107, 15, 107, 0.15);
}

/* ===== ✅ درخشش سبز پررنگ (برای قیمت‌ها و موفقیت) ===== */
.glow-emerald,
.glow-success {
    box-shadow:
        0 0 30px rgba(4, 120, 87, 0.25),
        0 0 60px rgba(4, 120, 87, 0.10);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-emerald:hover,
.glow-success:hover {
    box-shadow:
        0 0 60px rgba(4, 120, 87, 0.55),
        0 0 120px rgba(4, 120, 87, 0.25);
}

/* ===== درخشش قرمز (خطا) ===== */
.glow-danger {
    box-shadow: 0 0 30px rgba(192, 57, 43, 0.20);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-danger:hover {
    box-shadow: 0 0 60px rgba(192, 57, 43, 0.40);
}

/* ===== ترکیب بنفش-سبز (برای قیمت‌ها) ===== */
.glow-purple-emerald,
.glow-emerald-purple {
    box-shadow:
        0 0 30px rgba(139, 26, 139, 0.15),
        0 0 60px rgba(4, 120, 87, 0.15);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-purple-emerald:hover,
.glow-emerald-purple:hover {
    box-shadow:
        0 0 60px rgba(139, 26, 139, 0.30),
        0 0 120px rgba(4, 120, 87, 0.35);
}

/* ===== سازگاری با کلاس قبلی (بنفش-طلایی) ===== */
.glow-purple-gold,
.glow-gold-purple {
    box-shadow:
        0 0 30px rgba(139, 26, 139, 0.15),
        0 0 60px rgba(4, 120, 87, 0.15);
    transition: box-shadow var(--glass-transition-smooth);
}

.glow-purple-gold:hover,
.glow-gold-purple:hover {
    box-shadow:
        0 0 60px rgba(139, 26, 139, 0.30),
        0 0 120px rgba(4, 120, 87, 0.30);
}

/* ============================================================
   ===== 💜 کارت‌های شیشه‌ای با تم بنفش =====
   ============================================================ */

/* ===== کارت بنفش اصلی ===== */
.glass-card-purple,
.glass-card-gold {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 26, 139, 0.20);
    box-shadow: 0 8px 32px 0 rgba(139, 26, 139, 0.08);
    border-radius: 24px;
    transition: all var(--glass-transition);
}

.glass-card-purple:hover,
.glass-card-gold:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(139, 26, 139, 0.45);
    box-shadow:
        0 8px 40px 0 rgba(139, 26, 139, 0.20),
        0 0 0 1px rgba(139, 26, 139, 0.15);
    transform: translateY(-2px);
}

/* ===== کارت بنفش عمیق ===== */
.glass-card-purple-deep {
    background: linear-gradient(
        145deg,
        rgba(107, 15, 107, 0.08),
        rgba(139, 26, 139, 0.03)
    );
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border: 2px solid rgba(107, 15, 107, 0.25);
    box-shadow:
        0 8px 32px rgba(107, 15, 107, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    transition: all var(--glass-transition);
}

.glass-card-purple-deep:hover {
    border-color: rgba(107, 15, 107, 0.45);
    box-shadow:
        0 12px 48px rgba(107, 15, 107, 0.25),
        0 0 60px rgba(139, 26, 139, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transform: translateY(-3px);
}

/* ============================================================
   ===== 💚 کارت شیشه‌ای سبز پررنگ (برای قیمت‌ها) =====
   ============================================================ */

.glass-card-emerald {
    background: linear-gradient(
        145deg,
        rgba(4, 120, 87, 0.10),
        rgba(5, 150, 105, 0.04)
    );
    backdrop-filter: blur(15px) saturate(160%);
    -webkit-backdrop-filter: blur(15px) saturate(160%);
    border: 2px solid var(--glass-emerald-border);
    box-shadow:
        0 8px 32px rgba(4, 120, 87, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    transition: all var(--glass-transition);
}

.glass-card-emerald:hover {
    border-color: rgba(4, 120, 87, 0.75);
    box-shadow:
        0 12px 48px rgba(4, 120, 87, 0.30),
        0 0 60px rgba(4, 120, 87, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

/* ============================================================
   ===== 💜 کارت‌های شیشه‌ای بنفش تیره =====
   ============================================================ */

.glass-card-dark-purple,
.glass-card-dark-gold {
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.30),
        rgba(0, 0, 0, 0.15)
    );
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 26, 139, 0.20);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.40),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: all var(--glass-transition-smooth);
}

.glass-card-dark-purple:hover,
.glass-card-dark-gold:hover {
    border-color: rgba(139, 26, 139, 0.45);
    box-shadow:
        0 12px 48px rgba(0, 0, 0, 0.50),
        0 0 40px rgba(139, 26, 139, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ============================================================
   ===== 💜 دکمه‌های شیشه‌ای با حاشیه بنفش =====
   ============================================================ */

.glass-btn-purple,
.glass-btn-gold {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(139, 26, 139, 0.30);
    color: white;
    transition: all var(--glass-transition-smooth);
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
}

.glass-btn-purple:hover,
.glass-btn-gold:hover {
    background: rgba(139, 26, 139, 0.20);
    border-color: rgba(139, 26, 139, 0.60);
    box-shadow: 0 0 30px rgba(139, 26, 139, 0.20);
}

.glass-btn-purple:active,
.glass-btn-gold:active {
    transform: scale(0.96);
}

/* ============================================================
   ===== 💚 دکمه شیشه‌ای سبز پررنگ =====
   ============================================================ */

.glass-btn-emerald {
    background: rgba(4, 120, 87, 0.10);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1.5px solid var(--glass-emerald-border);
    color: var(--glass-emerald);
    transition: all var(--glass-transition-smooth);
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 800;
}

.glass-btn-emerald:hover {
    background: linear-gradient(135deg, rgba(4, 120, 87, 0.28), rgba(5, 150, 105, 0.20));
    border-color: rgba(4, 120, 87, 0.85);
    color: var(--glass-emerald);
    box-shadow: 0 0 30px rgba(4, 120, 87, 0.35);
    transform: translateY(-2px);
}

.glass-btn-emerald:active {
    transform: scale(0.96);
}

/* ============================================================
   ===== 💜 دکمه‌های شیشه‌ای با گرادیان بنفش =====
   ============================================================ */

.glass-btn-gradient-purple,
.glass-btn-gradient-gold {
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.18),
        rgba(155, 89, 182, 0.10)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 26, 139, 0.35);
    color: var(--glass-purple-pale);
    font-weight: 800;
    transition: all var(--glass-transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
}

.glass-btn-gradient-purple::before,
.glass-btn-gradient-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.20),
        transparent
    );
    transition: left 0.6s ease;
}

.glass-btn-gradient-purple:hover::before,
.glass-btn-gradient-gold:hover::before {
    left: 100%;
}

.glass-btn-gradient-purple:hover,
.glass-btn-gradient-gold:hover {
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.30),
        rgba(155, 89, 182, 0.20)
    );
    border-color: rgba(139, 26, 139, 0.60);
    color: #ffffff;
    box-shadow:
        0 8px 30px rgba(139, 26, 139, 0.40),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* ============================================================
   ===== 💚 دکمه شیشه‌ای گرادیان سبز پررنگ =====
   ============================================================ */

.glass-btn-gradient-emerald {
    background: linear-gradient(
        135deg,
        rgba(4, 120, 87, 0.22),
        rgba(5, 150, 105, 0.14)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid var(--glass-emerald-border);
    color: var(--glass-emerald);
    font-weight: 800;
    transition: all var(--glass-transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
}

.glass-btn-gradient-emerald::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transition: left 0.6s ease;
}

.glass-btn-gradient-emerald:hover::before {
    left: 100%;
}

.glass-btn-gradient-emerald:hover {
    background: linear-gradient(
        135deg,
        rgba(4, 120, 87, 0.40),
        rgba(5, 150, 105, 0.30)
    );
    border-color: rgba(4, 120, 87, 0.85);
    color: #ffffff;
    box-shadow:
        0 8px 30px rgba(4, 120, 87, 0.50),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    transform: translateY(-2px);
}

/* ============================================================
   ===== 💜 کارت شیشه‌ای نظرسنجی =====
   ============================================================ */

.glass-card-rating {
    background: linear-gradient(
        145deg,
        rgba(139, 26, 139, 0.08),
        rgba(155, 89, 182, 0.03)
    );
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 2px solid rgba(139, 26, 139, 0.30);
    border-radius: 24px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.10),
        0 0 40px rgba(139, 26, 139, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transition: all var(--glass-transition);
    position: relative;
    overflow: hidden;
}

.glass-card-rating:hover {
    border-color: rgba(139, 26, 139, 0.55);
    box-shadow:
        0 12px 48px rgba(0, 0, 0, 0.15),
        0 0 60px rgba(139, 26, 139, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* ===== خط بالای کارت (بدون انیمیشن — استاتیک) ===== */
.glass-card-rating::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        transparent,
        #8B1A8B,
        #B07CC6,
        #047857,
        #B07CC6,
        #8B1A8B,
        transparent);
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.85;
    animation: none !important;
}

.glass-card-rating > * {
    position: relative;
    z-index: 1;
}

/* ============================================================
   ===== 💜✅✅✅ کارت شیشه‌ای فاکتور — نسخه یک‌صفحه‌ای v6 =====
   ===== هماهنگ با .invoice-container در index.html =====
   ============================================================ */

.glass-card-invoice {
    background: linear-gradient(
        145deg,
        rgba(139, 26, 139, 0.10),
        rgba(155, 89, 182, 0.04)
    );
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 2px solid rgba(139, 26, 139, 0.35);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.10),
        0 0 60px rgba(139, 26, 139, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    transition: all var(--glass-transition);
    position: relative;
    overflow: hidden;
    /* ✅✅✅ کلید اصلی: هماهنگ با .invoice-container در index.html */
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 130px);
    padding: 14px 14px 12px;
    text-align: right;
}

.glass-card-invoice:hover {
    border-color: rgba(139, 26, 139, 0.55);
    box-shadow:
        0 12px 48px rgba(0, 0, 0, 0.15),
        0 0 80px rgba(139, 26, 139, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* ===== خط بالای فاکتور (بنفش-سبز پررنگ) ===== */
.glass-card-invoice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        transparent,
        #8B1A8B,
        #B07CC6,
        #047857,
        #B07CC6,
        #8B1A8B,
        transparent);
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
    flex-shrink: 0;
    animation: none !important;
}

/* ============================================================
   ===== 💚✅ قیمت در کارت فاکتور — سبز پررنگ =====
   ============================================================ */

.glass-card-invoice .item-total,
.glass-card-invoice .summary-row.total .value,
.glass-card-invoice .invoice-item-lux .item-total {
    color: var(--glass-emerald) !important;
    font-weight: 900 !important;
    text-shadow:
        0 0 12px var(--glass-emerald-glow),
        0 0 24px rgba(4, 120, 87, 0.25);
}

.glass-card-invoice .summary-row.total .value {
    background: linear-gradient(135deg, #047857 0%, #059669 50%, #047857 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow:
        0 0 20px var(--glass-emerald-glow),
        0 0 40px rgba(4, 120, 87, 0.30);
}

/* ============================================================
   ===== ✅✅✅ بخش آیتم‌های فاکتور (اسکرول داخلی) =====
   ============================================================ */

.glass-invoice-items {
    flex: 1;
    min-height: 60px;
    max-height: 180px;
    overflow-y: auto;
    margin: 6px 0;
    padding: 6px 4px 4px 0;
    border-top: 1px solid rgba(139, 26, 139, 0.15);
    border-bottom: 1px solid rgba(139, 26, 139, 0.15);
    /* ✅ اسکرول بار نازک */
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 26, 139, 0.4) transparent;
}

.glass-invoice-items::-webkit-scrollbar {
    width: 4px;
}

.glass-invoice-items::-webkit-scrollbar-track {
    background: transparent;
}

.glass-invoice-items::-webkit-scrollbar-thumb {
    background: rgba(139, 26, 139, 0.4);
    border-radius: 4px;
}

.glass-invoice-items::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 26, 139, 0.6);
}

/* ============================================================
   ===== ✅✅✅ شبکه مشخصات مشتری در فاکتور =====
   ============================================================ */

.glass-customer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    flex-shrink: 0;
}

.glass-customer-grid .info-box {
    background: rgba(255, 255, 255, 0.35);
    padding: 5px 8px;
    border-radius: 7px;
    border: 1px solid rgba(139, 26, 139, 0.12);
    transition: all var(--glass-transition-smooth);
}

[data-theme="dark"] .glass-customer-grid .info-box {
    background: rgba(255, 255, 255, 0.04);
}

.glass-customer-grid .info-box:hover {
    border-color: rgba(139, 26, 139, 0.30);
    background: rgba(139, 26, 139, 0.06);
}

.glass-customer-grid .info-box.full {
    grid-column: 1 / -1;
}

.glass-customer-grid .info-box .lbl {
    font-size: 8px;
    color: var(--text-light, #8a7a90);
    display: block;
    font-weight: 600;
    margin-bottom: 1px;
}

.glass-customer-grid .info-box .val {
    font-size: 11px;
    color: var(--text-primary, #2a1830);
    font-weight: 800;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.glass-customer-grid .info-box .val.ltr {
    direction: ltr;
    text-align: right;
    font-family: 'Courier New', monospace;
    font-size: 10px;
}

/* ============================================================
   ===== 💜 کارت شیشه‌ای مشخصات مشتری (کلی) =====
   ============================================================ */

.glass-card-customer-info {
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.06),
        rgba(155, 89, 182, 0.03)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 26, 139, 0.20);
    border-radius: 14px;
    padding: 12px 14px;
    position: relative;
    transition: all var(--glass-transition-smooth);
}

.glass-card-customer-info:hover {
    border-color: rgba(139, 26, 139, 0.40);
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.10),
        rgba(155, 89, 182, 0.05)
    );
}

/* ===== آیتم‌های داخل کارت مشخصات ===== */
.glass-info-box {
    background: rgba(255, 255, 255, 0.35);
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(139, 26, 139, 0.12);
    transition: all var(--glass-transition-smooth);
}

.glass-info-box:hover {
    border-color: rgba(139, 26, 139, 0.35);
    background: rgba(139, 26, 139, 0.06);
}

[data-theme="dark"] .glass-info-box {
    background: rgba(255, 255, 255, 0.05);
}

/* ============================================================
   ===== 💜 کارت شیشه‌ای پنل باریستا (قهوه‌ای) =====
   ============================================================ */

.glass-card-chef {
    background: linear-gradient(
        145deg,
        rgba(230, 126, 34, 0.06),
        rgba(243, 156, 18, 0.03)
    );
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border: 2px solid rgba(230, 126, 34, 0.20);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.10),
        0 0 30px rgba(230, 126, 34, 0.08);
    border-radius: 20px;
    transition: all var(--glass-transition-smooth);
}

.glass-card-chef:hover {
    border-color: rgba(230, 126, 34, 0.45);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 0 50px rgba(230, 126, 34, 0.20);
    transform: translateY(-3px);
}

/* ============================================================
   ===== 💚 کارت شیشه‌ای موفقیت (سبز پررنگ) =====
   ============================================================ */

.glass-card-success {
    background: linear-gradient(
        145deg,
        rgba(4, 120, 87, 0.10),
        rgba(5, 150, 105, 0.04)
    );
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(4, 120, 87, 0.40);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(4, 120, 87, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transition: all var(--glass-transition-smooth);
}

.glass-card-success:hover {
    border-color: rgba(4, 120, 87, 0.65);
    box-shadow:
        0 12px 48px rgba(4, 120, 87, 0.25),
        0 0 60px rgba(4, 120, 87, 0.15);
}

/* ============================================================
   ===== 💜 کارت شیشه‌ای تیره =====
   ============================================================ */

.glass-card-dark {
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.40);
    border-radius: 24px;
    transition: all var(--glass-transition-smooth);
}

.glass-card-dark:hover {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(139, 26, 139, 0.20);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.50);
}

/* ============================================================
   ===== 💜 کارت شیشه‌ای نرم =====
   ============================================================ */

.glass-card-soft {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all var(--glass-transition);
}

.glass-card-soft:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(139, 26, 139, 0.35);
    transform: translateY(-3px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.12),
        0 0 40px rgba(139, 26, 139, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

/* ============================================================
   ===== 💜 ترکیب شیشه + بنفش (اصلی) =====
   ============================================================ */

.glass-purple-combo,
.glass-gold-combo {
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.10),
        rgba(255, 255, 255, 0.03)
    );
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 2px solid rgba(139, 26, 139, 0.30);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(139, 26, 139, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all var(--glass-transition);
}

.glass-purple-combo:hover,
.glass-gold-combo:hover {
    border-color: rgba(139, 26, 139, 0.55);
    box-shadow:
        0 12px 48px rgba(139, 26, 139, 0.25),
        0 0 60px rgba(139, 26, 139, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    transform: translateY(-3px);
}

/* ============================================================
   ===== 💚 ترکیب شیشه + سبز پررنگ =====
   ============================================================ */

.glass-emerald-combo {
    background: linear-gradient(
        135deg,
        rgba(4, 120, 87, 0.14),
        rgba(255, 255, 255, 0.03)
    );
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 2px solid var(--glass-emerald-border);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(4, 120, 87, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all var(--glass-transition);
}

.glass-emerald-combo:hover {
    border-color: rgba(4, 120, 87, 0.75);
    box-shadow:
        0 12px 48px rgba(4, 120, 87, 0.32),
        0 0 60px rgba(4, 120, 87, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    transform: translateY(-3px);
}

/* ============================================================
   ===== 🎨 متن شیشه‌ای با گرادیان بنفش =====
   ============================================================ */

.glass-text {
    background: linear-gradient(
        135deg,
        rgba(139, 26, 139, 0.9),
        rgba(155, 89, 182, 0.7),
        rgba(4, 120, 87, 0.8),
        rgba(155, 89, 182, 0.7),
        rgba(139, 26, 139, 0.9)
    );
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    backdrop-filter: blur(5px);
    font-weight: 900;
    animation: none !important;
}

/* ============================================================
   ===== 💚 متن شیشه‌ای با گرادیان سبز پررنگ =====
   ============================================================ */

.glass-text-emerald {
    background: linear-gradient(
        135deg,
        #047857 0%,
        #059669 50%,
        #047857 100%
    );
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 0 0 20px var(--glass-emerald-glow);
    animation: none !important;
}

/* ============================================================
   ===== 🎨 نویز شیشه‌ای (اختیاری) =====
   ============================================================ */

.glass-noise {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    overflow: hidden;
}

.glass-noise::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.4;
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* ============================================================
   ===== 🪟 مودال شیشه‌ای =====
   ============================================================ */

.glass-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 6, 16, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: glassFadeIn 0.3s ease;
}

@keyframes glassFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.glass-modal {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    animation: glassModalEnter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes glassModalEnter {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* ============================================================
   ===== ✨ انیمیشن ورود کارت‌های شیشه‌ای (یک بار) =====
   ============================================================ */

.glass-enter {
    animation: glassEnter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes glassEnter {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

/* ============================================================
   ===== 🌓 Dark Mode — تنظیمات =====
   ============================================================ */

[data-theme="dark"] .glass-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .glass-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(176, 124, 198, 0.40);
}

[data-theme="dark"] .glass-card-rating {
    background: linear-gradient(
        145deg,
        rgba(155, 89, 182, 0.08),
        rgba(139, 26, 139, 0.03)
    );
    border-color: rgba(176, 124, 198, 0.40);
}

[data-theme="dark"] .glass-card-invoice {
    background: linear-gradient(
        145deg,
        rgba(155, 89, 182, 0.10),
        rgba(139, 26, 139, 0.04)
    );
    border-color: rgba(176, 124, 198, 0.45);
}

[data-theme="dark"] .glass-btn {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .glass-btn:hover {
    background: rgba(155, 89, 182, 0.20);
    border-color: rgba(176, 124, 198, 0.50);
}

[data-theme="dark"] .glass-card-chef {
    background: linear-gradient(
        145deg,
        rgba(230, 126, 34, 0.08),
        rgba(243, 156, 18, 0.04)
    );
    border-color: rgba(230, 126, 34, 0.25);
}

[data-theme="dark"] .glass-info-box {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(155, 89, 182, 0.20);
}

[data-theme="dark"] .glass-info-box:hover {
    border-color: rgba(176, 124, 198, 0.45);
    background: rgba(155, 89, 182, 0.10);
}

[data-theme="dark"] .glass-customer-grid .info-box {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(155, 89, 182, 0.20);
}

[data-theme="dark"] .glass-customer-grid .info-box:hover {
    border-color: rgba(176, 124, 198, 0.45);
    background: rgba(155, 89, 182, 0.10);
}

/* ===== ✅ قیمت‌ها در حالت تیره — سبز روشن‌تر ===== */
[data-theme="dark"] .glass-card-invoice .item-total,
[data-theme="dark"] .glass-card-invoice .summary-row.total .value,
[data-theme="dark"] .glass-card-emerald,
[data-theme="dark"] .glass-text-emerald {
    color: var(--glass-emerald-light) !important;
    text-shadow:
        0 0 14px rgba(52, 211, 153, 0.65),
        0 0 28px rgba(52, 211, 153, 0.35);
}

[data-theme="dark"] .glass-card-invoice .summary-row.total .value {
    background: linear-gradient(135deg, #34D399 0%, #6EE7B7 50%, #34D399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   ===== 🎨 کلاس‌های کمکی =====
   ============================================================ */

/* ===== Blur ===== */
.glass-blur-sm {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.glass-blur-md {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.glass-blur-lg {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.glass-blur-xl {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* ===== Border Colors ===== */
.glass-border-purple,
.glass-border-gold {
    border-color: rgba(139, 26, 139, 0.35) !important;
}

.glass-border-purple-deep {
    border-color: rgba(107, 15, 107, 0.35) !important;
}

/* ===== ✅ حاشیه سبز پررنگ ===== */
.glass-border-emerald {
    border-color: var(--glass-emerald-border) !important;
}

.glass-border-success {
    border-color: rgba(4, 120, 87, 0.45) !important;
}

.glass-border-danger {
    border-color: rgba(192, 57, 43, 0.35) !important;
}

.glass-border-warning {
    border-color: rgba(230, 126, 34, 0.35) !important;
}

.glass-border-info {
    border-color: rgba(41, 128, 185, 0.35) !important;
}

/* ===== Shadows ===== */
.glass-shadow-sm {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.glass-shadow-md {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.glass-shadow-lg {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

.glass-shadow-purple,
.glass-shadow-gold {
    box-shadow: 0 8px 32px rgba(139, 26, 139, 0.20);
}

.glass-shadow-purple-deep {
    box-shadow: 0 8px 32px rgba(107, 15, 107, 0.20);
}

/* ===== ✅ سایه سبز پررنگ ===== */
.glass-shadow-emerald {
    box-shadow:
        0 8px 32px rgba(4, 120, 87, 0.30),
        0 0 40px rgba(4, 120, 87, 0.15);
}

.glass-shadow-success {
    box-shadow: 0 8px 32px rgba(4, 120, 87, 0.25);
}

/* ===== Radius ===== */
.glass-radius-sm { border-radius: 12px; }
.glass-radius-md { border-radius: 16px; }
.glass-radius-lg { border-radius: 24px; }
.glass-radius-xl { border-radius: 32px; }

/* ============================================================
   ===== 💚 کلاس‌های قیمت سبز پررنگ =====
   ============================================================ */

.glass-price-emerald {
    color: var(--glass-emerald) !important;
    font-weight: 900 !important;
    letter-spacing: 0.4px;
    text-shadow:
        0 0 12px var(--glass-emerald-glow),
        0 0 24px rgba(4, 120, 87, 0.25);
}

.glass-price-emerald-bg {
    background: var(--glass-emerald-bg) !important;
    border: 1.5px solid var(--glass-emerald-border) !important;
    color: var(--glass-emerald) !important;
    font-weight: 900 !important;
    border-radius: 20px;
    padding: 4px 14px;
    letter-spacing: 0.4px;
    text-shadow:
        0 0 10px var(--glass-emerald-glow),
        0 0 20px rgba(4, 120, 87, 0.20);
}

/* ============================================================
   ===== 🛡️ غیرفعال‌سازی انیمیشن‌های مزاحم =====
   ============================================================ */

/* ===== حذف چرخش مرزی (rotateBorder) ===== */
.glass-card-animated,
.glass-card-animated::before,
[class*="rotateBorder"] {
    animation: none !important;
}

/* ===== حذف glassRotate ===== */
.glass-card-rating::before,
[class*="glassRotate"],
[class*="conicRotate"] {
    animation: none !important;
}

/* ===== حذف pulseGlow و ratingShimmer ===== */
.glass-card-pulse,
[class*="pulseGlow"],
[class*="ratingShimmer"],
[class*="glowGradientShift"] {
    animation: none !important;
}

/* ===== حذف shimmer داخلی (فقط خط بالای کارت باقی بماند) ===== */
.glass-card::before,
.glass-card-purple::before,
.glass-card-invoice::before,
.glass-card-rating::before,
.glass-card-emerald::before {
    animation: none !important;
}

/* ============================================================
   ===== 📱 موبایل — بهینه‌سازی =====
   ============================================================ */

@media (max-width: 480px) {
    .glass-card {
        border-radius: 18px;
    }

    .glass-card-rating,
    .glass-card-invoice {
        border-radius: 20px;
        padding: 12px 12px 10px;
    }

    .glass-card-invoice {
        max-height: calc(100vh - 120px) !important;
    }

    .glass-invoice-items {
        max-height: 140px !important;
    }

    .glass-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .glass-modal {
        border-radius: 20px;
        max-width: 95%;
    }

    .glass-customer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .glass-customer-grid .info-box .lbl {
        font-size: 8px;
    }

    .glass-customer-grid .info-box .val {
        font-size: 11px;
    }

    /* ===== قیمت‌ها در موبایل — سبز پررنگ ===== */
    .glass-card-invoice .item-total,
    .glass-card-invoice .summary-row.total .value {
        color: var(--glass-emerald) !important;
        text-shadow:
            0 0 10px var(--glass-emerald-glow),
            0 0 20px rgba(4, 120, 87, 0.22);
    }
}

@media (max-width: 360px) {
    .glass-customer-grid {
        grid-template-columns: 1fr;
    }

    .glass-invoice-items {
        max-height: 120px !important;
    }
}

/* ============================================================
   ===== ✨ Reduced Motion =====
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    .glass-card,
    .glass-btn,
    .glass-card-rating,
    .glass-card-invoice,
    .glass-card-chef,
    .glass-card-success,
    .glass-card-emerald,
    .glass-purple-combo,
    .glass-emerald-combo {
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================
   ===== 📝 خلاصه قواعد کلیدی نسخه v6 =====
   ============================================================ */
/*
   ✅✅✅ تغییرات کلیدی v6 نسبت به v5:

   1. ✅ سبز پررنگ‌تر (#047857) برای قیمت‌ها:
      - --glass-emerald: #047857 (به جای #10B981)
      - --glass-emerald-light: #059669 (به جای #34D399)
      - --glass-emerald-soft: #10B981 (به جای #6EE7B7)
      - --glass-emerald-glow: rgba(4, 120, 87, 0.50)
      - --glass-emerald-glow-strong: rgba(4, 120, 87, 0.70)
      - --glass-emerald-bg: rgba(4, 120, 87, 0.14)
      - --glass-emerald-border: rgba(4, 120, 87, 0.55)

   2. ✅ نام‌های قدیمی — سبز پررنگ:
      - --glass-gold: #047857 (به جای #10B981)
      - --glass-gold-light: #059669 (به جای #34D399)

   3. ✅ سبز موفقیت:
      - --glass-success: #047857
      - --glass-success-light: #10B981

   4. ✅ به‌روزرسانی درخشش‌های hover:
      - .glow-emerald: درخشش سبز پررنگ‌تر
      - .glow-purple-emerald: ترکیب بنفش-سبز پررنگ

   5. ✅ به‌روزرسانی گرادیان‌ها:
      - .glass-card-rating::before: بنفش + #047857
      - .glass-card-invoice::before: بنفش + #047857
      - .glass-text: بنفش + #047857
      - .glass-text-emerald: #047857 → #059669 → #047857

   6. ✅ به‌روزرسانی قیمت در کارت فاکتور:
      - .glass-card-invoice .item-total: #047857 با درخشش سه‌لایه
      - .glass-card-invoice .summary-row.total .value: گرادیان سبز پررنگ

   7. ✅ حفظ کامل قواعد «سکوت هوشمند»:
      - خطوط بالای کارت‌ها ثابت هستند (animation: none)
      - هیچ پالسی وجود ندارد
      - hover فقط با transition

   ✅ کلاس‌های اصلی (با تم بنفش):
   1. .glass-card — کارت شیشه‌ای پایه
   2. .glass-btn — دکمه شیشه‌ای پایه
   3. .glass-header — هدر شیشه‌ای
   4. .glass-card-purple / .glass-card-gold — کارت با تم بنفش
   5. .glass-btn-purple / .glass-btn-gold — دکمه با حاشیه بنفش
   6. .glass-btn-gradient-purple / .glass-btn-gradient-gold — دکمه با گرادیان بنفش
   7. .glass-card-rating — کارت نظرسنجی بنفش
   8. .glass-card-invoice — کارت فاکتور لوکس (یک‌صفحه‌ای)
   9. .glass-card-customer-info — کارت مشخصات مشتری
   10. .glass-card-chef — کارت پنل باریستا
   11. .glass-card-success — کارت موفقیت سبز پررنگ
   12. .glass-purple-combo / .glass-gold-combo — ترکیب شیشه + بنفش

   ✅✅✅ کلاس‌های سبز پررنگ (v6):
   1. .glass-card-emerald — کارت شیشه‌ای سبز پررنگ
   2. .glass-btn-emerald — دکمه سبز پررنگ
   3. .glass-btn-gradient-emerald — دکمه گرادیان سبز پررنگ
   4. .glass-text-emerald — متن گرادیان سبز پررنگ
   5. .glass-emerald-combo — ترکیب شیشه + سبز پررنگ
   6. .glass-price-emerald — قیمت سبز پررنگ
   7. .glass-price-emerald-bg — قیمت سبز پررنگ با پس‌زمینه
   8. .glass-border-emerald — حاشیه سبز پررنگ
   9. .glass-shadow-emerald — سایه سبز پررنگ
   10. .glow-emerald — درخشش سبز پررنگ
   11. .glow-purple-emerald — درخشش بنفش-سبز پررنگ

   ✅ کلاس‌های کمکی:
   - Blur: .glass-blur-sm/md/lg/xl
   - Border: .glass-border-purple/emerald/success/danger/warning/info
   - Shadow: .glass-shadow-sm/md/lg/purple/emerald/success
   - Radius: .glass-radius-sm/md/lg/xl

   💚 رنگ‌های کلیدی:
   - سبز پررنگ اصلی: #047857
   - سبز پررنگ روشن‌تر: #059669
   - سبز پررنگ ملایم: #10B981
   - سبز روشن (حالت تیره): #34D399
   - بنفش اصلی: #8B1A8B
   - بنفش روشن: #B07CC6

   ❌ انیمیشن‌های ممنوع (حذف شده):
   - glassRotate
   - rotateBorder
   - pulseGlow
   - ratingShimmer
   - glowGradientShift
   - shimmer داخلی کارت‌ها
   - pulse / glow / float / spin
*/

/* ============================================================
   ===== 📝 پایان GLASSMORPHISM.CSS v6 =====
   ============================================================ */